h1 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 40px;
}

a,
li,
p {

  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 18px;

}

.about-text {
  font-weight: bolder;

}



.the-about {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 80%;
  margin: 0 auto;
}

.the-about h1 {

  font-weight: 500;
  font-style: normal;
}

.the-about p {

  font-size: 19px;
  line-height: 24px;
  margin-top: 20px;
}




.about-text {
  width: 35%
}

@media screen and (max-width:985px) {
  .about-text {
    width: 95%;
  }

  .the-about {
    width: 95%
  }
}

@media screen and (max-width:480px) {}

/* section-3 */

.mission {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  flex-wrap: wrap;

}



.mis-img img {
  width: 100%;

}

.mis-text {
  width: 35%
}

.mis-text h1 {
  font-weight: 550;
}

/* .mis-text p {
    line-height: 24px;
    font-size: 18px;
    margin-top: 10px
} */
.mis-text p {
  max-height: 5.4rem;
  /* adjust to show ~3 lines */
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
  margin: 20px auto;
}

.mis-text p .more-text {
  display: none;
  /* hide the extra bit by default */
}

.mis-text.expanded p {
  max-height: 100vh;
  /* large enough to show all text */
}

.mis-text.expanded p .more-text {
  display: inline;
  /* show it when expanded */
}



@media screen and (max-width:900px) {
  .mis-text {
    width: 95%
  }
}

@media screen and (max-width:768px) {
  .mission {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }

  .the-about {
    text-align: start;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}

.mis-text a {
  background-color: rgba(44, 119, 211, 1);
  padding: 15px 30px;
  text-decoration: none;
  color: white;
  border-radius: 4px;
  position: relative;
  top: 30px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  z-index: 1;
}


.mis-text a:hover {
  border-color: #2c77d3;
  background-color: transparent;
  color: #2c77d3;
}



/* section-4 */

.the-team {
  position: relative;
  margin-top: 100px;
  padding-bottom: 100px;
}

.our-team {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  gap: 40px;
  flex-wrap: wrap;


}

.our-team img {
  position: relative;
  width: 100%;
  margin-top: -87px;
  padding-top: 88px;
  height: 400px;

}

.team-h1 {
  text-align: center;
  position: relative;
  top: 80px;
  font-style: normal;
  font-weight: 500;
}

.team h2 {
  position: relative;
  top: 10px
}

.team p {
  line-height: 24px;
  font-size: 18px;
  margin-top: 30px;
  position: relative;
}

.the-team::before {
  content: '';
  width: 100vw;
  height: 60%;
  position: absolute;
  background-color: rgba(245, 249, 254, 1);
  top: 0;
  left: 0;
}

.team a {
  background-color: rgba(44, 119, 211, 1);
  padding: 15px 30px;
  text-decoration: none;
  color: white;
  border-radius: 4px;
  position: relative;
  top: 30px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  z-index: 1;
}


.team a:hover {
  border-color: #2c77d3;
  background-color: transparent;
  color: #2c77d3;
}

.team {
  width: 100%;
  max-width: 430px;
  box-shadow: 1px 1px 20px 10px rgb(211, 211, 211);
  padding: 22px;
  z-index: 1;
  height: auto;
  position: relative;
  top: 120px;
  border-radius: 6px;
}



@media screen and (max-width:1380px) {
  .team {
    max-width: 400px;
  }
}

@media screen and (max-width:1280px) {
  .team {
    max-width: 340px;
  }
}

@media screen and (max-width:1099px) {
  .our-team img {
    max-width: 300px;
    height: 350px;
  }

  .team {
    max-width: 300px;
  }

}

@media screen and (max-width:980px) {
  .the-team::before {
    height: 80%;
  }
}


@media screen and (max-width:768px) {
  .the-team {
    padding-inline-start: 20px;
    padding-inline-end: 20px;

  }

}

@media screen and (max-width:480px) {
  .our-team img {
    height: auto;
  }
}



/* section-5 */

.value {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  margin-top: 150px;
  background-color: rgb(245, 250, 255);
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  flex-wrap: wrap;
}



.val-text {
  width: 35%
}

.value h1 {
  font-weight: 500;
  font-style: normal;

}

.value img {
  width: 100%;
}

.value p {
  line-height: 24px;
  font-size: 17px;
  margin-top: 10px;
}

@media screen and (max-width:934px) {
  .val-text {
    width: 95%
  }
}

@media screen and (max-width:768px) {
  .value {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    gap: 30px;

  }

  .value img {
    max-width: 300px;
  }
}

/* section-6 */


#propositions {
  position: relative;
  top: 150px;
}






.value-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  width: 100%;
  flex-wrap: wrap;
  padding-bottom: 100px;

}


.value-2 h1 {
  font-weight: 500;
  font-style: normal;

}

.value-2 img {
  width: 100%;
}

.value-2 p {
  line-height: 24px;
  font-size: 17px;
  margin-top: 10px;
}

@media screen and (max-width:768px) {
  .value-2 {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    gap: 30px;

  }

  .value-2 img {
    max-width: 300px;
  }
}


/* cards-section */



@media screen and (max-width:1149px) {
  .about-card {
    height: 600px
  }
}




.edu-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.edu-heading {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.edu-heading__icon {
  color: #ff6b4a;
  font-size: 24px;
  margin-right: 8px;
}

.edu-heading__title {
  font-size: 24px;
  font-weight: 600;
  color: #ff6b4a;
}

.resource-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
}

.resource-item {
  width: 340px;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
}

.resource-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.resource-item__image-wrapper {
  height: 200px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.resource-item__image-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  z-index: 1;
}

.resource-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

/* Image zoom effect on hover */
.resource-item:hover .resource-item__image {
  transform: scale(1.1);
}

.resource-item__content {
  padding: 25px;
}

.resource-item__title {
  color: #1a2b47;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}

.resource-item__title::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 40px;
  height: 3px;
  border-radius: 3px;
}

.resource-item:nth-child(1) .resource-item__title::after {
  background-color: #4361ee;
}

.resource-item:nth-child(2) .resource-item__title::after {
  background-color: #ff7d3b;
}

.resource-item:nth-child(3) .resource-item__title::after {
  background-color: #3a86ff;
}

.resource-item__description {
  color: #6b7c93;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.resource-item__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.resource-item__btn {
  display: flex;
  align-items: center;
  color: #1a2b47;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.resource-item:nth-child(1) .resource-item__btn:hover {
  color: #4361ee;
}

.resource-item:nth-child(2) .resource-item__btn:hover {
  color: #ff7d3b;
}

.resource-item:nth-child(3) .resource-item__btn:hover {
  color: #3a86ff;
}

.resource-item__btn-arrow {
  margin-left: 6px;
  transition: transform 0.2s ease;
}

.resource-item__btn:hover .resource-item__btn-arrow {
  transform: translateX(4px);
}

.resource-item__icon-wrapper {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.resource-item:nth-child(1) .resource-item__icon-wrapper {
  background-color: rgba(67, 97, 238, 0.1);
  color: #4361ee;
}

.resource-item:nth-child(2) .resource-item__icon-wrapper {
  background-color: rgba(255, 125, 59, 0.1);
  color: #ff7d3b;
}

.resource-item:nth-child(3) .resource-item__icon-wrapper {
  background-color: rgba(58, 134, 255, 0.1);
  color: #3a86ff;
}

.resource-item__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: white;
  color: #1a2b47;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  z-index: 2;
}

@media (max-width: 768px) {
  .resource-grid {
    flex-direction: column;
    align-items: center;
  }

  .resource-item {
    width: 100%;
    max-width: 340px;
  }
}






@media screen and (max-width:1550px) {
  h1 {
    font-size: 35px;
  }
}


@media screen and (max-width:768px) {
  h1 {
    font-size: 30px;
  }
}

@media screen and (max-width:425px) {
  h1 {
    font-size: 25px;
  }
}

.about-mission-container {
  font-family: 'Inter', sans-serif;
  background: #ffffff;
}

/* About Section */
.about-section {
  background: linear-gradient(135deg, #f6f9ff 0%, #ffffff 100%);
  padding: 120px 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

.about-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: -200px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.about-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;

}

.about-badge,
.mission-badge {
  display: inline-block;
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
  padding: 8px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 24px;
  backdrop-filter: blur(10px);
}

.about-title,
.mission-title {
 
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 24px;
  line-height: 1.2;
}

.lead-text {
  font-size: 1.25rem;
  color: #475569;
  max-width: 800px;
  margin: 0 auto 60px;
  line-height: 1.7;
}

.feature-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.feature-card {
  background: white;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.feature-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.feature-card:hover::after {
  transform: scaleX(1);
}

.card-icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.feature-card h3 {
  font-size: 1.4rem;
  color: #1e293b;
  margin-bottom: 12px;
  font-weight: 700;
}

.feature-card p {
  color: #64748b;
  line-height: 1.6;
}

/* Mission Section */
.mission-section {
  padding: 120px 20px;
  background: #ffffff;
}

.mission-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}

.mission-visual {
  position: relative;
}

.image-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.mission-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.9), rgba(139, 92, 246, 0.9));
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-wrapper:hover .image-overlay {
  opacity: 1;
}

.image-wrapper:hover .mission-image {
  transform: scale(1.05);
}

.overlay-text {
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.image-wrapper:hover .overlay-text {
  transform: translateY(0);
}

.mission-content {
  position: relative;
}

.highlight-text {
  font-size: 1.25rem;
  color: #334155;
  line-height: 1.8;
  margin-bottom: 30px;
}

.expandable-content {
  margin-bottom: 40px;
}

.hidden-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}

.hidden-content.show {
  max-height: 300px;
  opacity: 1;
  margin-top: 20px;
}

.hidden-content p {
  color: #475569;
  line-height: 1.8;
  font-size: 1.1rem;
}

.expand-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  color: white;
  border: none;
  padding: 14px 32px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.expand-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
}

.expand-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.expand-btn:hover::before {
  left: 100%;
}

.btn-icon {
  transition: transform 0.3s ease;
}

.expand-btn.active .btn-icon {
  transform: rotate(90deg);
}

/* Animations */
@keyframes float {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(30px, -30px);
  }

  100% {
    transform: translate(0, 0);
  }
}

/* Responsive Design */
@media (max-width: 968px) {
  .mission-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .about-title,
  .mission-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 640px) {

  .about-section,
  .mission-section {
    padding: 80px 20px;
  }

  .feature-cards {
    grid-template-columns: 1fr;
  }

  .about-title,
  .mission-title {
    font-size: 1.8rem;
  }

  .lead-text,
  .highlight-text {
    font-size: 1.1rem;
  }
}







@media screen and (max-width:1550px) {
  h1 {
    font-size: 35px;
  }
}


@media screen and (max-width:768px) {
  h1 {
    font-size: 30px;
  }
}

@media screen and (max-width:425px) {
  h1 {
    font-size: 25px;
  }
}