/* 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%;
}


.hero-title,
.section-title,
.feature-title,
.card-name,
.featured-title,
.countdown-number,
.fees-title,
.fees-description,
.newsletter-title,
.footer-column h5,
.follow-us {
  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;
}

/* Hero Section */
.hero-section {
  /* background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%); */
  /* min-height: 67vh; */
  position: relative;
  /* padding: 80px 0; */
  overflow: hidden;
  /* min-height: calc(100vh - 60px); */
  margin-top: 20px;
}

/* Left Content */
.hero-content {
  position: relative;
  z-index: 2;
  padding: 40px 0;
}

.wavy-content {
  position: absolute;
  top: 52%;
  left: 48%;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}

.hero-title .highlight {
  color: #ffc107;
  font-weight: 300;
}

.hero-subtitle {
  font-size: 1.1rem;
  color: #cccccc;
  margin-bottom: 30px;
  line-height: 1.6;
  max-width: 400px;
}

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

.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: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;
  text-decoration: none;
}

.hero-image {
  /* max-width: 547px; */
  min-width: 347px;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.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 */
}

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

/* ----------------------------why-us-section----------------------- */

.why-us-section {
  background-color: #141414;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  margin-top: 108px;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 50px;
  color: white;
  position: relative;
}

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

.section-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: linear-gradient(
    90deg,
    #ffba19 0%,
    #ffba19 25%,
    transparent 25%,
    transparent 35%,
    #c85a5a 35%,
    #c85a5a 65%,
    transparent 65%,
    transparent 75%,
    #ffba19 75%,
    #ffba19 100%
  );
  border-radius: 2px;
}

/* Remove the ::before pseudo-element completely */
/* .section-title::before {
  display: none;
} */

.left-illustration {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 613px;
  min-height: 588px;
}

.left-illustration img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  right: 35px;
  top: 92px;
}

.floating-icons {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.floating-icon {
  position: absolute;
  color: #666;
  font-size: 1.5rem;
  opacity: 0.6;
}

.floating-icon:nth-child(1) {
  top: 10%;
  left: 10%;
}
.floating-icon:nth-child(2) {
  top: 20%;
  right: 15%;
}
.floating-icon:nth-child(3) {
  bottom: 30%;
  left: 5%;
}
.floating-icon:nth-child(4) {
  bottom: 10%;
  right: 10%;
}
.floating-icon:nth-child(5) {
  top: 50%;
  left: 2%;
}
.floating-icon:nth-child(6) {
  top: 70%;
  right: 5%;
}

.features-list {
  position: relative;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  position: relative;
}

.feature-number {
  font-size: 4rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.15);
  margin-right: 20px;
  line-height: 1;
  min-width: 80px;
  flex-shrink: 0;
}

.feature-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 25px;
  flex: 1;
  backdrop-filter: blur(10px);
}

.feature-content {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.feature-icon {
  max-width: 66px;
  min-height: 60px;
}

.feature-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.feature-text {
  flex: 1;
}

.feature-title {
  color: #ffba19;
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
}

.feature-description {
  color: #cccccc;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

/* -----------------------category of events-------------------- */

.events-section {
  /* background-color: #1a1a1a; */
  padding: 80px 0;
  position: relative;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 60px;
  position: relative;
}

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

.underline {
  width: 37px;
  height: 2px;
  background: #ba3e3e;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: linear-gradient(
    90deg,
    #f4b942 0%,
    #f4b942 25%,
    transparent 25%,
    transparent 35%,
    #c85a5a 35%,
    #c85a5a 65%,
    transparent 65%,
    transparent 75%,
    #f4b942 75%,
    #f4b942 100%
  );
  border-radius: 2px;
}

.event-card {
  /* background: rgba(255, 255, 255, 0.05); */
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  backdrop-filter: blur(10px);
  /* max-width: 360px; */
  min-height: 461px;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
}

.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(244, 185, 66, 0.2);
}

.card-illustration {
  max-width: 230px;
  min-height: 200px;
  margin: 0 auto 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

/* Conference Illustration */
.conference-scene {
  position: relative;
  width: 100%;
  height: 100%;
}

.conference-desk {
  width: 120px;
  height: 60px;
  background: #f4b942;
  border-radius: 10px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.conference-person {
  width: 40px;
  height: 60px;
  background: #e6a635;
  border-radius: 20px 20px 5px 5px;
  position: absolute;
  bottom: 80px;
  right: 30px;
}

.conference-screen {
  width: 60px;
  height: 40px;
  background: #666;
  border-radius: 5px;
  position: absolute;
  top: 20px;
  left: 20px;
  border: 2px solid #888;
}

.conference-laptop {
  width: 30px;
  height: 20px;
  background: #333;
  border-radius: 3px;
  position: absolute;
  bottom: 40px;
  left: 60px;
}

/* Music Illustration */
.music-scene {
  position: relative;
  width: 100%;
  height: 100%;
}

.music-person {
  width: 50px;
  height: 80px;
  background: #ffba19;
  border-radius: 25px 25px 10px 10px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.music-boombox {
  width: 60px;
  height: 30px;
  background: #333;
  border-radius: 5px;
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.music-notes {
  position: absolute;
  color: #ffba19;
  font-size: 20px;
  top: 20px;
  right: 30px;
}

.music-triangle {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 25px solid #c85a5a;
  position: absolute;
  top: 40px;
  left: 30px;
}

/* Community Illustration */

.community-celebration {
  width: 20px;
  height: 20px;
  background: #c85a5a;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.community-confetti {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #ffba19;
  border-radius: 50%;
}

.community-confetti:nth-child(1) {
  top: 10px;
  left: 40px;
}
.community-confetti:nth-child(2) {
  top: 25px;
  right: 50px;
}
.community-confetti:nth-child(3) {
  top: 15px;
  right: 70px;
}

.card-name {
  color: #ffba19;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.card-description {
  color: #cccccc;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* ----------------featured events---------------------------------- */

.featured-section {
  background-color: #2a2a2a;
  padding: 80px 0;
}

.featured-title {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
  color: white;
}

.featured-title .highlight {
  color: #f4b942;
}

.featured-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 3px;
  background: linear-gradient(
    90deg,
    #f4b942 0%,
    #f4b942 25%,
    transparent 25%,
    transparent 35%,
    #c85a5a 35%,
    #c85a5a 65%,
    transparent 65%,
    transparent 75%,
    #f4b942 75%,
    #f4b942 100%
  );
  border-radius: 2px;
}

.featured-description {
  color: #cccccc;
  font-size: 18px;
  line-height: 1.6;
  margin-block: 30px;
}

.countdown-container {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.countdown-number {
  padding: 15px 23px;
  border-radius: 5px;
}

.countdown-number.days {
  background: #ffba19;
}

.countdown-number.hours {
  background: #4c5559;
}

.countdown-number.minutes {
  background: #ba3e3e;
}

.countdown-number.second {
  background: #4c5559;
}

.countdown-item {
  /* background: #444; */
  border-radius: 8px;

  text-align: center;
  min-width: 80px;
}

.countdown-item.days {
  /* background: #FFBA19; */
  color: black;
}
.countdown-label {
  color: white;
}

.countdown-item.hours {
  /* background: #4c5559; */
  color: #fff;
}

.countdown-item.minutes {
  /* background: #ba3e3e; */
  color: #fff;
}

.countdown-item.seconds {
  /* background: #4c5559; */
  color: #fff;
}

.countdown-number {
  font-size: 40px;
  font-weight: 500;
  display: block;
}

.countdown-label {
  font-size: 16px;
  margin-top: 5px;
  opacity: 0.8;
}

.circular-image {
  max-width: 527px;
  /* min-height: 528px; */
}

.circular-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.btn-explore {
  background-color: #c85a5a;
  border: none;
  color: white;
  padding: 12px 30px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.btn-explore:hover {
  background-color: #b04848;
  color: white;
}

/* ---------------simple fees section--------------------------- */

/* Simple Fees Section */
.fees-section {
  padding: 128px 0;
  position: relative;
}

.fees-section > div > div > div {
  position: relative;
}

.wavy-arrow {
  position: absolute;
  right: 82px;
  top: 182px;
}

.fees-title {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.fees-title .simple {
  color: #ffffff;
}

.fees-title .no-contracts {
  color: #ffba19;
  display: block;
}

.fees-description {
  color: #cccccc;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.fees-subdescription {
  color: #aaa;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
  max-width: 378px;
}

.circular-image {
  max-width: 485px;
  position: relative;
}

.circular-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pricing-card {
  background: #333;
  border-radius: 8px;
  padding: 20px;
  position: absolute;
  bottom: 68px;
  left: -40px;
  /* min-width: 150px; */
  /* text-align: center; */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* width: 186px;
  min-height: 247px; */
  gap: 5px;
}

.pricing-amount {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
}

.pricing-plus {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  /* margin-right: 10px; */
}

.pricing-percentage {
  background: #ffba19;
  color: #000;
  padding: 5px 31px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
  /* margin-top: 10px; */
  display: inline-block;
}

.pricing-sold {
  font-size: 13px;
  color: #fff;
  /* margin-top: 22px; */
}
.pricing-note {
  font-size: 0.7rem;
  color: #aaa;
  /* margin-top: 10px; */
}

/* .fees-image-container {
  position: relative;
} */

/* ---------------------------------------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;
  }

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

  .wavy-content {
    display: none !important;
  }

  .featured-section > div > div {
    display: flex;
    flex-direction: column-reverse;
  }

  .featured-title::after {
    left: 30%;
  }

  .featured-title {
    text-align: center;
  }

  .featured-description {
    text-align: center;
  }

  .countdown-number {
    padding: 0px;
  }

  .wavy-arrow {
    display: none;
  }

  .fees-section > div > div {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .fees-section > div > div > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .fees-title {
    margin-top: 50px;
  }

  .pricing-card {
    bottom: 39px;
    left: 20%;
  }

  .newsletter-illustration {
    margin-top: 30px;
    top: 22%;
    left: 50%;
  }
  .left-illustration img {
    right: -160px;
    top: -27px;
  }
  .featured-section .order-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  /* changedportion-------------------- */

  .event-buutons {
    display: none;
  }
}

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

@media screen and (max-width: 768px) {
  .hero-section div div {
    /* display: flex; */
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

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

  .hero-subtitle {
    margin: auto;
  }

  .hero-section .hero-btn {
    margin-top: 20px;
  }

  .section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .question-mark {
    font-size: 8rem;
  }

  .left-illustration {
    min-height: 300px;
    margin-bottom: 30px;
  }

  .character-figure {
    width: 80px;
    height: 120px;
  }

  .character-head {
    width: 35px;
    height: 35px;
    top: -18px;
  }

  .character-hair {
    width: 40px;
    height: 20px;
    top: -30px;
  }

  .character-legs {
    width: 60px;
    height: 40px;
    bottom: -40px;
  }

  .floating-icon {
    font-size: 1.2rem;
  }

  .feature-number {
    font-size: 3rem;
    min-width: 60px;
    margin-right: 15px;
  }

  .featured-section,
  .fees-section {
    padding: 60px 0;
  }

  .featured-title,
  .fees-title {
    font-size: 2rem;
  }

  .countdown-container {
    justify-content: center;
  }

  .countdown-item {
    min-width: 70px;
    padding: 12px 15px;
  }

  .countdown-number {
    font-size: 1.5rem;
  }

  .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;
  }
  .left-illustration img {
    right: -63px;
    top: 4px;
  }
  .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: 576px) {
  .featured-title,
  .fees-title {
    font-size: 1.8rem;
  }

  .why-us-section {
    margin-top: 15px;
  }

  .left-illustration img {
    top: 0;
  }

  .countdown-item {
    min-width: 60px;
    padding: 10px 12px;
  }

  .countdown-number {
    font-size: 1.3rem;
  }

  .pricing-amount {
    font-size: 24px;
  }

  .pricing-card {
    bottom: -18px;
    left: 3%;
  }

  .newsletter-title {
    font-size: 1.8rem;
  }

  .email-form {
    flex-direction: column;
    /* gap: 10px; */
  }

  .email-input {
    border-radius: 5px;
  }

  .join-btn {
    border-radius: 5px;
  }

  .hero-title {
    font-size: 30px;
  }

  .hero-subtitle,
  .featured-description,
  .fees-description,
  .fees-subdescription {
    font-size: 13px;
  }

  .fees-subdescription {
    text-align: center;
  }

  .fees-section .hero-btn {
    width: 100%;
    text-align: center;
  }
}
/* ---------------------------------------------------------------- */
/* 320px specific optimizations */
@media screen and (max-width: 480px) {
  .banner {
    font-size: 12px;
    padding: 6px 0;
  }

  .navbar-brand {
    font-size: 0.9rem;
  }

  .logo-icon {
    width: 30px;
    height: 30px;
    margin-right: 6px;
  }

  .logo-icon::before {
    width: 20px;
    height: 12px;
  }

  .navbar-nav .nav-link {
    font-size: 13px;
    padding: 0.4rem 0.6rem !important;
  }

  .btn-create-event {
    padding: 0.4rem 1rem;
    font-size: 13px;
  }

  .search-icon,
  .cart-icon {
    font-size: 1rem;
    margin-right: 0.5rem;
    padding: 0.3rem;
  }

  .cart-badge {
    width: 16px;
    height: 16px;
    font-size: 0.65rem;
  }

  .why-us-section {
    padding: 40px 0;
  }

  .left-illustration img {
    right: 6px;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .question-mark {
    font-size: 6rem;
  }

  .feature-card {
    padding: 20px;
  }

  .feature-number {
    font-size: 2.5rem;
    min-width: 50px;
    margin-right: 10px;
  }

  .feature-title {
    font-size: 1.1rem;
  }

  .feature-description {
    font-size: 12px;
  }

  .feature-content {
    gap: 10px;
  }

  .feature-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .featured-section,
  .fees-section {
    padding: 50px 0;
  }

  .featured-title,
  .fees-title {
    font-size: 1.6rem;
  }

  .pricing-card {
    padding: 6px;
  }

  .newsletter-title {
    font-size: 1.6rem;
  }

  .newsletter-illustration {
    height: 180px;
  }

  .countdown-container {
    gap: 0px;
  }
  .newsletter-subtitle {
    font-size: 15px;
  }
  /* changedportion--------------- */

  .event-buutons {
    display: block;
    text-align: center;
  }
}
/* ---------------------------------------------------------------- */
/* 320px specific */
@media screen and (max-width: 320px) {
  .container {
    max-width: 1142px !important;
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .banner {
    font-size: 11px;
    padding: 5px 0;
  }

  .navbar-brand {
    font-size: 0.8rem;
  }

  .logo-icon {
    width: 28px;
    height: 28px;
    margin-right: 5px;
  }

  .btn-create-event {
    padding: 0.3rem 0.8rem;
    font-size: 12px;
  }

  .navbar-nav .nav-link {
    font-size: 12px;
    padding: 0.3rem 0.5rem !important;
  }

  .search-icon,
  .cart-icon {
    margin-right: 0.3rem;
    padding: 0.2rem;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .question-mark {
    font-size: 5rem;
  }

  .feature-card {
    padding: 15px;
  }

  .feature-number {
    font-size: 2rem;
    min-width: 40px;
    margin-right: 8px;
  }

  .floating-icon {
    font-size: 1rem;
  }

  .feature-item {
    margin-bottom: 20px;
  }

  .featured-section,
  .fees-section {
    padding: 40px 0;
  }

  .featured-title,
  .fees-title {
    font-size: 1.4rem;
  }

  .countdown-container {
    gap: 8px;
  }

  .countdown-item {
    min-width: 50px;
    padding: 8px 10px;
  }

  .countdown-number {
    font-size: 1.1rem;
  }

  .countdown-label {
    font-size: 0.7rem;
  }

  .pricing-card {
    padding: 15px;
    min-width: 120px;
  }

  .pricing-amount {
    font-size: 1.8rem;
  }
}
/* ---------------------------------------------------------------- */

@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 */
  /*  */
}
