@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

html {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  overflow-x: hidden !important;
  position: relative;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  outline: 0;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  position: relative;
}

::selection {
  color: #000;
  background-color: #f5b704;
}

a,
img,
img a {
  outline: 0 !important;
  border: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1250px !important;
  }
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

body {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  color: #222121 !important;
  font-size: 17px !important;
  background: #fff !important;
}

.hr {
  background: #f5b704;
  width: 10%;
  height: 4px;
  border: none;
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .block {
    margin-bottom: 30px;
  }
}

/* @media (min-width: 1200px) {
  .topsec::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3.5%;
    background:#fdc704;
    border-radius: 0px 50px 50px 0px;
  }
} */

.wrap_sec1 {
  padding: 12px 0;
  transition: 0.5s ease;
}

.navbar {
  padding: 0 !important;
  margin: 0 !important;
}

ul.navbar-nav {
  list-style: none;
  background: none !important;
  border: none !important;
}

ul.navbar-nav li {
  font-weight: 700;
}

ul.navbar-nav li a.nav-link {
  font-size: 17px;
  color: #03204b !important;
  line-height: 49px !important;
  padding: 0 10px !important;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

ul.navbar-nav li a.nav-link:hover {
  color: #15245f !important;
  text-decoration: none;
  transition: 0.5s;
}

ul.navbar-nav li a.current,
ul.navbar-nav li a.current:focus {
  font-size: 17px;
  color: #15245f !important;
  line-height: 49px !important;
  padding: 0 10px;
  text-decoration: none;
  transition: 0.5s;
  position: relative;
}

ul.navbar-nav li a.current::before {
  content: "";
  position: absolute;
  left: 12px;
  bottom: -15px;
  width: 15px;
  height: 2px;
  background: #15245f;
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
}

.wrap_sec1 .dropdown-menu:not(.grab-dropdown-menu) {
  border: none !important;
}

.wrap_sec1 .dropdown-menu:not(.grab-dropdown-menu) a {
  font-size: 15px !important;
  font-weight: 700;
  color: #03204b !important;
  z-index: 9;
  display: block;
  padding: 8px 10px !important;
  border-bottom: 1px dotted #aeaeae;
}

.wrap_sec1 .dropdown-menu:not(.grab-dropdown-menu) a:last-child {
  border-bottom: none;
}

.wrap_sec1 .dropdown-menu:not(.grab-dropdown-menu) a:hover {
  background: #15245f;
  color: #fff !important;
  text-decoration: none;
}

.wrap_sec1 .dropdown-toggle::after {
  margin-left: 0 !important;
  border-top: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-bottom: 0;
  border-left: 0.25em solid transparent;
  transition: transform 0.3s ease;
}

@media (min-width: 1204px) {
  .wrap_sec1 .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .wrap_sec1 .dropdown-toggle {
    pointer-events: none;
  }
}

.wrap_sec1 .dropdown:hover .dropdown-toggle::after,
.wrap_sec1 .dropdown.show .dropdown-toggle::after {
  transform: rotate(180deg);
}

/* Modern Hamburger Icon */
.navbar-toggler {
  border: none !important;
  padding: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 1203px) {

  /* Side Drawer Base */
  .navbar-collapse {
    position: fixed !important;
    top: 0;
    right: -300px !important;
    bottom: 0;
    width: 300px !important;
    height: 100vh !important;
    background: #15245f !important;
    z-index: 1050;
    margin-top: 0 !important;
    transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1) !important;
    display: block !important;
    padding: 0 !important;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
  }

  .navbar-collapse.show {
    right: 0 !important;
  }

  /* Backdrop Overlay */

  /* Mobile Header within Drawer */

  /* Navigation Items Styling */
  ul.navbar-nav {
    padding: 10px 0;
    margin: 0 !important;
  }

  ul.navbar-nav li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  ul.navbar-nav li a.nav-link,
  ul.navbar-nav li a.current {
    line-height: normal !important;
    padding: 15px 25px !important;
    font-size: 16px !important;
    display: block !important;
    color: #fff !important;
    text-align: left !important;
  }

  ul.navbar-nav li a.nav-link:hover,
  ul.navbar-nav li a.current {
    color: #ef7d18 !important;
    background: rgba(255, 255, 255, 0.02);
  }

  ul.navbar-nav li a.current::before {
    display: none !important;
  }

  /* Mobile drawer: white chevrons on green background */
  #grabEduNav .grab-nav-item .fa-chevron-down,
  .grab-navbar .navbar-collapse .grab-nav-item .fa-chevron-down {
    color: #ffffff !important;
  }

  #grabEduNav .grab-nav-item:hover .fa-chevron-down,
  #grabEduNav .grab-nav-item.show .fa-chevron-down,
  #grabEduNav .grab-nav-item a.nav-link.active .fa-chevron-down,
  .grab-navbar .navbar-collapse .grab-nav-item:hover .fa-chevron-down,
  .grab-navbar .navbar-collapse .grab-nav-item.show .fa-chevron-down,
  .grab-navbar .navbar-collapse .grab-nav-item a.nav-link.active .fa-chevron-down {
    color: #ffffff !important;
  }

  /* Dropdown Menus in Drawer */
  .wrap_sec1 .dropdown-menu:not(.grab-dropdown-menu) {
    background: rgba(0, 0, 0, 0.2) !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 0 10px 20px !important;
    position: static !important;
    float: none !important;
    display: none;
    /* Let Bootstrap handle show/hide via class */
  }

  .wrap_sec1 .dropdown-menu.show {
    display: block !important;
  }

  .wrap_sec1 .dropdown-menu:not(.grab-dropdown-menu) a {
    background: none !important;
    color: rgba(255, 255, 255, 0.8) !important;
    border: none !important;
    padding: 10px 15px !important;
    font-size: 15px !important;
  }

  .wrap_sec1 .dropdown-menu:not(.grab-dropdown-menu) a:hover {
    color: #ef7d18 !important;
  }

  .wrap_sec1 .grab-dropdown-menu {
    border: 1px solid var(--grab-brand) !important;
    border-top: 3px solid var(--grab-brand) !important;
    background: #ffffff !important;
  }

  .wrap_sec1 .grab-dropdown-menu .dropdown-item {
    color: var(--grab-text) !important;
    border-bottom: none !important;
  }

  .wrap_sec1 .grab-dropdown-menu .dropdown-item+.dropdown-item {
    border-top: 1px solid rgba(21, 36, 95, 0.25) !important;
  }

  .wrap_sec1 .grab-dropdown-menu .dropdown-item:hover {
    color: #ffffff !important;
    background: var(--grab-brand) !important;
  }

  /* Appointment/Survey Buttons in Drawer */
}

@media (max-width: 1299px) {

  ul.navbar-nav li a.nav-link,
  ul.navbar-nav li a.current {
    font-size: 14px;
  }
}

/* .bannerslider {
    position: relative;
    background: #03204b;
    overflow: hidden;
}
.bannerslider .carousel-inner {
    position: relative;
    height: 700px;
}
.bannerslider .carousel-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    filter: brightness(0.8);
    transition: transform 10s ease-out;
}
.carousel-item.active img {
    transform: scale(1.1);
}
.bannerslider .carousel-inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(3, 32, 75, 0.8) 0%, rgba(3, 32, 75, 0.4) 50%, transparent 100%);
    z-index: 1;
}
.bannerslider .carousel-caption {
    top: 0 !important;
    bottom: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    left: 8% !important;
    text-align: left !important;
    width: 60%;
    z-index: 10;
    padding: 0 !important;
    transform: none !important;
}
.slider-content-inner {
    border-left: 5px solid #FAB72F;
    padding-left: 35px;
}
.bannerslider .carousel-caption .title2 {
    color: #FAB72F;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
    background: none;
    padding: 0;
    font-family: 'DM Sans', sans-serif;
}
.bannerslider .carousel-caption h1 {
    color: #fff;
    font-size: 52px;
    line-height: 1.25;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
    text-shadow: none;
    max-width: 90%;
}
.btn-slider-primary {
    display: inline-block;
    background: #FAB72F;
    color: #03204b;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(239, 125, 24, 0.3);
}
.btn-slider-primary:hover {
    background: #fff;
    color: #03204b;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
}
@media (max-width: 1200px) {
    .bannerslider .carousel-caption h1 { font-size: 48px; }
}
@media (max-width: 767px) {
    .bannerslider .carousel-inner { height: 500px; }
    .bannerslider .carousel-caption { left: 5% !important; width: 90%; }
    .slider-content-inner { padding-left: 20px; }
    .bannerslider .carousel-caption h1 { font-size: 32px; line-height: 1.3; }
    .btn-slider-primary { padding: 12px 25px; font-size: 16px; }
} */

/* .wrap_sec2 {
  position: relative;
  margin: -120px 0 0;
  z-index: 99;
}
 @media (max-width:767px) 
 {
 	.wrap_sec2 {
  margin: 30px 0 0;
} 

 }*/
.wrap_sec2 {
  margin: 30px 0 0;
}

.row-flex [class*="col-"] {
  margin-bottom: 30px;
  display: flex;
}

/* .experience-badge.bL_box {
    position: absolute;
    background: #15245f;
    color: #fff;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    z-index: 10;
    bottom: 0px;
    right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 35px rgba(3, 32, 75, 0.3);
    border: 3px solid #FAB72F;
    text-align: center;
    padding: 20px;
}
.experience-badge.bL_box h3 {
    font-size: 56px;
    margin: 0;
    line-height: 1;
    color: #FAB72F;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
.experience-badge.bL_box h4 {
    font-size: 13px;
    margin: 8px 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1.4;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
} */

@media (max-width: 991px) {

  /* .experience-badge.bL_box { right: 20px; padding: 20px; } */
}

/* .wrap_sec4
{
  background: url(../images/service_bg_img.jpg) no-repeat center;
  background-size: cover;
} */
/* .wrap4_inner
{
    padding: 60px 7% 30px;
    max-width: 65rem;
    padding-right: 10%;
    background:rgba(0, 48, 123, 0.80);
    -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
} */
@media (max-width: 767px) {

  /* .wrap4_inner{ -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
   clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); padding: 60px 15px 30px;} */
}

/* Scrollable Grid */

/* --- studyplus Premium Testimonials Section --- */
.grab-premium-testimonials {
  background-color: #fcfdfe;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 100px 0;
}

.testimonials-glow-orb {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  filter: blur(140px);
  z-index: -1;
  pointer-events: none;
  opacity: 0.3;
}

.testimonials-glow-orb.orb-left {
  top: -10%;
  left: -10%;
  background: radial-gradient(circle, rgba(21, 36, 95, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
}

.testimonials-glow-orb.orb-right {
  bottom: -10%;
  right: -10%;
  background: radial-gradient(circle, rgba(239, 125, 24, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
}

.testimonials-pattern-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(#e2e8f0 1.5px, transparent 1.5px);
  background-size: 30px 30px;
  opacity: 0.25;
  z-index: -2;
  pointer-events: none;
}

/* Marquee Wrapper — full width with hidden overflow */
.testimonial-marquee-wrapper {
  overflow: hidden;
  padding: 20px 0 35px;
}

/* CSS Keyframes Marquee Track */
.testimonial-marquee-track {
  display: flex;
  gap: 30px;
  flex-wrap: nowrap;
  width: max-content;
  animation: testimonialMarquee 40s linear infinite;
  will-change: transform;
}

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

@keyframes testimonialMarquee {
  0% {
    transform: translateX(0);
  }

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

/* Premium Card Design */
.premium-testimonial-card {
  flex: 0 0 420px;
  max-width: 420px;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 24px;
  padding: 35px 30px;
  box-shadow: 0 8px 30px rgba(3, 32, 75, 0.02);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    border-color 0.4s ease;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: auto;
  user-select: none;
}

.premium-testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(3, 32, 75, 0.07);
  border-color: rgba(21, 36, 95, 0.2);
}

/* Floating Card Decor */
.card-quote-bg {
  position: absolute;
  bottom: 25px;
  right: 25px;
  font-size: 55px;
  color: rgba(3, 32, 75, 0.03);
  z-index: -1;
  line-height: 1;
}

.premium-testimonial-card:hover .card-quote-bg {
  color: rgba(21, 36, 95, 0.06);
  transform: scale(1.1);
  transition: all 0.3s ease;
}

/* Profile Section */
.testimonial-profile {
  display: flex;
  align-items: center;
  gap: 15px;
}

.avatar-wrapper {
  position: relative;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.avatar-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ffffff;
  box-shadow: 0 4px 15px rgba(3, 32, 75, 0.08);
  transition: border-color 0.3s ease;
  pointer-events: none;
}

.premium-testimonial-card:hover .avatar-wrapper img {
  border-color: rgba(21, 36, 95, 0.5);
}

.student-meta .student-name {
  font-size: 17px;
  font-weight: 750;
  color: #03204b;
  margin: 0 0 2px;
}

.student-meta .student-cat {
  font-size: 13px;
  font-weight: 600;
  color: #15245f;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Rating Stars */
.rating-container {
  display: flex;
  gap: 4px;
  font-size: 12px;
}

.rating-container .fa-star {
  transition: transform 0.3s ease;
}

.premium-testimonial-card:hover .rating-container .fa-star {
  transform: scale(1.1);
}

/* Message Text */
.testimonial-message-box {
  margin-top: 15px;
  position: relative;
}

.testimonial-message-text {
  font-size: 15px;
  line-height: 1.75;
  color: #475569;
  font-style: italic;
  margin: 0;
}

/* Responsive Media Queries */
@media (max-width: 991px) {
  .premium-testimonial-card {
    flex: 0 0 360px;
    max-width: 360px;
  }

  .testimonial-marquee-track {
    animation-duration: 30s;
  }
}

@media (max-width: 767px) {
  .grab-premium-testimonials {
    padding: 70px 0;
  }

  .premium-testimonial-card {
    flex: 0 0 300px;
    max-width: 300px;
    padding: 30px 24px;
  }

  .student-meta .student-name {
    font-size: 15px;
  }

  .testimonial-message-text {
    font-size: 14px;
  }

  .testimonial-marquee-track {
    animation-duration: 25s;
  }
}

/* --- studyplus Premium Redesigned Footer Section --- */
footer {
  background: linear-gradient(180deg, #020b18 0%, #031835 100%);
  color: #cbd5e1;
  font-family: "Poppins", sans-serif;
  position: relative;
}

/* Floating Overlapping CTA Card */
.grab-footer-cta {
  background: rgba(3, 32, 75, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  padding: 45px 50px;
  margin-top: -160px;
  margin-bottom: 75px;
  position: relative;
  z-index: 10;
  box-shadow: 0 20px 50px rgba(2, 11, 24, 0.4);
}

.cta-glow-dot {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(21, 36, 95, 0.3) 0%, rgba(255, 255, 255, 0) 70%);
  filter: blur(20px);
  pointer-events: none;
}

.cta-main-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.5px;
  font-family: 'Outfit', sans-serif;
}

.cta-sub-text {
  color: #94a3b8;
  font-size: 15px;
  line-height: 1.6;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #15245f 0%, #15245f 100%);
  color: #ffffff !important;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 14px;
  border: none;
  box-shadow: 0 4px 15px rgba(21, 36, 95, 0.3);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none !important;
}

.cta-button:hover {
  background: linear-gradient(135deg, #ef7d18 0%, #c96a12 100%);
  box-shadow: 0 8px 25px rgba(239, 125, 24, 0.4);
  transform: translateY(-3px);
}

/* Footer layout elements */
.footer-logo h2 {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.5px;
  font-family: 'Outfit', sans-serif;
  color: #ffffff;
}

.footer-about-text {
  color: #94a3b8;
  font-size: 15px;
  line-height: 1.7;
}

/* Contact Info Badge List */
.footer-contact-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-badge-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-badge-icon {
  width: 40px;
  height: 40px;
  background: rgba(21, 36, 95, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #15245f;
  font-size: 15px;
  flex-shrink: 0;
  border: 1px solid rgba(21, 36, 95, 0.15);
}

.contact-badge-text {
  color: #cbd5e1;
  font-size: 14.5px;
  line-height: 1.5;
}

/* Brand Squircle Social Badges */
.footer-social-row {
  display: flex;
  gap: 12px;
}

.footer-social-badge {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 15px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none !important;
}

.footer-social-badge:hover {
  background: #ef7d18;
  color: #020b18 !important;
  border-color: #ef7d18;
  transform: translateY(-4px) rotate(8deg);
  box-shadow: 0 8px 20px rgba(239, 125, 24, 0.25);
}

/* Modular Link Cards Grid (Visual departure from lists) */
.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.footer-link-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 14px;
  padding: 16px 20px;
  color: #cbd5e1 !important;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.footer-link-card span {
  font-size: 14.5px;
  font-weight: 500;
}

.footer-link-card i {
  font-size: 12px;
  color: #15245f;
  transition: transform 0.3s ease;
}

.footer-link-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(21, 36, 95, 0.25);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.footer-link-card:hover i {
  transform: translateX(4px);
  color: #ef7d18;
}

/* Floating Glass FB Widget Card */
.footer-fb-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 20px;
  padding: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.footer-fb-card:hover {
  transform: scale(1.02);
}

/* Footer Bottom styles */
.footer-bottom {
  background: rgba(0, 0, 0, 0.2);
}

.border-top-white-05 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.hover-white:hover {
  color: #ffffff !important;
}

@media (max-width: 991px) {
  .grab-footer-cta {
    margin-top: -100px;
    padding: 35px 30px;
    margin-bottom: 50px;
  }

  .cta-main-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }

  .cta-sub-text {
    text-align: center;
    margin-bottom: 20px;
  }

  .cta-button-col {
    text-align: center;
  }

  .footer-links-grid {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .grab-footer-cta {
    margin-top: -80px;
    padding: 30px 20px;
  }

  .footer-links-grid {
    grid-template-columns: 1fr;
  }
}

#button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #15245f 0%, #15245f 100%);
  color: #ffffff;
  width: 48px;
  height: 48px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(21, 36, 95, 0.3);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: 900;
  font-size: 16px;
  color: #ffffff;
  transition: transform 0.3s ease;
  line-height: 1;
}

#button:hover {
  cursor: pointer;
  background: linear-gradient(135deg, #ef7d18 0%, #c96a12 100%) !important;
  color: #ffffff !important;
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(239, 125, 24, 0.4);
  text-decoration: none;
}

#button:hover::after {
  transform: translateY(-2px);
  color: #ffffff !important;
}

#button:active {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(239, 125, 24, 0.2);
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.innerpages {
  position: relative;
  background: #000;
  text-align: center;
}

.innerpages .innerbanner {
  z-index: 9;
  height: 300px;
  overflow: hidden;
}

.innerpages .innerbanner img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.innerpages-content {
  position: absolute;
  width: 100%;
  padding: 0 0 0px 0;
  z-index: 7;
  bottom: 100px;
}

.innerpages .title {
  font-weight: 700;
  font-family: "Lora", sans-serif;
  color: #fff;
  font-size: 39px;
  margin: 0 0 12px;
}

.innerpages .sublink {
  font-size: 16px;
  color: #fff;
}

.innerpages .sublink span {
  color: #f5b704;
  padding: 0 5px;
}

.innerpages .sublink a,
.innerpages .sublink a:hover,
.innerpages .sublink a:focus {
  color: #f5b704;
  text-decoration: underline;
}

.submitbtn {
  background: #ef7d18;
  padding: 0px 25px;
  text-align: center;
  border-radius: 6px;
  font-size: 16px;
  display: block;
  color: #000;
  line-height: 50px;
  border: none;
  transition: 0.5s ease;
  font-weight: 700;
}

.submitbtn:hover {
  background: #03204b;
  color: #fff;
}

/* OLD TESTIMONIALS PAGE — testi_div / testi_img-holder (replaced by new .testi-card system) */
/* .testi_div
{
  border-bottom: 2px dashed #1579b5;
  padding: 0 0 30px;
  margin: 0 0 30px;
}
.testi_div:last-child
{
  border-bottom: none;
   padding: 0 0 0px;
  margin: 0 0 0px;
}
.testi_div p
{
  margin: 10px 0 0;
}
.testi_img-holder
{
  width: 100px;
  height: 100px;
}
.testi_img-holder img
{
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testi_div .star {
  color: #fb7c15;
  margin: 20px 0 7px;
}
.testi_div .txt1 {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  margin: 15px 0 0 0;
}
.testi_div .txt2 {
  color: #0152d1;
  font-size: 16px;
  margin: 0px 0 0 0;
} */
.appt-wrap {
  max-width: 80%;
  margin: 0 auto;
}

.card h5 {
  font-weight: 700;
  color: #1579b5;
  font-size: 21px !important;
  margin: 0 !important;
}

.card p {
  font-size: 16px !important;
  color: #383838;
  line-height: 32px !important;
}

.text_box {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 30px;
}

.text_box h1 {
  color: #03204b;
  font-size: 30px;
  font-weight: 700;
  font-family: "Lora", sans-serif;
  margin: 0 0 25px;
}

.text_box h2,
.text_box h3,
.text_box h4 {
  color: #03204b;
  font-weight: 700;
  font-family: "Lora", sans-serif;
  font-size: 20px;
}

.text_box h5 {
  color: #1579b5 !important;
  font-size: 17px;
  font-weight: 700;
  font-family: "Lora", sans-serif;
  margin: 0 0 7px;
}

.text_box p {
  font-size: 17px;
  line-height: 34px;
}

.text_box ul,
.text_box ol {
  margin: 15px 0;
}

.text_box ul li,
.text_box ol li {
  margin: 10px 0;
  font-size: 16px;
  line-height: 30px;
}

.text_box2 {
  height: 100%;
}

/* OLD ABOUT US – feat_wrap (replaced by new about page redesign) */
/* .feat_wrap
{
  background: #03204b;
}
.feat_wrap h1 {
  font-size:38px;
  margin: 0px 0 30px 0;
  color: #fff;
  font-weight: 700;
  font-family: 'Lora', sans-serif;
} */
/* OLD ABOUT US – team_img / team_content (replaced by new .team-card system) */
/* .team_img
{
  width: 240px;
  height: 240px;
  margin: 0 auto;
}
.team_img img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  padding: 10px;
  border: 2px dashed #1579b5;
}
.team_content {
  text-align: center;
  margin: 15px 0 0;
}
.team_content h3
{
  font-size: 20px;
  font-weight: 700;
  color: #03204b;
}
.team_content h4
{
  font-size: 16px;
  color: #1579b5;
} */
.enroll_wrap {
  background: #1579b5;
  padding: 30px 0;
  border-top: 7px solid #fff;
}

.enroll_wrap h1 {
  font-weight: 700;
  font-family: "Lora", sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 45px;
  margin: 0px 0 7px;
}

.enroll_wrap a {
  display: block;
  padding: 0px 10px;
  line-height: 54px;
  margin: 0px 0 0;
  background: #f5b704;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  border-radius: 18px;
}

.enroll_wrap a:hover,
.enroll_wrap a:focus {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.enroll_wrap p {
  color: #fff;
  font-size: 18px;
  line-height: 35px;
}

/* OLD ABOUT US – about_content / about_wrap (replaced by new .aef-highlight-box) */
/* .about_content
{
  background: #021129;
  padding: 30px;
  border-radius: 12px;
  position: relative;
}
.about_content p
{
   font-size: 20px;
   line-height: 40px;
   color: #ef7d18;
   font-weight:700;
   font-style: italic;
  font-family: 'Lora', sans-serif;
  margin: 0;
}
.about_wrap h3
{
  font-size: 26px;
   color: #1579b5;
   font-weight:700;
  font-family: 'Lora', sans-serif;
  margin: 25px 0 0;
}
.about_content:after {
  top: 100%;
  left: 7%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(20, 21, 21, 0);
  border-top-color: #021129;
  border-width: 10px;
  margin-left: -10px;
} */
.reviews_wrap h3 {
  font-size: 26px;
  color: #1579b5;
  font-weight: 700;
  font-family: "Lora", sans-serif;
  margin: 25px 0 0;
}

.reviews_content {
  background: #03204b;
  padding: 30px;
  border-radius: 12px;
  position: relative;
}

.reviews_content i {
  color: #ef7d18;
  font-size: 45px;
  margin: 0 0 10px;
}

.reviews_content p {
  font-size: 17px;
  line-height: 34px;
  color: #fff;
  font-style: italic;
  margin: 0;
}

.reviews_content:after {
  top: 100%;
  left: 7%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(20, 21, 21, 0);
  border-top-color: #021129;
  border-width: 10px;
  margin-left: -10px;
}

.reviews_wrap h4 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  margin: 25px 0 0;
}

.reviews_wrap h5 {
  font-size: 17px;
  color: #1579b5;
  margin: 10px 0 0;
}


.rightcol2 {
  background: #03204b;
  padding: 10px;
  border-radius: 12px;
  color: #fff;
}


.rightcol2 h1 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  font-family: "Lora", sans-serif;
  margin: 0px 0 10px;
  background: #1579b5;
  border-radius: 8px;
  padding: 10px 15px;
}

.rightcol2 h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  font-family: "Lora", sans-serif;
  margin: 0px 0 10px;
  background: #1579b5;
  border-radius: 8px;
  padding: 10px 15px;
}


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

.rightcol2 ul li {
  border-bottom: 1px dashed #154996;
  color: #fff;
  padding: 10px;
  line-height: 32px;
}


.rightcol2 ul li:last-child {
  border-bottom: none;
}

.rightcol2 p {
  line-height: 34px;
}

.rightcol2 strong {
  font-weight: 700;
}

.wrap_sec7-box {
  background: #03204b;
  border-radius: 12px;
  padding: 25px;
  height: 100%;
}

.wrap_sec7-box p {
  line-height: 34px;
}

.wrap_sec7-box ul {
  margin: 0 0 0 18px;
  padding: 0;
}

.wrap_sec7-box ul li {
  color: #fff;
  padding: 7px 0px;
}

.wrap_sec7-box ul li:last-child {
  border-bottom: none;
}

.wrap_sec7-box h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin: 15px 0;
  line-height: 35px;
}

.wrap_sec7-box h3 {
  font-size: 24px;
  font-family: "Lora", sans-serif;
  color: #ef7d18;
  font-weight: 700;
  margin: 0px 0 18px;
  line-height: 30px;
}

.wrap_sec7-box .numb_box {
  background: #f5b704;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px 4px 25px 4px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  font-family: "Lora", sans-serif;
}

.pro_wrap {
  width: 300px;
  height: 360px;
  display: inline-block;
  margin: 10px;
}

.pro_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* OLD TESTIMONIALS PAGE — testi_wrap tabs (replaced by new .testi-filter-tabs system) */
/* .testi_wrap .tab-pane
{
  background: #fff !important;
  border:1px solid #dee2e6;
  border-top: none !important;
  padding: 30px;
  margin: 0 0 30px;
}
.testi_wrap .nav-tabs .nav-link
{
  padding:10px 25px !important;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width:767px) 
{
  .testi_wrap .nav-tabs .nav-link
{
  padding:5px 5px !important;
  font-size: 14px !important;
}
}
.testi_wrap .nav-tabs .nav-link.active
{
  color: #03204b !important;
} */

/* =====================================================
   ABOUT US PAGE — Study Plus Brand Redesign
   Colors: Green #15245f | Gold #FAB72F | Navy #03204b
   ===================================================== */

/* --- Hero Banner --- */

/* --- Section Label & Heading --- */

/* --- About Story Section --- */

/* --- Stats Counter Section --- */

/* --- Mission / Vision / Values Cards --- */

/* --- Why Choose Section (About Page) --- */
.why-section {
  padding: 90px 0;
  background: #fff;
}

/* --- Services Sidebar Section --- */

/* --- Team Section (About Page) --- */

@keyframes spin-slow {
  to {
    transform: rotate(360deg);
  }
}

.empty-team {
  text-align: center;
  padding: 60px 20px;
  color: #aaa;
  font-size: 16px;
}

/* --- Reveal Animations (About Page) --- */

/* ===== END ABOUT US PAGE ===== */

/* =====================================================
   TESTIMONIALS PAGE — Study Plus Brand Redesign
   Colors: Green #15245f | Gold #FAB72F | Navy #03204b
   ===================================================== */

/* --- Hero Banner --- */

.testi-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(11, 94, 29, 0.85) 0%,
      rgba(3, 32, 75, 0.9) 100%);
}

/* --- Stats Bar --- */

/* --- Main Section --- */

/* --- Filter Tabs --- */
.testi-filter-tabs {
  margin-bottom: 40px;
}

.testi-tab-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.testi-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  color: #03204b;
  background: #fff;
  border: 2px solid #e0ece2;
  border-radius: 50px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  cursor: pointer;
}

.testi-tab-btn i {
  font-size: 14px;
  color: #15245f;
  transition: 0.3s;
}

.testi-tab-btn:hover,
.testi-tab-btn.active {
  background: #15245f;
  border-color: #15245f;
  color: #fff !important;
  box-shadow: 0 8px 25px rgba(21, 36, 95, 0.25);
  transform: translateY(-2px);
}

.testi-tab-btn:hover i,
.testi-tab-btn.active i {
  color: #ef7d18;
}

/* --- Testimonial Cards --- */

.testi-card-quote {
  position: absolute;
  top: 25px;
  right: 28px;
  font-size: 42px;
  color: rgba(21, 36, 95, 0.08);
  line-height: 1;
}

.testi-card-stars {
  margin-bottom: 18px;
  display: flex;
  gap: 4px;
}

.testi-card-stars .fa-star {
  font-size: 15px;
  color: #ddd;
}

.testi-card-stars .fa-star.active {
  color: #ef7d18;
}

.testi-card-message {
  flex: 1;
  margin-bottom: 25px;
}

.testi-card-message p {
  font-size: 15px;
  line-height: 1.85;
  color: #555;
  font-style: italic;
  margin: 0;
}

.testi-card-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
  margin-top: auto;
}

.testi-author-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #e8f5ec;
  flex-shrink: 0;
  transition: border-color 0.3s ease;
}

.testi-author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.testi-author-name {
  font-size: 16px;
  font-weight: 700;
  color: #03204b;
  margin-bottom: 3px;
}

.testi-author-cat {
  font-size: 13px;
  color: #15245f;
  font-weight: 600;
}

.testi-author-cat i {
  margin-right: 4px;
  font-size: 11px;
}

/* --- Empty State --- */

/* --- CTA Strip --- */

@media (max-width: 991px) {

  .text-lg-right {
    text-align: center !important;
  }
}

/* ===== END TESTIMONIALS PAGE ===== */

/* =====================================================
   ENGLISH PROFICIENCY TRAINING PAGE — Study Plus Full Redesign
   PALETTE: Green #15245f | Dark Green #15245f | Yellow #FAB72F | White #fff | Tint #f8fdf3
   ===================================================== */

/* ---- HERO BANNER ---- */

/* ---- DESTINATION FLAGS BAR ---- */

/* ---- MAIN SECTION ---- */

/* ---- INTRO BOX ---- */

/* ---- TEST CARDS ---- */

/* ---- STATS STRIP ---- */

/* ---- SIDEBAR ---- */

/* ---- CTA BOX (Sidebar) ---- */

/* ---- FEATURES SECTION ---- */

/* Feature Cards */

/* ===== END EPT PAGE ===== */

/* =====================================================
   EDUCATIONAL COUNSELING & CAREER GUIDANCE PAGE
   PALETTE: Green #15245f | Dark Green #15245f | Yellow #FAB72F | White #fff | Tint #f8fdf3
   ===================================================== */

/* ---- HERO BANNER ---- */

/* ---- GUIDANCE SECTION ---- */

/* Guidance Cards */

/* ---- MAIN SECTION ---- */

/* ---- SIDEBAR ---- */

/* ---- CTA BOX ---- */

/* ---- CONTENT CARDS ---- */

/* ===== END ECC PAGE ===== */

/* =====================================================
   SHARED SERVICE PAGES — svc- PREFIX
   University Placement | Pre-Departure | Post-Arrival | Visa
   PALETTE: Green #15245f | Dark Green #15245f | Yellow #FAB72F | White | Tint #f8fdf3
   ===================================================== */

/* ---- HERO ---- */

/* ---- INTRO SECTION ---- */

/* ---- HIGHLIGHT BAR ---- */

/* ---- SECTION HEADINGS ---- */

/* ---- SERVICE CARDS ---- */

/* ---- INSTITUTION CARDS ---- */

/* ---- TESTIMONIAL CARD ---- */

/* ---- GALLERY STRIP ---- */

@keyframes svc-marquee {
  0% {
    transform: translateX(0);
  }

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

/* ---- CTA STRIP ---- */
.svc-cta-strip {
  background: linear-gradient(135deg, #15245f 0%, #15245f 60%, #15245f 100%);
  padding: 65px 0;
  position: relative;
  overflow: hidden;
}

.svc-cta-deco-l {
  position: absolute;
  top: -80px;
  left: -80px;
  width: 280px;
  height: 280px;
  background: rgba(239, 125, 24, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.svc-cta-deco-r {
  position: absolute;
  bottom: -100px;
  right: -60px;
  width: 320px;
  height: 320px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  pointer-events: none;
}

.svc-cta-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(239, 125, 24, 0.15);
  border: 1px solid rgba(239, 125, 24, 0.4);
  color: #ef7d18;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 16px;
}

.svc-cta-strip h2 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin: 0 0 12px;
  line-height: 1.25;
}

.svc-cta-strip h2 span {
  color: #ef7d18;
}

.svc-cta-strip p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
  max-width: 520px;
}

.svc-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ef7d18;
  color: #15245f;
  font-weight: 800;
  font-size: 16px;
  padding: 18px 36px;
  border-radius: 50px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(239, 125, 24, 0.4);
  white-space: nowrap;
}

.svc-cta-btn:hover {
  background: #fff;
  color: #15245f;
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .svc-cta-strip {
    padding: 50px 0;
    text-align: center;
  }

  .svc-cta-strip h2 {
    font-size: 24px;
  }

  .svc-cta-strip p {
    font-size: 14px;
  }

  .svc-cta-btn {
    margin-top: 20px;
  }
}

/* ===== END SHARED SVC PAGES ===== */
/* ==========================================================================
   FAQ PAGE — Study Plus Brand Redesign
   ========================================================================== */

.faq-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,
      rgba(11, 94, 29, 0.9) 0%,
      rgba(3, 32, 75, 0.7) 100%);
  z-index: 1;
}

/* FAQ Main Section */

/* Accordion Styling */

/* CTA Strip */

/* ==========================================================================
   DESTINATION PAGES — Study Plus Brand Redesign
   ========================================================================== */

.dest-hero {
  position: relative;
  height: 450px;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  background: #03204b;
}

.dest-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.dest-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}

.dest-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(11, 94, 29, 0.95) 0%,
      rgba(11, 94, 29, 0.6) 50%,
      transparent 100%);
  z-index: 2;
}

.dest-hero-content {
  position: relative;
  z-index: 10;
  width: 100%;
}

.dest-tag {
  display: inline-block;
  background: #ef7d18;
  color: #15245f;
  padding: 6px 20px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.dest-hero h1 {
  font-size: 64px;
  font-weight: 900;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
}

.dest-hero h1 span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
}

.dest-breadcrumb {
  display: flex;
  gap: 12px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.dest-breadcrumb a {
  color: #ef7d18;
  text-decoration: none;
}

.dest-breadcrumb span {
  color: rgba(255, 255, 255, 0.4);
}

/* Intro Section */
.dest-intro {
  padding: 100px 0;
  background: #fff;
}

.dest-intro-img {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.dest-intro-content h2 {
  font-size: 42px;
  font-weight: 800;
  color: #03204b;
  margin-bottom: 25px;
  line-height: 1.2;
}

.dest-intro-content h2 span {
  color: #15245f;
}

.dest-intro-text {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 35px;
}

/* Why Study Section */
.dest-why-section {
  padding: 100px 0;
  background: #f8fdf9;
  position: relative;
  overflow: hidden;
}

.dest-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.dest-why-card {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  border-bottom: 4px solid transparent;
}

.dest-why-card:hover {
  transform: translateY(-10px);
  border-color: #ef7d18;
}

.dest-why-card i {
  font-size: 40px;
  color: #15245f;
  margin-bottom: 20px;
  display: block;
}

.dest-why-card h4 {
  font-size: 22px;
  font-weight: 700;
  color: #03204b;
  margin-bottom: 15px;
}

/* Top Cities */
.dest-cities-section {
  padding: 100px 0;
}

.dest-city-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

.dest-city-img {
  width: 100%;
  height: auto;
  transition: 0.5s;
}

.dest-city-card:hover .dest-city-img {
  transform: scale(1.1);
}

.dest-city-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(11, 94, 29, 0.9) 0%,
      transparent 70%);
}

.dest-city-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  color: #fff;
}

.dest-city-num {
  font-size: 14px;
  font-weight: 700;
  color: #ef7d18;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.dest-city-content h3 {
  font-size: 28px;
  font-weight: 800;
  margin: 0;
}

/* Animations */
.reveal-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-up.active {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .dest-hero h1 {
    font-size: 48px;
  }

  .dest-intro {
    padding: 60px 0;
  }

  .dest-intro-img {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .dest-hero {
    height: 350px;
  }

  .dest-hero h1 {
    font-size: 36px;
  }

  .dest-hero-overlay {
    background: linear-gradient(to bottom,
        rgba(11, 94, 29, 0.9),
        rgba(11, 94, 29, 0.7));
  }

  .dest-hero-content {
    text-align: center;
  }
}

/* ==========================================================================
   GALLERY PAGE Redesign
   ========================================================================== */

.gallery-pagination {
  margin-top: 50px;
}

.gallery-pagination .pagination {
  justify-content: center;
}

/* ==========================================================================
   BLOG PAGE Redesign
   ========================================================================== */

.blog-date-badge {
  position: absolute;
  top: 25px;
  left: 25px;
  background: #15245f;
  /* Brand Green */
  color: #fff;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 700;
  z-index: 2;
  text-align: center;
  line-height: 1.1;
  box-shadow: 0 8px 20px rgba(0, 104, 55, 0.3);
}

.blog-date-badge span {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 2px;
}

.blog-pagination {
  margin-top: 40px;
}

.blog-pagination .pagination {
  justify-content: center;
}

/* ==========================================================================
   BLOG DETAILS Redesign
   ========================================================================== */

.article-featured-img {
  margin-bottom: 45px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.article-featured-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==========================================================================
   CONTACT PAGE Redesign
   ========================================================================== */

#refresh-captcha {
  width: 40px;
  height: 40px;
  background: #03204b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: all 0.3s ease;
}

#refresh-captcha:hover {
  background: #15245f;
  transform: rotate(180deg);
}

/* ==========================================================================
   APPOINTMENT PAGE Redesign
   ========================================================================== */

#refresh-captcha {
  width: 45px;
  height: 45px;
  background: #03204b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  transition: all 0.3s ease;
}

#refresh-captcha:hover {
  background: #15245f;
  transform: rotate(180deg);
}

/* ==========================================================================
   GRABEDU - BRAND REDESIGN: HEADER SECTION CSS
   ========================================================================== */
:root {
  --grab-brand: #15245f;
  --grab-brand-hover: #0f1d4a;
  --grab-accent-yellow: #ef7d18;
  --grab-dark: #111827;
  --grab-darker: #030712;
  --grab-light: #ffffff;
  --grab-bg-soft: #f9fafb;
  --grab-text: #374151;
  --grab-text-muted: #6b7280;
  --grab-border: #e5e7eb;
}

.grab-header-master {
  font-family: "Inter", sans-serif !important;
  position: relative;
  z-index: 9999 !important;
  background: transparent !important;
  border-bottom: none !important;
  transition: background 0.3s ease;
}

/* Sticky Header Base */
#navwrap {
  width: 100%;
  z-index: 9999 !important;
  position: absolute;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: none !important; /* ensure no line separates it */
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Fixed Sticky State triggered by JS */
#navwrap.sticky {
  position: fixed !important;
  top: 0;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
}

/* Top Information Bar */

/* Main Navigation */
.grab-navbar {
  padding: 12px 0;
  transition: padding 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 1204px) {

  .grab-navbar .container,
  nav.grab-navbar .container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
  }

  .grab-navbar .navbar-collapse,
  .navbar-expand-lg .grab-navbar .navbar-collapse,
  nav.grab-navbar div.navbar-collapse.collapse {
    display: contents !important;
  }

  .grab-navbar ul.grab-nav-menu,
  .navbar-expand-lg .grab-navbar ul.navbar-nav.grab-nav-menu,
  nav.grab-navbar ul.navbar-nav.grab-nav-menu {
    display: contents !important;
  }
}

/* Force hamburger on tablet range (override Bootstrap navbar-expand-lg) */
@media (min-width: 992px) and (max-width: 1203px) {
  .navbar-expand-lg .navbar-collapse {
    display: block !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: block !important;
  }
}

.grab-logo-img {
  height: 48px;
  width: auto;
  object-fit: contain;
  transition: height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#navwrap.sticky .grab-navbar {
  padding: 6px 0 !important;
}

#navwrap.sticky .grab-logo-img {
  height: 48px !important;
}

.grab-nav-menu {
  gap: 5px;
}

ul.grab-nav-menu li.grab-nav-item a.nav-link {
  color: var(--grab-light) !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  padding: 10px 18px !important;
  line-height: normal !important;
  position: relative;
  background: transparent !important;
  transition: color 0.3s ease !important;
}

/* Expanding Underline Animation */
ul.grab-nav-menu li.grab-nav-item a.nav-link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 50%;
  background-color: var(--grab-brand);
  transition: width 0.3s ease-in-out;
  transform: translateX(-50%);
  border-radius: 2px;
}

ul.grab-nav-menu li.grab-nav-item:hover>a.nav-link::before,
ul.grab-nav-menu li.grab-nav-item a.nav-link.active::before {
  width: 80%;
}

#navwrap.sticky ul.grab-nav-menu li.grab-nav-item a.nav-link {
  color: var(--grab-dark) !important;
}

/* Keep mobile drawer text white even when sticky */
@media (max-width: 1203px) {
  #navwrap.sticky .navbar-collapse ul.navbar-nav li a.nav-link,
  #navwrap.sticky .navbar-collapse ul.navbar-nav li a.current {
    color: #fff !important;
  }
}

ul.grab-nav-menu li.grab-nav-item:hover>a.nav-link,
ul.grab-nav-menu li.grab-nav-item a.nav-link.active {
  background: transparent !important;
}

/* Custom Dropdown Icon Hide */
.grab-navbar .dropdown-toggle::after {
  display: none !important;
}

.grab-nav-item {
  list-style: none !important;
}

/* Custom Dropdown Icon Style */
.grab-nav-item .fa-chevron-down {
  font-size: 11px;
  margin-left: 4px;
  color: var(--grab-brand) !important;
  transition: transform 0.3s ease, color 0.2s ease;
  vertical-align: middle;
}

.grab-nav-item:hover .fa-chevron-down {
  color: var(--grab-accent-yellow) !important;
  transform: rotate(180deg);
}

.grab-nav-item a.nav-link.active .fa-chevron-down {
  color: var(--grab-accent-yellow) !important;
}

/* Dropdown Redesign */
.grab-dropdown-menu,
.wrap_sec1 .grab-dropdown-menu {
  border: 1px solid var(--grab-brand) !important;
  border-top: 4px solid var(--grab-brand) !important;
  border-radius: 6px !important;
  box-shadow: 0 15px 50px rgba(21, 36, 95, 0.15) !important;
  padding: 10px 0 !important;
  margin-top: 0 !important;
  min-width: 250px !important;
  background: #ffffff !important;
  animation: grabFadeIn 0.2s ease;
}

@keyframes grabFadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

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

.grab-dropdown-menu .dropdown-item,
.wrap_sec1 .grab-dropdown-menu .dropdown-item,
.wrap_sec1 .grab-dropdown-menu a.dropdown-item {
  padding: 12px 24px !important;
  color: var(--grab-text) !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  transition: all 0.2s ease !important;
  border-bottom: none !important;
}

.grab-dropdown-menu .dropdown-item+.dropdown-item,
.wrap_sec1 .grab-dropdown-menu .dropdown-item+.dropdown-item {
  border-top: 1px solid rgba(21, 36, 95, 0.25) !important;
}

.grab-dropdown-menu .dropdown-item:hover,
.wrap_sec1 .grab-dropdown-menu .dropdown-item:hover,
.wrap_sec1 .grab-dropdown-menu a.dropdown-item:hover,
.grab-dropdown-menu .dropdown-item.active,
.wrap_sec1 .grab-dropdown-menu .dropdown-item.active,
.wrap_sec1 .grab-dropdown-menu a.dropdown-item.active {
  background: var(--grab-brand) !important;
  color: #ffffff !important;
  padding-left: 28px !important;
}

.grab-dropdown-menu .dropdown-item i {
  color: var(--grab-brand) !important;
  margin-right: 10px;
  width: 18px;
  text-align: center;
  transition: color 0.2s ease;
}

.grab-dropdown-menu .dropdown-item:hover i,
.wrap_sec1 .grab-dropdown-menu .dropdown-item:hover i,
.wrap_sec1 .grab-dropdown-menu a.dropdown-item:hover i,
.grab-dropdown-menu .dropdown-item.active i,
.wrap_sec1 .grab-dropdown-menu .dropdown-item.active i,
.wrap_sec1 .grab-dropdown-menu a.dropdown-item.active i {
  color: var(--grab-accent-yellow) !important;
}

/* CTA Button */
.grab-cta-wrapper {
  display: flex;
  align-items: center;
}

/* Mobile Toggler */
.grab-mobile-toggler {
  border: none;
  padding: 10px 12px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  transition: background 0.2s ease, border-color 0.2s ease;
}

/* Transparent header — white bars for contrast on hero */
#navwrap:not(.sticky) .grab-mobile-toggler {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

#navwrap:not(.sticky) .grab-mobile-toggler .hamburger-inner,
#navwrap:not(.sticky) .grab-mobile-toggler .hamburger-inner::before,
#navwrap:not(.sticky) .grab-mobile-toggler .hamburger-inner::after {
  background-color: #ffffff !important;
}

#navwrap:not(.sticky) .grab-mobile-toggler:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.6);
}

/* Scrolled / solid header */
#navwrap.sticky .grab-mobile-toggler {
  background: var(--grab-bg-soft);
  border: 1px solid rgba(21, 36, 95, 0.15);
}

#navwrap.sticky .grab-mobile-toggler .hamburger-inner,
#navwrap.sticky .grab-mobile-toggler .hamburger-inner::before,
#navwrap.sticky .grab-mobile-toggler .hamburger-inner::after {
  background-color: var(--grab-brand) !important;
}

#navwrap.sticky .grab-mobile-toggler:hover .hamburger-inner,
#navwrap.sticky .grab-mobile-toggler:hover .hamburger-inner::before,
#navwrap.sticky .grab-mobile-toggler:hover .hamburger-inner::after {
  background-color: var(--grab-brand-hover) !important;
}

.grab-mobile-toggler:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(21, 36, 95, 0.3);
}

/* Mobile Call Banner */
.grab-mobile-banner {
  background: var(--grab-brand);
  padding: 12px;
  text-align: center;
}

.grab-mobile-banner a {
  color: var(--grab-light);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* Bootstrap Overrides for new classes */
@media (max-width: 1203px) {

  .grab-cta-wrapper {
    margin-top: 20px;
    justify-content: center;
    width: 100%;
  }
}

@media (min-width: 1204px) {
  .grab-nav-item:hover .grab-dropdown-menu {
    display: block;
  }
}

/* ==========================================================================
   GRABEDU - BRAND REDESIGN: HIGH-END PREMIUM HERO SLIDER SECTION
   ========================================================================== */
.grab-hero-section {
  background: radial-gradient(circle at 10% 20%,
      rgba(21, 36, 95, 0.95) 0%,
      rgba(4, 120, 87, 0.95) 44%,
      rgba(6, 78, 59, 1) 100%);
  min-height: 700px;
  padding: 80px 0 80px 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Ambient Glass/Glow Orbs */
.grab-hero-glow-1 {
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(167, 243, 208, 0.35) 0%,
      rgba(0, 0, 0, 0) 75%);
  top: -150px;
  left: -150px;
  z-index: -1;
  filter: blur(50px);
}

.grab-hero-glow-2 {
  position: absolute;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(14, 165, 233, 0.45) 0%,
      rgba(0, 0, 0, 0) 75%);
  bottom: -200px;
  right: -150px;
  z-index: -1;
  filter: blur(60px);
}

.grab-hero-row {
  --grab-hero-panel-height: 500px;
  --grab-hero-gap: 30px;
  margin-top: var(--grab-hero-gap);
  row-gap: var(--grab-hero-gap);
}

/* Glass Content Card — stretches to match image column */
.grab-hero-content-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 45px;
  border-radius: 24px;
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@media (min-width: 992px) {
  .grab-hero-row {
    flex-wrap: nowrap;
  }

  .grab-hero-text-col,
  .grab-hero-img-col {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .grab-hero-content-card,
  .grab-hero-img-wrapper {
    flex: 0 0 var(--grab-hero-panel-height);
    height: var(--grab-hero-panel-height);
    min-height: var(--grab-hero-panel-height);
    max-height: var(--grab-hero-panel-height);
  }
}

.grab-hero-card-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

/* Pulse Badge */
.grab-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 24px;
}

.grab-hero-badge-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

.grab-badge-pulse {
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  animation: grabPulse 1.8s infinite;
}

@keyframes grabPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.grab-hero-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 22px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Feature Checkmarks */
.grab-hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 25px;
}

.grab-feat-item {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  max-width: 100%;
}

.grab-feat-item i {
  color: #a3e635;
  font-size: 18px;
}

.grab-feat-item span {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

/* Buttons */
.grab-hero-actions {
  display: flex;
  gap: 15px;
}

.grab-btn-hero-primary {
  background: #ffffff;
  color: #15245f !important;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 12px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.grab-btn-hero-primary:hover {
  background: #f3f4f6;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.25);
}

.grab-btn-hero-secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff !important;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 12px;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-flex;
  align-items: center;
}

.grab-btn-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

/* Right Image Framing */
.grab-hero-img-wrapper {
  position: relative;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.grab-hero-img-backdrop {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 24px;
  z-index: 1;
  pointer-events: none;
}

.grab-hero-img-frame {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 24px;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.45);
  background: rgba(6, 78, 59, 0.65);
}

.grab-hero-img-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: blur(22px) saturate(1.15);
  transform: scale(1.12);
  opacity: 0.9;
}

.grab-hero-img-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(6, 78, 59, 0.08) 0%,
      rgba(6, 78, 59, 0.22) 100%);
  z-index: 1;
  pointer-events: none;
}

.grab-hero-img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Floating Stats Card */
.grab-stat-floating-card {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 3;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.grab-stat-icon {
  width: 45px;
  height: 45px;
  background: #15245f;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
}

.grab-stat-num {
  font-size: 24px;
  font-weight: 800;
  color: #111827;
  line-height: 1.1;
}

.grab-stat-label {
  font-size: 12px;
  color: #4b5563;
  font-weight: 500;
}

/* Custom Navigation Controls inside the Glass Card */
.grab-hero-actions-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: auto;
  padding-top: 30px;
  flex-shrink: 0;
}

.grab-hero-card-controls {
  display: flex;
  align-items: center;
  gap: 15px;
}

.grab-hero-control {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.grab-hero-control:hover {
  background: #15245f;
  border-color: #15245f;
  transform: scale(1.05);
}

.grab-hero-counter {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #9ca3af;
}

.current-slide {
  color: #15245f;
  font-size: 18px;
}

/* Responsive Layout */
@media (max-width: 991px) {
  .grab-hero-section {
    padding: 80px 0 80px 0;
    min-height: auto;
  }

  .grab-hero-title {
    font-size: 34px;
  }

  .grab-hero-img-col {
    margin-top: var(--grab-hero-gap, 30px);
  }

  .grab-hero-text-col,
  .grab-hero-img-col {
    display: block;
  }

  .grab-hero-img-wrapper {
    height: 340px;
    min-height: 340px;
  }

  .grab-hero-img-frame {
    height: 100%;
  }

  .grab-hero-content-card {
    padding: 30px;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .grab-hero-card-body {
    overflow: visible;
  }
}

/* ==========================================================================
   GRABEDU - BRAND REDESIGN: FEATURE CARDS SECTION
   ========================================================================== */
.grab-feat-card {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 24px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.grab-feat-img-container {
  width: 100%;
  height: 240px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.grab-feat-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.grab-feat-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 60%,
      rgba(21, 36, 95, 0.25) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}

.grab-feat-body {
  padding: 24px 12px 12px 12px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.grab-feat-title {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
  font-family: "Inter", sans-serif;
  transition: color 0.3s ease;
}

.grab-feat-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* Hover Animations */
.grab-feat-card:hover {
  transform: translateY(-8px);
  border-color: rgba(21, 36, 95, 0.2);
  box-shadow: 0 20px 40px rgba(21, 36, 95, 0.08);
}

.grab-feat-card:hover .grab-feat-img {
  transform: scale(1.08);
}

.grab-feat-card:hover .grab-feat-overlay {
  opacity: 1;
}

.grab-feat-card:hover .grab-feat-title {
  color: #15245f;
}

/* ==========================================================================
   GRABEDU - BRAND REDESIGN: SCROLLABLE FEATURE CARDS SLIDER
   ========================================================================== */
.grab-feat-slider-wrapper {
  position: relative;
  padding: 0 50px;
  width: 100%;
}

.grab-feat-scroll-container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: 30px;
  padding: 20px 0 30px 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Hide Scrollbar for Webkit Browsers */
.grab-feat-scroll-container::-webkit-scrollbar {
  display: none;
}

.grab-feat-scroll-item {
  flex: 0 0 calc(33.333% - 20px);
  /* Exactly 3 cards visible at a time */
  scroll-snap-align: start;
  min-width: 320px;
  /* Perfect for mobile responsiveness */
  display: flex;
}

/* Rounded Navigation Buttons */
.grab-feat-nav-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e293b;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 10;
}

.grab-feat-nav-btn:hover {
  background: #15245f;
  color: #ffffff;
  border-color: #15245f;
  box-shadow: 0 6px 18px rgba(21, 36, 95, 0.25);
  transform: translateY(-50%) scale(1.08);
}

.grab-feat-nav-btn:focus {
  outline: none;
}

.grab-feat-nav-btn.prev {
  left: -15px;
}

.grab-feat-nav-btn.next {
  right: -15px;
}

@media (max-width: 991px) {
  .grab-feat-scroll-item {
    flex: 0 0 calc(50% - 15px);
    /* 2 cards visible on tablets */
  }
}

@media (max-width: 768px) {
  .grab-feat-slider-wrapper {
    padding: 0;
  }

  .grab-feat-nav-btn {
    display: none !important;
    /* Swipe gesture is highly preferred on mobile */
  }

  .grab-feat-scroll-item {
    flex: 0 0 85%;
    /* Card peeks on the right for elegant swipe cue */
    min-width: 280px;
  }

  .grab-feat-scroll-container {
    gap: 20px;
  }
}

/* Mobile Drawer Close Button */
.grab-mobile-close-wrapper {
  position: absolute;
  top: 20px;
  right: 24px;
  z-index: 1060;
}

.grab-mobile-close-btn {
  background: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  width: 44px;
  height: 44px;
  border-radius: 8px !important;
  color: #ffffff !important;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 0;
  opacity: 0;
  transform: scale(0.3);
}

.grab-mobile-close-btn i {
  color: #ffffff !important;
}

.grab-mobile-close-btn:hover {
  background: rgba(255, 255, 255, 0.35) !important;
  border-color: rgba(255, 255, 255, 0.65) !important;
  color: #ffffff !important;
  transform: scale(1.08) !important;
}

.grab-mobile-close-btn:hover i {
  color: #ffffff !important;
}

.grab-mobile-close-btn:focus {
  outline: none !important;
}

/* Elegant Pop-in Springy Animation when drawer opens */
.navbar-collapse.show .grab-mobile-close-btn {
  animation: grabPopIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  animation-delay: 0.15s;
}

@keyframes grabPopIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 1000px) {
  .navbar-collapse {
    padding-top: 80px !important;
    /* Ensure menu items never collide with close button */
  }
}

/* --- Modern Welcome Section --- */

/* Background decorative elements */

/* Image Composition */

/* Glassmorphism Experience Card */

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* Text Content Styling */

/* --- studyplus Modern Welcome Section --- */
.grab-modern-welcome {
  background-color: #ffffff !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.welcome-ambient-glow {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(21, 36, 95, 0.04) 0%, rgba(239, 125, 24, 0.02) 50%, rgba(255, 255, 255, 0) 70%);
  filter: blur(50px);
  z-index: -1;
  pointer-events: none;
}

.welcome-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(21, 36, 95, 0.06) !important;
  border: 1px solid rgba(21, 36, 95, 0.15) !important;
  padding: 6px 16px !important;
  border-radius: 30px !important;
}

.pill-pulse {
  width: 8px;
  height: 8px;
  background-color: #15245f !important;
  border-radius: 50% !important;
  display: inline-block;
}

.pill-text {
  color: #15245f !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

.welcome-display-title {
  font-size: 46px !important;
  font-weight: 800 !important;
  color: #03204b !important;
  line-height: 1.25 !important;
}

.welcome-rich-desc {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #4b5563 !important;
  max-width: 800px !important;
  margin: 0 auto !important;
}

/* 4-Column Benefit Cards */
.highlight-card-v2 {
  background: #ffffff !important;
  border: 1.5px solid #f1f3f5 !important;
  border-radius: 20px !important;
  padding: 30px 24px !important;
  text-align: center !important;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(3, 32, 75, 0.02) !important;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease, border-color 0.4s ease !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.highlight-card-v2:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 40px rgba(3, 32, 75, 0.08) !important;
  border-color: rgba(21, 36, 95, 0.15) !important;
}

.highlight-card-top-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px !important;
}

.highlight-card-top-accent.color-green {
  background: #15245f !important;
}

.highlight-card-top-accent.color-orange {
  background: #ef7d18 !important;
}

.highlight-card-top-accent.color-blue {
  background: #053b8c !important;
}

.highlight-card-top-accent.color-purple {
  background: #8b5cf6 !important;
}

.highlight-icon-v2 {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  background: rgba(21, 36, 95, 0.06) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #15245f !important;
  font-size: 24px !important;
  margin-bottom: 20px !important;
  transition: all 0.3s ease !important;
}

.highlight-card-v2:hover .highlight-icon-v2 {
  background: #15245f !important;
  color: #ffffff !important;
  transform: scale(1.1) rotate(5deg) !important;
}

.highlight-card-v2:has(.color-orange):hover .highlight-icon-v2 {
  background: #ef7d18 !important;
  color: #ffffff !important;
}

.highlight-card-v2:has(.color-blue):hover .highlight-icon-v2 {
  background: #053b8c !important;
  color: #ffffff !important;
}

.highlight-card-v2:has(.color-purple):hover .highlight-icon-v2 {
  background: #8b5cf6 !important;
  color: #ffffff !important;
}

.highlight-title-v2 {
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #03204b !important;
  margin-bottom: 12px !important;
}

.highlight-desc-v2 {
  font-size: 13px !important;
  line-height: 1.6 !important;
  color: #6b7280 !important;
  margin: 0 !important;
}

/* Gallery Showcase Banner */
.gallery-card-v2 {
  position: relative !important;
  overflow: hidden !important;
  height: 380px !important;
  box-shadow: 0 15px 35px rgba(3, 32, 75, 0.08) !important;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s ease !important;
  /* Webkit rendering bug fix for border-radius overflow clip on scale hover */
  -webkit-backface-visibility: hidden !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-mask-image: -webkit-radial-gradient(white, black) !important;
}

.gallery-card-v2:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 25px 50px rgba(3, 32, 75, 0.15) !important;
}

.gallery-card-v2 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.6s ease !important;
}

.gallery-card-v2:hover img {
  transform: scale(1.05) !important;
}

.gallery-card-v2-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(3, 32, 75, 0.4) 0%, transparent 60%) !important;
  z-index: 1;
  pointer-events: none;
}

.gallery-card-v2-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border-radius: 30px !important;
  padding: 6px 16px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05) !important;
}

.badge-icon-small {
  color: #15245f !important;
  font-size: 14px !important;
}

.gallery-card-v2-badge span {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #03204b !important;
}

.gallery-card-v2.arch-left {
  border-radius: 120px 24px 24px 24px !important;
}

.gallery-card-v2.arch-center {
  border-radius: 24px !important;
}

.gallery-card-v2.arch-right {
  border-radius: 24px 120px 24px 24px !important;
}

/* CTA buttons styling */
.welcome-action-buttons-v2 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 25px !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  margin-top: 20px !important;
}

.btn-modern-primary-v2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #15245f !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 15px !important;
  padding: 14px 32px !important;
  border-radius: 50px !important;
  box-shadow: 0 6px 18px rgba(21, 36, 95, 0.2) !important;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-modern-primary-v2:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(21, 36, 95, 0.3) !important;
  background: #0f1d4a !important;
  text-decoration: none;
  color: #fff !important;
}

.btn-modern-primary-v2 i {
  transition: transform 0.3s ease;
}

.btn-modern-primary-v2:hover i {
  transform: translateX(5px);
}

.btn-modern-secondary-v2 {
  color: #03204b !important;
  font-weight: 700;
  font-size: 15px !important;
  transition: color 0.3s ease;
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
}

.btn-modern-secondary-v2::after {
  content: '' !important;
  display: block !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px !important;
  height: 2px !important;
  background: #ef7d18 !important;
  transition: width 0.3s ease !important;
}

.btn-modern-secondary-v2:hover {
  color: #15245f !important;
  text-decoration: none;
}

.btn-modern-secondary-v2:hover::after {
  width: 100% !important;
  background: #15245f !important;
}

/* Responsiveness Media Queries */
@media (max-width: 1199px) {
  .welcome-display-title {
    font-size: 38px !important;
  }
}

@media (max-width: 991px) {
  .gallery-card-v2 {
    height: 300px !important;
  }
}

@media (max-width: 767px) {
  .welcome-display-title {
    font-size: 30px !important;
  }

  .welcome-action-buttons-v2 {
    flex-direction: column !important;
    gap: 15px !important;
    width: 100% !important;
  }

  .btn-modern-primary-v2 {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* --- studyplus Modern Services Section --- */
/* --- studyplus Premium Services Section --- */
.grab-premium-services {
  background-color: #f8fafc;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 100px 0;
}

/* Ambient glow orbs */
.services-glow-orb {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  filter: blur(120px);
  z-index: -1;
  pointer-events: none;
  opacity: 0.4;
}

.services-glow-orb.orb-1 {
  top: -10%;
  left: -5%;
  background: radial-gradient(circle, rgba(21, 36, 95, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
}

.services-glow-orb.orb-2 {
  bottom: -10%;
  right: -5%;
  background: radial-gradient(circle, rgba(239, 125, 24, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
}

.services-pattern-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(#e2e8f0 1.5px, transparent 1.5px);
  background-size: 30px 30px;
  opacity: 0.3;
  z-index: -2;
  pointer-events: none;
}

/* Header styling */
.services-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(21, 36, 95, 0.08);
  border: 1px solid rgba(21, 36, 95, 0.15);
  padding: 6px 16px;
  border-radius: 30px;
}

.badge-pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #15245f;
  border-radius: 50%;
  display: inline-block;
  animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.4);
    opacity: 0.5;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.badge-text-label {
  color: #15245f;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.services-main-title {
  font-size: 42px;
  font-weight: 850;
  color: #03204b;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.services-sub-title {
  font-size: 16px;
  line-height: 1.7;
  color: #64748b;
  max-width: 750px;
  margin: 15px auto 0;
}

/* Service Card Design */
.premium-service-card {
  --accent-color: #15245f;
  /* Default Green */
  position: relative;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 24px;
  padding: 40px 32px;
  box-shadow: 0 10px 30px rgba(3, 32, 75, 0.02);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    border-color 0.5s ease;
  overflow: hidden;
  z-index: 1;
}

/* Cycle colors automatically */
.col-lg-4:nth-child(3n+1) .premium-service-card {
  --accent-color: #15245f;
  /* Green */
}

.col-lg-4:nth-child(3n+2) .premium-service-card {
  --accent-color: #ef7d18;
  /* Orange */
}

.col-lg-4:nth-child(3n+3) .premium-service-card {
  --accent-color: #053b8c;
  /* Blue */
}

.premium-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(3, 32, 75, 0.08),
    0 0 0 1px var(--accent-color) inset;
  border-color: rgba(226, 232, 240, 0.1);
}

.card-bg-shape {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--accent-color);
  opacity: 0.02;
  transition: transform 0.5s ease;
  z-index: -1;
}

.premium-service-card:hover .card-bg-shape {
  transform: scale(2);
  opacity: 0.04;
}

/* Index Number Watermark */
.service-index-num {
  font-size: 48px;
  font-weight: 850;
  color: #cbd5e1;
  opacity: 0.5;
  letter-spacing: -2px;
  line-height: 1;
  transition: all 0.5s ease;
  font-family: 'Outfit', sans-serif;
}

.premium-service-card:hover .service-index-num {
  color: var(--accent-color);
  opacity: 0.15;
  transform: scale(1.1);
}

.service-card-title {
  font-size: 22px;
  font-weight: 750;
  color: #03204b;
  line-height: 1.35;
  transition: color 0.3s ease;
}

.service-card-desc {
  font-size: 14.5px;
  color: #64748b;
  line-height: 1.7;
}

.premium-service-card:hover .service-card-desc {
  color: #475569;
}

/* Responsive Media Queries */
@media (max-width: 1199px) {
  .services-main-title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .grab-premium-services {
    padding: 70px 0;
  }

  .services-main-title {
    font-size: 28px;
  }

  .premium-service-card {
    padding: 32px 24px;
  }
}

/* --- studyplus Modern Why Choose Section --- */
.grab-modern-why-choose {
  background-color: #f8f9fa;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 100px 0;
}

.why-choose-ambient-glow {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(21, 36, 95, 0.05) 0%, rgba(239, 125, 24, 0.02) 50%, rgba(255, 255, 255, 0) 70%);
  filter: blur(80px);
  z-index: -1;
  pointer-events: none;
}

.why-choose-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(239, 125, 24, 0.1);
  border: 1px solid rgba(239, 125, 24, 0.25);
  padding: 6px 16px;
  border-radius: 20px;
}

.why-choose-pill .pill-dot {
  width: 6px;
  height: 6px;
  background-color: #ef7d18;
  border-radius: 50%;
  display: inline-block;
  animation: pillPulse 2s infinite;
}

@keyframes pillPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.4);
    opacity: 0.5;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.why-choose-pill .pill-title {
  color: #df9e19;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.why-choose-display-title {
  font-size: 42px;
  font-weight: 850;
  color: #03204b;
  line-height: 1.25;
  margin-top: 15px;
  letter-spacing: -0.5px;
}

/* Premium Background Image Cards */
.why-choose-premium-card {
  position: relative;
  height: 420px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(3, 32, 75, 0.06);
  border: 1px solid rgba(3, 32, 75, 0.05);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  background: #03204b;
}

.why-choose-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.why-choose-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.why-choose-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(3, 32, 75, 0) 30%, rgba(3, 32, 75, 0.6) 65%, rgba(3, 32, 75, 0.95) 100%);
  transition: background 0.5s ease;
  z-index: 2;
}

.why-choose-card-content {
  position: relative;
  z-index: 3;
  padding: 35px 30px;
  color: #ffffff;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.why-choose-card-number {
  font-size: 14px;
  font-weight: 700;
  color: #ef7d18;
  letter-spacing: 2px;
}

.why-choose-card-title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
}

.why-choose-card-desc-container {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s ease;
}

.why-choose-card-description {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin: 10px 0 0 0;
}

/* Navigation Buttons */
.why-choose-nav-buttons {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
}

.why-choose-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(3, 32, 75, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #03204b;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(3, 32, 75, 0.04);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  outline: none;
}

.why-choose-nav-btn:hover {
  background: #15245f;
  border-color: #15245f;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(21, 36, 95, 0.3);
  transform: translateY(-2px);
}

.why-choose-nav-btn:active {
  transform: translateY(0);
}

/* Interactive Hover States */
.why-choose-premium-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(3, 32, 75, 0.2);
}

.why-choose-premium-card:hover .why-choose-bg-image {
  transform: scale(1.12);
}

.why-choose-premium-card:hover .why-choose-card-overlay {
  background: linear-gradient(180deg, rgba(3, 32, 75, 0.1) 20%, rgba(3, 32, 75, 0.75) 55%, rgba(3, 32, 75, 0.98) 100%);
}

.why-choose-premium-card:hover .why-choose-card-desc-container {
  max-height: 120px;
  opacity: 1;
}

/* Scrollable Layout overrides - scroll line removed */
.why-choose-scrollable {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding-bottom: 25px;
  scrollbar-width: none !important;
  /* Firefox */
  -ms-overflow-style: none !important;
  /* IE and Edge */
}

.why-choose-scrollable::-webkit-scrollbar {
  display: none !important;
  /* Chrome, Safari, Opera */
}

.why-choose-flex {
  display: flex;
  gap: 30px;
}

.why-choose-scroll-col {
  flex: 0 0 320px;
  max-width: 320px;
}

/* Responsive Breakpoints */
@media (max-width: 1199px) {
  .why-choose-display-title {
    font-size: 36px;
  }

  .why-choose-premium-card {
    height: 420px;
  }
}

@media (max-width: 991px) {
  .grab-modern-why-choose {
    padding: 70px 0;
  }

  .why-choose-premium-card {
    height: 420px;
  }
}

@media (max-width: 767px) {
  .section-header.d-flex {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 20px;
  }

  .why-choose-nav-buttons {
    align-self: flex-start;
  }

  .why-choose-display-title {
    font-size: 30px;
  }

  .why-choose-scroll-col {
    flex: 0 0 280px;
    max-width: 280px;
  }
}
/* Study in Malaysia Section */
.study-malaysia-hero {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.sm-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(14, 30, 64, 0.75); /* Dark blue overlay */
    z-index: 0;
}
.z-index-1 {
    z-index: 1;
}
.sm-heading {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    letter-spacing: -1px;
}
.sm-sub {
    font-size: 32px;
    font-weight: 600;
}
.sm-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #e2e8f0;
    max-width: 450px;
}
.sm-btn-orange {
    background-color: #f58220;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 4px;
    text-transform: uppercase;
    border: none;
    box-shadow: 0 4px 15px rgba(245, 130, 32, 0.4);
    transition: all 0.3s ease;
    display: inline-block;
}
.sm-btn-orange:hover {
    background-color: #e06c11;
    color: #ffffff;
    transform: translateY(-2px);
    text-decoration: none;
}
.sm-glass-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 40px;
    color: #ffffff;
}
.sm-card-title {
    font-size: 22px;
    font-weight: 600;
}
.sm-timeline {
    position: relative;
    padding-left: 20px;
}
.sm-timeline::before {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 40px;
    left: 36px;
    width: 2px;
    background: rgba(255, 255, 255, 0.2);
}
.sm-step {
    display: flex;
    margin-bottom: 25px;
    position: relative;
}
.sm-step:last-child {
    margin-bottom: 0;
}
.sm-step-icon {
    width: 34px;
    height: 34px;
    background-color: #f58220;
    color: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
    z-index: 2;
}
.sm-step-content {
    padding-left: 20px;
}
.sm-step-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #ffffff;
}
.sm-step-content p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.5;
}
@media (max-width: 767px) {
    .sm-heading {
        font-size: 42px;
    }
    .sm-sub {
        font-size: 24px;
    }
    .sm-glass-card {
        padding: 25px;
    }
    .sm-timeline::before {
        left: 32px;
    }
    .sm-timeline {
        padding-left: 10px;
    }
}
