/* Font setup */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
}
[data-opacity="5"]:before {
    opacity: 0 !important;
}

/* Headings */
h1 {
  font-size: 72px;
  font-weight: 600 !important;
  line-height: 78px !important;
}

h2 {
  font-size: 40px;
  font-weight: 600 !important;
  line-height: 1.10 !important;
}

h3 {
  font-size: 24px;
  font-weight: 600 !important;
  line-height: 28px !important;
}

h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

/* Paragraph */
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5 !important;
  color: #000;
  text-align: justify
}

/* Buttons */
.btn-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

/* Georgia Font */
.font-georgia {
  font-family: Georgia, serif;
}

/* Responsive (Mobile) */
@media (max-width: 768px) {

  .cta-card {
    padding: 0px 0px 0px;
    flex-direction: column;
    height: 100%;
  }

  .cta-card .box-title {
    font-size: 24px;
    margin-top: 15px;
  }

  h1 {
    font-size: 36px !important;
    line-height: 40px !important;
  }

  h2 {
    font-size: 28px !important;
    line-height: 32px !important;
  }

  h3 {
    font-size: 24px !important;
    line-height: 28px !important;
  }

  h4 {
    font-size: 20px;
    line-height: 22px;
  }

  h5 {
    font-size: 18px;
    line-height: 22px;
  }

  p {
    font-size: 18px;
    line-height: 22px;
  }
}



/* button */




/* Header */
.header {
  background: #17458F;
  /* blue background */
  color: #fff;
  padding: 10px 0px;
  /* height: 80px; */
}

.th-hero-wrapper-55 {
  height: calc(100vh - 80px);
}

.pra-title {
  color: #FFFFFF;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 22px;
  text-align: center;

}

.header .container-custom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container-custom {
  margin: 0 60px;
}

.sec-title-test {

  font-weight: 600;
  font-size: 40px;
  line-height: 1.5 !important;
  text-align: left !important;
  margin-bottom: 12px;

}

.box-text-test {
  text-align: left !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;


}

.president-title-1 {
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;


}

.president-title {
  text-align: left;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 1.10;


}

.sec-title-test-samll {

  font-weight: 600 !important;
  font-size: 20px;
  line-height: 1.10 !important;
  text-align: left;
  margin-bottom: 6px;


}

.testi-card-small {
  padding: 12px 12px 12px 120px;
  height: 155px;

}



.president-title-small {

  font-weight: 400;
  font-size: 18px;
  line-height: 22px;


}


.str-profile-info h4 {
  font-size: 20px;
  line-height: 1.10;
  font-weight: 500;
  text-align: left;
  margin-bottom: 6px !important;

}

.str-profile-info p {
  font-size: 14px;
  line-height: 1.10;
  font-weight: 400;
  text-align: left;
}

.str-profile-card {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #0000001F;
  box-shadow: 4px 4px 4px 0px #0000001A;
  gap: 20px;
  height: 130px;
  padding: 0px 10px 0px 0;
  overflow: hidden;
}

.str-profile-img {
  height: 100%;
  width: 120px;
  /* fixed width for consistency */
  flex-shrink: 0;
  /* don’t allow shrinking */
}

.str-profile-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* ✅ shows full image (no cropping) */
  border-radius: 20px 0 0 20px;
  background: #fff;
  /* avoid empty space color issues */
}

.info-card a img,
.foot a img {
  height: 23px;
}

.th-widget-about {
  max-width: 315px;
  margin-top: -14px;
}


/* Logo */
.logo {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}

.logo img {
  height: 50px;
  /* margin-right: 8px; */
}

/* Nav Menu */
.nav {
  display: flex;
  align-items: center;
  transition: transform 0.4s ease-in-out;
}

.nav ul {
  display: flex;
  list-style: none;
  margin-right: 20px;
  margin-bottom: 0;
}

.nav ul li {
  margin: 0 12px;
}

.nav ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;

  transition: 0.3s;
}

.nav ul li a:hover,
.nav ul li a.active {
  font-weight: 700;
}

/* Buttons */
.nav-buttons .btn-outline,
.nav-buttons .btn-outline-white,
.nav-buttons .btn-fill,
.nav-buttons .btn-fill-orange {

  padding: 10px 30px 10px;
  border-radius: 50px;
  font-size: 18px;
  line-height: 18px !important;
  font-weight: 700;
  margin-left: 8px;
  text-decoration: none;
  transition: 0.3s;
  text-transform: uppercase;
}

.nav-buttons .btn-fill-orange {
  margin-left: 0px !important;
}

.btn-outline {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

.counter {
  margin-top: 50px;
}

.n-title {
  font-size: 20px !important;
  line-height: 1.5;
  font-weight: 400;

}

.sub-title-1 {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #F7A81B;
  display: block;
  padding-bottom: 30px;

}

.service-card .box-content {
  background-color: var(--white-color);
  padding: 10px 24px 40px;
  border-radius: 32px;
  box-shadow: 3px 4px 4px 0px #00000026;
  height: 230px;
  border: 1px solid #0000001F;
}

.box-title {
  text-align: start;
  padding: 0 24px;
}

.box-text-1 {
  text-align: justify;
  padding: 0 24px;
}

.mt-57 {
  padding: 80px 0 60px !important;
}

.mt-55 {
  margin: 0px 0 60px !important;
}

.btn-outline:hover {
  color: #F7A81B;
  border: 2px solid #F7A81B;
  background: transparent;
}

.btn-outline-white {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

.btn-outline-white:hover {
  color: #17458F;
  border: 2px solid #17458F;
  background: transparent;
}

.btn-fill {
  border: 2px solid #fff;
  background: #fff;
  color: #17458F;
}

.btn-fill:hover {
  background: #F7A81B;
  color: #fff;
  border: 2px solid #F7A81B;
}

.btn-fill-orange {
  border: 2px solid #F7A81B;
  background: #F7A81B;
  color: #fff;
}

.btn-fill-orange:hover {
  background: #17458F;
  color: #fff;
  border: 2px solid #17458F;
}

.box-title-blg {


  text-align: left !important;

}

.box-title-blg a {

  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 12px;


}

.mr-blg {
  margin-bottom: 30px;
  text-align: left !important;
}

/* Mobile */
.menu-toggle {
  display: none;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}

.swiper-pagination-bullet {
  background: #E6AD0038 !important;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #F7A81B !important;
  opacity: 1;

}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  border-color: #17458F;
}

.timeline-year {
  color: #17458F;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin: 12px 0;

}
.social-icon-new a img{
height: 23px;
    margin-right: 5px;
}
.timeline-text {

  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;

}

.swiper-slide {
  text-align: center;
}




.month-glance-section {
  padding: 40px 20px;
}

.month-glance-title {
  color: #f47c20;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
}

.month-glance-heading {
  color: #004b9a;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}

.main-img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.side-img {
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.widget-area {
  padding-top: 40px;
  padding-bottom: 40px;
}

.side-text {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  color: #000;
  margin-top: 8px;
}

.divider-line {
  border-top: 2px solid #f47c20;
  width: 100%;
  margin: 15px 0;
}

.about-text,
.foot a {
  color: #fff;
  font-size: 16px !important;
  line-height: 1.5;
}

.copyright-text {
  color: #fff !important;
}

.copyright-text a {
  color: #fff !important;
}

.menu li a {
  padding-left: 4px;
}









.menu-all-pages-container ul li a {
  color: #fff !important;
}

.menu-all-pages-container ul li a:hover {
  color: #F7A81B !important;
}

.menu li a svg {
  height: 16px;
}


.img-box1 .img1 img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-card .box-content .sub-title-1 {
  color: #F7A81B !important;
}

.service-card:hover .box-content .sub-title-1 {
  color: #17458F !important;
}

.service-card .box-icon .counter {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #F7A81B;
}

.service-card .box-title a {
  font-size: 20px;
  font-weight: 600;
  color: var(--title-color);
  line-height: 9px !important;
}

.service-card .box-title {
  margin-bottom: 12px;
  text-align: center;
  line-height: 1.0 !important;
}

.foot {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 0;
}


.foot a img {
  margin: 0 5px 0 0;
}

.th-widget-about .about-logo img {
  height: 50px !important;
}

.th-widget-about .about-logo {
  margin-bottom: 17px;
}

.padd-ffoter {
  padding: 10px 0;
}

.footer-widget.widget_nav_menu a {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  padding: 0 0 0 0px;
  margin-bottom: 14px;
  font-family: var(--body-font);
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: transparent;
  border: none;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer-wrapper .widget-area {

  padding-bottom: 16px;
}


@media (max-width: 767px) {
  .month-glance-heading {
    font-size: 24px;
  }

  .month-glance-section {
    padding: 20px 10px;
  }
}


.partner-section {
  padding: 60px 20px;
}

.partner-img {
  border-radius: 15px;
  width: 100%;
  height: auto;
}

.partner-subtitle {

  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #FF7600;
  margin-bottom: 12px;

}

.mt-10 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.mt-40 {
  margin-top: 40px;

}

.mt-65 {
  margin-top: 15px;
  margin-bottom: 60px;
}

.partner-title {
  color: #17458F;
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 12px;
}

.borderr-1 {
  margin-top: 0px;
  margin-bottom: 50px;

}

.pt-60 {
  padding: 60px 0 30px;
  margin-bottom: 20px;
}

.borderr {

  border-bottom: 2px solid #F7A81B;
  border-top: 2px solid #F7A81B;
}

.partner-text {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: justify;
}

.partner-form .form-control,
.partner-form .form-select {
  border-radius: 8px;
  height: 50px;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #BDBDBDC7;
}

.partner-form .btn-send {
    background-color: #004b9a;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px 60px;
    margin-top: 10px;
}

.partner-form .btn-send:hover {
  background-color: #F7A81B;
}

.close-btn {
  display: none;
}







.section-title {
  text-align: center;
  margin-top: 40px;
}

.section-title small {
  color: #f77f00;
  font-weight: 500;
}

.section-title h2 {
  font-weight: 700;
  color: #003566;
  margin-top: 5px;
}

.leader-card {
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  background-color: #17458f;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-items: center;
  margin-top: 40px;
}

.leader-card img {
  object-fit: cover;
  width: 101%;
  height: 101%;
  margin: -1px 2px 0px 2px;
}



.leader-image {
  flex: 1 1 298px;
  background-color: #fff;
  margin: 0 0 0 -19px;
  border: 1px solid #fff;

}

.leader-content {
  flex: 1 1 400px;
  padding: 30px;
}

.leader-content h3 {
  font-weight: 700;
}

.leader-content h5 {
  font-weight: 500;
  color: #fff;
  opacity: 0.9;
  margin-bottom: 15px;
}

.leader-content p {
  font-size: 15px;
  line-height: 1.6;
}

/* .blog-card{
  height: 600px !important;
} */







 .info-section {
      position: relative;
      padding: 80px 0;
    }
   .info-card {
      background: #fff;
      border-radius: 15px;
      border: 1px solid #3333336c;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      padding: 30px 20px;
      position: relative;
      text-align: center;
      transition: all 0.3s ease;
      z-index: 1;
      margin: 0 20px;
      display: block;
    }
    .info-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    }
    .info-card .icon {
      font-size: 35px;
      margin-bottom: 15px;
    }
    .text-warning i{
      color: #000;
    }
    .info-card h4 {
      font-weight: 700;
      margin-bottom: 10px;
    }
    .info-card p {
      color: #555;
      font-size: 15px;
    }
    .info-card .bottom-bar {
        position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffa500;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    width: 60%;
    text-align: center;
    padding: 5px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .info-card.blue .bottom-bar {
      background: #007bff;
    }
    .card-container {
position: relative;
    /* height: 174px;
    width: 95%; */

}

/* Base state (normal) */
.info-card .box-ttle,
.info-card .text-warning i,
.info-card .box-tile,
.info-card .bullse i {
  transition: color 0.4s ease-in-out, transform 0.3s ease; 
}

/* Hover state */
.info-card:hover .box-ttle,
.info-card:hover .text-warning i {
  color: #F7A81B;
  transform: scale(1.1); 
}

.info-card:hover .box-tile,
.info-card:hover .bullse i {
  color: #17458f;
  transform: scale(1.1);
}



.orange {
  position: absolute;
bottom: -29px;
    left: 0;
    width: 100%;
    height: 49%;
    padding: 20%;        
  background-color: #F7A81B;
clip-path: polygon(44% 68%, 100% 41%, 100% 100%, 0 100%, 0 41%);



  border-radius: 0 0 30px 30px; 
}

    @media (max-width: 768px) {
      .info-section {
    position: relative;
    padding: 40px 0 0;
}
      .info-card {
        margin-bottom: 40px;
      }
      .info-section::before {
        width: 95%;
        height: 80%;
      }
    }









@media (max-width: 480px) {
  .footer-flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  @media (max-width: 768px) {
    .padd-ffoter {
      padding: 15px;
    }

    .hr-none {
      display: none;
    }

    .th-widget-contact .info-card:not(:first-child) {
      margin-top: 15px;
    }

    .footer-widget {
      margin-bottom: 0px;
      max-width: 100% !important;
    }

    .footer-widget .widget_title {
      margin-bottom: 20px;
      margin-top: 20px;
    }

    .foot-txt {
      margin-bottom: 5px !important;
    }

    .footer-widget.widget_nav_menu a {
      font-size: 15px;
    }

    .foot a {
      font-size: 16px;
    }

    .info-card {
      margin-bottom: 20px;
    }

    .about-text,
    .foot a {
      color: #fff;
      font-size: 15px !important;
      line-height: 1.5;
    }

    .copyright-text {
      font-size: 16px;
    }

    .th-widget-about .about-text {
      font-size: 16px;
    }

    .th-widget-contact {
      padding: 0px !important;
    }

    .leader-card {
      flex-direction: column;
    }

    .leader-content {
      padding: 10px 2px;
    }

    .sec-title-test {
      font-weight: 600;
      font-size: 34px;
      line-height: 1.5 !important;
      text-align: center !important;
      margin-bottom: 8px;
    }

    .president-title-1 {
      text-align: center;
      font-size: 20px;
      line-height: 24px;
    }

    .box-text-test {
      text-align: justify !important;
      font-weight: 400;
      font-size: 16px !important;
      line-height: 1.5 !important;
    }

    .sub-title {
      margin-bottom: 12px;
    }

    h3 {
      font-size: 20px !important;
      line-height: 24px !important;
    }

    .box-title-blg a {
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      color: #000000;
      margin-bottom: 12px;
      text-align: center;
    }

    .mr-blg {
      margin-bottom: 30px;
      text-align: justify !important;
    }

    p {
      font-size: 16px;

      line-height: 1.30 !important;

    }

    .p-22 {
      padding: 0;
    }

    .partner-subtitle {

      text-align: center;
    }

  }




  @media (max-width: 767px) {
    .box-text-1 {
      text-align: justify;
      padding: 0 0px;
    }

    .cta-card {
      box-shadow: none;
      border-radius: 10px;
      width: 100% !important;
    }

    .box-title {
      text-align: center;
      padding: 0 0px;
    }

    .nav-buttons {
      margin-top: 20px;
      /* display: flex
; */
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .container {
      padding: 0 15px;
    }

    .sub-title {
      justify-content: center;
    }

    .service-card .box-content {
      background-color: var(--white-color);
      padding: 10px 24px 10px;
      border-radius: 32px;
      box-shadow: 3px 4px 4px 0px #00000026;
      height: 100%;

    }

    .title-area .sec-title {
      margin-bottom: 12px;
      text-align: center;
    }

    .blog-card .blog-content {
      height: 350px !important;
    }

    .testi-card-small {
      padding: 12px 12px 12px 100px;
      height: 100%;

    }

    .testi-card-small {
      background-color: #fff;
    }

    .mt-20 {
      margin-top: 40px;
    }

        .borderr-1 {
            margin-top: 30px !important;
            margin-bottom: 30px;
            padding-bottom: 30px;
        }

    .container-custom {
      margin: 0 20px;
    }

    .logo img {
      height: 35px;

    }

    .pt-60 {
      padding: 30px 0 30px;
      margin-bottom: 20px;
    }

    .partner-title {
      font-size: 26px;
      line-height: 32px;
      text-align: center;
    }

    .mb-center {
      text-align: center;
    }
  }

  /* ✅ Center slides on small screens */
  @media (max-width: 767px) {
    #donationSlider1 .swiper-slide {
      display: flex;
      justify-content: center;
    }

    #donationSlider1 .timeline-card {
      width: 90%;
      /* Keeps some side padding */
      margin: 0 auto;
    }
  }



  /* Responsive */
  @media (max-width: 991px) {
    .th-widget-contact {
      padding: 0 !important;
    }
  }

  .close-btn {
    display: block;
    position: absolute;
    right: 27px;
    font-size: 37px;
  }

  .nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 260px;
    background: #0c3f87;
    flex-direction: column;
    justify-content: flex-start;
    padding: 40px 20px;
    transform: translateX(-100%);
    z-index: 1000;
  }

  .nav.active {
    transform: translateX(0);
  }

  .nav ul {
    flex-direction: column;
    margin: 0;
  }

  .nav ul li {
    margin: 10px 0;
  }

  .nav-buttons {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }

  .nav-buttons a {
    margin: 8px 0;
  }

  .menu-toggle {
    display: block;
  }
}



/* loader */
.bg-overlay {
    position: fixed;         
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  /* spinning loader */
  .loader {
    width: 60px;
    height: 60px;
    border: 6px solid #f3f3f3;      
    border-top: 6px solid #e2902f;   
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

