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

body,
html {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  outline: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

::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;
}

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

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

.text_box .text-dark {
  color: #03204b !important;
}

.hr2 {
  background: #f5b704;
  width: 10%;
  height: 4px;
  border: none;
  margin: 0 auto 35px;
}

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

.img-holder img {
  max-width: 100%;
}

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

  .toptel01 {
    display: inherit !important;
  }
}

@media (max-width: 767px) {
  .toptel {
    display: none !important;
  }
}

.toptel01 {
  margin: 0;
  display: none;
}

.toptel01 a {
  display: block;
  padding: 7px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  background: #11922f;
  margin: 1px 0;
}

.toptel01 a:hover,
.toptel01 a:focus {
  background: #12a735;
  color: #fff;
  text-decoration: none;
}

.topsec {
  background: #12a735;
  position: relative;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  line-height: 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;
  }
} */
.topsec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 34%;
  background: #fdc704;
  /* border-radius: 50px 0px 0px 50px; */
}

@media (max-width: 1000px) {
  .topsec::before {
    display: none;
  }
}

.topsec .socials_icons {
  text-align: right;
  font-size: 18px;
}

@media (max-width: 1000px) {

  .topsec,
  .topsec .socials_icons {
    text-align: center !important;
  }
}

.topsec .socials_icons i {
  color: #fff;
  margin: 0 10px 0 0;
  font-size: 19px;
}

.topsec .socials_icons svg {
  width: 15px;
  position: relative;
  top: -3px;
}

.topsec .socials_icons span {
  padding: 0 10px;
}

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

.topsec ul li {
  display: inline-block;
  padding: 0 30px 0 0;
}

.topsec ul li a {
  color: #fff;
}

.topsec ul li a:hover,
.topsec ul li a:focus {
  text-decoration: underline;
  color: #fff;
}

.topsec ul li i {
  color: #fab72f;
  margin: 0 7px 0 0;
  font-size: 18px;
}

@media (max-width: 1000px) {
  .topsec .socials_icons span {
    display: none !important;
  }
}

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

.logo {
  transition: 0.5s ease;
}

.logo img {
  max-width: 85px;
  transition: 0.5s ease;
}

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

.navbar-light .navbar-toggler {
  color: #03204b !important;
  border-color: #03204b !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: #12a735 !important;
  text-decoration: none;
  transition: 0.5s;
}

ul.navbar-nav li a.current,
ul.navbar-nav li a.current:focus {
  font-size: 17px;
  color: #12a735 !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: #12a735;
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
}

a.top_btn {
  color: #fff;
  padding: 0px 30px;
  line-height: 46px;
  background: #12a735;
  border-radius: 18px;
  font-size: 17px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

a.top_btn i {
  margin-right: 10px;
  font-size: 18px;
}

a.top_btn:hover,
a.top_btn:focus {
  background: #11922f;
  color: #fff;
  text-decoration: none;
}

.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: #12a735;
  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: 992px) {
  .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;
}

.hamburger-icon {
  width: 30px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  padding: 2px;
}

.hamburger-icon span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #03204b;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.navbar-toggler:not(.collapsed) .hamburger-icon span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.navbar-toggler:not(.collapsed) .hamburger-icon span:nth-child(2) {
  opacity: 0;
  transform: translateX(-20px);
}

.navbar-toggler:not(.collapsed) .hamburger-icon span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

@media (max-width: 1000px) {

  /* Side Drawer Base */
  .navbar-collapse {
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    width: 300px !important;
    height: 100vh !important;
    background: #12a735 !important;
    z-index: 1050;
    margin-top: 0 !important;
    transform: translateX(100%);
    transition: transform 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 {
    transform: translateX(0);
  }

  /* Backdrop Overlay */
  .nav-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
  }

  .navbar-toggler:not(.collapsed)~.nav-backdrop {
    opacity: 1;
    visibility: visible;
  }

  /* Mobile Header within Drawer */
  .mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
  }

  .mobile-logo img {
    max-height: 40px;
  }

  .close-nav {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
  }

  /* 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: #fab72f !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: #fab72f !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(0, 177, 79, 0.25) !important;
  }

  .wrap_sec1 .grab-dropdown-menu .dropdown-item:hover {
    color: #ffffff !important;
  }

  /* Appointment/Survey Buttons in Drawer */
  .navbar-collapse .top_btn {
    margin: 15px 20px !important;
    border-radius: 8px !important;
    display: block !important;
    text-align: center !important;
    line-height: 45px !important;
    padding: 0 !important;
  }
}

@media (max-width: 1299px) {

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

.ms-auto {
  margin: 0 auto !important;
}

/* .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(250, 183, 47, 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; }
} */

.hero-slider-wrapper {
  overflow: hidden;
  background: #000;
}

.bannerslider {
  height: 85vh;
  min-height: 600px;
}

.bannerslider .carousel-inner,
.bannerslider .carousel-item {
  height: 100%;
}

.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 12s linear;
}

.carousel-item.active .hero-bg-img {
  transform: scale(1.15);
}

.hero-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      rgba(3, 32, 75, 0.9) 0%,
      rgba(3, 32, 75, 0.4) 50%,
      rgba(3, 32, 75, 0.2) 100%);
  z-index: 1;
}

.bannerslider .carousel-caption {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 0;
  z-index: 10;
}

.slider-content-box {
  max-width: 850px;
}

.hero-tagline {
  display: block;
  color: #fab72f;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px;
  font-family: "DM Sans", sans-serif;
}

.hero-title {
  color: #fff;
  font-size: 25px;
  /* line-height: 1.15; */
  font-weight: 400;
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
}

.btn-hero-primary {
  display: inline-block;
  background: #12a735;
  color: #fff;
  padding: 18px 45px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 25px rgba(18, 167, 53, 0.4);
}

.btn-hero-primary:hover {
  background: #fff;
  color: #12a735;
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 35px rgba(255, 255, 255, 0.3);
}

.control-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.carousel-control-prev,
.carousel-control-next {
  width: 8%;
  opacity: 1;
  z-index: 999 !important;
}

.carousel-control-prev:hover .control-icon,
.carousel-control-next:hover .control-icon {
  background: #fab72f;
  border-color: #fab72f;
  transform: scale(1.1);
}

.hero-indicators {
  bottom: 40px;
  justify-content: flex-start;
  margin-left: 8%;
}

.hero-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.3);
  margin: 0 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 1;
}

.hero-indicators li.active {
  background-color: #fab72f;
  border-color: #fab72f;
  transform: scale(1.4);
}

@media (max-width: 1200px) {
  .hero-title {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .bannerslider {
    height: 70vh;
    min-height: 300px;
  }

  .hero-title {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .hero-tagline {
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }

  .btn-hero-primary {
    padding: 14px 30px;
    font-size: 16px;
  }

  .hero-indicators {
    justify-content: center;
    margin-left: 0;
  }

  .control-icon {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }

  .hero-image-overlay {
    background: linear-gradient(90deg,
        rgba(3, 32, 75, 0.95) 0%,
        rgba(3, 32, 75, 0.7) 60%,
        rgba(3, 32, 75, 0.4) 100%);
  }
}

@media (max-width: 576px) {
  .bannerslider {
    height: 65vh;
    min-height: 450px;
  }

  .hero-title {
    font-size: 16px;
  }

  .hero-tagline {
    font-size: 13px;
  }

  .carousel-caption {
    padding: 0 15px !important;
  }
}

/* .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;
}

.feat-box {
  padding: 0;
  text-align: center;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  min-height: 220px;
  min-width: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

.feat-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fab72f;
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: center;
}

.feat-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(3, 32, 75, 0.1);
  border-color: #fab72f;
}

.feat-box:hover::after {
  transform: scaleX(1);
}

.feat-box .img-holder {
  width: 100%;
  height: 200px;
  background: none;
  border-radius: 0;
  display: block;
  margin: 0;
  overflow: hidden;
}

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

.feat-box:hover .img-holder img {
  transform: scale(1.1);
}

.feat-box-content {
  padding: 25px;
}

.feat-box .title {
  font-size: 22px;
  margin: 0 0 15px;
  color: #03204b;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  transition: color 0.3s ease;
}

.feat-box p {
  font-size: 15px;
  line-height: 1.7;
  color: #6a6a6a;
  margin: 0;
}

.wrap_sec3 {
  padding: 100px 0 !important;
  background: #fff;
  overflow: visible;
}

.about-collage-wrapper {
  position: relative;
  /* height: 620px; */
  width: 100%;
  margin-bottom: 20px;
  overflow: visible;
}

.about-collage-wrapper .img-holder {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
  border: 5px solid #fff;
  transition: transform 0.4s ease;
}

.about-collage-wrapper .img-holder:hover {
  transform: translateY(-5px);
  z-index: 5;
}

.about-collage-wrapper .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-collage-wrapper .main-img {
  width: 380px;
  height: 420px;
  top: 0;
  left: 0;
  z-index: 2;
}

.about-collage-wrapper .secondary-img {
  width: 250px;
  height: 250px;
  top: 200px;
  left: 280px;
  z-index: 1;
}

.about-collage-wrapper .third-img {
  width: 200px;
  height: 200px;
  top: -30px;
  left: 350px;
  z-index: 1;
}

/* .experience-badge.bL_box {
    position: absolute;
    background: #12a735;
    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;
} */
.brand-tagline {
  display: inline-block;
  color: #03204b;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 50px;
}

.brand-tagline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 35px;
  height: 2px;
  background: #fab72f;
}

.about-text-content h1 {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  line-height: 1.25;
  color: #03204b;
  font-weight: 700;
  margin-bottom: 25px;
}

.about-text-content .description {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
}

@media (max-width: 991px) {
  .about-collage-wrapper {
    height: 550px;
    margin-bottom: 40px;
  }

  .about-collage-wrapper .main-img {
    width: 300px;
    height: 350px;
  }

  .about-collage-wrapper .secondary-img {
    width: 200px;
    height: 200px;
    top: 150px;
    left: 200px;
  }

  .about-collage-wrapper .third-img {
    width: 150px;
    height: 150px;
    left: 250px;
  }

  /* .experience-badge.bL_box { right: 20px; padding: 20px; } */
  .about-text-content h1 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .about-collage-wrapper {
    transform: scale(0.9);
    height: 500px;
    left: -15px;
  }
}

.wrap_sec3 h2 {
  background: #03204b;
  display: inline-block;
  padding: 0 25px;
  line-height: 49px;
  color: #ffbf05;
  border-radius: 25px;
  font-weight: 700;
  font-size: 20px;
  margin: 10px 0 15px;
}

/* .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;} */
  .wrap_sec4 .sep_div {
    padding: 0 0px 0 0 !important;
  }

  .wrap_sec4 .sep_div:last-child {
    padding: 0 0px 0 0;
  }
}

.wrap_sec4 h2 {
  font-size: 16px;
  color: #12a735;
  margin: 0 0 10px;
  font-weight: 700;
  letter-spacing: 2px;
}

.wrap_sec4 h1 {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  line-height: 1.3;
  color: #03204b;
  margin: 0 0 25px;
}

.wrap_sec4 .sep_div {
  margin: 0;
  padding: 0;
}

.wrap_sec4 .sep_div .numb_holder {
  background: #12a735;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.wrap_sec4 .sep_div .description {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.wrap_sec4 .sep_div h3 {
  font-weight: 700;
  color: #03204b;
  font-size: 19px;
  margin: 0 0 5px 0;
}

.service-image-holder {
  position: relative;
  padding: 15px;
}

.service-image-holder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 60%;
  border-top: 5px solid #12a735;
  border-left: 5px solid #12a735;
  border-radius: 20px 0 0 0;
  z-index: 0;
}

.service-image-holder::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 60%;
  border-bottom: 5px solid #fab72f;
  border-right: 5px solid #fab72f;
  border-radius: 0 0 20px 0;
  z-index: 0;
}

.service-image-holder img {
  position: relative;
  z-index: 1;
  width: 100%;
}

.service-content-wrapper {
  padding-left: 10px;
}

.wrap_sec5 {
  padding: 80px 0;
  background: #fdfdfd;
}

.wrap_sec5 h1 {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  color: #03204b;
  margin: 0 0 35px;
}

.wrap_sec5-box {
  background: #fff;
  border-radius: 12px;
  padding: 0;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #f1f1f1;
  overflow: hidden;
}

.wrap_sec5-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(3, 32, 75, 0.1);
  border-color: #12a735;
}

.wrap_sec5-box h3 {
  font-weight: 700;
  font-size: 20px;
  color: #03204b;
  margin: 0 0 10px;
}

.wrap_sec5-box .img-holder {
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.wrap_sec5-box .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.wrap_sec5-box:hover .img-holder img {
  transform: scale(1.1);
}

.wrap_sec5-box .box-content {
  padding: 25px 20px;
}

.wrap_sec5-box .description {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}

/* Scrollable Grid */
.scrollable-grid {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 20px;
  scrollbar-width: thin;
  scrollbar-color: #12a735 #f0f0f0;
}

.scrollable-grid::-webkit-scrollbar {
  height: 6px;
}

.scrollable-grid::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.scrollable-grid::-webkit-scrollbar-thumb {
  background: #12a735;
  border-radius: 10px;
}

.col-scroll {
  flex: 0 0 320px;
  max-width: 320px;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .wrap_sec5 h1 {
    font-size: 32px;
  }

  .col-scroll {
    flex: 0 0 280px;
    max-width: 280px;
  }
}

/* --- Grab 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(18, 167, 53, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
}

.testimonials-glow-orb.orb-right {
  bottom: -10%;
  right: -10%;
  background: radial-gradient(circle, rgba(250, 183, 47, 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(18, 167, 53, 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(18, 167, 53, 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(18, 167, 53, 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: #12a735;
  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;
  }
}

/* --- Grab Premium Redesigned Footer Section --- */
footer {
  background: linear-gradient(180deg, #020b18 0%, #031835 100%);
  color: #cbd5e1;
  font-family: "Poppins", sans-serif;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  padding-top: 100px;
}

/* 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(18, 167, 53, 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, #12a735 0%, #0e8a2a 100%);
  color: #ffffff !important;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 14px;
  border: none;
  box-shadow: 0 4px 15px rgba(18, 167, 53, 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, #fab72f 0%, #d99a1e 100%);
  box-shadow: 0 8px 25px rgba(250, 183, 47, 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(18, 167, 53, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #12a735;
  font-size: 15px;
  flex-shrink: 0;
  border: 1px solid rgba(18, 167, 53, 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: #fab72f;
  color: #020b18 !important;
  border-color: #fab72f;
  transform: translateY(-4px) rotate(8deg);
  box-shadow: 0 8px 20px rgba(250, 183, 47, 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: #12a735;
  transition: transform 0.3s ease;
}

.footer-link-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(18, 167, 53, 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: #fab72f;
}

/* 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);
  margin-top: 60px;
}

.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, #12a735 0%, #0e8a2a 100%);
  color: #ffffff;
  width: 48px;
  height: 48px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(18, 167, 53, 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, #fab72f 0%, #d99a1e 100%) !important;
  color: #ffffff !important;
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(250, 183, 47, 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(250, 183, 47, 0.2);
}

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

.gallery-block {
  margin: 0px 0 30px;
  height: 340px;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.gallery-block img {
  opacity: 1;
  width: 100%;
  min-height: 340px;
  object-fit: cover;
  transform: scale(1, 1);
  transition-duration: 250ms;
  transition-timing-function: ease-out;
}

.gallery-block img:hover {
  opacity: 0.7;
  position: relative;
  transform: scale(1.02, 1.04);
  transition-duration: 250ms;
  transition-timing-function: ease-out;
  z-index: 9;
}

@media (max-width: 767px) {
  .gallery-block {
    text-align: center;
    height: 200px;
  }

  .gallery-block img {
    opacity: 1;
    width: auto !important;
    max-width: 200px !important;
    height: auto !important;
    object-fit: cover;
  }
}

.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;
}

.contact-left {
  border-radius: 10px;
  padding: 35px 30px;
  color: #fff;
  background: #03204b;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 30px;
}

.contact-left strong {
  font-weight: 600;
}

.contact-left i {
  background: #1579b5;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.ma-1 {
  margin: 0 0 15px;
}

.ma-1 a,
.ma-1 a:hover,
.ma-1 a:focus {
  color: #fff;
}

.ma-1:last-child {
  margin: 0 0 0;
}

.ma-1 strong {
  font-weight: 700;
  color: #fff;
}

.socials_links {
  line-height: 50px;
}

.socials_links a {
  color: #fff;
}

.socials_links a:hover,
.socials_links a:focus {
  color: #fab72f;
  text-decoration: underline;
}

.contactpage-form {
  padding: 30px;
  background: #1579b5;
  border-radius: 10px;
  transition: 0.5s ease;
  color: #fff;
}

.contactpage-form .form-control {
  background: #fff;
  border-radius: 0;
  border: 2px solid #d2e5d2;
  height: 52px;
  line-height: 52px;
  font-size: 15px;
  box-shadow: none !important;
}

.contactpage-form label {
  font-weight: 400 !important;
  font-size: 17px;
}

.submitbtn {
  background: #fab72f;
  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_box a.link_btn {
  color: #fff;
  padding: 0px 25px;
  line-height: 50px;
  background: #03204b;
  border-radius: 18px;
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
}

.text_box a.link_btn:hover,
.text_box a.link_btn:focus {
  background: #1579b5;
  color: #fff;
  text-decoration: none;
}

.text_box a.link_btn2 {
  color: #fff;
  padding: 0px 20px;
  line-height: 40px;
  background: #03204b;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.text_box a.link_btn2:hover,
.text_box a.link_btn2:focus {
  background: #1579b5;
  color: #fff;
  text-decoration: none;
}

.text_box2 {
  height: 100%;
}

.mission_txt {
  font-size: 20px;
  color: #1579b5;
  font-weight: 700;
  font-style: italic;
  font-family: "Lora", sans-serif;
  margin: 25px 0;
}

/* 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: #fab72f;
   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: #fab72f;
  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;
}

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

.rightcol h1,
.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;
}

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

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

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

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

.rightcol ul li a {
  display: block;
  color: #fff;
  padding: 10px;
}

.rightcol ul li a:hover,
.rightcol ul li a:focus {
  background: #072a5e;
  color: #fff;
  text-decoration: none;
}

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

.rightcol2 strong {
  font-weight: 700;
}

.wrap_sec7 {
  background: #fff;
}

.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 h1 {
  font-size: 38px;
  color: #03204b;
  font-weight: 700;
  font-family: "Lora", sans-serif;
  margin: 0px 0 35px;
}

.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: #fab72f;
  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;
}

.bg_blue {
  background: #1579b5;
}

.Left-box {
  background-image: url(../images/japan-img.jpg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 32% 100%;
  padding: 40px 0 30px 0;
  color: #fff;
}

@media (max-width: 1000px) {
  .Left-box {
    background-image: none !important;
  }
}

.Left-box h3 {
  font-size: 38px;
  color: #fab72f;
  font-weight: 700;
  font-family: "Lora", sans-serif;
  margin: 0px 0 20px;
}

.Left-box .txt {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  margin: 0 0 25px;
}

.Left-box h4 {
  font-size: 20px;
  color: #fab72f;
  font-weight: 700;
  font-family: "Lora", sans-serif;
  margin: 0px 0 20px;
}

.Left-box ul li {
  padding: 4px 0;
  line-height: 28px;

  color: #fff;
}

.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 — Grab Education Brand Redesign
   Colors: Green #12a735 | Gold #FAB72F | Navy #03204b
   ===================================================== */

/* --- Hero Banner --- */
.about-hero {
  position: relative;
  height: 360px;
  overflow: hidden;
  background: #03204b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
  transform: scale(1.05);
  transition: transform 8s ease;
}

.about-hero:hover img {
  transform: scale(1.12);
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(18, 167, 53, 0.75) 0%,
      rgba(3, 32, 75, 0.85) 100%);
}

.about-hero-content {
  position: relative;
  z-index: 5;
  text-align: center;
}

.about-hero-content h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  margin: 0 0 12px;
  line-height: 1.15;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}

.about-hero-content h1 span {
  color: #fab72f;
}

.about-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}

.about-breadcrumb a {
  color: #fab72f;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.about-breadcrumb a:hover {
  color: #fff;
}

.about-breadcrumb .sep {
  color: rgba(255, 255, 255, 0.5);
}

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

  .about-hero-content h1 {
    font-size: 32px;
  }
}

/* --- Section Label & Heading --- */
.section-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #12a735;
  position: relative;
  padding-left: 48px;
  margin-bottom: 14px;
}

.section-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 2px;
  background: #fab72f;
}

.section-heading {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  font-weight: 800;
  color: #03204b;
  line-height: 1.25;
  margin: 0 0 20px;
}

.section-heading span {
  color: #12a735;
}

.section-divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #12a735, #fab72f);
  border-radius: 10px;
  margin: 0 0 28px;
  border: none;
}

.section-divider.center {
  margin: 0 auto 40px;
}

/* --- About Story Section --- */
.about-story-section {
  padding: 90px 0;
  background: #fff;
}

.about-story-text p {
  font-size: 17px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 18px;
}

.aef-highlight-box {
  background: linear-gradient(135deg, #12a735 0%, #0b5e1d 100%);
  border-radius: 16px;
  padding: 35px 30px;
  color: #fff;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}

.aef-highlight-box::before {
  content: '"';
  position: absolute;
  top: -20px;
  right: 20px;
  font-size: 140px;
  color: rgba(250, 183, 47, 0.15);
  font-family: Georgia, serif;
  line-height: 1;
}

.aef-highlight-box p {
  font-size: 18px;
  font-style: italic;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 15px;
}

.aef-highlight-box strong {
  font-size: 16px;
  font-weight: 700;
  color: #fab72f;
}

.about-story-img-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 500px;
  box-shadow: 0 25px 60px rgba(3, 32, 75, 0.15);
}

.about-story-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.about-story-img-wrapper:hover img {
  transform: scale(1.03);
}

.about-img-badge {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: #fab72f;
  color: #03204b;
  font-weight: 800;
  font-size: 13px;
  padding: 12px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 25px rgba(250, 183, 47, 0.4);
}

.about-img-badge i {
  font-size: 22px;
}

/* --- Stats Counter Section --- */
.stats-section {
  background: linear-gradient(135deg, #12a735 0%, #0b5e1d 100%);
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.stats-section::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 300px;
  height: 300px;
  background: rgba(250, 183, 47, 0.08);
  border-radius: 50%;
}

.stats-section::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -60px;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.stat-card {
  text-align: center;
  padding: 30px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.stat-card:last-child {
  border-right: none;
}

.stat-number {
  font-size: 56px;
  font-weight: 800;
  color: #fab72f;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.stat-icon {
  font-size: 32px;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .stat-card {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 25px 15px;
  }

  .stat-card:last-child {
    border-bottom: none;
  }

  .stat-number {
    font-size: 44px;
  }
}

/* --- Mission / Vision / Values Cards --- */
.mvv-section {
  padding: 90px 0;
  background: #f7fdf9;
}

.mvv-card {
  background: #fff;
  border-radius: 18px;
  padding: 45px 35px;
  height: 100%;
  border: 1px solid #e8f5ec;
  box-shadow: 0 8px 30px rgba(18, 167, 53, 0.06);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
}

.mvv-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #12a735, #fab72f);
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: left;
}

.mvv-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(18, 167, 53, 0.12);
  border-color: #12a735;
}

.mvv-card:hover::before {
  transform: scaleX(1);
}

.mvv-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #e8f5ec, #d0eddb);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #12a735;
  margin-bottom: 25px;
  transition: all 0.4s ease;
}

.mvv-card:hover .mvv-icon {
  background: linear-gradient(135deg, #12a735, #0b5e1d);
  color: #fab72f;
  transform: rotate(5deg) scale(1.1);
}

.mvv-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #03204b;
  margin: 0 0 15px;
  font-family: "Poppins", sans-serif;
}

.mvv-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin: 0;
}

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

.why-section .feat_wrap {
  background: transparent;
}

/* --- Services Sidebar Section --- */
.services-sidebar-section {
  padding: 90px 0;
  background: #f7fdf9;
}

.service-link-card {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  border: 1px solid #e8f5ec;
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 12px;
  text-decoration: none !important;
  transition: all 0.35s ease;
  color: #03204b;
  font-weight: 600;
  font-size: 15px;
}

.service-link-card:hover {
  background: #12a735;
  border-color: #12a735;
  color: #fff !important;
  transform: translateX(8px);
  box-shadow: 0 8px 25px rgba(18, 167, 53, 0.2);
}

.service-link-card .svc-icon {
  width: 40px;
  height: 40px;
  background: #e8f5ec;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #12a735;
  flex-shrink: 0;
  transition: all 0.35s ease;
}

.service-link-card:hover .svc-icon {
  background: rgba(255, 255, 255, 0.2);
  color: #fab72f;
}

.service-link-card .svc-arrow {
  margin-left: auto;
  font-size: 13px;
  color: #aaa;
  transition: 0.3s;
}

.service-link-card:hover .svc-arrow {
  color: rgba(255, 255, 255, 0.7);
  transform: translateX(5px);
}

.cta-sidebar-box {
  background: linear-gradient(145deg, #03204b 0%, #0a3a7a 100%);
  border-radius: 18px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-sidebar-box::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 150px;
  height: 150px;
  background: rgba(250, 183, 47, 0.08);
  border-radius: 50%;
}

.cta-sidebar-box h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 12px;
  font-family: "Poppins", sans-serif;
}

.cta-sidebar-box p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 25px;
}

.cta-sidebar-box .btn-cta {
  display: block;
  background: #fab72f;
  color: #03204b;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 20px;
  border-radius: 10px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.cta-sidebar-box .btn-cta:hover {
  background: #12a735;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(18, 167, 53, 0.3);
}

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

.team-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #efefef;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  margin-bottom: 30px;
  text-align: center;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(18, 167, 53, 0.12);
  border-color: #12a735;
}

.team-img-wrap {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 35px auto 0;
}

.team-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 8px 25px rgba(18, 167, 53, 0.2);
  transition: transform 0.4s ease;
}

.team-card:hover .team-img-wrap img {
  transform: scale(1.05);
}

.team-img-wrap::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 3px dashed #fab72f;
  animation: spin-slow 12s linear infinite;
}

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

.team-card-body {
  padding: 20px 25px 30px;
}

.team-card-body h3 {
  font-size: 19px;
  font-weight: 700;
  color: #03204b;
  margin: 0 0 5px;
  font-family: "Poppins", sans-serif;
}

.team-card-body h4 {
  font-size: 14px;
  font-weight: 600;
  color: #12a735;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.team-card-divider {
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #12a735, #fab72f);
  border-radius: 10px;
  margin: 12px auto 0;
  border: none;
}

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

/* --- Reveal Animations (About Page) --- */
.aef-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.aef-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.aef-reveal-delay-1 {
  transition-delay: 0.1s;
}

.aef-reveal-delay-2 {
  transition-delay: 0.2s;
}

.aef-reveal-delay-3 {
  transition-delay: 0.3s;
}

.aef-reveal-delay-4 {
  transition-delay: 0.4s;
}

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

/* =====================================================
   TESTIMONIALS PAGE — Grab Education Brand Redesign
   Colors: Green #12a735 | Gold #FAB72F | Navy #03204b
   ===================================================== */

/* --- Hero Banner --- */
.testi-hero {
  position: relative;
  height: 400px;
  overflow: hidden;
  background: #03204b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testi-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  transform: scale(1.05);
  transition: transform 8s ease;
}

.testi-hero:hover img {
  transform: scale(1.12);
}

.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%);
}

.testi-hero-content {
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 0 20px;
}

.testi-hero-label {
  display: inline-block;
  background: rgba(250, 183, 47, 0.15);
  border: 1px solid rgba(250, 183, 47, 0.4);
  color: #fab72f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: 30px;
  margin-bottom: 18px;
}

.testi-hero-content h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  margin: 0 0 12px;
  line-height: 1.15;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.testi-hero-content h1 span {
  color: #fab72f;
}

.testi-hero-content>p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  margin: 0 0 20px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.testi-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.07);
  padding: 8px 20px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.testi-breadcrumb a {
  color: #fab72f;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.testi-breadcrumb a:hover {
  color: #fff;
}

.testi-breadcrumb .sep {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
}

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

  .testi-hero-content h1 {
    font-size: 34px;
  }

  .testi-hero-content>p {
    font-size: 14px;
  }
}

/* --- Stats Bar --- */
.testi-stats-bar {
  background: linear-gradient(90deg, #12a735 0%, #0b5e1d 100%);
  padding: 0;
}

.testi-stat-item {
  padding: 28px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  z-index: 1;
}

.testi-stat-num {
  font-size: 36px;
  font-weight: 800;
  color: #fab72f;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}

.testi-stat-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .testi-stat-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 15px;
  }

  .testi-stat-num {
    font-size: 28px;
  }
}

/* --- Main Section --- */
.testi-page-section {
  padding: 90px 0 70px;
  background: #f7fdf9;
}

/* --- 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: #12a735;
  transition: 0.3s;
}

.testi-tab-btn:hover,
.testi-tab-btn.active {
  background: #12a735;
  border-color: #12a735;
  color: #fff !important;
  box-shadow: 0 8px 25px rgba(18, 167, 53, 0.25);
  transform: translateY(-2px);
}

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

/* --- Testimonial Cards --- */
.testi-card {
  background: #fff;
  border-radius: 18px;
  padding: 40px 35px;
  height: 100%;
  min-height: 380px;
  border: 1px solid #e8f5ec;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.testi-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #12a735, #fab72f);
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: left;
}

.testi-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 55px rgba(18, 167, 53, 0.13);
  border-color: #12a735;
}

.testi-card:hover::before {
  transform: scaleX(1);
}

.testi-card-quote {
  position: absolute;
  top: 25px;
  right: 28px;
  font-size: 42px;
  color: rgba(18, 167, 53, 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: #fab72f;
}

.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-card:hover .testi-author-img {
  border-color: #12a735;
}

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

.testi-card:hover .testi-author-img img {
  transform: scale(1.1);
}

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

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

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

/* --- Empty State --- */
.testi-empty {
  text-align: center;
  padding: 70px 20px;
  color: #bbb;
}

.testi-empty i {
  font-size: 52px;
  display: block;
  margin-bottom: 18px;
  color: #ddd;
}

.testi-empty p {
  font-size: 16px;
  color: #aaa;
  margin: 0;
}

/* --- CTA Strip --- */
.testi-cta-strip {
  background: linear-gradient(135deg, #03204b 0%, #0a3a7a 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.testi-cta-strip::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 250px;
  height: 250px;
  background: rgba(250, 183, 47, 0.06);
  border-radius: 50%;
}

.testi-cta-strip::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -40px;
  width: 200px;
  height: 200px;
  background: rgba(18, 167, 53, 0.06);
  border-radius: 50%;
}

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

.testi-cta-strip h2 span {
  color: #fab72f;
}

.testi-cta-strip p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  margin: 0;
}

.testi-cta-btn {
  display: inline-block;
  background: #fab72f;
  color: #03204b;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 35px;
  border-radius: 50px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(250, 183, 47, 0.35);
}

.testi-cta-btn i {
  margin-right: 8px;
}

.testi-cta-btn:hover {
  background: #12a735;
  color: #fff !important;
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(18, 167, 53, 0.3);
}

@media (max-width: 991px) {
  .testi-cta-strip {
    text-align: center;
  }

  .testi-cta-strip h2 {
    font-size: 26px;
  }

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

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

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

/* =====================================================
   ENGLISH PROFICIENCY TRAINING PAGE — Grab Education Full Redesign
   PALETTE: Green #12a735 | Dark Green #0b5e1d | Yellow #FAB72F | White #fff | Tint #f8fdf3
   ===================================================== */

/* ---- HERO BANNER ---- */
.ept-hero-banner {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0b5e1d;
}

.ept-hero-img-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.ept-hero-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
  transform: scale(1.07);
  transition: transform 8s ease;
}

.ept-hero-banner:hover .ept-hero-img-wrap img {
  transform: scale(1.14);
}

.ept-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(135deg,
      rgba(11, 94, 29, 0.95) 0%,
      rgba(18, 167, 53, 0.8) 100%);
}

.ept-hero-content {
  position: relative;
  z-index: 5;
  padding: 70px 0 60px;
}

.ept-hero-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(250, 183, 47, 0.15);
  border: 1px solid rgba(250, 183, 47, 0.45);
  color: #fab72f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 7px 22px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.ept-hero-content h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  margin: 0 0 14px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
}

.ept-hero-content h1 span {
  color: #fab72f;
}

.ept-hero-content>p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 25px;
  max-width: 540px;
}

.ept-hero-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
  padding: 9px 22px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ept-hero-breadcrumb a {
  color: #fab72f;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.ept-hero-breadcrumb a:hover {
  color: #fff;
}

.ept-hero-breadcrumb .sep {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 767px) {
  .ept-hero-banner {
    min-height: 320px;
  }

  .ept-hero-content h1 {
    font-size: 32px;
  }

  .ept-hero-content {
    padding: 50px 0 40px;
  }
}

/* ---- DESTINATION FLAGS BAR ---- */
.ept-dest-bar {
  background: linear-gradient(90deg, #fab72f 0%, #e6a120 100%);
  padding: 0;
  box-shadow: 0 4px 20px rgba(250, 183, 47, 0.3);
}

.ept-dest-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  transition: background 0.3s ease;
  cursor: default;
}

.ept-dest-item:hover {
  background: rgba(255, 255, 255, 0.15);
}

.ept-dest-flag {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 6px;
}

.ept-dest-name {
  font-size: 12px;
  font-weight: 800;
  color: #0b5e1d;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

@media (max-width: 767px) {
  .ept-dest-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 14px 10px;
  }

  .ept-dest-flag {
    font-size: 24px;
  }

  .ept-dest-name {
    font-size: 11px;
  }
}

/* ---- MAIN SECTION ---- */
.ept-main-section {
  padding: 70px 0 60px;
  background: #f8fdf3;
}

/* ---- INTRO BOX ---- */
.ept-intro-box {
  background: #fff;
  border-radius: 20px;
  padding: 38px 36px;
  border: 1px solid #d3f0dc;
  box-shadow: 0 8px 30px rgba(18, 167, 53, 0.07);
  margin-bottom: 10px;
}

.ept-intro-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e9f9ee;
  color: #12a735;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 30px;
  margin-bottom: 16px;
  border: 1px solid #b7e8c4;
}

.ept-intro-box h2 {
  font-size: 26px;
  font-weight: 800;
  color: #0b5e1d;
  font-family: "Poppins", sans-serif;
  margin: 0 0 14px;
}

.ept-intro-divider {
  width: 55px;
  height: 4px;
  background: linear-gradient(90deg, #12a735, #fab72f);
  border-radius: 10px;
  margin-bottom: 16px;
}

.ept-intro-box p {
  font-size: 15px;
  line-height: 1.85;
  color: #444;
  margin: 0;
}

/* ---- TEST CARDS ---- */
.ept-test-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px 24px 28px;
  height: 100%;
  border: 2px solid #d6f0de;
  box-shadow: 0 6px 24px rgba(18, 167, 53, 0.07);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
}

.ept-test-card.ept-visible {
  opacity: 1;
  transform: translateY(0);
}

.ept-test-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 55px rgba(18, 167, 53, 0.15);
  border-color: #12a735;
}

.ept-card-featured {
  border-color: #fab72f;
  background: linear-gradient(158deg, #fffdf0 0%, #fff 100%);
}

.ept-card-featured:hover {
  border-color: #fab72f;
  box-shadow: 0 24px 55px rgba(250, 183, 47, 0.22);
}

.ept-featured-ribbon {
  position: absolute;
  top: 16px;
  right: -26px;
  background: #fab72f;
  color: #0b5e1d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 36px;
  transform: rotate(38deg);
}

.ept-test-icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 16px;
  transition: transform 0.35s ease;
}

.ept-test-card:hover .ept-test-icon-wrap {
  transform: rotate(-6deg) scale(1.1);
}

.ept-ielts-icon {
  background: linear-gradient(135deg, #d6f0de, #b8e8c6);
  color: #0b5e1d;
}

.ept-pte-icon {
  background: linear-gradient(135deg, #fff3cc, #ffe08a);
  color: #7a5500;
}

.ept-toefl-icon {
  background: linear-gradient(135deg, #d6f0de, #b8e8c6);
  color: #0b5e1d;
}

.ept-test-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2.5px;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.ept-badge-green {
  background: #12a735;
  color: #fff;
}

.ept-badge-yellow {
  background: #fab72f;
  color: #0b5e1d;
}

.ept-test-title {
  font-size: 14px;
  font-weight: 700;
  color: #0b5e1d;
  margin-bottom: 10px;
  line-height: 1.45;
}

.ept-test-card p {
  font-size: 13.5px;
  line-height: 1.75;
  color: #555;
  margin-bottom: 16px;
}

.ept-test-score {
  font-size: 13px;
  font-weight: 700;
  color: #12a735;
  background: #eaf8ee;
  padding: 8px 14px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #b8e8c6;
}

.ept-test-score i {
  color: #fab72f;
}

.ept-score-yellow {
  color: #7a5500;
  background: #fff3cc;
  border-color: #ffe08a;
}

.ept-score-yellow i {
  color: #12a735;
}

.ept-card-shine {
  position: absolute;
  top: -40%;
  left: -40%;
  width: 80%;
  height: 80%;
  background: radial-gradient(circle,
      rgba(250, 183, 47, 0.08) 0%,
      transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* ---- STATS STRIP ---- */
.ept-stats-strip {
  background: linear-gradient(90deg, #12a735 0%, #0b5e1d 100%);
  border-radius: 18px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(18, 167, 53, 0.25);
}

.ept-stat-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 26px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.ept-stat-block.ept-visible {
  opacity: 1;
  transform: translateY(0);
}

.ept-stat-num {
  font-size: 36px;
  font-weight: 900;
  color: #fab72f;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}

.ept-stat-lbl {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 575px) {
  .ept-stats-strip {
    flex-wrap: wrap;
    border-radius: 14px;
  }

  .ept-stat-block {
    flex: 0 0 50%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

/* ---- SIDEBAR ---- */
.ept-sidebar-card {
  background: #fff;
  border-radius: 18px;
  border: 2px solid #d3f0dc;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(18, 167, 53, 0.07);
}

.ept-sidebar-card-header {
  background: linear-gradient(90deg, #12a735 0%, #0b5e1d 100%);
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.ept-sidebar-card-header i {
  color: #fab72f;
  font-size: 17px;
}

.ept-sidebar-list {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

.ept-sidebar-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 22px;
  font-size: 14.5px;
  color: #2d4a33;
  font-weight: 500;
  border-bottom: 1px dashed #d3f0dc;
  transition:
    background 0.25s ease,
    color 0.25s ease;
}

.ept-sidebar-list li:last-child {
  border-bottom: none;
}

.ept-sidebar-list li:hover {
  background: #f0faf3;
  color: #0b5e1d;
}

.ept-sidebar-list li i {
  color: #12a735;
  flex-shrink: 0;
}

/* ---- CTA BOX (Sidebar) ---- */
.ept-cta-box {
  background: linear-gradient(150deg, #12a735 0%, #0b5e1d 100%);
  border-radius: 18px;
  padding: 38px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(18, 167, 53, 0.25);
}

.ept-cta-deco {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 160px;
  height: 160px;
  background: rgba(250, 183, 47, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.ept-cta-icon-ring {
  width: 70px;
  height: 70px;
  background: rgba(250, 183, 47, 0.15);
  border: 2px solid rgba(250, 183, 47, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fab72f;
  margin: 0 auto 18px;
  transition: transform 0.4s ease;
}

.ept-cta-box:hover .ept-cta-icon-ring {
  transform: rotate(15deg) scale(1.1);
}

.ept-cta-box h3 {
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  margin: 0 0 10px;
  font-family: "Poppins", sans-serif;
}

.ept-cta-box p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 24px;
}

.ept-cta-btn {
  display: block;
  background: #fab72f;
  color: #0b5e1d;
  font-weight: 800;
  font-size: 15px;
  padding: 14px 20px;
  border-radius: 12px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.ept-cta-btn:hover {
  background: #fff;
  color: #0b5e1d;
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* ---- FEATURES SECTION ---- */
.ept-features-section {
  padding: 80px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.ept-features-bg-deco {
  position: absolute;
  top: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle,
      rgba(18, 167, 53, 0.05) 0%,
      transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.ept-section-tag {
  display: inline-block;
  background: #eaf8ee;
  color: #12a735;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: 30px;
  margin-bottom: 14px;
  border: 1px solid #b8e8c6;
}

.ept-section-heading {
  font-size: 34px;
  font-weight: 800;
  color: #0b5e1d;
  font-family: "Poppins", sans-serif;
  margin: 0 0 16px;
  line-height: 1.25;
}

.ept-section-heading span {
  color: #fab72f;
}

.ept-section-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #12a735, #fab72f);
  border-radius: 10px;
  margin: 0 auto;
}

/* Feature Cards */
.ept-feature-card {
  background: #f8fdf3;
  border: 2px solid #d3f0dc;
  border-radius: 18px;
  padding: 30px 24px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translateY(30px);
}

.ept-feature-card.ept-visible {
  opacity: 1;
  transform: translateY(0);
}

.ept-feature-card:hover {
  background: #fff;
  border-color: #12a735;
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(18, 167, 53, 0.12);
}

.ept-feature-num {
  font-size: 48px;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  color: rgba(250, 183, 47, 0.35);
  line-height: 1;
  margin-bottom: 12px;
  transition: color 0.35s;
}

.ept-feature-card:hover .ept-feature-num {
  color: #fab72f;
}

.ept-feature-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #0b5e1d;
  margin: 0 0 14px;
  line-height: 1.45;
  font-family: "Poppins", sans-serif;
}

.ept-feature-bar {
  width: 36px;
  height: 4px;
  background: linear-gradient(90deg, #12a735, #fab72f);
  border-radius: 10px;
  transition: width 0.4s ease;
}

.ept-feature-card:hover .ept-feature-bar {
  width: 70px;
}

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

/* =====================================================
   EDUCATIONAL COUNSELING & CAREER GUIDANCE PAGE
   PALETTE: Green #12a735 | Dark Green #0b5e1d | Yellow #FAB72F | White #fff | Tint #f8fdf3
   ===================================================== */

/* ---- HERO BANNER ---- */
.ecc-hero-banner {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #0b5e1d 0%, #12a735 100%);
}

.ecc-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.ecc-hero-content {
  position: relative;
  z-index: 5;
  padding: 70px 0 60px;
}

.ecc-hero-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(250, 183, 47, 0.15);
  border: 1px solid rgba(250, 183, 47, 0.45);
  color: #fab72f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 7px 22px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.ecc-hero-content h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  margin: 0 0 14px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.ecc-hero-content h1 span {
  color: #fab72f;
}

.ecc-hero-content>p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 25px;
  max-width: 540px;
}

.ecc-hero-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  padding: 9px 22px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  flex-wrap: wrap;
}

.ecc-hero-breadcrumb a {
  color: #fab72f;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.ecc-hero-breadcrumb a:hover {
  color: #fff;
}

.ecc-hero-breadcrumb .sep {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.35);
}

@media (max-width: 767px) {
  .ecc-hero-banner {
    min-height: 300px;
  }

  .ecc-hero-content h1 {
    font-size: 30px;
  }

  .ecc-hero-content {
    padding: 50px 0 40px;
  }
}

/* ---- GUIDANCE SECTION ---- */
.ecc-guidance-section {
  padding: 80px 0 70px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.ecc-guidance-bg-deco {
  position: absolute;
  bottom: -120px;
  right: -120px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle,
      rgba(250, 183, 47, 0.06) 0%,
      transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.ecc-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #eaf8ee;
  color: #12a735;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: 30px;
  margin-bottom: 14px;
  border: 1px solid #b8e8c6;
}

.ecc-section-heading {
  font-size: 32px;
  font-weight: 800;
  color: #0b5e1d;
  font-family: "Poppins", sans-serif;
  margin: 0 0 16px;
  line-height: 1.3;
}

.ecc-section-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #12a735, #fab72f);
  border-radius: 10px;
  margin: 0 auto 18px;
}

.ecc-section-sub {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  max-width: 650px;
  margin: 0 auto;
}

/* Guidance Cards */
.ecc-guidance-card {
  background: #f8fdf3;
  border: 2px solid #d3f0dc;
  border-radius: 18px;
  padding: 30px 24px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translateY(30px);
}

.ecc-guidance-card.ecc-visible {
  opacity: 1;
  transform: translateY(0);
}

.ecc-guidance-card:hover {
  background: #fff;
  border-color: #12a735;
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(18, 167, 53, 0.12);
}

.ecc-guidance-num {
  font-size: 48px;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  color: rgba(250, 183, 47, 0.35);
  line-height: 1;
  margin-bottom: 12px;
  transition: color 0.35s;
}

.ecc-guidance-card:hover .ecc-guidance-num {
  color: #fab72f;
}

.ecc-guidance-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #0b5e1d;
  margin: 0 0 14px;
  line-height: 1.45;
  font-family: "Poppins", sans-serif;
}

.ecc-guidance-bar {
  width: 36px;
  height: 4px;
  background: linear-gradient(90deg, #12a735, #fab72f);
  border-radius: 10px;
  transition: width 0.4s ease;
}

.ecc-guidance-card:hover .ecc-guidance-bar {
  width: 70px;
}

/* ---- MAIN SECTION ---- */
.ecc-main-section {
  padding: 70px 0 80px;
  background: #f8fdf3;
}

/* ---- SIDEBAR ---- */
.ecc-sidebar-card {
  background: #fff;
  border-radius: 18px;
  border: 2px solid #d3f0dc;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(18, 167, 53, 0.07);
}

.ecc-sidebar-header {
  background: linear-gradient(90deg, #12a735 0%, #0b5e1d 100%);
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.ecc-sidebar-header i {
  color: #fab72f;
  font-size: 17px;
}

.ecc-sidebar-list {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

.ecc-sidebar-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 11px 22px;
  font-size: 14.5px;
  color: #2d4a33;
  font-weight: 500;
  border-bottom: 1px dashed #d3f0dc;
  transition:
    background 0.25s ease,
    color 0.25s ease;
  line-height: 1.5;
}

.ecc-sidebar-list li:last-child {
  border-bottom: none;
}

.ecc-sidebar-list li:hover {
  background: #f0faf3;
  color: #0b5e1d;
}

.ecc-sidebar-list li i {
  color: #12a735;
  flex-shrink: 0;
  margin-top: 3px;
}

/* ---- CTA BOX ---- */
.ecc-cta-box {
  background: linear-gradient(150deg, #12a735 0%, #0b5e1d 100%);
  border-radius: 18px;
  padding: 38px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(18, 167, 53, 0.25);
}

.ecc-cta-deco {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 160px;
  height: 160px;
  background: rgba(250, 183, 47, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.ecc-cta-icon-ring {
  width: 70px;
  height: 70px;
  background: rgba(250, 183, 47, 0.15);
  border: 2px solid rgba(250, 183, 47, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fab72f;
  margin: 0 auto 18px;
  transition: transform 0.4s ease;
}

.ecc-cta-box:hover .ecc-cta-icon-ring {
  transform: rotate(15deg) scale(1.1);
}

.ecc-cta-box h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 10px;
  font-family: "Poppins", sans-serif;
}

.ecc-cta-box p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 24px;
}

.ecc-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fab72f;
  color: #0b5e1d;
  font-weight: 800;
  font-size: 15px;
  padding: 14px 24px;
  border-radius: 50px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  box-shadow: 0 8px 25px rgba(250, 183, 47, 0.35);
}

.ecc-cta-btn:hover {
  background: #fff;
  color: #0b5e1d;
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.15);
}

/* ---- CONTENT CARDS ---- */
.ecc-content-card {
  background: #fff;
  border-radius: 20px;
  border: 2px solid #d3f0dc;
  box-shadow: 0 6px 24px rgba(18, 167, 53, 0.07);
  overflow: hidden;
  display: flex;
  gap: 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translateY(30px);
}

.ecc-content-card.ecc-visible {
  opacity: 1;
  transform: translateY(0);
}

.ecc-content-card:hover {
  border-color: #12a735;
  box-shadow: 0 20px 50px rgba(18, 167, 53, 0.13);
  transform: translateY(-5px);
}

.ecc-content-card-icon {
  width: 70px;
  flex-shrink: 0;
  background: linear-gradient(160deg, #12a735 0%, #0b5e1d 100%);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 34px;
  font-size: 24px;
  color: #fab72f;
}

.ecc-icon-yellow {
  background: linear-gradient(160deg, #fab72f 0%, #e6a120 100%);
  color: #0b5e1d;
}

.ecc-content-card-body {
  padding: 30px 28px;
  flex: 1;
}

.ecc-content-tag {
  display: inline-block;
  background: #eaf8ee;
  color: #12a735;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
  border: 1px solid #b8e8c6;
}

.ecc-tag-yellow {
  background: #fff3cc;
  color: #7a5500;
  border-color: #ffe08a;
}

.ecc-content-card-body h3 {
  font-size: 22px;
  font-weight: 800;
  color: #0b5e1d;
  margin: 0 0 12px;
  font-family: "Poppins", sans-serif;
  line-height: 1.3;
}

.ecc-content-divider {
  width: 50px;
  height: 4px;
  background: linear-gradient(90deg, #12a735, #fab72f);
  border-radius: 10px;
  margin-bottom: 16px;
}

.ecc-divider-yellow {
  background: linear-gradient(90deg, #fab72f, #12a735);
}

.ecc-content-card-body p,
.ecc-content-card-body div {
  font-size: 15px;
  line-height: 1.85;
  color: #444;
  margin: 0;
}

.ecc-content-card-body ul {
  margin: 0;
  padding-left: 20px;
}

.ecc-content-card-body ul li {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 6px;
}

@media (max-width: 575px) {
  .ecc-content-card {
    flex-direction: column;
  }

  .ecc-content-card-icon {
    width: 100%;
    padding: 20px;
    align-items: center;
    justify-content: flex-start;
  }
}

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

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

/* ---- HERO ---- */
.svc-hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.svc-hero-img {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.svc-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
  transform: scale(1.06);
  transition: transform 8s ease;
}

.svc-hero:hover .svc-hero-img img {
  transform: scale(1.13);
}

.svc-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'%3E%3Ccircle cx='20' cy='20' r='3'/%3E%3C/g%3E%3C/svg%3E");
}

.svc-hero-content {
  position: relative;
  z-index: 5;
  padding: 70px 0 60px;
}

.svc-hero-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(250, 183, 47, 0.15);
  border: 1px solid rgba(250, 183, 47, 0.45);
  color: #fab72f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 7px 22px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.svc-hero-content h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  margin: 0 0 14px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.svc-hero-content h1 span {
  color: #fab72f;
}

.svc-hero-content>p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 24px;
  max-width: 540px;
}

.svc-hero-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
  padding: 8px 20px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  flex-wrap: wrap;
}

.svc-hero-breadcrumb a {
  color: #fab72f;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.svc-hero-breadcrumb a:hover {
  color: #fff;
}

.svc-hero-breadcrumb .sep {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.35);
}

@media (max-width: 767px) {
  .svc-hero {
    min-height: 300px;
  }

  .svc-hero-content h1 {
    font-size: 28px;
  }

  .svc-hero-content {
    padding: 50px 0 40px;
  }
}

/* ---- INTRO SECTION ---- */
.svc-intro-section {
  padding: 70px 0;
  background: #f8fdf3;
}

.svc-intro-box {
  background: #fff;
  border-radius: 20px;
  padding: 38px 36px;
  border: 2px solid #d3f0dc;
  box-shadow: 0 8px 30px rgba(18, 167, 53, 0.07);
}

.svc-intro-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eaf8ee;
  color: #12a735;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 30px;
  margin-bottom: 14px;
  border: 1px solid #b8e8c6;
}

.svc-tag-yellow {
  background: #fff3cc !important;
  color: #7a5500 !important;
  border-color: #ffe08a !important;
}

.svc-intro-box h2 {
  font-size: 26px;
  font-weight: 800;
  color: #0b5e1d;
  font-family: "Poppins", sans-serif;
  margin: 0 0 14px;
}

.svc-intro-line {
  width: 55px;
  height: 4px;
  background: linear-gradient(90deg, #12a735, #fab72f);
  border-radius: 10px;
  margin-bottom: 16px;
}

.svc-intro-box p,
.svc-intro-box div {
  font-size: 15px;
  line-height: 1.85;
  color: #444;
  margin: 0;
}

.svc-img-card {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(18, 167, 53, 0.12);
  border: 3px solid #d3f0dc;
}

.svc-img-card img {
  width: 100%;
  display: block;
}

.svc-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #12a735;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(18, 167, 53, 0.25);
}

.svc-link-btn:hover {
  background: #fab72f;
  color: #0b5e1d;
  transform: translateY(-3px);
}

/* ---- HIGHLIGHT BAR ---- */
.svc-highlight-bar {
  background: linear-gradient(90deg, #fab72f 0%, #e6a120 100%);
  padding: 35px 0;
  box-shadow: 0 6px 25px rgba(250, 183, 47, 0.28);
}

.svc-highlight-icon {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #0b5e1d;
  margin: 0 auto;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.svc-highlight-bar h3 {
  font-size: 20px;
  font-weight: 800;
  color: #0b5e1d;
  margin: 0 0 8px;
  font-family: "Poppins", sans-serif;
}

.svc-highlight-bar p {
  font-size: 15px;
  color: #3a2800;
  line-height: 1.7;
  margin: 0;
}

/* ---- SECTION HEADINGS ---- */
.svc-section-tag {
  display: inline-block;
  background: #eaf8ee;
  color: #12a735;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: 30px;
  margin-bottom: 14px;
  border: 1px solid #b8e8c6;
}

.svc-section-tag.svc-tag-yellow {
  background: #fff3cc !important;
  color: #7a5500 !important;
  border-color: #ffe08a !important;
}

.svc-section-heading {
  font-size: 32px;
  font-weight: 800;
  color: #0b5e1d;
  font-family: "Poppins", sans-serif;
  margin: 0 0 16px;
  line-height: 1.3;
}

.svc-section-heading span {
  color: #fab72f;
}

.svc-section-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #12a735, #fab72f);
  border-radius: 10px;
  margin: 0 auto;
}

/* ---- SERVICE CARDS ---- */
.svc-cards-section {
  padding: 70px 0;
  background: #f8fdf3;
}

.svc-service-card {
  background: #fff;
  border-radius: 20px;
  border: 2px solid #d3f0dc;
  padding: 30px 26px;
  height: 100%;
  min-height: 400px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translateY(30px);
}

.svc-service-card.svc-visible {
  opacity: 1;
  transform: translateY(0);
}

.svc-service-card:hover {
  border-color: #12a735;
  box-shadow: 0 20px 50px rgba(18, 167, 53, 0.13);
  transform: translateY(-8px);
}

.svc-service-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
  transition: transform 0.35s ease;
}

.svc-service-card:hover .svc-service-icon {
  transform: rotate(-8deg) scale(1.1);
}

.svc-icon-green {
  background: linear-gradient(135deg, #d6f0de, #b8e8c6);
  color: #0b5e1d;
}

.svc-icon-yellow {
  background: linear-gradient(135deg, #fff3cc, #ffe08a);
  color: #7a5500;
}

.svc-service-card h4 {
  font-size: 17px;
  font-weight: 700;
  color: #0b5e1d;
  margin: 0 0 10px;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
}

.svc-service-card p,
.svc-service-card div {
  font-size: 14.5px;
  line-height: 1.78;
  color: #555;
  margin: 0 0 12px;
}

.svc-service-bar {
  width: 36px;
  height: 4px;
  background: linear-gradient(90deg, #12a735, #fab72f);
  border-radius: 10px;
  margin-top: 14px;
  transition: width 0.4s ease;
}

.svc-service-card:hover .svc-service-bar {
  width: 65px;
}

.svc-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}

.svc-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 6px;
}

.svc-list li i {
  color: #12a735;
  flex-shrink: 0;
  margin-top: 3px;
}

/* ---- INSTITUTION CARDS ---- */
.svc-institutions-section {
  padding: 70px 0;
  background: #fff;
}

.svc-inst-card {
  background: #f8fdf3;
  border: 2px solid #d3f0dc;
  border-radius: 20px;
  padding: 36px 28px;
  height: 100%;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translateY(30px);
  position: relative;
  overflow: hidden;
}

.svc-inst-card.svc-visible {
  opacity: 1;
  transform: translateY(0);
}

.svc-inst-card:hover {
  background: #fff;
  border-color: #12a735;
  box-shadow: 0 22px 55px rgba(18, 167, 53, 0.13);
  transform: translateY(-10px);
}

.svc-inst-num {
  font-size: 54px;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  color: rgba(250, 183, 47, 0.3);
  line-height: 1;
  margin-bottom: 10px;
  transition: color 0.35s;
}

.svc-inst-card:hover .svc-inst-num {
  color: #fab72f;
}

.svc-inst-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d6f0de, #b8e8c6);
  color: #0b5e1d;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  transition: all 0.35s ease;
}

.svc-inst-card:hover .svc-inst-icon {
  background: linear-gradient(135deg, #12a735, #0b5e1d);
  color: #fab72f;
  transform: rotate(10deg) scale(1.1);
}

.svc-inst-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #0b5e1d;
  margin: 0 0 10px;
  font-family: "Poppins", sans-serif;
}

.svc-inst-card p {
  font-size: 14.5px;
  line-height: 1.75;
  color: #555;
  margin: 0;
}

/* ---- TESTIMONIAL CARD ---- */
.svc-testi-card {
  background: linear-gradient(150deg, #12a735 0%, #0b5e1d 100%);
  border-radius: 20px;
  padding: 36px 28px;
  box-shadow: 0 12px 40px rgba(18, 167, 53, 0.22);
  position: relative;
  overflow: hidden;
}

.svc-testi-quote {
  font-size: 42px;
  color: rgba(250, 183, 47, 0.3);
  line-height: 1;
  margin-bottom: 14px;
}

.svc-testi-card p {
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.88);
  font-style: italic;
  margin: 0 0 22px;
}

.svc-testi-author {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 16px;
}

.svc-testi-author strong {
  display: block;
  color: #fab72f;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 4px;
}

.svc-testi-author span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}

/* ---- GALLERY STRIP ---- */
.svc-gallery-strip {
  padding: 30px 0;
  background: #f8fdf3;
  border-top: 3px solid #d3f0dc;
  border-bottom: 3px solid #d3f0dc;
}

.svc-gallery-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
}

.svc-gallery-scroll.svc-marquee-active {
  overflow: hidden;
}

.svc-gallery-marquee {
  display: flex;
  gap: 12px;
  animation: svc-marquee 40s linear infinite;
  width: max-content;
}

.svc-gallery-marquee:hover {
  animation-play-state: paused;
}

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

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

.svc-gallery-scroll::-webkit-scrollbar {
  height: 5px;
}

.svc-gallery-scroll::-webkit-scrollbar-thumb {
  background: #12a735;
  border-radius: 10px;
}

.svc-gallery-item {
  flex-shrink: 0;
  width: 180px;
  height: 130px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  border: 3px solid #d3f0dc;
  transition:
    border-color 0.3s,
    transform 0.3s;
}

.svc-gallery-item:hover {
  border-color: #12a735;
  transform: translateY(-4px);
}

.svc-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.svc-gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(18, 167, 53, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fab72f;
  opacity: 0;
  transition: opacity 0.3s;
}

.svc-gallery-item:hover .svc-gallery-overlay {
  opacity: 1;
}

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

.svc-cta-deco-l {
  position: absolute;
  top: -80px;
  left: -80px;
  width: 280px;
  height: 280px;
  background: rgba(250, 183, 47, 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(250, 183, 47, 0.15);
  border: 1px solid rgba(250, 183, 47, 0.4);
  color: #fab72f;
  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: #fab72f;
}

.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: #fab72f;
  color: #0b5e1d;
  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(250, 183, 47, 0.4);
  white-space: nowrap;
}

.svc-cta-btn:hover {
  background: #fff;
  color: #0b5e1d;
  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;
  }

  .svc-section-heading {
    font-size: 26px;
  }
}

/* ===== END SHARED SVC PAGES ===== */
/* ==========================================================================
   FAQ PAGE — Grab Education Brand Redesign
   ========================================================================== */

.faq-hero {
  position: relative;
  height: 400px;
  background: #03204b;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.faq-hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.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-hero-content {
  position: relative;
  z-index: 10;
  max-width: 800px;
  padding: 0 20px;
}

.faq-hero-label {
  display: inline-block;
  color: #fab72f;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

.faq-hero h1 {
  font-size: 52px;
  font-weight: 800;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.faq-hero h1 span {
  color: #fab72f;
}

.faq-hero p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
}

.faq-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
}

.faq-breadcrumb a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.faq-breadcrumb a:hover {
  color: #fab72f;
}

.faq-breadcrumb .sep {
  color: rgba(255, 255, 255, 0.4);
}

/* FAQ Main Section */
.faq-section {
  padding: 100px 0;
  background: #f8fdf9;
}

.faq-intro-box {
  padding-right: 40px;
}

.faq-intro-box .section-label {
  display: block;
  color: #12a735;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.faq-intro-box h2 {
  font-size: 38px;
  font-weight: 800;
  color: #03204b;
  margin-bottom: 25px;
  line-height: 1.2;
}

.faq-intro-box p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 30px;
}

.faq-help-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #12a735;
}

.faq-help-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #03204b;
}

.faq-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #12a735;
  color: #fff;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none !important;
  transition: 0.3s;
  margin-top: 10px;
}

.faq-contact-btn:hover {
  background: #0b5e1d;
  transform: translateY(-3px);
  color: #fff;
}

/* Accordion Styling */
.faq-accordion .card {
  border: none;
  background: #fff;
  margin-bottom: 15px !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition: 0.3s;
}

.faq-accordion .card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.faq-accordion .card-header {
  background: #fff;
  border: none;
  padding: 0;
}

.faq-accordion .card-header a {
  display: block;
  padding: 22px 30px;
  font-size: 17px;
  font-weight: 700;
  color: #03204b;
  text-decoration: none !important;
  position: relative;
  transition: 0.3s;
}

.faq-accordion .card-header a i {
  margin-right: 15px;
  color: #12a735;
  font-size: 18px;
  transition: 0.3s;
}

.faq-accordion .card-header a:not(.collapsed) {
  background: #12a735;
  color: #fff;
}

.faq-accordion .card-header a:not(.collapsed) i {
  color: #fab72f;
}

.faq-accordion .card-header a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.faq-accordion .card-header a:not(.collapsed)::after {
  content: "\f106";
  transform: translateY(-50%);
}

.faq-accordion .card-body {
  padding: 25px 30px 30px 65px;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  background: #fff;
}

/* CTA Strip */
.faq-cta-strip {
  padding: 60px 0;
  background: linear-gradient(90deg, #fab72f 0%, #e6a120 100%);
  color: #03204b;
}

.faq-cta-strip h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
}

.faq-cta-strip p {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 0;
}

.faq-cta-btn {
  display: inline-block;
  background: #03204b;
  color: #fff;
  padding: 16px 40px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none !important;
  transition: 0.3s;
  box-shadow: 0 10px 20px rgba(3, 32, 75, 0.2);
}

.faq-cta-btn:hover {
  background: #fff;
  color: #03204b;
  transform: translateY(-5px);
}

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

  .faq-section {
    padding: 60px 0;
  }

  .faq-intro-box {
    padding-right: 0;
    margin-bottom: 50px;
  }

  .faq-intro-box h2 {
    font-size: 32px;
  }
}

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

  .faq-hero h1 {
    font-size: 34px;
  }

  .faq-accordion .card-header a {
    padding: 18px 20px;
    font-size: 15px;
  }

  .faq-accordion .card-body {
    padding: 20px 20px 25px;
  }
}

/* ==========================================================================
   DESTINATION PAGES — Grab Education 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: #fab72f;
  color: #0b5e1d;
  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: #fab72f;
  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: #12a735;
}

.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: #fab72f;
}

.dest-why-card i {
  font-size: 40px;
  color: #12a735;
  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: #fab72f;
  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-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.gallery-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.gallery-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.gallery-card-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.gallery-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.gallery-card:hover .gallery-card-img-wrap img {
  transform: scale(1.15);
}

.gallery-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 104, 55, 0.8);
  /* Brand Green */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
}

.gallery-card:hover .gallery-card-overlay {
  opacity: 1;
}

.gallery-card-overlay i {
  color: #fff;
  font-size: 2.5rem;
  transform: scale(0.5);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gallery-card:hover .gallery-card-overlay i {
  transform: scale(1);
}

.gallery-card-content {
  padding: 20px;
  text-align: center;
  background: #fff;
}

.gallery-card-content h4 {
  margin: 0;
  font-size: 1.1rem;
  color: #03204b;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

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

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

.gallery-pagination .page-item .page-link {
  border: none;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  margin: 0 5px;
  color: #03204b;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.gallery-pagination .page-item.active .page-link {
  background-color: #006837;
  color: #fff;
}

.gallery-pagination .page-item .page-link:hover {
  background-color: #fdc704;
  color: #03204b;
}

@media (max-width: 767px) {
  .gallery-section {
    padding: 50px 0;
  }
}

/* ==========================================================================
   BLOG PAGE Redesign
   ========================================================================== */
.blog-section {
  padding: 80px 0;
  background-color: #fcfcfc;
}

.blog-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  margin-bottom: 40px;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.blog-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
}

.blog-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.blog-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

.blog-card:hover .blog-img-wrap img {
  transform: scale(1.1);
}

.blog-date-badge {
  position: absolute;
  top: 25px;
  left: 25px;
  background: #006837;
  /* 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-content {
  padding: 35px;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: #888;
  font-weight: 500;
}

.blog-meta i {
  color: #fdc704;
}

.blog-content h2 {
  font-size: 1.6rem;
  color: #03204b;
  font-weight: 800;
  margin-bottom: 18px;
  line-height: 1.35;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card:hover .blog-content h2 {
  color: #006837;
}

.blog-excerpt {
  color: #555;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-btn {
  display: inline-flex;
  align-items: center;
  color: #006837;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  position: relative;
}

.blog-btn i {
  margin-left: 10px;
  transition: transform 0.3s ease;
  font-size: 1rem;
}

.blog-btn::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #fdc704;
  transition: width 0.3s ease;
}

.blog-btn:hover {
  color: #03204b;
}

.blog-btn:hover::after {
  width: 100%;
}

.blog-btn:hover i {
  transform: translateX(8px);
}

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

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

.blog-pagination .page-item .page-link {
  border: none;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px !important;
  margin: 0 6px;
  color: #03204b;
  font-weight: 700;
  transition: all 0.3s ease;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
}

.blog-pagination .page-item.active .page-link {
  background: #006837;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 104, 55, 0.2);
}

.blog-pagination .page-item .page-link:hover:not(.active) {
  background: #fdc704;
  color: #03204b;
  transform: translateY(-3px);
}

@media (max-width: 991px) {
  .blog-content {
    padding: 25px;
  }

  .blog-content h2 {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .blog-section {
    padding: 50px 0;
  }

  .blog-img-wrap {
    height: 220px;
    aspect-ratio: auto;
  }
}

/* ==========================================================================
   BLOG DETAILS Redesign
   ========================================================================== */
.blog-details-section {
  padding: 80px 0;
  background-color: #fff;
}

.article-container {
  padding-right: 30px;
}

.article-header {
  margin-bottom: 40px;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  color: #777;
  font-size: 0.95rem;
  font-weight: 500;
}

.article-meta span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.article-meta i {
  color: #fdc704;
  font-size: 1.1rem;
}

.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;
}

.article-content {
  font-size: 1.15rem;
  line-height: 1.85;
  color: #444;
}

.article-content p {
  margin-bottom: 30px;
}

.article-content h2,
.article-content h3 {
  color: #03204b;
  font-weight: 800;
  margin: 50px 0 25px;
  line-height: 1.3;
}

.article-content ul,
.article-content ol {
  margin-bottom: 30px;
  padding-left: 20px;
}

.article-content li {
  margin-bottom: 12px;
}

.sidebar-widget {
  background: #f8faf9;
  padding: 40px;
  border-radius: 25px;
  margin-bottom: 40px;
  border: 1px solid rgba(0, 104, 55, 0.05);
}

.sidebar-widget h3 {
  font-size: 1.5rem;
  color: #03204b;
  font-weight: 800;
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 15px;
}

.sidebar-widget h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 4px;
  background: #006837;
  border-radius: 2px;
}

.recent-post-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  align-items: center;
  text-decoration: none !important;
  transition: transform 0.3s ease;
}

.recent-post-item:hover {
  transform: translateX(8px);
}

.recent-post-img {
  width: 90px;
  height: 80px;
  border-radius: 15px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.recent-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent-post-info h4 {
  font-size: 1.05rem;
  color: #03204b;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.recent-post-item:hover h4 {
  color: #006837;
}

.recent-post-info span {
  font-size: 0.85rem;
  color: #888;
  font-weight: 600;
}

.cta-widget {
  background: linear-gradient(145deg, #006837 0%, #004d29 100%);
  color: #fff;
  padding: 45px;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 104, 55, 0.25);
}

.cta-widget h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 800;
}

.cta-widget p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 1rem;
}

.cta-widget .btn-cta {
  background: #fdc704;
  color: #03204b;
  font-weight: 700;
  border: none;
  padding: 15px 35px;
  border-radius: 12px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.cta-widget .btn-cta:hover {
  background: #fff;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .article-container {
    padding-right: 0;
  }

  .sidebar-widget {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .blog-details-section {
    padding: 50px 0;
  }

  .article-meta {
    gap: 15px;
  }

  .cta-widget {
    padding: 35px;
  }
}

/* ==========================================================================
   CONTACT PAGE Redesign
   ========================================================================== */
.contact-page-section {
  padding: 80px 0;
  background-color: #fff;
}

.contact-info-card {
  background: #f8faf9;
  padding: 40px;
  border-radius: 25px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 104, 55, 0.05);
  height: 100%;
  transition: all 0.3s ease;
}

.contact-info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
}

.contact-info-card h3 {
  color: #03204b;
  font-weight: 800;
  margin-bottom: 30px;
  font-size: 1.6rem;
  position: relative;
  padding-bottom: 15px;
}

.contact-info-card h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 4px;
  background: #006837;
  border-radius: 2px;
}

.contact-item {
  display: flex;
  gap: 18px;
  margin-bottom: 25px;
  align-items: flex-start;
}

.contact-item i {
  color: #006837;
  font-size: 1.25rem;
  width: 40px;
  height: 40px;
  background: rgba(0, 104, 55, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  flex-shrink: 0;
}

.contact-item-info strong {
  display: block;
  color: #03204b;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 4px;
}

.contact-item-info p {
  margin: 0;
  color: #555;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
}

.social-links-card {
  background: #03204b;
  color: #fff;
  padding: 40px;
  border-radius: 25px;
  text-align: center;
  margin-top: 10px;
}

.social-links-card h3 {
  color: #fff;
  margin-bottom: 25px;
  font-weight: 800;
}

.social-icons-row {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.social-icon-btn {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #fff;
  font-size: 1.25rem;
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.social-icon-btn:hover {
  background: #fdc704;
  color: #03204b;
  transform: translateY(-5px);
}

.contact-form-container {
  background: #fff;
  padding: 55px;
  border-radius: 25px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.contact-form-container h2 {
  color: #03204b;
  font-weight: 800;
  margin-bottom: 15px;
  font-size: 2rem;
}

.contact-form-container p {
  color: #666;
  margin-bottom: 40px;
  font-size: 1.05rem;
}

.form-group-custom {
  margin-bottom: 25px;
}

.form-group-custom label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  color: #03204b;
  font-size: 0.95rem;
}

.form-control-custom {
  height: 58px;
  border-radius: 14px;
  border: 1px solid #e0e0e0;
  padding: 0 22px;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  width: 100%;
  background: #fdfdfd;
}

.form-control-custom:focus {
  border-color: #006837;
  box-shadow: 0 0 0 4px rgba(0, 104, 55, 0.08);
  background: #fff;
  outline: none;
}

textarea.form-control-custom {
  height: 150px;
  padding: 20px 22px;
  resize: none;
}

.btn-submit-custom {
  background: #006837;
  color: #fff;
  padding: 18px 45px;
  border-radius: 14px;
  font-weight: 800;
  border: none;
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1rem;
  width: 100%;
  box-shadow: 0 10px 25px rgba(0, 104, 55, 0.2);
  cursor: pointer;
}

.btn-submit-custom:hover:not(:disabled) {
  background: #03204b;
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(3, 32, 75, 0.25);
}

.btn-submit-custom:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.map-section {
  height: 450px;
  border-radius: 25px;
  overflow: hidden;
  margin-top: 50px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.captcha-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

#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: #006837;
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .contact-form-container {
    padding: 40px;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .contact-page-section {
    padding: 50px 0;
  }

  .contact-info-card {
    padding: 30px;
  }

  .contact-form-container {
    padding: 30px;
  }
}

/* ==========================================================================
   APPOINTMENT PAGE Redesign
   ========================================================================== */
.appointment-page-section {
  padding: 100px 0;
  background-color: #f8faf9;
}

.appt-split-card {
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.appt-visual-col {
  flex: 1;
  min-width: 450px;
  background: #006837;
  position: relative;
  padding: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}

.appt-visual-col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&q=80&w=1200") center/cover;
  opacity: 0.15;
  z-index: 1;
}

.appt-visual-content {
  position: relative;
  z-index: 2;
}

.appt-visual-col h2 {
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 1.15;
}

.appt-visual-col p {
  font-size: 1.2rem;
  opacity: 0.9;
  line-height: 1.8;
  margin-bottom: 40px;
}

.appt-feature-list {
  list-style: none;
  padding: 0;
}

.appt-feature-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 1.1rem;
}

.appt-feature-list i {
  color: #fdc704;
  font-size: 1.4rem;
}

.appt-form-col {
  flex: 1.2;
  min-width: 450px;
  padding: 70px;
  background: #fff;
}

.appt-form-group-title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #006837;
  font-weight: 800;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.appt-form-group-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}

.form-group-custom {
  margin-bottom: 25px;
}

.form-group-custom label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  color: #03204b;
  font-size: 0.95rem;
}

.form-control-custom {
  height: 60px;
  border-radius: 15px;
  border: 1px solid #e2e8f0;
  padding: 0 25px;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  width: 100%;
  background: #f9fbfb;
}

.form-control-custom:focus {
  border-color: #006837;
  box-shadow: 0 0 0 5px rgba(0, 104, 55, 0.08);
  background: #fff;
  outline: none;
}

textarea.form-control-custom {
  height: 140px;
  padding: 20px 25px;
  resize: none;
}

.btn-submit-custom {
  background: #006837;
  color: #fff;
  padding: 20px 45px;
  border-radius: 15px;
  font-weight: 800;
  border: none;
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.1rem;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 104, 55, 0.25);
  cursor: pointer;
  margin-top: 20px;
}

.btn-submit-custom:hover:not(:disabled) {
  background: #03204b;
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(3, 32, 75, 0.3);
}

.captcha-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

#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: #006837;
  transform: rotate(180deg);
}

@media (max-width: 1199px) {

  .appt-visual-col,
  .appt-form-col {
    padding: 50px;
  }

  .appt-visual-col h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 991px) {
  .appt-visual-col {
    min-width: 100%;
  }

  .appt-form-col {
    min-width: 100%;
  }
}

@media (max-width: 767px) {
  .appointment-page-section {
    padding: 60px 0;
  }

  .appt-visual-col,
  .appt-form-col {
    padding: 40px 30px;
  }

  .appt-visual-col h2 {
    font-size: 2rem;
  }

  .appt-split-card {
    border-radius: 30px;
  }
}

/* ==========================================================================
   GRABEDU - BRAND REDESIGN: HEADER SECTION CSS
   ========================================================================== */
:root {
  --grab-brand: #00b14f;
  --grab-brand-hover: #009140;
  --grab-accent-yellow: #fab72f;
  --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: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.3s ease;
}

/* Sticky Header Base */
#navwrap {
  width: 100%;
  z-index: 9999 !important;
  position: absolute;
  background: rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px) !important;
  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 */
.grab-top-panel {
  background: var(--grab-darker);
  padding: 8px 0;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.grab-top-contact {
  display: flex;
  gap: 25px;
}

.grab-top-contact a {
  color: #e5e7eb;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s;
}

.grab-top-contact a:hover {
  color: var(--grab-brand);
}

.grab-top-contact i {
  color: var(--grab-brand);
}

.grab-top-socials {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
}

.grab-top-socials span {
  color: var(--grab-text-muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.grab-social-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: var(--grab-light);
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.grab-social-icon:hover {
  background: var(--grab-brand);
  color: var(--grab-light);
  transform: translateY(-2px);
}

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

@media (min-width: 992px) {

  .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;
  }
}

.grab-logo-img {
  height: 65px;
  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;
}

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(0, 177, 79, 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(0, 177, 79, 0.25) !important;
}

.grab-dropdown-menu .dropdown-item:hover,
.grab-dropdown-menu .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,
.grab-dropdown-menu .dropdown-item.active i {
  color: var(--grab-accent-yellow) !important;
}

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

.grab-btn-cta {
  background: var(--grab-brand);
  color: var(--grab-light) !important;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 177, 79, 0.2);
}

.grab-btn-cta:hover {
  background: var(--grab-brand-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 177, 79, 0.3);
}

.grab-btn-cta i {
  font-size: 13px;
  transition: transform 0.3s ease;
}

.grab-btn-cta:hover i {
  transform: translateX(4px);
}

/* 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;
}

.grab-mobile-toggler i {
  font-size: 20px;
  transition: color 0.2s ease;
}

/* Transparent header — white icon 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);
  color: #ffffff;
}

#navwrap:not(.sticky) .grab-mobile-toggler i {
  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);
}

#navwrap:not(.sticky) .grab-mobile-toggler:hover i {
  color: #ffffff !important;
}

#navwrap:not(.sticky) .navbar-light .grab-mobile-toggler {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
}

/* Scrolled / solid header */
#navwrap.sticky .grab-mobile-toggler {
  background: var(--grab-bg-soft);
  border: 1px solid rgba(0, 177, 79, 0.15);
  color: var(--grab-brand);
}

#navwrap.sticky .grab-mobile-toggler i {
  color: var(--grab-brand) !important;
}

#navwrap.sticky .grab-mobile-toggler:hover i {
  color: var(--grab-brand-hover) !important;
}

.grab-mobile-toggler:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 177, 79, 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: 991px) {
  .grab-nav-container {
    justify-content: flex-start;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--grab-border);
  }

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

  .grab-btn-cta {
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .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(0, 177, 79, 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;
}

.grab-gradient-text {
  background: linear-gradient(135deg, #ffffff 0%, #a3e635 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 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: #00b14f !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: #00b14f;
  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: #00b14f;
  border-color: #00b14f;
  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: #00b14f;
  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(0, 177, 79, 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;
}

.grab-feat-footer {
  border-top: 1px solid #f1f5f9;
  padding-top: 16px;
  display: flex;
  align-items: center;
}

.grab-feat-more {
  font-size: 14px;
  font-weight: 600;
  color: #00b14f;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.grab-feat-more i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

/* Hover Animations */
.grab-feat-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 177, 79, 0.2);
  box-shadow: 0 20px 40px rgba(0, 177, 79, 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: #00b14f;
}

/* ==========================================================================
   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: #00b14f;
  color: #ffffff;
  border-color: #00b14f;
  box-shadow: 0 6px 18px rgba(0, 177, 79, 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 --- */
.new-welcome-section {
  background-color: #fcfdfe;
  position: relative;
  overflow: hidden;
}

/* Background decorative elements */
.new-welcome-section::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle,
      rgba(250, 183, 47, 0.08) 0%,
      rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}

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

/* Image Composition */
.welcome-image-composition {
  position: relative;
  padding-right: 40px;
  padding-bottom: 40px;
}

.welcome-img-large {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 20px 40px rgba(3, 32, 75, 0.08);
}

.welcome-img-large img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.welcome-image-composition:hover .welcome-img-large {
  transform: translateY(-10px);
}

.welcome-image-composition:hover .welcome-img-large img {
  transform: scale(1.05);
}

.welcome-img-small {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 240px;
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
  border: 8px solid #ffffff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transform: translateY(0) translateX(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 3;
}

.welcome-img-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.welcome-image-composition:hover .welcome-img-small {
  transform: translateY(10px) translateX(-10px);
}

/* Glassmorphism Experience Card */
.welcome-experience-card {
  position: absolute;
  top: 40px;
  left: -30px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  padding: 20px 25px;
  box-shadow: 0 15px 35px rgba(3, 32, 75, 0.1);
  z-index: 4;
  animation: float 6s ease-in-out infinite;
}

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

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

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

.experience-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.exp-number {
  font-size: 42px;
  font-weight: 800;
  background: linear-gradient(135deg, #12a735, #0d8228);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}

.exp-text {
  font-size: 14px;
  font-weight: 600;
  color: #03204b;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Text Content Styling */
.welcome-text-modern {
  padding-left: 20px;
}

.tagline-wrapper {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(250, 183, 47, 0.15);
  border-radius: 30px;
  margin-bottom: 25px;
}

.welcome-tagline {
  color: #df9e19;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.welcome-title {
  font-size: 46px;
  font-weight: 800;
  color: #03204b;
  line-height: 1.2;
  margin-bottom: 25px;
  font-family: "Poppins", sans-serif;
}

.welcome-description {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 35px;
}

.welcome-features {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

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

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #03204b, #053b8c);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  box-shadow: 0 8px 20px rgba(3, 32, 75, 0.2);
}

.feature-text {
  font-size: 16px;
  font-weight: 700;
  color: #03204b;
}

@media (max-width: 991px) {
  .welcome-image-composition {
    padding-right: 20px;
    margin-bottom: 50px;
  }

  .welcome-img-small {
    width: 200px;
    height: 220px;
  }

  .welcome-text-modern {
    padding-left: 0;
  }

  .welcome-title {
    font-size: 36px;
  }

  .welcome-experience-card {
    left: 10px;
    top: 20px;
  }
}

@media (max-width: 767px) {
  .welcome-img-large img {
    height: 380px;
  }

  .welcome-img-small {
    width: 160px;
    height: 180px;
    border-width: 5px;
  }

  .welcome-title {
    font-size: 28px;
  }

  .exp-number {
    font-size: 32px;
  }

  .experience-content {
    gap: 10px;
  }

  .welcome-experience-card {
    padding: 15px;
    left: 0;
  }

  .feature-item {
    width: 100%;
  }
}

/* --- Grab 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(18, 167, 53, 0.04) 0%, rgba(250, 183, 47, 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(18, 167, 53, 0.06) !important;
  border: 1px solid rgba(18, 167, 53, 0.15) !important;
  padding: 6px 16px !important;
  border-radius: 30px !important;
}

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

.pill-text {
  color: #12a735 !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(18, 167, 53, 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: #12a735 !important;
}

.highlight-card-top-accent.color-orange {
  background: #fab72f !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(18, 167, 53, 0.06) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #12a735 !important;
  font-size: 24px !important;
  margin-bottom: 20px !important;
  transition: all 0.3s ease !important;
}

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

.highlight-card-v2:has(.color-orange):hover .highlight-icon-v2 {
  background: #fab72f !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: #12a735 !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: #12a735 !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(18, 167, 53, 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(18, 167, 53, 0.3) !important;
  background: #009140 !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: #fab72f !important;
  transition: width 0.3s ease !important;
}

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

.btn-modern-secondary-v2:hover::after {
  width: 100% !important;
  background: #12a735 !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;
  }
}

/* --- Grab Modern Services Section --- */
/* --- Grab 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(18, 167, 53, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
}

.services-glow-orb.orb-2 {
  bottom: -10%;
  right: -5%;
  background: radial-gradient(circle, rgba(250, 183, 47, 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(18, 167, 53, 0.08);
  border: 1px solid rgba(18, 167, 53, 0.15);
  padding: 6px 16px;
  border-radius: 30px;
}

.badge-pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #12a735;
  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: #12a735;
  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: #12a735;
  /* 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: #12a735;
  /* Green */
}

.col-lg-4:nth-child(3n+2) .premium-service-card {
  --accent-color: #fab72f;
  /* 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;
  }
}

/* --- Grab 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(18, 167, 53, 0.05) 0%, rgba(250, 183, 47, 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(250, 183, 47, 0.1);
  border: 1px solid rgba(250, 183, 47, 0.25);
  padding: 6px 16px;
  border-radius: 20px;
}

.why-choose-pill .pill-dot {
  width: 6px;
  height: 6px;
  background-color: #fab72f;
  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: #fab72f;
  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: #12a735;
  border-color: #12a735;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(18, 167, 53, 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;
  }
}