/********** Template CSS **********/
:root {
  --primary: #993F3F;
  --secondary: #FFF0E6;
  --light: #F8F8F9;
  --dark: #001D23;
  --accent: #F5A623;
  --hover-color: #E74C3C;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}


/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}


/*** Button ***/
.btn {
  font-weight: 500;
  transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
  /* color: #FFFFFF; */
}

.btn.btn-primary:hover {
  color: var(--primary);
  background: transparent;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
  /* transition: .5s; */
}

.top-bar {
  height: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  /* color: #FFFFFF; */
  font-weight: 500;
  outline: none;
}

.text-black {
  color: #000000 !important;
}

/* Default Hamburger icon */
.navbar-toggler-icon {
  background-color: #fff;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"%3E%3Cpath stroke="black" stroke-width="2" d="M0 7h30M0 15h30M0 23h30"%3E%3C/path%3E%3C/svg%3E');
}

/* Cross icon when navbar is expanded */
.navbar-toggler-icon.open {
  background-color: transparent;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"%3E%3Cpath stroke="black" stroke-width="2" d="M5 5l20 20M5 25l20-20"%3E%3C/path%3E%3C/svg%3E');
}

/* Change color of .navbar-toggler-icon when scrolling */
.navbar-toggler-icon.toggler-icon-dark {

  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"%3E%3Cpath stroke="white" stroke-width="2" d="M0 7h30M0 15h30M0 23h30"%3E%3C/path%3E%3C/svg%3E');
}

.logo-img {
  width: 15rem;
}

@media screen and (max-width: 600px) {
  .logo-img {
    width: 10rem !important;
  }
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary) !important;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav {
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, .07);
    background: #ffffff;
  }

  .navbar .navbar-nav .nav-link {
    color: #000000;
    padding: 10px 0;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: .5s;
    opacity: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}

@media screen and (max-width:389px) {
  .navbar .navbar-brand img {
    width: 10rem !important;
  }
}

.below-hero-text {
  font-size: 1.2rem;
  padding: 45px;
  background: #fff4ef;
  border-radius: 15px;
  color: black;
}

@media screen and (max-width: 400px) {
  .below-hero-text {
    font-size: 0.9rem;
    padding: 15px;
    margin-top: 2rem;
  }
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* background: rgba(0, 29, 35, 0.3); */
  color: black !important;
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-color: var(--dark);
  border: 12px solid var(--dark);
  border-radius: 3rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.page-header {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background: url(../img/hero/hero\ 2.png) center center no-repeat;
  background-size: cover;
}

/* #skill {
  background: linear-gradient(rgba(0, 29, 35, .3), rgba(0, 29, 35, .3)), url(../img/cause/skills/it2.jpeg) center center no-repeat;
  background-size: cover;
} */

#mock {
  background: linear-gradient(rgba(0, 29, 35, .3), rgba(0, 29, 35, .3)), url(../img/cause/mock/MK1.jpg) center center no-repeat;
  background-size: cover;
}

#independence {
  background: linear-gradient(rgba(0, 29, 35, .3), rgba(0, 29, 35, .3)), url(../img/awareness/independence/iday1.jpeg) center center no-repeat;
  background-size: cover;
}

#Future {
  background: linear-gradient(rgba(0, 29, 35, .3), rgba(0, 29, 35, .3)), url(../img/futur_doctor/hero.jpg) center center no-repeat;
  background-size: cover;
}


/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.abouts .content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 10px 20px;
  background: color-mix(in srgb, var(--primary), transparent 95%);
  color: var(--accent-color);
  border-radius: 7px;
  display: inline-block;
}

.abouts .content h2 {
  font-weight: 700;
}

.abouts .content p:last-child {
  margin-bottom: 0;
}

.abouts .content .read-more {
  background: var(--primary);
  color: #ffffff;
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.abouts .content .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.abouts .content .read-more:hover {
  background: color-mix(in srgb, var(--primary), transparent 20%);
  padding-right: 19px;
}

.abouts .content .read-more:hover i {
  margin-left: 10px;
}

.abouts .icon-box {
  background-color: #ffffff;
  padding: 50px 40px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
}

.abouts .icon-box i {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 0;
  transition: all 0.4s ease-out 0s;
  background-color: color-mix(in srgb, var(--primary), transparent 95%);
  color: var(--primary);
}

.abouts .icon-box h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.abouts .icon-box p {
  margin-bottom: 0;
}

.abouts .icon-box:hover i {
  background-color: var(--primary);
  color: #ffffff;
}

.abouts .icon-boxes .col-md-6:nth-child(2) .icon-box,
.abouts .icon-boxes .col-md-6:nth-child(4) .icon-box {
  margin-top: -40px;
}

@media (max-width: 768px) {

  .abouts .icon-boxes .col-md-6:nth-child(2) .icon-box,
  .abouts .icon-boxes .col-md-6:nth-child(4) .icon-box {
    margin-top: 0;
  }
}


.page-header .breadcrumb-item+.breadcrumb-item::before {
  color: #999999;
}

/*******************************/
/********** About CSS **********/
/*******************************/
.about {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.about .section-header {
  margin-bottom: 30px;
  margin-left: 0;
}

.about .about-img {
  width: 100%;
  height: 100vh;
}

.about .about-tab {
  width: 100%;
}

.about .about-tab .nav.nav-pills .nav-link {
  padding: 8px;
  font-weight: 600;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  transition: none;
  color: #292828e1;
}

.about .about-tab .nav.nav-pills .nav-link:hover,
.about .about-tab .nav.nav-pills .nav-link.active {
  color: #993F3F;
  padding-bottom: 7px;
  border-bottom: 3px solid #993F3F;
}

.about .about-tab .tab-content {
  padding: 15px 0 0 0;
  background: transparent;
}

.about .about-tab .tab-content .container {
  padding: 0;
}

@media (max-width: 991.98px) {
  .about .section-header {
    margin-top: 30px;
  }
}


/*** Causes ***/
.causes-item .progress {
  height: 5px;
  border-radius: 0;
  overflow: visible;
}

.causes-item .progress .progress-bar {
  position: relative;
  overflow: visible;
  width: 0px;
  border-radius: 0;
  transition: 5s;
}

.causes-item .progress .progress-bar span {
  position: absolute;
  top: -7px;
  right: 0;
  width: 40px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background: var(--primary);
  color: #FFFFFF;
}

.causes-item .causes-overlay {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .3);
  overflow: hidden;
  opacity: 0;
  transition: .5s;
}

.causes-item:hover .causes-overlay {
  height: 100%;
  opacity: 1;
}

#cause-image {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

/*** Service ***/
.service-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, .06);
}


/*** Donate ***/
.donate {
  background: rgba(0, 29, 35, .8);
}

.btn-group .btn-light:hover,
.btn-group input[type="radio"]:checked+label {
  color: var(--primary);
  border-color: var(--primary);
}


/*** Team ***/
.team-item img {
  position: relative;
  top: 0;
  transition: .5s;
}

.team-item:hover img {
  top: -30px;
}

.team-item .team-text {
  position: relative;
  height: 100px;
  transition: .5s;
}

.team-item:hover .team-text {
  margin-top: -60px;
  height: 160px;
}

.team-item .team-text .team-social {
  opacity: 0;
  transition: .5s;
}

.team-item:hover .team-text .team-social {
  opacity: 1;
}

.team-item .team-social .btn {
  display: inline-flex;
  color: var(--primary);
  background: #FFFFFF;
  border-radius: 40px;
}

.team-item .team-social .btn:hover {
  color: #FFFFFF;
  background: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

@media (min-width: 768px) {

  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 200px;
  }
}

@media (min-width: 992px) {

  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 300px;
  }
}

.testimonial-carousel .owl-item .testimonial-text {
  background: var(--light);
  transform: scale(.8);
  transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  background: var(--primary);
  transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
  transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
  color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
  background: var(--primary) !important;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 350px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: .5s;
  z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
  width: 300px;
  opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  color: var(--primary);
  font-size: 45px;
  transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--dark);
}


/*** Footer ***/

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .btn.btn-square {
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .btn.btn-square:hover {
  color: var(--secondary);
  border-color: var(--light);
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
  color: var(--secondary);
}

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

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  font-family: var(--heading-font);
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: #ffffff;
  background-color: #ffffff;
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}

.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  background: #ffffff;
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--primary);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/* gallery  */
.main {
  position: relative;
  height: 100%;
  width: 100%;
}

.main .img_gallery {
  position: relative;
  height: auto;
  /* width: 90%; */
  margin: auto;
  padding: 45px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: .5rem;
  grid-auto-flow: dense;
}

.main .img_gallery .img {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.9);
}

.main .img_gallery .img:first-child {
  grid-column-start: span 2;
  grid-row-start: span 1;
}

.main .img_gallery .img:nth-child(2n+3) {
  grid-row-start: span 2;
}

.main .img_gallery .img:nth-child(4n+5) {
  grid-row-start: span 2;
  grid-column-start: span 2;
}

.main .img_gallery .img:nth-child(6n+7) {
  grid-row-start: span 1;
}

.main .img_gallery .img:nth-child(8n+9) {
  grid-column-start: span 1;
  grid-row-start: span 1;
}

.main .img_gallery .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}

.main .img_gallery .img:hover img {
  filter: brightness(0.5) grayscale(100);
  cursor: pointer;
}


.main .popup-image {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}

.main .popup-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  width: 750px;
  object-fit: cover;
}

.main .popup-image span {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 40px;
  font-weight: bolder;
  color: #fff;
  cursor: pointer;
  z-index: 100;
}

@media screen and (max-width:768px) {
  .main .img_gallery {
    grid-template-columns: auto auto auto;
  }

  .main .popup-image img {
    width: 95%;
  }
}

@media screen and (max-width: 425px) {
  .main .img_gallery {
    display: block;
  }

  .main .img_gallery .img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

/* Future_doctor  */
.Futur_doctor .team-member {
  background-color: #fff;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.Futur_doctor .team-member .member-img {
  position: relative;
  overflow: hidden;
}

.Futur_doctor .team-member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.Futur_doctor .team-member .social a {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(0, 0, 0, 0.8);
  margin: 0 3px;
  border-radius: 4px;
  width: 90%;
  height: 36px;
  transition: ease-in-out 0.3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: auto;
}


.Futur_doctor .team-member .member-info {
  padding: 25px 15px;
}

.Futur_doctor .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  display: inline-block;
}

.Futur_doctor .team-member .member-info h4 span {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 16px;
}

.Futur_doctor .team-member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  /* Replace with your desired color */
}

.col-5-custom {
  flex: 0 0 20%;
  max-width: 20%;
  flex-wrap: wrap;
}

@media (max-width: 1200px) {
  .col-5-custom {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 992px) {
  .col-5-custom {
    flex: 0 0 25%;
    max-width: 33.33%;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .col-5-custom {
    flex: 0 0 50%;
    max-width: 42%;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 576px) {
  .col-5-custom {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center !important;
    align-items: center;
  }
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.year .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.year .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;

}

.year .portfolio-filters li:hover,
.year .portfolio-filters li.filter-active {
  color: var(--light);
  background-color: var(--primary);
}

.year .portfolio-filters li:first-child {
  margin-left: 0;
}

.year .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .year .portfolio-filters li {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}



/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team-membersss .team-member {
  background-color: var(--surface-color);
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.team-membersss .team-member .member-img {
  position: relative;
  overflow: hidden;
}

.team-membersss .team-member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team-membersss .team-member .social a {
  background: color-mix(in srgb, var(--contrast-color), transparent 25%);
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0 3px;
  border-radius: 4px;
  width: 90%;
  height: 36px;
  transition: ease-in-out 0.3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team-membersss .team-member .social a:hover {
  color: var(--light);
  background: var(--primary);
}

.team-membersss .team-member .social i {
  font-size: 18px;
  line-height: 0;
}

.team-membersss .team-member .member-info {
  padding: 25px 15px;
}

.team-membersss .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
}

.team-membersss .team-member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.team-membersss .team-member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/* success  */
/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.success-story .testimonial-wrap {
  padding-left: 50px;
}

.success-story .testimonials-carousel,
.success-story .testimonials-slider {
  overflow: hidden;
}

.success-story .testimonial-item {
  /* background-color: var(--surface-color); */
  border: 1px solid color-mix(in srgb, var(--primary), transparent 90%);
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  position: relative;
}

.success-story .testimonial-item .testimonial-img {
  width: 150px;
  border-radius: 10px;
  border: 1px solid var(--primary);
  position: absolute;
  left: -45px;
}

.success-story .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.success-story .testimonial-item h4 {
  color: color-mix(in srgb, var(--primary), transparent 50%);
  font-size: 14px;
  margin: 0;
}

.success-story .testimonial-item .stars {
  margin: 10px 0;
}

.success-story .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.success-story .testimonial-item .quote-icon-left,
.success-story .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--primary), transparent 60%);
  font-size: 26px;
  line-height: 0;
}

.success-story .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.success-story .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.success-story .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.success-story .swiper-wrapper {
  height: auto;
}

.success-story .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.success-story .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--background-color);
  opacity: 1;
  border: 1px solid var(--primary);
}

.success-story .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary);
}

@media (max-width: 767px) {
  .success-story .testimonial-wrap {
    padding-left: 0;
  }

  .success-story .testimonials-carousel,
  .success-story .testimonials-slider {
    overflow: hidden;
  }

  .success-story .testimonial-item {
    padding: 30px !important;
    margin: 15px;
    text-align: center !important;
  }

  .success-story .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

.success-story .swiper-slide:nth-child(odd) .testimonial-item {
  text-align: left;
  padding-left: 150px;
  /* Maintain space for the image */
  padding-right: 30px;
}

.success-story .swiper-slide:nth-child(odd) .testimonial-item .testimonial-img {
  left: -45px;
  /* Image on the left */
  right: auto;
}

/* For even slides (image and text on the right) */
.success-story .swiper-slide:nth-child(even) .testimonial-item {
  text-align: right;
  padding-right: 150px;
  /* Maintain space for the image */
  padding-left: 30px;
}

.success-story .swiper-slide:nth-child(even) .testimonial-item .testimonial-img {
  left: auto;
  right: -45px;
  /* Image on the right */
}

.result_count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

.r_img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.r_img img {
  width: 100%;
  height: 100%;
}

.r_count {
  text-align: center;
  margin-left: 20px;
}

.r_count_number {
  font-size: 35px;
  color: black;
}

#carouselExampleFade,
.carousel-img-container {
  width: 35vw;
  height: 35vw;
  border-radius: 10px;
  overflow: hidden;
}

.carousel-img-container img {
  width: 100%;
  height: 100%;

}

.card_img {
  border-radius: 10px;
  overflow: hidden;
}

.carousel-control-prev {
  left: 58px;
}

@media (max-width: 900px) {

  #carouselExampleFade,
  .carousel-img-container {
    width: 86vw;
    height: 84vw;
  }

  .result_box {
    width: 100%;
    flex-direction: column;
    margin: 10px;
    padding: 10px 0;
    border-radius: 5px;
  }
}

.edu-container {
  gap: 3rem;
}

.hero-content {
  display: flex;
  justify-content: center;
  text-align: center;
}

.hero-main-mini {
  position: relative;
}

.hero-main-mini .container {
  position: absolute;
  top: 100px;
  margin: auto;
}

@media screen and (max-width: 900px) {
  .hero-content {
    position: sticky;
  }

  .hero-content .hero-h1 {
    font-size: 2rem;
  }

  .hero-content .hero-p {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 660px) {
  .hero-main-mini {
    margin-bottom: 8rem;
  }

  .image-container img {
    /* height: 362px !important; */
  }
}

@media screen and (max-width: 500px) {
  .hero-main-mini {
    margin-bottom: 13rem;
  }

  .result_box {
    margin: 2px;
  }
}

@media screen and (max-width: 400px) {
  .hero-main-mini {
    margin-bottom: 17rem;
    padding-top: 2rem !important;
  }
}

.learn-more-btn {
  color: #000;
  background-color: #fff4ef;
  border-color: #993F3F;
}


.testimonials-one {
  position: relative;
  background-color: var(--cleenhearts-base, #2e2e2e);
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonials-one__bg {
  /* position: absolute; */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  /* height: 10rem; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* opacity: 0.10; */
  display: flex;
  justify-content: center;
  align-items: center;

}

.testimonials-one__wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.testimonials-one__wrapper .testimonials-card__bg {
  border-radius: 0;
}

.testimonials-one__top {
  padding: 0px 0px 0;
  margin-bottom: 0px;
}

@media (max-width: 1199px) {
  .testimonials-one__top {
    padding: 40px 40px 0;
  }
}

@media (max-width: 575px) {
  .testimonials-one__top {
    padding: 30px 30px 0;
  }
}

.testimonials-one .sec-title {
  margin-bottom: 0;
}

.testimonials-one .sec-title__tagline {
  color: #fff;
  margin-bottom: 23px;
}

.testimonials-one .sec-title__tagline::before {
  background-color: #c62b23;
}

.testimonials-one .sec-title__tagline::after {
  border: 1px solid #204a8f;
}

.testimonials-one .sec-title__title {
  color: #fff;
}

.testimonials-one__image img {
  border-radius: 100px;
  max-width: 100%;
}


@media (max-width: 991px) {
  .testimonials-one__carousel .owl-dots {
    top: 5px;
    right: 40px;
  }

  .col-lg-6.wow.fadeInUp {
    display: flex;
    justify-content: center;
  }

  .edu-container {
    display: grid;
    grid-template-columns: auto;
  }

}

@media (max-width: 767px) {
  .testimonials-one__carousel .owl-dots {
    top: 40px;
  }

  .carousel-img-container {
    width: 57vw;
    height: 42vw;
  }

  #carouselExampleFade,
  .carousel-img-container {
    width: 86vw;
    height: 45vw;
  }
}

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

  /* .container-xxl.py-5{
    margin-top: -7rem;
  } */
  .carousel-inner {
    margin: 0 0;
  }

  .about-mini {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    gap: 2rem;
  }

  .col-lg-6.wow.fadeInUp {
    text-align: center;
    /* margin-left: 1.5rem; */
  }

  .carousel-inner {
    margin: 0 1rem !important;
  }

  .carousel-control-prev {
    left: 16px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

}

@media (max-width: 425px) {
  .testimonials-one__carousel .owl-dots {
    right: 30px;
  }

  .container-about {
    padding-right: 0 !important;
  }
}

@media (max-width: 392px) {
  .testimonials-one__carousel .owl-dots {
    right: 25px;
  }
}

.testimonials-one .testimonials-card {
  padding: 60px;
}

@media (max-width: 991px) {
  .testimonials-one .testimonials-card {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .testimonials-one .testimonials-card {
    padding-top: 90px;
  }

  .testimonials-card {
    height: 100%;
  }

  .blog-card__content {
    height: 100%;
  }
}

@media (max-width: 425px) {
  .testimonials-one .testimonials-card {
    padding: 90px 30px 30px;
  }
}

@media (max-width: 392px) {
  .testimonials-one .testimonials-card {
    padding: 90px 25px 25px;
  }
}

.testimonials-one .testimonials-card__info__left {
  padding-right: 45px;
}


@media (max-width: 767px) {
  .testimonials-one .testimonials-card__content {
    flex-direction: column;
  }
}

.testimonials-card__content {
  position: relative;
  z-index: 11;
}

.testimonials-card__text {
  padding-right: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.59;
  text-transform: capitalize;
  margin-bottom: 36px;
}

.emp-cont {
  width: 70%;
  position: absolute;
  /* top: 0; */
  background-color: #fff;
  padding: 60px;
  border-radius: 40px;

}

.testimonials-one .testimonials-card__quote {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 144px;
  height: 144px;
  background-color: var(--cleenhearts-white2, #EFECE7);
  border-radius: 50%;
  transition: all 400ms ease;
}

.testimonials-one .testimonials-card__quote span {
  transition: all 400ms ease;
}

@media (max-width: 991px) {
  .testimonials-one .testimonials-card__quote {
    width: 80px;
    height: 80px;
  }

  .testimonials-one .testimonials-card__quote span {
    font-size: 30px;
  }
}

.testimonials-one .testimonials-card__content {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  gap: 40px 50px;
}

@media (max-width: 767px) {
  .testimonials-one .testimonials-card__content {
    flex-direction: column;
  }
}

.testimonials-one .testimonials-card__text {
  width: 100%;
  /* max-width: 810px; */
  padding-right: 0;
  margin-top: 18px;
  margin-bottom: 0;
}

.testimonials-three--home-4 .testimonials-card .testimonials-card__text {
  font-style: italic;
}

@media (max-width: 575px) {
  .testimonials-one .testimonials-card__text {
    margin-top: 8px;
  }
}

.testimonials-one .testimonials-card__quote {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 144px;
  height: 144px;
  background-color: white;
  border-radius: 50%;
  transition: all 400ms ease;
}

.testimonials-one .testimonials-card__quote span {
  transition: all 400ms ease;
}

@media (max-width: 991px) {
  .testimonials-one .testimonials-card__quote {
    width: 80px;
    height: 80px;
  }

  .testimonials-one .testimonials-card__quote span {
    font-size: 30px;
  }
}

.testimonials-one .testimonials-card:hover .testimonials-card__quote {
  background-color: #c62b23;
}

.testimonials-one .testimonials-card:hover .testimonials-card__quote span {
  color: #fff;
}

.testimonials-one__shape__one,
.testimonials-one__shape__two {
  position: absolute;
  animation: zumpX 1500ms infinite alternate;
}

.testimonials-one__shape__one {
  top: 0;
  left: 0;
}

@media (max-width: 1599px) {
  .testimonials-one__shape__one {
    top: -50px;
  }
}

.testimonials-one__shape__two {
  right: 0;
  bottom: 0;
}

@media (max-width: 1599px) {
  .testimonials-one__shape__two {
    bottom: -50px;
  }
}

.employment-section {
  width: 100%;
  height: 100%;
  /* position: absolute; */
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fff;
  mix-blend-mode: multiply;
  border-radius: 20px;
}

.testimonials-three .testimonials-card__bg {
  display: none;
}

.employement-container {
  position: absolute;
}

.emp-cont-main {
  display: grid;
  grid-template-columns: auto auto;
}

.emp-cont-main img {
  width: 70px;
  position: absolute;
  right: 20px;
  bottom: 40px;
  color: var(--primary) !important;
}

.employement {}

.emp-card1 img {
  width: 400px;
}

.emp-card1 {
  display: flex;
}

/* .success-story #testimonial-wrap {
  padding-left: 50px;
} */
@media (max-width: 767px) {
  .success-story #testimonial-wrap {
    padding-left: 0;
  }
}

.success-story .swiper-slide:nth-child(odd) #testimonial-item .testimonial-img {
  left: -45px;
  /* Image on the left */
  right: auto;
}

.success-story .swiper-slide:nth-child(odd) #testimonial-item {
  text-align: left;
  padding-left: 60px;
  /* Maintain space for the image */
  padding-right: 30px;
}

#testimonial-item2 {
  text-align: left;
  padding-left: 60px;
  /* Maintain space for the image */
  padding-right: 30px;
}

.success-story .swiper-slide:nth-child(odd) #testimonial-item .testimonial-img {
  left: 0;
  right: auto;
  width: 484px;
  height: 371px;
  border-radius: 10px;
  border: 1px solid var(--primary);
}

.success-story #testimonial-item {
  /* background-color: var(--surface-color); */
  border: 1px solid color-mix(in srgb, var(--primary), transparent 90%);
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  position: relative;
}

#testimonial-item {
  display: flex;
  /* grid-template-columns: auto auto; */
  gap: 4rem;
  justify-content: center;
  /* flex-wrap: wrap; */
}

#testimonial-item2 {
  display: flex;
  gap: 4rem;
  justify-content: center;
  flex-direction: row-reverse;
  /* flex-wrap: wrap; */
}

.success-story #testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.success-story #testimonial-item2 .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonial-img2 {
  left: 0;
  right: auto;
  width: 484px;
  height: 371px;
  border-radius: 10px;
  border: 1px solid var(--primary);
}

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

  #testimonial-item,
  #testimonial-item2 {
    flex-wrap: wrap;
  }
}

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

  .success-story .swiper-slide:nth-child(odd) #testimonial-item,
  #testimonial-item2 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .success-story .swiper-slide:nth-child(odd) #testimonial-item .testimonial-img,
  .testimonial-img2 {
    width: 350px;
    height: 300px
  }
}

.activity {
  display: grid;
  grid-template-columns: 15% 15% 15% 15%;
  /* gap: 3rem; */
  /* padding: 2rem; */
  justify-content: center;
  /* background-color: #fff4ef; */
  gap: 3rem;

}

.activity .blood-donation img {
  width: 100px;
  margin-bottom: 30px;
}

.activity .blood-donation {
  /* background-color: #E8E8E8; */
  background-color: #f7f6f3;
  text-align: center;
  padding: 2rem 0rem;
  cursor: pointer;
  font-weight: 500;
  color: #000;
  border-radius: 5px;
  -webkit-box-shadow: 9px 6px 9px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 9px 6px 9px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 9px 6px 9px -12px rgba(0, 0, 0, 0.75);
}

.activity .blood-donation:hover {
  /* background-color: #fff4ef; */
  background-color: #CF5555;
  color: #fff;
}

@media screen and (max-width:1000px) {
  .activity {
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    gap: 0.3rem;
  }
}

@media screen and (max-width:600px) {
  .activity {
    display: grid;
    margin: auto;
    grid-template-columns: 40% 40%;
  }

  .activity .blood-donation {
    margin-bottom: 0.5rem;
  }

  .animated-heading {
    font-size: 20px;
  }

  .text-container .lead {
    font-size: 16px;
  }

  .next-icon2,
  .prev-icon2 {
    margin-top: -15rem;
  }
}

@media screen and (max-width:400px) {
  .activity {
    display: grid;
    grid-template-columns: 70%;
  }
}

/* Donate Page */
.blood-about {
  display: grid;
  grid-template-columns: 28% 50%;
  justify-content: center;
  line-height: 1.75;
  gap: 2rem;
}

.blood-about #about-1 {
  width: 400px;
}

.donate-content {
  margin: auto;
}

.donate-content h3 {
  color: #993F3F;
}

.donate-content .donate-list {
  display: grid;
  grid-template-columns: auto auto;
}

.donate-list ul li {
  list-style-type: none;
}

.donate-list ul li span {
  color: #993F3F;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .blood-about #about-1 {
    width: 330px;
  }
}

@media screen and (max-width: 900px) {
  .blood-about {
    display: flex;
    flex-wrap: wrap;
  }

  .donate-content {
    padding: 2rem 5rem;
  }
}

@media screen and (max-width: 500px) {
  .donate-content {
    padding: 1rem 2rem;
  }
}

#container-RTI {
  margin-bottom: 4rem;
}

@media screen and (max-width: 800px) {
  #container-RTI {
    margin-bottom: 2rem;
  }
}

.employment-main {
  background-color: #FAF9F6;
  padding: 5rem;
}

.employemnt-mini {
  /* display: grid;
  grid-template-columns: 40% 40%; */
  display: flex;
  justify-content: center;
  gap: 4rem;
}

.employemnt-mini img {
  border-radius: 20px;
}

.employemnt-mini #emp-img2 {
  width: 530px;
}

.employemnt-mini #emp-img1 {
  width: 671px;
  margin-bottom: 1.5rem;
  height: 570px;
}

@media screen and (max-width: 1300px) {
  .employemnt-mini {
    flex-wrap: wrap;
    justify-content: center;
  }
}

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

  .employemnt-mini #emp-img1,
  .employemnt-mini #emp-img2 {
    width: 380px;
    height: 300px;
  }

  .employment-main {
    padding: 2.5rem;
  }
}

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

  .employemnt-mini #emp-img1,
  .employemnt-mini #emp-img2 {
    width: 300px;
  }

  .employemnt-mini p {
    font-size: 14px;
  }
}

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

  .employemnt-mini #emp-img1,
  .employemnt-mini #emp-img2 {
    width: 250px;
  }

  .employemnt-mini p {
    font-size: 13px;
  }
}

.main-hero {
  position: relative;
}

@media screen and (max-width:410px) {
  .main-hero {
    margin-bottom: 3rem;
  }

}

@media screen and (max-width:320px) {
  .main-hero {
    margin-bottom: 5rem;
  }
}

.content-hero {
  position: absolute;
  top: 100px;
  margin: auto;
  width: 100%;
  text-align: center;
  padding-top: 10rem;
  line-height: 2;
}

.image-hero {
  width: 100%;
}

@media screen and (max-width: 900px) {
  .content-hero {
    padding-top: 5rem;
  }

  .image-hero {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 600px) {
  .content-hero {
    padding-top: 6rem;
  }

  .image-hero {
    margin-bottom: 15rem;
  }
}

/* carousel  */
/* .box-area {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box {
  width: 70px;
  height: 400px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  transition: all linear 0.6s;
}

.box:last-child{
  margin-right: 0;
}

.box::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box i{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #fff;
  position: absolute;
  bottom: 20px;
  left: 10px;
  font-size: 20px;
}

.box:nth-child(1) i{
  color: #ff5200;
}
.box:nth-child(2) i{
  color: #ca470a;
}
.box:nth-child(3) i{
  color: #00d9ff;
}
.box:nth-child(4) i{
  color: #0077ff;
}

.box h2 {
  position: absolute;
  bottom: 30px;
  left: 60px;
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  color: #f6f6f6;
  font-weight: 600;
  opacity: 0;
  transition: all linear 0.3s;
}

.box p {
  position: absolute;
  bottom: 10px;
  left: 60px;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #f6f6f6;
  opacity: 0;
  transition: all linear 0.3s;
}

.box.active h2{
  opacity: 1;
}

.box.active p{
  opacity: 1;
}

.active{
  width: 500px;
  transition: all linear 0.6s;
} */

/* Parallax Effect for Images */
.parallax {
  transition: transform 1s ease-out;
}

.carousel-item:hover .parallax {
  transform: scale(1.05);
}

/* Gradient Border for Images */
.image-container {
  border: 4px solid transparent;
  /* border-image: linear-gradient(45deg, #ff6ec4, #7873f5); */
  border-image: #000;
  border-image-slice: 1;
  padding: 5px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
}

/* Text Animation (Typing Effect) */
.animated-heading::after {
  content: '|';
  display: inline-block;
  animation: blink 1s infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.animated-heading {
  font-size: 1.7rem;
  /* color: #ff6ec4; */
  color: #993F3F;
  animation: typing 2s steps(15, end) 1s forwards;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
}

@keyframes typing {
  to {
    width: 100%;
  }
}

/* Background Gradient for Text */
.text-container .lead {
  /* background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); */
  /* background-color: ; */
  color: black;
  padding: 15px;
  border-radius: 15px;
  font-size: 1.1rem;
}

/* Carousel Transition */
.carousel-item {
  /* transition: transform 0.4s ease, opacity 0.4s ease; */
  transition: transform 0.7s ease-out, opacity 0.7s ease-out;
}

.carousel-inner {
  transition: transform 1s ease-out;
  margin: 0 4rem;
}

.image-container img {
  border-radius: 10px;
  transition: transform 0.5s ease-out;
  width: 100%;
  /* height: 90%; */
  /* max-height: 50%; */
}

.carousel-inner .col-md-6 .image-container {
  overflow: hidden;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.carousel-item.active {
  opacity: 1;
  transform: scale(1);
}

.carousel-item-next,
.carousel-item-prev {
  opacity: 0.5;
  transform: scale(0.95);
}

/* donate  */
.donate-now {
  background: radial-gradient(circle, rgba(153, 63, 63, 0.2) 0%, rgba(153, 63, 63, 0.05) 100%), var(--light);
  color: var(--dark);
  padding: 60px 20px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.donate-now::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -70px;
  width: 250px;
  height: 250px;
  background: rgba(153, 63, 63, 0.2);
  opacity: 0.5;
  border-radius: 50%;
  z-index: 1;
}

.donate-now::after {
  content: "";
  position: absolute;
  bottom: -120px;
  right: -90px;
  width: 300px;
  height: 300px;
  background: rgba(153, 63, 63, 0.2);
  opacity: 0.5;
  border-radius: 50%;
  z-index: 1;
}

.donate-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  z-index: 2;
  position: relative;
}

.donate-text {
  flex: 1;
  text-align: left;
}

.donate-text h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: var(--primary);
}

.donate-text p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 15px;
  color: var(--dark);
}

.donate-text i {
  font-weight: bold;
  color: var(--primary);
}

.donate-form-container {
  flex: 1;
  background: var(--light);
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.donate-form-container h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: var(--dark);
}

.donate-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.donate-form label {
  font-size: 1rem;
  font-weight: bold;
  color: var(--dark);
}

.donate-form input,
.donate-form select {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid var(--primary);
  border-radius: 5px;
  background-color: var(--light);
}

.donate-form input:focus,
.donate-form select:focus {
  outline: none;
  border: 1px solid var(--primary);
  box-shadow: 0 0 5px rgba(153, 63, 63, 0.3);
}

.donate-button {
  padding: 12px 20px;
  background: var(--primary);
  color: var(--light);
  font-size: 1rem;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.donate-button:hover {
  background: var(--dark);
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.donation-page {
  padding: 50px 0;
  background: radial-gradient(circle at center, var(--light), #eaeaea 90%);
}

.donation-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  justify-content: center;
}

.donation-left,
.donation-right {
  flex: 1;
  max-width: 550px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background: var(--secondary);
}

.donation-header h1 {
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 10px;
}

.tagline {
  font-size: 1.2rem;
  font-style: italic;
  color: var(--dark);
}

.mission-text {
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 20px 0;
}

.qr-code {
  text-align: center;
  margin: 20px 0;
}

.qr-code img {
  width: 60%;
  border: 3px dashed var(--primary);
  padding: 10px;
  border-radius: 10px;
}

.scan-text {
  margin-top: 10px;
  font-size: 1rem;
  color: var(--primary);
}

.payment-card {
  background: var(--light);
  border: 1px solid var(--primary);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.payment-card h2 {
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 15px;
}

.payment-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.payment-list li {
  font-size: 1rem;
  margin: 8px 0;
  font-weight: bold;
  line-height: 1.6;
  color: var(--dark);
}

.payment-list li strong {
  color: var(--primary);
}

.cta-button {
  display: inline-block;
  padding: 12px 25px;
  margin-top: 20px;
  background: var(--primary);
  color: var(--light);
  font-size: 1rem;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: var(--dark);
  transform: scale(1.05);
}

/* hover  */

.donation-section {
  background: var(--gradient);
  padding: 80px 20px;
  animation: fadeInSection 1s ease-in;
}

@keyframes fadeInSection {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.donation-content {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.donation-message,
.payment-details {
  flex: 1;
  max-width: 550px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.donation-message:hover,
.payment-details:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.message-container {
  padding: 40px;
}

.donation-title {
  font-size: 2.8rem;
  color: var(--primary);
  margin-bottom: 10px;
  animation: slideInLeft 0.8s ease;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.donation-subtitle {
  font-size: 1.5rem;
  color: var(--dark);
  margin-bottom: 20px;
}

.donation-description {
  font-size: 1rem;
  color: var(--dark);
  line-height: 1.8;
  margin-bottom: 30px;
}

.impact-stats {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.impact-stats div {
  text-align: center;
}

.impact-stats h2 {
  font-size: 2.5rem;
  color: var(--primary);
}

.impact-stats p {
  font-size: 0.9rem;
  color: var(--dark);
}

.qr-container {
  text-align: center;
}

.qr-container img {
  width: 60%;
  border: 4px solid var(--accent);
  padding: 10px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.qr-container img:hover {
  transform: scale(1.1);
}

.scan-text {
  margin-top: 10px;
  font-size: 0.9rem;
  color: var(--primary);
}

.payment-details .details-card {
  padding: 40px;
  background: var(--light);
  border: 2px solid var(--accent);
  border-radius: 10px;
  text-align: center;
}

.details-heading {
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 20px;
}

.details-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.details-list li {
  font-size: 1rem;
  margin: 10px 0;
  font-weight: bold;
  color: var(--dark);
}

.details-list li span {
  color: var(--primary);
}

.donate-button {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 30px;
  font-size: 1rem;
  color: white;
  background: var(--primary);
  border: none;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.donate-button:hover {
  background: var(--dark);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.activities-page {
  padding: 100px 20px;
  background-color: var(--light);
}

/* Enhanced Zigzag Container */
.zigzag-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 80px;
  position: relative;
}

/* Zigzag Block Enhancements */
.zigzag-block {
  display: grid;
  grid-template-columns: 40% 40%;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
  animation: fadeInBlock 1s ease-in-out, floatBlock 4s ease-in-out infinite alternate;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(240, 240, 240, 0.9));
}

.connecting-line-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  /* Adjust the gap between zigzag blocks */
}

/* Connecting Line Styling */
.connecting-line {
  position: relative;
  width: 4px;
  background: none;
  border-left: 2px dashed #6c757d;
  /* Dashed line style */
  height: 100px;
  /* Adjust line height */
  margin: 0 auto;
}


/* Subtle Gradient Movement */
.connecting-line::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(30, 144, 255, 0.2) 50%, transparent 100%);
  animation: gradientFlow 3s infinite ease-in-out;
}

/* Gradient Flow Animation */
@keyframes gradientFlow {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

/* Image Container with Glow Effect */
.image-container {
  /* flex: 1; */
  text-align: center;
  position: relative;
}

.activity-image {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
}

.activity-image:hover {
  transform: scale(1.08) rotate(2deg);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
}

/* Text Container Enhancements */
.text-container {
  flex: 1;
  max-width: 500px;
  animation: slideInText 1s ease-out;
}

.activity-heading {
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.activity-heading::after {
  content: '';
  width: 50px;
  height: 5px;
  background-color: var(--accent);
  display: block;
  margin-top: 10px;
}

.activity-description {
  font-size: 1.2rem;
  color: var(--dark);
  line-height: 1.8;
  opacity: 0.9;
  text-align: justify;
}

/* Buttons with Bounce Effect */
.read-more-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: var(--accent);
  color: var(--light);
  border-radius: 50px;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.4s ease;
  margin-top: 20px;
}

.read-more-btn:hover {
  background-color: var(--hover-color);
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
}

/* Zigzag Block Floating Animation */
@keyframes floatBlock {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

/* Text Slide Animation */
@keyframes slideInText {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .zigzag-block {
    flex-direction: column;
    gap: 20px;
  }

  .connecting-line {
    display: none;
  }
}

@media screen and (max-width : 750px) {
  .zigzag-block {
    display: grid;
    grid-template-columns: auto;
  }
}

#carousel-control-next {
  right: 88px;
}

@media screen and (max-width:550px) {
  #carousel-control-next {
    right: 38px;
  }

  .about-hero-content {
    margin-bottom: -10rem;
  }

  .about-page-para1 {
    /* margin-bottom: 7rem !important; */
  }
}

@media screen and (max-width:450px) {
  .about-section-home {
    margin-top: -7rem;
  }

  .scholarship-hero-overlay h1 {
    font-size: 2rem !important;
  }

  .scholarship-hero-stat {
    font-size: 1rem;
    padding: 10px 17px;
  }

  .mission-icon-item img {
    width: 50px !important;
    height: 50px !important;
  }

  .scholarship-mission h2 {
    font-size: 2rem !important;

  }
}

@media screen and (max-width : 991px) {
  .about-page-section {
    margin-top: -30rem;
  }

  .donate-button-footer {
    display: block;
  }
}

@media screen and (max-width:650px) {
  .donate-container {
    display: grid;
    grid-template-columns: auto;
  }

  .donate-text h1 {
    font-size: 2rem;
  }

  .heross {
    padding: 0 0 60px 0 !important;
  }
}

/* Neet preparation  */
/* NEET Introduction Section */
.neet-introduction-section {
  padding: 1rem 0;
}

.neet-introduction-section h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--primary);
}

.neet-introduction-section p {
  font-size: 1rem;
  line-height: 1.6;
}

.neet-introduction-section ul {
  padding-left: 1.5rem;
  list-style: disc;
}

.neet-introduction-section ul li {
  margin-bottom: 0.8rem;
  font-size: 1rem;
}

.neet-introduction-section .btn-outline-primary {
  border-color: var(--primary);
  color: var(--primary);
  border-radius: 0.5rem;
}

.neet-introduction-section .btn-outline-primary:hover {
  background-color: var(--primary);
  color: #fff;
}

/* NEET Outcome Section */
.neet-outcome-section {
  padding: 3rem 0;
  background-color: var(--secondary);
  border-radius: 1rem;
}

.neet-outcome-section h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.neet-outcome-section .card {
  border-radius: 0.8rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.neet-outcome-section .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.neet-outcome-section .card i {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.neet-outcome-section .card h5 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.neet-outcome-section .card p {
  font-size: 1rem;
  color: var(--dark);
}

.neet-introduction-section .neet-image-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.neet-introduction-section .neet-image-wrapper:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.neet-introduction-section .neet-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1rem;
}

.neet-introduction-section .neet-image-wrapper .neet-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0.5rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.neet-introduction-section .neet-image-wrapper:hover .neet-image-overlay {
  transform: translateY(0);
}

.neet-mini-conatiner {
  gap: 5%;
}

/* scholarship  */


/* Container styles */
.scholarship-container {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--dark);
}

/* Hero Section */
.scholarship-hero {
  position: relative;
  height: 60vh;
  background: url('scholarship-background.jpg') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--light);
}

.scholarship-hero-overlay {
  background: var(--secondary);
  color: var(--light);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  animation: fadeIn 2s ease-in-out;
}

.scholarship-hero-overlay h1 {
  font-size: 3rem;
  margin-bottom: 15px;
  color: black;
  animation: slideInFromTop 1.5s ease-in-out;
}

.scholarship-hero-overlay p {
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: black;
  animation: slideInFromLeft 1.5s ease-in-out;
}


.scholarship-hero-stat {
  display: inline-block;
  background: var(--primary);
  color: var(--light);
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 1.3rem;
  font-weight: bold;
  animation: pulse 1.5s infinite;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.scholarship-hero-stat p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--secondary);
}

.scholarship-hero-stat:hover {
  background: var(--hover-color);
}

.scholarship-mission {
  padding: 60px 20px;
  text-align: center;
  background: var(--secondary);
}

.scholarship-mission h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: var(--primary);
  text-transform: uppercase;
}

.scholarship-mission p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--dark);
  max-width: 800px;
  margin: 0 auto;
}

.scholarship-mission-icons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.mission-icon-item {
  text-align: center;
  transition: transform 0.3s ease, background 0.3s ease;
  padding: 15px;
  border-radius: 10px;
}

.mission-icon-item:hover {
  background: var(--primary);
  transform: translateY(-5px);
  color: var(--light);
}

.mission-icon-item img {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}

.mission-icon-item:hover img {
  transform: scale(1.1);
}

.mission-icon-item p {
  font-size: 1rem;
  color: var(--dark);
  font-weight: bold;
}

.mission-icon-item:hover p {
  color: var(--light);
}

/* Animations */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideInFromTop {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }

}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}



/* donate page  */
/* Main Section */
.impact-donation {
  padding: 70px 20px;
  background: linear-gradient(to right, var(--primary), var(--secondary));
  color: var(--dark);
  font-family: Arial, sans-serif;
  text-align: center;
}

/* Hero Section */
.donation-hero {
  margin-bottom: 50px;
}

.hero-title {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

.hero-subtitle {
  font-size: 1.3rem;
  color: #f7f7f7;
  line-height: 1.6;
  margin-bottom: 40px;
}

/* Donation Layout */
.donation-layout {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* Left Section */
.donation-info-box {
  flex: 1;
  max-width: 450px;
  background: var(--light);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-radius: 15px;
}

.info-title {
  font-size: 1.8rem;
  color: var(--primary);
  margin-bottom: 15px;
}

.info-text {
  font-size: 1rem;
  margin-bottom: 20px;
  color: var(--dark);
}

.qr-code-box {
  background: var(--secondary);
  padding: 20px;
  border: 2px dashed var(--primary);
  border-radius: 12px;
  margin-top: 15px;
}

.qr-image {
  width: 150px;
  display: block;
  margin: 0 auto;
}

.qr-caption {
  margin-top: 10px;
  font-size: 1rem;
  color: var(--dark);
  font-weight: bold;
}

/* Right Section */
.donation-bank-box {
  flex: 1;
  max-width: 450px;
  background: var(--light);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-radius: 15px;
}

.bank-title {
  font-size: 1.8rem;
  color: var(--primary);
  margin-bottom: 20px;
}

.bank-info-list {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-bottom: 30px;
}

.bank-info-list li {
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.bank-info-list li strong {
  color: var(--primary);
}

/* Button */
.donation-button {
  display: inline-block;
  padding: 12px 25px;
  font-size: 1rem;
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.donation-button:hover {
  background: var(--primary);
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
  .donation-layout {
    flex-direction: column;
  }
}


/* Adoption Impact Section */
.adoption-impact {
  padding: 20px 20px;
  background-color: #f9f9f9;
  color: #333;
  text-align: center;
  font-family: Arial, sans-serif;
}

.adoption-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.adoption-description {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.adoption-stat-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.adoption-stat-box {
  background-color: #993F3F;
  padding: 30px;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
}

.adoption-stat {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

.adoption-subtext {
  font-size: 1.1rem;
  color: #333;
  font-weight: 600;
  margin-top: 10px;
  letter-spacing: 0.5px;
}

/* Image Gallery Section */
.image-gallery {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.gallery-row {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 300px;
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 8px;
}

.gallery-item:hover .gallery-image {
  transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 768px) {
  .image-gallery {
    flex-direction: column;
    align-items: center;
  }

  .gallery-row {
    flex-direction: column;
  }

  .gallery-item {
    width: 80%;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .adoption-stat-container {
    flex-direction: column;
    align-items: center;
  }

  .adoption-subtext {
    margin-top: 15px;
  }
}


.advisor-section {
  padding: 40px 0;
  background: linear-gradient(135deg, var(--secondary) 0%, var(--light) 100%);
  margin-bottom: 6rem;
}

.image-container {
  position: relative;
  display: inline-block;
}

.advisor-image {
  width: 100%;
  border-radius: 50%;
  /* border: 5px solid var(--primary); */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.experience-badge {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #993f3f;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0 5px 15px rgba(245, 166, 35, 0.3);
}

.highlight {
  width: 50px;
  height: 4px;
  background: var(--primary);
  margin-bottom: 20px;
}

.advisor-title {
  font-size: 32px;
  margin-bottom: 10px;
  color: var(--dark);
}

.advisor-subtitle {
  font-size: 24px;
  color: var(--primary);
  margin-bottom: 20px;
}

.content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.vertical-line {
  width: 4px;
  background: var(--primary);
  height: 100%;
  margin-right: 20px;
}

.advisor-list {
  list-style: none;
  padding: 0;
}

.advisor-list-item {
  margin-bottom: 15px;
  font-size: 16px;
  color: var(--dark);
  position: relative;
  padding-left: 20px;
}

.advisor-list-item::before {
  content: "•";
  color: var(--primary);
  font-size: 24px;
  position: absolute;
  left: 0;
  top: -5px;
}

.divider {
  border: 0;
  height: 1px;
  background: #ddd;
  margin: 20px 0;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icon {
  font-size: 20px;
  color: var(--primary);
  cursor: pointer;
  transition: color 0.3s ease;
}

.social-icon:hover {
  color: var(--hover-color);
}

.additional-info {
  font-size: 18px;
  color: var(--dark);
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

.advisor-main {
  display: grid;
  grid-template-columns: 40% 50%;
  justify-content: center;
  padding: 0 4rem;
  gap: 2.5rem;
}

@media screen and (max-width:1360px){
  .advisor-main{
    padding: 0 1rem;
    gap: 1.5rem;
  }
  .experience-badge{
    bottom: 88px;
  }
}

@media screen and (max-width:1200px){
  .advisor-main{
    display: grid;
    grid-template-columns: auto;
  }
  .experience-badge {
    bottom: -10px;
    font-size: 10px;
}
}
.copyright-footer{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}