:root {
    --primaryColor: #c76d1f;
    --lightColor: #fff3e9;
    --secondaryColor: #315029;
    --darkColor: #03011d;
    --input-bg: #fffbf5;
    --border-color: #e0dcd6;
    --bg-color: #f8f1e9;
    --text-dark: #111111;
    --accent-orange: #e67e22;
    --accent-green: #2d5a27;
}

body {
    font-family: 'Inter', sans-serif;
}

.text-justify {
    text-align: justify !important;
}

.table-transparent,
.table-transparent th,
.table-transparent td {
    background-color: transparent !important;

}

.theme-bg-mix {
    background: linear-gradient(125deg, var(--primaryColor), var(--secondaryColor)) !important;
    background-position: center !important;
    color: white !important;
}

.text-primary {
    color: var(--primaryColor) !important;
}

.bg-primary {
    background: var(--primaryColor) !important;
}

.text-primary-light {
    color: var(--lightColor) !important;
}

.bg-primary-light {
    background: var(--lightColor) !important;
}

.container {
    max-width: 85rem;
}

.header {
    padding: 5px 0;
    position: sticky;
    top: 0
}

.header .wrapper {
    justify-content: space-between;
}

.header .wrapper .header-item-center {
    flex: none;
}

.header .wrapper .header-item-center .menu .menu-section {
    margin: 0;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 1rem;
}

.header .menu>ul>li>a {
    line-height: 3.125rem;
    height: 3.125rem;
    color: var(--darkColor);
    font-size: 0.96rem;
}

.header .menu>ul>li:hover a {
    color: var(--primaryColor);
}

.header .menu>ul>li>a:hover {
    color: var(--primaryColor);
    border-radius: 0;
}

.header .menu>ul>li .btn-contact {
    border: 2px solid #ddd !important;
    padding: 8px 20px;
    border-radius: 5px;
    color: black;
}

.header .menu>ul>li .btn-contact:hover {
    border-color: var(--primaryColor) !important;
    border-radius: 5px;
}

.header .menu>ul>li .btn-custom-tour {
    background: linear-gradient(125deg, var(--primaryColor), var(--secondaryColor)) !important;
    background-position: center;
    color: white !important;
    padding: 9px 20px !important;
    border-radius: 5px;
    font-weight: normal;
    transition: 0.5s all;
}

.header .menu>ul>li .btn-custom-tour:hover {
    border-radius: 5px;
    background-size: 200%;
    background-position: right;
}

.header .menu>ul>li:last-child {

    margin: 0;
}

.header .menu>ul>li .menu-subs {
    border-top: 3px solid var(--primaryColor);
}


.header .menu>ul>li .menu-subs>ul>li {
    line-height: 1;
}

.header .menu>ul>li .menu-subs>ul>li>a {
    font-size: 0.9rem;
}

.header .menu>ul>li .menu-subs>ul>li>a:hover {
    color: var(--primaryColor);
}

.header .menu>ul>li .menu-column-1 {
    min-width: 16rem;
    max-width: 16rem;
    padding: 0 !important;
}

.header .menu>ul>li .menu-column-1>ul {
    padding: 0;
}

.header .menu>ul>li .menu-column-1>ul>li {
    padding: 0 1rem;
    border-bottom: 1px dashed #FB8D15;
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item .title>a {
    color: var(--primaryColor) !important;
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul {
    padding: 0;
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li {
    padding: 0 !important;
    line-height: 0.5rem;
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
    font-size: 0.9rem;
    padding: 0.4rem;
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a:hover {
    color: var(--primaryColor);
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a::before {
    content: '\25B6';
    margin-right: 10px;
}

@media (max-width: 992px) {
    .header .wrapper .header-item-center {
        width: 100%;
    }

    .header .wrapper .header-item-center .menu .menu-section {
        padding: 0;
        margin: 0;
    }

    .header .menu-mobile-trigger {
        cursor: pointer !important;
    }

    .header .menu>ul>li .menu-column-1 {
        margin-top: 50px !important;
        min-width: 100% !important;
        border-top: 1px solid silver !important;
    }

    .header .menu>ul>li .menu-subs.menu-mega {
        padding-left: 0;
        padding-right: 0;
    }


    .header .menu>ul>li:last-child {

        margin: 0 0 0 5px;
    }

    .header .menu>ul>li .btn-contact {
        margin: 5px 10px;
        padding: 0 10px;
        text-align: center;
    }

    .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
        padding: 0.8rem 0;
        border-bottom: 1px dashed #FB8D15;
    }

    .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a::before {
        content: '';
        margin-right: 0;
    }

    .header .menu>ul>li .btn-custom-tour {
        margin: 5px 10px 0 5px;
        padding: 0 10px;
        text-align: center;
        line-height: 2rem;

    }


}



/* Hero Section */
.hero-section {
    position: relative;
    height: 90vh;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url('../images/home-page/Hero-Image-India-gate.png') no-repeat center top;
    background-size: cover;
    display: flex;
    align-items: center;
    color: white;
}

.hero-content {
    max-width: 600px;
    margin-left: 4%;
    padding-top: 2.5rem;
}

.hero-content h1 {
    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 30px;
    opacity: 0.9;
}

/* Buttons */
.btn-explore {
    background: linear-gradient(125deg, var(--primaryColor), var(--secondaryColor));
    border: none;
    background-size: 100%;
    background-position: center;
    padding: 10px 30px;
    color: white;
    font-weight: 600;
    border-radius: 5px;
    margin-right: 15px;
    transition: 0.5s all;
    display: block;
    line-height: 30px;
}

.btn-explore:hover {
    background-size: 200%;
    background-position: right;
}

.btn-plan {
    background: rgba(0, 0, 0, 0.6);
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 12px 30px;
    color: white;
    font-weight: 500;
    border-radius: 5px;
    backdrop-filter: blur(5px);
}

.btn-plan:hover {
    border: 2px solid var(--primaryColor);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .hero-section {
        height: 75vh;
    }

    .hero-content h1 {
        font-size: 2.8rem;
    }

    .btn-explore {
        padding: 12px 15px;
        margin-right: 10px;
    }

    .btn-plan {
        padding: 10px 15px;
    }

    .hero-content {
        margin-left: 0;
        padding: 15px;
        text-align: left;
    }
}

/* end hero section */


/* tour section */

.tour-card {
    position: relative;
    height: 320px;
    border-radius: 5px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    transition: 0.5s all;
    background-size: 102%;
}

.tour-card:hover {
    background-size: 200%;
}


.tour-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.15),
            rgba(0, 0, 0, 0.65));
    color: #fff;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.tour-overlay h4 {
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 2rem;
}

.tour-overlay p {
    opacity: 0.9;
}

.badge {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    width: fit-content;
}

.icon {
    width: 34px;
    height: 34px;
    margin-bottom: 2.3rem;
    transform: translateY(1.5rem);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem
}

.upcoming-tour-card {
    background: #fff;
    border-bottom: 1px solid #dee2e6;
    padding: 1.3rem 0;
    transition: background 0.2s;
}

.upcoming-tour-card .img-placeholder {
    width: 160px;
    height: 140px;
    background-color: #f0f0f0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    overflow: hidden;
}

.upcoming-tour-card .img-placeholder img {
    transform: scale(1);
    transition: 0.5s all;
}

.upcoming-tour-card:hover .img-placeholder img {
    transform: scale(1.2);
}

.upcoming-tour-card .tour-title {
    font-weight: 800;
    font-size: 1.2rem;
    margin: 0.5rem 0;
    color: var(--darkColor);
    position: relative;
}

.upcoming-tour-card .tour-description {
    color: var(--darkColor);
    max-width: 500px;
    margin: 1rem 0;
    line-height: 1.4;
}

.upcoming-tour-card .btn-outline-secondary {
    border-color: #dee2e6;
    color: #333;
    font-weight: 500;
    padding: 0.5rem 1.2rem;
    cursor: pointer !important;
    border-radius: 5px !important;
}

.upcoming-tour-card .btn-outline-secondary:hover {
    background: none;
    border-color: var(--primaryColor);
}


@media (max-width: 992px) {


    .upcoming-tour-card {
        padding: 1.4rem 0;
    }

    .upcoming-tour-card .tour-title {
        font-size: 1.1rem;
        margin: 0.4rem 0;
    }


    .upcoming-tour-card .tour-description {
        margin: 0.3rem 0;
        line-height: 1.3;
        font-size: 0.9rem;
    }


    .upcoming-tour-card .btn-outline-secondary {
        padding: 0.4rem 0.7rem;

    }


}

.card-img-top {
    object-fit: cover;
    height: 300px;
    transition: transform 0.3s ease;
}

.card:hover .card-img-top {
    transform: scale(1.03);
    /* Subtle zoom effect on hover */
}

.custom-btn {
    border-color: #ece0d5;
    background-color: #fff9f4;
    color: #000;
    font-size: 0.85rem;
    padding: 10px;
    transition: all 0.3s ease;
}

.custom-btn:hover {
    background-color: var(--darkColor);
    color: #fff;
    border-color: var(--darkColor);
}


/* Custom Button Gradient */
.btn-gradient {
    background: linear-gradient(90deg, var(--primaryColor) 0%, var(--secondaryColor) 100%);
    background-size: 100%;
    background-position: center;
    border: none;
    color: white;
    transition: 0.5s ease;
}

.btn-gradient:hover {
    background-size: 200%;
    background-position: right;
    color: white;
}



/* Secondary button tweak to match the image style */
.btn-outline-secondary {
    border-color: #dee2e6;
}

.btn-outline-secondary:hover {
    background-color: #f8f9fa;
    color: #000;
    border-color: #ced4da;
}

/* Slider Item Styles */
.journey-section .slide-item {
    padding-right: 10px;

}

/* Gutter spacing */
.journey-section .image-wrapper {
    height: 400px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
}

/* Controls Layout */
.journey-section .slider-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.journey-section .prev-btn,
.journey-section .next-btn {
    border: 1px solid #ddd;
    background: var(--lightColor);
    padding: 10px 15px;
    cursor: pointer;
    margin-left: 10px;
}

/* Slick Dot Styling */
.journey-section .slick-dots {
    position: static;
    list-style: none;
    display: flex;
    padding: 0;
}

.journey-section .slick-dots li {
    margin-right: 8px;
}

.journey-section .slick-dots button {
    font-size: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgb(187, 187, 187);
    cursor: pointer;
}

.journey-section .slick-active button {
    background: #000;
}

/* Slider Item Styles */
.feature-vehicles .slide-item {
    padding-right: 10px;
}

/* Gutter spacing */
.feature-vehicles .image-wrapper {
    height: 400px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
}

/* Controls Layout */
.feature-vehicles .slider-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.feature-vehicles .prev-btn,
.feature-vehicles .next-btn {
    border: 1px solid #ddd;
    background: var(--lightColor);
    padding: 10px 15px;
    cursor: pointer;
    margin-left: 10px;
}

/* Slick Dot Styling */
.feature-vehicles .slick-dots {
    position: static;
    list-style: none;
    display: flex;
    padding: 0;
}

.feature-vehicles .slick-dots li {
    margin-right: 8px;
}

.feature-vehicles .slick-dots button {
    font-size: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgb(187, 187, 187);
    cursor: pointer;
}

.feature-vehicles .slick-active button {
    background: #000;
}

/* Slider Item Styles */
.review-section {
    padding: 20px 0;
}

.review-section .slide-item {
    padding-right: 10px;
}

/* Controls Layout */
.review-section .slider-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.review-section .prev-btn,
.review-section .next-btn {
    border: 1px solid #ddd;
    background: var(--lightColor);
    padding: 10px 15px;
    cursor: pointer;
    margin-left: 10px;
}

/* Slick Dot Styling */
.review-section .slick-dots {
    position: static;
    list-style: none;
    display: flex;
    padding: 0;
    flex-wrap: nowrap;
}

.review-section .slick-dots li {
    margin-right: 8px;
}

.review-section .slick-dots button {
    font-size: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgb(187, 187, 187);
    cursor: pointer;
}

.review-section .slick-active button {
    background: #000;
}



.review-section .testimonial-card {
    padding: 30px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.review-section .stars {
    font-size: 1.5rem;
    letter-spacing: 2px;
    font-weight: bold;
}

.review-section .testimonial-text {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #000;
}

.review-section .user-info p {
    line-height: 1.4;
}

.review-section .logo-area {
    border-color: #ddd !important;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
}

/* Rounded Profile Images */
.review-section .testimonial-card img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.feature-section {
    padding: 4rem 0;
}

.feature-section .main-title {
    font-weight: 800;
    font-size: 3rem;
    line-height: 1.1;
}

.feature-section .sub-label {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
}

/* The Vertical Timeline Logic */
.feature-section .feature-item {
    position: relative;
    padding-bottom: 30px;
    margin-top: 10px;
}

.feature-section .feature-item:last-child {
    padding-bottom: 0;
}

/* The Line */
.feature-section .feature-item::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 40px;
    bottom: 0;
    width: 2px;
    background-color: var(--darkColor);
}

/* Remove line from last item */
.feature-section .feature-item:last-child::before {
    display: none;
}

.feature-section .icon-container {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    background: transparent;
    position: relative;
    z-index: 2;
}

.feature-section .feature-text h5 {
    font-weight: 700;
    margin-bottom: 5px;
}

.feature-section .feature-text p {
    color: var(--darkColor);
    font-size: 0.95rem;
}

@media (max-width: 992px) {
    .feature-section {
        padding: 2rem 0;
    }

    .feature-section .main-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }
}

/* Slider Item Styles */
.trusted-partner-section .slide-item {
    padding-right: 15px;
}

/* Gutter spacing */
.trusted-partner-section .image-wrapper {
    height: 50px;
}

.trusted-partner-section .image-wrapper img {
    height: 100%;
}

.faq .faq-header {
    margin-top: 80px;
    margin-bottom: 50px;
}

/* Custom styling to match the image's clean look */
.faq .accordion-item {
    border: 1px solid #d6cece !important;
    margin-bottom: 15px;
    border-radius: 8px !important;
    overflow: hidden;
    background: white !important;
}

.faq .accordion-button {
    font-weight: 700;
    color: #000;
    padding: 1.5rem;
    box-shadow: none !important;
    background: transparent !important;
}

.faq .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #000;
}

/* Styling the '+' icon to match the UI */
.faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    background-size: 1.5rem;
}

.faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.faq .contact-btn {
    border: 1px solid #ddd;
    padding: 10px 30px;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}

.faq .contact-btn:hover {
    background-color: #f8f9fa;
}

.contact-section .contact-icon {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.contact-section .contact-title {
    font-weight: 800;
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.contact-section .contact-subtitle {
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 1rem;
}

.contact-section .contact-detail {
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.contact-section .contact-detail:hover {
    color: #555;
}

footer .footer-nav li {
    margin-bottom: 1rem;
}

footer .footer-nav li a {
    text-decoration: none;
    color: #000;
    font-weight: 700;
    transition: color 0.3s ease;
}

footer .footer-nav li a:hover {
    color: #555;
}

footer .social-links i {
    font-size: 1.25rem;
}

footer .contact-info p {
    font-size: 0.95rem;
}

footer .logo {
    width: 150px;
}

/* Hero Section with Overlay */
.breadcrumb-section {
    min-height: 400px;
}

/* Typography Tweaks */
.origins-section h2 {
    font-size: 2.5rem;
    letter-spacing: -0.5px;
}

.tracking-widest {
    letter-spacing: 2px;
}

p {
    line-height: 1.8;
    font-size: 1.05rem;
}


/* Button Customization */
.btn-outline-dark {
    border-radius: 4px;
    border-width: 1px;
    font-weight: 500;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .breadcrumb-section {
        min-height: 270px;
    }

    .origins-section h2 {
        font-size: 1.8rem;
    }

    .lead {
        font-size: 1rem;
    }
}

.stats-section {
    color: #1a1a1a;
}

.stats-section .stat-card {
    border-radius: 8px;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.stats-section .stat-card:hover {
    transform: translateY(-5px);
}

.stats-section .stat-card p {
    text-align: right;
    line-height: 1.5rem;

}

.stats-section .display-3 {
    font-weight: 800;
    letter-spacing: -2px;
}

.stats-section .btn-light {
    background-color: #fff;
    border-radius: 4px;
    font-weight: 500;
}

.trusted-travelers-section .main-title {
    font-weight: 800;
    font-size: 3rem;
    line-height: 1.1;
    letter-spacing: -1px;
}

.trusted-travelers-section .sub-text {
    font-size: 1.1rem;
    margin: 25px 0;
}

.trusted-travelers-section .btn-browse {
    border: 1px solid #e5e7eb;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 500;
    background: white;
    transition: 0.3s;
}

.trusted-travelers-section .btn-browse:hover {
    background-color: #f9fafb;
}

.trusted-travelers-section .view-link {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    margin-left: 20px;
}

.trusted-travelers-section .logo-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}


/* Responsive adjustments */
@media (max-width: 992px) {
    .trusted-travelers-section .main-title {
        font-size: 2.1rem;
    }

    .trusted-travelers-section {
        text-align: center;
    }

    .trusted-travelers-section .logo-item {
        justify-content: center;
    }
}

/* Controls Layout */
.trusted-travelers-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.trusted-travelers-controls .prev-btn,
.trusted-travelers-controls .next-btn {
    border: 1px solid #ddd;
    background: var(--lightColor);
    padding: 5px 10px;
    cursor: pointer;
    margin-left: 10px;
    line-height: 1.3rem;
}

/* Slick Dot Styling */
.trusted-travelers-controls .slick-dots {
    position: static;
    list-style: none;
    display: flex;
    padding: 0 0 0 10px;
}

.trusted-travelers-controls .slick-dots li {
    margin-right: 8px;
}

.trusted-travelers-controls .slick-dots button {
    font-size: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgb(187, 187, 187);
    cursor: pointer;
}

.trusted-travelers-controls .slick-active button {
    background: #000;

}

.trusted-travelers-slider .testimonial-card {
    padding: 30px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #dfd8c5;
    border-radius: 5px;
}

.trusted-travelers-slider .testimonial-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #000;
}

.trusted-travelers-slider .user-info p {
    line-height: 1.4;
}

/* Rounded Profile Images */
.trusted-travelers-slider .testimonial-card img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.trusted-travelers-slider .testimonial-card .logo {
    width: fit-content;
}

.trusted-travelers-slider .testimonial-card .view-link {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    margin-top: 25px;
}


.btn-explore {
    background: linear-gradient(to right, var(--primaryColor), var(--secondaryColor));
    border: none;
    color: white;
    padding: 10px 30px;
    font-weight: 500;
    transition: opacity 0.3s;
}

.btn-explore:hover {
    opacity: 0.9;
    color: white;
}

.container-overlay-1 {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
        url('assets/images/golden-temple.jpg') no-repeat center;
    background-size: cover;
    border-radius: 5px;
    padding: 80px 20px;
    color: white;
    text-align: center;
}



.btn-contact {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 12px 30px;
    backdrop-filter: blur(5px);
}

.btn-contact:hover {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

@media (max-width: 992px) {
    .container-overlay-1 {

        padding: 50px 20px;

    }

}

/* Card Styling */
.local .experience-card {
    border: none;
    border-radius: 5px;
    overflow: hidden;
    background: transparent;
    height: 100%;
    transition: transform 0.3s ease;
    border: 1px solid #e7e7e7;
}

.local .experience-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.local .img-placeholder img {
    width: 100%;
    max-height: 400px;
    height: 280px;
    object-fit: cover;
}

.local .card-body {
    padding: 1.5rem;
}

.local .card-title {
    font-weight: 700;
    font-size: 1.4rem;
}

.local .card-text {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

/* Tag Styling */
.local .badge-tag {
    background-color: transparent;
    color: #333;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.75rem;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    text-transform: capitalize;
    border: 1px solid #e7e7e7;
}

/* View Details Link */
.local .view-details {
    display: block;
    margin-top: 1rem;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

.local .view-details:hover {
    text-decoration: underline;
}

.same-day-tour .header-section {
    padding: 60px 0 20px 0;
}

.same-day-tour .category-label {
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 8px;
    display: block;
}

.same-day-tour .main-title {
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 10px;
}

.same-day-tour .tour-row {
    padding: 40px 0;
    border-bottom: 1px solid #e0d8cf;

}

.same-day-tour img {
    width: 100%;
}

.same-day-tour .tour-title {
    font-weight: 800;
    font-size: 2rem;
    margin-top: 10px;
}

.same-day-tour .tour-desc {
    margin-bottom: 15px;
}

/* Tag Styling */
.same-day-tour .badge-tag {
    background-color: transparent;
    color: #000;
    border: 1px solid #ccc;
    font-weight: 600;
    font-size: 0.75rem;
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 4px;
    text-transform: capitalize;
}

.same-day-tour .view-details {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-top: 25px;
    transition: transform 0.2s;
}

.same-day-tour .view-details:hover {
    transform: translateX(5px);
    color: #333;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .same-day-tour .header-section {
        padding: 20px 0 5px 0;
    }

    .same-day-tour .main-title {
        font-size: 2rem;
    }

    .same-day-tour .tour-title {
        font-size: 1.4rem;
    }

    .same-day-tour .tour-content {
        margin-top: 15px;
    }
}

.feature-container {
    display: flex;
    gap: 20px;
    transition: all 0.5s ease;
}

.feature-card {
    background: white;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 30px;
    flex: 1;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feature-card:first-child,
.feature-card:hover {
    flex: 2;
    /* Grows larger than others */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.feature-container:hover .feature-card:not(:hover) {
    flex: 1;
}

.icon-box {
    font-size: 2rem;
    margin-bottom: 20px;
}

.card-title {
    font-weight: 800;
    font-size: 1.75rem;
    line-height: 1.2;
}

.card-text {
    font-size: 0.95rem;
}

.btn-learn {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px 20px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.more-link {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    margin-left: 15px;
}

.logo-size {
    height: 100px;

}

@media (max-width: 992px) {
    .feature-container {
        flex-direction: column;
    }

    .feature-card {
        flex: none !important;
        width: 100%;
        min-height: auto;
    }
}

.heritage-tour .breadcrumb {
    font-size: 0.9rem;
    color: #03011d;
}

.heritage-tour .includes-box {
    background-color: #fcfcfc;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 25px;
}

.heritage-tour .pricing-card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 20px;
}


.heritage-tour .video-placeholder {
    background-color: #03011d;
    border-radius: 8px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.heritage-tour .play-btn {
    font-size: 3rem;
    color: white;
    opacity: 0.9;
}

.heritage-tour .tour-detail-header {
    border-top: 1px solid #eee;
    padding: 15px 0;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
}

.heritage-tour .tour-detail-header:after {
    content: '\f282';
    font-family: 'bootstrap-icons';
    margin-left: auto;
    transition: 0.3s;
}

.heritage-tour .tour-detail-header.collapsed:after {
    content: '\f285';
}

.itinerary-header {
    text-align: center;
}

/* Timeline Line */
.timeline-container {
    position: relative;
    padding: 60px 0;
}

.timeline-container::before {
    content: '';
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    height: 2px;
    background: #000;
    z-index: -1;
    width: 90%;
}

/* Timeline Item */
.timeline-container .timeline-item {
    text-align: center;
    outline: none;
    padding: 0 15px;

}

.timeline-container .dot {
    width: 25px;
    height: 25px;
    background: #000;
    border-radius: 50%;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
    border: 7px solid white !important;
}

.timeline-container .time {
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.timeline-container .description {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.4;
    max-width: 250px;
    margin: 0 auto;
}

/* Navigation Buttons */
.timeline-container .nav-btn {
    border: 1px solid #ddd;
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    top: 48px;
    z-index: 10;
}

.timeline-container .nav-btn:hover {
    background: #000;
    color: #fff;
}

.timeline-container .prev-btn {
    left: 10px;
}

.timeline-container .next-btn {
    right: 10px;
}

.itinerary-header .explore-btn {
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

/* Card Styling */
.tour-highlights .tour-card {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.tour-highlights .tour-card:hover {
    transform: translateY(-5px);
}

.tour-highlights .tour-card-body {
    padding: 1.5rem;
    flex-grow: 1;
}

.tour-highlights .step-label {
    font-size: 0.75rem;
    font-weight: 700;
    color: #03011d;
    margin-bottom: 0.75rem;
}

.tour-highlights .tour-card-title {
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

.tour-highlights .tour-card-text {
    font-size: 0.9rem;
    color: #03011d;
    margin-bottom: 1rem;
}

.tour-highlights .tour-arrow {
    font-size: 0.9rem;
}

.pricing-header {
    padding: 60px 0 30px;
}

.category-badge {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 5px 15px;
    font-size: 0.9rem;
    color: #6c757d;
    background: white;
    margin: 0 5px;
}

.pricing-card {
    border: 1px solid #cec8c8;
    border-radius: 12px;
    transition: transform 0.3s ease;
    height: 100%;
    background: transparent;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.price-tag {
    font-size: 3rem;
    font-weight: 800;
    margin: 15px 0;
}

.feature-list {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-bottom: 30px;
}

.feature-list li {
    padding: 8px 0;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
}

.feature-list i {
    color: #333;
    margin-right: 10px;
    font-size: 1.1rem;
}

.btn-book {
    background: linear-gradient(90deg, #f09540 0%, #637a4d 100%);
    border: none;
    color: white;
    padding: 12px;
    font-weight: 600;
    border-radius: 8px;
    width: 100%;
    transition: opacity 0.3s;
}

.btn-book:hover {
    opacity: 0.9;
    color: white;
}

.icon-top {
    font-size: 2rem;
    float: right;
}



.form-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.header-section {
    text-align: center;
    margin-bottom: 40px;
}

.header-section span {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.header-section h1 {
    font-weight: 800;
    font-size: 2.5rem;
    margin-top: 10px;
}

label {
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.form-control,
.form-select {
    background-color: var(--input-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 6px 12px;
    background: transparent !important;
}

.form-control:focus,
.form-select:focus {
    background-color: #fff;
    border-color: #c5bba8;
    box-shadow: none;
}

/* Custom Radio Styling */
.form-check-input:checked {
    background-color: #d4a373;
    border-color: #d4a373;
}

.terms-text {
    font-size: 0.85rem;
}

.details-tour-itinerary .itinerary-header {
    max-width: 800px;
    margin-bottom: 50px;
}

.details-tour-itinerary .itinerary-header span {
    font-weight: 600;
    color: #03011d;
    font-size: 0.9rem;
}

/* Timeline Container */
.details-tour-itinerary .timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
}

/* Vertical Line */
.details-tour-itinerary .timeline::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    width: 2px;
    height: 98%;
    background: #bebebe;
}

.details-tour-itinerary .timeline-item {
    position: relative;
    margin-bottom: 40px;
    padding-left: 60px;
}

.details-tour-itinerary .timeline-item:last-child {
    margin-bottom: 0;
}

/* Timeline Dots */
.details-tour-itinerary .timeline-item::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 35px;
    width: 30px;
    height: 30px;
    background-color: #000000;
    border-radius: 50%;
    z-index: 1;
    border: 7px solid white;
}

/* Itinerary Cards */
.details-tour-itinerary .itinerary-card {
    background: transparent;
    border: 1px solid #bebebe;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.2s ease;
}

.details-tour-itinerary .itinerary-card:hover {
    transform: translateY(-2px);
}

.details-tour-itinerary .time-stamp {
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 10px;
    display: block;
}

.details-tour-itinerary .location-title {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.details-tour-itinerary .description {
    color: #03011d;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Buttons */
.details-tour-itinerary .btn-itinerary {
    border: 1px solid #e0e0e0;
    background: transparent;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #03011d;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.details-tour-itinerary .btn-itinerary:hover {
    background-color: #f8f9fa;
}

.arrow-icon {
    font-size: 1.1rem;
}

/* Mobile Adjustment */
@media (max-width: 992px) {
    .details-tour-itinerary .timeline::before {
        left: 15px;
    }

    .details-tour-itinerary .timeline-item {
        padding-left: 45px;
    }

    .details-tour-itinerary .timeline-item::after {
        left: 1px;
    }

    .details-tour-itinerary .itinerary-card {
        padding: 20px;
    }

    .details-tour-itinerary .timeline-item {
        margin-bottom: 25px;
    }
}

.key-attractions-tabs {
    padding: 40px 0;
}

.key-attractions-tabs .section-header {
    max-width: 700px;
    margin: 20px auto 40px;
    text-align: center;
}

.key-attractions-tabs .section-header span {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.key-attractions-tabs .section-header h2 {
    font-weight: 800;
    font-size: 2.5rem;
    margin: 15px 0;
}

/* Tabs Styling */
.key-attractions-tabs .custom-tab-container {
    border: 1px solid #eee;
    border-radius: 8px;
    background: white !important;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.key-attractions-tabs .custom-tab-container .nav-tabs .active {
    background: var(--lightColor) !important;
}

.key-attractions-tabs .nav-tabs {
    border-bottom: 1px solid #eee;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox */
}

.key-attractions-tabs .nav-tabs::-webkit-scrollbar {
    display: none;
}

/* Chrome/Safari */

.key-attractions-tabs .nav-tabs .nav-link {
    border: none;
    font-size: 0.9rem !important;
    border-right: 1px solid #eee;
    border-radius: 0;
    padding: 1.2rem 2rem;
    color: #000;
    font-weight: 700;
    text-align: center;
    min-width: 150px;
    transition: background 0.3s;
    height: 100%;
}

.key-attractions-tabs .nav-tabs .nav-link.active {
    background-color: #fff;
    color: #000;
    border-bottom: 3px solid #000;
    height: 100%;
    /* Optional: adds focus to active tab */
}

.key-attractions-tabs .tab-content {
    padding: 60px;
}

.key-attractions-tabs .content-label {
    font-weight: 700;
    font-size: 0.8rem;
    margin-bottom: 1rem;
    display: block;
}

.key-attractions-tabs .content-title {
    font-weight: 800;
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.key-attractions-tabs .content-text {
    color: #666;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.key-attractions-tabs .btn-learn {
    border: 1px solid #eee;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    color: #000;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}



@media (max-width: 992px) {
    .key-attractions-tabs {
        padding: 20px 0;
    }

    .key-attractions-tabs .tab-content {
        padding: 30px;
    }

    .key-attractions-tabs .content-title {
        font-size: 1.8rem;
    }

    .key-attractions-tabs .nav-tabs .nav-link {
        min-width: 120px;
        padding: 1rem;
    }
}



/* Tabs Styling */
.three-destination .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.three-destination .nav-tabs .nav-link {
    border: none;
    color: #212529;
    font-weight: 500;
    padding: 10px 0;
    margin-right: 20px;
}

.three-destination .nav-tabs .nav-link.active {
    color: #000;
    border-bottom: 2px solid #000;
    background: none;
}

/* Package Buttons */
.three-destination .btn-outline-dark {
    border-color: #dee2e6;
    color: #212529;
    font-weight: 500;
}

.three-destination .btn-check:checked+.btn-outline-dark {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.three-destination .btn-disabled {
    border-color: #eee;
    color: #ccc;
    pointer-events: none;
}


.three-destination .price-tag {
    font-size: 2rem;
    font-weight: 700;
}

.three-destination .stars {
    color: #000;
    font-size: 1.5rem;
}

.tour-details-service {
    max-width: 1000px;
}

.tour-details-service .table {
    border-top: none;
}

.tour-details-service .table thead th {
    border-bottom: none;
    padding-bottom: 20px;
    vertical-align: bottom;
    width: 40px;
}

.tour-details-service .table tbody td {
    padding: 15px 0;
    border-bottom: 1px solid #dee2e6;
    vertical-align: middle;
}

.tour-details-service .feature-name {
    font-weight: 400;
    color: #333;
}

.tour-details-service .column-header {
    font-weight: 800;
}

.tour-details-service .partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 1.2rem;
}

.tour-details-service .icon-check {
    font-size: 1.2rem;
}

.tour-details-service .icon-cross {
    font-size: 1.2rem;
    color: #000;
}

.attraction-cover-card {
    border: 1px solid silver;
    border-radius: 5px;
    margin: 10px;

}

.attraction-cover-card .image-wrapper {
    height: 300px;
    width: 100%;
}


.pilg-hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 60px 0;
    overflow: hidden;
}

.pilg-hero-section .hero-title {
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1.1;
    color: var(--text-dark);
    margin-bottom: 2rem;
}

.pilg-hero-section .hero-description {
    font-size: 1.1rem;
    color: #444;
    max-width: 500px;
    margin-bottom: 2.5rem;
}

/* Image Stack Logic */
.pilg-hero-section .image-stack {
    position: relative;
    height: 500px;
    width: 100%;
}

.pilg-hero-section .stack-item {
    position: absolute;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.pilg-hero-section .img-large {
    width: 70%;
    height: 400px;
    top: 0;
    right: 0;
    z-index: 1;
}

.pilg-hero-section .img-small {
    width: 50%;
    height: 300px;
    bottom: 0;
    left: 0;
    z-index: 2;
    border: 8px solid var(--bg-color);
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .pilg-hero-section {
        text-align: center;
    }

    .pilg-hero-section .hero-description {
        margin: 0 auto 2.5rem;
    }

    .pilg-hero-section .image-stack {
        height: 400px;
        margin-top: 3rem;
    }

    .pilg-hero-section .btn-enquire {
        margin-left: 0;
        margin-top: 10px;
    }
}

.pilg-section-2 .feature-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block;
}

.pilg-section-2 .feature-title {
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.pilg-section-2 .feature-text {
    font-size: 0.95rem;
    color: #03011d;
    line-height: 1.6;
}

.pilg-section-2 .center-image-container {
    background-color: #e9e4dd;
    border-radius: 8px;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media (max-width: 992px) {
    .pilg-section-2 .center-image-container {
        min-height: 300px;
        margin-bottom: 3rem;
    }

    .pilg-section-2 .feature-box {
        text-align: center !important;
        margin-bottom: 2rem;
    }
}

.breadcrumb-section .image-stack-container {
    position: relative;
    min-height: 500px;
    margin-top: 50px;
}

.breadcrumb-section .img-box {
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

/* Desktop Layout (Screen width > 992px) */
@media (min-width: 992px) {
    .breadcrumb-section .box-1 {
        width: 300px;
        height: 300px;
        position: absolute;
        left: 0;
        top: 100px;
        z-index: 1;
    }

    .breadcrumb-section .box-2 {
        width: 400px;
        height: 350px;
        position: absolute;
        left: 200px;
        top: 0;
        z-index: 2;
        background-color: #eeeeee;
    }

    .breadcrumb-section .box-3 {
        width: 320px;
        height: 250px;
        position: absolute;
        left: 480px;
        top: 70px;
        z-index: 3;
    }
}

/* Mobile Layout (Stacked) */
@media (max-width: 991px) {
    .breadcrumb-section .image-stack-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        min-height: auto;
    }

    .breadcrumb-section .img-box {
        width: 100% !important;
        max-width: 400px;
        height: 250px !important;
        position: static !important;
        margin: 55px 0;
    }
}

/* Tabs Styling */
.nav-tabs-wrapper {
    border: 1px solid #eee;
    border-radius: 8px;
    background: white !important;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.nav-tabs-wrapper .nav-tabs .active {
    background: var(--lightColor) !important;
}

.nav-tabs-wrapper .nav-tabs {
    border-bottom: 1px solid #eee;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}

.nav-tabs-wrapper .nav-tabs::-webkit-scrollbar {
    display: none;
}

.nav-tabs-wrapper .nav-tabs .nav-link {
    border: none;
    border-right: 1px solid #eee;
    border-radius: 0;
    padding: 0.4rem 0rem;
    color: #000;
    font-weight: 600;
    text-align: center;
    min-width: 75px;
    transition: background 0.3s;
    font-size: 15px;
}

@media(max-width:992px) {
    .nav-tabs-wrapper .nav-tabs .nav-item:first-child {
        margin-left: 400px;
    }
}

.contact-icon-section {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.contact-icon-section img {
    width: 50px;
    cursor: pointer;
    margin: 10px 0;
    background: white;
    border-radius: 50%;
}

@media(max-width:992px) {
    .contact-icon-section img {
        width: 40px;
    }
}

.extra_add .nav-tabs .nav-item {
    padding: 0 !important;
}

.extra_add .nav-tabs .nav-item .nav-link {
    font-size: 0.9rem !important;
    margin: 0 !important;
}

@media(max-width:992px) {
    .extra_add .nav-tabs .nav-item:first-child {
        margin-left: 350px;
    }

    .extra_add .nav-tabs .nav-item .nav-link {
        font-size: 0.8rem !important;
        padding: 0.5rem !important;
        height: 100%;
    }
}

.extended-tab .nav-tabs .nav-item {
    background: white !important;
}

.extended-tab .nav-tabs .active {
    background: #fff3e9;
}

@media(max-width:992px) {

    .extended-tab .nav-tabs .nav-item .nav-link {
        font-size: 0.8rem !important;
        padding: 0.5rem !important;
        height: 100%;
    }
}

