*, *::before, *::after {
    box-sizing: border-box;
}
.logo a:focus-visible{
    outline: none;
}
/** ===== Hero Section Styles ===== **/
.full-container{
    width: 100%;
    padding: 2rem;
}
.container{max-width:1200px;margin:0 auto}

.hero {
  position: relative;
  background: url('/images/hero-image.png') bottom/cover no-repeat;
  min-height: 90vh;
  display: flex;
  align-items: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 40%, rgb(0 0 0 / 90%) 100%);
}
a:focus-visible{
    outline: none;
}
.hero-container {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: auto;
  display: flex;
  gap: 2rem;
  padding: 2rem;
  align-items: center;
  justify-content: space-between;
}

.hero-content {
  color: #fff;
  max-width: 50%;
    padding-right: 50px;
}

.hero-content h1 {
  font-size: 4vw;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.gradient-text {
      background: linear-gradient(97deg, #FF8525 20%, #A379FF 60%, #FFB834 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}

.slash-gradient {
  background: linear-gradient(180deg, #FF6600, #6461FC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-content p {
  font-size: 1.5vw;
  line-height: 1.5;
  color: #d9d9d9;
  margin: 1.5rem 0 2rem 0;
  font-weight: 500;
}

.cta-btn {
  background: #FF8B2D;
  padding: 1vw 1.1vw;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
  display: inline-block;
  font-size: 1.1vw;
}

.cta-btn:hover {
  background: #ff7a12;
}

input,select{
    box-sizing: border-box;
}

/*** ===== Who Is Styles ===== **/

.who-is {
  background: #dce9f3; /* light blue-gray */
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.who-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: auto;
    padding: 0 2rem;
    gap: 2rem;
}

.who-text {
  flex: 1;
  color: #000;
  padding: 50px;
}

.script-title {
  font-family: 'Ephesis', cursive;
  font-size: 5rem;
  font-weight: 400;
  display: block;
}

.who-text h2 {
  font-size: 2rem;
  font-weight: 800;
  margin: 0;
}
.who-text h3 {
    font-size: 2rem;
    margin-top: -25px;
    margin-left: 10px;
}
.who-text p {
  /*font-size: clamp(16px, 1.05vw, 22px);*/
  line-height: 1.6;
  color: #222;
  margin-bottom: 1rem;
}
.who-text p:nth-of-type(1) {
    margin-top: -15px;
}
.story-btn {
  display: inline-block;
  background: #ff8b2d;
  color: #fff;
  padding: 0.8rem 1.4rem;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
}

.story-btn:hover {
  background: #ff7a12;
}

.who-image img {
    margin-top: -135px;
    z-index: 9;
    position: relative;
    max-width: 100%;
}

.achievements {
  display: flex;
  justify-content: space-evenly;
  gap: 1rem;
  background: #e8f0fa;
  padding: 1rem;
}

.achievement-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  color: #001780;
    font-weight: 600;
}

.achievement-item small {
    font-size: 12px;
    font-weight: 400;
}

.achievement-item img {
  width: 35px;
  height: 35px;
}

.excellenceSwiper .swiper-slide {
    /*
    background: #fdfdff;
    border-radius: 4px;
    padding: 20px 10px;
    box-shadow: 0 0 5px -2px #747474;
    overflow: hidden;
    */
}

.excellenceSwiper img {
    max-width: 200px;
    height: 100px;
    object-fit:contain
}

.excellenceSwiper .swiper-wrapper {
    align-items: center;
    padding: 10px;
}

.excellenceSwiper .swiper-button-next, .excellenceSwiper .swiper-button-prev {
    border: 1px solid #000;
    padding: 10px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

.excellenceSwiper .swiper-button-next:after, .excellenceSwiper .swiper-button-prev:after {
    font-size: 15px;
    color: #000;
}
.excellenceSwiper .swiper-button-next:hover, .excellenceSwiper .swiper-button-prev:hover {
    background:#f5f9ff
}
.excellence_sec{
    padding-left: 40px;
    padding-right: 40px;
}

.thought-leader {
  text-align: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: #fff;
  padding-top: 50px;
}
.thought-leader h2 {
  font-size: 2rem;
  font-weight: 800;
     color: #000;
}
.thought-leader p {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #000;
    text-align: center;
}
p.blue-gradient {
    background: -webkit-linear-gradient(45deg, #251406, #6461FC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.highlight {
  font-weight: 600;
}
.highlight-blue {
  color: #5b5fe6;
  font-weight: 600;
}

.mySwiper.swiper  {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 100px;
}

.mySwiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 40%;
  height: 488px;
}

.mySwiper  .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.navigation_btns{
    width: 120px;
    position:relative;
    margin: auto;
    top: 35px;
}

.navigation_btns .swiper-button-prev, .navigation_btns .swiper-button-next {border: 1px solid #000;padding: 10px;border-radius: 50%;width: 15px;height: 15px;}
.navigation_btns .swiper-button-next:after,.navigation_btns .swiper-button-prev:after{
    font-size: 15px;
    color: #000;
}

section.join-class
 {
    padding: 20px 40px;
}

.ai-section {
  display: flex;
  background: linear-gradient(to right, #f5f9ff 50%, #bfe1ff 50%);
  border-radius: 12px;
  padding: 30px;
  align-items: center;
  gap: 80px;
  margin: 40px 0;
}
.ai-section.alt{
    background: linear-gradient(to left, #f5f9ff 50%, #bfe1ff 50%);margin-top: 60px;
}
.ai-text {
  flex: 1;
  text-align: left;
  color: #364F6B;
}

.small-title {
  font-size: 14px;
  font-weight: bold;
  color: #2b3a4a;
}

.ai-section .main-title {
  font-size: 36px !important;
  font-weight: bold !important;
  margin: 10px 0;
}

.main-title span {
  color: #ff6b00;
  font-style: italic;
  padding-right: 10px;
  background: linear-gradient(97deg, #FF8525 0%, #CB6BFF 40%, #FFB834 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.join-class p.description {
  font-size: 16px;
  color: #444;
  margin: 20px 0;
  line-height: 1.5;
  text-align: left;
}

.features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.features li {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.resources {
  display: flex;
  gap: 10px;
  margin: 20px 0;
  background: #B1DAFF;
  border-radius: 12px;
}

.resources div {
  padding: 10px;
  border-radius: 8px;
  font-size: 18px;
  text-align: left;
  flex: 1;
  padding-left: 30px;
  line-height: 20px;
}

.resources div span {
  display: block;
  font-size: 12px;
  color: #333;
}

.view-btn {
  background: #ff8b2e;
  border: none;
  padding: 15px 20px;
  border-radius: 6px;
  color: white;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
    display: inline-block;
}

.view-btn:hover {
  background: #e4761f;
}

.ai-image {
  flex: 1;
  text-align: center;
}


.join-class p.small-title {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
}


/******** Persionalized Session **********/
  /* Scoped styles */
  #ps-section{
    background:#eaf3fb;
    padding:56px 16px;
    color:#1f2937;
    font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Inter, Arial;
  }
  #ps-section .ps-container{ max-width:1120px; margin:0 auto; }
  #ps-section .ps-card{
    padding:28px;
    display:grid;
    gap:24px;
    align-items:end;
    grid-template-columns: 1fr;
  }
  @media (min-width: 960px){
    #ps-section .ps-card{grid-template-columns: 1fr 300px;margin: auto;}
  }
  #ps-section h2{
    margin:0 0 10px;
    font-weight: 600;
    font-size: clamp(24px,3.2vw,36px);
    color: #17012C;
  }
  #ps-section .ps-lead{
    margin:0 0 12px;
    font-size: 22px;
    line-height:1.6;
    background: -webkit-linear-gradient(0deg, #251406, #6461FC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #ps-section .ps-lead a{ text-decoration:none; }
  #ps-section .ps-lead a:hover{ text-decoration:underline; }
  #ps-section .ps-body{
    margin:0 0 18px;
    color: #000;
    font-size: 20px;
    line-height:1.8;
  }
  #ps-section .ps-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background: #F88722;
    color:#fff;
    font-weight: 600;
    border:none;
    border-radius: 8px;
    padding:12px 18px;
    text-decoration:none;
    letter-spacing:.2px;
    transition:background .2s ease, transform .2s ease, box-shadow .2s ease;
  }
  #ps-section .ps-btn:hover{
    background:#ff623b; transform:translateY(-1px);
    box-shadow:0 16px 28px rgba(255,122,89,.32);
  }
  #ps-section .ps-figure{
    display:grid; place-items:end center; position:relative;margin: 0;
  }
  #ps-section .ps-figure img {
    height: auto;
    filter: drop-shadow(0 14px 28px rgba(20, 26, 54, .22));
    position: absolute;
    bottom: -85px;
    width: 580px;
}
.ai-image img {
    width: 100%;
}


/************ Mobile CSS ************/
@media (max-width: 768px) {
  section.hero {
    background-position: left;
    background-attachment: fixed;
    min-height: 100px;
    background-position: 10% -155px;
            background-size: 1230px;
}
  .hero-container {
    flex-direction: column;
    text-align: center;
  }
  .hero-content{
      max-width: 500px;
      padding-right: 0;
  }
  .hero-content h1 {
    font-size: 1.8rem;
  }
  .hero-content p{
    font-size: 16px;
  }
  .cta-btn{
      font-size: 16px;
      padding: 10px;
  }
  .who-container {
    flex-direction: column;
    align-items: center;
}

.who-text {
    padding: 30px 0;
}

.who-image img {
    margin-top: -70px;
    max-height: 250px;
}

.achievements {
    justify-content: flex-start;
    flex-wrap: wrap;
}
.who-container {
    flex-direction: column;
}

.who-text {
    padding: 30px 0;
}

.who-image img {
    margin-top: -70px;
}

.achievements {
    justify-content: flex-start;
}

section.thought-leader {
    padding: 30px 10px;
}

.mySwiper.swiper {
    padding-top: 40px;
}

.thought-leader p {
    font-size: 20px;
}

.mySwiper .swiper-slide {
    height: 250px;
    width: 50%;
}

.thought-leader h2 {
    margin: 0;
}
.who-container {
    flex-direction: column;
}

.who-text {
    padding: 30px 0;
}

.who-image img {
    margin-top: -70px;
}

.achievements {
    justify-content: flex-start;
}

section.thought-leader {
    padding: 30px 10px;
}

.mySwiper.swiper {
    padding-top: 40px;
}

.thought-leader p {
    font-size: 20px;
}

.mySwiper .swiper-slide {
    height: 250px;
    width: 50%;
}

.thought-leader h2 {
    margin: 0;
}

.ai-section {
    flex-direction: column;
    background: linear-gradient(to bottom, #f5f9ff 50%, #bfe1ff 50%);
}
.ai-section.alt {
    background: linear-gradient(to bottom, #f5f9ff 72%, #bfe1ff 50%);
}
.join-class p.small-title {
    font-size: 14px;
}

.ai-section .main-title {
    font-size: 20px !important;
}

.join-class p.description {
    font-size: 14px;
}

.features li {
    font-size: 14px;
}

.resources {
    flex-wrap: wrap;
}

ul.features {
    padding-bottom: 20px;
}

section#ps-section {
    padding: 30px 10px;
}
#ps-section .ps-card {
    padding: 20px;
}

#ps-section .ps-figure img {
    position: relative;
    bottom: -50px;
    width: 100%;
}

#ps-section .ps-figure {
    margin-top: -50px;
}
.excellenceSwiper img {
    height:60px;
}

}


.past-students-section,
.countries-section {
    background: var(--bg-primary);
    border-radius: 16px;
    box-shadow: var(--shadow-light);
    overflow: hidden;
    position: relative;
}

.past-students-section {
    padding: 60px 40px;
}

.countries-section {
    padding: 50px 40px;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-title {
    font-size: 2rem;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 8px;
}

.title-light {
    font-weight: 300;
    color: var(--text-secondary);
}

.title-bold {
    font-weight: 700;
    color: var(--text-primary);
    position: relative;
}

.title-bold::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--secondary-color), var(--accent-color));
    border-radius: 2px;
}

.section-subtitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #000;
    text-align: center;
}

.section-description {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}

.description-highlight {
    display: block;
    margin-top: 8px;
    font-weight: 500;
    color: var(--text-primary);
}

/* Logos Section */
.logos-wrapper {
    position: relative;
    padding: 20px 0;
}

.logos-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 30px;
    align-items: center;
    justify-items: center;
    margin: 0 auto;
}

.logo-item {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.logo-item.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.logo-item:hover {
    transform: scale(1.15);
}

.institution-logo {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.logo-tooltip {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--text-primary);
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.logo-item:hover .logo-tooltip {
    opacity: 1;
}

/* Countries Section */
.countries-title {
    font-size: 28px;
    color: var(--text-primary);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.icon-globe {
    font-size: 32px;
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.countries-description {
    font-size: 17px;
    color: var(--text-secondary);
    margin-bottom: 40px;
    text-align: center;
}

/* Flags Container */
.flags-wrapper {
    padding: 20px 0;
}

.flags-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin: 0 auto;
}

.flag-item {
    position: relative;
    width: 80px;
    height: 80px;
    cursor: pointer;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

.flag-item.animate-in {
    opacity: 1;
    transform: scale(1);
}

.flag-item:hover {
    transform: scale(1.2);
    z-index: 10;
}

.country-flag {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: 3px solid transparent;
}

.flag-item:hover .country-flag {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    border-color: var(--secondary-color);
}

.flag-tooltip {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--text-primary);
    color: white;
    padding: 5px 15px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 20;
}

.flag-item:hover .flag-tooltip {
    opacity: 1;
}

/* Statistics Row */
.statistics-row {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .past-students-section,
    .countries-section {
        padding: 40px 20px;
    }
    
    .section-title {
        font-size: 32px;
        flex-direction: column;
        gap: 4px;
    }
    
    .title-bold::after {
        width: 80%;
        left: 10%;
    }
    
    .section-subtitle {
        font-size: 18px;
    }
    
    .section-description {
        font-size: 15px;
    }
    
    .logos-container {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
        gap: 20px;
    }
    
    .logo-item {
        width: 80px;
        height: 80px;
    }
    
    .countries-title {
        font-size: 24px;
    }
    
    .countries-description {
        font-size: 16px;
    }
    
    .flags-container {
        gap: 15px;
    }
    
    .flag-item {
        width: 55px;
        height: 55px;
    }
    
    .statistics-row {
        gap: 30px;
    }
    
    .stat-number {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 26px;
    }
    
    .logos-container {
        grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
        gap: 15px;
    }
    
    .logo-item {
        width: 60px;
        height: 60px;
    }
    
    .flag-item {
        width: 45px;
        height: 45px;
    }
    
    .statistics-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .stat-number {
        font-size: 24px;
    }
}
