
.common-heading-soa h5,
.hero-middle-content-box h4,
a.main-btn-soa-btn,
button.muttitootle-btn {
    text-transform: uppercase;
}

/*@font-face {*/
/*    font-family: 'AcuminPro';*/
/*    src: url("../fonts/AcuminPro-Bold.woff") format("woff");*/
/*    font-display: swap;*/
/*    font-weight: 700; */
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: 'SoleilRegular';*/
/*    src: url("../fonts/SoleilRegular.woff2") format("woff2");*/
/*    font-display: swap;*/
/*    font-weight: 700; */
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: 'AcuminPro-Black';*/
/*    src: url("../fonts/AcuminPro-Black.woff2") format("woff2");*/
/*    font-display: swap;*/
/*    font-weight: 700; */
/*    font-style: normal;*/
/*}*/


h1 {
    line-height: 75px;
    /*margin-bottom: 30px;*/
}
.accordion-button,
body {
    /*font-family: "AcuminPro-Black";*/
    font-family: 'Nunito', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    /*font-family: 'AcuminPro', serif;*/
    font-weight: 600;
    font-style: normal;
}
p {
    /*font-family: "SoleilRegular", serif;*/
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
}
.new-hed-font,
.notfofnt-soa {
   font-family: 'Raleway', sans-serif;
}
a.main-btn-soa-btn {
    background: #c98239;
    padding: 10px 35px;
    text-decoration: none;
    font-size: clamp(14px, 1.2vw, 18px);
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}
.soa-header {
    z-index: 100;
    position: absolute;
    width: 100%;
    padding: 10px 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.15));
    backdrop-filter: blur(4px);
}
.soa-header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.soa-hero-sec:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background: #453f3a63;
}
.hero-middle-content-box {
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero-middle-content-box h4 img {
    width: 30px;
    margin-right: 5px;
}
.hero-middle-content-box h4 {
    font-size: 15px;
    width: 45%;
    margin: 0 auto 40px;
    letter-spacing: 1px;
    background: linear-gradient(to right, rgb(152 152 152 / 35%), rgba(255, 255, 255, 0.15));
    backdrop-filter: blur(4px);
    padding: 10px 25px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    font-weight: 500;
}
a.main-btn-soa-btn:hover {
    background: #827460;
}
.hero-middle-content-box h1 {
    font-size: clamp(32px, 6vw, 66px);
    line-height: clamp(40px, 6.5vw, 70px);
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.hero-middle-content-box h5 {
    font-size: clamp(17px, 3vw, 21px);
    color: #fff;
    margin-bottom: 48px;
    font-weight: 300;
}
.common-heading-soa h5 {
    font-size: 15px;
    letter-spacing: 2px;
    color: #453f3a;
}
.common-heading-soa h2 {
    font-size: 46px;
    line-height: clamp(32px, 5.5vw, 55px);
    letter-spacing: 1px;
    margin: 20px 0;
}
.coom-btn-box-hed {
    margin-top: 35px;
}
.common-heading-soa {
    width: 70%;
    margin: 0 auto;
}
.same-desig-activi-box,
.same-desig-ponts-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 25px 0;
}
.same-desig-activi-box .activities-box,
.same-desig-ponts-box p {
    flex: 0 0 calc(50% - 10px);
    border: 1px solid #e6e6e699;
    padding: 13px;
    margin: 0;
}
.activities-box h5 {
    font-size: 17px !important;
}
h3.mb-0.itinerary-title {
    font-size: clamp(14px, 2vw, 18px);
    width: 80%;
}
/*.accordion-body ul {*/
/*    margin: 0;*/
/*    padding: 10px 0 10px 15px;*/
/*}*/
/*.accordion-button:not(.collapsed) {*/
/*    background-color: #f6f6f6;*/
/*    color: #453f3a;*/
/*}*/
/*.accordion {*/
/*    border-radius: 0 !important;*/
/*}*/
/*.accordion-button:focus {*/
/*    z-index: 3;*/
/*    outline: 0;*/
/*    box-shadow: none;*/
/*}*/
.image-overlay {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
    z-index: 10;
}
.badge-label {
    background: #453f3a;
    padding: 6px 14px;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 15px;
}
.image-overlay h3 {
    font-size: 28px;
    max-width: 300px;
}
.tabs-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.tab-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    background: #fff;
    border: 1px solid #eee;
    transition: 0.3s;
    cursor: pointer;
}
.tab-item.active {
    border: 1px solid #453f3a;
    background: #fdfdfd;
}
.tab-item .number {
    font-size: 20px;
    font-weight: 300;
    color: #aca8a5;
    min-width: 40px;
    border-right: 1px solid #ddd;
    padding-right: 15px;
}
.tab-item h5 {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 500;
}
.tab-item p {
    font-size: 16px;
    color: #666;
    margin: 0;
}
.botttom-cont-btn,
.safari-expi-mian-box,
.soa-testimonial-box,
.tab-tatata-soa,
.why-us-main-box {
    margin-top: 60px;
}
.image-box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(to top, #242424 0, rgba(36, 36, 36, 0) 100%);
    z-index: 1;
}

section.tab-tailor-sec,
section.testimonial-sec,
section.trusted-sec {
    width: 100%;
    position: relative;
    padding-bottom: 70px;
}
.testimonial-card {
    background: #f7f7f7;
    padding: 20px;
    border: 1px solid #e8e9ea;
}
.testimonial-tittle {
    display: flex;
    gap: 10px;
    align-items: center;
}
.testimonial-tittle h2 {
    background: #d6cfc4;
    font-size: 18px;
    font-weight: 500;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.why-us-card-soa,
section.why-us-sec,
ul.testimonial-rating {
    width: 100%;
    position: relative;
}
.outher-desc h3 {
    font-size: 15px;
    padding: 0;
    margin: 0;
}
.outher-desc p {
    font-size: 12px;
    margin: 0;
    padding: 0;
}
ul.testimonial-rating {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 10px 0;
    gap: 5px;
}
ul.testimonial-rating li i {
    color: #facc15;
    font-size: 12px;
}
.common-heading-soa a.trip-cllco,
.testimonial-read-more a {
    color: #453f3a;
}
.safari-con-desctp p,
.testimonial-read-more p {
    padding: 0;
    margin: 0;
}
.testimonial-read-more a:hover {
    color: #827460;
}
.trusted-card-box img {
    max-width: 60px;
}
.trusted-card-box ul {
    text-align: center;
    justify-content: center;
}
.trusted-card-box h3 {
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
}
.trusted-card-box a {
    font-size: 15px;
    color: #453f3a;
    text-decoration: none;
}
.trusted-card-box a:hover {
    text-decoration: underline;
}
.cococo-soa-ban-btn,
.main-trusted-box {
    margin-top: 40px;
}
section.why-us-sec {
    padding: 70px 0;
    background: #e9e8e6;
}
.why-us-card-soa {
    border: 1px solid #d6dce2;
    padding: 20px;
}
.why-us-card-soa i {
    background: #d6cfc4;
    padding: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 20px;
}
.why-us-card-soa:hover {
    background: #fff;
    transition: 1.5s;
    cursor: pointer;
}
.faq-main-land-box {
    width: 70%;
    margin: 60px auto 0;
}
.gallery-box-landing .gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 20px;
}
.gallery-box-landing .gallery img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    transition: 0.3s;
}
@media (min-width: 992px) {
    .gallery-box-landing .gallery {
        grid-template-columns: repeat(3, 1fr);
    }
    .gallery-box-landing .gallery img {
        height: 250px;
    }
}
.gallery-box-landing .lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.gallery-box-landing .lightbox-img {
    max-width: 80%;
    max-height: 80%;
    border-radius: 10px;
}
.gallery-box-landing .lightbox .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
.gallery-box-landing .lightbox .prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: 0 0;
    border: none;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    padding: 10px;
}
.card-check,
.expi-card-para,
.expi-card-pico,
.image-box,
.img-box,
.radio-card,
.safari-card,
.safari-img,
section.faq-sec {
    position: relative;
}
.checkmark,
.tick {
    position: absolute;
}
.checkmark,
.days-tick,
.safari-tick,
.tick {
    opacity: 0;
    transform: scale(0.6);
    transition: 0.3s;
}
.card-title,
.checkmark,
.tick {
    background: #fff;
}
.gallery-box-landing .lightbox .prev {
    left: 30px;
}
.next {
    right: 30px;
}
@media (max-width: 768px) {
    .lightbox-img {
        max-width: 95%;
    }
}
/*section.gallery-sec {*/
/*    width: 100%;*/
/*    position: relative;*/
/*    padding: 70px 0;*/
/*}*/
section.faq-sec {
    width: 100%;
    padding-bottom: 60px;
    margin-top:100px;
}
.expi-card-para {
    width: 100%;
    padding-top: 20px;
}
.expi-card-para h2 {
    font-size: 23px;
}
.expi-card-pico {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}
.expi-card-pico:hover img {
    transform: scale(1.1);
    transition: 1s;
}
.why-us-card-soa h3 {
    font-size: 20px;
}
.common-heading-soa a.trip-cllco:hover {
    text-decoration: none;
    transition: 1s;
}
button.muttitootle-btn {
    width: 75%;
    background: #453f3a;
    padding: 10px 35px;
    text-decoration: none;
    font-size: clamp(14px, 1.2vw, 18px);
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    display: none;
    z-index: 9999;
    border: 1px solid #453f3a;
}
.main-awd-soa {
    padding: 0 100px;
}
.error-message {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
}
.radio-error {
    border: 1px solid #dc3545;
    padding: 10px;
    border-radius: 6px;
}
.card-title,
.days-title {
    padding: 16px;
    font-weight: 500;
    text-align: center;
}
.banner-contet h1 {
    font-size: 45px;
    line-height: 1.1;
    text-transform: uppercase;
}
.speci-sub-fild-box {
    width: 100% !important;
    margin-bottom: 60px;
}
.quote-form button.submit-btn {
    background: #d86f28;
    padding: 20px !important;
    line-height: 10px;
    font-size: 15px;
}
.quote-form textarea {
    background: #f3f3f3 !important;
}
form.spcial-offer-bok h2 {
    font-size: clamp(25px, 5vw, 38px);
    line-height: clamp(32px, 5.5vw, 55px);
    margin: 0 0 10px;
    padding: 0;
    text-transform: capitalize;
}
.destination-checkbox .content p,
form.spcial-offer-bok p {
    font-size: 17px;
}
.destination-checkbox {
    max-width: 360px;
}
.card-check {
    display: block;
    cursor: pointer;
    width: 100%;
    min-height: 360px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}
.destination-group-main,
.radio-safari-type {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 45px;
}
.card-check input,
.radio-card input,
.radio-days input,
.safari-card input {
    display: none;
}
.image-box {
    height: 100%;
    overflow: hidden;
}
.image-box img {
    object-fit: cover;
    transition: opacity 0.5s;
    width: 100%;
    height: auto;
    display: block;
}
.checkmark {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    color: #d76f28;
    border-radius: 50%;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.radio-days,
.tick {
    align-items: center;
}
.card-check input:checked + .image-box .checkmark,
.radio-card input:checked + .img-box .tick,
.radio-days input:checked + .days-img .days-tick,
.radio-days input:checked + .number-of-days .days-tick,
.safari-card input:checked + .safari-img .safari-tick {
    opacity: 1;
    transform: scale(1);
}
.destination-checkbox .content {
    padding: 18px;
    text-align: center;
}
.card-check input:checked ~ .content,
.safari-card input:checked ~ .safari-con-desctp {
    position: absolute;
    background: #d76f28;
    color: #fff;
    height: 100%;
}
.destination-checkbox .content h4 {
    margin: 0 0 10px;
    font-size: clamp(15px, 1.8vw, 18px);
    line-height: 1.4;
}
.destination-checkbox .content p {
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
}
.radio-card-group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}
.radio-card {
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    overflow: hidden;
}
.radio-days,
.safari-card {
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
}
.img-box img,
.safari-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}
.tick {
    bottom: 18px;
    left: 18px;
    width: 44px;
    height: 44px;
    color: #2b8a3e;
    border-radius: 50%;
    font-size: 26px;
    display: flex;
    justify-content: center;
}
.card-title {
    font-size: clamp(15px, 2vw, 18px);
    color: #453f3a;
    line-height: 1.4;
}
.radio-card input:checked ~ .card-title,
.radio-days input:checked ~ .days-title,
.safari-card input:checked ~ .safari-title {
    background: #d76f28;
    color: #fff;
}
@media (max-width: 1024px) {
    .radio-card-group {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .radio-card-group {
        grid-template-columns: 1fr;
    }
    .image-box {
    height: auto;
    overflow: hidden;
}
}
.radio-days-group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 40px;
}
.radio-days {
    cursor: pointer;
    border-radius: 6px;
    position: relative;
    color: #fff;
    background: #827460;
    justify-content: center;
}
.days-title {
    font-size: 18px;
    color: #453f3a;
    background: #fff;
}
.number-of-days h5 {
    font-size: clamp(22px, 4vw, 35px);
    padding: 0;
    margin: 0;
    line-height: 1.2;
}
.days-tick,
.safari-tick {
    position: absolute;
    bottom: 18px;
    left: 18px;
    width: 46px;
    height: 46px;
    background: #fff;
    color: #c98239;
    border-radius: 50%;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#safari-date,
.safari-card {
    border-radius: 6px;
    cursor: pointer;
}
.safari-title {
    text-align: center;
    font-weight: 500;
    font-size: clamp(15px, 2vw, 18px);
    line-height: 1.4;
}
.comn_main_heding h2 {
    font-size: clamp(26px, 4vw, 40px);
    line-height: 1.2;
}
@media (max-width: 1024px) {
    .radio-days-group,
    .radio-safari-type {
        grid-template-columns: repeat(2, 1fr);
    }
    .destination-group-main {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
.safari-con-desctp {
    width: 100%;
    padding: 15px 15px 25px;
    text-align: center;
}
.safari-step {
    overflow: visible !important;
    max-width: 420px;
    margin: 45px auto 0;
    display: flex;
    justify-content: center;
}
.sub-text {
    font-size: 16px;
    color: #7a7a8c;
    margin-bottom: 0px;
}
#safari-date {
    width: 100%;
    padding: 14px 16px;
    font-size: 16px;
    border: 1px solid #ddd;
    display: none;
}
.flatpickr-calendar {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}
.flatpickr-months {
    padding: 12px;
}
.flatpickr-current-month {
    font-size: 18px;
    font-weight: 600;
}
.flatpickr-weekdays {
    font-weight: 600;
    color: #333;
}
.flatpickr-day {
    font-size: 15px;
    border-radius: 6px;
}
.flatpickr-day.today {
    border-color: #c98239;
}
.flatpickr-day.selected,
.flatpickr-day.selected:hover {
    background: #c98239;
    color: #fff;
    border-color: #c98239;
}
.quote-form {
    max-width: 520px;
    margin: 45px auto;
}
.form-group {
    margin-bottom: 20px;
}
.quote-form .form-group label {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin-bottom: 6px;
    text-align: left;
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    max-width: 100%;
    padding: 12px 14px;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    font-size: 16px;
    outline: 0;
    background: #fff;
}
.cococo-soa-ban-btn a,
.submit-btn {
    text-decoration: none;
    font-size: clamp(14px, 1.2vw, 18px);
    color: #fff;
    font-weight:bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #9a9a9a;
}
.phone-group {
    display: grid;
    gap: 12px;
}
textarea {
    resize: vertical;
    min-height: 100px;
}
.submit-btn {
    width: 100%;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    background: #453f3a;
    padding: 10px 35px;
}
.submit-btn:hover {
    background: #c98239;
}
.form-select,
.safari-form-box .form-control {
    height: 50px;
    font-size: 14px !important;
}
.wpcf7-form.init {
    background: 0 0 !important;
    padding: 0;
}
span.flatpickr-day.today {
    background: 0 0 !important;
    border: none !important;
    color: #453f3a !important;
    font-weight: 700;
}
.flatpickr-day.selected:hover {
    background: #b1b0af !important;
    border: 1px solid #453f3a;
    color: #fff;
}
span.flatpickr-day.selected {
    background: #453f3a !important;
    border: 1px solid #fff;
    color: #fff !important;
}
section.main-fom-sec {
    width: 100%;
    position: relative;
    padding-top: 60px;
    padding-bottom: 41px;
    background: #fbf5ef91;
}
.main-logo_child {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 35px;
}
.left_ban-main-logo img {
    width: 200px;
}
ul.banne_trip_logo {
    list-style: none;
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 0;
    margin: 0;
}
ul.banne_trip_logo img {
    width: 66px;
}
.banner-contet {
    color: #fff;
    width: 60%;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}
section.hero_sec {
    width: 100%;
    position: relative;
    overflow: hidden;
}
section.hero_sec:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background: #0f07003d;
}
.comn_main_heding {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}
.flatpickr-calendar {
    display: block !important;
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 78%;
}
.cococo-soa-ban-btn a {
    background: #d86f28;
    padding: 10px 35px;
}
ul.testimonial-rating li img {
    width: 20px;
}
.why-piocco img {
    padding: 18px;
    width: 56px;
}
.why-piocco {
    background: #d6cfc4;
    padding: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 10px;
}
.input-error {
    border: 1px solid red !important;
}
.flatpickr-wrapper {
    position: relative;
    display: contents !important;
}
.flatpickr-day.flatpickr-disabled {
    cursor: not-allowed !important;
    opacity: 0.3 !important;
}
input:focus,
select:focus,
textarea:focus {
    border: 1px solid #453f3a;
    outline: 0;
}

.tanzania-section {
  padding: 60px 20px;
}

/*.container {*/
/*  max-width: 1200px;*/
/*  margin: auto;*/
/*}*/

.section-title {
    text-align: center;
    font-size: 46px;
    margin-bottom: 24px;
    text-transform: capitalize;
}

/* Grid Layout */
.grid-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  margin-bottom: 30px;
  align-items: center;
}

.grid-row.reverse {
  grid-template-columns: 1fr 1fr 1fr;
}

/* Image */
.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content */
.content-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.icon img {
    max-width: 22px;
}
.item h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

.item p {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}

/*.gallery-section {*/
/*  padding: 20px;*/
/*  margin-top:60px;*/
/*}*/

/* Main Image */
.main-slider {
  width: 100%;
  overflow: hidden;
}

.main-slider img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

/* Footer */
/*.gallery-footer {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*  margin-top: 15px;*/
/*  gap: 15px;*/
/*}*/

/* Thumbnails */
.thumbnails {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    justify-content: center;
}

.thumbnails img {
    width: 120px;
    height: 83px;
    object-fit: cover;
    cursor: pointer;
    /* border-radius: 3px; */
    opacity: 0.7;
    transition: 0.3s;
}

.thumbnails img.active {
  opacity: 1;
  outline: 2px solid orange;
}

.thumbnails img:hover {
  opacity: 1;
}

/* Controls */
.controls {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
}

#counter {
  font-size: 14px;
  color: #444;
}

.arrows button {
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
  color: orange;
}

.testimonial-section {
  padding: 50px 20px;
}

/* Title */
.rec-title {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #453f3a;
    padding-bottom: 20px;
    /* width: 102%; */
    font-size: 46px;
    margin-top: 70px;
}

/* Logo Slider */
.logo-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom:120px;
}

.logo-track {
  display: flex;
  gap: 40px;
  overflow: hidden;
  position:relative;
  padding-bottom:40px;
}

.logo-track::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px; /* control border width here */
  height: 1px;
  background: #000;
}

.logo-track img {
  height: 100px;
  object-fit: contain;
}

/* Buttons */
.logo-prev, .logo-next,
.test-prev, .test-next {
  border: 1px solid #ddd;
  background: white;
  border-radius: 50%;
  cursor: pointer;
}

/* Layout */
.testimonial-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  max-width: 1320px;
  margin: auto;
  gap:100px;
  margin-top:100px;
}

/* Left */
.testimonial-left h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.testimonial-left p {
  font-size: 17px;
  color: #555;
}

.feefo {
  margin-top: 15px;
  font-size: 14px;
}

/* Right */
.testimonial-right {
  position: relative;
  display: flex;
    flex-direction: column;
    align-items: center;
}



.card {
  min-width: 77%;
  background: #c9823921;
  padding: 25px;
  border-radius: 10px;
  opacity: 0.5;
  transform: scale(0.95);
  transition: 0.4s;
}

.card.active {
  opacity: 1;
  transform: scale(1);
}

.stars {
  color: gold;
  margin-bottom: 10px;
}

/* Wrapper */
.testimonial-wrapper {
  position: relative;
  max-width: 900px;
  width:100%;
  overflow: hidden;
}

/* Slider */
.testimonial-slider {
  display: flex;
  gap: 0px;
  transition: transform 0.5s ease;
}

/* Cards */
.card {
  min-width: 77%;
  background: #c9823914;
  padding: 25px;
  border-radius: 15px;
  opacity: 0.5;
  transform: scale(0.9);
  transition: all 0.4s ease;
}

.card.active {
  opacity: 1;
  transform: scale(1);
}

/* Stars */
.stars {
  color: #f4b400;
  font-size: 18px;
  margin-bottom: 10px;
}

/* Arrow Button */
.arrow-btn {
    position: absolute;
    /* right: -20px; */
    top: 50%;
    transform: translateY(-50%);
    background: #c98239;
    border: 1px solid #ddd;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.arrow-btn:hover {
  background: orange;
  color: white;
}

/* Dots */
.dots {
  text-align: center;
  margin-top: 20px;
}

.dots span {
  display: inline-block;
  width: 25px;
  height: 4px;
  background: #ddd;
  margin: 3px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.dots span.active {
  background: orange;
}


.why-section {
  background: #c98239;
  background-image: radial-gradient(circle, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 20px 20px;
  padding: 60px 20px;
  color: #fff;
  margin-top:100px;
}

.container-1000 {
 max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Title */
.why-title {
    text-align: center;
    font-size: 46px;
    margin-bottom: 30px;
}

/* Top Box */
.why-box {
  background: #fbf5ef;
  padding: 30px 30px 80px 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  color: #333;
}
.why-col h4 {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d1bea9;
}
/* List */
.why-col ul {
  list-style: none;
  padding: 0;
}

.why-col li {
    font-size: 17px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}

.why-col li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: orange;
  font-size: 12px;
}

/* Bottom Box */
.why-bottom {
    background: #fff;
    margin-top: 20px;
    padding: 25px;
    text-align: center;
}

.badge img {
  height: 70px;
  margin-bottom: 15px;
}

/* Logos */
.logos {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.logos img {
  height: 80px;
  object-fit: contain;
}

/* Note */
.note {
    font-size: 17px;
    color: #333;
    margin-top: 30px;
}

.note span {
  color: #c25a2b;
}

.tanzania-section .des {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom:60px;
}
.why-section .des {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom:60px;
}

.testimonial-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* Section Background */
.cta-section {
  background: #c98239;
  padding: 30px 20px 10px;
}

.cta-container {
    max-width: 1200px;
    margin: auto;
    background: #fff;
    display: grid;
    grid-template-columns: 100px 1fr 325px;
    align-items: center;
    padding: 25px 30px;
    gap: 30px;
    border-left: 4px solid #3b2313;
}
.cta-content {
    text-align: left;
    padding-left: 20px;
}
.heading-with-logo {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.tripadvisor-logo {
  width: 120px !important; /* adjust as needed */
  height: auto;
}
/* Logo */
/*.logo-circle {*/
/*  width: 70px;*/
/*  height: 70px;*/
/*  background: #000;*/
/*  color: #fff;*/
/*  border-radius: 50%;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  font-size: 26px;*/
/*  font-weight: bold;*/
/*}*/

.cta-logo {
    display: flex;
    align-items: center;   /* moves logo to top vertically */
    justify-content: center; /* aligns left horizontally */
}

.logo-img {
    width: 141px;
    height: 70px;
    object-fit: contain;
}

/* Content */
.small-title {
  font-size: 15px;
  letter-spacing: 1px;
  color: #777;
  margin-bottom: 5px;
}

.cta-content h3 {
  font-size: 17px;
  margin-bottom: 8px;
  color: #333;
}

.sub-text {
  font-size: 16px;
  color: #666;
}

/* Right Section */
.cta-contact {
  text-align: left;
}

.call-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.timing {
  font-size: 11px;
  color: #777;
  margin-bottom: 10px;
}

/* Button */
.cta-btn {
  background: #d86f28;
  color: #fff;
  border: none;
  padding: 10px 18px;
  font-size: 12px;
  cursor: pointer;
}

.cta-btn:hover {
  background: #7a3b1f;
}

/* ========================= */
/* FAQ ACCORDION STYLING */
/* ========================= */

/* Remove default Bootstrap arrow */
.accordion-button::after {
    display: none !important;
}

/* Accordion item spacing + border radius */
.accordion-item {
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: 0.3s;
}

/* Hover effect (optional premium look) */
.accordion-item:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Accordion button */
.accordion-button {
    position: relative;
    padding: 15px 45px 15px 20px;
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    box-shadow: none !important;
    border-radius: 10px !important;
}

/* Remove blue focus border */
.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

/* Active/open state */
.accordion-button:not(.collapsed) {
    background: #f9f9f9;
    color: #000;
}

/* PLUS icon */
.accordion-button::before {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 22px;
    font-weight: bold;
    transition: 0.3s ease;
}

/* MINUS icon when open */
.accordion-button:not(.collapsed)::before {
    content: "−";
}

/* Accordion body */
.accordion-body {
    padding: 15px 20px;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* List styling inside accordion */
.accordion-body ul {
    padding-left: 18px;
    margin-top: 10px;
}

.accordion-body ul li {
    margin-bottom: 3px;
    font-size: 15px;
}

.calendar {
    width: 320px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 6px;
    touch-action: manipulation; /* ✅ prevents double-tap zoom */
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px; /* ✅ add this */
}

.calendar-header button {
    cursor: pointer;
    padding: 5px 10px;
    border: none;
    background: #eee;
    border-radius: 4px;
    font-size: 16px; /* ✅ IMPORTANT */
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
}

.calendar-day-name {
    text-align: center;
    font-size: 14px; /* ❗ was 12px → increase */
    color: #777;
}

.calendar-day {
    text-align: center;
    padding: 8px; /* slightly bigger tap area */
    cursor: pointer;
    border-radius: 50%;
    font-size: 16px; /* ✅ IMPORTANT */
}

.calendar-day:hover {
    background: #f0f0f0;
}

.calendar-day.disabled {
    color: #ccc;
    pointer-events: none;
}

.calendar-day.active {
    background: #d86f28;
    color: #fff;
}
.iti__country-name, .iti__flag-box {
    margin-right: 6px;
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-align: center;
    padding-top: 15px;
}

.copyright p{
    margin:0;
    color: #fff;
}

.copyright a {
    text-decoration: none;
    color: #fff;
}

/* separator */
.copyright p::after{
    content:" |";
    margin-left:5px;
}

/*.copyright {*/
/*    text-align: center;*/
/*    margin-top: 35px;*/
/*    font-size: 13px;*/
/*    color: #fff;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    padding: 0px 15px 10px 0px;*/
/*}*/
/*.copyright p {*/
/*    padding: 0px;*/
/*    margin: 0px;*/
/*}*/
/*.copyright a {*/
/*    color: #fff;*/
/*    font-size: 15px;*/
/*}*/
/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media (max-width: 768px) {
    .cta-content {
    text-align: center;
}
  .copyright{
    flex-direction:column;
    gap:5px;
}

.copyright p::after{
    content:"";
}
    .arrow-btn {
        top: 90%;
    }
    .days-title {
        font-size: 15px;
        font-family: 'Raleway' !important;
    }
    .card-title, .days-title {
        padding: 8px !important;
    }
    section.main-fom-sec {
        padding: 60px 10px 41px 10px;
    }
    .destination-checkbox .content p, form.spcial-offer-bok p {
        display: none;
    }
    .accordion-button {
        font-size: 14px;
        padding: 12px 40px 12px 15px;
    }

    .accordion-body {
        font-size: 13px;
    }
}

/* ========================= */
/* 📱 RESPONSIVE DESIGN */
/* ========================= */

@media (max-width: 992px) {
  .cta-container {
    grid-template-columns: 80px 1fr;
    text-align: left;
  }

  .cta-contact {
    grid-column: span 2;
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  .cta-container {
    text-align: center;
    display: block;
}

  .cta-logo {
    display: flex;
    justify-content: center;
    margin-bottom:20px;
  }

  .cta-contact {
    text-align: center;
  }
    .timing {
        font-size: 18px;
    }
    .call-title {
        font-size: 20px;
    }
}

/* Responsive */
@media (max-width: 992px) {
  .why-box {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
    
.why-col li {
    margin-bottom: 10px;
}

    
.common-heading-soa h2 {
    font-size:29px;
}
.why-section {
    padding: 60px 0px;
    margin-top:56px;
}
    
    section.faq-sec {
    margin-top: 60px;
}
  .why-box {
    grid-template-columns: 1fr;
    padding: 30px 30px 30px 30px;
  }
.why-col h4 {
    margin-bottom: 20px;
}
  .why-title {
    font-size: 25px;
    text-align: left;
    line-height: 1.4;
    margin-bottom:0px;
}
.why-section .des {
    text-align: left;
    margin-bottom: 20px;
}

  .badge img {
    height: 55px;
  }
  
  .logos{
  flex-wrap:nowrap;          /* prevent wrapping */
  overflow-x:auto;           /* enable horizontal scroll */
  scroll-snap-type:x mandatory;
  gap:20px;
  justify-content:flex-start;
}

.logos img{
  min-width:120px;
  flex-shrink:0;
  scroll-snap-align:center;
}

/* hide scrollbar */
.logos::-webkit-scrollbar{
  display:none;
}
/* dots */
.logo-dots{
  display:flex;
  justify-content:center;
  gap:6px;
  margin-top:10px;
}

.logo-dots span{
  width:8px;
  height:8px;
  background:#ccc;
  border-radius:50%;
}

.logo-dots span.active{
  background:#000;
}

}
/* Responsive */
@media (max-width: 992px) {
  .testimonial-container {
    grid-template-columns: 1fr;
    gap: 20px !important;
    margin-top: 70px !important;
}

  .testimonial-right {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
    
    .testimonial-section {
    padding: 0px 20px !important;
}
  .logo-track {
    gap: 20px;
  }

  .testimonial-left h2 {
    font-size: 25px;
  }
  
  #testimonialSlider{
     display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
}

#testimonialSlider .card{
    display:inline-block;
    width:100%;
    vertical-align:top;
    white-space:normal;
    scroll-snap-align:start;
    box-sizing:border-box;
    padding:20px;
}

/* hide scrollbar */
#testimonialSlider::-webkit-scrollbar{
    display:none;
}
}
/* Responsive */
@media (max-width: 768px) {
    section.hero_sec img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}
.left_ban-main-logo img {
    width: 110px !important;
    height: auto !important;
}
  .gallery-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .controls {
    width: 100%;
    justify-content: space-between;
  }

  /*.thumbnails img {*/
  /*  width: 90px;*/
  /*  height: 55px;*/
  /*}*/
  
      .thumbnails{
    display:flex;
    overflow-x:auto;
    gap:10px;
    padding-bottom:5px;
}

.thumbnails img{
    min-width:80px;
    height:60px;
    object-fit:cover;
    flex-shrink:0;
}

.thumbnails::-webkit-scrollbar{
    display:none;
}
}
/* Responsive */
@media (max-width: 992px) {
  .grid-row {
    grid-template-columns: 1fr 1fr;
  }

  .grid-row.reverse {
    grid-template-columns: 1fr 1fr;
  }

  .grid-row .image-box:last-child {
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
.tanzania-section .des {
   text-align: left;
   margin-bottom: 20px !important;
}
.tanzania-section {
    padding: 60px 0px !important;
}
.section-title {
    font-size: 25px;
    text-align: left;
   }
.tanzania-slider .grid-row,
    .tanzania-slider .grid-row.reverse {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .tanzania-slider .image-box,
    .tanzania-slider .content-box {
        width: 100%;
    }

    .tanzania-slider .image-box img {
        width: 100%;
        height: auto;
        display: block;
    }

    .tanzania-slider .content-box {
        padding: 0 10px;
    }
  
}
@media (max-width: 767px) {
    
    .same-desig-activi-box .activities-box,
    .same-desig-ponts-box p {
        flex: 0 0 100%;
    }
    .soa-hero-sec img.mobile-banner {
        width: 100%;
        height: 580px !important;
        object-fit: cover;
    }
    .safari-con-desctp {
        width: 100%;
        padding: 8px;
        text-align: center;
    }
    .hero-middle-content-box h4 {
        text-transform: uppercase;
        font-size: 12px;
        width: 100%;
        padding: 10px;
    }
    .common-heading-soa {
        width: 100%;
        margin: 0 auto;
    }
    .soa-main-header img {
        width: 120px !important;
    }
    .row.trusted-gookop .col-md-3 {
        width: 50%;
    }
    .faq-main-land-box {
        width: 100%;
    }
    .banner-contet {
    width: 100%;
    padding: 20px;
}
.banner-contet h1 {
    font-size: 30px;
}
.main-slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
    #initial-hidebox,
    .destination-checkbox .content p,
    .safari-con-desctp p,
    div#filter-hideshow,
    ul.tittle_arrow {
        display: none;
    }
    a.main-btn-soa-btn {
        padding: 10px 20px;
    }
    .hero-middle-content-box {
        width: 85%;
    }
    button.hidehsow-btnfil,
    button.muttitootle-btn {
        display: block;
    }
    .safari-packges-box {
        margin-top: 20px;
    }
    .modal-left {
        padding: 10px 10px 60px;
    }
    .tab-content,
    h3.expore-tttt-soa {
        padding: 10px;
    }
    .modal-left ul.nav {
        padding: 10px !important;
    }
    .same-desig-activi-box {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin: 25px 0;
        flex-direction: column;
    }
    body,
    html {
        overflow-x: hidden !important;
    }
    input.form-control {
        font-size: 15px !important;
    }
    @supports (-webkit-touch-callout: none) {
        input.form-control,
        select.form-control,
        textarea#travel-wishes {
            font-size: 15px !important;
            transform: scale(0.95);
            transform-origin: left top;
        }
    }
    .btn-close-white {
        filter: brightness(0) invert(0) !important;
        z-index: 1000 !important;
    }
    .main-awd-soa {
        padding: 0;
    }
    /*button.accordion-button span {*/
    /*    width: 25%;*/
    /*}*/
    h3.mb-0.itinerary-title {
        width: 75%;
    }
    #initial-hidebox,
    #second-hidebox {
        max-height: none;
    }
    .phone-group {
        grid-template-columns: 1fr;
    }
    .safari-img img {
        width: 100%;
        height: auto;
    }
    .radio-days-group {
        grid-template-columns: repeat(2, 1fr);
    }
    .destination-checkbox .content {
        padding: 8px;
        text-align: center;
        position: relative !important;
    }
    .destination-checkbox .content h4 {
        margin: 0;
        padding: 0;
    }
    .card-check {
        display: block;
        cursor: pointer;
        width: 100%;
        min-height: auto;
    }
    .main-expppo,
    .testimoniala-slid {
        display: flex;
        flex-wrap: nowrap;
        transition: transform 0.5s;
    }
    .main-expppo .col-md-4,
    .testimoniala-slid .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .slider-dots {
        text-align: center;
        margin-top: 20px;
    }
    .slider-dots span {
        width: 10px !important;
        height: 10px !important;
        background: #ccc;
        display: inline-block;
        border-radius: 50%;
        margin: 0 6px;
        cursor: pointer;
    }
    .slider-dots span.active {
        background: #000;
    }
    .quote-form {
        max-width: 100%;
        margin: 45px auto;
        background: #fff;
        padding: 20px;
    }
    .quote-form .form-group label {
        font-weight: 600;
    }
    .flatpickr-calendar {
        width: 85% !important;
    }
    .row.traveller-box .col {
        gap: 0;
        margin: 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .row.safari-card-booook {
        display: block;
    }
    .row.safari-card-booook .col-md-3,
    .row.safari-card-booook .col-md-9 {
        width: 100%;
    }
    .hero-middle-content-box h4 {
        width: 70%;
    }
    .card-check {
    width: 100%;
    min-height: auto;
    }
    ul.tittle_arrow {
        display: none;
    }
    .fiter-left-sidebar {
        margin-bottom: 30px;
        display: none;
    }
    .soa-hero-sec img.mobile-banner {
        width: 100%;
        height: 650px !important;
        object-fit: cover;
    }
    .btn-close-white {
        filter: brightness(0) invert(0) !important;
        z-index: 1000 !important;
    }
}
@media screen and (min-width: 1800px) and (max-width: 2560px) {
    .card-check {
        display: block;
        cursor: pointer;
        width: 100%;
        min-height: 395px;
    }
}
