/* FULL PAGE BLACK BACKGROUND */
body {
  background-color: #000000 !important;
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-family: open-sans, sans-serif;
}
html,
body {
  overflow-x: hidden !important;
}
body.modal-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}
.newsletter-title,
.follow-us,
.footer-column h5 {
  font-family: Coustard, sans-serif;
}
/* Custom container width */
.container {
  max-width: 1142px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* Yellow banner */
.banner {
  background: url("../img/index-images/top-Vector.png") no-repeat center/cover;
  color: #1a1a1a;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  position: relative;
  /* overflow: hidden; */
  z-index: 1000;
}

.navbar {
  z-index: 999;
}

/* MAIN NAVBAR - FIXED POSITIONING */
.navbar-custom {
  /* background-color: #1a1a1a; */
  padding: 0.5rem 0;
  position: relative;
  z-index: 1000;
}

/* MOBILE NAV OVERLAY - SLIDES DOWN FROM TOP */
.navbar-collapse {
  background-color: #1a1a1a;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #333;
}

.navbar-toggler {
  color: #ffba19 !important;
}

.navbar-brand {
  color: #fff !important;
  font-weight: bold;
  font-size: 1rem;
}

.logo-icon {
  width: 35px;
  height: 35px;
  margin-right: 8px;
  background: linear-gradient(45deg, #ffd700, #ffed4e);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}

.logo-icon::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 15px;
  background: repeating-linear-gradient(
    90deg,
    #ffd700 0px,
    #ffd700 2px,
    transparent 2px,
    transparent 4px
  );
  background-size: 4px 100%;
}

.navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 500;
  margin-right: 0.5rem;
  padding: 0.5rem 0.8rem !important;
  transition: color 0.3s ease;
  font-size: 14px;
}

.navbar-nav .nav-link:hover {
  color: #ffd700 !important;
}

.dropdown-toggle::after {
  margin-left: 0.5rem;
}

.dropdown-menu {
  background-color: #2a2a2a;
  border: 1px solid #444;
  border-radius: 4px;
  margin-top: 5px;
}

.dropdown-item {
  color: #fff !important;
  padding: 8px 20px;
  transition: background-color 0.3s ease;
  font-size: 14px;
  background-color: #141414 !important;
}

.dropdown-item:hover {
  background-color: #444;
  color: #ffd700 !important;
}

.cart-icon {
  color: #fff;
  font-size: 1.1rem;
  position: relative;
  margin-right: 0.8rem;
  padding: 0.5rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cart-icon:hover {
  color: #ffd700;
}

.cart-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  background-color: #ffd700;
  color: #1a1a1a;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.hero-btn {
  background: #ba3e3e;
  border: none;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 30px 11px 31px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
}

.hero-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #ffc107 0%, #ff9800 100%);
  border-radius: 0 8px 8px 0;
}

.hero-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ffc107 0%, #ff9800 100%);
  border-radius: 0 0 8px 8px;
}

/* .btn-create-event {
  background: linear-gradient(45deg, #e74c3c, #c0392b);
  border: none;
  color: white;
  padding: 0.5rem 1.2rem;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-create-event:hover {
  background: linear-gradient(45deg, #c0392b, #a93226);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
} */

.search-icon {
  color: #fff;
  font-size: 1.1rem;
  margin-right: 0.8rem;
  padding: 0.5rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.search-icon:hover {
  color: #ffd700;
}

/* Custom navbar toggler for dark theme */
.navbar-toggler {
  border: 1px solid #fff;
  padding: 0.25rem 0.5rem;
}

.nav-divider {
  width: 1px;
  height: 32px;
  background: #e5e4e4;
  opacity: 0.5;
  margin-right: 0.8rem;
}

.event-button {
  background: #ba3e3e;
  border: none;
  border-radius: 8px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  padding: 12px 24px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  text-transform: none;
  box-shadow: 0 4px 15px rgba(215, 53, 39, 0.3);
}

.event-button::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ffc107 0%, #ff9800 100%);
  border-radius: 0 0 8px 8px;
  box-shadow: 2px 2px 4px rgba(255, 193, 7, 0.3);
}

.event-button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #ffc107 0%, #ff9800 100%);
  border-radius: 0 8px 8px 0;
  box-shadow: 2px 0 4px rgba(255, 193, 7, 0.3);
}

.event-button:hover {
  background: linear-gradient(135deg, #e03e2d 0%, #d73527 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(215, 53, 39, 0.4);
  color: white;
}

.event-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(215, 53, 39, 0.3);
}

.event-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(215, 53, 39, 0.25);
}
/* ------changed portion-------------------------- */

/* Highlighted change: New styles for responsive button visibility */
/* Hide desktop button by default, show on screens >= 480px */
.create-event-desktop-wrapper {
  display: none; /* Hidden by default */
  margin-right: 1rem; /* Adjust as needed for spacing */
}

/* Hide mobile button on screens >= 480px */
.event-buutons {
  display: block; /* Visible by default on small screens */
}

/* ------------------------------------------------- */

/* ----------------unbbeatable price----------------- */
.highlight {
  color: #ffba19;
}
.Unbeatable {
  color: white;
  font-family: Coustard, sans-serif;
  font-weight: 500 !important;
  font-size: 46px;
}
.card-body {
  background: #131313;
  padding-bottom: 68px !important;
}
.custom-card {
  border-radius: 10px;
}
.card-title {
  color: #ffba19;
  font-family: Coustard, sans-serif;
  font-weight: 500 !important;
}
.card-text {
  font-size: 16px;
}
.price {
  font-size: 46px;
  font-family: Coustard, sans-serif;
}
.grey-text {
  font-size: 16px;
  color: #afafaf;
}
.calculate {
  color: #ffba19;
  text-decoration: none;
  font-size: 16px;
}

.dropdown-custom .btn {
  background-color: #1a1a1a;
  color: #ccc;
  border: 1px solid #333;
  width: 100%;
  text-align: left;
  padding: 12px 16px;
  font-size: 1.1rem;
  border-radius: 2px;
}

.dropdown-custom .dropdown-menu {
  background-color: #1a1a1a;
  border: 1px solid #333;
  width: 100%;
  color: #fff;
  border-radius: 8px;
}

.dropdown-custom .dropdown-item {
  color: #ccc;
}

.dropdown-custom .dropdown-item:hover {
  background-color: #333;
  color: #fff;
}

/* ----------------money back guarantee----------------- */
.money {
  background: #141414;
}

.money > div > div > div {
  max-width: 513px;
}

.money > div > div > div > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature-text {
  font-size: 18px;
  color: #ffba19;
  font-family: Coustard, sans-serif;
}

.feature {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 14px;
}

.event-img {
  max-width: 100%;
  height: auto;
}




/* --------------prepay calculator------------------ */
.prepay-calculator {
  color: white;
}
.precal-head {
  font-family: Coustard, sans-serif;
  font-size: 46px;
}
.calculator-box {
  background-color: #1a1a1a;
  border-radius: 12px;
  padding: 20px;
}
.card {
  border: black !important;
}

.highlight {
  color: #ffba19;
}

.range-slider::-webkit-slider-thumb {
  background-color: #ffba19;
  border: none;
}

.range-slider {
  width: 100%;
}

.price {
  font-size: 2rem;
}

.save-text {
  color: #ba3e3e;
  font-size: 0.9rem;
}

.right-box {
  border-left: 1px solid #444;
}

/* Add or Replace This CSS */
.range-slider {
  width: 100%;
  appearance: none;
  height: 6px;
  border-radius: 5px;
  background: linear-gradient(
    to right,
    #ffba19 0%,
    #ffba19 20%,
    #444 20%,
    #444 100%
  );
  outline: none;
  transition: background 450ms ease-in;
}

/* Chrome, Safari, Edge */
.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  background: #ffba19;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 5px #ffba19;
  margin-top: -7px; /* vertically align with track */
}

/* Firefox */
.range-slider::-moz-range-thumb {
  height: 20px;
  width: 20px;
  background: #ffba19;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 5px #ffba19;
}

.range-slider::-moz-range-track {
  height: 6px;
  background: #444;
  border-radius: 5px;
}

.underline-decoration {
  display: flex;
  margin-bottom: 25px;
  gap: 5px;
}

.underline-decoration .line-red {
  width: 40px;
  height: 3px;
  background-color: #ba3e3e; /* Red line */

  border-radius: 2px;
}

.underline-decoration .line-yellow {
  width: 20px;
  height: 3px;
  background-color: #ffba19; /* Yellow line */
  border-radius: 2px;
}

/* ------------------------------------------------------ */

.content-section {
  max-width: 800px; /* Limit content width */
  text-align: center;
  padding: 20px;
}

.main-heading {
  font-size: 3.5rem; /* Large font size for heading */
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: white;
  font-family: Coustard, sans-serif;
}

.highlight-text {
  color: #ffc107; /* Gold/Yellow color for highlighted text */
}

.paragraph-text {
  color: rgb(221, 219, 219); /* Lighter gray for paragraph */
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  max-width: 761px; /* Limit paragraph width */
  margin-left: auto;
  margin-right: auto;
  max-width: 518px;
  text-align: center;
}

/* -------------Newsletter Section----------------- */
.newsletter-section {
  background-color: #131313;
  padding: 60px 0;
  position: relative;
  max-width: 1398px;
  margin: 0 auto;
  border-radius: 10px;
}

.newsletter-title {
  font-size: 46px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.2;
  color: white;
}

.newsletter-title .highlight {
  color: #ffba19;
}

.newsletter-subtitle {
  color: #cccccc;
  font-size: 18px;
  margin-bottom: 30px;
}

/* ------------------------------------------------- */
/* .email-form {
  display: flex;
  max-width: 400px;
  border: 1px solid white;
  border-radius: 6px;
  overflow: hidden; 
}

.email-input {
  flex: 1;
  padding: 12px 15px;
  border: none;
  background-color: #111;
  color: #fff;
  font-size: 0.95rem;
  border-right: 1px solid transparent; 
}

.email-input::placeholder {
  color: #ccc;
}

.email-input:focus {
  outline: none;
  background-color: #1a1a1a;
}

.join-btn {
  background-color: #c84545;
  border: none;
  color: white;
  padding: 12px 25px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 0 6px 6px 0;
}

.join-btn:hover {
  background-color: #a73838;
} */
/* ------------------------------------------------- */

.email-wrapper {
  position: relative;
  max-width: 400px;
}

.email-form {
  display: flex;
  background-color: #111;
  border: 1px solid white;
  border-radius: 6px;
  overflow: hidden;
  /* position: relative; */
}

.email-input {
  flex: 1;
  padding: 12px 15px;
  background-color: #111;
  color: #fff;
  border: none;
  font-size: 0.95rem;
}

.email-input::placeholder {
  color: #ccc;
}

.email-input:focus {
  outline: none;
  background-color: #1a1a1a;
}

.join-btn {
  position: absolute;
  top: -3px;
  right: 3px;

  height: 100%;
  background-color: #c84545;
  color: white;
  border: none;
  padding: 0 25px;
  border-radius: 0 6px 6px 0;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.join-btn:hover {
  background-color: #a73838;
}

.newsletter-illustration {
  max-width: 604px;
  min-height: 377px;
  position: absolute;
  top: 11px;
}

.newsletter-illustration img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/*-------------------------------------- Footer Section------------------- */
.footer-section {
  /* background-color: #1a1a1a; */
  padding: 72px 0 20px;
}

.footer-logo {
  color: #f4b942;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-description {
  color: #aaa;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.footer-column h5 {
  color: #ffba19;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 20px;
}

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

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

.footer-links a {
  color: #ccc;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #f4b942;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.social-icon:hover {
  transform: translateY(-2px);
}

.social-icon.instagram {
  background-color: #ba3e3e;
}
.social-icon.facebook {
  background-color: #ba3e3e;
}
.social-icon.twitter {
  background-color: #ba3e3e;
}
.social-icon.linkedin {
  background-color: #ba3e3e;
}

.follow-us {
  color: #ffba19;
  font-weight: 500;
  margin-bottom: 10px;
}

.copyright {
  text-align: center;
  color: white;
  font-size: 0.8rem;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #333;
}

/* ---------------------------------------------------------------- */
/* DESKTOP - NORMAL POSITIONING */
@media screen and (min-width: 992px) {
  .navbar-collapse {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    box-shadow: none !important;
    border-top: none !important;
    background-color: transparent !important;
  }
  .create-event-desktop-wrapper{
    display: none!important;
  }
}

/* ---------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
  .newsletter-illustration {
    top: 39px;
  }
}
/* ---------------------------------------------------------------- */

/* MOBILE NAV OPTIMIZATIONS - OVERLAY STYLE */
@media screen and (max-width: 992px) {
  .blur-bg-mobile {
    background: rgba(0, 0, 0, 0.85); /* dark semi-transparent */
    backdrop-filter: blur(10px); /* blur effect */
    border-radius: 0;
    padding: 1.5rem;
    position: absolute;
    top: 100%; /* directly below navbar */
    left: 0;
    width: 100%;
    z-index: 999;
  }

  .navbar-collapse {
    padding: 1rem;
    margin-top: 0;
  }

  .nav-divider {
    display: block;
  }

  .navbar-nav {
    margin-top: 0;
    width: 100%;
    text-align: left;
    padding: 0 1rem;
  }

  .navbar-nav .nav-link {
    margin-right: 0;
    margin-bottom: 0.5rem;
    text-align: center;
    padding: 0.5rem 0 !important;
    border-bottom: 1px solid #333;
  }

  .dropdown-item {
    text-align: center !important;
  }

  .search-icon,
  .cart-icon {
    display: none !important;
  }

  .event-buutons {
    display: flex;
    justify-content: center;
  }

  .navbar-nav .nav-item {
    width: 100%;
    text-align: left;
  }

  .navbar-nav .nav-item:last-child {
    margin-top: 1rem;
    text-align: center;
  }

  .navbar-nav .nav-item .btn-create-event {
    text-align: center;
    width: auto;
    display: inline-block;
  }

  .navbar-nav .search-icon,
  .navbar-nav .cart-icon {
    padding: 0.5rem 0;
    margin-right: 1rem;
    display: inline-block;
  }

  /* Hide divider on mobile */
  .divider-item {
    display: none;
  }

  .dropdown-menu {
    position: static !important;
    transform: none !important;
    box-shadow: none;
    border: none;
    /* background-color: transparent; */
    padding: 0;
    margin: 0;
    background: #1a1a1a !important;
  }

  .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
    background-color: #2a2a2a;
    margin-bottom: 2px;
  }
  .newsletter-illustration {
    margin-top: 30px;
    top: -4%;
    left: 38%;
  }
  /* changedportion-------------------- */

  .event-buutons {
    display: none; 
  }
}
/* ----------------------------------------------------- */
@media screen and (max-width: 768px) {
  .newsletter-section {
    padding-bottom: 93px;
  }

  .newsletter-title {
    font-size: 2rem;
    text-align: center;
  }

  .newsletter-subtitle {
    text-align: center;
  }

  .email-form {
    margin: 0 auto;
  }

  .newsletter-illustration {
    height: 200px;
  }

  .footer-section {
    padding: 0px 0 20px;
  }

  .newsletter-illustration {
    display: none;
  }

  .footer-section .row {
    text-align: center;
  }

  .footer-column,
  .footer-logo,
  .footer-description,
  .follow-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 41px;
  }

  .social-icons {
    justify-content: center;
  }

  .footer-links {
    align-items: center;
  }
  .main-heading {
    font-size: 2.5rem; /* Smaller font for mobile */
  }

  .pricing-card {
    width: 90%; /* Make cards take more width on small screens */
    max-width: 320px; /* Ensure they don't get too wide */
  }

  .pricing-card.card-active,
  .pricing-card.card-hovered {
    transform: scaleY(1.05) translateY(-10px); /* Slightly less dramatic effect on mobile */
  }
  .newsletter-section > div > div > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .join-btn {
    position: absolute;
    top: 56px;
    /* right: 3px; */
    height: 100%;
    width: 100%;
    background-color: #c84545;
    color: white;
    border: none;
    padding: 0 25px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
}

/* --------------------------------------------------- */
@media screen and (max-width: 480px) {
  /* changedportion--------------- */

  .event-buutons{
    display: block;
    text-align: center;
  }
  /* ------------------------- */
  .newsletter-title {
    font-size: 1.6rem;
  }

  .newsletter-illustration {
    height: 180px;
  }
  .feature-text {
    font-size: 15px;
  }
  .Unbeatable,
  .precal-head,
  .price,
  .main-heading {
    font-size: 28px;
  }
  .prepay-calculator > div > div > div > div > h5 {
    font-size: 15px;
  }
  .prepay-calculator > div > div > div > div > div > div {
    font-size: 12px;
  }
  .paragraph-text,
  .newsletter-subtitle,
  .right-box p {
    font-size: 14px;
  }
  .save-text {
    font-size: 10px;
  }
  .right-box {
    border-left: 0px;
  }
}

/* --------------------------------------------------- */
@media screen and (max-width: 320px) {
  .main-heading {
    font-size: 2rem;
  }
  .pricing-card {
    width: 100%; /* Full width on very small screens */
    border-radius: 10px;
  }
  .pricing-card .card-body {
    padding: 20px;
  }
  .pricing-card .price-value {
    font-size: 2.5rem;
  }
}

/* ------------------------------------ */
@media (min-width: 480px) {
  .create-event-desktop-wrapper {
    display: block; /* Show on screens 480px and wider */
  }
  /* Push toggler to the right when desktop button is visible */
  .navbar-toggler {
    margin-left: auto;
  }
  /* Hide on screens 480px and wider */
  /*  */
}
