

/* =========== GOOGLE FONTS ========= */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;700;800;900&display=swap');
/* ============================= 
    COMMON CSS
================================ */
:root {
  /* =========================
      Brand (Primary) - Green
  ========================== */
  --color-primary: #08B247;
  --color-primary-dark: #068f39;
  --color-primary-darker: #046b2b;
  --color-primary-light: #39c16c;
  --color-primary-lighter: #83d8a3;

  /* =========================
      Text System
  ========================== */
  --color-text-heading: #121a15; /* Dark forest-tinted black for better harmony */
  --color-text-body: #333333;
  --color-text-muted: #666666;
  --color-text-muted-2: rgba(102, 102, 102, 0.82);
  --color-text-on-primary: #ffffff;

  /* =========================
      Backgrounds
  ========================== */
  --color-bg-white: #ffffff;
  --color-bg-section: #f8faf9; /* Subtle green-tinted grey */
  --color-bg-soft: rgba(8, 178, 71, 0.05);
  --color-bg-soft-2: rgba(8, 178, 71, 0.08);

  /* Hero / Feature / FAQ (soft gradients) */
  --color-bg-hero-1: rgba(8, 178, 71, 0.03);
  --color-bg-hero-2: rgba(8, 178, 71, 0.06);
  --color-bg-feature-1: rgba(8, 178, 71, 0.04);
  --color-bg-feature-2: rgba(8, 178, 71, 0.09);
  --color-bg-faq-1: rgba(8, 178, 71, 0.03);
  --color-bg-faq-2: rgba(8, 178, 71, 0.07);

  /* Footer (Deep Green / Dark Style) */
  --color-footer-bg-1: #1a1a1a;
  --color-footer-bg-2: #021a0a; /* Very dark green hint */
  --color-footer-text: rgba(255, 255, 255, 0.8);
  --color-footer-border: rgba(255, 255, 255, 0.1);

  /* =========================
      Borders / Rings
  ========================== */
  --color-border-soft: rgba(8, 178, 71, 0.12);
  --color-border-primary: rgba(8, 178, 71, 0.3);
  --color-ring-primary: rgba(8, 178, 71, 0.2);

  /* =========================
      Shadows
  ========================== */
  --color-shadow-soft: rgba(0, 0, 0, 0.06);
  --color-shadow-strong: rgba(0, 0, 0, 0.12);
  --color-shadow-form: rgba(8, 178, 71, 0.08);

  /* =========================
      Decorative Glows
  ========================== */
  --color-primary-glow: rgba(8, 178, 71, 0.05);
  --color-primary-glow-2: rgba(8, 178, 71, 0.04);

  /* =========================
      Gradients
  ========================== */
  --gradient-primary: linear-gradient(135deg, #08B247 0%, #068f39 100%);
  --gradient-primary-reverse: linear-gradient(135deg, #068f39 0%, #08B247 100%);
  --gradient-hero-title: linear-gradient(135deg, #08B247 0%, #1a1a1a 100%);
  --gradient-feature-title: linear-gradient(135deg, #1a1a1a 0%, #08B247 100%);

  /* =========================
      Components Tokens
  ========================== */
  --color-btn-hover-overlay: rgba(0, 0, 0, 0.1);

  --color-footer-chip-bg: rgba(8, 178, 71, 0.15);
  --color-footer-chip-border: rgba(8, 178, 71, 0.35);

  /* WhatsApp */
  --color-whatsapp: #25D366;

  /* Accordion icons (Updated with Green %2308B247) */
  --accordion-icon-collapsed: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2308B247'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --accordion-icon-expanded: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.scroll-top,.scroll-top:hover{color:var(--color-text-on-primary)}.h1,.h2,h1,h2{letter-spacing:.7px}.button,.scroll-top{background:var(--color-primary)}.about-style-4 .button,.hero-cta .button{font-size:1.1rem!important;overflow:hidden}.copyright-links a,.footer-links a,.header.header-6 .call-btn,.phone-number,a,a:hover{text-decoration:none}html{scroll-behavior:smooth}body{font-family:Cairo,sans-serif}ul{margin:0;padding:0;list-style:none}a{transition:.3s ease-out}.scroll-top{width:45px;height:45px;display:none;justify-content:center;align-items:center;font-size:18px;border-radius:6px;position:fixed;bottom:30px;right:30px;z-index:9;cursor:pointer;transition:background .3s,transform .2s}.button,.header.header-6 .call-btn{display:inline-flex;position:relative;z-index:1}.scroll-top:hover{background:rgba(182,27,56,.85);transform:translateY(-2px)}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--color-text-heading);margin-bottom:0}.button,.button:hover{color:var(--color-text-on-primary)}.h1,h1{font-size:80px}.h2,h2{font-size:60px}.h3,h3{font-size:40px;letter-spacing:.4px}.h4,h4{font-size:30px;letter-spacing:.35px}.h5,h5{font-size:24px}.h6,h6{font-size:20px}p{font-size:16px;line-height:24px;margin-bottom:0}.button{height:44px;font-size:18px;font-weight:500;box-sizing:border-box;line-height:1;justify-content:center;align-items:center;border:1px solid transparent;padding:0 25px;overflow:hidden}.button i{padding-left:20px}.button::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;padding:50%;border-radius:50%;margin:auto;background:rgba(0,0,0,.12);z-index:-1;transition:transform .4s linear;transform:translate3d(-50%,-50%,0) scale(0)}.header,.hero-section-wrapper-5 .header{transition:.4s cubic-bezier(.4, 0, .2, 1)}.button:hover::before{transform:translate3d(-50%,-50%,0) scale(1.5)}.button-outline:hover .lni,.footer-links a:hover{transform:translateX(-5px)}.button-lg{height:64px}.header{background:#fff;box-shadow:0 2px 20px rgba(50,52,80,.08)}@keyframes slideDown{from{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.header.header-6 .brand-text{font-size:28px;font-weight:800;line-height:1;text-decoration:none;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;padding:0;transition:.3s}.header.header-6 .brand-text::before{content:'';position:absolute;left:0;bottom:-5px;width:0;height:3px;background:var(--gradient-primary);border-radius:2px;transition:width .3s}.header.header-6 .brand-text:hover::before,.hero-section-wrapper-5 .hero-style-5 .hero-image img{width:100%}.header.header-6 .call-btn{align-items:center;justify-content:center;padding:12px 25px!important;border-radius:50px;font-size:16px!important;font-weight:700;color:#fff!important;background:var(--gradient-primary);border:none;transition:.3s cubic-bezier(.4, 0, .2, 1);box-shadow:0 4px 15px rgba(182,27,56,.3);overflow:hidden}.about-style-4 .button::before,.header.header-6 .call-btn::before,.hero-cta .button:not(.button-outline)::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:var(--gradient-primary-reverse);opacity:0;transition:opacity .3s;z-index:-1}.about-style-4 .about-content-wrapper ul li:hover::before,.about-style-4 .button:hover::before,.button-outline:hover::before,.header.header-6 .call-btn:hover::before,.hero-cta .button:not(.button-outline):hover::before{opacity:1}.header.header-6 .header-action a{font-size:16px;color:#585978;padding:12px}.header.header-6 .navbar{padding:15px 0;position:relative;transition:.3s cubic-bezier(.4, 0, .2, 1)}@media (max-width:767px){.container{padding:0 30px}.header.header-6 .header-action{position:absolute;inset-inline-end:60px}.header.header-6 .call-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px!important;border-radius:30px;font-size:15px!important}.header.header-6 .navbar{padding:17px 0}}.header.header-6 .navbar-brand,.header.header-6 .navbar-toggler{padding:0}.header.header-6 .navbar-brand img{max-width:180px}.header.header-6 .navbar-toggler:focus,button:focus,input:focus,textarea:focus{outline:0;box-shadow:none}.header.header-6 .navbar-toggler .toggler-icon{width:30px;height:2px;background-color:#323450;display:block;margin:5px 0;position:relative;transition:.3s ease-out}.header.header-6 .navbar-toggler.active .toggler-icon:first-of-type{transform:rotate(45deg) translate(4px,4px)}.header.header-6 .navbar-toggler.active .toggler-icon:nth-of-type(2){opacity:0}.header.header-6 .navbar-toggler.active .toggler-icon:nth-of-type(3){transform:rotate(-45deg) translate(4px,-4px)}@media only screen and (min-width:768px) and (max-width:991px){.header.header-6 .navbar{padding:17px 0}.header.header-6 .navbar-collapse{position:absolute;top:100%;left:0;right:0;background:rgba(255,255,255,.98);backdrop-filter:blur(10px);box-shadow:0 10px 30px rgba(50,52,80,.1);border-radius:0 0 20px 20px;padding:20px;margin-top:10px;animation:.3s ease-out slideIn;z-index:1000}@keyframes slideIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.header.header-6 .navbar-nav{gap:10px}.header.header-6 .navbar-nav .nav-item a{justify-content:center;padding:12px 24px;margin:2px 0;font-size:17px}.header.header-6 .header-action{inset-inline-end:60px;position:static;margin-top:20px;display:flex;justify-content:center}.header.header-6 .call-btn{width:100%;max-width:250px;padding:14px 30px!important}.header.header-6 .brand-text{font-size:24px}}.header.header-6 .navbar-nav{gap:5px}.header.header-6 .navbar-nav .nav-item{position:relative}.header.header-6 .navbar-nav .nav-item a{font-size:16px;font-weight:500;color:#4a4a6d;transition:.3s ease-out;padding:7px 15px;margin:0 2px;position:relative;display:inline-flex;letter-spacing:.3px;z-index:1;border:1px solid transparent;border-radius:30px}.header.header-6 .navbar-nav .nav-item a.active,.header.header-6 .navbar-nav .nav-item a:hover{color:var(--color-primary);border-color:var(--color-primary)}.hero-section-wrapper-5{background:linear-gradient(135deg,#f8fbff 0,#fff 100%);position:relative;overflow:hidden}.hero-section-wrapper-5 .header{position:absolute;width:100%;top:0;left:0;z-index:1000;background:0 0}.hero-section-wrapper-5 .hero-style-5{position:relative;z-index:1;padding:100px 0 160px;display:flex;align-items:center}@media only screen and (max-width:1399px){.hero-section-wrapper-5 .hero-style-5{padding:160px 0 140px}}@media only screen and (max-width:1199px){.hero-section-wrapper-5 .hero-style-5{padding:140px 0 120px}}@media only screen and (max-width:991px){.hero-section-wrapper-5 .hero-style-5{padding:120px 0 100px;text-align:center}}.hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper{padding:20px 0}.hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper h2{font-size:3.8rem;font-weight:800;line-height:1.2;color:#1a1a2e;position:relative;background:linear-gradient(135deg,var(--color-primary) 0,#492c2c 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper p{font-size:1.125rem;line-height:1.8;color:#4a5568;margin-bottom:2.5rem;position:relative;padding-right:10px;border-right:3px solid var(--color-primary)}.hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper h2,.mb-30{margin-bottom:30px}@media only screen and (min-width:1200px) and (max-width:1399px){.hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper h2{font-size:55px;line-height:65px}.hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper p{padding-right:100px}}@media only screen and (min-width:992px) and (max-width:1199px){.hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper h2{font-size:47px;line-height:58px}}@media (max-width:767px){.header.header-6 .navbar-collapse{position:absolute;top:100%;inset-inline-start:0;width:100%;background-color:#fff;z-index:9;box-shadow:0 15px 20px 0 rgba(50,52,80,.1);padding:15px 12px}.header.header-6 .navbar-nav .nav-item a{display:inline-block;padding:6px 20px;color:#323450}.hero-section-wrapper-5 .hero-style-5{padding:100px 0 80px}.hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper{padding-bottom:50px}.hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper h2{font-size:40px;line-height:50px}}@media only screen and (min-width:575px) and (max-width:767px){.hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper h2{font-size:47px;line-height:58px}}@media only screen and (min-width:1400px){.hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper p{padding-inline-start:20px;padding-inline-end:0}}@media only screen and (min-width:992px) and (max-width:1199px){.hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper p{padding-inline-start:30px;padding-inline-end:0}}@media only screen and (min-width:768px) and (max-width:991px){.header.header-6 .navbar-nav .nav-item a{display:inline-block;padding:6px 20px;color:#323450}.hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper{padding-bottom:50px}.hero-section-wrapper-5 .hero-style-5 .hero-content-wrapper p{padding-right:100px}}.hero-section-wrapper-5 .hero-style-5 .hero-image{margin-bottom:100px;position:relative}.hero-cta,[dir=rtl] .hero-cta{justify-content:flex-start}.hero-cta{display:flex;gap:1.5rem;flex-wrap:wrap}.hero-cta .button{padding:16px 36px!important;font-weight:600;border-radius:50px;transition:.3s cubic-bezier(.4, 0, .2, 1);position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 15px rgba(182,27,56,.2)}.button-outline:hover,.hero-cta .button:not(.button-outline):hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(182,27,56,.28)}.hero-cta .button:not(.button-outline){background:var(--gradient-primary);border:none;color:#fff!important}.about-style-4 .about-content-wrapper ul li:hover,.contact-style-3 .contact-form-wrapper form .single-input input:focus,.contact-style-3 .contact-form-wrapper form .single-input textarea:focus,.feature-style-5 .single-feature:first-child:hover,.feature-style-5 .single-feature:hover{border-color:var(--color-primary);border-color:var(--color-primary)}.button-outline{background:0 0!important;border:2px solid var(--color-primary)!important;color:var(--color-primary)!important;position:relative;overflow:hidden;z-index:1}.button-outline::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:var(--gradient-primary);opacity:0;transition:opacity .3s;z-index:-1}.button-outline:hover{color:#fff!important;border-color:transparent!important}.button-outline .lni{transition:transform .3s}.feature-style-5{background:linear-gradient(135deg,#f0f7ff 0,#e3eeff 100%);padding:100px 0 50px;border-radius:10% 10% 0 0;position:relative;overflow:hidden}.feature-section.feature-style-5::before{content:'';position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(circle,rgba(182,27,56,.05) 0,transparent 70%);z-index:0}.feature-section.feature-style-5::after{content:'';position:absolute;bottom:0;left:0;width:200px;height:200px;background:radial-gradient(circle,rgba(182,27,56,.04) 0,transparent 70%);z-index:0}.feature-style-5 .row,.feature-style-5 .section-title{position:relative;z-index:1}.feature-style-5 .section-title h3{color:#1a1a2e;margin-bottom:1.5rem;position:relative;display:inline-block;background:linear-gradient(135deg,#531e1e 0,var(--color-primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.feature-style-5 .section-title h3::after{content:'';position:absolute;left:50%;bottom:-10px;transform:translateX(-50%);width:80px;height:4px;background:var(--gradient-primary);border-radius:2px}.feature-style-5 .section-title p{font-size:1.1rem;line-height:1.8;color:#4a5568;max-width:800px;margin:0 auto;padding:0 20px}.feature-style-5 .single-feature{padding:50px 30px;border-radius:25px;margin-bottom:30px;box-shadow:0 10px 30px rgba(42,15,21,.08);border:1px solid #e8f1ff;transition:.4s cubic-bezier(.4, 0, .2, 1);position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;animation:.6s ease-out backwards fadeInUp}.feature-style-5 .single-feature::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:var(--gradient-primary);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4, 0, .2, 1)}.feature-style-5 .single-feature:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(42,15,21,.15);box-shadow:0 8px 25px rgba(42,15,21,.2)}.feature-style-5 .single-feature .icon{color:var(--color-primary);font-size:45px;display:flex;justify-content:center;align-items:center;margin:auto auto 20px;position:relative;width:110px;height:100px;z-index:1}.feature-style-5 .single-feature .icon svg{position:absolute;top:0;left:0;z-index:-1}.feature-style-5 .single-feature .content{flex:1;display:flex;flex-direction:column;align-items:center}.feature-style-5 .single-feature .content h5{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin-bottom:20px;line-height:1.3;position:relative;padding-bottom:15px}.feature-style-5 .single-feature .content h5::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:40px;height:3px;background:var(--gradient-primary);border-radius:2px;transition:width .3s}.feature-style-5 .single-feature:hover .content h5::after{width:60px}.feature-style-5 .single-feature .content p{font-size:1.05rem;line-height:1.7;color:#4a5568;margin-bottom:0;flex:1}.feature-style-5 .single-feature:nth-child(2):hover{border-color:#4caf50}.feature-style-5 .single-feature:nth-child(3):hover{border-color:#ff9800}.feature-style-5 .single-feature:nth-child(4):hover{border-color:#f44336}.feature-style-5 .single-feature:nth-child(5):hover{border-color:#9c27b0}.feature-style-5 .single-feature:nth-child(6):hover{border-color:#00bcd4}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.about-style-4 .about-content-wrapper ul li:first-child,.feature-style-5 .single-feature:first-child{animation-delay:.1s}.about-style-4 .about-content-wrapper ul li:nth-child(2),.feature-style-5 .single-feature:nth-child(2){animation-delay:.2s}.about-style-4 .about-content-wrapper ul li:nth-child(3),.feature-style-5 .single-feature:nth-child(3){animation-delay:.3s}.about-style-4 .about-content-wrapper ul li:nth-child(4),.feature-style-5 .single-feature:nth-child(4){animation-delay:.4s}.feature-style-5 .single-feature:nth-child(5){animation-delay:.5s}.feature-style-5 .single-feature:nth-child(6){animation-delay:.6s}.about-section.about-style-4{background:linear-gradient(135deg,#fff 0,#f8fbff 100%);padding:120px 0 100px;position:relative;overflow:hidden}.about-section.about-style-4::before{content:'';position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(circle,rgba(182,27,56,.03) 0,transparent 70%);z-index:0}.about-section.about-style-4::after{content:'';position:absolute;bottom:0;left:0;width:300px;height:300px;background:radial-gradient(circle,rgba(182,27,56,.02) 0,transparent 70%);z-index:0}.about-style-4 .about-content-wrapper{position:relative;z-index:1;padding-right:30px}.about-style-4 .section-title h3{font-size:2.8rem;font-weight:800;color:#1a1a2e;margin-bottom:1.5rem;position:relative;display:inline-block;background:linear-gradient(135deg,#1a1a2e 0,var(--color-primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-style-4 .section-title h3::after{content:'';position:absolute;right:0;bottom:-10px;width:80px;height:4px;background:var(--gradient-primary);border-radius:2px}.about-style-4 .section-title p{font-size:1.15rem;line-height:1.8;color:#4a5568;margin-bottom:2.5rem}.about-style-4 .about-content-wrapper ul{list-style:none;padding:0;margin:0 0 2.5rem}.about-style-4 .about-content-wrapper ul li{display:flex;align-items:flex-start;margin-bottom:1.25rem;padding:15px 20px;background:rgba(255,255,255,.8);border-radius:12px;border:1px solid #e8f1ff;transition:.3s cubic-bezier(.4, 0, .2, 1);position:relative;overflow:hidden;opacity:0;animation:.6s ease-out forwards slideInRight}.about-style-4 .about-content-wrapper ul li::before{content:'';position:absolute;right:0;top:0;width:4px;height:100%;background:var(--gradient-primary);opacity:0;transition:opacity .3s}.about-style-4 .about-content-wrapper ul li:hover{transform:translateX(-10px);box-shadow:0 10px 25px rgba(42,15,21,.1)}.about-style-4 .about-content-wrapper ul li:hover i{transform:scale(1.2);background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-style-4 .about-content-wrapper ul li i{width:24px;height:24px;margin-left:15px;margin-top:2px;font-size:1.2rem;color:var(--color-primary);transition:.3s cubic-bezier(.4, 0, .2, 1);flex-shrink:0}.about-style-4 .about-content-wrapper ul li span{flex:1;font-size:1.05rem;line-height:1.6;color:#4a5568;font-weight:500;text-align:right}.about-style-4 .button{padding:16px 40px!important;font-weight:600;background:var(--gradient-primary);border:none;border-radius:50px;color:#fff!important;box-shadow:0 5px 20px rgba(182,27,56,.3);transition:.3s cubic-bezier(.4, 0, .2, 1);position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;text-decoration:none!important}.about-style-4 .button:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(182,27,56,.4)}@keyframes floatElement{0%,100%{transform:translate(0,0) rotate(0)}50%{transform:translate(10px,-10px) rotate(5deg)}}@media (max-width:1199px){.about-section.about-style-4,.feature-section.feature-style-5{padding:100px 0 80px}.about-style-4 .section-title h3,.feature-style-5 .section-title h3{font-size:2.5rem}.feature-style-5 .single-feature{padding:40px 25px}}@keyframes slideInRight{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.contact-style-3{background:#f3f3f3;padding:100px 0 70px;position:relative;z-index:1;overflow:hidden}.contact-style-3 .contact-form-wrapper form .single-input{position:relative;margin-bottom:20px}.contact-style-3 .contact-form-wrapper form .single-input input,.contact-style-3 .contact-form-wrapper form .single-input textarea{background:#fff;border-radius:5px;position:relative;padding-right:20px;padding-left:50px;width:100%;border:1px solid transparent;box-shadow:0 5px 25px rgba(218,211,211,.3);transition:.3s ease-out}.contact-style-3 .contact-form-wrapper form .single-input input::placeholder,.contact-style-3 .contact-form-wrapper form .single-input textarea::placeholder{font-weight:300;opacity:1;color:#585978}.contact-style-3 .contact-form-wrapper form .single-input input{height:56px}.contact-style-3 .contact-form-wrapper form .single-input textarea{padding:15px 20px 15px 50px;resize:none}.contact-style-3 .contact-form-wrapper form .single-input i{position:absolute;left:21px;top:20px}.contact-style-3 .contact-form-wrapper form .form-button{padding-top:10px}.contact-style-3 .contact-form-wrapper form .form-button button{height:56px;border-radius:5px}.contact-style-3 .contact-form-wrapper form .form-button button i{padding-left:0;padding-right:20px}.img-bg{background-repeat:no-repeat;background-size:cover;background-position:center center}button,input,textarea{transition:.3s ease-out}.radius-10{border-radius:10px}.radius-50{border-radius:50px}.cards-row,.mt-40{margin-top:40px}.mb-5{margin-bottom:5px}.footer-links li,.mb-15{margin-bottom:15px}.mb-25{margin-bottom:25px}.mb-40{margin-bottom:40px}.mb-50{margin-bottom:50px}.mb-60{margin-bottom:60px}.faq-section{padding:80px 0;background:linear-gradient(135deg,#f8f9fa 0,#e9ecef 100%);min-height:100vh}.section-title{text-align:center;position:relative}.section-title h2{font-size:2.5rem;font-weight:700;margin-bottom:20px;display:inline-block}.section-title p{color:#666;font-size:1.1rem;max-width:700px;margin:0 auto}.title-underline{height:4px;width:100px;background:var(--gradient-primary);margin:15px auto 30px;border-radius:10px}.about-centered .about-content-wrapper,.faq-container{max-width:900px;margin:0 auto}.faq-icon,.question-number{margin-left:10px}.accordion-item{border:none;border-radius:12px!important;overflow:hidden;margin-bottom:20px;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:.3s}.accordion-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px var(--color-primary-soft)}.accordion-button{background-color:#fff;color:#333;font-size:1.1rem;font-weight:600;padding:20px 25px;border:none;border-radius:12px;text-align:right;transition:.3s}.accordion-button:not(.collapsed){background-color:var(--color-primary);color:var(--color-text-on-primary);box-shadow:none}.accordion-button:focus{box-shadow:0 0 0 .25rem rgba(182,27,56,.25)}.accordion-button::after{margin-left:0;margin-right:auto;transform:rotate(90deg);transition:transform .3s;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(0)}.accordion-body{padding:25px;background-color:#fff;color:#555;font-size:1rem;border-top:1px solid rgba(0,0,0,.05)}.contact-banner,.question-number{background:var(--gradient-primary);color:var(--color-text-on-primary);text-align:center}.question-number{display:inline-block;width:30px;height:30px;border-radius:50%;line-height:30px;font-weight:700}.accordion-button:not(.collapsed) .question-number{background:#fff;color:var(--color-primary)}.contact-banner{border-radius:15px;padding:30px;margin-top:50px;box-shadow:0 10px 30px rgba(182,27,56,.3)}.faq-icon,.phone-number,.phone-number:hover{color:var(--color-primary)}.contact-banner h3{font-size:1.8rem;margin-bottom:15px}.contact-banner p{font-size:1.2rem;margin-bottom:20px}.footer h4,.footer-about,.footer-logo{margin-bottom:25px}.phone-number{display:inline-block;background:#fff;padding:12px 30px;border-radius:50px;font-size:1.5rem;font-weight:700;transition:.3s;box-shadow:0 5px 15px rgba(0,0,0,.1)}.phone-number:hover{transform:scale(1.05);box-shadow:0 8px 20px rgba(0,0,0,.15)}.animate__animated.animate__fadeInUp{--animate-duration:0.5s}.footer{background:linear-gradient(135deg,#0a1f3a 0,#1a3b5d 100%);color:#fff;padding:70px 0 30px;margin-top:80px;position:relative;overflow:hidden}.footer h4::after,.footer-logo-icon,.footer::before{background:var(--gradient-primary)}.footer::before{content:'';position:absolute;top:0;right:0;width:100%;height:5px}.footer h4{color:#fff;font-weight:700;position:relative;padding-bottom:12px;font-size:1.4rem}.footer h4::after{content:'';position:absolute;bottom:0;right:0;width:50px;height:3px;border-radius:3px}.footer-logo{display:flex;align-items:center}.footer-contact-icon,.footer-logo-icon{align-items:center;margin-left:15px;display:flex}.footer-logo-icon{width:55px;height:55px;border-radius:12px;justify-content:center}.footer-logo-text{color:#fff;font-weight:700;font-size:1.8rem}.footer-about{color:#b0c7e8;line-height:1.8;font-size:1rem}.footer-contact-item{display:flex;align-items:flex-start;margin-bottom:20px}.footer-contact-icon{width:45px;height:45px;background:rgba(182,27,56,.1);border-radius:50%;justify-content:center;flex-shrink:0;border:1px solid rgba(182,27,56,.3)}.footer-contact-text h6{color:#fff;font-weight:600;margin-bottom:5px;font-size:1rem}.footer-contact-text p{color:#b0c7e8;margin:0;font-size:.95rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links a{color:#b0c7e8;transition:.3s;display:flex;align-items:center;font-size:1rem}.copyright-links a:hover,.footer-links a:hover,.footer-links i{color:var(--color-primary)}.footer-links i{margin-left:10px;font-size:.9rem}.footer-hours{color:#b0c7e8;font-size:.95rem}.footer-hours p{margin-bottom:8px;display:flex;justify-content:space-between}.footer-hours span{color:#fff;font-weight:500}.copyright{border-top:1px solid rgba(255,255,255,.1);padding-top:30px;margin-top:50px;text-align:center}.copyright-links{display:flex;justify-content:center;gap:25px;margin-top:20px}.copyright-links a{color:#b0c7e8;transition:.3s;font-size:.95rem}.copyright-text{color:#b0c7e8;font-size:.95rem;margin-bottom:0}@media (max-width:992px){.footer{padding:50px 0 25px}.footer-logo-text{font-size:1.5rem}.footer h4{font-size:1.3rem;margin-top:30px}}@media (max-width:576px){.hero-cta{justify-content:center}.hero-cta .button{width:100%;max-width:300px;padding:14px 28px!important}.footer{padding:40px 0 20px}.footer-logo-text{font-size:1.4rem}.footer-contact-item{flex-direction:column;align-items:center;text-align:center}.footer-contact-icon{margin-left:0;margin-bottom:10px}}.feature-icon-img{position:relative;z-index:2;width:90px;height:90px;object-fit:contain;transition:transform .3s}.single-feature .icon svg{position:absolute;bottom:0;left:0;z-index:1}.single-feature:hover .feature-icon-img{transform:scale(1.08)}.about-features-list{list-style:none;padding:0;margin:40px auto 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 40px;text-align:right}.about-features-list li{display:flex;align-items:flex-start;gap:10px;font-size:16px;line-height:1.7;color:#555}.about-features-list i{color:var(--color-primary);font-size:18px;margin-top:4px}.form-input{padding-right:45px!important;padding-left:15px!important}.single-input i{left:auto!important}.floating-btn{position:fixed;right:25px;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;z-index:999;box-shadow:0 8px 20px rgba(0,0,0,.2);transition:.3s}.call-btn1{bottom:155px;background:var(--gradient-primary)}.floating-btn.whatsapp-btn{bottom:90px;background:#25d366}.floating-btn:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 12px 25px rgba(0,0,0,.25)}@media (max-width:768px){.faq-section{padding:40px 0}.section-title h2{font-size:2rem}.accordion-button{font-size:1rem;padding:15px 20px}.phone-number{font-size:1.2rem;padding:10px 20px}.footer-about,.footer-logo{text-align:center}.about-features-list li,.footer-logo{justify-content:center}.copyright-links{flex-direction:column;gap:15px;align-items:center}.feature-icon-img{width:70px;height:70px}.about-features-list{grid-template-columns:1fr;text-align:center}.floating-btn{width:46px;height:46px;right:30px}}.maintenance-section{padding:80px 0;background:var(--color-bg-section)}.section-header{text-align:center;margin-bottom:60px}.section-title{font-size:2.5rem;font-weight:700;background:var(--gradient-hero-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:20px}.section-subtitle{color:var(--color-text-muted);font-size:1.1rem;max-width:700px;margin:0 auto}.maintenance-item{margin-bottom:80px}.maintenance-item:last-child{margin-bottom:0}.maintenance-image{border-radius:15px;overflow:hidden;box-shadow:0 10px 30px var(--color-shadow-strong);transition:transform .3s}.maintenance-image:hover{transform:translateY(-5px)}.maintenance-image img{width:100%;height:auto;display:block}.maintenance-content{padding:30px}.maintenance-content h3{color:var(--color-primary);font-weight:700;margin-bottom:20px;position:relative;padding-bottom:15px}.maintenance-content h3:after{content:'';position:absolute;bottom:0;right:0;width:60px;height:3px;background:var(--gradient-primary)}.maintenance-content p{color:var(--color-text-muted);font-size:1.05rem;line-height:1.8}.image-placeholder,.maintenance-card h4{display:flex;color:var(--color-primary)}.maintenance-card{background:var(--color-bg-white);border-radius:15px;padding:30px;box-shadow:0 5px 20px var(--color-shadow-soft);height:100%;transition:.3s;border-top:4px solid var(--color-primary)}.maintenance-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px var(--color-shadow-strong)}.maintenance-card h4{font-weight:700;margin-bottom:15px;align-items:center}.maintenance-card h4 i{margin-left:10px;font-size:1.2rem}.maintenance-card p{color:var(--color-text-muted);font-size:1rem;line-height:1.7}.image-placeholder{width:100%;height:400px;background:linear-gradient(135deg,var(--color-bg-feature-1),var(--color-bg-feature-2));border-radius:15px;align-items:center;justify-content:center;font-size:4rem}@media (max-width:991px){.feature-section.feature-style-5{padding:80px 0 60px}.about-style-4 .section-title h3,.feature-style-5 .section-title h3{font-size:2.2rem}.feature-style-5 .single-feature{margin-bottom:30px}.feature-style-5 .single-feature .icon{font-size:50px;width:120px;height:100px}.about-style-4 .about-content-wrapper{padding-right:0;text-align:center;margin-bottom:60px}.about-style-4 .section-title h3::after{right:50%;transform:translateX(50%)}.about-section.about-style-4{padding:80px 0 60px;text-align:center}.about-style-4 .about-content-wrapper ul li{text-align:right;justify-content:flex-start}.about-style-4 .about-content-wrapper ul li i{margin-left:15px;margin-right:0}.hero-style-5 .row{display:flex;flex-direction:column}.hero-style-5 .row>div:nth-child(2){order:1}.hero-style-5 .row>div:first-child{order:2}.hero-style-5 .hero-image{text-align:center;margin-bottom:24px}.hero-style-5 .hero-content-wrapper{text-align:center}.maintenance-content{padding:20px 0}.maintenance-item{margin-bottom:60px}.section-title{font-size:2rem}}@media (max-width:767px){.about-section.about-style-4,.feature-section.feature-style-5{padding:60px 0 40px}.about-style-4 .section-title h3,.feature-style-5 .section-title h3{font-size:2rem}.feature-style-5 .section-title p{font-size:1rem;padding:0 15px}.feature-style-5 .single-feature{padding:35px 20px;margin-bottom:25px}.feature-style-5 .single-feature .content h5{font-size:1.3rem}.about-style-4 .about-content-wrapper ul li span,.feature-style-5 .single-feature .content p{font-size:1rem}.about-style-4 .section-title p{font-size:1.05rem}.about-style-4 .about-content-wrapper ul li{padding:12px 15px;margin-bottom:1rem}.about-style-4 .button{padding:14px 35px!important;font-size:1rem!important;width:100%;max-width:300px}.maintenance-section{padding:50px 0}.section-header{margin-bottom:40px}.cards-row{margin-top:30px}.maintenance-card{margin-bottom:20px}}.maintenance-image-wrapper{width:100%;aspect-ratio:3/2;overflow:hidden;border-radius:8px}.ariston-img-ratio{width:100%;height:100%;object-fit:cover;display:block}