@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rajdhani:wght@300;400;500;600;700&display=swap');
:root {
      --red: #c0130f;
      --dark-red: #9b0c09;
      --black: #111111;
      --secondary:#1C1B4B;
      --dark: #1a1a1a;
      --light-bg: #faf3f0;
      --gray: #555;
      --light-gray: #f5f5f5;
    }
    * { box-sizing: border-box; margin: 0; padding: 0; }
    body {  font-family: "Inter", sans-serif;     color: #111111; font-size:15px; line-height:25px; font-weight:400; overflow-x: hidden; }
   a{
    text-decoration: none;
    color:var(--red);
   }
   h1, h2, h3, h4, h5, h6{
     font-family: "Rajdhani", sans-serif;
     font-weight: 700;
   }
   /*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: #fff;
  background-color: var(--dark);
  transition: all 0.5s;
  z-index: 997;
}

.header .header-container {
  transition: all 0.5s;
  position: relative;
}

.header .logo img {
  max-height: 40px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 26px;
  margin: 0;
  font-weight: 600;
  color: var(--red);
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: #fff;
  background: var(--red);
  font-size: 14px;
  padding: 8px 20px;
  margin: 0 5px 0 30px;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: #fff;
  background: color-mix(in srgb, var(--red), transparent 15%);
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }

  .header .navmenu {
    order: 3;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: #fff;
    padding: 22px 15px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--red);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: #fff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    width:230px;
    opacity: 0;
    transition: 0.3s;
    border-radius: 0px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--dark);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--red);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }
.header{
  padding: 15px 0px;
}
  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: #fff;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--red), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--red);
    color: #fff;
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--red);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--red);
    color: #fff;
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: #fff;
    border: 1px solid color-mix(in srgb, var(--red), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 40px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

   
    .top-slider .heroSwiper .swiper-slide{
        height: 93vh;
        position: relative;
        &:before{
            content: '';
            position: absolute;
            inset: 0;
            background: rgb(0 0 0 / 59%);
            z-index: 1;
        }
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .slider-content{
            position: absolute;
            top: 22%;
            left: 0px;
            width: 100%;
            z-index: 2;
            h2{
              font-size: 65px;
              color: #fff;
            }
            p{
              color: #fff;
              font-size: 25px;
               line-height: 35px;
            }
            .btn-primary{
              margin-right: 15px;
            }
        }
    }
     .top-slider .heroSwiper{
        .swiper-pagination{
          bottom: 30px;
          .swiper-pagination-bullet{
            background: #ccc !important;
          }
              .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background: var(--red) !important;
            }
        }
     }
    /* ── HERO / FEATURES ── */
    .hero-section { background: var(--light-bg); padding: 80px 0 0; position: relative; overflow: hidden; }
    .hero-section::before { content: ''; position: absolute; top: -40px; left: -40px; width: 180px; height: 300px; border: 3px solid var(--red); border-radius: 50% 0 50% 0; opacity: .3; pointer-events: none; }
    .hero-section::after { content: ''; position: absolute; bottom: 60px; right: 20px; width: 100px; height: 180px; border: 3px solid var(--red); border-radius: 50% 0 50% 0; transform: rotate(20deg); opacity: .3; pointer-events: none; }
    .section-label { color: var(--red); font-size: .78rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; }
    .hero-title {  font-size: 3rem; font-weight: 800; line-height: 1.1; color: var(--black); margin-bottom: 18px; }
    .hero-desc { font-size: .93rem; color: var(--gray); line-height: 1.7; margin-bottom: 28px; }
    .skill-label { font-size: .82rem; font-weight: 700; color: var(--black); margin-bottom: 6px; }
    .skill-bar { background: #ddd; height: 5px; border-radius: 3px; margin-bottom: 14px; }
    .skill-fill { height: 100%; border-radius: 3px; background: var(--red); }
    .btn-primary { 
      background: var(--red);
       color: #fff; 
       border-radius: 30px;
        padding: 12px 28px; 
        font-weight: 700; font-size: .85rem; letter-spacing: 1px; 
        text-transform: uppercase; border: none;
         transition: background .2s, transform .2s; 
         display: inline-flex; align-items: center;
          gap: 8px; }
    .btn-primary:hover { background: var(--dark-red); color: #fff; transform: translateY(-2px); }

      .btn-secondary { 
      background: var(--secondary);
       color: #fff; 
       border-radius: 30px;
        padding: 12px 28px; 
        font-weight: 700; font-size: .85rem; letter-spacing: 1px; 
        text-transform: uppercase; border: 1px solid var(--secondary);
         transition: background .2s, transform .2s; 
         display: inline-flex; align-items: center;
          gap: 8px; }
    .btn-secondary:hover { background: var(--light-bg); color: var(--secondary); transform: translateY(-2px); }

    .hero-images { position: relative; }
    .hero-img-1 { width: 230px; height: 220px; object-fit: cover; border-radius: 4px; }
    .hero-img-2 { width: 160px; height: 220px; object-fit: cover; border-radius: 4px; position: absolute; right: 0; top: 0; }
    .experience-badge { background: var(--red); color: #fff; padding: 14px 22px; border-radius: 4px; display: inline-flex; align-items: center; gap: 12px; margin-top: 14px; }
    .experience-badge .num {  font-size: 2rem; font-weight: 800; }
    .experience-badge small { font-size: .8rem; display: block; opacity: .85; }

    /* ── FEATURE CARDS ── */
    .feature-cards { margin-top: 60px; }
    .feature-card { background: #2b2b2b; border-radius: 6px; padding: 30px 24px; height: 100%; transition: transform .25s; }
    .feature-card:hover { transform: translateY(-5px); }
    .feature-card .icon { font-size: 2rem; color: var(--red); margin-bottom: 14px; }
    .feature-card h5 {  font-size: 1.25rem; font-weight: 700; color: #fff; margin-bottom: 10px; }
    .feature-card p { font-size: .85rem; color: rgba(255,255,255,.65); line-height: 1.7; margin-bottom: 18px; }
    .btn-outline-light-sm { border: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.8); font-size: .78rem; font-weight: 600; letter-spacing: .5px; padding: 7px 18px; border-radius: 3px; background: transparent; transition: all .2s; }
    .btn-outline-light-sm:hover { background: var(--red); border-color: var(--red); color: #fff; }

    /* ── ABOUT ── */
    .about-section { padding: 90px 0; }
    .about-img-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 6px; position: relative; }
    .about-img-grid img { width: 100%; height: 160px; object-fit: cover; border-radius: 4px; }
    .about-badge { position: absolute; bottom: -20px; right: -20px; background: var(--red); color: #fff; border-radius: 50%; width: 120px; height: 120px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
    .about-badge .num {  font-size: 2.2rem; font-weight: 800; line-height: 1; }
    .about-badge small { font-size: .65rem; line-height: 1.3; }
    .about-content { padding-left: 20px; }
    .about-title {  font-size: 23px; font-weight: 600; color: #003; line-height:30px; margin-bottom: 18px; }
    .about-desc { font-size: .9rem; color: var(--gray); line-height: 1.8; margin-bottom: 28px; }
    .about-features { display: flex; gap: 30px; flex-wrap: wrap; margin-bottom: 28px; }
    .about-feature { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: .88rem; }
    .about-feature .icon-box { width: 42px; height: 42px; background: var(--black); border-radius: 4px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1rem; flex-shrink: 0; }
    .call-strip { display: flex; align-items: center; gap: 10px; font-size: .85rem; color: var(--gray); }

    /* ── SERVICES ── */
    .services-section { padding: 90px 0; }
    .services-section h2 {  font-size: 40px;
    margin-top: 1rem; }
    .services-section p.text-p{
      column-count: 2;
      gap: 70px;
    }
    .service-card { border-radius: 8px; padding: 30px 30px; height: 100%; transition: border-color .2s, box-shadow .2s; }
    .service-card:hover {box-shadow: 0 6px 24px rgba(192,19,15,.1); }
    .service-card .svc-icon { width: 48px; height: 48px; background: #fce8e8; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
    .service-card .svc-icon i { color: var(--red); font-size: 1.3rem; }
    .service-card h5 {  font-size: 1.2rem; margin-bottom: 10px; }
    .service-card p { margin-bottom: 0px; }
    .service-card .divider { border-top: 1px dashed #ddd; margin-bottom: 16px; }
    .btn-read-more { border: 1px solid #ccc; color: var(--black); font-size: .78rem; font-weight: 700; letter-spacing: .5px; padding: 8px 18px; border-radius: 4px; background: transparent; display: inline-flex; align-items: center; gap: 6px; transition: all .2s; }
    .btn-read-more:hover { background: var(--red); border-color: var(--red); color: #fff; }

    /* ── CTA BANNER ── */
    .cta-banner { position: relative; overflow: hidden; min-height: 420px; display: flex; align-items: center; }
    .cta-banner .bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
    .cta-banner .overlay { position: absolute; inset: 0; background: rgba(0,0,0,.55); }
    .cta-banner .cta-red-panel { position: relative; background: rgba(192,19,15,.85); padding: 60px 50px; z-index: 2; min-height: 420px; display: flex; flex-direction: column; justify-content: center; }
    .cta-banner h2 {  font-size: 2.2rem; font-weight: 800; color: #fff; text-transform: uppercase; line-height: 1.1; margin-bottom: 16px; }
    .cta-banner p { color: rgba(255,255,255,.85); font-size: .9rem; line-height: 1.8; margin-bottom: 28px; }
    .btn-dark-sm { background: var(--black); color: #fff; padding: 13px 28px; font-weight: 700; font-size: .85rem; letter-spacing: 1px; text-transform: uppercase; border: none; border-radius: 3px; transition: background .2s; }
    .btn-dark-sm:hover { background: #333; color: #fff; }
    .play-btn { position: absolute; right: 25%; top: 50%; transform: translate(50%,-50%); width: 70px; height: 70px; background: rgba(0,0,0,.6); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.5rem; z-index: 3; cursor: pointer; border: 3px solid rgba(255,255,255,.3); transition: background .2s; }
    .play-btn:hover { background: var(--red); }

    /* ── TESTIMONIALS ── */
    
    .testimonials-section .section-label { color: rgba(192,19,15,.85); }
    .testimonials-section h2 {  font-size: 2.5rem; font-weight: 600; margin-bottom: 40px; }
    .testimonial-card { background:  #fff; border:1px solid var(--red);border-radius: 6px; padding: 28px 24px 0;position: relative;}
    .testimonial-card .quote-icon { color: var(--red); font-size: 2rem; margin-bottom: 12px; line-height: 1; position: absolute;
    top: -17px; }
    .testimonial-card p { font-size: .88rem; line-height: 1.8; margin-bottom: 30px; }
    .testimonial-footer { margin-bottom: 20px;}

    .testimonial-card:hover{
       background-color: var(--red);
        p, h6, small{
          color: #fff;
        }
    }
    .testimonial-footer .stars { color: #ffb700; font-size: 20px; margin-bottom: 4px; }
    .testimonial-footer h6 {font-weight: 700; margin-bottom: 2px; font-size: .95rem; }
    .testimonial-footer small { font-size: .78rem; }

    /* ── BRANDS ── */
    .brands-section { background: var(--light-bg); padding: 40px 0; border-top: 1px solid rgba(255,255,255,.08); }
    .brandsSwiper .logo-box { transition: opacity .2s; height: 40px; object-fit: contain; }
    .brandsSwiper .logo-box:hover { opacity: 1; }
    .brandsSwiper .logo-box img { width: 100%; height: 100%; object-fit: contain; }
    
    /* ── FAQ ── */
    .faq-section { background: #fff; padding: 90px 0; }
    .faq-section h2 { font-size: 2.5rem; font-weight: 600; color: #29292c; margin-bottom: 14px; }
    .faq-intro { color: var(--gray); margin-bottom: 0; }
    .faq-list { display: flex; flex-direction: column; gap: 14px; }
    .faq-item { border: 1px solid #e8e8e8; border-radius: 10px; overflow: hidden; background: #fff; transition: box-shadow .25s, border-color .25s; }
    .faq-item.active { border-color: rgba(192,19,15,.35); box-shadow: 0 12px 30px rgba(192,19,15,.08); }
    .faq-question { width: 100%; border: none; background: #fff; padding: 20px 24px; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 12px; color: #121212; font-size: 1rem; font-weight: 600; line-height: 1.5; }
    .faq-question i { width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #d9d9d9; color: var(--red); font-size: 1rem; transition: transform .25s, background .25s, color .25s, border-color .25s; }
    .faq-item.active .faq-question i { transform: rotate(45deg); background: var(--red); color: #fff; border-color: var(--red); }
    .faq-answer { display: none; padding: 0 24px 20px; }
    .faq-answer p { margin: 0; color: var(--gray); font-size: .92rem; line-height: 1.8; }

    /* ── SERVICES ── */
    .our-services{
      .navSwiper{
        margin-top:-150px !important;
      padding-bottom: 150px;
          .nav-link{
            .services-box{
              img{
                width: 40px;
                height: 40px;
                margin-bottom: 20px;
              }
                width: 192px;
                padding: 20px 20px 20px;
                text-align: left;
                border-radius: 8px;
                span{
                   display: block;
                    color: #29292c;
                    font-size: 18px;
                    font-weight: 700;
                    margin-bottom: 10px;
                }
            }
          }
      }
      .service-content{
        display: flex;
        gap:0 40px;
        .left-side{
          width: 60%;
          padding: 80px 5% 18rem 10%;
          h2{
            font-size: 40px;
            color: #fff;
          }
          h4{
            font-size: 23px;
            line-height: 28px;
            font-weight: 500;
            color: #fff;
            margin: 20px 0;
          }
          p{
            display: -webkit-box;
          -webkit-line-clamp: 6;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 16px;
          line-height: 30px;
            color: #fff;
          }
          .read-more{
            text-transform: uppercase;
            font-weight: 700;
            font-size: 14px;
            position: relative;
            color: #fff;
          }
        }
        .right-side{
          width: 40%;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 100%;
          padding-top: 6rem;
          img{
            width: 100%;
            height: auto;
          }
        }
      }
    }

.one {
    background: #fbd6d6
}
.one.left-side{
   background: #e1a2a2;
}

.two {
    background: #bebdff
}
.two.left-side {
    background: #8988eb;
}

.three {
    background: #befadd
}
.three.left-side {
    background: #7ed0b8;
}

.four {
    background: #fadfbe
}
.four.left-side {
    background: #e9bd8f;
}

.five {
    background: #e6d0fd
}
.five.left-side {
    background: #c5a2ff;
}

.six {
    background: #ffafcf
}
.six.left-side {
    background: #ff8fa3;
}


.seven {
    background: #f6ffaf;
}
.seven.left-side {
    background: #adbb40;
}


    /* ── TEAM ── */
    .team-section { padding: 90px 0; background: var(--light-gray); }
    .team-section h2 {  font-size: 2.5rem; font-weight: 800; color: var(--black); }
    .team-card { background: #fff; border-radius: 6px; overflow: hidden; position: relative; border: 1px solid #eee; transition: box-shadow .2s; }
    .team-card:hover { box-shadow: 0 10px 30px rgba(0,0,0,.1); }
    .team-card img { width: 100%; height: 280px; object-fit: cover; }
    .team-card .team-info { padding: 16px; display: flex; align-items: center; justify-content: space-between; }
    .team-card h6 { font-weight: 700; font-size: 1rem; margin-bottom: 2px; }
    .team-card small { color: var(--gray); font-size: .8rem; }
    .team-card .social-btn { width: 32px; height: 32px; border-radius: 50%; border: 1px solid #ddd; display: flex; align-items: center; justify-content: center; color: var(--gray); font-size: .8rem; transition: all .2s; }
    .team-card .social-btn:hover { background: var(--red); border-color: var(--red); color: #fff; }

    /* ── BLOG ── */
    .blog-section-home { padding: 50px 0; }
    .blog-section-home h2 {  font-size: 2.5rem; font-weight: 800; color: var(--black); }
    .blog-main {}
     .blog-section-home .blog-main img { width: 100%; height: 320px; object-fit: cover; border-radius: 10px;}
    .blog-section-home .blog-main .blog-body { padding: 24px 40px; }
    .blog-date { color: var(--red); font-size:20px; font-weight: 700; display: inline-block; margin-bottom: 12px; }
    .blog-section-home .blog-main h5 {  font-weight: 700; font-size: 1.1rem; margin-bottom: 10px; line-height: 1.5; }
    .blog-section-home .blog-main p { font-size: .85rem; line-height: 1.7; margin-bottom: 18px; }
    .btn-red-outline { border: none; background: var(--red); color: #fff; font-size: .8rem; font-weight: 700; letter-spacing: .5px; padding: 10px 22px; border-radius: 3px; display: inline-flex; align-items: center; gap: 8px; transition: background .2s; }
    .btn-red-outline:hover { background: var(--dark-red); color: #fff; }
    .blog-side-card { background: #fff;
       border-radius: 6px; overflow: hidden;      
        border: 1px solid #eee;
        display:block;
         height: 100%; padding: 14px;
          transition: box-shadow .2s;}
    .blog-side-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.08); }
    .blog-side-card h5 {color: var(--black);  font-family: "Inter", sans-serif; font-weight: 500; font-size: .9rem; margin-bottom: 0px; line-height: 1.4; }
   
    /* ── CONTACT STRIP ── */
    .contact-strip { background: #f9f9f9; padding: 20px 0; border-top: 1px solid #eee; }
    .contact-item { display: flex; align-items: center; gap: 16px; }
    .contact-item .icon-circle { width: 50px; height: 50px; background: var(--red); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.1rem; flex-shrink: 0; }
    .contact-item h6 {  font-family: "Inter", sans-serif; font-weight: 700; margin-bottom: 2px; font-size: .9rem; }
    .contact-item p { color: var(--gray); font-size: .85rem; margin: 0; }

    /* ── FOOTER ── */
    footer { background: var(--black); padding: 60px 0 0; }
    .footer-brand { display: flex; align-items: center; gap: 8px; color: #fff; font-weight: 700; font-size: 1.2rem; margin-bottom: 16px; }
    .footer-brand .gear-icon { width: 32px; height: 32px; border: 2px solid #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
    .footer-desc { color: rgba(255,255,255,.5); font-size: .85rem; line-height: 1.8; margin-bottom: 20px; }
    .footer-social { display: flex; gap: 10px; }
    .footer-social a { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.2); border-radius: 4px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.6); font-size: .85rem; transition: all .2s; }
    .footer-social a:hover { background: var(--red); border-color: var(--red); color: #fff; }
    .footer-title { color: #fff; font-weight: 700; font-size: .95rem; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; }
    .footer-links { list-style: none; padding: 0; }
    .footer-links li { margin-bottom: 10px; }
    .footer-links a { color: rgba(255,255,255,.55); font-size: .85rem; text-decoration: none; transition: color .2s; }
    .footer-links a:hover { color: var(--red); }
    .footer-input { display: flex; gap: 0; }
    .footer-input input { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); color: #fff; border-radius: 4px 0 0 4px; padding: 10px 14px; font-size: .85rem; flex: 1; }
    .footer-input input::placeholder { color: rgba(255,255,255,.35); }
    .footer-input input:focus { outline: none; border-color: var(--red); }
    .footer-input button { background: var(--red); border: none; color: #fff; padding: 10px 16px; border-radius: 0 4px 4px 0; }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0; margin-top: 40px; }
    .footer-bottom p { color: rgba(255,255,255,.35); font-size: .82rem; margin: 0; }

    /* ── SCROLL ANIMATIONS ── */
    .fade-up { opacity: 0; transform: translateY(30px); transition: opacity .6s ease, transform .6s ease; }
    .fade-up.visible { opacity: 1; transform: translateY(0); }
    .reviewSwiper .swiper-slide {
        padding-top: 20px;
    }
    .swiper-pagination{
       .swiper-pagination-bullet{
         height: 4px !important;
         width:30px !important;
          background: var(--red) !important;
         border-radius:0px !important;
       }
       .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: var(--red) !important;
       }
    }
    .dropdown-toggle::after{
      content: "\F0140" !important;
      font: normal normal normal 24px / 1 "Material Design Icons" !important;
      border: 0px !important;
      vertical-align: middle;
      font-size: 15px !important;
      line-height: 12px !important;
      margin-left: 0px;
    }

     /* ─── PAGE HERO ─── */
    .page-hero { position: relative; min-height: 300px; display: flex; align-items: center; overflow: hidden; }
    .page-hero .bg { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1600880292203-757bb62b4baf?w=1400&q=80') center/cover; }
    .page-hero .overlay { position: absolute; inset: 0; background: rgba(10,10,10,.72); }
    .page-hero .deco-red { position: absolute; top: 0; left: 0; width: 120px; height: 200px; }
    .page-hero .deco-red-right { position: absolute; top: 0; right: 0; width: 120px; height: 200px; }
    .page-hero .content { position: relative; z-index: 2; padding: 60px 0; }
    .page-hero h1 { font-family: "Rajdhani", sans-serif; font-size: 3rem; font-weight: 800; color: #fff; margin-bottom: 10px; }
    .breadcrumb { background: transparent; padding: 0; margin: 0; }
    .breadcrumb-item a { color: rgba(255,255,255,.7); font-size: .85rem; text-decoration: none; }
    .breadcrumb-item.active { color: rgba(255,255,255,.5); font-size: .85rem; }
    .breadcrumb-item + .breadcrumb-item::before { color: var(--red); content: ">"; }

    /* ─── PACKAGES SECTION ─── */
    .packages-section { padding: 90px 0; background: var(--light-bg); }
    .packages-section .section-label { font-size: .8rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--red); margin-bottom: 10px; }
    .packages-section .section-title { font-family: "Rajdhani", sans-serif; font-size: 2.6rem; font-weight: 800; color: var(--black); margin-bottom: 12px; }
    .packages-section .section-subtitle { max-width: 650px; margin: 0 auto 44px; color: #555; line-height: 1.7; }

    .package-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 32px 26px 30px; text-align: center; position: relative; transition: transform .25s, box-shadow .25s; }
    .package-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,0,0,.08); }
    .package-badge { position: absolute; top: 18px; right: 18px; background: var(--red); color: #fff; font-size: .67rem; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; }
    .package-title { font-size: 1.5rem; font-weight: 800; color: var(--black); margin-bottom: 8px; }
    .package-price { display: flex; align-items: flex-end; justify-content: center; gap: 10px; margin-bottom: 22px; }
    .package-price .price { font-size: 2.5rem; font-weight: 800; color: var(--red); line-height: 1; }
    .package-price .period { font-size: .95rem; color: #555; margin-bottom: 6px; }
    .package-features { list-style: none; padding: 0; margin: 0 0 28px; text-align: left; }
    .package-features li { display: flex; align-items: flex-start; gap: 10px; padding: 10px 0; border-bottom: 1px solid #f1f1f1; color: #555; font-size: .9rem; }
    .package-features li:last-child { border-bottom: none; }
    .package-features li i { color: var(--red); font-size: 1.1rem; margin-top: 2px; flex-shrink: 0; }
    .btn-package { display: inline-flex; align-items: center; justify-content: center; width: 100%; padding: 12px 0; border-radius: 50px; border: 1px solid var(--red); background: var(--red); color: #fff; font-weight: 700; text-transform: uppercase; transition: background .2s, border-color .2s; }
    .btn-package:hover { background: var(--dark-red); border-color: var(--dark-red); }

    /* ─── ABOUT SECTION ─── */
    .about-section-page { padding: 90px 0; }
    .about-section-page .about-img-wrap { position: relative; }
    .about-section-page .about-circle { width: 340px; height: 340px; border-radius: 50%; overflow: hidden; border: 5px solid transparent; position: relative; margin: 0 auto; background: #fff; }
    .about-section-page .about-circle img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
   .about-section-page .deco-arc { position: absolute; top: -10px; right: -10px; width: 120px; height: 120px; border: 4px solid var(--red); border-radius: 50%; clip-path: inset(0 0 50% 50%); }
   .about-section-page .deco-arc2 { position: absolute; bottom: 10px; left: -20px; width: 80px; height: 80px; border: 4px solid var(--red); border-radius: 50%; clip-path: inset(50% 0 0 50%); }
   .about-section-page .deco-dot { width: 16px; height: 16px; border-radius: 50%; border: 3px solid var(--red); position: absolute; }
   .about-section-page .deco-plus { color: var(--red); font-size: 1.2rem; position: absolute; font-weight: 700; }
   .about-section-page .deco-wave { position: absolute; top: -30px; left: 50%; transform: translateX(-50%); color: var(--red); font-size: 1.8rem; letter-spacing: 4px; }
   .about-section-page .about-label { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
   .about-section-page .about-label span { font-size: .78rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--black); }
   .about-section-page .about-label::after { content: ''; flex: 0 0 40px; height: 2px; background: var(--red); }
   .about-section-page .about-title {font-size: 1.9rem; font-weight: 800; color: var(--navy); line-height: 1.15; margin-bottom: 20px; }
    .about-section-page .about-desc { font-size: .9rem; color: var(--gray); line-height: 1.8; margin-bottom: 14px; }
  .about-section-page  .about-desc .highlight { color: var(--red); }
   .about-section-page .btn-red { background: var(--red); color: #fff; border-radius: 30px; padding: 12px 28px; font-weight: 700; font-size: .85rem; letter-spacing: 1px; text-transform: uppercase; border: none; transition: background .2s, transform .2s; display: inline-flex; align-items: center; gap: 8px; }
   .about-section-page .btn-red:hover { background: var(--dark-red); color: #fff; transform: translateY(-2px); }

    /* ─── MEET EXPERTS ─── */
    .experts-section { padding: 80px 0 0; }
    .section-label-line { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
    .section-label-line span { font-size: .75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--red); }
    .section-label-line::before, .section-label-line::after { content: ''; flex: 0 0 30px; height: 2px; background: var(--red); }
    .section-label-line::before { display: none; }
    .section-title-dark { font-family: "Rajdhani", sans-serif; font-size: 2.5rem; font-weight: 800; color: var(--black); line-height: 1.15; }
    .team-card { background: #fff; border-radius: 8px; overflow: hidden; border: 1px solid #e5e7eb; transition: box-shadow .25s, transform .25s; }
    .team-card:hover { box-shadow: 0 12px 36px rgba(0,0,0,.12); transform: translateY(-5px); }
    .team-card .img-wrap { position: relative; overflow: hidden; height: 260px; }
    .team-card .img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .4s; }
    .team-card:hover .img-wrap img { transform: scale(1.06); }
    .team-card .social-bar { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); background: var(--red); border-radius: 20px; padding: 8px 20px; display: flex; gap: 14px; }
    .team-card .social-bar a { color: #fff; font-size: .85rem; transition: opacity .2s; }
    .team-card .social-bar a:hover { opacity: .7; }
    .team-card .team-info { padding: 16px; text-align: center; }
    .team-card h6 { font-weight: 700; font-size: 1rem; margin-bottom: 4px; }
    .team-card small { color: var(--red); font-size: .8rem; }

    /* ─── STATS BANNER ─── */
    .stats-banner { background: var(--black); padding: 60px 0 390px; position: relative; overflow: hidden; margin-top: 80px; }
    .stats-banner::before { content: ''; position: absolute; left: -40px; top: -40px; width: 200px; height: 200px; border: 3px solid var(--red); transform: rotate(45deg); opacity: .4; }
    .stats-banner::after { content: ''; position: absolute; right: -40px; bottom: -40px; width: 200px; height: 200px; border: 3px solid var(--red); transform: rotate(45deg); opacity: .4; }
    .stat-item { max-width: 224px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.0745098039);
    border-radius: 68px 0px 0px 68px;
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
    .stat-icon { 
      width: 85px;
      height: 85px;
      border: 1px solid rgba(255, 255, 255, 0.5333333333);
      border-radius: 50%;
      line-height: 82px;
      text-align: center;
      margin-right: 15px;
     }
     .stat-icon i{
        color: var(--red);
        font-size: 2.4rem;
     }
    .stat-num { font-family: "Rajdhani", sans-serif; font-size: 2.8rem; font-weight: 800; color: #fff; line-height: 1; margin-bottom: 6px; }
    .stat-label { font-size: .85rem;
    color: #fff;
    font-weight: 500; }

    /* ─── CONTACT FORM SECTION ─── */
    .contact-section { padding: 0px 0 80px; background: var(--light-bg);margin-top: -350px; }
    .contact-form-card { background: #fff; border-radius: 12px; padding: 50px 40px; box-shadow: 0 8px 40px rgba(0,0,0,.1); }
    .contact-label { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
    .contact-label span { font-size: .75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--black); }
    .contact-label::after { content: ''; flex: 0 0 40px; height: 2px; background: var(--red); }
    .contact-title { font-family: "Rajdhani", sans-serif; font-size: 2.2rem; font-weight: 800; color: var(--black); line-height: 1.2; margin-bottom: 28px; }
    .form-field { position: relative; margin-bottom: 18px; }
    .form-field input, .form-field textarea { width: 100%; border: 1px solid #e0e0e0; border-radius: 6px; padding: 13px 44px 13px 16px; font-size: .88rem; font-family: 'Barlow', sans-serif; color: #555; background: #fff; transition: border-color .2s; resize: none; }
    .form-field input::placeholder, .form-field textarea::placeholder { color: #aaa; }
    .form-field input:focus, .form-field textarea:focus { outline: none; border-color: var(--red); }
    .form-field .field-icon { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: var(--red); font-size: .9rem; pointer-events: none; }
    .form-field textarea + .field-icon { top: 16px; transform: none; }
    .btn-contact { background: var(--red); color: #fff; width: 100%; border: none; padding: 14px; font-weight: 700; font-size: .9rem; letter-spacing: 1px; text-transform: uppercase; border-radius: 6px; transition: background .2s; }
    .btn-contact:hover { background: var(--dark-red); }
    .contact-img { border-radius: 12px; overflow: hidden; height: 100%; height: 622px; }
    .contact-img img { width: 100%; height: 100%; object-fit: cover; }

    /* ─── BRANDS ─── */
    .brands-section { padding: 50px 0; background: #fff; border-top: 1px solid #e5e7eb; }
    .brand-item { display: flex; align-items: center; justify-content: center; opacity: .55; transition: opacity .2s; filter: grayscale(1); }
    .brand-item:hover { opacity: 1; filter: grayscale(0); }
    .brand-item span { font-size: 1.1rem; font-weight: 800; letter-spacing: 1px; color: #333; }

    /* ─── TESTIMONIALS ─── */
    .testimonials-section { padding: 80px 0; background: var(--light-bg); }
    .testi-card { background: #fff; border-radius: 10px; padding: 28px; box-shadow: 0 4px 20px rgba(0,0,0,.06); height: 100%; }
    .testi-card .stars { color: #f5a623; font-size: .9rem; margin-bottom: 14px; }
    .testi-card p { font-size: .88rem; color: var(--gray); line-height: 1.8; margin-bottom: 18px; }
    .testi-card .author { display: flex; align-items: center; gap: 12px; }
    .testi-card .author img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 2px solid var(--red); }
    .testi-card .author h6 { font-weight: 700; font-size: .9rem; margin-bottom: 2px; }
    .testi-card .author small { color: var(--gray); font-size: .78rem; }
    .testi-dots { text-align: center; margin-top: 24px; }
    .testi-dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: #ddd; margin: 0 4px; cursor: pointer; transition: background .2s; }
    .testi-dot.active { background: var(--red); }

    /* ─── BLOG ─── */
    .blog-section { padding: 80px 0; }
    .blog-section-label { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 10px; }
    .blog-section-label::before, .blog-section-label::after { content: ''; flex: 0 0 40px; height: 1px; background: var(--red); }
    .blog-section-label span { font-size: .75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--red); }
    .blog-main-title { font-family: "Rajdhani", sans-serif; font-size: 2.6rem; font-weight: 800; color: var(--navy); text-align: center; margin-bottom: 50px; }
    .blog-card { background: #fff; border-radius: 10px; overflow: hidden; border: 1px solid #e5e7eb; transition: box-shadow .25s, transform .25s; height: 100%; }
    .blog-card:hover { box-shadow: 0 12px 36px rgba(0,0,0,.1); transform: translateY(-4px); }
    .blog-card .img-wrap { position: relative; overflow: hidden; }
    .blog-card .img-wrap img { width: 100%; height: 210px; object-fit: cover; transition: transform .4s; }
    .blog-card:hover .img-wrap img { transform: scale(1.05); }
    .blog-date-badge { position: absolute; bottom: 12px; right: 12px; background: var(--red); color: #fff; font-size: .75rem; font-weight: 700; padding: 5px 12px; border-radius: 4px; }
    .blog-card .blog-body { padding: 20px; }
    .blog-card h5 { font-weight: 700; font-size: 1rem; line-height: 1.5; margin-bottom: 14px; color: var(--black); }
    .blog-card .discover-link { color: var(--red); font-size: .78rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: gap .2s; }
    .blog-card .discover-link:hover { gap: 10px; }

    /* ─── VIDEO BANNER ─── */
    .video-banner { position: relative; height: 400px; overflow: hidden; }
    .video-banner img { width: 100%; height: 100%; object-fit: cover; }
    .video-banner .vid-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.45); }
    .video-banner .play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 72px; height: 72px; background: rgba(255,255,255,.9); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s, transform .2s; }
    .video-banner .play-btn:hover { background: var(--red); transform: translate(-50%,-50%) scale(1.1); }
    .video-banner .play-btn i { color: var(--red); font-size: 1.4rem; margin-left: 4px; transition: color .2s; }
    .video-banner .play-btn:hover i { color: #fff; }
    
    /* ─── BACK TO TOP ─── */
    .back-top { position: fixed; bottom: 24px; right: 24px; width: 40px; height: 40px; background: #fff; border: 1px solid #e5e7eb; border-radius: 6px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 999; box-shadow: 0 4px 12px rgba(0,0,0,.1); transition: background .2s; }
    .back-top:hover { background: var(--red); color: #fff; }
    .back-top i { font-size: .85rem; }

    
    /* ── CONTACT SECTION ── */
    .contact-section-page { padding: 80px 0 60px; }
    .contact-section-page .page-title { font-family: "Rajdhani", sans-serif; font-size: 3rem; font-weight: 800; color: var(--black); line-height: 1.15; margin-bottom: 50px; }

    /* Company Info Card */
    .company-card { background: var(--red); border-radius: 10px; padding: 36px 32px; height: 100%; }
    .company-card h4 { font-family: "Rajdhani", sans-serif; font-size: 1.6rem; font-weight: 800; color: #fff; margin-bottom: 10px; }
    .company-card .sub { color: rgba(255,255,255,.75); font-size: .88rem; margin-bottom: 28px; line-height: 1.6; }
    .info-item { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
    .info-item .icon-ring { width: 48px; height: 48px; border-radius: 50%; border: 2px solid rgba(255,255,255,.35); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1rem; flex-shrink: 0; }
    .info-item .text { color: #fff; font-weight: 600; font-size: .9rem; line-height: 1.5; }

    /* Contact Form */
    .contact-form-wrap { padding-left: 20px; }
    .form-line { border: none; border-bottom: 1px solid #ddd; border-radius: 0; padding: 12px 4px 12px 32px; font-size: .88rem; color: #555; background: transparent; width: 100%; transition: border-color .2s; }
    .form-line::placeholder { color: #bbb; }
    .form-line:focus { outline: none; border-bottom-color: var(--red); background: transparent; box-shadow: none; }
    .form-field-wrap { position: relative; margin-bottom: 22px; }
    .form-field-wrap .f-icon { position: absolute; left: 4px; top: 50%; transform: translateY(-50%); color: var(--red); font-size: 1.2rem; pointer-events: none; }
    .form-field-wrap textarea.form-line { resize: none; padding-top: 14px; }
    .form-field-wrap textarea + .f-icon { top: 18px; transform: none; }
    .btn-get-touch { background: var(--red); color: #fff; border: none; padding: 13px 32px; font-weight: 700; font-size: .85rem; letter-spacing: 1px; text-transform: uppercase; border-radius: 4px; display: inline-flex; align-items: center; gap: 10px; transition: background .2s, transform .2s; }
    .btn-get-touch:hover { background: var(--dark-red); transform: translateY(-2px); }

    /* ── INFO CARDS ── */
    .info-cards-section { padding: 60px 0; border-top: 1px solid #e5e7eb; }
    .info-cards-section  .info-card { padding: 20px 20px 20px 20px; display: block;border-left: 1px solid #efefef; transition: background-color .2s; height: 100%; }
    .info-cards-section .info-card .ic-icon { font-size: 2.2rem; color: var(--red); margin-bottom: 14px; display: block; }
    .info-cards-section .info-card h5 { font-family: "Rajdhani", sans-serif; font-size: 1.3rem; font-weight: 800; color: var(--red); margin-bottom: 12px; }
    .info-cards-section .info-card p { font-size: .85rem; color: var(--gray); line-height: 1.9; margin: 0; }
    .info-cards-section .info-card a { color: var(--gray); text-decoration: none; font-size: .85rem; transition: color .2s; }
    .info-cards-section .info-card a:hover { color: var(--red); }
    .arrow-link { display: inline-flex; align-items: center; gap: 6px; color: var(--gray); font-size: .85rem; text-decoration: none; margin-top: 8px; transition: color .2s, gap .2s; }
    .info-card:hover { background-color: var(--red); }
    .info-card:hover .ic-icon , .info-card:hover h5 , .info-card:hover p , .info-card:hover a , 
    .info-card:hover .arrow-link { 
          color: #fff !important;
    } 
    .info-card .arrow-link:hover {
          color: #fff !important;    
    }
        .info-cards-section .col-md-4:first-child .info-card{ border-left: none; } 
    .ic-divider { border: none; border-right: 1px solid #e5e7eb; height: 80px; align-self: center; }

    /* ── MAP ── */
    .map-section { width: 100%; height: 420px; overflow: hidden; }
    .map-section iframe { width: 100%; height: 100%; border: none; display: block; }
  /* ── PROJECT GALLERY ── */
    .gallery-section { padding: 80px 0 50px; }
    .gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 16px; }
    .gallery-item { position: relative; overflow: hidden; cursor: pointer; }
    .gallery-item img { width: 100%; height: 260px; object-fit: cover; display: block; }
    .gallery-item:hover{

    }
    .gallery-item:hover img {
        opacity: .5;
    }
    .gallery-item .workbox-heading {background: var(--secondary);padding: 20px; }
       .gallery-item:hover .workbox-heading {
        background: var(--red);
       }
    .workbox-heading h2 { color: #fff; font-size: 24px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

    .footer-cta { background: var(--light-gray); padding: 60px 0 ; }
   
    .footer-cta .newsletter-form { display: flex; width: 100%;  
      background: rgba(255,255,255,.08); border: 1px solid var(--red);
      border-radius: 50px; 
          align-items: center;
          padding-left: 20px;
    }
    .footer-cta p{
      color: var(--gray);
    }
    .footer-cta .newsletter-form h5{
      margin-bottom:0px;
      font-weight: 700;
    }
    .footer-cta .newsletter-form a { background: var(--red); margin-left:auto; 
      border: none; color: #fff;    padding: 13px 24px;
    border-radius: 50px; transition: background .2s; font-weight:600}
    .footer-cta .newsletter-form a:hover { background: var(--secondary); }


    /* work detail */
    .work-detail{
       margin: -100px 0;
    }
    .work-detail .image-box {
      position: relative;
        display: block;
        box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .19);
       
    }

    .work-detail-bottom{
      padding:170px 0px 70px;
      background: var(--red);
      color:#fff;
      text-align: center;
    }

    .work-d-banner{
       height:415px !important;
    }
    .work-d-banner .breadcrumb{
      justify-content:center;
      margin-bottom: 20px;
    }
    
     /* ── MAIN CONTENT LAYOUT ── */
    .detail-section { padding: 80px 0; }

    /* ── SIDEBAR ── */
    .sidebar { position: sticky; top: 100px; }

    /* Service nav links */
    .svc-nav-list { list-style: none; padding: 0; margin: 0 0 28px; }
    .svc-nav-list li { border-bottom: 1px solid #e5e7eb; }
    .svc-nav-list li:first-child { border-top: 1px solid #e5e7eb; }
    .svc-nav-list a { display: flex; align-items: center; justify-content: space-between; padding: 14px 4px; font-size: .9rem; font-weight: 600; color: #333; text-decoration: none; transition: color .2s; }
    .svc-nav-list a:hover, .svc-nav-list a.active { color: var(--red); }
    .svc-nav-list a i { font-size: .75rem; color: var(--red); }

    /* Brochure card */
    .brochure-card { background: var(--light-bg); border-radius: 8px; padding: 24px; margin-bottom: 24px; }
    .brochure-card h6 { font-weight: 800; font-size: 1.8rem; color: var(--navy); margin-bottom: 6px; position: relative; padding-bottom: 10px; }
    .brochure-card h6::after { content: ''; position: absolute; bottom: 0; left: 0; width: 32px; height: 2px; background: var(--red); }
    .brochure-card p { color: var(--gray); line-height: 1.7; margin: 14px 0 18px; }
    .download-btn { display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid #e5e7eb; border-radius: 4px; padding: 11px 16px; text-decoration: none; font-size: .85rem; font-weight: 600; color: #333; margin-bottom: 10px; transition: border-color .2s, color .2s; }
    .download-btn:last-child { margin-bottom: 0; }
    .download-btn:hover { border-color: var(--red); color: var(--red); }
    .download-btn i { color: var(--red); }

    /* Quote form */
    .quote-card { background: var(--light-bg); border-radius: 8px; padding: 24px; }
    .quote-card h6 { font-weight: 800; font-size: 1.8rem; color: var(--navy); margin-bottom: 6px; position: relative; padding-bottom: 10px; }
    .quote-card h6::after { content: ''; position: absolute; bottom: 0; left: 0; width: 32px; height: 2px; background: var(--red); }
    .quote-card .form-ctrl { width: 100%; border: 1px solid #e5e7eb; border-radius: 4px; padding: 11px 14px; font-size: .85rem; font-family: 'Barlow', sans-serif; color: #555; background: #fff; margin-top: 14px; transition: border-color .2s; }
    .quote-card .form-ctrl::placeholder { color: #bbb; }
    .quote-card .form-ctrl:focus { outline: none; border-color: var(--red); }
    .quote-card textarea.form-ctrl { resize: none; height: 90px; }
    .btn-send { background: var(--red); color: #fff; border: none; width: 100%; padding: 13px; font-weight: 700; font-size: .88rem; border-radius: 4px; margin-top: 14px; transition: background .2s; cursor: pointer; }
    .btn-send:hover { background: var(--dark-red); }

    /* ── MAIN ARTICLE ── */
    .article-title { font-family: "Rajdhani", sans-serif; font-size: 2.2rem; font-weight: 800; color: var(--navy); margin-bottom: 20px; }
    .article-body p { font-size: .9rem; color: #555; line-height: 1.9; margin-bottom: 18px; }
    .article-body p .hl { color: var(--red); }
    .article-img { width: 100%; border-radius: 8px; object-fit: cover; height: 300px; margin: 8px 0 28px; }

    /* Plan Benefits */
    .plan-title { font-family: "Rajdhani", sans-serif; font-size: 1.6rem; font-weight: 800; color: var(--navy); margin-bottom: 18px; }
    .benefit-list { list-style: none; padding: 0; }
    .benefit-list li { display: flex; align-items: flex-start; gap: 10px; font-size: .88rem; color: #555; margin-bottom: 10px; }
    .benefit-list li i { color: var(--red); margin-top: 2px; flex-shrink: 0; }

    /* ── ACCORDION (Questions) ── */
    .questions-title { font-family: "Rajdhani", sans-serif; font-size: 1.7rem; font-weight: 800; color: var(--navy); margin: 36px 0 20px; }
    .acc-item { border: 1px solid #e5e7eb; border-radius: 6px; margin-bottom: 10px; overflow: hidden; }
    .acc-btn { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 16px 20px; border: none; background: var(--red); color: #fff; font-weight: 700; font-size: .9rem; font-family: 'Barlow', sans-serif; cursor: pointer; text-align: left; transition: background .2s; }
    .acc-btn.collapsed { background: #fff; color: #333; }
    .acc-btn .acc-icon { width: 24px; height: 24px; border-radius: 50%; background: rgba(255,255,255,.25); display: flex; align-items: center; justify-content: center; font-size: .75rem; flex-shrink: 0; transition: transform .3s; }
    .acc-btn.collapsed .acc-icon { background: #e5e7eb; color: #555; }
    .acc-body { background: #fff; font-size: .87rem; color: #666; line-height: 1.8; max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s; padding: 0 20px; }
    .acc-body.open { max-height: 200px; padding: 16px 20px 20px; }

    
    /* ─── FADE ANIMATIONS ─── */
    .fade-up { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
    .fade-up.visible { opacity: 1; transform: translateY(0); }

    
    /* ── RESPONSIVE ── */
     @media (max-width: 768px) {
      .gallery-grid { grid-template-columns: 1fr 1fr; }
      .newsletter-form { max-width: 100%; }
      .footer-cta h2 { font-size: 1.8rem; }
      .footer-cta .newsletter-form{
        display: block;
        text-align: center;
        padding: 20px 25px;
      }
      .footer-cta .newsletter-form h5 {
        margin-bottom: 20px;
          }
    }
    @media (max-width: 480px) {
      .gallery-grid { grid-template-columns: 1fr; }
    }

    @media (max-width: 768px) {
      .blog-main .blog-body {
            padding: 0px 0px 24px;
        }
        .blog-section-home{
          padding: 20px 0px 0px;
        }
        .page-hero{
          min-height:200px;
          padding: 0px 20px;
        }
        .detail-section {
            padding: 40px 0;
        }
        .testimonials-section {
          padding: 40px 0;
        }
        .about-section-page{
          padding-bottom: 0px !important;
        }
        .blog-section-home .blog-main .blog-body { padding: 0px 0px 24px;}
        .blog-date{
          font-size: 17px;
        }
      .hero-title { font-size: 2rem; }
      .hero-img-2 { display: none; }
      .case-grid { grid-template-columns: 1fr 1fr; }
      .cta-banner .cta-red-panel { padding: 40px 24px; min-height: auto;}
      .play-btn { display: none; }
      .faq-section { padding: 60px 0; }
      .faq-section h2 { font-size: 1.8rem; }
      .faq-question { padding: 16px 18px; font-size: .95rem; }
      .faq-answer { padding: 0 18px 16px; }
      .services-section p.text-p{
        column-count: 1;
      }
       .services-section h2 , .testimonials-section h2{
        font-size: 30px;
      }
      .services-section {
        padding: 45px 0;
      }
      .cta-banner h2 {
         font-size: 1.5rem;
      }
      .contact-item .icon-circle {
        width: 40px;
        height: 40px;
      }
      .contact-item{
         margin-bottom: 15px;
      }
      .navbar{
        padding: 12px 0;
      }
       .about-circle { width: 260px; height: 260px; }
      .about-title { font-size: 2rem; }
      .contact-form-card { padding: 30px 20px; }
      .stat-num { font-size: 2rem; }
      .our-services .service-content { display: block; }
      .our-services .service-content .left-side { padding: 40px 24px; width: 100%;}
      .our-services .service-content .left-side h2 { font-size: 30px; }
       .our-services .service-content .left-side h4 { font-size: 18px; line-height: 28px;}
       .our-services .service-content .left-side p { font-size: 16px; line-height: 28px;}
       .our-services .service-content .left-side .read-more { font-size: 12px; }
      .our-services .service-content .right-side { padding: 0 24px; margin-top: 30px; width: 100%; }
      .our-services .navSwiper {margin-top: 0px!important;padding-bottom: 50px;}
      .about-badge{right:-2px;}
      .top-slider .heroSwiper .swiper-slide {
           height:400px;
           .slider-content {
              top: 32%;
              h2 {
                  font-size: 25px;
              }p{
                font-size:17px;
              }
              .btn-primary , .btn-secondary{
                padding: 7px 14px;
                font-size: 10px;
              }
          }
      }
    }

    @media (max-width: 991px) {
      .contact-form-wrap { padding-left: 0; margin-top: 30px; }
      .ic-divider { display: none; }
    }
    @media (max-width: 576px) {
      .contact-section .page-title { font-size: 2.2rem; }
      .page-hero h1 { font-size: 2.2rem; }
    }
