/* assets/css/custom.css */

/* Global Reset & Font Setup */
body {
  font-family: Outfit;
  background-color: #fff;
}


.topnav
{
flex-shrink: 0;
background: #FFF;
box-shadow: 0 6px 6.4px -2px rgba(120, 120, 120, 0.25);
border-bottom: none !important;
}
/* Apply fixed height only on desktop */
@media (min-width: 992px) {
  .topnav {
    height: 84px;
  }
}
.nav-link
{
color: #00205B;
font-family: Outfit;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 27.5px; /* 152.778% */
letter-spacing: 0.25px;
}
.active
{
font-weight: 600;
}
.nav-link:hover {
	color: #D69A2D;
}
.topnav .nav-item {
  margin-left: 32px; /* adjust as per your Figma spacing */
}

.banner {
  min-height: 130vh; /* taller banner */
  display: flex;
  align-items: flex-start; /* start content at top */
  justify-content: center;
  text-align: center;
  padding-top: 120px; /* spacing from top */

}

.banner-content {
  width: 80%;
  max-width: 1140px; /* optional safeguard */
  margin: 0 auto;
}


.banner-title {
color: #00205B;
text-align: center;
font-family: Avenir;
font-size: 86px;
font-style: normal;
font-weight: 800;
line-height: 92px; /* 106.977% */
}

.banner-text {
	padding-top: 30px;
color: #00205B;
text-align: center;
font-family: Outfit;
font-size: 30px;
font-style: normal;
font-weight: 300;
line-height: 37px; /* 123.333% */
letter-spacing: 0.3px;
}

.scroll-down img {
	padding-top:50px;
  width: 36px;
  height: auto;
  transition: transform 0.3s ease;
}

.scroll-down:hover img {
  transform: translateY(5px);
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .banner {
    min-height: 70vh;
    padding-top: 80px;
  }

  .banner-title {
    font-size: 36px;
    line-height: 46px;
  }

  .banner-text {
    font-size: 18px;
    line-height: 28px;
  }
}

.mission-section {
  padding: 100px 0;
  background-color: #fff;
}

.mission-label {
color: #D69A2D;
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 49px; /* 306.25% */
letter-spacing: 2.08px;
text-transform: capitalize;
}

.mission-heading {
color: #00205B;
text-align: center;
font-family: Outfit;
font-size: 56px;
font-style: normal;
font-weight: 400;
line-height: 62px; /* 110.714% */
letter-spacing: 0.56px;
}
.mission-section-container {
	width: 70%;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .mission-section {
    padding: 60px 0;
  }

  .mission-heading {
    font-size: 32px;
  }
}

.approach-section {
  background-color: #fff;
  overflow: hidden;
}

.approach-text {
  padding: 100px 40px 100px 0;
}

.approach-label {
color: #D69A2D;
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 49px; /* 306.25% */
letter-spacing: 2.4px;
text-transform: capitalize;
}

.approach-heading {
color: #00205B;
font-family: Outfit;
font-size: 46px;
font-style: normal;
font-weight: 400;
line-height: 54px; /* 117.391% */
letter-spacing: 0.46px;
}

.approach-text p {
color: #6A6A6A;
font-family: Outfit;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: 28px; /* 140% */color: #6A6A6A;
font-family: Outfit;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: 28px; /* 140% */
}

.approach-btn {
border-radius: 34px;
background: #00205B;
display: flex;
width: 158px;
height: 52px;
padding: 16px 28px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
}

.approach-btn:hover {
  background-color: #D69A2D;
}

/* Image overflow beyond container */
.approach-image-wrapper {
  position: relative;
  right: -120px; /* pushes image slightly outside container */
}

.approach-image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}

/* Responsive */
@media (max-width: 991.98px) {
  .approach-text {
    padding: 60px 0;
    text-align: center;
  }

  .approach-image-wrapper {
    right: 0;
    margin-top: 40px;
  }

  .approach-heading {
    font-size: 32px;
  }

  .approach-text p {
    font-size: 16px;
  }
}

/* ===========================
   Our Founder Section
=========================== */

.founder-section {
  background-color: #F7F7F7;
  overflow: hidden;
  padding-bottom: 0 !important;
}

.founder-text {
  padding: 100px 0 100px 40px;
}

.founder-label {
color: #D69A2D;
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 49px; /* 306.25% */
letter-spacing: 2.4px;
text-transform: capitalize;
}

.founder-heading {
color: #00205B;
font-family: Outfit;
font-size: 46px;
font-style: normal;
font-weight: 400;
line-height: 54px; /* 117.391% */
letter-spacing: 0.46px;
}

.founder-text p {
color: #6A6A6A;
font-family: Outfit;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: 28px; /* 140% */
}

.founder-btn {
  background-color: #00205B;
  border: none;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 32px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.founder-btn:hover {
  background-color: #001843;
}

/* Image overflow beyond container */

  .founder-image-wrapper {
    left: 0;
	object-position: bottom;
  }
.founder-image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}

/* Responsive */
@media (max-width: 991.98px) {
  .founder-text {
    padding: 60px 0;
    text-align: center;
  }

  .founder-image-wrapper {
    left: 0;
    margin-top: 40px;
  }

  .founder-heading {
    font-size: 32px;
  }

  .founder-text p {
    font-size: 16px;
  }
}
/* ===========================
   Our Relationships Section
=========================== */

.relationships-section {
  background-color: #FFF;
  padding: 100px 0;
}

.relationships-label {
color: #D69A2D;
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 49px; /* 306.25% */
letter-spacing: 2.4px;
text-transform: capitalize;
}

.relationships-heading {
color: #00205B;
font-family: Outfit;
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 54px; /* 112.5% */
letter-spacing: 0.48px;
}

.relationships-logos {
  gap: 50px;
  margin-bottom: 60px;
}

.relationship-logo {
  height: 50px;
  width: auto;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.relationship-logo:hover {
  opacity: 1;
}

.relationships-btn {
border-radius: 34px;
background: #00205B;
display: flex;
width: 213px;
height: 52px;
padding: 16px 28px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
color: #FFF;
text-align: center;
font-family: Avenir;
font-size: 19.2px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 125% */
}

.relationships-btn:hover {
  background-color: #D69A2D;
}

.relationships-btn-wrapper {
  text-align: left;
}

/* Responsive */
@media (max-width: 767.98px) {
  .relationships-heading {
    font-size: 32px;
  }

  .relationships-logos {
    gap: 30px;
  }

  .relationship-logo {
    height: 40px;
  }

  .relationships-btn-wrapper {
    text-align: center;
  }
}

/* ===========================
   Our Impact Section
=========================== */

.impact-section {
  background-color: #00205B;
  color: #FFF;
  padding: 120px 0;
  position: relative;
}

.impact-label {
color: #D69A2D;
text-align: center;
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 49px; /* 306.25% */
letter-spacing: 2.4px;
text-transform: capitalize;
}

.impact-heading {
color: #FFF;
text-align: center;
font-family: Outfit;
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 54px; /* 112.5% */
letter-spacing: 0.48px;
padding-bottom:70px;
}

.impact-circles {
  gap: 0;
  position: relative;
  justify-content: center;
}

.impact-circle:first-child {
  margin-left: 0;
}

.impact-svg {
  width: 100%;
  height: auto;
}

.impact-circle {
  position: relative;
  width: 330px;  /* 300 × 1.3 */
  height: 330px; /* 300 × 1.3 */
  margin-left: -60px; /* slightly adjust overlap for larger circles */
  text-align: center;
  

}

.impact-circle h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  font-family: Outfit;
  font-size: 36px;
  font-weight: 700;
  color: #FFF;
  margin: 0;
  text-transform: capitalize;
  color: #FFF;
text-align: center;
font-style: normal;
font-weight: 200;
font-size: 76px;
   
}

.impact-circle p {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translateX(-50%);
color: #FFF;
text-align: center;
font-family: Outfit;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 177.778% */

  
}
.impact-dot {
  fill: #D69A2D;
}


/* Responsive */
@media (max-width: 991.98px) {
  .impact-circles {
    flex-wrap: wrap;
    gap: 30px;
  }

  .impact-circle {
    margin-left: 0;
  }

  .impact-heading {
    font-size: 32px;
  }

  .impact-circle h3 {
    font-size: 28px;
  }

  .impact-circle p {
    font-size: 14px;
  }
}

/* ===========================
   Our News Section
=========================== */
.news-section {
  background-color: #FFFFFF;
  color: #00205B;
  padding: 100px 0;
}

.news-label {
color:#D69A2D;
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 49px; /* 306.25% */
letter-spacing: 2.4px;
text-transform: capitalize;
}

.news-heading {
color: #00205B;
font-family: Outfit;
font-size: 46px;
font-style: normal;
font-weight: 400;
line-height: 54px; /* 117.391% */
letter-spacing: 0.46px;
padding-bottom:50px;
}

.news-card {
  background: #FFF;
  border-radius: 20px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.news-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.news-content {
  padding: 25px 28px 30px;
  flex-grow: 1;
}

.news-meta {

  font-size: 14px;
  margin-bottom: 12px;
}
.news-tag-grey {
	border-radius: 5px;
	background: #e7e7e7;
	color: #00205B;
text-align: center;
font-family: Outfit;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 408.333% */
letter-spacing: 0.72px;
text-transform: capitalize;
width: 152px;
height: 29px;
flex-shrink: 0;
}
.news-tag-golden {
border-radius: 5px;
background: #D69A2D;
color: #FFF;
text-align: center;
font-family: Outfit;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 408.333% */
letter-spacing: 0.72px;
text-transform: capitalize;
width: 152px;
height: 29px;
flex-shrink: 0;

}

.news-date {
  color: #6B7280;
  font-size: 14px;
}

.news-text {
color: #6A6A6A;
font-family: Outfit;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 133.333% */
letter-spacing: 0.36px;
}

.news-readtime {
color: #00205B;
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 200% */
letter-spacing: 0.48px;
}

.news-btn {
  background-color: #00205B;
  color: ##FFFFFF;
  font-weight: 600;
  border: none;
  padding: 10px 28px;
  border-radius: 40px;
  margin-top: 50px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  text-align: left;
}

.news-btn:hover {
  background-color: #D69A2D;
  color: #FFFFFF;
}

/* Responsive */
@media (max-width: 991.98px) {
  .news-heading {
    font-size: 34px;
  }

  .news-image {
    height: 200px;
  }

  .news-btn {
    margin-top: 30px;
  }
}

/* ===========================
   Quote / Highlight Section
=========================== */
.quote-section {
  background-color: #D69A2D;
  color: #FFFFFF;
  padding: 120px 0;
  text-align: center;
}

.quote-symbol {
color: #FFF;
font-family: Outfit;
font-size: 100px;
font-style: normal;
font-weight: 600;
line-height: 49px; /* 49% */
letter-spacing: 15px;
text-transform: capitalize;
}

.quote-heading {
color: #FFF;
text-align: center;
font-family: Playfair;
font-size: 48px;
font-style: italic;
font-weight: 500;
line-height: 54px; /* 112.5% */
letter-spacing: 0.48px;
}

.quote-section p {
color: #FFF;
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 49px;
letter-spacing: 2.4px;
text-transform: uppercase;
}
.quote-section span {
	font-weight: 500;
}
/* Responsive */
@media (max-width: 991.98px) {
  .quote-symbol {
    font-size: 70px;
  }

  .quote-heading {
    font-size: 32px;
  }

  .quote-section p {
    font-size: 16px;
  }
}
/* ===========================
   Contact / Get in Touch Section
=========================== */

.contact-section {
  background-color: #FFFFFF;
  padding: 120px 0;
}

.contact-label {
color: #D69A2D;
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 49px; /* 306.25% */
letter-spacing: 2.4px;
text-transform: uppercase;
}

.contact-heading {
color: #00205B;
font-family: Outfit;
font-size: 46px;
font-style: normal;
font-weight: 400;
line-height: 54px; /* 117.391% */
letter-spacing: 0.46px;
padding-bottom:30px;
}

.contact-box {
border-radius: 12px;
border: 1px solid #E7E8F2;
background: rgba(0, 32, 91, 0.10);
  height: 100%;
}

.contact-box-heading {
color: #00205B;
font-family: Outfit;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 116.667% */
letter-spacing: 0.48px;
}

.contact-box-text {
color: #00205B;
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 22px; /* 137.5% */
letter-spacing: 0.16px;
}

.contact-form .form-control {
  border: none;
  border-radius: 8px;
  height: 50px;
  font-size: 16px;
  padding-left: 15px;
  width: 100%;
}

.contact-btn {
  width: 100%;
  height: 50px;
border-radius: 34px;
background: #00205B;
color: #FFF;
text-align: center;
font-family: Avenir;
font-size: 19.2px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 125% */
  transition: 0.3s;
}
.contact-box a {
	color: #00205B;
font-weight: 600;
line-height: 22px; /* 137.5% */
letter-spacing: 0.16px;
}

.contact-btn:hover {
  background-color: #D69A2D;
}
.namestyle {
	margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 767.98px) {
  .contact-form .row > div {
    flex: 100%;
    max-width: 100%;
  }

  .contact-btn {
    width: 100%;
  }
}





/* Responsive */
@media (max-width: 991.98px) {
  .contact-heading {
    font-size: 36px;
  }

  .contact-box {
    padding: 40px 30px;
  }

  .contact-btn {
    padding: 0 20px;
  }
}

/* ===========================
   Footer Section (White)
=========================== */

.site-footer {
  background-color: #FFF;
  color: #00205B;
  padding: 0px 0 30px;
  font-family: Outfit;
}

.footer-logo img {
  max-width: 160px;
}

.footer-nav {
  list-style: none;
  gap: 30px;
  padding: 0;
}

.footer-nav li a {
  color: #00205B;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  transition: 0.3s;
}

.footer-nav li a:hover {
  color: #D69A2D;
}

.footer-divider {
  border: none;
  border-top: 1px solid #00205B;
  margin: 30px 0;
}

.footer-bottom {
  font-size: 14px;
  opacity: 0.9;
}

.footer-social {
  gap: 20px;
}

.footer-social .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFF; /* white circle */
  color: #00205B; /* icon color */
  font-size: 18px;
  transition: all 0.3s ease;
  border: 1px solid #00205B1A; /* subtle outline for depth */
}

.footer-social .social-link:hover {
  background-color: #D69A2D; /* fill on hover */
  color: #FFF; /* icon turns white */
  transform: translateY(-2px);
}

.footer-copy {
color: #00205B;
font-family: Outfit;
font-size: 13px;
font-style: normal;
font-weight: 300;
line-height: normal;
letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 767.98px) {
  .footer-top {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .footer-nav {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .footer-copy {
    text-align: center;
  }
}

.about-banner {
  min-height: 130vh; /* taller banner */
  display: flex;
  align-items: flex-start; /* start content at top */
  justify-content: center;
  text-align: center;
  padding-top: 120px; /* spacing from top */
}

.about-banner-content {
  width: 80%;
  max-width: 1140px; /* optional safeguard */
  margin: 0 auto;
}


.about-banner-title {
color: #00205B;
text-align: center;
font-family: Outfit;
font-size: 65px;
font-style: normal;
font-weight: 500;
line-height: 72px; /* 110.769% */
}

.about-banner-text {
	padding-top: 30px;
color: #00205B;
text-align: center;
font-family: Outfit;
font-size: 30px;
font-style: normal;
font-weight: 300;
line-height: 37px; /* 123.333% */
letter-spacing: 0.3px;
}

.scroll-down img {
	padding-top:50px;
  width: 36px;
  height: auto;
  transition: transform 0.3s ease;
}

.scroll-down:hover img {
  transform: translateY(5px);
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .about-banner {
    min-height: 70vh;
    padding-top: 80px;
  }

  .about-banner-title {
    font-size: 36px;
    line-height: 46px;
  }

  .about-banner-text {
    font-size: 18px;
    line-height: 28px;
  }
}

/* ===========================
   Our History Section
=========================== */

.history-section {
  background: #fff;
  padding: 120px 0;
  position: relative;
}

.history-label {
color: #D69A2D;
text-align: center;
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 49px; /* 306.25% */
letter-spacing: 2.4px;
text-transform: capitalize;
}

.history-heading {
color: #00205B;
text-align: center;
font-family: Outfit;
font-size: 46px;
font-style: normal;
font-weight: 400;
line-height: 54px; /* 117.391% */
letter-spacing: 0.46px;
}

.history-intro {
color: #6A6A6A;
text-align: center;
font-family: Outfit;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: 28px; /* 140% */
  max-width: 800px;
  margin: 0 auto 50px;
}

/* Timeline Base */
.history-timeline {
  position: relative;
  padding: 60px 0;
}

/* Center line */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #E7E8F2;
  transform: translateX(-50%);
}

/* Arrows */
.timeline-arrow {
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  transform: translateX(-50%);
}

.top-arrow {
  top: 0;
  border-bottom: 12px solid #D69A2D; /* yellow arrow */
}

.bottom-arrow {
  bottom: 0;
  border-top: 12px solid #D69A2D;
}

/* Dots */
.timeline-dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}

.yellow-dot {
  width: 12px;
  height: 12px;
  background: #D69A2D;
  top: 75px; /* slightly lower for better spacing */
  z-index: 2;
}

.white-dot {
  width: 12px;
  height: 12px;
  background: #FFF;
  top: 150px; /* aligned horizontally with year tag */
  border: 2px solid #E7E8F2;
  z-index: 1;
}

/* Timeline item */
.timeline-item {
  position: relative;
  gap: 50px;
  margin-top: 50px;
}

.history-content .year-tag {
  background: #D69A2D;
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  text-align:Center;
  display: inline-block;
  margin-bottom: 20px; /* increased spacing from top */
  line-height:30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.history-content h3 {
color: #6A6A6A;
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 137.5% */
letter-spacing: 0.32px;
}

.history-content p {
color: #6A6A6A;
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
letter-spacing: 0.32px;
  max-width: 236px;
}
/* Responsive */
@media (max-width: 991.98px) {
  .timeline-line,
  .timeline-arrow,
  .timeline-dot {
    left: 20px;
    transform: none;
  }

  .timeline-item {
    flex-direction: column;
    gap: 30px;
  }

  .history-content {
    text-align: left;
  }

  .white-dot {
    top: 90px;
  }
}
.timeline-inner {
  max-width: 800px;
  margin: 0 auto;
}

.timeline-item img {
  max-width: 100%;
  border-radius: 16px;
}

.timeline-item.flex-row-reverse .history-content {
  text-align: right;
}

.timeline-item.flex-row-reverse .ps-5 {
  padding-left: 3rem !important;
}
/* Properly align entire content (not just text) for reversed timeline items */
.timeline-item.flex-row-reverse .history-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* moves all inner elements — h3, p, etc. — to the right */
  text-align: right;
}
.timeline-dot-white-mid {
  width: 12px;
  height: 12px;
  background: #FFF;
  border: 2px solid #E7E8F2;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.timeline-dot-yellow-bottom {
  width: 12px;
  height: 12px;
  background: #D69A2D;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 114px;
  transform: translateX(-50%);
  z-index: 2;
}

.timeline-dot-yellow-lower {
  width: 12px;
  height: 12px;
  background: #D69A2D;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 58px;
  transform: translateX(-50%);
  z-index: 2;
}

.team-section {
  background: #00205B;
  color: #fff;
}

.team-section .small-heading {
color: #D69A2D;
text-align: center;
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 49px; /* 306.25% */
letter-spacing: 2.4px;
text-transform: capitalize;
}

.team-section .large-heading {
color: #FFF;
text-align: center;
font-family: Outfit;
font-size: 46px;
font-style: normal;
font-weight: 400;
line-height: 54px; /* 117.391% */
letter-spacing: 0.46px;
}

.team-section p.lead {
color: #FFF;
text-align: center;
font-family: Outfit;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: 28px; /* 140% */
}

.team-card img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  object-position: top center;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.team-line {
  border: none;
  height: 2px;
  background: #5B7BA8; /* light blue line */
  margin: 15px 0;
  width: 100%;
}

.team-name {
color: #FFF;
font-family: Outfit;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 177.778% */
letter-spacing: 0.54px;
}

.team-role {
color: #D69A2D;
font-family: Outfit;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 32px; /* 177.778% */
letter-spacing: 0.54px;
}

.team-plus {
  color: #d2e0f4;
  font-size: 28px;
  font-weight: 300;
  text-decoration: none;
  transition: 0.3s;
}

.team-plus:hover {
  color: #D69A2D;
}

.footertoppadding {
	padding-top:30px;
}

/* === Fix 1: Close (X) Icon Visibility === */
.team-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none !important;
  border: none !important;
  font-size: 1.8rem;
  color: #00205B !important;
  opacity: 0.9;
  z-index: 5;
}

.team-modal-close::after {
  content: "✕";
  font-size: 1.4rem;
  color: #00205B;
  line-height: 1;
}

.team-modal-close:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* === Fix 2: Backdrop Transparency === */
.modal-backdrop.show {
  opacity: 0.25; /* default is 0.5, which dims more */
}

/* === Fix 3: Ensure Modal Color Looks True === */
.team-modal-content {
  background-color: #E8EBF0 !important; /* exact gray tone */
  color: #00205B;
  border-radius: 20px;
  border: none;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

/* === Fix 4: Align Left Layout === */
.team-modal .modal-body {
  text-align: left;
}

.team-modal .row {
  align-items: flex-start !important;
}

.team-modal-img {
  margin-left: 0;
}

.team-modal-name,
.team-modal-role,
.team-socials,
.team-actions {
  text-align: left;
}
.team-actions a {
  color: #00205B;
  font-size:18px;
}
.team-actions a:hover {
  color: #D69A2D;
  font-size:18px;
}
/* === Optional: Reduce Padding for Tighter Layout === */
.team-modal .modal-body {
  padding: 2rem 2rem 2.5rem 2rem;
}
/* Image Wrapper */
.team-img-wrapper {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  background: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

/* Image itself */
.team-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.team-modal-name {
color: #00205B;
font-family: Outfit;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 177.778% */
letter-spacing: 0.54px;
padding-top: 35px;	
}
.team-modal-role {
color: #D69A2D;
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 200% */
letter-spacing: 0.48px;
}
/* Social Icons Container */
.team-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border-radius: 3px; /* rounded square */
  border: 1.5px solid #666; /* dark grey border */
  background-color: transparent; /* transparent box */
  color: #00205B; /* icon color */
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Hover Effect */
.team-socials a:hover {
  background-color: #D69A2D; /* yellow background on hover */
  color: #fff; /* white icon on hover */
  border-color: #D69A2D; /* yellow border on hover */
  transform: translateY(-3px);
}

.ms-auto .btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent; /* transparent background */
  border: 1.5px solid #ccc; /* default grey border */
  color: #ccc; /* default grey icon */
  transition: all 0.3s ease;
}

/* Hover State */
.ms-auto .btn:hover {
  border-color: #00205B; /* yellow border on hover */
  color: #00205B; /* yellow icon on hover */
  background-color: transparent;
}

/* Active State */
.ms-auto .btn.active,
.ms-auto .btn:focus {
  border-color: #00205B; /* dark blue border when active */
  color: #00205B; /* dark blue icon when active */
  background-color: transparent;
  box-shadow: none;
}
.team-divider {
	color: #9A9A9A;
}
.modal-body h5 {
color: #D69A2D;
font-family: Outfit;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 49px; /* 272.222% */
letter-spacing: 2.7px;
text-transform: capitalize;
}
.modal-body p {
color: #00205B;
font-family: Outfit;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: 28px; /* 140% */
}
.modal-body ul {
color: #00205B;
font-family: Outfit;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: 30px; /* 150% */	
}
/* Ensure larger modal size */
.team-modal .modal-dialog {
  max-width: 1100px;
  width: 90%;
}

/* Apply padding directly to modal-content for reliable spacing */
.team-modal .modal-content {
  background-color: #E8EBF0;
  border-radius: 10px;
  border: none;
  padding: 5rem; /* this will definitely increase spacing */
}

/* Remove padding override from modal-body if it conflicts */
.team-modal .modal-body {
  padding: 0; /* handled by .modal-content now */
}

/* Make sure it doesn’t collapse at smaller screens */
@media (max-width: 768px) {
  .team-modal .modal-content {
    padding: 2rem;
  }
}


.partners-banner {
  min-height: 130vh; /* taller banner */
  display: flex;
  align-items: flex-start; /* start content at top */
  justify-content: center;
  text-align: center;
  padding-top: 120px; /* spacing from top */

}

.partners-banner-content {
  width: 80%;
  max-width: 1140px; /* optional safeguard */
  margin: 0 auto;
}


.partners-banner-title {
color: #00205B;
text-align: center;
font-family: Outfit;
font-size: 65px;
font-style: normal;
font-weight: 500;
line-height: 72px; /* 110.769% */
}

.partners-banner-text {
	padding-top: 30px;
color: #00205B;
text-align: center;
font-family: Outfit;
font-size: 30px;
font-style: normal;
font-weight: 300;
line-height: 37px; /* 123.333% */
letter-spacing: 0.3px;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .partners-banner {
    min-height: 70vh;
    padding-top: 80px;
  }

  .partners-banner-title {
    font-size: 36px;
    line-height: 46px;
  }

  .partners-banner-text {
    font-size: 18px;
    line-height: 28px;
  }
}

/* ===========================
   Locations Section
=========================== */
.locations-section {
  background-color: #fff;
}

.location-card {
  border: 1px solid #989898;
  border-radius: 5px;
  overflow: hidden;
  padding: 1.5rem;
  background-color: #fff;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.location-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.location-label {
  color: #D69A2D;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.location-img {
  height: 100px;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.location-card h4 {
  font-family: "Avenir", "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #00205B;
  margin-bottom: 0.5rem;
}

.location-card p {
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 1rem;
}

.location-link {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #00205B;
  text-decoration: underline;
}

.location-link i {
  margin-left: 6px;
  transition: transform 0.3s ease;
}

.location-link:hover i {
  transform: translate(3px, -3px); /* subtle diagonal motion */
}
.our-partners-btn-wrapper {
  display: flex;
  justify-content: center;  /* centers horizontally */
  margin-top: 2rem;
}

.our-partners-btn {
  background-color: #00205B;
  color: #fff;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
  border-radius: 34px;
  color: #FFF;
  text-align: center;
  font-family: Avenir;
  font-size: 19.2px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 125% */
}

.our-partners-btn:hover {
  background-color: #D69A2D;
  color: #fff;
}


.resources-banner {
  min-height: 130vh; /* taller banner */
  display: flex;
  align-items: flex-start; /* start content at top */
  justify-content: center;
  text-align: center;
  padding-top: 120px; /* spacing from top */
}

.resources-banner-content {
  width: 80%;
  max-width: 1140px; /* optional safeguard */
  margin: 0 auto;
}


.resources-banner-title {
color: #00205B;
text-align: center;
font-family: Outfit;
font-size: 65px;
font-style: normal;
font-weight: 500;
line-height: 72px; /* 110.769% */
}

.resources-banner-text {
	padding-top: 30px;
color: #00205B;
text-align: center;
font-family: Outfit;
font-size: 30px;
font-style: normal;
font-weight: 300;
line-height: 37px; /* 123.333% */
letter-spacing: 0.3px;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .resources-banner {
    min-height: 70vh;
    padding-top: 80px;
  }

  .resources-banner-title {
    font-size: 36px;
    line-height: 46px;
  }

  .resources-banner-text {
    font-size: 18px;
    line-height: 28px;
  }
}

/* Tabs and Search */
.news-tabs {
  gap: 10px;
}

.news-tab {
  background: transparent;
  border: 1px solid #00205B;
  padding: 8px 18px;
  border-radius: 30px;
  color: #FFF;
text-align: center;
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
letter-spacing: 0.32px;
  cursor: pointer;
  transition: all 0.3s ease;  
}
.news-tab {
  background: transparent;
  border: 1px solid #00205B;
  padding: 8px 18px;
  border-radius: 30px;
  color: #00205B;
text-align: center;
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
letter-spacing: 0.32px;
  cursor: pointer;
  transition: all 0.3s ease;  
}
.news-tab.active,
.news-tab:hover {
  background: #00205B;
  color: #FFF;
}

.news-search input {
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 8px 16px;
  font-size: 14px;
  outline: none;
}

/* Optional: mobile spacing */
@media (max-width: 768px) {
  .news-header {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  .news-search {
    width: 100%;
  }

  .news-search input {
    width: 100%;
  }
}
.ournewstoppadding {
	margin-top:100px;
}

/* ===========================
   Sign Up Section
=========================== */
.signup-section {
  background-color: #00205B;
  color: #FFF;
  text-align: center;
  padding: 100px 0;
}

.signup-label {
color: #D69A2D;
text-align: center;
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 49px; /* 306.25% */
letter-spacing: 2.4px;
text-transform: capitalize;
}

.signup-heading {
color: #FFF;
text-align: center;
font-family: Outfit;
font-size: 46px;
font-style: normal;
font-weight: 400;
line-height: 54px; /* 117.391% */
letter-spacing: 0.46px;
padding-bottom:50px;
}

.signup-btn {
  background-color: #00205B;
  border: none;
  color: #00205B;
  font-weight: 600;
  padding: 12px 36px;
  border-radius: 50px;
  transition: all 0.3s ease;
  color: #FFF;
text-align: center;
font-family: Avenir;
font-size: 19.2px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 125% */
border-radius: 34px;
border: 0.5px solid #FFF;
}

.signup-btn:hover {
  background-color: #D69A2D;
  color: #fff;
}




.contact-banner {
  min-height: 130vh; /* taller banner */
  display: flex;
  align-items: flex-start; /* start content at top */
  justify-content: center;
  text-align: center;
  padding-top: 120px; /* spacing from top */
}

.contact-banner-content {
  width: 80%;
  max-width: 1140px; /* optional safeguard */
  margin: 0 auto;
}


.contact-banner-title {
color: #00205B;
text-align: center;
font-family: Avenir;
font-size: 86px;
font-style: normal;
font-weight: 800;
line-height: 92px; /* 106.977% */
}

.contact-banner-text {
	padding-top: 30px;
color: #00205B;
text-align: center;
font-family: Outfit;
font-size: 30px;
font-style: normal;
font-weight: 300;
line-height: 37px; /* 123.333% */
letter-spacing: 0.3px;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .contact-banner {
    min-height: 70vh;
    padding-top: 80px;
  }

  .contact-banner-title {
    font-size: 36px;
    line-height: 46px;
  }

  .contact-banner-text {
    font-size: 18px;
    line-height: 28px;
  }
}

/* ===========================
   Approach Form Styling
=========================== */
.approach-form .form-control,
.approach-form .form-select {
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 12px 14px;
  font-size: 15px;
}

.approach-form .form-control:focus,
.approach-form .form-select:focus {
  border-color: #D69A2D;
  box-shadow: 0 0 0 0.2rem rgba(214, 154, 45, 0.25);
}

.approach-form textarea {
  resize: none;
}

.approach-submit-btn {
  background-color: #D69A2D;
  border: none;
  color: #00205B;
  font-weight: 600;
  padding: 12px 36px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.approach-submit-btn:hover {
  background-color: #00205B;
  color: #FFF;
}

/* ================================
   FAQ Section Styles
================================ */
.faq-section {
  background-color: #00205B;
  color: #fff;
}

.faq-header {
  text-align: left;
}

.faq-label {
color: #D69A2D;
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 49px; /* 306.25% */
letter-spacing: 2.4px;
text-transform: capitalize;
  
  
  
}

.faq-heading {
color: #FFF;
font-family: Outfit;
font-size: 46px;
font-style: normal;
font-weight: 400;
line-height: 54px; /* 117.391% */
letter-spacing: 0.46px;
}

/* Accordion styling */
.accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #2c4872;
  margin-bottom: 1rem;
}

.accordion-button {
  background: transparent;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 1rem 0;
  border: none;
  box-shadow: none !important;
  justify-content: space-between;
  text-align: left;
  font-family: Outfit;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 133.333% */
letter-spacing: 0.72px;
}

.accordion-button::after {
  display: none !important;
}

/* Prevent background color change when expanded */
.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #D69A2D;
}

/* Icon styles */
.faq-icon {
  font-size: 1.5rem;
  margin-left: 10px;
}

.faq-icon.plus {
  color: #ffffff;
}

.faq-icon.dash {
  color: #D69A2D;
}

/* Answer text */
.accordion-body {
  color: #ffffff;
  padding: 0 0 1rem 0;
  
  font-family: Outfit;
font-size: 24px;
font-style: normal;
font-weight: 300;
line-height: 28px; /* 116.667% */
}
.news-text a {
	color: #00205B;
}

/* Make WordPress active classes look like Bootstrap active */
.navbar-nav .current-menu-item > a,
.navbar-nav .current_page_item > a,
.navbar-nav .current-menu-ancestor > a {
  color: #00205B !important; /* Bootstrap primary color */
  font-weight: 600;
}

.navbar-nav a {
  color: #212529;
  text-decoration: none;
  padding: 0.5rem 1rem;
  font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.5px;
    letter-spacing: 0.25px;
	display:block;
}

.navbar-nav a:hover {
  color: #00205B;
}
.newscontent {
	color: #6A6A6A;
    text-align: center;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  margin-right: 20px;
  transition: opacity 0.3s;
}

.footer-nav a:hover {
  opacity: 0.7;
}
.mission-section p {
    color: #6A6A6A;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    text-align: left;
}
.ourmissionul {
	color: #6A6A6A;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
	text-align: left; 
}
ul {
	color: #6A6A6A;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    text-align: left;
}