/*
Theme Name: GTHAU
Theme URI: https://www.plus91.pro
Description: Golden Triangle Holiday Theme
Author: Plus 91 Web Solutions Pvt Ltd
Template: BookYourTravel
Version: 1.0
*/

/* Your custom styles below */
.page-featured-image {
    height: 400px;
}
.keyvisual {
    position: relative;
}
.keyvisual:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to top,rgba(0, 0, 0, 0.7) 0%,rgba(0, 0, 0, 0) 60%);
}
.has-featured-image .left-sidebar, .has-featured-image .right-sidebar, .has-featured-image .inner-nav, .has-featured-image .tab-content, .has-featured-image section:not(.tab-content) > .deals, .has-featured-image section:not(.tab-content) > .destinations, .has-featured-image .page-content, .has-featured-image .post-general-content, .has-featured-image .section-search-results .sort-by {
    margin-top: 400px;
}
.tour_durations {
    color: #f5be65;
    line-height: 2rem;
}
.tour_hero .material-icons {
    margin-bottom: 4px;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #f5be65;
	margin-right: 6px;
}
.tour_routes {
    color: #f5be65;
    line-height: 2rem;
}
.tour_hero h1 {
  max-width: 600px;
}
.tour_wrap {
    justify-content: flex-end;
    flex-direction: column;
    margin-bottom: 20px;
}
.tour_wrap #description h2 {
  display: none;
}
.tour_wrap h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #3a312a !important;
}
.tour_wrap .overview {
  margin-bottom: 20px;
}
.tour_wrap article {
  padding: 40px 40px;
}

.highlights {
}

.highlights ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 40px;
}

.highlights ul li {
    position: relative;
    padding: 0px 0px 0px 24px;
    list-style: none;
}

/* Check icon */
.highlights ul li::before {
    content: "check_circle";
    font-family: 'Material Icons';
    position: absolute;
    left: 0px;
    top: 11px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #f56b28;
    transition: all 0.3s ease;
}

/* Icon turns green */
.highlights ul li:hover::before {
    color: #2e7d32;
}

.activities {
    background: #fcf7f1;
    border: solid 1px #f2e8e1;
    border-radius: 8px;
    padding: 25px;
}
.activities table {
    width: 100%;
    border-collapse: collapse;
}

.activities table td {
	border: 0px;
    border-bottom: solid 1px #f2e8e1;
}

.activities table .heading td {
  text-transform: uppercase;
  color: #3a312a !important;
	font-size: 15px;
	font-weight: 600;
}

.activities table td:first-child {
    width: 80px;
    position: relative;
    white-space: nowrap;
}

/* Day number circles */
.activities table td:first-child strong {
    display: inline-block;
    background: linear-gradient(
    90deg,
    #c96002 0%,   /* orange */
    #c95f01 100%  /* brown-gold */
  );
    color: #fff;
    border-radius: 50px;
	padding: 4px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Place (City name) */
.activities table td:nth-child(2) {
    font-weight: 600;
    width: 100px;
}

/* Wrapper */
.itinerary.wte-trip-itinerary-v2 {
    position: relative;
    padding-left: 80px;
}

/* Each row */
.itinerary-row {
    position: relative;
    margin-bottom: 30px;
}

/* Day circle */
.wte-itinerary-head-wrap .title {
    position: absolute;
    left: -80px;
    top: 10px;
    background: #fbf6f2;
    color: #464646;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.2;
    z-index: 9;
    text-transform: uppercase;
}

/* Quick highlight badge */
.quickhighlights p {
    display: inline-block;
    border: 1px solid #28a745;
    color: #28a745;
    padding: 6px 12px;
    border-radius: 8px;
    margin-bottom: 12px;
}

/* Icon inside badge */
.quickhighlights i {
    margin-right: 6px;
}

/* Paragraph */
.itinerary-content p {
    line-height: 1.6;
    margin-bottom: 10px;
}

/* Highlights title */
.itinerary-content strong {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}

/* Highlights list */
.itinerary-content ul {
    padding-left: 18px;
    margin: 0;
}

.itinerary-content ul li {
    margin-bottom: 0px;
    padding: 0px 0px;
}

/* Remove unwanted empty <p> */
.itinerary-content p:empty {
    display: none;
}

.itinerary-row:last-child .itinerary-content:before {
    position: absolute;
    content: '';
    background: #ffffff;
    width: 100px;
    left: -130px;
    height: 100%;
    top: 44px;
    z-index: 1;
}

.inner-nav.layout-above {
    margin-top: 0px;
    margin-bottom: 20px;
}

.topphone a,
.topemail a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.topphone a::before,
.topemail a::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    display: inline-block;

    /* 🔥 VERY IMPORTANT FIXES */
    text-transform: none !important;
    letter-spacing: normal;
    white-space: nowrap;
    direction: ltr;

    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
	color: #ffc107;
    margin-right: 6px;
}

/* Specific icons */
.topphone a::before {
    content: "call";
}

.topemail a::before {
    content: "email";
}

#menu-top-header-menu {
    height: 40px; /* adjust as needed */
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#menu-top-header-menu li {
    list-style: none;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: right;
    width: 100%;
}

/* Container */
.page-featured-image {
  left: 0 !important;
  right: 0 !important;
}
.page-featured-image .wrap.tour_hero {
  width: 100%;
  max-width: 100%;
  background: linear-gradient(45deg, #100901, transparent);
  align-items: center;
  padding: 0px 6rem;
}
.page-featured-image .wrap.tour_hero h1 {
  font-size: 3rem;
}
.tour_wrap {
  margin-top: 400px;
}
.page-featured-image h1 {
      padding: 10px 0px;
}
.byt-breadcrumb {
  color: #ffffff;
}
.byt-breadcrumb a, .byt-breadcrumb span {
  color: #f5be65;
}
.byt-breadcrumb .current {
  color: #ffffff;
}

.tour_wrap .inner-nav ul {
    display: flex;
    align-items: stretch;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* Each tab */
.tour_wrap .inner-nav ul li {
    flex: 1 1 0 !important;
    text-align: center;
    border-right: 1px solid #eee;
    position: relative;
    width: 16% !important;
}

/* Remove border from last */
.tour_wrap .inner-nav ul li:last-child {
    border-right: none;
}

/* Link */
.tour_wrap .inner-nav ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    gap: 5px;
}

/* Icons */
.tour_wrap .inner-nav ul li a .material-icons {
    font-size: 2rem;
    color: #666;
    display: block;
    margin: 0px auto 10px auto;
    width: 2rem;
    height: 2rem;
}

/* Active tab */
.tour_wrap .inner-nav ul li.active a {
    color: #ff6600;
}

.tour_wrap .inner-nav ul li.active a .material-icons {
    color: #ff6600;
}

/* Active underline */
.tour_wrap .inner-nav ul li.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 70%;
    height: 3px;
    background: #ff6600;
    border-radius: 2px;
}

/* Hover */
.tour_wrap .inner-nav ul li:hover a {
    color: #ff6600;
}

.tour_wrap .inner-nav ul li:hover .material-icons {
    color: #ff6600;
}

.single .main .tour_wrap .inner-nav li.enquire_now:hover a {
    color: #ffffff !important;
}

.single .tour_wrap .inner-nav li.enquire_now a:hover span.material-icons {
    color: #ffffff !important;
}

.single .main .tour_wrap .inner-nav li.enquire_now.active a {
    color: #ffffff !important;
}

.single .tour_wrap .inner-nav li.enquire_now.active a span.material-icons {
    color: #ffffff !important;
}

.single .main .tour_wrap .inner-nav li.enquire_now.active:hover a {
    color: #2e1c11 !important;
}

.single .tour_wrap .inner-nav li.enquire_now.active:hover a span.material-icons {
    color: #2e1c11 !important;
}

/* Enquire Now button */
.tour_wrap .inner-nav ul li.enquire_now {
    flex: 1.2;
    background: linear-gradient(90deg, #ff7a00, #ff5a00);
}

.tour_wrap .inner-nav ul li.enquire_now a {
    color: #fff;
}

.tour_wrap .inner-nav ul li.enquire_now .material-icons {
    color: #fff;
}

/* Remove separator before button */
.tour_wrap .inner-nav ul li.enquire_now {
    border-right: none;
}

/* Rounded right side */
.tour_wrap .inner-nav ul li.enquire_now {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* =========================================================
   GLOBAL STYLES (Luxury Theme Base)
========================================================= */

body {
  font-family: 'Poppins', sans-serif;
  background: #F5E6C8;
  color: #2B1B12;
}

h1, h2, h3, h4 {
  font-family: 'Montserrat', serif;
  color: #2B1B12;
}

a {
  color: #D97706;
  text-decoration: none;
}

a:hover {
  color: #E67E22;
}

/* =========================================================
   TOP BAR
========================================================= */

.top-bar {
  background: #2B1B12;
  color: #F5E6C8;
  font-size: 13px;
  padding: 8px 0;
}

.top-bar a {
  color: #F5E6C8;
}

.top-bar a:hover {
  color: #C9A45C;
}

/* =========================================================
   HEADER (Main Navigation)
========================================================= */

.site-header {
  background: transparent;
  position: absolute;
  width: 100%;
  z-index: 999;
  transition: 0.3s ease;
}

.site-header.scrolled {
  background: #2B1B12;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.site-header .menu a {
  color: #ffffff;
  margin: 0 15px;
  font-weight: 500;
}

.site-header .menu a:hover {
  color: #C9A45C;
}

/* CTA Button */
.header-cta {
  background: #D97706;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
}

.header-cta:hover {
  background: #E67E22;
}

/* =========================================================
   HERO SECTION
========================================================= */

.hero-section {
  position: relative;
  height: 600px;
  background-size: cover;
  background-position: center;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(43, 27, 18, 0.6),
    rgba(43, 27, 18, 0.8)
  );
}

/* =========================================================
   HERO CONTENT (Overlay Text)
========================================================= */

.hero-content {
  position: absolute;
  bottom: 60px;
  left: 80px;
  color: #fff;
  max-width: 600px;
}

.hero-content h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.hero-meta {
  color: #F5E6C8;
  font-size: 14px;
}

/* =========================================================
   HERO PRICE CARD (Right Side)
========================================================= */

.price-card {
  position: absolute;
  right: 80px;
  bottom: -60px;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  width: 280px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.price-card .price {
  font-size: 28px;
  color: #D97706;
  font-weight: bold;
}

.price-card .btn {
  background: #D97706;
  color: #fff;
  padding: 12px;
  display: block;
  text-align: center;
  border-radius: 6px;
}

.price-card .btn:hover {
  background: #E67E22;
}

/* =========================================================
   MAIN CONTENT WRAPPER
========================================================= */

.content-wrapper {
  margin-top: 100px;
  padding: 40px 80px;
}

/* =========================================================
   TOUR HIGHLIGHTS
========================================================= */

.tour-highlights {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #EAD7B0;
}

.tour-highlights ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.tour-highlights ul li::before {
  content: "•";
  color: #C9A45C;
  position: absolute;
  left: 0;
}

/* =========================================================
   ITINERARY SECTION
========================================================= */

.itinerary-section {
  margin-top: 40px;
}

/* Day Card */
.itinerary-day {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  border: 1px solid #EAD7B0;
  overflow: hidden;
}

/* Day Header */
.itinerary-header {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  cursor: pointer;
}

.itinerary-header:hover {
  background: #FDF6E3;
}

/* Day Badge */
.day-badge {
  background: #D97706;
  color: #fff;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 12px;
}

/* Timeline */
.timeline {
  border-left: 2px solid #C9A45C;
  padding-left: 15px;
}

.timeline-item {
  margin-bottom: 15px;
}

.timeline-item span {
  font-size: 12px;
  color: #D97706;
}

/* =========================================================
   PACKAGE INFO CARD (RIGHT SIDE)
========================================================= */

.package-info {
  background: #FDF6E3;
  padding: 20px;
  border-radius: 10px;
  margin-top: 15px;
}

.package-info h4 {
  margin-bottom: 10px;
}

.package-info .info-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.package-info .label {
  color: #8B5E3C;
}

/* =========================================================
   TABS (Overview / Itinerary / Map)
========================================================= */

.tabs {
  display: flex;
  border-bottom: 1px solid #EAD7B0;
  margin-top: 40px;
}

.tabs a {
  padding: 12px 20px;
  color: #2B1B12;
}

.tabs a.active {
  border-bottom: 3px solid #D97706;
  color: #D97706;
}

/* =========================================================
   CTA SECTION
========================================================= */

.cta-section {
  margin-top: 60px;
  background: linear-gradient(135deg, #2B1B12, #5A3E2B);
  color: #fff;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
}

.cta-section .btn {
  background: #D97706;
  padding: 12px 25px;
  border-radius: 6px;
  color: #fff;
}

.cta-section .btn:hover {
  background: #E67E22;
}

/* =========================================================
   FOOTER
========================================================= */

.site-footer {
  background: #1A120B;
  color: #F5E6C8;
  padding: 50px 80px;
}

.site-footer h4 {
  color: #C9A45C;
}

.site-footer a {
  color: #F5E6C8;
}

.site-footer a:hover {
  color: #D97706;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 992px) {
  .hero-content {
    left: 20px;
    right: 20px;
  }

  .price-card {
    position: static;
    margin-top: 20px;
  }

  .itinerary-left,
  .itinerary-right {
    width: 100%;
    float: none;
  }
}

/* Wrapper */
.post-data.itinerary {
    position: relative;
    padding-left: 120px;
}

/* Vertical line */
.post-data.itinerary::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 30px;     /* start from center of first circle */
    bottom: 35px;  /* end at center of last circle */
    width: 2px;
    background: #f97316;
}

.itinerary-row::before {
    content: "";
    position: absolute;
    left: -112px;
    top: 30px;
    width: 14px;
    height: 14px;
    background: #f97316;
    border-radius: 50%;
    z-index: 0;
}

.itinerary-title span {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.wte-itinerary-head-wrap p {
  margin: 0px 0px;
}

/* Content card */
.itinerary-content .content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #eee;
}

/* Quick highlights (icons row) */
.quickhighlights p {
    margin: 0 0 8px;
    font-size: 14px;
    color: #555;
}

.quickhighlights i {
    color: #f97316;
    margin-right: 6px;
}

/* Paragraph */
.itinerary-content p {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}

/* Highlights list */
.itinerary-content ul {
    padding-left: 18px;
    margin-top: 10px;
}

.itinerary-content ul li {
    margin-bottom: 5px;
    font-size: 14px;
}

/* Spacing alignment fix */
.wte-itinerary-head-wrap {
    position: relative;
}

/* Responsive */
@media (max-width: 768px) {
    .post-data.itinerary {
        padding-left: 80px;
    }

    .post-data.itinerary::before {
        left: 14px;
    }

    .wte-itinerary-head-wrap .title {
        left: -80px;
        width: 60px;
        height: 60px;
        font-size: 12px;
    }

    .itinerary-row::before {
        left: 28px;
    }
}

/* Layout */
.tour-form {
    max-width: 900px;
}

.form-row {
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
}

.form-row.full {
    flex-direction: column;
}

.form-col {
    flex: 1;
}

.tour-form p {
  margin: 0px 0px;
}

/* Labels */
.form-col label {
    display: block;
    color: #777777;
}
.form-col .wpcf7 p {
    margin-bottom: 0;
}
.form-col br {
  display: none;
}

/* Input with icon */
.input-icon {
    position: relative;
}

.input-icon .material-icons {
    position: absolute;
    left: 10px;
    top: 20px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #3c342e;
	z-index: 1;
}

/* Inputs */
.input-icon input,
.input-icon select,
.input-icon textarea {
    width: 100%;
    padding: 8px 8px 8px 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    background: #fff;
    transition: 0.3s;
}

/* Focus effect */
.input-icon input:focus,
.input-icon select:focus,
.input-icon textarea:focus {
    border-color: #00a0b0;
    box-shadow: 0 0 0 2px rgba(0,160,176,0.1);
}

/* Textarea */
.input-icon.textarea textarea {
    height: 150px;
    resize: vertical;
    padding-top: 12px;
}

/* Submit button */
.form-submit {
    margin-top: 10px;
}

.form-submit input[type="submit"] {
    background: #00a0b0;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.form-submit input[type="submit"]:hover {
    background: #007f8a;
}

/* Responsive */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
}

.contact-strip {
  padding: 0px 0px;
}

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

/* GRID */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.contact-card {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  border: solid 1px #fff3c4;
  transition: 0.3s;
}

.contact-card:hover {
  transform: translateY(-5px);
}

/* ICON */
.contact-card .icon {
  font-size: 30px;
  color: #ff7a00;
  margin-bottom: 10px;
	background: #fff5ee;
	border-radius: 50%;
  padding: 10px 10px;
  height: 60px;
  width: 60px;
  line-height: 140%;
}

/* TEXT */
.contact-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.contact-card p {
  color: #666;
}

.info {
  margin: 15px 0;
  color: #333;
}

/* BUTTONS */
.btn {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 10px;
}

.primary {
  background: #ff7a00;
  color: #fff;
}

.outline {
  border: 1px solid #ff7a00;
  color: #ff7a00;
}

.whatsapp {
  background: #25D366;
  color: white;
}

.btn-group {
  display: flex;
  gap: 10px;
  justify-content: center;
}

/* TRUST STRIP */
.trust-strip {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
	color: #262626;
  border: solid 1px #fff3c4;
}

.trust-item {
  text-align: center;
}

.trust-item span.material-icons {
  display: block;
  color: #ff7a00;
	margin: 0px auto;
	height: auto;
	font-size: 3rem;
}

.trust-item strong {
  display: block;
  font-size: 18px;
}

/* CTA STRIP */
.cta-strip {
  margin-top: 30px;
  background-color: #fff3c4;
  padding: 25px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
	color: #262626;
  background-image: url(assets/images/footer_background.jpg);
  background-size: cover;
  background-position: 0px 60%;
}

.cta-text {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-right: 40px;
}

.cta-text h4 {
  margin: 0;
  color: #3a312a !important;
}

.cta-text p {
  margin: 0;
  font-size: 14px;
}

.big {
  padding: 12px 25px;
  font-size: 16px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    flex-direction: column;
    gap: 15px;
  }

  .cta-strip {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}

.destinations > .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.destinations > .row > article.full-width > div {
  flex-direction: column;
}

aside .widget h4 {
  margin-bottom: 10px !important;
  text-transform: uppercase;
  color: #3a312a !important;
  font-size: 15px;
  border: solid 0px;
  padding-bottom: 0px !important;
}
.widget .tour_styles .custom-tags {
  text-align: center;
}
.widget .tour_styles .custom-tags a {
    display: inline-block;
    width: 33%;
    text-align: center;
    font-size: .8rem;
    margin-top: 20px;
}
.widget .tour_styles .custom-tags span {
  display: block;
}
.widget .tour_styles .custom-tags img {
  width: 50px;
	height: 50px;
    margin: 0px auto;
}
.tour-sidebar {
  float: left;
  width: 100%;
  padding: 40px 40px;
}
.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
}
.why-travel-card h4 {
  margin-bottom: 10px !important;
  text-transform: uppercase;
  color: #3a312a !important;
  font-size: 15px;
  border: solid 0px;
  padding-bottom: 0px !important;
}
.why-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid #f2f2f2;
}
.why-item .material-icons {
    font-size: 26px;
    color: #ff7a00;
    background: #fff5ee;
    padding: 10px;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    text-align: center;
}
.why-item h5 {
    font-size: 15px;
    margin: 0;
    font-weight: 600;
    color: #2b1d16;
}
.why-item p {
    font-size: 13px;
    margin: 4px 0 0;
    color: #666;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .why-grid {
        grid-template-columns: 1fr;
    }
}

.related-tours {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 14px;
}
.related-tour-item a {
    display: flex;
    gap: 12px;
    text-decoration: none;
    align-items: stretch;
}
/* LEFT IMAGE 35% */
.rt-img {
    width: 35%;
    height: 90px;
    overflow: hidden;
    border-radius: 6px;
}
.rt-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* RIGHT CONTENT 65% */
.rt-content {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* TOP ROW */
.rt-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
}
.rt-content h5, aside .widget .rt-content h5 {
    margin: 0;
    color: #2b1d16;
    font-weight: 600;
}
/* DURATION BADGE */
.rt-duration {
    font-size: 11px;
    background: #f5f5f5;
    padding: 3px 6px;
    border-radius: 4px;
    color: #555;
    white-space: nowrap;
}
/* DESCRIPTION */
.rt-desc {
    font-size: 12px;
    color: #777;
    margin-top: 6px;
    line-height: 1.4;
    /* LIMIT TO 2 LINES */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#CDSWIDSSP {
  width: 100% !important;
}
.carrental_herofeatures {
    display: flex;
    gap: 35px;
    margin-top: 20px;
    align-items: center;
}
.carrental_herofeatures .car-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    position: relative;
    padding: 0 20px;
    text-align: center;
    text-transform: capitalize;
}
/* vertical separator line */
.carrental_herofeatures .car-feature:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.2);
}
.carrental_herofeatures .car-feature i {
    font-size: 20px;
    margin-bottom: 8px;
    color: #f4a261; /* orange tone */
}
.carrental_herofeatures .car-feature .value {
    font-size: 14px;
    font-weight: 600;
}
.carrental_herofeatures .car-feature .label {
    font-size: 12px;
    opacity: 0.8;
}
.car-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}
.feature-box {
    background: #fff;
    border-radius: 10px;
    padding: 18px 10px;
    text-align: center;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}
.feature-box:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}
.feature-box .material-icons {
    font-size: 2rem;
    color: #f4a261;
    margin: 0px auto 10px auto;
    display: block;
}
.feature-label {
    font-size: 13px;
    color: #444;
    font-weight: 500;
}

/* =========================
   MEGA MENU CONTAINER
========================= */
.mega-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  padding: 30px 0;
  display: none;
  z-index: 999;
}
/* Show on hover */
.nav-item:hover .mega-menu {
  display: block;
}
/* =========================
   GRID LAYOUT
========================= */
.mega-container {
  width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 260px repeat(4, 1fr) 240px;
  gap: 25px;
}
/* =========================
   FEATURED BLOCK
========================= */
.mega-featured img {
  width: 100%;
  border-radius: 8px;
}
.mega-featured h3 {
  font-size: 16px;
  margin: 10px 0 5px;
  color: #2B1B12;
}
.mega-featured p {
  font-size: 13px;
  color: #6B4F3A;
}
.btn-primary {
  display: inline-block;
  margin-top: 10px;
  background: linear-gradient(90deg, #D97706, #A16207);
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 12px;
}
/* =========================
   COLUMNS
========================= */
.mega-col h4 {
  font-size: 13px;
  text-transform: uppercase;
  color: #2B1B12;
  margin-bottom: 10px;
}
.mega-col ul {
  list-style: none;
  padding: 0;
}
.mega-col ul li {
  font-size: 13px;
  padding: 6px 0;
  color: #5A3E2B;
  cursor: pointer;
}
.mega-col ul li:hover {
  color: #D97706;
}
/* =========================
   DURATION GRID
========================= */
.duration-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.duration-grid span {
  background: #FDF6E3;
  padding: 8px;
  border-radius: 6px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.duration-grid span:hover {
  background: #F5E6C8;
}
/* =========================
   CTA PANEL
========================= */
.mega-cta {
  background: #FDF6E3;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}
.mega-cta h4 {
  font-size: 14px;
  margin-bottom: 10px;
}
.mega-cta p {
  font-size: 12px;
  margin-bottom: 10px;
}
.btn-secondary {
  display: inline-block;
  background: #2B1B12;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 12px;
}
/* =========================
   LIST RESET
========================= */
.mega-list-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* =========================
   LIST ITEM
========================= */
.mega-list-icons li {
  margin-bottom: 4px;
}
/* =========================
   LINK (FULL CLICKABLE ROW)
========================= */
.mega-list-icons li a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 8px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
}
/* =========================
   ICON
========================= */
.mega-list-icons li a i.material-icons {
  font-size: 18px;
  color: #C9A45C;
  margin-top: 2px;
  flex-shrink: 0;
}
/* =========================
   TEXT
========================= */
.mega-list-icons li a span {
  display: block;
  font-size: 13px;
  color: #2B1B12;
  font-weight: 500;
}
.mega-list-icons li a small {
  font-size: 11px;
  color: #8A6A55;
  display: block;
  margin-top: 2px;
}
/* =========================
   HOVER EFFECT
========================= */
.mega-list-icons li a:hover {
  background: #FDF6E3;
}
.mega-list-icons li a:hover span {
  color: #D97706;
}
/* Optional left border highlight */
.mega-list-icons li a:hover {
  border-left: 3px solid #D97706;
  padding-left: 10px;
}
.related-cars-widget {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.related-car-item {
    display: flex;
    gap: 12px;
    text-decoration: none;
    padding: 8px;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.related-car-item:hover {
    background: #f9f9f9;
}
.car-thumb img {
    width: 70px;
    height: 55px;
    object-fit: cover;
    border-radius: 8px;
}
.car-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.car-title {
    font-size: 14px;
    font-weight: 600;
    color: #222;
}
.car-category {
    font-size: 12px;
    color: #777;
}
.things-wrapper {
    padding: 25px;
    background: #fff;
    border-radius: 14px;
}
/* HEADER */
.things-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.things-header h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
}
.things-header h3::before {
    content: "";
    width: 4px;
    height: 18px;
    background: #f97316;
    position: absolute;
    left: -12px;
    top: 2px;
    border-radius: 2px;
}
.things-header p {
    color: #666;
    font-size: 14px;
    max-width: 520px;
}
.things-header .right {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f9f5f1;
    padding: 12px 16px;
    border-radius: 10px;
}
.things-header .right i {
    color: #f97316;
    font-size: 26px;
}
.things-header .right strong {
    display: block;
    font-size: 14px;
}
.things-header .right span {
    font-size: 12px;
    color: #777;
}
/* GRID */
.things-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
/* CARD */
.thing-card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 22px 18px;
    background: #fff;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}
/* ICON */
.thing-card .icon {
    width: 60px;
    height: 60px;
    background: #fff6ef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.thing-card .icon i {
    font-size: 26px;
    color: #f97316;
}
/* TEXT */
.thing-card h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}
.thing-card p {
    font-size: 13px;
    color: #777;
    line-height: 1.5;
}
/* ARROW */
.thing-card .arrow {
    position: absolute;
    right: 18px;
    bottom: 15px;
    font-size: 18px;
    color: #f97316;
    transition: all 0.3s ease;
}
/* HOVER EFFECT */
.thing-card:hover {
    border-color: #f97316;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transform: translateY(-4px);
}
.thing-card:hover .arrow {
    transform: translateX(5px);
}
.thing-card:hover .icon {
    background: #f97316;
}
.thing-card:hover .icon i {
    color: #fff;
}
/* RESPONSIVE */
@media (max-width: 992px) {
    .things-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .things-grid {
        grid-template-columns: 1fr;
    }
    .things-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}
.destination_herofeatures {
    display: flex;
    gap: 35px;
    margin-top: 20px;
    align-items: center;
}
.destination_herofeatures .dest-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    position: relative;
    padding: 0 20px;
    text-align: center;
}
/* separator line */
.destination_herofeatures .dest-feature:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.2);
}
.dest-feature .material-icons {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #f5be65;
}
.dest-feature .value {
    font-size: 12px;
    color: #f5be65;
}
.dest-feature .label {
    font-size: 14px;
    opacity: 0.85;
    font-weight: 600;
}

/* HERO WRAPPER */
#hero-sidebar,
.hero-sidebar {
    position: relative;
    overflow: hidden;
}

/* LIGHT GRADIENT OVERLAY (LEFT SIDE) */
#hero-sidebar sr7-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0.95) 0%,
        rgba(255,255,255,0.85) 40%,
        rgba(255,255,255,0.4) 70%,
        rgba(255,255,255,0) 100%
    );
    z-index: 2;
}

/* MAIN HEADING */
#hero-sidebar sr7-txt:nth-of-type(1) {
    font-size: 52px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #3b2a1a !important; /* DARK BROWN */
    z-index: 3 !important;
}

/* HIGHLIGHT TEXT */
#hero-sidebar sr7-txt:nth-of-type(1) span {
    color: #f97316 !important; /* ORANGE */
}

/* SUBTEXT */
#hero-sidebar sr7-txt:nth-of-type(2) {
    color: #5b4636 !important;
    font-size: 16px !important;
    z-index: 3 !important;
}

/* PRIMARY BUTTON (ORANGE) */
#hero-sidebar sr7-btn:first-of-type {
    background: #f97316 !important;
    color: #fff !important;
    border-radius: 6px !important;
    padding: 12px 26px !important;
    font-size: 15px !important;
    border: none !important;
    transition: all 0.3s ease;
}

/* HOVER */
#hero-sidebar sr7-btn:first-of-type:hover {
    background: #ea580c !important;
}

/* SECONDARY BUTTON (BROWN) */
#hero-sidebar sr7-btn:nth-of-type(2) {
    background: #3b2a1a !important;
    color: #fff !important;
    border-radius: 6px !important;
    padding: 12px 26px !important;
    font-size: 15px !important;
    border: none !important;
    transition: all 0.3s ease;
}

/* HOVER */
#hero-sidebar sr7-btn:nth-of-type(2):hover {
    background: #2a1d12 !important;
}

/* CONTENT POSITIONING */
#hero-sidebar sr7-content {
    padding-left: 120px;
    z-index: 3;
}

/* OPTIONAL: subtle fade-in polish */
#hero-sidebar sr7-content > * {
    animation: fadeUp 0.8s ease forwards;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* MOBILE */
@media (max-width: 768px) {

    /* reduce overlay width */
    #hero-sidebar sr7-bg::after {
        width: 100%;
        background: rgba(255,255,255,0.9);
    }

    #hero-sidebar sr7-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    #hero-sidebar sr7-txt:nth-of-type(1) {
        font-size: 32px !important;
    }

    #hero-sidebar sr7-txt:nth-of-type(2) {
        font-size: 14px !important;
    }

    #hero-sidebar sr7-btn {
        display: block !important;
        margin-bottom: 10px;
    }
}

/* COMMON WRAPPER */
.wl-assurance-left,
.wl-assurance-right {
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    position: relative;
    overflow: hidden;
}

/* LEFT = ORANGE CTA */
.wl-assurance-left {
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #fff;
}

/* RIGHT = DARK PREMIUM */
.wl-assurance-right {
    background: linear-gradient(135deg, #3b2a1a, #1f140d);
    color: #fff;
}

/* TOP SECTION */
.wl-top {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* ICON */
.wl-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.wl-icon i {
    font-size: 28px;
    color: #fff;
}

/* TEXT */
.wl-assurance-left h3,
.wl-assurance-right h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
}

.wl-assurance-left p,
.wl-assurance-right p {
    font-size: 14px;
    color: rgba(255,255,255,0.85);
}

/* BUTTON */
.wl-btn {
    margin-left: auto;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 500;
}

/* Orange card button (light style) */
.wl-assurance-left .wl-btn {
    background: #fff;
    color: #ea580c;
}

/* Dark card button */
.wl-assurance-right .wl-btn.dark {
    background: #f97316;
    color: #fff;
}

/* HOVER */
.wl-assurance-left .wl-btn:hover {
    background: #fff7ed;
}

.wl-assurance-right .wl-btn:hover {
    background: #fb923c;
}

/* DIVIDER */
.wl-divider {
    height: 1px;
    background: rgba(255,255,255,0.2);
    margin: 20px 0;
}

/* FEATURES */
.wl-features {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

/* FEATURE ITEM */
.wl-features .item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255,255,255,0.9);
}

/* FEATURE ICON */
.wl-features .item i {
    color: #fff;
    font-size: 20px;
    opacity: 0.9;
}

/* OPTIONAL: subtle shine effect */
.wl-assurance-left::before,
.wl-assurance-right::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -20%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255,255,255,0.08), transparent 60%);
    pointer-events: none;
}

/* CARD */
.hp-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    transition: 0.35s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.hp-card:hover {
    transform: translateY(-6px);
}

/* IMAGE */
.hp-img {
    position: relative;
}

.hp-img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    transition: 0.5s ease;
}

/* OVERLAY (lighter for visibility) */
.hp-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.75) 20%,
        rgba(0,0,0,0.25) 60%,
        rgba(0,0,0,0.05) 100%
    );
}

/* HOVER IMAGE */
.hp-card:hover img {
    transform: scale(1.08);
}

/* CONTENT */
.hp-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 22px;
    color: #fff;
    width: 100%;
}

/* DURATION BADGE */
.hp-duration {
    font-size: 12px;
    background: rgb(46, 28, 17);
    padding: 4px 10px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 8px;
    backdrop-filter: blur(4px);
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
}

/* TITLE */
.hp-bottom h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    min-height: 44px;
    color: #ffffff;
}

/* ROUTE */
.hp-route {
    font-size: 13px;
    opacity: 0.9;
    margin-bottom: 6px;
}

/* CATEGORY */
.hp-type {
    font-size: 12px;
    background: rgb(239, 105, 31);
    padding: 4px 10px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 8px;
    backdrop-filter: blur(4px);
    position: absolute;
    top: 10px;
    left: 10px;
    color: #ffffff;
}

/* TAGS WRAPPER */
.hp-tags {
    display: flex;
    gap: 8px;
}

/* TAG ITEM (BIG CHANGE) */
.hp-tags span {
    background: rgba(255,255,255,0.1);
    padding: 6px 8px;
    border-radius: 10px;
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 6px;
    backdrop-filter: blur(6px);
    transition: 0.3s ease;
    flex-direction: column;
}

/* ICON STYLE (FIX VISIBILITY) */
.hp-tags img {
    width: 50px !important;
    height: 50px;
    object-fit: contain;
    background: #ffffff;
    border-radius: 50px;
    padding: 8px 8px;
}

/* HOVER TAG */

/* ARROWS (IMPROVED) */
.hp-owl .owl-nav button {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.25);
    transition: 0.3s ease;
}

.hp-owl .owl-nav button:hover {
    background: #fdd306 !important;
}

.hp-owl .owl-prev { left: -22px; }
.hp-owl .owl-next { right: -22px; }

/* SECTION SPACING */
.tour-tags-section {
    margin: 30px 0;
}

/* CARD */
.tour-tag-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: #fff;
    border-radius: 16px;
    padding: 18px 10px;
    text-align: center;

    transition: 0.3s ease;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

.tour-tag-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* ICON */
.tag-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(253, 211, 6, 0.14);
    margin-bottom: 10px;
}

.tag-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    transition: 0.3s;
}

/* HOVER ICON */
.tour-tag-card:hover img {
    filter: none;
}

/* NAME */
.tag-name {
    font-size: 13px;
    font-weight: 500;
    color: #333;
}

/* ARROWS */
.tour-tags-owl .owl-nav button {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);

    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff !important;

    box-shadow: 0 3px 12px rgba(0,0,0,0.2);
}

.tour-tags-owl .owl-prev { left: -18px; }
.tour-tags-owl .owl-next { right: -18px; }

/* HOVER ARROW */
.tour-tags-owl .owl-nav button:hover {
    background: #fdd306 !important;
}

/* WHY CHOOSE SECTION */
.wc-section {
    background: #fff;
    padding: 60px 0;
    border-top: 1px solid #eee;
}

/* LEFT SIDE */
.wc-subtitle {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #999;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.wc-title {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
    margin-bottom: 15px;
}

.wc-underline {
    width: 40px;
    height: 3px;
    background: #fdd306;
    border-radius: 2px;
}

/* FEATURES GRID */
.wc-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 30px;
}

/* ITEM */
.wc-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

/* ICON */
.wc-icon {
    font-size: 26px;
    color: #2e1c11;
    background: rgba(253, 211, 6, 0.14);
    padding: 7px 7px;
    border-radius: 50%;
	width: 40px;
	height: 40px;
}

/* TEXT */
.wc-item h4 {
    font-weight: 600;
    margin: 0;
    color: #2e1c11;
}

.wc-item p {
    font-size: 13px;
    color: #777;
    margin: 4px 0 0;
    line-height: 1.5;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .wc-container {
        grid-template-columns: 1fr;
    }

    .wc-features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .wc-features {
        grid-template-columns: 1fr;
    }

    .wc-title {
        font-size: 22px;
    }
}

.gth-car-rental-wrap{
    width:100%;
    position:relative;
}

.gth-car-rental-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
}

.gth-car-item{
    position:relative;
}

.gth-car-card{
    display:block;
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    text-decoration:none;
    box-shadow:0 4px 18px rgba(0,0,0,0.05);
    border:1px solid #eadfd4;
    transition:all 0.35s ease;
    height:100%;
}

.gth-car-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 28px rgba(0,0,0,0.10);
}

.gth-car-image-wrap{
    background:#f4ede7;
    padding:0px 0px;
    text-align:center;
    min-height:260px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.gth-car-image-wrap img{
    width:100%;
    max-width:100%;
    object-fit:contain;
    transition:all 0.4s ease;
}

.gth-car-card:hover .gth-car-image-wrap img{
    transform:scale(1.03);
}

.gth-car-content{
    padding:24px 20px 18px;
}

.gth-car-content h3{
    margin:0 0 18px;
    font-size:22px;
    line-height:1.3;
    color:#3b2416;
    font-weight:700;
}

.gth-car-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
}

.gth-feature-box{
    border:1px solid #eadfd4;
    border-radius:10px;
    padding:14px 12px;
    display:flex;
    align-items:flex-start;
    gap:10px;
    background:#fffdfa;
}

.gth-feature-box .material-icons{
    color:#d96d13;
    font-size:24px;
    flex-shrink:0;
    line-height:1;
}

.gth-feature-text{
    display:flex;
    flex-direction:column;
    line-height:1.2;
}

.gth-feature-text strong{
    font-size:15px;
    font-weight:600;
    color:#3c2a1f;
}

.gth-feature-text small{
    font-size:13px;
    color:#4f4f4f;
}

.gth-car-footer{
    background:linear-gradient(90deg,#3b1908 0%, #5c2d0f 45%, #2f1205 100%);
    color:#ff9a1f;
    height:54px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    font-size:17px;
    font-weight:600;
    transition:all 0.3s ease;
}

.gth-car-footer .gth-arrow{
    font-size:22px;
    transition:all 0.3s ease;
}

.gth-car-card:hover .gth-arrow{
    transform:translateX(5px);
}

@media(max-width:1199px){

    .gth-car-rental-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .gth-car-rental-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .gth-car-image-wrap{
        min-height:220px;
        padding:20px 16px 10px;
    }

    .gth-car-content{
        padding:20px 16px 16px;
    }

    .gth-car-content h3{
        font-size:20px;
    }

}

.gth-mega-menu-wrapper {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr 1fr;
    gap: 35px;
    background: #ffffff;
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
    position: relative;
}

.gth-column {
    position: relative;
}

.gth-column:not(:last-child):after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    width: 1px;
    height: 100%;
    background: #ececec;
}

/* =====================================================
    * HEADINGS
    * ===================================================== */
.gth-heading {
    font-size: 38px;
    font-weight: 700;
    color: #2b1c12;
    margin-bottom: 30px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 16px;
    font-family: Georgia, serif;
}

.gth-heading:after {
    content: '';
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg,#d38b20,#efb24f);
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 30px;
}

/* =====================================================
    * FEATURED CARD
    * ===================================================== */
.gth-featured-card {
    background: #fff;
}

.gth-featured-image img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 18px;
    display: block;
}

.gth-featured-content {
    padding-top: 25px;
}

.gth-featured-content h3 {
    margin: 0 0 18px;
    font-size: 46px;
    line-height: 1.2;
    font-family: Georgia, serif;
}

.gth-featured-content h3 a {
    color: #2c1f15;
    text-decoration: none;
}

.gth-featured-content p {
    margin: 0 0 30px;
    color: #666;
    line-height: 1.8;
    font-size: 18px;
}

.gth-main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 30px;
    border-radius: 10px;
    background: linear-gradient(135deg,#c77b12,#eba73f);
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: .3s;
}

.gth-main-btn:hover {
    transform: translateY(-2px);
}

/* =====================================================
    * PACKAGE GRID
    * ===================================================== */
.gth-package-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.gth-package-card {
    background: #fdfaf6;
    border: 1px solid #f1e3d2;
    border-radius: 18px;
    padding: 28px 20px;
    text-decoration: none;
    transition: .3s;
    text-align: center;
}

.gth-package-card:hover {
    transform: translateY(-4px);
    background: #fff5e8;
}

.gth-package-icon {
    font-size: 34px;
    color: #d88a1f;
    margin-bottom: 15px;
}

.gth-package-card h4 {
    margin: 0 0 10px;
    color: #222;
    font-size: 26px;
    line-height: 1.3;
}

.gth-package-card p {
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}

/* =====================================================
    * DURATION
    * ===================================================== */
.gth-duration-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.gth-duration-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px;
    border-radius: 18px;
    background: #fffdfb;
    border: 1px solid #f1e3d2;
    text-decoration: none;
    transition: .3s;
}

.gth-duration-card:hover {
    background: #fff5e8;
    transform: translateY(-2px);
}

.gth-duration-icon {
    font-size: 34px;
    color: #d88a1f;
    flex-shrink: 0;
}

.gth-duration-content h5 {
    margin: 0 0 6px;
    font-size: 28px;
    color: #222;
    line-height: 1.3;
}

.gth-duration-content span {
    color: #666;
    font-size: 16px;
}

/* =====================================================
    * INTEREST
    * ===================================================== */
.gth-interest-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.gth-interest-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px;
    border-radius: 18px;
    border: 1px solid #f1e3d2;
    background: #fff;
    text-decoration: none;
    transition: .3s;
}

.gth-interest-card:hover {
    background: #fff6ea;
    transform: translateY(-2px);
}

.gth-interest-thumb img {
    width: 95px;
    height: 95px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}

.gth-interest-info {
    flex: 1;
    font-size: 24px;
    color: #222;
    font-weight: 600;
    line-height: 1.4;
}

.gth-interest-arrow {
    font-size: 42px;
    color: #d88a1f;
    line-height: 1;
}

/* =====================================================
    * VIEW ALL
    * ===================================================== */
.gth-view-all-wrap {
    margin-top: 28px;
}

.gth-view-all-btn {
    color: #d88a1f;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* =====================================================
    * BOTTOM FEATURES
    * ===================================================== */
.gth-bottom-features {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 25px;
    margin-top: 25px;
    background: #fbf7f1;
    border-radius: 18px;
    padding: 30px;
}

.gth-bottom-feature {
    text-align: center;
}

.gth-bottom-feature strong {
    display: block;
    color: #222;
    font-size: 20px;
    margin-bottom: 8px;
}

.gth-bottom-feature span {
    color: #777;
    font-size: 15px;
}

/* =====================================================
    * RESPONSIVE
    * ===================================================== */
@media (max-width: 1400px) {

    .gth-mega-menu-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .gth-column:after {
        display: none;
    }

}

@media (max-width: 768px) {

    .gth-mega-menu-wrapper {
        grid-template-columns: 1fr;
        padding: 25px;
    }

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

    .gth-bottom-features {
        grid-template-columns: 1fr;
    }

    .gth-heading {
        font-size: 28px;
    }

    .gth-featured-content h3 {
        font-size: 30px;
    }

    .gth-interest-info,
    .gth-duration-content h5,
    .gth-package-card h4 {
        font-size: 18px;
    }

}

.menu-item > a[data-icon] {
    display: inline-flex;
    align-items: center;
}
.menu-item > a[data-icon]::before {
    font-family: 'Material Icons';
    content: attr(data-icon);
    font-size: 20px;
    color: #e67e22;
    flex-shrink: 0;
    line-height: 1;
    margin-right: 8px;
    text-transform: none;
    letter-spacing: normal;
    white-space: nowrap;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}

.mega-sub-menu {
	background: #fffbf5 !important;
	border-radius: 10px;
}
/* ── 1. PANEL WRAPPER ──────────────────────────────────────── */
.mega-menu-wrap #mega-sub-menu-786 {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 40px rgba(43, 26, 13, 0.14);
  padding: 0;
  border: 1px solid #EDE3D4;
  overflow: hidden;
  font-family: 'Segoe UI', system-ui, sans-serif;
  min-width: 900px;
}

/* reset any inherited list styles inside the panel */
.mega-menu-wrap ul,
.mega-menu-wrap li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ── 2. ROW & COLUMNS GRID ─────────────────────────────────── */
.mega-menu-wrap > li.mega-menu-row > ul.mega-sub-menu {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
}

.mega-menu-wrap li.mega-menu-column {
  flex: 1 1 0;
  padding: 28px 24px;
  border-right: 1px solid #EDE3D4;
}

.mega-menu-wrap li.mega-menu-column:last-child {
  border-right: none;
}

/* ── 3. COLUMN HEADINGS ────────────────────────────────────── */
.mega-menu-wrap h4.mega-block-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C8922A;
  margin: 0 0 8px 0;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #C8922A;
  display: inline-block;
}

/* ── 4. TOUR PACKAGES COLUMN ───────────────────────────────── */
.mega-menu-wrap #menu-tour-package-categories > li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0px;
  border-radius: 8px;
  transition: background 0.18s ease;
  cursor: pointer;
}

.mega-menu-wrap #menu-tour-package-categories > li:hover {
  background: #FBF7F0;
}

/* Icon via ::before using data-icon attribute + Material Symbols font */
.mega-menu-wrap #menu-tour-package-categories > li > a::before {
  font-family: 'Material Symbols Outlined', 'Material Icons', sans-serif;
  content: attr(data-icon);
  font-size: 22px;
  line-height: 1;
  color: #C8922A;
  flex-shrink: 0;
  display: block;
  width: 26px;
  text-align: center;
	position: absolute;
    left: 0px;
    top: 4px;
}

.mega-menu-wrap #menu-tour-package-categories > li > a {
  display: block;
  text-decoration: none;
  color: #2B1A0D;
  font-weight: 600;
  line-height: 1.3;
	padding-left: 40px;
	position: relative;
}

.mega-menu-wrap #menu-tour-package-categories > li > a small.menu-item-desc {
  display: block;
  font-size: 11.5px;
  font-weight: 400;
  color: #7A6248;
  margin-top: 2px;
  line-height: 1.35;
}

.mega-menu-wrap #menu-tour-package-categories > li > a:hover {
  color: #C8922A;
}

/* ── 5. TOUR BY DURATIONS COLUMN ───────────────────────────── */
.mega-menu-wrap #menu-tour-by-durations {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Parent group items (1-3 Nights, 4-7 Nights, etc.) */
.mega-menu-wrap #menu-tour-by-durations > li.menu-item-has-children {
  border: 1px solid #EDE3D4;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

/* Group header row */
.mega-menu-wrap #menu-tour-by-durations > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #2B1A0D;
  text-decoration: none;
  background: #fff;
  cursor: default;
  border-bottom: 1px solid transparent;
  transition: border-color 0.18s;
	flex-direction: row;
}

/* open state — header bottom border shows when expanded */
.mega-menu-wrap #menu-tour-by-durations > li.menu-item-has-children:hover > a {
  border-bottom-color: #EDE3D4;
}

/* clock/luggage icon in group header */
.mega-menu-wrap #menu-tour-by-durations > li.menu-item-has-children > a::before {
  font-family: 'Material Symbols Outlined', 'Material Icons', sans-serif;
  content: attr(data-icon);
  font-size: 18px;
  color: #C8922A;
  flex-shrink: 0;
}

/* chevron on the right */
.mega-menu-wrap #menu-tour-by-durations > li.menu-item-has-children > a::after {
  content: '›';
  font-size: 18px;
  color: #C8922A;
  margin-left: auto;
  font-weight: 400;
  transform: rotate(90deg);
  display: inline-block;
  transition: transform 0.2s;
}

.mega-menu-wrap #menu-tour-by-durations > li.menu-item-has-children:hover > a::after {
  transform: rotate(270deg);
}

/* Pill grid inside each group */
.mega-menu-wrap #menu-tour-by-durations > li.menu-item-has-children > ul.sub-menu {
  display: none;
  flex-wrap: wrap;
  gap: 7px;
  padding: 7px 7px;
  background: #FBF7F0;
}

.mega-menu-wrap #menu-tour-by-durations > li.menu-item-has-children:hover > ul.sub-menu {
  display: flex;
}

.mega-menu-wrap #menu-tour-by-durations > li.menu-item-has-children:hover > ul.sub-menu li {
  width: calc(50% - 5px);
}

/* Individual pill items */
.mega-menu-wrap #menu-tour-by-durations > li > ul.sub-menu > li > a {
  display: block;
  padding: 6px 10px;
  border: 1.5px solid #EDE3D4;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #2B1A0D;
  text-decoration: none;
  background: #fff;
  transition: border-color 0.18s, background 0.18s, color 0.18s;
}

.mega-menu-wrap #menu-tour-by-durations > li > ul.sub-menu > li > a:hover {
  border-color: #C8922A;
  background: #C8922A;
  color: #fff;
}

/* ── 6. TOUR BY INTERESTS COLUMN ───────────────────────────── */
.mega-menu-wrap #menu-tour-by-interests {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mega-menu-wrap #menu-tour-by-interests > li {
  border-radius: 8px;
  transition: background 0.18s;
}

.mega-menu-wrap #menu-tour-by-interests > li:hover {
  background: #FBF7F0;
}

.mega-menu-wrap #menu-tour-by-interests > li > a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 8px;
  text-decoration: none;
  color: #2B1A0D;
  font-size: 13.5px;
  font-weight: 500;
  transition: color 0.18s;
}

.mega-menu-wrap #menu-tour-by-interests > li > a::before {
  font-family: 'Material Symbols Outlined', 'Material Icons', sans-serif;
  content: attr(data-icon);
  font-size: 20px;
  color: #C8922A;
  width: 24px;
  text-align: center;
  flex-shrink: 0;
}

.mega-menu-wrap #menu-tour-by-interests > li > a:hover {
  color: #C8922A;
}

/* ── 7. RESPONSIVE: stack columns on narrow viewports ───────── */
@media (max-width: 900px) {
  .mega-menu-wrap > li.mega-menu-row > ul.mega-sub-menu {
    flex-direction: column;
  }

  .mega-menu-wrap li.mega-menu-column {
    border-right: none;
    border-bottom: 1px solid #EDE3D4;
  }

  .mega-menu-wrap li.mega-menu-column:last-child {
    border-bottom: none;
  }
}

#mega-menu-wrap-primary-menu {
    background: none;
}
@media (min-width: 1300px) {
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
        width: 1100px;
        margin-left: -150px;
    }
}