@charset "utf-8";
/* CSS Document */

    /* Navbar Styling */
    .navbar {
      background: #b30000; /* Econo Lodge red */
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    }

    .navbar-brand img {
      height:75px;
    }

    .navbar-nav {
      margin: auto; /* center nav */
    }

    .navbar-nav .nav-link {
      color: #fff;
      font-weight:bold;
      font-size: 16px;
      margin: 0 10px;
      display: flex;
      align-items: center;
      gap: 6px;
      transition: all 0.3s ease;
    }

    .navbar-nav .nav-link:hover {
      color: #ffd700; /* gold hover */
    }

    .navbar-nav .nav-link.active {
      background-color: #ffd700;
      color: #b30000 !important;
      border-radius: 25px;
      padding: 8px 18px;
      font-weight:bold;
    }
.dropdown-menu {
      border-radius: 8px;
      border: none;
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    }
    .dropdown-item:hover {
      background-color:#b30000;
      color: #fff;
    }

    .phone-btn {
      background-color: #ffd700;
      color: #b30000;
      font-weight: 600;
      border-radius: 30px;
      padding: 8px 18px;
      transition: all 0.3s ease;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .phone-btn:hover {
      background-color: #fff;
      color: #b30000;
    }
    /* Hero Slider */
    .carousel-item {
      position: relative;
      height: 100vh;
      background-size: cover;
      background-position: center;
      transition: transform 1s ease, opacity 1s ease;
    }

    .carousel-inner::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }

    .carousel-caption {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
      color: #fff;
      text-align: center;
      animation: fadeInUp 1.2s ease;
    }

    .carousel-caption, capt {
      font-size: 3rem;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 15px;
    }

    .carousel-caption p {
      font-size: 1.2rem;
      margin-bottom: 20px;
    }

    .btn-hero {
      background-color: #ffd700;
      color: #b30000;
      border-radius: 30px;
      padding: 10px 25px;
      font-weight: 600;
      border: none;
      transition: all 0.3s ease;
      text-transform: uppercase;
    }

    .btn-hero:hover {
      background-color: #fff;
      color: #b30000;
    }

    /* Next/Prev Button Customization */
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: rgba(255, 215, 0, 0.8);
      border-radius: 50%;
      padding: 20px;
    }

    .carousel-control-prev:hover .carousel-control-prev-icon,
    .carousel-control-next:hover .carousel-control-next-icon {
      background-color: #ffd700;
    }
@media only screen and (min-width:320px) and (max-width:768px)
{.carousel-item {
      position: relative;
      height:250px;
      background-size: cover;
      background-position: center;
      transition: transform 1s ease, opacity 1s ease;
    }

    .carousel-inner::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }

    .carousel-caption {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
      color: #fff;
      text-align: center;
      animation: fadeInUp 1.2s ease;
    }

    .carousel-caption, capt {
      font-size: 1.5rem;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 15px;
    }

    .carousel-caption p {
      font-size:14px !important;
      margin-bottom: 20px;
    }

    .btn-hero {
      background-color: #ffd700;
      color: #b30000;
      border-radius: 30px;
      padding: 10px 25px;
      font-weight: 600;
      border: none;
      transition: all 0.3s ease;
      text-transform: uppercase;
    }

    .btn-hero:hover {
      background-color: #fff;
      color: #b30000;
    }

    /* Next/Prev Button Customization */
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: rgba(255, 215, 0, 0.8);
      border-radius: 50%;
      padding: 20px;
    }

    .carousel-control-prev:hover .carousel-control-prev-icon,
    .carousel-control-next:hover .carousel-control-next-icon {
      background-color: #ffd700;
    }}
    @keyframes fadeInUp {
      0% {
        opacity: 0;
        transform: translateY(40px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* Indicators (dots) */
    .carousel-indicators [data-bs-target] {
      background-color: #ffd700;
    }
    body {
      background-color: #fff9f9;
    }
    .content-section {
      background-color: #fff9f9;
      padding: 10px 0 5px 0;
    }
    .image-wrapper {
      position: relative;
      display: inline-block;
    }
    .main-image {
      border: 5px solid #c8102e;
      border-radius: 20px;
      box-shadow: 0 10px 25px rgba(200, 16, 46, 0.2);
      width: 100%;
    }
    .overlay-image {
      position: absolute;
      bottom: -30px;
      right: -30px;
      width: 50%;
      border: 5px solid #f4c542;
      border-radius: 20px;
      box-shadow: 0 10px 25px rgba(244, 197, 66, 0.4);
      background-color: #fff;
    }
    .content-text h1 {
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      color: #c8102e;
    }
    .content-text h5 {
      color: #f4c542;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    .content-text p {
      font-family: 'Open Sans', sans-serif;
      color: #333;
      font-size: 1.1rem;
    }
	    .content-text p a{
      font-family: 'Open Sans', sans-serif;
      color:#b30000;
      font-size: 1.1rem;
	  text-decoration:none;
    }
	 .content-text p a:hover{
      font-family: 'Open Sans', sans-serif;
      color: #333;
      font-size: 1.1rem;
	  text-decoration:none;
    }
    .btn-custom {
      background-color: #c8102e;
      color: #fff;
      border-radius: 30px;
      padding: 10px 25px;
      transition: all 0.3s ease;
    }
    .btn-custom:hover {
      background-color: #a50d26;
      color: #fff;
    }
    body {
      font-family: 'Poppins', sans-serif;
      background-color: #fff9f9;
    }

    /* Background section with overlay */
    .highlights-bg {
      position: relative;
      background: url('doublebed.jpg') no-repeat center center/cover;
      padding: 100px 0;
    }

    .highlights-bg::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(200, 16, 46, 0.75); /* Econo Lodge red with opacity */
      z-index: 1;
    }

    .highlights-section {
      position: relative;
      z-index: 2;
      background-color: rgba(255, 255, 255, 0.95);
      border-radius: 15px;
      padding: 50px;
      max-width: 900px;
      margin: 0 auto;
      box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    }

    .highlight-title {
      font-weight: 700;
      color: #c8102e;
      margin-bottom: 30px;
      text-align: center;
    }


    body {
      font-family: 'Poppins', sans-serif;
      background-color: #fff;
      color: #333;
    }

.attraction-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 100px 0;
  text-align: center;
  min-height: 600px;
}

.bg-slide {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.bg-slide.active {
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.55);
  z-index: 1;
}

.attraction-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.section-title {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.95rem;
}

.main-heading {
  color: #ffffff;
  font-weight: 800;
  font-size: 2.5rem;
  margin-bottom: 40px;
  position: relative;
}

.main-heading::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #f4b41a;
  margin: 10px auto 0;
}

.tab-nav {
  display: inline-flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.tab-nav a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease;
}

.tab-nav a:hover {
  color: #ffd700;
}

.tab-nav a.active {
  color: #ffd700;
}

.tab-nav a.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f4b41a;
}

.attraction-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 500px;
  text-align: left;
  font-size: 1.05rem;
  animation: fadeIn 0.8s ease-in-out;
}

.attraction-list li {
  margin-bottom: 8px;
  padding-bottom: 6px;
  color: #fff !important;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
  .main-heading { font-size: 2rem; }
  .tab-nav { gap: 15px; }
  .attraction-list { font-size: 0.95rem; }
}

    body {
      font-family: 'Poppins', sans-serif;
      background-color: #fff;
      color: #333;
    }

    .section-title1 {
      color: #d40000;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      font-size: 0.9rem;
    }

    .main-heading1 {
      color: #d40000;
      font-weight: 800;
      font-size: 2.2rem;
      border-bottom: 3px solid #f4b41a;
      display: inline-block;
      padding-bottom: 5px;
      margin-bottom: 1.5rem;
    }
	   .main-heading2 h1{
      color:#b30000 !important;
      font-weight: 800;
      font-size: 2.2rem;
      border-bottom: 3px solid #f4b41a;
      display: inline-block;
      padding-bottom: 5px;
      margin-bottom: 1.5rem;
	  text-align:center !important;
    }
	.main-heading2 h1 a{
      color:#b30000 !important; text-decoration:none;
    }
	.main-heading2 h1 a:hover{
      color:#000 !important; text-decoration:none;
    }

    iframe {
      border: none;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
      width: 100%;
      height: 350px;
    }

    .video-map-section {
      background-color: #fafafa;
    }

    body {
      font-family: 'Poppins', sans-serif;
    }

    /* Footer Styles */
.footer-section {
  background: #0f0f0f;
  color: #ccc;
  padding: 60px 0 0;
  font-size: 14px;
}

.footer-logo {
  max-width: 200px;
}

.footer-text {
  color: #aaa;
  font-size: 14px;
  line-height: 1.6;
}

.foot-title {
  color: #f4b41a;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
}

.footer-links i {
  margin-right: 6px;
  color: #f4b41a;
}

.footer-links a:hover {
  color: #f4b41a;
  padding-left: 5px;
}

/* Contact */
.contact-box p {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.contact-box i {
  color: #f4b41a;
}

.contact-box a {
  color: #ccc;
  text-decoration: none;
}

.contact-box a:hover {
  color: #f4b41a;
}

/* Social */
.social-icons {
  margin-top: 10px;
}

.social-icons a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(244, 180, 26, 0.1);
  color: #f4b41a;
  border-radius: 50%;
  margin: 5px;
  transition: 0.4s;
  font-size: 16px;
}

.social-icons a:hover {
  background: #f4b41a;
  color: #111;
  transform: translateY(-4px) scale(1.05);
}

/* Bottom */
.footer-bottom {
  background: #080808;
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #222;
}

.footer-bottom p {
  margin: 5px 0;
  color: #aaa;
}

.footer-mini-links {
  margin: 8px 0;
}

.footer-mini-links a {
  color: #f4b41a;
  margin: 0 8px;
  text-decoration: none;
}

.footer-mini-links a:hover {
  color: #fff;
}

.designer-text a {
  color: #f4b41a;
  text-decoration: none;
}

.designer-text a:hover {
  color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
  .footer-section {
    text-align: center;
  }

  .contact-box p {
    justify-content: center;
  }
}
    

    /* Back to Top Button */
    #backToTop {
      position: fixed;
      bottom: 25px;
      right: 25px;
      background-color: #d40000;
      color: #fff;
      border: none;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      display: none;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background 0.3s ease;
      z-index: 1000;
    }

    #backToTop:hover {
      background-color: #f4b41a;
      color: #2b2b2b;
    }

    body {
      font-family: 'Poppins', sans-serif;
      background-color: #f8f9fa;
    }

    .reservation-box {
      background: #fff;
      padding: 30px;
      border-radius: 20px;
      box-shadow: 0px 6px 25px rgba(0,0,0,0.1);
      max-width:1200px;
      margin: 60px auto;
    }
    .reservation-title {
      font-size: 1.8rem;
      font-weight: 700;
      color:#b30000; /* Dark Blue */
      margin-bottom: 25px;
      text-align: center;
    }
    .form-control, .form-select {
      border-radius: 12px;
      padding: 10px 15px;
      font-size: 1rem;
    }

	    .btn-book {
      background: linear-gradient(45deg, #d40000, #f4b41a);
      border: none;
      color: #fff;
      font-weight: 600;
      text-transform: uppercase;
      padding: 12px 30px;
      border-radius: 6px;
      transition: 0.3s ease;
    }

    .btn-book:hover { color: #fff !important;
      background: linear-gradient(45deg, #f4b41a, #d40000);
      transform: translateY(-2px);
      box-shadow: 0 4px 10px rgba(212, 0, 0, 0.3);
    }
     @media (max-width: 768px) {
      .reservation-box {
        flex-direction: column;
        gap: 10px;
      }
      .reservation-box .form-control,
      .reservation-box .form-select {
        width: 100%;
      }
      .btn-book {
        width: 100%;
      }
    }
	.cont {color:#000000; text-decoration:none;}
		.cont a{color:#b30000; text-decoration:none;}
		.cont a:hover{color:#000000; text-decoration:none;}
		#more {display: none;}
		


   .things-to-do-section .attraction-card {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.09);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  position: relative;
}

.things-to-do-section .attraction-card:hover {
  transform: translateY(-18px);
  box-shadow: 0 25px 60px rgba(200, 16, 46, 0.18);
}

.things-to-do-section .card-content {
  padding: 32px 20px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.things-to-do-section .icon-circle {
  width: 85px;
  height: 85px;
  background: linear-gradient(135deg, #c8102e, #ff6b6b);
  color: white;
  font-size: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
  box-shadow: 0 10px 25px rgba(200, 16, 46, 0.25);
  transition: all 0.4s ease;
}

.things-to-do-section .attraction-card:hover .icon-circle {
  transform: scale(1.15) rotate(12deg);
  box-shadow: 0 15px 35px rgba(200, 16, 46, 0.35);
}

.things-to-do-section .attraction-card h5 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 6px;
}

.things-to-do-section .distance {
  color: #c8102e;
  font-weight: 600;
  font-size: 0.98rem;
}

.things-to-do-section .attraction-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #c8102e, #ff8c8c);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.things-to-do-section .attraction-card:hover::after {
  transform: scaleX(1);
}


    .things-to-do-section .attraction-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 25px rgba(0,0,0,.1);
  transition: all .4s ease;
  height: 100%;
}
.things-to-do-section .attraction-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 15px 40px rgba(0,0,0,.15);
}
.things-to-do-section .attraction-card .icon {
  font-size: 2.8rem;
  line-height: 1;
}
.things-to-do-section .attraction-card h5 {
  font-size: 1.25rem;
  margin-bottom: .5rem;
  color: #222;
}
.things-to-do-section .attraction-card p {
  font-size: 0.95rem;
}


.facilities-section {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  padding: 80px 0;
}

.facility-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  height: 100%;
  transition: all 0.3s ease;
  overflow: hidden;
}

.facility-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.card-content {
  padding: 40px 20px;
  text-align: center;
}

.icon-circle {
  width: 80px;
  height: 80px;
  background: #f4b41a;
  color: white;
  font-size: 2.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 8px 20px rgba(244, 180, 26, 0.3);
}

.facility-card h5 {
  font-weight: 700;
  margin-bottom: 8px;
  color: #333;
}

.facility-card .detail {
  color: #666;
  font-size: 0.95rem;
  margin: 0;
}

.section-title1 {
  color: #f4b41a;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.95rem;
}

.main-heading1 {
  font-weight: 800;
  font-size: 2.4rem;
  color: #222;
}

@media (max-width: 768px) {
  .main-heading1 { font-size: 2rem; }
}



.policies-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 80px 0;
}

.policy-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
}

.policy-box {
  background: white;
  padding: 35px 25px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  transition: all 0.4s ease;
  border: 1px solid #f0f0f0;
  height: 100%;
}

.policy-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  border-color: #f4b41a;
}

.policy-icon {
  font-size: 3rem;
  margin-bottom: 18px;
  transition: transform 0.4s ease;
}

.policy-box:hover .policy-icon {
  transform: scale(1.2);
}

.policy-box h5 {
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.policy-box p {
  margin: 0;
  font-size: 0.97rem;
}

.section-title1 {
  color: #f4b41a;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.95rem;
}

.main-heading1 {
  font-weight: 800;
  font-size: 2.4rem;
  color: #222;
}

@media (max-width: 992px) {
  .policy-columns { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 576px) {
  .policy-columns { grid-template-columns: 1fr; }
  .main-heading1 { font-size: 2rem; }
}

.sitemap-modern .sitemap-card {
  display: block;
  background: #ffffff;
  padding: 25px 15px;
  border-radius: 12px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.sitemap-modern .sitemap-card .icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.sitemap-modern .sitemap-card:hover {
  transform: translateY(-5px);
  background: #760505;
  color: #fff;
}

.sitemap-modern .sitemap-card:hover .icon {
  transform: scale(1.1);
}


.contact-details {
  background: #f8f9fa;
}

.contact-details .contact-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.contact-details h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-details .contact-item {
  font-size: 16px;
  margin-bottom: 15px;
  color: #555;
}

.contact-details .contact-item a {
  color: #007bff;
  text-decoration: none;
}

.contact-details .contact-item a:hover {
  text-decoration: underline;
}

.contact-details .contact-img img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}


.amenities-details {
  background: #f8f9fa;
}

.amenities-details .amenity-box {
  background: #ffffff;
  padding: 15px 12px;
  border-radius: 10px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  color: #333;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  height: 100%;
}

.amenities-details .amenity-box:hover {
  background: #007bff;
  color: #fff;
  transform: translateY(-5px);
}




.attraction-details {
  background: #f8f9fa;
}

.attraction-details .attraction-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.attraction-details .attraction-box em {
  color: #007bff;
  font-size: 18px;
}

.attraction-details .attraction-box:hover {
  background: #007bff;
  color: #fff;
  transform: translateY(-5px);
}

.attraction-details .attraction-box:hover em {
  color: #fff;
}


.faq-details {
  background: linear-gradient(135deg, #f8f9fa, #eef2f7);
}

.faq-title {
  font-size: 32px;
  font-weight: 700;
  color: #222;
}

.faq-subtitle {
  color: #6c757d;
  font-size: 15px;
}

.faq-container {
  max-width: 900px;
  margin: auto;
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: 0.3s;
}

.faq-item:hover {
  transform: translateY(-3px);
}

.faq-question {
  width: 100%;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: 0.3s;
}

.faq-item.active .faq-question::after {
  content: "-";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  font-size: 14px;
  color: #555;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 15px 20px 20px;
}
.faq-answer a {
  color: #0d6efd;
  font-weight: 500;
  text-decoration: none;
}

.faq-answer a:hover {
  text-decoration: underline;
}
.elite-footer {
  background: #0a0a0a;
  padding: 30px 0;
  color: #bbb;
  font-family: 'Segoe UI', sans-serif;
}

.elite-line {
  margin: 6px 0;
  font-size: 14px;
  letter-spacing: 0.3px;
}

/* Line 1 */
.elite-owner strong {
  color: #ffffff;
  font-weight: 600;
}

/* Line 2 */
.elite-links a {
  color: #f4b400;
  text-decoration: none;
  margin: 0 6px;
  position: relative;
}

.elite-links span {
  color: #555;
}

.elite-links a::after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background: #f4b400;
  transition: 0.3s;
  margin: auto;
}

.elite-links a:hover::after {
  width: 100%;
}

/* Line 3 */
.elite-credit {
  font-size: 13px;
  color: #999;
}

.elite-credit a {
  color: #f4b400;
  text-decoration: none;
  margin: 0 3px;
  transition: 0.3s;
}

.elite-credit a:hover {
  color: #ffffff;
}

.elite-brand {
  font-weight: 600;
  color: #ffffff !important;
}


