/*
Theme Name: Travil
Author: ModinaTheme
Author URI: https://themeforest.net/user/modinatheme/
Description: Travel & Tour Booking Html Template
Version: 1.0.0
*/

/*
=================================
|***    Table of contents:   ***|
=================================

1. General styles
2. Typography
3. Helpers
4. Preloader
5. Go up button
6. Header and navigation
7. Hero Section
8. About us
9. Services
10. Fun facts
11. Projects
12. Pricing
13. Testimonial
14. CTA
15. Team
16. Video Banner
17. Shop
18. Marquee
19. Blog
20. Footer

Main Style file-> assets/css/main.css 
*/

/* Branded header and footer */
.header-section.header-inner {
  position: relative;
  z-index: 30;
  background: #fff;
  box-shadow: 0 14px 38px rgba(21, 20, 21, 0.06);
}

.header-top-section {
  padding: 8px 0;
  background: #151415;
}

.header-top-wrapper .top-left {
  gap: 24px;
}

.header-top-wrapper .top-left li,
.header-top-wrapper .top-left li a,
.header-top-wrapper .social-icon a {
  color: rgba(255, 255, 255, 0.88);
}

.header-top-wrapper .top-left li {
  display: inline-flex;
  align-items: center;
  text-transform: none;
}

.header-top-wrapper .top-left li i {
  color: #fb5b32;
}

.header-top-wrapper .top-left li a:hover,
.header-top-wrapper .social-icon a:hover {
  color: #fff;
}

.header-top-wrapper .social-icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  transition: all 0.25s ease;
}

.header-top-wrapper .social-icon a:hover {
  border-color: #fb5b32;
  background: #fb5b32;
}

.header-1.header-4 .header-main {
  min-height: 86px;
}

.fit-header-logo {
  display: inline-flex;
  align-items: center;
  padding: 8px 0;
  width: auto;
  max-height: 88px;
}

.fit-header-logo img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 190px;
  max-height: 64px;
  object-fit: contain;
}

.header-main .main-menu ul {
  gap: 6px;
}

.header-main .main-menu ul li {
  margin-inline-end: 0;
}

.header-main .main-menu ul li a {
  padding: 12px 14px;
  color: #1f2430;
  line-height: 1.2;
  border-radius: 999px;
}

.header-main .main-menu ul li a:hover,
.header-main .main-menu ul li.active > a {
  color: #4d40ca !important;
  background: #f0efff;
}

.header-1 .header-right .contact-items {
  padding: 10px 14px;
  border: 1px solid rgba(77, 64, 202, 0.1);
  border-radius: 8px;
  background: #fbfbff;
  gap: 12px;
}

.header-1 .header-right .contact-items .icon {
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #fff1ec;
}

.header-1 .header-right .contact-items .icon img {
  width: 20px;
}

.header-1 .header-right .contact-items .content span {
  color: #6b6f7b;
}

.header-1 .header-right .contact-items .content h6,
.header-1 .header-right .contact-items .content h6 a {
  color: #151415;
}

.header-1.header-4 .theme-btn {
  padding: 13px 24px;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(251, 91, 50, 0.24);
}

.header-1.header-4 .theme-btn i {
  margin-left: 4px;
}

.header-1 .sidebar__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(21, 20, 21, 0.1);
  border-radius: 8px;
  background: #fff;
}

.offcanvas__info {
  background: #fff;
}

.offcanvas__logo a {
  display: inline-flex;
  align-items: center;
  width: auto;
  max-width: min(190px, 58vw);
}

.offcanvas__logo img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}

.offcanvas-title {
  color: #151415;
}

.offcanvas__content p {
  color: #555967;
}

.offcanvas__contact h3,
.offcanvas__contact a {
  color: #151415;
}

.offcanvas__contact a:hover {
  color: #fb5b32;
}

.preloader .animation-preloader .dh-preloader-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(280px, 78vw);
  margin: 28px auto 12px;
  padding: 18px 24px;
  border: 1px solid rgba(77, 64, 202, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(5, 6, 60, 0.1);
}

.preloader .animation-preloader .dh-preloader-brand img {
  display: block;
  width: 100%;
  max-height: 88px;
  object-fit: contain;
}

.preloader p {
  color: #555967;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.dh-footer {
  position: relative;
  overflow: hidden;
  padding-top: 68px;
  color: #d9deea;
  background: #11131b !important;
  background-image: none !important;
}

.dh-footer::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, #4d40ca 0%, #fb5b32 52%, #18a058 100%);
}

.dh-footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
  padding: 28px 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(77, 64, 202, 0.24), rgba(251, 91, 50, 0.18));
}

.dh-footer-cta span {
  display: block;
  margin-bottom: 6px;
  color: #ffb59f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dh-footer-cta h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.25;
}

.dh-footer-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 138px;
  min-height: 48px;
  padding: 12px 22px;
  color: #151415;
  font-weight: 800;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.dh-footer-cta-btn:hover {
  color: #fff;
  background: #fb5b32;
}

.dh-footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) minmax(160px, 0.8fr) minmax(190px, 0.9fr) minmax(280px, 1.2fr);
  gap: 42px;
  padding-bottom: 48px;
}

.dh-footer-landing-simple .dh-footer-main {
  grid-template-columns: minmax(260px, 1fr) minmax(300px, 1.2fr);
  align-items: start;
}

.dh-footer-landing-simple .dh-footer-contact {
  justify-self: end;
  max-width: 520px;
}

.dh-footer .footer-logo {
  display: inline-flex;
  align-items: center;
  width: 180px;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 10px 14px;
  border-radius: 8px;
  background: #fff;
}

.dh-footer .footer-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.dh-footer-brand p {
  max-width: 330px;
  margin-bottom: 24px;
  color: #b8c0cf;
  line-height: 1.75;
}

.dh-footer-social {
  display: flex;
  gap: 10px;
}

.dh-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  transition: all 0.25s ease;
}

.dh-footer-social a:hover {
  color: #fff;
  border-color: #fb5b32;
  background: #fb5b32;
  transform: translateY(-2px);
}

.dh-footer-column h3 {
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.dh-footer-column h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 3px;
  content: "";
  border-radius: 999px;
  background: #fb5b32;
}

.dh-footer-column ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dh-footer-column li {
  color: #b8c0cf;
  line-height: 1.65;
}

.dh-footer-column li:not(:last-child) {
  margin-bottom: 11px;
}

.dh-footer-column a {
  color: #b8c0cf;
  font-weight: 700;
}

.dh-footer-column a:hover {
  color: #fff;
}

.dh-footer-column:not(.dh-footer-contact) a {
  display: inline-flex;
  align-items: center;
}

.dh-footer-column:not(.dh-footer-contact) a::before {
  width: 6px;
  height: 6px;
  margin-right: 10px;
  content: "";
  border-radius: 50%;
  background: rgba(251, 91, 50, 0.75);
  transition: transform 0.25s ease, background 0.25s ease;
}

.dh-footer-column:not(.dh-footer-contact) a:hover::before {
  background: #fff;
  transform: scale(1.2);
}

.dh-footer-contact li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
}

.dh-footer-contact i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #fb5b32;
  border-radius: 50%;
  background: rgba(251, 91, 50, 0.12);
}

.dh-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dh-footer-bottom p {
  margin-bottom: 0;
  color: #aeb7c7;
}

.dh-footer-bottom ul {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.dh-footer-bottom a {
  color: #aeb7c7;
  font-weight: 700;
}

.dh-footer-bottom a:hover {
  color: #fff;
}

@media (max-width: 1399px) {
  .header-main .main-menu ul li a {
    padding: 10px 9px;
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .fit-header-logo {
    max-height: 64px;
  }

  .fit-header-logo img {
    max-height: 48px;
  }

  .header-1.header-4 .header-main {
    min-height: 68px;
  }

  .dh-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .dh-footer {
    padding-top: 48px;
  }

  .dh-footer-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .dh-footer {
    padding-top: 42px;
  }

  .dh-footer-cta {
    gap: 18px;
    margin-bottom: 36px;
    padding: 22px;
  }

  .dh-footer-cta span {
    font-size: 12px;
    letter-spacing: 0.04em;
  }

  .dh-footer-cta h3 {
    font-size: 24px;
  }

  .dh-footer-cta-btn {
    width: 100%;
  }

  .dh-footer-main,
  .dh-footer-landing-simple .dh-footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 36px;
  }

  .dh-footer-landing-simple .dh-footer-contact {
    justify-self: stretch;
    max-width: none;
  }

  .dh-footer .footer-logo {
    width: 164px;
    margin-bottom: 16px;
  }

  .dh-footer-brand p {
    max-width: none;
    margin-bottom: 20px;
  }

  .dh-footer-column h3 {
    margin-bottom: 16px;
    font-size: 17px;
  }

  .dh-footer-column li:not(:last-child) {
    margin-bottom: 9px;
  }

  .dh-footer-contact li {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
    align-items: flex-start;
  }

  .dh-footer-contact i {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .dh-footer-contact span,
  .dh-footer-contact a {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .dh-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 18px 0 22px;
  }

  .dh-footer-bottom ul {
    flex-wrap: wrap;
    gap: 8px 14px;
  }
}

@media (max-width: 575px) {
  .preloader .animation-preloader .dh-preloader-brand {
    width: min(230px, 78vw);
    padding: 14px 18px;
  }

  .dh-footer-cta {
    padding: 20px;
  }

  .dh-footer-cta h3 {
    font-size: 22px;
  }

  .dh-footer-main {
    gap: 28px;
  }

  .dh-footer-social {
    gap: 8px;
  }

  .dh-footer-social a {
    width: 38px;
    height: 38px;
  }

  .dh-footer-bottom ul {
    gap: 8px 12px;
  }
}

/* Homepage refinements */
.hero-4 .hero-items {
  padding: 155px 0 185px;
}

.hero-4 .hero-items .hero-content h1 {
  font-size: 82px;
  line-height: 1.08;
}

.hero-4 .hero-items .hero-content p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.digital-services-section {
  background: #f8f7ff;
}

.digital-service-card {
  position: relative;
  height: 100%;
  padding: 34px 28px 32px;
  overflow: hidden;
  border: 1px solid rgba(77, 64, 202, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(5, 6, 60, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.digital-service-card::before {
  position: absolute;
  top: -54px;
  right: -54px;
  width: 128px;
  height: 128px;
  content: "";
  border-radius: 50%;
  background: rgba(77, 64, 202, 0.08);
}

.digital-service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(251, 91, 50, 0.32);
  box-shadow: 0 24px 60px rgba(5, 6, 60, 0.11);
}

.digital-service-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 28px;
  border-radius: 8px;
  background: #4d40ca;
}

.digital-service-icon.bg-2 {
  background: #fb5b32;
}

.digital-service-icon.bg-3 {
  background: #1ca8cb;
}

.digital-service-icon.bg-4 {
  background: #18a058;
}

.digital-service-icon.bg-5 {
  background: #f2a900;
}

.digital-service-icon.bg-6 {
  background: #151415;
}

.digital-service-card h4 {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}

.digital-service-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.activity-section {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
  overflow: hidden;
}

.activity-section::before {
  position: absolute;
  inset: 70px auto auto -120px;
  width: 260px;
  height: 260px;
  content: "";
  background: rgba(77, 64, 202, 0.08);
  border-radius: 50%;
}

.activity-card {
  position: relative;
  height: 100%;
  padding: 34px 28px;
  overflow: hidden;
  border: 1px solid rgba(21, 20, 21, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(5, 6, 60, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.activity-card::after {
  position: absolute;
  inset: auto -45px -55px auto;
  width: 140px;
  height: 140px;
  content: "";
  background: rgba(251, 91, 50, 0.08);
  border-radius: 50%;
}

.activity-card:hover {
  transform: translateY(-8px);
  border-color: rgba(77, 64, 202, 0.28);
  box-shadow: 0 24px 60px rgba(5, 6, 60, 0.12);
}

.activity-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 28px;
  border-radius: 8px;
  background: #4d40ca;
}

.activity-icon.bg-2 {
  background: #fb5b32;
}

.activity-icon.bg-3 {
  background: #1ca8cb;
}

.activity-icon.bg-4 {
  background: #18a058;
}

.activity-icon.bg-5 {
  background: #f2a900;
}

.activity-content {
  position: relative;
  z-index: 1;
}

.activity-content h4 {
  margin-bottom: 12px;
}

.activity-content p {
  margin-bottom: 0;
}

.testimonial-box-items-4 .icon {
  top: 34px;
  right: 34px;
  width: 76px;
  opacity: 0.13;
  pointer-events: none;
}

.testimonial-box-items-4 .icon img {
  max-width: 100%;
}

.testimonial-box-items-4 h3 {
  position: relative;
  z-index: 1;
  padding-right: 88px;
}

/* About page */
.about-page-section .about-content .theme-btn {
  margin-top: 28px;
}

.about-page-list ul li i {
  color: #4d40ca;
  margin-right: 10px;
}

.ceo-quote-section {
  position: relative;
  background: #f8f7ff;
}

.ceo-quote-card {
  position: relative;
  overflow: hidden;
  padding: 56px;
  border: 1px solid rgba(77, 64, 202, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(5, 6, 60, 0.08);
}

.ceo-quote-card::before {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 220px;
  height: 220px;
  content: "";
  border-radius: 50%;
  background: rgba(251, 91, 50, 0.08);
}

.ceo-quote-card .quote-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 24px;
  color: #fff;
  font-size: 30px;
  border-radius: 50%;
  background: #4d40ca;
}

.ceo-photo-placeholder {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 132px;
  margin: 0 auto 26px;
  color: #4d40ca;
  font-size: 54px;
  border: 6px solid #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, #f0efff 0%, #fff4f1 100%);
  box-shadow: 0 16px 40px rgba(5, 6, 60, 0.12);
}

.ceo-quote-card p {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 24px auto 0;
  color: #4f4f5f;
  font-size: 19px;
  line-height: 1.8;
  text-align: center;
}

.ceo-author {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  text-align: center;
}

.ceo-author h4 {
  margin-bottom: 4px;
}

.ceo-author span {
  color: #fb5b32;
  font-weight: 700;
}

.about-value-card {
  height: 100%;
  padding: 32px 26px;
  border: 1px solid rgba(21, 20, 21, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(5, 6, 60, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(5, 6, 60, 0.11);
}

.about-value-card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  color: #fff;
  font-size: 26px;
  border-radius: 8px;
  background: #4d40ca;
}

.about-value-card .icon.bg-2 {
  background: #fb5b32;
}

.about-value-card .icon.bg-3 {
  background: #1ca8cb;
}

.about-value-card .icon.bg-4 {
  background: #18a058;
}

.about-value-card h4 {
  margin-bottom: 10px;
}

.about-value-card p {
  margin-bottom: 0;
}

.license-verification-section {
  background: #fff;
}

.license-verification-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 36px;
  border: 1px solid rgba(77, 64, 202, 0.14);
  border-radius: 8px;
  background: linear-gradient(135deg, #f8f7ff 0%, #fff 55%, #fff4f1 100%);
  box-shadow: 0 20px 55px rgba(5, 6, 60, 0.08);
}

.license-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  color: #fff;
  font-size: 34px;
  border-radius: 50%;
  background: #18a058;
  box-shadow: 0 16px 35px rgba(24, 160, 88, 0.24);
}

.license-content span {
  display: inline-block;
  margin-bottom: 8px;
  color: #fb5b32;
  font-weight: 800;
  text-transform: uppercase;
}

.license-content h2 {
  margin-bottom: 10px;
}

.license-content p {
  max-width: 760px;
  margin-bottom: 0;
}

.license-action {
  white-space: nowrap;
}

/* Verified licensed company page */
.verification-page-section {
  background: linear-gradient(180deg, #fff 0%, #f8f7ff 100%);
}

.verification-page-section .section-title p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.verification-document-card,
.verification-image-card {
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(77, 64, 202, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(5, 6, 60, 0.08);
}

.verification-document-header {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 24px;
}

.verification-document-header .icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  color: #fff;
  font-size: 28px;
  border-radius: 8px;
  background: #4d40ca;
}

.verification-document-header .icon.bg-2 {
  background: #fb5b32;
}

.verification-document-header .icon.bg-3 {
  background: #18a058;
}

.verification-document-header span {
  display: inline-block;
  margin-bottom: 4px;
  color: #fb5b32;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.verification-document-header h3 {
  margin-bottom: 0;
  font-size: 24px;
}

.pdf-preview {
  height: 520px;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid rgba(21, 20, 21, 0.1);
  border-radius: 8px;
  background: #f3f4f8;
}

.pdf-preview iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.verification-image-link {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(21, 20, 21, 0.1);
  border-radius: 8px;
  background: #f3f4f8;
}

.verification-image-link img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.verification-image-link:hover img {
  transform: scale(1.02);
}

/* Contact page */
.contact-page-section .contact-info .contact-items .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4d40ca;
  font-size: 24px;
}

.contact-alert {
  margin-top: 24px;
  padding: 14px 18px;
  border-radius: 8px;
  font-weight: 700;
}

.contact-alert-success {
  color: #126d3a;
  border: 1px solid rgba(24, 160, 88, 0.25);
  background: rgba(24, 160, 88, 0.1);
}

.contact-alert-error {
  color: #9b2c13;
  border: 1px solid rgba(251, 91, 50, 0.28);
  background: rgba(251, 91, 50, 0.1);
}

.contact-captcha-box {
  display: grid;
  grid-template-columns: minmax(150px, 190px) 1fr;
  gap: 18px;
  align-items: center;
  padding: 16px;
  border: 1px dashed rgba(77, 64, 202, 0.28);
  border-radius: 8px;
  background: #fff;
}

.contact-captcha-box span {
  display: block;
  margin-bottom: 6px;
  color: #fb5b32;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-captcha-box strong {
  display: inline-block;
  min-width: 112px;
  padding: 10px 18px;
  color: #151415;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 8px;
  border-radius: 8px;
  background: #f8f7ff;
  text-align: center;
}

.contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.about-stats-section {
  position: relative;
}

.about-stats-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(21, 20, 21, 0.72);
}

.about-stats-section .container {
  position: relative;
  z-index: 1;
}

.about-stat-item {
  padding: 34px 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
}

.about-stat-item h2 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 52px;
}

.about-stat-item p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

/* Packages listing page */
.packages-breadcrumb {
  position: relative;
}

.packages-page-section {
  background: linear-gradient(180deg, #fff 0%, #f7f8fb 100%);
}

.packages-page-section .section-title p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.packages-list-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(77, 64, 202, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(5, 6, 60, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.packages-list-card:hover {
  transform: translateY(-10px);
  border-color: rgba(251, 91, 50, 0.34);
  box-shadow: 0 28px 72px rgba(5, 6, 60, 0.14);
}

.packages-list-image {
  position: relative;
  display: block;
  height: 286px;
  overflow: hidden;
  isolation: isolate;
}

.packages-list-image::after {
  position: absolute;
  inset: 0;
  content: "";
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(21, 20, 21, 0.04) 0%, rgba(21, 20, 21, 0.72) 100%),
    linear-gradient(120deg, rgba(77, 64, 202, 0.22), rgba(251, 91, 50, 0.12));
}

.packages-list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.packages-list-card:hover .packages-list-image img {
  transform: scale(1.06);
}

.packages-list-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 8px 13px;
  color: #151415;
  font-size: 13px;
  font-weight: 900;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
  text-transform: uppercase;
}

.packages-list-price {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  min-width: 150px;
  padding: 14px 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(21, 20, 21, 0.78);
  backdrop-filter: blur(10px);
}

.packages-list-price small {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.packages-list-price strong {
  display: block;
  color: #fff;
  font-size: 25px;
  line-height: 1.1;
}

.packages-list-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px;
}

.packages-list-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.packages-list-topline span,
.packages-list-bottom span,
.packages-help-card span {
  display: inline-block;
  color: #fb5b32;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.packages-list-topline strong {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  color: #4d40ca;
  font-size: 13px;
  line-height: 1.2;
  text-align: right;
  border-radius: 999px;
  background: #f1efff;
}

.packages-list-content h3 {
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 1.25;
}

.packages-list-content h3 a {
  color: #151415;
}

.packages-list-content h3 a:hover {
  color: #4d40ca;
}

.packages-list-content p {
  margin-bottom: 20px;
  color: #555967;
  line-height: 1.65;
}

.packages-list-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0 0 24px;
}

.packages-list-meta div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 2px 12px;
  align-items: center;
  min-height: 58px;
  padding: 12px;
  border: 1px solid rgba(21, 20, 21, 0.08);
  border-radius: 8px;
  background: #fbfbff;
}

.packages-list-meta i {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #18a058;
  border-radius: 50%;
  background: #eefbf4;
}

.packages-list-meta span {
  color: #7a7e8a;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.packages-list-meta strong {
  min-width: 0;
  color: #151415;
  font-size: 15px;
  line-height: 1.35;
}

.packages-list-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(21, 20, 21, 0.08);
}

.packages-list-bottom strong {
  display: block;
  max-width: 180px;
  color: #151415;
  font-size: 16px;
  line-height: 1.35;
}

.packages-list-bottom .theme-btn-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  color: #fff;
  font-weight: 900;
  border-radius: 999px;
  background: #4d40ca;
}

.packages-list-bottom .theme-btn-2:hover {
  color: #fff;
  background: #fb5b32;
}

.packages-help-section {
  background: #f7f8fb;
}

.packages-help-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 42px;
  color: #fff;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(21, 20, 21, 0.92), rgba(21, 20, 21, 0.72)),
    url("assets/img/tour/07.jpg") center/cover;
}

.packages-help-card h2 {
  max-width: 820px;
  margin-bottom: 0;
  color: #fff;
}

/* Package detail pages */
.package-breadcrumb {
  position: relative;
  overflow: hidden;
}

.package-breadcrumb::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(10, 12, 28, 0.62);
}

.package-breadcrumb .container {
  position: relative;
  z-index: 1;
}

.package-hero-summary {
  background: linear-gradient(180deg, #fff 0%, #f8f7ff 100%);
}

.package-lead {
  max-width: 760px;
  margin-top: 22px;
  color: #4f4f5f;
  font-size: 18px;
  line-height: 1.75;
}

.package-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.package-badges span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 10px 14px;
  color: #151415;
  font-size: 14px;
  font-weight: 800;
  border: 1px solid rgba(77, 64, 202, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(5, 6, 60, 0.06);
}

.package-badges i,
.package-check-list i,
.package-sidebar-list i {
  color: #18a058;
}

.package-price-card,
.package-section-card,
.package-sidebar-card {
  border: 1px solid rgba(21, 20, 21, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(5, 6, 60, 0.08);
}

.package-price-card {
  padding: 34px;
}

.package-price-card > span,
.package-cta-card > span,
.package-card-heading span {
  display: inline-block;
  margin-bottom: 8px;
  color: #fb5b32;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.package-price-card h3 {
  margin-bottom: 0;
  color: #4d40ca;
  font-size: 42px;
}

.package-price-card p {
  margin-bottom: 22px;
  font-weight: 700;
}

.package-price-card ul,
.package-summary-list,
.package-check-list,
.package-dot-list,
.package-minus-list,
.package-sidebar-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.package-price-card ul {
  margin-bottom: 26px;
}

.package-price-card li {
  padding: 12px 0;
  border-top: 1px solid rgba(21, 20, 21, 0.08);
}

.package-detail-page {
  background: #fff;
}

.package-section-card {
  padding: 34px;
}

.package-section-card:not(:last-child) {
  margin-bottom: 26px;
}

.package-card-heading {
  margin-bottom: 22px;
}

.package-card-heading h3 {
  margin-bottom: 0;
}

.package-review-card {
  background: linear-gradient(135deg, #f8f7ff 0%, #fff 62%, #fff4f1 100%);
}

.package-alert-card {
  border-color: rgba(251, 91, 50, 0.24);
  background: #fff8f5;
}

.package-value-table {
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(21, 20, 21, 0.08);
  border-radius: 8px;
}

.package-value-table th,
.package-value-table td {
  padding: 15px 18px;
  color: #4f4f5f;
  border-bottom: 1px solid rgba(21, 20, 21, 0.08);
  vertical-align: top;
}

.package-value-table th {
  color: #151415;
  font-weight: 800;
  background: #f8f7ff;
}

.package-value-table tr:last-child td {
  border-bottom: 0;
}

.package-value-table td:last-child,
.package-value-table th:last-child {
  text-align: right;
}

.package-value-table .is-highlighted td {
  color: #151415;
  font-weight: 800;
  background: #fff4f1;
}

.package-itinerary {
  display: grid;
  gap: 18px;
}

.package-itinerary-item {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(77, 64, 202, 0.12);
  border-radius: 8px;
  background: #fbfbff;
}

.package-day-pill {
  align-self: start;
  padding: 10px 12px;
  color: #fff;
  font-weight: 800;
  border-radius: 8px;
  background: #4d40ca;
  text-align: center;
}

.package-itinerary-content h4 {
  margin-bottom: 12px;
  font-size: 22px;
}

.package-check-list,
.package-dot-list,
.package-minus-list,
.package-sidebar-list {
  display: grid;
  gap: 12px;
}

.package-check-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.package-check-list li,
.package-dot-list li,
.package-minus-list li,
.package-sidebar-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #4f4f5f;
  line-height: 1.55;
}

.package-dot-list li i {
  margin-top: 5px;
  color: #4d40ca;
  font-size: 9px;
}

.package-dot-list li i::before {
  content: "\f111";
}

.package-minus-list li i {
  margin-top: 4px;
  color: #fb5b32;
}

.package-minus-list li i::before {
  content: "\f068";
}

.package-sidebar {
  display: grid;
  gap: 24px;
}

.package-sidebar-card {
  padding: 28px;
}

.package-sidebar-card h3 {
  margin-bottom: 20px;
  font-size: 24px;
}

.package-summary-list {
  display: grid;
  gap: 12px;
}

.package-summary-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(21, 20, 21, 0.08);
}

.package-summary-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.package-summary-list span {
  color: #6f6f7c;
}

.package-summary-list strong {
  color: #151415;
  text-align: right;
}

.package-cta-card {
  background: #151415;
}

.package-cta-card h3,
.package-cta-card p {
  color: #fff;
}

.package-cta-card p {
  color: rgba(255, 255, 255, 0.78);
}

/* PDS package detail prototype */
.pds-page {
  background: #f7f8fb;
}

.pds-hero {
  position: relative;
  min-height: 720px;
  padding: 170px 0 92px;
  overflow: hidden;
  color: #fff;
}

.pds-hero-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
}

.pds-hero-bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(9, 15, 35, 0.9) 0%, rgba(9, 15, 35, 0.68) 45%, rgba(9, 15, 35, 0.28) 100%),
    linear-gradient(180deg, rgba(9, 15, 35, 0.2) 0%, rgba(9, 15, 35, 0.84) 100%);
}

.pds-hero .container {
  position: relative;
  z-index: 1;
}

.pds-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 42px;
  align-items: end;
}

.pds-hero-content {
  max-width: 820px;
}

.pds-eyebrow,
.pds-section-head span,
.pds-card-title span,
.pds-side-card > span,
.pds-final-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: #fb5b32;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pds-eyebrow {
  color: #fff;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(12px);
}

.pds-hero h1 {
  max-width: 880px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 78px;
  line-height: 1.03;
}

.pds-hero-content p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  line-height: 1.7;
}

.pds-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 34px;
}

.pds-outline-btn,
.pds-light-btn,
.pds-brochure-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 15px 24px;
  color: #fff;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
}

.pds-brochure-btn {
  gap: 10px;
  color: #151415;
  border-color: transparent;
  background: #fff;
  cursor: pointer;
  transition: all 0.25s ease;
}

.pds-brochure-btn:hover {
  color: #fff;
  background: #fb5b32;
}

.pds-brochure-btn-dark {
  min-height: 52px;
  margin-top: 12px;
  color: #fff;
  background: #151415;
}

.pds-brochure-btn-dark:hover {
  background: #fb5b32;
}

.pds-outline-btn:hover {
  color: #151415;
  background: #fff;
}

.pds-book-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
}

.pds-book-card > span,
.pds-book-card p,
.pds-book-card small {
  color: #666977;
}

.pds-book-card > span {
  display: block;
  margin-bottom: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.pds-book-card h2 {
  margin-bottom: 0;
  color: #4d40ca;
  font-size: 50px;
}

.pds-book-card p {
  margin-bottom: 22px;
  font-weight: 800;
}

.pds-book-meta {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.pds-book-meta div {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 8px;
  background: #f7f8fb;
}

.pds-book-meta i {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #fff;
  border-radius: 8px;
  background: #18a058;
}

.pds-book-meta strong {
  color: #151415;
}

.pds-book-meta small,
.pds-support-line {
  display: block;
  line-height: 1.4;
}

.pds-support-line {
  margin-top: 16px;
  text-align: center;
}

.pds-facts {
  position: relative;
  z-index: 2;
  margin-top: -38px;
}

.pds-fact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pds-fact-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  column-gap: 14px;
  align-items: center;
  min-height: 112px;
  padding: 22px;
  border: 1px solid rgba(21, 20, 21, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(5, 6, 60, 0.09);
}

.pds-fact-item i {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #fff;
  font-size: 22px;
  border-radius: 8px;
  background: #4d40ca;
}

.pds-fact-item:nth-child(2) i {
  background: #fb5b32;
}

.pds-fact-item:nth-child(3) i {
  background: #18a058;
}

.pds-fact-item:nth-child(4) i {
  background: #1ca8cb;
}

.pds-fact-item span {
  color: #6b6f7b;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.pds-fact-item strong {
  color: #151415;
  line-height: 1.35;
}

.pds-main {
  padding-top: 86px;
}

.pds-section-head {
  max-width: 820px;
  margin-bottom: 30px;
}

.pds-section-head h2 {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.2;
}

.pds-card,
.pds-side-card,
.pds-final-card {
  border: 1px solid rgba(21, 20, 21, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(5, 6, 60, 0.07);
}

.pds-card {
  padding: 34px;
}

.pds-card:not(:last-child) {
  margin-bottom: 28px;
}

.pds-card-title {
  margin-bottom: 24px;
}

.pds-card-title h3 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.25;
}

.pds-gallery-card {
  overflow: hidden;
}

.pds-gallery-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pds-gallery-item {
  position: relative;
  display: block;
  min-height: 210px;
  overflow: hidden;
  border-radius: 8px;
  background: #151415;
}

.pds-gallery-item.is-featured {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 434px;
}

.pds-gallery-item img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.pds-gallery-item::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(21, 20, 21, 0) 42%, rgba(21, 20, 21, 0.72) 100%);
}

.pds-gallery-item span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 1;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
}

.pds-gallery-item:hover img {
  transform: scale(1.05);
}

.pds-value-card {
  overflow: hidden;
  background: linear-gradient(135deg, #fff 0%, #f8f7ff 58%, #fff4f1 100%);
}

.pds-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pds-value-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(21, 20, 21, 0.08);
  border-radius: 8px;
  background: #fff;
}

.pds-value-row span {
  color: #555967;
}

.pds-value-row strong {
  color: #151415;
  white-space: nowrap;
}

.pds-value-row.is-strong {
  color: #fff;
  border-color: transparent;
  background: #151415;
}

.pds-value-row.is-strong span,
.pds-value-row.is-strong strong {
  color: #fff;
}

.pds-inclusion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pds-inclusion-item {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 64px;
  padding: 16px;
  border: 1px solid rgba(21, 20, 21, 0.08);
  border-radius: 8px;
  background: #fbfbff;
  color: #151415;
  font-weight: 800;
}

.pds-inclusion-item i {
  flex: 0 0 auto;
  color: #18a058;
}

.pds-note-card {
  border-color: rgba(251, 91, 50, 0.22);
  background: #fff8f5;
}

.pds-note-card p {
  margin-bottom: 0;
  color: #7a4a35;
  font-weight: 700;
}

.pds-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pds-tier-card {
  position: relative;
  min-height: 210px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(77, 64, 202, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #f8f7ff 100%);
}

.pds-tier-card::after {
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 116px;
  height: 116px;
  content: "";
  border-radius: 50%;
  background: rgba(77, 64, 202, 0.08);
}

.pds-tier-card span {
  display: inline-block;
  margin-bottom: 14px;
  color: #fb5b32;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.pds-tier-card h4 {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  color: #4d40ca;
  font-size: 24px;
}

.pds-tier-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #555967;
  line-height: 1.55;
}

.pds-timeline {
  position: relative;
  display: grid;
  gap: 18px;
}

.pds-timeline-item {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  align-items: start;
}

.pds-timeline-marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  color: #fff;
  font-weight: 900;
  border-radius: 8px;
  background: #4d40ca;
  box-shadow: 0 12px 30px rgba(77, 64, 202, 0.22);
}

.pds-timeline-content {
  padding: 22px;
  border: 1px solid rgba(21, 20, 21, 0.08);
  border-radius: 8px;
  background: #f7f8fb;
}

.pds-timeline-content h4 {
  margin-bottom: 14px;
}

.pds-timeline-content ul,
.pds-side-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pds-timeline-content li {
  position: relative;
  padding-left: 20px;
  color: #555967;
  line-height: 1.55;
}

.pds-timeline-content li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: #fb5b32;
}

.pds-timeline-content li:not(:last-child) {
  margin-bottom: 8px;
}

.pds-itinerary-accordion {
  display: grid;
  gap: 16px;
}

.pds-itinerary-accordion-item {
  overflow: hidden;
  border: 1px solid rgba(77, 64, 202, 0.13) !important;
  border-radius: 8px !important;
  background: #fff;
  box-shadow: 0 14px 38px rgba(5, 6, 60, 0.06);
}

.pds-itinerary-toggle {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 86px;
  padding: 18px 22px;
  color: #151415;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  border: 0;
  background: #fff;
  box-shadow: none;
}

.pds-itinerary-toggle::after {
  position: absolute;
  right: 22px;
  width: 38px;
  height: 38px;
  margin-left: 0;
  border-radius: 8px;
  background-color: #f7f8fb;
  background-position: center;
  background-size: 14px;
}

.pds-itinerary-toggle:not(.collapsed) {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(77, 64, 202, 0.96), rgba(28, 168, 203, 0.92)),
    url("assets/img/tour/07.jpg") center/cover;
  box-shadow: none;
}

.pds-itinerary-toggle:not(.collapsed)::after {
  background-color: rgba(255, 255, 255, 0.2);
  filter: brightness(0) invert(1);
}

.pds-itinerary-toggle:focus {
  border-color: transparent;
  box-shadow: none;
}

.pds-day-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  border-radius: 8px;
  background: #4d40ca;
  box-shadow: 0 12px 28px rgba(77, 64, 202, 0.2);
}

.pds-itinerary-toggle:not(.collapsed) .pds-day-chip {
  color: #4d40ca;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.pds-day-title {
  display: block;
  padding-right: 46px;
}

.pds-itinerary-body {
  padding: 0 24px 24px 110px;
  background: #fff;
}

.pds-itinerary-body ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 22px;
  margin: 0;
  list-style: none;
  border-radius: 8px;
  background: #f7f8fb;
}

.pds-itinerary-body li {
  position: relative;
  min-height: 46px;
  padding: 12px 14px 12px 40px;
  color: #4f5260;
  font-weight: 800;
  line-height: 1.35;
  border: 1px solid rgba(21, 20, 21, 0.06);
  border-radius: 8px;
  background: #fff;
}

.pds-itinerary-body li::before {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  content: "\f3c5";
  color: #fb5b32;
  font-family: "Font Awesome 5 Pro";
  font-size: 13px;
  font-weight: 900;
}

.pds-policy-accordion {
  display: grid;
  gap: 12px;
}

.pds-policy-item {
  overflow: hidden;
  border: 1px solid rgba(21, 20, 21, 0.08) !important;
  border-radius: 8px !important;
  background: #fff;
}

.pds-policy-toggle {
  min-height: 66px;
  padding: 18px 22px;
  color: #151415;
  font-size: 18px;
  font-weight: 900;
  border: 0;
  background: #f7f8fb;
  box-shadow: none;
}

.pds-policy-toggle:not(.collapsed) {
  color: #fff;
  background: #151415;
  box-shadow: none;
}

.pds-policy-toggle:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.pds-policy-toggle:focus {
  box-shadow: none;
}

.pds-policy-body {
  padding: 22px;
}

.pds-policy-body ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pds-policy-body li {
  position: relative;
  padding-left: 24px;
  color: #555967;
  line-height: 1.55;
}

.pds-policy-body li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: #fb5b32;
}

.pds-review-panel {
  background: #151415;
}

.pds-review-panel h3,
.pds-review-panel p {
  color: #fff;
}

.pds-review-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.pds-review-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 18px;
}

.pds-review-strip div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.pds-review-strip strong {
  display: block;
  color: #fff;
  font-size: 28px;
}

.pds-review-strip span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.35;
}

.pds-testimonial-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.pds-testimonial-shot {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.2);
}

.pds-testimonial-shot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.pds-testimonial-shot:hover img {
  transform: scale(1.025);
}

.pds-text-link {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.pds-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 22px;
}

.pds-side-card {
  padding: 26px;
}

.pds-side-price {
  border-color: rgba(77, 64, 202, 0.18);
  background: linear-gradient(135deg, #f8f7ff 0%, #fff 100%);
}

.pds-side-price h3 {
  margin-bottom: 0;
  color: #4d40ca;
  font-size: 40px;
}

.pds-side-price p {
  margin: 6px 0 22px;
  color: #555967;
}

.pds-side-card h4 {
  margin-bottom: 18px;
  font-size: 24px;
}

.pds-side-list {
  display: grid;
  gap: 12px;
}

.pds-side-list li {
  display: flex;
  gap: 10px;
  color: #555967;
  line-height: 1.45;
}

.pds-side-list i {
  margin-top: 3px;
  color: #18a058;
}

.pds-discount-card {
  color: #fff;
  background: #4d40ca;
}

.pds-discount-card h4,
.pds-discount-card p,
.pds-discount-card > span {
  color: #fff;
}

.pds-discount-card p {
  color: rgba(255, 255, 255, 0.78);
}

.pds-light-btn {
  width: 100%;
  min-height: 52px;
  color: #151415;
  background: #fff;
}

.pds-final-cta {
  padding: 0 0 100px;
}

.pds-final-card {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 42px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(21, 20, 21, 0.92), rgba(21, 20, 21, 0.74)),
    url("assets/img/tour/07.jpg") center/cover;
}

.pds-final-card h2 {
  max-width: 760px;
  margin-bottom: 0;
  color: #fff;
}

.pds-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.pds-brochure-modal .modal-dialog {
  max-width: 620px;
}

.pds-brochure-modal .modal-content {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(5, 6, 60, 0.28);
}

.pds-brochure-modal .modal-content::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, #4d40ca 0%, #fb5b32 60%, #18a058 100%);
}

.pds-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
}

.pds-brochure-modal-head {
  padding: 34px 34px 20px;
  background: linear-gradient(135deg, #f8f7ff 0%, #fff 60%, #fff4f1 100%);
}

.pds-brochure-modal-head span {
  display: inline-block;
  margin-bottom: 8px;
  color: #fb5b32;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.pds-brochure-modal-head h3 {
  margin-bottom: 8px;
  color: #151415;
  font-size: 30px;
}

.pds-brochure-modal-head p {
  margin-bottom: 0;
  color: #555967;
  line-height: 1.6;
}

.pds-brochure-form {
  display: grid;
  gap: 16px;
  padding: 26px 34px 34px;
}

.pds-form-message {
  display: none;
  padding: 12px 14px;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.45;
}

.pds-form-message.is-success,
.pds-form-message.is-error {
  display: block;
}

.pds-form-message.is-success {
  color: #126d3a;
  border: 1px solid rgba(24, 160, 88, 0.25);
  background: rgba(24, 160, 88, 0.1);
}

.pds-form-message.is-error {
  color: #9b2c13;
  border: 1px solid rgba(251, 91, 50, 0.28);
  background: rgba(251, 91, 50, 0.1);
}

.pds-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.pds-form-field label {
  display: block;
  margin-bottom: 8px;
  color: #151415;
  font-size: 14px;
  font-weight: 900;
}

.pds-form-field input {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  color: #151415;
  border: 1px solid rgba(21, 20, 21, 0.12);
  border-radius: 8px;
  background: #fff;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pds-form-field input:focus {
  border-color: rgba(77, 64, 202, 0.55);
  box-shadow: 0 0 0 4px rgba(77, 64, 202, 0.1);
}

.pds-brochure-captcha {
  display: grid;
  grid-template-columns: minmax(145px, 180px) 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px dashed rgba(77, 64, 202, 0.3);
  border-radius: 8px;
  background: #fbfbff;
}

.pds-brochure-captcha span {
  display: block;
  margin-bottom: 6px;
  color: #fb5b32;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.pds-brochure-captcha strong {
  display: inline-block;
  min-width: 112px;
  padding: 10px 16px;
  color: #151415;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 7px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.pds-brochure-captcha .pds-form-field label {
  font-size: 13px;
}

.pds-brochure-form.was-validated input:invalid {
  border-color: #c93518;
}

.pds-brochure-form small {
  color: #666977;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 991px) {
  .hero-4 .hero-items {
    padding: 135px 0 155px;
  }

  .hero-4 .hero-items .hero-content h1 {
    font-size: 64px;
  }

  .ceo-quote-card {
    padding: 42px 28px;
  }

  .license-verification-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .license-icon {
    margin: 0 auto;
  }

  .license-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .license-action {
    white-space: normal;
  }

  .pdf-preview,
  .verification-image-link img {
    height: 420px;
  }

  .package-sidebar {
    position: static !important;
  }

  .pds-hero {
    min-height: auto;
    padding: 140px 0 76px;
  }

  .pds-hero-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .pds-hero h1 {
    font-size: 60px;
  }

  .pds-book-card {
    max-width: 520px;
  }

  .pds-fact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pds-tier-grid {
    grid-template-columns: 1fr;
  }

  .pds-gallery-grid,
  .pds-testimonial-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pds-sidebar {
    position: static;
  }

  .pds-final-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .pds-final-actions {
    justify-content: flex-start;
  }

  .packages-help-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .hero-4 .hero-items {
    padding: 115px 0 135px;
  }

  .hero-4 .hero-items .hero-content h1 {
    font-size: 52px;
  }

  .testimonial-box-items-4 h3 {
    padding-right: 0;
  }

  .testimonial-box-items-4 .icon {
    width: 54px;
    top: 28px;
    right: 28px;
  }

  .ceo-quote-card p {
    font-size: 17px;
    line-height: 1.7;
  }

  .about-stat-item h2 {
    font-size: 42px;
  }

  .verification-document-card,
  .verification-image-card {
    padding: 22px;
  }

  .verification-document-header {
    align-items: flex-start;
  }

  .verification-document-header h3 {
    font-size: 21px;
  }

  .contact-captcha-box {
    grid-template-columns: 1fr;
  }

  .pdf-preview,
  .verification-image-link img {
    height: 360px;
  }

  .package-price-card,
  .package-section-card,
  .package-sidebar-card {
    padding: 24px;
  }

  .package-price-card h3 {
    font-size: 36px;
  }

  .package-check-list {
    grid-template-columns: 1fr;
  }

  .package-itinerary-item {
    grid-template-columns: 1fr;
  }

  .package-day-pill {
    max-width: 120px;
  }

  .package-value-table td:last-child,
  .package-value-table th:last-child {
    text-align: left;
  }

  .pds-hero {
    padding: 118px 0 62px;
  }

  .pds-hero h1 {
    font-size: 42px;
  }

  .pds-hero-content p {
    font-size: 17px;
  }

  .pds-hero-actions,
  .pds-hero-actions .theme-btn,
  .pds-outline-btn,
  .pds-brochure-btn {
    width: 100%;
  }

  .pds-book-card,
  .pds-card,
  .pds-side-card,
  .pds-final-card {
    padding: 24px;
  }

  .pds-final-actions,
  .pds-final-actions .theme-btn,
  .pds-final-actions .pds-brochure-btn {
    width: 100%;
  }

  .pds-brochure-modal-head,
  .pds-brochure-form {
    padding-left: 22px;
    padding-right: 22px;
  }

  .pds-form-row {
    grid-template-columns: 1fr;
  }

  .pds-brochure-captcha {
    grid-template-columns: 1fr;
  }

  .pds-book-card h2,
  .pds-side-price h3 {
    font-size: 36px;
  }

  .pds-facts {
    margin-top: 0;
    padding-top: 18px;
    background: #f7f8fb;
  }

  .pds-fact-grid,
  .pds-value-grid,
  .pds-inclusion-grid,
  .pds-review-strip,
  .pds-gallery-grid,
  .pds-testimonial-gallery,
  .pds-tier-grid {
    grid-template-columns: 1fr;
  }

  .pds-gallery-item,
  .pds-gallery-item.is-featured {
    grid-column: auto;
    grid-row: auto;
    min-height: 270px;
  }

  .pds-main {
    padding-top: 58px;
  }

  .pds-section-head h2 {
    font-size: 30px;
  }

  .pds-card-title h3 {
    font-size: 25px;
  }

  .pds-timeline-item {
    grid-template-columns: 1fr;
  }

  .pds-timeline-marker {
    width: 58px;
    height: 48px;
  }

  .pds-itinerary-toggle {
    grid-template-columns: 54px 1fr;
    gap: 12px;
    min-height: 76px;
    padding: 14px 16px;
    font-size: 17px;
  }

  .pds-itinerary-toggle::after {
    right: 14px;
    width: 32px;
    height: 32px;
    background-size: 12px;
  }

  .pds-day-chip {
    width: 48px;
    height: 48px;
    font-size: 14px;
  }

  .pds-day-title {
    padding-right: 38px;
  }

  .pds-itinerary-body {
    padding: 0 16px 18px;
  }

  .pds-itinerary-body ul {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .pds-value-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .pds-final-cta {
    padding-bottom: 72px;
  }

  .packages-list-image {
    height: 230px;
  }

  .packages-list-content,
  .packages-help-card {
    padding: 24px;
  }

  .packages-list-topline,
  .packages-list-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .packages-list-topline strong {
    text-align: left;
  }

  .packages-help-card h2 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .hero-4 .hero-items .hero-content h1 {
    font-size: 42px;
  }
}

/* Goa package landing pages */
.goa-landing-page {
  color: #1b2230;
  background: #fff;
  scroll-behavior: smooth;
}

.goa-landing-page section {
  scroll-margin-top: 104px;
}

.glp-hero {
  position: relative;
  min-height: 510px;
  display: flex;
  align-items: center;
  padding: 88px 0 78px;
  color: #fff;
  background-position: center;
  background-size: cover;
}

.glp-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, #4d40ca 0%, #fb5b32 52%, #18a058 100%);
}

.glp-hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.glp-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 42px;
  align-items: end;
}

.glp-hero-content > span,
.glp-section-title span,
.glp-enquire-box > div > span {
  display: inline-block;
  margin-bottom: 10px;
  color: #ffb39e;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.glp-hero-content h1 {
  max-width: 720px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 48px;
  line-height: 1.13;
}

.glp-hero-content p {
  max-width: 680px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.65;
}

.glp-hero-actions,
.glp-enquire-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.glp-book-card {
  position: relative;
  z-index: 1;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
}

.glp-book-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, #4d40ca 0%, #fb5b32 58%, #18a058 100%);
}

.glp-rating-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(21, 20, 21, 0.08);
}

.glp-rating-row span,
.glp-book-label {
  display: block;
  margin-bottom: 6px;
  color: #656b78;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.glp-rating-row strong {
  color: #151415;
  font-size: 30px;
  line-height: 1;
}

.glp-stars {
  display: flex;
  gap: 3px;
  color: #f2a900;
  font-size: 14px;
  white-space: nowrap;
}

.glp-book-card h2 {
  margin-bottom: 0;
  color: #4d40ca;
  font-size: 46px;
  line-height: 1.05;
}

.glp-book-card p {
  margin: 4px 0 20px;
  color: #656b78;
  font-weight: 800;
}

.glp-book-meta {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}

.glp-book-meta div {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 12px;
  align-items: center;
  padding: 13px;
  border-radius: 8px;
  background: #f7f8fb;
}

.glp-book-meta i {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #fff;
  border-radius: 8px;
  background: #18a058;
}

.glp-book-meta div:nth-child(2) i {
  background: #fb5b32;
}

.glp-book-meta strong {
  color: #151415;
  line-height: 1.25;
}

.glp-book-meta small,
.glp-support-line {
  display: block;
  color: #656b78;
  line-height: 1.4;
}

.glp-support-line {
  margin-top: 14px;
  text-align: center;
}

.glp-secondary-btn,
.glp-whatsapp-btn,
.glp-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  font-weight: 900;
  line-height: 1.2;
  border-radius: 999px;
}

.glp-secondary-btn {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.glp-secondary-btn:hover {
  color: #151415;
  border-color: #fff;
  background: #fff;
}

.glp-stats {
  margin-top: -42px;
  position: relative;
  z-index: 2;
}

.glp-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(21, 20, 21, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(5, 6, 60, 0.12);
}

.glp-stat-item {
  min-height: 118px;
  padding: 20px;
  border-radius: 8px;
  background: #f7f8fb;
}

.glp-stat-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  color: #fff;
  border-radius: 8px;
  background: #4d40ca;
}

.glp-stat-item span,
.glp-overview-panel span {
  display: block;
  margin-bottom: 6px;
  color: #656b78;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.glp-stat-item strong,
.glp-overview-panel strong {
  display: block;
  color: #151415;
  font-size: 17px;
  line-height: 1.35;
}

.glp-section {
  padding: 84px 0;
}

.glp-soft-section {
  background: #f7f8fb;
}

.glp-two-column,
.glp-review-layout,
.glp-enquire-box {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 42px;
  align-items: center;
}

.glp-section-title {
  margin-bottom: 22px;
}

.glp-section-title.text-center {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.glp-section-title span {
  color: #fb5b32;
}

.glp-section-title h2,
.glp-enquire-box h2 {
  margin-bottom: 0;
  color: #151415;
  font-size: 36px;
  line-height: 1.22;
}

.glp-lead {
  margin-bottom: 0;
  color: #565c69;
  font-size: 17px;
  line-height: 1.75;
}

.glp-overview-panel {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(77, 64, 202, 0.14);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff 0%, #f7f8fb 100%);
  box-shadow: 0 18px 45px rgba(5, 6, 60, 0.07);
}

.glp-overview-panel > div {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(21, 20, 21, 0.08);
}

.glp-overview-panel > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.glp-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.glp-highlight-card {
  min-height: 156px;
  padding: 26px;
  border: 1px solid rgba(21, 20, 21, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(5, 6, 60, 0.06);
}

.glp-highlight-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  color: #fff;
  border-radius: 8px;
  background: #fb5b32;
}

.glp-highlight-card h3 {
  margin-bottom: 0;
  color: #151415;
  font-size: 19px;
  line-height: 1.35;
}

.glp-inclusion-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.glp-inclusion-list span {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  color: #293142;
  font-weight: 800;
  border: 1px solid rgba(21, 20, 21, 0.08);
  border-radius: 999px;
  background: #fff;
}

.glp-inclusion-list i {
  color: #18a058;
}

.glp-itinerary,
.glp-itinerary-shell {
  display: grid;
  gap: 18px;
  max-width: 980px;
  margin: 34px auto 0;
}

.glp-itinerary-shell {
  padding: 28px;
  border: 1px solid rgba(77, 64, 202, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(77, 64, 202, 0.05), rgba(251, 91, 50, 0.05)),
    #fff;
  box-shadow: 0 20px 55px rgba(5, 6, 60, 0.07);
}

.glp-itinerary-item {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 20px;
  padding: 24px;
  border: 1px solid rgba(77, 64, 202, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(5, 6, 60, 0.06);
}

.glp-day-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 58px;
  color: #fff;
  font-weight: 900;
  border-radius: 8px;
  background: #4d40ca;
}

.glp-itinerary-item h3 {
  margin-bottom: 12px;
  color: #151415;
  font-size: 23px;
}

.glp-itinerary-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.glp-itinerary-item li {
  padding: 9px 12px;
  color: #565c69;
  font-weight: 800;
  line-height: 1.35;
  border-radius: 8px;
  background: #f7f8fb;
}

.glp-gallery {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.glp-gallery-item {
  position: relative;
  display: block;
  min-height: 225px;
  overflow: hidden;
  border-radius: 8px;
  background: #151415;
}

.glp-gallery-item.is-featured {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 464px;
}

.glp-gallery-item img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.glp-gallery-item::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(21, 20, 21, 0) 44%, rgba(21, 20, 21, 0.74) 100%);
}

.glp-gallery-item span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 1;
  color: #fff;
  font-weight: 900;
}

.glp-gallery-item:hover img {
  transform: scale(1.04);
}

.glp-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.glp-trust-row strong {
  padding: 16px;
  color: #151415;
  line-height: 1.35;
  border-radius: 8px;
  background: #f7f8fb;
}

.glp-testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.glp-testimonials a {
  display: block;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid rgba(21, 20, 21, 0.08);
  border-radius: 8px;
  background: #f3f4f8;
  box-shadow: 0 14px 38px rgba(5, 6, 60, 0.08);
}

.glp-testimonials img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.glp-enquire {
  padding-top: 0;
}

.glp-enquire-box {
  padding: 42px;
  color: #fff;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(21, 20, 21, 0.94), rgba(21, 20, 21, 0.76)),
    url("assets/Calangute-Beach.jpg") center/cover;
}

.glp-enquire-box h2,
.glp-enquire-box p {
  color: #fff;
}

.glp-enquire-box p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.glp-enquire-actions {
  justify-content: flex-end;
}

.glp-whatsapp-btn {
  color: #fff;
  background: #18a058;
}

.glp-whatsapp-btn:hover {
  color: #fff;
  background: #128147;
}

.glp-text-link {
  color: #fff;
  padding-right: 0;
  padding-left: 0;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.glp-text-link:hover {
  color: #ffb39e;
}

@media (max-width: 1199px) {
  .glp-hero-grid {
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 30px;
  }

  .glp-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .glp-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .glp-hero {
    min-height: 460px;
    padding: 76px 0 68px;
  }

  .glp-hero-content h1 {
    font-size: 42px;
  }

  .glp-hero-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .glp-book-card {
    max-width: 520px;
  }

  .glp-two-column,
  .glp-review-layout,
  .glp-enquire-box {
    grid-template-columns: 1fr;
  }

  .glp-highlight-grid,
  .glp-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .glp-enquire-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .goa-landing-page section {
    scroll-margin-top: 82px;
  }

  .glp-hero {
    min-height: auto;
    padding: 62px 0 58px;
  }

  .glp-hero-content h1 {
    font-size: 34px;
  }

  .glp-hero-content p {
    font-size: 16px;
  }

  .glp-hero-actions,
  .glp-hero-actions .theme-btn,
  .glp-secondary-btn,
  .glp-enquire-actions,
  .glp-enquire-actions .theme-btn,
  .glp-whatsapp-btn,
  .glp-text-link {
    width: 100%;
  }

  .glp-stats {
    margin-top: 0;
    background: #f7f8fb;
  }

  .glp-stats-grid,
  .glp-highlight-grid,
  .glp-gallery,
  .glp-trust-row,
  .glp-testimonials {
    grid-template-columns: 1fr;
  }

  .glp-stats-grid {
    padding: 14px;
    box-shadow: none;
  }

  .glp-section {
    padding: 62px 0;
  }

  .glp-section-title h2,
  .glp-enquire-box h2 {
    font-size: 28px;
  }

  .glp-overview-panel,
  .glp-highlight-card,
  .glp-itinerary-item,
  .glp-itinerary-shell,
  .glp-enquire-box {
    padding: 24px;
  }

  .glp-itinerary-item {
    grid-template-columns: 1fr;
  }

  .glp-gallery-item,
  .glp-gallery-item.is-featured {
    grid-column: auto;
    grid-row: auto;
    min-height: 270px;
  }
}
