
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
body {
  overflow-x: hidden;
  position: relative; }



/* Ximbo Global Theme Variables */
:root {
  --new-ximbo-bg-dark: #002714;
  --new-ximbo-accent: #1c7360;
  --new-ximbo-button: #b17a2f;
  --new-ximbo-text-light: #e6f2e6;
  --new-ximbo-border: #145347;
  --new-ximbo-hover: #258a72;
}

/* Global Styles */
body {
  background-color: #a28dff;
  color: var(--new-ximbo-text-light);
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

/* Accent Buttons */
.new-ximbo-btn {
  background-color: var(--new-ximbo-button);
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.new-ximbo-btn:hover {
  background-color: var(--new-ximbo-hover);
  color: #fff;
}

/* Accent Links */
a {
  color: var(--new-ximbo-accent);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--new-ximbo-hover);
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #2b1b08;
  font-weight: 700;
}

/* Section Borders */
.new-ximbo-section {
  border-top: 2px solid var(--new-ximbo-border);
  border-bottom: 2px solid var(--new-ximbo-border);
  padding: 60px 20px;
}

/* Navbar Background Fix (optional if reusing navbar) */
.new-ximbo-navbar {
  background-color: var(--new-ximbo-bg-dark);
}


/* Ximbo New Header Styles */
.new-ximbo-navbar {
  background-color: #a28dff;
  padding: 16px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  z-index: 1000;
}

.new-ximbo-logo {
  height: 65px;
}

.new-ximbo-toggler {
  border: none;
}

.new-ximbo-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='%2391a484' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.new-ximbo-nav-list .nav-link {
  font-weight: 500;
  padding: 10px 16px;
  color: #23201c;
  text-decoration: none;
  transition: color 0.3s ease;
  border-radius: 4px;
}

.new-ximbo-nav-list .nav-link:hover,
.new-ximbo-nav-list .nav-link.active {
  color: #f9c981;
  background-color: #91a48422;
}

/* Active nav link */
.new-ximbo-navbar .nav-link.active {
  color: #2b1b08 !important;
  position: relative;
  font-weight: 600;
}

/* Underline for active */
.new-ximbo-navbar .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f9c981;
  border-radius: 2px;
}

/* Hover effect for all nav links */
.new-ximbo-navbar .nav-link:hover {
  color: #2b1b08 !important;
}


/* Hero Section */
.new-ximbo-hero-section {
  background-size: cover;
  background-position: center;
  padding: 220px 20px 200px; /* Increased top and bottom padding */
  position: relative;
  background-color: #a28dff;
}


.new-ximbo-hero-overlay {
  background: rgba(255, 242, 222, 0.6); /* light overlay to soften bg */
  padding: 60px 20px;
  border-radius: 20px;
  max-width: 900px;
  margin: auto;
}

.new-ximbo-hero-title {
  color: #2b1b08;
  font-size: 3.5rem;
  font-weight: 700;
}

.new-ximbo-hero-subtext {
  color: #2b1b08;
  font-size: 1.25rem;
  max-width: 700px;
  margin: auto;
}

.new-ximbo-btn.new-ximbo-hero-btn {
  background-color: #91a484;
  color: #2b1b08;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
}

.new-ximbo-btn.new-ximbo-hero-btn:hover {
  background-color: #f9c981;
  color: #2b1b08;
}




  .new-ximbo-disclaimer-btn {
    background-color: #91a484;
    color: #2b1b08;
    padding: 14px 36px;
    font-size: 1rem;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
  }

  .new-ximbo-disclaimer-btn:hover {
    background-color: #f9c981;
    color: #2b1b08;
  }


/* Zuplo247 Card Hover Effect */
.zuplo-card-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.zuplo-card-hover:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border-color: #dbcb95; /* Optional: hover border highlight */
}

.zuplo-card-hover:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 15px rgba(123, 105, 77, 0.4); /* matches your accent color */
  border-color: #dbcb95;
}

.ximbo-feature-card {
  background-color: #fdf6e9;
  border: 2px solid #91a484;
  transition: all 0.3s ease;
}

.ximbo-feature-card:hover {
  background-color: #f0e7d7;
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}


/* Ximbo Review Cards */
.ximbo-review-card {
  background-color: #fdf6e9;
  border: 2px solid #91a484;
  transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.ximbo-review-card:hover {
  background-color: #91a484;
  border-color: #2b1b08;
  transform: translateY(-5px);
}

.ximbo-review-card:hover .review-text,
.ximbo-review-card:hover .review-author {
  color: #2b1b08 !important;
}

/* Review Text */
.review-text {
  color: #2b1b08;
  font-size: 1.05rem;
  line-height: 1.5;
}

/* Author Name */
.review-author {
  font-weight: 600;
  color: #7a6a5d;
  font-size: 1rem;
}

/* === Ximbo Disclaimer Popup Styles === */
.new-ximbo-age-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  font-family: Arial, sans-serif;
}

.new-ximbo-age-popup-box {
  background-color: #a28dff; /* Changed from green to light cream */
  border: 2px solid #b17a2f;
  padding: 30px;
  width: 90%;
  max-width: 420px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.new-ximbo-age-popup-title {
  color: #b17a2f;
  font-size: 24px;
  margin-bottom: 15px;
}

.new-ximbo-age-popup-text {
  color: #231f20;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.new-ximbo-age-popup-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.new-ximbo-btn-age {
  padding: 10px 20px;
  border: none;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.new-ximbo-btn-age.yes {
  background-color: #b17a2f;
  color: #fff;
}

.new-ximbo-btn-age.yes:hover {
  background-color: #a16928;
  transform: translateY(-2px);
}

.new-ximbo-btn-age.no {
  background-color: #444;
  color: #fff;
}

.new-ximbo-btn-age.no:hover {
  background-color: #666;
  transform: translateY(-2px);
}

/* Prevent scrolling while popup is active */
body.popup-active {
  overflow: hidden;
}


/* === Ximbo Footer Styling === */
.ximbo-footer {
  background-color: #a28dff;
  color: #a28dff;
  font-family: Arial, sans-serif;
  padding-top: 40px;
}

.ximbo-footer-divider {
  width: 100%;
  height: 2px;
  background-color: #1c7360;
  margin-bottom: 20px;
}

.ximbo-footer-logo {
  max-width: 180px;
  height: auto;
}

.ximbo-footer-heading {
  color: #b17a2f;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.ximbo-footer-text {
  color: black;
  font-size: 14px;
  line-height: 1.7;
}

.ximbo-footer-text a {
  color: black;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.ximbo-footer-text a:hover {
  color:  #1c7360;
}

/* Quick Links */
.ximbo-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ximbo-footer-links li {
  margin-bottom: 8px;
}

.ximbo-footer-link {
  color:  #002714;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.ximbo-footer-link:hover {
  color: #1c7360;
}

/* Copyright */
.ximbo-footer-copyright {
  border-color: rgba(255, 242, 222, 0.2);
  color: #1c7360;
  font-size: 13px;
}
