/* 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;
}
.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 #bebebe;
    padding-left: 60px;
}
.child-despoints {
    width: 100%;
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
}
.child-despoints p {
    font-size: 15px;
}
.destination-welcome-box p {
    font-size: 17px;
}
.child-despoints::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #f6b512;
    border-radius: 50%;
}

/* ====Mission section=== */
section.africa-soul-sec {
    width: 100%;
    position: relative;
    background: #000;
    overflow: hidden;
    padding:70px 40px;
}
.sou-dvok.align-items-center {
    display: flex;
    gap: 25px;
}
.col.middle-soulcont-box {
    flex: 1.3 0 0%;
}
.col.left-shift {
    margin-left: -25%;
}
.col.right-shift {
    margin-right: -25%;
}
.africa-soul-cont {
    text-align: center;
    padding: 30px;
}
.africa-soul-cont p {
    color:#fff;
}
p.uer-para-soul {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1.7;
    font-size: 15px;
}
.africa-soul-cont h2 {
    color: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.africa-soul-cont h2 span {
    font-weight: 300;
}
a.best-day-bgl-btn.deep-hover-btn:hover {
    background: #333333;
}


/* ====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; 
}

/* ====Best time to Travel ====*/
.custome-best-table {
    width: 100%;
    border: 1px solid #e8e9ea;
    border-radius: 10px;
    overflow: hidden; 
    border-collapse: separate;
    border-spacing: 0;
}
.main-content-best-box h2 {
    margin-bottom: 20px;
}
.main-content-best-box p {
    font-weight: 300;
    line-height: 26px;
}
.table.custome-best-table thead tr th {
    vertical-align: bottom;
    background: #f9f9f9;
    padding: 20px;
    font-weight: 500;
    font-size: 15px;
}
.table.custome-best-table tbody tr th {
    padding: 20px;
    font-weight: 500;
    font-size: 15px;
}
.table.custome-best-table tbody tr td {
    padding: 20px;
    font-size: 14px;
}
table.custome-best-table tbody tr:nth-child(even) td {
    background-color: #f9f9f9 !important;
}
table.custome-best-table tbody tr:nth-child(even) th {
    background-color: #f9f9f9 !important;
}
.best-season-guide-point {
    width: 100%;
    background: #f9f9f9;
    padding: 20px;
}
.best-season-guide-point ul {
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.best-season-guide-point ul li {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d0cbcb;
    font-size: 15px;
    font-weight: 300;
}
.best-season-guide-point ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.best-season-guide-point ul li i.bi.bi-check-circle {
    color: #f6b512;
}
.best-season-guide-point ul li i.bi.bi-x-circle {
    color: #ff0000;
}
.best-season-guide-cont.give-top-spsps {
    padding-top: 20px;
}
/* ====quote box ====*/
.qutaion-box-national {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}
.quote-section {
    background:#f9f9f9;
    border-radius: 15px;
    overflow: hidden;
}
.quote-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding: 30px 30px 30px 55px;
}
.quote-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
.quote-icon {
    font-size: 40px;
    font-weight: bold;
    font-family: 'bootstrap-icons';
    position: absolute;
    top: 10px;
    left: 25px;
}
.quote-text {
    font-size: 15px;
    color: #333;
}
.author-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

/* ====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;
}

/*===Visited Tanzania== */
.travel-visit-box {
    align-items: center;
    border: 1px solid #eceae5;
    border-radius: 17px;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    padding: 21.5px 13px 16.5px 7px;
    transition: background-color .3s;
}
.card-achievement-icon {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    max-width: 135px;
    width: 100%;
}
.card-achievement-icon picture {
    display: flex;
    height: 85px;
    justify-content: center;
    width: 113px;
}
.card-achievement-icon picture img {
    display: block;
    height: 100%;
    object-fit: contain;
}
.card-achievement__desc {
    position:relative;
    color: #a49175;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 25px;
    transition: color .3s;
}
.card-achievement__desc:before {
    background-color: #eceae5;
    content: "";
    height: 64px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 1px;
}
.travel-tittle-box h3 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #c49f75;
    font-weight: 500;
    letter-spacing: 1px;
}

/* ==== Long CTA ===*/
.guide-cta-box {
    background: #111111;
    padding: 40px 30px;
    border-radius: 15px;
}
.guide-cta-box h3 {
    color: #fff;
    font-size: clamp(20px, 2vw, 23px);
    padding-bottom: 0px;
}
.guide-cta-box p {
    padding: 0px;
    margin: 0px;
    color: #a7a7a7;
    font-weight: 300;
}
.guide-cta-rigt-btn {
    text-align: end;
}
.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: #fff !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: #f6b512;
}

/*====Experience Gallery===*/
.safari-gallery .gallery-item {
    cursor: pointer;
    overflow: hidden;
    border-radius: 15px;
    height: 100%;
}
.safari-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.4s ease;
}
.safari-gallery .gallery-item:hover img {
    transform: scale(1.05);
}
.safari-gallery .col-md-6 {
    height: 280px;
}
.safari-gallery .col-md-3 {
     height: 280px;
}
.travel-guide-controls .carousel-control-prev,
.travel-guide-controls .carousel-control-next {
    width: 40px;
    height: 40px;
    background: rgb(246 181 18);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.modal {
    z-index: 10000;
}
@media (max-width: 767px) {
    .safari-gallery .col-md-6,
    .safari-gallery .col-md-3 {
        height: auto;
    }
}

/*===button css===*/
.btn-order {
    border: 1.5px solid #f6b512;
    font-weight: 500;
    white-space: nowrap;
    transition: background 0.3s, color 0.3s;
    padding: 10px 25px;
    color: #fff !important;
    text-decoration: none;
    font-size: clamp(14px, 0.9vw, 15px);
    text-transform: capitalize;
    border-radius: 25px;
}
.btn-order:hover {
    background: #f6b512;
    color: #111;
}




.col-md-12.new-sec-experi {
    display: flex;
    margin-top: 25px;
    margin-left: 18px;
}

/* ====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;
}
section#besttime i {
    color: #f6b512;
}
.blog-list-box.mt-4.mb-4 {
    font-weight: 300;
    line-height: 26px;
}
.main-content-best-box.mt-80.container i {
    color: #f6b512;
    font-size: 20px;
}
.best-season-guide-point h4 i {
    margin-right: 15px;
}
.blog-pic-box-tittleee {
    width: 100%;
    margin-top: 15px;
    padding-left: 20px;
    position: relative;
}
.blog-pic-box-tittleee:before {
    position: absolute;
    width: 2px;
    height: 20px;
    content: "";
    top: 7px;
    left: 0;
    background: #f6b512;
}
ul.blog-list {
    margin-bottom: 0px;
}
.main-content-best-box h2 {
    margin-top: 40px;
}
.related-topic-list {
    width: 100%;
    position: relative;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.related-topic-list a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #333333;
    font-size: clamp(10px, 1.2vw, 12px);
    font-weight: 500;
    padding: 7px 10px;
    border-radius: 15px;
}
.related-topic-list a:hover {
color: #fff;
background-color: #f6b512;
border: 1px solid #f6b512;
}
.main-content-best-box.mt-80.container a strong {
    font-weight: 400 !important;
}
.destination-welcome-box a strong {
    font-weight: 400;
}
.trip-include-child.mt-5 h5 {
    margin-bottom: 25px;
}
.trip-include-box p {
    margin-top: 25px;
}


/*====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;
}
.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%;
}
.safari-gallery .col-md-6{
    width:50%;
    height: auto;
} 
.sou-dvok.align-items-center {
    display: flex;
    gap: 25px;
    flex-direction: column;
}
section.africa-soul-sec {
    padding: 70px 20px;
}
.safari-gallery .col-md-3 {
    height: auto;
    width:25%;
}
.col.left-shift {
    display: none;
}
.col.right-shift {
    display: none;
}
.traveler-visit-brand .row {
    gap: 1.5rem; 
}
.blog-pic-box .row {
    gap: 1.5rem; 
}
.trip-include-box {
    padding: 30px;
}
ul.vistjump-list {
    width: 100%;
    display: flex;
    gap: 15px;
    row-gap: 6px;
    padding: 0;
    margin: 20px 0 0;
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}
ul.vistjump-list li {
    flex: 0 0 calc(33.33% - 5px);
    list-style: none;
    scroll-snap-align: start;
}
span.mob-hide-text {
    display: none;
}
.col-md-12.new-sec-experi {
    margin-left: 0px;
}
.africa-soul-cont {
    padding: 30px 0px;
}

}

@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%;  
}
.col.middle-soulcont-box {
    flex: 1.9 0 0%;
}
.col.left-shift {
    display: none;
}
.col.right-shift {
    display: none;
}
.africa-soul-cont p {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.africa-soul-cont {
    padding: 15px;
}
.coomon-heading-box {
    width: 100%;
}
.table-box {
    overflow: scroll;
}
.traveler-visit-brand .row {
    width: 100%;
    display: flex;
    row-gap: 20px;
}
.traveler-visit-brand .row .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
}
.rating-head-bestday {
    width: 100%;
}
.col-md-12.new-sec-experi {
    margin-left: 0px;
}
section.tabjump-sec {
    position: sticky !important;
    top: 75px;
    z-index: 10;
    background: #ffffff;
}
}