header.bestday-head.optinal-heder {
    background: #333333;
}
header.bestday-head.optinal-heder  ul.navbar-nav.ms-auto li a.nav-link.active {
    color: #fff0ca;
}
header.bestday-head.optinal-heder  ul.navbar-nav.ms-auto li a{
    color:#fff;
}
section.welcome-sec {
    width: 100%;
    position: relative;
    padding: 80px 0px;
}
.safari-card-box {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 1px 5px #9fa7b133;
}
ul.tour-hiegt-points {
    width: 100%;
    position: relative;
    display: flex;
    list-style: none;
    justify-content: flex-start;
    padding: 0px;
    gap: 10px;
}
ul.tour-hiegt-points li {
    padding: 4px 8px;
    font-size: 11px;
    border-radius: 24px;
}
ul.tour-hiegt-points li:nth-child(1) {
    background: #5242b81a;
    border: 1px solid #bdbcc2;
}
ul.tour-hiegt-points li:nth-child(2) {
    background: #f8efda;
}
ul.tour-hiegt-points li:nth-child(3) {
    background: #fbefef;
}
ul.tour-hiegt-points li:nth-child(4) {
    background: #fcf5eb;
}
.safari-card-details h3 {
    font-size: clamp(16px, 1.5vw, 19px);
    margin: 15px 0;
    font-weight: 500;
}
.pack-pricebox {
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
    justify-content: space-between;
}
.pack-pricebox h4 {
    font-size: clamp(10px, 0.9vw, 12px);
    padding: 0;
    margin: 0;
    color: #7c7c7c;
    font-weight: 400;
}
.pack-pricebox h4 strong {
    font-size: clamp(14px, 1.5vw, 18px);
    color: #000;
    padding-left: 5px;
    font-weight: 500;
}
.pack-pricebox h4 span {
    color: #cc950d;
}
.safari-card-details {
    width: 100%;
    padding: 25px;
}
.safari-card-pic {
    overflow: hidden;
}
.safari-card-box a {
    text-decoration: none;
    color: inherit;
}
.safari-card-box:hover img{
    transform: scale(1.1);
    transition: .5s;
}
.safari-card-box:hover h3 {
    text-decoration: underline;
     text-decoration-color: #f8b712;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px; 
}
.safari-filder-box {
    width: 100%;
    margin-top: 50px;
}
/* ====filter and pegination css=== */
div#filterBoxWrapper {
    width: 100%;
    position: sticky;
    top: 100px;
}
.filter-box {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 6px;
    margin-right: 30px;
    border: 1px solid rgb(235, 230, 220);
}
.result-count {
    font-size: 13px;
    color: #555;
    margin-bottom: 15px;
}
.filter-box h5 {
    font-size: 16px;
    margin-bottom: 15px;
}
.filter-group {
    margin-bottom: 20px;
}
.filter-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
}
.form-range {
    width: 100%;
    accent-color: #f6b512;
}
.range-values {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 5px;
}
.check-box {
    font-size: 13px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.check-box input {
    accent-color: #f6b512;
}
.check-box span {
    color: #999;
}
.filter-box hr {
    margin: 20px 0;
}
.pagination .page-link {
    color: #000;
    margin: 0 7px;
    border-radius: 4px;
    border: 1px solid #f6b512;
    font-size: 12px;
    padding: 3px 13px;
}
.pagination .page-item.active .page-link {
    background: #f6b512;
    color: #fff;
}
.pagination .page-link:hover {
    background: #f6b512;
    color: #fff;
}
span.showing-pack {
    color: #f6b512;
    font-weight: 900;
    font-size: 15px;
    padding: 0px 4px;
}
#priceRange::-webkit-slider-thumb,
#dayRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #f6b512;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}
#priceRange::-moz-range-thumb,
#dayRange::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #f6b512;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

/* ====SAFARI CTA ===*/
.safari-cta-box {
    width: 100%;
    position: relative;
    background: #000;
    padding: 50px;
    border-radius: 30px;
    border-left: 10px solid #f6b512;
}
.safari-cta-box .row {
    display: flex;
    align-items: center;
}
.cta-sa-logo img {
    border: 2px solid #bbbbbb;
    border-radius: 50%;
}
.cta-sa-cont h6 {
    color: #fff;
    font-size: clamp(20px, 2vw, 23px);
    padding-bottom: 5px;
}
.safari-cta-box p {
    font-weight: 100;
}
.cta-sa-cont h4 {
    color: #d8d8d8;
    text-transform: uppercase;
    font-size: 12px;
}
.cta-sa-cont p{
    color:#fff;
    margin: 0;
    padding: 0;
}
.cta-sa-btn h4 {
    color: #d8d8d8;
    text-transform: uppercase;
    font-size: 12px;
}
.cta-sa-btn p {
    color: #fff;
    font-size: 15px;
}
p.cta-link-para a {
    text-decoration: none;
    color: #fff;
}
.cta-sa-btn {
    padding-left: 38px;
}
.cta-sa-btn p span {
    color: #f6b512;
    padding: 0px 5px;
}

/* ==== tab Design css=== */
.way-to-explore-details .explore-image {
    height: 100%;
}
.way-to-explore-details .explore-content {
    height: 100%;
}
.way-to-explore-details img {
    display: block;
}
.align-items-stretch {
    align-items: center !important;
    display: flex;
}
.new-tab-sdesig-box {
    width: 100%;
    position: relative;
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.new-tab-sdesig-box li {
    width: 100%;
    border: 1px solid #9a8d8d;
    border-right: none;
}
.new-tab-sdesig-box li:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow:hidden;
}
.new-tab-sdesig-box li:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right: 1px solid #9a8d8d;
    overflow:hidden;
}
.new-tab-sdesig-box li button{
    width: 100%;
    text-align: center;
     padding: 10px;
}
.nav-pills .nav-link {
min-width: 100%;
border-radius: 0px
}
.nav-pills .nav-link.active {
    background: #333333;
    min-width: 100%;
    border-radius: 0px
}
.way-to-explore-details {
    background: #efefef;
    overflow: hidden;
}
.way-to-explore-details .explore-content h2 {
    font-size: clamp(20px, 2.5vw, 30px);
    margin: 15px 0;
    font-weight: 500;
}
.way-to-explore-details .explore-content h6 {
    font-size: 20px;
    font-weight: 400;
}

/* ==when to visit ===*/
section.when-to-visit-sec {
    width: 100%;
    background: #efefef;
    padding: 80px 0px;
    margin-top: 80px;
}
.best-time-month-box.mt-5.mb-5 {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 25px;
}
.best-time-month-box ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.best-time-month-box ul li {
    width: 100%;
    border: 1.7px solid #dadada;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    position: relative;
}
.best-time-month-box ul li i {
    position: absolute;
    top: 2px;
    right: 5px;
    color: #f6b512;
}
.best-season {
    border: 1.7px solid #f6b512 !important;
    background: #fcf5eb;
}
.mid-season {
    background: #edecf8;
    border: 1.7px solid #b0afae !important;
}
.best-season-card-box {
    width: 100%;
    position: relative;
    background: #efefef;
    padding: 15px;
    border: 1.7px solid #f6b512 !important;
}
.best-season-card-box h4 {
    width: 100%;
    position: relative;
    font-size: clamp(14px, 1.5vw, 18px); 
}
.best-season-card-box h4 i {
    position: absolute;
    right: 0;
    color: #f6b512;
}
.best-season-card-box ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.best-season-card-box ul li {
    width: 100%;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    font-size:14px;
    font-weight: 300;
}
.best-season-card-box h6 {
    width: 100%;
    position: relative;
    font-size: clamp(11px, 1.5vw, 14px);
    font-weight: 400;
}
.best-season-card-box h6 span {
    position: absolute;
    right: 0;
    background: #333333;
    padding: 3px 10px;
    color: #ffffff;
    font-size: 12px;
}
.best-season-card-box h5 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}
.best-season-card-box.bg-best-white {
    background: #fff;
    border: 1.7px solid #d3d1e2 !important;
}

/* ====Travel Style slider ===*/
section.travel-style-sec {
    width: 100%;
    position: relative;
    padding: 80px 0px;
    background: #000000;
}
.travel-style-slider .slider-viewport {
    overflow: hidden;
    width: 100%;
}
.travel-style-slider .slider-track {
    display: flex;
    transition: transform 0.5s ease;
}
.travel-style-slider .slide {
    flex: 0 0 60%;
    margin: 0 20px;
    opacity: 0.6;
    transition: all 0.5s ease;
    position: relative;
}
.travel-style-slider .slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0; 
    width: 100%;
    height: 31%;
    background: linear-gradient(to bottom, #000000 0%, rgba(36, 36, 36, 0) 100%);
    z-index: 1;
}
.travel-style-slider .slide.active {
    opacity: 1;
}
.travel-style-slider .slide img {
    border-radius: 10px;
}
.travel-style-slider .slider-content {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}
.travel-style-slider .nav {
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    background: rgb(246 181 18);
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.travel-style-slider .prev { left: 20px; }
.travel-style-slider .next { right: 20px; }

.top-con-style {
    width: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    padding: 30px 80px;
    color: #fff;
    z-index: 5;
}
.top-con-style h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}
.top-con-style p {
    text-transform: uppercase;
    font-size: clamp(11px, 1.2vw, 14px);
}
/* ===white linkdetais para sec== */
section.white-how-plan-sec {
    width: 100%;
    position: relative;
    padding: 80px 0px 0px 0px;
}
ul.linkking-para-box-list {
    padding: 0;
    width: 100%;
    position: relative;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 5px;
    list-style: none;
}
ul.linkking-para-box-list li::after {
    content: "|";
    margin-left: 10px;
    color: #f6b512;
}
ul.linkking-para-box-list li:last-child::after {
    content: "";
}
.white-yellow-text-box h2 {
    font-size: clamp(22px, 3vw, 32px); 
    padding: 0;
    margin-bottom: 20px;
    font-weight:500;
}

/* ====Travel Guide Section=== */
.travel-guide-slider .travel-guide-card {
    border-radius: 10px;
    overflow: hidden;
    background: #f9f9f9;
    height: 100%;
    border: 1px solid #dfded7;
}
.travel-guide-slider .travel-guide-pic img {
    height: 220px;
    object-fit: cover;
}
.travel-guide-slider .travel-guide-para {
    padding: 20px 20px 30px 20px;
}
.travel-guide-slider .travel-guide-para h6 {
    font-size: 15px;
    color: #888;
    margin-bottom: 5px;
    font-weight: 400;
}
.travel-guide-slider .travel-guide-para h4 {
    font-size: 16px;
    margin: 0;
}
.travel-guide-slider .carousel-control-prev,
.travel-guide-slider .carousel-control-next {
    width: 40px;
    height: 40px;
    background: rgb(246 181 18);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.travel-guide-slider .travel-guide-card a {
    text-decoration: none;
}
.travel-guide-pic {
    width: 100%;
    overflow: hidden;
}
.travel-guide-slider .travel-guide-card:hover h4 {
color:#f6b512;
}
.travel-guide-slider .travel-guide-card:hover img{
 transform: scale(1.1);
 transition: 0.5s;
}
button#openFilterModalBtn {
    width: 100%;
    padding: 10px 20px;
    background: #f6b512;
    border: 1px solid #f6b512;
    border-radius: 25px;
    margin-bottom: 45px;
    display: flex;
    justify-content: space-between;
    display:none;
}


/*====Responsive Code====*/
@media (max-width: 767px) {
.filter-box {
    margin-right: 0px;
    margin-bottom: 30px;
}
.cta-sa-logo {
    text-align: center;
    margin-bottom: 25px;
}
.cta-sa-cont {
    text-align: center;
    margin-bottom: 30px;
}
.cta-sa-btn {
    padding-left: 0px;
    text-align: center;
}
.best-time-month-box ul {
    flex-wrap: wrap;
}
.best-time-month-box ul li {
    width: 20%;
}
.travel-style-slider .slide {
    flex: 0 0 100%;
    margin: 0px;
}
.new-tab-sdesig-box {
    width: 100%;
    display: flex;
    overflow: scroll;
    list-style: none;
    margin: 0;
    padding: 0;
}
.new-tab-sdesig-box > li {
  flex: 0 0 50%; 
  max-width: 50%;
}
 #filterBoxWrapper {
        display: none;
    }
button#openFilterModalBtn {
    display: flex;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.safari-filder-box .row .col-md-4 {
    width: 100%;
}
.safari-filder-box .row .col-md-8 {
    width: 100%;
}
 #filterBoxWrapper {
        display: none;
    }
button#openFilterModalBtn {
    display: flex;
}
.best-time-month-box ul li {
    width: 30%;
}
.best-time-month-box ul {
    display: flex;
    flex-wrap: wrap;
}
.top-best-season .row .col-md-3 {
    width: 50%;
}
.safari-cta-box .row .col-md-2 {
    display: none;
}
.safari-cta-box .row .col-md-6 {
    width: 60%;
}
.safari-cta-box .row .col-md-4 {
    width: 40%;
}
.cta-sa-btn p {
    display: flex;
    flex-direction: column;
    margin: 10px 0px 20px 0px;
}
.rating-head-bestday {
    width: 100%;
}
.coomon-heading-box {
    width: 100%;
}
}
