/*
Theme Name: Vandana Travels
Theme URI: https://mytravel.madrasthemes.com/
Author: MadrasThemes
Author URI: https://madrasthemes.com/
Description: Clean and Modern Bookstore WooCommerce Theme
Version: 1.0.27
Text Domain: mytravel-child
Template: mytravel
*/

/* ---------------- Tabs ---------------- */
.vertical-tabs-container {
    display: flex;
    max-width: 100%;
    border: 1px solid #ececec;
    border-radius: 4px;
    overflow: hidden;
    font-family: Arial, sans-serif;
}
.vertical-tab-labels {
    width: 250px !important;
    min-width: 250px !important;
    list-style: none;
    margin: 0;
    padding: 0;
}
.tab-label {
    cursor: pointer;
    padding: 15px 20px;
    background: #fafafa;
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
    transition: background 0.3s ease;
}
.tab-label.active{
    background: #fff;
    border-left: 4px solid #297cbb;
    border-right: none;
}

.tab-label:hover {
    background: #fff;
    border-left: 4px solid #297cbb;
}
.tab-label span.tab-label-text {
    font-weight: 600;
    font-size: 16px;
    color: #297cbb;
    display: block;
}
.tab-label h4 {
    margin: 5px 0 0;
    font-size: 14px;
    color: #333;
}
.vertical-tab-contents {
    flex-grow: 1;
    padding: 20px;
    background: #fff;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.timeline-title {
    font-size: 22px;
    color: #297cbb;
    margin-bottom: 10px;
    font-weight: 600;
}
.tab-content p {
    font-size: 16px;
    color: #3b444f;
}
.vertical-tabs-container .tab-content img {
    max-height: 450px;
    width: 100vw;
    padding: 20px 0;
    border-top: 2px solid #297cbb;
    border-bottom: 2px solid #287cbb;
	object-fit: cover;
}
.tab-content p:has(img) {
    position: relative;
    display: block;
    cursor: pointer;
}
/* .tab-content p:has(img)::after {
    content: '\2922';
    position: absolute;
    bottom: 35px;
    right: 12px;
    font-size: 25px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 2px 15px;
    border-radius: 4px;
    pointer-events: none;
} */
.tab-content ul {
    margin-left: -20px;
}

/* Mobile styles */
@media (max-width: 767px) {
    .vertical-tabs-container {
        flex-direction: column;
    }
    .vertical-tab-labels {
        width: 100% !important;
        min-width: 100% !important;
        display: none; /* Hide the tab labels on mobile */
    }
    .tab-label {
        border-right: none;
        border-bottom: none;
        border-left: none;
    }
    .tab-label.active {
        border-left: none;
        border-bottom: 4px solid #297cbb;
    }
    
    /* Mobile Day Label */
    .mobile-day-label {
        margin-bottom: 15px;
    }
    .mobile-day-label .tab-label-text {
        font-weight: 600;
        font-size: 16px;
        color: #297cbb;
        display: block;
    }
    
    /* Mobile Navigation */
    .mobile-tab-nav {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #ececec;
    }
    .mobile-tab-nav button {
        background: #297cbb;
        color: white;
        border: none;
        padding: 8px 12px;
        border-radius: 4px;
        cursor: pointer;
        flex: 0 0 auto;
    }
    .mobile-tab-nav button:hover {
        background: #1a5a8a;
    }
    .mobile-tab-nav .nav-spacer {
        flex: 1;
    }
    .mobile-tab-nav .prev-day {
        margin-right: auto;
    }
    .mobile-tab-nav .next-day {
        margin-left: auto;
    }
}

/* Desktop styles remain the same */
@media (min-width: 768px) {
    .mobile-tab-nav,
    .mobile-day-label {
        display: none !important;
    }
}

/* ---------------- Header ---------------- */
.navbar-brand img {
    height: 100%;
}
span.u-header__navbar-brand-text
 {
    display: none;
}
.u-header__nav-link {
    color: #3b444f;
    font-weight: 400;
}
.container-fluid {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.navbar-brand {
    padding-top: 0px; 
    padding-bottom: 0px; 
}
.navbar-brand img.attachment-full.size-full,
.mytravel-elementor-sticky-logo img.attachment-full.size-full {
    width: 250px;
    max-height: 100% !important;
}
.mytravel-elementor-sticky-logo img {
    margin: -36px 0;
}
a.navbar-brand.u-header__navbar-brand-default {
    width: auto !important;
}
ul#menu-primary-menu {
    justify-content: end;
}
.position-relative.u-header__hide-content,
nav.woocommerce-breadcrumb.py-3 {
    display: none !important;
}
.u-header__divider-xl:before {
    background-color: #fff;
}
.pl-4.ml-1.u-header__last-item-btn.u-header__last-item-btn-xl {
    padding-left: 10px !important;
}
.u-slick--equal-height .slick-track .slick-slide {
    display: block;
}
.shopping-cart {
    display: none !important;
}

/* ---------------- Footer ---------------- */
.footer-v2.mt-4 {
    margin-top: 0 !important;
    background: #484848;
    padding-top: 50px;
}
.footer-v2 .text-gray-1,
.widget ul li a:not(:hover),
h4.widget-title,
h4.h6.font-weight-bold {
    color: #fff;
}
.footer-v2 img.attachment-thumbnail {
    width: 250px;
    max-height: 100%;
}
.footer-v2 .mb-4.mb-lg-0 {
    padding: 5px 20px;
    background: #fff;
}
.footer-v2 .site-info.border-top.space-1 {
    display: none;
}

.footer-v2 .site-credit.space-1.border-top {
    border: none !important;
    padding-top: 0px !important;
}

.footer-v2 .space-bottom-2.space-top-1 {
    padding-bottom: 0.25rem !important;
}

/* ---------------- Product Page ---------------- */
button.single_add_to_cart_button.button.alt,
input#quantity_6835957f1f27c,
.product-card-v3 {
    display: none !important;
}
.description {
    padding-bottom: 30px;
    line-height: 1.7;
}
.description p {
    color: #297cbb;
    font-weight: 500;
}
.description li::marker {
    color: #297cbb;
}
.description .black_text p {
    color: #3B444F;
    font-weight: normal;
}
.main.col-lg-8.col-xl-9 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
div.products.row > * {
    flex: 0 0 33.3%;
}
img.size-medium.alignnone {
    margin-left: inherit;
}

/* -----------------------------
   Tour Page Start
------------------------------ */

/* Default (Desktop/Laptop) */
img.img-fluid {
  max-height: 650px;
  min-width: 100%;
  object-fit: cover;
}

/* Video Button */
a.js-fancybox.btn.btn-white.transition-3d-hover.py-2.px-md-5.px-3.shadow-6.mr-1 {
  display: none;
}

/* -----------------------------
   Blog Page
------------------------------ */

.postcontent p {
  color: #000000;
}

.feature-package div.products.row.row-cols-xl-2 > * {
  flex: 0 0 100.666667%;
  max-width: 49.666667%;
}

.feature-package img.min-height-230 {
  height: 350px !important;
  object-fit: cover;
}

img.min-height-230.bg-img-hero.card-img-top {
  height: 200px;
  object-fit: cover;
  object-position: center center;
}

a.elementor-post__read-more {
  color: #fff;
  background-color: #54595f;
  padding: 15px;
  line-height: 50px;
  border-radius: 4px;
}

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

.elementor-post__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* -----------------------------
   On Arrival Visa
------------------------------ */

.region-table-section {
  padding: 20px 0;
  font-family: 'Rubik', sans-serif;
}

.region-table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.region-table th {
  background-color: #59B1E8;
  color: #ffffff;
  text-align: center;
  padding: 14px 10px;
  font-size: 16px;
}

.region-table td {
  text-align: center;
  padding: 12px 10px;
  font-size: 15px;
  color: #333;
  border-top: 1px solid #eee;
}

.region-table tr:nth-child(even) {
  background-color: #f2f9ff;
}

.region-table tr:hover {
  background-color: #e7f2fc;
  transition: background-color 0.3s ease;
}


/* ---------------- Product Accordion ---------------- */
#faqAccordion1 .card-header {
    background: #09a1e4;
    border-radius: 4px;
}
#faqAccordion1 .card-body {
    padding-top: 20px !important;
    background-color: #fafafa;
}
#faqAccordion1 .card-body .pl-10.pl-md-10.pr-md-12.pt-0 {
    padding-left: 0 !important;
}
#faqAccordion1 span.h6.font-weight-bold {
    color: #fff;
    padding: 14px !important;
}
#faqAccordion1 .border-width-2 {
    border: none !important;
}
span.plus svg path,
span.minus svg path {
    fill: white !important;
}

/* ---------------- Mega Menu Fix ---------------- */
li#menu-item-15067 .u-header__sub-menu,
li#menu-item-14365 .u-header__sub-menu {
/*     width: 1230px; */
	width: 950px;
	margin-top: 12px;
}
li#menu-item-14373 .u-header__sub-menu,
li#menu-item-14727 .u-header__sub-menu,
li#menu-item-14730 .u-header__sub-menu {
    width: 310px;
}
ul.hs-sub-menu.u-header__sub-menu-rounded {
    width: 300px;
}
a.u-header__sub-menu-nav-link {
    min-width: 220px;
}
li#menu-item-15067 .hs-sub-menu,
li#menu-item-14365 .hs-sub-menu {
    left: -450% !important;
}

/* ---------------- Gravity Forms ---------------- */
input#input_1_1_3,
input#input_1_3,
input#input_1_5,
textarea#input_1_4,
#input_2_1,
#input_2_3,
#input_2_4,
#input_2_8,
#input_2_5,
#input_2_6,
#input_2_7 {
    border-color: #ececec;
    padding: 25px 20px;
    color: #8f8f8f;
}
input#gform_submit_button_1,
#gform_submit_button_2 {
    background-color: #08a0e3;
}
#gform_submit_button_2:hover {
    background: #fff;
    border-color: #297cbb;
    color: #297cbb;
}
label.gfield_label.gform-field-label {
    font-weight: 400;
}
#input_2_9 {
    color: #959595;
}
#gform_fields_2 {
    row-gap: 30px;
}
p.gform_required_legend,
h2.gform_title {
    display: none;
}
#gform_wrapper_2 {
    background: #fafafa;
    padding: 20px;
    border: 1px solid #ececec;
    border-radius: 5px;
}
.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input {
    width: 100%;
}

/* ---------------- Modals ---------------- */
.image-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.image-modal-overlay.active {
    visibility: visible;
    opacity: 1;
}
.image-modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}
.image-modal-content img {
    width: 100%;
    height: auto;
	max-height: 90vh;
    display: block;
}
.image-modal-close {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 50px;
    color: white;
    cursor: pointer;
    z-index: 10001;
}
.image-expand-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 24px;
    background: rgba(0, 0, 0, 0.6);
    padding: 4px;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    display: none;
}

/* ---------------- Misc ---------------- */
.py-4.border-top.border-bottom.mb-4 {
    display: none;
}
.d-block.d-md-flex.flex-center-between {
    border-bottom: 1px solid #ebf0f7;
    padding-bottom: 20px;
}
.testinomial_content .card-body.p-5 {
    height: 200px;
}
.feature-product span.woocommerce-Price-amount {
    color: #1d508d !important;
}
img.img-fluid.min-height-230.mx-auto {
    height: 230px;
    object-fit: cover;
}
.room_price .total_amount {
    right: 21px !important;
}
.head-shots img {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    object-fit: cover;
}
#single-hotel__faq,
#single-hotel__itinerary {
    border-bottom: none !important;
}
#single-hotel__itinerary {
    padding: 40px 0;
}
figcaption.elementor-image-carousel-caption {
    position: absolute;
    top: 236px;
    width: 100%;
    padding: 14px 30px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,1) 100%);
    z-index: 5;
}
.color-hover:hover {
    background: #297cbb !important;
}
.tabbackground .e-n-tabs-heading {
    background-color: #54595f;
}
span.d-inline-block.border.border-color-8 {
    margin-right: 10px !important;
}
.card-body p {
    color: #3b444f !important;
}
*:focus {
    outline: none !important;
    box-shadow: none !important;
}

#field_2_11 input[type="text"] {
    border: 1px solid #e0e0e0 !important;
}

/* ---------------- Responsive ---------------- */
@media (max-width: 768px) {
    .description ul {
        column-count: auto;
        column-gap: 0;
        padding-right: 20px;
    }
    .mb-1.font-size-20.font-weight-bold.total_amount {
        font-size: 20px;
        padding: 20px 20px 0 0;
    }
    div.products.row > * {
        flex: 0 0 100% !important;
    }
	
	button.e-search-submit {
		justify-content: center;
	}
		.image-modal-close {
		position: absolute;
		top: 0px;
		right: 12px;
		font-size: 30px;
		color: white;
		cursor: pointer;
		z-index: 10001;
	}
}
