/*
Site Name: VendorFrontend - Cleaned CSS
Description: Only includes CSS classes and styles that are actually used in the VendorFrontend module
*/

/*--------------------------------------------------------------
# GLOBAL (fonts, heading and paragraphs)
--------------------------------------------------------------*/
:root {
    --primary-color: #34b54c;
    --primary-color-500: #2ea244;
    --primary-color-600: #247e35;
    --secondary-color: #fcd509;
    --success-light: #25d373;
    --success-dark: #178649;
    --info-light: #2594d3;
    --info-dark: #175e86;
    --warning-light: #ecb40c;
    --warning-dark: #9f7808;
    --danger-light: #f43f1f;
    --primary-white: #ffffff;
    --bs-link-color: #007bff;
    --bs-link-hover-color: #0056b3;
}

/*--------------------------------------------------------------
# STICKY FOOTER LAYOUT
--------------------------------------------------------------*/
/* Global HTML and Body Styles with Sticky Footer Layout */
html, body {
    height: 100%;
    font-family: 'Fira Sans', sans-serif;
    line-height: 1.6;
}

body {
    /* Layout Properties */
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    
    /* Spacing and Background */
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}

/* Main content area should grow to fill available space */
main {
    flex: 1 0 auto;
}

/* Footer should be at the bottom */
footer {
    flex-shrink: 0;
}

/* Ensure header doesn't interfere with flex layout */
header {
    flex-shrink: 0;
}

* {
    box-sizing: border-box;
}

/* h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    margin-bottom: 0.5rem;
} */

h1 {
    font-size: 42px;
    line-height: 52px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
}

h3 {
    font-size: 22px;
    line-height: 28px;
}

h4 {
    font-size: 18px;
    line-height: 22px;
}

h5 {
    font-size: 16px;
    line-height: 20px;
}

h6 {
    font-size: 14px;
    line-height: 20px;
}

p {
    font-size: 14px;
    line-height: 1.6;
}

/* p {
    margin-bottom: 1rem;
} */

a {
    color: #007bff;
    text-decoration: none;
    transition: all 0.2s ease;
}

a:hover,
a:focus {
    color: #0056b3;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

strong, b {
    font-weight: 600;
}

/*--------------------------------------------------------------
# Helper Classes
--------------------------------------------------------------*/
.container-fluid {
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header_container {
    margin: 0;
    height: 60px;
    background-color: #fff;
    box-shadow: 2px 6px 8px -6px rgba(24, 39, 75, .12), 0 8px 16px -6px rgba(24, 39, 75, .08);
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}

#header {
    z-index: 1021;
}

.header._section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 0px 20px; */
    position: relative;

    margin: 0 auto;
    max-width: 1300px;
    height: 60px;
    padding: 10px 0;
}

.header_left__section {
    flex: 1;
    display: flex;
    align-items: center;
}

.header_right__section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.site-logo {
    display: inline-block;
}

.pull-left {
    float: left;
}


.header_right__section__signup {
    border-radius: 8px;
    color: #fff;
    background-color: var(--primary-color);
    padding: 8px;
}

.header_right__section__login:hover {
    color: var(--primary-color);
}

.header_right__section__login, 
.header_right__section__login:hover {
    color: #34b54c;
}

.header_right__section__login {
    /* margin-right: 20px; */
    padding: 8px;
    color: var(--primary-color);
}

.header_right__section__signup {
    background-color: #34b54c;
}

.header_right__section__signup:hover {
    color: #fff;
}

/* Ensure the logo stays centered */
.contact-info__section {
    display: none;
}

div {
    display: block;
    unicode-bidi: isolate;
}



.contact-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.contact-item {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.contact-item:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    transition: all 0.2s ease;
}






/* ======================================================= */
/* ======================================================= */
/* ======================================================= */

/*--------------------------------------------------------------
# Banner Section
--------------------------------------------------------------*/
#banner-section {
    position: relative;
    min-height: 500px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannerad,
a.bannerad img {
    max-width: 100%;
    height: auto;
}

.adspace a {
    display: block;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Home Page - Event Slider & Listings
--------------------------------------------------------------*/
.event-slider-wrapper {
    /* margin-bottom: 30px; */
    /* top: 60px; */
    margin: 0;
    padding: 0;
}

.event-slider {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
}

.event-slider .img-wrapper {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.banner-skeleton-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    z-index: 1;
}

.banner-skeleton-loader.hidden {
    display: none;
}

.banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.banner-image.loaded {
    opacity: 1;
}

.event-slider .caption {
    position: absolute;
    bottom: 20px;
    /* left: 20px; */
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    z-index: 10;
    /* max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px; */
}

.event-slider .caption h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.caption small{
    color: #4b4b4b;
}

.package-duration {
    margin: 0 0 5px 0;
    /* padding-bottom: 15px; */
    font-size: 14px;
}

.package-duration span {
    background: rgba(255, 210, 0, 0.8);
    padding: 2px 8px;
    border-radius: 12px;
    /* margin-right: 5px; */
}

.timer-title {
    background: rgba(255, 210, 0, 0.8);
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
}

.venue {
    background: var(--primary-color);
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 14px;
    opacity: 0.8;
}

.venue i {
    margin-right: 5px;
}

/*--------------------------------------------------------------
# Slick Slider Styles
--------------------------------------------------------------*/
button.slick-arrow {
    font-size: 0;
    top: 0;
    bottom: 10px;
    position: absolute;
    width: 3%;
    background: none;
    min-width: 30px;
    border: none;
    outline: none;
    z-index: 10;
}

button.slick-arrow:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 100%;
    top: 57px;
}

button.slick-arrow.slick-prev {
    left: -36px;
}

button.slick-arrow.slick-prev:before {
    left: 0;
    background: url('../images/dbl-arrow-left.png') no-repeat center;
}

/* button.slick-arrow.slick-next {
    right: -36px;
} */

button.slick-arrow.slick-next:before {
    right: 0;
    background: url('../images/dbl-arrow-right.png') no-repeat center;
}

.package-slider {
    max-height: 200px;
}

.package-slider .slick-slide {
    position: relative;
    overflow: hidden;
    height: 200px;
    cursor: pointer;
}

.package-slider .slick-slide:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.package-slider .slick-slide:hover:after {
    content: "PLAY";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 30px;
    z-index: 2;
}

.thumb-carousel {
    visibility: hidden !important;
    max-width: 94%;
    margin: 0 auto;
}

.thumb-carousel.slick-initialized {
    visibility: visible !important;
    z-index: 8;
}

.thumb-carousel .slick-track {
    display: flex;
    align-items: center;
}

.thumb-carousel .slick-track .slick-slide {
    margin: 0 5px;
}

.thumb-carousel .slick-track .slick-slide img {
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* Slick dots styling */
.slick-dots {
    text-align: center;
    list-style: none;
    padding: 20px 0 10px;
    margin: 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots li button {
    background: #ccc;
    border: none;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    cursor: pointer;
    text-indent: -9999px;
    outline: none;
}

.slick-dots li.slick-active button {
    background: #34b54c;
}

.slick-dots li button:hover {
    background: #34b54c;
}
/* ======================================================= */
/* ======================================================= */
/* ======================================================= */









/* ------------------------------------------- */
/* Event Listings */
/* ------------------------------------------- */
.event-listings {
    padding: 10px 0 40px 0;
}

.event-listings .img-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 331 / 414;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.skeleton-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
    z-index: 1;
}

.skeleton-loader.hidden {
    display: none;
}

.holiday-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.holiday-image.loaded {
    opacity: 1;
}

.thumbnail {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.thumbnail:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.thumbnail .caption {
    padding: 15px;
    margin-top: -40px;
}

.event-price{
    /* color: #777; */
    color: #4b4b4b;
}

/* Animations */
@keyframes loading {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}





/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (max-width: 768px) {
    .header._section {
        flex-direction: column;
        padding: 15px;
        gap: 15px;
    }
    
    .header_left__section,
    .header_right__section {
        width: 100%;
        justify-content: center;
    }
    
    /* .site-logo img {
        max-height: 50px !important;
    } */
    
    .contact-info {
        gap: 15px !important;
        flex-direction: column;
        align-items: center !important;
    }
    
    .contact-item {
        font-size: 13px !important;
        justify-content: center;
    }
    
    .whatsapp-float {
        bottom: 140px !important;
    }
    
    .event-slider .img-wrapper {
        height: 250px;
    }
    
    .event-slider .caption {
        bottom: 10px;
        left: 10px;
    }
    
    .event-slider .caption h2 {
        font-size: 18px;
    }

    .event-slider .caption span {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .header_right__section {
        flex-direction: column;
        gap: 10px;
    }
    
    .header_right__section__login,
    .header_right__section__signup {
        width: 150px;
        text-align: center;
        padding: 10px 20px;
    }
    
    .contact-info {
        gap: 12px !important;
    }
    
    .contact-item {
        font-size: 12px !important;
    }
    
    .event-slider .img-wrapper {
        height: 200px;
    }
    
    .event-slider .caption h2 {
        font-size: 16px;
    }
}


/* ---------------------------------------------------- */
/* Footer */
/* ---------------------------------------------------- */

/* CSS Variables for consistent styling */
.footer_container {
    background-image: linear-gradient(90deg, #247e35, #34b54c);
    margin-top: 50px;
    padding: 0px 0px 10px 0px;
}

.footer {
    font-family: 'Sofia Sans', sans-serif;
    padding: 0;
}

.footer_bottom {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
}

.footer_bottom .footer_about {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

/* Top Section - Logo */
.footer_bottom .footer_about__top {
    text-align: center;
    margin-top: -60px;
}

.footer_bottom .footer_about__top__logo {
    display: inline-block;
    padding: 10px;
    background-color: var(--primary-white);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    text-decoration: none;
}

.footer_bottom .footer_about__top__logo:hover {
    transform: translateY(-2px);
}

.footer_bottom .footer_about__top__logo img {
    border-radius: 8px;
    display: block;
}

/* Bottom Section - Contact Information */
.footer_bottom .footer_about__bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 7px;
}

.footer_bottom .footer_about__bottom .contact-item {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.footer_bottom .footer_about__bottom .contact-item:hover {
    color: white;
    text-decoration: none;
}

.footer_bottom .footer_about__bottom .contact-item svg {
    margin-right: 8px;
    flex-shrink: 0;
}

.footer_bottom .footer_about__bottom .contact-item span {
    margin: 0;
    color: white;
    font-weight: inherit;
}



/* Scroll up button */
.scroll-up:hover .scroll-up__icon, .scroll-up__icon {
    color: var(--white-light);
}
.scroll-up__icon {
    height: 26px !important;
    width: 26px !important;
}

.scroll-up {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 1.6;
    background-color: #34b54c;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 2px 6px 8px -6px rgba(24, 39, 75, .12), 0 8px 16px -6px rgba(24, 39, 75, .08);
    cursor: pointer;
}

.scroll-up:hover {
    background-color: #2da143;
    transform: translateY(-2px);
}

.scroll-up.scroll-up__show {
    display: flex;
}

.scroll-up svg {
    width: 20px;
    height: 20px;
    color: white;
}



/* WhatsApp button (existing from inline styles) */
.whatsapp-float {
    position: fixed;
    bottom: 10px;
    right: 20px;
    background-color: #25d366 !important;
    color: white;
    border-radius: 50%;
    padding: 10px;
    /* width: 45px;
    height: 45px; */
    text-align: center;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #128c7e !important;
    transform: scale(1.1);
}

/* Remove duplicate/conflicting styles */
button:focus:not(:focus-visible) {
    outline: 0;
}

[type=button]:not(:disabled), 
[type=reset]:not(:disabled), 
[type=submit]:not(:disabled), 
button:not(:disabled) {
    cursor: pointer;
}

button:focus {
    outline: none;
    box-shadow: none;
}

/* Media queries for responsiveness */
@media only screen and (max-width: 1320px) {
    ._section {
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .footer_container {
        padding: 25px 0;
    }
    
    .footer_bottom .footer_about {
        gap: 25px;
    }
    
    .footer_bottom .footer_about__bottom {
        flex-direction: column;
        gap: 15px;
    }
    
    .footer_bottom .footer_about__bottom .contact-item {
        justify-content: center;
        width: 100%;
        max-width: 280px;
        padding: 12px 20px;
    }
    
    .scroll-up {
        bottom: 160px;
        right: 15px;
        width: 45px;
        height: 45px;
    }
    
    .whatsapp-float {
        bottom: 100px;
        right: 15px;
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 480px) {
    .footer_container {
        margin-top: 60px;
        padding: 20px 0;
    }
    
    .footer_bottom {
        padding: 0 10px;
    }
    
    .footer_bottom .footer_about {
        gap: 20px;
    }
    
    .footer_bottom .footer_about__top__logo {
        padding: 12px 20px;
    }
    
    .footer_bottom .footer_about__bottom {
        gap: 12px;
    }
    
    .footer_bottom .footer_about__bottom .contact-item {
        font-size: 13px;
        padding: 10px 15px;
        max-width: 100%;
    }
    
    .scroll-up {
        width: 40px;
        height: 40px;
        bottom: 140px;
    }
    
    .whatsapp-float {
        width: 40px;
        height: 40px;
        bottom: 90px;
    }
}


/* ======================================= */
/* Sign Up */
/* ======================================= */
/* .signup_container {
    letter-spacing: 1px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    letter-spacing: 0;
}

.signup_container {
    font-family: volte-medium;
}

.signup_container .signup_box .signup_intro {
    text-align: center;
    margin-bottom: 12px;
}
.signup_container p {
    margin: 5px 0;
    color: #5b5d6b;
} */



.auth-card {
    max-width: 600px;
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.form-control {
    border-radius: 0.5rem;
    background-color: #f7f9fa;
}

.btn-green {
    background-color: #38b15a;
    border-color: #38b15a;
    color: white;
    font-weight: bold;
    border-radius: 0.5rem;
}

.btn-green:hover {
    background-color: #2c8c46;
    border-color: #2c8c46;
    color: white;
}

.text-green {
    color: #38b15a;
}






/* .form-container {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 500px;
}

.form-header {
  text-align: center;
  margin-bottom: 30px;
}

.form-header h1 {
  color: #4CAF50;
  font-size: 24px;
  margin-bottom: 5px;
}

.form-header p {
  color: #666;
  font-size: 14px;
}

.form-header a {
  color: #4CAF50;
  text-decoration: none;
}

.form-group, .form-group-full {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
}

.form-group input {
  flex: 1;
}

.form-group-full input {
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

.help-text {
  font-size: 12px;
  color: #999;
  margin-top: -10px;
  margin-bottom: 20px;
}

.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 30px;
}

.cancel-btn, .submit-btn {
  padding: 12px 25px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
}

.cancel-btn {
  background-color: #f0f0f0;
  color: #666;
}

.submit-btn {
  background-color: #4CAF50;
  color: #fff;
} */



/* ================================================ */
/* Package Details: */
/* ================================================ */
.package-title{
    padding-top: 50px;
    color: var(--primary-color-600);
}

.package-title:hover{
    color: var(--primary-color);
}

.fare-details-header {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 12px 16px;
    /* color: var(--primary-color-600); */
    /* color: #247e35 */
}

.fare-details-header h3 {
    color: var(--primary-color-600);
}

#btnConfirmBooking {
    background-color: var(--info-dark);
    border-color: var(--info-dark);
    color: white;
    font-weight: bold;
    border-radius: 0.5rem;
}

#btnConfirmBooking:hover {
    background-color: var(--info-light);
    border-color: var(--info-light);
    color: white;
}

.btn-download-itinerary {
    background-color: var(--info-dark);
    border-color: var(--info-dark);
    color: white;
    font-weight: bold;
    border-radius: 0.5rem;
}

.btn-download-itinerary:hover {
    background-color: var(--info-light);
    border-color: var(--info-light);
    color: white;
}
