html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: #1e242c;
  font-size: 18px;
  background-image: url(../images/background-gradient.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  padding-top: 66px;
  line-height: 1.6;
}
a:hover, a:focus {
  text-decoration: none;
}
.select2-container--krajee-bs3 .select2-dropdown--above {
    width: max-content !important;
    font-size: 14px !important;
}
.select2-container--krajee-bs3 .select2-dropdown {
  border-color: #75dcfd;
}
.select2-container--krajee-bs3 .select2-results__option--highlighted[aria-selected] {
    background-color: #007dbd;
    color: #fff;
}
.container {
  max-width: 1200px;
}

.btn {
  font-size: 20px;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  color: #000;
  background-color: #ccc;
  border: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.btn:active {
  transform: translateY(0);
}

.nav-link {
  color: #000000;
  transition: color 0.3s ease, transform 0.2s ease;
}

.nav-link:hover {
  color: #009CDE;
  transform: translateY(-1px);
}
.navbar {
    margin-bottom: 0;
}
.navbar-brand {
    height: auto;
    padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  line-height: 1;
  padding: 10px 15px;
  font-size: 17px;
}

.navbar-expand-lg .navbar-nav .nav-link.btn {
  font-size: 17px;
  font-weight: 500;
  padding: 10px 20px;
  margin-left: 10px;
}
.navbar-nav {
  float: right;
}
header {
  min-height: 80px;
  align-content: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  background-color: rgba(214, 232, 244, 0.85);
  z-index: 9;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.navbar-brand img {
    height: 40px;
}

section {
  padding: 60px 0;
  align-content: center;
  position: relative;
}

section > span {
  position: absolute;
  display: inline-block;
  top: -66px;
}

h2.section-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #0B4E6F 0%, #009CDE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.btn.btn-blue, .btn.btn-blue:focus {
  color: #fff;
  background: linear-gradient(135deg, #009CDE 0%, #0077B6 100%);
  border: none;
}

.btn.btn-blue:hover {
  background: linear-gradient(135deg, #0077B6 0%, #005A8C 100%);
}

.btn.btn-blue-border, .btn.btn-blue-border:focus {
  color: #009CDE;
  background-color: #fff;
  border: 2px solid #009CDE;
}

.btn.btn-blue-border:hover {
  background-color: #009CDE;
  color: #fff;
}

.btn.btn-dark-blue, .btn.btn-dark-blue:focus {
  color: #fff;
  background: linear-gradient(135deg, #005072 0%, #003A52 100%);
  border: none;
}

.btn.btn-dark-blue:hover {
  background: linear-gradient(135deg, #003A52 0%, #002838 100%);
}

/* Hero Section */
section.hero {
  min-height: calc(100dvh - 91px);
  text-align: center;
  display: flex;
  align-items: center;
}

section.hero h1.section-title {
  color: #0B4E6F;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 30px;
  animation: fadeInUp 0.8s ease-out;
}

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

section.hero p.section-info {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 26px;
  color: #414D60;
  font-weight: 400;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}
section.hero p.features {
  animation: fadeInUp 0.8s ease-out 0.4s both;
}
section.hero p span {
  margin: 0 20px;
  display: inline-block;
}

section.hero .ctas {
  margin-top: 50px;
  animation: fadeInUp 0.8s ease-out 0.6s both;
}

section.hero .ctas .btn + .btn {
  margin-left: 15px;
}

/* SAT Dates Section */
section.sat-dates {
  background: linear-gradient(180deg, rgba(0, 156, 222, 0.03) 0%, rgba(0, 156, 222, 0.08) 100%);
  backdrop-filter: blur(10px);
}

section.sat-dates h2.section-title {
  text-align: center;
}

section.sat-dates h4.section-sub-title {
  text-align: center;
  font-size: 24px;
  line-height: 150%;
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: 400;
  color: #414D60;
}

section.sat-dates .sat-date-card {
  padding: 5px;
  border: 1px solid rgba(237, 238, 240, 0.5);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 40px rgba(0, 43, 107, 0.12);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

section.sat-dates .sat-date-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(0, 43, 107, 0.2);
}

section.sat-dates .sat-date-card .row {
  margin: 0 -5px;
}

section.sat-dates .sat-date-card .row>* {
  padding: 0 5px;
}

section.sat-dates .sat-date-card .calendar-date {
  text-align: center;
  border: 2px solid #009CDE;
  border-radius: 12px;
  color: #000;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
}

section.sat-dates .sat-date-card:hover .calendar-date {
  border-color: #0077B6;
  box-shadow: 0 0 20px rgba(0, 156, 222, 0.3);
}

section.sat-dates .sat-date-card .calendar-date .month {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #009CDE 0%, #0077B6 100%);
  padding: 3px 0;
}

section.sat-dates .sat-date-card .calendar-date .day {
  font-size: 32px;
  line-height: 1;
  margin: 15px 0 8px;
  font-weight: 800;
  color: #0B4E6F;
}

section.sat-dates .sat-date-card .calendar-date .year {
  font-size: 16px;
  font-weight: 500;
  color: #414D60;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 80%;
  margin: 0 auto;
  padding: 3px 0;
}

section.sat-dates .sat-date-card .title {
  font-size: 18px;
  font-weight: 600;
  min-height: 118px;
  align-content: center;
  color: #1e242c;
  padding-left: 10px;
}

section.sat-dates .sat-date-card .cta {
  text-align: left;
}

section.sat-dates .sat-date-card a.add-cal {
  font-size: 14px;
  color: #009CDE;
  font-weight: 500;
  transition: color 0.3s ease;
}

section.sat-dates .sat-date-card a.add-cal:hover {
  color: #0077B6;
}

section.sat-dates .sat-date-card a.all-dates {
  font-size: 14px;
  line-height: 1;
  color: #000;
  border: 2px solid #000;
  border-radius: 25px;
  padding: 6px 18px;
  text-decoration: none;
  margin-left: 15px;
  transition: all 0.3s ease;
}

section.sat-dates .sat-date-card a.all-dates:hover {
  background-color: #000;
  color: #fff;
}

/* Score Tracking Section */
section.score-tracking ul.score-tracking-features {
  font-size: 18px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

section.score-tracking ul.score-tracking-features li {
  padding-left: 110px;
  margin-top: 50px;
  position: relative;
  opacity: 0;
  animation: slideInLeft 0.6s ease-out forwards;
}

section.score-tracking ul.score-tracking-features li:nth-child(1) {
  animation-delay: 0.1s;
}

section.score-tracking ul.score-tracking-features li:nth-child(2) {
  animation-delay: 0.2s;
}

section.score-tracking ul.score-tracking-features li:nth-child(3) {
  animation-delay: 0.3s;
}

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

section.score-tracking ul.score-tracking-features li:before {
  content: '';
  display: inline-block;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  left: 0;
  background-image: url(../images/score-tracking-ic.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  filter: drop-shadow(0 4px 10px rgba(0, 156, 222, 0.2));
  transition: transform 0.3s ease;
}

section.score-tracking ul.score-tracking-features li:hover:before {
  transform: scale(1.1);
}

section.score-tracking ul.score-tracking-features li:nth-child(1):before {
  background-position-x: 0px;
}

section.score-tracking ul.score-tracking-features li:nth-child(2):before {
  background-position-x: -136px;
}

section.score-tracking ul.score-tracking-features li:nth-child(3):before {
  background-position-x: -267px;
}

section.score-tracking ul.score-tracking-features strong {
  font-weight: 700;
  color: #0B4E6F;
  font-size: 20px;
}

section.score-tracking ul.score-tracking-features p {
  margin-bottom: 10px;
  color: #414D60;
}

section.score-tracking ul.score-tracking-features p {
  margin-top: 10px;
  margin-bottom: 0;
}

section.score-tracking .ctas {
  margin-top: 50px;
}

section.score-tracking .ctas .btn + .btn {
  margin-left: 20px;
}

.score-tracking .image-section {
  position: relative;
  text-align: center;
}

.score-tracking .image-section img {
  width: 350px;
  margin-top: -10px;
}

.score-tracking .image-section:after {
  content: '';
  height: 120px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

/* Why SAT Section */
section.why-sat ol {
  padding-left: 17px;
  counter-reset: item;
}

section.why-sat ol li {
  margin-top: 15px;
  position: relative;
  padding-left: 15px;
  color: #414D60;
  line-height: 1.7;
}

section.why-sat ol li::marker {
  color: #009CDE;
  font-weight: 700;
  font-size: 20px;
}

section.why-sat .ctas {
  margin-top: 30px;
}

section.why-sat .image-section {
  position: relative;
  text-align: center;
}

section.why-sat .image-section img {
  width: 280px;
  margin-top: -10px;
  transition: transform 0.3s ease;
}

section.why-sat .image-section:after {
  content: '';
  height: 120px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

/* Practice Tools Section */
section.practice-tools {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 156, 222, 0.05) 100%);
}

section.practice-tools h2.section-title {
  text-align: center;
  margin-bottom: 50px;
}

section.practice-tools .features-wrapper {
  width: 100%;
  margin: auto;
}

section.practice-tools .feature-item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
  opacity: 0;
  animation: fadeInScale 0.6s ease-out forwards;
}

section.practice-tools .feature-item:nth-child(1) { animation-delay: 0.1s; }
section.practice-tools .feature-item:nth-child(2) { animation-delay: 0.2s; }
section.practice-tools .feature-item:nth-child(3) { animation-delay: 0.3s; }

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

section.practice-tools .feature-number {
  font-size: 80px;
  font-weight: 700;
  color: rgba(0, 156, 222, 0.15);
  margin-right: 25px;
  flex-shrink: 0;
  width: 90px;
  line-height: 1;
  text-align: center;
}

section.practice-tools .feature-item:nth-child(even) .feature-number {
  margin-right: 0;
  margin-left: 25px;
}

section.practice-tools .feature-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 40px rgba(0, 43, 107, 0.12);
  border-radius: 20px;
  padding: 28px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex: 1;
  border: 1px solid rgba(0, 156, 222, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

section.practice-tools .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(0, 43, 107, 0.2);
  border-color: rgba(0, 156, 222, 0.3);
}

section.practice-tools .feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0;
  background-image: url(../images/practice-tools-icons.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  transition: transform 0.3s ease;
}

section.practice-tools .feature-card:hover .feature-icon {
  transform: scale(1.1);
}

section.practice-tools .feature-icon.blue {
  background-color: #E1E9FE;
  background-position-x: 17px;
}

section.practice-tools .feature-icon.orange {
  background-color: #FFEED2;
  background-position-x: -37px;
}

section.practice-tools .feature-icon.purple {
  background-color: #F6E2FF;
  background-position-x: -89px;
}

section.practice-tools .feature-text h4 {
  font-size: 24px;
  margin: 0 0 8px;
  font-weight: 600;
  color: #1E242C;
}

section.practice-tools .feature-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #414D60;
  margin: 0;
}

section.practice-tools .image-block img {
  width: 400px;
  margin: 0 auto;
  display: block;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.1));
}

/* Build For Section */
section.build-for h2.section-title {
  text-align: center;
  margin-bottom: 50px;
}

section.build-for .build-for-card {
  padding: 35px 25px;
  text-align: center;
  border: 2px solid rgba(0, 156, 222, 0.1);
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 43, 107, 0.12);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

section.build-for .build-for-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 43, 107, 0.2);
  border-color: rgba(0, 156, 222, 0.3);
}

section.build-for .build-for-card h4 {
  font-size: 26px;
  font-weight: 600;
  color: #0B4E6F;
  margin-bottom: 12px;
}

section.build-for .build-for-card p {
  font-size: 16px;
  font-weight: 400;
  color: #414D60;
  margin: 0;
  line-height: 1.6;
}

section.build-for .ctas {
  text-align: center;
  margin-top: 50px;
}

section.build-for .ctas .btn + .btn {
  margin-left: 15px;
}

/* SAT Prep Features Section */
section.sat-prep-features {
  background: linear-gradient(180deg, rgba(0, 156, 222, 0.03) 0%, rgba(255, 255, 255, 0.5) 100%);
}

section.sat-prep-features h2.section-title {
  text-align: center;
  margin-bottom: 40px;
}

section.sat-prep-features .sat-prep-features-cart {
  border-radius: 28px;
  padding: 35px;
  background-image: url(../images/background-gradient.webp);
  background-position: center;
  background-size: cover;
  box-shadow: 0 15px 50px rgba(0, 43, 107, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.5);
}

section.sat-prep-features .sat-prep-features-cart table {
  background-color: transparent;
  --bs-table-bg: transparent;
  color: #000;
  margin: 0;
}

section.sat-prep-features .sat-prep-features-cart table th {
  border-bottom-color: rgba(24, 51, 63, 0.25);
  border-bottom-width: 3px;
  padding: 0 15px 20px 15px;
  font-size: 30px;
  font-weight: 700;
  color: #0B4E6F;
}

section.sat-prep-features .sat-prep-features-cart table td {
  border-bottom-color: rgba(24, 51, 63, 0.15);
  padding: 20px 15px;
  font-size: 20px;
  color: #1e242c;
}

section.sat-prep-features .sat-prep-features-cart table tr:last-child td {
  border-bottom: 0;
  padding: 20px 15px 0;
}

/* Top Results Section */
section.top-result h2.section-title {
  text-align: center;
}

section.top-result p.section-info {
  text-align: center;
  font-size: 20px;
  color: #414D60;
  margin-bottom: 40px;
}

section.top-result .score-card {
  margin-top: 30px;
  padding: 0 25px 25px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 0 0 28px 28px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(2, 155, 222, 0.3);
  transition: all 0.3s ease;
}

section.top-result .score-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(2, 155, 222, 0.4);
}

section.top-result .title {
  display: inline-block;
  border-radius: 0 0 28px 28px;
  margin-bottom: 20px;
  padding: 12px 50px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #029BDE 0%, #0077B6 100%);
  box-shadow: 0 4px 15px rgba(2, 155, 222, 0.3);
}

section.top-result h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 15px 0;
  color: #1e242c;
}

section.top-result .score {
  font-size: 32px;
  font-weight: 700;
  color: #0B4E6F;
}

section.top-result .ctas {
  text-align: center;
  margin-top: 50px;
}

section.top-result .ctas .btn + .btn {
  margin-left: 15px;
}

/* Plans Section */
section.plans h2.section-title {
  text-align: center;
  margin-bottom: 30px;
}

.pricing-section {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.pricing-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 30px 30px 80px;
  border-radius: 20px;
  width: 260px;
  box-shadow: 0 10px 40px rgba(0, 43, 107, 0.12);
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid rgba(0, 156, 222, 0.1);
}

.pricing-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 43, 107, 0.25);
  border-color: rgba(0, 156, 222, 0.3);
}

.pricing-card h2 {
  font-size: 26px;
  color: #0077ba;
  margin: 0;
  font-weight: 700;
}

.pricing-card h2 span {
  font-weight: bold;
}

.pricing-card h2 small {
  font-size: 14px;
}

.pricing-card h3 {
  color: #00618B;
  font-size: 20px;
  margin: 15px 0 20px;
  font-weight: 600;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-bottom: 20px;
}

.pricing-card ul li {
  font-size: 15px;
  padding: 8px 0;
  color: #46A4CC;
  line-height: 1.5;
}

.plan-btn {
  background: linear-gradient(135deg, #cce5f6 0%, #b6dbf3 100%);
  color: #0066aa;
  border: none;
  border-radius: 50px;
  padding: 12px 24px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  bottom: 30px;
  right: 30px;
  left: 30px;
  box-shadow: 0 4px 15px rgba(0, 102, 170, 0.2);
}

.plan-btn:hover {
  background: linear-gradient(135deg, #b6dbf3 0%, #a0d0ed 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 102, 170, 0.3);
}

.featured {
  background: linear-gradient(135deg, #0099e5 0%, #0077B6 100%);
  color: #fff;
  box-shadow: 0 15px 50px rgba(0, 153, 229, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.featured:hover {
  box-shadow: 0 20px 60px rgba(0, 153, 229, 0.5);
}

.featured h2,
.featured h3,
.featured ul li {
  color: #fff;
}

.featured .plan-btn.dark {
  background: linear-gradient(135deg, #003f67 0%, #002c48 100%);
  color: #fff;
}

.featured .plan-btn.dark:hover {
  background: linear-gradient(135deg, #002c48 0%, #001a2e 100%);
}

.featured .tag {
  position: absolute;
  top: -12px;
  right: -12px;
  background: linear-gradient(135deg, #d4f2fd 0%, #b6e8ff 100%);
  color: #007abf;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(0, 122, 191, 0.3);
}

/* Ready for Digital SAT Section */
section.ready-digital-sat h2.section-title {
  margin-bottom: 30px;
}

section.ready-digital-sat p.section-info {
  color: #414D60;
  font-size: 18px;
  line-height: 1.7;
}

section.ready-digital-sat .ctas {
  text-align: left;
  margin-top: 40px;
}

section.ready-digital-sat .ctas .btn + .btn {
  margin-left: 15px;
}

section.ready-digital-sat .image-section {
  position: relative;
  text-align: center;
}

section.ready-digital-sat .image-section img {
  width: 350px;
  margin-top: -10px;
  transition: transform 0.3s ease;
}

section.ready-digital-sat .image-section:after {
  content: '';
  height: 120px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

/* Class Schedule Section */
section.class-schedule {
  text-align: center;
}

section.class-schedule .week-view {
  margin: 0 -10px;
  margin-top: 50px;
  position: relative;
}

.cal-nav {
  cursor: pointer;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  display: inline-block;
  position: absolute;
  background-color:#2ac1f0;
  top: 7px;
  background-image: url(/images/sat-cal-nav.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
  box-shadow: 0 4px 15px rgba(42, 193, 240, 0.3);
  transition: all 0.3s ease;
}

.cal-nav:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(42, 193, 240, 0.4);
}

.cal-nav.pre {
  left: -60px;
  background-position: 14px center;
}

.cal-nav.next {
  right: -60px;
  background-position: -49px center;
}

section.class-schedule .week-view .day-col {
  width: 14.2857%;
  float: left;
  padding: 0 5px;
  position: relative;
}

section.class-schedule .week-view .day-col:before {
  content: '';
  border-left: 1px dashed rgba(42, 193, 240, 0.5);
  position: absolute;
  top: 0;
  bottom: 30px;
  z-index: -1;
}

section.class-schedule .week-view .day-col.no-dashed-line:before {
  border-left: 1px solid #A9EBFF;
}

section.class-schedule .week-view .day-col .day-date strong {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  color: #1e242c;
}

section.class-schedule .week-view .day-col .day-date {
  border: 2px solid #2ac1f0;
  padding: 8px;
  border-radius: 12px;
  margin-bottom: 25px;
  background-color: #fff;
  transition: all 0.3s ease;
}

section.class-schedule .week-view .day-col .day-date:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(42, 193, 240, 0.2);
}

section.class-schedule .week-view .day-col .lecture {
  position: relative;
  padding: 5px;
  font-size: 14px;
  border-radius: 8px;
  color: #fff;
  margin-bottom: 25px;
  overflow: hidden;
  background: linear-gradient(135deg, #3C8CE7 0%, #00EAFF 100%);
  height: 165px;
  box-shadow: 0 8px 25px rgba(60, 140, 231, 0.3);
  transition: all 0.3s ease;
}

section.class-schedule .week-view .day-col .lecture:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(60, 140, 231, 0.4);
}

section.class-schedule .week-view .day-col .lecture:before,
section.class-schedule .week-view .day-col .lecture:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.2);
  height: 80px;
  width: 80px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
}

section.class-schedule .week-view .day-col .lecture:before {
  top: -53px;
  right: -30px;
}

section.class-schedule .week-view .day-col .lecture:after {
  bottom: -56px;
  left: -30px;
}

section.class-schedule .week-view .day-col .lecture.maths {
  background: linear-gradient(135deg, #51832C 0%, #28EF77 100%);
  box-shadow: 0 8px 25px rgba(81, 131, 44, 0.3);
}

section.class-schedule .week-view .day-col .lecture.reading-and-writing {
  background: linear-gradient(135deg, #3C8CE7 0%, #00EAFF 100%);
  box-shadow: 0 8px 25px rgba(60, 140, 231, 0.3);
}

section.class-schedule .week-view .day-col .lecture .time {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 600;
}

section.class-schedule .week-view .day-col .no-class {
  height: 250px;
  position: relative;
}

section.class-schedule .week-view .day-col .no-class span {
  transform: rotate(-90deg);
  display: inline-block;
  font-weight: 700;
  font-size: 32px;
  width: 100%;
  color: #d0d0d0;
  position: absolute;
  top: 50%;
  translate: -50% 0;
  padding: 0 8px;
  background-color: #fff;
}

section.class-schedule .notes {
  padding: 25px;
  border-radius: 16px;
  text-align: left;
  background: linear-gradient(135deg, #cef3ff 0%, #b8ecff 100%);
  border: 2px solid rgba(42, 193, 240, 0.3);
  box-shadow: 0 8px 25px rgba(42, 193, 240, 0.2);
  margin-top: 30px;
}

section.class-schedule .notes h3 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
  color: #0B4E6F;
}

section.class-schedule .notes ul {
  margin: 0;
  padding-left: 25px;
}

section.class-schedule .notes ul li {
  margin-bottom: 12px;
  font-weight: 500;
  color: #1e242c;
  line-height: 1.6;
}

section.class-schedule .notes ul li:last-child {
  margin-bottom: 0;
}

section.class-schedule span.class-tag {
  vertical-align: middle;
  font-size: 13px;
  padding: 3px 10px;
  margin: 5px 0;
  display: inline-block;
  border-radius: 20px;
  font-weight: 400;
  color: #000;
  background-color: #ffffff80;
  position: absolute;
  bottom: 0px;
  left: 20px;
}

section.class-schedule .topics {
  font-size: 14px;
  font-weight: 500;
}

section.class-schedule .ucat-schedule-tabs {
  margin-top: 30px;
}

section.class-schedule .ucat-schedule-tabs .nav-tabs {
  border: 0;
  text-align: center;
  justify-content: center;
  margin-bottom: 40px;
}

section.class-schedule .ucat-schedule-tabs .nav-tabs li {
  display: inline-block;
  float: none;
}

section.class-schedule .ucat-schedule-tabs .nav-tabs li a {
  display: inline-block;
  margin: 0;
  width: 220px;
  border: 0;
  color: #1e242c;
  font-size: 19px;
  padding: 12px;
  border-radius: 0;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

section.class-schedule .ucat-schedule-tabs .nav-tabs li a:hover {
  color: #009CDE;
}

section.class-schedule .ucat-schedule-tabs .nav-tabs li.active a {
  font-weight: 600;
  color: #fff;
  background-image: linear-gradient(135deg, #08F29B 2.64%, #2AC1F0 96.44%);
  box-shadow: 0 4px 15px rgba(42, 193, 240, 0.3);
}

section.class-schedule .ucat-schedule-tabs .nav-tabs li.active a:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  transform: rotate(45deg);
  left: 50%;
  bottom: -11px;
  margin-left: -11px;
  z-index: -1;
  background-image: linear-gradient(135deg, #15e0ba 2.64%, #18dbc2 96.44%);
}

.week-view {
  position: relative;
}

/* Modal Styles */
.modal-header {
  display: block;
  padding: 0;
}
.login-card .login-header-title, .login-modal .modal-header h2.login-header-title {
      background: linear-gradient(135deg, #009CDE 0%, #0077B6 100%);
}
.login-card .login-form p.tnc a {
    color: #007ebe;
}
.login-modal .modal-content .close {
  position: absolute;
  top: 0;
  right: 0;
  color: #007ebe;
  background-color: #fff;
  opacity: 1;
  padding: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  width: 38px;
  height: 38px;
  border: 2px solid #fff;
  border-radius: 0 12px 0 22px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(42, 193, 240, 0.2);
}
.main-form {
  padding: 0;
}
.main-form .row.g-0 {
    margin-right: initial;
    margin-left: initial;
}
.otp-input {
  text-align: center;
  margin: 30px 0;
}

.otp-input input.form-control {
  height: 48px !important;
  width: 48px !important;
  display: inline-block !important;
  border-radius: 10px !important;
  font-size: 24px !important;
  text-align: center !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  color: #0B4E6F !important;
  aspect-ratio: 1 !important;
  margin: 0 5px !important;
  border: 2px solid #009CDE !important;
  transition: all 0.3s ease !important;
}

.otp-input input.form-control:focus {
  border-color: #0077B6 !important;
  box-shadow: 0 0 0 4px rgba(0, 156, 222, 0.1) !important;
  transform: scale(1.05);
}

.resend-otp-timeout {
  text-align: center;
  color: #414D60;
  font-weight: 500;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(11, 78, 111, 0.7);
  backdrop-filter: blur(5px);
  z-index: 5000;
  cursor: pointer;
}

#spinner {
  position: absolute;
  z-index: 5001;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 48px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}
.btn-close {
    background: linear-gradient(135deg, #009CDE 0%, #0077B6 100%);
    height: 45px;
    width: 45px;
    font-size: 30px;
    font-weight: 400;
}
.lead-modal .lead-form h2.modal-title {
  font-size: 25px;
}
.lead-modal .lead-form p.modal-discription {
    font-size: 14px !important;
    margin-bottom: 20px;
    margin-top: 10px;
}
.lead-modal .modal-content .modal-body {
    background-color: #dcf5ff;
    position: relative;
}
.lead-modal .modal-content .modal-body:before {
    background: linear-gradient(135deg, #009CDE 0%, #0077B6 100%);
    filter: blur(60px);
}
.lead-modal .btn {
    margin-top: 0 !important;
    background: linear-gradient(135deg, #009CDE 0%, #0077B6 100%);
}
.lead-modal .phone-no {
    text-align: center;
    margin-top: 20px !important;
    padding: 20px 0 10px;
    border-top: 1px solid #7ed4ff;
}
.lead-modal .lead-form .number {
    line-height: 1;
}
.lead-modal .lead-form .number img {
  height: auto;
}
.main-form .form-group .form-group {
    margin-bottom: 0 !important;
}
@media (min-width: 767px) {
  .navbar-expand-lg .navbar-collapse {
      justify-content: end;
      display: flex !important;
  }
}

/* Responsive Styles */
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
  header {
    min-height: auto;
  }
  .navbar {
    margin-bottom: 0;
    display: block;
  }
  .navbar-nav {
    float: none;
  }
  .navbar-expand-lg .navbar-nav .nav-link.btn {
    margin: 0;
  }
  section {
    padding: 30px 0;
  }

  h2.section-title {
    font-size: 28px;
  }

  .btn {
    font-size: 16px;
    padding: 10px 20px;
  }

  .navbar-toggler {
    border: 0;
    padding: 6px 0;
    border-color: #000;
    border-width: 2px;
    font-size: 18px;
    float: right;
  }
  .navbar-nav {
    display: block;
  }
  .navbar-collapse {
    float: left;
    width: 100%;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link.btn {
    margin: 0;
    width: 100%;
  }

  /* Hero Section Mobile */
  section.hero {
    min-height: auto;
    padding: 30px 0;
  }

  section.hero h1.section-title {
    font-size: 32px;
  }

  section.hero h1.section-title br {
    display: none;
  }

  section.hero p.section-info {
    margin-top: 20px;
    font-size: 18px;
  }

  section.hero p.features {
    font-size: 16px;
  }

  section.hero p.features span {
    margin: 0 8px;
  }

  section.hero .ctas {
    margin-top: 30px;
  }

  section.hero .ctas .btn + .btn {
    margin-left: 0;
    margin-top: 12px;
  }

  /* SAT Dates Mobile */
  section.sat-dates h4.section-sub-title {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  section.sat-dates .sat-date-card {
    margin-top: 20px;
    padding: 10px;
  }

  section.sat-dates .sat-date-card a.all-dates {
    padding: 4px 12px;
    margin-left: 8px;
  }

  /* Score Tracking Mobile */
  section.score-tracking h2.section-title {
    text-align: center;
  }

  section.score-tracking ul.score-tracking-features li {
    margin-top: 30px;
    padding-left: 0;
  }

  section.score-tracking ul.score-tracking-features li:before {
    width: 40px;
    height: 40px;
    top: 10px;
    left: auto;
    right: 0;
    margin-top: 0;
    background-size: 150px;
    background-position-y: center;
  }

  section.score-tracking ul.score-tracking-features li:nth-child(1):before {
    background-position-x: 0px;
  }

  section.score-tracking ul.score-tracking-features li:nth-child(2):before {
    background-position-x: -62px;
  }

  section.score-tracking ul.score-tracking-features li:nth-child(3):before {
    background-position-x: -120px;
  }

  section.score-tracking ul.score-tracking-features strong {
    padding-right: 50px;
    min-height: 60px;
    display: block;
    align-content: center;
    font-size: 18px;
  }

  section.score-tracking .image-section img {
    width: 280px;
    margin-top: 20px;
  }

  section.score-tracking .ctas {
    margin-top: 30px;
    text-align: center;
  }

  section.score-tracking .ctas .btn + .btn {
    margin-left: 0;
    margin-top: 12px;
  }

  /* Why SAT Mobile */
  section.why-sat h2.section-title {
    text-align: center;
  }

  section.why-sat .image-section img {
    width: 280px;
    margin-top: 20px;
  }

  section.why-sat .ctas {
    text-align: center;
    margin-top: 30px;
  }
  section.why-sat ol {
    padding-left: 30px;
  }
  section.why-sat ol li {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.5;
  }

  /* Practice Tools Mobile */
  section.practice-tools h2.section-title {
    margin-bottom: 30px;
  }

  section.practice-tools .feature-number {
    display: none;
  }

  section.practice-tools .feature-card {
    padding: 15px;
    display: block;
    position: relative;
  }

  section.practice-tools .feature-icon {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 48px;
    height: 48px;
  }
  section.practice-tools .feature-icon.blue {
    background-position-x: 13px;
  }
  section.practice-tools .feature-icon.orange {
    background-position-x: -41px;
  }
  section.practice-tools .feature-icon.purple {
    background-position-x: -93px;
  }
  section.practice-tools .feature-text h4 {
    padding-left: 70px;
    min-height: 50px;
    align-content: center;
    font-size: 19px;
    font-weight: 600;
  }

  section.practice-tools .feature-text p {
    font-size: 15px;
  }

  section.practice-tools .feature-item {
    margin-bottom: 25px;
  }

  section.practice-tools .image-block img {
    width: 280px;
    margin: 20px auto 0;
  }

  section.practice-tools .ctas {
    text-align: center;
  }

  /* Build For Mobile */
  section.build-for h2.section-title {
    margin-bottom: 10px;
  }

  section.build-for .build-for-card {
    margin-top: 20px;
    padding: 25px 20px;
  }

  section.build-for .ctas {
    margin-top: 40px;
  }

  section.build-for .ctas .btn + .btn {
    margin-left: 0;
    margin-top: 12px;
  }

  /* SAT Prep Features Mobile */
  section.sat-prep-features .sat-prep-features-cart {
    padding: 20px;
    border-radius: 20px;
  }

  section.sat-prep-features .sat-prep-features-cart table th {
    font-size: 15px;
    padding-bottom: 12px;
  }

  section.sat-prep-features .sat-prep-features-cart table td {
    font-size: 16px;
    padding: 12px 10px;
  }

  /* Top Results Mobile */
  section.top-result .score-card {
    padding: 0 15px 15px;
    margin-top: 20px;
  }

  section.top-result .title {
    padding: 7px 20px;
    border-radius: 0 0 20px 20px;
    margin-bottom: 12px;
    font-size: 18px;
  }

  section.top-result h4 {
    font-size: 16px;
    margin: 10px 0;
  }

  section.top-result .score {
    font-size: 26px;
  }

  section.top-result .ctas {
    margin-top: 40px;
  }

  section.top-result .ctas .btn + .btn {
    margin-left: 0;
    margin-top: 12px;
  }

  /* Pricing Mobile */
  .pricing-card {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }

  .featured .tag {
    top: 20px;
    right: 20px;
  }

  /* Ready Digital SAT Mobile */
  section.ready-digital-sat h2.section-title {
    margin-bottom: 20px;
    text-align: center;
  }

  section.ready-digital-sat p.section-info {
    text-align: center;
  }

  section.ready-digital-sat .ctas {
    text-align: center;
    margin-top: 30px;
  }

  section.ready-digital-sat .ctas .btn {
    margin: 0 7px 10px !important;
  }

  section.ready-digital-sat .image-section img {
    width: 280px;
    margin-top: 0;
  }
  section.ready-digital-sat .image-section {
    margin-bottom: 10px;
  }

  /* Class Schedule Mobile */
  section.class-schedule .week-view {
    margin-top: 70px;
  }

  section.class-schedule .week-view .day-col {
    width: 33.333%;
  }

  section.class-schedule .week-view .day-col .no-class {
    min-height: 220px;
    height: auto;
  }

  section.class-schedule .week-view .day-col .lecture .time {
    font-size: 13px;
  }

  section.class-schedule span.class-tag {
    font-size: 11px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    width: auto;
  }

  section.class-schedule .topics {
    font-size: 12px;
  }

  section.class-schedule .week-view .day-col .lecture .subject {
    font-size: 14px;
  }

  section.class-schedule .ucat-schedule-tabs .nav-tabs li a {
    width: auto;
    padding: 8px 18px;
    font-size: 17px;
    border-radius: 8px;
  }

  section.class-schedule .cal-nav {
    height: 35px;
    width: 35px;
    top: -60px;
    background-size: 65px;
    background-image: url("https://www.gotouniversity.com//images/sat-cal-nav.svg");
    background-repeat: no-repeat !important;
    background-color: #1aa8d9;
  }

  section.class-schedule .cal-nav.pre {
    left: 10px;
    background-position: 9px center !important;
  }

  section.class-schedule .cal-nav.next {
    right: 10px;
    background-position: -42px center !important;
  }

  section.class-schedule .notes {
    padding: 20px;
  }

  section.class-schedule .notes h3 {
    font-size: 19px;
  }
  section.class-schedule .week-view .day-col .day-date strong {
    font-size: 14px;
  }
  .lead-modal .lead-form .number {
    text-align: center;
  }
  .lead-modal .lead-form .number img {
    display: block;
    margin: 0 auto 10px;
  }
  .login-modal .login-card {
    border-radius: 10px !important;
  }
}