.text-color{
  color: #cc00cc;
}
.header h2 {
    font-size: 5vw;
    color: #fff;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.header p{
  font-size: 29px;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 40px;
  position: relative
}
.header .layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6); /* Adjust color and opacity as needed */
    z-index: 1; 
}
.header .btn-ghost {
    /* border-bottom: 4px solid rgba(0, 0, 0, 0.2); */
    background-color: #ffffff;
    color: #cc00cc; 
    font-size: 15px;
}
.header .btn-ghost-shade,
.companies .btn-ghost-shade{
    /* background: linear-gradient(90deg, #FF2ECE, #7B5CFF); */
    width: 220px;
    /* border-bottom: 4px solid rgba(0, 0, 0, 0.2); */
    /* background: url(../images/btn-bg.jpg); */
    background-color: #cc00cc;
    color: #FFFFFF;
    font-size: 15px;
}
.our-mission {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* padding: 100px 40px; */
  /* padding: 140px 0x 30px 0px; */
  position: relative;
  z-index: 2;
  /* background-color: #EEEEEE; */
}
.our-mission .mission-title {
  /* width: 55%; */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0;
  margin-bottom: 10px;
}
.our-mission .mission-title h2 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}
.our-mission .mission-title p {
  display: block;
  color: #544e54;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  text-align: justify;
  margin: 0;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 10px;
}
.our-vision, .who-apply, .membership-benefits {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 40px;
    /* padding-bottom: 40px; */
    position: relative;
    z-index: 2;
    background-color: #EEEEEE;
}
.our-vision .vision-title,
.who-apply .apply-title,
.membership-benefits .membership-title {
    /* width: 55%; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
    margin-bottom: 10px;
  }
  .our-vision .vision-title h2,
  .who-apply .apply-title h2,
  .membership-benefits .membership-title h2 {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
  }
  .our-vision .vision-title p,
  .who-apply .apply-text p,
  .membership-benefits .membership-title p,
  .para {
    display: block;
    color: #544e54;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
    text-align: justify;
    margin: 0;
    font-family: "Libre Baskerville", serif;
    margin-bottom: 20px;
  }
  .who-apply .apply-text ul li{
    /* display: block; */
    color: #544e54;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    list-style-type: disc;

    font-family: "Libre Baskerville", serif;
    margin-bottom: 10px;
  }  
  .our-vision .vision,
  .membership-benefits .membership-tab {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .membership-benefits .membership-tab {
    flex-wrap: wrap;
  }
  .our-vision .vision img {
    /* width: 20px; */
    height: 45px;
  }
  .membership-benefits .membership-tab img {
    height: 45px;
  }
  .our-vision .vision h3,
  .membership-benefits .membership-tab h3 {
    font-size: 20px;
    font-weight: bold;
    color: #544e54;
    margin-bottom: 10px;
  }
  .our-vision .vision p {
    font-size: 0.9rem;
    color: #544e54;
  }
  .membership-benefits .membership-tab p {
    font-size: 0.95rem;
    color: #544e54;
  }
  .our-vision .vision-image{
    width: 100%;
    
  }
  .our-vision .vision-image img {
    padding: 10px;
    border-radius: 20px;
  }
  .quote {
    text-align: center;
  }
  blockquote {
    background: #f9f9f9;
    border-left: 10px solid #cc00cc;
    /* margin: 1.5em 10px; */
    padding: 0.5em 10px;
    quotes: "\201C" "\201D" "\2018" "\2019";
    text-align-last: center;
    font-style: italic;
    color: #544e54;
    font-weight: bold;
    font-size: 20px;
  }
  blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.3em;
  }
  blockquote p {
    display: inline;
  }
  blockquote:after {
    color: #ccc;
    content: close-quote;
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.3em;
  }
.gif-block{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* height: 100vh; */
    padding: 140px 30px 0px 30px;
    background-color: #fafafa;
    /* padding: 100px 0; */
}
.gif-block .gif-block-image{
    height: 100%;
    width: 100%;
    border-radius: 20px;
}
.awards .layer{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/awards-layer.png);
    background-size: cover;
    z-index: 2;
}
.awards .award-box{
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
    text-align: center;
    margin: 20px 10px;
}
.awards .award-box .vision-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.awards .award-box  .vision {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.awards .award-box  .vision img {
  /* width: 20px; */
  height: 35px;
}
.awards .award-box  .vision h3 {
  font-size: 18px;
  font-weight: bold;
  color: #544e54;
  margin-bottom: 10px;
  text-align: left;
}
.awards .award-box  .vision p{
  font-size: 0.875rem;
  color: #544e54;
  text-align: left;
}

.companies {
  width: 100%;
  height: 80vh;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0px;
  /* padding-bottom: 40px; */
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  overflow-x: hidden;
}
.companies .swiper-carousel {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .companies .swiper-carousel * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  .companies .swiper-carousel .swiper-button-prev {
    width: 20%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    cursor: url("../images/arrow-left.png"), auto;
  }
  .companies .swiper-carousel .swiper-button-next {
    width: 20%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    cursor: url("../images/arrow-right.png"), auto;
  }
  .companies .swiper-carousel .swiper-slide {
    height: 100%;
    display: flex;
    background: #eee;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    background-size: cover;
  }
  .companies .swiper-carousel .swiper-slide:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #313434;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .companies .swiper-carousel .swiper-slide .inner {
    opacity: 0;
    padding: 0 5vw;
    position: relative;
    z-index: 2;
    transform: translateY(50px);
    align-content: center;
  }
  /* .companies .swiper-carousel .swiper-slide .inner text{
    align-content: center;
  } */
  .companies .swiper-carousel .swiper-slide .inner p {
    font-size: 35px;
    color: #ffffff;
    padding: 0px 10px;
    text-shadow: -2px 3px 6px #cc00cc;
  }
  /* .companies .swiper-carousel .swiper-slide .inner .btn-ghost {
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    color: #cc00cc; 
  }
  .companies .swiper-carousel .swiper-slide .inner .btn-ghost-shade {
      background: linear-gradient(90deg, #FF2ECE, #7B5CFF);
      color: #FFFFFF;
  } */
  .companies .swiper-carousel .swiper-slide-active {
    margin: 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    z-index: 2;
  }
  .companies .swiper-carousel .swiper-slide-active:after {
    content: "";
    opacity: 0;
  }
  .companies .swiper-carousel .swiper-slide-active .inner {
    opacity: 1;
    transform: translateY(0);
    text-align: center;
  }
  .companies .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .companies .swiper-container .swiper-slide {
    overflow: hidden;
  }
  .companies .swiper-container .swiper-button-next {
    width: auto;
    height: auto;
    background: none;
    right: 33px;
    font-weight: 800;
    color: #fff;
    transform: rotate(90deg);
    margin-top: 20px;
    overflow: hidden;
  }
  .companies .swiper-container .swiper-button-next * {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .companies .swiper-container .swiper-button-next span {
    position: relative;
    display: inline-block;
  }
  .companies .swiper-container .swiper-button-next span:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
  }
  .companies .swiper-container .swiper-button-next span:before {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .companies .swiper-container .swiper-button-next:hover span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .companies .swiper-container .swiper-button-prev {
    width: auto;
    height: auto;
    background: none;
    left: auto;
    right: 33px;
    font-weight: 800;
    color: #fff;
    transform: rotate(90deg);
    margin-top: -40px;
    overflow: hidden;
  }
  .companies .swiper-container .swiper-button-prev * {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .companies .swiper-container .swiper-button-prev span {
    position: relative;
    display: inline-block;
  }
  .companies .swiper-container .swiper-button-prev span:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
  }
  .companies .swiper-container .swiper-button-prev span:before {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .companies .swiper-container .swiper-button-prev:hover span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .companies .swiper-container .swiper-pagination-fraction {
    width: 100px;
    position: absolute;
    left: auto;
    right: 40px;
    bottom: 20px;
    color: #fff;
    text-align: right;
  }
  .companies .swiper-container .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 50px;
    font-weight: 800;
  }
  .companies .swiper-container .swiper-pagination-fraction .swiper-pagination-current:before {
    content: "0";
  }
  .companies .swiper-container .swiper-pagination-fraction .swiper-pagination-total {
    font-size: 15px;
    font-weight: 600;
    opacity: 0.7;
  }
  .companies .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 0 150px;
  }
  .companies .slide-inner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/hero-lines-bg.png) center;
    opacity: 0.2;
  }


/* Partners Logos */
.partners {
  width: 100%;
  /* height: 80vh; */
  display: flex;
  flex-wrap: wrap;
  padding: 15px 15px;
  /* padding-bottom: 40px; */
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  /* overflow-x: hidden; */
}
  .partners h2 {
    text-align: center;
    padding: 20px;
  }
/* Slider */
  .partners .slick-slide {
    margin: 0px 20px;
  }
  .partners .slick-slide img {
    width: 100%;
    height: auto;
  }
  .partners .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .partners .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .partners .slick-list:focus {
    outline: none;
  }
  .partners .slick-list .dragging {
    cursor: pointer;
    cursor: hand;
  }
  .partners .slick-slider .slick-track,
  .partners .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .partners .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }
  .partners .slick-track:before,
  .partners .slick-track:after {
    display: table;
    content: "";
  }
  .partners .slick-track:after {
    clear: both;
  }
  .partners .slick-loading .slick-track {
    visibility: hidden;
  }
  
  .partners .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  [dir="rtl"] .slick-slide {
    float: right;
  }
  .partners .slick-slide img {
    display: block;
  }
  .partners .slick-slide .slick-loading img {
    display: none;
  }
  .partners .slick-slide .dragging img {
    pointer-events: none;
  }
  .partners .slick-initialized .slick-slide {
    display: block;
  }
  .partners .slick-loading .slick-slide {
    visibility: hidden;
  }
  .partners .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  .partners .slick-arrow .slick-hidden {
    display: none;
  }

  .career {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 40px;
    position: relative;
    z-index: 2;
    background-color: #EEEEEE;
}
.career img {
  border-radius: 10px;
}
.career .career-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /* padding: 0; */
    margin-bottom: 10px;
  }
  .career .career-title h2 {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
  }
  .career .career-title p {
    display: block;
    color: #544e54;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
    text-align: justify;
    margin: 0;
    font-family: "Libre Baskerville", serif;
    margin-bottom: 20px;
  }
  .career .tabs{
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .career .tabs img {
    /* width: 20px; */
    height: 35px;
  }
  .career .tabs h3 {
    font-size: 18px;
    font-weight: bold;
    color: #544e54;
    margin-bottom: 10px;
  }
  .career .tabs p {
    font-size: 0.875rem;
    color: #544e54;
    line-height: inherit;
    text-align: left;
  }
  .jobs, .job-detail, .job-form, .lab-form, .membership-fee {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 40px;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
  }
  .lab-form {
    text-align-last: center;
    background-color: #000;
  }
  .theme-btn {
    background-color: #cc00cc;
    color: #fff;
    padding: 10px 50px;
    transition: all 300ms ease-in;
  }
  .theme-btn:hover {
    background-color: #cc00cc;
    color: #fff;
    transform: scale(1.05);
  }
  .job-detail {
    padding-bottom: 0px;
  }
  .jobs h2 {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
  }
  .jobs .cards {
    border: 1px solid #f7d9f7;
    border-radius: 10px;
    padding: 20px 20px;
    background-color: #eeeeee48;
  }
  .jobs .cards h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1px;
  }
  .jobs .cards small{
    color: #575757;
    font-weight: 600;
  }
  .jobs .cards a {
    color: #cc00cc;
    text-decoration: none;
    font-weight: 500;
  }
  .jobs .cards a:hover {
    text-decoration: underline;
  }

  .jobs .cards .d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  
  .jobs .cards .badge-fulltime {
    background: black;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
  }
  
  .jobs .cards .job-title {
    font-size: 18px;
    font-weight: bold;
  }

  .job-detail h3 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    margin: 15px 0px;
  }
  .job-detail h4 {
    font-weight: 600;
  }
  .job-detail .badge-fulltime {
    position: relative;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    color: #cc00cc;
    font-size: 0.75rem;
    font-weight: bold;
    border-radius: 7px;
    border: 1px solid #cc00cc;
    padding: 5px 10px;
  }
  .job-detail .badge-applyjob {
    position: relative;
    top: 0px;
    left: 0px;
    background-color: #000000;
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 7px;
    padding: 10px 15px;
  }
  .job-detail .badge-pill {
    background-color: #FFFFFF;
    color: #cc00cc;
    padding: 6px 8px;
    margin: 4px 2px;
    border: 1px solid #cc00cc;
    font-size: 11px;
  }
  .job-detail .card {
    border: 0px solid #cc00cc;
    border-radius: 0px;
    
  }
  .job-detail .card .card-body{
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .job-detail .card .card-body img {
    height: 35px;
  }
  .job-detail .card .card-body .card-title {
    font-size: 18px;
    font-weight: bold;
    color: #544e54;
    margin-bottom: 5px;
  }
  .job-detail .card .card-body .card-title{
    font-size: 0.875rem;
    color: #544e54;
  }

.job-form h1, .lab-form h1, .membership-fee h1 {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 25px;
}
.lab-form h1 {
  color: #fff;
}
.lab-form p, .membership-fee p {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  text-align: justify;
  margin: 0;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 20px;
}
.job-form .form-control,
.job-form .form-control-file {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #cc00cc2f;
    border-radius: 9px;
}
.job-form .form-control::placeholder {
    color: #716371;
}
.job-form .btn-submit {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px 25px;
}
  .job-form .btn-submit:hover {
    background-color: #333;
    color: #fff;
  }
  .job-form .form-text {
    margin-top: -10px;
  }
  .membership-fee ul li{
    list-style: none;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
    font-family: "Libre Baskerville", serif;
    margin-bottom: 15px;
  }

  .innovation,
  .our-innovation {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 40px;
    position: relative;
    z-index: 2;
    background-color: #EEEEEE;
  }
  
  .innovation .innovation-title,
  .our-innovation .our-innovation-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /* padding: 0; */
    margin-bottom: 10px;
  }
  .innovation .innovation-title h2,
  .our-innovation .our-innovation-title h2  {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
  }
  .innovation .innovation-title p,
  .our-innovation .our-innovation-title p {
    display: block;
    color: #544e54;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
    text-align: justify;
    margin: 0;
    font-family: "Libre Baskerville", serif;
    margin-bottom: 20px;
  }
  .innovation .innovation-title img {
    border-radius: 20px;
  }
  .our-innovation .card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .our-innovation .card img {
    width: 100%;  
    height: 100%;
    position: relative; 
    top: 0; 
    left: 0;
    object-fit: cover;
    z-index: 0;
  }
  .our-innovation .card  button {
    left: 0;
    position: absolute;
    bottom: 0;
    border: 0;
    padding: 7px 20px;
    border-radius: 0 12px 0px 0px;
    color: #cc00cc;
    font-weight: bold;
    background-color: #ffffff;
  }
  .our-innovation .card  button:focus{
    outline: #FFFFFF;
  }
  .our-innovation .card .layer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    position: absolute;
    display: flex;
    justify-content: left;
    /* align-items: center; */
    flex-direction: column;
    padding: 25px 25px;
    text-align: center;
    font-size: 14px;
    /* transition: height 0.5s ease-in; */
    background-color: #0f0f0fcc;
    color: #ffffff;
    transform: translateY(100%); /* Start hidden below the card */
    transition: transform 0.5s ease-in;
  }
  .our-innovation .card .layer h4 {
    color: white; 
    font-size: 19px;
    top: 0px;
    font-weight: bold;
    text-align: left;
  }
  .our-innovation .card .layer small {
    color: white;
    font-size: 14px;
    padding: 5px 5px;
    bottom: 0px;
    text-align: left;
  }
 
  .our-innovation .card .layer.active{
    transform: translateY(0);
  } 
  .image-size {
    width: 60%;
    height: auto;
    display: flex;
    justify-self: center;
  }
.ventures-carousal {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  overflow-x: hidden;
}
.swiper-slide-cont {
  position: relative;
  /* width: 35% !important; */
  margin: 0 auto;
  /* column-gap: 3rem */
  overflow: hidden;
}
.swiper {
  width: 100% !important;
  padding-top: 3.125rem;
}
.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #cc00cc;
}
.swiper-pagination {
  bottom: 0rem !important;
  align-items: center;
}
.swiper-slide {
  width: 12rem;
  height: 35rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items:center;
  /* border-radius: 8px; */
}
.slider-content{
  background-color: #000;
  color: #fff;
  padding: 8px;
  position: absolute;
  width: 100%;
  opacity: 0;
  margin: 10px;
  border-radius: 8px;
  width: 92%;
  transition: opacity 0.5s ease-in-out;
}
.swiper-slide h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  padding: 0 0 0 1.563rem;
  text-transform: uppercase;
}
.swiper-slide p {
  color: #dadada;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding: 0 0.563rem;
  line-height: 1.6;
  font-size: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.swiper-slide div {
  display: none;
  opacity: 0;
  padding-bottom: 0.625rem;
}
.swiper-slide-active div {
  display: block;
  opacity: 1;
}
@media screen and (min-width: 48rem) {
  main {
    display: flex;
    align-items: center;
  }
  .bg, .bg2 {
    opacity: 0.5;
  }
}
@media screen and (min-width: 93.75rem) {
  .swiper {
    width: 85%;
  }
}

.faq-section,
.x-process {
  width: 100%;
  display: flex;
  padding: 100px 40px;
  position: relative;
  z-index: 2;
  background-color: #eeeeee; /* Light background */
}
.faq-section .faq-title,
.x-process h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.faq-section .faq-content {
  margin-bottom: 30px;
}
.faq-section .faq-content p,
.x-process p {
  display: block;
  color: #544e54;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  text-align: justify;
  margin: 0;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 20px;
}
.faq-section .faq-images{
  position: relative;
  width: 100%;
  height: 100%;
}
.faq-image-placeholder1, 
.faq-image-placeholder2 {
  position: static;
  display: inline-flex;
  background-color: #ddd;
  /* height: 22rem;
  width: 22rem; */
  width: 53%;
  height: auto;
  border-radius: 5px;
  border: solid 8px #fff;
}
.faq-image-placeholder1 {
  margin-left: 40%;
  z-index: 1;
} 
.faq-image-placeholder2 {
  margin-top: -40%;
  z-index: 2;
}
.faq-image-placeholder1 img, 
.faq-image-placeholder2 img {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.faq-dots {
  position: relative;
  z-index: 1;
}
.faq-dots::before {
  content: '';
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 90px;
  height: 90px;
  background-image: radial-gradient(circle, #cc00cc 20%, transparent 21%);
  background-size: 5.02px 5.01px;
  border-radius: 50px;
  left: 66%;
  bottom: 1%;
}
.bg-purple {
  background-color: #c400c4 !important;
}
.accordion-button:not(.collapsed) {
  background-color: #c400c4 !important;
  color: white !important;
}

.x-process .x-process-step {
  border: 1px solid #f0e3fc;
  border-radius: 12px;
  padding: 30px;
  text-align: left;
  height: 100%;
  background: #fff;
  transition: all 0.3s ease;
}
.x-process .x-process-step:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transform: translateY(-5px);
}
.x-process .x-process-step .step-number {
  color: #cc00cc;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 10px;
  /* display: inline-block; */
}
.x-process .x-process-step .step-icon {
  width: auto;
  height: 50px;
}
.x-process .x-process-step .step-title {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.x-process .x-process-step .step-description {
  font-size: 0.875rem;
  color: #544e54;
}

/************ Wizard **************/
.lab-form-wrapper {
  position: relative;
}
.wizard {
  text-align: center;
  padding: 2rem;
  /* position: relative; */
}
.wizard .logo {
  width: 11rem;
  height: auto; 
  cursor: pointer;
}
.wizard .progress-bar {
  width: 100%;
  height: 4px;
  background: #e0e0e0;
  margin: 1rem 0 0rem 0;
  position: relative;
}
.wizard .progress {
  width: 50%;
  height: 100%;
  background: #cc00cc;
}
.wizard .form-step {
  max-width: 100%;
  margin: 2rem auto;
}
.wizard .step-indicator {
  float: right;
  margin-right: 10px;
  color: #000;
  font-size: 0.9rem;
}
.wizard h2 {
  font-size: 2rem;
  font-weight: 700;
}

.wizard label {
  display: block;
  margin-top: 1.5rem;
  text-align: left;
  font-weight: 500;
}
.wizard input {
  width: 100%;
  padding: 12px;
  margin-top: 0.5rem;
  border: 1px solid #e0b3ff;
  border-radius: 8px;
  outline: none;
}
.wizard .next-btn {
  margin-top: 2rem;
  padding: 12px 24px;
  background: #cc00cc;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}
.wizard .next-btn:hover {
  background: #b300e6;
}
.wizard .back-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #000;
  cursor: pointer;
  float: left;
}
.triangle {
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 43px solid #cc00cc45;
  /* clip-path: polygon(70% 0%, 0% 70%, 70% 70%); */
  transform-origin: 50% 50%;
  z-index: -1;
}
.t1 { top: 5%; left: 5%; transform: rotate(180deg); opacity: 0.7; }
.t2 { top: 22%; right: 5%; }
.t3 { bottom: 0%; left: 15%; transform: rotate(180deg);}
.t4 { bottom: 5%; right: 20%; }
@keyframes rotateClockwise {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes rotateCounter {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
}
#scrollToTopBtn {
  position: fixed;
    bottom: 85px;
    right: 16px;
    z-index: 100;
    font-size: 18px;
    padding: 14px 21px;
    background-color: #cc00cc;
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}
#scrollToTopBtn.show {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1300px) {
  .header:after {
    height: 45px;
  }
  .header h5 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .header p {
    font-size: 21px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .swiper-slide{
    height: 30rem;
  }
  .faq-image-placeholder1,
  .faq-image-placeholder2 {
    height: auto;
    width: 60%;
  }
}
/* RESPONSIVE MOBILE FIXES */
@media only screen and (max-width: 991px) {
  .companies{
    height: auto;
  }
  .companies .swiper-carousel .swiper-slide{
    height: 40vh;
  }
  .companies .swiper-carousel .swiper-slide .inner p {
    font-size: 20px;
  }
  /* .navigation-menu .inner ul li a{
    font-size: 9vw;
  } */
  .header h5 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .header h2,
  .header h3 {
    font-size: 8vw;
  }
  .header p {
    font-size: 20px;
  }
  .header .video-bg .content {
    padding: 67px 30px 20px 40px;
  }
  .our-mission{
    padding-top: 30px;
  }
  .gif-block{
    padding: 75px 15px;
  }
  .our-mission .mission-title h2 {
    font-size: 2.5rem;
  }
  .our-vision .vision-title h2,
  .who-apply .apply-title h2,
  .membership-benefits .membership-title h2,
  .membership-fee h1 {
    font-size: 2.5rem;
    margin-bottom: 22px;
  }
  blockquote{
    font-size: 16px;
  }
  .awards .odometer {
    font-size: 70px;
  }
  .awards .odometer {
    font-size: 60px;
  }
  .awards .odometer-text {
    font-size: 60px;
  }
  .awards h2 {
    font-size: 3rem;
  }
  .job-form h1, .lab-form h1{
    font-size: 2.5rem;
  }
  .swiper-slide {
    height: 28rem;
  }
  .faq-dots::before {
    left: 74%;
  } 
  /* .wizard .logo {
    width: 35%;
  } */
}
/* RESPONSIVE MOBILE FIXES */
@media only screen and (max-width: 767px) {
  .companies{
    height: auto;
  }
  .companies .swiper-carousel .swiper-slide{
    height: 40vh;
  }
  .companies .swiper-carousel .swiper-slide .inner p {
    font-size: 18px;
  }
  .header h5:before {
    margin-top: 10px; 
  }
  .header h5 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .header h2,
  .header h3 {
    font-size: 6.5vw;
  }
  .header p {
    font-size: 17px;
  }
  .header .video-bg .content {
    padding: 67px 30px 20px 40px;
  }
  .our-vision .vision-title h2,
  .who-apply .apply-title h2,
  .membership-benefits .membership-title h2,
  .membership-fee h1 {
    font-size: 3rem;
    margin-bottom: 22px;
  }
  .our-innovation .our-innovation-title h2  {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
  }
  blockquote{
    font-size: 16px;
  }
  .awards .odometer {
    font-size: 25px;
  }
  .awards .odometer-text {
    font-size: 25px;
  }
  .awards h2 {
    font-size: 3rem;
  }
  .career .career-title h2 {
    font-size: 2.5rem;
  }
  .jobs h2 {
    font-size: 2.2rem;
  }
  .jobs .cards h4 {
    font-size: 15px;
  }
  .jobs .cards .badge-fulltime {
    font-size: 0.55rem;
    padding: 4px 8px;
  }
  .our-vision, .innovation, .our-innovation, .career, .jobs, .job-form {
    padding: 100px 15px;
  }
  .job-form h1, .lab-form h1 {
    font-size: 2rem;
  }
  .page-header .inner-content .inner .header-content p {
    font-size: 18px;
  }
  .swiper-slide {
    height: 24rem;
  }
 .faq-image-placeholder1,
  .faq-image-placeholder2 {
    height: auto;
    width: 60%;
  }
  .faq-dots::before {
    height: 63px;
    width: 63px;
    left: 74%;
  } 
  .wizard .form-step {
    max-width: 100%;
  }
  .wizard .logo {
    width: 9rem;
  }
  .wizard .width-100{
    width: 100%;
  }
}



