 :root {
    --blue: #3554D1;
    --blue-dark: #2640A8;
    --blue-light: #EEF1FD;
    --dark: #051036;
    --body: #697488;
    --border: #E3E7EF;
    --bg: #F5F5F5;
    --white: #F5F5F5;
    --shadow: 0 4px 24px rgba(5, 16, 54, .04);
    --radius: 10px;
}


.search-type-toggle {
    position: absolute;
    margin-top: -107px;
    background-color: var(--color-yellow-2);
    padding: 10px;
    margin-left: -20px;
    border-radius: 10px 10px 0px 0px;
    z-index: 9;
    left: 32.9%;
    transform: translateX(-50%);
}

.about-sec{
  border: 2px solid #eee;
}
.about-text{
      line-height: 1.6;
}

.ds-wcuFinal__list{
    text-align: left;
}


.mission-vision-sec .mv-card{
  background:#f4f4f4;
  border:1px solid #dcdcdc;
  border-radius:12px;
  padding:35px;
  height:100%;
  gap:25px;
}

.mv-icon{
  width:180px;
  height:180px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.mv-icon img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.mv-content p {
    margin-bottom: 12px;
    color: #333;
    line-height: 1.5;
    font-size: 14px;
}
.branch-buttons .button{
  width:100%;
  text-align:center;
}

.city-buttons {
    padding: 0px 25px 0px 0px;
}


/* Hide top header bar on mobile */
@media (max-width: 991px) {
    .mission-vision-sec .mv-card{
        flex-direction:column;
        text-align:center;
        align-items: center !important;
    }

    .mv-icon img{
        margin-bottom:15px;
    }

    .top_header {
        display: none;
    }

    /* Horizontal scroll for main nav on mobile */
    .main_nav.-bookmark-2 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .main_nav.-bookmark-2 nav {
        flex-wrap: nowrap;
        width: max-content;
        min-width: 100%;
    }

    .main_nav.-bookmark-2 nav .d-flex {
        flex-wrap: nowrap;
    }

    /* Horizontal scroll for pill tabs (Tours by Interest section) */
    .tabs.-pills-2 .tabs__controls {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        padding-bottom: 10px;
    }

    .tabs.-pills-2 .tabs__controls .col-auto {
        flex: 0 0 auto;
    }
}

.search-type-toggle .form-check {
    display: flex;
    align-items: center;
}

.search-type-toggle .form-check input {
    width: auto;
    margin-right: 20px;
}

.tabs__pane img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.rounded-18 {
    border-radius: 18px;
}

.rounded-4 {
    border-radius: 4px;
}

.object-fit-cover {
    object-fit: cover;
}

.box-shadow-1 {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.box-shadow-2 {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.box-shadow-3 {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.box-shadow-4 {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.slider-2 {
    padding: 40px;
    padding-top: 228px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}


.slider-2 h4 {
    color: #fff;
    font-size: 30px;
}

.slider-2 p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    width: 55%;
    margin: 15px 0px;
}

.slider-2 a {
    color: #f8d448;
    font-weight: bold;
    font-size: 25px;
}

/* Responseive styles for slider-2 */
@media (max-width: 991px) {
    .slider-2 {
        padding: 30px;
        padding-top: 150px;
        border-radius: 20px;
        height: 100%;
    }
    .slider-2 h4 {
        font-size: 24px;
    }
    .slider-2 p {
        width: 80%;
    }
    .slider-2 a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .slider-2 {
        padding: 20px;
        padding-top: 120px;
        border-radius: 15px;
    }
    .slider-2 h4 {
        font-size: 20px;
    }
    .slider-2 p {
        width: 100%;
        font-size: 13px;
        margin: 10px 0;
    }
    .slider-2 a {
        font-size: 18px;
    }
}

.custom-tab .tab-layout {
    display: flex;
    align-items: center;
    /* Aligns text and icon vertically */
    gap: 10px;
    /* Space between icon and text */
}

.custom-tab .tab-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.custom-tab {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 18px;
}

.custom-tab .cus-icon path {
    fill: var(--color-dark-1) !important;
    transition: fill 0.3s ease;
}

.custom-tab:hover .bg-yellow-1 {
    background-color: var(--color-white) !important;
}

/* Default Text Color */
.custom-tab .tab-text {
    color: #fff;
    /* Your original dark blue */
    transition: color 0.3s ease;
}

/* Default Icon Color */
.custom-tab .tab-icon path {
    fill: #ffffff;
    /* Your original white */
    transition: fill 0.3s ease;
}

/* --- HOVER STATE --- */

.custom-tab:hover {
    color: var(--color-dark-3) !important;
    background: #fff;
}

/* Change Text to Blue on Hover */
.custom-tab:hover .tab-text {
    color: var(--color-dark-3);
    /* Replace with your desired Blue hex code */
}

/* Change Icon to Blue on Hover */
.custom-tab:hover .tab-icon path {
    fill: var(--color-dark-3);
    /* Replace with your desired Blue hex code */
}

.socail-share a:hover {
    color: #fff;
}

.top-menu-parrent nav a:hover {
    color: #fff;
}

.banner-bg {
    opacity: 0.35;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
}

.highlights ul li {
    list-style: disc;
    margin-left: 20px;
}

.included ul li::before {
    content: "\f058";
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
}

.exclude ul li::before {
    content: "\f057";
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    color: var(--color-green-2);
}

.accordion__icon .fa-chevron-down {
    transition: transform 0.3s ease;
    transform: rotate(180deg);
}

.accordion__item.is-active .accordion__icon .fa-chevron-down {
    transform: rotate(0deg);
}

.accordion__icon>*,
.accordion__item.is-active .accordion__icon>* {
    opacity: 1 !important;
}

.tour_des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hide {
    display: none;
}

.text-capitalize {
    text-transform: capitalize;
}

.menu-branches {
    display: grid !important;
    grid-template-columns: auto auto;
}

.masthead__tabs {
    margin-top: -8%;
    position: relative;
    z-index: 9;
}

.tabs__controls>div:first-child .tabs__button {
    border-top-left-radius: 15px;
    margin-left: 30px;
}

.tabs__controls>div:last-child .tabs__button {
    border-top-right-radius: 15px;
}

/* Make destination input take full available width */
.searchMenu-loc {
    width: 100%;
}

.searchMenu-loc .d-flex {
    width: 100%;
}

.searchMenu-loc .ml-10 {
    flex: 1;
}

.searchMenu-loc input.js-search {
    width: 100%;
}

/*
City numbers model
*/

.city-number-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.city-number-modal.active {
    display: flex;
    opacity: 1;
}

.city-number-modal-content {
    background: white;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.city-number-modal-header {
    padding: 20px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.city-number-modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.city-number-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.city-number-modal-close:hover {
    background-color: #f3f4f6;
}

.city-number-modal-body {
    padding: 20px;
}

.custom-form-group {
    margin-bottom: 16px;
}

.custom-form-label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #1f2937;
    margin-bottom: 8px;
}

.custom-form-select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    color: #374151;
    background-color: white;
    cursor: pointer;
    transition: border-color 0.2s;
}

.custom-form-select:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.custom-modal-body {
    padding: 20px
}

#contactUsBtn {
    margin-left: 25px;
    border-right: 1px solid;
    border-left: 1px solid;
    padding: 0px 20px;
    font-size: 16px !important;
}

/* background like screenshot */
.contact-support{
  padding: 70px 0;
  position: relative;
}

/* top heading */
.contact-support__head h2{
  margin: 0 0 28px;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.15;
  font-weight: 700;
  color: #0f172a;
  max-width: 820px;
}

/* 2 column layout */
.contact-support__grid{
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 34px;
  align-items: start;
}

/* left form card */
.contact-card{
  background: transparent;
  border-radius: 18px;
}

.contact-card__title{
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
}

.contact-card__sub{
  margin: 0 0 22px;
  color: #64748b;
  font-size: 14px;
  max-width: 720px;
}

/* form grid */
.contact-form{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 18px;
}

.field.full{ grid-column: 1 / -1; }

.field input,
.field textarea{
  width: 100%;
  border: 1px solid #e5e7eb;
  background: #eef3fb;             /* light blue input like screenshot */
  border-radius: 12px;
  padding: 18px 18px;
  font-size: 15px;
  outline: none;
  transition: 0.2s ease;
}

.field textarea{
  min-height: 220px;
  resize: vertical;
}

/* focus */
.field input:focus,
.field textarea:focus{
  background: #ffffff;
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37,99,235,0.10);
}

/* button */
.actions{
  display: flex;
  justify-content: flex-start;
}

.btn-send{
  background: #b78a5d; /* brown-ish like screenshot */
  color: #fff;
  border: 0;
  padding: 14px 34px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
}

.btn-send:hover{
  filter: brightness(0.95);
  transform: translateY(-1px);
}

/* right details card */
.details-card{
  background: transparent;
  border-radius: 18px;
  padding-top: 8px;
}

.details-card__title{
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
}

.detail{
  padding: 10px 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.detail:first-of-type{ border-top: 0; }

.detail__label{
  display: block;
  font-size: 13px;
  color: #64748b;
  margin-bottom: 6px;
}

.detail__value{
  display: inline-block;
  font-size: 20px;
  color: #051036;
  text-decoration: none;
  font-weight: 600;
  word-break: break-word;
}

/* mini map */
.mini-map{
  margin-top: 18px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: #fff;
  height: 240px;
}

.mini-map iframe{
  width: 100%;
  height: 100%;
  border: 0;
}

/* responsive */
@media (max-width: 992px){
  .contact-support__grid{
    grid-template-columns: 1fr;
  }
  .contact-form{
    grid-template-columns: 1fr;
  }
  .field textarea{
    min-height: 180px;
  }
}


/* ── Sticky Header ── */

.gt-header {
    background: var(--dark);
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 48px;
    position: sticky;
    top: 0;
    z-index: 200;
}

.gt-logo {
    font-size: 1.45rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    letter-spacing: -.03em;
}

.gt-logo span {
    color: var(--blue);
}

.gt-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.gt-nav a {
    color: rgba(255, 255, 255, .72);
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    transition: color .18s;
}

.gt-nav a:hover {
    color: #fff;
}

.gt-nav .btn-book {
    background: var(--blue);
    color: #fff !important;
    padding: 9px 22px;
    border-radius: 50px;
    font-weight: 600 !important;
    font-size: 0.82rem !important;
    letter-spacing: .04em;
    transition: background .2s;
}

.gt-nav .btn-book:hover {
    background: var(--blue-dark);
}


/* ── Hero / Breadcrumb ── */

.gt-hero {
    background: linear-gradient(135deg, #051036 0%, #0d2055 100%);
    padding: 36px 48px 40px;
}

.gt-hero h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -.03em;
    margin-bottom: 10px;
}

.breadcrumb-trail {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, .55);
}

.breadcrumb-trail a {
    color: rgba(255, 255, 255, .55);
    text-decoration: none;
    transition: color .18s;
}

.breadcrumb-trail a:hover {
    color: #fff;
}

.breadcrumb-trail .sep {
    font-size: .7rem;
    opacity: .5;
}

.breadcrumb-trail .active {
    color: var(--blue);
    font-weight: 500;
}


/* ── Tab Bar ── */

.gt-tabbar {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 0 48px;
    box-shadow: 0 2px 8px rgba(5, 16, 54, .04);
    width: fit-content;
    margin: 0 auto;
}

.gt-tabs {
    display: flex;
    justify-content: center;
    list-style: none;
    /* overflow-x: auto; */
    scrollbar-width: none;
}

.gt-tabs::-webkit-scrollbar {
    display: none;
}

.gt-tabs li button {
    display: block;
    padding: 18px 22px;
    font-family: 'Jost', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--body);
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    white-space: nowrap;
    transition: color .2s, border-color .2s;
}

.gt-tabs li button:hover {
    color: var(--dark);
}

.gt-tabs li button.active {
    color: var(--blue);
    border-bottom-color: var(--blue);
    font-weight: 600;
}


/* ── Main ── */

.gt-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 48px 70px;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 28px;
    align-items: start;
}


/* ── Info Card ── */


.info-card {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 36px 36px 40px;
    animation: fadeUp .3s ease;
}

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

.hotel-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--dark);
    letter-spacing: -.03em;
    line-height: 1.2;
    margin-bottom: 28px;
}

.divider {
    height: 1px;
    background: var(--border);
    margin-bottom: 28px;
}

.info-items {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.ic-wrap {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--blue-light);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ic-wrap i {
    font-size: 1rem;
    color: var(--blue);
}

.info-label {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: var(--body);
    margin-bottom: 3px;
}

.info-val {
    font-size: 0.9rem;
    color: var(--dark);
    font-weight: 500;
    line-height: 1.6;
}

.info-val a {
    color: var(--blue);
    text-decoration: none;
}

.info-val a:hover {
    text-decoration: underline;
}


/* ── Form Card ── */

.form-card {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 36px;
}

.form-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--dark);
    letter-spacing: -.02em;
    margin-bottom: 4px;
}

.form-sub {
    font-size: 0.85rem;
    color: var(--body);
    margin-bottom: 28px;
}

.fgroup {
    margin-bottom: 18px;
}

.flabel {
    display: block;
    font-size: 0.77rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: var(--dark);
    margin-bottom: 7px;
}

.finput {
    width: 100% !important;
    border: 1.5px solid var(--border) !important;
    border-radius: var(--radius);
    padding: 11px 14px;
    font-family: 'Jost', sans-serif;
    font-size: 0.875rem;
    color: var(--dark);
    outline: none !important;
    background: #fff;
    transition: border-color .2s, box-shadow .2s;
}

.finput:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(53, 84, 209, .12);
}

.finput::placeholder {
    color: #c0c9d8;
}

textarea.finput {
    resize: vertical;
    min-height: 100px;
}

.row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.btn-send {
    width: 100%;
    background: var(--blue);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 14px 20px;
    font-family: 'Jost', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: .04em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
    transition: background .2s, transform .15s, box-shadow .2s;
}

.btn-send:hover {
    background: var(--blue-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(53, 84, 209, .3);
}



/* ── Responsive ── */

@media (max-width: 960px) {
    .content-grid {
        grid-template-columns: 1fr;
    }
    .gt-main {
        padding: 28px 20px 50px;
    }
    .gt-hero {
        padding: 26px 20px 30px;
    }
    .gt-tabbar {
        padding: 0 16px;
    }
    .gt-header {
        padding: 0 20px;
    }
    .row-2 {
        grid-template-columns: 1fr;
    }
}


/* Each thumbnail */
.carsSlider-slides__item {
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

.carsSlider-slides__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Force swiper to full height */
.js-cars-slider,
.js-cars-slider .swiper-wrapper,
.js-cars-slider .swiper-slide {
    height: 100%;
}

/* Main image */
.js-cars-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}