@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* General */
:root {
  --primary-color: #0077b6;
  --bg-primary-light: #d9eaf4;
  --bg-secondary: #eee;
  --bg-primary:#0070B7;
  --bg-secondary-light:##eeeeee1a;
}

.join-community{
  background:url('../images/join_our_community.png') no-repeat;
  background-size: cover;
  min-height: 500px;
}

.join-community .container{
  max-width:50vw;
  padding-top:130px;
  color:white;

}

.icon{
  max-height: 50px;
}

.contact-us-hero-section {
  background: linear-gradient(
      to right,
      white 0%,
      rgba(255, 255, 255, 0.8) 30%,
      rgba(255, 255, 255, 0) 55%
    ),
    url("../images/contact-us-header-mask.png") no-repeat right center / cover;
  min-height: 70vh;
  display: flex;
  position: relative;
  margin-bottom: 30px;
}


.bg-secondary-light{
  background-color: var(--bg-secondary-light) !important;
}

.bg-secondary{
  background-color: var(--bg-secondary) !important;
}

.border-bottom-primary{
  border-bottom: 5px solid var(--bg-primary);
}

.mask-group{
  background:url('../images/maskGroup.png') no-repeat;
  background-size: cover;
}

.mask-group .card{
  border-radius:16px;
}

.mask-group img{
  max-width:100%;
}

.mask-group .main-data-container{
  padding-left:50px;
  padding-right:50px;
}

.text-primary {
  color: var(--primary-color) !important;
}

.key-focus-title{
  position: relative;
  max-width: 250px;
  /* border: 1px solid black; */
  margin: 0 auto;
}

.glow-icon{
  position: absolute;
  max-height: 25px;
  top: -7px;
  right: -10px;
}

body {
  font-family: "Poppins", sans-serif;
}

/* Navbar */
.navbar {
  background-color: white;
  padding: 15px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.navbar-brand img {
  height: 50px;
}

.nav-link {
  color: #333;
  font-weight: 500;
  margin: 0 10px;
  text-transform: uppercase;
  font-size: 14px;
}

.btn-contact {
  background-color: #0077b6;
  color: white;
  border-radius: 0;
  padding: 8px 20px;
  font-weight: bold;
}

.search-icon {
  font-size: 18px;
  color: #333;
  margin-left: 15px;
}


.key-focus-area .card{
  border-radius:20px;
  box-sizing: border-box;
  min-height: 480px;
}


.key-focus-area .card strong{
  font-size:23px;
}
/* Hero Section */
.hero-section {
  background: linear-gradient(
      to right,
      white 0%,
      rgba(255, 255, 255, 0.8) 30%,
      rgba(255, 255, 255, 0) 55%
    ),
    url("../images/jumbotronbg.png") no-repeat right center / cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}

.about-us-hero-section {
  background: linear-gradient(
      to right,
      white 0%,
      rgba(255, 255, 255, 0.8) 30%,
      rgba(255, 255, 255, 0) 55%
    ),
    url("../images/about-hero-mask.png") no-repeat right center / cover;
  min-height: 50vh;
  display: flex;
  align-items: center;
  position: relative;
}

.resources-hero-section {
  background: linear-gradient(
      to right,
      white 0%,
      rgba(255, 255, 255, 0.8) 30%,
      rgba(255, 255, 255, 0) 55%
    ),
    url("../images/resources-hero.png") no-repeat right center / cover;
  min-height: 50vh;
  display: flex;
  align-items: center;
  position: relative;
}

.relative{
  position:relative;
}

.absolute{
  position:absolute;
}

.max-width-100-percent{
  max-width:100%;
}

.hero-content {
  z-index: 2;
  padding: 60px 0;
  padding-top:180px !important;
}

.mission-parent {
  position: relative;
}

.mission {
  position: absolute;
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.09);
  box-sizing: border-box;
  padding: 20px 50px;
  left: -35px;
  z-index: -1;
  max-width: 650px;
  background: white;
  font-size: 18px;
  top: 140px;
}

.mission-parent .child1,
.mission-parent .child2,
.mission-parent .child3 {
  position: absolute;
}

.child1 img,
.child2 img {
  width: 100%;
}

.playbtn {
  position: relative;
  top: 180px;
  left: 280px;
  cursor: pointer;
}

.mission-statement {
  position: relative;
}

.mission-parent .child3 {
  top: 20%;
}

.playbtn img {
  position: absolute;
}

.play-icon {
  top: 17px;
  left: 17px;
}

.mission-parent .child2 {
  top: 30px;
  left: 30px;
}

.stroke-img {
  position: absolute;
  max-height: 380px;
  right: -90px;
  top: 200px;
  z-index: -2;
}

.font-bold{
  font-weight:bold;
}

.clear{
  clear:both;
}

.key-focus-area{
  margin-top:500px;
  position:relative;

}

.key-focus-area-resources{
  margin-top:0px !important;
}

.key-focus-area .container-fluid{
  padding:50px 50px;
}

.show-on-mobile{
  display:none;
}

.hide-on-mobile{
  display:block;
}

.max @media (min-width: 768px) {
  .hero-content {
    margin-left: 0;
    max-width: 600px;
  }
}

.first-step{
    position: relative;
    
    width: 340px;
    margin:90px 0 0 0;
}

.join-community-title{
  position:relative;
}

.join-mission-title{
  position:relative;
}

.join-mission-title img{
  position: absolute;
  top: -13px;
  right: 180px;
}

.join-community-title img{
  position: absolute;
  top: -13px;
  right: 130px;
}

.first-step-mobile{
  position: relative;
  
  width: 240px;
  margin:20px 0 0 0;
}

.image-wrapper {
  position: relative;
  display: inline-block;
  width:100%;
  margin-top: -40px;
   
}

.image-wrapper-resources{
  margin-top: -180px !important;
}

.image-wrapper img{
  width: 100%;
}

.fade-top-image {
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.first-step-mobile img{
  position: absolute;
  top: -5px;
  right: 0;
  /* right: 40px; */
  max-height: 20px;
  
}

.underline-theme{
  width:60px;
  border:2px solid #F7A906;
  margin-top:10px;
}



.first-step img{
  position: absolute;
  top: -20px;
  right: 40px;
  
}

@media screen and (max-width: 600px) {
  .hide-on-mobile{
    display:none;
  }

  .join-community-title img{
    position: absolute;
    top: -20px;
    right: 0;
  }

  .join-community{
    background:url('../images/join_our_community_mobile.png') no-repeat;
    background-size: cover;
  }

  .join-community .container{
    max-width:90%;
    padding-top:150px;

  }


  .show-on-mobile{
    display:block;
  }

  .hero-section {
    background: url("../images/jumbotronbg.png") no-repeat;
    bakground-size: 480px 480px;
  }

  .key-focus-area .container-fluid{
    padding:50px 15px;
  }

  .mask-group .main-data-container{
    padding-left:0px;
    padding-right:0px;
  }

  .mask-group{
    background:#ccc;
  }

  .key-focus-area{
    margin-top: 600px;
    position: relative;
  }

  .playbtn {
    top: 120px;
    left: 160px;
  }

  .playbtn img {
    width: 50px;
  }

  .play-icon {
    top: 5px;
    left: 4px;
    width: 40px !important;
  }

  .mission {
    left: 0px;
    padding: 10px;
    max-width: 85%;
    font-size: 12px;
    position: absolute;
    left: 5px;
    top: 300px;
  }

 
  .stroke-img {
    position: absolute;
    max-height: 200px;
    right: -12px;
    top: 460px;
    z-index: -2;
   }
   .mission-parent{
    max-width:90%;
   }
  }

  .stat-text {
    font-size: 12px !important;
  }
}

.hero-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #333;
}

.hero-title span {
  color: #0077b6;
}

.hero-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 500px;
  color: #333;
}

.btn-journey {
  background-color: #0077b6;
  color: white;
  border-radius: 0;
  padding: 12px 25px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.title-border {
  border-left: 4px solid #f9a826;
  padding-left: 15px;
}

.yellow-star {
  color: #f9a826;
  font-size: 24px;
  position: relative;
  top: -20px;
}

.mission .row .col-6 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.mission .row span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 60px;
  background-color: var(--bg-primary-light);
  color: var(--primary-color);
  border-radius: 50%;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.mission .row .stat-text {
  font-size: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .mission .row .col-6 {
    gap: 10px;
  }

  .glow-icon{
    right: 10px;
  }

  .mission .row span {
    min-width: 50px;
    height: 50px;
    font-size: 18px;
  }
}

/* Footer Styles */
.footer {
  background-color: white;
  padding: 80px 0 0;
  margin-top: 50px;
}

.footer-logo {
  height: 50px;
}

.footer-description {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin: 20px 0;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  /* background-color: var(--bg-primary-light); */
  color: var(--primary-color);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.selected-social-link{
  background-color: var(--primary-color);
}


.social-link:hover {
  background-color: var(--primary-color);
  color: white;
}

.footer-title {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 15px;
}

.footer-links a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: var(--primary-color);
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  color: #666;
  font-size: 14px;
}

.footer-contact i {
  color: var(--primary-color);
  font-size: 18px;
  margin-top: 3px;
}

.footer-contact a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact a:hover {
  color: var(--primary-color);
}

.footer-bottom {
  background-color: white;
  padding: 20px 0;
  margin-top: 50px;
  border-top: 1px solid #eee;
}

.copyright {
  color: #666;
  font-size: 14px;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 50px 0 0;
  }

  .footer-title {
    margin-bottom: 20px;
  }

  .social-icons {
    margin-bottom: 30px;
  }

  .footer-contact li {
    font-size: 13px;
  }

  .footer-contact i {
    font-size: 16px;
  }
}

.our-impact-content p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
}

.our-impact-content p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 15px;
  background: url("../images/checkIcon.png") no-repeat center center;
  background-size: contain;
}
