﻿.toursCardRounded, .offersCardRounded {
    border-top-left-radius: .5rem !important; /* Adjust the value as needed */
    border-top-right-radius: .5rem !important;
}

.taBox {
    border-radius: 3px;
    overflow: hidden;
}

.tab-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    position: relative;
    max-width: 700px;
    gap: 35px !important;
}

.tab-item {
    flex: 1;
    text-align: center;
    transition: .3s;
    color: #212529;
    opacity: 1;
}

.tab-toggle {
    display: none;
}

.tab-content {
    display: none;
}

.tab-toggle:nth-child(1):checked ~ .tab-list .tab-item:nth-child(1),
.tab-toggle:nth-child(2):checked ~ .tab-list .tab-item:nth-child(2),
.tab-toggle:nth-child(3):checked ~ .tab-list .tab-item:nth-child(3) {
    opacity: 1;
    background: black;
}

.tab-toggle:nth-child(2):checked ~ .tab-list::before {
    transform: translateX(100%);
}

.tab-toggle:nth-child(3):checked ~ .tab-list::before {
    transform: translateX(200%);
}

.tab-toggle:nth-child(1):checked ~ .tab-container .tab-content:nth-child(1),
.tab-toggle:nth-child(2):checked ~ .tab-container .tab-content:nth-child(2),
.tab-toggle:nth-child(3):checked ~ .tab-container .tab-content:nth-child(3) {
    display: block;
}

.tab-trigger {
    display: block;
    padding: 10px 0;
    font-weight: 600;
    cursor: pointer;
}

.tab-container {
    padding: 35px 4px;
}

.tab-content .card-body {
    width: fit-content;
    color: #212529;
    border-radius: 10px;
}

.details {
    display: flex;
    gap: 100px;
}

.row.newDeal.btnColor {
    padding: 1rem 3rem;
}

.tab-trigger.active-tab {
    background-color: #3C7631; /* Customize your active color */
    color: white;
    border-radius: 10px 10px 0px 0px;
    padding: 10px 9px !important;
}

.search.search-bg.tourSearch {
    box-shadow: none;
    background: none;
}

    .search.search-bg.tourSearch .dest-box {
        border: 1px solid #83bf79;
        border-radius: 15px;
        height: 50px !important;
        overflow: hidden;
    }

form#tourForm {
    gap: 18px;
}

input.form-control.col-md-3.sugesText {
    background: none !important;
}

#tourSearchButton {
    background: #47B34D !important;
    width: 100%;
    padding: 13px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 15px !important;
    border: 0px !important;
}

select.form-select.newSelect {
    height: 40px;
    border-radius: 15px !important;
}

input#numberOfDays::placeholder {
    color: black;
    font-size: 14px !important;
    font-weight: 600;
}
input#dateRange::placeholder {
    color: black;
    font-size: 14px !important;
    font-weight: 600;
}

input#cityNameTour::placeholder {
    color: black;
    font-size: 14px !important;
    font-weight: 600;
}

.search.search-bg select {
    font-size: 15px;
    font-weight: 600;
}

.show-map.selected, .show-image.selected {
    background: #47B34D !important;
    color: #FFFFFF !important;
    letter-spacing: 0.4px;
    border-radius: 15px;
    padding: 0px 20px;
}

.show-map, .show-image {
    border-radius: 15px;
    padding: 0px 20px;
    box-shadow: none;
    color: #47b34d;
    font-weight: 600;
    border: 1px solid;
}

select#sortfilter {
    border-radius: 15px;
    border: 1px solid #47b34d;
    padding: 10px 23px;
}

.black-icon {
    color: black;
    font-size: 16px;
    margin-right: 0px;
}

.totalDays {
    font-size: 16px;
    font-weight: bold;
}

.noColor {
    color: #d4a833;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0px !important;
}


.paddingForTourIcon {
    font-size: 18px;
    font-weight: bold;
}

.btnColor {
    background-color: #66b05a !important;
}

a.btn.btn-primary.info-btn {
    font-size: 16px !important;
    padding: 6px 30px;
    height: fit-content;
    font-weight: 600;
}

p.text-dark.paddingForIcon span {
    font-size: 16px;
    font-weight: bold;
    font-family: "Raleway", sans-serif !important;
}

p.text-dark.paddingForIcon {
    font-size: 15px;
    font-weight: 600;
    font-family: "Raleway", sans-serif !important;
}

input#numberOfDays::-webkit-outer-spin-button,
input#numberOfDays::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input#numberOfDays[type=number] {
    -moz-appearance: textfield;
}

.tourName {
    font-weight: 700;
    font-size: 20px;
}

p.text-dark.bookDate.paddingForTourIcon.fontOffer {
    font-weight: 500;
}

@media (min-width:1100px) and (max-width:1350px) {
    .paddingForTourIcon {
        font-size: 15px !important;
        font-weight: bold;
    }
}

.cursive-text {
    font-family: 'Great Vibes', cursive;
}

.rightSide {
    display: flex;
    justify-content: flex-end;
}

@media (min-width: 320px) and (max-width: 490px) {
    .rightSide {
        justify-content: center !important;
    }

    .tab-list {
        gap: 43px !important;
    }

    .tourName {
        font-size: 16px !important;
    }

    .paddingForTourIcon {
        font-size: 16px;
    }

    .payText {
        text-align: left !important;
    }

    .noColor {
        padding-left: 10px;
    }

    a.btn.btn-primary.info-btn {
        padding: 6px 8px !important;
    }

    .filterViews {
        justify-content: center;
    }

    .customTab {
        justify-content: center !important;
        display: flex;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .toursHeading h4 {
        font-size: 17px !important;
    }
}

.payText {
    text-align: center;
}



.customTab {
    justify-content: start;
    display: flex;
}

@media (max-width: 576px) {
    .pagination {
        display: ruby !important;
    }

    .page-item .page-link {
        margin-top: 5px !important;
    }
    .filterViews {
        margin: auto;
        text-align: center;
    }
}

.customMarginForDealsAndTours {
    margin-top: 100px;
}

.fixed-tab-bar {
    position: fixed;
    top: 78px; /* height of your fixed header */
    left: 0;
    right: 0;
    z-index: 500;
    background-color: #343a40;
}
.imgCalender{
    margin-top:0px;
}