﻿.theme-colorstour {
    --primary-color: #0d6efd;
    --secondary-color: #ff6b35;
    --dark-color: #292929;
    --light-color: #f8f9fa;
}

/*body {
    font-family: 'Poppins', sans-serif;
    color: var(--dark-color);
}
*/
body, html {
    overflow-x: hidden;
}

.image-section {
    background-image: url('/images/Tour packages - Main image.jpg'); /* put your actual image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw; /* full viewport width */
    height: 85vh; /* adjust height as you want */
    margin-left: calc(-50vw + 50%); /* breaks out of container if inside one */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,0.7); /* to make text readable on image */
}

body {
    padding-top: 98px;
}

.welcome-text {
    position: relative;
    z-index: 2;
}

.hometitle {
    font-family: "bootstrap-icons";
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8), 2px 2px 4px rgba(0, 0, 0, 0.6), 3px 3px 6px rgba(0, 0, 0, 0.4);
}


.package-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 30px;
    height: 100%;
}

    .package-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    }

.package-img {
    height: 250px;
    object-fit: cover;
}

.package-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--secondary-color);
    color: white;
    padding: 5px 15px;
    border-radius: 30px;
    font-weight: 600;
}

p{
    font-family:'bootstrap-icon';
}

.days{
    font-family:'bootstrap-icon';
}

.card-body {
    padding: 25px;
}

.package-title {
    font-family: 'bootstrap-icons';
    font-weight: 700;
    /*margin-bottom: 15px;*/
    color: var(--dark-color);
}

.package-subtitle {
    font-style: italic;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.package-duration {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .package-duration i {
        color: var(--primary-color);
        margin-right: 8px;
    }

.btn-primary.viewdetails {
    background-color: #b4166a;
    border: none;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s;
}

    .btn-primary.viewdetails:hover {
        background-color: #ff6b35;
        transform: translateY(-2px);
    }

.btn-outline-primary {
    border-color: var(--primary-color);
    color: var(--primary-color);
    padding: 10px 25px;
/*    border-radius: 30px;
*/    font-weight: 600;
    transition: all 0.3s;
}

    .btn-outline-primary:hover {
        background-color: var(--primary-color);
        color: white;
    }

.section-title {
    font-family: 'bootstrap-icons';
    position: relative;
    margin-bottom: 50px;
    font-weight: 700;
    color: var(--dark-color);
}

    .section-title:after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 3px;
/*        background-color: var(--secondary-color);
*/    }
.itinerary-day {
    margin-bottom: 30px;
    border-left: 3px solid #b4166a;
    padding-left: 20px;
    position: relative;
}

.day-number {
    position: absolute;
    left: -15px;
    top: -5px;
    background-color: #b4166a;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.terms-list {
    list-style-type: none;
    padding-left: 0;
}

    .terms-list li {
        margin-bottom: 15px;
        padding-left: 25px;
        position: relative;
    }

        .terms-list li:before {
            content: '\f054';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            color: var(--primary-color);
        }

.nav-pills .nav-link.active {
    background-color: var(--primary-color);
}

.nav-pills .nav-link {
    color: var(--dark-color);
}

@media (max-width: 768px) {
    .hero-section {
        height: 40vh;
    }
}
.card {
    display: flex;
    flex-direction: column;
}

.card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

    .card-body .btn {
        margin-top: auto;
    }
/*.btn-primary.booktour{
  border:120px;
}*/
.booktour {
    padding: 12px 24px;
    font-size: 1rem;
   /* border-radius: 8px;*/
    font-weight: 600;
    min-width: 150px;
    min-height:30px;
    transition: all 0.3s ease;
}

/* Primary Button */
.btn-primary.booktour {
    background-color: #b4166a;
    /* border: 10px;*/
    color: #fff;
    height: 50px;
    border-color: #b4166a;
}

    .btn-primary.booktour:hover {
        background-color: #8a255b;
        color: #fff;
    }

/* Outline Button */
.btn-outline-primary.booktour {
    border: 2px solid #b4166a;
    background-color: transparent;
    color: black;
    height: 50px;
}

    .btn-outline-primary.booktour:hover {
        background-color: #b4166a;
        color: #fff;
    }
.accordion-button {
    transition: background-color 0.2s ease-in-out;
    font-weight: 500;
}

    .accordion-button:hover {
        background-color: #f8f9fa;
    }

    .accordion-button:focus {
        box-shadow: none;
        border: none;
    }
.text-faqtitle {
    font-family: 'bootstrap-icon';
    color:black !important;
}
.modal-title{
    font-family:'bootstrap-icon';
}

h5 {
    font-family: 'bootstrap-icon';
}
/*-------------SEO--------------------*/
.seotags{
    font-weight: 400;
}