/**
* Template Name: MindHaven - Free Bootstrap Online Learning Template
* Template URL: https://www.templaterise.com/template/mindhaven-free-bootstrap-online-learning-template
* Updated: January 05 2025 with Bootstrap v5.3.3
* Author: templaterise.com
*/

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:wght@400;500;600;700;800&display=swap");

:root {
  --primary-color: #0a2342;
  --primary-light: #163b66;

  --secondary-color: #c89b3c;
  --secondary-light: #d9b869;
  --secondary-dark: #a67c24;

  --text-dark: #1e293b;
  --text-light: #64748b;

  --bg-light: #f9f8f4;

  --shadow-soft: 0 15px 35px rgba(10, 35, 66, 0.08);
  --shadow-medium: 0 20px 50px rgba(10, 35, 66, 0.12);
  --shadow-strong: 0 30px 60px rgba(10, 35, 66, 0.18);
}
.header-section {
  background: linear-gradient(135deg, #0a2342 0%, #163b66 50%, #0a2342 100%);
  position: relative;
  overflow: hidden;
}
.header-section::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: rgba(200, 155, 60, 0.08);

  top: -250px;
  right: -150px;
}
.header {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.navmenu ul li a {
  color: var(--primary-color);
  font-weight: 600;
}

.navmenu ul li a:hover,
.navmenu .active {
  color: var(--secondary-color);
}
.sitename {
  color: var(--primary-color);
  font-weight: 800;
  letter-spacing: 1px;
}
.heading-large {
  color: #fff;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
}

.subheading {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
}
.btn-primary {
  background: linear-gradient(135deg, #c89b3c, #d9b869) !important;
  border: none !important;
  color: white !important;
}
.btn-secondary {
  background: linear-gradient(135deg, #c89b3c, #d9b869) !important;

  border: none !important;
  color: white !important;

  font-weight: 700;

  box-shadow: 0 10px 30px rgba(200, 155, 60, 0.35);
}
.btn-secondary:hover {
  transform: translateY(-3px);

  background: linear-gradient(135deg, #d9b869, #c89b3c) !important;
}
.service-title,
.about-title,
.our-feature-title,
.blog-section-title,
.testimonial-heading {
  color: var(--primary-color);
  font-weight: 800;
}
.text-secondary {
  color: var(--secondary-color) !important;
}
.service-item {
  border-radius: 25px;
  background: #fff;

  box-shadow: var(--shadow-soft);

  transition: 0.4s ease;
}
.service-item:hover {
  transform: translateY(-12px);
  box-shadow: var(--shadow-strong);
}
.icon-wrapper {
  width: 90px;
  height: 90px;

  background: linear-gradient(135deg, #0a2342, #163b66) !important;

  box-shadow: 0 10px 25px rgba(10, 35, 66, 0.25);
}
.icon-wrapper i {
  color: white;
}
.about-section {
  background: #fff;
}

.about-subheading {
  color: var(--text-light);
  line-height: 1.9;
}
.our-feature-section {
  background: var(--bg-light);
}
.our-feature-sub-title {
  color: var(--primary-color);
  font-weight: 700;
}
.icon-item {
  background: white;
  border-radius: 50%;
  box-shadow: var(--shadow-soft);
}
.testimonial-section {
  background: var(--bg-light);
}
.testimonial-content {
  background: white;

  border-left: 5px solid var(--secondary-color);

  box-shadow: var(--shadow-soft);

  border-radius: 15px;
}
.rating i {
  color: var(--secondary-color);
}
.blog-item,
.blog-list-item {
  background: white;

  border-radius: 20px;

  overflow: hidden;

  box-shadow: var(--shadow-soft);

  transition: 0.4s;
}
.blog-item:hover,
.blog-list-item:hover {
  transform: translateY(-8px);
}
.blog-tag {
  background: var(--secondary-color);
  color: white;
}
.trusted-title {
  color: var(--primary-color);
  font-weight: 700;
}
.trusted-logos img {
  opacity: 0.75;
  transition: 0.3s;
}

.trusted-logos img:hover {
  opacity: 1;
  transform: scale(1.05);
}
.footer {
  background: #08192f;
  color: white;
}
.footer a {
  color: var(--secondary-light);
}

.footer a:hover {
  color: white;
}
.subscribe-btn {
  background: var(--secondary-color);
  color: white;
  border: none;
}
.card-img,
.blog-image,
.header-img {
  border-radius: 20px;
}
.service-item,
.blog-item,
.blog-list-item,
.btn,
.card {
  transition: all 0.4s ease;
}
.site-logo {
  height: 70px;
  width: auto;
}

/* body {
    font-family: Poppins;
} */
body {
  font-family: "Inter", sans-serif;

  background-color: #f9f8f4;

  color: var(--text-dark);

  font-size: 16px;

  line-height: 1.7;

  overflow-x: hidden;

  scroll-behavior: smooth;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;

  color: var(--primary-color);

  font-weight: 700;

  letter-spacing: 0.3px;
}
p {
  color: var(--text-light);

  margin-bottom: 1rem;
}
a {
  color: var(--primary-color);

  text-decoration: none;

  transition: 0.3s ease;
}

a:hover {
  color: var(--secondary-color);
}
.service-section,
.about-section,
.blog-section {
  background: #ffffff;
}

.our-feature-section,
.testimonial-section {
  background: #f9f8f4;
}
.container-xl {
  position: relative;
  z-index: 2;
}
::selection {
  background: var(--secondary-color);
  color: white;
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--secondary-dark);
}
.service-section,
.about-section,
.our-feature-section,
.testimonial-section,
.blog-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
body::before {
  content: "";

  position: fixed;

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background: radial-gradient(
    circle at 20% 20%,
    rgba(200, 155, 60, 0.03),
    transparent 40%
  );

  pointer-events: none;

  z-index: 0;
}

ul {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/

/* .header-section {
  padding-bottom: 70px;
  background-color: #FFF2E1;
  width: 100%;
  border-radius: 0% 0% 54% 51% / 10% 10% 18% 19%;
} */
.header-section {
  background: linear-gradient(135deg, #0a2342 0%, #163b66 50%, #0a2342 100%);
}

.header {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}
@media (min-width: 992px) {
  .header-section {
    padding-bottom: 0px;
  }
}

.header {
  color: var(--tertiary);
  background-color: #f4e9d3;
  padding: 20px 0;
  transition: all 0.5s;
  z-index: 997;
  height: 6rem;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 110px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--primary);
}

@media (max-width: 480px) {
  .header .logo img {
    max-height: 24px;
  }

  .header .logo h1 {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .navmenu {
    order: 3;
  }
}

.scrolled .header {
  background-color: #fff !important;
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--tertiary);
    padding: 18px 15px;
    font-size: 16px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover > a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--secondary);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--white);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--tertiary);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover > a {
    color: var(--secondary);
  }

  .navmenu .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }

  .navmenu .megamenu {
    position: static;
  }

  .navmenu .megamenu ul {
    margin: 0;
    padding: 10px;
    background: var(--white);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 130%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    display: flex;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
  }

  .navmenu .megamenu ul li {
    flex: 1;
  }

  .navmenu .megamenu ul li a,
  .navmenu .megamenu ul li:hover > a {
    padding: 10px 20px;
    font-size: 15px;
    color: var(--tertiary);
  }

  .navmenu .megamenu ul li a:hover,
  .navmenu .megamenu ul li .active,
  .navmenu .megamenu ul li .active:hover {
    color: var(--tertiary);
  }

  .navmenu .megamenu:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--tertiary);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--white);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--tertiary);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--secondary);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    box-shadow: none;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown > .dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 30px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu > ul {
    display: block;
  }
}

/* Default margin classes */
.mt-6 {
  margin-top: 6rem;
}

/* Small screens */
@media (max-width: 576px) {
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
}

/* Medium screens */
@media (max-width: 768px) {
  .mt-md-6 {
    margin-top: 6rem !important;
  }
}

@media (max-width: 1024px) {
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
}

.mt-7 {
  margin-top: 7rem;
}

.pt-6 {
  margin-top: 6rem;
}

.header-img {
  width: 100%;
  height: auto;
  border-radius: 100% 0% 100% 0% / 0% 0% 10% 100%;
}

@media (min-width: 576px) {
  .header-img {
    width: 400px;
  }
}

@media (min-width: 768px) {
  .header-img {
    width: 500px;
  }
}

@media (min-width: 992px) {
  .header-img {
    width: 600px;
  }
}

.learning-section .heading-large {
  font-size: 2.5rem; /* Default size for small screens */
  font-weight: 700;
}

.learning-section .subheading {
  font-size: 1rem; /* Default size for small screens */
  font-weight: 400;
}

@media (min-width: 576px) {
  /* Small screens */
  .learning-section .heading-large {
    font-size: 3rem;
  }
  .learning-section .subheading {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  /* Medium screens */
  .learning-section .heading-large {
    font-size: 3.5rem;
  }
  .learning-section .subheading {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  /* Large screens */
  .learning-section .heading-large {
    font-size: 4rem;
  }
  .learning-section .subheading {
    font-size: 1.75rem;
  }
}

.btn-secondary {
  background-color: var(--secondary);
}

.btn-hover {
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.btn-hover:hover {
  background-color: var(--primary);
}

.trusted-section {
  text-align: center;
}

.trusted-title {
  font-size: 1.5rem;
  margin-bottom: 3rem;
  color: var(--quaternary);
}

.trusted-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  justify-content: center;
  justify-items: center;
}

.trusted-logos img {
  max-width: 150px;
  max-height: 60px;
  transition:
    transform 0.3s,
    opacity 0.3s;
}

.trusted-logos img:hover {
  transform: scale(1.1);
}

@media (max-width: 1024px) {
  .trusted-logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .trusted-logos img {
    max-width: 120px;
    max-height: 50px;
  }
}

@media (max-width: 768px) {
  .trusted-logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .trusted-title {
    font-size: 20px;
  }

  .trusted-logos img {
    max-width: 100px;
    max-height: 40px;
  }
}

@media (max-width: 480px) {
  .trusted-logos {
    grid-template-columns: 1fr;
  }

  .trusted-logos img {
    max-width: 80px;
    max-height: 30px;
  }
}

.service-title {
  color: var(--primary);
  font-size: 2rem;
}

.text-secondary {
  color: var(--secondary) !important;
}

.service-subheading {
  color: var(--quaternary);
}

.icon-wrapper {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -1.8rem;
}
section,
[id] {
  scroll-margin-top: 120px;
}

.service-item {
  box-shadow: 0px 10px 60px 0px #262d7614;
}

.card-title {
  color: var(--primary);
  font-size: 1.5rem;
}

.card-text {
  color: var(--quaternary);
  font-size: 1.1rem;
}

.about-title,
.our-feature-title,
.blog-section-title {
  color: var(--primary);
  font-size: 2rem;
}

.about-subheading,
.our-feature-subheading,
.blog-section-subheading {
  color: var(--quaternary);
  font-size: 1.1rem;
}

.card-overlay {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.card-overlay .card-img {
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

.card-overlay .card-img-overlay {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
}

.card-overlay .btn {
  font-size: 16px;
  border-radius: 25px;
}

.about-blog-title h4 {
  color: var(--primary);
  font-size: 1.9rem;
  line-height: 3rem;
  font-weight: 600;
  z-index: 999;
}
.destination-content {
  background: #0a2342;
  color: white;
}
.destination-btn {
  color: #c89b3c;
}
/* ==========================
   STUDY DESTINATIONS
========================== */

.destination-section {
  padding-top: 100px;
}

.destination-title {
  font-size: 3rem;
  font-weight: 800;
  color: var(--primary-color);
}

.destination-subtitle {
  max-width: 700px;
  margin: auto;
  color: var(--text-light);
}
/* Read More p-tag */
.destination-p {
  color: gray !important;
}

/* Card */

.destination-card {
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(10, 35, 66, 0.08);
  transition: 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.destination-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 25px 50px rgba(10, 35, 66, 0.18);
}

/* Image */

.destination-card img {
  width: 100%;

  height: 260px;

  object-fit: cover;

  transition: 0.5s ease;
}

.destination-card:hover img {
  transform: scale(1.05);
}

/* Content */

.destination-content {
  background: #0a2342;
  padding: 30px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.destination-content h4 {
  color: #ffffff;

  margin-bottom: 15px;

  font-weight: 700;
}

.destination-content p {
  color: rgba(255, 255, 255, 0.8) !important;

  margin-bottom: 25px;
}

/* Button */

.destination-btn {
  color: #c89b3c;

  font-weight: 700;

  text-decoration: none;

  transition: 0.3s ease;
}

.destination-btn:hover {
  color: #d9b869;
}

.destination-btn i {
  transition: 0.3s ease;
}

.destination-btn:hover i {
  transform: translateX(6px);
}
.about-blog-title {
  position: relative;
}
.about-blog-title::before {
  content: "";
  width: 55px;
  height: 55px;
  background-color: var(--secondary);
  position: absolute;
  left: -10px;
  top: -5px;
  border-radius: 50%;
  z-index: -1;
}

.about-blog-desc p {
  color: var(--quaternary);
  font-size: 1.2rem;
}

.about-blog-read-more a {
  text-decoration: underline;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--primary);
  transition: color 0.3s ease;
}

.about-blog-read-more a:hover {
  color: var(--secondary);
}

.about-youtube {
  position: relative;
  padding: 1rem;
}

.about-youtube::before {
  content: "";
  width: 100px;
  height: 100px;
  background-color: var(--quinary);
  position: absolute;
  border-radius: 20px;
  top: 0;
  left: 0;
  z-index: -1;
}

.about-youtube::after {
  content: "";
  width: 100px;
  height: 100px;
  background-color: var(--secondary);
  position: absolute;
  border-radius: 20px;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.about-youtube img {
  object-fit: cover;
  border-radius: 15px;
}

.youtube-play-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.youtube-play-btn i {
  font-size: 20px;
  color: #c89b3c;
  transition: color 0.3s ease;
}

.youtube-play-btn:hover {
  background-color: var(--primary);
  transform: translate(-50%, -50%) scale(1.05);
}

.youtube-play-btn:hover i {
  color: #fff;
}

.our-feature-sub-title {
  font-size: 1.875rem;
  font-weight: 600;
}

.our-feature-class-room {
  margin: 0;
  padding: 0;
  list-style: none;
}

.our-feature-class-room li {
  display: flex;
  margin-bottom: 25px;
}
.icon-item {
  width: 50px;
  height: 50px;
  background-color: var(--white);
  box-shadow: 0px 15px 44px 0px #0d0f1c1f;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.icon-item img {
  width: 22px;
  height: auto;
}

.text-tertiary {
  color: #232332;
}

.text-quaternary {
  color: #696984;
}

.text-quinary {
  color: #23bdee;
}

.more-btn {
  color: var(--secondary);
  padding: 12px 24px;
  border-radius: 30px;
  border: 1px solid var(--secondary);
  font-size: 1.1rem;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.more-btn:hover {
  background-color: var(--secondary);
  color: var(--white);
}

.testimonial-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--primary);
  position: relative;
}

.testimonial-heading {
  margin-top: 1.25rem;
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--primary);
}

.testimonial-text {
  margin-top: 1.1rem;
  font-size: 1rem;
  color: var(--quaternary);
  line-height: 1.6;
}
/* .testimonial-slide {
  position: relative;
} */
/* .testimonial-content {
  position: absolute;
  bottom: 0;
  left: 20px;
} */
.testimonial-content {
  position: relative;
  left: auto;
  bottom: auto;

  background: #ffffff;
  border-left: 5px solid var(--secondary-color);
  border-radius: 15px;

  padding: 30px;

  box-shadow: var(--shadow-soft);

  height: 100%;
}
.testimonial-author h5 {
  margin-bottom: 5px;
  color: var(--primary-color);
  font-weight: 700;
}

.testimonial-author span {
  color: var(--text-light);
  font-size: 0.95rem;
}

.testimonial-text {
  margin-bottom: 25px;
}
.testimonial-slide .testimonial-content {
  background-color: #fff;
  box-shadow: 2px 4px 60px 0px #292c7c1a;
  padding: 40px 40px;
  border-radius: 8px 0 0 8px;
  border-left: 8px solid #f67766;
}
.testimonial-slide .testimonial-content p {
  color: #5f5f7e;
  font-size: 18px;
}
.testimonial-slide .testimonial-content h4 {
  color: #5f5f7e;
  font-size: 20px;
}
.testimonial-slide .testimonial-content .review {
  color: #80819a;
  font-size: 13px;
}
.testimonial-bg-img {
  height: 600px;
  background: linear-gradient(180deg, #a3d8d5 0%, #fdffeb 100%);
  overflow: hidden;
  padding: 20px 0px;
  border-radius: 12px;
}
.testimonial-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.4);
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1ea4ce !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 18px !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff !important;
  box-shadow: 0px 4px 60px 0px #292c7c26;
}

.testimonial-carousel .owl-nav .owl-prev {
  left: -30px;
}

.testimonial-carousel .owl-nav .owl-next {
  right: -30px;
}
.line-v {
  width: 60px;
  height: 2px;
  background-color: var(--primary);
  display: inline-block;
  vertical-align: bottom;
  margin-right: 20px;
  margin-top: 10px;
}
.rating i {
  color: var(--secondary);
}

.blog-header img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
}

.blog-title h2 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #252641;
  line-height: 2rem;
}

.blog-content p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--quaternary) !important;
  line-height: 1.5rem;
}

.blog-read-more a {
  font-size: 1rem;
  font-weight: 400;
  color: var(--primary);
  line-height: 1.5rem;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.blog-read-more a:hover {
  color: var(--secondary);
}

.blog-tag {
  background-color: #f4c467;
  color: var(--primary);
  display: inline-block;
  padding: 4px 32px;
  text-transform: uppercase;
  border-radius: 50px;
}

.blog-list-items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  overflow: hidden;
}

.blog-list-items .blog-list-item {
  border-radius: 12px;
  position: relative;
}

.blog-list-items .blog-image {
  width: 100%;
  height: 10rem;
  border-radius: 12px;
  object-fit: cover;
}

.blog-list-items .blog-content {
  flex: 1;
}

.blog-list-items .blog-tag {
  display: inline-block;
  padding: 0.25rem 0.75rem !important;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 10px;
  background-color: #f4c467;
  color: var(--primary);
}

.blog-list-items .blog-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #252641;
}

.blog-list-items .blog-description {
  font-size: 1rem;
  color: var(--quaternary);
}

/* .footer {
  background-color: #1a1b4b;
  color: #ffffff;
  padding: 40px 0;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 10px;
}
.footer a:hover {
  text-decoration: underline;
} */
.newsletter-input {
  border: 1px solid #83839a;
  border-radius: 25px;
  padding: 10px 15px;
  width: 100%;
  max-width: 300px;
  color: #ffffff;
  background-color: transparent;
}
.newsletter-input:focus {
  border-color: #83839a;
  box-shadow: none;
  outline: none !important;
}
.subscribe-btn {
  border: none;
  border-radius: 25px;
  color: #ffffff;
  padding: 10px 20px;
  cursor: pointer;
  background: linear-gradient(105.5deg, #545ae7 19.57%, #393fcf 78.85%);
}
.subscribe-btn:hover {
  opacity: 0.9;
}
/* .footer h6 {
  color: #B2B3CF;
  font-weight: 500;
}
.footer-sub-title {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
}
.footer h5 {
  font-size: 2rem;
  font-weight: 500;
}

.footer-menu li a {
  transition: color 0.3s ease;
}

.footer-menu li a:hover {
  text-decoration: none;
  color: var(--secondary);
} */
/* ==========================
   FOOTER
========================== */

.footer {
  background: #08192f;

  color: white;

  padding: 80px 0 30px;
}

.footer-logo {
  height: 90px;

  width: auto;
}

.footer h4 {
  color: #c89b3c;

  margin-bottom: 25px;

  font-size: 20px;

  font-weight: 700;
}

.footer p {
  color: rgba(255, 255, 255, 0.75);

  line-height: 1.8;
}

.footer-links {
  list-style: none;

  padding: 0;

  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.75);

  text-decoration: none;

  transition: 0.3s ease;
}

.footer-links a:hover {
  color: #c89b3c;

  padding-left: 5px;
}

.social-links {
  gap: 12px;
}

.social-icon {
  width: 42px;

  height: 42px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.08);

  color: white;

  transition: 0.3s ease;
}

.social-icon:hover {
  background: #c89b3c;

  color: white;

  transform: translateY(-3px);
}

.footer-contact p {
  margin-bottom: 15px;
}

.footer-contact i {
  color: #c89b3c;
}

.footer-divider {
  margin: 50px 0 25px;

  border-color: rgba(255, 255, 255, 0.1);
}

.copyright p {
  margin: 0;

  color: rgba(255, 255, 255, 0.6);
}
.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  background: #f5a623;
  z-index: 9999;
  transition: width 0.1s ease;
}
.consultation-box {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  margin: 50px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-top: 4px solid #f5a623;
  text-align: center;
}

.consultation-box h3 {
  margin-bottom: 15px;
  font-weight: 700;
}

.consultation-box p {
  max-width: 700px;
  margin: 0 auto 20px;
}
.visa-warning {
  background: #fff8e6;
  border-left: 5px solid #f5a623;
  padding: 20px;
  border-radius: 12px;
  margin: 25px 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.visa-warning strong {
  color: #333;
}
/* WHY CHOOSE SECTION */

.why-choose-section {
  overflow: hidden;
}

.why-card {
  border-radius: 20px;
  transition: all 0.35s ease;
  background: #fff;
}

.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08) !important;
}

.why-icon {
  width: 80px;
  height: 80px;
  background: rgba(53, 106, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-icon i {
  color: var(--bs-secondary);
}
/* WhatsApp Floating Button */

.whatsapp-float {
  position: fixed;
  width: 65px;
  height: 65px;
  bottom: 25px;
  right: 25px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  transform: translateY(-5px);
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

@media (max-width: 768px) {
  .whatsapp-float {
    width: 55px;
    height: 55px;
    font-size: 28px;
    bottom: 20px;
    right: 20px;
  }
}
/* CONSULTATION SECTION */

.consultation-card {
  background: #fff;
  border-radius: 25px;
  padding: 50px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}

.consultation-card .form-control,
.consultation-card .form-select {
  min-height: 55px;
  border-radius: 12px;
}

.consultation-card textarea {
  min-height: 150px;
  resize: vertical;
}
.footer-legal {
  margin-bottom: 20px;
}

.footer-legal a {
  color: #6c757d;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.footer-legal a:hover {
  color: var(--bs-secondary);
}
.page-banner {
  padding: 180px 0 80px;
  background: #f8f9fa;
  text-align: center;
}

.page-banner h1 {
  font-weight: 700;
  margin-bottom: 15px;
}

.page-banner p {
  max-width: 700px;
  margin: auto;
  color: #6c757d;
}
.legal-content {
  padding: 80px 0;
}

.legal-content h2 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: 700;
}

.legal-content p,
.legal-content li {
  line-height: 1.9;
}

.legal-content ul {
  margin-bottom: 25px;
}

.legal-content {
  padding: 80px 0;
  background: #ffffff;
}

.page-banner {
  padding: 180px 0 80px;
  background: #f8f9fa;
  border-bottom: 1px solid #e5e7eb;
}

/* Main article container */
.article-layout {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
}

/* Article body */
.article-content {
  background: #ffffff;
  color: #212529;
}

/* Paragraph readability */
.article-content p {
  color: #212529;
  font-size: 1.05rem;
  line-height: 1.9;
}

/* Headings */
.article-content h2 {
  color: #1f2937;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

/* Lists */
.article-content ul li {
  color: #212529;
  margin-bottom: 10px;
}

/* Article metadata */
.article-meta {
  background: #ffffff;
  color: #6c757d;
}

.table-of-contents {
  background: #ffffff !important;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 30px;
}

.table-of-contents h3 {
  color: #212529;
}

.table-of-contents a {
  color: #0d6efd;
}

.table-of-contents a:hover {
  text-decoration: underline;
}

/* Blog article wrapper */
.article-layout {
  background: #ffffff !important;
  border-radius: 16px;
  padding: 40px;
  box-shadow: none;
}

/* Main article body */
.article-content {
  background: #ffffff !important;
  color: #212529 !important;
}

/* Paragraphs */
.article-content p {
  color: #212529 !important;
  line-height: 1.9;
}

/* Headings */
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4 {
  color: #212529 !important;
}

/* Lists */
.article-content ul,
.article-content ol,
.article-content li {
  color: #212529 !important;
}

/* Metadata */
.article-meta {
  background: #ffffff !important;
  color: #6c757d !important;
}

.consultation-box {
  background: #ffffff !important;
  border: 1px solid #e9ecef;
  border-left: 4px solid var(--secondary-color);
  border-radius: 12px;
  padding: 30px;
}

.consultation-box h4,
.consultation-box p {
  color: #212529 !important;
}

section.py-5.mt-7 {
  background: #ffffff !important;
}

.related-articles {
  background: #ffffff;
  padding: 60px 0;
}

.related-articles h3 {
  font-weight: 700;
  margin-bottom: 2rem;
}

.resources-heading {
  color: #ffffff;
}

.header-section {
  min-height: 500px;
}

/* ==========================================================================
   Premium Navbar Refinement Styles
   ========================================================================== */

/* The main header positioning and transition */
.site-navbar {
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(12px) !important; /* Premium Frosted Glass Effect */
  -webkit-backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
}

/* Subtle shrink effect when scrolling down */
.site-navbar.scrolled {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Custom premium link layout */
.nav-link-premium {
  color: #2b354e !important; /* Premium corporate dark blue/slate */
  font-size: 15px;
  position: relative;
  transition: color 0.3s ease;
  text-decoration: none;
}

/* Micro-interaction line drawing underneath link when hovered */
.nav-link-premium::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: #0279ff; /* Primary active brand tone */
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-link-premium:hover::after,
.nav-link-premium.active::after {
  width: 80%;
}

.nav-link-premium:hover,
.nav-link-premium.active {
  color: #0279ff !important;
}

/* Smooth pop transition on the navbar Action Button */
.navbar-cta-btn {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease !important;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.navbar-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(2, 121, 255, 0.25) !important;
}

/* Premium Footer Interactivity Styles */
/* Premium Footer Interactivity Styles */
.footer {
  /* CHANGED: Swapped slate black back to your former dark blue */
  background-color: #0a2342 !important;
}
.footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 2px;
  width: 35px;
  background-color: #0279ff; /* Accent blue line remains clean */
}
.transition-link {
  transition: all 0.25s ease;
  display: inline-block;
}
.transition-link:hover {
  color: #0279ff !important;
  transform: translateX(5px); /* Micro-interaction bounce on hover */
}
.social-icon-premium {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: all 0.3s ease;
}
.social-icon-premium:hover {
  background: #0279ff;
  color: white;
  transform: translateY(-3px);
}
.hover-accent:hover {
  color: #0279ff !important;
}
.small-icon {
  font-size: 10px;
  opacity: 0.5;
}
.small-legal {
  font-size: 13px;
  transition: color 0.2s ease;
}
.small-legal:hover {
  color: #fff !important;
}

.site-logo {
  height: auto;
  max-height: 55px; /* Keeps it clean and uniform in the navbar */
  width: auto;
  transition: max-height 0.3s ease;
  border-radius: 10px;
}

/* Keep it clear and scalable on mobile screens */
@media (max-width: 480px) {
  .site-logo {
    max-height: 40px;
  }
}

.hero-section {
  padding-top: 140px !important; /* Forces safe clearance below the 6rem navbar */
}

@media (max-width: 768px) {
  .hero-section {
    padding-top: 110px !important; /* Adjusted safety zone for mobile devices */
  }
}

/* Ensure the Hero section text completely ignores global dark overrides */
#hero h1,
#hero p,
#hero .lead {
  color: #ffffff !important;
}

/* Ensure secondary buttons group elements stack perfectly without colliding */
.hero-buttons-group .btn {
  font-size: 15px;
  letter-spacing: 0.2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Clean spacing fallback for smaller mobile browsers */
@media (max-width: 576px) {
  .hero-buttons-group .btn {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 12px !important;
  }
}

/* Ensure Footer Headings are perfectly readable and sharp */
.footer h5,
.footer .footer-heading {
  color: #ffffff !important;
  font-weight: 600;
}

/* Ensure Quick Links text is clean and readable against dark blue */
.footer ul li a,
.footer .footer-links a {
  color: #d1d5db !important; /* Soft light silver for excellent legibility */
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

/* Add a smooth interactive pop when hovering over the links */
.footer ul li a:hover,
.footer .footer-links a:hover {
  color: #38bdf8 !important; /* Vibrant accent blue on hover */
}
/* Fix Footer Logo Visibility */
.footer .site-logo,
.footer img {
  filter: none !important; /* Removes any color-inverting filters */
  opacity: 1 !important; /* Ensures it isn't accidentally hidden */
  display: inline-block;
  height: auto;
  max-height: 55px; /* Matches the header logo scaling */
  width: auto;
  border-radius: 15px;
}

.article-content ul {
  list-style: none;
  padding-left: 0;
}

.article-content ul li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0.75rem;
}

.article-content ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #0a2342;
  position: absolute;
  left: 0;
  top: 2px;
}

.navmenu {
  flex-wrap: nowrap;
}

.navmenu ul {
  margin-right: 1rem;
}

.navbar-cta-btn {
  white-space: nowrap;
}

/* Premium Mobile Optimization: Remove Reading Progress Bar */
@media (max-width: 1199px) {
  .reading-progress {
    display: none !important;
  }
}

/* Fix Mobile Menu Toggle Interaction & Layering */
@media (max-width: 1199px) {
  .header {
    z-index: 1000; /* Ensure header stays above hero section */
  }

  .mobile-nav-toggle {
    position: relative;
    z-index: 1001; /* Layer directly above header surface */
    cursor: pointer;
  }

  /* Prevent the navbar container or mobile menu background from swallowing clicks */
  .mobile-nav-active .mobile-nav-toggle {
    position: fixed;
    z-index: 99999 !important; /* Force to the absolute absolute front layer */
  }
}

/* Custom Text Alignment adjustments for Premium Mobile UX */
@media (max-width: 768px) {
  /* Center align the primary hero intro copy */
  .hero-text-content {
    text-align: center !important;
  }

  /* Ensure CTA button clusters balance dynamically */
  .hero-buttons-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .hero-buttons-group .btn {
    width: 100%;
    max-width: 320px;
    margin: 0 !important; /* Standardize gutters */
  }

  /* Normalize line heights for clean typography on compressed layouts */
  h1.display-4 {
    font-size: 2.25rem !important;
    line-height: 1.2 !important;
  }

  .why-choose-section p,
  .service-subheading {
    text-align: justify;
    text-align-last: center; /* Creates beautifully balanced block paragraphs */
    font-size: 15px;
  }
}
/* Premium Mobile Layout Optimization */
@media (max-width: 1199px) {
  .reading-progress {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  /* Prevent background page structures or absolute hero imagery from bleeding over the menu trigger */
  .mobile-nav-toggle {
    position: relative;
    z-index: 10000 !important; /* Forces the hamburger trigger icon completely forward */
    cursor: pointer;
  }
}
@media (max-width: 1199px) {
  /* Enforce visibility over Bootstrap utilities and apply fallback styling background */
  .mobile-nav-active .navmenu > ul {
    display: flex !important;
    flex-direction: column !important;
    background-color: #ffffff !important;
    color: #1e293b !important;
  }

  /* Make sure links inside the dropped down list text can be seen clearly */
  .mobile-nav-active .navmenu ul li a {
    color: #0a2342 !important;
    padding: 12px 20px !important;
    width: 100%;
  }
}

/* Premium Mobile Nav Overlay Fixes */
@media (max-width: 1199px) {
  /* Force the navigation block to act as a proper full-screen mobile menu overlay */
  .mobile-nav-active .navmenu {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(
      10,
      35,
      66,
      0.98
    ) !important; /* Premium dark brand background */
    z-index: 9999;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    transition: all 0.3s ease-in-out;
  }

  /* Override the desktop flex behavior so links stack cleanly into a vertical column */
  .mobile-nav-active .navmenu ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
  }

  /* Style the mobile links for premium legibility */
  .mobile-nav-active .navmenu ul li {
    padding: 12px 0 !important;
    width: 100%;
    text-align: center;
  }

  .mobile-nav-active .navmenu ul li a {
    color: #ffffff !important; /* Crisp white text against the dark overlay */
    font-size: 1.25rem !important;
    display: inline-block;
    width: 100%;
    transition: color 0.2s ease;
  }

  /* Active/Hover states for mobile links */
  .mobile-nav-active .navmenu ul li a.active,
  .mobile-nav-active .navmenu ul li a:hover {
    color: #38bdf8 !important; /* Soft accent blue highlights */
  }
}

/* 1. Force the navbar container to spread items from edge to edge */
.navbar-container {
  display: flex;
  justify-content: space-between; /* Pushes logo to far left, button to far right */
  align-items: center;
  width: 100%;
  padding-left: 40px; /* Minimal spacing so it doesn't touch the literal screen edge */
  padding-right: 40px;
  box-sizing: border-box;
}

/* 2. Strip away any accidental left margin/padding pulling the logo right */
.logo {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/* 3. Ensure the button container doesn't get squished */
.free-assessment-btn {
  flex-shrink: 0; /* Prevents the button from shrinking or hiding */
}

/* Featured Articles Cards */
.blog-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-content .destination-btn {
  margin-top: auto;
}
.blog-tag {
  text-align: center;
  color: #ffffff !important;
}

h5.card-2 {
  color: #ffffff !important;
}

card-border {
  color: gainsboro !important;
}

#nav-badge {
  background-color: rgba(108, 117, 125, 1) !important;
}

#article-h4,
#article-p {
  color: #ffffff !important;
}

/* #card-medical-h, #card-medical-p {
  color: #ffffff !important;
} */

.card-medical {
  background-color: #ffff !important;
}

.bulletproof {
  color: #ffffff !important;
}

#explore-h3 {
  color: black !important;
}

/* New Navbar Styling */ /* ==========================================
   Mobile & Tablet Responsive Navbar Fixes
   ========================================== */

@media (max-width: 991.98px) {
  /* Prevent the mobile menu background from being transparent and overlapping content */
  .navbar-collapse {
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-top: 15px;
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    z-index: 1050; /* Sits cleanly above sliders and other relative page content */
  }

  /* Make links friendly for thumbs to click */
  .navbar-nav .nav-link {
    padding: 12px 0;
    border-bottom: 1px solid #f1f3f5;
    color: #0a2342 !important; /* Premium dark color */
  }

  /* Clear the bottom border of the last item */
  .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: none;
  }

  /* Force logo and hamburger button spacing to the edges */
  .navbar-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Handle the CTA button alignment on mobile */
  .free-assessment-btn {
    width: 100%;
  }
  .free-assessment-btn .btn {
    width: 100%;
    padding: 12px 0;
  }
}
/* Mobile Responsiveness */
/* ==========================================
   Standard Mobile & Tablet Responsive Navigation
   ========================================== */
@media (max-width: 991.98px) {
  /* Enforce Bootstrap collapse behavior */
  .navbar-collapse:not(.show) {
    display: none !important;
  }

  .navbar-collapse.show {
    display: block !important;
  }

  /* Floating Dropdown Card for Mobile/Tablet */
  .navbar-collapse {
    background-color: #ffffff;
    box-shadow: 0 12px 30px rgba(10, 35, 66, 0.15); /* Soft premium shadow */
    border-radius: 12px;
    padding: 24px;
    margin-top: 15px;
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    z-index: 1050; /* Ensure it stays above hero elements and sliders */
  }

  /* Clean up lists on mobile */
  .navbar-nav {
    padding-bottom: 10px;
  }

  /* Wide finger-friendly touch targets */
  .navbar-nav .nav-link {
    padding: 14px 0 !important;
    border-bottom: 1px solid #f1f3f5;
    color: #0a2342 !important; /* Rich primary dark theme text */
    font-size: 1.05rem;
    text-align: center;
  }

  /* Remove border on final navigation element */
  .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: none;
  }

  /* Make mobile Call-To-Action full-width */
  .free-assessment-btn {
    width: 100%;
    margin-top: 10px;
  }
  .free-assessment-btn .btn {
    width: 100%;
    padding: 12px 0 !important;
    display: block;
  }

  /* Adjust spacing margins */
  .navbar-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* =========================
   PREMIUM RESPONSIVE NAVBAR
========================= */

.premium-navbar {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  padding: 12px 0;
}

.navbar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo {
  height: 70px;
  width: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
}

.nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-list li {
  margin: 0 10px;
}

.nav-list a {
  text-decoration: none;
  font-weight: 600;
  color: #222;
  transition: 0.3s;
}

.nav-list a:hover {
  color: #0d6efd;
}

.navbar-cta-btn {
  margin-left: 20px;
  background: #6c757d;
  color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
}

.mobile-menu-btn {
  background: none;
  border: none;
  font-size: 28px;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 99999;
  transition: 0.35s ease;
  overflow-y: auto;
  padding: 30px;
}

.mobile-menu-overlay.active {
  left: 0;
}

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.mobile-logo {
  height: 55px;
}

.close-mobile-menu {
  border: none;
  background: none;
  font-size: 30px;
}

.mobile-nav-links {
  list-style: none;
  padding: 0;
}

.mobile-nav-links li {
  border-bottom: 1px solid #eee;
}

.mobile-nav-links a {
  display: block;
  padding: 16px 0;
  text-decoration: none;
  font-weight: 600;
  color: #222;
}

.mobile-assessment-btn {
  display: block;
  margin-top: 30px;
  text-align: center;
  padding: 15px;
  border-radius: 50px;
  background: #6c757d;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 991px) {
  .site-logo {
    height: 50px;
  }

  .premium-navbar {
    padding: 8px 0;
  }
}

.blog-hub-card {
  display: block;
  text-decoration: none;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  height: 100%;
}

.blog-hub-card:hover {
  transform: translateY(-6px);
}

.related-card {
  display: block;
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  height: 100%;
}

.related-card:hover {
  transform: translateY(-5px);
}

.article-navigation {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
  gap: 20px;
}

.article-navigation a {
  text-decoration: none;
  padding: 15px 25px;
  border-radius: 50px;
  background: #f5f5f5;
  font-weight: 600;
}

.atlas-blog-cta {
  padding: 80px 0;
  background: #f8f9fa;
}

@media (max-width: 768px) {
  .article-navigation {
    flex-direction: column;
  }
}

.blog-hub-hero {
  padding: 120px 0 80px;
  text-align: center;
  background: linear-gradient(135deg, #0a2342, #163b66);
  color: #fff;
}

.blog-hub-badge {
  display: inline-block;
  background: #d4af37;
  color: #fff;
  padding: 8px 18px;
  border-radius: 50px;
  margin-bottom: 20px;
  font-weight: 600;
}

.blog-hub-hero h1 {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 20px;
}

.blog-hub-hero p {
  color: #e5e7eb;
  font-size: 1.1rem;
}

.blog-hub-card {
  display: block;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.blog-hub-card:hover {
  transform: translateY(-8px);
}

.article-category {
  display: inline-block;
  margin-bottom: 15px;
  color: #d4af37;
  font-weight: 700;
}

.read-more {
  font-weight: 700;
}

.category-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 40px 0;
}

.category-grid a {
  padding: 12px 20px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.atlas-blog-cta {
  padding: 80px 0;
  background: #f8f9fa;
}

.featured-service-card {
  background: linear-gradient(135deg, #0a2342, #163b66);
  color: #fff !important;
}

.featured-service-card h4,
.featured-service-card p,
.featured-service-card .read-more {
  color: #fff !important;
}

.blog-category-section {
  padding: 70px 0;
}

.category-title {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
}

/* Card Container Styling */
.blog-hub-card {
  display: block; /* Ensures the link covers the full area */
  text-decoration: none;
  overflow: hidden; /* Clips any overflowing content */
  border-radius: 8px; /* Optional: smooth corners */
}

/* Image Styling */
.blog-hub-card .card-img-top {
  width: 100%;
  height: 200px; /* Adjust height to fit your layout */
  object-fit: cover; /* Prevents image distortion */
  display: block;
}

/* Title Styling */
.blog-hub-card h4 {
  padding: 15px; /* Adds space around the text */
  margin: 0;
}

.blog-category-title {
  color: #d8d6d6;
}
