.elementor-271 .elementor-element.elementor-element-224a7fb{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-271 .elementor-element.elementor-element-224a7fb:not(.elementor-motion-effects-element-type-background), .elementor-271 .elementor-element.elementor-element-224a7fb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#001B01;}.elementor-271 .elementor-element.elementor-element-ee6322c{--display:flex;}.elementor-271 .elementor-element.elementor-element-15d5f22f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-271 .elementor-element.elementor-element-4fc677c{--display:flex;}.elementor-271 .elementor-element.elementor-element-6dd973a9{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-271 .elementor-element.elementor-element-28e0ea8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-271 .elementor-element.elementor-element-ecdbba8{--display:flex;}.elementor-271 .elementor-element.elementor-element-169b3e4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-271 .elementor-element.elementor-element-5a74709{--display:flex;}.elementor-271 .elementor-element.elementor-element-7c9934e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-271 .elementor-element.elementor-element-142f89a{--display:flex;}.elementor-271 .elementor-element.elementor-element-c775028{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-271 .elementor-element.elementor-element-d518c73{--display:flex;}.elementor-271 .elementor-element.elementor-element-761d4acf{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-271 .elementor-element.elementor-element-182d43bb{--display:flex;}.elementor-271 .elementor-element.elementor-element-362f60fc{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-271 .elementor-element.elementor-element-63053d65{--display:flex;}.elementor-271 .elementor-element.elementor-element-e7c2e86{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-271 .elementor-element.elementor-element-5e86ca41{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-271 .elementor-element.elementor-element-490a14f2{--display:flex;}.elementor-271 .elementor-element.elementor-element-70381f2d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-271 .elementor-element.elementor-element-69f993fa{--display:flex;}/* Start custom CSS for html, class: .elementor-element-49c5b40 *//* HERO */
.hero-full-image {
  position: relative;
  width: 100%;
  background: #000;
  text-align: center;
}

/* IMAGE WRAPPER */
.hero-img {
  width: 100%;
}

/* FULL IMAGE SHOW (IMPORTANT) */
.hero-img img {
  width: 100%;
  height: auto; /* ensures full image visible */
  display: block;
}

/* OVERLAY CTA */
.hero-overlay {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
}

/* BUTTON */
.hero-btn {
  padding: 14px 28px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s;
}

/* PRIMARY */
.hero-btn.primary {
  background: #f4b400;
  color: #000;
}

/* SECONDARY */
.hero-btn.secondary {
  border: 2px solid #fff;
  color: #fff;
}

/* HOVER */
.hero-btn:hover {
  transform: translateY(-3px);
}

/* MOBILE */
@media(max-width:768px){
  .hero-overlay {
    flex-direction: column;
    bottom: 20px;
  }

  .hero-btn {
    width: 200px;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ea59598 */.about-premium {
  padding: 100px 0;
  background: #f5f5f5;
  background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
  overflow: hidden;
}

.about-container {
  width: 90%;
  max-width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

/* IMAGE */
.about-image {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 1.5s ease;
}

/* Zoom effect on hover */
.about-image:hover img {
  transform: scale(1.2);
}

/* Overlay */
.image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(15,45,31,0.7),
    transparent
  );
}

/* CONTENT */
.about-content {
  flex: 1;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

/* Animate when visible */
.about-content.active {
  opacity: 1;
  transform: translateY(0);
}

.tag {
  color: #f4b400;
  letter-spacing: 2px;
  font-size: 14px;
}

.title {
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 15px 0;
  color: #0f2d1f;
}

.text {
  color: #555;
  margin-bottom: 15px;
  line-height: 1.7;
}

/* FEATURES */
.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 30px;
  margin: 25px 0;
  font-weight: 500;
}

/* BUTTON */
.btn {
  display: inline-block;
  padding: 14px 32px;
  background: #f4b400;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn:hover {
  background: #d99c00;
  transform: translateY(-3px);
}

/* RESPONSIVE */
@media(max-width: 900px){
  .about-container {
    flex-direction: column;
  }

  .title {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b56e0c *//* SECTION */
.tips-section {
  padding: 100px 0;
  background: #f7f7f7;
  background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
  text-align: center;
}

/* TITLE */
.tips-section .section-title {
  font-size: 36px;
  color: #0f2d1f;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* DESC */
.section-desc {
  max-width: 850px;
  margin: 0 auto 50px;
  color: #555;
  line-height: 1.8;
}

/* GRID */
.tips-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* CARD */
.tip-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  text-align: left;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  transition: 0.3s;
  border-left: 4px solid #f4b400;
}

/* HOVER */
.tip-card:hover {
  transform: translateY(-6px);
}

/* HEADING */
.tip-card h3 {
  color: #0f2d1f;
  margin-bottom: 10px;
}

/* TEXT */
.tip-card p {
  color: #555;
  line-height: 1.7;
}

/* RESPONSIVE */
@media(max-width:768px){
  .tips-grid {
    grid-template-columns: 1fr;
  }

  .tips-section .section-title {
    font-size: 24px;
  }

  .section-desc {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-af35c74 *//* SECTION */
.renting-section {
  padding: 100px 0;
  background: #f7f7f7;
  background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
}

/* TITLE */
.renting-section .section-title {
  text-align: center;
  font-size: 36px;
  color: #0f2d1f;
  margin-bottom: 60px;
  position: relative;
}

/* UNDERLINE ACCENT */
.renting-section .section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #f4b400;
  display: block;
  margin: 15px auto 0;
}

/* GRID */
.renting-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

/* TEXT */
.renting-content p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* IMAGE */
.renting-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  transition: 0.3s;
}

/* HOVER */
.renting-image img:hover {
  transform: scale(1.03);
}

/* RESPONSIVE */
@media(max-width:768px){
  .renting-grid {
    grid-template-columns: 1fr;
  }

  .renting-section .section-title {
    font-size: 24px;
  }

  .renting-content p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-40dd48a *//* SECTION */
.silent-generator {
  padding: 100px 0;
  background: #f7f7f7;
  background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
  position: relative;
  overflow: hidden;
}

/* SUBTLE GRADIENT GLOW */
.silent-generator::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(15,45,31,0.08), transparent);
  z-index: 0;
}

/* GRID */
.sg-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

/* LEFT CONTENT */
.sg-content h2 {
  font-size: 40px;
  color: #0f2d1f;
  margin-bottom: 25px;
  line-height: 1.2;
  letter-spacing: 1px;
}

/* TEXT */
.sg-content p {
  color: #555;
  line-height: 1.9;
  margin-bottom: 18px;
  font-size: 15px;
}

/* HIGHLIGHT BRAND NAME */
.sg-content strong {
  color: #0f2d1f;
  font-weight: 700;
}

/* RIGHT CARDS GRID */
.sg-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  align-self: flex-start;
}

/* CARD */
.sg-card {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 14px;
  position: relative;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  overflow: hidden;
}

/* TOP ACCENT LINE */
.sg-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #f4b400, #ffcc33);
}

/* HOVER PREMIUM EFFECT */
.sg-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

/* HOVER GLOW */
.sg-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(244,180,0,0.15), transparent);
  opacity: 0;
  transition: 0.4s;
}

.sg-card:hover::after {
  opacity: 1;
}

/* CARD TITLE */
.sg-card h3 {
  font-size: 20px;
  color: #0f2d1f;
  margin-bottom: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* CARD TEXT */
.sg-card p {
  color: #555;
  line-height: 1.7;
  font-size: 14px;
}

/* RESPONSIVE */
@media(max-width:992px){
  .sg-grid {
    grid-template-columns: 1fr;
  }
}

@media(max-width:600px){
  .sg-cards {
    grid-template-columns: 1fr;
  }

  .sg-content h2 {
    font-size: 26px;
  }

  .sg-content p {
    font-size: 14px;
  }

  .sg-card h3 {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-20a92ee *//* SECTION */
.product-gallery {
  padding: 100px 0;
  background: #f7f7f7;
  background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
}

/* TITLE */
.product-gallery .section-title {
  text-align: center;
  font-size: 34px;
  color: #0f2d1f;
  margin-bottom: 60px;
  position: relative;
}

/* UNDERLINE */
.product-gallery .section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #f4b400;
  display: block;
  margin: 15px auto 0;
}

/* GRID */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* ITEM */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: 0.4s;
}

/* IMAGE */
.gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.6s ease;
}

/* HOVER ZOOM */
.gallery-item:hover img {
  transform: scale(1.1);
}

/* OVERLAY */
.gallery-item::after {
  content: "View Image";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(15,45,31,0.8),
    rgba(15,45,31,0.6)
  );
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s;
}

/* SHOW OVERLAY */
.gallery-item:hover::after {
  opacity: 1;
}

/* HOVER SHADOW */
.gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* RESPONSIVE */
@media(max-width:992px){
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:600px){
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .product-gallery .section-title {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-789c3443 *//* SECTION */
.clients-section {
  padding: 100px 0;
  text-align: center;
  background: #f7f7f7;
  background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
}

/* TITLE */
.clients-section .section-title {
  font-size: 36px;
  margin: 15px 0;
  color: #0f2d1f;
  text-transform: uppercase;
}

.clients-section .tag {
  color: #f4b400;
  letter-spacing: 2px;
}

/* DESCRIPTION */
.clients-desc {
  max-width: 700px;
  margin: 0 auto 40px;
  color: #555;
  line-height: 1.7;
}

/* LOGO WRAPPER */
.clients-logos {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 15px 50px rgba(0,0,0,0.08);
  transition: 0.4s;
}

/* IMAGE */
.clients-logos img {
  width: 100%;
  max-width: 1000px;
  object-fit: contain;
  transition: 0.4s;
}

/* HOVER EFFECT */
.clients-logos:hover img {
  transform: scale(1.02);
}

/* OPTIONAL: subtle lift */
.clients-logos:hover {
  transform: translateY(-5px);
}

/* RESPONSIVE */
@media(max-width: 768px){
  .clients-section .section-title {
    font-size: 26px;
  }

  .clients-logos {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1524cb52 *//* SECTION */
.faq-section {
  padding: 100px 0;
  background: #f7f7f7;
  background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
}

/* TITLE */
.faq-section .section-title {
  text-align: center;
  font-size: 34px;
  color: #0f2d1f;
  margin-bottom: 50px;
}

/* FAQ BOX */
.faq {
  max-width: 900px;
  margin: auto;
}

/* ITEM */
.faq-item {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* QUESTION */
.faq-question {
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 600;
  color: #0f2d1f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f4b400;
  color: #000;
  transition: 0.3s;
}

/* ICON */
.faq-question span {
  font-size: 20px;
  font-weight: bold;
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  color: #555;
  line-height: 1.7;
  transition: all 0.4s ease;
}

/* ACTIVE */
.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 15px 20px;
}

/* ACTIVE COLOR */
.faq-item.active .faq-question {
  background: #0f2d1f;
  color: #fff;
}

/* RESPONSIVE */
@media(max-width:768px){
  .faq-section .section-title {
    font-size: 24px;
  }

  .faq-question {
    font-size: 14px;
  }

  .faq-answer {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2868c1bc *//* SECTION */
.cta-contact {
  position: relative;
  padding: 120px 0;
  background: #f7f7f7;
  background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
  overflow: hidden;
}

/* SUBTLE BLUR IMAGE */
.cta-bg {
  position: absolute;
  inset: 0;
  background: url("https://rohilgenerator.com/wp-content/uploads/2026/04/silent-generator-on-rent.png") center/cover no-repeat;
  opacity: 0.08; /* VERY LIGHT */
  filter: blur(3px);
  z-index: 0;
}

/* CONTAINER */
.cta-contact-container {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 60px;
  align-items: center;
  flex-wrap: wrap;
}

/* LEFT */
.cta-left {
  flex: 1;
}

.tag {
  color: #f4b400;
  letter-spacing: 2px;
  font-size: 14px;
}

.cta-left h2 {
  font-size: 42px;
  margin: 15px 0;
  color: #0f2d1f;
  text-transform: uppercase;
}

.cta-left p {
  color: #555;
  margin-bottom: 20px;
  line-height: 1.7;
}

/* INFO */
.cta-info p {
  margin: 8px 0;
  font-weight: 500;
  color: #222;
}

/* FORM */
.cta-form {
  flex: 1;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(10px);
  padding: 40px;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.05);
}

.cta-form h3 {
  margin-bottom: 20px;
  color: #0f2d1f;
  text-transform: uppercase;
}

/* INPUTS */
.cta-form input,
.cta-form select,
.cta-form textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 13px;
  border-radius: 6px;
  border: 1px solid #eee;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
}

/* INPUT FOCUS */
.cta-form input:focus,
.cta-form select:focus,
.cta-form textarea:focus {
  border-color: #f4b400;
  box-shadow: 0 0 0 2px rgba(244,180,0,0.1);
}

/* TEXTAREA */
.cta-form textarea {
  height: 100px;
}

/* BUTTON */
.cta-form button {
  width: 100%;
  padding: 14px;
  background: #f4b400;
  border: none;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 6px;
}

.cta-form button:hover {
  background: #d99c00;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* HOVER MICRO EFFECT */
.cta-form:hover {
  transform: translateY(-5px);
  transition: 0.4s;
}

/* MOBILE */
@media(max-width: 992px){
  .cta-contact-container {
    flex-direction: column;
    text-align: center;
  }

  .cta-left h2 {
    font-size: 28px;
  }
}

@media(max-width: 600px){
  .cta-info p {
    display: flex;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43dd432a *//* CONTAINER */
.sticky-cta-container {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;

    display: flex;
    flex-direction: column;
    gap: 2px;

    background: rgba(15, 45, 31, 0.85); /* brand dark green */
    backdrop-filter: blur(8px);

    padding: 15px 10px;
    border-radius: 15px 0 0 15px;
    box-shadow: -4px 0 20px rgba(0,0,0,0.2);

    width: 80px;
    align-items: center;
}
.sticky-cta-container {
    background: rgba(255, 255, 255, 0.75); /* light transparent */
    backdrop-filter: blur(8px);
}
/* BUTTON */
.cta-button {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    color: #fff;
    padding: 12px 0;
    width: 100%;
    transition: all 0.3s ease;
}

/* CLICK EFFECT */
.cta-button:active {
    transform: scale(0.92);
}

/* ICON */
.cta-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    border-radius: 50%;
}

/* WHATSAPP */
.whatsapp-icon-bg {
    background-color: #25D366;
}

/* CALL */
.call-icon-bg {
    background-color: #f4b400; /* brand yellow */
}

/* TEXT */
.cta-text {
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
}

/* DIVIDER */
.divider {
    width: 70%;
    height: 1px;
    background: rgba(255,255,255,0.2);
}

/* SVG */
svg {
    width: 22px;
    height: 22px;
}

/* HOVER */
.cta-button:hover {
    transform: translateX(-5px);
}

/* MOBILE */
@media (max-width: 600px) {
    .sticky-cta-container {
        width: 65px;
        padding: 10px 5px;
    }

    .cta-text {
        font-size: 10px;
    }

    svg {
        width: 20px;
        height: 20px;
    }
}/* End custom CSS */