.logo-img {
  height: 60px;
  width: auto;
}

.HED-HEAD {
  height: 530px;
}

.header-li {
  font-size: 1.1vw;
  font-weight: 500 !important;
}

.hed-image {
  height: 300px;
  margin-top: 30px;
}

.section2-2 {
  width: 50%;
  margin-top: -210px;
}

.group:hover .v-arrow {
  transition: all 0.3s ease-in-out;
  transform: rotate(180deg);
}

.tab:hover {
  text-decoration: underline;
  transition: all 0.1s ease-in-out;
}

.dropdown-menu li {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 1vw;
  width: 300px;
  font-weight: 500;
  color: #333;
}

.header-li div {
  display: flex;
  flex-direction: row;
  gap: 7px;
}

.dropdown-menu li:hover {
  transition: all 0.3s ease-in-out;
  color: #fbc02d;
  transform: translateX(5px);
}

.group:hover .group-hover\:flex {
  display: flex;
}

.dropdown-menu-mobile {
  transition: max-height 0.5s ease;
}

.header-li:hover {
  color: #fbc02d;
  transition: color 0.1s ease-in-out;
}

.translate-scale:hover {
  transform: scale(1.1);
  transition: transform 0.4s ease-in-out;
}

.pl-32 {
  padding-left: 8.5vw;
}

.power-education-head {
  margin-bottom: 0px !important;
  height: 25px;
  width: 22vw;
  font-size: medium;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  background-color: #12737a;
  color: white;
}

@font-face {
  font-family: "poppins";
  src: url("/images/Fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

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

button {
  color: black !important;
}

/* disable section line */
.context {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* dots */
.he-card-dots {
  position: absolute;
  bottom: 50px;
  right: 50px;
  display: flex;
  gap: 8px;
  cursor: pointer;
}

.he-card-dots .dot {
  width: 10px;
  height: 10px;
  background-color: rgba(107, 114, 128, 0.5);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

/* Higher Section */

.he-card-container {
  display: grid;
  grid-template-columns: repeat(4, calc(30% - 85px));
  /* margin-left: 120px; */
  justify-content: center;
  margin-top: -210px;
  text-align: center;
}

.he-card {
  position: relative;
  width: 24vw;
  height: 300px;
  justify-self: center;
}

.he-bg {
  width: 500px;
  height: 370px;
  object-fit: contain;
  display: block;
}

.he-content {
  position: absolute;
  top: 52%;
  left: 44%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}

.he-icon {
  width: 5vw;
  height: auto;
  margin-bottom: 12px;
}

.he-text {
  font-weight: bold;
  color: white;
  font-size: 1.2vw;
  line-height: 1.4;
}

/* Higher tab section phone view */
@media (max-width: 768px) {
  .HED-HEAD {
    height: 310px;
  }

  .main-head {
    gap: 0 !important;
    align-items: center;
  }

  .section2-2 {
    width: 70%;
    margin-top: 30px;
  }

  .flex.flex-row.justify-between {
    flex-direction: row !important;
  }

  .flex.flex-row.justify-between > div:first-child {
    width: 100% !important;
    padding-left: 25px !important;
  }

  .flex.flex-row.justify-between > div:first-child .text-4xl {
    font-size: 20px !important;
    line-height: 1;
  }

  .flex.flex-row.justify-between > div:first-child .text-2xl {
    font-size: 18px !important;
    line-height: 1;
  }

  .flex.flex-row.justify-between > div:first-child p {
    width: 100% !important;
    font-size: 12px !important;
  }

  .flex.flex-row.justify-between > div:last-child {
    width: 100%;
    justify-content: center !important;
  }

  .flex.flex-row.justify-between > div:last-child img:first-child {
    width: 15vw !important;
    height: 15vw !important;
    position: relative;
    top: -7vh;
    left: 5vw;
  }

  .section2-1 {
    margin-top: -60px !important;
  }

  .items-start {
    flex-direction: column !important;
  }

  .flex.flex-row.justify-between > div:last-child img:last-child {
    height: 200px;
  }

  .he-card-container {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
  }

  .hed-image {
    height: 150px !important;
  }

  .he-card {
    width: 100%;
    max-width: 210px;
    height: 180px;
    margin-left: 45px;
  }

  .he-icon {
    width: 40px;
    margin-bottom: 8px;
  }

  .he-text {
    font-size: 10px;
    line-height: 1.2;
  }

  .custom-dropdown {
    margin-top: 0;
    width: 10%;
  }
}

/* section 2 partners*/
.partners-container {
  max-width: 90vw;
  margin-bottom: 10px;
}

.partners-section {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  gap: 60px;
}
.partners-section .partners-header {
  font-size: 48px;
  font-weight: 700;
  color: #2d2d2d;
  white-space: nowrap;
  flex-shrink: 0;
}

/* .partners-logos-wrapper-1,
.partners-logos-wrapper-2 {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
} */

.partners-logos-image {
  object-fit: contain;
}

.partners-logos-image:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/*Section 5*/
.section5 {
  position: relative;
  display: block;
  margin-top: 50px;
  margin-bottom: -10px;
}

.counter-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.counter-banner {
  position: relative;
}

.counter-block {
  position: absolute;
  color: rgb(240, 240, 240);
  text-align: center;
  text-align: left;
}

.counter-block h3 {
  margin: 0;
  font-size: 1.1vw;
  font-weight: 600;
}

.counter-block:hover {
  transform: scale(1.05);
}

.counter-block p {
  font-size: 2.1vw;
  font-weight: 800;
  width: 100%;
  color: #fff;
}

.educators {
  top: 20%;
  left: 10%;
  width: 5%;
}

.students {
  top: 20%;
  left: 25%;
  width: 12%;
}

.labs {
  top: 20%;
  left: 41%;
  transform: translateX(-50%);
  width: 10%;
}

.countries {
  top: 60%;
  left: 10%;
  width: 5%;
}

.accredited {
  top: 60%;
  left: 21%;
}

.vertical-line {
  position: absolute;
  top: 21%;
  height: 20%;
  width: 2px;
  background-color: white;
}

.line1 {
  left: 21%;
}

.line2 {
  left: 37%;
}

.line3 {
  top: 61%;
  left: 18%;
}

.counter-block.animate {
  animation: fadeInUp 0.8s ease forwards;
}

.counter-blockMob.animate {
  animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

/*Section 6*/
.section6 {
  position: relative;
  width: 100%;
  margin: auto;
}

.new-atlab-trust {
  display: none;
}

.LearningJourneyContent {
  background: url("images/Learning Journey background (1).png") center center
    no-repeat;
  background-size: cover;
  height: 920px;
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}

.LearningJourneyContent img {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  height: 800px;
  z-index: 1;
}
.section4-div h1 {
  font-weight: 400;
}
.section4-div img {
  height: 55px;
  object-fit: contain;
  margin-bottom: 9px;
}

.section4-div {
  display: flex;
  flex-direction: column;
}

.section4-div img:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease;
}

.LearningText {
  position: absolute;
  top: 3%;
  left: 45%;
  font-weight: 900;
  transform: translateX(-50%);
  font-size: 4vw;
  text-align: left;
  padding: 0.5rem;
  z-index: 3;
  width: 70%;
  color: white;
}

.overlay-text {
  position: absolute;
  color: white;
  font-weight: 900;
  font-size: 1.3vw;
  padding: 6px 12px;
  border-radius: 6px;
  pointer-events: auto;
  margin-left: -15px;
  width: 20vw;
  z-index: 3;
}

.overlay-text p {
  position: absolute;
  margin: 0;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.4em;
  width: 16vw;
  text-align: left;
  padding-top: 14px;
}
/* .LearningJourneyContent-mobile {
  display: none;
} */

.step1 {
  top: 24%;
  left: 16%;
}

.step2 {
  top: 46%;
  left: 16%;
}

.step3 {
  top: 84%;
  left: 17%;
}

.learning-back-main-image {
  height: 1050px;
  width: 100%;
}

.step4 {
  top: 56%;
  left: 37.5%;
}

.step5 {
  top: 17%;
  left: 47%;
}

.step6 {
  top: 49%;
  left: 59.5%;
}

.step7 {
  top: 80%;
  left: 70%;
}

/*Section 7*/
.inspire-section {
  text-align: center;
  padding: 60px 20px;
  background-color: white;
}

.inspire-heading {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #111;
}

.inspire-paragraph {
  font-size: 20px;
  max-width: 950px;
  margin: 0 auto;
  color: #333;
  line-height: 1.6;
}

.grid-container {
  display: grid;
  grid-template-columns: 2.5fr 1.5fr 1.5fr;
  grid-template-rows: 1.5fr 1fr;
  gap: 10px;
  max-width: 91vw;
  height: 80vh;
  min-height: 600px;
  box-sizing: border-box;
}

.grid-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
}

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

.item-1 {
  grid-column: 1;
  grid-row: 1;
}

.item-2 {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.item-4 {
  grid-column: 2;
  grid-row: 1 / 3;
}

.item-5 {
  grid-column: 3;
  grid-row: 1;
  max-width: 100%;
  max-height: 100%;
}

.item-6 {
  grid-column: 3;
  grid-row: 2;
  max-width: 100%;
  max-height: 100%;
}

.sub-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

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

.client-section {
  text-align: center;
  padding: 20px 20px;
  background-color: white;
}

.client-heading {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #111;
}

.client-paragraph {
  font-size: 20px;
  max-width: 950px;
  margin: 0 auto;
  color: #333;
  line-height: 1.6;
}

.clients-logo-carousel {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  background: transparent;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-82%);
  }
}

.clients-logo-track {
  display: inline-flex;
  gap: 40px;
  animation: scroll-left 30s linear infinite;
  width: max-content;
  margin-bottom: 20px;
}

.clients-logo-track-1 {
  animation: scroll-left 150s linear infinite;
}

.clients-logo-track img {
  object-fit: fit;
  height: 100px;
  width: 180px;
  transition: all 0.3s ease;
}

.clients-logo-track img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

.clients-logo-carousel:hover .clients-logo-track {
  animation-play-state: paused;
}

/* Section 8 */
.section8 {
  position: relative;
  width: 100%;
  padding: 60px 20px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section8 > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.ProjectHeadingText {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 40px;
}

.ProjectHeadingText h2 {
  font-size: 44px;
  font-weight: 900;
  color: #000;
}

.lab-section {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 0px;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
}

.lab-card {
  width: 320px;
  text-align: left;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lab-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  margin-bottom: 15px;
}

.lab-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
  margin-left: 25px;
}

.lab-button {
  display: inline-block;
  padding: 10px 20px;
  background: #ffc107;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
  font-size: 14px;
  transition: background 0.3s ease;
  align-self: flex-start;
  margin-left: 25px;
}

.lab-button::after {
  content: "→";
  margin-left: 6px;
}

/* Success */
.success-container {
  max-width: 90vw;
  margin-top: 100px;
}

.main-title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  color: #2d2d2d;
  margin-bottom: 60px;
  letter-spacing: -0.5px;
}

.story-card {
  background: transparent;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.story-content {
  padding: 24px 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.story-description {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 24px;
  flex-grow: 1;
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25vw, 1fr));
  gap: 30px;
  align-items: start;
}

.image-container {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 12px;
}

.story-image {
  width: 100%;
  height: 100%;
}

.date-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: linear-gradient(135deg, #8b5cf6, #a855f7);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.3);
}

.story-title {
  font-size: 20px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 12px;
  line-height: 1.3;
}

.read-more-btn {
  display: inline-block;
  padding: 2px 10px;
  background: #fbc02d;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
  font-size: 14px;
  transition: background 0.3s ease;
  align-self: flex-start;
}

.read-more-btn:hover {
  transform: translateX(2px);
}

.arrow-icon {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.read-more-btn:hover .arrow-icon {
  transform: translateX(3px);
}

@media (max-width: 768px) {
  .LearningJourneyContent {
    /* display: none; */
  }
  /* .LearningJourneyContent-mobile, .LearningJourneyContent-mobile img{
  display: block;
  height: 38vh;
} */
  .atlab-trust {
    display: none;
  }

  .overlay-text p {
    padding-top: 0px !important;
  }

  .new-atlab-trust {
    display: block;
    height: 50vh;
  }

  .step1 {
    top: 24%;
    left: 16%;
  }

  .step2 {
    top: 44%;
    left: 16%;
  }

  .step3 {
    top: 85%;
    left: 21%;
  }

  .step4 {
    top: 52%;
    left: 37.5%;
  }

  .step5 {
    top: 17%;
    left: 47%;
  }

  .step6 {
    top: 46%;
    left: 59.5%;
  }

  .step7 {
    top: 83%;
    left: 70%;
  }

  .two-circle img {
    top: 0;
    height: 30vw;
    position: absolute;
  }

  .stories-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .main-title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .story-content {
    padding: 24px 20px;
  }
}

/* Section 9 */

.presence-section {
  text-align: center;
}

.presence-section h2 {
  font-size: 2.8em;
  margin-bottom: 60px;
  font-weight: bold;
  color: var(--dark-gray-text);
}

.presence-content {
  width: 50%;
}

.presence-map {
  width: 100%;
  text-align: center;
  margin-top: 100px;
}

.presence-map img {
  width: 100%;
  max-width: 700px;
  height: auto;
  min-height: 400px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.country-details:hover {
  background-color: #0b3456;
  color: white;
  /* transition: all 0.3s ease-in-out; */
  transition: all 0.1s ease-in;
}

.country-details:hover .contact-info {
  padding-left: 10px;
  color: white;
}

.presence-details {
  flex: 1.2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 20px;
  text-align: left;
}

.country-details {
  line-height: 1.5;
}

.country-details h3 {
  font-size: 1.3em;
  margin-top: 0;
  color: var(--dark-gray-text);
  font-weight: bold;
}

.company-name {
  font-size: 1em;
  color: #1877f2;
  font-weight: 400;
  margin-bottom: 12px;
  display: block;
}

.country-details p,
.country-details a {
  font-size: 0.9vw;
  color: var(--presence-text-color);
  text-decoration: none;
  margin-bottom: 4px;
  width: 100%;
  display: block;
  line-height: 1.5;
}

.country-details a:hover {
  text-decoration: underline;
}

.contact-info {
  margin-top: 8px;
}

#map-image {
  transition: opacity 0.3s ease;
}

.section {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.8s ease-out;
}

/* Active state when in view */
.section.animate {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1200px) {
  .presence-content {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .presence-map,
  .presence-details {
    flex: none;
  }
}

@media (max-width: 768px) {
  .presence-details {
    padding: 20px;
    gap: 20px;
  }

  .presence-section {
    padding: 40px 20px;
  }

  .presence-map {
    margin-top: 0px;
  }
}

@media (max-width: 1024px) {
  .pl-32 {
    padding-left: 50px;
  }
}

.large-circle-shape-1 {
  height: 70vh;
  left: 0vw;
  top: 70vh;
  z-index: 1;
}

.circle-shape-2 {
  height: 15vh;
  left: 6vw;
  top: -4vh;
  z-index: 3;
}

.right-circle {
  height: 200px;
  right: 16%;
  top: 74%;
  z-index: 3;
}

.large-circle {
  width: 22vw;
  right: 0vw;
  top: 110vh;
  z-index: 3;
  object-fit: cover;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .site-footer {
    background-color: #070f18;
    color: #c0c0c0;
    margin-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
  }

  .site-footer .footer-grid {
    background-color: #070f18;
    display: grid;
    grid-template-columns: 2fr 1.5fr 1.5fr 1.5fr 1.5fr;
    gap: 20px;
    z-index: 1;
  }

  .site-footer .footer-logo {
    max-width: 180px;
    margin-bottom: 20px;
    margin-top: 80px;
  }

  .site-footer .about-us p {
    color: #c0c0c0;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
    width: 100%;
  }

  .site-footer .footer-logos {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 25px;
  }

  .site-footer .footer-badge {
    height: 100px;
    width: auto;
  }

  .site-footer .footer-badge:first-child {
    height: 170px;
    width: 90px;
  }

  .site-footer .subscribe-btn {
    background-color: #ffffff;
    color: #4a90e2;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 200px;
    margin-top: -90px;
    margin-left: 110px;
  }

  .site-footer .subscribe-btn:hover {
    transform: translateY(-1px);
  }

  .site-footer .plane-icon {
    width: 16px;
    height: 16px;
    fill: #4a90e2;
    transition: transform 0.3s ease;
  }

  .site-footer .subscribe-btn:hover .plane-icon {
    transform: translateX(2px);
  }

  .site-footer .get-in-touch {
    grid-column: 2 / 3;
  }

  .site-footer .get-in-touch h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 120px;
  }

  .site-footer .get-in-touch .small-text {
    color: #c0c0c0;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .site-footer .get-in-touch a {
    color: #c0c0c0;
    text-decoration: none;
  }

  .site-footer .get-in-touch a:hover {
    color: #4a90e2;
    text-decoration: underline;
  }

  .site-footer .our-solutions {
    grid-column: 3 / 4;
  }

  .site-footer .our-solutions h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 120px;
  }

  .site-footer .group-companies h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 120px;
  }

  .site-footer .useful-links h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 120px;
  }

  .site-footer .footer-right {
    display: contents;
  }

  .site-footer .footer-subcol {
    display: contents;
  }

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

  .site-footer .footer-col ul li {
    margin-bottom: 8px;
  }

  .footer-col ul li:before {
    content: "■";
    color: white;
    margin-right: 5px;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
  }

  .site-footer .footer-col ul li a {
    color: #c0c0c0;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
  }

  .site-footer .footer-col ul li a:hover {
    color: #4a90e2;
  }

  .site-footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-left: 40%;
    padding: 0 100px;
    margin-top: 35px;
    padding-top: 30px;
    margin-top: -10px;
  }

  .site-footer .footer-info-row {
    display: flex;
    gap: 80px;
    width: 620px;
    border-top: 1px solid #163c5f;
    padding-top: 20px;
  }

  .site-footer .certified h4,
  .site-footer .global-presence h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .site-footer .certified p,
  .site-footer .global-presence p {
    font-size: 13px;
    color: #c0c0c0;
    margin: 0;
  }

  .footer-credits {
    padding: 10px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    background-color: #0b1a28;
    padding-top: 20px;
  }

  .social-icons {
    display: flex;
    gap: 15px;
    align-items: center;
  }

  .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #0b1a28;
  }

  .social-icon:hover {
    background-color: #0b1a28;
    color: #fff;
  }

  .social-icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
  }
}

/* Mobile Media Query */
@media screen and (max-width: 768px) {
  /* Section 5 - Counter Section */
  .section5 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .counter-block.animate {
    animation: fadeInUp 0.8s ease forwards !important;
  }

  .vertical-line {
    height: 12%;
    width: 1px;
  }

  .line1 {
    left: 19%;
    top: 19%;
  }

  .line2 {
    left: 38%;
    top: 19%;
  }

  .line3 {
    top: 69%;
    left: 16%;
  }

  /* Section 6 - Learning Journey */
  .section6 {
    position: relative;
    overflow: hidden;
  }

  .LearningJourneyContent {
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    z-index: 2;
  }

  .LearningJourneyContent img {
    top: 70px;
    left: 0;
    width: 100% !important;
    height: 360px;
    z-index: 1;
  }
}

.main-container {
  position: absolute;
  width: 100%;
  height: 50vh;
}

.content-card {
  width: 35vw;
  background: white;
  border-radius: 50px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 9%;
  top: -100%;
  display: flex;
  padding: 25px 25px 30px 30px;
  flex-direction: column;
  overflow: hidden;
}

.content-slider {
  position: relative;
}

.image-slider-wrapper {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  position: relative;
  z-index: -1000;
}

.image-slider-track {
  position: relative;
  width: 100%;
  /* 3 images */
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.slider-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 70vh;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}

.slider-image.active {
  opacity: 1;
  z-index: 1;
}

.slides-wrapper {
  position: relative;
  height: 200px;
  width: 100%;
}

.slide-content {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.7s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slide-content.active {
  opacity: 1;
  z-index: 1;
}

.slide-content:not(.active) {
  z-index: 1;
}

.slide-content-a {
  width: 16.666666%;
  flex-shrink: 0;
  padding: 20px;
}

.slide-content-a img {
  height: 5vh;
}

.slide-content-a h1 {
  font-size: 12px;
  font-weight: 700;
}

.slide-content-a p {
  font-size: 8px;
}

.slides-wrapper-a {
  display: flex;
  width: 600%;
  margin-top: 10px;
  animation: slideContent-a 20s infinite;
  transition: transform 0.2s ease-in-out;
}

.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  z-index: 10;
}

.nav-button.prev {
  left: 30px;
}

.nav-button.next {
  right: 30px;
}

.nav-button::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-bottom: none;
  border-right: none;
  transform: rotate(-45deg);
}

.nav-button.next::before {
  transform: rotate(135deg);
}

.title {
  font-size: 1.7rem;
  font-weight: 900;
  color: #333;
  line-height: 1.2;
  margin-bottom: 16px;
}

.description {
  color: #666;
  line-height: 1.5;
  font-size: 1rem;
  margin-bottom: 20px;
}

.controls {
  display: flex;
  flex-direction: row;
  gap: 15vw;
  justify-content: flex-end;
}

.dots-container {
  display: flex;
  gap: 8px;
}

.dot {
  width: 6px;
  height: 6px;
  margin-top: 10px;
  border-radius: 50%;
  background-color: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background-color: #fbc02d;
  transform: scale(1.2);
}

.learn-more-btn {
  background-color: #fbc02d;
  border: 1px solid #fbc324;
  font-weight: bold;
  font-size: 18px;
  padding: 4px 10px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  width: fit-content;
  color: #fff;
  box-shadow: 0 0 0 1px #fbc324;
  transition: all 0.5s ease;
  z-index: 2;
}

.learn-more-btn:hover {
  color: #fbc324 !important;
  background-color: #fff;
  transition: all 0.4s ease;
}

@keyframes slideContent {
  0%,
  30% {
    transform: translateX(0);
  }

  33.333%,
  63.333% {
    transform: translateX(-33.333%);
  }

  66.666%,
  96.666% {
    transform: translateX(-66.666%);
  }

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

@keyframes slideContent-a {
  0% {
    transform: translateX(0%);
  }

  16.666% {
    transform: translateX(-16.666%);
  }

  33.333% {
    transform: translateX(-33.333%);
  }

  50% {
    transform: translateX(-50%);
  }

  66.666% {
    transform: translateX(-66.666%);
  }

  83.333% {
    transform: translateX(-83.333%);
  }

  100% {
    transform: translateX(0%);
    /* back to start for infinite loop */
  }
}

/* Dot animation synchronization */

.container {
  max-width: 1200px;
  width: 80vw;
  position: relative;
  bottom: 11vh;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  background: white;
  padding: 40px;
  box-shadow: 0 25px 24px rgba(0, 0, 0, 0.2);
  padding: 40px;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  gap: 40px;
  z-index: 2;
}

.k-12-card-inner-div {
  height: 300px !important;
}

.k-12-card-inner-div p {
  font-size: 1vw !important;
}

.k-12-card-inner-div h1 {
  font-size: 1.2vw !important;
}

.k-12-card-outer-div {
  box-shadow: 0 25px 24px rgba(0, 0, 0, 0.2);
  max-height: 320px !important;
}

.k-12-card-outer-div:hover {
  transform: scale(1.02);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.education-card {
  width: 40vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-header {
  margin-bottom: 24px;
}

.card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 20px;
  line-height: 1.2;
  transition: color 0.1s ease, text-decoration 0.1s ease;
}

.card-title:hover {
  color: #fbc02d;
  cursor: pointer;
}

.card-description {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 32px;
}

.explore-btn {
  display: none;
  background-color: #fbc02d;
  color: #1a202c;
  font-weight: 700;
  font-size: 0.7rem;
  padding: 2px 32px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  width: fit-content;
}

.card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}

.right-circle-2 {
  display: none;
}

.k-12-desc {
  margin-top: 30px;
}

.k-12-image-2 {
  display: none;
}
.section5-mobile {
  display: none;
  visibility: hidden;
}

@media screen and (max-width: 512px) {
  .he-content {
    top: 42% !important;
  }
  .section5 {
    visibility: hidden;
    display: none;
  }
  .section5-mobile {
    display: block;
    visibility: visible;
  }

  .counter-banner-mob {
    background: url("images/Section 5/Counter banner-2.png") center center;
    background-size: cover;
    width: 100%;
    aspect-ratio: 16/9;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
  }
  .counter-blockMob {
    width: 50%;
  }
  .counter-blockMob h3 {
    color: white;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }
  .counter-blockMob p {
    text-align: center;

    color: white;
    width: 100%;
    font-size: 17px;
  }
  .clients-logo-track img {
    object-fit: contain;
    height: 100px;
    width: 100px;
  }
  .he-card {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
  }
  .container {
    bottom: 7vh !important;
  }
  .image-slider-wrapper {
    height: 50vh;
  }
  .slider-image {
    height: 50vh;
    object-fit: cover;
  }
  .counter-block h3 {
    font-size: 5px;
  }

  .learning-back-main-image {
    height: 400px !important;
    width: 100%;
  }

  .LearningJourneyContent {
    height: 400px !important;
  }
  .LearningJourneyContent img {
    height: 265px !important;
  }

  .step1 {
    top: 18%;
    left: 16%;
  }

  .step2 {
    top: 35%;
    left: 16%;
  }

  .step3 {
    top: 65%;
    left: 21%;
  }

  .step4 {
    top: 40%;
    left: 38%;
  }

  .step5 {
    top: 10%;
    left: 47%;
  }

  .step6 {
    top: 40%;
    left: 61%;
  }

  .step7 {
    top: 62%;
    left: 70%;
  }

  .counter-block p {
    font-size: 8px;
  }

  .content-card {
    width: 80vw;
    gap: 0px;
    right: 0;
    top: -35vh !important;
    padding: 30px 10px;
  }

  .controls {
    padding-left: 2px !important;
  }

  .large-circle-shape-1 {
    position: relative;
    height: 41vh !important;
    top: -3vh !important;
  }

  .main-container {
    position: relative;
    height: 0;
  }

  .right-circle {
    position: relative;
  }

  .custom-dropdown {
    margin-top: 0 !important;
    width: 50% !important;
  }

  .main-image {
    height: 60vh !important;
  }

  .card-description {
    font-size: 10px !important;
  }

  .card-title {
    font-size: 20px !important;
  }

  .container {
    top: -65vh;
  }

  .education-card {
    padding: 15px !important;
  }

  .explore-btn {
    display: block;
    padding: 2px 20px;
    font-size: 10px;
    background-color: #fbc02d;
    color: #1a202c;
    font-weight: 700;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    width: fit-content;
  }

  .seperate-line {
    display: none;
  }

  .k-12-desc {
    font-size: 13px;
  }

  .k-12-card-inner-div img {
    width: 11vw !important;
  }

  .k-12-card-inner-div h1 {
    font-size: 4.2vw !important;
  }

  .k-12-card-inner-div p {
    font-size: 2.5vw !important;
  }

  .k-12-man-image img {
    height: 25vh !important;
    top: -4vh;
  }

  .power-header h1 {
    font-size: 1.8em;
    width: 100%;
  }

  .power-education img {
    width: 40vw !important;
    height: 17vh !important;
  }

  .power-education span {
    padding: 5px !important;
    font-size: 15px;
    height: fit-content;
    margin-bottom: 0px !important;
  }

  .inspire-heading,
  .inspire-paragraph,
  .client-paragraph {
    width: 100% !important;
  }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .he-content {
    top: 93%;
  }
  .learning-back-main-image {
    height: 500px;
    width: 100%;
  }

  html,
  body {
    margin: 0;
    max-width: 100%;
    height: 100% !important;
    overflow-x: hidden;
  }

  .inspire-section {
    padding: 60px 50px;
  }

  .inspire-heading {
    width: 70%;
    font-size: 36px;
    margin: auto;
  }

  .inspire-paragraph {
    width: 75%;
    font-size: 16px;
    margin: auto;
  }

  .right-circle-2 {
    display: block;
    position: absolute;
    right: 0 !important;
  }

  .large-circle-shape-1 {
    height: 30vh;
  }

  .content-card {
    width: 20vw;
    right: 10vw;
    padding: 21px 10px;
    top: -35vh;
  }

  .circle-section {
    height: 420px;
  }

  .title {
    font-size: 3vw;
  }

  .description {
    font-size: 2vw;
  }

  .content-slider {
    height: fit-content;
  }

  .slide-content {
    padding: 10px 10px 0px 10px;
  }

  .large-circle {
    display: none;
  }

  .container {
    flex-direction: row;
    gap: 5px;
    padding: 0px !important;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1);
    margin: auto;
    margin-top: 30px;
    width: 80vw;
  }

  .card-title {
    font-size: 2rem;
  }
  .education-card {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    width: 40vw;
    border-radius: 20px;
    padding: 20px;
  }

  .card-description {
    font-size: 0.8rem;
    margin-bottom: 0;
  }

  .partners-section {
    flex-direction: column;
    gap: 0px;
    text-align: center;
  }

  .partners-header {
    font-size: 1.8em !important;
  }

  .right-circle {
    right: -3vw !important;
    display: none;
  }

  .card-title {
    font-size: 1rem;
  }

  .card-description {
    font-size: 0.8rem;
  }

  .empowering {
    width: 90% !important;
    font-size: 1.8em !important;
    z-index: -100 !important;
  }

  .empowering-main {
    width: 100% !important;
    position: relative;
    padding: 0rem !important;
    z-index: -100 !important;
  }

  .empowering-desc {
    width: 90vw !important;
    font-size: 16px;
  }

  .k-12 {
    width: 100% !important;
    padding: 10px 10px;
    flex-direction: row !important;
  }

  .k-12-main {
    padding-left: 0px;
    width: 50%;
  }

  .k-12-header {
    flex-direction: column !important;
  }

  .k-12-image-1 {
    display: none !important;
  }

  .k-12-image-2 {
    display: block !important;
    position: relative;
    height: 35vh;
    width: auto;
  }

  .k-12-man-image {
    width: 50% !important;
  }

  .k-12-man-image img {
    height: 45vh;
    max-width: fit-content !important;
    width: auto !important;
  }

  .k-12-desc {
    width: 110% !important;
    position: relative;
    padding: 0px !important;
    margin-top: 30px !important;
  }

  .activeity-cards {
    padding-left: 0px !important;
    width: 90% !important;
    margin: auto !important;
  }

  .k-12-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
    margin: auto;
    width: auto !important;
  }

  .p-3 {
    width: 43vw;
  }

  .power-header {
    padding-left: 0px !important;
    text-align: center !important;
    margin-bottom: 30px !important;
  }

  .power-header h1 {
    width: 80% !important;
    margin: auto !important;
  }

  .power-header p {
    width: 80% !important;
    margin: auto !important;
    font-size: 16px;
  }

  .power-education {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .power-education img {
    width: 35vw;
    height: 20vh;
    border-radius: 12px !important;
  }

  .power-education span {
    width: 80% !important;
  }

  .text-center {
    border-bottom: 1px solid white !important;
  }

  .grid-container {
    padding: 0%;
  }

  .client-section {
    padding: 60px 50px;
  }

  .client-heading {
    width: 70% !important;
    font-size: 36px !important;
    margin: auto;
  }

  .client-paragraph {
    width: 75%;
    font-size: 16px !important;
    margin: auto;
  }

  .stories-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .story-card {
    width: 50%;
  }

  .story-content {
    padding: 20px 0px;
  }

  .lab-section {
    gap: 20px;
  }

  .story-title {
    margin: 20px 0px;
  }

  .story-description {
    display: none;
  }

  .content-card {
    border-radius: 30px;
    width: 50vw;
    gap: 0px !important;
    right: 3vw;
    top: -40vh;
    padding: 10px 10px;
  }

  .controls {
    padding-left: 2px !important;
  }

  .large-circle-shape-1 {
    position: relative;
    height: 41vh !important;
    top: -3vh !important;
  }

  .right-circle {
    position: relative;
  }

  .right-circle-2 {
    position: relative !important;
    top: -51vh !important;
    left: 80vw;
    height: 25vh !important;
  }

  .circle-shape-2 {
    height: 8vh !important;
    left: 1vw !important;
    top: -40vh !important;
    z-index: 3;
    left: 0;
  }

  .container {
    top: -65vh;
  }

  .partners-header {
    margin-top: 50px;
  }

  .partners-logos-wrapper {
    flex-wrap: wrap;
  }

  .partners-logos-image {
    width: 15vw;
  }

  .partners-container {
    margin-bottom: 0;
  }

  .atlab-carousel {
    top: -60%;
    left: 40%;
  }
}

.carousel-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}

.carousel-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 60px 40px;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-slide.active {
  opacity: 1;
  transform: translateX(0);
}

.carousel-slide.prev {
  transform: translateX(-100%);
}

.icon {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  position: relative;
}

.award-icon {
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.award-icon::before {
  content: "★";
  font-size: 24px;
  color: #fff;
}

.ribbon {
  width: 40px;
  height: 20px;
  background: #fff;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 5px 5px;
}

.ribbon::before,
.ribbon::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}

.ribbon::before {
  left: 0;
  border-width: 8px 0 0 20px;
  border-color: transparent transparent transparent #fff;
}

.ribbon::after {
  right: 0;
  border-width: 8px 20px 0 0;
  border-color: transparent #fff transparent transparent;
}

.carousel-slide h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.carousel-slide p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  max-width: 500px;
}

.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  z-index: 10;
}

.nav-button.prev {
  left: 30px;
}

.nav-button.next {
  right: 30px;
}

.nav-button::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-bottom: none;
  border-right: none;
  transform: rotate(-45deg);
}

.nav-button.next::before {
  transform: rotate(135deg);
}

.dots-container-a {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.dot-a {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot-a.active {
  background: #fff;
  transform: scale(1.2);
}

/* Section 5 media query*/
@media screen and (max-width: 768px) {
  .section5 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .counter-block h3 {
    font-size: 5px;
    font-weight: 600;
    line-height: 1.2;
  }

  .counter-block p {
    font-size: 8px;
    font-weight: 800;
    margin-top: 2px;
  }

  .educators {
    top: 18%;
    left: 8%;
    width: 10%;
  }

  .students {
    top: 18%;
    left: 25%;
    width: 100px;
  }

  .labs {
    top: 18%;
    left: 43%;
    width: 10%;
  }

  .countries {
    top: 65%;
    left: 8%;
    width: 5px !important;
  }

  .accredited {
    top: 65%;
    left: 19%;
  }

  .vertical-line {
    height: 12%;
    width: 1px;
  }

  .line1 {
    left: 19%;
    top: 19%;
  }

  .line2 {
    left: 38%;
    top: 19%;
  }

  .line3 {
    top: 69%;
    left: 16%;
  }

  /* Section 6 - Learning Journey */
  .section6 {
    position: relative;
  }

  .LearningJourneyContent {
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    z-index: 2;
  }

  .LearningJourneyContent img {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100% !important;
    height: auto;
    z-index: 1;
  }

  .LearningText {
    top: 0;
    text-align: center;
    font-size: 14px !important;

    width: 100%;
  }

  .LearningText h2 {
    font-weight: 700;
    margin-bottom: 10px;
  }
}

/* Mobile Media Query for Section 7 */
@media screen and (max-width: 768px) {
  .inspire-section {
    padding: 30px 15px;
  }

  .inspire-heading {
    font-size: 1.8em;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.2;
  }

  .inspire-paragraph {
    font-size: 16px;
    max-width: 100%;
    padding: 0 10px;
    line-height: 1.5;
  }

  .grid-container {
    max-width: 100%;
    margin: 0 auto;
    height: 30vh;
    min-height: 300px;
    padding: 25px;
    gap: 8px;
  }

  .grid-item {
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .item-1 {
    position: relative;
  }

  .item-5 {
    position: relative;
  }

  .client-section {
    padding: 30px 15px;
  }

  .client-heading {
    font-size: 1.8em;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.2;
  }

  .client-paragraph {
    font-size: 14px;
    max-width: 100%;
    padding: 0 10px;
    line-height: 1.5;
  }
}

/* Mobile Media Query for Section 8 */
@media screen and (max-width: 768px) {
  .section8 {
    padding: 30px 15px;
    position: relative;
  }

  .ProjectHeadingText h2 {
    font-size: 1.8em;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 1.2;
    width: 100%;
  }

  .lab-section {
    display: flex;
    overflow: hidden;
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .lab-section::-webkit-scrollbar {
    display: none;
  }

  .lab-card {
    width: 200px;
    flex-shrink: 0;
    text-align: left;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .lab-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 12px;
  }

  .lab-card h3 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    margin-left: 0;
    line-height: 1.3;
    padding: 0 10px;
  }

  .lab-button {
    display: inline-block;
    padding: 5px 16px;
    background: #fbc02d;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    border-radius: 20px;
    font-size: 10px;
    transition: background 0.3s ease;
    align-self: flex-start;
    margin-left: 10px;
    width: 130px;
    height: 25px;
  }

  .lab-button::after {
    content: "→";
    margin-left: 30px;
  }

  /* Navigation arrows */
  .section8::before {
    content: "←";
    position: absolute;
    left: 5px;
    top: 45%;
    transform: translateY(-50%);
    background: #ffc107;
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }

  .section8::after {
    content: "→";
    position: absolute;
    right: 5px;
    top: 45%;
    transform: translateY(-50%);
    background: #ffc107;
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }
}

/* Client success stories */
@media (max-width: 768px) {
  .success-container {
    margin-top: 45px;
    max-width: 100vw;
    padding: 0 20px;
  }

  .main-title {
    width: 100% !important;
    font-size: 1.8em;
    font-weight: 900;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.2;
    width: 200px;
  }

  .stories-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 100%;
  }

  .story-card {
    width: 100%;
    max-width: 300px;
  }

  .image-container {
    height: 150px;
    border-radius: 8px;
  }

  .date-badge {
    top: 12px;
    left: 12px;
    padding: 6px 12px;
    font-size: 12px;
  }

  .story-content {
    padding: 20px 0;
  }

  .story-title {
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 1.4;
  }

  .story-description {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .read-more-btn {
    padding: 4px 16px;
    font-size: 13px;
    border-radius: 25px;
    width: 150px;
    height: 30px;
  }

  .arrow-icon {
    font-size: 14px;
    margin-left: 23px;
  }
}

/* media query for section 9 */
@media (max-width: 768px) {
  .presence-section {
    padding: 40px 20px;
  }

  .presence-section h2 {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .presence-content {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .presence-map {
    width: 100% !important;
    margin-top: 0;
    order: 1;
  }

  .presence-content {
    width: 100%;
  }

  .presence-map img {
    max-width: 100%;
    min-height: 250px;
  }

  .presence-details {
    flex: none;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
    order: 2;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }

  .country-details {
    padding: 0 5px;
  }

  .country-details h3 {
    font-size: 1em;
    margin-bottom: 6px;
  }

  .company-name {
    font-size: 0.85em;
    margin-bottom: 8px;
  }

  .country-details p,
  .country-details a {
    font-size: 0.75em;
    margin-bottom: 2px;
    line-height: 1.3;
  }
}

@media (max-width: 512px) {
  .presence-section {
    padding: 30px 15px;
  }

  .overlay-text {
    font-size: 5px;
    margin-left: -15px;
    width: 60px;
    z-index: 3;
  }

  .overlay-text h3 {
    font-size: 8px;
    font-weight: 700;
  }

  .overlay-text p {
    font-size: 5px;
    margin-top: 2px;
    width: 140px;
    padding: 0 !important;
    line-height: 1.1em;
    font-weight: 300;
    width: 60px;
  }

  .presence-section h2 {
    font-size: 1.8em;
    margin-bottom: 25px;
  }

  .presence-details {
    max-width: 100%;
    gap: 15px 10px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 5px;
  }

  .country-details {
    padding: 0 3px;
  }

  .presence-map img {
    min-height: 200px;
  }

  .country-details h3 {
    font-size: 0.9em;
    margin-bottom: 5px;
  }

  .company-name {
    font-size: 0.75em;
    margin-bottom: 6px;
  }

  .country-details p,
  .country-details a {
    font-size: 0.65em;
    margin-bottom: 1px;
    line-height: 1.2;
  }
}

/* Footer section mobile view */
@media screen and (max-width: 768px) {
  .site-footer {
    padding: 20px;
    background-color: #1a1a1a;
  }

  .site-footer img:first-child {
    display: none;
  }

  .footer-grid {
    display: block !important;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .footer-grid::after {
    content: "";
    display: table;
    clear: both;
  }

  .about-us {
    float: left !important;
    width: 45% !important;
    margin: 0 !important;
    padding: 0 15px 0 0 !important;
    display: block !important;
  }

  .footer-logo {
    max-width: 100px !important;
    margin: 0 0 12px 0 !important;
    display: block !important;
  }

  .about-us p {
    margin: 0 0 15px 0 !important;
    font-size: 9px !important;
    line-height: 1.5;
    color: #ffffff !important;
  }

  .footer-logos {
    display: flex !important;
    gap: 20px !important;
    margin: 0 0 12px 0;
    align-items: center !important;
    margin-top: 40px;
  }

  .footer-badge {
    display: block !important;
    max-width: 60px !important;
    height: auto !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
  }

  .subscribe-btn {
    width: 75px !important;
    height: 20px;
    font-size: 5px !important;
    padding: 2px 4px;
    border-radius: 3px;
    margin-top: -50px;
    margin-left: 73px;
    display: block;
    background-color: #ffffff !important;
    color: #4a90e2 !important;
    border: none !important;
    cursor: pointer;
  }

  .plane-icon {
    width: 6px;
    height: 6px;
    margin-left: 47px;
    margin-top: -7px;
    fill: #4a90e2 !important;
  }

  .footer-right {
    float: right !important;
    width: 50% !important;
    margin: 0 !important;
    padding: 0 0 0 10px !important;
  }

  .get-in-touch {
    display: block !important;
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    float: none !important;
  }

  .get-in-touch h3 {
    font-size: 13px !important;
    margin: 0 0 8px 0 !important;
    color: #ffffff !important;
    font-weight: 600;
  }

  .get-in-touch p {
    font-size: 10px !important;
    line-height: 1.3;
    margin: 2px 0 4px 0 !important;
    color: #ffffff !important;
  }

  .get-in-touch a {
    color: #ffffff !important;
    text-decoration: none;
  }

  .get-in-touch a:hover {
    color: #4a90e2 !important;
  }

  .footer-subcolumns {
    width: 100%;
    display: block;
    overflow: hidden;
  }

  .our-solutions {
    display: block !important;
    float: left !important;
    width: 45% !important;
    margin: 0 5% 15px 0 !important;
    padding: 0 !important;
  }

  .our-solutions h4 {
    font-size: 11px !important;
    margin: 0 0 6px 0 !important;
    color: #ffffff !important;
    font-weight: 600;
  }

  .our-solutions ul {
    list-style-type: square !important;
    padding-left: 15px !important;
    margin: 0 !important;
  }

  .our-solutions li {
    font-size: 9px !important;
    line-height: 1.4;
    margin-bottom: 2px !important;
    color: #ffffff !important;
  }

  .our-solutions a {
    color: #ffffff !important;
    text-decoration: none;
  }

  .our-solutions a:hover {
    color: #4a90e2 !important;
  }

  .group-companies {
    display: block !important;
    float: left !important;
    width: 45% !important;
    margin: 0 5% 15px 0 !important;
    padding: 0 !important;
    clear: left !important;
  }

  .group-companies h4 {
    font-size: 11px !important;
    margin: 0 0 6px 0 !important;
    color: #ffffff !important;
    font-weight: 600;
  }

  .group-companies ul {
    list-style-type: square !important;
    padding-left: 15px !important;
    margin: 0 !important;
  }

  .group-companies li {
    font-size: 9px !important;
    line-height: 1.4;
    margin-bottom: 2px !important;
    color: #ffffff !important;
  }

  .group-companies a {
    color: #ffffff !important;
    text-decoration: none;
  }

  .group-companies a:hover {
    color: #4a90e2 !important;
  }

  .useful-links {
    display: block !important;
    float: right !important;
    width: 50% !important;
    margin: 0 !important;
    padding: 0 0 0 5px !important;
  }

  .useful-links h4 {
    font-size: 11px !important;
    margin: 0 0 6px 0 !important;
    color: #ffffff !important;
    font-weight: 600;
  }

  .useful-links ul {
    list-style-type: square !important;
    padding-left: 15px !important;
    margin: 0 !important;
  }

  .useful-links li {
    font-size: 9px !important;
    line-height: 1.4;
    margin-bottom: 2px !important;
    color: #ffffff !important;
  }

  .useful-links a {
    color: #ffffff !important;
    text-decoration: none;
  }

  .useful-links a:hover {
    color: #4a90e2 !important;
  }

  .get-in-touch ~ .our-solutions {
    flex: 0 0 45% !important;
  }

  .get-in-touch ~ .group-companies {
    flex: 0 0 45% !important;
  }

  .get-in-touch ~ .useful-links {
    flex: 0 0 100% !important;
  }

  .footer-bottom {
    clear: both !important;
    float: none !important;
    width: 300px !important;
    margin-top: 30px !important;
    padding: 0 !important;
    text-align: left;
  }

  .footer-info-row {
    display: flex;
    justify-content: left;
    gap: 30px;
    margin-top: 20px;
    border-top: 1px solid #404040;
    padding-top: 15px;
    width: 100%;
    margin-left: 10px;
  }

  .certified,
  .global-presence {
    margin-top: 0 !important;
    text-align: left;
    flex: 0 0 auto;
  }

  .certified h4,
  .global-presence h4 {
    font-size: 9px !important;
    margin-bottom: 4px;
    color: #ffffff !important;
    font-weight: 600;
  }

  .certified p,
  .global-presence p {
    font-size: 7px !important;
    color: #ffffff !important;
    line-height: 1.3;
    margin: 0 !important;
  }

  .footer-credits {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    padding: 0 !important;
    height: 30px !important;
    background-color: #0b1a28;
  }

  .footer-credits p {
    margin-left: 10px !important;
    font-size: 9px !important;
    color: #ffffff !important;
    flex: 1 !important;
    text-align: left !important;
  }

  /* Social Icons Mobile Styles */
  .social-icons {
    display: flex;
    gap: 15px;
    align-items: center;
  }

  .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #0b1a28;
  }

  .social-icon:hover {
    background-color: #0b1a28;
    color: #fff;
  }

  .social-icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
  }

  /* Individual social icon colors on hover - Mobile */

  .footer-badge:last-child {
    margin-bottom: 15px !important;
  }

  .footer-right > * {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .footer-subcolumns {
    display: flex;
    gap: 20px;
    margin-top: 20px;
  }

  .footer-subcol {
    flex: 1;
  }

  .small-text {
    font-size: 15px;
    color: #ffffff !important;
    /* Fixed: Added white color */
  }

  .footer-col ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  .footer-col ul li {
    margin-bottom: 5px;
    color: #ffffff !important;
    /* Fixed: Added white color */
  }

  .footer-col h3,
  .footer-col h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #ffffff !important;
    /* Fixed: Added white color */
  }

  .square-list {
    list-style-type: square !important;
    padding-left: 20px;
    margin: 0;
  }

  .square-list li {
    margin-bottom: 5px;
    color: #ffffff !important;
    /* Fixed: Added white color */
  }

  .square-list li a {
    text-decoration: none;
    color: #ffffff !important;
    /* Fixed: Changed from #666 to white */
    transition: color 0.3s ease;
  }

  .square-list li a:hover {
    color: #4a90e2 !important;
    /* Fixed: Changed from #007bff to match theme */
  }
}

@media screen and (max-width: 480px) {
  .about-us {
    width: 42% !important;
    padding-right: 10px !important;
  }

  .footer-right {
    width: 55% !important;
    padding-left: 5px !important;
  }

  .our-solutions,
  .group-companies {
    width: 48% !important;
    margin-right: 2% !important;
  }

  .useful-links {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-top: 15px !important;
    padding-left: 0 !important;
  }

  .footer-info-row {
    gap: 15px;
  }

  /* Social Icons - Extra Small Mobile */
  .site-footer .social-icons {
    gap: 6px !important;
  }

  .site-footer .social-icon {
    width: 20px !important;
    height: 20px !important;
  }

  .site-footer .social-icon svg {
    width: 10px !important;
    height: 10px !important;
  }

  .footer-credits p {
    font-size: 8px !important;
  }

  .controls {
    padding-left: 2px !important;
  }

  .large-circle-shape-1 {
    position: relative;
    height: 41vh !important;
    top: -3vh !important;
  }

  .right-circle {
    position: relative;
  }
  .right-circle-2 {
    position: relative !important;
    top: -56vh !important;
    left: 80vw;
    height: 18vh !important;
  }
  .slides-wrapper {
    height: 170px;
  }

  .learn-more-btn {
    padding: 2px 20px;
    font-size: 10px;
  }
  .dot {
    height: 4px;
    width: 4px;
  }

  .main-image {
    height: 60vh !important;
  }

  .card-description {
    font-size: 10px !important;
    padding-left: 10px;
  }

  .card-title {
    font-size: 20px !important;
    padding-top: 10px;
    padding-left: 10px;
  }

  .container {
    top: -65vh;
  }

  .power-education-head {
    height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .power-education-image {
    height: 120px !important;
    width: 200px;
  }

  .power-education-span {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: fit-content !important;
  }
}

.power-education-image {
  height: 100px;
  width: 200px;
}

.power-education-span-u {
  height: 130px;
  width: 22vw;
  font-size: 1.1vw;
  border-bottom: 3px solid rgb(189, 189, 189);
  margin-bottom: 20px;
  background-color: white;
  color: #003638;
  padding: 20px 30px;
  text-align: left;
}
.power-education-span {
  height: 130px;
  width: 22vw;
  font-size: 1.1vw;
  margin-bottom: 20px;
  background-color: white;
  color: #003638;
  padding: 20px 30px;
  text-align: left;
}

.power-education-image:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.grid-container img:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.clients-logo-7 img:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.lab-card img:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.story-card img:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.lab-button:hover,
.read-more-btn:hover {
  transform: scale(1.05);
  transition: background 0.3s ease, transform 0.3s ease;
}

.he-card:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.pr-16 img:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.k-12-man-image img:hover,
.k-12-image-1:hover,
.circle-section img:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.explore-btn:hover {
  background: #fbc324;
}

.lab-button {
  color: #000;
  background-color: #fbc324;
  box-shadow: 0 0 0 1px #fbc324;
  border: 1px solid #fbc324;
  transition: all 0.7s ease, border-color 0.2s ease;
}

.lab-button:hover {
  color: #fbc324;
  background-color: #fff;
}

.read-more-btn:hover {
  background: #fbc324 !important;
}

.shop-now-btn {
  border-radius: 20px;
  color: #fff;
  background-color: #ff8c00;
  border: 1px solid #ff8c00;
  box-shadow: 0 0 0 1px #ff8c00;
  transition: all 0.3s ease, border-color 0.2s ease;
}

.shop-now-btn:hover {
  color: #ff8c00;
  border-color: #fff;
  background-color: transparent;
}

.header-nav {
  display: flex;
}

.mob-nav {
  display: none;
}

.atlab-head {
  top: 1%;
  left: 50%;
  max-width: 100%;
  position: absolute;
  color: white;
  font-weight: 900;
  font-size: 45px;
  line-height: 1.2;
  margin-top: 80px;
  height: 100%;
}

.atlab-main {
  top: 25%;
  left: 40%;
  max-width: 100%;
  position: absolute;
  color: white;
  font-weight: 500;
  font-size: 15px;
  width: 50%;
  height: 100%;
}
@media (max-width: 1100px) {
  .header-nav {
    display: none;
  }
  .mob-nav {
    display: flex;
  }
}
@media (max-width: 1100px) and (min-height: 1000px) {
  .section4-div img {
    width: 4vw;
  }
  .atlab-head {
    margin-top: 20px;
    font-size: 35px;
  }
  .atlab-main {
    font-size: 12px;
    left: 45%;
    top: 18%;
  }
  .large-circle-shape-1 {
    height: 50vh;
    top: 50vh;
  }

  .circle-shape-2 {
    height: 10vh;
    left: 2vw;
  }

  .right-circle {
    height: 200px;
    right: 11%;
    top: 51%;
  }

  .large-circle {
    top: 85%;
  }

  .content-card {
    width: 51vw;
    top: -90%;
    top: -52%;
  }

  .container {
    bottom: 7vh !important;
  }
  .image-slider-wrapper {
    height: 50vh;
  }

  .power-education-span-u,
  .power-education-span {
    font-size: 1.1vw;
  }
  .LearningText h2 {
    font-size: 4vw !important;
  }
  .presence-details {
    width: 50%;
  }
}
