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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrap_sec1 .dropdown-menu:not(.studyplus-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(.studyplus-dropdown-menu) a:last-child {
  border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* Dropdown Menus in Drawer */
  .wrap_sec1 .dropdown-menu:not(.studyplus-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(.studyplus-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(.studyplus-dropdown-menu) a:hover {
    color: #ef7d18 !important;
  }

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

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

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

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

  /* Appointment/Survey Buttons in Drawer */
}

@media (max-width: 1299px) {
  ul.navbar-nav li a.nav-link,
  ul.navbar-nav li a.current {
    font-size: 14px;
  }
}

.wrap_sec2 {
  margin: 30px 0 0;
}

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

/* CSS Keyframes Marquee Track */

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.appt-wrap {
  max-width: 80%;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

.text_box2 {
  height: 100%;
}

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

.reviews_wrap h3 {
  font-size: 26px;
  color: #1579b5;
  font-weight: 700;
  font-family: "Lora", sans-serif;
  margin: 25px 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rightcol2 strong {
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

.why-section {
  padding: 90px 0;
  background: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   FAQ PAGE — Study Plus Brand Redesign
   ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Top Information Bar */

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

@media (min-width: 1204px) {
  .studyplus-navbar .container,
  nav.studyplus-navbar .container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
  }

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

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

  .studyplus-mobile-close-wrapper {
    display: none !important;
  }
}

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

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

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

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

ul.studyplus-nav-menu li.studyplus-nav-item a.nav-link {
  color: var(--studyplus-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.studyplus-nav-menu li.studyplus-nav-item a.nav-link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 50%;
  background-color: var(--studyplus-accent-yellow);
  transition: width 0.3s ease-in-out;
  transform: translateX(-50%);
  border-radius: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Call Banner */

/* Bootstrap Overrides for new classes */
@media (max-width: 1203px) {
  .studyplus-cta-wrapper {
    margin-top: 20px;
    justify-content: center;
    width: 100%;
  }
}

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

/* Pulse Badge */

@keyframes studyplusPulse {
  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);
  }
}

/* Custom Navigation Controls inside the Glass Card */

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

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

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

/* Mobile Drawer Close Button */
.studyplus-mobile-close-wrapper {
  position: relative;
  z-index: 1060;
  width: 100%;
}

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

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

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

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

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

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

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

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

/* Glassmorphism Experience Card */

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

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

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

/* Text Content Styling */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Ambient glow orbs */

/* Header styling */

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

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

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* --- studyplus Modern Why Choose Section --- */

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

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

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

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