@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");

/* Fonts */
@font-face {
  font-family: myFirstFont;
  src: url(../Fonts/Qanelas-Font-Family/woff2/QanelasSoft-Bold.woff2);
}

@font-face {
  font-family: mySecondFont;
  src: url(../Fonts/Qanelas-Font-Family/woff2/QanelasSoft-SemiBold.woff2);
}

@font-face {
  font-family: myThirdFont;
  src: url(../Fonts/Qanelas-Font-Family/woff2/QanelasSoft-Medium.woff2);
}

@font-face {
  font-family: myFourthFont;
  src: url(../Fonts/Qanelas-Font-Family/woff2/QanelasSoft-Light.woff2);
}

* {
  margin: 0px;
  padding: 0px;
}

/* Navbar Start */

.navbar {
  height: 80px;
  line-height: 80px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(36, 36, 36, 0.1);
}

/* .navbar img{
      width: 100%;
      height: auto;
  } */

.applyBtn {
  border-radius: 8px;
  background: #009fe7;
  border: 0px;
  line-height: 32px;
  align-items: center;
  text-align: center;
}

.applyBtn a,
.applyBtn i {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  text-align: center;
}

.ulItems li a {
  color: #6e6e6e;
  font-family: "myThirdFont";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-item {
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease-in-out;
}

.dropdown-item:hover {
  background-color: #f1f1f1;
}

.navbar-nav .nav-link {
  position: relative;
}

.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 9%;
  right: 0;
  bottom: -2px;
  height: 2px;
  background-color: #004d73;
  border-radius: 2px;
  width: 83%;
}

/* Navbar End  */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");

/* Fonts */
@font-face {
  font-family: myFirstFont;
  src: url(../Fonts/Qanelas-Font-Family/woff2/QanelasSoft-Bold.woff2);
}

@font-face {
  font-family: mySecondFont;
  src: url(../Fonts/Qanelas-Font-Family/woff2/QanelasSoft-SemiBold.woff2);
}

@font-face {
  font-family: myThirdFont;
  src: url(../Fonts/Qanelas-Font-Family/woff2/QanelasSoft-Medium.woff2);
}

@font-face {
  font-family: myFourthFont;
  src: url(../Fonts/Qanelas-Font-Family/woff2/QanelasSoft-Light.woff2);
}

/* section - 1  start --------------------------------------------------------------------------------------- */
.section1 {
  background: url("/images/LCE2025/heroBackground.png");
  position: relative;
}

.section1 .heroSec .heroDatav1 {
  padding: 100px 0px 50px 0px;
  display: flex;
  flex-direction: column;
  width: 60%;
  gap: 24px;
}

.section1 .heroSec .heroDatav1 h2 {
  color: #0c0c0c;
  font-family: Montserrat;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px; /* 114.286% */
  letter-spacing: -0.84px;
  text-transform: capitalize;
}

.section1 .heroSec .heroDatav1 p {
  color: #0c0c0c;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}

.section1 .heroSec .heroDatav1 .applyBtn {
  display: flex;
  width: 285px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 48px;
}

.section1 .heroSec .heroDatav1 .custom-btn {
  display: flex;
  width: 285px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 48px;
  background-color: #e50000;
  color: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

.section1 .heroSec .heroImageV1 img {
  position: absolute;
  bottom: 0;
  right: 0;
  /* width: 50%; */
}

/* Cohosted by  */

.heroDatav1 .coHostedBy {
  margin-top: 48px;
}

.heroDatav1 .coHostedBy img {
  margin-top: 16px;
}

.heroDatav1 .coHostedBy img {
  margin-right: 32px;
}

@media (max-width: 1100px) {
  .section1 .heroSec .heroDatav1 {
    width: 100%;
    padding-bottom: 0px;
  }

  .section1 .heroSec .heroImageV1 img {
    position: relative;
    width: 100%;
    max-width: 100%;
  }

  .heroDatav1 .coHostedBy {
    margin-bottom: 0px;
  }
}

@media (max-width: 500px) {
  .section1 .heroSec .heroDatav1 {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section1 .heroSec .heroDatav1 h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .section1 .heroSec .heroDatav1 p {
    font-size: 16px;
  }

  .section1 .heroSec .heroDatav1 .custom-btn {
    width: 185px;
  }
}

/* Hero Section End --------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------- Section 2 Start ----------------------------------------------------  */

.secondsec {
  padding: 100px 0px;
  display: flex;
  align-items: center;
}

.secondsec .left {
  width: 60%;
  margin-right: 10%;
}

.secondsec .left h2 {
  color: #191919;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
  letter-spacing: -0.4px;
  text-transform: capitalize;
}

.secondsec .left p {
  margin-top: 20px;
  color: #171717;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.secondsec .right {
  width: 40%;
}

.secondsec .right img {
  width: 100%;
}

@media (max-width: 800px) {
  .secondsec {
    display: block;
    padding-bottom: 0px;
    /* gap: 50px; */
  }

  .secondsec .left {
    width: 100%;
    margin-right: 0%;
    padding: 20px;
  }

  .secondsec .left h2 {
    font-size: 30px;
  }

  .secondsec .right {
    width: 100%;
    padding: 20px;
  }
}

/* --------------------------------------------------------------- Section 2 End --------------------------------------------------------------------------------- */

/* Main grid container - Fixed layout */
.lce-grid {
  display: grid;
  margin-top: 60px;
  /* width: 1280px; */
  height: 958px;
  row-gap: 16px;
  column-gap: 16px;
  flex-shrink: 0;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  /* grid-template-rows: repeat(3, 308px); */
  grid-template-columns: repeat(4, minmax(0, 1fr));
  /* grid-template-columns: repeat(4, 308px); */
  border-radius: 20px;
  overflow: hidden;
}

/* Ensure all grid items don't overflow */
.lce-grid > * {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

/* Row 1 - Header and Stats */
.header {
  grid-column: 1 / 3;
  grid-row: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.4px;
  text-transform: capitalize;
  color: #191919;
}

.header p {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #171717 !important;
}

.stat-1 {
  grid-column: 3;
  grid-row: 1;
  background-color: #003b59;
  padding: 16px !important;
  justify-content: center;
  align-items: center;
  /* gap: 8px; */
}

.stat-2 {
  grid-column: 4;
  grid-row: 1;
  background-color: #d8ecfc;
  color: #0f4c75 !important;
}

.stat-1 .stat-number {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  text-transform: capitalize;
  color: #d8ecfc !important;
}

.stat-1 .stat-title {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #d8ecfc !important;
}

.stat-1 .stat-desc {
  font-family: "myThirdFont";
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #d8ecfc !important;
}

.stat-2 .stat-number {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  text-transform: capitalize;
  color: #003b59 !important;
}

.stat-2 .stat-title {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #003b59 !important;
}

.stat-2 .stat-desc {
  font-family: "myThirdFont";
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #2f2f2f !important;
}

.stat-card {
  border-radius: 20px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

.stat-number {
  font-size: 64px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.stat-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.stat-desc {
  font-size: 13px;
  line-height: 1.4;
  opacity: 0.9;
}

/* Row 2 - Four columns */
.image-1 {
  grid-column: 1;
  grid-row: 2;
}

.image-2 {
  grid-column: 2;
  grid-row: 2;
}

.text-card {
  grid-column: 3;
  grid-row: 2;
  background-color: #f8f9fa;
  border-radius: 20px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* .text-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  font-style: italic;
} */

.text-card p {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  /* 0% = 0px */
  text-align: center;
}

.image-3 {
  grid-column: 4;
  grid-row: 2;
}

.image-card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background-color: #333;
  display: flex;
  align-items: flex-end;
}

.image-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .image-caption {
  position: relative;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 50%, transparent);
  color: white;
  padding: 15px;
  font-size: 11px;
  font-style: italic;
  width: 100%;
} */

.image-caption {
  font-family: "mySecondFont";
  font-weight: 600;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  z-index: 1;
  padding: 0 16px !important;
  padding-bottom: 16px !important;
  color: #ffffff !important;
}

/* Row 3 - Three image placeholders */
.row3-image {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background-color: #fcfcfc;
}

.row3-image img {
  width: 100%;
  height: auto;
  /* object-fit: contain !important;
  object-position: center !important; */
  display: block;
}

.chart-image {
  grid-column: 1;
  grid-row: 3;
  /* object-fit: cover !important; */
}

.logo-image {
  grid-column: 2;
  grid-row: 3;
  background-color: #fcfcfc;
}

.globe-image {
  /* object-fit: cover !important; */
  grid-column: 3 / 5;
  grid-row: 3;
}

/* Prevent layout breaking on smaller screens */
@media (max-width: 1320px) {
  body {
    align-items: flex-start;
  }

  .lce-grid {
    transform: scale(0.9);
    transform-origin: top left;
  }
}

@media (max-width: 1152px) {
  .lce-grid {
    transform: scale(0.8);
  }
}

@media (max-width: 1024px) {
  .lce-grid {
    transform: scale(0.7);
  }
}

@media (max-width: 896px) {
  .lce-grid {
    transform: scale(0.6);
  }
}

@media (max-width: 768px) {
  .lce-grid {
    transform: none;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .lce-grid > * {
    width: 100% !important;
    min-height: 200px;
  }

  .header h1 {
    font-size: 36px;
  }

  .stat-number {
    font-size: 48px;
  }
}

/* Focused Section Start */

.focusedSector {
  /* padding: clamp(60px, 10vw, 120px) clamp(16px, 5vw, 40px); */
  padding: 120px 0px;
}

.lceLaunch2025 h2 {
  color: #0c0c0c;
  font-family: Montserrat;
  font-size: clamp(24px, 4vw, 40px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.4px;
  text-transform: capitalize;
  margin-bottom: clamp(16px, 3vw, 24px);
}

.focusedSector > p {
  color: #171717;
  font-family: Mulish;
  font-size: clamp(14px, 2vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: clamp(24px, 4vw, 32px);
}

.focusedSector .sectors {
  display: flex;
  gap: clamp(8px, 2vw, 12px);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  padding-bottom: 10px;
  /* Add some padding for touch scrolling */
}

.focusedSector .sectors::-webkit-scrollbar {
  display: none;
  /* WebKit browsers */
}

.focusedSector .sector {
  width: clamp(45px, 8vw, 120px);
  height: 400px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  /* transition: width 0.4s ease-in-out; */
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
  mix-blend-mode: multiply;
  background-color: #000;
  padding: 10px clamp(12px, 3vw, 40px);
}

.focusedSector .sector.active {
  width: clamp(240px, 50vw, 640px);
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.focusedSector .sector h3 {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  padding: 10px;
  position: absolute;
  /* transition: all 0.4s ease; */
  bottom: 7px;
  color: #fcfcfc;
  font-size: clamp(16px, 3vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.48px;
  text-transform: capitalize;
}

.focusedSector .sector p {
  padding: 10px;
  position: absolute;
  opacity: 0;
  /* transition: opacity 0.3s ease; */
  color: #eee;
  font-family: myThirdFont;
  font-size: clamp(12px, 1.5vw, 14px);
  font-style: normal;
  font-weight: 500;
  margin-top: -10px;
  /* line-height: 1.4; */
}

.focusedSector .sector:not(.active) h3 {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%) rotate(180deg);
  /* text-align: center; */
}

.focusedSector .sector:not(.active) p {
  display: none;
}

.focusedSector .sector.active h3 {
  position: relative;
  writing-mode: horizontal-tb;
  transform: none;
  font-size: clamp(20px, 4vw, 32px);
  padding: 0px;
  margin-bottom: clamp(8px, 1vw, 12px);
}

.focusedSector .sector.active p {
  position: relative;
  display: block;
  opacity: 1;
  padding: 0;
}

.focusedSector .cleanAir {
  background-image: url("../images/LCE2025/cleanAir.png");
}

.focusedSector .agriFood {
  background-image: url("../images/LCE2025/agriFood.png");
}

.focusedSector .renewableEnergy {
  background-image: url("../images/LCE2025/renewableEnergy.png");
}

.focusedSector .digitalInnovation {
  background-image: url("../images/LCE2025/digitalInnovation.png");
}

.focusedSector .sustainabilityMobility {
  background-image: url("../images/LCE2025/sustainabilityMobility.png");
}

.focusedSector .plasticPollution {
  background-image: url("../images/LCE2025/plasticPollution.png");
}

@media (max-width: 500px) {
  .focusedSector {
    padding: 36px 15px;
  }
}

/* Focus Section End  */

/* Objective Section Start  */

.objectives {
  padding: 120px 0px;
  background-image: url("../images/LCE2025/objectives.png");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
}

.objectives .objective {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background: rgba(0, 59, 89, 0.75);
  background-blend-mode: multiply;
  backdrop-filter: blur(8px);
  padding: 32px;
}

.objectives h3 {
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 133.333% */
  text-transform: capitalize;
  text-align: start !important;
}

.objectives p {
  color: #eee;
  font-family: myFourthFont;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
}

.objectives h2 {
  margin-bottom: 32px;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  /* 120% */
  letter-spacing: -0.4px;
  text-transform: capitalize;
}

.objectives .gallery {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-auto-rows: auto;
  grid-auto-flow: dense;
}

.objectives .gallery > div {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

.objectives .gallery .tall {
  grid-row: span 2;
}

@media (min-width: 1000px) {
  .objectives .gallery .wide {
    grid-column: span 2;
  }
}

/* Objective Section End  */

/* StartUps Section Start  */

/* StartUp section end  */

/* Highlights Start  */

.highlights {
  padding: 120px 0px;
}

.highlights h2 {
  margin-bottom: 32px;
}

.highlights img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

.highlights .gallery {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}

.highlights .gallery > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.highlights .gallery > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.highlights .gallery .tall {
  grid-row: span 2;
}

/* 
.highlights .gallery .wide {
  grid-column: span 2;
} */

@media (min-width: 600px) {
  .highlights .gallery .wide {
    grid-column: span 2;
  }
}

@media (max-width: 500px) {
  .highlights {
    padding: 20px;
  }
}

/* Highlight Section End  */

/* StartUps Section Start  */

.startupsSec {
  padding: 0px 0px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-top: 120px;
}
.startupsSec > div {
  width: 50%;
}

.startupsSec .logo-grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-auto-rows: 100px;
  grid-auto-flow: dense;
}

.startupsSec .logo-grid img {
  /* height: 80px; */
  /* width: 80px; */
  object-fit: cover;
  max-width: 120px;
  max-height: 80px;
}

.startups {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}

.startups .slider {
  max-width: 800px;
  height: 500px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.startups .slides {
  display: flex;
  width: 500%;
  height: 100%;
  transition: 0.6s ease;
}

.startups .slider {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 10; /* Maintain proportion like 800x500 */
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.startups .startupSlide {
  display: none;
}

.startups .active {
  display: block;
}

.startups .startupSlide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Fill area nicely */
}

.startups .slides .startupSlide {
  width: 20%; /* 100% / 5 slides = 20% each */
  flex-shrink: 0;
}

.startups input[type="radio"] {
  display: none;
}

/* Position slides based on checked radio */
.startups #radio1:checked ~ .startups .slides {
  margin-left: 0%;
}

.startups #radio2:checked ~ .startups .slides {
  margin-left: -100%;
}

.startups #radio3:checked ~ .startups .slides {
  margin-left: -200%;
}

.startups #radio4:checked ~ .startups .slides {
  margin-left: -300%;
}

.startups #radio5:checked ~ .startups .slides {
  margin-left: -400%;
}

/* Indicators styling */
.startups .navigation-manual {
  position: absolute;
  width: 100%;
  bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.startups .navigation-manual .active {
  background-color: #fff;
}

.startups .manual-btn {
  border: 2px solid white;
  padding: 6px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
  margin: 0 8px;
}

.startups .manual-btn:hover {
  background: white;
}

@media only screen and (max-width: 1000px) {
  .startupsSec {
    display: block;
  }
  .startupsSec > div {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .startupsSec {
    padding: 0px 20px;
  }
}

/* StartUp section end  */

/* Team Member Section Start  */

/* .teamMembers {
  font-family: "Arial", sans-serif;
  padding: 50px 0px;
}
 
.teamMembers .team-section {
  max-width: 1200px;
  margin: 0 auto;
} */

.teamMembers .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.teamMembers .teammember-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333 !important;
}

.teamMembers .nav-controls {
  display: flex;
  gap: 10px;
}

.teamMembers .nav-btn {
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: white;
  color: #333;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.teamMembers .nav-btn:hover {
  background: #f8f8f8;
  border-color: #999;
}

.teamMembers .nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: white;
  /* border-color: #ddd; */
}

.teamMembers .team-container {
  position: relative;
  overflow: hidden;
}

.teamMembers .team-wrapper {
  display: flex;
  transition: transform 0.3s ease;
  gap: 20px;
}

.teamMembers .member-image {
  margin: 0 auto 20px;
  overflow: hidden;
  width: 400px;
  height: 400px;
}

.teamMembers .member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teamMembers .member-name {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.teamMembers .member-role {
  font-size: 1rem;
  color: #666;
}

/* Hide scrollbar */
.teamMembers .team-container {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.teamMembers .team-container::-webkit-scrollbar {
  display: none;
}
/* Team Memmeber Section End  */

/* testimonials */
/* .testimonial-section {
  background-image: url(../images/cloud\ bg.png);
  background-size: cover;
  min-height: 100vh;
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
} */

.testimonial-section {
  margin-top: 120px !important;
  background-image: url(../images/cloud\ bg.png);
  background-size: cover;
  height: 632px !important;
  padding: 60px 0 80px;
  position: relative;
  overflow: hidden;
}

.testimonial-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  /* background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M0,60 Q300,20 600,60 T1200,60 L1200,120 L0,120 Z" fill="white" opacity="0.8"/></svg>') repeat-x; */
  background-size: 1200px 120px;
}

/* .section-title {
  text-align: center;
  color: white !important;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 60px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  padding: 0 40px;
} */

.section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.6px;
  /* -1.5% of 40px */
  text-align: center;
  text-transform: capitalize;
  color: white !important;
  margin-bottom: 48px !important;
}

.testimonials-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.testimonials-grid {
  display: flex;
  gap: 30px;
  align-items: start;
  animation: scroll-horizontal 30s linear infinite;
  width: calc(300% + 60px);
}

.testimonials-grid:hover {
  animation-play-state: paused;
}

@keyframes scroll-horizontal {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-33.333% - 20px));
  }
}

.testimonial-card {
  background: rgba(0, 59, 89, 0.75);
  border-radius: 20px;
  /* height: 360px; */
  padding: 30px;
  color: white;
  position: relative;
  backdrop-filter: blur(16px);
  /* border: 1px solid rgba(255, 255, 255, 0.1); */
  flex: 0 0 350px;
  min-height: 250px;
}

.testimonial-card.large {
  min-height: 320px;
}

.quote-icon {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 40px;
  color: #64b5f6;
  font-family: Georgia, serif;
}

.testimonial-text {
  font-family: "myThirdFont";
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  color: #eeeeee !important;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.author-info {
  flex: 1;
}

.author-name {
  font-family: "mySecondFont";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: capitalize;
}

/* .author-title {
  font-size: 14px;
  opacity: 0.9;
  line-height: 1.4;
} */
.author-title {
  font-family: "myFourthFont";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}

@keyframes float {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100px);
  }
}

@media (max-width: 1200px) {
  .testimonial-card {
    flex: 0 0 320px;
  }
}

@media (max-width: 768px) {
  .testimonials-grid {
    animation-duration: 30s;
  }

  .testimonial-card {
    flex: 0 0 280px;
    min-height: 250px;
  }

  .section-title {
    font-size: 36px;
    margin-bottom: 40px;
    padding: 0 20px;
  }

  .testimonial-section {
    padding: 40px 0 60px;
  }
}

@media (max-width: 480px) {
  .testimonial-card {
    flex: 0 0 260px;
  }
}
/*testimonials*/

/* News and Media  */

.media {
  background-image: url("../images/home-media-bg.png");
  text-align: center;
  padding: 80px 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 120px !important;
}

.media h2 {
  color: #191919;
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  text-transform: capitalize;
  margin-bottom: 60px;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 10s slide infinite linear;
}

.logos-slide img {
  margin-right: 64px;
}

/* News & Media End  */

/* Entry Criteria Start  */

/* Entry */

.entrySec {
  margin-top: 80px 0px;
}

.entry {
  background-image: url("../images/entryBackground.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin-bottom: 120px;
  padding: 32px 64px 32px 48px;
  align-items: center;
  gap: auto;
  border-radius: 12px;
}

.entry .leftSec {
  width: 46%;
}

/* 
.entry .rightSec{
    padding: 24px 80px;
} */

.entry h2 {
  color: #fff;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  /* 120% */
  letter-spacing: -0.4px;
  text-transform: capitalize;
}

.entry p {
  color: #fff;
  font-family: "myFourthFont";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.entry img {
  width: 100%;
  height: auto;
}

/* Entry Criteria End   */

/* footer */
.footer {
  padding: 1% 0 0;
}

.footer-data {
  display: flex;
  justify-content: space-between;
}

.ficon {
  color: white;
  font-size: 30px;
}

.ficon:hover {
  color: #e50000;
}

.footer-para {
  color: #fff;
  padding: 10px;
}

.footer-icons {
  display: flex;
  gap: 30px;
  padding: 10px;
}

/* FOOTER-START */
.footer-section {
}

.footer-section .footer-bg {
  background-image: url("../images/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;

  padding: 160px 0;
}

.footer-section .main-div1 .footer-text-div {
  height: 100%;
  /* Ensure the div takes full height of its parent */
  padding-right: 120px;
}

.footer-section .main-div1 .footer-text-div p {
  color: #fcfcfc;

  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 32px;

  margin: 0;
  /* Remove default margin */
  align-items: center;
}

.main-div2 {
  padding-top: 134px;
}

/* .main-div2 .contact-div {
  border: 1px solid red;
}
.main-div2 .footer-nav-div {
  border: 1px solid yellow;
} */

.main-div2 .contact-div .contact-mod {
  color: #fcfcfc;
  font-family: "mySecondFont";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.main-div2 .contact-div .email-mod-div .email-mod-subhead,
.main-div2 .contact-div .address-mod-div .address-mod-subhead {
  color: #eee;
  font-family: "myThirdFont";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.main-div2 .contact-div .email-mod-div .email-mod-subtext,
.main-div2 .contact-div .address-mod-div .address-mod-subtext {
  color: #c4e3fa;
  font-family: "MySecondFont";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.footer-nav-div {
  text-align: right;
}

.footer-basic {
  color: #4b4c4d;
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: right;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic li {
  padding: 0 10px;

  color: #ebf6fd;

  font-family: "myThirdFont";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
}

.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-basic ul a:hover {
  opacity: 1;
}

.footer-section .social-sub-section {
  padding: 32px 0;
  background-color: #000913;
}

.footer-section .social-sub-section .box-left p {
  margin-bottom: 0;
  color: #fcfcfc;

  font-family: "myFourthFont";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.parent-box {
  display: flex;
  /* Use flexbox for children alignment */
  flex-wrap: nowrap;
  /* Prevent wrapping of children */
}

.parent-box .ch1,
.parent-box .ch2 {
  margin-right: 10px;
  /* Adjust spacing between links if needed */
}

.parent-box a {
  color: #fcfcfc;

  font-family: "myFourthFont";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  /* Remove underline */
}

.parent-box a:hover {
  text-decoration: underline;
  /* Add underline on hover */
}

.social-box .social {
  text-align: center;
}

.social-box .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}

.social-box .social > a:hover {
  opacity: 0.9;
}

/* Comma Set */
.footer-section .main-div1 .footer-text-div {
  position: relative;
}

.footer-section .main-div1 .footer-text-div .temp-comma-rightdiv {
  position: absolute;
  bottom: 10%;
  right: 10%;
  display: block;
}

.footer-section .main-div1 .footer-text-div .temp-comma-leftdiv {
  position: absolute;
  top: 0%;
  left: -7%;
  display: block;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
}

.logo-item {
  background-color: #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.logo-item:hover {
  transform: scale(1.05);
}

.logo-item img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}

/* FOOTER-END */

@media screen and (min-width: 1000px) {
  .footer-basic li {
    padding: 0 12px;
    margin-bottom: 16px;
  }

  .about #toggle-content {
    display: block !important;
  }

  .about #toggleBtn {
    display: none !important;
  }
}

@media screen and (max-width: 1220px) {
  .hero .rightSec .preview img {
    width: 100%;
    height: auto;
  }

  .navbar {
    height: auto;
    line-height: 40px;
  }

  .navbar :nth-child(1) {
    order: 2;
  }

  .navbar :nth-child(3) {
    order: 3;
  }
}

@media screen and (max-width: 1000px) {
  .footer-section .main-div1 .footer-text-div .temp-comma-rightdiv,
  .footer-section .main-div1 .footer-text-div .temp-comma-leftdiv {
    display: none;
  }

  .footer-logo-div {
    text-align: center;
  }

  .footer-logo-div img {
    width: 50%;
  }

  .footer-section .footer-bg {
    padding: 80px 0;
  }

  .footer-section .main-div1 .footer-text-div p {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin-top: 24px;
  }

  .footer-section .main-div1 .footer-text-div {
    height: 100%;
    padding: 0px 20px;
  }

  .main-div2 {
    padding-top: 80px;
  }

  .footer-section .contact-div {
    width: 50%;
    margin-top: 48px;
  }

  .social-sub-section .box-left {
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 14px;
  }

  .parent-box {
    margin: auto;
  }

  .social-sub-section .box-right {
    margin-top: 24px;
  }

  .social-sub-section .box-right .parent-box a {
    font-size: 12px;
  }

  .footer-section .social-sub-section .box-left p {
    margin: auto;
  }

  .hero .container {
    display: block !important;
  }

  .hero .rightSec .coHostedBy {
    text-align: center !important;
  }

  .hero .rightSec .preview img {
    max-width: 100%;
  }

  .about .container {
    display: block !important;
    text-align: center;
  }

  .entry {
    display: block !important;
    text-align: center;
    padding: 32px 0px;
  }

  .entry .leftSec {
    width: 100%;
    margin-bottom: 64px;
    padding: 0px 20px;
  }

  .entry .rightSec {
    padding: 0px 10px;
  }

  .entry .entryBtn {
    display: flex;
    justify-content: center;
  }

  .about .leftSec {
    width: 100% !important;
    text-align: center !important;
  }

  .about .leftSec p {
    margin: 0px 40px 40px 40px !important;
  }

  .program {
    display: block !important;
  }

  .program .leftSec {
    margin-right: 0px;
  }

  .program .rightSec {
    margin-top: 20px;
  }

  .industry h2 {
    font-size: 30px;
    margin: 0px;
  }

  .industry p {
    margin: 0px;
  }

  .faqSec {
    margin: 120px 5% !important;
  }

  .hero .leftSec .content h1 {
    font-size: 34px;
    line-height: 40px;
  }

  .logo-b-txt {
    padding: 0 72px;
  }
}

@media screen and (max-width: 600px) {
  .faq .accordion {
    min-width: 200px;
  }

  .faq .accordion-item {
    padding-right: 20px !important;
  }

  .hero .leftSec .content span {
    white-space: nowrap;
  }

  .hero .leftSec .content span {
    font-size: 36px;
    line-height: 40px;
  }

  .logo-b-txt {
    padding: 0 132px;
  }
}

@media screen and (max-width: 360px) {
  .navbar :nth-child(2) {
    order: 3;
  }

  .navbar :nth-child(3) {
    order: 2;
  }

  .navbar-toggler {
    margin-top: 10px;
  }
}
