body{
  font-family: 'Poppins', sans-serif;
  margin-top: 110px;
  
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
  letter-spacing: .5px;

}

/* ================= HEADER ================= */
.top-header{
    background:#fff;
    position:fixed;
    top:0;
    width:100%;
    z-index:1050;
    transition:transform 0.4s ease;
    padding:8px 0;   
}
.top-header.hide{
    transform:translateY(-100%);
}

.logo img{
    height:80px;
}
.header-info i{
    color:#cd2b3b;
    margin-right:6px;
}

/* Mobile: only logo */
@media(max-width:767px){

    .header-info{display:none;}
    .logo{text-align:center;}


}
@media (max-width: 767px){
    .top-header{
        display:none !important;
    }
}
@media(max-width:991px){
    body{padding-top:120px;}
    .main-navbar{top:60px;}
}

/* Mobile — remove gap above navbar */
@media (max-width: 767px){

    /* hide top header if needed */
    .top-header{
        display:none !important;
    }

    /* move navbar to very top */
    .main-navbar{
        top:0 !important;
    }

    /* remove body padding added for desktop */
    body{
        padding-top:0 !important;
        margin:0;
    }
}



/* ================= NAVBAR ================= */
.main-navbar{
    background:#2e3248;
    position:fixed;
    top:45px;
    width:100%;
    z-index:1040;
    transition:top 0.4s ease;
    height:90px;
}
.main-navbar.move-top{
    top:0;
}

.main-navbar .nav-link{
    color:#fff !important;
    font-weight:600;
    font-size:14px;
    letter-spacing:0.6px;
    text-transform:uppercase;
    padding:14px 18px;
}

.main-navbar .nav-link:hover{
    color:#f6bf3c !important;
}

.nav-item{
    padding-left: 30px;
}
/* Toggler clean */
.navbar-toggler{
    border:none !important;
    box-shadow:none !important;
}
.navbar-toggler:focus{
    box-shadow:none !important;
}
.navbar-toggler-icon{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Mobile spacing */
@media(max-width:991px){
    body{padding-top:120px;}
    .main-navbar{top:60px;}
}
.section{
    height:100vh;
    padding:80px;
}

/*-----------------------HERO SECTION-------------------*/
    .hero-section {
      position: relative;
      width: 100%;
      height: 85vh;
      overflow: hidden;
      margin-top:20px;   
    }

    .hero-video {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      transform: translate(-50%, -50%);
      object-fit: cover;
    }

/* Remove unwanted top spacing on mobile */
@media (max-width: 768px) {

  body {
    padding-top: 20px !important;
    margin-top: 0 !important;
  }

  .top-header {
    margin-bottom: 0 !important;
  }

  .main-navbar {
    margin-bottom: 0 !important;
  }

  .hero-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}


@media (max-width:992px) {

  body {
    padding-top: 90px !important;
    margin-top: 0 !important;
  }
  .logo{
    margin-left:30px;
  }
  .navbar-toggler{
    margin-right: 20px;


  }
  .navbar-collapse{
    background-color: #ffffff;
  }
  .nav-item .nav-link{
    
    color:black !important;
  }

  .top-header {
    margin-bottom: 0 !important;
  }

  .main-navbar {
    margin-bottom: 0 !important;
  }

  .hero-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

    /* Optional: hero overlay for darkening video */
    .hero-overlay {
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.4); /* Adjust transparency */
      pointer-events: none;
    }




    /*--------acheivements--------------*/
    /* SECTION */
.developer-section{
    background:#fff;
    padding:80px 0;
    position:relative;
    overflow:hidden;
}

/* WAVE BACKGROUND */
.developer-section::before{
    content:"";
    position:absolute;
    bottom:-60px;
    left:0;
    width:100%;
    height:300px;
    background:url("https://www.transparenttextures.com/patterns/wavecut.png");
    opacity:0.08;
}

/* TITLE */
.section-title{
    font-size:32px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:60px;
}

/* STATS */
.stat-box h1{
    font-size:48px;
    font-weight:700;
    margin-bottom:10px;
}

.stat-box p{
    font-size:14px;
    letter-spacing:0.5px;
    line-height:1.6;
    margin:0;
}

/* DIVIDER */
.divider1{
    width:1px;
    height:70px;
    background:#cfcfcf;
}

/* DESCRIPTION */
.description{
    max-width:900px;
    font-size:15px;
    color:#555;
    line-height:1.9;
    margin:40px auto;
    text-align: justify;
}

/* READ MORE */
.read-more-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-weight:500;
    font-size: 14px ;
    text-decoration:none;
    color:#000;
   
}

.read-more-btn span{
    width:30px;
    height:30px;
    background:#000;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* FLOATING ICONS */
.floating-icons{
    position:fixed;
    right:15px;
    top:50%;
    transform:translateY(-50%);
    z-index:999;
}

.floating-icons a{
    display:flex;
    width:45px;
    height:45px;
    background:#111;
    color:#fff;
    align-items:center;
    justify-content:center;
    margin-bottom:8px;
    border-radius:5px;
    text-decoration:none;
    font-size:20px;
}

/* MOBILE */
@media(max-width:768px){
    .section-title{
        font-size:26px;
    }
    .stat-box{
        margin-bottom:30px;
    }
}

    /*---------------------Our Services-----------------*/
.box{
        border-radius: 20px;
        padding:20px;
        margin-bottom: -40px;

}



/* Mobile responsive center alignment */
@media (max-width: 768px) {

  .row.align-items-center {
    text-align: center;
  }

  /* Center feature blocks */
  .col-lg-4.col-md-6,
  .col-lg-4.col-md-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* Center icons */
  .col-lg-4 img {
    margin: 0 auto;
    display: block;
  }

  /* Center buttons */
  .cta-btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  /* Center main image */
  .zoom-img {
    display: block;
    margin: 0 auto;
  }
}

/* Infinite zoom in–out animation */
.zoom-img {
  display: block;
  margin: 0 auto;
  animation: zoomPulse 5s ease-in-out infinite alternate;
  transform-origin: center;
  will-change: transform;
}

@keyframes zoomPulse {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  60% {
    transform: scale(1.08); /* small hold at max zoom */
  }
  100% {
    transform: scale(1);
  }
}


    .fontchange{
        color:#777;
        text-align: center;
   /*        box-shadow: 2px 2px 2px 2px rgb(196, 195, 195);*/
             
        
    }
    .curved-image{
      width:280px;
      height:360px;
      object-fit:cover;
      clip-path: path("M0,80 Q140,-40 280,80 L280,360 L0,360 Z");
      
      
    }

     @media(max-width:768px){
      .choose-heading{font-size:36px;}
      .curved-image{width:220px;height:300px;}
      .curve{
        display: none;
      }
    }
.section-wrapper {
  padding: 70px 0;
}

/* LEFT IMAGE */
.why-image img {
  width: 100%;
  max-width: 450px;
  border-radius: 14px;
}

/* RIGHT CONTENT */
.why-right {
  padding-left: 40px;
}

.why-title {
  font-weight: 800;
  margin-bottom: 35px;
}

/* EACH ITEM */
.why-item {
  position: relative;
  padding-left: 80px;
  margin-bottom: 35px;
}

/* ICON IN CIRCLED AREA */
.why-icon {
  position: absolute;
  left: 0;
  top: 5px;
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.why-item h4 {
  margin: 0 0 6px;
  font-weight: 700;
  font-size: 20px;
}

.why-item p {
  margin: 0 0 6px;
  font-size: 15px;
}

.read-link {
  font-weight: 600;
  font-size: 14px;
}

@media(max-width: 992px){
  .why-right {
    padding-left: 0;
    margin-top: 30px;
    text-align: left;
  }
.why-icon{
    margin-left: 10px;
}
}


@keyframes floatUpDown {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-18px); }
  100% { transform: translateY(0); }
}

.colorfont{
  color:#af2525
}

    /* SECTION */
.projects-section{
    padding:80px 0;
}

/* TITLE */
.projects-title1{
    font-size:38px;
    font-weight:600;
    text-align:center;
    margin-bottom:10px;
}
.projects-title{
    font-size:32px;
    font-weight:600;
    text-align:center;
    margin-bottom:10px;
}

.city-tabs{
    text-align:center;
    margin-bottom:50px;
}

.city-tabs span{
    margin:0 15px;
    font-size:14px;
    letter-spacing:1px;
    font-weight:500;
}

/* CARD */
.project-card{
    background:#fff;
    border-radius:6px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.3s;
}

.project-card:hover{
    transform:translateY(-6px);
}

/* IMAGE */
.project-img{
    position:relative;
}

.project-img img{
    width:100%;
    height:330px;
    object-fit:cover;
}

/* RIBBON */
.ribbon{
    position:absolute;
    top:15px;
    left:-45px;
    background:#ff3b30;
    color:#fff;
    padding:6px 45px;
    font-size:12px;
    font-weight:600;
    transform:rotate(-45deg);
}

/* CONTENT */
.project-body{
    padding:20px;
}

.project-title{
    font-size:18px;
    font-weight:600;
}

.project-location{
    font-size:13px;
    color:#777;
    margin-bottom:15px;
}

/* INFO GRID */
.info-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    margin-bottom:20px;
}

.info-box{
    display:flex;
    gap:10px;
    font-size:13px;
}

.info-box i{
    font-size:18px;
    color:#0d6efd;
}

/* VIEW MORE BUTTON (REPLACED COUNTDOWN) */
.view-more{
    background:#2e3248;
    padding:8px;
    font-size:13px;
    text-align:center;
    font-weight:600;
    border-radius:4px;
    display:block;
    color:#ffffff;
    text-decoration:none;
    transition:0.3s;
}

.view-more i{
    margin-left:6px;
}

.view-more:hover{
    background:#ffb703;
    color:#000;
}


/* SECTION */
.visit-section{
    background:#2e3248;
    color:#fff;
    padding:55px 0;   /* ⬅ height slightly increased */
}

/* CENTER FLEX */
.visit-wrap{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:40px;         /* ✅ proper clean gap */
}

/* TEXT */
.visit-text h2{
    font-size:32px;
    font-weight:700;
    margin-bottom:10px;
}
.visit-text p{
    font-size:15px;
    opacity:0.9;
    margin-bottom:18px;
    max-width:460px;
}
.call-btn{
    background:#f6bf3c;
    color:#000;
    font-weight:700;
    padding:12px 34px;
    border-radius:50px;
    text-decoration:none;
    display:inline-block;
    transition:0.3s ease;
}
.call-btn:hover{
    background:#ffffff;
    color:rgb(0, 0, 0);
}

/* IMAGE */
.visit-image img{
    width:280px;
    height:auto;
    display:block;
}

/* MOBILE */
@media(max-width:768px){
    .visit-wrap{
        flex-direction:column;
        gap:20px;
        text-align:center;
    }
    .visit-image img{
        width:230px;
    }
}



/* SECTION */
.why-radiance{
    background:#f6bf3c;
    position:relative;
    overflow:hidden;
    padding:60px 0 0;
}

/* subtle pattern */
.why-radiance::before{
    content:"";
    position:absolute;
    inset:0;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255,255,255,0.06) 0,
        rgba(255,255,255,0.06) 40px,
        transparent 40px,
        transparent 80px
    );
    z-index:0;
}

/* CONTENT ABOVE */
.why-radiance .container{
    position:relative;
    z-index:1;
}

/* TITLE */
.why-title{
    font-weight:800;
    letter-spacing:1.2px;
    margin-bottom:35px;
    font-size:30px;
}

/* ICON BOX */
.feature-box{
    text-align:center;
    padding:20px 10px;
}

/* ICON SIZE INCREASED */
.feature-box i{
    font-size:32px;   /* ⬆ increased */
    margin-bottom:10px;
    display:inline-block;
}

/* TEXT */
.feature-box h6{
    font-weight:700;
    font-size:20px;
    line-height:1.4;
    letter-spacing:0.4px;
}

/* VERTICAL DIVIDER */
.divider{
    border-right:1px solid rgba(0,0,0,0.3);
}

/* IMAGE */
.building-img{
    max-width:100%;
    height:auto;
    display:block;
}

/* IMAGE ALIGN BOTTOM */
.image-col{
    align-self:flex-end;
}

/* RESPONSIVE */
@media(max-width:991px){

    .why-title{
        font-size:24px;
        text-align:center;
    }

    /* 2 COLUMNS ON MOBILE */
    .feature-col{
        width:50%;
    }

    .feature-box i{
        font-size:28px;
    }

    .feature-box h6{
        font-size:18px;
    }

    .divider{
        border-right:none;
    }

    .image-col{
        margin-top:30px;
    }
}



/* FAQ Section */
        .faq-section {
            padding: 80px 0;
            background-color:white;
        }

        .accordion-button {
            background-color: #fff;
            color: var(--primary-color);
            font-weight: bold;
            font-size: 1.1rem;
        }

        .accordion-button:not(.collapsed) {
            background-color: #2e3248;
            color: #fff;
        }

        .accordion-button:focus {
            box-shadow: none;
        }


               footer {
            background-color: #23252a; /* Dark charcoal background */
            color: #ffffff;
            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            padding-top: 60px;
            padding-bottom: 30px;
        }

        .footer-title {
            font-size: 0.9rem;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 25px;
            letter-spacing: 1px;
            position: relative;
        }

        /* Gray accent line under titles */
        .footer-title::after {
            content: '';
            display: block;
            width: 40px;
            height: 2px;
            background: #444;
            margin-top: 8px;
        }

        .footer-text {
            color: #a0a0a0;
            font-size: 0.85rem;
            line-height: 1.6;
        }

        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-links li {
            margin-bottom: 10px;
        }

        .footer-links a {
            color: #a0a0a0;
            text-decoration: none;
            font-size: 0.8rem;
            text-transform: uppercase;
            transition: color 0.3s ease;
        }

        .footer-links a:hover {
            color: #ffffff;
        }

        /* Social Media Icons */
        .social-icons {
            display: flex;
            gap: 8px;
        }

        .social-box {
            background-color: #32353b;
            color: #a0a0a0;
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 4px;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .social-box:hover {
            background-color: #007bff; /* Bootstrap blue on hover */
            color: #ffffff;
        }

        .contact-info {
            font-size: 0.8rem;
            color: #a0a0a0;
            text-transform: uppercase;
        }

        @media(max-width:991px){

  /* Footer center alignment */
  footer,
  footer .col-lg-3{
    text-align:center;
  }

  footer .social-icons{
    justify-content:center;
    display:flex;
    gap:10px;
  }
  footer .footer-title::after {
display: none;
  }
  
}

        

.breathing-zoom {
  animation: breathingZoom 6s ease-in-out infinite;
  transform-origin: center;
}

@keyframes breathingZoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}



/* SECTION */
.testimonial-section{
    padding:70px 0;
}

.testimonial-title{
    text-align:center;
    font-size:28px;
    font-weight:600;
    margin-bottom:40px;
}

/* VIDEO */
.video-box{
    position:relative;
    height:300px;
}

.video-box iframe{
    width:100%;
    height:100%;
    border:none;
}

/* NAME TAG */
.name-tag{
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    background:#f6bf3c;
    padding:6px 14px;
    font-size:14px;
}

/* ARROWS */
.arrow-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:40px;
    height:40px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 4px 12px rgba(0,0,0,0.2);
    cursor:pointer;
    z-index:10;
}

.arrow-left{ left:-15px; }
.arrow-right{ right:-15px; }

/* MOBILE */
@media(max-width:768px){
    .video-box{ height:220px; }
    .desktop-only{ display:none; }
}

.section-title{
  font-size:38px;
  font-weight:700;
  text-align:center;
  margin-bottom:12px;
}





/*------------------About section*/
     

    /* SECTION */
.about-section{
    padding:110px 0;
}

/* IMAGE CONTAINER */
.img-hover{
    position:relative;
    overflow:hidden;
}

/* IMAGE */
.img-hover img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .8s ease;
}

/* ZOOM ON HOVER */
.img-hover:hover img{
    transform:scale(1.12);
}

/* SHINNING EFFECT */
.img-hover::before{
    content:"";
    position:absolute;
    top:-50%;
    left:-75%;
    width:50%;
    height:200%;
    background:linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(184, 134, 11, 0.2) 50%,
        rgba(255,255,255,0) 100%
    );
    transform:rotate(25deg);
    animation:shine 4.5s infinite;
}

/* STRONGER SHINE ON HOVER */
.img-hover:hover::before{
    animation-duration:2s;
}

/* SHINE KEYFRAMES */
@keyframes shine{
    0%{ left:-75%; }
    100%{ left:125%; }
}

/* IMAGE HEIGHTS */
.about-img-large{ height:540px; }
.about-img-small{ height:260px; }

/* TITLE (CLASS NAME CHANGED) */
.about-heading{
    font-family:"Playfair Display",serif;
    font-size:44px;
    font-weight:700;
    margin-bottom:35px;
}

/* TEXT */
.about-text{
    font-size:18px;
    line-height:2.1;
    color:#555;
    margin-bottom:26px;
    text-align: justify;
}

/* STATS */
.about-stats{
    padding-top:90px;
}

.stat-box{
    text-align:center;
}

.stat-box i{
    font-size:58px;
    margin-bottom:18px;
}

.stat-number{
    font-size:38px;
    font-family:"Playfair Display",serif;
    font-weight:700;
}

.stat-text{
    font-size:15px;
    color:#777;
}

/* RESPONSIVE */
@media(max-width:991px){
    .about-img-large,
    .about-img-small{
        height:auto;
    }
    .about-heading{
        margin-top:40px;
        font-size:36px;
    }
}


    /*-----------------------vision-mision*/

     .background-section {
      position: relative;
      background-image: url('images/about/city.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 80px 0;
      color: white;
    }

    .background-section .overlay {
      position: absolute;
      inset: 0;
      background-color: rgba(0, 0, 0, 0.55);
      z-index: 1;
    }

    .background-section .container {
      position: relative;
      z-index: 2;
    }

    .card {
      height: 100%;
      border-radius: 30px;
      background-color: rgba(255, 255, 255, 0.92);
      color: #333;
      display: flex;
      flex-direction: column;
    }

    .icon-container {
      font-size: 40px;
      margin-bottom: 15px;
      color: #007bff;
    }

    .card img {
      height: 60px;
      width: auto;
      margin: 0 auto 1rem auto;
    }

    .card-body p {
      font-size: 15px;
      color: #555;
    }

    /* ---------- Responsive Enhancements ---------- */

    @media (max-width: 992px) {
      .background-section {
        padding: 60px 0;
      }
    }

    @media (max-width: 768px) {
      .background-section {
        padding: 50px 15px;
      }

      .card {
        border-radius: 20px;
      }

      .icon-container {
        font-size: 32px;
      }

      .card-body p {
        font-size: 14px;
      }
    }

    @media (max-width: 576px) {
      .row > div {
        padding-left: 10px;
        padding-right: 10px;
      }

      .card {
        padding: 20px 15px !important;
      }
    }

    /* Zoom animation on hover + touch */
.card {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  transform-origin: center;
}

.card:hover,
.card:focus,
.card:active {
  transform: scale(1.06);
  box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}


/* Smooth breathing zoom animation for icons */
.card img {
  animation: icon-breathe 2.5s ease-in-out infinite;
  transform-origin: center;
}

/* Keyframes */
@keyframes icon-breathe {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.12); }
  100% { transform: scale(1); }
}



/*--------------whats makes us unique*/


/* ================================
   WHAT MAKES US UNIQUE – SECTION
================================ */

.unique-section{
  background: #2e3248;
  padding: 90px 0 140px;
  position: relative;
  overflow: hidden;
}

.unique-section::after{
  content:"";
  position:absolute;
  bottom:-70px;
  left:0;
  width:100%;
  height:140px;
  background:#e9ca19;
  border-radius:40% 40% 0 0;
}

/* Title */
.unique-title{
  font-size:38px;
  font-weight:800;
  letter-spacing:.5px;
  color:#fff;
}

/* ================================
   CARD WRAPPER
================================ */

.feature-wrapper{
  display:flex;
  justify-content:center;
  gap:35px;
  flex-wrap:wrap;
  margin-top:40px;
  align-items:stretch;
}

/* ================================
   FEATURE CARD
================================ */

.feature-card{
  background:#fff;
  border-radius:30px;
  padding:25px;
  width:280px;
  min-height:260px;
  display:flex;
  flex-direction:column;
  box-shadow:0 25px 45px rgba(0,0,0,.18);

  /* Smooth hover */
  transition: transform 0.35s ease, box-shadow 0.35s ease;

  /* Flip essentials */
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

/* Hover Zoom */
.feature-card:hover{
  transform: scale(1.05);
  box-shadow:0 40px 70px rgba(0,0,0,0.25);
  z-index:10;
}

/* ================================
   ICON
================================ */

.feature-icon{
  width:50px;
  height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:20px;
  margin-left:auto;
  margin-right:auto;
}

.feature-icon img{
  width:100%;
  animation: icon-breathe 2.5s ease-in-out infinite;
}

/* Icon breathing animation */
@keyframes icon-breathe{
  0%{ transform:scale(1); }
  50%{ transform:scale(1.12); }
  100%{ transform:scale(1); }
}

/* ================================
   TEXT
================================ */

.card-title{
  font-weight:700;
  text-align:center;
}

.feature-card p{
  text-align:center;
  flex-grow:1;
  color:#444;
}

/* ================================
   RESPONSIVE
================================ */

@media(max-width:768px){
  .feature-card{
    width:100%;
    max-width:350px;
  }

  .unique-title{
    font-size:30px;
  }
}



    /*--------------certification*/


    .section-bg {
      padding: 70px 0;
    }

    /* Heading row */
    .heading-row {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: -6px; /* Reduced gap from 30px to 15px */
      flex-wrap: wrap;
      margin-bottom: 2px; /* Reduced from 40px */
      text-align: center;
    }

    .heading-row h2 {
      max-width: 320px; /* Limit heading width */
      margin: 0; /* Remove default margin */
    }

    .badge-wrapper {
      width: 140px;
      height: 140px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 15px auto;
    }

    .cert-img {
      width: 85%;
      height: 85%;
      object-fit: contain;
      max-width: 140px;
      max-height: 140px;
      will-change: transform;
      transform-origin: center;
    }

    /* Animation starts ONLY when AOS adds aos-animate */
    .badge-wrapper.aos-animate .cert-img {
      animation:
        rotateOnce 1.4s ease-out forwards,
        zoomPulse 2.4s ease-in-out infinite alternate 1.4s;
    }

    /* Rotate one time only */
    @keyframes rotateOnce {
      from { transform: rotate(0deg) scale(1); }
      to   { transform: rotate(360deg) scale(1); }
    }

    /* Infinite smooth zoom after rotation */
    @keyframes zoomPulse {
      from { transform: rotate(360deg) scale(1); }
      to   { transform: rotate(360deg) scale(1.12); }
    }

    .benefit-list li {
      margin-bottom: 6px;
    }


    /* ----------------------------------
   RESPONSIVE IMPROVEMENTS ONLY
   (No design or animation changes)
----------------------------------*/

    /* Reduce gap + center content on smaller screens */
    @media (max-width: 992px) {

      .heading-row {
        gap: 20px;
        text-align: center;
      }

      .heading-row h2 {
        font-size: 24px;
        line-height: 30px;
        max-width: none; /* remove max-width on smaller screens for flexibility */
      }
    }

    /* Tablet / Large Mobile */
    @media (max-width: 768px) {

      .section-bg {
        padding: 50px 10px;
      }

      .badge-wrapper {
        width: 120px;
        height: 120px;
      }

      .cert-img {
        width: 80%;
        height: 80%;
      }

      .heading-row h2 {
        font-size: 22px;
      }

      .benefit-list {
        font-size: 15px;
      }
    }

    /* Small Mobile Screens */
    @media (max-width: 576px) {

      .heading-row {
        flex-direction: column;
        gap: 10px;
      }

      .badge-wrapper {
        width: 105px;
        height: 105px;
      }

      .cert-img {
        width: 78%;
        height: 78%;
      }

      .heading-row h2 {
        font-size: 20px;
      }

      .section-bg {
        padding: 40px 8px;
      }
    }


/* Apply zoom effect to both images */

         .cta-banner {
  position: relative;
  /* Remove fixed top offset for better responsiveness */
  top: 130px;
  z-index: 1;
  background: #f6bf3c;
  color: #000000;
  padding: 40px 20px;
  border-radius: 20px;
  margin-top: 30px; /* Instead of negative margin */
  /* Optional: add a max-width and center */
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cta-banner h4 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.cta-banner p {
  color: #000000;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 350;
}

/* Button styling */
.cta-btn,.cta-btn1{
  background-color: #2e3248;
  color: #fff;
  padding: 12px 28px;
  font-weight: 500;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease;
  font-size: 1.1rem;
  text-align: center;
  width: 100%;
  max-width: 180px;
  margin: 0 auto;

}
.cta-btn1:hover{
      background-color: #ffffff;
    color:#000000;
}
.cta{
    background-color: #2e3248;
    color:#ffff;
    width:55%;
}

.decor a{
    text-decoration: none;
}

.cta-btn:hover {
  background-color: #f6bf3c;;
  color: #000000;
}

.rem-top {
  margin-top: -180px; /* Remove negative margin */
}

/* Responsive typography */
@media (max-width: 768px) {
  .cta-banner h4 {
    font-size: 1.5rem;
  }

  .cta-banner p {
    font-size: 0.9rem;
  }

  .cta-btn {
    max-width: 100%;
    padding: 10px 20px;
    font-size: 1rem;
   
  }
  .cta{
    
    width:35%;
}
}

@media (max-width: 480px) {
  .cta-banner {
    padding: 30px 15px;
    border-radius: 15px;
  }
  .cta-banner h4 {
    font-size: 1.3rem;
  }
  .cta-banner p {
    font-size: 0.85rem;
  }
}




        /* SECTION */
.about-gallery{
    padding:100px 0;
    position:relative;
}

/* Blueprint background */
.about-gallery::before{
    content:"";
    position:absolute;
    inset:0;
    background:url("https://www.transparenttextures.com/patterns/graph-paper.png");
    opacity:.25;
    z-index:0;
}

.about-gallery .container{
    position:relative;
    z-index:1;
}

/* TITLE */
.about-title{
    text-align:center;
    font-size:42px;
    font-weight:800;
    max-width:900px;
    margin:0 auto 60px;
    line-height:1.3;
}

/* IMAGE CARD */
.gallery-card{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    height:100%;
}

.gallery-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .6s ease;
}

/* Hover zoom */
.gallery-card:hover img{
    transform:scale(1.08);
}

/* HEIGHT CONTROL */
@media(min-width:992px){
    /* FIRST ROW SAME HEIGHT */
    .h-row1{height:420px;}

    /* SECOND ROW */
    .h-row2{height:300px;}
}

/* MOBILE RESET */
@media(max-width:991px){
    .h-row1,.h-row2{height:auto;}
}

@media(max-width:576px){
    .about-title{font-size:30px;}
}



/*-------------------------contact--------------*/
            .hero-sectionc {
            background:#2e3248; 
            background-image:  url('images/property.jpg');    
            color: rgb(0, 0, 0);
            padding: 120px 0 80px;
            position: relative;
            height:300px;
        }

        .hero-sectionc::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.3);
        }

        .hero-contentc {
            position: relative;
            z-index: 1;
        }

        .hero-sectionc h1 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }

        .hero-sectionc p {
            font-size: 1.2rem;
            opacity: 0.95;
        }
