@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  background: #fff;
}

.show {
  display: block !important;
}

body.menu-Open::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 1000;
  transition: all 0.3s ease;
}

.main-header {
  font-family: "Roboto", sans-serif;
  background-color: #060606;
  color: white;
  padding: 23px 0;
  border-bottom: 3px solid #ffc61a;
  position: sticky;
  top: 0;
  z-index: 111111;
}
.main-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.main-header .logo {
  display: flex;
  align-items: center;
  width: auto;
}
.main-header .logo a {
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center;
}
.main-header .logo a .logo-icon {
  background-color: #ffc61a;
  color: rgb(3, 3, 3);
  font-weight: bold;
  padding: 0px 11px;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 28px;
  font-family: "Indie Flower", cursive;
}
.main-header .logo a .logo-text {
  font-size: 20px;
  font-weight: bold;
}
.main-header .logo img {
  height: 55px;
  border-radius: 42px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 155px;
  transition: all 0.3s ease;
  padding: 2px;
  background-color: navy;
}
.main-header .logo img:hover {
  transform: scale(1.05); /* slight hover zoom */
  box-shadow: 0 0 15px rgba(16, 0, 255, 0.3); /* brighter glow */
}
.main-header .main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-header .main-nav ul li {
  margin-left: 25px;
}
.main-header .main-nav ul li a {
  text-decoration: none;
  color: white;
  font-weight: 500;
  position: relative;
}
.main-header .main-nav ul li a.active, .main-header .main-nav ul li a:hover {
  color: #ffc61a;
}
.main-header .main-nav ul li a.active::after, .main-header .main-nav ul li a:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffc61a;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.main-header .nav_responsive {
  display: none;
  width: 300px;
  position: absolute;
  top: -11px;
  border-radius: 20px;
  right: -20px;
  background-color: #333333;
}
.main-header .nav_responsive ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-header .nav_responsive ul li {
  padding: 25px 0;
  text-align: center;
  border-bottom: #ffc61a 1px solid;
  border-radius: 10px;
}
.main-header .nav_responsive ul li a {
  text-decoration: none;
  color: white;
  font-weight: 500;
  position: relative;
}
.main-header .nav_responsive ul li a.active, .main-header .nav_responsive ul li a:hover {
  color: #ffc61a;
}
.main-header .nav_responsive ul li a.active::after, .main-header .nav_responsive ul li a:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffc61a;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.main-header .nav_responsive ul li .rbtn {
  background: #dda602;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.main-header .nav_responsive ul li .rbtn:hover {
  background: #ff7c00;
  box-shadow: 0 4px 15px rgba(255, 198, 26, 0.4);
}
.main-header .burger {
  display: none;
  width: auto;
}
.main-header .burger .fa-solid,
.main-header .burger .fas {
  font-weight: 900;
  color: #ffc61a;
  font-size: 25px;
}
.main-header .cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 196px;
  position: relative;
}
.main-header .cta .btn {
  background: #dda602;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.main-header .cta .btn:hover {
  background: #ffc61a;
  box-shadow: 0 4px 15px rgba(255, 198, 26, 0.4);
  color: #000;
}

.banner_section {
  width: 100%;
  margin: auto;
  background-image: url("../images/taxi.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner_section .opacity_box {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  margin: auto;
}
.banner_section .opacity_box .banner_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 150px 0 200px 0;
  flex-wrap: wrap;
}
.banner_section .opacity_box .banner_heading p {
  color: whitesmoke;
  font-family: "Indie Flower", cursive;
  font-size: 60px;
  line-height: 90px;
  font-weight: 900;
}
.banner_section .opacity_box .banner_heading .tour_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.banner_section .opacity_box .banner_heading .tour_btn a {
  display: inline-block;
  text-decoration: none;
  color: #0c0c0c;
  background: #ffc61a;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 600;
}
.banner_section .opacity_box .banner_heading .tour_btn a:hover {
  background: #ffb300;
  color: #fff;
  box-shadow: 0 3px 5px rgba(255, 198, 26, 0.5);
  transform: translateY(-2px);
}

.description_section {
  width: 100%;
  margin: auto;
  padding: 50px 0;
  background-color: rgba(255, 198, 26, 0);
}
.description_section .description {
  width: 100%;
  margin: auto;
  max-width: 1300px;
  padding: 0 50px;
}
.description_section .description h3 {
  font-size: 1.8rem;
  font-weight: 800;
  background: linear-gradient(90deg, #ffb400, #ff7e00, #ff4500);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: taxiShine 5s ease infinite;
  text-shadow: 0 0 10px rgba(255, 165, 0, 0.8), 2px 2px 6px rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@keyframes taxiShine {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}
.description_section .description .decorated_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.description_section .description .decorated_line .yellow_line {
  width: 17%;
  background-color: #ffc61a;
  height: 5px;
  border-radius: 50px;
}
.description_section .description .decorated_line .sub_heading {
  width: 66%;
  color: black;
  text-align: center;
  font-family: "Indie Flower", cursive;
  font-weight: 500;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: 1px;
}
.description_section .description p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: black;
  margin-bottom: 15px;
  padding: 0 10px;
}
.description_section .description p .bold_text {
  font-weight: bold;
}

.booking_section {
  width: 100%;
  margin: auto;
  padding: 40px 0 100px 0;
  background: radial-gradient(circle at top left, #d6ecff 0%, #e8f3ff 40%, #f4eaff 100%);
}
.booking_section .card_heading {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  margin-bottom: 60px;
}
.booking_section .card_heading h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  padding: 0 275px;
  color: #834157;
}
.booking_section .card_section {
  width: 100%;
  margin: auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 15px;
}
.booking_section .card_section .card {
  width: 285px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: transform 0.3s ease;
  margin-bottom: 25px;
}
.booking_section .card_section .card:hover {
  transform: translateY(-8px);
}
.booking_section .card_section .card img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
.booking_section .card_section .tag {
  position: absolute;
  background: linear-gradient(135deg, #d51c5a, #ff497c);
  color: #fff;
  top: 15px;
  right: 0;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 600;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.booking_section .card_section .card-content {
  padding: 20px;
}
.booking_section .card_section .card-content h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.booking_section .card_section .card-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}
.booking_section .card_section .card-content ul li {
  padding-left: 20px;
  position: relative;
  color: #555;
  margin-bottom: 6px;
  font-size: 15px;
}
.booking_section .card_section .card-content ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #d51c5a;
  font-weight: bold;
  font-size: 13px;
}
.booking_section .card_section .book-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: linear-gradient(135deg, #d51c5a, #555);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 12px 0;
  border-radius: 0 0 15px 15px;
  letter-spacing: 1px;
  transition: background 0.3s ease;
  border: none;
}
.booking_section .card_section .book-btn:hover {
  background: linear-gradient(135deg, #ff7c00, #d51c5a);
}
.booking_section .card_section .card-wrapper {
  position: relative;
}

/* Modal Backdrop & Container */
.modal {
  display: none;
  position: fixed;
  z-index: 111111;
  left: 0;
  top: 0 !important;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background: rgba(0, 0, 0, 0.52);
  justify-content: center;
  align-items: center;
}
.modal h2 {
  font-weight: 900;
}

.modal-content {
  background: linear-gradient(135deg, #8b002e, #555); /* Dark navy background */
  margin: 5% auto;
  padding: 2.2rem 2.5rem 2rem 2.5rem;
  border-radius: 16px;
  max-width: 420px;
  position: relative;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.45);
  color: #f9c900; /* Warm golden accent text */
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  border: 2px solid #f9c900;
  transition: box-shadow 0.4s ease, transform 0.3s ease;
  margin-top: 295px;
  /* Hover effect to lift and brighten border */
  /* Smooth inner glow for ambient feel */
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.45), inset 0 0 12px rgba(249, 201, 0, 0.3);
}
.modal-content:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(249, 201, 0, 0.8);
  border-color: #ffd633;
}

.close {
  position: absolute;
  right: 1rem;
  top: 0.9rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #555;
  cursor: pointer;
}

.booking-form .form-group {
  margin-bottom: 1rem;
}

.booking-form label {
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
  color: white;
}

.booking-form input,
.booking-form select {
  width: 100%;
  padding: 0.45rem 0.7rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.booking-form .submit-btn {
  background: #f9c900;
  color: #232323;
  border: none;
  border-radius: 5px;
  margin-top: 0.6rem;
  padding: 0.9rem 1.9rem;
  font-size: 1rem;
  font-weight: bold;
  transition: background 0.2s;
  cursor: pointer;
}

.modal .submit-btn {
  width: 100%;
}

.booking-form .submit-btn:hover {
  background: #cab100;
}

.book_message {
  width: 100%;
}

.wpcf7-form .book-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: linear-gradient(135deg, #d51c5a, #555);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 12px 0;
  border-radius: 0 0 15px 15px;
  letter-spacing: 1px;
  transition: background 0.3s ease;
  border: none;
}
.wpcf7-form .book-btn:hover {
  background: linear-gradient(135deg, #ff7c00, #d51c5a);
}

.modal .responseSet {
  position: relative;
  max-width: 420px;
}
.modal .responseSet .wpcf7-response-output {
  position: absolute;
  bottom: 20px;
  left: 20px;
  border: none !important;
  color: white;
}

/* Responsive modal */
@media (max-width: 700px) {
  .modal .responseSet .wpcf7-response-output {
    bottom: 15px;
  }
  .modal .modal-content {
    margin-top: 80px;
  }
}
@media (max-width: 440px) {
  .modal-content {
    width: 96vw;
    padding: 1rem;
    max-width: 99vw;
  }
}
@media (max-width: 380px) {
  .booking-form {
    padding: 0 !important;
  }
}
.accordian_cotainer {
  width: 100%;
  margin: auto;
  padding: 85px 0;
  background: linear-gradient(to right, #ffffff, #ffe680);
}

.taxi-faq {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  font-family: "Montserrat", sans-serif;
}
.taxi-faq h2 {
  text-align: center;
  font-size: 1.5rem;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-shadow: 1px 1px 2px #000;
}
.taxi-faq .accordion {
  max-width: 1200px;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}
.taxi-faq .accordion-item {
  border-bottom: 1px solid #ffc61a;
}
.taxi-faq .accordion-item.active .accordion-body {
  display: block; /* Keeps first one open */
}
.taxi-faq .accordion-header {
  background-color: #000;
  color: #ffc61a;
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  outline: none;
  position: relative;
  transition: background-color 0.3s ease;
}
.taxi-faq .accordion-header::after {
  content: "+";
  /* Plus sign */
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: transform 0.3s ease;
}
.taxi-faq .accordion-header.active {
  background-color: #060500;
  color: #ffb300;
}
.taxi-faq .accordion-header.active::after {
  content: "−";
  /* Minus sign */
  transform: rotate(180deg);
}
.taxi-faq .accordion-body {
  display: none;
  background-color: rgba(255, 198, 26, 0.768627451);
  padding: 15px 20px;
  line-height: 1.6;
  color: #000000;
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer {
  background: #222222;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding-top: 50px;
  border-top: 3px solid #ffc61a;
}
.footer .footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px 40px;
}
.footer h3,
.footer h4 {
  color: #ffc61a;
  margin-bottom: 15px;
}
.footer .footer-about p {
  line-height: 1.6;
  font-size: 14px;
  color: #ddd;
}
.footer .footer-links {
  text-align: center;
}
.footer .footer-links ul {
  list-style: none;
  padding: 0;
}
.footer .footer-links ul li {
  margin: 8px 0;
}
.footer .footer-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}
.footer .footer-links ul li a:hover {
  color: #ffc61a;
}
.footer .footer-contact p {
  font-size: 14px;
  color: #ddd;
  margin: 8px 0;
}
.footer .footer-contact p i {
  color: #ffc61a;
  margin-right: 8px;
}
.footer .footer-social .social-icons {
  display: flex;
  gap: 5px;
}
.footer .footer-social .social-icons a {
  color: #fff;
  font-size: 16px;
  background: #444;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s ease, transform 0.3s ease;
  text-decoration: none;
}
.footer .footer-social .social-icons a:hover {
  background: #ffc61a;
  transform: translateY(-4px);
}
.footer .footer-bottom {
  background: rgb(21.25, 21.25, 21.25);
  text-align: center;
  padding: 15px;
  border-top: 1px solid #444;
  font-size: 13px;
  color: #aaa;
}

.inquiry-section {
  background: #111;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.inquiry-section h2 {
  font-size: 2rem;
  color: #eb8f00;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.inquiry-section p {
  font-size: 1rem;
  color: #ccc;
  margin-bottom: 30px;
}
.inquiry-section .inquiry-container {
  max-width: 800px;
  margin: 0 auto;
  background: #0f0f0f;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 0 25px rgba(235, 143, 0, 0.3);
}
.inquiry-section .inquiry-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.inquiry-section .inquiry-form .form-row {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .inquiry-section .inquiry-form .form-row {
    flex-direction: column;
  }
}
.inquiry-section .inquiry-form .form-group {
  flex: 1;
  text-align: left;
}
.inquiry-section .inquiry-form .form-group label {
  display: block;
  font-size: 0.9rem;
  color: #bbb;
  margin-bottom: 8px;
}
.inquiry-section .inquiry-form .form-group input,
.inquiry-section .inquiry-form .form-group select,
.inquiry-section .inquiry-form .form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #333;
  border-radius: 10px;
  background: #1c1c1c;
  color: #fff;
  font-size: 1rem;
  transition: 0.3s ease;
}
.inquiry-section .inquiry-form .form-group input:focus,
.inquiry-section .inquiry-form .form-group select:focus,
.inquiry-section .inquiry-form .form-group textarea:focus {
  border-color: #eb8f00;
  box-shadow: 0 0 5px #eb8f00;
  outline: none;
}
.inquiry-section .inquiry-form .full-width {
  width: 100%;
}
.inquiry-section .inquiry-form .submit-btn {
  background: #eb8f00;
  color: #111;
  border: none;
  padding: 14px 25px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.inquiry-section .inquiry-form .submit-btn:hover {
  background: #ffae00;
  box-shadow: 0 0 10px #ffae00;
}

.wpcf7-form p {
  margin: 0;
  padding: 0;
}

.wpcf7-form br {
  display: none;
}

/* ===== GLOBAL RESET ===== */
body {
  font-family: "Poppins", sans-serif;
  color: #222;
  margin: 0;
  background-color: #f9f9f9;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== HERO SECTION ===== */
.hero {
  background: linear-gradient(135deg, #000 0%, #111 70%);
  color: #ffcc00;
  text-align: center;
  padding: 7rem 2rem 6rem;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -40%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 204, 0, 0.2), transparent 70%);
  animation: heroGlow 25s linear infinite;
}
.hero h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.hero p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 2rem;
  color: #eee;
}
.hero .cta {
  background: #ffcc00;
  color: #000;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 0 4px 20px rgba(255, 204, 0, 0.4);
}
.hero .cta:hover {
  background: #fff;
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(255, 204, 0, 0.6);
}

@keyframes heroGlow {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ===== FEATURES SECTION ===== */
.features {
  background: #fff;
  padding: 5rem 0;
  text-align: center;
}
.features h2 {
  color: #000;
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
.features .feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 2.5rem;
  margin-top: 2rem;
}
.features .feature {
  background: #000 !important;
  color: #ffcc00;
  padding: 2rem 1.5rem;
  border-radius: 12px;
  transition: 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-bottom: 4px solid transparent;
  border-bottom: 4px solid #ffcc00;
}
.features .feature:hover {
  background: #f7f7f7;
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.features .feature i {
  font-size: 2.2rem;
  color: #ddb408 !important;
  margin-bottom: 1rem;
}
.features .feature h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.features .feature p {
  font-size: 1rem;
  color: white !important;
}
.features .feature:hover p {
  color: #444;
}

/* ===== BOOKING SECTION ===== */
.booking {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(34, 34, 34, 0.95));
  padding: 5rem 0;
  text-align: center;
  color: #fff;
}
.booking h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffcc00;
  margin-bottom: 2rem;
}
.booking .booking-form {
  background: #fff;
  padding: 3rem 2rem;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}
.booking .booking-form .form-group {
  margin-bottom: 1.5rem;
}
.booking .booking-form .form-group label {
  display: block;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.5rem;
}
.booking .booking-form .form-group input,
.booking .booking-form .form-group select,
.booking .booking-form .form-group textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  transition: 0.3s ease;
}
.booking .booking-form .form-group input:focus,
.booking .booking-form .form-group select:focus,
.booking .booking-form .form-group textarea:focus {
  border-color: #ffcc00;
  box-shadow: 0 0 5px rgba(255, 204, 0, 0.6);
  outline: none;
}
.booking .booking-form .btn-main {
  display: inline-block;
  background: #ffcc00;
  color: #000;
  font-weight: 600;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
  font-size: 1rem;
}
.booking .booking-form .btn-main:hover {
  background: #000;
  color: #ffcc00;
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(255, 204, 0, 0.4);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.2rem;
  }
  .hero p {
    font-size: 1rem;
  }
  .booking-form {
    padding: 2rem 1.5rem;
  }
  .hero {
    padding-bottom: 45px !important;
  }
}
/* Booking Section Background */
/* Section background */
/* Hero Section */
.tour-hero {
  background: linear-gradient(90deg, #00c0f9 70%, #232323 100%);
  color: #232323;
  text-align: center;
  padding: 5rem 1rem 3rem;
}
.tour-hero .container {
  max-width: 700px;
  margin: 0 auto;
}
.tour-hero h1 {
  font-size: 2.8rem;
  margin-bottom: 0.5rem;
}
.tour-hero p {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}

/* Tours Grid */
.tours {
  padding: 2.5rem 1rem;
}
.tours .container {
  max-width: 1100px;
  margin: 0 auto;
}
.tours h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #232323;
}
.tours .tour-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.tours .tour-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(249, 201, 0, 0.15);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.tours .tour-card img {
  display: block;
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom: 4px solid #f9c900;
}
.tours .tour-card .tour-info {
  padding: 1rem 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tours .tour-card .tour-info h3 {
  margin: 0 0 0.7rem;
  font-size: 1.3rem;
  color: #232323;
}
.tours .tour-card .tour-info p {
  flex-grow: 1;
  margin: 0 0 1.25rem;
  color: #555555;
  font-size: 1rem;
}
.tours .tour-card .tour-info a.btn-main {
  align-self: flex-start;
  text-decoration: none;
  font-weight: bold;
}

/* Booking Form */
.booking {
  background: linear-gradient(135deg, #000000 20%, #3b3b3b 100%) !important;
  padding: 3rem 1rem;
}
.booking .container {
  max-width: 600px;
  margin: 0 auto;
  background: #ccc !important;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(249, 201, 0, 0.15);
}
.booking h2 {
  font-size: 1.8rem;
  margin-bottom: 1.4rem;
  color: #232323;
  text-align: center;
}
.booking .booking-form {
  background: #e5e5e5;
}
.booking .booking-form .form-group {
  margin-bottom: 1.3rem;
}
.booking .booking-form .form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #232323;
}
.booking .booking-form .form-group input, .booking .booking-form .form-group select {
  width: 100%;
  padding: 0.7rem 1rem;
  border: 1px solid #cccccc;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
.booking .booking-form .form-group input:focus, .booking .booking-form .form-group select:focus {
  border-color: #f9c900;
  outline: none;
}
.booking .booking-form button.btn-main {
  background: #f9c900;
  color: #232323;
  padding: 0.9rem 2.2rem;
  font-size: 1.1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 700;
  transition: background-color 0.3s ease;
  display: block;
  margin: 1rem auto 0 auto;
  box-shadow: 0 2px 6px rgba(249, 201, 0, 0.18);
}
.booking .booking-form button.btn-main:hover {
  background-color: #d4b800;
}
.booking .booking-form .tbtn {
  background-color: #00c0f9 !important;
}

/* Responsive */
@media (max-width: 1024px) {
  .tours .tour-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .tour-hero h1 {
    font-size: 2rem;
  }
  .tours .tour-grid {
    grid-template-columns: 1fr;
  }
  .booking .container {
    padding: 1.5rem 1rem;
  }
  .booking h2 {
    font-size: 1.5rem;
  }
}
/* Hero Section */
.wedding-hero {
  background: linear-gradient(90deg, #FF69B4 75%, #222222 100%);
  color: #222222;
  text-align: center;
  padding: 5rem 1rem 3rem;
}
.wedding-hero .container {
  max-width: 700px;
  margin: 0 auto;
}
.wedding-hero h1 {
  font-size: 2.8rem;
  margin-bottom: 0.5rem;
}
.wedding-hero p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.wedding-hero .btn-main {
  display: inline-block;
  background: #222222;
  color: #FF69B4;
  padding: 1rem 2.5rem;
  font-weight: 700;
  border-radius: 6px;
  font-size: 1.1rem;
  text-decoration: none;
  transition: background 0.3s ease;
}
.wedding-hero .btn-main:hover {
  background: #1a1a1a;
}

/* Features Section */
.wedding-features {
  padding: 3rem 1rem;
  background: #fafafa;
}
.wedding-features .container {
  max-width: 1000px;
  margin: 0 auto;
}
.wedding-features h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2.5rem;
  color: #222222;
}
.wedding-features .feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.wedding-features .feature {
  background: #ffffff;
  padding: 1.6rem;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(249, 201, 0, 0.15);
}
.wedding-features .feature i {
  font-size: 2.4rem;
  color: #FF69B4;
  margin-bottom: 0.75rem;
}
.wedding-features .feature h3 {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
  color: #222222;
}
.wedding-features .feature p {
  font-size: 1rem;
  color: #555555;
  margin: 0;
}

/* Booking Form */
.booking {
  background: #ffffff;
  padding: 3rem 1rem;
}
.booking .container {
  max-width: 550px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 4px 25px rgba(249, 201, 0, 0.2);
  padding: 2rem;
}
.booking h2 {
  font-size: 1.9rem;
  margin-bottom: 1.4rem;
  text-align: center;
  color: #222222;
}
.booking .booking-form .form-group {
  margin-bottom: 1.3rem;
}
.booking .booking-form .form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #222222;
}
.booking .booking-form .form-group input, .booking .booking-form .form-group select, .booking .booking-form .form-group textarea {
  width: 100%;
  padding: 0.7rem 1rem;
  border: 1px solid #cccccc;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
.booking .booking-form .form-group input:focus, .booking .booking-form .form-group select:focus, .booking .booking-form .form-group textarea:focus {
  border-color: #f9c900;
  outline: none;
}
.booking .booking-form .form-group textarea {
  resize: vertical;
}
.booking .booking-form button.btn-main {
  background: #f9c900;
  color: #222222;
  padding: 0.9rem 2.4rem;
  font-size: 1.1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 700;
  transition: background-color 0.3s ease;
  display: block;
  margin: 1rem auto 0 auto;
  box-shadow: 0 2px 8px rgba(249, 201, 0, 0.22);
}
.booking .booking-form button.btn-main:hover {
  background-color: #FFD700;
}
.booking .booking-form .wbtn {
  background-color: #FF69B4 !important;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .wedding-features .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .wedding-hero h1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 640px) {
  .wedding-features .feature-grid {
    grid-template-columns: 1fr;
  }
  .wedding-hero, .booking {
    padding: 2rem 1rem;
  }
  .wedding-hero h1 {
    font-size: 2rem;
  }
  .booking h2 {
    font-size: 1.5rem;
  }
}
.features {
  background: #fcfcfc;
  padding: 2.5rem 0;
}
.features .feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.features .feature {
  background: #ffffff;
  border-radius: 7px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(249, 201, 0, 0.1);
  text-align: center;
}
.features .feature i {
  font-size: 2.2rem;
  color: #f9c900;
  margin-bottom: 0.5rem;
}
.features .feature h3 {
  margin: 0.8rem 0 0.3rem;
  font-size: 1.1rem;
}
.features .feature p {
  color: #444444;
  font-size: 1rem;
  margin: 0;
}

.booking {
  padding: 2.5rem 0;
  background: #ffffff;
}
.booking .container {
  max-width: 500px;
  margin: 0 auto;
  background: #fcfcfc;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(249, 201, 0, 0.15);
}
.booking h2 {
  margin-bottom: 1.2rem;
  color: #232323;
}
.booking .booking-form .form-group {
  margin-bottom: 1.3rem;
}
.booking .booking-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #232323;
}
.booking .booking-form input, .booking .booking-form select, .booking .booking-form textarea {
  width: 100%;
  padding: 0.68rem 0.9rem;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 1rem;
  transition: border 0.2s;
}
.booking .booking-form input:focus, .booking .booking-form select:focus, .booking .booking-form textarea:focus {
  border-color: #f9c900;
  outline: none;
}
.booking .booking-form textarea {
  resize: vertical;
}
.booking button, .booking .cta {
  background: #f9c900;
  color: #232323;
  padding: 0.9rem 2.2rem;
  font-size: 1.1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.2s;
  box-shadow: 0 2px 6px rgba(249, 201, 0, 0.18);
}
.booking button:hover, .booking .cta:hover {
  background: #d4b800;
}

@media (max-width: 900px) {
  .features .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .hero, .features, .booking {
    padding: 1.2rem 0;
  }
  .hero .container, .features .container, .booking .container {
    padding: 0 1rem;
  }
  .features .feature-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .booking .container {
    padding: 1rem;
  }
  .hero h1 {
    font-size: 2rem;
  }
  .booking h2 {
    font-size: 1.3rem;
  }
}
@media (max-width: 992px) {
  .main-header {
    top: 0;
  }
  .main-header .container {
    flex-wrap: wrap;
  }
  .main-header .main-nav {
    display: none;
  }
  .main-header .cta {
    justify-content: end;
  }
  .main-header .btn {
    display: none;
  }
  .banner_section .opacity_box .banner_heading {
    padding: 100px 0 121px 0;
  }
  .booking_section .card_heading h2 {
    padding: 0 20px;
    font-weight: 900;
  }
  .main-header .burger {
    display: block;
    position: relative;
    width: auto;
  }
  .description_section .description .decorated_line .sub_heading {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;
    width: 90%;
  }
  .description_section .description p {
    font-size: 18px;
    line-height: 22px;
  }
  .description_section .description .decorated_line .yellow_line {
    width: 5%;
  }
  .footer .footer-container {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }
  .footer .social-icons {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 884px) {
  .booking_section .card_section {
    justify-content: space-around;
  }
}
@media (max-width: 768px) {
  .main-header .container {
    flex-direction: row;
    align-items: center;
  }
  .main-header .main-nav {
    top: 32px;
    left: 78%;
  }
  .main-header .logo {
    justify-content: space-between;
  }
  .main-header .logo img {
    width: 145px;
    height: 45px;
  }
  .main-header .cta {
    width: auto;
    text-align: center;
  }
  .banner_section .opacity_box .banner_heading {
    padding: 60px 0 70px 0;
  }
  .banner_section .opacity_box .banner_heading p {
    font-size: 45px;
    line-height: 56px;
  }
  .footer .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 0 20px 20px;
  }
  .footer .social-icons {
    justify-content: center;
  }
  .description_section .description {
    padding: 0 30px;
  }
}
@media (max-width: 692px) {
  .main-header .main-nav {
    left: 75%;
  }
  .accordian_cotainer {
    padding: 27px 0;
  }
  .taxi-faq h2 {
    font-size: 18px;
  }
  .booking_section .card_heading h2 {
    font-size: 18px;
  }
  .description_section .description .decorated_line .sub_heading {
    font-size: 15px;
    line-height: 0px;
  }
  .description_section .description h3 {
    font-size: 22px;
  }
  .description_section .description p {
    font-size: 15px;
    line-height: 20px;
    padding: 0;
  }
  .description_section .description {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .taxi-faq {
    padding: 10px;
  }
  .taxi-faq h2 {
    font-size: 16px;
  }
  .taxi-faq .accordion-header {
    font-size: 1rem;
    padding: 14px 16px;
  }
  .taxi-faq .accordion-body p {
    padding: 10px 0;
  }
  .booking_section .card_section {
    justify-content: center;
  }
  .description_section .description .decorated_line {
    display: none;
  }
  .description_section {
    padding: 25px 0;
  }
}
@media (max-width: 574px) {
  .main-header .main-nav {
    left: 70%;
  }
}
@media (max-width: 574px) {
  .main-header .main-nav {
    left: 66%;
  }
}
@media (max-width: 534px) {
  .banner_section .opacity_box .banner_heading {
    padding: 50px 0 55px 0;
  }
  .banner_section .opacity_box .banner_heading p {
    font-size: 35px;
    line-height: 68px;
    letter-spacing: 1px;
    font-weight: bolder;
  }
}
@media (max-width: 480px) {
  .main-header {
    padding: 15px 0;
  }
  .main-header .logo-text {
    font-size: 18px;
  }
  .main-header .logo-icon {
    font-size: 24px;
  }
  .footer h3,
  .footer h4 {
    font-size: 16px;
  }
  .footer .footer-about p,
  .footer .footer-contact p,
  .footer .footer-links a {
    font-size: 13px;
  }
}
@media (max-width: 426px) {
  .main-header .main-nav {
    left: 57%;
  }
}
@media (max-width: 426px) {
  .main-header .main-nav {
    left: 50%;
  }
  .description_section .description {
    padding: 0 15px;
  }
}
@media (max-width: 417px) {
  .inquiry-section h2 {
    font-size: 24px;
  }
}
@media (max-width: 382px) {
  .banner_section .opacity_box .banner_heading p {
    font-size: 28px;
    line-height: 51px;
    letter-spacing: 1px;
    font-weight: bolder;
  }
  .banner_section .opacity_box .banner_heading .tour_btn a {
    font-size: 14px;
    padding: 8px 16px;
  }
  .description_section .description {
    padding: 0 10px;
  }
  .inquiry-section h2 {
    font-size: 20px;
  }
}
@media (max-width: 311px) {
  .inquiry-section h2 {
    font-size: 18px;
  }
}
@media (max-width: 290px) {
  .main-header .main-nav {
    left: 41%;
  }
}/*# sourceMappingURL=custom_style.css.map */