@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* ===header=== */

.whatsapp {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 11rem;
  left: 20px;
  z-index: 99999;
}

.facebook {
  border-radius: 5px;
  height: 50px;
  width: 50px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 7.3rem;
  background: white;
  left: 20px;
  z-index: 99999;
}

.instagram {
  border-radius: 5px;
  height: 50px;
  width: 50px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 3.5rem;
  background: white;
  left: 20px;
  z-index: 99999;
}

.header-layout2 .header-top {
  padding: 8px 0 45px 0 !important;
  background: linear-gradient(135deg, #022b50 0%, #023a69 100%) !important;
}

.header-contact li,
.header-contact li a {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500;
  font-size: 14px;
  color: #e2e8f0;
  transition: all 0.3s ease;
}

.header-layout2 .header-contact a:hover {
  color: #ffffff;
}

.header-layout2 .header-contact li i {
  color: #fb960a;
  margin-right: 6px;
}

.header-layout2 .header-contact li:hover i {
  background-color: #104b92;
}

/* Header Top Social Icons */
.header-social {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.header-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 14px;
  transition: all 0.3s ease;
}

.header-social a:hover {
  background: #fb960a;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(251, 150, 10, 0.4);
}

.offcanvas-wrapper .closeButton {
  background-color: #f59a05;
}

.offcanvas-wrapper .closeButton:hover {
  background-color: #025081;
}

.info-social a {
  color: #f59a05;
  border: 1px solid #f59a05;
}

.info-social a:hover {
  background: #f59a05;
  color: white;
}

img.logo {
  width: auto;
  max-width: 150px;
  max-height: 75px;
  transition: transform 0.3s ease;
}

img.logo:hover {
  transform: scale(1.02);
}

.vs-logo {
  padding: 6px 0;
}

.header-btns button {
  background-color: #fb960a;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.header-btns button:hover {
  background-color: #02527c;
  transform: translateY(-2px);
}

footer .logo {
  background: white;
  border-radius: 7px;
}

/* Main Menu & Mobile Menu Poppins Font & Styling */
.main-menu a,
.main-menu>ul>li>a,
.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600;
  font-size: 15px !important;
  color: #0c1c38;
  transition: all 0.3s ease;
}

.main-menu>ul>li {
  margin: 0 10px;
}

.header-layout2 .sticky-wrapper {
  background-color: #ffffff;
  margin-top: -42px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.menu-style1>ul>li {
  padding: 10px 0px !important;
}

.main-menu a:hover {
  color: #fb960a !important;
}

.main-menu>ul>li>a::after {
  content: '';
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease;
  border-radius: 2px;
}

.main-menu>ul>li>a:hover::after {
  width: 100%;
}

.vs-menu-toggle {
  background-color: #fb960a;
  border-radius: 6px;
}

.vs-menu-wrapper .vs-menu-toggle {
  background-color: #fd9708;
}

.vs-menu-wrapper .vs-menu-area {
  border-right: 3px solid #fd9708;
  font-family: 'Poppins', sans-serif !important;
}

.vs-mobile-menu ul li.vs-active>a {
  color: #fd9708;
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand:before {
  color: #fd9708;
}

/* ==hero slider */
.hero-layout1 {
  margin-top: 0px !important;
}

.hero-mask {
  padding: 0px !important;
  height: 700px !important;
}

.slider-opacity {
  background: #00000080;
  height: 700px;
  align-content: center;
}

.hero-subtitle {
  color: #fb960a !important;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--body-font);
}

.hero-form2 {
  padding: 32px 40px !important;
  max-width: 490px;
  border-radius: 15px;
  position: relative;
  background-color: var(--white-color);
  margin-left: auto;
}

.h5 {
  margin: 0px !important;
}

.hero-layout1 .icon-btn {
  position: absolute;
  bottom: 0% !important;
  left: 50%;
  transform: translateY(-50%);
}

.sec-subtitle {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #fb960a;
  margin: -0.2em 0 15px 0;
  text-transform: capitalize;
}

.vs-btn.style2 {
  background-color: var(--white-color);
  color: #fb960a;
  font-weight: 600;
}

.vs-btn.style4::before,
.vs-btn.style4::after {
  background-color: #044f82 !important;
}

.vs-btn.style2::before,
.vs-btn.style2::after {
  background-color: #044f82 !important;
}

/* ==about section */

#about-sec .title-area {
  padding: 0px !important;
}

.hero-title {
  line-height: 1.3 !important;
}

.sec-title {
  margin: -0.2em 0 15px 0;
  font-size: 36px !important;
}

.img-box3 .img1 {
  width: 100%;
  border-radius: 10px;
  height: 375px !important;
  object-fit: cover;
}

.img-box3 .img2 {
  max-width: 280px;
  margin-top: 44px;
  border-radius: 10px;
  position: relative;
  top: 20px;
  left: 26px;
}

.img-box3 .img3 {
  max-width: 224px !important;
  border-radius: 10px;
  border: none !important;
  margin-left: 41px;
  height: 241px !important;
  object-fit: cover;
  position: relative;
  top: 18px;
}

/* ========= about page ========= */
.breadcumb-wrapper {
  padding: 0px !important;
  background-color: var(--title-color);
  height: 420px;
}

.breadcumb-wrapper-opacity {
  background: #0000006b;
  height: 420px;
  align-content: center;
}

.breadcumb-menu li:after {
  content: "|" !important;
  position: relative;
  margin-left: 14px;
  margin-right: 10px;
}

.about-sec {
  padding: 70px 0px;
}

.image-box1 .media-box2 {
  background-color: #044f82 !important;
}

.about-sec .image-box1 .img2 {
  width: 230px !important;
  height: 230px !important;
  border-radius: 50%;
  background-color: var(--white-color);
  padding: 13px;
  position: absolute;
  top: 50%;
  right: -8px !important;
  transform: translateY(-50%);
  z-index: 1;
}

.about-sec .image-box1 .img1 {
  border-radius: 25% 0 25% 0;
  max-width: 560px !important;
  height: 500px;
  object-fit: cover;
}

.item.style2:hover .item__icon {
  background: #044f82 !important;
  border-radius: 50%;
}

/* feature */
section#feature {
  height: auto;
  align-content: center;
  padding: 70px 0px;
}

.feature--layout5 {
  padding-top: 0px !important;
}

.features-style1,
.features-style3 {
  overflow: hidden;
  text-align: center;
  position: relative;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px 30px 10px;
  transition: 0.5s ease-in-out;
  border: 1px solid #fb960a;
  background-color: #fb960a;
}

.features-style1:hover,
.features-style3:hover {
  border-color: #044f82;
  background-color: #044f82;
}

.features-style1 .features-image::before,
.features-style1 .features-image::after,
.features-style3 .features-image::before,
.features-style3 .features-image::after {
  background-color: #044f82;
}

/* ==destination== */
.breadcumb-wrapper-opacity {
  background: #00000066;
  height: 420px;
  align-content: center;
}

#top-destination {
  padding: 50px 0px;
}

img.destination-img {
  height: 370px;
  object-fit: cover;
}

.destination-text {
  line-height: 0.625 !important;
}

.destination-price a {
  color: #fb960a;
  font-size: 19px;
}

/* ==special offer== */
.offer-opacity {
  background: #044f82;
}

#special-offer .title-area {
  margin-bottom: 0px !important;
  padding: 50px 0px;
}

/* ===awesome tours */
#awesome-tour {
  padding: 50px 0px;
}

#awesome-tour .vs-btn {
  margin-bottom: 20px;
}

/* ============================================
   TESTIMONIAL SECTION — Premium Review Cards
============================================ */
.rv-sec {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.rv-overlay {
  background: linear-gradient(135deg, rgba(2, 43, 80, 0.92) 0%, rgba(15, 23, 42, 0.88) 100%);
  padding: 70px 0 80px;
}

/* Heading */
.rv-heading {
  margin-bottom: 45px;
}

.rv-tag {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fb960a;
  margin-bottom: 10px;
}

.rv-title {
  font-family: 'Poppins', sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.35;
  margin: 0;
}

.rv-title span {
  color: #fb960a;
}

/* Slider override */
.rv-sec .testimonial-slider2 {
  max-width: 100% !important;
}

/* ---------- Review Card ---------- */
.rv-card {
  background: rgb(255 255 255);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 4px solid #fb960a;
  border-radius: 16px;
  padding: 32px 28px 28px;
  margin: 10px 0;
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
}

.rv-card:hover {
  transform: translateY(-6px);
  background: rgb(255 255 255);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

/* Quote Icon */
.rv-quote-icon {
  position: absolute;
  top: -16px;
  right: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fb960a, #f59e0b);
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(251, 150, 10, 0.4);
}

.rv-quote-icon i {
  font-size: 16px;
  color: #ffffff;
}

/* Review Text */
.rv-text {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: rgb(0 0 0 / 75%)!important;
  font-style: italic;
  margin: 0 0 18px;
}

/* Stars */
.rv-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
}

.rv-stars i {
  font-size: 14px;
  color: #fb960a;
}

/* Author Row */
.rv-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.rv-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fb960a;
  flex-shrink: 0;
}

.rv-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rv-name {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color:#000000;
  margin: 0 0 2px;
}

.rv-trip {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #fb960a;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 767px) {
  .rv-title {
    font-size: 24px;
  }

  .rv-overlay {
    padding: 50px 0 60px;
  }

  .rv-card {
    padding: 28px 22px 24px;
  }
}

.package-style1 .package-footer,
.package-style3 .package-footer {
  display: block !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

/* ============================================
   WHY CHOOSE US — Premium Category Card Style
============================================ */
.wcu-sec {
  position: relative;
  background: #f8f1e8;
  padding: 0 0 70px 0;
  overflow: hidden;
}

/* Subtle world-map texture overlay */
.wcu-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('https://www.transparenttextures.com/patterns/world-map.png') center/cover;
  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
}

/* Dark strip at top (like reference) */
.wcu-top-strip {
  width: 100%;
  height: 14px;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  border-radius: 0 0 50% 50%;
  margin-bottom: 10px;
}

/* Pink dot accent */
.wcu-top-strip::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fb960a;
  border-radius: 50%;
  margin: -12px auto 0;
}

/* Heading */
.wcu-heading {
  text-align: center;
  padding: 40px 0 35px;
  position: relative;
  z-index: 1;
}

.wcu-tag {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fb960a;
  margin-bottom: 10px;
}

.wcu-title {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
  line-height: 1.3;
}

.wcu-title span {
  color: #fb960a;
}

/* Cards Grid — 5 cards in a row */
.wcu-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  position: relative;
  z-index: 1;
}

/* Individual Card */
.wcu-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 36px 20px 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  cursor: default;
}

.wcu-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(251, 150, 10, 0.15);
}

/* Icon Circle */
.wcu-icon-wrap {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
  transition: transform 0.3s ease, background 0.3s ease;
}

.wcu-icon-wrap i {
  font-size: 28px;
  color: #e8593f;
  transition: color 0.3s ease;
}

.wcu-card:hover .wcu-icon-wrap {
  transform: scale(1.1);
  background: linear-gradient(135deg, #fb960a 0%, #e8593f 100%);
}

.wcu-card:hover .wcu-icon-wrap i {
  color: #ffffff;
}

/* Card Title */
.wcu-card-title {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 8px;
}

/* Card Description */
.wcu-card-text {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

/* ===== WCU Responsive ===== */
@media (max-width: 1199px) {
  .wcu-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .wcu-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .wcu-title {
    font-size: 26px;
  }

  .wcu-heading {
    padding: 30px 0 25px;
  }
}

@media (max-width: 480px) {
  .wcu-grid {
    grid-template-columns: 1fr;
  }

  .wcu-sec {
    padding-bottom: 50px;
  }
}

/* ==best tour package== */

.package-style1 .package-img img,
.package-style3 .package-img img {
  height: 204px !important;
  object-fit: cover;
}

.package-review i {
  color: #fb960a !important;
  font-size: 14px;
}

.vs-btn.style4 {
  background-color: #fb960a;
  margin-top: 20px;
}

/* ==== privacy page===== */
section.terms {
  padding: 70px 0px;
}

.terms-site {
  padding: 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 15px;
  margin: 10px 0px;
}

.terms-site h4 {
  position: relative;
}

.terms-site h4::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fb960a;
  left: 0px;
  bottom: 0;
}

.terms-site h4::after {
  content: "";
  position: absolute;
  width: 86px;
  height: 2px;
  background-color: #fb960a;
  left: 32px;
  bottom: 0;
}

/* === contact page ==== */
form.ajax-contact {
  padding: 30px 20px;
  background: white;
  border-radius: 20px;
}

i.fa-brands.fa-whatsapp {
  color: #fb960a;
  font-size: 18px;
}

/* Contact Section */
.fw-contact-section {
  padding: 70px 0;
  font-family: "Poppins", sans-serif;
}

/* Top Contact Info Cards */
.fw-contact-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 0px 20px;
  height: 141px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 4px solid #fb960a;
  align-content: center;
  margin: 20px;
}

.fw-contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.fw-contact-card .fw-icon {
  font-size: 18px;
  color: #fb960a;
  margin-bottom: 10px;
}

.fw-contact-card h4 {
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}

.fw-contact-card p {
  margin: 0;
  color: #555;
  font-size: 14px;
}

.fw-contact-card a {
  color: #fb960a;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 14px;
}

.fw-contact-card a:hover {
  color: #333;
}

/* Contact Form Section */
.fw-contact-image {
  width: 100%;
  height: 525px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.fw-form-wrapper {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.fw-form-wrapper h3 {
  font-weight: 700;
  color: #fb960a;
  ;
  margin-bottom: 10px;
}

.fw-form-subtext {
  color: #666;
  margin-bottom: 25px;
  font-size: 12px;
}

.fw-form input,
.fw-form textarea {
  width: 100%;
  border-bottom: 1px solid #fdc705bf;
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 15px;
  font-size: 0.95rem;
  transition: border 0.3s ease, box-shadow 0.3s ease;
}

.fw-form input:focus,
.fw-form textarea:focus {
  border-color: #fb960a;
  box-shadow: 0 0 0 3px rgba(255, 123, 0, 0.1);
  outline: none;
}

.fw-btn {
  background: #fb960a;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 25px;
  font-weight: 600;
  transition: background 0.3s ease, transform 0.2s ease;
}

.fw-btn:hover {
  background: #fdc705ff;
  transform: translateY(-2px);
}

/* ==boking page== */
h3#booking-h3 {
  font-size: 22px !important;
}

#booking-section {
  padding: 70px 0px;
}

/* ===pay now page=== */
.pay-banner {
  background: linear-gradient(135deg, #fb960a, #fb960a75, #fac7119e);
  padding: 100px 20px;
  height: 450px;
  text-align: center;
  color: white;
}

.pay-banner .banner-content {
  position: absolute;
  top: 36%;
}

.pay-banner .banner-content h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.pay-banner .banner-content p {
  font-size: 19px;
  opacity: 0.9;
  color: #545454;
}

/* ======================= */
/*     PAYMENT SECTION     */
/* ======================= */

.payment-section {
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.payment-wrapper {
  display: flex;
  gap: 40px;
  max-width: 1100px;
  width: 100%;
  flex-wrap: wrap;
}

/* Left Column */
.payment-info-box {
  flex: 1;
  min-width: 300px;
  background: white;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.payment-info-box h2 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #fb960a;
}

.account-info-item {
  padding: 4px 28px;
  border: 2px solid #044f82;
  border-radius: 10px;
  margin: 10px 0px;
}

.account-info-item span {
  color: #044f82;
}

.info-item {
  margin-bottom: 15px;
}

.info-item span {
  font-weight: 600;
  color: #444;
}

.info-item p {
  margin: 3px 0 0;
  color: #555;
}

.copy-btn {
  background: #fb960a;
  color: white;
  padding: 12px 18px;
  border: none;
  font-size: 15px;
  border-radius: 10px;
  margin-top: 20px;
  cursor: pointer;
  width: 100%;
}

.copy-btn:hover {
  background: #fbcc21;
  color: #fb960a !important;
  transform: translateY(-10px);
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}


/* Right Column */
.scanner-box {
  flex: 1;
  min-width: 300px;
  background: white;
  padding: 30px;
  text-align: center;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  align-content: center;
}

.scanner-box h2 {
  font-size: 24px;
  color: #fb960a;
  margin-bottom: 20px;
}

.qr-wrapper {
  display: flex;
  justify-content: center;
}

.qr-image {
  width: 260px;
  height: 260px;
  border-radius: 16px;
  object-fit: cover;
  border: 3px solid #eee;
}

.scan-note {
  margin-top: 12px;
  color: #666;
  font-size: 14px;
}

/* ==== scroll button ==== */
.scroll-btn i {
  background-color: #044f82 !important;
}

.scroll-btn::before {
  border: 2px dashed #044f82;
}

/* RESPONSIVE DESIGN */
@media (max-width: 768px) {
  .payment-wrapper {
    flex-direction: column;
  }

  .pay-banner .banner-content h1 {
    font-size: 32px;
  }

  .pay-banner {
    height: 312px;
  }

  .pay-banner .banner-content {
    position: absolute;
    top: 27%;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .fw-contact-card {
    margin-bottom: 20px;
    padding: 10px 20px;
    height: 120px;
  }

  .fw-form-wrapper {
    margin-top: 20px;
  }

  .hero-title::after {
    content: "";
    position: absolute;
    left: 20% !important;
  }

  .slider-btn {
    position: absolute;
    bottom: 6%;
    left: 34% !important;
    gap: 22px;
  }
}

@media (max-width: 575px) {
  .fw-contact-section {
    padding: 60px 15px;
  }

  .fw-form-wrapper {
    padding: 25px 20px;
  }

  .fw-btn {
    width: 100%;
  }
}

/* ===responsive=== */
@media (max-width: 991px) {
  .img-box3 .bottom-img {
    display: flex !important;
    margin-top: 0;
  }

  .hero-mask {
    padding: 0px !important;
    height: 700px !important;
  }

  .slider-opacity {
    height: 700px !important;
    padding: 50px 16px !important;
  }

  .hero-layout1 .icon-btn:first-child {
    left: 36%;
    bottom: 1%;
  }

  .hero-layout1 .icon-btn:last-child {
    left: 60%;
    bottom: 1%;
  }

  img.destination-img {
    height: 220px !important;
  }

  /* about */
  .img-box3 .img2 {
    max-width: 169px;
    /* margin-top: 44px; */
    border-radius: 10px;
    position: relative;
    top: -83px;
    left: 26px;
    height: 169px;
    object-fit: cover;
    left: 19px;
  }

  .img-box3 .img3 {
    max-width: 193px !important;
    border-radius: 10px;
    border: none !important;
    margin-left: 41px;
    height: 241px !important;
    object-fit: cover;
    position: relative;
    top: -62px;
    right: 10px;
  }

  /* ====== about page ====== */
  .breadcumb-wrapper {
    height: 350px;
  }

  .breadcumb-wrapper-opacity {
    height: 350px;
  }

  .breadcumb-content {
    text-align: center;
  }

  .about-sec .image-box1 .img1 {
    border-radius: 25% 0 25% 0;
    max-width: 363px !important;
    height: auto;
  }
}

/* ==========================================
   New About Section (Reference Image Style)
========================================== */
.about-new-sec {
  padding: 70px 0;
  background: #f7f2ec;
  font-family: 'Poppins', sans-serif;
}

/* LEFT COLUMN */
.about-new-left {
  padding-right: 30px;
}

.about-new-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #8b6914;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.about-new-title {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 16px;
}

.about-new-title span {
  color: #fb960a;
}

.about-new-desc {
  font-size: 13px;
  color: #5a5a5a;
  line-height: 1.65;
  margin-bottom: 24px;
}

.about-new-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fb960a;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 14px rgba(122, 92, 46, 0.35);
}

.about-new-btn:hover {
  background: #5e4420;
  transform: translateY(-2px);
}

/* CENTER COLUMN (Image) */
.about-new-center {
  padding: 0 20px;
}

.about-new-img-box {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  aspect-ratio: 4/4.2;
  position: relative;
}

.about-new-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.about-new-img-box:hover img {
  transform: scale(1.04);
}

/* RIGHT COLUMN */
.about-new-right {
  padding-left: 40px;
}

.about-new-right-text {
  font-size: 13.5px;
  color: #3f3f3f;
  line-height: 1.7;
  margin-bottom: 28px;
}

.about-new-right-text em {
  color: #fb960a;
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Stats Row */
.about-new-stats {
  display: flex;
  gap: 30px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.about-stat-item {
  display: flex;
  flex-direction: column;
}

.about-stat-num {
  font-size: 2rem;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1;
}

.about-stat-label {
  font-size: 12px;
  font-weight: 600;
  color: #fb960a;
  margin-top: 4px;
  letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 991px) {
  .about-new-left {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .about-new-center {
    padding: 0;
    margin-bottom: 30px;
  }

  .about-new-right {
    padding-left: 0;
  }

  .about-new-img-box {
    aspect-ratio: 16/9;
  }
}

/* ==========================================
   Promo Section EXACT Screenshot Replica
========================================== */
/* ==========================================
   Destinations New Section CSS
========================================== */
.dest-new-sec {
  padding: 80px 0 60px 0;
  background: #0c1c38;
  font-family: 'Poppins', sans-serif;
}

/* Center Heading */
.dest-new-heading {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px auto;
}

.dest-new-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #fb960a;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.dest-new-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 14px;
}

.dest-new-title span {
  color: #fb960a;
}

.dest-new-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
}

/* 4 Cards Grid */
.dest-new-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Individual Card */
.dest-new-card {
  display: block;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  height: 480px;
  text-decoration: none;
  cursor: pointer;
}

/* Background Image */
.dest-new-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.7s ease;
}

.dest-new-card:hover .dest-new-img {
  transform: scale(1.08);
}

/* Dark overlay at bottom */
.dest-new-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.90) 0%,
      rgba(0, 0, 0, 0.5) 40%,
      rgba(0, 0, 0, 0.1) 70%,
      transparent 100%);
  display: flex;
  align-items: flex-end;
  padding: 28px 22px;
  transition: background 0.4s ease;
}

.dest-new-card:hover .dest-new-overlay {
  background: linear-gradient(to top,
      rgba(12, 28, 56, 0.95) 0%,
      rgba(12, 28, 56, 0.65) 50%,
      rgba(0, 0, 0, 0.15) 80%,
      transparent 100%);
}

/* Card Content */
.dest-new-info {
  width: 100%;
}

.dest-new-country {
  font-size: 11px;
  font-weight: 600;
  color: #fb960a;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 6px;
}

.dest-new-name {
  font-size: 1.45rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.2;
  transition: color 0.3s;
}

.dest-new-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
  margin-bottom: 14px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

.dest-new-card:hover .dest-new-desc {
  max-height: 100px;
  opacity: 1;
}

.dest-new-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #fb960a;
  border-bottom: 1px solid rgba(251, 150, 10, 0.4);
  padding-bottom: 2px;
  transition: gap 0.3s ease, border-color 0.3s ease;
}

.dest-new-card:hover .dest-new-cta {
  gap: 12px;
  border-color: #fb960a;
}

/* Responsive */
@media (max-width: 1199px) {
  .dest-new-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dest-new-card {
    height: 400px;
  }
}

@media (max-width: 575px) {
  .dest-new-grid {
    grid-template-columns: 1fr;
  }

  .dest-new-card {
    height: 340px;
  }

  .dest-new-sec {
    padding: 60px 0 40px 0;
  }
}

/* ==========================================
   Promo Section EXACT Screenshot Replica
========================================== */
.promo-sec-wrap {
  padding: 40px 0 20px 0;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

/* Card 1 & Card 3 Main Cards */
.p-main-card {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
}

/* Left Blue Banner Box for Card 1 */
.p-blue-banner {
  width: 50%;
  
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 12px;
  color: #ffffff;
  flex-shrink: 0;
}

.p-blue-banner .p-inner-box {
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  padding: 10px 8px;
  text-align: center;
  border-radius: 4px;
  position: relative;
  z-index: 2;
  background: rgba(24, 119, 242, 0.4);
  backdrop-filter: blur(2px);
}

.p-blue-banner .p-tag-line {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
}

.p-blue-banner .p-main-disc {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  margin: 3px 0;
}

.p-blue-banner .p-sub-disc {
  font-size: 10px;
  opacity: 0.85;
}

.p-blue-banner .p-banner-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height:100%;
  background-size: cover;
  background-position: center;
}

/* Cream Content Box (Card 1 Right) */
.p-cream-content {
  width: 50%;
  background: #fef3e9;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

/* White Semi-circle watermark curve like screenshot */
.p-cream-content::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 100% 0 0 0;
  pointer-events: none;
}

.p-savings-head {
  font-size: 15px;
  color: #1e293b;
  margin-bottom: 2px;
  line-height: 1.2;
}

.p-savings-head strong {
  font-size: 17px;
  font-weight: 800;
}

.p-savings-sub {
  font-size: 12px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 6px;
}

.p-desc-text {
  font-size: 11px;
  color: #64748b;
  line-height: 1.4;
  margin-bottom: 10px;
}

.p-code-tag {
  font-size: 11px;
  color: #475569;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
}

.p-orange-btn {
  display: inline-block;
  padding: 8px 22px;
  background: #fb960a;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 700;
  border-radius: 20px;
  text-decoration: none;
  align-self: flex-start;
  transition: background 0.3s;
  box-shadow: 0 4px 10px rgba(255, 102, 0, 0.3);
}

.p-orange-btn:hover {
  background: #e05500;
}

/* Middle Column (2 Stacked Cards) */
.p-middle-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
}

.p-sm-card {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  height: calc(50% - 7.5px);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
  min-height: 120px;
}

.p-sm-blue-banner {
  width: 48%;
  background: #1877f2;
  position: relative;
  overflow: hidden;
  padding: 12px 10px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}

.p-sm-blue-banner .p-sm-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.7;
}

.p-sm-blue-banner .p-sm-overlay-text {
  position: relative;
  z-index: 2;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.p-sm-blue-banner .p-sm-overlay-text span {
  font-size: 10px;
  font-weight: 400;
  display: block;
}

.p-yellow-content {
  width: 52%;
  background: #fffbeb;
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-light-blue-content {
  width: 52%;
  background: #eef2ff;
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-sm-title {
  font-size: 12px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.35;
  margin-bottom: 6px;
}

/* Card 3 (Right) */
.p-pink-content {
  width: 50%;
  background: #fdeef2;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.p-pink-content::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 0 0 0 100%;
  pointer-events: none;
}

.p-mega-title-text {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 800;
  font-style: italic;
  color: #0f172a;
  margin-bottom: 4px;
  line-height: 1;
}

.p-right-img-box {
  width: 50%;
  background-size: cover;
  background-position: center;
  position: relative;
  flex-shrink: 0;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .p-main-card {
    min-height: 220px;
  }

  .p-sm-card {
    min-height: 120px;
  }
}

@media (max-width: 575px) {

  .p-blue-banner,
  .p-cream-content,
  .p-right-img-box,
  .p-pink-content {
    width: 50%;
  }
}

/* ============================================
   FLEET / TAXI SECTION — Premium Card Design
============================================ */
.fleet-sec {
  padding: 70px 0 80px;
  background: #f9fafb;
  font-family: 'Poppins', sans-serif;
}

/* ---------- Heading ---------- */
.fleet-heading {
  text-align: center;
  margin-bottom: 50px;
}

.fleet-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fb960a;
  margin-bottom: 10px;
}

.fleet-title {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 12px;
  line-height: 1.3;
}

.fleet-title span {
  color: #fb960a;
}

.fleet-title-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #fb960a, #e8593f);
  border-radius: 4px;
  margin: 0 auto;
}

/* ---------- Cards Grid ---------- */
.fleet-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* ---------- Single Card ---------- */
.fleet-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: transform 0.4s cubic-bezier(.25, .8, .25, 1),
    box-shadow 0.4s cubic-bezier(.25, .8, .25, 1);
  display: flex;
  flex-direction: column;
}

.fleet-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 50px rgba(251, 150, 10, 0.15);
}

/* ---------- Card Image ---------- */
.fleet-card-img {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.fleet-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.fleet-card:hover .fleet-card-img img {
  transform: scale(1.08);
}

/* Gradient overlay on image bottom */
.fleet-card-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35), transparent);
  pointer-events: none;
}

/* ---------- Badge ---------- */
.fleet-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  z-index: 2;
  color: #fff;
}

.fleet-badge-popular {
  background: linear-gradient(135deg, #fb960a, #f59e0b);
  box-shadow: 0 3px 12px rgba(251, 150, 10, 0.4);
}

.fleet-badge-premium {
  background: linear-gradient(135deg, #0f3460, #16213e);
  box-shadow: 0 3px 12px rgba(15, 52, 96, 0.4);
}

/* ---------- Card Body ---------- */
.fleet-card-body {
  padding: 22px 20px 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.fleet-car-name {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 12px;
}

/* ---------- Spec Chips ---------- */
.fleet-specs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.fleet-spec-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #92400e;
  transition: all 0.25s ease;
}

.fleet-spec-item i {
  font-size: 11px;
  color: #fb960a;
}

.fleet-card:hover .fleet-spec-item {
  background: #fb960a;
  border-color: #fb960a;
  color: #ffffff;
}

.fleet-card:hover .fleet-spec-item i {
  color: #ffffff;
}

/* ---------- Description ---------- */
.fleet-desc {
  font-size: 13.5px;
  line-height: 1.65;
  color: #64748b;
  margin: 0 0 18px;
  flex-grow: 1;
}

/* ---------- CTA Button ---------- */
.fleet-book-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  padding: 10px 22px;
  background: linear-gradient(135deg, #022b50, #044f82);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(4, 79, 130, 0.25);
}

.fleet-book-btn:hover {
  background: linear-gradient(135deg, #fb960a, #f59e0b);
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(251, 150, 10, 0.35);
  transform: translateY(-2px);
}

.fleet-book-btn i {
  font-size: 12px;
}

/* ---------- View All ---------- */
.fleet-view-all {
  text-align: center;
  margin-top: 45px;
}

.fleet-view-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 36px;
  background: linear-gradient(135deg, #fb960a, #f59e0b);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: all 0.35s ease;
  box-shadow: 0 6px 24px rgba(251, 150, 10, 0.3);
}

.fleet-view-btn:hover {
  background: linear-gradient(135deg, #022b50, #044f82);
  color: #ffffff;
  box-shadow: 0 8px 30px rgba(4, 79, 130, 0.35);
  transform: translateY(-3px);
}

.fleet-view-btn i {
  transition: transform 0.3s ease;
}

.fleet-view-btn:hover i {
  transform: translateX(5px);
}

/* ---------- Fleet Responsive ---------- */
@media (max-width: 1199px) {
  .fleet-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .fleet-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .fleet-title {
    font-size: 26px;
  }

  .fleet-sec {
    padding: 50px 0 60px;
  }

  .fleet-heading {
    margin-bottom: 35px;
  }
}