* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  position: fixed !important;
  width: 100% !important;
}

body {
  font-family: 'Segoe UI', sans-serif;
}

header {
  z-index: 9999 !important;

}

/* Top bar */
.top-bar {
  background: #000;
  color: #fff;
  padding: 10px 60px 10px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.top-bar .left,
.top-bar .right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-bar i {
  margin-right: 5px;
  color: red;
}

.top-bar img {
  width: 20px;
  height: 14px;
  border-radius: 50%;
}

header {
  position: sticky;
}

/* Main nav */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding-left: 60px !important;
  padding-right: 60px !important;
}



.logo {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.logo span {
  color: red;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-links a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}

.nav-links i {
  color: red;
}

.menu-btn {
  display: none;
  font-size: 24px;
  cursor: pointer;
}



.logo {
  height: 40px;
  width: 120px;
  object-fit: contain;
}

/* Dropdown container */
.dropdown {
  position: relative;
}

.dropbtn {
  display: flex;
  align-items: center;
  gap: 5px;
  /* background: red; */
  color: white;
  /* padding: 10px 15px; */
  text-decoration: none;
  font-weight: 500;
  border-radius: 4px;
}

/* 
      .dropbtn:hover{
                background: red;

      } */
/* Hidden dropdown content */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  min-width: 220px;
  z-index: 1000;
  border-top: 3px solid red;
}

/* Show on hover */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* Dropdown item styling */
.dropdown-menu a {
  display: block;
  padding: 8px 20px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.dropdown-menu a:hover {
  background: #f7f7f7;
  color: red;
}

@media (max-width: 1280px) {
  .banner-card {
    width: calc(50% - 20px);
  }

  .tnc-accordion {
    display: grid;
    width: 700px !important;
  }

  .tnc-wrap {

    width: 800px !important;

  }

}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    align-items: start;

  }

  .visa-section {
    padding: 20px !important;
  }

  .nav-links.active {
    display: flex;
  }

  .menu-btn {
    display: block;
  }

  .top-bar .left,
  .top-bar .right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
  }

  .top-bar {
    padding: 0px 10px 0px 10px;
    font-size: 12px;
  }

  .welcome {
    font-size: 18px !important;
    padding: 10px;
  }

  .ptag {
    font-size: 14px !important;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .stats-bg img {
    height: 700px !important;
  }

  .stats-bg {
    height: 700px !important;
  }

  .Countries {
    padding: 20px !important;

  }


  .tnc-accordion {
    display: grid;
    width: 400px !important;
  }

  .tnc-wrap {

    width: 450px !important;

  }
}

.destination-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 360px;
  padding-top: 50px;
}

.carousel-caption-custom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}

.carousel-caption-custom h1 {
  font-size: 48px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.6);
}

/* Optional dark overlay for better text visibility */
.carousel-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

/* Make images responsive */
.carousel-item img {
  height: 320px;
  object-fit: cover;
  filter: brightness(0.75);
}

@media screen and (max-width: 768px) {
  .carousel-caption-custom h1 {
    font-size: 28px;
  }

  /* .carousel-item img {
    height: 60vh;
  } */
}

h4 {
  height: 50px;
  background-color: #0A6831;
  border-radius: 12px;
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: white !important;
  font-size: 18px !important;
}


.visa-section {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  padding: 10px 100px 100px 100px;
}

.visa-types {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
  gap: 20px;
}

.visa-card {
  border: 2px solid #00000024;
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  background-color: #ffeeee2f;
  background-color: #ffecec;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.visa-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.visa-card h3 {
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 10px;
}

.visa-card p {
  font-size: 16px;
  color: #555;
  font-weight: 500;
}

.form-container {
  flex: 1;
  max-width: 480px;
  background: #ffecec;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border: 2px solid #00000012;
}

.form-container h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.form-container p {
  color: #eb222a;
  font-size: 14px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.mobile-input {
  display: flex;
  align-items: center;
  gap: 10px;
}

.country-code {
  padding: 12px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.submit-btn {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 10px;
  background: #eb222a;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 992px) {
  .visa-section {
    flex-direction: column;
  }

  .form-container {
    max-width: 100%;
  }
}

.visa-card:hover {
  border-top: 4px solid #eb222a;
}

.heading {
  display: flex;
  justify-content: start;
  align-items: self-start;
  padding: 40px 20px 20px 20px;
  padding-left: 80px;
}

.heading h1 {
  font-size: 27px;
  font-weight: 700;
}

/* Section Style */
.tourist-doc-card {
  display: flex;
  justify-content: center;
  padding: 20px;
}

/* Container */
.tourist-doc-container {
  background-color: #ffecec;
  border-radius: 16px;
  padding: 30px;
  max-width: 1200px;
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.221);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Title */
.tourist-doc-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* List */
.tourist-doc-list {
  list-style: decimal inside;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 16px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 600px) {
  .tourist-doc-container {
    padding: 20px;
  }

  .tourist-doc-title {
    font-size: 20px;
  }

  .tourist-doc-list {
    font-size: 15px;
  }
}



.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 20px 20px;
}

.heading h1 {
  font-size: 27px;
  font-weight: 600;
}


.destination-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 30px;
}

.destination-card {
  width: 200px;
  height: 260px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.destination-card:hover {
  transform: scale(1.03);
}

.destination-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.99), transparent);
  padding: 10px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.destination-name {
  font-size: 1rem;
  font-weight: bold;
}

.destination-icon i {
  font-size: 16px;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .destination-card {
    width: 45%;
    height: 220px;
  }
}

@media (max-width: 480px) {
  .destination-card {
    width: 90%;
    height: 200px;
  }

  .tnc-accordion {
    display: grid;
    width: 300px !important;
  }

  .tnc-wrap {

    width: 350px !important;

  }
}


.visa-viewall {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}


/* From Uiverse.io by cssbuttons-io */
.viewall {
  font-size: 17px;
  padding: 1em 2.7em;
  font-weight: 500;
  background: #1f2937;
  color: white;
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 0.6em;
  cursor: pointer;
  width: 250px;
}

.gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0.6em;
  margin-top: -0.25em;
  background-image: linear-gradient(rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.3));
}

.label {
  position: relative;
  top: -1px;
}

.transition {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 500ms;
  background-color: #eb222a;
  border-radius: 9999px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}

.viewall:hover .transition {
  width: 250px;
  height: 14em;
}

.viewall:active {
  transform: scale(0.97);
}





.tnc-shell {
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

/* Header */
.tnc-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(8px);
  background: linear-gradient(to bottom, rgba(15, 23, 42, .9), rgba(15, 23, 42, .6));
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.tnc-nav {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 14px 20px;
  display: none;
  align-items: center;
  gap: 14px;
  justify-content: space-between;
}

.tnc-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: .3px;
}

.tnc-brand .tnc-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--tnc-accent), var(--tnc-accent-2));
  box-shadow: var(--shadow-sm);
  display: grid;
  place-items: center;
  color: #051923;
  font-size: 18px;
  font-weight: 900;
}

.tnc-nav a {
  text-decoration: none;
  color: var(--tnc-text);
  opacity: .85;
}

/* Hero */
.tnc-wrap {
  max-width: var(--content-max);
  margin: 28px auto 64px;
  padding: 0 20px;
  background-color: #ffecec;
  width: 1200px;
  border: 2px solid rgba(0, 0, 0, 0.212);
  border-radius: 16px;
}

.tnc-hero {
  display: grid;
  gap: 18px;
  margin: 22px 0 10px;
}

.tnc-title {
  font-size: clamp(1.8rem, 1.2rem + 2.2vw, 3rem);
  line-height: 1.15;
  letter-spacing: .2px;
  margin: 0;
}

.tnc-subline {
  color: var(--tnc-dim);
  font-size: .98rem;
}

.tnc-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .875rem;
  background: rgba(56, 189, 248, .12);
  border: 1px solid rgba(56, 189, 248, .25);
  color: #c6f1ff;
  padding: 8px 12px;
  border-radius: 999px;
}

/* Card */
.tnc-card {
  margin-top: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .01));
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: var(--shadow-lg);
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.tnc-card-header {
  padding: 22px 22px 16px;
  background: linear-gradient(135deg, rgba(56, 189, 248, .08), transparent 60%);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.tnc-effective {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  color: var(--tnc-dim);
  font-size: .95rem;
}

.tnc-effective strong {
  color: var(--tnc-text);
}

.tnc-card-body {
  padding: 0;
}

/* Accordion using <details> */
.tnc-accordion {
  display: grid;
  width: 1100px;
}

details.tnc-section {
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  background: linear-gradient(180deg, rgba(255, 255, 255, .015), rgba(255, 255, 255, 0));
}

details.tnc-section[open] {
  background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, 0));
}

summary.tnc-summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}

summary.tnc-summary::-webkit-details-marker {
  display: none;
}

.tnc-num {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  /* background: rgba(34,211,238,.15); */
  background-color: #eb222a;
  border: 1px solid rgba(2, 2, 2, 0.156);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  color: #ffffff;
}

.tnc-sect-title {
  font-size: 1rem;
  letter-spacing: .2px;
}

.tnc-chevron {
  transform: rotate(0deg);
  transition: transform .25s ease;
  opacity: .75;
  font-size: 18px;
}

details[open] .tnc-chevron {
  transform: rotate(180deg);
}

.tnc-content {
  padding: 0 22px 20px 64px;
  /* leave space for the number badge */
  color: var(--tnc-text);
  opacity: .95;
}

.tnc-content p {
  margin: 0 0 10px;
}

.tnc-bullets {
  margin: 8px 0 0 18px;
  padding: 0;
}

.tnc-bullets li {
  margin: 6px 0;
}

/* Footer */
.tnc-footer {
  max-width: var(--content-max);
  margin: 40px auto 80px;
  padding: 0 20px;
  color: var(--tnc-dim);
  font-size: .92rem;
  display: grid;
  gap: 10px;
}

.tnc-divider {
  height: 1px;
  background: rgba(255, 255, 255, .08);
  margin: 22px 0;
}

.tnc-accept {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: center;
  gap: 10px;
}

.tnc-toplink {
  text-decoration: none;
  color: var(--tnc-accent);
}

/* Print-friendly */
@media print {
  .tnc-header {
    position: static;
    background: transparent;
    border: none;
  }

  .tnc-card,
  body {
    background: #fff;
    color: #000;
    box-shadow: none;
  }

  .tnc-card,
  .tnc-card * {
    border-color: #e5e7eb !important;
  }

  .tnc-num {
    background: #eef2ff;
    border-color: #c7d2fe;
    color: #111;
  }

  summary.tnc-summary {
    cursor: default;
  }

  details[open] .tnc-chevron,
  .tnc-chevron {
    display: none;
  }
}

/* Responsive tweaks */
@media (max-width: 640px) {
  .tnc-content {
    padding: 0 16px 18px 22px;
  }

  .tnc-num {
    width: 28px;
    height: 28px;
    font-size: .9rem;
  }

  summary.tnc-summary {
    padding: 16px;
    gap: 10px;
  }

  .tnc-wrap {
    margin-top: 18px;
  }
}









.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 20px 20px;
}


.custom-footer {
  background-color: #1c2331;
  border-radius: 40px 40px 0px 0px;
  /* font-family: Arial, sans-serif; */
}

.custom-footer-top {
  background-color: #eb222a;
  border-radius: 40px 40px 0px 0px;

  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.custom-footer-connect {
  margin: 0;
  font-size: 16px;
  color: white;
}

.custom-social-icons a {
  color: white;
  margin: 0 10px;
  font-size: 20px;
  transition: 0.3s ease;
}

.custom-social-icons a:hover {
  color: #ddd;
}

.custom-footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 10px 20px;
  background-color: #111;
  color: white;
}

header {
  position: fixed;
  width: 100%;
}

.footer-box {
  flex: 1 1 220px;
  margin: 10px;
}

.footer-title {
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 2px solid #eb222944;
  padding-bottom: 15px;
}

.footer-logo {
  max-width: 160px;
  height: auto;
  margin-bottom: 15px;
}

.footer-box ul {
  list-style: none;
  padding: 0;
}

.footer-box ul li {
  margin-bottom: 10px;
}

.footer-box ul li a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}

.footer-box ul li a:hover {
  color: white;
  text-decoration: underline;
}

.footer-Contact li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-Contact i {
  width: 18px;
}

.custom-footer-bottom {
  background-color: #0d0d0d;
  text-align: center;
  padding: 15px;
  font-size: 14px;
}

.custom-footer-bottom a {
  color: #ffffff;
  text-decoration: none;
}

.custom-footer-bottom a:hover {
  text-decoration: underline;
}

.custom-footer-bottom p {
  color: #ffffff;
}

footer {
  padding-top: 40px;
  background-color: white !important;
}


.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 35px;
  height: 35px;
}


.mobile-bottom-nav {
  display: none;
}

/* Show only on mobile */
@media (max-width: 768px) {
  .mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 8px 0;
    z-index: 9999;
    border-radius: 12px 12px 0 0;
  }

  .mobile-bottom-nav .nav-item {
    color: #fff;
    text-align: center;
    flex: 1;
    text-decoration: none;
    font-family: sans-serif;
  }

  .mobile-bottom-nav .nav-item i {
    font-size: 20px;
    display: block;
    margin-bottom: 4px;
  }

  .mobile-bottom-nav .nav-item span {
    font-size: 14px;
  }
}





/* Back to top button */
#backToTop {
  position: fixed;
  bottom: 20px;
  left: 20px;
  /* Left side */
  background: #333;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

#backToTop.show {
  opacity: 1;
  pointer-events: auto;
}


.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 35px;
  height: 35px;
}


.mobile-bottom-nav {
  display: none;
}

/* Show only on mobile */
@media (max-width: 768px) {
  .mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 8px 0;
    z-index: 9999;
    border-radius: 12px 12px 0 0;
  }

  .mobile-bottom-nav .nav-item {
    color: #fff;
    text-align: center;
    flex: 1;
    text-decoration: none;
    font-family: sans-serif;
  }

  .mobile-bottom-nav .nav-item i {
    font-size: 20px;
    display: block;
    margin-bottom: 4px;
  }

  .mobile-bottom-nav .nav-item span {
    font-size: 14px;
  }
}





/* Back to top button */
#backToTop {
  position: fixed;
  bottom: 20px;
  left: 20px;
  /* Left side */
  background: #333;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

#backToTop.show {
  opacity: 1;
  pointer-events: auto;
}




@media (max-width: 768px) {
  .footer-box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns per row */
    gap: 8px 16px;
    /* row & column gaps */
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .footer-box ul li {
    margin: 0;
    /* remove default list spacing */
    text-align: start;
    padding-bottom: 2px;
    /* optional: center the link text */
  }

  .footer-Contact {
    display: block !important;
    gap: 10px !important;
  }

  .footer-boxss {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .footer-logo {
    width: 100px;
  }

  .footer-boxss img h2 {
    font-size: 12px !important;
  }

  .font-awesome {
    font-size: 14px !important;
  }
}

.footer-boxss {
  padding-top: 20px;
  padding-right: 20px;
}


@media (max-width: 768px) {
  .help-container {
    display: block;
    position: relative;
  }

  .help-btn {
    width: 100%;
    background: #0074aa00;
    color: #fff;
    padding: 10px;
    border: none;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
    display: flex !important;

  }

  .help-dropdown {
    display: none;
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 10px;
  }

  .help-dropdown span {
    display: block;
    margin: 5px 0;
    font-size: 14px;
    color: #000;
  }

  .help-container.active .help-dropdown {
    display: block;
  }


  .carousel-slide {
    height: 100%;
  }

  .stats-section {
    margin: 0px auto;
  }

  .whatsapp-float {
    display: none;
  }
}

.help-btn {
  display: none;
}


/* Trigger style */
.right span {
  cursor: pointer;
  color: #ffffff;
  /* background: #ffffff; */
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 22px;
}

/* Modal overlay */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Modal box */
.modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Close button */
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

/* Inputs */
.modal-content form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.modal-content input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.modal-content button {
  background: #eb222a;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.modal-content button:hover {
  background: #850707;
}

/* Responsive tweaks */
@media (max-width: 480px) {
  .modal-content {
    padding: 15px;
    font-size: 14px;
  }
}

.text-colour {
  color: #000;
}

.display-flex {
  display: flex;
  justify-content: space-between;
}

.close {
  color: #000;
}