 @import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@700&family=Inter:wght@400;500&display=swap');

 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     font-family: 'Inter', sans-serif;
 }

 body,
 html {
     overflow-x: hidden;
     width: 100%;
 }

 /* Font Import */
 @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

 :root {
     --nav-bg-start: #002d62;
     /* Figma gradient dark */
     --nav-bg-end: #007BFF;
     /* Figma gradient light */
     --nav-text: #f1ebc9;
     /* Link color */
     --nav-hover: #ffffff;
     /* Hover color */
     --nav-font-size: 16px;
 }



/* Welcome Popup Styles    final        */
 /* .popup {
  display: none; 
  position: fixed; 
  z-index: 3000;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.6); 
  backdrop-filter: blur(5px); 
  justify-content: center;
  align-items: center;
}
.popup.show {  
  display: flex;
}

.popup-content {
  background-color: #fefefe;
  padding: 30px;
  border: 1px solid #888;
  width: 80%; 
  max-width: 500px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

.popup-content h2 {
  margin-bottom: 20px;
  color: #002d62;
  font-size: 1.8em;
}

.popup-content p {
  margin-bottom: 30px;
  font-size: 1.1em;
  color: #555;
  line-height: 1.7;
}

.close-button {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
}

.close-button:hover,
.close-button:focus {
  color: #555;
  text-decoration: none;
}

.btn-primary-promo {
  display: inline-block;
  background-color: #007BFF; 
  color: white;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  font-size: 1em;
}

.btn-primary-promo:hover {
  background-color: #0056b3; 
}


@media (max-width: 768px) {
  .popup-content {
    width: 90%;
    padding: 25px;
  }
  .popup-content h2 {
    font-size: 1.5em;
  }
  .popup-content p {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .popup-content {
    padding: 20px;
  }
  .popup-content h2 {
    font-size: 1.3em;
  }
}  */






  /*           2nd done           */


/* .popup {
  display: none; 
  position: fixed; 
  z-index: 3000;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.6); 
  backdrop-filter: blur(5px); 
  justify-content: center;
  align-items: center;
}
.popup.show {  
  display: flex;
}

.popup-content {
   background-color: #fefefe; 
  padding: 30px;
  border: 1px solid #888;
  width: 80%; 
  max-width: 500px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

.popup-content h2 {
  margin-bottom: 20px;
  color: #002d62;
  font-size: 1.8em;
}


.welcome-shake {
  display: inline-block;
  animation: shake 2s ease-in-out 3; 
}

@keyframes shake {
  0% { transform: translateX(0); }
  20% { transform: translateX(-5px); }
  40% { transform: translateX(5px); }
  60% { transform: translateX(-5px); }
  80% { transform: translateX(5px); }
  100% { transform: translateX(0); }
}

.popup-content p {
  margin-bottom: 30px;
  font-size: 1.1em;
  color: #555;
  line-height: 1.7;
}

.close-button {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
}

.close-button:hover,
.close-button:focus {
  color: #555;
  text-decoration: none;
}

.btn-primary-promo {
  display: inline-block;
  background-color: #007BFF; 
  color: white;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  font-size: 1em;
}

.btn-primary-promo:hover {
  background-color: #0056b3; 
}


@media (max-width: 768px) {
  .popup-content {
    width: 90%;
    padding: 25px;
  }
  .popup-content h2 {
    font-size: 1.5em;
  }
  .popup-content p {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .popup-content {
    padding: 20px;
  }
  .popup-content h2 {
    font-size: 1.3em;
  }
} */

/* Sparkle effect for Welcome text */
/* .welcome-shake {
  position: relative;
  display: inline-block;
  animation: shake 2s ease-in-out 3;
} */


/* Sparkles */

/* .welcome-shake {
  position: relative;
  display: inline-block;
  animation: shake 2s ease-in-out 3;
}

.welcome-shake::after {
  content: '✦';  
  position: absolute;
  left: -20px;   
  top: -5px;
  color: gold;
  font-size: 20px;
  opacity: 0;
  animation: sparkle 1.5s infinite;
}

@keyframes sparkle {
  0%, 100% { opacity: 0; transform: scale(0.5) rotate(0deg); }
  50% { opacity: 1; transform: scale(1.2) rotate(180deg); }
} */






/*               3rd test              */



 .popup {
  display: none; 
  position: fixed; 
  z-index: 3000;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.6); 
  backdrop-filter: blur(5px); 
  justify-content: center;
  align-items: center;
}
.popup.show {  
  display: flex;
}

.popup-content {
  background: linear-gradient(135deg, #ffffff, #e6f2ff); /* white → light blue gradient */
  padding: 30px;
  width: 80%; 
  max-width: 500px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border: 2px solid #007BFF;
  box-shadow: 0 0 15px rgba(0, 123, 255, 0.4);
  animation: glowPulse 1s ease-in-out infinite;
}

@keyframes glowPulse {
  0%, 100% { box-shadow: 0 0 10px rgba(0, 123, 255, 0.4); }
  50% { box-shadow: 0 0 25px rgba(0, 123, 255, 0.8); }
}

.popup-content h2 {
  margin-bottom: 20px;
  color: #002d62;
  font-size: 1.8em;
}

/* Welcome fade-in zoom */
.welcome-shake {
  display: inline-block;
  animation: fadeZoom 2s ease-out forwards;
}

@keyframes fadeZoom {
  0% { opacity: 0; transform: scale(0.8); }
  100% { opacity: 1; transform: scale(1); }
}

/* Sparkle near W */
.welcome-shake::after {
  content: '✦';
  position: absolute;
  left: -20px;
  top: -5px;
  color: gold;
  font-size: 20px;
  opacity: 0;
  animation: sparkle 1.5s infinite;
}

@keyframes sparkle {
  0%, 100% { opacity: 0; transform: scale(0.5) rotate(0deg); }
  50% { opacity: 1; transform: scale(1.2) rotate(180deg); }
}

.popup-content p {
  margin-bottom: 30px;
  font-size: 1.1em;
  color: #444;
  line-height: 1.7;
}

.close-button {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
}
.close-button:hover,
.close-button:focus {
  color: #555;
  text-decoration: none;
}

/* Get Help Now button */
/* .btn-primary-promo {
  display: inline-block;
  background-color: #007BFF; 
  color: white;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  font-size: 1em;
  position: relative;
  overflow: hidden;
  animation: heartbeat 2s infinite;
} */
/* .btn-primary-promo:hover {
  background-color: #0056b3; 
} */

/* Heartbeat pulse */
/* @keyframes heartbeat {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
} */

/* Glow outline pulse */
/* .btn-primary-promo::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  border: 2px solid #fff;
  opacity: 0;
  animation: pulseBorder 2s infinite;
} */
@keyframes pulseBorder {
  0% { opacity: 0; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.1); }
  100% { opacity: 0; transform: scale(0.9); }
}

@media (max-width: 768px) {
  .popup-content {
    width: 90%;
    padding: 25px;
  }
  .popup-content h2 {
    font-size: 1.5em;
  }
  .popup-content p {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .popup-content {
    padding: 20px;
  }
  .popup-content h2 {
    font-size: 1.3em;
  }
}
 



































 .navbar {
     background: linear-gradient(90deg, var(--nav-bg-start) 0%, var(--nav-bg-end) 100%);
     padding: 20px 0;
     font-family: 'Inter', sans-serif;
 }

 .container {
     width: min(1200px, 92%);
     margin: 0 auto;
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 .nav-left {
     display: flex;
     align-items: center;
     /* Logo aur links ko vertically center karta hai */
     gap: 36px;
     /* Logo aur links ke beech mein gap deta hai */
 }

 .nav-logo {
     width: 200px;
     height: auto;
 }


 .nav-links {
     display: flex;
     gap: 36px;
     list-style: none;
 }



 .nav-links li a {
     text-decoration: none;
     color: var(--nav-text);
     font-size: var(--nav-font-size);
     font-weight: 500;
     letter-spacing: 0.3px;
     transition: color 0.3s ease;
 }

 .nav-links li a:hover {
     color: var(--nav-hover);
 }

 /* Appointment Button */
 .appointment-btn {
     display: flex;
     align-items: center;
     gap: 10px;
     text-decoration: none;
     color: var(--nav-text);
     border: 1.5px solid var(--nav-text);
     padding: 10px 24px;
     border-radius: 50px;
     font-size: var(--nav-font-size);
     font-weight: 500;
     letter-spacing: 0.3px;
     transition: all 0.3s ease;
 }

 .appointment-btn:hover {
     background: rgba(255, 255, 255, 0.12);
 }

 .phone-icon {
     width: 16px;
     height: 16px;
 }

 /* Hamburger Button */
 .menu-toggle {
     display: none;
     background: none;
     border: none;
     color: var(--nav-text);
     font-size: 26px;
     cursor: pointer;
 }


 @media (max-width: 768px) {
     .nav-links {
         position: fixed;
         top: 0;
         right: -100%;
         height: 100vh;
         width: 80%;
         background: var(--nav-bg-start);

         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;

         padding: 50px 20px;
         list-style: none;
         gap: 20px;

         transition: right 0.5s ease-in-out;
         z-index: 99;
     }

     .nav-links.active {
         right: 0;
     }

     .appointment-btn {
         display: none;
     }

     .nav-links li a {
         font-size: 20px;
         padding: 15px 0;
     }

     .menu-toggle {
         display: block;
         z-index: 100;
     }

     .nav-right {
         display: flex;
         align-items: center;
         gap: 20px;
     }

     .container {
         justify-content: space-between;
     }
 }

 /* /////////////////////////////////////////////////////////////////////////// */

 .hero {
     position: relative;
     background: url("../images/Background.png") center/cover no-repeat;
     min-height: 100vh;
     display: flex;
     align-items: center;
     padding: 60px 40px;
     color: #fff;
 }

 .hero-overlay {
     position: absolute;
     inset: 0;
     background: linear-gradient(rgba(25, 25, 25, 0), rgba(25, 25, 25, 1));
     opacity: 0.7;
 }

 .hero-content {
     position: relative;
     max-width: 700px;
     z-index: 1;
     margin-left: 150px;
 }

 .hero-content h1 {
     font-family: Urbanist, sans-serif;
     font-weight: 700;
     font-size: clamp(32px, 5vw, 84px);
     line-height: 1.1;
     margin-bottom: 20px;
 }

 .hero-content p {
     font-family: Inter, sans-serif;
     font-size: clamp(16px, 2vw, 24px);
     margin-bottom: 30px;
 }

 .hero-actions {
     display: flex;
     align-items: center;
     gap: 20px;
 }

 .btn-primary {
     background: linear-gradient(rgba(2, 62, 116, 1), rgba(4, 135, 217, 1));
     padding: 14px 28px;
     border-radius: 100px;
     color: #fff;
     text-decoration: none;
     font-family: Urbanist, sans-serif;
     font-weight: 600;
     font-size: 18px;
 }

 .btn-round {
     width: 60px;
     height: 60px;
     background: #191919;
     border-radius: 50%;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .btn-round img {
     width: 18px;
     height: 18px;
 }

 /* Decorative images */
 .decor {
     position: absolute;
     background-size: cover;
     background-position: center;
 }

 .decor-1 {
     width: 199px;
     height: 199px;
     background-image: url("../images/v274_13.png");
     bottom: 50px;
     right: 50px;
 }

 .decor-2 {
     width: 212px;
     height: 238px;
     background-image: url("../images/v274_16.png");
     bottom: 60px;
     right: 280px;
 }


 @media (max-width: 768px) {
     .hero {
         padding: 40px 20px;
         text-align: center;
         justify-content: center;

         background-size: cover;
         background-position: 53% top;
         background-repeat: no-repeat;
         background-color: #191919;
         min-height: 100vh;
     }

     .hero-content {
         margin-left: 0;
         text-align: center;
     }

     .hero-content p {
         margin-bottom: 50px;
     }

     .btn-round {
         display: none;
     }

     .hero-actions {
         justify-content: center;
     }

     .decor-1,
     .decor-2 {
         display: none;
         /* Hide decorative images on mobile */
     }
 }

 /* //////////////////////////////////////////////////////////////////////////////// */

 .features-section {
     display: flex;
     gap: 30px;
     padding: 60px 80px;
     background: #ffffff;
     flex-wrap: wrap;
     justify-content: center;
 }

 .feature-card {
     background: #121212;
     color: #f5f0d0;
     border-radius: 20px;
     padding: 40px 30px;
     flex: 1 1 calc(33.333% - 30px);
     box-sizing: border-box;
     min-width: 300px;
 }

 .feature-card h3 {
     font-family: 'Urbanist', sans-serif;
     font-size: 22px;
     font-weight: 700;
     line-height: 1.4;
     margin-bottom: 15px;
 }

 .feature-card p {
     font-family: 'Inter', sans-serif;
     font-size: 16px;
     line-height: 1.7;
     color: rgba(255, 255, 255, 0.85);
 }


 @media (max-width: 992px) {
     .feature-card {
         flex: 1 1 45%;
     }
 }

 @media (max-width: 600px) {
     .features-section {
         flex-direction: column;
         padding: 40px 20px;
     }

     .feature-card {
         flex: 1 1 100%;
     }
 }

 /* ////////////////////////////////////////////////////////////////////////////////////// */


 /* Main Container */
 .about-us-section {
     padding: 50px 5%;
     background-color: #f5f8ff;
     /* Added a light background color */
     font-family: 'Urbanist', sans-serif;
 }

 .about-us-container {
     display: flex;
     flex-wrap: wrap;
     gap: 40px;
     max-width: 1280px;
     margin: 0 auto;
     align-items: center;
 }

 /* Left and Right Sections */
 .about-us-content-left {
     flex: 1 1 500px;
     display: flex;
     flex-direction: column;
     gap: 20px;
 }

 .about-us-content-right {
     flex: 1 1 500px;
     display: flex;
     justify-content: center;
     align-items: center;
     position: relative;
 }

 /* Headings and Text */
 .who-we-are-heading {
     color: #023E74;
     font-weight: 500;
     font-size: 20px;
 }

 .about-us-main-heading {
     color: #191919;
     font-weight: bold;
     font-size: 48px;
 }

 .about-us-text {
     color: #7A7A7A;
     font-size: 16px;
     text-align: justify;
 }

 /* Stats Card Section */
 .about-us-stats-card {
     display: grid;
     grid-template-columns: 1fr 1fr;
     /* Two columns for stats card */
     gap: 20px;
     margin-top: 20px;
     background: url("../images/v269_46.png") no-repeat center/cover;
     border-radius: 25px;
     padding: 20px;
     min-height: 250px;
     align-items: center;
 }

 .about-us-stats-image-container {
     position: relative;
     height: 100%;
     width: 100%;
 }

 .about-us-stats-image {
     width: 100%;
     height: auto;
     border-radius: 25px;
 }

 .about-us-stats-info {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     text-align: center;
     background: url("../images/v269_49.png") no-repeat center/cover;
     border-radius: 25px;
     padding: 20px;
     height: 100%;
 }


 /* Right side image and call us box */
 .about-us-image-container {
     position: relative;
 }

 .about-us-main-image {
     width: 550px;
     height: 600px;
     object-fit: cover;
     border-radius: 25px;
 }

 .call-us-box {
     position: absolute;
     top: 360px;
     left: -280px;
     width: 200px;
     height: 212px;
     background: linear-gradient(#0487D9, #023E74);
     border-radius: 20px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     z-index: 10;
     color: #fff;
     padding: 20px;
     box-sizing: border-box;
     text-align: center;
     transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
 }

 .call-us-box:hover {
     transform: translateY(-15px);

     box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
 }

 .call-icon-background {
     width: 80px;
     height: 80px;
     background-color: #191919;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .call-icon {
     width: 40px;
     height: 40px;
 }

 .call-us-text {
     font-size: 20px;
     font-weight: 500;
     margin-top: 15px;
 }

 .call-us-number {
     /* font-size: 25px;
     font-weight: bold;
     color: #F1EBC9; */
     font-size: 25px;
    font-weight: bold;
    color: #F1EBC9;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
 }

 @media (max-width: 1200px) {
     .about-us-container {
         flex-direction: column;
         align-items: center;
     }

     .about-us-content-left,
     .about-us-content-right {
         max-width: 100%;
     }

     .about-us-main-image {
         width: 100%;
         height: auto;
     }

     .call-us-box {
         position: relative;
         top: auto;
         left: auto;
         margin-top: 30px;
         /* Adjust spacing */
         margin-left: 70px;
     }

     .about-us-stats-card {
         grid-template-columns: 1fr;
         /* Stack columns on smaller screens */
         gap: 20px;
     }
 }

 /* ///////////////////////////////////////////////////////////////////////////////////////////// */

 .core-services-section {
     background-color: #F1EBC9;
     padding: 8rem 2rem;
     position: relative;
 }

 .background-image {
     position: absolute;
     top: 2rem;
     left: 0;
     width: 100%;
     height: 100%;
     opacity: 0.15;
     background-image: url("../images/v269_65.png");
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
     z-index: 0;
 }

 .section-header {
     max-width: 1000px;
     margin: 0 auto 4rem;
     text-align: center;
     position: relative;
     z-index: 1;
 }

 .sub-heading {
     color: #023E74;
     font-family: 'Inter', sans-serif;
     font-weight: 500;
     font-size: 1.25rem;
     /* 20px */
     margin-bottom: 0.5rem;
 }

 .main-heading {
     color: #191919;
     font-family: 'Urbanist', sans-serif;
     font-weight: 700;
     font-size: 2.5rem;
     /* 40px */
     line-height: 1.2;
     margin-bottom: 1rem;
 }

 .services-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
     gap: 2rem;
     justify-items: center;
     position: relative;
     z-index: 1;
     max-width: 1400px;
     margin: 0 auto;
 }

 .service-card {
     background: linear-gradient(to bottom, #0487D9, #023E74);
     border-radius: 25px;
     padding: 1.5rem;
     color: #fff;
     position: relative;
     overflow: hidden;
     box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
     transition: transform 0.3s ease-in-out;
     max-width: 329px;
     /* Figma width */
     height: 306px;
     /* Figma height */
 }

 .service-card:hover {
     transform: translateY(-10px);
 }

 .card-icon-container {
     position: absolute;
     top: 0;
     left: 0;
     width: 100px;
     height: 100px;
     background-color: #F1EBC9;
     border-bottom-right-radius: 44px;
     display: flex;
     justify-content: center;
     align-items: center;
     overflow: hidden;
 }

 .card-icon {
     width: 85px;
     height: 85px;
     background-size: cover;
 }

 .card-icon.alcohol {
     background-image: url("../images/v269_71.png");
 }

 .card-icon.drug {
     background-image: url("../images/v269_82.png");
 }

 .card-icon.counseling {
     background-image: url("../images/v269_93.png");
 }

 .card-icon.family {
     background-image: url("../images/v269_104.png");
 }

 .card-icon.mindfulness {
     background-image: url("../images/v269_115.png");
 }

 .card-icon.relapse {
     background-image: url("../images/v269_126.png");
 }

 .card-icon.life-skills {
     background-image: url("../images/v269_137.png");
 }

 .card-icon.admission {
     background-image: url("../images/v269_148.png");
 }

 .card-content {
     padding-top: 6rem;
 }

 .card-title {
     font-family: 'Urbanist', sans-serif;
     font-weight: 700;
     font-size: 1.375rem;
     /* 22px */
     line-height: 1.2;
     margin-bottom: 0.5rem;
 }

 .card-description {
     font-family: 'Inter', sans-serif;
     font-weight: 400;
     font-size: 0.875rem;
     /* 14px */
     line-height: 1.5;
     text-align: justify;
     margin-bottom: 1rem;
 }

 .read-more {
     display: flex;
     align-items: center;
     gap: 0.5rem;
     color: #fff;
     text-decoration: none;
     font-family: 'Urbanist', sans-serif;
     font-weight: 600;
     font-size: 1.125rem;
     /* 18px */
     position: absolute;
     bottom: 1.5rem;
     right: 1.5rem;
     transition: color 0.3s ease-in-out;
 }

 .read-more:hover {
     color: #c4c4c4;
 }

 /* ////////////////////////////////////////////////////////////////////////////////// */

 /* Main Section Container */
 .why-choose-us-section {
     padding: 80px 5%;
     box-sizing: border-box;
     background-color: #fff;
     font-family: 'Inter', sans-serif;
 }

 .why-choose-us-container {
     display: flex;
     flex-wrap: wrap;
     gap: 40px;
     justify-content: center;
     align-items: flex-start;
     max-width: 1400px;
     margin: 0 auto;
 }

 /* Column Styles */
 .why-choose-us-left,
 .why-choose-us-middle,
 .why-choose-us-right {
     flex: 1 1 300px;
     /* Base flexibility for columns */
     max-width: 500px;
     display: flex;
     flex-direction: column;
     gap: 20px;
 }

 .why-choose-us-middle {
     max-width: 381px;
 }

 .why-choose-us-right {
     max-width: 477px;
 }

 /* Left Column Elements */
 .why-choose-us-heading {
     color: #191919;
     font-family: Urbanist, sans-serif;
     font-weight: bold;
     font-size: 48px;

     position:relative;
     display: inline-block;
     cursor: pointer;
 }
 .why-choose-us-heading::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #0487D9;
    transition: width 0.3s ease-in-out;
 }
 .why-choose-us-heading:hover::after {
    width: 100%;
 }


 

 .why-choose-us-description {
     color: #7A7A7A;
     font-size: 16px;
     text-align: justify;
 }

 .why-choose-us-years-card {
     background: linear-gradient(#0487D9, #023E74);
     border-radius: 25px 100px 25px 25px;
     padding: 20px 30px;
     box-sizing: border-box;
     display: flex;
     flex-direction: column;
     gap: 5px;
     color: #fff;
 }

 .years-details {
     display: flex;
     align-items: baseline;
     gap: 5px;
 }

 .years-number {
     font-family: Urbanist, sans-serif;
     font-weight: bold;
     font-size: 48px;
     color: #F1EBC9;
 }

 .years-text {
     font-family: Urbanist, sans-serif;
     font-weight: bold;
     font-size: 48px;
 }

 .years-tagline {
     font-family: Urbanist, sans-serif;
     font-weight: bold;
     font-size: 25px;
 }

 .years-read-more-link {
     display: flex;
     align-items: center;
     text-decoration: none;
     color: #fff;
 }

 .read-more-text {
     font-family: Urbanist, sans-serif;
     font-weight: 600;
     font-size: 18px;
     transition: opacity 0.2s;
 }

 .years-read-more-link:hover .read-more-text {
     opacity: 0.8;
 }

 /* Middle Column Elements */
 .middle-image {
     width: 100%;
     /* height: auto; */
     height:500px;
     object-fit: cover;
     border-radius: 25px;
 }

 /* Right Column Elements */
 .right-top-image {
     width: 100%;
     height: auto;
     object-fit: cover;
     border-radius: 100px 25px 25px 25px;
 }

 .trust-heading {
     color: #191919;
     font-family: Urbanist, sans-serif;
     font-weight: bold;
     font-size: 25px;
 }

 .trust-points-list {
     display: flex;
     flex-direction: column;
     gap: 15px;
 }

 .trust-point {
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .check-icon-container {
     width: 24px;
     /* Increased size for better touch target */
     height: 24px;
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: #023E74;
     border-radius: 4px;
 }

 .check-icon {
     width: 10px;
     height: 6px;
     border-left: 2px solid #fff;
     border-bottom: 2px solid #fff;
     transform: rotate(-45deg);
 }

 .trust-point-text {
     color: #191919;
     font-family: Inter, sans-serif;
     font-weight: 500;
     font-size: 18px;
     /* Adjusted font size for readability */
 }

 /* Mobile Responsive adjustments */
 @media (max-width: 1200px) {
     .why-choose-us-container {
         flex-direction: column;
         align-items: center;
     }

     .why-choose-us-left,
     .why-choose-us-middle,
     .why-choose-us-right {
         max-width: 100%;
     }

     .why-choose-us-years-card {
         margin-top: 0;
     }

     .middle-image,
     .right-top-image {
         width: 100%;
         height: auto;
     }
 }

 /* //////////////////////////////////////////////////////////////////////////////////////////////// */


 /* --- Our Photo Gallery Section --- */
 .gallery-section {
     padding: 80px 5%;
     background-color: #F1EBC9;
     width: 100%;
     box-sizing: border-box;
     position: relative;
     z-index: 1;
     /* Ensure content is above the background */
     display: flex;
     flex-direction: column;
     align-items: center;
 }

 .gallery-section::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: url("../images/v269_195.png") no-repeat center center/cover;
     opacity: 0.5;
     z-index: 0;
 }

 .gallery-header {
     text-align: center;
     max-width: 800px;
     margin-bottom: 50px;
 }

 .gallery-title {
     font-family: Urbanist;
     font-weight: bold;
     font-size: 48px;
     color: #191919;
     display: block;
     margin-bottom: 20px;
 }

 .gallery-description {
     font-family: Inter;
     font-size: 16px;
     color: #7A7A7A;
     line-height: 1.6;
     display: block;
 }

 .gallery-grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     /* Desktop view mein 4 columns */
     gap: 20px;
     width: 100%;
     max-width: 1200px;
 }

 .gallery-item-wrapper {
     display: flex;
     flex-direction: column;
     gap: 20px;
 }

 .gallery-item {
     width: 100%;
     padding-top: 100%;
     /* Square aspect ratio */
     background: #000;
     /* Placeholder color, replace with your image */
     border-radius: 10px;
     background-size: cover;
     background-position: center;
 }


 /* --- Mobile Responsive adjustments --- */
 @media (max-width: 768px) {
     .gallery-title {
         font-size: 32px;
     }

     .gallery-grid {
         grid-template-columns: 1fr;
         /* Mobile view mein 1 column */
     }
 }

 /* //////////////////////////////////////////////////////////////////////////////////// */

 .how-it-works-section {
     background-color: #f7f7f7;
     padding: 80px 5%;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     gap: 40px;
     width: 100%;
     box-sizing: border-box;
     position: relative;
 }

 .how-it-works-content {
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
     gap: 50px;
     width: 100%;
     max-width: 1600px;
 }

 .left-panel {
     flex: 1;
     position: relative;
     height: 600px;
     min-width: 400px;
     max-width: 650px;
 }

 .left-panel .image-stack {
     position: relative;
     width: 100%;
     height: 100%;
 }

 .left-panel .main-image-1,
 .left-panel .main-image-2 {
     position: absolute;
     object-fit: cover;
     border-radius: 25px;
     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
 }

 /* Adjusting positions based on the Figma screenshot */
 .left-panel .main-image-1 {
     width: 80%;
     height: 80%;
     top: 50px;
     left: 50px;
     z-index: 1;
 }

 .left-panel .main-image-2 {
     width: 80%;
     height: 80%;
     bottom: 50px;
     right: 50px;
     z-index: 2;
 }

 .left-panel .image-overlay-1 {
     width: 216px;
     height: 212px;
     background: linear-gradient(180deg, rgba(241, 235, 201, 1) 0%, rgba(245, 234, 173, 1) 100%);
     border-radius: 25px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     gap: 10px;
     position: absolute;
     top: 25%;
     right: 0;
     z-index: 3;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
     padding: 20px;
 }

 .left-panel .image-overlay-2 {
     width: 344px;
     height: 120px;
     background: linear-gradient(rgba(4, 135, 217, 1), rgba(2, 62, 116, 1));
     border-radius: 25px;
     display: flex;
     align-items: center;
     gap: 15px;
     position: absolute;
     bottom: 5%;
     left: 10%;
     z-index: 4;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
     padding: 20px;
 }

 .overlay-icon {
     width: 70px;
     height: 70px;
     border-radius: 50%;
     background-color: #023E74;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-shrink: 0;
 }

 .overlay-icon img {
     width: 35px;
     height: 35px;
     object-fit: contain;
 }

 .overlay-text .title {
     color: #023E74;
     font-family: Urbanist;
     font-weight: bold;
     font-size: 48px;
 }

 .overlay-text .subtitle {
     color: #191919;
     font-family: Inter;
     font-weight: 500;
     font-size: 20px;
 }

 .overlay-text-2 .title {
     color: #fff;
     font-family: Urbanist;
     font-weight: bold;
     font-size: 32px;
 }

 .overlay-text-2 .subtitle {
     color: #fff;
     font-family: Inter;
     font-weight: 500;
     font-size: 20px;
 }

 .right-panel {
     flex: 1;
     display: flex;
     flex-direction: column;
     gap: 30px;
 }

 .right-panel .header .subtitle {
     color: #023E74;
     font-family: Inter;
     font-weight: 500;
     font-size: 20px;
 }

 .right-panel .header .title {
     color: #191919;
     font-family: Urbanist;
     font-weight: bold;
     font-size: 48px;
     line-height: 1.2;
     margin-top: 10px;
 }

 .right-panel .step-card {
     display: flex;
     flex-direction: column;
     gap: 10px;
     border-bottom: 1px solid #ddd;
     padding-bottom: 20px;
 }

 .right-panel .step-card:last-child {
     border-bottom: none;
 }

 .step-header {
     display: flex;
     align-items: center;
     gap: 15px;
 }

 .step-header .step-number {
     background: linear-gradient(rgba(2, 62, 116, 1), rgba(4, 135, 217, 1));
     color: #fff;
     font-family: Urbanist;
     font-weight: bold;
     font-size: 25px;
     padding: 8px 15px;
     border-radius: 8px;
     flex-shrink: 0;
 }

 .step-header .step-title {
     color: #191919;
     font-family: Urbanist;
     font-weight: bold;
     font-size: 25px;
 }

 .step-description {
     color: #7A7A7A;
     font-family: Inter;
     font-weight: normal;
     font-size: 16px;
     padding-left: calc(97px + 15px);
     /* To align with the description text */
 }

 /* Mobile Responsive adjustments */
 @media (max-width: 1200px) {
     .how-it-works-content {
         flex-direction: column;
         align-items: center;
     }

     .left-panel {
         width: 100%;
         max-width: 100%;
         height: 500px;
     }

     .left-panel .image-stack {
         position: static;
         height: auto;
     }

     .left-panel .main-image-1,
     .left-panel .main-image-2 {
         position: static;
         width: 100%;
         height: auto;
     }

     .left-panel .image-overlay-1,
     .left-panel .image-overlay-2 {
         position: static;
         transform: none;
         margin: 20px auto;
         max-width: 90%;
     }

     .left-panel .image-overlay-1 {
         width: 100%;
         height: 150px;
         flex-direction: row;
         gap: 20px;
     }

     .left-panel .image-overlay-2 {
         width: 100%;
         height: 120px;
         flex-direction: row;
         gap: 20px;
     }

     .overlay-text .title {
         font-size: 32px;
     }

     .overlay-text-2 .title {
         font-size: 24px;
     }

     .right-panel {
         width: 100%;
     }

     .right-panel .header .title {
         font-size: 32px;
     }

     .step-description {
         padding-left: 0;
     }
 }

 /* ///////////////////////////////////////////////////////////////////////////////////////////////     */

 .contact-promo-section {
     background-color: #F1EBC9;
     padding: 80px 5%;
     display: flex;
     justify-content: center;
     text-align: center;
 }

 .contact-promo-container {
     max-width: 900px;
     width: 100%;
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 20px;
 }

 .contact-promo-title {
     color: #191919;
     font-family: Urbanist;
     font-weight: bold;
     font-size: 48px;
     line-height: 1.2;
     margin: 0;
 }

 .contact-promo-text {
     color: #191919;
     font-family: Inter;
     font-size: 24px;
     line-height: 1.5;
     margin: 0;
 }

 .contact-promo-highlight {
     color: #023E74;
     font-family: Urbanist;
     font-weight: bold;
     font-size: 28px;
     line-height: 1.2;
     margin: 20px 0;
 }

 .contact-info-wrapper {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap: 40px;
     margin-top: 30px;
     margin-bottom: 30px;
 }

 .contact-info-item {
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .contact-info-item a {
     color: #191919;
     font-family: Inter;
     font-size: 20px;
     text-decoration: none;
 }

 .contact-icon {
     color: #023E74;
     width: 24px;
     height: 24px;
 }

 .btn-primary-promo {
     background-color: #023E74;
     color: #fff;
     text-decoration: none;
     padding: 15px 30px;
     border-radius: 10px;
     font-family: Inter;
     font-weight: 500;
     font-size: 18px;
     display: inline-flex;
     align-items: center;
     gap: 10px;
     transition: background-color 0.3s ease;
 }

 .btn-primary-promo:hover {
     background-color: #012a52;
 }

 /* Mobile responsive adjustments */
@media (max-width: 768px) {
    .contact-promo-title {
        font-size: 36px;
    }

    .contact-promo-text {
        font-size: 18px;
    }

    .contact-promo-highlight {
        font-size: 22px;
    }

    .contact-info-wrapper {
        flex-direction: column;
        gap: 20px;
        padding: 0 15px; /* left-right spacing */
    }

    .contact-info-item {
        justify-content: flex-start; /* icon left, text right */
        gap: 10px; /* icon aur text ke beech */
    }

    .contact-info-item a {
        font-size: 16px; /* mobile-friendly size */
        word-break: break-word; /* lambi email wrap ho jaye */
    }

    .contact-icon {
        flex-shrink: 0; /* icon shrink na ho */
    }
}

/* ///////////////////////////////////////////////////////////////////////////////////// */


.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: #023e74;
  color: #f1ebc9;
  padding: 40px 20px;
  gap: 30px;
}

.footer-cta,
.footer-links,
.footer-newsletter {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 300px;
  text-align: left;
}

.footer-cta h3,
.links-heading,
.newsletter-heading {
  font-family: "Urbanist", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0;
  color: #f1ebc9;
}

.cta-phone {
  font-family: "Urbanist", sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
  margin: 0;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icon {
  width: 36px;
  height: 36px;
  background-color: #191919;
  border-radius: 3px;
  /* Add specific icon background images here */
}

.services-column,
.quicklinks-column {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-column ul,
.quicklinks-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  text-decoration: none;
  color: #fff;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.email-input {
  padding: 15px;
  border-radius: 15px;
  border: none;
  background-color: #fff;
  color: #7a7a7a;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}

.subscribe-btn {
  padding: 15px;
  border-radius: 100px;
  border: none;
  background: linear-gradient(#f1ebc9, #f5eaad);
  color: #023e74;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  cursor: pointer;
}

.footer-copyright {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-copyright p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .site-footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 80px 100px;
  }
}
/* ///////////////////////////////////////////////////////////////////////////////////////// */





/* Map Section CSS */
.map-section {
  width: 100%;
  height: 400px; 
  margin-top: 10px;
  overflow: hidden; /* iframe ke overflow ke liye */
  border-radius: 10px; /* optional rounded corners */
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* optional shadow */
}

/* Make map responsive for smaller screens */
@media screen and (max-width: 768px) {
  .map-section {
    height: 300px; /* chhoti screen ke liye height kam karein */
  }
}



 /* /////////////////////////////////////////////////////////////////////////////////// */

 /* --- Footer Section --- */

 /* Base Styles */
 .footer-section {
     background-color: #023E74;
     color: #F1EBC9;
     padding: 4rem 1rem;
     font-family: 'Urbanist', sans-serif;
     position: relative;
 }

 .footer-container {
     max-width: 1280px;
     margin-left: auto;
     margin-right: auto;
 }

 .footer-grid {
     display: grid;
     grid-template-columns: 1fr;
     gap: 3rem;
     padding-bottom: 2.5rem;
     margin-bottom: 2rem;
     border-bottom: 1px solid #3B668D;
 }
 .created-by {
    position: absolute;
    right: 95px;       
    bottom: 20px;      
    color: #fff;       
    /* font-size: 0.875rem; */
    font-size: 0.500rem;;
    font-weight: 400;
    font-family: 'Urbanist', sans-serif;
    padding: 0 20px;
}


 /* For Logo, Phone and Socials */
 .logo-contact-section {
     display: flex;
     flex-direction: column;
     gap: 1.5rem;
 }

 .footer-logo {
     width: 200px;
     height: auto;
     display: block;
 }

 .contact-heading {
     font-family: 'Urbanist', sans-serif;
     font-size: 2rem;
     font-weight: 700;
     line-height: 1.2;
     margin-bottom: 0;
 }

 .phone-number {
     font-family: 'Urbanist', sans-serif;
     font-size: 2rem;
     font-weight: 700;
     color: white;
 }

 /* Headings for Services and Links */
 .section-heading {
     font-family: 'Urbanist', sans-serif;
     font-size: 1.5rem;
     font-weight: 700;
     margin-bottom: 1.5rem;
     color: white;
 }

 /* Social Links */
 .social-links {
     display: flex;
     gap: 1rem;
     margin-top: 1.5rem;
 }

 .social-link-icon {
     background-color: #191919;
     color: #F1EBC9;
     padding: 0.5rem;
     border-radius: 0.375rem;
     transition: transform 300ms ease;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .social-link-icon:hover {
     transform: scale(1.1);
 }

 .social-link-icon svg {
     fill: #F1EBC9;
 }

 /* Lists and Links */
 .services-list,
 .quick-links-list {
     list-style-type: none;
     padding: 0;
     margin: 0;
     display: flex;
     flex-direction: column;
     gap: 0.75rem;
 }

 .services-list a,
 .quick-links-list a {
     color: inherit;
     text-decoration: none;
     transition: color 200ms ease;
 }

 .services-list a:hover,
 .quick-links-list a:hover {
     color: white;
 }

 /* Newsletter Subscription */
 .newsletter-input {
     width: 100%;
     padding: 1rem;
     border-radius: 0.75rem;
     color: #4B5563;
     border: none;
     outline: none;
 }

 .subscribe-button {
     width: 100%;
     background-color: #F1EBC9;
     color: #023E74;
     font-family: 'Urbanist', sans-serif;
     font-weight: 600;
     padding: 1rem;
     border-radius: 9999px;
     transition: background-color 200ms ease;
     border: none;
     cursor: pointer;
 }

 .subscribe-button:hover {
     background-color: #F8E48D;
 }

 /* Copyright Section */
 .copyright {
     text-align: center;
     font-size: 0.875rem;
     color: white;
     margin-top: 2rem;
     padding-top: 2rem;
     border-top: 1px solid #3B668D;
 }

 /* Mobile Responsive adjustments */
 @media (min-width: 768px) {
     .footer-grid {
         grid-template-columns: repeat(2, 1fr);
         gap: 3rem;
     }
     .created-by {
        position: relative;
        text-align: center;
        margin-top: 10px;
        right: auto;
        bottom: auto;
    }
 }

 @media (min-width: 1024px) {
     .footer-grid {
         grid-template-columns: repeat(4, 1fr);
         gap: 2rem;
     }

     .copyright {
         grid-column: 1 / -1;
         /* This makes the copyright span all 4 columns */
     }
 }