
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: 'Poppins', sans-serif;
}

body{
    background:#fff;
}

/* Navbar */
.navbar{
    width:100%;
    padding:16px 40px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

/* Logo */
.logo{
    display:flex;
    align-items:center;
    gap:12px;
}
.forvideo {
    padding-top: 17px;
}
video {
    border-radius: 20px;
}
.logo-icon{
    width:42px;
    height:42px;
    background:#d96b00;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:22px;
}

.logo-text h1{
    font-size:20px;
    color:#c95e00;
}

.logo-text span{
    font-size:13px;
    color:#777;
}

/* Menu */
.menu{
    display:flex;
    align-items:center;
    gap:28px;
}

.menu a{
    text-decoration:none;
    color:#444;
    font-size:16px;
    padding:8px 8px;
    border-radius:12px;
}

.menu a.active{
    background:#fff2d9;
    color:#e37b00;
}

/* Button */
.btn{
   background: linear-gradient(90deg, #f28c00, #d94b00);
    color: #fff !important;
    padding: 12px 26px !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    font-size: 16px !important;
}

/* Hamburger */
.hamburger{
    display:none;
    font-size:28px;
    cursor:pointer;
}

/* ===================== */
/* RESPONSIVE */
/* ===================== */

@media(max-width:992px){
    .navbar{
        padding:14px 20px;
    }
}



@media(max-width:480px){
    .logo-text h1{
        font-size:17px;
    }

    .logo-text span{
        font-size:12px;
    }
}

.container {
    padding-right: 67px;
    padding-left: 73px;
}
section.one {
    background: #fffaf2;
}

.dropdown{
    position:relative;
}

.drop-btn{
    padding:8px 18px;
    display:inline-block;
}

.dropdown-menu{
    position:absolute;
    top:100%;
    left:0;
    margin-top:6px;
    background:#fff;
    min-width:260px;
    border-radius:14px;
    box-shadow:0 10px 25px rgba(0,0,0,0.12);
    display:none;
    flex-direction:column;
    z-index:999;
}

.dropdown-menu a{
    padding:12px 18px;
    text-decoration:none;
    color:#444;
}

.dropdown-menu a:hover{
    background:#fff2d9;
    color:#e37b00;
}

/* Desktop Hover FIX */
@media(min-width:769px){
    .dropdown:hover > .dropdown-menu,
    .dropdown-menu:hover{
        display:flex;
    }
}
.dropdown::after{
    content:'';
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    height:10px;
}





.hero{
    position:relative;
    width:100%;
    height:90vh;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* Video */
.hero-video{
    position:absolute;
    top:50%;
    left:50%;
    width:100%;
    height:100%;
    object-fit:cover;
    transform:translate(-50%,-50%);
    z-index:-2;
}

/* Dark Overlay */
.hero-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.55);
    z-index:-1;
}

/* Content */
.hero-content{
    max-width:800px;
    padding:20px;
    text-align:center;
    color:#fff;
}

.hero-content h1{
    font-size:52px;
    line-height:1.2;
    margin-bottom:20px;
}

.hero-content h1 span{
    color:#f5a623;
}

.hero-content p{
    font-size:18px;
    line-height:1.6;
    opacity:0.95;
    margin-bottom:30px;
        font-family: outfit !important;
}

/* Button */
.hero-btn{
    display:inline-block;
    padding:14px 36px;
    background:linear-gradient(90deg,#f28c00,#d94b00);
    color:#fff;
    font-size:18px;
    border-radius:40px;
    text-decoration:none;
    transition:0.3s;
}

.hero-btn:hover{
    transform:translateY(-2px);
    opacity:0.9;
}

/* Responsive */
@media(max-width:768px){
    .hero{
        height:80vh;
    }
    aside.sidebar {
    padding-bottom: 35px;
}

    
    .dropdown.open .dropdown-menu {
    display: grid !important;
}

    .hero-content h1{
        font-size:34px;
    }

    .hero-content p{
        font-size:16px;
    }
}


ul.list {
    padding-left: 18px;
}

ul.list li {
    list-style: disc;
}



*{
  box-sizing:border-box;
  font-family:Arial, sans-serif;
}

section.section.services{
 padding: 20px 9px 20px 20px;
  background:#ffffff;
}

  .sri {
    background: #f2eff2;
padding: 60px 44px 60px 44px;
    border-radius: 20px;
}


/* Layout */
.layout{
  display:flex;
  gap:40px;
  align-items:center;
}

/* Left */
.left{
  width:260px;
  flex-shrink:0;
}

.left img{
  width:100%;
}

/* Right */
.right{
  position:relative;
  flex:1;
}

/* Viewport */
.viewport{
  overflow:hidden;
  width:100%;
}

/* Track */
.track{
  display:flex;
  transition:transform 0.5s ease;
}

/* Card */
.card{
    flex: 0 0 calc(95% / 3);
 
  background:white;
  margin-right:20px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* Remove gap after last card */
.card:last-child{
  margin-right:0;
}
.card1 {
    padding: 10px;
}
h2.sheading {
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

/* Arrows */
.arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:42px;
  border-radius:50%;
  border:none;
  background:#fff;
  font-size:26px;
  cursor:pointer;
  box-shadow:0 5px 15px rgba(0,0,0,0.2);
  z-index:10;
}

.left-arrow{ left:-35px; }
.right-arrow{ right:-15px; }

/* Responsive */
@media(max-width:900px){
  .card{
    flex:0 0 calc(100% / 2); /* 2 cards */
  }
}

@media(max-width:600px){
  .layout{
    flex-direction:column;
  }
  .card{
    flex:0 0 100%; /* 1 card */
  }
}
img.smig {
    border-radius: 10px;
}

img.simg {
    width: 100%;
    border-radius: 10px;
    padding-top: 20px;
}
.cta11 {
    padding-bottom: 20px;
}
p.enter {
color: #4a4a4a !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: outfit !important;
    padding-bottom: 14px;
}
a.scta {
    display: inline-block;
    padding: 14px 24px;
    background: linear-gradient(90deg, #f28c00, #d94b00);
    color: #fff;
    font-size: 18px;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.3s;
}
h1.Find {
    padding-bottom: 40px;
    padding-left: 12px;
    color: #8b0000;
    text-align: center;
    font-size: 40px;
}
/* ================= CTA SECTION ================= */
.cta-section{
  background:linear-gradient(180deg,#9d0b0b,#6b0606);
  padding:120px 20px;
  text-align:center;
  color:#fff;
}

.cta-content h1{
  font-size:40px;
  font-weight:600;
  margin-bottom:15px;
}

.cta-content p{
  font-size:18px;
  color:#f2d7b6;
  margin-bottom:35px;
}

.cta-btn{
  display:inline-block;
  background:linear-gradient(90deg,#ff9800,#f57c00);
  color:#ffffff;
  padding:16px 40px;
  border-radius:40px;
  font-weight:600;
  text-decoration:none;
  transition:0.3s;
}

.cta-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 25px rgba(0,0,0,0.3);
}

/* Home CTA: opportunity-style block (matches site colors) */
.cta-opportunity{
  padding: 70px 20px;
  background: #fff;
}

.cta-opportunity__container{
  max-width: 1200px;
  margin: 0 auto;
}

.cta-opportunity__wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-radius: 46px;
  padding: 52px 52px;
  background:
    radial-gradient(900px 320px at 20% 20%, rgba(242, 140, 0, 0.18), rgba(255, 250, 242, 0) 60%),
    radial-gradient(700px 300px at 90% 30%, rgba(217, 75, 0, 0.14), rgba(255, 255, 255, 0) 55%),
    linear-gradient(135deg, #fffaf2 0%, #ffffff 45%, #fde5e3 120%);
  box-shadow: 0 30px 80px rgba(0,0,0,0.10);
  overflow: hidden;
}

.cta-opportunity__content{
  flex: 1 1 58%;
  min-width: 280px;
}

.cta-opportunity__content h2{
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #111;
  margin-bottom: 14px;
}

.cta-opportunity__content p{
  font-size: 17px;
  line-height: 1.7;
  color: #444;
  max-width: 560px;
  margin-bottom: 22px;
}

.cta-opportunity__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}

.cta-opportunity__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease, border-color 200ms ease;
  white-space: nowrap;
}

.cta-opportunity__btn--primary{
  color: #fff !important;
  background: linear-gradient(90deg, #f28c00, #d94b00);
  box-shadow: 0 16px 36px rgba(217, 75, 0, 0.24);
}

.cta-opportunity__btn--primary:hover{
  transform: translateY(-1px);
  box-shadow: 0 20px 44px rgba(217, 75, 0, 0.30);
}

.cta-opportunity__btn--secondary{
  color: #1a1a1a !important;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(217, 75, 0, 0.18);
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.cta-opportunity__btn--secondary:hover{
  transform: translateY(-1px);
  border-color: rgba(217, 75, 0, 0.30);
}

.cta-opportunity__highlights{
  display: flex;
  flex-wrap: wrap;
  gap: 16px 18px;
  color: #2f2f2f;
  font-size: 15px;
}

.cta-opportunity__highlight{
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.cta-opportunity__highlight i{
  color: #d94b00;
  font-size: 18px;
}

.cta-opportunity__media{
  flex: 0 0 38%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 220px;
}

.cta-opportunity__media::before{
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, rgba(242,140,0,0.22), rgba(217,75,0,0.08) 45%, rgba(255,255,255,0) 72%);
  filter: blur(2px);
}

.cta-opportunity__media img{
  position: relative;
  width: min(380px, 100%);
  height: auto;
  transform: translateY(8px);
  filter: drop-shadow(0 24px 50px rgba(0,0,0,0.22));
}

@media(max-width: 992px){
  .cta-opportunity__wrap{
    padding: 42px 34px;
  }
  .cta-opportunity__content h2{
    font-size: 42px;
  }
}

@media(max-width: 768px){
  .cta-opportunity{
    padding: 54px 16px;
  }
  .cta-opportunity__wrap{
    flex-direction: column;
    padding: 34px 20px;
    border-radius: 32px;
    gap: 22px;
  }
  .cta-opportunity__content h2{
    font-size: 34px;
    line-height: 1.15;
  }
  .cta-opportunity__content p{
    max-width: none;
  }
  .cta-opportunity__media{
    width: 100%;
  }
  .cta-opportunity__media::before{
    width: 320px;
    height: 320px;
  }
  .cta-opportunity__media img{
    width: min(340px, 92%);
    transform: none;
  }
}

/* ================= FOOTER ================= */
.footer{
  background:linear-gradient(180deg,#6b0606,#3a0303);
  color:#f5e2c8;
  padding:60px 20px 0;
}

.footer-container{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
}

.footer h4{
  color:#ffcc66;
  margin-bottom:15px;
}

.footer p, .footer a{
  font-size:17px;
  line-height:1.8;
  color:#f5e2c8;
  text-decoration:none;
}

/* Brand */
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:15px;
}

.star{
  background:#ff9800;
  color:#6b0606;
  width:36px;
  height:36px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
}

.footer ul{
  list-style:none;
}

.footer ul li{
  margin-bottom:8px;
}

.footer ul li a:hover{
  color:#ffcc66;
}

/* Bottom */
.footer-bottom{
  margin-top:50px;
  text-align:center;
  padding:20px;
  border-top:1px solid rgba(255,255,255,0.2);
  font-size:13px;
  color:#ffcc66;
}

/* ========================= */
/* Footer: dark grid look     */
/* ========================= */
.footer.footer--matrix{
  position: relative;
  overflow: hidden;
  padding: 74px 20px 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.0), rgba(0,0,0,0.35)),
    radial-gradient(900px 520px at 25% 20%, rgba(157,11,11,0.18), rgba(0,0,0,0) 60%),
    radial-gradient(800px 520px at 70% 30%, rgba(242,140,0,0.14), rgba(0,0,0,0) 62%),
    #0c0f12;
  color: rgba(255,255,255,0.86);
}

.footer.footer--matrix::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(255,255,255,0.06) 1px, transparent 1px) 0 0/320px 100%,
    linear-gradient(to bottom, rgba(255,255,255,0.06) 1px, transparent 1px) 0 0/100% 140px;
  opacity: 0.18;
  pointer-events: none;
}

.footer-watermark{
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translateX(-50%);
  font-size: clamp(64px, 10vw, 160px);
  font-weight: 900;
  letter-spacing: -0.04em;
  color: rgba(255,255,255,0.08);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.footer-shell{
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 1.85fr;
  gap: 40px;
  padding-bottom: 56px;
}

.footer-left{
  padding-right: 10px;
}

.footer-brand{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
  margin-bottom: 14px;
}

.footer-brand__logo{
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.footer-brand__name{
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.footer-tagline{
  margin: 0 0 18px;
  color: rgba(255,255,255,0.72);
  line-height: 1.7;
  font-size: 15px;
  font-family: outfit !important;
  max-width: 420px;
}

.footer-social{
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
}

.footer-social__btn{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.88);
  text-decoration: none;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  transition: transform 200ms ease, background 200ms ease, border-color 200ms ease;
}

.footer-social__btn:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,0.10);
  border-color: rgba(242,140,0,0.28);
}

.footer-news__title{
  font-weight: 900;
  color: rgba(255,255,255,0.92);
  margin-bottom: 10px;
}

.footer-news__form{
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 999px;
  padding: 8px 8px 8px 16px;
  max-width: 420px;
}

.footer-news__form input{
  flex: 1 1 auto;
  border: none;
  outline: none;
  background: transparent;
  color: rgba(255,255,255,0.9);
  font-size: 14px;
}

.footer-news__form input::placeholder{
  color: rgba(255,255,255,0.55);
}

.footer-news__form button{
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(90deg, #9d0b0b, #f28c00);
  box-shadow: 0 14px 30px rgba(157,11,11,0.22);
  transition: transform 200ms ease, filter 200ms ease;
}

.footer-news__form button:hover{
  transform: translateY(-1px);
  filter: saturate(1.05);
}

.footer-news__hint{
  margin-top: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.62);
}

.footer-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  border-left: 1px solid rgba(255,255,255,0.08);
  padding-left: 28px;
}

.footer-col__title{
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.70);
  margin-bottom: 14px;
}

.footer-col a{
  display: block;
  text-decoration: none;
  color: rgba(255,255,255,0.80);
  padding: 7px 0;
  transition: color 160ms ease, transform 160ms ease;
  font-family: outfit !important;
}

.footer-col a:hover{
  color: #f28c00;
  transform: translateX(2px);
}

.footer-contact{
  display: grid;
  gap: 10px;
  color: rgba(255,255,255,0.76);
  font-family: outfit !important;
}

.footer-contact__row{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.5;
}

.footer-contact__row i{
  color: rgba(242,140,0,0.95);
  margin-top: 3px;
}

.footer-contact__row a{
  display: inline;
  padding: 0;
}

.footer-bottom.footer-bottom--matrix{
  margin-top: 0;
  padding: 18px 20px;
  border-top: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.55);
  font-size: 13px;
  text-align: center;
}

@media(max-width: 1100px){
  .footer-shell{
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer-grid{
    grid-template-columns: repeat(2, 1fr);
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 22px;
  }
}

@media(max-width: 640px){
  .footer-grid{
    grid-template-columns: 1fr;
  }
  .footer-watermark{
    top: 28px;
  }
}

/* ================= RESPONSIVE ================= */
@media(max-width:900px){
  .footer-container{
    grid-template-columns:1fr;
    text-align:center;
  }

  .brand{
    justify-content:center;
  }

  .cta-content h1{
    font-size:30px;
  }
}

   .icons {
    color: #ffcc66;
        font-size: 20px !important;
}
  .icons2 {
    color: #ffcc66;
    
}
  .icons3 {
    color: #ffcc66;
        font-size: 20px !important;
}
p.footer_para {
    padding-bottom: 10px;
}





.cardsss{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap:30px;
}

.cardss{
    background:#ffffff;
    border-radius:16px;
    padding:30px 25px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.3s ease;
}

.cardss:hover{
    transform:translateY(-6px);
}

.icon{
    width:60px;
    height:60px;
    background:#d35400;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
    margin-bottom:20px;
}

.cardss h3{
    margin:0 0 10px;
    font-size:22px;
    color:#8b0000;
}

.cardss p{
    margin:6px 0;
    color:#444;
    font-size:18px;
    font-family: outfit;
}

.cardss span{
    font-size:18px;
    color:#777;
    font-family: outfit;
}
.cardsss {
    padding-top: 30px;
    padding-bottom: 40px;
}







.contact-wrapper{
    max-width:1200px;
    margin:60px auto;
    padding:0 20px;
    display:grid;
    grid-template-columns: 1.2fr 1fr;
    gap:40px;
}

/* LEFT FORM */
.form-box h2{
    color:#8b0000;
    font-size:32px;
    margin-bottom:10px;
}

.form-box p{
color: #4a4a4a !important;
    font-size: 18px !important;
    line-height: 33px !important;
    font-family: outfit !important;
        padding-bottom: 24px;
}

.form-group{
    margin-bottom:2px;
}

.form-group label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
}

.form-group input,
.form-group textarea{
    width:100%;
    padding:14px 16px;
    border-radius:10px;
    border:1px solid #f1c27d;
    font-size:15px;
    background:#fffdf6;
    outline:none;
}

.form-group textarea{
    resize:none;
    height:120px;
}

.form-group input:focus,
.form-group textarea:focus{
    border-color:#d35400;
}

.submit-btn{
    margin-top:10px;
    width:100%;
    padding:16px;
    border:none;
    border-radius:30px;
    background:linear-gradient(to right,#e67e22,#b30000);
    color:#fff;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
}

/* RIGHT SIDE */
.right-box{
    display:flex;
    flex-direction:column;
    gap:30px;
}

.map-card{
    background:linear-gradient(135deg,#fff2cc,#ffe6e6);
    border-radius:16px;
    padding:40px 20px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.map-icon{
    width:70px;
    height:70px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 15px;
    color:#b30000;
    font-size:28px;
}

.map-card h3{
    margin:10px 0;
    color:#8b0000;
}

.map-card p{
    color:#555;
    font-size:15px;
}

.visit-card{
    background:#fffdf6;
    border-radius:16px;
    padding:25px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.visit-card h3{
    color:#8b0000;
    margin-bottom:10px;
}

.visit-card p{
   color: #4a4a4a !important;
    font-size: 18px !important;
    line-height: 33px !important;
    font-family: outfit !important;
    padding-bottom: 24px;
}

.address{
    margin-top:15px;
    display:flex;
    gap:10px;
    align-items:flex-start;
    color:#333;
}

.address i{
    color:#e67e22;
    font-size:18px;
    margin-top:4px;
}

/* RESPONSIVE */
@media(max-width:900px){
    .contact-wrapper{
        grid-template-columns:1fr;
    }
}












.conts {
    padding: 0px 16px 0px 16px;
}
.why-section{
    padding:50px 20px 45px;
    text-align:center;
}

.why-section h2{
    color:#8b0000;
    font-size:38px;
    margin-bottom:10px;
}

.why-section .subtitle{
    color:#4b5a6a;
    font-size:18px;
    margin-bottom:40px;
        font-family: outfit !important;
}

.why-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:60px;
}
h2.Kundali {
    font-size: 23px;
    padding-top: 10px;
}

.why-gridss{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:0px;
}
.card1ff {
background: #f1f1f1;
    border: 1px solid #dbd3d3;
    padding-bottom: 20px !important;
}

.why-card{
       border: 1px solid;
    padding: 35px 20px 43px 20px;
}

.icon-circle{
    width:90px;
    height:90px;
    margin:0 auto 25px;
    background:linear-gradient(180deg,#f57c00,#c00000);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:38px;
    box-shadow:0 10px 25px rgba(0,0,0,0.12);
}

.why-card h3{
    color:#8b0000;
    font-size:24px;
    margin-bottom:10px;
}

.why-card p{
 color: #4a4a4a !important;
    font-size: 18px !important;
    line-height: 33px !important;
    font-family: outfit !important;
}

/* Responsive */
@media(max-width:900px){
    .why-grid{
        grid-template-columns:1fr;
        gap:40px;
    }
}




/* SECTION */
.gallery-section{
    padding:80px 20px;
    text-align:center;
        background: #f2eff2;
}

.gallery-section h2{
    color:#8b0000;
    font-size:38px;
    margin-bottom:10px;
}

.gallery-section p{
  color: #4b5a6a;
    font-size: 18px;
    margin-bottom: 50px;
    font-family: outfit !important;
}

/* GRID */
.gallery{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:25px;
}

/* IMAGE CARD */
.gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:16px;
    cursor:pointer;
    box-shadow:0 10px 25px rgba(0,0,0,0.12);
}

.gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform 0.6s ease;
}

/* HOVER EFFECT */
.gallery-item::after{
    content:"+";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.45);
    color:#fff;
    font-size:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:0.4s ease;
}

.gallery-item:hover img{
    transform:scale(1.15);
}

.gallery-item:hover::after{
    opacity:1;
}

/* LIGHTBOX */
.lightbox{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.85);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:999;
}

.lightbox img{
    max-width:90%;
    max-height:90%;
    border-radius:12px;
    animation:zoom 0.4s ease;
}

@keyframes zoom{
    from{transform:scale(0.7); opacity:0}
    to{transform:scale(1); opacity:1}
}

.lightbox span{
    position:absolute;
    top:30px;
    right:40px;
    color:#fff;
    font-size:40px;
    cursor:pointer;
}


/* Testimonial */


/* SECTION */
.testimonial-section{
    padding:90px 20px 110px;
    text-align:center;
}

.testimonial-section h2{
    font-size:40px;
    color:#8b0000;
    margin-bottom:10px;
}

.testimonial-section p.subtitle{
    font-size:18px;
    color:#4b5a6a;
    margin-bottom:70px;
}

/* SLIDER */
.slider-wrapper{
    max-width:1200px;
    margin:auto;
    overflow:hidden;
}

.slider{
    display:flex;
    transition:transform 0.6s ease;
}

/* CARD */
.testimonial-card{
    min-width:33.333%;
    padding:20px;
    box-sizing:border-box;
      padding-bottom: 43px;
}

.card-inner{
    background:#fffdf7;
    border-radius:18px;
    padding:35px 30px;
    box-shadow:0 12px 28px rgba(0,0,0,0.08);
    height:100%;
}

/* STARS */
.stars{
    color:#ff9d00;
    font-size:20px;
    margin-bottom:18px;
}

/* TEXT */
.card-inner p{
    color:#2f3b4a;
    font-size:17px;
    line-height:1.7;
    margin-bottom:25px;
    font-style:italic;
}

/* NAME */
.author{
    color:#8b0000;
    font-weight:600;
    font-size:16px;
}

/* DOTS */
.dots{
    margin-top:40px;
}

.dots span{
    display:inline-block;
    width:12px;
    height:12px;
    margin:0 6px;
    background:#d8cfc2;
    border-radius:50%;
    cursor:pointer;
}

.dots span.active{
    background:#8b0000;
}

/* RESPONSIVE */
@media(max-width:900px){
    .testimonial-card{
        min-width:100%;
    }
}

/* Testimonial */



/* About us  */

/* ABOUT SECTION */
.about-section{
    padding:90px 20px;
}

.about-container{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

/* IMAGE */
.about-img{
    position:relative;
}

.about-img img{
    width:100%;
    border-radius:20px;
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.about-img::after{
    content:"";
    position:absolute;
    inset:-20px;
    background:linear-gradient(135deg,#f57c00,#c00000);
    z-index:-1;
    border-radius:25px;
}

/* CONTENT */
.about-content h2{
    color:#8b0000;
    font-size:40px;
    margin-bottom:15px;
}

.about-content .tagline{
    font-size:18px;
    color:#8a9aa9;
    margin-bottom:25px;
}

.about-content p{
    font-size:17px;
    line-height:1.8;
    margin-bottom:20px;
}

/* FEATURES */
.about-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin:30px 0;
}

.feature{
    display:flex;
    gap:3px;
    align-items:flex-start;
}

.feature i{
    color:#f57c00;
    font-size:20px;
   
}

.feature span{
    font-size:16px;
    font-family: outfit !important;
    color: #4a4a4a;
}

/* BUTTON */
.about-btn{
    display:inline-block;
    padding:14px 32px;
    background:linear-gradient(90deg,#f57c00,#c00000);
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:0.3s;
}

.about-btn:hover{
    transform:translateY(-3px);
}

/* RESPONSIVE */
@media(max-width:900px){
    .about-container{
        grid-template-columns:1fr;
    }
    .about-img::after{
        inset:-10px;
    }
}
/* About us  */



/* BLOG SECTION */
.blog-section{
      padding: 70px 20px 80px;
}

.blog-header{
    text-align:center;
    margin-bottom:60px;
}

.blog-header h2{
    font-size:40px;
    color:#8b0000;
    margin-bottom:10px;
}

.blog-header p{
    font-size:18px;
    color:#4b5a6a;
    font-family: outfit !important;
}


/* GRID */
.blog-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:35px;
}

/* BLOG CARD */
.blog-card{
    background:#fffdf7;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 28px rgba(0,0,0,0.08);
    transition:0.4s ease;
}

.blog-card:hover{
    transform:translateY(-10px);
}

/* IMAGE */
.blog-img{
    position:relative;
    overflow:hidden;
}

.blog-img img{
    width:100%;
    height:230px;
    object-fit:cover;
    transition:0.6s ease;
}

.blog-card:hover img{
    transform:scale(1.12);
}

/* CATEGORY TAG */
.category{
    position:absolute;
    top:15px;
    left:15px;
    background:#8b0000;
    color:#fff;
    padding:6px 14px;
    border-radius:30px;
    font-size:13px;
}

/* CONTENT */
.blog-content{
    padding:25px 25px 30px;
}

.blog-content h3{
    font-size:22px;
    color:#2f3b4a;
    margin-bottom:12px;
}

.blog-content p{
     color: #4a4a4a !important;
    font-size: 18px !important;
    line-height: 23px !important;
    font-family: outfit !important;
    padding-bottom: 20px;
}

/* META */
.blog-meta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:14px;
    color:#777;
}

.read-more{
    color:#8b0000;
    text-decoration:none;
    font-weight:600;
}

.read-more i{
    margin-left:6px;
    transition:0.3s;
}

.read-more:hover i{
    transform:translateX(5px);
}

/* RESPONSIVE */
@media(max-width:768px){
    .blog-header h2{
        font-size:27px;
    }
    .service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding-left: 17px !important;
}
    .about-hero {
    position: relative;
    height: 137px !important;
    width: 100%;
    background: url(../images/about-banner2.jpg) center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
                z-index: -1;
}
section.stwo {
    padding-top: 24px;
}
.cta-section {
    background: linear-gradient(180deg, #9d0b0b, #6b0606);
    padding: 33px 9px;
    text-align: center;
    color: #fff;
}
    .footer p, .footer a {
    font-size: 17px;
    line-height: 1.8;
    color: #f5e2c8;
    text-decoration: none;
    text-align: left;
}
img.footer_logo {
    width: 65%;
}
    .brand {
        justify-content: unset;
    }
.footer-col {
    text-align: justify;
}
section.service-section {
    padding-left: 10px;
    padding-right: 10px;
}
}

.form-box {
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 20px;
}

section.contact-uss {
    background: #f2eff2;
    padding-bottom: 40px;
    padding-top: 46px;
}

/* Contact page (modern layout) */
.contact-page{
  padding-top: 10px;
  padding-bottom: 6px;
}

.contact-cards{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 12px;
  margin-bottom: 26px;
}

.contact-bridge{
  position: relative;
  text-align: center;
  margin: 0 auto 22px;
  padding: 92px 18px 22px;
  border-radius: 999px;
  background:
    radial-gradient(900px 280px at 50% 0%, rgba(242,140,0,0.18), rgba(255,255,255,0) 62%),
    radial-gradient(800px 260px at 20% 35%, rgba(157,11,11,0.12), rgba(255,255,255,0) 62%),
    linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.78) 100%);
  border: 1px solid rgba(0,0,0,0.07);
  box-shadow: 0 26px 70px rgba(0,0,0,0.10);
  overflow: hidden;
}

.contact-bridge__title{
  margin: 0;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 900;
  background: linear-gradient(90deg, #9d0b0b, #f28c00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.contact-bridge__subtitle{
  margin: 10px auto 0;
  max-width: 640px;
  color: #444;
  font-size: 16px;
  line-height: 1.7;
  font-family: outfit !important;
}

.contact-bridge__images{
  position: absolute;
  left: 50%;
  top: -160px;
  right: auto;
  bottom: auto;
  width: 0;
  height: 0;
  pointer-events: none;
}

.contact-bridge__img{
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 20px;
  border: 4px solid rgba(255,255,255,0.92);
  box-shadow: 0 22px 50px rgba(0,0,0,0.14);
  opacity: 0.95;
  transform-origin: 0 0;
  transform: translate(-50%, -50%);
}

.contact-bridge__img.i1{ transform: rotate(-65deg) translateY(230px) rotate(65deg) translate(-50%, -50%) rotate(-10deg); }
.contact-bridge__img.i2{ transform: rotate(-40deg) translateY(230px) rotate(40deg) translate(-50%, -50%) rotate(8deg); }
.contact-bridge__img.i3{ transform: rotate(-18deg) translateY(230px) rotate(18deg) translate(-50%, -50%) rotate(-6deg); }
.contact-bridge__img.i7{ width: 74px; height: 74px; border-radius: 22px; transform: rotate(0deg) translateY(230px) rotate(0deg) translate(-50%, -50%) rotate(4deg); }
.contact-bridge__img.i4{ transform: rotate(18deg) translateY(230px) rotate(-18deg) translate(-50%, -50%) rotate(6deg); }
.contact-bridge__img.i5{ transform: rotate(40deg) translateY(230px) rotate(-40deg) translate(-50%, -50%) rotate(-8deg); }
.contact-bridge__img.i6{ transform: rotate(65deg) translateY(230px) rotate(-65deg) translate(-50%, -50%) rotate(10deg); }

@media(max-width: 992px){
  .contact-bridge__title{
    font-size: 38px;
  }
  .contact-bridge__img{
    width: 60px;
    height: 60px;
  }
  .contact-bridge__img.i7{
    width: 64px;
    height: 64px;
  }
  .contact-bridge__images{
    top: -144px;
  }
  .contact-bridge__img.i1,
  .contact-bridge__img.i2,
  .contact-bridge__img.i3,
  .contact-bridge__img.i4,
  .contact-bridge__img.i5,
  .contact-bridge__img.i6{
    transform: rotate(var(--a, 0deg)) translateY(204px) rotate(calc(var(--a, 0deg) * -1)) translate(-50%, -50%) rotate(var(--tilt, 0deg));
  }
  .contact-bridge__img.i1{ --a: -65deg; --tilt: -10deg; }
  .contact-bridge__img.i2{ --a: -40deg; --tilt: 8deg; }
  .contact-bridge__img.i3{ --a: -18deg; --tilt: -6deg; }
  .contact-bridge__img.i4{ --a: 18deg; --tilt: 6deg; }
  .contact-bridge__img.i5{ --a: 40deg; --tilt: -8deg; }
  .contact-bridge__img.i6{ --a: 65deg; --tilt: 10deg; }
  .contact-bridge__img.i7{ transform: rotate(0deg) translateY(204px) rotate(0deg) translate(-50%, -50%) rotate(4deg); }
}

@media(max-width: 560px){
  .contact-bridge{
    padding: 22px 14px 14px;
  }
  .contact-bridge__title{
    font-size: 30px;
    line-height: 1.15;
  }
  .contact-bridge__images{
    display: none;
  }
}

/* Contact: community section (match reference layout) */
.contact-community{
  padding: 88px 0 44px;
  background: #ffffff;
}

.cc-container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.cc-stage{
  position: relative;
  min-height: 640px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  --cc-r: 220px;
  --cc-arc-y: 110px;
}

.cc-arc{
  position: absolute;
  left: 50%;
  top: var(--cc-arc-y);
  width: 0;
  height: 0;
  pointer-events: none;
  z-index: 1;
}

.cc-polaroid{
  position: absolute;
  left: 0;
  top: 0;
  width: 112px;
  height: 112px;
  padding: 10px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0,0,0,0.12);
  transform-origin: 0 0;
  transform: translate(-50%, -50%);
}

.cc-polaroid img{
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 18px;
  object-fit: cover;
}

/* Arc placement: true curve around heading */
.cc-polaroid{
  transform:
    rotate(var(--a, 0deg))
    translateY(calc(var(--cc-r) * -1))
    rotate(var(--aNeg, 0deg))
    translate(-50%, -50%)
    rotate(var(--tilt, 0deg));
}

.cc-polaroid.p1{ --a: -120deg; --aNeg: 120deg; --tilt: -18deg; }
.cc-polaroid.p2{ --a: -80deg; --aNeg: 80deg; --tilt: -12deg; }
.cc-polaroid.p3{ --a: -40deg; --aNeg: 40deg; --tilt: -8deg; }
.cc-polaroid.p4{ --a: 0deg; --aNeg: 0deg; --tilt: 0deg; }
.cc-polaroid.p5{ --a: 40deg; --aNeg: -40deg; --tilt: 8deg; }
.cc-polaroid.p6{ --a: 80deg; --aNeg: -80deg; --tilt: 12deg; }
.cc-polaroid.p7{ --a: 120deg; --aNeg: -120deg; --tilt: 18deg; }

.cc-title{
  margin: 0;
  font-size: 84px;
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 900;
  text-transform: uppercase;
  color: #0c2012; /* dark green/black like reference */
  position: relative;
  z-index: 2;
}

.cc-title span{
  color: inherit;
}

.cc-subtitle{
  margin: 18px auto 22px;
  max-width: 540px;
  color: #6a6a6a;
  font-size: 14px;
  line-height: 1.7;
  font-family: outfit !important;
  position: relative;
  z-index: 2;
}

.cc-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  border-radius: 999px;
  text-decoration: none;
  color: #fff !important;
  font-weight: 800;
  background: #0c2012; /* black/green like reference */
  box-shadow: 0 18px 44px rgba(0,0,0,0.20);
  transition: transform 200ms ease, box-shadow 200ms ease;
  position: relative;
  z-index: 2;
}

.cc-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 22px 52px rgba(0,0,0,0.26);
}

@media(max-width: 992px){
  .cc-stage{
    min-height: 560px;
    --cc-r: 200px;
    --cc-arc-y: 100px;
  }
  .cc-title{
    font-size: 60px;
  }
  .cc-polaroid{
    width: 98px;
    height: 98px;
    padding: 9px;
  }
}

@media(max-width: 560px){
  .contact-community{
    padding: 58px 0 10px;
  }
  .cc-container{
    padding: 0 16px;
  }
  .cc-arc{
    display: none;
  }
  .cc-stage{
    min-height: auto;
    padding: 18px 0;
  }
  .cc-title{
    font-size: 36px;
    line-height: 1.12;
  }
}

.contact-card{
  position: relative;
  border-radius: 18px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 18px 46px rgba(0,0,0,0.08);
  padding: 18px 18px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  overflow: hidden;
}

.contact-card::before{
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(90deg, rgba(157,11,11,0.25), rgba(242,140,0,0.25));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 200ms ease;
}

.contact-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 58px rgba(0,0,0,0.10);
  border-color: rgba(157,11,11,0.12);
}

.contact-card:hover::before{
  opacity: 1;
}

.contact-card__icon{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(90deg, #9d0b0b, #f28c00);
  box-shadow: 0 14px 32px rgba(157, 11, 11, 0.18);
  flex: 0 0 auto;
}

.contact-card__body h3{
  margin: 0 0 6px;
  font-size: 16px;
  color: #8b0000;
  font-weight: 800;
}

.contact-card__value{
  display: inline-block;
  margin: 0 0 6px;
  font-size: 16px;
  color: #111;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.35;
}

.contact-card__value--text{
  font-weight: 700;
}

.contact-card__meta{
  margin: 0;
  font-size: 13px;
  color: #555;
  line-height: 1.45;
}

.contact-layout{
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  align-items: start;
  padding-bottom: 18px;
}

.contact-form{
  background: #ffffff;
  border-radius: 20px;
  padding: 22px 22px 20px;
  box-shadow: 0 22px 60px rgba(0,0,0,0.10);
  border: 1px solid rgba(0,0,0,0.06);
}

.contact-form__head h2{
  color: #8b0000;
  font-size: 34px;
  margin: 0 0 8px;
}

.contact-form__head p{
  margin: 0 0 16px;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.7;
  font-family: outfit !important;
}

.contact-form .form-group{
  margin-bottom: 12px;
}

.contact-form .form-group label{
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: #1a1a1a;
}

.contact-form .form-group input,
.contact-form .form-group textarea,
.contact-form .form-group select{
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(242,140,0,0.28);
  font-size: 15px;
  background: #fffdf6;
  outline: none;
  transition: box-shadow 200ms ease, border-color 200ms ease;
}

.contact-form .form-group textarea{
  resize: none;
  height: 130px;
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus,
.contact-form .form-group select:focus{
  border-color: rgba(157,11,11,0.35);
  box-shadow: 0 0 0 4px rgba(242,140,0,0.14);
}

.contact-submit{
  margin-top: 8px;
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(90deg, #9d0b0b, #f28c00);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 18px 44px rgba(157,11,11,0.18);
  transition: transform 200ms ease, box-shadow 200ms ease, filter 200ms ease;
}

.contact-submit:hover{
  transform: translateY(-1px);
  box-shadow: 0 22px 52px rgba(157,11,11,0.24);
  filter: saturate(1.04);
}

.contact-side{
  display: grid;
  gap: 14px;
}

@media(min-width: 993px){
  .contact-side{
    position: sticky;
    top: 18px;
  }
}

.contact-review{
  border-radius: 22px;
  padding: 16px;
  background:
    radial-gradient(600px 220px at 30% 20%, rgba(242,140,0,0.16), rgba(255,255,255,0) 60%),
    linear-gradient(135deg, #fffaf2 0%, #fde5e3 120%);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 22px 60px rgba(0,0,0,0.10);
}

.contact-review__card{
  background: rgba(255,255,255,0.90);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 18px;
  padding: 16px 16px;
}

.contact-review__top{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.contact-review__avatar{
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(90deg, #9d0b0b, #f28c00);
}

.contact-review__who{
  flex: 1 1 auto;
}

.contact-review__name{
  font-weight: 900;
  color: #111;
  line-height: 1.1;
}

.contact-review__meta{
  font-size: 12px;
  color: #666;
  margin-top: 2px;
}

.contact-review__brand{
  color: #4285F4;
  font-size: 18px;
}

.contact-review__stars{
  color: #f28c00;
  font-size: 14px;
  margin-bottom: 8px;
}

.contact-review__text{
  margin: 0;
  color: #333;
  line-height: 1.6;
  font-family: outfit !important;
}

.contact-visit{
  background: rgba(255,255,255,0.92);
  border-radius: 22px;
  padding: 18px 18px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 22px 60px rgba(0,0,0,0.10);
}

.contact-visit h3{
  margin: 0 0 8px;
  color: #8b0000;
  font-weight: 900;
}

.contact-visit p{
  margin: 0 0 12px;
  color: #444;
  line-height: 1.6;
  font-family: outfit !important;
}

.contact-visit h4{
  margin: 8px 0 10px;
  color: #8b0000;
  font-weight: 900;
  text-transform: lowercase;
}

.contact-visit__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.contact-visit__list li{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #333;
  line-height: 1.5;
  font-family: outfit !important;
}

.contact-visit__list i{
  color: #f28c00;
  margin-top: 3px;
}

@media(max-width: 1100px){
  .contact-cards{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 900px){
  .contact-layout{
    grid-template-columns: 1fr;
  }
}

@media(max-width: 560px){
  .contact-cards{
    grid-template-columns: 1fr;
  }
  .contact-form{
    padding: 18px 16px 16px;
  }
}

h2.abt_heading {
    text-align: justify;
}
p.tagline {
    text-align: justify;
}
p.With {
    color: #4a4a4a !important;
    font-size: 18px !important;
    line-height: 33px !important;
    font-family: outfit !important;
}
span.years {
    color: black;
    text-align: left;
}
p.tagline {
    margin-bottom: 7px !important;
}
.abt__about {
    text-align: justify;
}













.expertise-section {
    background: #fffaf0;
    padding: 80px 20px;
}



.expertise-section h2 {
    font-size: 42px;
    font-weight: 600;
    color: #8b1c1c;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 18px;
    color: #5a5a5a;
    margin-bottom: 60px;
    font-family: outfit !important;
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.expertise-card {
    background: #ffffff;
    border: 1px solid #f3d6a5;
    border-radius: 14px;
    padding: 40px 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.expertise-card:hover {
    transform: translateY(-8px);
}

.icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: #fdebd2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #8b1c1c;
}

.icon.new {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    background: #fdebd2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #8b1c1c;
}

.expertise-card h3 {
    font-size: 20px;
    color: #8b1c1c;
    margin-bottom: 12px;
    font-weight: 600;
}

.expertise-card p {
    font-size: 18px;
       color: #5a5a5a;
    line-height: 1.6;
    font-family: outfit !important;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .expertise-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .expertise-grid {
        grid-template-columns: 1fr;
    }

    .expertise-section h2 {
        font-size: 32px;
    }
}

h2.sheadings {
    font-size: 29px;
    padding-bottom: 10px;
}


.overlay2 {
    background: #f2eff2;
    padding: 60px 44px 60px 44px;
    border-radius: 20px;
}

.container.raw {
    display: block !important;
}

.pageBG {
    background-image: url(../images/page-bg.jpg);
}
aside.sidebar {
   
  
}
.test44 {
        background: linear-gradient(90deg, #f28c00, #d94b00);
      padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding-top: 24px;
    border-radius: 20px;
}

.related{
        background: #fff;
      padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding-top: 24px;
    border-radius: 20px;
}


.cardss_spage{
        
      padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
 
    padding-top: 1px;
    border-radius: 20px;
    margin-top: 25px;
}

.cardss.spage {
    margin-top: 37px;
    text-align: center;
}




 /* HERO SECTION */
.about-hero {
    position: relative;
    height: 420px;
    width: 100%;
    background: url("../images/about-banner2.jpg") center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* DARK OVERLAY */
.about-hero .overlay {
    position: absolute;
    inset: 0;
/*    background: rgba(0, 0, 0, 0.45);*/
}

/* CONTENT */
.about-content {
    position: relative;
    text-align: center;
    color: #ffffff;
    z-index: 2;
}

.about-content h1 {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 12px;
}

.about-content h1 span {
    color: #f5b400; /* Yellow Us */
}

.about-content p {
    font-size: 22px;
    color: #f1e8d9;
    letter-spacing: 0.3px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .about-content h1 {
        font-size: 32px;
    }
    .about-content h2 {
    color: #8b0000;
    font-size: 27px;
    margin-bottom: 15px;
}
    .why-section h2{
        color: #8b0000;
    font-size: 27px;
    margin-bottom: 15px;
        
    }

    h1.Find {
    padding-bottom: 40px;
    padding-left: 12px;
    color: #8b0000;
    text-align: center;
    font-size: 27px;
}
    .about-content p {
        font-size: 14px;
    }
}
ul.list li {
    list-style: disc;
   color: #4a4a4a;
    font-size: 19px;
    line-height: 33px;
    font-family: outfit;
}
h4 {
    font-family: outfit;
    font-size: 21px;
    font-weight: 800;
}
.cardss {
    text-align: -webkit-center;
}
span.From {
    
    text-align: left;
}
.content h2 {
    margin: 20px 0 10px;
    font-size: 29px;
    color: #8b0000;
}
h3.visitus {
    padding-top: 13px;
    font-size: 24px;
    line-height: 33px;
    font-family: outfit;
}



.related h3 {
    margin-top: 20px;
    font-size: 22px;
}



.card.forrm {
    display: contents;
}
.service{
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:25px;
 padding: 40px 50px 50px 113px;
}

.content h2{margin:20px 0 10px;
    font-size: 29px;
    font-family: 'Outfit';
}
p.spara {
    font-size: 17px;
    padding-top: 10px;
}
.content p{color:#444;line-height:1.7;}

.list{margin:15px 0;}
.list li{margin:10px 0;list-style:none;}
.list i{color:#f6b200;margin-right:8px;}

.grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:15px;
  margin:15px 0;
}

img.h-12.w-auto.transform.group-hover\:scale-105.transition-all {
    height: 80px;
}
.box{
  padding:15px;
 background: #fff;
  border-radius:14px;
  box-shadow:0 10px 25px #00000010;
}

ul.list li {
    padding: 5px;
    background: #eaeaea;
    border-left: 4px solid #f26522;
    margin-bottom: 1rem;
    border-radius: 0 10px 10px 0;
    font-weight: 500;
    list-style: none;
}
.box i{font-size:26px;color:#f6b200;margin-bottom:6px;}

.points p{margin:6px 0;}

.faq h4 {
    margin-top: 6px;
    background: #fdf2f2;
    padding: 1.2rem;
    border-radius: 10px;
    margin-bottom: 0.5rem;
    color: #f26522;
    cursor: pointer;
}
.service {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    background: #fffcf7;
}
.faq p{color:#555;}

/* Sidebar */
.sidebar .card{
  background:white;
  padding:20px;
  border-radius:14px;
  box-shadow:0 10px 25px #00000010;
}

.sidebar form{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.sidebar input,
.sidebar textarea{
  padding:10px;
  border-radius:10px;
  border:1px solid #ddd;
}

.btn{
 
  border:none;
  padding:10px;
  border-radius:30px;
  cursor:pointer;
  font-weight:600;
}

.whatsapp{
  display:block;
  text-align:center;
  background:#25d366;
  color:white;
  margin-top:10px;
  padding:10px;
  border-radius:30px;
  text-decoration:none;
}

.related{
  margin-top:20px;
}
.related a{
  display:block;
  padding:8px 0;
  color:#0e1a2a;
  text-decoration:none;
   
    font-family: outfit;
}


/* Responsive */
@media(max-width:900px){
  .service{
    grid-template-columns:1fr;
  }
}
h3.book {
    padding-bottom: 20px;
    font-size: 22px;
        color: white;
}

h2.jaynagar {
    font-size: 47px;
    color: #8b0000;
    margin-bottom: 10px;
}

.con-page {
    padding-left: 7%;
    padding-right: 7%;
}
h2.abt_heading.text-center {
    text-align: center;
}
img.img999 {
    width: 100%;
}
h2.Why {
    text-align: center;
    color: #8b0000;
    font-size: 38px;
    margin-bottom: 10px;
}
p.subtitle.Why {
    text-align: center;
}
.Life {
    padding-left: 9%;
    padding-right: 9%;
}


section.section.conterss{
  width:100%;
  padding:60px 6%;
  display:grid;
  grid-template-columns: 1.1fr 1fr;
  gap:50px;
  align-items:center;
}

.left-img img{
  width:100%;
  border-radius:12px;
  object-fit:cover;
}

.content p{
 color: #4a4a4a;
    font-size: 19px;
    line-height: 33px;
    font-family: outfit;
 
}

/* -------- COUNTERS -------- */

.counter-wrapper{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:25px;
}

.counter-box{
  background: #ffffff;
    text-align: center;
    border-radius: 20px;
    padding: 19px 20px;
    box-shadow: 0 30px 45px rgba(0, 0, 0, .08);
    min-height: 168px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.counter-box .icon{
  font-size:34px;
  margin-bottom:12px;
}

.counter-box .number{
  font-size:25px;
  font-weight:800;
  color:#111;
}

.counter-box p{
  margin-top:8px;
  color:#777;
  font-size:15px;
}

@media(max-width:900px){
  .section{
    grid-template-columns:1fr;
    text-align:center;
  }

  .counter-wrapper{
    grid-template-columns:1fr;
  }
}
img.img99 {
    width: 85%;
}
.jaynagarpage {
    width: 100%;
    padding: 60px 6%;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 0px;
    align-items: center;
}
img.simgs {
    width: 100%;
}
.right-box.videos {
    padding-left: 26%;
}
.contact-wrapper.nbv {
    padding-right: 13%;
}
img.mainlogo {
    width: 88%;
}
.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 20%;
}
section.why-section.home {
    background: #fffdf7;
    padding-top: 50px;
    padding-bottom: 55px;
}
section.section.services {
    padding: 50px 9px 16px 20px;
    background: #ffffff;
}

section.section.services.loacation.page {
    padding: 0px 130px 16px 136px;
}
h1.Find.Serv_ices {
    padding-top: 27px;
}
h2.abt_heading.text-center.guruji {
    padding-top: 40px;
   
}

@media(max-width:768px){
    .hamburger{
        display:block;
    }
    section.service.container {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 10px;
        padding-bottom: 1px;
}
.enq {
    display: inline-grid;
    gap: 20px;
}
    .container {
    padding-right: 67px;
    padding-left: 0px !important;
}

    .menu{
        position:absolute;
        top:95px;
        left:0;
        width:100%;
        background:#fffaf2;
        flex-direction:column;
        gap:20px;
        padding:20px 0;
        display:none;
    }

    .menu.active{
        display:grid;
    }

    
        .container {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .jaynagarpage {
    width: 100%;
    padding: 10px 3%;
    display: block;
    grid-template-columns: 1.1fr 1fr;
    gap: 0px;
    align-items: center;
}
    .why-gridss {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
}
    section.section.services.loacation.page {
    padding: 0px 0px 16px 0px;
}
    .logo {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 46%;
}
    img.mainlogo {
    width: 100%;
}
    
  

}

img.footer_logo {
    width: 54%;
}
.visit-card.office {
    margin-top: 20px;
    background: white;
}

/* ----- MOBILE FIX ONLY ----- */
/* ------ MOBILE FIX -------- */
@media (max-width: 768px) {

  .section.services .layout{
    flex-direction: column;
    gap: 16px;
  }

  .section.services .left,
  .section.services .right{
    width: 100%;
  }

  .section.services .viewport{
    width: 100%;
    overflow: hidden;
  }

  .section.services .track{
    display: flex;
    gap: 10px;
  }

  .section.services .card{
    min-width: 92%;
    max-width: 100%;
  }

  .section.services img{
    max-width: 100%;
    height: auto;
  }
    .left-arrow {
    left: -43px;
}
    .right-box.videos {
    padding-left: 0%;
}
    .contact-wrapper.nbv {
    padding-right: 4%;
}
}
a.whatsappsff {
    background: linear-gradient(90deg, #f28c00, #d94b00);
    color: white;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border-radius: 20px;
}

a.whatsappss {
    background: #25d366;
       color: white;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border-radius: 20px;
}

.enq {
   padding-top: 28px;
    padding-bottom: 21px;
}

/* Hide dropdown by default */
.dropdown-menu{
  display:none;
}

/* Show when dropdown is opened */
.dropdown.open .dropdown-menu{
  display:block;
}

.why-card {
  cursor: pointer;
}

.scta {
  cursor: pointer;
}


form input,
form select,
form textarea {
  width: 100%;
 padding: 14px 16px;
  margin-bottom: 18px;
  font-size: 16px;
  border-radius: 10px;
  border: 2px solid #f1c27d;
  outline: none;
  

}



/* Select dropdown arrow fix */
form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 18px;
  cursor: pointer;
}

/* Focus effect */
form input:focus,
form select:focus,
form textarea:focus {
  border-color: #ff9800;
}

/* Textarea resize off (optional) */
form textarea {
  resize: none;
  min-height: 120px;
}
.pagecta {
    background: #fde5e3;
    padding: 14px 20px 21px 25px;
    border-radius: 20px;
}
p.spara.yes {
    padding-bottom: 25px;
}
a.mmnune {
    border-bottom: 1px solid;
    border-radius: unset;
}
.card.Solving {
    flex: 0 0 calc(100% / 4) !important;
}

button.arrow.right-arrow.fg {
    right: 242px;
}
p.With.over {
    text-align: left;
}

img.pro {
    width: 100%;
    border-radius: 20px;
}
.pro1 {
    padding-top: 17px;
}


button.btn.frm {
    background: white;
    color: black !important;
}
select {
    background: #fffdf6 !important;
}
.as_about_wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
        padding-bottom: 69px;
}
.as_aboutimg.text-right {
    text-align: center;
}
.as_aboutimg {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
img.justdail.two2 {
    width: 50%;
}
h2.Reviews {
    font-size: 40px;
    color: #8b0000;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 29px;
}
section.seprotor {
  background: linear-gradient(180deg, #9d0b0b, #6b0606);
    padding: 60px 0;
}

/* Anchor as flex */
a.c4 {
    display: inline-flex;
    align-items: center;
    gap: 12px; /* space between icon & text */
    font-size: 30px;
    color: #fff !important;
    text-decoration: none;
}

/* Icon size fixed */
img.c3 {
    width: 38px;
    height: 38px;
}

/* Column fix */
.col-lg-4.col-sm-12.col-md-12.dfd {
    display: flex;
    justify-content: center;
}

/* Optional: center text vertically */
.c2 {
    margin: 0;
}

.row.ncata {
    display: flex;
    gap: 150px;
}
p.With.clarity {
    text-align: left;
}

#imageSlider .slider{
  position:relative;
  overflow:hidden;
}

#imageSlider .slides{
  display:flex;
  transition:transform 0.6s ease;
}

#imageSlider .slide{
  min-width:100%;
}

#imageSlider img{
  width:100%;
  display:block;
}

button.nav.next {
    display: none;
}
button.nav.prev {
    display: none;
}

.about-extra-section {
  padding: 60px 0;
  background: #fafafa;
}

.section-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-subheading {
  color: #c59d3c;
  margin-bottom: 20px;
}

.video-wrapper iframe {
  border-radius: 10px;
}
h1.Find.Guidance {
    padding-bottom: 10px;
}

p.With.authentic {
    text-align: justify;
    padding-bottom: 20px;
}
h3.text-center {
    text-align: center;
}
p.text-center {
    text-align: center;
}

/* Home: video + metrics section (replaces about-extra-section content) */
.home-video-metrics{
  padding: 72px 0 80px;
  background:
    radial-gradient(1100px 420px at 50% 0%, rgba(157, 11, 11, 0.10), rgba(255, 255, 255, 0) 58%),
    radial-gradient(900px 360px at 20% 30%, rgba(242, 140, 0, 0.14), rgba(255, 255, 255, 0) 62%),
    #ffffff;
}

.hvm-container{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}

.hvm-head{
  text-align: center;
  max-width: 860px;
  margin: 0 auto 34px;
}

.hvm-pill{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #9d0b0b, #f28c00);
  box-shadow: 0 12px 28px rgba(157, 11, 11, 0.18);
  margin-bottom: 14px;
}

.hvm-title{
  font-size: 54px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #111;
  margin-bottom: 12px;
}

.hvm-title span{
  background: linear-gradient(90deg, #9d0b0b, #f28c00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hvm-subtitle{
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin: 0 auto;
  max-width: 720px;
}

.hvm-video{
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(800px 260px at 30% 20%, rgba(242,140,0,0.12), rgba(255,255,255,0) 60%),
    #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 28px 70px rgba(0,0,0,0.12);
}

.hvm-video iframe{
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
}

.hvm-stats{
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.hvm-stat{
  background: rgba(255,255,255,0.90);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}

.hvm-stat__num{
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, #9d0b0b, #f28c00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 6px;
}

.hvm-stat__label{
  font-weight: 700;
  color: #111;
  margin-bottom: 4px;
}

.hvm-stat__desc{
  color: #444;
  line-height: 1.6;
  font-size: 14px;
}

@media(max-width: 992px){
  .hvm-container{
    padding: 0 24px;
  }
  .hvm-title{
    font-size: 44px;
  }
}
video.mobile {
    display: none;
}
.nes__img {
    padding-top: 20px;
}

img.mobile {
    display: none;
}

@media(max-width: 768px){
  .home-video-metrics{
    padding: 56px 0 60px;
  }
    img.mobile {
    display: block;
    width: 100%;
    border-radius: 10px;
}
    .aboutv2-card {
    display: block !important;
}
    button.arrow.right-arrow.fg {
    right: -14px;
}

    video.mobile {
    display: block;
}
    
    video.desktop {
    display: none;
}
  .hvm-title{
    font-size: 36px;
    line-height: 1.15;
  }
  .hvm-stats{
    grid-template-columns: 1fr;
  }
}

/* Home: "Team behind your breakthrough" section */
.home-team-section{
    padding: 70px 0 80px;
    background:
        radial-gradient(1200px 420px at 50% 0%, rgba(242, 140, 0, 0.16), rgba(255, 250, 242, 0) 60%),
        linear-gradient(180deg, #fffaf2 0%, #ffffff 70%);
}

.team-container{
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
}

.team-head{
    text-align: center;
    max-width: 780px;
    margin: 0 auto 42px;
}

.team-title{
    font-size: 54px;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #111;
    margin-bottom: 14px;
}

.team-title span{
    color: #d94b00;
}

.team-subtitle{
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    margin: 0 auto 22px;
    max-width: 680px;
}

.team-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 28px;
    border-radius: 999px;
    text-decoration: none;
    color: #fff !important;
    background: linear-gradient(90deg, #f28c00, #d94b00);
    box-shadow: 0 12px 28px rgba(217, 75, 0, 0.22);
    transition: transform 200ms ease, box-shadow 200ms ease, filter 200ms ease;
}

.team-btn:hover{
    transform: translateY(-1px);
    box-shadow: 0 14px 34px rgba(217, 75, 0, 0.28);
    filter: saturate(1.02);
}

.team-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    align-items: end;
}

.team-card{
    margin: 0;
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    aspect-ratio: 4 / 5;
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    transform: translateY(10px);
}

.team-card--featured{
    aspect-ratio: 3 / 4;
    transform: translateY(0);
    box-shadow: 0 24px 60px rgba(0,0,0,0.14);
}

.team-card img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media(max-width: 992px){
    .team-title{
        font-size: 44px;
    }
    .team-container{
        padding: 0 24px;
    }
    .team-grid{
        gap: 16px;
    }
}

@media(max-width: 768px){
    .home-team-section{
        padding: 54px 0 60px;
    }
    .team-title{
        font-size: 36px;
        line-height: 1.15;
    }
    .team-grid{
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .team-card,
    .team-card--featured{
        aspect-ratio: 16 / 10;
        transform: none;
    }
}

/* Home: comparison section */
.home-compare{
  padding: 70px 0 80px;
  background: #ffffff;
}

.compare-container{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}

.compare-title{
  text-align: center;
  font-size: 54px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #111;
  margin-bottom: 34px;
}

.compare-panel{
  border-radius: 44px;
  padding: 34px;
  background: #efefef;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
  box-shadow: 0 24px 60px rgba(0,0,0,0.10);
}

.compare-card{
  border-radius: 26px;
  padding: 26px 26px 10px;
  background: rgba(255,255,255,0.45);
  border: 1px solid rgba(0,0,0,0.06);
}

.compare-card--right{
  position: relative;
  background: linear-gradient(180deg, #fffaf2 0%, #ffffff 70%);
  border-color: rgba(217, 75, 0, 0.22);
  box-shadow: 0 26px 64px rgba(0,0,0,0.12);
  transform: translateY(-4px);
}

.compare-card--right::before{
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 26px;
  padding: 1px;
  background: linear-gradient(90deg, rgba(242,140,0,0.55), rgba(217,75,0,0.45));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.55;
}

.compare-card__head{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.compare-avatar{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,0.9);
  box-shadow: 0 10px 22px rgba(0,0,0,0.14);
}

.compare-card__head i{
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 14px;
  color: #111;
  background: rgba(0,0,0,0.08);
}

.compare-card--right .compare-card__head i{
  color: #fff;
  background: linear-gradient(90deg, #f28c00, #d94b00);
}

.compare-card__head h3{
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #111;
}

.compare-list{
  border-top: 1px dashed rgba(0,0,0,0.14);
}

.compare-row{
  padding: 18px 0;
  font-size: 16px;
  line-height: 1.6;
  color: #2a2a2a;
  border-bottom: 1px dashed rgba(0,0,0,0.14);
}

.compare-card--right .compare-row{
  position: relative;
  padding-left: 36px;
  border-bottom-color: rgba(217, 75, 0, 0.16);
  animation: compareIn 650ms cubic-bezier(.2,.9,.2,1) both;
}

.compare-card--right .compare-row::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 18px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(90deg, #f28c00, #d94b00);
  box-shadow: 0 10px 22px rgba(217, 75, 0, 0.22);
  animation: comparePulse 1.6s ease-in-out infinite;
}

.compare-card--right .compare-row:nth-child(1){ animation-delay: 60ms; }
.compare-card--right .compare-row:nth-child(2){ animation-delay: 140ms; }
.compare-card--right .compare-row:nth-child(3){ animation-delay: 220ms; }
.compare-card--right .compare-row:nth-child(4){ animation-delay: 300ms; }
.compare-card--right .compare-row:nth-child(5){ animation-delay: 380ms; }

@keyframes compareIn{
  from{ opacity: 0; transform: translateY(10px); }
  to{ opacity: 1; transform: translateY(0); }
}

@keyframes comparePulse{
  0%, 100%{ transform: scale(1); }
  50%{ transform: scale(1.05); }
}

@media (prefers-reduced-motion: reduce){
  .compare-card--right{ transform: none; }
  .compare-card--right .compare-row{ animation: none; }
  .compare-card--right .compare-row::before{ animation: none; }
}

.compare-card--left .compare-row{
  color: #333;
  opacity: 0.92;
}

@media(max-width: 992px){
  .compare-container{
    padding: 0 24px;
  }
  .compare-title{
    font-size: 44px;
  }
}

@media(max-width: 768px){
  .home-compare{
    padding: 54px 0 60px;
  }
  .compare-title{
    font-size: 36px;
    line-height: 1.15;
  }
  .compare-panel{
    grid-template-columns: 1fr;
    padding: 22px;
    border-radius: 32px;
  }
  .compare-card{
    padding: 22px 18px 6px;
  }
  .compare-card--right{
    transform: none;
  }
}

/* Home/Global: FAQ section before Bangalore services */
.home-faq{
  padding: 72px 0 80px;
  background:
    radial-gradient(1100px 420px at 50% 0%, rgba(157, 11, 11, 0.10), rgba(255, 255, 255, 0) 58%),
    radial-gradient(900px 380px at 20% 25%, rgba(242, 140, 0, 0.12), rgba(255, 255, 255, 0) 60%),
    #ffffff;
}

.home-faq__container{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}

.home-faq__head{
  text-align: center;
  max-width: 820px;
  margin: 0 auto 34px;
}

.home-faq__pill{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #9d0b0b, #f28c00);
  box-shadow: 0 12px 28px rgba(157, 11, 11, 0.20);
  margin-bottom: 14px;
}

.home-faq__title{
  font-size: 54px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #111;
  margin-bottom: 12px;
}

.home-faq__title span{
  background: linear-gradient(90deg, #9d0b0b, #f28c00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.home-faq__subtitle{
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin: 0 auto;
  max-width: 680px;
}

.home-faq__grid{
  display: grid;
  grid-template-columns: 1fr 1.05fr 1fr;
  gap: 18px;
  align-items: start;
}

.home-faq__col{
  display: grid;
  gap: 14px;
}

.home-faq__item{
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(255,255,255,0.85);
  border-radius: 18px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(0,0,0,0.06);
}

.home-faq__item[open]{
  border-color: rgba(157, 11, 11, 0.18);
  box-shadow: 0 18px 44px rgba(157, 11, 11, 0.10);
}

.home-faq__item summary{
  list-style: none;
  cursor: pointer;
  padding: 18px 18px;
  font-weight: 700;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.home-faq__item summary::-webkit-details-marker{
  display: none;
}

.home-faq__item summary::after{
  content: "+";
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  color: #111;
  background: rgba(0,0,0,0.06);
  transition: transform 200ms ease, background 200ms ease;
  flex: 0 0 auto;
}

.home-faq__item[open] summary::after{
  transform: rotate(45deg);
  background: rgba(242, 140, 0, 0.14);
}

.home-faq__answer{
  padding: 0 18px 18px;
  color: #444;
  line-height: 1.7;
  animation: homeFaqIn 220ms ease both;
}

@keyframes homeFaqIn{
  from{ opacity: 0; transform: translateY(-4px); }
  to{ opacity: 1; transform: translateY(0); }
}

.home-faq__center{
  background:
    radial-gradient(600px 260px at 40% 10%, rgba(242,140,0,0.14), rgba(255,255,255,0) 60%),
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.92));
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 22px;
  padding: 14px 14px 16px;
  box-shadow: 0 22px 56px rgba(0,0,0,0.08);
}

.home-faq__center img{
  width: 100%;
  height: 310px;
  border-radius: 18px;
  object-fit: cover;
  display: block;
}

.home-faq__cta{
  padding: 16px 8px 2px;
}

.home-faq__cta h3{
  margin: 0 0 6px;
  font-size: 22px;
  color: #111;
}

.home-faq__cta p{
  margin: 0 0 14px;
  color: #444;
  line-height: 1.6;
}

.home-faq__ctaActions{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home-faq__ctaBtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 999px;
  text-decoration: none;
  color: #fff !important;
  font-weight: 700;
  background: linear-gradient(90deg, #9d0b0b, #f28c00);
  box-shadow: 0 16px 36px rgba(157, 11, 11, 0.20);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.home-faq__ctaBtn:hover{
  transform: translateY(-1px);
  box-shadow: 0 20px 44px rgba(157, 11, 11, 0.26);
}

.home-faq__ctaLink{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  color: #111 !important;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(157, 11, 11, 0.16);
}

@media(max-width: 992px){
  .home-faq__container{
    padding: 0 24px;
  }
  .home-faq__title{
    font-size: 44px;
  }
  .home-faq__grid{
    grid-template-columns: 1fr;
  }
  .home-faq__center img{
    height: 260px;
  }
  .home-faq__ctaActions{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .home-faq__ctaLink{
    flex: 1 1 auto;
  }
}

@media(max-width: 768px){
  .home-faq{
    padding: 56px 0 60px;
  }
  .home-faq__title{
    font-size: 36px;
    line-height: 1.15;
  }
  .home-faq__item summary{
    padding: 16px 16px;
  }
  .home-faq__answer{
    padding: 0 16px 16px;
  }
}

@media (prefers-reduced-motion: reduce){
  .home-faq__answer{
    animation: none;
  }
}

/* ========================= */
/* Contact Section Refresh   */
/* (legacy markup: cardsss / contact-wrapper) */
/* ========================= */
section.contact-uss{
  background:
    radial-gradient(1200px 520px at 50% 0%, rgba(157, 11, 11, 0.08), rgba(255,255,255,0) 60%),
    radial-gradient(900px 420px at 20% 30%, rgba(242, 140, 0, 0.12), rgba(255,255,255,0) 62%),
    #f5f2f6;
  padding-top: 56px;
  padding-bottom: 56px;
}

.cardsss{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding-top: 0;
  padding-bottom: 26px;
}

.cardss{
  position: relative;
  background: rgba(255,255,255,0.92);
  border-radius: 18px;
  padding: 18px 16px;
  box-shadow: 0 18px 46px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.06);
  text-align: center;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  overflow: hidden;
}

.cardss::before{
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(90deg, rgba(157,11,11,0.28), rgba(242,140,0,0.28));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 200ms ease;
}

.cardss:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 58px rgba(0,0,0,0.10);
  border-color: rgba(157,11,11,0.12);
}

.cardss:hover::before{
  opacity: 1;
}

/* Icon inside contact cards (scoped so it won't affect other .icon uses) */
section.contact-uss .cardss .icon{
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(90deg, #9d0b0b, #f28c00);
  box-shadow: 0 14px 32px rgba(157, 11, 11, 0.18);
}

section.contact-uss .cardss h3{
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 900;
  color: #8b0000;
}

section.contact-uss .cardss p{
  margin: 0 0 6px;
  color: #111;
  font-size: 16px;
  font-weight: 800;
  font-family: outfit !important;
  line-height: 1.35;
}

section.contact-uss .cardss span{
  display: block;
  margin: 0;
  font-size: 13px;
  color: #555;
  font-family: outfit !important;
  line-height: 1.45;
}

.contact-wrapper{
  max-width: 1200px;
  margin: 10px auto 0;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  align-items: start;
}

.form-box{
  background: #ffffff;
  padding: 22px 22px 20px;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 22px 60px rgba(0,0,0,0.10);
}

.form-box h2{
  margin-top: 0;
}

.form-group{
  margin-bottom: 12px;
}

.submit-btn{
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #9d0b0b, #f28c00);
  box-shadow: 0 18px 44px rgba(157,11,11,0.18);
  transition: transform 200ms ease, box-shadow 200ms ease, filter 200ms ease;
}

.submit-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 22px 52px rgba(157,11,11,0.24);
  filter: saturate(1.04);
}

.right-box{
  display: grid;
  gap: 14px;
}

@media(min-width: 993px){
  .right-box{
    position: sticky;
    top: 18px;
  }
}

.map-card{
  border-radius: 22px;
  padding: 16px;
  background:
    radial-gradient(600px 220px at 30% 20%, rgba(242,140,0,0.16), rgba(255,255,255,0) 60%),
    linear-gradient(135deg, #fffaf2 0%, #fde5e3 120%);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 22px 60px rgba(0,0,0,0.10);
}

.visit-card{
  border-radius: 22px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 22px 60px rgba(0,0,0,0.10);
}

.visit-card h3{
  font-weight: 900;
}

h3.visitus{
  margin-top: 6px;
  font-size: 16px;
  text-transform: lowercase;
  letter-spacing: 0.2px;
  color: #8b0000;
}

.address{
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(0,0,0,0.06);
}

@media(max-width: 1100px){
  .cardsss{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 900px){
  .contact-wrapper{
    grid-template-columns: 1fr;
  }
}

@media(max-width: 560px){
  .cardsss{
    grid-template-columns: 1fr;
  }
  .form-box{
    padding: 18px 16px 16px;
  }
}

/* About Us (V2 replacement) */
:root{
  --ssa-red: #9d0b0b;
  --ssa-orange: #f28c00;
  --ssa-soft: #f6f2ed;
  --ssa-soft-2: #f1ede7;
  --ssa-ink: #111111;
}

.aboutv2{
  padding: 90px 0 40px;
  background: #ffffff;
}

.aboutv2-container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.aboutv2-grid{
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: start;
}

.aboutv2-photoWrap{
  border-radius: 28px;
  overflow: hidden;
  background: #e9e9e9;
  box-shadow: 0 34px 90px rgba(0,0,0,0.10);
  aspect-ratio: 4 / 5;
  max-height: 660px;
}

.aboutv2-photo{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.aboutv2-heading{
  margin: 6px 0 8px;
  font-size: 44px;
  line-height: 1.05;
  font-weight: 900;
  color: var(--ssa-ink);
}

.aboutv2-tagline{
  margin: 0 0 18px;
  font-size: 15px;
  font-weight: 800;
  color: #333;
}

.aboutv2-cards{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.aboutv2-card{
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  padding: 20px 22px;
  border-radius: 22px;
  background: var(--ssa-soft-2);
  border: 1px solid rgba(0,0,0,0.06);
}

.aboutv2-card__value{
  font-size: 46px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.02em;
  color: var(--ssa-ink);
}

.aboutv2-card__value{
  background: linear-gradient(90deg, var(--ssa-ink), var(--ssa-ink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.aboutv2-card__title{
  font-size: 14px;
  font-weight: 900;
  color: var(--ssa-ink);
  margin-bottom: 6px;
}

.aboutv2-card__desc{
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

.aboutv2-actions{
  margin-top: 18px;
}

.aboutv2-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  color: #fff !important;
  background: linear-gradient(90deg, var(--ssa-red), var(--ssa-orange));
  box-shadow: 0 18px 44px rgba(157,11,11,0.20);
  transition: transform 200ms ease, box-shadow 200ms ease, filter 200ms ease;
}

.aboutv2-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 22px 52px rgba(157,11,11,0.26);
  filter: saturate(1.02);
}

.aboutv2-features{
  padding: 86px 0 96px;
  background: var(--ssa-soft);
}

.aboutv2-features__title{
  margin: 0;
  text-align: center;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -0.03em;
  color: var(--ssa-ink);
}

.aboutv2-features__subtitle{
  margin: 12px auto 0;
  text-align: center;
  max-width: 740px;
  color: #666;
  font-size: 14px;
  line-height: 1.7;
}

.aboutv2-featureGrid{
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.aboutv2-feature{
  border-radius: 22px;
  padding: 22px 22px 24px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 22px 60px rgba(0,0,0,0.06);
}

.aboutv2-feature h3{
  margin: 12px 0 6px;
  font-size: 16px;
  font-weight: 950;
  color: var(--ssa-ink);
}

.aboutv2-feature p{
  margin: 0;
  color: rgba(17,17,17,0.70);
  font-size: 14px;
  line-height: 1.6;
}

.aboutv2-ico{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(17,17,17,0.92);
  color: #fff;
}

.aboutv2-feature--lavender{ background: #f3d3ff; }
.aboutv2-feature--butter{ background: #ffe089; }
.aboutv2-feature--rose{ background: #f7c8ff; }
.aboutv2-feature--sun{ background: #ffe18f; }

@media(max-width: 1100px){
  .aboutv2-grid{
    grid-template-columns: 1fr;
  }
  .aboutv2-photoWrap{
    max-height: none;
    aspect-ratio: 16 / 11;
  }
  .aboutv2-featureGrid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 560px){
  .aboutv2{
    padding: 66px 0 26px;
  }
  .aboutv2-heading{
    font-size: 34px;
  }
  .aboutv2-card{
    grid-template-columns: 104px 1fr;
  }
  .aboutv2-card__value{
    font-size: 38px;
  }
  .aboutv2-features__title{
    font-size: 34px;
  }
  .aboutv2-featureGrid{
    grid-template-columns: 1fr;
  }
}

/* About Us: Expertise (6 cards) */
.expertise6{
  padding: 92px 0;
  background: #fbfbfb;
}

.expertise6-container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.expertise6-head{
  text-align: center;
  margin-bottom: 34px;
}

.expertise6-title{
  margin: 0;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -0.03em;
  color: var(--ssa-ink);
}

.expertise6-subtitle{
  margin: 12px auto 0;
  max-width: 720px;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}

.expertise6-list{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.expertise6-card{
  display: flex;
  gap: 22px;
  align-items: center;
  background: #ffffff;
  border-radius: 26px;
  padding: 18px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 28px 80px rgba(0,0,0,0.06);
}

.expertise6-card--reverse{
  flex-direction: row-reverse;
}

.expertise6-media{
  flex: 0 0 420px;
  height: 220px;
  border-radius: 22px;
  overflow: hidden;
  background: #e9e9e9;
}

.expertise6-media img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.expertise6-body{
  flex: 1 1 auto;
  padding: 6px 8px;
}

.expertise6-badge{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(90deg, var(--ssa-red), var(--ssa-orange));
  box-shadow: 0 18px 44px rgba(157,11,11,0.16);
  margin-bottom: 10px;
}

.expertise6-body h3{
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 950;
  color: var(--ssa-ink);
}

.expertise6-body p{
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(17,17,17,0.72);
  max-width: 560px;
}

.expertise6-link{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  color: var(--ssa-red) !important;
}

.expertise6-link i{
  transition: transform 200ms ease;
}

.expertise6-link:hover i{
  transform: translateX(2px);
}

@media(max-width: 1100px){
  .expertise6-media{
    flex-basis: 360px;
    height: 210px;
  }
}

@media(max-width: 900px){
  .expertise6-card,
  .expertise6-card--reverse{
    flex-direction: column;
    align-items: stretch;
  }
  .expertise6-media{
    flex-basis: auto;
    width: 100%;
    height: 240px;
  }
  .expertise6-body p{
    max-width: none;
  }
}

@media(max-width: 560px){
  .expertise6{
    padding: 66px 0;
  }
  .expertise6-title{
    font-size: 34px;
  }
  .expertise6-media{
    height: 210px;
  }
  .expertise6-body h3{
    font-size: 18px;
  }
}

/* Contact Us: simple layout (3 cards + form) */
.contact-simple{
  padding: 70px 0 80px;
  background: #ffffff;
}

.cs-container{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.cs-title{
  margin: 0 0 22px;
  text-align: center;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.03em;
  color: var(--ssa-ink);
}

.cs-topcards{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 18px;
}

.cs-topcard{
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: 0 18px 50px rgba(0,0,0,0.10);
}

.cs-topcard__icon{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(17,17,17,0.06);
  border: 1px solid rgba(17,17,17,0.08);
  color: var(--ssa-ink);
}

.cs-topcard__title{
  font-size: 12px;
  font-weight: 900;
  color: rgba(17,17,17,0.70);
  margin-bottom: 3px;
}

.cs-topcard__value{
  font-size: 14px;
  font-weight: 900;
  color: var(--ssa-ink) !important;
  text-decoration: none;
  line-height: 1.35;
}

.cs-topcard__value--text{
  font-weight: 800;
}

.cs-panel{
  border-radius: 24px;
  background: linear-gradient(135deg, var(--ssa-red), var(--ssa-orange));
  border: 0;
  padding: 22px;
  box-shadow: 0 26px 70px rgba(0,0,0,0.16);
}

.cs-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.cs-field label{
  display: block;
  font-size: 12px;
  font-weight: 900;
  color: rgba(255,255,255,0.92);
  margin: 0 0 8px;
}

.cs-field input,
.cs-field textarea,
.cs-field select{
  width: 100%;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
  outline: none;
  background: #ffffff;
}

.cs-field input:focus,
.cs-field select:focus,
.cs-field textarea:focus{
  border-color: rgba(157,11,11,0.35);
  box-shadow: 0 0 0 4px rgba(242,140,0,0.12);
}

.cs-field--full{
  grid-column: 1 / -1;
}

.cs-submit{
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 10px;
  border: 0;
  font-weight: 900;
  color: #fff;
  cursor: pointer;
  background: #111;
}

.cs-submit:hover{
  filter: saturate(1.02);
}

@media(max-width: 900px){
  .cs-topcards{
    grid-template-columns: 1fr;
  }
  .cs-grid{
    grid-template-columns: 1fr;
  }
}

@media(max-width: 560px){
  .contact-simple{
    padding: 56px 0 64px;
  }
  .cs-title{
    font-size: 34px;
  }
  .cs-panel{
    padding: 18px;
  }
}

/* Service pages: insights section (inserted as 4th block) */
.svc-insights{
  padding: 34px 0;
  background: transparent;
  border-top: 1px solid rgba(0,0,0,0.08);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  font-family: 'Outfit';
}

.svc-insights-container{
  max-width: none;
  margin: 0;
  padding: 0;
}

.svc-insights-top{
  max-width: 920px;
}

.svc-insights-title{
  margin: 0;
  font-size: 29px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
  color: #8b0000;
}

.svc-insights-copy{
  margin-top: 16px;
  max-width: 760px;
  color: #444;
  font-size: 17px;
  line-height: 1.7;
}

.svc-insights-copy p{
  margin: 0 0 10px;
}

.svc-insights-mid{
  margin-top: 34px;
}

.svc-insights-subhead{
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
  color: #8b0000;
  max-width: 860px;
}

.svc-insights-subcopy{
  margin: 10px 0 0;
  max-width: 760px;
  color: #444;
  font-size: 17px;
  line-height: 1.7;
}

.svc-insights-media{
  margin-top: 22px;
}

.svc-insights-media__inner{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #d9d9d9;
  box-shadow: 0 30px 80px rgba(0,0,0,0.10);
}

.svc-insights-media__inner img{
  width: 100%;
  height: 260px;
  display: block;
  object-fit: cover;
}

.svc-insights-media__overlay{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 18px 18px 16px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,0.62));
}

.svc-insights-media__label{
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.25;
}

.svc-insights-media__play{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(90deg, var(--ssa-red), var(--ssa-orange));
  color: #fff !important;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(157,11,11,0.22);
}

.svc-insights-bottom{
  margin-top: 34px;
}

.svc-insights-bottom__title{
  margin: 0;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
  color: #8b0000;
  max-width: 980px;
}

.svc-insights-bullets{
  margin: 14px 0 0;
  padding-left: 18px;
  color: #444;
  font-size: 17px;
  line-height: 1.7;
  max-width: 980px;
}

.svc-insights-bullets li{
  margin: 6px 0;
}

.svc-insights-bullets b{
  color: #111;
}

.svc-insights-grid{
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 22px;
  max-width: 980px;
}

.svc-insights-item{
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid rgba(17,17,17,0.10);
}

.svc-insights-num{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 12px;
  color: #fff;
  background: #8b0000;
}

.svc-insights-item__title{
  font-weight: 800;
  color: #111;
  font-size: 14px;
  margin-bottom: 4px;
}

.svc-insights-item__desc{
  color: #444;
  font-size: 17px;
  line-height: 1.7;
}

.svc-insights-footer{
  margin-top: 30px;
  max-width: 980px;
}

.svc-insights-footer__title{
  margin: 0;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
  color: #8b0000;
}

.svc-insights-footer__copy{
  margin: 10px 0 0;
  color: #444;
  font-size: 17px;
  line-height: 1.7;
}

@media(max-width: 900px){
  .svc-insights-title{
    font-size: 26px;
  }
  .svc-insights-grid{
    grid-template-columns: 1fr;
  }
  .svc-insights-media__inner img{
    height: 240px;
  }
}

@media(max-width: 560px){
  .svc-insights{
    padding: 28px 0;
  }
  .svc-insights-title{
    font-size: 24px;
  }
  .svc-insights-subhead{
    font-size: 20px;
  }
  .svc-insights-media__inner img{
    height: 220px;
  }
}

/* -----------------------------
   Global responsiveness fixes
   ----------------------------- */

/* Service pages layout: keep stable grid on desktop and stack on mobile */
section.service.container{
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 25px;
  align-items: start;
  padding: 40px 50px;
  background: #fffcf7;
}

@media(max-width: 900px){
  section.service.container{
    grid-template-columns: 1fr;
    padding: 18px 16px;
  }
}

/* Prevent edge-to-edge content on small screens */
@media(max-width: 768px){
  .container{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* Responsive media: avoid overflow and huge fixed heights */
.video-wrapper iframe,
.youtube_video iframe,
.hvm-video iframe{
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  display: block;
}

.forvideo video{
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  display: block;
}

/* =========================================
   COMPREHENSIVE MOBILE RESPONSIVENESS FIXES
   ========================================= */

/* 1. Global Overflow Fixes */
html, body {
    overflow-x: hidden;
    width: 100%;
}

/* 2. Header and Navigation Bar */
@media(max-width: 992px) {
    .hamburger {
        display: block; /* Hamburger becomes visible */
    }
    
    .menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        display: none !important; /* hidden by default */
        z-index: 1000;
    }

    .menu.active {
        display: flex !important; /* toggled by toggleMenu() */
    }

    .menu a {
        width: 100%;
        text-align: left;
        padding: 12px 15px;
    }

    /* Submenu fixes for mobile */
    .dropdown .dropdown-menu {
        position: static;
        box-shadow: none;
        width: 100%;
        display: none;
    }
    .dropdown.active .dropdown-menu {
        display: block;
    }
}

/* 3. Hero Section */
@media(max-width: 768px) {
    .hero-content h1 {
        font-size: 32px;
        line-height: 1.3;
        word-wrap: break-word;
    }
    .hero-content p {
        font-size: 16px;
        padding: 0 10px;
    }
    .hero-btn {
        padding: 12px 24px;
        font-size: 16px;
    }
}

/* 4. Problem Solving & Special Services Cards */
@media(max-width: 768px) {
    .sri {
        padding: 25px 15px !important;
    }
    .track .card {
        flex: 0 0 100% !important; /* Forces 1 card per view */
        margin-right: 0px !important;
    }
}

/* 5. Compare Section */
@media(max-width: 768px) {
    .compare-panel {
        grid-template-columns: 1fr !important;
        flex-direction: column !important;
        display: flex;
        gap: 20px;
    }
    .compare-card {
        min-width: 100%;
    }
}

/* 6. Team Section & Gallery */
@media(max-width: 768px) {
    .team-grid {
        grid-template-columns: 1fr !important;
        display: grid;
    }
    .gallery {
        grid-template-columns: 1fr !important;
    }
}

/* 7. Footer */
@media(max-width: 768px) {
    .footer-container, 
    .footer-shell {
        grid-template-columns: 1fr !important;
        display: grid;
        padding: 20px 10px;
    }
    .footer-left, .footer-right {
        width: 100%;
    }
    .footer-links-grid {
        grid-template-columns: 1fr !important;
    }
}

/* General Layout adjustments */
@media(max-width: 768px) {
    .layout .left {
        width: 100%;
    }
    .layout .right {
        width: 100%;
    }
}
