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;
}



.stop-sticky {
  position: relative !important;
  top: auto !important;
  transform: none !important;
}
/* Welcome Section Css */
section.tabjump-sec {
    width: 100%;
    padding: 15px 0px;
    box-shadow: 0 1px 5px #9fa7b133;
    position: sticky;
    top: 1px;
    background: #ffffff;
    z-index: 20;
}
.tabjump-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.vistjump-list {
    display: flex;
    gap: 30px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.tabjump-box h4 {
    font-size: clamp(14px, 2vw, 20px);
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.tabjump-box h4 i {
    color: #f6b512;
    margin-right: 10px;
    font-size: 32px;
}
ul.vistjump-list li a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    text-underline-offset: 32px;
    text-decoration-thickness: 2px;
}
ul.vistjump-list li a:hover {
    color: #f6b512;
    text-decoration: underline;
    text-underline-offset: 32px;
    text-decoration-thickness: 2px;
}
.destination-main-points {
    width: 100%;
    position: relative;
    border-left: 1px solid #969798;
    padding-left: 60px;
}
.child-despoints {
    width: 100%;
    position: relative;
    padding-left: 20px; 
}
.child-despoints::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #f6b512;
    border-radius: 50%;
}

/* ====Related Packages css ====*/
.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; 
}
.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%);
}

/* ===Welcome section form and pricebox ===*/
.itinerya-main-hei-price-box {
    width: 100%;
    padding: 20px;
    background: #f9f9f9;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-left: 17px solid #f6b512 !important;
    box-shadow: 0 1px 5px #9fa7b133;
    border: 1px solid #b6bec6;
    border-radius: 10px;
}
.itinerya-main-hei-price-box p {
    font-size: 14px;
}
.itinerya-main-hei-price-box h5 i {
    background: #f6b512;
    border-radius: 50%;
    margin-right: 10px;
}
.right-itinerary-form {
    width: 100%;
    display: flex;
    justify-content: right;
}
.booking-card {
    width: 350px;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
}
.booking-card .form-group {
    margin-bottom: 20px;
}
.booking-card .form-group label {
    font-size: 13px;
    color: #888;
    margin-bottom: 5px;
    display: block;
}
.booking-card .select-box {
    position: relative;
    border-bottom: 2px solid #ccc;
}
.booking-card .select-box select {
    width: 100%;
    border: none;
    outline: none;
    padding: 8px 0;
    font-size: 16px;
    background: transparent;
    appearance: none;
    cursor: pointer;
}
/*.booking-card .select-box::after {*/
/*    content: "⌄";*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    pointer-events: none;*/
/*    font-size: 14px;*/
/*}*/
.booking-card .travel-info label {
    font-size: 13px;
    color: #888;
}
.booking-card .travel-info h5 {
    margin: 5px 0;
    font-size: 15px;
}
.booking-card .old-price {
    text-decoration: line-through;
    color: #aaa;
    font-size: 13px;
}
.booking-card .price {
    font-size: 28px;
    margin: 5px 0 19px;
    
}
.booking-card .price span {
    font-size: 16px;
}
.booking-card .trip-code {
    font-size: 12px;
    color: #777;
}
.booking-card .btn {
    padding: 8px 25px;
    color: #fff !important;
    text-decoration: none;
    font-size: clamp(12px, 0.9vw, 15px);
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 15px;
}
.booking-card .primary-btn {
    background: #f6b512;
    color: #fff;
}
.booking-card .primary-btn:hover {
    background: #333333;
}
.booking-card .outline-btn {
    background:#333333;
    color: #fff;
}
.booking-card .outline-btn:hover{
    background: #f6b512;
}
.buuton-group-bt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.date-fild-box input {
    border: none;
    background: none;
    border-bottom: 2px solid #d4d1d1;
    padding-bottom: 10px;
    outline: none;
}

/* ====Tours Details=== */

.day-pan {
    display: flex;
    padding: 35px 0px 25px 0px;
    border-top: 1px solid #DCCEAC;
}
.day-number {
    min-width: 180px;
    text-align:left;
}
.day-number p {
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 400;
    color: #8a8680;
}
.tour-details-box p {
    line-height: 26px;
}

/* Main layout */
.itinerary-section .itinerary-wrapper {
    display: flex;
    height: 640px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.itinerary-section .main-left-tour {
    width: 35%;
    background: #f9f9f9; 
    display: flex;
    flex-direction: column;
}
.itinerary-section .itinerary-left {
    padding: 20px;
    overflow-y: auto;
    flex: 1; 
}
.itinerary-section .itinerary-left::-webkit-scrollbar {
    width: 5px;
}
.itinerary-section .itinerary-left::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
.itinerary-section .itinerary-left::-webkit-scrollbar-track {
    background: transparent;
}
.itinerary-section .itinerary-left {
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}
.itinerary-section .itinerary-left h3 {
    margin-bottom: 5px;
}
.itinerary-section .sub-title {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}
.itinerary-section .timeline {
    position: relative;
}
.itinerary-section .timeline::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: repeating-linear-gradient(to bottom, #ddd 0px, #ddd 4px, transparent 4px, transparent 10px);
}
.itinerary-section .day:last-child {
    margin-bottom: 0;
}
.itinerary-section .day {
    display: flex;
    gap: 25px;
    margin-bottom: 15px;
    cursor: pointer;
}
.itinerary-section .day strong {
    font-size: 14px;
    font-weight: 500;
}
.itinerary-section .day p {
    font-size: 14px;
}
.itinerary-section .dot {
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    margin-top: 5px;
    z-index: 10;
}
.itinerary-section .dot.yellow {
    background: #f6b512;
}
.itinerary-section .dot.star {
    background: #000;
    transform: rotate(45deg);
}
.itinerary-section .explore-btn-wrapper {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    background: #f9f9f9;
}
.itinerary-section .explore-btn {
    background: #f6b512;
    padding: 8px 25px;
    color: #fff !important;
    text-decoration: none;
    font-size: clamp(12px, 0.9vw, 15px);
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 15px;
    border: none;
}
.itinerary-section .explore-btn:hover{
    background: #333333;
}
/*.itinerary-section .itinerary-right {*/
/*    width: 65%;*/
/*}*/
.itinerary-section .itinerary-right img {
    width: 100%;
    height: 100%;
}
/* ====Tour Highlights=== */
.highlights-sec-right {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 50px;
}
.hight-slide-cont {
    width: 100%;
    padding: 30px 10px 0px 10px;
}
.tourHighlights-controls {
    width: 90%;
    position: absolute;
    bottom: 0px;
    left: 55%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 5;
    justify-content: space-between;
}
.tourHighlights-controls .carousel-control-prev,
.tourHighlights-controls .carousel-control-next {
    position: static;  
    width: 40px;
    height: 40px;
}
.bestday-common-indicators {
    bottom: -22%;
    transform: translateY(-50%);
    z-index: 8;
    text-align: center;
}
.carousel-indicators.bestday-common-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #333 !important;
    border: 0;
    margin: 5px;
    opacity: 1;
}
.carousel-indicators.bestday-common-indicators .active {
    background-color: #f6b512 !important;
}
/* ====Trip Inclusions==== */
.trip-include-box {
    width: 100%;
    padding: 60px 60px 70px 60px;
    background: #f9f9f9;
}
ul.inexlist-safari {
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
ul.inexlist-safari li i {
    font-size: 30px;
    color: #f6b512;
}
ul.inexlist-safari li {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 15px;
    align-items: center;
}
ul.inexlist-safari li:last-child {
    margin-bottom: 0;
}

/* ====main Safari Tours Form=== */
.main-form-safari-box {
    width: 100%;
    position: relative;
}
.booking-fild-safari {
    width: 100%;
    margin-bottom: 10px;
}
.booking-fild-safari label {
    font-size: 15px;
    margin-bottom: 7px;
    /*font-weight: 500;*/
    color: #646262;
}
.booking-fild-safari input {
    width: 100%;
    border: 1px solid #d2d3d5;
    padding: 6px;
    outline: none;
}
.booking-fild-safari select {
    width: 100%;
    border: 1px solid #d2d3d5;
    padding: 8px;
    outline: none;
}
.booking-fild-safari textarea {
    border: 1px solid #d2d3d5;
    padding: 7px;
    outline: none;
}
.booking-fild-safari textarea:focus {
    border-color: #f6b512;
}
.booking-fild-safari input:focus,
.booking-fild-safari select:focus {
    border-color: #f6b512;
}
.muttilchoose-box input {
    width: auto;
}
.muttilchoose-box {
    display: flex;
    gap: 10px;
}
.form-check.agees-check-fild input {
    width: auto;
}
.booking-fild-safari-btn button {
    background: #f6b512;
    padding: 8px 25px;
    color: #fff !important;
    text-decoration: none;
    font-size: clamp(14px, 0.9vw, 15px);
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 30px;
    border: navajowhite;
}
.booking-fild-safari-btn button:hover {
    background: #000;
}
.booking-itinerary-right {
    padding-top: 30px;
}
ul.faq-list {
    display: flex;
    gap: 100px;
    color: #f6b512;
    padding: 15px;
    font-size: 18px;
    font-weight: 300;
}
section.tabjump-sec {
    padding-top: 120px;
}

.guest-wrapper {
                        position: relative;
                    }
                    .guest-box {
    border: 1px solid #ccc;
    padding: 10px;
    cursor: pointer;
    background: #fff;
}
                    .guest-display {
    font-size: 14px;
}
                    .guest-dropdown {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    margin-top: 5px;
    padding: 10px;
    z-index: 999;
}
                    .guest-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
                    .counter {
    display: flex;
    align-items: center;
    gap: 8px;
}
                    .counter button {
    width: 30px;
    height: 30px;
    border: none;
    background: #eee;
    cursor: pointer;
    font-size: 16px;
}
                    .counter input {
    width: 40px;
    text-align: center;
    border: none;
    background: transparent;
}
.tailormade-form-group {
    margin-top: 25px;
}
#travel-destination-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

#travel-destination-box .check-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

#travel-destination-box .check-item:hover {
    background: #eaeaea;
}

#travel-destination-box input[type="checkbox"] {
    accent-color: #333333;
    cursor: pointer;
    width: auto !important;
}

#travel-destination-box input[type="checkbox"]:checked + span {
    color: #f6b512;
    /*font-weight: 600;*/
}

#travel-destination-box .check-item span {
    font-size: 12px;
}
 input#phone_number {
        border: none !important;
    }
.phone-input {
            position: relative;
            display: flex;
            align-items: center;
            border: 1px solid #ccc;
            overflow: hidden;
        }
.country-select {
            display: flex;
            align-items: center;
            gap: 6px;
            padding: 7px;
            background: #f9f9f9;
            cursor: pointer;
            border-right: 1px solid #ccc;
        }
.booking-fild-safari .error-message {
                display: block;
                margin-top: 6px;
                font-size: 13px;
                color: #dc3545;
                line-height: 1.4;
            }
/*.is-invalid */
/*{*/
/*                border: 1px solid #dc3545 !important;*/
/*                box-shadow: none !important;*/
/*            }*/
.form-check-input.is-invalid {
                outline: 1px solid #dc3545;
            }
.guide-cta-rigt-btn .btn-order {
    border: 1.5px solid #f6b512;
    padding: 10px 28px;
    font-weight: 400;
    white-space: nowrap;
    transition: background 0.3s, color 0.3s;
    color: #210000 !important;
    text-decoration: none;
    font-size: clamp(14px, 0.9vw, 15px);
    text-transform: capitalize;
    border-radius: 25px;
}
.guide-cta-rigt-btn .btn-order:hover {
    background-color: #f6b512;
    color: #ffffff !important;
}





/*====Responsive Code====*/
@media (max-width: 767px) {
.tabjump-box {
    align-items: flex-start;
    flex-direction: column;
}
ul.vistjump-list {
    display: flex;
    gap: 15px;
    row-gap: 6px;
    padding: 0;
    margin: 0px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
}
.breadcrumb-box {
    display: none;
}
ul.vistjump-list li {
    flex: 0 0 calc(33.33% - 5px);
    list-style: none;
    scroll-snap-align: start;
}
.booking-card {
    width: 100%;
    margin-top: 25px;
}
.day-pan {
    flex-direction: column;
}
.day-number {
    margin-bottom: 20px;
}
.trip-include-box {
    padding: 60px 30px;
}
.highlights-sec-right {
    padding-left: 0px;
    padding-top: 20px;
}
.tourHighlights-controls {
    width: 100%;
    bottom: -40px;
    left: 50%;
}
.bestday-common-indicators {
    bottom: -10%;
}
ul.faq-list {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.itinerary-section .main-left-tour {
    width: 100%;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
}
.itinerary-section .itinerary-wrapper {
    display: flex;
    height: auto;
    flex-direction: column;
}
section.tabjump-sec {
    padding-top: 85px;
    overflow: hidden;
}
#travel-destination-box {
    grid-template-columns: repeat(2, 1fr);
}
h4#scrollTopBtn {
    display: none;
}

}

@media (min-width: 768px) and (max-width: 1024px) {
.tabjump-box {
    align-items: flex-start;
    flex-direction: column;
}
ul.vistjump-list {
    display: flex;
    gap: 15px;
    row-gap: 6px;
    padding: 0;
    margin: 0px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
}
.itinerary-section .itinerary-wrapper {
    height: auto;
    flex-direction: column;
}
.itinerary-section .main-left-tour {
    width: 100%;
}
.day-number {
    min-width: 120px;
}
.coomon-heading-box {
    width: 100%;
}
.highlights-main .row .col-md-6 {
    width: 100%;
}
.highlights-sec-right {
    padding-left: 0px;
    margin-top: 40px;
}
.tourHighlights-controls {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.bestday-common-indicators {
    display: none;
}
.booking-itinerary .row.mb-5 .col-md-6 {
    width: 100%;
}
.tailormade-form-group {
    margin-bottom: 25px;
}
.tailormade-form-group h5 {
    font-size: 15px;
}
.trip-include-box {
    padding: 60px 30px 60px 30px;
}
ul.faq-list {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.rating-head-bestday {
    width: 100%;
}
section.tabjump-sec {
    padding-top: 95px;
}
.itinerya-main-hei-price-box .row .col-md-9 {
    width: 60%;
}
.itinerya-main-hei-price-box .row .col-md-3 {
    width: 40%;
}
.tailormade-form-group.itineray-destiform .row .col-md-6 {
    width: 100%;
}
}
