/*------------------------------------------------------------------
# [Color Codes]

#    --e-global-color-primary: #ffffff;
#    --e-global-color-secondary: #0f0200;
#    --e-global-color-accent: #f26d52;
#    --e-global-color-text: #4c4c4c;
# 	 --e-global-color-white: #ffffff;
#    --e-global-color-black: #000000;
#    --e-global-color-very-red: #201615;
#    --e-global-color-very-dark-red: #271b19;
#    --e-global-color-light-grayish-red: #a29a99;
#    --e-global-color-light-grayish-orange: #fcfaf5;
#    --e-global-color-light-grayish-yellow: #f5f4f1;
#    --e-global-color-light-yellow: #ffc045;
#    --e-global-color-star-yellow: #ffea00;
#    --e-global-color-pure-red: #ff0000;

*/
/*------------------------------------------------------------------
# [Typography]
 
Body copy: "DM Sans", sans-serif;
Heading: "Playfair Display", serif;
*/

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Playfair+Display:ital,wght@0,400..900;1,400..900&amp;display=swap");

@font-face {
  font-family: "Agrandir-Regular";
  src: url("../fonts/Agrandir-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Agrandir";
  src: url("../fonts/Agrandir-Tight.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Agrandir-Wide";
  src: url("../fonts/Agrandir-WideLight.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Agrandir-Grand";
  src: url("../fonts/Agrandir-GrandHeavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

body {
  font-family: "DM Sans", sans-serif;
  font-family: "Agrandir-Regular", serif;
}

:root {
  /* Brand */
  --e-global-color-primary: #0f0f10;
  --e-global-color-secondary: #fcfaf5;
  --e-global-color-accent: #fc2131;

  /* Hover */
  --e-global-color-accent-hover: #d91e2d;

  /* Luxury */
  --e-global-color-gold: #c8a46a;

  /* Text */
  --e-global-color-heading: #111111;
  --e-global-color-text: #666666;

  /* Backgrounds */
  --e-global-color-white: #ffffff;
  --e-global-color-light: #fcfaf5;
  --e-global-color-border: #e8e8e8;
}
h1 {
  font-size: 70px;
  line-height: 82px;
  font-weight: 700;
  font-family: "Agrandir-Wide", serif;
}
h2 {
  font-size: 46px;
  line-height: 58px;
  font-weight: 700;
  color: var(--e-global-color-secondary);
  font-family: "Agrandir-Wide", serif;
}
h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  font-family: "Agrandir-Wide", serif;
}
h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  font-family: "Agrandir-Wide", serif;
}
h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  font-family: "Agrandir-Wide", serif;
}
h6 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: var(--e-global-color-accent);
}
p {
  font-family: "Agrandir-Regular", serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: var(--e-global-color-text);
}
.text-size-18 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: var(--e-global-color-text);
}
.text-size-16 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--e-global-color-text);
}
.text-size-14 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--e-global-color-text);
}
/* .button {
  
}
.all_button:hover {
  color: var(--e-global-color-primary);
  background: var(--e-global-color-border);
}
.all_button i {
  font-size: 12px;
  margin-left: 20px;
  transition: all 0.8s ease-in-out;
  color: var(--e-global-color-white);
}
.all_button:hover i {
  transform: translateX(4px);
} */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html.menu-open,
body.menu-open {
  overflow: hidden;
  overscroll-behavior: none;
}

.tour-menu {
  overscroll-behavior: none;
}

/* Back to top button

#button {
  display: inline-block;
  background-color: var(--e-global-color-accent);
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 100px;
  right: 80px;
  transition:
    background-color 0.3s,
    opacity 0.5s,
    visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#button::after {
  content: "\f062";
  font-family: "Font Awesome 5 free";
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
#button:hover {
  transform: translateY(-5px);
} */

/*Header*/
.tour-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: transform 0.4s ease;
}

.tour-header.tour-hide {
  transform: translateY(-100%);
}

.tour-header.tour-show {
  transform: translateY(0);
}

.tour-navbar {
  margin: 0px auto;
  padding: 16px 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}

.tour-header.tour-scrolled .tour-navbar {
  background: rgba(15, 15, 15, 0.92);
  border-color: rgba(255, 255, 255, 0.08);
}

.tour-logo img {
  width: 170px;
  display: block;
  transition: 0.35s;
}

.tour-nav-list {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0;
  padding: 0;
}

.tour-nav-list li {
  list-style: none;
}

.tour-nav-list .nav-link {
  position: relative;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 0;
  transition: 0.3s;
}

.tour-header.tour-scrolled .tour-nav-list .nav-link {
  color: #fff;
}

.tour-nav-list .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 2px;
  background: #fc2131;
  transition: 0.35s;
}

.tour-nav-list .nav-link:hover,
.tour-nav-list .nav-link.tour-active {
  color: #fc2131;
}

.tour-nav-list .nav-link:hover::after,
.tour-nav-list .nav-link.tour-active::after {
  width: 100%;
}

.tour-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 50px;
  background: #fc2131;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.35s;
}

.tour-book-btn:hover {
  background: #111;
  color: #fff;
  text-decoration: none;
}

.tour-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 100001;
}

.tour-toggle:focus {
  outline: none;
  box-shadow: none;
}

.tour-toggle span {
  display: block;
  width: 28px;
  height: 2px;
  margin: 6px auto;
  background: #111;
  transition: 0.35s ease;
}

.tour-header.tour-scrolled .tour-toggle span {
  background: #fff;
}

.tour-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.tour-toggle.active span:nth-child(2) {
  opacity: 0;
}

.tour-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.tour-menu {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh; /* Better for mobile browsers */
  background: #111;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  overflow: hidden; /* Prevent menu scrolling */

  transform: translateX(100%);
  transition: transform 0.45s ease;

  z-index: 100000;
}

.tour-menu.active {
  transform: translateX(0);
}

.tour-mobile-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.tour-mobile-nav li {
  margin: 24px 0;
}

.tour-mobile-nav a {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

.tour-mobile-nav a:hover {
  color: #fc2131;
}

.tour-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 42px;
  cursor: pointer;
}

body.menu-open {
  overflow: hidden;
}

@media (max-width: 991px) {
  .tour-navbar {
    padding: 14px 20px;
    border-radius: 16px;
  }

  .tour-logo img {
    width: 145px;
  }

  .tour-toggle {
    display: block;
  }

  .tour-nav-list,
  .tour-book-btn.desktop-btn {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .tour-menu {
    display: none;
  }
}

/* Hero */
.travel-hero {
  position: relative;
  padding-top: 120px;
  padding-bottom: 260px; /* reserves room for the overlapping card on desktop */
  min-height: auto;
  display: flex;
  align-items: center;
  background: url(../images/home/hero-bg2.png) center/cover;
}

.travel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.travel-hero .container {
  position: relative;
  z-index: 2;
}

/* Content */
.travel-hero-content {
  max-width: 1300px;
  margin: auto;
}

.travel-badge1 {
  display: inline-flex;
  padding: 10px 22px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  color: #fff;
  margin-bottom: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
}

.travel-hero-content h1 {
  color: #fff;
  font-size: 70px;
  line-height: 78px;
  margin-bottom: 25px;
}

.travel-hero-content p {
  color: #ddd;
  font-size: clamp(15px, 2vw, 20px);
  max-width: 650px;
  margin: 0 auto 45px;
  padding: 0 10px;
}

/* Buttons */
.travel-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 50px;
}

.travel-btn-primary,
.travel-btn-secondary {
  padding: 16px 28px;
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
}

.travel-btn-primary {
  background: #fc2131;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.travel-btn-primary:hover {
  background: #000;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.travel-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  backdrop-filter: blur(12px);
  text-decoration: none;
}

.travel-btn-secondary:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  backdrop-filter: blur(12px);
  text-decoration: none;
}

/* =========================================
   BOOKING CARD
========================================= */

.travel-book-card {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);

  width: min(1240px, 94%);

  padding: 32px;

  background: rgba(255, 255, 255, 0.96);

  border-radius: 24px;

  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);

  z-index: 3;
}

/* Heading */

.travel-book-card h4 {
  font-size: 28px;
  font-weight: 700;
  color: #111;

  margin-bottom: 28px;
}

/* =========================================
   LABEL
========================================= */

.booking-form label {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;

  font-size: 13px;
  font-weight: 600;

  color: #666;
}

/* =========================================
   FIELD
========================================= */

.booking-field {
  position: relative;

  display: flex;
  align-items: center;

  width: 100%;
  height: 60px;

  padding: 0 18px;

  border: 1px solid #e9e9e9;

  border-radius: 16px;

  background: #fafafa;

  transition:
    border-color 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease;
}

/* Hover / Focus */

.booking-field:hover,
.booking-field:focus-within {
  border-color: #fc2131;

  background: #fff;

  box-shadow: 0 0 0 4px rgba(252, 33, 49, 0.08);
}

/* =========================================
   INPUT + SELECT
========================================= */

.booking-field input,
.booking-field select {
  width: 100%;
  height: 100%;

  padding: 0;

  border: none;
  outline: none;

  background: transparent;

  font-size: 15px;
  font-family: inherit;

  color: #222;
}

/* Placeholder */

.booking-field input::placeholder {
  color: #999;
}

/* =========================================
   INPUT
========================================= */

.booking-field input {
  cursor: text;
}

/* =========================================
   SELECT
========================================= */

.booking-field select {
  padding-right: 35px;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  cursor: pointer;
}

/* =========================================
   DROPDOWN ARROW
   ONLY SELECT FIELDS
========================================= */

.booking-field .dropdown-icon {
  position: absolute;

  top: 50%;
  right: 18px;

  width: auto;
  min-width: auto;

  transform: translateY(-50%);

  color: #999;

  font-size: 12px;

  pointer-events: none;
}

/* =========================================
   DATE INPUT
========================================= */

.booking-field input[type="date"] {
  cursor: pointer;
}

/* Keep browser calendar icon functional */

.booking-field input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

/* =========================================
   BUTTON
========================================= */

.travel-search-btn {
  width: 100%;
  height: 60px;
  margin-top: 20px;
  border: none;

  border-radius: 16px;

  background: #fc2131;

  color: #fff;

  font-size: 16px;
  font-weight: 700;

  transition:
    background 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.travel-search-btn:hover {
  background: #111;

  transform: translateY(-2px);

  box-shadow: 0 12px 30px rgba(252, 33, 49, 0.25);

  text-decoration: none;
}

.travel-search-btn:disabled {
  opacity: 0.7;

  cursor: not-allowed;

  transform: none;
}

/* =========================================
   BOOKING VALIDATION
========================================= */

.booking-error {
  display: block;

  margin-top: 7px;
  margin-left: 2px;

  font-size: 12px;
  line-height: 1.4;

  color: #dc3545;
}

/* Invalid field */

.booking-field-error {
  border-color: #dc3545 !important;

  background: #fff8f8 !important;

  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.08) !important;
}

/* Valid field */

.booking-field-valid {
  border-color: #198754;
}

/* Success */

.booking-success-message {
  margin-bottom: 20px;

  padding: 12px 16px;

  border-radius: 10px;

  background: #ecfdf3;

  border: 1px solid #b7ebc6;

  color: #198754;

  font-size: 14px;

  font-weight: 600;
}

/* Error */

.booking-error-message {
  margin-bottom: 20px;

  padding: 12px 16px;

  border-radius: 10px;

  background: #fff5f5;

  border: 1px solid #f5c2c7;

  color: #dc3545;

  font-size: 14px;

  font-weight: 600;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1199px) {
  .travel-hero {
    padding-bottom: 320px;
  }

  .travel-book-card {
    width: 94%;

    padding: 28px;
  }
}

/* =========================================
   TABLET / SMALL LAPTOP
========================================= */

@media (max-width: 991px) {
  .travel-hero {
    padding-top: 150px;

    padding-bottom: 60px;
  }

  .travel-badge1 {
    display: inline-flex;

    padding: 10px 22px;

    font-size: 10px;
  }

  .travel-hero-content h1 {
    color: #fff;

    font-size: 30px;

    line-height: 32px;

    margin-bottom: 10px;
  }

  .travel-hero-content p {
    color: #ddd;

    font-size: 14px;

    margin: 0 auto 20px;

    padding: 0 10px;
  }

  .travel-btn-primary,
  .travel-btn-secondary {
    padding: 8px 30px;

    border-radius: 50px;

    text-decoration: none;

    white-space: nowrap;
  }

  /* Booking card becomes normal flow */

  .travel-book-card {
    position: static;

    transform: none;

    width: 100%;

    margin-top: 40px;

    padding: 24px;
  }

  .travel-book-card h4 {
    font-size: 24px;

    text-align: center;
  }

  .travel-buttons {
    margin-bottom: 40px;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 576px) {
  .travel-hero {
    padding-top: 200px;
  }

  .travel-hero-content h1 {
    font-size: 30px;

    line-height: 36px;

    margin-bottom: 15px;
  }

  .travel-hero-content p {
    font-size: 12px;

    line-height: 16px;

    margin-bottom: 20px;
  }

  .travel-buttons {
    flex-direction: row;

    align-items: center;

    gap: 12px;

    font-size: 12px;
  }

  .travel-btn-primary,
  .travel-btn-secondary {
    text-align: center;

    padding: 8px 20px;
  }

  .travel-book-card {
    padding: 18px;

    border-radius: 18px;
  }

  .travel-book-card h4 {
    font-size: 20px;

    margin-bottom: 20px;
  }

  .booking-field {
    height: 54px;

    padding: 0 14px;
  }

  .booking-field .dropdown-icon {
    right: 14px;

    font-size: 11px;
  }

  .booking-field select {
    padding-right: 30px;
  }

  .travel-search-btn {
    height: 54px;

    font-size: 15px;
  }
}

/*About*/
.ta-about-section {
  padding: 138px 0 145px;
  overflow: hidden;
}

.ta-about-section .row {
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.ta-about-wrapper {
  position: relative;
}

/* removed position:absolute — it collapsed the parent's height */
.ta-about-image {
  margin: 0;
  align-items: center;
  justify-items: center;
}

.ta-about-image img {
  width: 100%;
  border-radius: 10%;
  display: block;
}

.ta-about-content {
  justify-items: center;
}

.ta-about-content .ta-subtitle {
  display: inline-flex;
  padding: 10px 22px;
  border-radius: 50px;
  background: #fc2131;
  backdrop-filter: blur(10px);
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
}

.ta-about-content .ta-title {
  color: var(--e-global-color-primary);
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 44px;
}

.ta-about-content .ta-description {
  margin-bottom: 30px;
  max-width: 700px;
  font-size: 18px;
  text-align: justify;
  line-height: 24px;
}

.all_button {
  display: inline-flex;
  padding: 18px 22px;
  border-radius: 50px;
  align-items: center;
  background: #fc2131;
  backdrop-filter: blur(10px);
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
}

.all_button:hover {
  text-decoration: none;
  background: #000;
  backdrop-filter: blur(10px);
  color: #fff;
}

.all_button i {
  font-size: 12px;
  margin-left: 20px;
  transition: all 0.8s ease-in-out;
  color: var(--e-global-color-white);
}
.all_button:hover i {
  transform: translateX(4px);
}

/* ====== 1400 ====== */
@media (max-width: 1400px) {
  .ta-about-section {
    padding: 110px 0;
  }
}

/* ====== 1199 ====== */
@media (max-width: 1199px) {
  .ta-about-section {
    margin-top: 80px;
    padding: 90px 0px;
  }
}

/* ====== 991 ====== */
@media (max-width: 991px) {
  .ta-about-section {
    margin-top: 50px;
    padding: 70px 0;
    text-align: center;
  }

  .ta-about-content .ta-title {
    font-size: 30px;
    line-height: 28px;
    text-align: start;
  }

  .ta-about-content .ta-description {
    margin-bottom: 30px;
    max-width: 550px;
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
  }

  .ta-about-section .row {
    justify-content: center;
  }

  .ta-about-wrapper {
    margin-bottom: 45px;
  }

  .ta-about-image img {
    max-width: 420px;
    margin: 0 auto;
  }

  .ta-feature-list {
    text-align: left;
  }
}

/* ====== 767 ====== */
@media (max-width: 767px) {
  .ta-about-section {
    margin-top: 60px;
    padding: 60px 0;
  }

  .ta-about-wrapper {
    margin-bottom: 35px;
  }

  .ta-about-image img {
    max-width: 320px;
  }

  .ta-title {
    font-size: 34px;
  }

  .ta-description {
    margin-bottom: 20px;
  }

  .ta-feature-list {
    width: 100%;
  }

  .ta-btn {
    padding: 15px 28px;
  }
}

/* ====== 480 ====== */
@media (max-width: 480px) {
  .ta-about-section {
    margin-top: 50px;
    padding: 0px 0;
  }

  .ta-about-content .ta-subtitle {
    display: flex;
    padding: 8px 20px;
    border-radius: 50px;
    background: #fc2131;
    backdrop-filter: blur(10px);
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
  }

  .ta-about-content .ta-title {
    font-size: 24px;
    line-height: 28px;
    text-align: start;
  }

  .ta-about-content .ta-description {
    margin-bottom: 30px;
    max-width: 700px;
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
  }

  .ta-about-image img {
    max-width: 350px;
  }

  .ta-title {
    font-size: 28px;
    line-height: 1.3;
  }
}

/* Service */

.service-con {
  background: #fcfaf5;
  padding: 80px 0 100px;
}
.service-con .service_content h6 {
  display: inline-flex;
  padding: 10px 22px;
  border-radius: 50px;
  background: #fc2131;
  backdrop-filter: blur(10px);
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
}
.service-con .service_content h2 {
  color: var(--e-global-color-primary);
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 44px;
}
.service-con .service_content .text {
  margin-bottom: 52px;
  padding: 0 40px;
  color: var(--e-global-color-text);
}
.service-con .service-box {
  padding: 40px 50px;
  margin-bottom: 30px;
  background-color: var(--e-global-color-white);
  border-bottom: 2px solid var(--e-global-color-white);
  box-shadow: 0 1px 94px 1px rgb(0 0 0 / 3%);
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.service-con .service-box:hover {
  border-bottom: 2px solid var(--e-global-color-accent);
  box-shadow: 0 1px 94px 1px rgb(0 0 0 / 3%);
}
.service-con .service-box .icon {
  min-height: 60px;
  margin-bottom: 30px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.service-con .service-box:hover .icon {
  transform: translateY(-5px);
}
.service-con .service-box h4 {
  margin-bottom: 14px;
}
.service-con .service-box p {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .service-con .service_content h2 {
    font-size: 40px;
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .service-con .service_content h2 {
    font-size: 30px;
    line-height: 34px;
  }
}

/*Packages*/
.signature-journeys {
  position: relative;
  overflow: hidden;
  background: #f6f6f4;
  padding: 140px 0;
}

.signature-journeys::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at top left,
      rgba(252, 33, 49, 0.06),
      transparent 35%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(0, 0, 0, 0.04),
      transparent 40%
    );
  pointer-events: none;
}

/*Package Section*/
.package-section {
  position: relative;
  padding: 120px 0;
  background: #f8f9fb;
  overflow: hidden;
}

.package-section::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  top: -180px;
  right: -180px;
  border-radius: 50%;
  background: rgba(252, 33, 49, 0.05);
  filter: blur(100px);
}

.package-section::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  bottom: -180px;
  left: -180px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.04);
  filter: blur(90px);
}

.package-section .container {
  position: relative;
  z-index: 2;
}

.package-subtitle {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 22px;

  background: #fff;

  border-radius: 50px;

  color: #fc2131;

  font-weight: 600;

  font-size: 14px;

  letter-spacing: 0.08em;

  text-transform: uppercase;

  margin-bottom: 20px;

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.package-title {
  font-size: 48px;

  line-height: 1.15;

  font-weight: 700;

  color: #111;

  max-width: 900px;

  margin: auto;
}

.package-description {
  max-width: 720px;

  margin: 25px auto 0;

  color: #666;

  font-size: 17px;

  line-height: 1.8;
}

.mb-60 {
  margin-bottom: 60px;
}

.package-carousel .owl-stage {
  display: flex;
}

.package-carousel .owl-item {
  display: flex;
}

.package-carousel .owl-stage-outer {
  padding: 15px 0 30px;
}

.package-card {
  position: relative;

  width: 100%;

  background: #fff;

  border-radius: 24px;

  overflow: hidden;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);

  transition: 0.45s;

  display: flex;

  flex-direction: column;
}

.package-card:hover {
  transform: translateY(-12px);

  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
}

.package-card.featured {
  border: 2px solid rgba(252, 33, 49, 0.18);
}

.package-image {
  position: relative;

  overflow: hidden;

  height: 270px;
}

.package-image img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: transform 0.8s ease;

  display: block;
}

.package-card:hover .package-image img {
  transform: scale(1.08);
}

.package-image::after {
  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(
    to top,

    rgba(0, 0, 0, 0.28),
    rgba(0, 0, 0, 0.05),
    transparent
  );
}

.package-badge {
  position: absolute;

  top: 18px;

  left: 18px;

  background: #fc2131;

  color: #fff;

  font-size: 13px;

  font-weight: 600;

  padding: 9px 18px;

  border-radius: 50px;

  z-index: 2;

  letter-spacing: 0.04em;

  box-shadow: 0 10px 25px rgba(252, 33, 49, 0.3);
}

.package-card.featured .package-badge {
  background: #111;
}

.package-card.featured {
  transform: scale(1.02);
}

.package-card.featured:hover {
  transform: scale(1.02) translateY(-12px);
}

.package-content {
  position: relative;

  padding: 30px;

  display: flex;

  flex-direction: column;

  flex: 1;
}

.package-duration {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  width: fit-content;

  padding: 8px 16px;

  background: #f3f5f8;

  color: #fc2131;

  font-size: 13px;

  font-weight: 600;

  border-radius: 50px;

  margin-bottom: 18px;
}

.package-duration::before {
  content: "";

  width: 8px;

  height: 8px;

  border-radius: 50%;

  background: #fc2131;
}

.package-content h3 {
  font-size: 28px;

  font-weight: 700;

  color: #111;

  margin-bottom: 15px;

  transition: 0.35s;
}

.package-card:hover h3 {
  color: #fc2131;
}

.package-content p {
  color: #666;

  font-size: 15px;

  line-height: 1.8;

  margin-bottom: 25px;
}

.package-features {
  list-style: none;

  padding: 0;

  margin: 0 0 28px;
}

.package-features li {
  display: flex;

  align-items: center;

  gap: 12px;

  color: #444;

  font-size: 15px;

  padding: 10px 0;

  border-bottom: 1px solid #f0f0f0;
}

.package-features li:last-child {
  border-bottom: none;
}

.package-features i {
  width: 24px;

  height: 24px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  background: rgba(252, 33, 49, 0.1);

  color: #fc2131;

  font-size: 12px;

  transition: 0.35s;
}

.package-card:hover .package-features i {
  background: #fc2131;

  color: #fff;

  transform: rotate(360deg);
}

.package-btn {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 12px;

  width: fit-content;

  padding: 14px 28px;

  border-radius: 50px;

  background: #111;

  color: #fff;

  font-size: 15px;

  font-weight: 600;

  text-decoration: none;

  transition: 0.35s;

  overflow: hidden;

  position: relative;

  margin-top: auto;
}

.package-btn:hover {
  background: #fc2131;

  color: #fff;
  text-decoration: none;
}

.package-btn i {
  transition: 0.35s;
}

.package-btn:hover i {
  transform: translateX(6px);
}

.package-btn::before {
  content: "";

  position: absolute;

  top: 0;

  left: -120%;

  width: 60%;

  height: 100%;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.45),
    transparent
  );

  transition: 0.8s;
}

.package-btn:hover::before {
  left: 130%;
}

.package-card:hover .package-content {
  transform: translateY(-4px);
}

.package-content {
  transition: 0.35s;
}

.package-image::after {
  transition: 0.45s;
}

.package-card:hover .package-image::after {
  background: linear-gradient(
    to top,

    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.15),
    transparent
  );
}

.package-card.featured {
  position: relative;
}

.package-card.featured::before {
  content: "POPULAR";

  position: absolute;

  top: 18px;

  right: -38px;

  z-index: 10;

  transform: rotate(45deg);

  background: #fc2131;

  color: #fff;

  font-size: 11px;

  font-weight: 700;

  letter-spacing: 0.08em;

  padding: 8px 45px;

  box-shadow: 0 10px 25px rgba(252, 33, 49, 0.35);
}

.package-card::after {
  content: "";

  position: absolute;

  inset: 0;

  border-radius: 24px;

  border: 1px solid transparent;

  transition: 0.35s;

  pointer-events: none;
}

.package-card:hover::after {
  border-color: rgba(252, 33, 49, 0.2);
}

.package-card:hover .package-features li {
  color: #222;
}

.package-card {
  opacity: 1;
}

.package-card:hover {
  opacity: 1;
}

.package-carousel .owl-nav {
  display: flex;

  justify-content: center;

  align-items: center;

  gap: 18px;

  margin-top: 45px;
}

.package-carousel .owl-nav button {
  width: 58px;

  height: 58px;

  border-radius: 50% !important;

  background: #fff !important;

  color: #111 !important;

  border: none !important;

  font-size: 18px !important;

  transition: 0.35s;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.package-carousel .owl-nav button:hover {
  background: #fc2131 !important;

  color: #111 !important;

  transform: translateY(-4px);
  text-decoration: none;
}

.package-carousel .owl-nav button span {
  line-height: 1;
}

.package-carousel .owl-dots {
  margin-top: 30px;

  text-align: center;
}

.package-carousel .owl-dot {
  margin: 0 5px;
}

.package-carousel .owl-dot span {
  width: 10px;

  height: 10px;

  display: block;

  border-radius: 50%;

  background: #d5d5d5;

  transition: 0.35s;
}

.package-carousel .owl-dot.active span {
  width: 34px;

  border-radius: 50px;

  background: #fc2131;
}

.package-carousel .owl-dot:hover span {
  background: #fc2131;
}

.package-card {
  animation: packageFade 0.6s ease;
}

@keyframes packageFade {
  from {
    opacity: 0;

    transform: translateY(25px);
  }

  to {
    opacity: 1;

    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .package-section {
    padding: 90px 0;
  }

  .package-title {
    font-size: 38px;
  }

  .package-description {
    font-size: 16px;
  }

  .package-image {
    height: 240px;
  }

  .package-content {
    padding: 24px;
  }

  .package-content h3 {
    font-size: 24px;
  }

  .package-btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .package-section {
    padding: 70px 0;
  }

  .package-subtitle {
    font-size: 12px;

    padding: 8px 18px;
  }

  .package-title {
    font-size: 30px;
    line-height: 34px;
  }

  .package-description {
    font-size: 15px;
  }

  .package-image {
    height: 220px;
  }

  .package-content {
    padding: 20px;
  }

  .package-content h3 {
    font-size: 22px;
  }

  .package-features li {
    font-size: 14px;
  }

  .package-duration {
    font-size: 12px;
  }

  .package-btn {
    width: 100%;

    justify-content: center;

    font-size: 14px;

    padding: 13px 22px;
  }

  .package-carousel .owl-nav {
    display: none;
  }

  .package-carousel .owl-dots {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .package-title {
    font-size: 26px;
  }

  .package-image {
    height: 200px;
  }

  .package-content {
    padding: 18px;
  }

  .package-card {
    border-radius: 18px;
  }

  .package-badge {
    font-size: 11px;

    padding: 7px 14px;
  }
}

@media (min-width: 1400px) {
  .package-title {
    font-size: 54px;
  }

  .package-description {
    max-width: 800px;
  }

  .package-image {
    height: 300px;
  }
}

.package-btn:focus,
.package-carousel .owl-nav button:focus {
  outline: 2px solid #fc2131;

  outline-offset: 3px;
}

.package-image {
  background: #ececec;
}

.package-image img {
  opacity: 1;

  transition:
    transform 0.8s ease,
    opacity 0.35s ease;
}

.package-card,
.package-btn,
.package-features i,
.package-badge,
.package-image img {
  will-change: transform;
  text-decoration: none;
}

.package-card {
  backface-visibility: hidden;

  -webkit-font-smoothing: antialiased;
}

.package-carousel {
  cursor: grab;
}

.package-carousel:active {
  cursor: grabbing;
}

/* OUR MODELS CSS */
.our-models-con {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background: #000;
}
.our-models-heading {
  max-width: 760px;
  margin: 0 auto 70px;
}
.our-models-heading h6 {
  display: inline-flex;
  padding: 10px 22px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  color: #fc2131;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
}
.our-models-heading h2 {
  margin-bottom: 18px;
}
.our-models-heading p {
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.8;
}
.vehicle-image {
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vehicle-image img {
  width: 100%;
  max-width: 760px;
  transition:
    transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.45s ease;
}
.vehicle-image:hover img {
  transform: scale(1.03);
}
.vehicle-content {
  padding-left: 40px;
}
.vehicle-content .sub-title {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fc2131;
  font-weight: 700;
  margin-bottom: 16px;
}
.vehicle-title {
  margin-bottom: 20px;
}
.vehicle-description {
  margin-bottom: 35px;
  line-height: 1.9;
}
.vehicle-spec-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: 28px;

  /* Glass Effect */
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);

  border: 1px solid rgba(255, 255, 255, 0.16);

  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.35),
    inset 0 1px 1px rgba(255, 255, 255, 0.25),
    inset 0 -1px 1px rgba(255, 255, 255, 0.06);

  transition: all 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);

  isolation: isolate;
}

/* Glass Shine */
.vehicle-spec-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;

  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0.12) 28%,
    transparent 65%
  );

  animation: glassShine 7s linear infinite;
}

/* Ambient Glow */
.vehicle-spec-card::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -100px;
  top: -100px;

  border-radius: 50%;

  background: rgba(111, 127, 91, 0.25);

  filter: blur(80px);

  transition: 0.5s;
}

/* Hover */
.vehicle-spec-card:hover {
  transform: translateY(-8px);

  border-color: rgba(255, 255, 255, 0.28);

  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.45),
    inset 0 1px 1px rgba(255, 255, 255, 0.3);
}

.vehicle-spec-card:hover::after {
  transform: scale(1.45);
}

/* Heading */

.vehicle-spec-card h5 {
  position: relative;
  z-index: 2;

  margin-bottom: 25px;

  color: #ffffff;

  font-weight: 700;

  letter-spacing: 0.5px;
}

/* List */

.vehicle-spec-list {
  position: relative;
  z-index: 2;

  margin: 0;
  padding: 0;
}

.vehicle-spec-list li {
  display: flex;
  align-items: center;
  gap: 14px;

  margin-bottom: 18px;

  color: rgba(255, 255, 255, 0.9);

  font-size: 16px;

  transition: 0.35s;
}

.vehicle-spec-list li:last-child {
  margin-bottom: 0;
}

.vehicle-spec-list li:hover {
  transform: translateX(6px);
}

.vehicle-spec-list i {
  width: 20px;
  height: 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  font-size: 7px;

  color: #fc2131;

  background: #fc2131;

  border: 1px solid rgba(111, 127, 91, 0.55);

  flex-shrink: 0;
}

/* Animation */

@keyframes glassShine {
  0% {
    opacity: 0.45;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.45;
  }
}
.vehicle-navigation {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 45px;
}
.vehicle-prev,
.vehicle-next {
  width: 58px;
  height: 58px;
  border: none;
  border-radius: 50%;
  background: #fc2131;
  color: #fff;
  transition: 0.3s;
}
.vehicle-prev:hover,
.vehicle-next:hover {
  background: #000;
  transform: translateY(-3px);
}
@keyframes modelFade {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (max-width: 991px) {
  .our-models-con {
    padding: 90px 0;
  }
  .our-models-heading h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .vehicle-title {
    font-size: 40px;
  }
  .vehicle-content {
    padding-left: 0;
    margin-top: 50px;
  }
  .vehicle-image {
    min-height: 380px;
  }
  .vehicle-spec-card {
    padding: 28px;
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .our-models-con {
    padding: 70px 0;
  }

  .our-models-heading h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .vehicle-title {
    font-size: 30px;
  }

  .vehicle-image {
    min-height: 260px;
  }
  .vehicle-spec-card {
    padding: 22px;
    border-radius: 22px;
  }

  .vehicle-spec-card h5 {
    font-size: 22px;
  }

  .vehicle-spec-list li {
    font-size: 15px;
    gap: 12px;
  }

  .vehicle-spec-list i {
    width: 18px;
    height: 18px;
    font-size: 6px;
  }
}

/*testimonial*/
.travel-testimonials {
  position: relative;
  padding: 100px 0;
  background: #fcfaf5;
  overflow: hidden;
}

.travel-testimonials::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background: rgba(252, 33, 49, 0.05);
  border-radius: 50%;
  top: -200px;
  left: -140px;
}

.travel-testimonials::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background: rgba(252, 33, 49, 0.05);
  border-radius: 50%;
  bottom: -200px;
  right: -140px;
}

.travel-title {
  max-width: 900px;
  margin: auto;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.travel-title .travel-sub-title {
  display: inline-flex;
  padding: 10px 22px;
  border-radius: 50px;
  background: #fc2131;
  backdrop-filter: blur(10px);
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
}

.travel-title h2 {
  font-size: 46px;
  font-weight: 700;
  color: #111;
  margin-bottom: 18px;
}

.travel-title p {
  color: #666;
  line-height: 30px;
  font-size: 17px;
}

.speech-item {
  padding: 20px;
}

.speech-bubble {
  background: #fff;

  border-radius: 35px;

  padding: 45px 38px 60px;

  position: relative;

  text-align: center;

  transition: 0.45s;

  border: 1px solid #ececec;

  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.06);
}

.speech-bubble:hover {
  transform: translateY(-8px);

  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
}

/* Bubble Tail */

.speech-bubble::after {
  content: "";

  position: absolute;

  left: 50%;

  bottom: -15px;

  width: 30px;

  height: 30px;

  background: #fff;

  transform: translateX(-50%) rotate(45deg);

  border-right: 1px solid #ececec;

  border-bottom: 1px solid #ececec;
}

.quote-icon {
  width: 70px;

  height: 70px;

  border-radius: 50%;

  margin: auto;

  margin-bottom: 25px;

  background: #fc2131;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 24px;

  transition: 0.4s;
}

.speech-stars {
  margin-bottom: 22px;

  color: #fdba12;

  font-size: 15px;

  letter-spacing: 2px;
}

.speech-bubble p {
  color: #555;

  font-size: 14px;

  line-height: 31px;

  margin: 0;
}

.speech-user {
  text-align: center;

  margin-top: 0px;

  position: relative;

  z-index: 3;
}

/* .speech-user img {
  width: 100px;

  height: 100px;

  object-fit: cover;

  border-radius: 100%;

  border: 5px solid #fff;

  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);

  transition: 0.4s;
} */

.speech-user h5 {
  margin-top: 18px;

  margin-bottom: 6px;

  color: #111;

  font-size: 22px;

  font-weight: 700;
}

.speech-user span {
  color: #777;

  font-size: 15px;
}

.speech-slider .owl-item {
  opacity: 0.45;

  transform: scale(0.88);

  transition: all 0.45s ease;
}

.speech-slider .owl-item.center {
  opacity: 1;

  transform: scale(1);
}

.speech-slider .owl-item.center .speech-bubble {
  background: #111;

  border-color: #111;

  transform: translateY(-12px);
}

.speech-slider .owl-item.center .speech-bubble::after {
  background: #111;

  border: none;
}

.speech-slider .owl-item.center .speech-bubble p {
  color: #f4f4f4;
}

.speech-slider .owl-item.center .speech-user h5 {
  color: #111;
}

.speech-slider .owl-item.center .quote-icon {
  background: #fc2131;

  transform: rotate(8deg);
}

.speech-slider .owl-item.center .speech-user img {
  transform: scale(1.08);
}

.speech-slider .owl-dots {
  margin-top: 30px;

  text-align: center;
}

.speech-slider .owl-dot {
  width: 12px;

  height: 12px;

  border-radius: 50px;

  margin: 0 6px;

  background: #d6d6d6 !important;

  transition: 0.4s;
}

.speech-slider .owl-dot.active {
  width: 42px;

  background: #fc2131 !important;
}

@media (max-width: 991px) {
  .travel-testimonials {
    padding: 90px 0;
  }

  .travel-title {
    margin-bottom: 55px;
  }

  .travel-title h2 {
    font-size: 36px;
  }

  .speech-bubble {
    padding: 35px 28px 55px;
  }
}

@media (max-width: 767px) {
  .travel-title h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .travel-title p {
    font-size: 15px;

    line-height: 28px;
  }

  .speech-item {
    padding: 15px 8px 50px;
  }

  .speech-bubble {
    border-radius: 28px;

    padding: 30px 24px 50px;
  }

  .quote-icon {
    width: 60px;

    height: 60px;

    font-size: 20px;
  }

  .speech-user img {
    width: 80px;

    height: 80px;
  }

  .speech-user h5 {
    font-size: 20px;
  }

  .speech-bubble p {
    font-size: 15px;

    line-height: 28px;
  }
}

/*Contact*/
.tour-contact-section {
  position: relative;
  padding: 120px 0;
  background: #fff;
  overflow: hidden;
  z-index: 1;
}

.tour-contact-section::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(252, 33, 49, 0.05);
  top: -180px;
  left: -150px;
}

.tour-contact-section::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(252, 33, 49, 0.05);
  right: -150px;
  bottom: -180px;
}

.contact-heading {
  margin-bottom: 70px;
}

.contact-heading span {
  display: inline-flex;
  padding: 10px 22px;
  border-radius: 50px;
  background: #fc2131;
  backdrop-filter: blur(10px);
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
}

.contact-heading h2 {
  font-size: 48px;
  font-weight: 700;
  color: #111;
  margin-bottom: 18px;
  line-height: 1.2;
}

.contact-heading p {
  max-width: 650px;
  margin: auto;
  color: #666;
  font-size: 17px;
  line-height: 30px;
}

.contact-wrapper {
  position: relative;
  background: #fff;
  border-radius: 35px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.08);
}

.contact-image-box {
  position: relative;
  height: 100%;
  min-height: 900px;
  overflow: hidden;
}

.contact-image {
  position: absolute;
  inset: 0;
}

.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  transition: transform 0.6s ease;
  will-change: transform;
}

.contact-image-box:hover .contact-image img {
  transform: scale(1.12);
}

.contact-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.25) 40%,
    rgba(0, 0, 0, 0.78) 100%
  );
  z-index: 1;
}

.contact-overlay {
  position: absolute;
  left: 45px;
  right: 45px;
  bottom: 45px;
  z-index: 5;
  color: #fff;
}

.contact-overlay span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  border-radius: 50px;
  font-size: 14px;
  margin-bottom: 20px;
}

.contact-overlay span i {
  color: #fc2131;
}

.contact-overlay h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 18px;
}

.contact-overlay p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.travel-badge {
  position: absolute;
  top: 35px;
  left: 35px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px 22px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.travel-badge i {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fc2131;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.travel-badge h5 {
  margin: 0;
  color: #111;
  font-size: 24px;
  font-weight: 700;
}

.travel-badge small {
  display: block;
  color: #666;
  font-size: 13px;
}

.contact-form-card {
  padding: 70px 60px;
  height: 100%;
  background: #fff;
}

.contact-form-card h3 {
  font-size: 34px;
  font-weight: 700;
  color: #111;
  margin-bottom: 12px;
}

.contact-form-card > p {
  color: #666;
  line-height: 30px;
  margin-bottom: 40px;
}

.contact-form-card .form-group {
  margin-bottom: 28px;
}

.contact-form-card label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
}

.contact-form-card .form-control {
  width: 100%;
  height: 58px;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  padding: 0 20px;
  font-size: 15px;
  color: #111;
  background: #fafafa;
  box-shadow: none;
  transition: all 0.35s ease;
}

.contact-form-card textarea.form-control {
  height: 160px;
  resize: none;
  padding: 18px 20px;
}

.contact-form-card .form-control::placeholder {
  color: #999;
}

.contact-form-card .form-control:focus {
  border-color: #fc2131;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(252, 33, 49, 0.08);
}

.contact-form-card select.form-control {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23FC2131' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6' stroke='%23FC2131' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")
      no-repeat right 18px center,
    #fafafa;
}

.contact-form-card input[type="date"] {
  cursor: pointer;
}

.contact-form-card input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.8;
}

label {
  font-weight: 600;
  margin-bottom: 8px;
}

.form-control {
  border-radius: 14px;
  height: 54px;
  transition: 0.3s;
}

textarea.form-control {
  height: 140px;
  resize: none;
}

.form-control:focus {
  box-shadow: none;

  border-color: #0d6efd;
}

.is-invalid {
  border-color: #dc3545 !important;
}

.is-valid {
  border-color: #198754 !important;
}

.text-danger {
  font-size: 13px;

  margin-top: 5px;
}

#form_result {
  margin-bottom: 20px;
}

.tour-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  width: 100%;
  height: 60px;

  border: none;
  outline: none;

  border-radius: 16px;

  background: #fc2131;

  color: #fff;

  font-size: 16px;
  font-weight: 600;

  transition: all 0.35s ease;

  overflow: hidden;

  position: relative;
}

.tour-contact-btn i {
  transition: 0.35s;
}

.tour-contact-btn:hover {
  background: #111;

  transform: translateY(-3px);

  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.tour-contact-btn:hover i {
  transform: translateX(6px);
}

.tour-contact-btn::before {
  content: "";

  position: absolute;

  top: 0;
  left: -120%;

  width: 100%;
  height: 100%;

  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.45),
    transparent
  );

  transition: 0.7s;
}

.tour-contact-btn:hover::before {
  left: 120%;
}

.contact-form-card .form-control:hover {
  border-color: #d5d5d5;
}

@media (max-width: 1199px) {
  .contact-form-card {
    padding: 55px 45px;
  }

  .contact-overlay h3 {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .contact-wrapper {
    border-radius: 25px;
  }

  .contact-image-box {
    min-height: 420px;
  }

  .contact-form-card {
    padding: 45px 35px;
  }

  .contact-heading {
    margin-bottom: 50px;
  }

  .contact-heading h2 {
    font-size: 38px;
  }

  .contact-overlay {
    left: 30px;
    right: 30px;
    bottom: 30px;
  }

  .contact-overlay h3 {
    font-size: 28px;
  }

  .travel-badge {
    top: 25px;
    left: 25px;

    padding: 14px 18px;
  }

  .travel-badge h5 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .tour-contact-section {
    padding: 80px 0;
  }

  .contact-heading h2 {
    font-size: 30px;
    line-height: 32px;
  }

  .contact-heading p {
    font-size: 15px;
    line-height: 28px;
  }

  .contact-image-box {
    min-height: 320px;
  }

  .contact-overlay {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .contact-overlay span {
    font-size: 12px;
  }

  .contact-overlay h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .contact-overlay p {
    font-size: 14px;
    line-height: 24px;
  }

  .travel-badge {
    top: 20px;
    left: 20px;

    padding: 12px 15px;
  }

  .travel-badge i {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .travel-badge h5 {
    font-size: 18px;
  }

  .contact-form-card {
    padding: 35px 20px;
  }

  .contact-form-card h3 {
    font-size: 28px;
  }

  .contact-form-card .form-control {
    height: 54px;
  }

  .contact-form-card textarea.form-control {
    height: 140px;
  }

  .tour-contact-btn {
    height: 56px;
  }
}

/*Footer*/
.tour-footer {
  position: relative;
  background: #0f0f10;
  color: #fff;
  overflow: hidden;
}

.tour-footer::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: rgba(252, 33, 49, 0.06);
  border-radius: 50%;
  top: -170px;
  left: -170px;
}

.tour-footer::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  background: rgba(252, 33, 49, 0.05);
  border-radius: 50%;
  bottom: -140px;
  right: -140px;
}

.footer-top {
  position: relative;
  z-index: 2;
  padding: 90px 0 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-widget h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}

.footer-widget h4::after {
  content: "";
  width: 45px;
  height: 3px;
  background: #fc2131;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.footer-widget p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
  margin-bottom: 30px;
  font-size: 15px;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  transition: 0.35s;
}

.footer-social a:hover {
  background: #fc2131;
  transform: translateY(-5px);
}

.footer-nav {
  text-align: center;
}

.footer-nav h4::after {
  left: 50%;
  transform: translateX(-50%);
}

.footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-nav li {
  margin-bottom: 15px;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: 0.3s;
  position: relative;
}

.footer-nav a::before {
  content: "";
  width: 0;
  height: 2px;
  background: #fc2131;
  position: absolute;
  bottom: -4px;
  left: 0;
  transition: 0.3s;
}

.footer-nav a:hover {
  color: #fff;
}

.footer-nav a:hover::before {
  width: 100%;
}

.footer-contact {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 22px;
}

.footer-contact i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(252, 33, 49, 0.15);
  color: #fc2131;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-contact a,
.footer-contact span {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  line-height: 28px;
  align-items: center;
  transition: 0.3s;
}

.footer-contact a:hover {
  color: #fc2131;
}

.footer-logo-area {
  padding: 45px 0;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-logo-area img {
  max-width: 400px;
  transition: 0.4s;
}

.footer-logo-area img:hover {
  transform: scale(1.05);
}

.footer-bottom {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-copy {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

.footer-copy span {
  color: #fc2131;
  font-size: 15px;
}

.footer-credit {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

.footer-credit a {
  color: #fc2131;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.footer-credit a:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .footer-top {
    padding: 70px 0 50px;
  }

  .footer-widget {
    text-align: center;
    margin-bottom: 40px;
  }

  .footer-widget h4::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-social {
    justify-content: center;
  }

  .footer-contact li {
    justify-content: center;
    text-align: left;
  }

  .footer-bottom {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer-top {
    padding: 60px 0 40px;
  }

  .footer-widget h4 {
    font-size: 20px;
  }

  .footer-widget p {
    font-size: 14px;
    line-height: 28px;
  }

  .footer-contact li {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }

  .footer-logo-area {
    padding: 35px 0;
  }

  .footer-logo-area img {
    max-width: 160px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
}

.whatsapp-btn {
  position: fixed;
  bottom: 25px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 34px;
  z-index: 9999;
  box-shadow: 0 12px 35px rgba(37, 211, 102, 0.35);
  animation: whatsappPulse 2s infinite;
  transition: all 0.3s ease;
}

.whatsapp-btn:hover {
  background: #1ebe5d;
  color: #fff;
  transform: scale(1.08);
  text-decoration: none;
}

.whatsapp-left {
  left: 25px;
}

.whatsapp-right {
  right: 25px;
}

@keyframes whatsappPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 767px) {
  .whatsapp-btn {
    width: 55px;
    height: 55px;
    font-size: 30px;
    bottom: 18px;
  }

  .whatsapp-left {
    left: 18px;
  }

  .whatsapp-right {
    right: 18px;
  }
}


/* =========================================
   FLOATING GOOGLE REVIEW BUTTON
========================================= */

.google-review-float {
  position: fixed;
  right: 24px;
  bottom: 100px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 52px;
  padding: 0 20px;
  background: #fff;
  color: #222;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  box-shadow:
    0 8px 30px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}


.google-review-float i {
  font-size: 20px;

  color: #4285f4;
}


.google-review-float span {
  white-space: nowrap;
}


.google-review-float:hover {
  transform: translateY(-4px);

  background: #111;

  color: #fff;

  text-decoration: none;

  box-shadow:
    0 14px 35px rgba(0, 0, 0, 0.22);
}


.google-review-float:hover i {
  color: #fff;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 576px) {

  .google-review-float {

    right: 16px;
    bottom: 16px;

    height: 48px;

    padding: 0 16px;

    gap: 8px;

    font-size: 13px;
  }


  .google-review-float i {
    font-size: 18px;
  }

}