.custom-services-btn {
  background-color: #28547f !important;
  color: white !important;
  border: none !important;
}

.custom-services-btn:hover {
  background-color: #003366 !important;
  color: white !important;
}

.navbar .btn:focus,
.navbar .btn:active,
.navbar .btn:focus-visible,
.navbar a:focus,
.navbar a:active,
.navbar a:focus-visible,
.navbar .dropdown-toggle:focus,
.navbar .dropdown-toggle:active,
.nav-link:focus,
.nav-link:active,
.nav-link:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.custom-dropdown-bg {
  background-color: #28547f !important;
  padding: 0 !important;
  border: none !important;
  margin-top: 0 !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.dropdown-header {
  padding: 0.5rem 1rem !important;
  margin: 0 !important;
  background-color: #28547f !important;
  color: white !important;
}

.dropdown-item {
  padding: 0.75rem 1rem !important;
  color: black !important;
  background-color: skyblue !important;
  border: none !important;
}

.dropdown-item:hover {
  background-color: #003366 !important;
  color: white !important;
}

.text-custom-blue {
  color: #336d87 !important;
}


.faq-toggle-btn {
  font-size: 1rem;
}

.card-title-fixed {
  height: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  color: #853d4e;
  
}


.thank-heading {
  font-size: 3rem !important;
  font-weight: bold;
  text-align: center;
  color: rgb(51, 109, 135);
  font-family: "Francois One", sans-serif;
  margin-bottom: 2rem;
}
.para {
  font-size: 1.5rem;
}

.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='black' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/*Blog page*/

.overlay-box {
  height: 50% !important;
  background-color: rgb(189, 158, 91);
  max-width: 35%;
  top: 0;
  bottom: 0;
  display: flex;
  text-align: center !important;
  flex-direction: column;
  justify-content: center !important;
  margin-left: 2rem;
}

.read-btn {
  width: 50% !important;
}


/* Hover dropdown on desktop */
@media (min-width: 992px) {
  .dropdown-hover:hover .dropdown-menu {
    display: block !important;
  }

  .faq-toggle-btn {
    font-size: 1.5rem;
  }
}
#google_translate_element {
  display: block !important;
  visibility: visible !important;
  position: relative !important;
  z-index: 9999;
  padding: 10px;
}
/* Mobile-specific styles */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #28547f;
    padding: 1rem;
    margin-top: 0.5rem;
    /* height: 200vh; */
  }

  .social-icons {
    display: none !important;
  }

  .navbar.bg-on-desktop {
    background-color: white !important;
  }
  .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    margin-top: 0 !important;
    display: none;
  }

  .dropdown-menu.show {
    display: block !important;
  }

  .dropdown-item {
    padding-left: 2rem !important;
  }

  .navbar-nav {
    width: 100%;
  }

  .nav-item {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .dropdown-toggle::after {
    float: right;
    margin-top: 0.5rem;
  }

  .overlay-box {
    max-width: 50%;
    margin-left: 5%;
    height: 70% !important;
    margin-top: 8% !important;
  }
  .read-btn {
    width: 100% !important;
  }
    #google_translate_element {
      display: block !important;
      float: left !important;
      padding: 10px 0 10px 10px !important;
      text-align: left !important;
      visibility: visible !important;
    }
  
  
    .navbar .d-flex {
      flex-direction: column-reverse;
      align-items: flex-start !important;
    }
}

@media (max-width: 768px) {
  .logo-img {
    height: 50px !important;
    width: 250px !important;
  }
  .thank-heading {
    font-size: 2rem !important;
    font-weight: bold;
    text-align: center;
    color: rgb(51, 109, 135);
    font-family: "Francois One", sans-serif;
    margin-bottom: 1rem;
  }

  .overlay-box {
    display: none !important;
  }
  .message-field {
    width: 100% !important;
  }

  .footer-logo{
    max-width: 100% !important;
  }
}

.dropdown-hover .dropdown-menu {
  top: 100%;
  right: 0;
  left: auto;
}
/* polkpage.css */
  .list-items {
      width: 80% !important;
    }

    @media(max-width : 768px) {
      .list-items {
        width: 100% !important;
      }
    }
 .polk{
      margin-top: 20px;
      font-family: 'Lalezar', cursive;
      color: rgb(133, 61, 78);
      font-size: 3.25rem;
      font-weight: 400;
    }
  @media(max-width : 768px) {
      .polk {
        font-size: 2.6rem;
      }
    }
.para1{
background-color: rgb(51, 109, 135);
font-size: 1.313rem !important;
font-weight: 800 !important;
}
.heading{
  color: rgb(51, 109, 135); 
  font-size: 3.25rem;
  font-weight: 400;
  font-family: 'Lalezar', cursive;
}
  @media(max-width : 768px) {
      .heading {
        font-size: 2.5rem;
        margin-top: 0% !important;
        margin-bottom: 0% !important;
      }
    }
.para2{
  font-size: 1.438rem;
  font-weight: 400;
}
.info-banner {
  margin: 0;
  padding: 2rem 1rem;
  background-color: rgb(189, 158, 91);
  color: white;
  font-size: 1.563rem !important;
  font-weight: 400;
  text-align: center;
  font-family: 'Lalezar', cursive;
}
.custom-box {
  border: 3px solid black;
}

.custom-paragraph {
  font-size: 1.438rem;
  font-weight: 400;
   /* font-family: 'Nunito', sans-serif; */
}

.custom-list {
  font-size: 1.438rem;
  list-style-position: inside;
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
}

.custom-link {
  text-decoration: underline;
  color: black;
}
.program-description {
  font-size: 1.313rem;
  font-weight: 400;
 
}
.full-width-offset {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  width: 100vw;
  margin-top: 4.7rem;
}

/* index.csspage */

.heading-arial {
  font-family:'Lalezar', cursive;
  font-weight: 400;
  color: rgb(133, 61, 78);
  font-size: 2.938rem; /* same as Bootstrap's fs-1 */
  display: inline-block;
  line-height: 1.1;
}
@media (max-width: 767.98px) {
  .heading-arial {
    margin-top: 0rem; /* ya jo bhi value sahi lage */
    font-size: 2.6rem;
  }
}

 .handsp{
   font-family: 'Nunito', sans-serif;
   font-size: 1.5rem;
   font-weight: 400;
 }
.btn1{
  background-color: rgb(189, 158, 91);
  font-family: 'Lalezar', cursive;
  font-size: 1.563;
  font-weight: 400;
  border: none;
  
}
.btn1:hover {
  background-color: rgb(189, 158, 91); /* same as normal to disable hover effect */
  border: none;
  color: white; /* Ensure text stays visible */
}
.btn-arrow-img {
  width: 2rem;
  height: 1.4rem;
  margin-bottom: 4px;
}

.hero-img {
  max-height: 62vh;
  width: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .hero-img {
    max-height: none;
    height: auto;
    padding-top: 0;
  }
}

.hands-section {
  background-color: #e2eaee;
}


.hands-quote {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 400;
   /* font-family: 'Nunito', sans-serif; */
}
@media (max-width: 768px) {
  .hands-quote {
  margin-top: 0% !important;
  }
}
.serve-heading {
  font-size: 2.313rem;
font-weight: 400;  
}
/* 3 card */
.custom-card {
  border: 2px solid black;
  border-radius: 0;
}

.custom-card-body {
  min-height: 400px;
  height: auto;
}

.card-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.custom-hr {
  width: 60px;
  height: 2.4px;
  background-color: black;
  opacity: 1;
  margin: 0 auto 1.5rem auto;
}

.custom-hr.mb-5 {
  margin-bottom: 3rem !important;
}
.custom-btn {
  background-color: #336d87;
  color: white;
  font-family: 'Lalezar', cursive;
}
.custom-btn:hover,
.custom-btn:focus,
.custom-btn:active {
  background-color: #336d87;
  color: white;
  box-shadow: none;
  outline: none;
}
.icon-wrapper {
  width: 60px;
  height: 60px;
  position: relative;
}

.icon-pin {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 40px;
  object-fit: contain;
}

.icon-search {
  position: relative;
  width: 40px;
  height: 30px;
  object-fit: contain;
  margin-top: 20px;
  margin-left: 10px;
}
.card-title-fixed {
  font-family: 'Lalezar', cursive;
  font-size: 2.313rem;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  /* Reduce heading & icon spacing */
  .custom-card-body h3 {
     font-size: 1.6rem !important;
    margin-bottom: 0.3rem !important;
  }

  .card-icon,
  .icon-wrapper {
    margin-top: 0.3rem !important;
    margin-bottom: 0.6rem !important;
  }

  /* Reduce overall padding inside cards */
   .custom-card {
    padding: 0rem 1rem !important; /* top/bottom 0.5rem, left/right 1rem */
  }

  .custom-card-body {
    padding: 0.5rem 0.5rem !important; /* slight inside spacing */
  }
}

.thank-section {
  background-color: white;
}

.thank-heading1 {
  margin-top: 3rem;
  font-size: 3.313rem !important;
  text-align: center;
  color: rgb(51, 109, 135);
  font-family: 'Lalezar', cursive;
  margin-bottom: 2rem;
  font-weight: 400;
}
 .heading12{
  font-size: 1.688;
  font-weight: 800;
 }
@media (max-width: 767.98px) {
  .thank-heading1 {
    font-size: 3rem !important;
    margin-top: 0 !important; /* removes top margin on mobile */
  }
}
.funder-box {
  background-color: #bd9e5b;
  color: white;
  text-align: center;
  padding: 10px 30px;
  width: 20%;
  min-width: 250px;
  height: auto;
  min-height: 497px;
  margin: 0 auto 1.5rem auto;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .funder-box {
    width: 100% !important;       
    min-width: auto !important;  
    min-height: auto !important;  
    padding-top: 2rem !important; 
    padding-bottom: 1.5rem !important; 
  }
}
.para12{
  font-size: 1.5rem;
  font-weight: 400;
}
.custom-container {
  background-color: white;
  padding-bottom: 3rem;
}
.success-title {
  font-size: 3.313rem;
  font-weight: 400;
  color: #2e6f86;
 font-family: 'Lalezar', cursive;
 margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .success-title {
    font-size: 2.9rem !important;  /* Mobile pe font size thoda bada */
    margin-top: 0rem !important; /* Mobile pe margin top kam karo */
    margin-bottom: 0rem !important; /* Mobile pe margin bottom kam karo */
  }
}
/* Carousel inner */
#fundersSlider .carousel-inner {
  height: auto;
}

/* Each slide */
#fundersSlider .carousel-item {
  height: 100%;
}

/* Slide content container */
#fundersSlider .slide-content {
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  display: flex;
}

/* Quote icon styles */
#fundersSlider .quote-icon img {
  width: 85px;
  height: 85px;
}

/* Padding for quote icon in first slide */
#fundersSlider .first-slide-icon {
  padding-left: 5rem;
}

/* Padding for quote icon in second and third slides */
#fundersSlider .second-third-slide-icon {
  padding-left: 10rem;
}

/* Slide text styling */
#fundersSlider .slide-text {
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: black;
  margin-bottom: 0;
  text-align: center;
}



/* Next button image */
#fundersSlider .carousel-control-next img {
  width: 2rem;
}
/* fqa */


/* You can optionally add this class if you want to be explicit */
.bg-custom {
  background-color: rgb(133, 61, 78);
}

/* service page  */

.hands-heading {
  font-size: 3.25rem !important;
  font-weight: 400;
  color: #95555F;
  font-family: 'Lalezar', cursive;
}
  @media (max-width: 767px) {
      .hands-heading {
        font-size: 2.6rem;
        margin-top: 3% !important;
        margin-bottom: 3% !important;
        padding-top: 0% !important;
      }
    }

.section-subtitle {
  font-size: 3.25rem;
  font-weight: 400;
  font-style: italic;
  /* Overriding if Bootstrap interferes */
}

.service-box {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  font-family: 'Lalezar', cursive;
}

.service-inner-box {
  height: 50%;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-title {
  font-size: 1.75rem;
  line-height: 1.2;
}

/* Background color helpers */
.bg-gold {
  background-color: #BD9E5B;
}

.bg-blue {
  background-color: #336D87;
}

.bg-maroon {
  background-color: #853D4E;
}

.bg-rose {
  background-color: #A89094;
}
/* contact.page */
/* Headings */
 
    @media (max-width: 767px) {
      .message-field {
        width: 100% !important;
      }
    }

    @media (min-width: 768px) {
      .message-field {
        width: 170% !important;
      }
    }
  
.contact-heading {
  font-size: 3.25rem;
  font-weight: 400;
  color: #95555F;
  font-family: 'Lalezar', cursive;
}
  @media (max-width: 767.98px) {
    .contact-heading {
      font-size: 2.6rem; /* increase font size on mobile */
      margin-top: 0% !important;
    }
  }

.resources-heading {
  font-size: 3.25rem;
  font-weight: 400;
  color: #853D4E;
  font-family: 'Lalezar', cursive;
}

.form-label{
  font-size: 1.313rem !important;
  font-weight: 400;
}
.resource-item {
  font-size: 1.813rem;
  font-weight: 800 !important;
  color: #357597;
  /* font-family: 'Arial Black', sans-serif; */
}

/* Paragraph */
.contact-subtext {
  font-size: 1.313rem;
  font-weight: 400;
  margin-bottom: 40px;
}

/* Form container */
.contact-form-box {
  max-width: 850px;
}

/* Inputs */
.input-field {
  height: 38px;
}

/* Textarea */
.message-field {
  height: 100px;
}

/* Info box */
/* .info-box {
  height: 220px;
  background-color: #BD9E5B;
  color: white;
  font-size: 1.563rem;
  font-weight: 800;
  font-style: italic;
  text-align: center;
  
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0.5rem;
  margin: 0;

  
}

.info-box p {
  margin: 0;
  line-height: 1.3;
}

.underline {
  text-decoration: underline;
} */
.info-box {
  height: 220px;
  background-color: #BD9E5B;
  color: white;
  font-size: 1.563rem;
  font-weight: 800;
  font-style: italic;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;
  margin: 0;


}

.info-box p {
  margin: 0;
  line-height: 27px; 
}

.underline {
  text-decoration: underline;
}

/* blog.page */

  .main-content {
    margin-top: 0;
  }

  /* Mobile view only (under 768px) */
  @media (max-width: 767.98px) {
    .main-content {
      margin-top: 10px; /* or whatever margin you want */
    }
  }
.blog-title {
    font-size: 2.5em;
    color: rgb(133, 61, 78);
    font-family: 'Lalezar', cursive;
  }
  @media (max-width: 767.98px) {
    .blog-title {
      margin-top: 0% !important; /* or whatever margin you want */
    }
  }
  .blog-subtitle {
    font-size: 1em;
    font-weight: 400;
  }

  .blog-image {
    height: auto;
    width: 100%;
    display: block;
  }

  .blog-overlay {
    margin-top: 18%;
    margin-bottom: 4%;
  }

  .overlay-title {
    font-size: 2rem;
    font-family: 'Lalezar', cursive;
  }

  .read-more-btn {
    font-size: 1rem;
  }

  .mobile-box {
    background-color: rgb(189, 158, 91);
  }

  .more-stories-title {
    font-size: 2.5em;
    color: rgb(51, 109, 135);
    font-family: 'Lalezar', cursive;
  }
  @media (max-width: 767.98px) {
    .more-stories-title {
      margin-top: 0% !important;
      margin-bottom: 0% !important; /* or whatever margin you want */
    }
      section.py-5 {
    padding-top: 2rem !important; /* ya jitni zarurat ho */
    padding-bottom: 2rem !important;
  }
  }
  .blog-thumbnail {
    max-width: 400px;
    height: 300px;
  }

  .read-btn {
    font-size: 1rem;
    background-color: rgb(189, 158, 91);
  }

  /* Remove hover effects */
  .read-btn:hover,
  .read-btn:focus,
  .read-btn:active {
    background-color: rgb(189, 158, 91) !important;
    color: white !important;
    text-decoration: none;
    box-shadow: none;
    outline: none;
  }
/* about.page */
.housing-title {
  color: #7a2d35;
  margin-bottom: 10px;
  font-family: 'Lalezar', cursive;
  font-size: 2.938rem !important;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .housing-title {
    font-size: 2.5rem !important; /* slightly larger on mobile */
  }

  .housing-subtitle {
    font-size: 1.4rem !important;
    margin-bottom: 0px !important;
  }
}

.housing-subtitle {
  margin-bottom: 40px;
  font-size: 1.313 !important;
  font-weight: 400 !important;
}
.mission-box {
  background: #bd9e5b;
  min-height: 70vh;
 
}

.history-box {
  background: #853d4e;
  min-height: 70vh;

}

.mission-title,
.history-title {
  font-size: 2.938rem !important;
  font-weight: 400;
  font-family: 'Lalezar', cursive;
}
.para244{
  font-size: 1.75rem !important;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .reduced-height-mobile {
    min-height: auto !important;
    padding: 2rem 1.5rem !important; /* Reduce vertical spacing */
  }
}
.image-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cover-img {
  object-fit: cover;
  height: 100%;
  max-height: 70vh;
}
.bg-light-green {
  background-color: #edf2ef;
}

.section-title {
  color: #853d4e;
  font-family: 'Lalezar', cursive;
  font-size: 3.313rem;
  font-weight: 400 !important;
}
.lorem{
  font-size: 1.563rem !important;
  font-weight: 400 !important;
  font-family: 'Lalezar', cursive;
}
.custom-btn {
  background-color: #336d87;
  border: none;
  color: white;
  font-size:1.25rem !important; /* fs-5 */
  border-radius: 50rem; /* rounded-pill */
  padding: 0.5rem 1rem;
  font-weight: 400 !important;
}
/* slider */
/* Section Background & Padding */
.success-stories-section {
  background-color: white;
  padding-bottom: 3rem;
}

/* Section Heading */
.success-title {
  font-size: 3.313rem !important;
  font-weight: 400;
  color: #2e6f86;
  font-family: 'Lalezar', cursive;
}

/* Carousel Inner Wrapper */
.carousel-custom-inner {
  height: auto;
}

/* Each Carousel Slide */
.carousel-custom-item {
  height: 100%;
}

/* Quote Icon Container */
.quote-icon {
  padding-left: 10rem;
}

.quote-icon-md {
  padding-left: 5rem;
}

/* Quote Image Size */
.quote-img {
  width: 85px;
  height: 85px;
  font-weight: 400;
  font-size: 0.625rem !important;
}

/* Testimonial Text */
.success-quote {
  font-size: 1.563rem;
  font-weight: 400;
  line-height: 2.6rem;
  color: black;
}

/* Optional font helper */

.font-lalezar {
  font-family: 'Lalezar', cursive;
  font-size: 1.563rem;
  font-weight: 400;
}

/* Carousel Nav Button Icon */
.carousel-nav-img {
  width: 2rem;
  font-size: 0.625rem !important;
  font-weight: 400;
}
/* Section Background and Height */
.funders-section {
  min-height: 70vh;
  background-color: #bd9e5b;
}
@media (max-width: 767px) {
  .funders-section {
    min-height: auto !important;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .funders-section p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .funders-section .fs-2 {
    line-height: 1.4 !important; /* optional: adjust line spacing */
  }
}
/* Font styling */
.font-lalezar1 {
  font-size: 2.063rem;
  font-weight: 400;
  font-family: 'Lalezar', cursive;
}

/* Image Widths */
.funder-img-lg {
  width: 300px;
  max-width: 100%;
  font-size: 0.625rem !important;
  font-weight: 400;
}

.funder-img-sm {
  width: 170px;
  max-width: 100%;
  font-size: 0.625rem !important;
  font-weight: 400;
}
/* home.page slider */
.custom-font1{
  font-family:'Lalezar', cursive;
  font-size: 1.563 !important;
  font-weight: 400 !important;
 line-height: 2.6rem !important;
}

/* all navbar lines */
 /* Default: No underline on mobile/tablet */
.navbar-nav .nav-link::after {
  content: "";
  display: none; /* Mobile par hide kar diya */
}

/* Desktop only underline */
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    position: relative;
    padding-bottom: 6px;
    transition: color 0.2s ease;
  }

  .navbar-nav .nav-link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 3px;
    background-color: #ffffff;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
  }

  .navbar-nav .nav-link:hover::after,
  .navbar-nav .nav-link.active::after {
    transform: scaleX(1);
  }
}



/* header and navbar */
  /* Header Logo */
    .header-logo {
      height: 85px;
      width: 500px;
    }

    /* Stay in Touch text */
    .stay-in-touch {
      font-size: 1rem;
      color: #28547f !important;
      padding-right: 1rem;
    }

    /* Navbar Background */
    .custom-navbar-bg {
      background-color: #28547f !important;
    }

    /* Highlighted Dropdown Item */
    .dropdown-highlight {
      background-color: #28547f !important;
      color: #ffffff !important;
    }

    /* Optional: Adjust dropdown alignment */
    .dropdown-left {
      left: 10% !important;
    }


  /* index.csss  */
  /* Accordion styles ONLY for the FAQ page */
.faq-section {
  background-color: rgb(133, 61, 78);
}

#faqPage .accordion-button::after {
  filter: brightness(0) invert(1); /* white icon */
  margin-left: 0.5rem !important;
  font-size: 1.438rem !important;
  font-weight: 700 !important;
  margin-right: 0 !important;
  position: relative !important;
  right: auto !important;
}

#faqPage .accordion-button {
  box-shadow: none !important;
  border: none !important;
  color: white !important;
}

#faqPage .accordion-button.collapsed {
  color: white !important;
}

#faqPage .accordion-button:not(.collapsed) {
  background-color: rgb(133, 61, 78) !important;
  color: white !important;
  box-shadow: none !important;
  border: none !important;
}

/* Updated FAQ accordion button styles */
.faq-section .accordion-button {
       /* Allow wrapping text */
  align-items:  first baseline;     /* Correct baseline alignment */
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  white-space: normal;       /* Allow multiline wrap */
}

/* Optional: make sure child elements can shrink properly */
.faq-section .accordion-button > * {
  flex: 1 1 auto;
  min-width: 0;
}

/* Optional media query for mobile if needed */
@media (max-width: 768px) {
  .faq-section .accordion-button {
    align-items:first center;        /* Force wrapping on smaller screens */
  }
}

/* about page 2 */
/* === FAQ PAGE ONLY STYLES === */
.unique-faq-section {
  background-color: #ffffff;
}
.faq-heading{
  font-size: 3.313rem !important;
  font-weight: 400 !important;
  line-height: 36px !important;
  font-family: 'Lalezar', cursive ;
}
.unique-faq-heading {
  color: #336d87;
  font-size: 3.313rem !important;
  font-weight: 400;
  font-family: 'Lalezar', cursive;
}

.unique-faq-accordion {
  background-color: #ffffff;
  color: #336d87;
}

.unique-faq-btn {
  font-size: 1.438rem !important;
  color: #336d87 !important;
  box-shadow: none !important;
  border: none !important;
  background-color: transparent !important;
  position: relative;
  padding-right: 1.2rem;
  font-weight: 700 !important;
}

.unique-faq-btn:not(.collapsed)::after {
  transform: translateY(-50%) rotate(180deg);
}

.unique-faq-body {
  color: #336d87;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23336D87' viewBox='0 0 16 16'%3E%3Cpath d='M2 5l6 6 6-6' stroke='%23336D87' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}
.accordion-button {
  align-items: first baseline;
  padding-top: 1rem;       
  padding-bottom: 1rem;
  text-align: left;
  white-space: normal;    
}
@media (max-width: 768px) {
  .accordion-button {
    align-items:first center;        /* Force wrapping on smaller screens */
  }
}
/* Arrow icon styling */


.accordion-collapse {
  font-size: 1.3rem;
}

.accordion-button::after {
  margin-left: 0.5rem !important;
  margin-right: 0 !important;
  position: relative !important;
  right: auto !important;
}

/* ✅ Mobile Responsive Styles */
@media (max-width: 767.98px) {
  .unique-faq-heading {
    font-size: 2.9rem;
  }

  .accordion-header {
    font-size: 2rem;
  }

  .unique-faq-body {
    font-size: 1.2rem;
  }

  .unique-faq-btn {
    font-size: 1.2rem !important; /* Increased from 1rem to 1.5rem */
    padding-right: 1rem;
  }

  .unique-faq-btn::after {
    right: 0.3rem;
  }
}
/* footer */
  .para {
      font-size: 1rem;
      font-weight: 400;
    }

    .contain-box {
      background-color:#28547f !important ;
    }
.headingfooter{
  font-size: 1.188rem !important;
  font-weight: 700;
}
.heading22{
  font-size: 1.688rem !important;
  font-weight: 700;
}
.text-decoration-none{
  font-size: 1.063rem !important;
  font-weight: 400;
}