

/* Font Face Declarations */
@font-face {
  font-family: 'HelveticaNowDisplay';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/HelveticaNowDisplay-Regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNowDisplay';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/HelveticaNowDisplay-Bold.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Queens';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Queens-Medium.woff2') format('woff2');
  font-display: swap;
}

@font-face { 
  font-family: UniSansHeavyCAPS; 
  font-style: normal; 
  font-weight: 400; 
  src: local('Bebas Neue Regular'), url(../fonts/UniSansHeavyCAPS.woff) format('woff') 
}

/* Body and Base Typography */
body { 
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  overflow-x: hidden;
}
p { 
  font-size: 16px; 
  color: #8e8e8e; 
  line-height: 22px; 
  text-align: justify; 
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Standardized Section Typography - All Sections */
h1, h2, h3, h4, h5, h6 {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Main Section Headings - Desktop */
h1.center, h1.section-title, .section-title, .benchmarks-heading, .gla-programs-heading, .smu-main-heading, h1 {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

h2.center, h2.section-title, h2 {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

/* Tablet Responsive - Standardized (max-width: 1024px) */
@media (max-width: 1024px) {
  h1.center, h1.section-title, .section-title, .benchmarks-heading, .gla-programs-heading, .smu-main-heading, h1 {
    font-size: 36px;
  }
  
  h2.center, h2.section-title, h2 {
    font-size: 32px;
  }
}

/* Mobile Responsive - Standardized (max-width: 768px) */
@media (max-width: 768px) {
  h1.center, h1.section-title, .section-title, .benchmarks-heading, .gla-programs-heading, .smu-main-heading, h1 {
    font-size: 28px;
  }
  
  h2.center, h2.section-title, h2 {
    font-size: 24px;
  }
}

/* Small Mobile Responsive - Standardized (max-width: 480px) */
@media (max-width: 480px) {
  h1.center, h1.section-title, .section-title, .benchmarks-heading, .gla-programs-heading, .smu-main-heading, h1 {
    font-size: 24px;
  }
  
  h2.center, h2.section-title, h2 {
    font-size: 20px;
  }
}

/* ---- reset ---- */


/*form*/
.applybtn a { position: fixed; right: -63px; transform: rotate(90deg); background: #259609; top: 50%; color: #fff; padding: 8px 20px 9px; text-transform: uppercase; font-size: 17px; margin-top: -60px; border: solid 1px #259609; cursor: pointer; z-index: 99; text-decoration: none; display: none; border-radius: 0 0 13px 15px; font-weight: 600; }
html { scroll-behavior: smooth; }
.applybtn.sticky a { display: block; }
.form-sec { position: fixed; transition: all 0.5s; width: 320px; background: #FFF; padding: 0px 17px 20px; border-radius: 6px; float: right !important; z-index: 99; top: 164px; right: 45px; box-shadow: 0 0 40px 0px #8e8e8e; }
.form-sec.sticky { right: -1450px; }
.form-sec.slide { right: 45px; }
.form-sec::before { content: ''; display: block; width: 50%; position: absolute; top: -0.5rem !important; left: 0; border-top: 0.5em solid #259609; margin: 0.5em auto 0; border-radius: 6px; }
.adm-txt { 
  font-size: 19px; 
  color: #259609; 
  text-align: left; 
  text-transform: uppercase;
}

.form-title {
  font-size: 19px;
  color: #259609;
  text-align: center;
  font-weight: 700;
  padding: 15px 0 10px 0;
  margin: 23px auto 15px; 
  margin-bottom: 5px; 
  font-weight: 500;
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (max-width: 768px) {
  .form-title {
    margin-top: 15px;
  }
}
@media(min-width:1200px){
   .gla-programs-dialog__description {
  width:600px
}
}
.form-sec .form-group { position: relative; }
.form-sec .form-group { position: relative; }
label.checkbox-label { position: relative; width: 100% }
label.checkbox-label>input[type=checkbox] {
left: 0px;
}
.form-sec .form-group::before { position: absolute; content: ""; background-image: url("../images/form-icon.png"); width: 30px; height: 34px; top: 7px; left: -5px; opacity: 0.3; }
.Name::before { background-position: -3px -12px !important; }
.email::before { background-position: -3px -58px !important; }
.Mobile::before { background-position: -3px -103px !important; }
.campus::before { background-position: -3px -243px !important; top: 3px !important; }
.State::before { background-position: -3px -243px !important; top: 3px !important; }
.City::before { background-position: -3px -195px !important; top: 3px !important; }
.course::before { background-position: -3px -150px !important; top: 3px !important; }
.Branches::before { background-position: -3px -150px !important; top: 3px !important; }
.mobile { display: none !important }
.input:focus{outline: none;box-shadow: none;	border-bottom: solid 2px #ece8e8;}
.input {
	padding: 0 11px 0 28px;
	height: 30px;
	width: 100%;
	/* border-radius: 6px; */
	font-size: 14px;
	color: #585858;
	border: none;
	background: none;
	font-weight: 300;
	border-bottom: solid 2px #ece8e8;
	border-radius: 0;
}
.form-group {
	margin-bottom: 5px;
}
input::-webkit-input-placeholder {    /* Chrome/Opera/Safari */
color: #585858; opacity: 1 }
input::-moz-placeholder {    /* Firefox 19+ */
color: #585858; opacity: 1 }
input:-ms-input-placeholder {    /* IE 10+ */
color: #585858; opacity: 1 }
input:-moz-placeholder {    /* Firefox 18- */
color: #585858; opacity: 1 }
.term { font-size: 0.8rem !important; }
.sbt { border: 0; border-radius: 2px; background: #259609; color: #fff; font-size: 17px; font-weight: 600; text-transform: uppercase; margin: 15px auto 5px; width: 100%; display: inherit; cursor: pointer; padding: 8px 20px; }



/*.....................................form EnD ............................*/










.desktop-2 {display:block !important; }
.mobile-2 {display:none !important; }

/*header*/
header { position: absolute; top: 0; width: 100%; padding-top: 40px; z-index: 9999; transition: all 0.5s; }
/* Hero Section */
:root {
  --hero-yellow: #FFD700;
  --hero-green: #0D3B2E;
  --hero-accent-green: #2D5F2E;
  --hero-navy: #003366;
  --hero-dark-text: #1a1a1a;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  background:
    linear-gradient(135deg, #FFD700 0%, #FFC107 50%, #FFB300 100%),
    linear-gradient(90deg, #FFD700 0%, rgba(255, 215, 0, 0) 70%),
    url('../banner.png');
  background-size: cover, cover, cover;
  background-position: center, center left, bottom right;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #6B46C1;
  z-index: 1;
}

.hero-section::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 90px;
  background: #ffffff;
  border-top-left-radius: 100% 100%;
  border-top-right-radius: 100% 100%;
  z-index: 1;
}

.hero-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 450px;
  min-height: 100vh;
  position: relative;
  align-items: stretch;
  z-index: 2;
}

.hero-content {
  padding: 48px 60px 60px 60px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
}

.hero-spacer {
  width: 100%;
}

.hero-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}

.hero-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-logo__image {
  height: 65px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}

.hero-logo__text {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--hero-dark-text);
  letter-spacing: 2px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #2D5F2E, #1B5E20);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 30px;
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  box-shadow: 0 4px 12px rgba(45, 95, 46, 0.3);
  animation: hero-pulse-badge 1.4s ease-out 0.4s 2;
}

.hero-badge__highlight {
  background-color: #FFC107;
  color: #1B5E20;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 900;
}

.hero-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 650px;
  padding-top: 40px;
}

.hero-heading {
  font-family: 'Poppins', 'Inter', 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #2D3748;
  letter-spacing: -0.3px;
  margin-bottom: 16px;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(20px);
  animation: hero-fade-up 0.6s ease-out 0.6s forwards;
}

.hero-title {
  font-family: 'Queens', Georgia, 'Times New Roman', serif;
  font-size: 120px;
  font-weight: 900;
  background: linear-gradient(135deg, #0D3B2E 0%, #1B5E20 50%, #2D5F2E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  line-height: 0.85;
  letter-spacing: -4px;
  margin-bottom: 32px;
  text-shadow: 2px 4px 8px rgba(13, 59, 46, 0.15);
  opacity: 0;
  transform: scale(0.9);
  animation: hero-scale-in 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s forwards;
}

.hero-accreditation {
  list-style: none;
  padding: 0;
  margin: 0 0 36px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-accreditation__item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a202c;
  line-height: 1.6;
  background: rgba(255, 255, 255, 0.7);
  padding: 14px 24px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(4px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  transform: translateX(-12px);
  animation: hero-fade-right 0.6s ease-out forwards;
}

.hero-accreditation__check {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10B981, #059669);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
  flex-shrink: 0;
}

.hero-accreditation__text {
  flex: 1;
}

.hero-accreditation__item:hover {
  transform: translateX(8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.hero-accreditation__item:nth-child(1) {
  animation-delay: 1s;
}

.hero-accreditation__item:nth-child(2) {
  animation-delay: 1.1s;
}

.hero-programs {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #1a202c;
  letter-spacing: 1px;
  margin: 0 0 40px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px 32px;
  border-radius: 16px;
  border-left: 6px solid #6B46C1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
  animation: hero-fade-up 0.6s ease-out 1.3s forwards;
}

.hero-programs__item {
  display: inline-flex;
  align-items: center;
}

.hero-programs__item:not(:last-child)::after {
  content: '•';
  margin-left: 10px;
  font-size: 0.7em;
  vertical-align: middle;
}

.hero-programs__item:nth-child(1)::after {
  color: #FF6B6B;
}

.hero-programs__item:nth-child(2)::after {
  color: #4ECDC4;
}

.hero-programs__item:nth-child(3)::after {
  color: #45B7D1;
}

.hero-programs__item:nth-child(4)::after {
  color: #F7DC6F;
}

.hero-programs__item:nth-child(5)::after {
  color: #BB8FCE;
}

.hero-programs:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.hero-admission-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 24px 0;
  max-width: 200px;
}

.hero-admission-badge__arrows {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.hero-admission-badge__arrow-down {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #FFA726;
}

.hero-admission-badge__dotted-line {
  width: 40px;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #FFA726 0px,
    #FFA726 4px,
    transparent 4px,
    transparent 8px
  );
}

.hero-admission-badge__text {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--hero-dark-text);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.hero-admission-badge__circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--hero-navy);
  border: 3px dotted #FFA726;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-admission-badge__open {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-session-badge {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, #003D5B, #00695C);
  border-radius: 20px;
  padding: 16px 32px;
  margin-top: 16px;
  max-width: fit-content;
}

.hero-session-badge__year {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: #FFC107;
  line-height: 1;
}

.hero-session-badge__month {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Decorative floating shapes */
.hero-decor {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 215, 0, 0.15);
  pointer-events: none;
  z-index: 0;
  animation: hero-float 12s ease-in-out infinite;
}

.hero-decor--1 {
  width: 150px;
  height: 150px;
  top: 18%;
  left: -40px;
  animation-duration: 14s;
}

.hero-decor--2 {
  width: 120px;
  height: 120px;
  bottom: 12%;
  left: 28%;
  animation-duration: 18s;
}

.hero-decor--3 {
  width: 90px;
  height: 90px;
  top: 35%;
  right: 35%;
  animation-duration: 16s;
}

.hero-content::after {
  content: '';
  position: absolute;
  top: 20%;
  right: 15%;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 28px solid rgba(107, 70, 193, 0.12);
  z-index: 1;
}

/* Hero animations */
@keyframes hero-fade-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-fade-right {
  0% {
    opacity: 0;
    transform: translateX(-12px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes hero-scale-in {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  70% {
    opacity: 1;
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes hero-pulse-badge {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes hero-float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Hero Section Responsive - Tablet */
@media (max-width: 1024px) {
  .hero-section {
    min-height: 600px;
  }
  
  .hero-container {
    min-height: 600px;
    grid-template-columns: minmax(0, 1fr) 400px;
  }
  
  .hero-logo__image {
    height: 55px;
  }
  
  .hero-logo__text {
    font-size: 20px;
  }
  
  .hero-heading {
    font-size: 20px;
  }
  
  .hero-title {
    font-size: 80px;
  }
  
  .hero-accreditation__item {
    font-size: 16px;
  }
  
  .hero-programs {
    font-size: 24px;
  }
  
  .hero-session-badge__year {
    font-size: 40px;
  }
  
  .hero-session-badge__month {
    font-size: 20px;
  }
  
}

/* Hero Section Responsive - Mobile */
@media (max-width: 768px) {
  .hero-section {
    min-height: auto;
    background-image: linear-gradient(135deg, #FFD700 0%, #FFC107 50%, #FFB300 100%);
    padding-bottom: 40px;
  }
  
  .hero-container {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  
  .hero-content {
    padding: 20px 24px 40px 24px;
    order: 1;
  }
  
  .hero-header {
    margin-bottom: 30px;
  }
  
  .hero-logo {
    margin-bottom: 12px;
  }
  
  .hero-logo__image {
    height: 50px;
  }
  
  .hero-logo__text {
    font-size: 18px;
  }
  
  .hero-badge {
    font-size: 12px;
    padding: 6px 16px;
  }
  
  .hero-main {
    padding-top: 20px;
    max-width: 100%;
  }
  
  .hero-heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .hero-title {
    font-size: 50px;
    margin-bottom: 20px;
  }
  
  .hero-accreditation {
    margin-bottom: 20px;
  }
  
  .hero-accreditation__item {
    font-size: 16px;
    margin-bottom: 6px;
  }
  
  .hero-accreditation__check {
    font-size: 20px;
  }
  
  .hero-programs {
    font-size: 20px;
    margin: 12px 0 20px 0;
    flex-wrap: wrap;
  }
  
  .hero-decor {
    display: none;
  }
}

/* Hero Section Responsive - Small Mobile */
@media (max-width: 480px) {
  .hero-content {
    padding: 20px 15px;
  }
  
  .hero-logo__image {
    height: 45px;
  }
  
  .hero-logo__text {
    font-size: 16px;
  }
  
  .hero-heading {
    font-size: 16px;
  }
  
  .hero-title {
    font-size: 42px;
  }
  
  .hero-accreditation__item {
    font-size: 14px;
  }
  
  .hero-programs {
    font-size: 18px;
  }
  
  .hero-session-badge {
    flex-direction: column;
    gap: 8px;
    padding: 12px 20px;
  }
  
  .hero-session-badge__year {
    font-size: 32px;
  }
  
  .hero-session-badge__month {
    font-size: 16px;
  }
}

/* Legacy banner styles - keeping for compatibility */
.main-banner {position: relative; background: #ffcb05;}
.banner-text { position: absolute; left: 0; top: 450px; color: #fff; text-align: left; width: 100%; transform: translateY(-50%); z-index: 9;    /*! padding-top: 250px; */ }
.main-banner img { width: 100% }
.banner-text h1 span { color: #ffad00; font-weight: 700; }
.banner-text h1 {
    color: #fff;
    font-size: 53px;
    font-weight: 500;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'Queens', Georgia, 'Times New Roman', serif;
}
.logo { width: 380px;
    display: inline-block;
    margin-top: 82px;}


.mobile {
    display: none !important
}

 button:focus {
     outline: 0
 }

/* Style the buttons inside the tab */

/* Change background color of buttons on hover */

/* Create an active/current tablink class */

/* Style the tab content */


.bottom-bdr { text-align: center; }
.bottom-bdr p { font-weight: 600; margin: 30px 0; font-size: 16px; text-transform: uppercase; color: #000; }
.form-group.Branches:before {
    background-position: -3px -6px !important;
    top: 1px !important;
}

.course-2 {
   
    color: #000; line-height:24px; display: flex; margin-top: 20px; width: 280px;
}

.course-name {
    background: #fff;
    padding: 3px 9px;
   
    width: 178px;
    color: #000;
    font-size: 29px;
    font-weight: 700;
    line-height: 50px;
    text-align: center; margin: 0px 55px;
}
.course-name-heading{position:relative;}

.course-name-heading{position:relative;}
.course-name-heading .owl-nav span {
    width: 32px;
    height: 32px;
    margin: 0px 0 20px 9px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    background: transparent;
    font-size: 75px;
    color: #ffcb05;
}

.course-name-heading .owl-prev{ position: absolute; top:12px; left:0px;}
.course-name-heading .owl-next{ position: absolute; top:12px; right:0px;}
/* Headings - Using Queens Medium */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Queens', Georgia, 'Times New Roman', serif;
  font-weight: 500;
}

h1{ 
  font-size:35px; 
  color:#000; 
  font-weight: 500; 
  margin-bottom: 30px; 
  font-family: 'Queens', Georgia, 'Times New Roman', serif;
}

/*.................................  why Sec   ..........................................*/

/*.................................  why Sec   ..........................................*/

.sec-padding-2{ padding:50px 0px;}
.box{display: flex; border: #c6c6c6 solid 1px; padding: 20px; background: #fff; }
.why-img{ width:70px; height: 70px; margin-bottom: 10px;}
.content {
    font-size: 18px;
    color: #393838;
    line-height: 22px; 
    margin-left: 15px; 
    text-align: left;
    font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.content span {
    font-weight:bold;
	color: #569101;}

 .content:hover{    color: #ff6600;  font-weight: bold;}
.mar-40{ margin-top: 40px;}

.circle{ background:#fff; border-radius:50%; border:#ff4c05 solid 5px; width:100px; height:100px; padding:15px;}
.circle-heading{ 
  color:#000; 
  font-size:18px; 
  font-weight:500; 
  padding-top:10px;
  font-family: 'Queens', Georgia, 'Times New Roman', serif;
}
.circle-cont{ 
  color:#000; 
  font-size:17px; 
  padding:10px;
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.lg-sec{ width:300px;}
.lft{ text-align:right;}
.center{text-align:center;}
.lg-sec:hover .circle{border:#569101 solid 5px;}
 .lg-sec:hover .circle-heading{ color:#ff4c05;}
.lg-sec:hover .circle-cont{ color:#000; font-size:18px; padding:10px;}



.law-program {
    position: relative;

}
.tab {
    overflow: hidden; margin-top:20px;
}

.tab button.active {
    background-color: #992c0c;
    color: #fff; border:none;
}


.tab button {
    background-color: #08467b;
    float: left;
    cursor: pointer;
    padding: 30px 56px;
    transition: 0.3s;
    font-size: 30px;
    border:none;
    margin: 0px 20px 0px 0px;
    font-weight: bold;
    color: #fff;
}
.smt{text-align:center; border-top:#ccc solid 1px; padding:10px 0px; font-size:18px; font-weight:normal;}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #992c0c; color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  
  

}

.tabcontent p {
   margin: 0px; padding: 20px 0px 0px 0px; font-size: 18px; line-height: 30px; text-align:justify; color:#6f6c6c;

}
.tab-detail{ display:flex; border-bottom:#ccc solid 1px;}
.tabcontent-img{width:400px;}
.tabcontent-cont{width:670px; padding:0px 0px 0px 50px; }
.cont-heading{ 
  font-size:35px; 
  font-weight:500; 
  color:#ff5a00; 
  padding:20px 0px 0px 0px;
  font-family: 'Queens', Georgia, 'Times New Roman', serif;
}

.board .owl-nav{ text-align:center; padding:20px 0px 10px 0px;}
.board .owl-nav span {
    font-size: 45px;
    width: 70px;
    height: 44px;
    margin: 0px 0 0px 9px;
    display: inline-block;
    text-align: center;
    line-height: 17px;
    background: #f71f46;
    /* border: solid 2px #000; */
    color: #fff;
    padding: 10px;
}

.owl-dots {
    margin: -10px;
}
.step{background: url(../images/step-graphic.png) no-repeat  top center; min-height: 700px;position:relative;}
.step-1{position: absolute;top:5px;right: 165px;}
.step-2{position: absolute;top:175px;right: 85px;}
.step-3{position: absolute; top:375px; right:175px;}
.step-4{position: absolute; bottom:60px; left:490px;}
.step-5{position: absolute;top:375px;left: 105px;}
.step-6{position: absolute;top:175px;left: 65px;}
.step-7{position: absolute;top:5px;left: 167px;}
.step-1, .step-2, .step-3, .step-4, .step-5, .step-6, .step-7 {
  max-width: 260px;
}
.no{ font-size:60px; font-weight:bold; line-height: 30px; }
.st{ font-size:18px; font-weight:600;color:#d24a02;}
.step-det{
  font-size:18px; 
  font-weight:600;
  color:#000;
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.ft{background: #ee5909; padding: 20px 0px 10px 0px;}
.banner-bot{    position: absolute;
    left: 0;
   top:707px;
   
    
    width: 100%;
    transform: translateY(-50%);
    z-index: 9;
}
.banner-heads {
    background-image: url(../images/comp-icon.png);
    background-repeat: no-repeat;
    color: #fff;
    font-size: 30px;
    background-size: 7%;
    background-color: #304b01;
    padding: 10px 0px 15px 79px;
    background-position: 20px 10px;
    font-weight: bold;
    width: 689px;
}

.adm-open{background:#ffcb05; color:#000; font-weight:bold; font-size:25px; margin-top: 20px; padding: 10px 20px; width:330px; }



/*.............................. css for bounce effect ...................................*/
@keyframes bounce {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-50px); }
  100% { transform: translateY(0); }
}

.child {

    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
}
.bounce:hover {
    animation-name: bounce;
    animation-timing-function: ease;
}

/*.............................. End css for bounce effect ...................................*/

.bullet-points ul{ margin:0px 0px 0px 20px; padding:0px;}

.bullet-points ul li {
    background-image: url(../images/cap-icon.png);
    background-repeat: no-repeat;
    background-size: 10%;
    list-style: none;
    padding: 5px 0px 5px 44px;
    font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-position: 0px 3px;
    font-weight: bold;
    margin: 10px 0px;
}



/*................................... Ranking caraousel css ............................................*/
.map{ background:#ececec;}
.logodiv1 img {
    max-width: 250px;
    display: inline-block !important;
    height: 125px;
    object-fit: scale-down;
    padding: 2px;
    transform: scale(0.8);
    transition: all 0.6s;
}

.logodiv1 {
   
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 8px;
    text-align: center;
    margin: 6px 8px;
    max-width: 250px;
    overflow: hidden;
	border-bottom:#ffcb05 solid 1px;
}

.ranking{position:relative;}
.ranking .owl-dots {display:none;}
.ranking .owl-nav {display: none;}
.ranking .owl-carousel .owl-nav button.owl-next {
    width: 31px;
    height: 31px;
    outline: none;
    margin: 0 3px;
    background: #2b6030 !important;
    border-radius: 6px;
}

.ranking .owl-carousel .owl-nav button.owl-prev {
    width: 31px;
    height: 31px;
    outline: none;
    margin: 0 3px;
    background: #2b6030 !important;
    border-radius: 6px;
}

.ranking button.owl-prev span,
.ranking button.owl-next span {
    color: #fff;
    font-size: 40px;

    line-height: 20px;
    display: inline-block;
}

.box-mar{ margin:0px 0px 30px 0px;}



.wtsup{ display: none; position: fixed; right: 15px; bottom: 110px; z-index: 999; width:40px; height:40px;}
.call { display: none; position: fixed; right: 15px; bottom: 50px; z-index: 999; width:40px; height:40px;}
.phno2{position: fixed;right: 60px;bottom: 40px;z-index: 999;background: #000000;color:#fff;font-weight: normal;padding: 10px 20px;font-size: 18px;border-radius: 20px; display:none;}
.call:hover + .phno2 {display: block;}

/* Why Choose SMU Hero Section */
.smu-hero-section {
  position: relative;
  width: 100%;
  min-height: 600px;
  overflow: hidden;
background-image: url('../milestone.png');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.smu-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Precise gradient matching the image - white overlay on left, transparent on right */
  background: linear-gradient(to right, 
    rgba(255, 255, 255, 0.98) 0%, 
    rgba(255, 255, 255, 0.95) 20%, 
    rgba(255, 255, 255, 0.90) 35%, 
    rgba(255, 255, 255, 0.75) 50%, 
    rgba(255, 255, 255, 0.50) 60%, 
    rgba(255, 255, 255, 0.25) 68%, 
    rgba(255, 255, 255, 0.10) 75%, 
    transparent 85%);
  z-index: 1;
}

.smu-hero-container {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0;
  align-items: center;
  min-height: 600px;
  z-index: 2;
}

.smu-content-wrapper {
  position: relative;
  z-index: 3;
  grid-column: 1 / 9; /* Takes 8 columns (1 to 9) - 66.67% width */
  padding: 40px 40px 40px 0;
  display: flex;
  align-items: center;
}

.smu-text-content {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 1200px;
}

.smu-subtitle {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #f75e2b;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
  display: block;
}

.smu-main-heading {
  font-family: 'Queens', Georgia, 'Times New Roman', serif;
  font-size: 42px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 25px;
  line-height: 1.3;
  text-align: left;
  padding-right: 20px;
}

.smu-description {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 100%;
  text-align: left;
  padding-right: 40px;
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.smu-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 15px;
  margin-bottom: 35px;
  padding-right: 20px;
}

.smu-stat-item {
  text-align: left;
}

.smu-stat-number {
  font-size: 42px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 8px;
  font-family: 'Queens', Georgia, 'Times New Roman', serif;
}

.smu-stat-label {
  font-size: 18px;
  color: #555;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 5px;
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.smu-cta-button {
  display: inline-block;
  background-color: #FF6633;
  color: #ffffff;
  padding: 16px 40px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: 5px;
}

.smu-cta-button:hover {
  background-color: #e55a2a;
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(255, 102, 51, 0.3);
}

.smu-background-image {
  display: none;
}

/* Tablet Responsive */
@media (max-width: 992px) {
  .smu-hero-section {
    background-position: center right;
  }
  
  .smu-hero-section::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 60%, rgba(255, 255, 255, 0.7) 75%, rgba(255, 255, 255, 0.4) 85%, transparent 100%);
  }
  
  .smu-hero-container {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 0 20px;
  }
  
  .smu-content-wrapper {
    grid-column: 1 / -1;
    width: 100%;
    padding: 60px 0;
  }
  
  .smu-text-content {
    max-width: 100%;
  }
  
  .smu-main-heading {
    font-size: 36px;
    padding-right: 0;
  }
  
  .smu-description {
    padding-right: 0;
  }
  
  .smu-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  
  .smu-stat-number {
    font-size: 48px;
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .smu-hero-section {
    min-height: auto;
    background-position: center right;
  }
  
  .smu-hero-section::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.5) 85%, rgba(255, 255, 255, 0.2) 100%);
  }
  
  .smu-hero-container {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 0 15px;
  }
  
  .smu-content-wrapper {
    grid-column: 1 / -1;
    width: 100%;
    padding: 15px 0;
  }
  
  .smu-text-content {
    padding: 0;
  }
  
  .smu-main-heading {
    font-size: 28px;
    margin-bottom: 20px;
    padding-right: 0;
  }
  
  .smu-description {
    font-size: 16px;
    margin-bottom: 30px;
    padding-right: 0;
  }
  
  .smu-stats-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 30px;
  }
  
  .smu-stat-item {
    text-align: center;
  }
  
  .smu-stat-number {
    font-size: 42px;
  }
  
  .smu-stat-label {
    font-size: 16px;
  }
  
  .smu-cta-button {
    padding: 14px 35px;
    font-size: 15px;
    width: 100%;
    text-align: center;
    display: block;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .smu-text-content {
    padding: 25px 20px;
  }
  
  .smu-main-heading {
    font-size: 24px;
  }
  
  .smu-stat-number {
    font-size: 38px;
  }
}

/* About GLA Online & Digital Learnings Section */
:root {
  --gla-digital-bg: #eeeeee;
  --gla-digital-text-primary: #1a1a1a;
  --gla-digital-text-secondary: #666;
  --gla-digital-card-shadow: rgba(0, 0, 0, 0.06);
  --gla-digital-card-shadow-hover: rgba(0, 0, 0, 0.12);
  --gla-digital-cta-color: #FF6633;
  --gla-digital-cta-hover: #e55a2a;
}

.gla-digital-section {
  width: 100%;
  /* max-width: 1200px; */
  /* background-color: var(--gla-digital-bg); */
  /* background-image: radial-gradient(circle, rgba(0, 0, 0, 0.3) 1px, transparent 1px); */
  background-size: 24px 24px;
  padding: 50px 20px;
  position: relative;
}

.gla-digital-container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.gla-digital-header {
  text-align: center;
  margin-bottom: 60px;
}

.gla-digital-heading {
  font-family: 'Queens', Georgia, 'Times New Roman', serif;
  font-size: 42px;
  font-weight: 500;
  color: var(--gla-digital-text-primary);
  margin-bottom: 20px;
  line-height: 1.3;
}

.gla-digital-subtitle {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: var(--gla-digital-text-secondary);
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.gla-digital-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  justify-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.gla-digital-card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 32px 24px;
  min-width: 220px;
  max-width: 280px;
  width: 100%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.gla-digital-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-color: #FF6633;
}

.gla-digital-card:focus {
  outline: 3px solid #FF6633;
  outline-offset: 4px;
}

.gla-digital-card__icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.gla-digital-card__icon-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
}

.gla-digital-card:hover .gla-digital-card__icon-image {
  transform: scale(1.05);
}

.gla-digital-card__icon-symbol {
  font-size: 48px;
  line-height: 1;
  display: block;
  transition: transform 0.3s ease;
}

.gla-digital-card:hover .gla-digital-card__icon-symbol {
  transform: scale(1.05);
}

.gla-digital-card__title {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
  text-align: center;
  max-width: 90%;
  margin: 0;
  position: relative;
}

.gla-digital-card__title sup {
  font-size: 0.7em;
  vertical-align: super;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
  .gla-digital-section {
    padding: 60px 30px;
  }
  
  .gla-digital-heading {
    font-size: 36px;
  }
  
  .gla-digital-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  
  .gla-digital-card {
    width: 100%;
    max-width: 240px;
    min-height: 300px;
    padding: 32px 24px;
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .gla-digital-section {
    padding: 40px 20px;
  }
  
  .gla-digital-header {
    margin-bottom: 40px;
  }
  
  .gla-digital-heading {
    font-size: 32px;
    margin-bottom: 16px;
  }
  
  .gla-digital-subtitle {
    font-size: 16px;
  }
  
  .gla-digital-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  
  .gla-digital-card {
    width: 100%;
    max-width: none;
    min-width: 220px;
    min-height: 300px;
    padding: 24px 16px;
  }
  
  .gla-digital-card__icon {
    width: 100px;
    height: 100px;
  }
  
  .gla-digital-card__icon-symbol {
    font-size: 40px;
  }
  
  .gla-digital-card__title {
    font-size: 16px;
    max-width: 90%;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .gla-digital-heading {
    font-size: 28px;
  }
  
  .gla-digital-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .gla-digital-card {
    width: 100%;
    max-width: none;
    min-width: auto;
    min-height: 280px;
    padding: 24px 16px;
  }
  
  .gla-digital-card__icon {
    width: 100px;
    height: 100px;
  }
  
  .gla-digital-card__icon-symbol {
    font-size: 36px;
  }
  
  .gla-digital-card__title {
    font-size: 16px;
  }
}

/* About GLA Programs Section */
.gla-programs-section {
  width: 100%;
  background-color: #ffffff;
  padding: 60px 40px 40px;
}

.gla-programs-container {
  max-width: 1200px;
  margin: 0 auto;
}

.gla-programs-heading {
  font-family: 'Queens', Georgia, 'Times New Roman', serif;
  font-size: 44px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 32px;
}

/* Tabs */
.gla-programs-tabs {
  display: flex;
  gap: 12px;
  padding: 16px 24px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 5;
  overflow-x: auto;
  scrollbar-width: thin;
  margin-bottom: 24px;
}

.gla-programs-tabs::-webkit-scrollbar {
  height: 4px;
}

.gla-programs-tabs__tab {
  border: 1px solid #e5e7eb;
  background-color: transparent;
  color: #666666;
  padding: 12px 24px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.gla-programs-tabs__tab:hover {
  background-color: #FFF4E6;
  color: #FF6633;
}

.gla-programs-tabs__tab--active {
  background-color: #FF6633;
  color: #ffffff;
  border-color: transparent;
}

.gla-programs-tabs__icon {
  font-size: 18px;
}

.gla-programs-tabs__badge {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
}

/* Dialog Layout */
.gla-programs-dialog {
  margin-top: 5px;
}

.gla-programs-dialog__inner {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 32px;
  padding: 40px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  min-height: 500px;
}

/* .gla-programs-dialog__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
} */

.gla-programs-dialog__image-wrapper {
  width: 100%;
}

.gla-programs-dialog__image {
  width: 100%;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  display: block;
}

.gla-programs-dialog__details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gla-programs-dialog__title {
  font-family: 'Queens', Georgia, 'Times New Roman', serif;
  font-size: 32px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 8px 0;
}

.gla-programs-dialog__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gla-programs-dialog__meta-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  background-color: #000000;
  border-radius: 8px;
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}

.gla-programs-dialog__meta-icon {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gla-programs-dialog__meta-icon svg {
  color: #ffffff;
  stroke: #ffffff;
}

.gla-programs-dialog__description {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
  margin: 8px 0 0 0;
}

.gla-programs-dialog__specializations {
  display: none;
  margin-top: 8px;
}

.gla-programs-dialog__specializations--visible {
  display: block;
}

.gla-programs-dialog__specializations-title {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.gla-programs-dialog__specializations-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gla-programs-dialog__specialization-pill {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 25px;
  background: linear-gradient(135deg, #f75e2b 0%, #ff8a00 100%);
  color: #ffffff;
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(247, 94, 43, 0.3);
  position: relative;
  overflow: hidden;
  animation: fadeInUp 0.5s ease-out backwards;
}

.gla-programs-dialog__specialization-pill::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

.gla-programs-dialog__specialization-pill:hover::before {
  left: 100%;
}

.gla-programs-dialog__specialization-pill:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 20px rgba(247, 94, 43, 0.5);
  background: linear-gradient(135deg, #ff8a00 0%, #f75e2b 100%);
}

.gla-programs-dialog__specialization-pill:nth-child(1) {
  animation-delay: 0.1s;
}

.gla-programs-dialog__specialization-pill:nth-child(2) {
  animation-delay: 0.2s;
}

.gla-programs-dialog__specialization-pill:nth-child(3) {
  animation-delay: 0.3s;
}

.gla-programs-dialog__specialization-pill:nth-child(4) {
  animation-delay: 0.4s;
}

.gla-programs-dialog__specialization-pill:nth-child(5) {
  animation-delay: 0.5s;
}

.gla-programs-dialog__specialization-pill:nth-child(6) {
  animation-delay: 0.6s;
}

.gla-programs-dialog__specialization-pill:nth-child(7) {
  animation-delay: 0.7s;
}

.gla-programs-dialog__specialization-pill:nth-child(8) {
  animation-delay: 0.8s;
}

.gla-programs-dialog__specialization-pill:nth-child(9) {
  animation-delay: 0.9s;
}

.gla-programs-dialog__specialization-pill:nth-child(10) {
  animation-delay: 1s;
}

/* B.Tech Program Additional Styles */
.gla-programs-dialog__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.gla-programs-dialog__highlight-pill {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.gla-programs-dialog__outcomes,
.gla-programs-dialog__careers,
.gla-programs-dialog__eligibility {
  margin-top: 24px;
}

.gla-programs-dialog__outcomes h4,
.gla-programs-dialog__careers h4,
.gla-programs-dialog__eligibility h4 {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.gla-programs-dialog__outcomes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gla-programs-dialog__outcomes li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #4a4a6a;
}

.gla-programs-dialog__outcomes li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
}

.gla-programs-dialog__eligibility p {
  font-size: 14px;
  color: #4a4a6a;
  margin: 0;
}

.gla-programs-dialog__placement {
  margin-top: 16px;
}

.placement-badge {
  display: inline-block;
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
}

.gla-programs-dialog__fee-structure {
  margin-top: 20px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
}

.gla-programs-dialog__fee-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}

.gla-programs-dialog__fee-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  background: #f8f9fa;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a2e;
}

.gla-programs-dialog__fee-item span:last-child {
  color: #667eea;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gla-programs-dialog__actions {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.gla-programs-dialog__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 10px;
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  min-height: 44px;
}

.gla-programs-dialog__btn--primary {
  background-color: #10B981;
  color: #ffffff;
}

.gla-programs-dialog__btn--primary:hover {
  background-color: #059669;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.35);
  transform: translateY(-2px);
}

.gla-programs-dialog__btn--secondary {
  background-color: #FF6633;
  color: #ffffff;
}

.gla-programs-dialog__btn--secondary:hover {
  background-color: #e55a2a;
  box-shadow: 0 4px 12px rgba(255, 102, 51, 0.35);
  transform: translateY(-2px);
}

/* Tabs & dialog responsive */
@media (max-width: 1024px) {
  .gla-programs-section {
    padding: 40px 24px 32px;
  }

  .gla-programs-dialog__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px;
  }

  .gla-programs-dialog__left {
    display: contents;
  }

  .gla-programs-dialog__image-wrapper {
    order: 1;
  }

  .gla-programs-dialog__details {
    order: 2;
  }

  .gla-programs-dialog__fee-container {
    order: 3;
    width: 100%;
  }

  .gla-programs-dialog__eligibility {
    margin-top: 16px;
  }
}

@media (max-width: 768px) {
  .gla-programs-section {
    padding: 32px 16px 24px;
  }

  .gla-programs-heading {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .gla-programs-tabs {
    padding: 12px 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .gla-programs-tabs__tab {
    padding: 10px 16px;
    font-size: 14px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .gla-programs-tabs__label {
    font-size: 13px;
  }

  .gla-programs-dialog__inner {
    display: flex;
    flex-direction: column;
    padding: 24px 20px;
    min-height: auto;
  }

  .gla-programs-dialog__left {
    display: contents;
  }

  .gla-programs-dialog__image-wrapper {
    order: 1;
  }

  .gla-programs-dialog__details {
    order: 2;
  }

  .gla-programs-dialog__fee-container {
    order: 3;
    width: 100%;
  }

  .gla-programs-dialog__image-wrapper,
  .gla-programs-dialog__details {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .gla-programs-dialog__image {
    height: 250px;
  }

  .gla-programs-dialog__fee-structure {
    padding: 15px;
  }

  .gla-programs-dialog__fee-item {
    padding: 10px 12px;
    font-size: 13px;
  }

  .gla-programs-dialog__actions {
    flex-direction: column;
  }

  .gla-programs-dialog__btn {
    width: 100%;
  }
}

/* Journey/Step Section Responsive */
/* Tablet: 3 columns with background image */
@media (max-width: 1330px) and (min-width: 769px) {
  .step {
    background: url(../images/step-graphic-mob.png) no-repeat top center;
    background-size: 45%;
    min-height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 550px 0 20px;
    gap: 15px;
  }

  .step-1, .step-2, .step-3, .step-4, .step-5, .step-6, .step-7 {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    padding: 15px 10px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    width: 31%;
    box-sizing: border-box;
  }

  .no {
    font-size: 28px;
    min-width: auto;
  }

  .st {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 2px;
  }

  .step-det {
    font-size: 13px;
    text-align: center;
  }

  .step-det small {
    font-size: 11px;
    display: block;
    margin-top: 2px;
    color: #666;
  }
}

@media (max-width: 1100px) and (min-width: 970px) {
  .step {
    background: url(../images/step-graphic-mob.png) no-repeat top center;
    background-size: 55%;
    min-height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 550px 0 20px;
    gap: 15px;
  }
}
@media (max-width: 970px) and (min-width: 769px) {
  .step {
    background: url(../images/step-graphic-mob.png) no-repeat top center;
    background-size: 65%;
    min-height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 550px 0 20px;
    gap: 15px;
  }
}
/* Mobile: 1 column */
@media (max-width: 768px) {
  .step {
    background: none;
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
    /* margin-bottom: 20px; */
  }

  .step-1, .step-2, .step-3, .step-4, .step-5, .step-6, .step-7 {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    gap: 15px;
    width: 100%;
    box-sizing: border-box;
  }

  .no {
    font-size: 32px;
    min-width: 80px;
    flex-shrink: 0;
  }

  .st {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 4px;
  }

  .step-det {
    font-size: 14px;
    text-align: left;
  }

  .step-det small {
    font-size: 12px;
    display: block;
    margin-top: 4px;
    color: #666;
    word-break: break-all;
  }
}

.gla-programs-section {
  width: 100%;
  background-color: #ffffff;
  padding: 60px 40px 40px;
  position: relative;
}

.gla-programs-container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.gla-programs-heading {
  font-family: 'Queens', Georgia, 'Times New Roman', serif;
  font-size: 44px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 40px;
  text-align: left;
  line-height: 1.2;
}

.gla-programs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  width: 100%;
  justify-content: center;
}

/* Ensure 3 columns on desktop */
@media (min-width: 1024px) {
  .gla-programs-grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1200px;
    margin: 0 auto;
  }
 
  
  /* When there are 5 cards, center the last 2 on second row */
  .gla-programs-card:nth-child(4) {
    grid-column: 2;
  }
  
  .gla-programs-card:nth-child(5) {
    grid-column: 3;
  }
}

.gla-programs-card {
  position: relative;
  width: 100%;
  min-height: 520px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.gla-programs-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}

.gla-programs-card:hover .gla-programs-card__image {
  transform: scale(1.05);
}

.gla-programs-card:focus {
  outline: 3px solid #FF6633;
  outline-offset: 4px;
}

.gla-programs-card__image-wrapper {
  position: relative;
  width: 100%;
  height: 50%;
  min-height: 260px;
  overflow: hidden;
}

.gla-programs-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gla-programs-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  z-index: 1;
}

.gla-programs-card__content {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 28px 24px;
  border-radius: 20px 20px 0 0;
  margin-top: -20px;
  z-index: 2;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.05);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.gla-programs-card__title {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.3;
}

.gla-programs-card__description {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  overflow-wrap: break-word;
  flex: 1;
}

.gla-programs-card__meta {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.gla-programs-card__meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #555;
}

.gla-programs-card__meta-icon {
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.gla-programs-card__meta-text {
  font-weight: 500;
}

/* Money text size */
.gla-programs-card__meta-item:last-child .gla-programs-card__meta-text {
  font-size: 16px;
}

.gla-programs-card__badge {
  display: inline-block;
  background-color: #FF6633;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 12px;
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
  align-self: flex-start;
}

.gla-programs-card__buttons {
  display: flex;
  gap: 12px;
  margin-top: auto;
  width: 100%;
}

.gla-programs-card__cta {
  flex: 1;
  background-color: #FF6633;
  color: #ffffff;
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 14px 24px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  min-height: 44px;
}

.gla-programs-card__cta--apply {
  background-color: #28a745;
}

.gla-programs-card__cta--apply:hover {
  background-color: #218838;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.gla-programs-card__cta--knowmore {
  background-color: #FF6633;
}

.gla-programs-card__cta--knowmore:hover {
  background-color: #e55a2a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 102, 51, 0.3);
}

.gla-programs-card__cta:focus {
  outline: 3px solid #FF6633;
  outline-offset: 2px;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
  .gla-programs-section {
    padding: 60px 30px 40px;
  }
  
  .gla-programs-heading {
    font-size: 38px;
  }
  
  .gla-programs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .gla-programs-card {
    min-height: 500px;
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .gla-programs-section {
    padding: 40px 20px 30px;
  }
  
  .gla-programs-heading {
    font-size: 32px;
    margin-bottom: 30px;
  }
  
  .gla-programs-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .gla-programs-card {
    min-height: 480px;
  }
  
  .gla-programs-card__content {
    padding: 24px 20px;
  }
  
  .gla-programs-card__title {
    font-size: 24px;
  }
  
  .gla-programs-card__description {
    font-size: 16px;
  }
  
  .gla-programs-card__meta {
    gap: 16px;
  }
  
  .gla-programs-card__meta-item {
    font-size: 15px;
  }
  
  .gla-programs-card__meta-item:last-child .gla-programs-card__meta-text {
    font-size: 16px;
  }
}

/* Modal Styles */
.gla-programs-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.gla-programs-modal.active {
  opacity: 1;
  visibility: visible;
}

.gla-programs-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
  cursor: pointer;
}

.gla-programs-modal__dialog {
  position: relative;
  background-color: #ffffff;
  border-radius: 24px;
  max-width: 900px;
  width: 90%;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  transform: scale(0.9);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.gla-programs-modal.active .gla-programs-modal__dialog {
  transform: scale(1);
}

.gla-programs-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 10;
}

.gla-programs-modal__title {
  font-family: 'Queens', Georgia, 'Times New Roman', serif;
  font-size: 32px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0;
  flex: 1;
}

.gla-programs-modal__close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: #f5f5f5;
  color: #333;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  min-height: 44px;
  min-width: 44px;
}

.gla-programs-modal__close:hover {
  background-color: #e5e5e5;
  transform: rotate(90deg);
}

.gla-programs-modal__close:focus {
  outline: 3px solid #FF6633;
  outline-offset: 2px;
}

.gla-programs-modal__body {
  padding: 32px;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
  display: flex;
  gap: 32px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.gla-programs-modal__image-wrapper {
  flex: 0 0 45%;
  max-width: 45%;
}

.gla-programs-modal__image {
  width: 100%;
  height: 400px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gla-programs-modal__details {
  flex: 0 0 55%;
  max-width: 55%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gla-programs-modal__meta-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.gla-programs-modal__meta-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background-color: #f8f9fa;
  border-radius: 12px;
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.gla-programs-modal__meta-badge-icon {
  font-size: 16px;
}

.gla-programs-modal__description {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #555;
}

.gla-programs-modal__specializations {
  display: none;
}

.gla-programs-modal__specializations.has-specializations {
  display: block;
}

.gla-programs-modal__specializations-title {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.gla-programs-modal__specializations-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gla-programs-modal__specialization-badge {
  display: inline-block;
  padding: 8px 16px;
  background: linear-gradient(135deg, #FF6633, #ff8533);
  color: #ffffff;
  border-radius: 20px;
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.gla-programs-modal__footer {
  display: none;
}

/* Modal Responsive */
@media (max-width: 768px) {
  .gla-programs-modal__dialog {
    width: 95%;
    max-height: 90vh;
  }
  
  .gla-programs-modal__header {
    padding: 20px;
  }
  
  .gla-programs-modal__title {
    font-size: 28px;
  }
  
  .gla-programs-modal__description {
    font-size: 16px;
  }
  
  .gla-programs-modal__meta-badge {
    font-size: 14px;
  }
  
  .gla-programs-modal__specializations-title {
    font-size: 18px;
  }
  
  .gla-programs-modal__specialization-badge {
    font-size: 13px;
  }
  
  .gla-programs-modal__body {
    flex-direction: column;
    padding: 24px 20px;
    gap: 24px;
  }
  
  .gla-programs-modal__image-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .gla-programs-modal__image {
    height: 250px;
  }
  
  .gla-programs-modal__details {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
}

/* Prevent body scroll when modal is open */
body.modal-open {
  overflow: hidden;
}

/* Our Recruiters Marquee Section */
.recruiters-section {
  width: 100%;
  background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 10%, #ffffff 90%, #f5f5f5 100%);
  /* padding: 60px 0; */
  position: relative;
  overflow: hidden;
}

.recruiters-container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  padding-top: 40px;
}

.recruiters-header {
  text-align: center;
  /* margin-bottom: 50px; */
}

.recruiters-heading {
  font-family: 'Queens', Georgia, 'Times New Roman', serif;
  font-size: 42px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.2;
}

.recruiters-marquee-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 40px;
  border-radius: 0;
}

.recruiters-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.recruiters-marquee-track {
  display: flex;
  align-items: center;
  animation: recruiters-scroll 30s linear infinite;
  width: fit-content;
}

.recruiters-marquee-track:hover {
  animation-play-state: paused;
}

.recruiters-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 100px;
  flex-shrink: 0;
  border: none;
}

.recruiters-logo {
  max-width: 180px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(0%);
  opacity: 1;
  transition: all 0.3s ease;
}

.recruiters-logo:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

.recruiters-logo-divider {
  width: 1px;
  height: 70px;
  background-color: #ffffff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  margin: 0 4px;
  border: none;
}

@keyframes recruiters-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Tablet Responsive */
@media (max-width: 1024px) {
  .recruiters-section {
    padding: 50px 0;
  }
  
  .recruiters-heading {
    font-size: 36px;
  }
  
  .recruiters-logo-item {
    padding: 0 8px;
    height: 70px;
  }
  
  .recruiters-logo {
    max-width: 130px;
    max-height: 70px;
  }
  
  .recruiters-logo-divider {
    height: 50px;
    margin: 0 3px;
    border: none;
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .recruiters-section {
    padding: 40px 0;
  }
  
  .recruiters-container {
    padding: 0 15px;
  }
  
  .recruiters-header {
    margin-bottom: 30px;
  }
  
  .recruiters-heading {
    font-size: 32px;
  }
  
  .recruiters-marquee-wrapper {
    padding: 20px 0;
  }
  
  .recruiters-logo-item {
    padding: 0 6px;
    height: 60px;
  }
  
  .recruiters-logo {
    max-width: 100px;
    max-height: 60px;
  }
  
  .recruiters-logo-divider {
    height: 40px;
    margin: 0 2px;
    border: none;
  }
  
  .recruiters-marquee-track {
    animation-duration: 20s;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .recruiters-heading {
    font-size: 28px;
  }
  
  .recruiters-logo-item {
    padding: 0 5px;
    height: 50px;
  }
  
  .recruiters-logo {
    max-width: 80px;
    max-height: 50px;
  }
  
  .recruiters-logo-divider {
    height: 35px;
    margin: 0 2px;
    border: none;
  }
}

/* Who Should Enroll Section */
.who-should-enroll-section {
  width: 100%;
  padding: 60px 40px;
  background: linear-gradient(135deg, rgba(247, 94, 43, 0.08) 0%, rgba(255, 138, 0, 0.08) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.who-should-enroll-card {
  max-width: 1200px;
  width: 100%;
  background: #ffffff;
  border-radius: 24px;
  padding: 60px 70px;
  display: flex;
  gap: 70px;
  align-items: flex-start;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  animation: slideInScale 0.6s ease-out 0.2s both;
}

@keyframes slideInScale {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.who-should-enroll-left {
  flex: 1;
  max-width: 45%;
  animation: fadeInLeft 0.8s ease-out 0.4s both;
}

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

.who-should-enroll-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.who-should-icon {
  width: 20px;
  height: 20px;
  color: #f75e2b;
  animation: rotateIcon 3s linear infinite;
}

@keyframes rotateIcon {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.who-should-label {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #f75e2b;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.who-should-heading {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 72px;
  font-weight: 900;
  color: #1a1a1a;
  margin: 0 0 30px 0;
  line-height: 1.1;
  animation: slideInDown 0.6s ease-out 0.5s both;
}

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.who-should-description {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #4a4a4a;
  line-height: 1.7;
  margin-bottom: 40px;
  animation: fadeIn 0.8s ease-out 0.6s both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.who-should-cta-btn {
  background: linear-gradient(135deg, #f75e2b 0%, #ff8a00 100%);
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 16px 40px;
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(247, 94, 43, 0.3);
  animation: bounceIn 0.8s ease-out 0.8s both;
  position: relative;
  overflow: hidden;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(20px);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.who-should-cta-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.who-should-cta-btn:hover::before {
  width: 300px;
  height: 300px;
}

.who-should-cta-btn:hover {
  background: linear-gradient(135deg, #ff8a00 0%, #f75e2b 100%);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(247, 94, 43, 0.4);
}

.who-should-enroll-right {
  flex: 1;
  max-width: 60%;
  display: flex;
  gap: 50px;
  animation: fadeInRight 0.8s ease-out 0.4s both;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.who-should-list-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.who-should-list-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  opacity: 0;
  animation: slideInItem 0.6s ease-out forwards;
}

.who-should-list-column:nth-child(1) .who-should-list-item:nth-child(1) {
  animation-delay: 0.6s;
}

.who-should-list-column:nth-child(1) .who-should-list-item:nth-child(2) {
  animation-delay: 0.7s;
}

.who-should-list-column:nth-child(1) .who-should-list-item:nth-child(3) {
  animation-delay: 0.8s;
}

.who-should-list-column:nth-child(2) .who-should-list-item:nth-child(1) {
  animation-delay: 0.7s;
}

.who-should-list-column:nth-child(2) .who-should-list-item:nth-child(2) {
  animation-delay: 0.8s;
}

@keyframes slideInItem {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.who-should-bullet {
  width: 5px;
  height: auto;
  min-height: 24px;
  align-self: stretch;
  background: linear-gradient(135deg, #f75e2b 0%, #ff8a00 100%);
  border-radius: 3px;
  flex-shrink: 0;
  animation: bulletGrow 0.5s ease-out forwards;
  transform-origin: top;
}

@keyframes bulletGrow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

.who-should-list-item:hover .who-should-bullet {
  animation: bulletPulse 0.6s ease-in-out;
}

@keyframes bulletPulse {
  0%, 100% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.5);
  }
}

.who-should-list-item span {
  font-family: 'HelveticaNowDisplay', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #1a1a1a;
  line-height: 1.6;
  font-weight: 500;
  transition: color 0.3s ease, transform 0.3s ease;
}

.who-should-list-item:hover span {
  color: #f75e2b;
  transform: translateX(5px);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .who-should-enroll-card {
    flex-direction: column;
    gap: 50px;
    padding: 50px 60px;
  }

  .who-should-enroll-left,
  .who-should-enroll-right {
    max-width: 100%;
  }

  .who-should-enroll-right {
    gap: 40px;
  }

  .who-should-heading {
    font-size: 60px;
  }

  .who-should-description {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .who-should-enroll-section {
    padding: 40px 20px;
  }

  .who-should-enroll-card {
    padding: 40px 35px;
    border-radius: 20px;
    gap: 40px;
  }

  .who-should-heading {
    font-size: 48px;
  }

  .who-should-description {
    font-size: 17px;
  }

  .who-should-label {
    font-size: 16px;
  }

  .who-should-cta-btn {
    padding: 18px 45px;
    font-size: 17px;
  }

  .who-should-enroll-right {
    flex-direction: column;
    gap: 30px;
  }

  .who-should-list-column {
    gap: 22px;
  }

  .who-should-list-item span {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .who-should-enroll-section {
    padding: 40px 15px;
  }

  .who-should-enroll-card {
    padding: 35px 25px;
    gap: 35px;
  }

  .who-should-heading {
    font-size: 42px;
  }

  .who-should-description {
    font-size: 16px;
  }

  .who-should-label {
    font-size: 14px;
  }

  .who-should-cta-btn {
    padding: 16px 40px;
    font-size: 16px;
  }

  .who-should-list-item span {
    font-size: 15px;
  }
}
/* career section */


.career-section {
  padding: 50px 20px;
  background-image: url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?w=1920&h=1080&fit=crop');
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
}

.career-section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.career-section .container {
  position: relative;
  z-index: 2;
}

.career-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.section-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #ffffff;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.advantage-card {
  text-align: center;
  padding: 20px 15px;
  transition: transform 0.3s ease;
  background: transparent;
}

.advantage-card:hover {
  transform: translateY(-10px);
}

.icon-container {
  width: 80px;
  height: 80px;
  background-color: #f75e2b;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  transition: all 0.3s ease;
}

.advantage-card:hover .icon-container {
  background-color: #EF4444;
  box-shadow: 0 10px 30px rgba(220, 38, 38, 0.4);
}

.icon-container svg {
  width: 40px;
  height: 40px;
  color: #ffffff;
  stroke-width: 2;
}

.advantage-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
  line-height: 1.3;
}

.advantage-description {
  font-size: 14px;
  line-height: 1.5;
  color: #d1d5db;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* Tablet */
@media (max-width: 1024px) {
  .section-title {
      font-size: 36px;
      margin-bottom: 40px;
  }

  .advantages-grid {
      gap: 35px;
  }

  .advantage-title {
      font-size: 20px;
  }

  .advantage-description {
      font-size: 14px;
  }
}

/* Tablet Small */
@media (max-width: 768px) {
  .career-section {
      padding: 40px 20px;
      min-height: auto;
  }

  .section-title {
      font-size: 32px;
      margin-bottom: 35px;
  }

  .advantages-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 25px;
  }

  .icon-container {
      width: 50px;
      height: 50px;
      margin-bottom: 12px;
  }

  .icon-container svg {
      width: 28px;
      height: 28px;
  }

  .advantage-title {
      font-size: 15px;
      margin-bottom: 8px;
  }

  .advantage-description {
      font-size: 12px;
  }
}

/* Mobile - Keep 2 columns */
@media (max-width: 480px) {
  .career-section {
      padding: 50px 15px;
  }

  .section-title {
      font-size: 26px;
      margin-bottom: 30px;
      line-height: 1.2;
  }

  .advantages-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
  }

  .advantage-card {
      padding: 15px 10px;
  }

  .icon-container {
      width: 45px;
      height: 45px;
      margin-bottom: 12px;
  }

  .icon-container svg {
      width: 24px;
      height: 24px;
  }

  .advantage-title {
      font-size: 15px;
      margin-bottom: 10px;
  }

  .advantage-description {
      font-size: 12px;
      max-width: 100%;
  }
}

/* Extra Small Mobile */
@media (max-width: 360px) {
  .section-title {
      font-size: 22px;
  }

  .advantages-grid {
      gap: 20px;
  }

  .advantage-card {
      padding: 15px 8px;
  }

  .icon-container {
      width: 55px;
      height: 55px;
      margin-bottom: 15px;
  }

  .icon-container svg {
      width: 30px;
      height: 30px;
  }

  .advantage-title {
      font-size: 14px;
  }

  .advantage-description {
      font-size: 11px;
  }
}


/* Testimonial Section */
/* Testimonial Section */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.ts-scope * {
  box-sizing: border-box;
}

.ts-scope {
  font: normal 1em/1.5 "Open Sans";
  width: 100%;
  padding: 50px 40px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ts-scope h1 {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #02303F;
  margin: 0 0 50px 0;
  text-shadow: 0 1px white;
}

.ts-scope .container {
  width: 100%;
  max-width: 600px;
  min-height: 400px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 60px;
  overflow: visible;
}

/* Hide radio inputs */
.ts-scope input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  opacity: 0;
}

/* Dots container - FIXED POSITIONING */
.ts-scope .ts-tabs-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
  z-index: 100;
}

/* Dots styling */
.ts-scope label {
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #ccc;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  position: relative;
}

.ts-scope label:hover {
  background: #999;
  border-color: #999;
  transform: scale(1.1);
}

/* Active dot styling - FIXED: Added missing commas */
.ts-scope #first:checked ~ .ts-tabs-container label.first,
.ts-scope #second:checked ~ .ts-tabs-container label.second,
.ts-scope #third:checked ~ .ts-tabs-container label.third,
.ts-scope #fourth:checked ~ .ts-tabs-container label.fourth,
.ts-scope #fifth:checked ~ .ts-tabs-container label.fifth {
  width: 14px;
  height: 14px;
  border-color: #f6393f;
  background: #f6393f;
}

.ts-scope #first:checked ~ .ts-tabs-container label.first:hover,
.ts-scope #second:checked ~ .ts-tabs-container label.second:hover,
.ts-scope #third:checked ~ .ts-tabs-container label.third:hover,
.ts-scope #fourth:checked ~ .ts-tabs-container label.fourth:hover,
.ts-scope #fifth:checked ~ .ts-tabs-container label.fifth:hover {
  background: #d63035;
  border-color: #d63035;
}

/* Blockquote - AUTO ADJUSTABLE */
.ts-scope blockquote {
  margin: 0;
  padding: 30px;
  width: 100%;
  background-color: #f6393f;
  color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  position: relative;
  border-radius: 10px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}

/* Arrow under blockquote */
.ts-scope blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  border: 12px solid transparent;
  border-top-color: #f6393f;
  border-left-color: #f6393f;
}

/* Quote marks */
.ts-scope .quotes {
  position: absolute;
  color: rgba(255, 255, 255, 0.3);
  font-size: 4em;
  font-family: Georgia, serif;
  line-height: 1;
}

.ts-scope .leftq {
  top: 10px;
  left: 10px;
}

.ts-scope .rightq {
  bottom: 10px;
  right: 10px;
}

/* Content wrapper - AUTO ADJUSTABLE */
.ts-scope .ts-content-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
  width: 100%;
}

.ts-scope img {
  flex-shrink: 0;
  border-radius: 50%;
  object-fit: cover;
  width: 120px;
  height: 120px;
  border: 4px solid #f6393f;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.ts-scope .ts-text-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ts-scope h2 {
  color: #02303F;
  margin: 0 0 5px 0;
  font-size: 22px;
  font-weight: 600;
}

.ts-scope h6 {
  color: #666;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

/* Slide animations */
.ts-scope .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

/* Show active slides - FIXED: Added missing commas */
.ts-scope #first:checked ~ div.one,
.ts-scope #second:checked ~ div.two,
.ts-scope #third:checked ~ div.three,
.ts-scope #fourth:checked ~ div.four,
.ts-scope #fifth:checked ~ div.five {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

/* Responsive Design */
@media (max-width: 768px) {
  .ts-scope {
    padding: 40px 20px;
  }

  .ts-scope h1 {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .ts-scope .container {
    max-width: 100%;
    padding-bottom: 60px;
  }

  .ts-scope blockquote {
    padding: 25px 20px;
    font-size: 15px;
    min-height: 130px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
    overflow: hidden;
  }

  .ts-scope .quotes {
    font-size: 3em;
  }

  .ts-scope img {
    width: 100px;
    height: 100px;
  }

  .ts-scope h2 {
    font-size: 20px;
  }

  .ts-scope h6 {
    font-size: 13px;
  }
  
  .ts-scope .ts-content-wrapper {
    max-width: 100%;
    overflow: hidden;
    word-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .ts-scope {
    padding: 30px 15px;
  }

  .ts-scope h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .ts-scope .container {
    padding-bottom: 50px;
  }

  .ts-scope blockquote {
    padding: 20px 15px;
    font-size: 14px;
    min-height: 120px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
    overflow: hidden;
    line-height: 1.5;
  }

  .ts-scope blockquote:after {
    border-width: 10px;
  }

  .ts-scope .quotes {
    font-size: 2.5em;
  }

  .ts-scope .leftq {
    top: 5px;
    left: 5px;
  }

  .ts-scope .rightq {
    bottom: 5px;
    right: 5px;
  }

  .ts-scope .ts-content-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 15px;
    max-width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    padding: 0 5px;
  }

  .ts-scope img {
    width: 90px;
    height: 90px;
  }

  .ts-scope h2 {
    font-size: 18px;
  }

  .ts-scope h6 {
    font-size: 12px;
  }

  .ts-scope .ts-tabs-container {
    gap: 12px;
  }

  .ts-scope label {
    width: 10px;
    height: 10px;
  }

  .ts-scope #first:checked ~ .ts-tabs-container label.first,
  .ts-scope #second:checked ~ .ts-tabs-container label.second,
  .ts-scope #third:checked ~ .ts-tabs-container label.third,
  .ts-scope #fourth:checked ~ .ts-tabs-container label.fourth,
  .ts-scope #fifth:checked ~ .ts-tabs-container label.fifth {
    width: 12px;
    height: 12px;
  }
}


@media (max-width:1400px){
  .form-sec { position: fixed; transition: all 0.5s; width: 320px; background: #FFF; padding: 0px 17px 20px; border-radius: 6px; float: right !important; z-index: 99; top: 100px; right: 45px; box-shadow: 0 0 40px 0px #8e8e8e; }
}

@media (max-width:1024px){
  .form-sec { position: fixed; transition: all 0.5s; width: 320px; background: #FFF; padding: 0px 17px 20px; border-radius: 6px; float: right !important; z-index: 99; top: 20px; right: 45px; box-shadow: 0 0 40px 0px #8e8e8e; }
}


* {
  font-family: 'Poppins', sans-serif !important;
}