/* Tripdoor – brand overrides (logo colors only) */
:root {
  --theme-color: #0056b3;
  --theme-color2: #003d82;
  --accent-gold: #f5a623;
  --border-color: #b3d4f0;
  --bg-color1: #f4f8fd;
  --pattern-dot: rgba(0, 86, 179, 0.055);
  --title-font: "Jost", sans-serif;
  --body-font: "Jost", sans-serif;
}

html { scroll-behavior: smooth; scroll-padding-top: 100px; }

/* Typography – follow theme (Jost, same weights/sizes as style.css) */
body,
input,
textarea,
select,
button,
.form-control,
.main-menu a {
  font-family: var(--body-font);
}

.vs-btn {
  font-family: var(--title-font);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.sec-title,
.hero-title,
.package-title,
.features-title,
.item__title,
.destination-name,
.testi-name,
.widget_title {
  font-family: var(--title-font);
}

/* Light pattern backgrounds */
.pattern-bg {
  background-color: #fafcff;
  background-image: radial-gradient(circle at 1px 1px, var(--pattern-dot) 1px, transparent 0);
  background-size: 22px 22px;
}

.pattern-bg-alt {
  background-color: #f6f9fd;
  background-image:
    linear-gradient(135deg, rgba(0, 86, 179, 0.03) 25%, transparent 25%),
    linear-gradient(225deg, rgba(0, 86, 179, 0.03) 25%, transparent 25%),
    linear-gradient(45deg, rgba(0, 86, 179, 0.03) 25%, transparent 25%),
    linear-gradient(315deg, rgba(0, 86, 179, 0.03) 25%, transparent 25%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0;
}

.vs-logo img,
.footer-logo img {
  max-height: 56px;
  width: auto;
}

.mobile-logo img {
  width: auto;
  height: auto;
}

/* Mobile header logo – wide Tripdoor mark needs more width than theme default */
@media (max-width: 991px) {
  .header-layout4 .vs-logo img {
    max-height: 66px;
    max-width: 225px;
    width: auto;
    height: auto;
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .header-layout4 .vs-logo img {
    max-height: 62px;
    max-width: 210px;
    padding: 8px 0;
  }

  .vs-menu-wrapper .mobile-logo img {
    max-height: 76px;
    max-width: 300px;
    width: auto;
  }
}

@media (max-width: 400px) {
  .header-layout4 .vs-logo img {
    max-width: 175px;
    max-height: 52px;
  }
}

.sideMenuToggler,
.sidemenu-wrapper,
.sideCart-wrapper,
.popup-search-box,
.header-btns { display: none !important; }

.hero-layout4 .hero-bottom { display: none !important; }

/* Rich travel imagery – full bleed cover + destination overlays */
.hero-layout4 .hero-slide {
  background-size: cover !important;
  background-position: center center !important;
  min-height: 620px;
}

.hero-layout4 .hero-slide::before {
  opacity: 1 !important;
  background: linear-gradient(135deg, rgba(0, 45, 100, 0.72) 0%, rgba(0, 86, 179, 0.48) 55%, rgba(0, 25, 55, 0.65) 100%) !important;
}

.hero-layout4 .hero-slide--canada::before {
  background: linear-gradient(120deg, rgba(0, 35, 82, 0.78) 0%, rgba(0, 86, 179, 0.52) 45%, rgba(13, 80, 120, 0.55) 100%) !important;
}

.hero-layout4 .hero-slide--maldives::before {
  background: linear-gradient(120deg, rgba(0, 61, 130, 0.75) 0%, rgba(0, 120, 140, 0.5) 50%, rgba(0, 45, 90, 0.68) 100%) !important;
}

.hero-layout4 .hero-slide--dubai::before {
  background: linear-gradient(120deg, rgba(0, 35, 82, 0.8) 0%, rgba(0, 86, 179, 0.55) 40%, rgba(180, 110, 20, 0.35) 100%) !important;
}

.hero-layout4 .hero-subtitle {
  color: var(--accent-gold) !important;
  background: rgba(0, 45, 100, 0.45);
  padding: 10px 24px;
  border-radius: 50px;
  border: 1px solid rgba(245, 166, 35, 0.45);
  letter-spacing: 0.02em;
}

.hero-layout4 .hero-title {
  text-shadow: 0 2px 24px rgba(0, 20, 50, 0.45);
}

.hero-layout4 .vs-btn.style5 {
  background-color: var(--accent-gold) !important;
  border-color: var(--accent-gold) !important;
  color: #1a1a1a !important;
}

.hero-layout4 .vs-btn.style5:hover {
  background-color: #fff !important;
  border-color: #fff !important;
  color: var(--theme-color) !important;
}

@media (max-width: 767px) {
  .hero-layout4 .hero-slide {
    min-height: 480px;
  }

  .hero-layout4 .hero-subtitle {
    font-size: 15px !important;
    padding: 8px 16px;
  }
}

.package-style3 .package-img img,
#destinations .destination-style2 .destination-img,
.about--layout4 .img-box4 img {
  object-fit: cover;
}

.benefits--layout1 .img1 {
  background-size: cover !important;
  background-position: center !important;
}

.benefits--layout1.pattern-bg-alt {
  background-color: #f6f9fd;
}

/* Scoped link hovers – brand blue only */
.main-menu a:hover,
.package-style3 .package-title a:hover,
.contact-info-card a:hover,
.footer-layout4 .menu a:hover {
  color: var(--accent-gold) !important;
}

/* Footer contact list – consistent white text/icons */
.footer-layout4 .footer-widget .menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footer-layout4 .footer-widget .menu li {
  color: var(--white-color);
  list-style: none;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.footer-layout4 .footer-widget .menu li:last-child {
  margin-bottom: 0;
}

.footer-layout4 .footer-widget .menu li i,
.footer-layout4 .footer-widget .menu a {
  color: var(--white-color);
}

.footer-layout4 .footer-widget .menu a {
  display: inline-block;
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-layout4 .footer-widget .menu a:hover,
.footer-layout4 .footer-widget .menu a:hover i {
  color: var(--accent-gold) !important;
}

.footer-layout4 .vs-widget-about .footer-text {
  color: rgba(255, 255, 255, 0.92);
}

.sec-subtitle { color: var(--theme-color) !important; }

.vs-btn.style5,
.vs-btn.style6,
.vs-btn.style7 {
  background: var(--theme-color) !important;
}

.vs-btn.style5::before,
.vs-btn.style5::after,
.vs-btn.style6::before,
.vs-btn.style6::after {
  background: var(--theme-color2) !important;
}

.vs-btn.style5:hover,
.vs-btn.style6:hover,
.vs-btn.style7:hover {
  background: var(--theme-color2) !important;
  color: #fff !important;
}

.vs-btn.style6 { background: var(--theme-color) !important; }

/* Header CTA – theme style: text on white, colored circle icon only */
.header-layout4 .header-right .link {
  background: transparent !important;
  color: var(--title-color);
}

.header-layout4 .header-right .link:hover {
  background: transparent !important;
  color: var(--theme-color);
}

.header-layout4 .header-right .link > i {
  background-color: var(--theme-color2) !important;
}

.header-layout4 .header-right .link:hover > i {
  background-color: var(--theme-color) !important;
}

.header-layout4 .header-top {
  background: var(--theme-color);
}

.header-layout4 .header-top a,
.header-layout4 .header-top .header-social a {
  color: rgba(255, 255, 255, 0.92);
}

.header-layout4 .header-top .header-social a:hover {
  color: var(--accent-gold);
}

.header-top i,
.header-contact i {
  color: var(--accent-gold) !important;
}

/* About – theme img-box4 collage */
.about--layout4 .img-box4 {
  min-height: 520px;
  align-items: center;
}

.about--layout4 .img-box4 .img1,
.about--layout4 .img-box4 .img2,
.about--layout4 .img-box4 .img3 {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.about--layout4 .img-box4 .img1 {
  min-height: 430px;
  max-height: 670px;
}

.about--layout4 .img-box4 .img2 {
  min-height: 280px;
  max-height: 435px;
}

.about--layout4 .img-box4 .img3 {
  min-height: 200px;
  max-height: 270px;
}

.about--layout4 .img-box4 .discount > span {
  font-size: 2.5rem;
  line-height: 1.1;
}

.about--layout4 .img-box4 .discount > p {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .about--layout4 .img-box4 {
    min-height: auto;
    justify-content: center;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .about--layout4 .img-box4 .img1 {
    min-height: 360px;
  }
  .about--layout4 .img-box4 .discount > span {
    font-size: 2rem;
  }
  .about--layout4 .img-box4 .discount > p {
    font-size: 0.75rem;
  }
}

/* Missing theme utility used in HTML */
.z-index-negative {
  z-index: -1;
}

/* Stats – torn-paper edges at top/bottom only, black content band */
.fact--layout1 {
  position: relative;
}

.fact--layout1.shape-mockup-wrap {
  overflow: visible;
}

.fact--layout1.bg-black {
  background-color: var(--black-color) !important;
}

.fact--layout1 .white-title .sec-subtitle {
  color: var(--white-color) !important;
}

.fact--layout1 > .shape-mockup {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: auto !important;
  line-height: 0;
  pointer-events: none;
}

.fact--layout1 > .shape-mockup:first-of-type {
  top: 0 !important;
  bottom: auto !important;
  z-index: 2;
}

.fact--layout1 > .shape-mockup:nth-of-type(2) {
  top: auto !important;
  bottom: 0 !important;
  z-index: 2;
}

.fact--layout1 > .shape-mockup img {
  display: block;
  width: 100%;
  height: auto !important;
  max-height: 140px;
}

.fact--layout1 .container {
  position: relative;
  z-index: 3;
}

.fact-block__icon {
  background-color: var(--theme-color) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 50%;
}

/* Services */
.features-style3 {
  border-color: var(--border-color) !important;
}

.features-style3 .features-title i {
  color: var(--theme-color);
}

.features-style3 .features-link {
  background-color: var(--theme-color) !important;
}

.features-style3:hover {
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
}

.features-style3:hover .features-title i {
  color: var(--accent-gold) !important;
}

.features-style3:hover .features-link {
  background-color: var(--theme-color2) !important;
}

.features-style3 .features-image { display: none; }
.features-style3 .features-content { padding-top: 10px; }

.service-pill i { color: var(--theme-color); }

/* Packages – simplified, no meta/price */
.package-style3 {
  border-color: var(--theme-color) !important;
}

.package-style3 .package-img img {
  height: 240px;
  object-fit: cover;
}

.package-style3 .package-content {
  padding-bottom: 24px;
}

.package-wa-btn {
  display: inline-block;
  padding: 14px 24px !important;
  min-height: auto !important;
  margin-top: 8px;
  width: 100%;
  text-align: center;
}

.package-style3 .package-title a {
  color: var(--title-color);
}

.package-style3 .package-title a:hover {
  color: var(--theme-color) !important;
}

.package-style3 .package-text {
  color: var(--theme-color) !important;
}

/* Destinations */
#destinations .destination-style2 {
  display: block;
  margin-bottom: 30px;
}

#destinations .destination-style2 .destination-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

@media (min-width: 1200px) {
  #destinations .col-xl-5 .destination-style2 .destination-img { height: 340px; }
  #destinations .col-xl-4 .destination-style2 .destination-img { height: 320px; }
  #destinations .col-xl-3 .destination-style2 .destination-img { height: 300px; }
}

#destinations .destination-name > a:hover {
  color: var(--accent-gold) !important;
}

#destinations .destination-enquire {
  display: inline-block;
  font-weight: 700;
  color: #fff !important;
  background: var(--theme-color);
  padding: 7px 18px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.25s ease;
}

#destinations .destination-enquire:hover {
  background: var(--theme-color2);
  color: #fff !important;
}

/* About badge – longer client count */
.about--layout4 .img-box4 .discount > span {
  font-size: 38px;
  line-height: 1.05;
}

.about--layout4 .img-box4 .discount > p {
  font-size: 18px;
  line-height: 1.2;
  max-width: 140px;
}

/* Stats – longer numbers */
.fact-block__number {
  font-size: clamp(28px, 4vw, 42px) !important;
}

/* Testimonials – white subtitle on blue gradient */
.testimonial-style4 .white-title .sec-subtitle {
  color: var(--white-color) !important;
}

.testimonial-style4 {
  padding-bottom: 90px !important;
  background: linear-gradient(135deg, var(--theme-color2) 0%, var(--theme-color) 100%) !important;
}

.google-rating-summary-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.google-rating-summary-link:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.google-rating-summary-link:hover .google-rating-summary__count {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.google-rating-summary {
  margin-top: 24px;
  margin-bottom: 8px;
}

.google-rating-summary__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.google-rating-summary__score {
  font-size: 32px;
  font-weight: 700;
  color: var(--white-color);
  line-height: 1;
}

.google-rating-summary__stars {
  color: #fbbc04;
  font-size: 14px;
}

.google-rating-summary__count {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
}

/* Testimonials – theme shaped cards with Google review content */
.testimonial-grid .testi-style3 {
  max-width: 100%;
  width: 100%;
  min-height: 400px;
  height: 100%;
  margin-bottom: 0;
}

.testimonial-grid .col-md-6 {
  display: flex;
}

.testimonial-grid .testi-style3 .testi-avater {
  min-width: 57px;
  min-height: 57px;
  border-width: 3px;
  margin-left: 30px;
}

.testimonial-grid .testi-style3 .testi-avater > img {
  min-width: 57px;
  min-height: 57px;
  width: 57px;
  height: 57px;
  object-fit: cover;
}

.testimonial-grid .testi-style3 .testi-text {
  font-size: 15px;
  line-height: 1.65;
  padding: 32px 48px 72px 58px;
}

.testimonial-grid .testi-degi {
  color: var(--theme-color) !important;
}

.testi-style3 .testi-icon img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(89%) saturate(1500%) hue-rotate(196deg) brightness(92%) contrast(101%);
}

.testi-style3 .testi-rating > i {
  color: var(--accent-gold) !important;
}

.google-reviews-cta {
  margin-top: 36px;
  padding-top: 8px;
}

@media (max-width: 991px) {
  .testimonial-grid .testi-style3 {
    min-height: auto;
  }

  .testimonial-grid .testi-style3 .testi-avater {
    margin-left: 0;
  }

  .testimonial-grid .testi-style3 .testi-text {
    padding: 20px 0 0;
  }
}

/* Benefits */
.benefits--layout1 .item__icon img {
  filter: none;
}

@media (max-width: 991px) {
  .benefits--layout1 .img1 {
    min-height: 320px !important;
    margin-bottom: 0;
  }
}

/* Footer */
.footer-layout4 {
  padding-top: 60px !important;
  background: linear-gradient(180deg, var(--theme-color2) 0%, #001530 100%) !important;
}

.footer-layout4 .footer-newsletter2 {
  display: none !important;
}

.social-style1 a:hover {
  background: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
}

.footer-layout4 .widget_title::before {
  background: var(--accent-gold) !important;
}

/* Contact */
.contact-section {
  padding-top: 55px !important;
  padding-bottom: 65px !important;
}

.contact-section .title-area {
  margin-bottom: 28px;
}

.contact-section .title-area .sec-text {
  margin-bottom: 0;
}

.contact-section .signup-form {
  background: #fff;
  border: 1px solid var(--border-color);
  box-shadow: 0 8px 30px rgba(0, 86, 179, 0.1);
  border-radius: 12px;
  padding: 24px 26px;
}

.contact-section .signup-form .h5 {
  margin-bottom: 16px !important;
}

.contact-section .form-group.mb-3 {
  margin-bottom: 14px !important;
}

.contact-info-card {
  background: var(--bg-color1);
  border-radius: 12px;
  padding: 20px 22px;
  border: 1px solid var(--border-color);
  height: auto;
}

.contact-info-card .item {
  margin-bottom: 14px;
}

.contact-info-card .item:last-child {
  margin-bottom: 0;
}

.contact-info-card .item__icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: var(--theme-color);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.contact-info-card a:hover {
  color: var(--theme-color) !important;
}

.contact-map {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  margin-top: 16px;
  height: 280px;
  background: #e8eef5;
}

.contact-map iframe {
  width: 100%;
  height: 280px;
  min-height: 280px;
  border: 0;
  display: block;
}

@media (max-width: 991px) {
  .benefits--layout1.space-extra-bottom {
    padding-bottom: 50px !important;
  }

  .contact-section {
    padding-top: 45px !important;
    padding-bottom: 50px !important;
  }

  .contact-map {
    height: 240px;
  }

  .contact-map iframe {
    height: 240px;
    min-height: 240px;
  }
}

.benefits--layout1.space-extra-bottom {
  padding-bottom: 60px !important;
}

.service-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid var(--border-color);
  color: var(--theme-color);
  font-weight: 600;
  margin: 4px;
}

.scrollToTop {
  background-color: var(--theme-color) !important;
}

.scrollToTop:hover {
  background-color: var(--theme-color2) !important;
}

.icon-btn:hover {
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
}

/* WhatsApp float – keep official green */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  width: 58px;
  height: 58px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
  transition: transform 0.25s ease;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  color: #fff;
}

@media (max-width: 767px) {
  .whatsapp-float {
    bottom: 16px;
    right: 16px;
    width: 52px;
    height: 52px;
    font-size: 26px;
  }
  .scrollToTop { bottom: 80px !important; }
}
