:root {
    --primary-color: #5b8e2d;
    --primary-color-hover: #2c691d;
    --secondary-color: #dafb90;
    --accent-color: #282828;
    --accent-color-hover: #444444;
    --background-color: #9f9989;
    --text-color: #1b1c20;
    --text-color-hover: #000000;
    --border-color: #103616;
}

/* Typography */
.main-titles {
    font-size: 5rem !important;
    font-weight: 800 !important;
    letter-spacing: 1px;
    font-family: "Prompt", sans-serif;  
}

.h2-titels {
    font-size: 1rem;
}

.title_sub {
    font-size: 2rem !important;
    font-weight: 400 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Carme", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
    padding: 0;

    width: 100vw;
    overflow-x: hidden;
    background-color: var(--primary-color-hover);
}



.form-select {
    border: 1px solid #ced4da;
    width: auto;
}

.form-label{
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

strong, b {
    font-weight: 700;
}

.lead {
    font-weight: 400;
    color: #fff;
}

/* Buttons and Links */
.btn {
    font-family: "Carme", sans-serif;
    color: var(--text-color);
}

.primary_btn {
    background-color: var(--primary-color) !important;
    color: #ffffff !important;
}

.secondary_btn {
    background-color: var(--secondary-color) !important;
    color: #000 !important;
}

.primary_btn:hover {
    background-color: var(--accent-color) !important;
    color: #ffffff !important;
}

.secondary_btn:hover {
    background-color: var(--primary-color) !important;
    color: #ffffff !important;
}

.btn-primary {
    background-color: var(--secondary-color);
    color: #ffffff !important;
}

.btn-primary:hover {
    background-color: var(--primary-color-hover);
    border: none;
    color: #F5F5F5 !important;
}

.btn-outline-primary {
    color: #282828;
    border-color: #FFD700;
}

.btn-outline-primary:hover {
    background-color: #282828;
    color: #F5F5F5 !important;
}

.btn-outline-light:hover {
    background-color: rgba(255,255,255,0.1);
}

a {
    color: var(--text-color) !important;
}

a::after {
    color: var(--text-color-hover);
}

/* Navigation */
.navbar {
    background-color: var(--secondary-color) !important;
}

.nav-link {
    color: var(--text-color) !important;
}

.nav-link.active {
    background-color: var(--primary-color) !important;
    color: #ffffff !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--primary-color);
}

/* Header and Hero */
header {
    color: var(--text-color);
    position: fixed;
    width: 100%;
    z-index: 999;
}

.hero {
    height: 100vh;
    background-color: var(--background-color);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    position: relative;
    width: 100%;
}

.hero-inner {
    color: var(--text-color);
    font-size: 30px !important;
    overflow: hidden;
    height: 450px;
    background-size: contain;
    background-position: center;
}

.inner-hero-container {
    position: relative;
    top: -23px;
    padding: 0;
    background: white;
}

.inner-title {
    padding: 20px 20px 0px 20px;
    
}

.inner-subtitle {
    padding: 0px 10px 21px 20px;
}

.hero-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.hero-main .container {
    position: relative;
    z-index: 2;
}

.hero .btn-primary {
    background-color: var(--secondary-color);
    color: #ffffff !important;
}

.hero h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.hero h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.cta-button {
    background-color: var(--primary-color);
    color: var(--text-color);
    padding: 15px 30px;
    font-size: 1.2rem;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: var(--primary-color-hover);
}

/* Cards and Tours */
.card:hover {
    transform: translateY(-5px);
    transition: transform 0.2s;
}

.card {
    padding: 0 !important;
    margin: 0px 10px 20px 10px;
}

.tour-cards-container {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 1rem;
}

.tour-cards-container::-webkit-scrollbar {
    display: none;
}

.tour-cards-wrapper {
    display: flex;
    gap: 1rem;
}

.tour-card {
    flex: 0 0 calc(100% - 63rem);
    scroll-snap-align: start;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.tour-card .card-img-top {
    height: 200px;
    object-fit: cover;
}

.tour-card .card-body {
    padding: 1rem;

}
.card-body{
    background-color: #fff;
}




.tour-card .card-title {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0.5rem;
}


.tour-card .card-text {
    font-size: 0.9rem;
    color: #666;
}

.tour-card .user-engagement {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
}

.tour-card .user-avatars img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: -10px;
    border: 2px solid white;
}

.tour-card .engagement-count {
    font-size: 0.9rem;
    color: #666;
}

.car-card {
    box-shadow: none !important;
}

.car-card .card-img-top {
    height: 200px;
    object-fit: cover;
    padding: 30px !important;
}

.card-img-top {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card_image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.card_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.card-text {
    font-size: 16px;
}

.small {
    font-size: 11px;
}

/* Footer */
footer {
    background-color: var(--accent-color);
    position: relative;
    overflow: hidden;
}

footer h5 {
    color: var(--secondary-color);
    font-weight: bold;
}

footer .social-icons a {
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

footer .social-icons a:hover {
    color: var(--secondary-color) !important;
}

footer hr {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer a {
    transition: color 0.3s ease;
}

footer a:hover {
    color: var(--secondary-color) !important;
    text-decoration: none;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

footer .container {
    position: relative;
    z-index: 1;
}

.footer-description {
    font-size: 14px;
}

/* Other Components */
.breadcrumb {
    font-size: 11px;
}

.text-primary {
    color: var(--primary-color) !important;
}

.page-link {
    background-color: var(--primary-color) !important;
    color: #ffffff !important;
}

.logo-text {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Marcellus', serif;
    padding: 0 !important;
    margin: 0 !important;
}

/* Menu Icon and Popup */
#menu-icon {
    display: none;
}

#menu-popup {
    display: none;
}

.menu-overlay {
    display: none;
}

.menu-icon-wrapper {
    position: fixed;
    right: 0px;
    top: 20px;
    cursor: pointer;
    z-index: 1000;
    width: 40px;
    height: 40px;
}

#drag-handle {
    top: 130px;
    position: relative;
    width: 100px;
    right: 20px;
    transform: rotate(90deg);
}

/* Toolbar */
.toolbar {
    width: 80%;
    position: relative;
    z-index: 9999;
}

.filter-icon {
    margin-left: 30px;
    padding: 4px 10px;
    font-size: 1.2rem;
    color: var(--primary-color);
    position: relative;
    right: -10px;
    border-radius: 50rem !important;
}

.filter_btn {
    background-color: var(--secondary-color);
    margin-right: 10px;
    border: none;
    padding: 0px 20px;
    width: 90%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toolbar .form-control {
    border: none;
    box-shadow: none;
}

.toolbar .btn {
    white-space: nowrap;
}

.toolbar .btn-light {
    border-color: #e9ecef;
}

/* Carousel and Slider */
.carousel-caption {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 5px;
}

.full-screen-slider {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    color: white;
    display: flex;
    flex-direction: column;
    padding: 0rem;
    padding-top: 15%;
}

.infographic {
    background: rgba(0, 0, 0, 0.3);
    height: 20%;
    padding: 2% 2%;
    position: absolute;
    bottom: 0;
    left: -0.1%;
}

.infographic .container {
    height: 150px;
}

.infographic div {
    height: 120px;
}

.box {
    border-bottom: 1px solid #fff;
}

.box p {
    font-family: "Prompt", sans-serif;
    font-weight: 100;
}

.box-title {
    font-family: "Prompt", sans-serif;
    font-weight: 600;
}

.destination-image {
    overflow: hidden;
}

.destination-image img {
    width: 100%;
}

.button-row {
    position: absolute;
    bottom: 5%;
    left: 43%;
}

.dot-nav {
    display: flex;
    gap: 0.5rem;
    margin-top: 0rem;
    margin-left: 0.8rem;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: white;
    transform: scale(1.2);
}

/* Additional Components */
.intro-image img {
    width: 500px;
    position: relative;
    top: -50px;
}

.intro-image {
    margin-top: -70%;
    margin-left: -40%;
}

.see_all_btn {
    position: relative;
    right: -270px;
    top: -56px;
}

.scroll-down {
    color: #ffffff;
}

.cordelia-cruises .btn-primary {
    background-color: #FFD700;
    border-color: #FFD700;
}

.cordelia-cruises .btn-primary:hover {
    color: #F5F5F5 !important;
    background-color: #282828;
    border: none;
 }
 
 .discover-sl {
     background-color: #F5F5F5;
 }
 
 .popular-tours {
     background-color: #F5F5F5;
 }
 
 .customer-satisfaction {
     background-color: #FFFFFF;
 }
 
 .cta {
    height: 400px;
    align-items: center;
 }
 
 .modal {
     z-index: 99999 !important;
 }
 
 /* Bbb Components */
 .bbb_container {
     padding-top: 15px;
     padding-bottom: 15px;
 }
 
 .bbb_title {
     font-size: 24px;
     font-weight: 300;
     color: #fff;
 }
 
 .bbb_text {
     font-size: 14px;
     font-weight: 400;
     color: #a3a3a3;
     margin-top: 5px;
 }
 
 .bbb_slider_nav {
     display: flex;
     justify-content: flex-end;
     align-items: center;
     margin-top: 15px;
 }
 
 .bbb_nav {
     width: 36px;
     height: 36px;
     border-radius: 50%;
     background: #f3f3f3;
     text-align: center;
     cursor: pointer;
     margin-left: 10px;
 }
 
 .bbb_nav i {
     line-height: 36px;
     color: #000000;
     font-size: 18px;
 }
 
 .bbb_item {
     border: solid 1px #e8e8e8;
     border-radius: 5px;
     padding: 15px;
     margin-bottom: 20px;
 }
 
 .bbb_image img {
     max-width: 100%;
     height: auto;
 }
 
 .bbb_category a {
     font-size: 12px;
     color: #a3a3a3;
     text-transform: uppercase;
 }
 
 .bbb_name a {
     font-size: 16px;
     color: #000000;
     font-weight: 300;
 }
 
 .bbb_price {
     font-size: 16px;
     color: #6c6a74;
     font-weight: 300;
 }
 
 .bbb_marks {
     position: absolute;
     top: 15px;
     left: 15px;
     list-style: none;
     padding: 0;
     margin: 0;
 }
 
 .bbb_mark {
     display: inline-block;
     font-size: 12px;
     font-weight: 300;
     color: #282828;
     padding: 5px 10px;
     border-radius: 3px;
     margin-right: 5px;
 }
 
 .bbb_discount {
     background: #0A7029;
 }
 
 .bbb_new {
     background: #0e8ce4;
 }
 
 .bbb_fav {
     margin-top: 20px;
 }


 .toolbar-mobile {
    display: none;
 }
 
  .toolbar-mobile-inner {
        display: none;
        
    }
 
 /* Media Queries */
 @media (max-width: 768px) {
    .btn{
        font-size: 0.8rem;
    }

    .mobile_menu{
        background-color:var(--accent-color);
        padding: 0.9rem 0.5rem;

        border: none;
        
    }

    .search_btn{
        background-color: var(--secondary-color);
        border: none;
        padding: 0.1rem 0.75rem;
    }

    .toolbar-mobile {
        display: block;
        position: absolute;
        top: 94%;
        left: -1%;
        font-size: 0.8rem;
        border-radius: 0px 30px 30px 0 !important;
        background-color: var(--primary-color);
    }
    
    .toolbar-mobile-inner {
        display: block;
        position: absolute;
        top: 2%;
        left: -1%;
        font-size: 0.8rem;
        border-radius: 0px 30px 30px 0 !important;
        z-index: 999;
        background-color: var(--primary-color);

    }


    
    
     .main-titles {
         font-size: 1.5rem !important;
         font-weight: 400;

     }

     .title_sub {
        font-size: 1rem !important;
        font-weight: 400 !important;
    }
 
     
 
     .toolbar {
         justify-content: center !important;
         width: 90% !important;
         display: none;
     }
 
     .toolbar .btn {
         padding: 0.375rem 0.75rem;
         font-size: 0.875rem;
     }
 
     .tour-card {
         flex: 0 0 calc(100% - 4rem);
     }
 
     #menu-icon {
         top: 70px;
         right: 0px;
         display: flex;
         filter: drop-shadow(4px 0px 5px rgb(0 0 0 / 0.4));
         z-index: 1000;
     }
 
     #menu-popup {
         width: 100%;
         z-index: 999999;
         position: absolute;
         background: #fff;
         padding: 30px;
     }
     
     .close-button {
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
        margin-top: -21px;
      }
      
      .menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
      }
 
     .nav-pills {
         justify-content: flex-start !important;
     }
 
     .moblie-title {
         text-align: left !important;
         color: #fff;
     }
 
     .navbar {
         display: none;
     }
 
     .dot-nav {
         display: flex;
         gap: 0.5rem;
     }

     .full-screen-slider {
        height: 60vh;
        overflow: hidden;
     }
 
     .overlay-content, .button-row {
         text-align: left;
         justify-content: flex-start;
     }
 
     .overlay {
        justify-content: end;
        padding-bottom: 14% !important;
        height: 60vh;
       
     }


     .filter_btn {
       
        
        width: 47%;
       
        
    }

     .image-box {
        display: none;
     }
 
     .button-row {
         position: absolute;
         bottom: 96px;
         left: 8.5%;
     }
 
     .top-bar {
         display: none;
     }
 
     .carousel-caption {
         padding: 10px;
     }
 
     .carousel-caption h5 {
         font-size: 1rem;
     }
 
     .carousel-caption p {
         font-size: 0.8rem;
     }
 
     .carousel-caption .btn {
         font-size: 0.8rem;
         padding: 0.2rem 0.5rem;
     }
 }
 
 /* iPhone-specific media query */
 @media only screen 
 and (min-device-width: 375px) 
 and (max-device-width: 812px) 
 and (-webkit-min-device-pixel-ratio: 3) {
     .tour-card {
         flex: 0 0 calc(100% - 2rem);
         margin: 1rem;
     }
 
     .car-card .card-img-top {
         height: 150px;
         padding: 20px !important;
     }
 
     .see_all_btn {
         right: -200px;
         top: -40px;
         font-size: 0.9rem;
     }
 
     .logo-text {
         font-size: 18px;
     }
 
     .footer-description {
         font-size: 12px;
     }
 
     #menu-icon {
         top: 60px;
         right: 10px;
     }
 
     .nav-pills .nav-link {
         font-size: 0.9rem;
         padding: 0.5rem 0.75rem;
     }
 
     .moblie-title {
         font-size: 1.5rem;
     }
 }
 
 
 .mobilesearchbtn{
     display:none !important;
 }
 
 .breadcrumb {
   position: relative;
    left: -11px;
    top: 180px;
}
 
 
.category-card {
    transition: all 0.3s ease;
}


.category-card .card {
    border-radius: 6px;
    transition: all 0.3s ease;
    overflow: hidden;
}



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

/* Subcategory Carousel Styles */
.subcategory-carousel-container {
    position: relative;
    
}

.subcategory-carousel .card {
    border-radius: 6px;
    height: 100%;
}

.subcategory-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}

.subcategory-carousel .owl-nav button {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    pointer-events: auto;
}

.subcategory-carousel .owl-nav button:hover {
    background: white !important;
}

.subcategory-carousel .owl-prev {
    left: -20px;
}

.subcategory-carousel .owl-next {
    right: -20px;
}

.subcategory-carousel .owl-nav i {
    font-size: 1.2rem;
    color: #333;
}



.tour-category-title-left{
    background-color: var(--primary-color);
}

.tour-category-title-right{
    /* background-color: var(--primary-color); */
}



@media (max-width: 768px) {
    .subcategory-carousel .owl-nav {
        display: none;
    }
}

.tour-image-box{
    height: 100px;
    width: 100px;
}



.duration-filter {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.filter-heading {
    color: #333;
    margin-bottom: 1rem;
    font-weight: 600;
}

.duration-options {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-check {
    margin-bottom: 0.5rem;
}

.form-check-label {
    color: #666;
    cursor: pointer;
}

.form-check-input:checked + .form-check-label {
    color: #0d6efd;
    font-weight: 500;
}

@media (max-width: 768px) {
    .duration-filter {
        padding: 1rem;
    }
    
    .col-md-3 {
        margin-bottom: 1.5rem;
    }
}

.duration-filter {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.filter-heading {
    color: #333;
    margin-bottom: 1rem;
    font-weight: 600;
}

.form-select {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 0.5rem;
    width: 100%;
    background-color: #fff;
    cursor: pointer;
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

@media (max-width: 768px) {
    .duration-filter {
        padding: 1rem;
    }
}


.views-count {
    font-size: 0.85rem;
    color: #6B7280;
    background-color: #F3F4F6;
    padding: 4px 8px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.tour-subcategory {
    font-size: 0.8rem;
    color: #6B7280;
    margin-top: -2px;
}

.badge-economy { background-color: #dafb90; }
.badge-value { background-color: #ffc107; }
.badge-luxury { background-color: #6610f2; }