/* Welcome Section Css */
section.tabjump-sec {
    width: 100%;
    position: relative;
    padding: 20px 0px;
    box-shadow: 0 1px 5px #9fa7b133;
}
.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;
}
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;
}
.tabjump-box h4 {
    font-size: clamp(14px, 2vw, 20px);
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.destination-welcome-box h2 {
    font-size: clamp(24px, 4vw, 36px);
    margin-bottom: 20px;
}
.destination-welcome-box p {
    font-size: 17px;
}
.child-despoints p {
    font-size: 15px;
}
.tabjump-box h4 i {
    color: #f6b512;
    margin-right: 10px;
    font-size: 32px;
}
.destination-main-points {
    width: 100%;
    position: relative;
    border-left: 1px solid #bebebe;
    padding-left: 60px;
}
.child-despoints {
    width: 100%;
    position: relative;
    padding-left: 45px;
    margin-bottom: 30px;
}
.destination-main-points .child-despoints:last-child {
    margin-bottom: 0;
}
.child-despoints::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #f6b512;
    border-radius: 50%;
}

/* ====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-cont h6 {
    color: #fff;
    font-size: clamp(20px, 2vw, 23px);
    padding-bottom: 5px;
}
.cta-sa-logo img {
    border: 2px solid #bbbbbb;
    border-radius: 50%;
}
.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;
}
/* ====Travel Guide Section=== */
.travel-guide-card {
    border-radius: 10px;
    overflow: hidden;
    background: #f9f9f9;
    height: 100%;
    border: 1px solid #dfded7;
}
.travel-guide-pic img {
    height: 220px;
    object-fit: cover;
}
.travel-guide-para {
    padding: 20px 20px 30px 20px;
}
.travel-guide-para h6 {
    font-size: 15px;
    color: #888;
    margin-bottom: 5px;
    font-weight: 400;
}
.travel-guide-para h4 {
    font-size: 16px;
    margin: 0;
}
.travel-guide-card a {
    text-decoration: none;
}
.travel-guide-pic {
    width: 100%;
    overflow: hidden;
}
.travel-guide-card:hover h4 {
color:#f6b512;
}
.travel-guide-card:hover img{
 transform: scale(1.1);
 transition: 0.5s;
}
/* ====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);
}
.destination-welcome-box strong {
    font-weight: 400;
}
ul.faq-list {
    font-weight: 300;
}



/*====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;
    flex-wrap: wrap;
    padding: 0px;
    margin: 20px 0px 0px 0px;
}
.destination-main-points {
    border-left: none;
    padding-left: 0px;
    border-top: 1px solid #bebebe;
    padding-top: 40px;
    margin-top: 40px;
}
.travel-style-slider .slide {
    flex: 0 0 100%;
    margin: 0px;
}
.child-despoints {
    padding-left: 30px;
}
.table-box {
    overflow: scroll;
}
.park-gallery-box {
    width: 100%;
}
.guide-cta-rigt-btn {
    text-align: left;
    margin-top: 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;
}
.author-img {
    width: 95px;
    height: 95px;
}

}

@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;
    flex-wrap: wrap;
    padding: 0px;
    margin: 20px 0px 0px 0px;
}
.destination-main-points {
    border-left: none;
    padding-left: 0px;
    border-top: 1px solid #bebebe;
    padding-top: 40px;
    margin-top: 40px;
}
.desti-welcome-sec .row .col-md-7 {
    width: 100%;
}
.desti-welcome-sec .row .col-md-5 {
  width: 100%;  
}
.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%;
}
}
