/********** Template CSS **********/
:root {
  --primary: #40117e;
  --light: #f1f8ff;
  --dark: #111a24;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.container {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}

.header {
  background: url('../img/about.jpeg') no-repeat center center/cover;
  position: relative;
  color: white;
  text-align: center;
  padding: 400px 0 100px;
}

.service-item1 {
  font-size: 1.2em;
  color: #333;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.service-item1:last-child {
  border-bottom: none;
}

.service-item1:hover {
  background-color: #f1ac95;
}

.title {
  font-size: 48px;
  margin: 0;
}

.subtitle {
  font-size: 24px;
  margin: 10px 0;
}

.btn-primary {
  background-color: #40117e;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  margin-top: 20px;
}

.section-title {
  margin-top: 40px;
  text-align: center;
}

.details,
.program,
.special-offer,
.reviews,
.tickets,
.contact,
.newsletter,
.artist {
  padding: 40px 0;
}

.artist p {
  font-size: 18px;
  line-height: 1.6;
}

ul {
  /* list-style: none; */
  padding: 0;
}

.footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 20px 0;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 2px;
}

/*** Navbar ***/
.navbar-dark .navbar-nav {
  margin-left: auto;
}

.navbar-dark .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
  font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link.download-btn {
  background-color: #1a063c;

  padding: 10px 20px;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.navbar-dark .navbar-nav .nav-link.download-btn:hover {
  background-color: #3b177a;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar-dark .navbar-nav .nav-link.download-btn {
    margin-top: 10px;
    display: inline-block;
  }
}

.page-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-inner {
  background: rgba(15, 23, 43, 0.7);
}

/*** Footer ***/

/* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

@media (max-width: 700px) {
  .cookie-wrapper {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .contact-img {
    display: none;
  }
}

/* cookies  */
.cookie-wrapper {
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 40%;
  background: #fff;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgb(0, 0, 0);
  z-index: 999;
  color: #1a063c;

  @media (max-width: 600px) {
    width: 100%;
  }
}
.cookie-wrapper h2 {
  color: #1a063c;
}
.cookie-wrapper .show {
  right: 20px;
}

.hidden {
  display: none;
}

header i {
  color: #40117e;
  font-size: 32px;
  text-align: center;
}

header h2 {
  color: #40117e;
  font-weight: 500;
  text-align: center;
}

.data {
  text-align: center;
}

.data p a {
  color: #40117e;
  text-decoration: none;
  text-align: center !important;
}

.data p a:hover {
  text-decoration: underline;
}

.buttons {
  padding: 20px 0px;
  text-align: center;
}

.buttons .cookie-button {
  border: 2px solid #40117e;
  color: #fff;
  padding: 8px 0;
  background: #40117e;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.5s ease;
  max-width: 150px;
  border-radius: 0;
}

.buttons #acceptBtn:hover {
  background-color: transparent;
  color: #40117e;
}

#declineBtn {
  background-color: #fff;
  color: #40117e;
}

#declineBtn:hover {
  background-color: #40117e;
  color: #fff;
}

/* new styles  */
:root {
  --bg-color: #130722;
  --text-color: #eaeaea;
  --heading-color: #f0f0f0;
  --accent-color: #40117e;
  --footer-bg: #0e051a;
  --footer-text: #f7fbff;
  --footer-link: #a4a7c1;
  --footer-accent: #4a74c9;
}

.hero-section {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-subtitle {
  background-color: rgba(64, 17, 126, 0.4);
  display: inline-block;
  padding: 10px;
  border: 1px solid #3a3a3a;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.hero-heading {
  color: var(--heading-color);
  font-weight: 700;
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

.hero-description {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.btn-primary {
  background-color: var(--accent-color);
  border: none;
  padding: 0.75rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #521d96;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(64, 17, 126, 0.3);
}

.hero-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  z-index: 1;
}

.hero-shape {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(64, 17, 126, 0.15);
}

.shape-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  right: 15%;
}

.shape-2 {
  width: 200px;
  height: 200px;
  bottom: 20%;
  right: 30%;
}

.hero-icon {
  font-size: 2rem;
  color: var(--accent-color);
  margin-right: 1rem;
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  .hero-heading {
    font-size: 2.8rem;
  }

  .hero-background {
    opacity: 0.5;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .hero-heading {
    font-size: 2.2rem;
  }

  .hero-content {
    text-align: center;
  }
}

.section {
  padding: 5rem 0;
}

.subtitle {
  color: var(--accent-color);
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.section-heading {
  color: var(--heading-color);
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

.section-text {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.btn-primary {
  background-color: var(--accent-color);
  border: none;
  padding: 0.75rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.btn-other {
  background: none;
  border: 1px solid #f0e4ff;
}

.btn-primary:hover {
  background-color: #521d96;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(64, 17, 126, 0.3);
}

.img-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.game-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.5s ease;
}

.img-wrapper:hover .game-img {
  transform: scale(1.03);
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(19, 7, 34, 0.1),
    rgba(19, 7, 34, 0.5)
  );
  border-radius: 12px;
}

.stats-section {
  background-color: rgba(64, 17, 126, 0.1);
  border-radius: 16px;
  padding: 3rem;
}

.stat-item {
  margin-bottom: 1.5rem;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 0.5rem;
}

.stat-text {
  font-size: 1.1rem;
  opacity: 0.9;
}

@media (max-width: 991.98px) {
  .section-heading {
    font-size: 2.2rem;
  }

  .img-wrapper {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767.98px) {
  .section-heading {
    font-size: 1.8rem;
  }

  .stats-section {
    padding: 2rem;
  }
}
.feature-card {
  background-color: rgba(64, 17, 126, 0.1);
  border-radius: 12px;
  padding: 1.5rem;
  height: 100%;
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(64, 17, 126, 0.2);
}

.feature-icon {
  font-size: 2.5rem;
  color: var(--accent-color);
  margin-bottom: 1rem;
}

.feature-title {
  color: var(--heading-color);
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
}

.feature-text {
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0.9;
}

.world-card {
  margin-bottom: 4rem;
  background-color: #1a063c;
  padding: 3rem;
  border-radius: 20px;
}

.world-title {
  color: var(--heading-color);
  font-weight: 600;
  font-size: 1.9rem;
  margin-bottom: 1rem;
}

.world-text {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.world-features {
  list-style-type: none;
  padding-left: 0;
}

.world-features li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.world-features li::before {
  content: '•';
  color: var(--accent-color);
  font-weight: bold;
  position: absolute;
  left: 0;
}

.world-img-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  min-height: 280px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.world-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.5s ease;
}

.world-img-wrapper:hover .world-img {
  transform: scale(1.05);
}

.world-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(19, 7, 34, 0.1),
    rgba(19, 7, 34, 0.5)
  );
  border-radius: 12px;
}

@media (max-width: 991.98px) {
  .world-img-wrapper {
    margin-bottom: 1.5rem;
  }

  .world-card {
    text-align: center;
  }

  .world-features {
    display: inline-block;
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .feature-card {
    margin-bottom: 1rem;
  }
}
.cta-section {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

.cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
      circle at 30% 50%,
      rgba(110, 40, 180, 0.2) 0%,
      rgba(19, 7, 34, 0) 50%
    ),
    radial-gradient(
      circle at 70% 20%,
      rgba(110, 40, 180, 0.15) 0%,
      rgba(19, 7, 34, 0) 40%
    );
  z-index: 1;
}

.shape {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: rgba(64, 17, 126, 0.1);
  top: -150px;
  right: -100px;
}

.shape-2 {
  width: 200px;
  height: 200px;
  background: rgba(64, 17, 126, 0.15);
  bottom: -100px;
  left: -50px;
}

.shape-3 {
  width: 150px;
  height: 150px;
  background: rgba(64, 17, 126, 0.08);
  top: 20%;
  left: 15%;
  animation: float 8s infinite ease-in-out;
}

.shape-4 {
  width: 120px;
  height: 120px;
  background: rgba(64, 17, 126, 0.12);
  bottom: 20%;
  right: 15%;
  animation: float 6s infinite ease-in-out;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

.cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.cta-description {
  font-size: 1.3rem;
  line-height: 1.5;
  max-width: 700px;
  margin: 0 auto 2.5rem;
  opacity: 0.95;
}

.btn {
  padding: 0.75rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  margin: 0 0.5rem 1rem;
}

.btn-primary {
  background-color: var(--accent-color);
  border: none;
}

.btn-primary:hover {
  background-color: #521d96;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(64, 17, 126, 0.3);
}

.btn-outline-light {
  color: var(--text-color);
  border: 2px solid var(--text-color);
  background: transparent;
}

.btn-outline-light:hover {
  background-color: rgba(251, 251, 251, 0.1);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(234, 234, 234, 0.1);
}

@media (max-width: 767.98px) {
  .cta-description {
    font-size: 1.1rem;
  }
}

/* Using completely different class names to avoid conflicts */
.intro-container {
  background-color: #27084c;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  border-bottom: 3px solid #fff;
}

.intro-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
}

.intro-title {
  color: #27084c;
  font-weight: 800;
  font-size: 3rem;
  margin-bottom: 2rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.intro-description {
  font-size: 1.4rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 3rem;
  opacity: 0.95;
  color: #27084c;
}

.intro-floating-icon {
  position: absolute;
  color: var(--accent-color);
  opacity: 0.15;
  font-size: 3rem;
  animation: floatingAnimation 6s infinite ease-in-out;
}

@media (max-width: 991.98px) {
  .intro-title {
    font-size: 3.2rem;
  }

  .intro-description {
    font-size: 1.2rem;
    padding: 0 1rem;
  }
}

@media (max-width: 767.98px) {
  .intro-title {
    font-size: 2.5rem;
  }

  .intro-description {
    font-size: 1.1rem;
  }
}
.section-alt {
  background-color: rgba(64, 17, 126, 0.08);
}

.history-img-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  min-height: 350px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.history-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.5s ease;
}

.history-img-wrapper:hover .history-img {
  transform: scale(1.03);
}

.history-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(19, 7, 34, 0.1),
    rgba(19, 7, 34, 0.5)
  );
  border-radius: 12px;
}

.value-card {
  background-color: rgba(64, 17, 126, 0.1);
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  transition: all 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(64, 17, 126, 0.2);
}

.value-icon {
  font-size: 2.5rem;
  color: var(--accent-color);
  margin-bottom: 1rem;
}

.value-title {
  color: var(--heading-color);
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
}

.value-text {
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0.9;
  margin-bottom: 0;
}

.future-item {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 2rem;
}

.future-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--accent-color);
}

.future-item::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 1rem;
  width: 1px;
  height: calc(100% + 1rem);
  background-color: rgba(64, 17, 126, 0.3);
}

.future-item:last-child::after {
  display: none;
}

.future-title {
  color: var(--heading-color);
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 991.98px) {
  .history-img-wrapper {
    margin-top: 2rem;
  }
}

@media (max-width: 767.98px) {
  .value-card {
    margin-bottom: 1.5rem;
  }
}

.contact-card {
  background-color: rgba(64, 17, 126, 0.1);
  border-radius: 16px;
  padding: 3rem;
  text-align: center;
  border: 1px solid rgba(64, 17, 126, 0.3);
}

.contact-email {
  display: inline-block;
  background-color: var(--accent-color);
  color: var(--heading-color);
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  margin: 1.5rem 0;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.contact-email:hover {
  background-color: #521d96;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(64, 17, 126, 0.3);
  color: var(--heading-color);
  text-decoration: none;
}

.contact-icon {
  font-size: 2.5rem;
  color: var(--accent-color);
  margin-bottom: 1.5rem;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(64, 17, 126, 0.2);
  padding-bottom: 2rem;
}

.faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.faq-question {
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--heading-color);
  margin-bottom: 0.75rem;
  position: relative;
  padding-left: 2rem;
}

.faq-question::before {
  content: 'Q';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: var(--accent-color);
}

.faq-answer {
  font-size: 1.05rem;
  line-height: 1.6;
  padding-left: 2rem;
  position: relative;
}

.faq-answer::before {
  content: 'A';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: var(--accent-color);
  opacity: 0.8;
}

@media (max-width: 991.98px) {
  .contact-card {
    padding: 2rem;
  }
}

@media (max-width: 767.98px) {
  .contact-email {
    font-size: 1.1rem;
    padding: 0.6rem 1.5rem;
  }

  .faq-question {
    font-size: 1.1rem;
  }
}

/* form  */

.form-section {
  background: linear-gradient(
    135deg,
    rgba(64, 17, 126, 0.15) 0%,
    rgba(19, 7, 34, 0.2) 100%
  );
  border-radius: 16px;
  padding: 3rem;
  border: 1px solid rgba(64, 17, 126, 0.2);
}

.form-control {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-color);
  padding: 0.8rem 1rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  margin-bottom: 1.5rem;
}

.form-control:focus {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: var(--accent-color);
  box-shadow: 0 0 0 0.25rem rgba(64, 17, 126, 0.25);
  color: var(--text-color);
}

.form-control::placeholder {
  color: rgba(234, 234, 234, 0.6);
}

.form-label {
  color: var(--heading-color);
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.form-text {
  color: rgba(234, 234, 234, 0.6);
}

.invalid-feedback {
  color: #ff6b6b;
  font-size: 0.875rem;
}

.btn-primary {
  background-color: var(--accent-color);
  border: none;
  padding: 0.75rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  margin-top: 1rem;
}

.btn-primary:hover {
  background-color: #521d96;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(64, 17, 126, 0.3);
}

@media (max-width: 991.98px) {
  .section-heading {
    font-size: 2.2rem;
  }

  .form-section {
    padding: 2rem;
  }
}

@media (max-width: 767.98px) {
  .section-heading {
    font-size: 1.8rem;
  }
}

/* footer */

.footer {
  background-color: var(--footer-bg);
  color: var(--footer-text);
  padding-top: 4rem;
}

.footer-brand {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  color: var(--heading-color);
}

.footer p {
  font-size: 0.95rem;
  opacity: 0.85;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.footer h4 {
  color: var(--heading-color);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  position: relative;
}

.footer h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 40px;
  height: 2px;
  background-color: var(--footer-accent);
}

.footer-links {
  padding-left: 0;
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: var(--footer-link);
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 0.95rem;
}

.footer-links a:hover {
  color: var(--footer-text);
  text-decoration: none;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 0;
  margin-top: 3rem;
  text-align: center;
  font-size: 0.9rem;
  opacity: 0.7;
}

.newsletter-form {
  display: flex;
  margin-top: 1.5rem;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.newsletter-input {
  flex-grow: 1;
  padding: 0.75rem 1.5rem;
  border: none;
  background-color: rgba(255, 255, 255, 0.05);
  color: var(--footer-text);
  font-size: 1rem;
}

.newsletter-input:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.1);
}

.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.newsletter-button {
  padding: 0.75rem 2rem;
  background-color: var(--footer-accent);
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.newsletter-button:hover {
  background-color: #5b85db;
}

@media (max-width: 767.98px) {
  .footer-brand {
    font-size: 1.5rem;
  }

  .footer h4 {
    margin-top: 1.5rem;
  }

  .newsletter-form {
    flex-direction: column;
    border-radius: 8px;
  }

  .newsletter-input {
    border-radius: 8px 8px 0 0;
    padding: 1rem;
  }

  .newsletter-button {
    border-radius: 0 0 8px 8px;
    width: 100%;
  }
}
