/* ================= Satoshi Font ================= */
@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

/* ================= The Seasons Font ================= */
@font-face {
    font-family: 'TheSeasons';
    src: url('../fonts/theseasons-reg.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'TheSeasons';
    src: url('../fonts/theseasons-bd.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

/* ================= Typography ================= */
h1 {
    font-family: 'TheSeasons', serif;
    font-weight: 700;
    font-size: 72px;
    line-height:75px;
    margin-bottom: 30px;
}
p {
    font-family: 'Satoshi', sans-serif;
    font-weight: 400;
}
*{
    font-family: 'Satoshi', sans-serif;
    font-weight: 400;
}
/* ===== GLOBAL LIST & LINK RESET ===== */
ul,
li {
    margin: 0 !important;
    padding: 0 !important;
}
li a {
    display: flex !important;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal !important;
}
ul {
    align-items: center;
}
li a {
    border: none !important;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #faa41d !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px;
    background: #999 !important;
    border-radius: 50%;
    display: flex;
    cursor: pointer;
}
header.snowytop-main-header-sec {
    width: 100%;
    position: sticky;
    top: 0;
    background: #f0ece9;
    padding: 5px 0;
    z-index: 999;
}
header.snowytop-main-header-sec {
    transition: box-shadow 0.3s ease;
}
header.snowytop-main-header-sec.is-sticky {
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}
.snowytop-header-list-box {
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
}
ul.snowytop-header-list {
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
.snow-hred-bth {
    width: 100%;
    position: relative;
}
.row.snow-head {
    display: flex;
    align-items: center;
}
.snowytop-head-logo img {
    width: 100px !important;
}
ul.snowytop-header-list li a {
    border-bottom: 4px solid #0000;
    font-size: 14px;
    letter-spacing: .56px;
    line-height: 20px;
    padding: 0px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    margin: 0px;
}
ul.snow-hred-bth-list {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    gap: 20px;
}

ul.snow-hred-bth-list li {
    margin: 0;
    padding: 0;
}
ul.snow-hred-bth-list li a {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 20px;
    padding: 0;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}
ul.snow-hred-bth-list li a:not(.main-haedr-btn)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background: transparent;
    transition: background-color 0.3s ease;
}
ul.snow-hred-bth-list li a:not(.main-haedr-btn):hover::after {
    background-color: #000;
}
ul.snow-hred-bth-list a.main-haedr-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #faa41d;
    color: #fff8eb !important;
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 0.5rem 1.5rem !important;
    margin: 0 !important;
    border: none !important;
    text-transform: uppercase;
     transition: background-color 1s ease; 
}
ul.snow-hred-bth-list a.main-haedr-btn:hover {
    background-color: #faa41d;
}

ul.snow-hred-bth-list,
ul.snow-hred-bth-list li,
ul.snow-hred-bth-list a {
    box-sizing: border-box;
}
.hero-sec {
    position: relative;
    width: 100%;
    height: 700px; 
    overflow: hidden;
    display: flex;
    justify-content: center; 
    align-items: center;     
}
section.hero-sec:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    display: block;
    z-index: 1;
    opacity: 0.4;
}
.hero-sec img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; 
    z-index: 1;
}
.hero-main-content {
    position: relative;
    z-index: 2; 
    text-align: center;
    color: #fff; 
    padding: 20px;
}
.hero-cont-box {
    width: 70%;
    margin: 0 auto;
}
.hero-cont-box p{
    color:#fff;
}
.hero-filder-box button.get-started-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #faa41d;
    color: #fff8eb !important;
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 0.5rem 1.5rem !important;
    margin: 0 !important;
    border: none !important;
    text-transform: uppercase;
    transition: background-color 1s ease;
}
.hero-filder-box button.get-started-btn:hover{
       background-color: #faa41d; 
       transition:0.5s;
}
.hero-filder-box {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top:40px;
}
.hero-filder-box select.destination-select {
    width: 415px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #191000 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 0.5rem 1.5rem !important;
    margin: 0 !important;
    border: none !important;
    text-transform: capitalize;
    transition: background-color 1s ease;
    font-weight: 500;
    outline:none;
}
.snow-bann-point {
    width: 100%;
    position: relative;
}
.snow-bann-point img {
    width: 45% !important;
    position: relative;
    text-align: center;
    filter: brightness(0) invert(1);
}
.bottom-hero-point .rating-star {
    width: 100%;
    position: relative;
    padding: 10px 20px;
}
.bottom-hero-point .snow-bann-point a {
    color: #fff;
    font-weight: 600;
}
.bottom-hero-point {
    width: 100%;
    position: relative;
    margin-top: 200px;
}
.rating-star img {
    filter: none !important;
}
section.main-four-part-sec {
    width: 100%;
    position: relative;
    padding: 20px 0px;
}
.new-mainpartbox {
    width: 100%;
    position: relative;
    text-align: center;
    height: 120px;
}

.new-mainpartbox img {
    width: 140px !important;
    margin-bottom: 10px;
}
.bottom-hero-point .snow-bann-point a:hover {
    color: #faa41d;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1.5px;
    transition: 0.5s;
}
section.destination-sec {
    width: 100%;
    position: relative;
    padding: 70px 0px;
    background: #f0ece9;
}
.main-overview-para {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
}
.main-overview-para h2 {
    font-size: 28px;
    line-height: 40px;
    padding: 0px;
    margin-bottom: 20px;
    font-weight: 400;
}
ul.expert-cat-main-list li p {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    margin: 0px;
    padding-top: 10px;
}
/*.snowytop-common-heading {*/
/*    width: 70%;*/
/*    margin: 0 auto;*/
/*    text-align: center;*/
/*}*/
.snowytop-common-heading {
    width: 100%;
    text-align: center;
}
.snowytop-common-heading h2{
    font-size: 28px;
    line-height: 40px;
    padding: 0px;
    margin-bottom: 10px;
    font-weight: 400;
}
.destination-card {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom:25px;
}
.over-crad-text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    color:#fff;
    z-index:1;
}
.over-crad-text h2 {
    padding: 0px;
    margin: 0px;
    font-size: 23px;
}
a.main-coomn-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #faa41d !important;
    color: #fff8eb !important;
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 0.5rem 1.5rem !important;
    margin: 0 !important;
    border: none !important;
    text-transform: uppercase;
    transition: background-color 1s ease;
    text-decoration: none;
}
a.main-coomn-btn:hover{
    background: #333;
    transition: 0.5s;
}
.all-common-buton-box {
    width: 100%;
    position: relative;
    text-align: center;
}
.destination-inner-box {
    width: 100%;
    position: relative;
    margin: 40px 0px;
}
.destination-card::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 31%;
    background: linear-gradient(
        to top,
        #242424 0%,
        rgba(36, 36, 36, 0) 100%
    );
    z-index: 1;
}
.over-crad-text p {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 
        opacity 0.4s ease,
        transform 0.4s ease,
        visibility 0.4s ease;
}
.destination-card:hover .over-crad-text p {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.destination-card:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
section.safari-sec {
    width: 100%;
    position: relative;
    padding: 70px 0px;
}
.safari-main-box {
    width: 100%;
    position: relative;
    margin: 40px 0px;
}
.safari-card-box {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.safari-card-pic {
    width: 100%;
    position: relative;
    overflow: hidden;
}
ul.safari-card-list {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.safari-card-box a {
    text-decoration: none;
    color: #000;
}
.safari-card-cont {
    width: 100%;
    position: relative;
    padding: 20px 0px;
}
.safari-card-cont h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding: 0px;
    margin: 10px 0px;
}
.safari-card-box:hover h3{
    color:#faa41d;
}
.safari-card-box:hover img{
    transform: scale(1.1);
    transition: 0.5s;
}
ul.safari-card-list li span {
    font-weight: 600;
}
.main-best-review-box {
    width: 60%;
    margin: 0 auto;
}
section.small-snowy-review {
    width: 100%;
    position: relative;
    padding: 100px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.best-review-card {
    width: 100%;
    position: relative;
    text-align: center;
    color: #fff;
}
.best-review-card h2 {
    font-size: 20px;
    font-weight: 600;
}
section.expirence-tab-sec {
    width: 100%;
    position: relative;
    padding: 70px 0px;
    background: #f0ece9;
}
.expirence-home li button {
    font-size: 15px;
    letter-spacing: 0.64px;
    line-height: 26px;
    padding: 1rem 0px 0.75rem;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}
.expirence-home {
    width: 100%;
    position: relative;
    display: flex;
    margin: auto !important;
    gap: 32px !important;
    justify-content: center;
    padding-bottom: 30px !important;
}
.expirence-home button.nav-link:hover{
    color:#faa41d !important;
    border-bottom: 2px solid #333333;
}
.expirence-home button.nav-link.active {
    border-bottom: 2px solid #333333;
    color: #faa41d; 
}
/*div#myTabContent {*/
/*    width: 100%;*/
/*    position: relative;*/
/*    margin-top: 45px !important;*/
/*    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);*/
/*}*/
.expirence-tab-box div#myTabContent {
    width: 100%;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    margin: auto !important;
}
.main-tab-details-box {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.main-tab-details-pic {
    width: 50%;
    position: relative;
    overflow: hidden;
    display: flex;
}
.main-tab-details-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
.main-tab-details-cont {
    width: 50%;
    position: relative;
    padding: 70px 50px;
    text-align: center;
}
.main-tab-details-cont h3 {
    color: #333;
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 1rem;
}
/*.expirence-tab-box {*/
/*    width: 90%;*/
/*    max-width: 1200px; */
/*    position: relative;*/
/*    margin: 40px auto 60px;*/
    
/*}*/
.expirence-tab-box {
    width: 80%;
    position: relative;
    margin: auto;
    padding-bottom: 35px;
}

.home-cta-box {
    width: 85%;
    position: relative;
    padding: 60px 110px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
}
.cat-main-home-para h3 {
    font-size: 30px;
    font-weight: 700;
    padding: 0px;
    margin-bottom: 10px;
}
.cat-main-home-pic {
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}
ul.expert-cat-main-list {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    list-style: none;
    gap: 20px;
    padding: 0px;
    margin: 0px;
}
ul.expert-cat-main-list li img {
    border-radius: 50%;
}
.btb-btn-cat-box {
    width: 100%;
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
    /* text-align: center; */
}
.cat-main-home-para {
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
    /*text-align: left;*/
}
.cat-main-home-para p {
    font-size: 20px;
    font-weight: 500;
}
.row.cat-main-home {
    display: flex;
    align-items: center;
}
.btb-btn-cat-box h2 {
    font-size: 25px;
    font-weight: 900;
    padding: 0px;
    margin: 0px;
}
.btb-btn-cat-box p {
    padding: 0px;
    margin: 0px;
    font-size: 14px !important;
}
.btb-btn-cat-box h2 span {
    color: #faa41d;
    font-weight: 500;
}
.cat-main-home-pic h2 {
    width: 45%;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    background: #fff;
    text-align: center;
}
section.positive-impact-sec {
    width: 100%;
    position: relative;
    padding: 70px 0px;
}
.positive-impact-card {
    width: 100%;
    position: relative;
    padding: 150px 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.positive-impact-cont-box {
    width: 70%;
    position: relative;
    color: #fff;
}
.positive-impact-cont-box p{
    color:#fff;
}
.positive-impact-cont-box h3 {
    font-size: 20px;
    color: #faa41d;
    text-transform: uppercase;
    font-weight: 800;
}
.positive-impact-cont-box h4 {
    font-size: 20px;
    margin: 20px 0px;
    text-transform: uppercase;
    font-weight: 800;
}
.positive-impact-inner {
    width: 100%;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}
.positive-impact-slider .owl-stage {
    padding-left: 0 !important;
}
.positive-impact-slider .owl-item {
    margin-right: 40px;
}
@media (min-width: 1000px) {
    .positive-impact-slider {
        margin-right: -100px;
    }
}
.positive-impact-card::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background:#000; 
    opacity:0.4;
}
section.travel-guide-sec {
    width: 100%;
    position: relative;
    padding-bottom:70px;
}
.travel-guide-card {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.travel-guide-main {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.travel-guide-slider .owl-stage-outer {
    overflow: visible;
}
@media (min-width: 1000px) {
    .travel-guide-slider {
        margin-right: -120px;
        padding-right: 120px;
    }
}
.travel-guide-slider {
    position: relative;
    width: 100%;
}
.travel-guide-slider .owl-nav {
    width: 100%;
    display: flex;
    gap: 5px;
    margin-top: 30px;
    justify-content: center;
}
.travel-guide-slider .owl-nav button {
    width: 40px;
    height: 40px;
    position: relative;
    border: 1px solid #faa41d !important;
    border-radius: 50% !important;
}
.travel-guide-slider .owl-nav button span {
    font-size: 25px;
    transform: translate(-5px, -20px);
    position: absolute;
}
.travel-guide-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px;
    z-index: 1;
    text-align: center;
    color: #fff !important;
    display:none;
    align-items: center;
    justify-content: center;
}
.travel-guide-card:hover .travel-guide-cont{
    display:block;
    transition:0.5s
}
.travel-guide-card::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.3s ease;
}
.travel-guide-card:hover::before {
    opacity: 0.7;
}
.travel-guide-inner {
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.travel-guide-card a {
    color: #fff;
    text-decoration: none;
}
.tailormade-para-box {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    color: #fff;
    z-index: 1;
}
section.tailormade-sec {
    width: 100%;
    min-height: 100vh;   
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tailormade-para-box h2 {
    font-size: 50px;
    margin-bottom: 20px;
}
.tailormade-para-box p {
    font-size: 22px;
    margin-bottom: 25px;
}
.tailormade-para-box a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #faa41d !important;
    color: #fff8eb !important;
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 0.5rem 1.5rem !important;
    margin: 0 !important;
    border: none !important;
    text-transform: uppercase;
    transition: background-color 1s ease;
    text-decoration: none;
}
.tailormade-para-box a:hover{
    background:#333;
    transition:0.5s;
}
section.tailormade-sec:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.4;
}
section.testimonial-sec {
    width: 100%;
    position: relative;
    padding: 70px 0px;
    background: #faf6f2;
}
.testimonial-inner-box {
    width: 55%;
    margin: 50px auto 0;
}
.testimonial-card {
    width: 100%;
    position: relative;
    text-align: center;
}
ul.testimonial-star {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-bottom: 20px !important;
}
.testimonial-card h3 {
    font-size: 20px !important;
}
.testimonial-slider{
    width:100%;
    position:relative;
}
.testimonial-slider .owl-nav {
    width: 100%;
    display: flex;
    gap: 5px;
    margin-top: 30px;
    justify-content: center;
}
.testimonial-slider .owl-nav button {
    width: 40px;
    height: 40px;
    position: relative;
    border: 1px solid #d2d2d2 !important;
    border-radius: 50% !important;
}
.testimonial-slider .owl-nav button span {
    font-size: 25px;
    transform: translate(-5px, -20px);
    position: absolute;
}
.superspalist-card img {
    width: 45px !important;
    margin-bottom: 20px;
}
.superspalist-card h3 {
    color: #76341c;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 20px;
}
.superspalist-card {
    box-shadow: 0 0 32px 0 #0000000a;
    padding: 2.5rem 2rem;
}
.tesimonial-botombox {
    width: 80%;
    position: relative;
    margin: 50px auto 50px;
}
.rating-footer .snow-bann-point img {
    width: 45% !important;
    position: relative;
    text-align: center;
    filter: none;
}
footer.snowytop-footer-sec {
    width: 100%;
    position: relative;
    background: #f0ece9;
    padding: 40px 0px 20px 0px;
}
.rating-footer .snow-bann-point {
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}
.rating-footer .snow-bann-point a {
    color: #76341c;
}
.rating-footer .snow-bann-point a:hover{
    color:#000;
}
.rating-footer .rating-star img {
    max-width: 57px !important;
}





.newsletter-sec {
    width: 100%;
    background: #f5f1ea;
}
.newsletter-wrap {
    margin: 0 auto;
    display: flex;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ddd;
    align-items: center;
}
.subcri-bxo {
    position: relative;
    padding-right: 25px;
}
.newsletter-img {
    width: 65%;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
}
.newsletter-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsletter-content {
    width: 50%;
    padding: 50px 40px;
}
.newsletter-content h3 {
    font-size: 20px;
    margin-bottom:6px;
    font-weight: 500;
}
.newsletter-content p {
    margin-bottom: 25px;
    color: #555;
}
.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    font-size: 14px;
    outline: none;
}
.newsletter-form .checkbox {
    font-size: 12px;
    color: #666;
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}
.newsletter-form button {
    background: #faa41d;
    border: none;
    color: #fff;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}
.rating-footer {
    width: 100%;
    position: relative;
    margin-top: 50px;
}
.footer-partner-box {
    width: 100%;
    position: relative;
    padding: 30px 0px;
}
.footer-menu-box {
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.small-para-footer p a {
    color: #faa41d;
}
.small-para-footer p a:hover{
    color:#000;
}
ul.footer-menu-list {
    width: 100%;
    position: relative;
    list-style: none;
    padding: 0px;
}
ul.footer-menu-list li a {
    text-decoration: none;
    font-size: 17px;
    line-height: 35px !important;
    color: #000;
}
ul.footer-menu-list li a:hover{
    color: #faa41d;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1.5px;
    transition: 0.5s;
}
.footer-menu-box h4 {
    font-size: 20px;
    padding-bottom: 10px;
}
ul.footer-social-list {
    width: 100%;
    position: relative;
    display: flex;
    gap: 10px;
    list-style: none;
    margin-bottom: 20px !important;
}
ul.footer-social-list li {
    align-items: center;
    border: 1px solid #7b7a78;
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}
ul.footer-social-list li a{
    text-decoration: none;
}
ul.footer-social-list li a i {
    color: #ccc;
    text-decoration: none;
}
ul.footer-social-list li:hover{
     border: 1px solid#faa41d;
}
ul.footer-social-list li:hover i{
     color:#faa41d;
}
.condin-footer-list {
    width: 100%;
    position: relative;
}
.condin-footer-list ul {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    list-style: none;
}
.condin-footer-list ul li a {
    text-decoration: none;
    color: #000;
}
.condin-footer-list ul li a:hover{
    color: #faa41d;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1.5px;
    transition: 0.5s;
}
.condin-footer-para p {
    padding: 0px;
    margin: 0px;
}
.condin-footer-para p a{
    color:#faa41d;
    text-decoration: none;
}
.condin-footer-para p a:hover{
    color: #faa41d;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1.5px;
    transition: 0.5s; 
}
.term-condition {
    width: 100%;
    position: relative;
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}
.snowytop-common-heading svg {
    margin-bottom: 25px;
}
.destination-para-left {
    width: 100%;
    position: relative;
    padding-right:60px;
}
.inner-bred-crumb {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.inner-bred-crumb ul {
    width: 100%;
    position: relative;
    list-style: none;
    display: flex;
    gap: 10px;
}
.inner-bred-crumb ul li a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
}
.inner-bred-crumb ul li a:hover{
    color:#faa41d;
}
.inner-bred-crumb ul li i {
    padding-right: 10px;
    color: #ccc;
}
section.destination-overview-sec {
    width: 100%;
    position: relative;
    padding: 50px 0px;
    background: #f0ece9;
}
.destination-para-right {
    width: 100%;
    position: relative;
}
.overlap-box {
    background: #faf6f2;
    box-shadow: 0 6px 16px 0 #0000001f;
    box-sizing: border-box;
    padding: 2rem;
    text-align: center;
}
ul.overlap-list {
    width: 100%;
    position: relative;
    list-style: none;
    text-align: left;
    margin: 30px 0px !important;
}
ul.overlap-list li {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px !important;
}
ul.overlap-list li img {
    max-width: 25px;
}
.news-desti-list {
    max-width: 80%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0px !important;
    list-style: none;
    margin: 0 auto !important;
}
.news-desti-list li:nth-child(1),
.news-desti-list li:nth-child(2) {
    width: calc(50% - 10px);
}
.news-desti-list li:nth-child(n+3) {
    width: calc(33.333% - 14px);
}
.news-desti-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.news-desti-list img {
    max-width: 100%;
    height: auto;
    display: block;
}
.news-desti-list li img {
    background-size: 164px 31px;
    width: 164px !important;
}
img.w-100.bignewsbox {
    background-size: 70px 22px;
    max-width:85px;
}
.bottom-rigt-desti {
    width: 100%;
    position: relative;
    text-align: center;
    padding-top: 50px;
}
.bottom-rigt-desti h3 {
    font-size: 14px;
    margin: 17px 0px;
}
.bottom-rigt-desti a {
    color: #faa41d;
}
.moving-top-box {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0;
    position: absolute;
    top: -220px;
}
.destination-overview {
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.destination-map-box {
    width: 80%;
    position: relative;
    margin: auto;
}
section.destination-tab-sec {
    width: 100%;
    position: relative;
    padding-bottom: 70px;
    background: #f0ece9;
}
.destination-gallery-box {
    width: 100%;
    position: relative;
    display: flex;
    gap: 10px;
}
.destination-gallery-card img {
    margin-bottom: 10px;
}
.destination-gallery-card img {
    width: 100%;
}
.max-box-cta {
    max-width: 800px;
    margin: 0 auto;
}
.main-faq-box {
    width: 60%;
    margin: 60px auto 60px;
}
.faq-acco-snowytop-box {
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.main-faq-box h2 {
    font-size: 28px;
    line-height: 40px;
    padding: 0px;
    margin-bottom: 10px;
    font-weight: 400;
}
.faq-acco-snowytop-box .accordion-item {
    background: none;
}
.faq-acco-snowytop-box .accordion-item button.accordion-button {
    background: none;
    font-size: 20px;
    font-weight: 500;
    color: #504f4f;
    padding-left: 0px !important;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.accordion-flush>.accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    border-bottom: 1px solid #918d8d;
}
.itinery-details-box .faq-acco-snowytop-box .accordion-item button.accordion-button {
    margin-bottom: auto;
    padding-bottom: 15px;
}
.faq-acco-snowytop-box .accordion-item .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow:none !important;
    /*border-bottom:1px solid #faa41d;*/
}
.destination-overview h2 {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
section.destination-landing-sec {
    width: 100%;
    position: relative;
    background: #f0ece9;
    padding-bottom: 70px;
    margin-bottom: 70px;
}
section.safari-bred-crum-sec {
    width: 100%;
    position: relative;
    padding: 30px 0px 20px 0px;
    background: #faf6f2;
}
section.safari-bred-crum-sec .inner-bred-crumb {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
}
section.safari-bred-crum-sec .inner-bred-crumb h1 {
    font-size:38px;
    padding: 0px;
    margin: 10px 0px;
    line-height: 55px;
}




.itinery-gallery-tab {
    width: 100%;
}
.gallery-main {
    width: 100%;
    margin-bottom: 10px;
}
.gallery-main img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    cursor: pointer;
}
.gallery-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    padding: 0;
    list-style: none;
}
.gallery-thumbs li {
    flex: 1;
}
.gallery-thumbs img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
}
.gallery-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    gap:30px;
}
.gallery-modal img {
    max-width: 90%;
    max-height: 90%;
}
.gallery-modal .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: #fff;
    cursor: pointer !important;
}
.gallery-modal .nav {
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    user-select: none;
}
.gallery-modal .prev {
    left: 30px;
}
.gallery-modal .next {
    right: 30px;
}
span.gallery-close {
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 10%;
    cursor: pointer;
}
.gallery-modal span.gallery-prev i{
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
.gallery-modal span.gallery-next i{
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
.itineray-details-tab-box {
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.itineray-details-tab-box .expirence-home {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
/*.short-icon-itinery-box {*/
/*    width: 100%;*/
/*    position: relative;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 15px;*/
/*}*/

.short-icon-itinery-box {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.short-icon-itinery-box img {
    max-width: 40px;
}
.short-icon-itinery-box .kooodo h4 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .56px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}
.short-icon-itinery-box .kooodo p {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}
span.itinery-duration {
    background: none;
    font-size: 20px;
    color: #504f4f;
    font-weight: 500;
    padding-right: 10px;
}
.row.itinery-toplko {
    margin: 40px 0px;
}
.itinery-para-left {
    width: 100%;
    position: relative;
    padding-right: 30px;
}
.itineray-detila-box h3 {
       font-size: 28px;
    line-height: 40px;
    margin-bottom: 25px;
    margin-top: 15px;
}
.itinery-details-box .faq-acco-snowytop-box {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
}
ul.safari-heiglits-points li {
    color: #333;
    line-height: 26px;
    margin-top: 0.8rem !important;
}
ul.safari-heiglits-points {
    width: 100%;
    margin-left: 18px !important;
    text-align: left;
    margin-bottom: 10px !important;
}
.inclusedexclu-box {
    width: 100%;
    position: relative;
}
.inclusedexclu-box ul {
    width: 100%;
    position: relative;
    list-style: none;
}
.inclusedexclu-box ul li {
    color: #333;
    line-height: 26px;
    margin-top: 1.5rem !important;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.inclusedexclu-box ul li i {
    padding-top: 6px;
}
.inclusedexclu-box ul.iclud-list i {
    color: green;
}
.inclusedexclu-box ul.exlude-list li i {
    color: red;
}
.inclusedexclu-box ul.exlude-list {
    width: 100%;
    position: relative;
    margin-top: 50px !important;
    border-top: 1px solid #bab5b5;
    padding-top: 20px !important;
}
.itinerya-para-right {
    width: 100%;
    position: sticky;
    top: 100px;
}
.itinery-map-box {
    width: 100%;
    position: relative;
    margin-top: 70px;
}
.price-box-crad-iti {
    width: 100%;
    position: relative;
    text-align: center;
}
.row.roral-map-iti {
    display: flex;
    /*align-items: center;*/
}
.row.itinery-price-box {
    margin-top: 55px;
}
.price-box-crad-iti button {
    padding: 7px 31px;
    font-size: 17px;
    border: 1px solid #333333;
    border-radius: 6px;
    background: none;
    margin-bottom: 30px;
}
.price-box-crad-iti .price h3 {
    font-size: 12px;
    text-transform: uppercase;
}
.price-box-crad-iti .price h2 {
    font-size: 25px;
}
.price-box-crad-iti .price h5 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #7e7070;
}
section.safari-overview-sec {
    width: 100%;
    position: relative;
    background: #faf6f2;
    padding-bottom: 70px;
}
button.bdsvsdgss {
    border: 1px solid #faa41d;
    color: #faa41d;
}
.itinery-cta-box {
    background: #faf6f2;
    box-shadow: 0 6px 16px 0 #0000001f;
    box-sizing: border-box;
    padding: 40px;
    margin-top: 70px;
}
.row.itinery-cta-box-iner {
    display: flex;
    align-items: center;
}
.itinery-map-para h3 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
}
.cta-box-iner-para h4 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
}
.cta-box-iner-btn {
    display: flex;
    justify-content: flex-end;
}
.safari-landing-all-page-box {
    width: 100%;
    position: relative;
    padding: 80px 0px;
}
section.safari-landing-overview-sec {
    width: 100%;
    position: relative;
    padding: 70px 0px 10px 0px;
    background: #f0ece9;
    margin-bottom: 60px;
}
.packges-filter-box {
    width: 100%;
    position: sticky;
    top: 100px;
    background: #faf6f2;
    box-shadow: 0 6px 16px 0 #0000001f;
    box-sizing: border-box;
    padding: 40px;
}
.packges-filter-box .filter-box h3 {
    font-size: 17px;
    margin-bottom: 10px;
}
.packges-filter-box .accordion-button {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0px !important;
    background: none !important;
}
.packges-filter-box .accordion-body .form-check {
    margin-bottom: 8px;
    cursor: pointer;
}
.packges-filter-box .accordion-body .form-check input{
    cursor: pointer;
}
.packges-filter-box .accordion-body .form-check label{
    cursor: pointer;
}
.packges-filter-box .accordion-item {
    background: none !important;
    padding: 0px !important;
    border: none !important;
    border-bottom: 1px solid #c9c1c1 !important;
}
.packges-filter-box .accordion-button:not(.collapsed) {
    background: none;
    color: #faa41d;
    border-bottom: 1px solid #faa41d;
}
.packges-filter-box .accordion-body {
    padding-left: 0px;
    padding-right: 0px;
}
.packges-filter-box .accordion-item .accordion-button:focus {
    outline: 0;
    box-shadow:none !important;
}
.packges-filter-box .form-check-input:checked {
    background-color: #faa41d;
    border-color: #faa41d;
}
section.expirece-details-sec {
    width: 100%;
    position: relative;
    background: #f0ece9;
    margin: 0px;
    padding-bottom: 70px;
}
.row.expire-landing-ladppout {
    display: flex;
    align-items: center;
    position:relative;
}
.expirence-new-para {
    width: 100%;
    position: relative;
    padding-right: 40px;
}
.expirence-new-dots {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(90deg);
    display: flex;
    gap: 10px;
}
.expirence-new-para h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.values-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.values-list li {
  cursor: pointer;
  padding: 16px 0 16px 16px;
  transition: 0.3s;
  margin: 25px 0px !important;
}
.values-list li h5 {
    margin-bottom: 0;
    font-size: 17px;
}
.values-list li p {
  display: none;
  margin-top: 10px;
  color: #666;
  max-width: 90%;
}
.values-list li.active {
    border-color: #000;
    color: #faa41d;
}
.values-list li.active p {
  display: block;
}
.expirence-new-dots {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}
.expirence-new-dots .dot {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}
.expirence-new-dots .dot.active {
    background: #faa41d;
}
section.travel-guide-overview-sec {
    width: 100%;
    position: relative;
    padding: 70px 0px;
    background: #f0ece9;
    margin-bottom: 60px;
}
.snowytop-common-heading.only-guide-box {
    margin-top: 70px;
}
.guide-information-box {
    width: 85%;
    margin: 50px auto 60px;
}
.guide-information-para {
    width: 80%;
    margin: 25px auto 25px;
}
.guide-information-para h4 {
    font-size: 26px;
    padding: 0px;
    margin: 25px 0px;
    font-weight: 400;
}
ul.guide-list-info {
    width: 100%;
    margin-left: 18px !important;
    text-align: left;
    margin-bottom: 30px !important;
}
/*ul.guide-list-info li {*/
/*    color: #333;*/
/*    line-height: 10px;*/
/*    margin-top: 1.5rem !important;*/
/*}*/

ul.guide-list-info li {
    color: #333;
    line-height: 26px;
    margin-top: 0.8rem !important;
}
.travel-smallinfo-para h4 {
    font-size: 26px;
    padding: 0px;
    margin: 25px 0px;
    font-weight: 400;
}
.travel-smallinfo-para {
    width: 100%;
    position: relative;
}
.row.left-rigt-info {
    display: flex;
    align-items: center;
}
.travel-smallinfo-para.padd-rigt-box {
    width: 100%;
    padding-right: 50px;
}
.travel-smallinfo-para.padd-left-box {
    width: 100%;
    padding-left: 50px;
}
.travel-smallinfo-pic {
    margin-bottom: 40px;
}
.main-bottom-travel-info {
    width: 100%;
    position: relative;
    margin: 30px 0px 30px 0px;
}
section.about-us-overview {
    width: 100%;
    position: relative;
    padding: 70px 0px 30px 0px;
    background: #f0ece9;
}
.snowytop-common-heading.make-us-unique-about {
    margin-top: 60px;
}
section.our-team-sec {
    width: 100%;
    position: relative;
    padding: 0px 0px 70px 0px;
}
.our-team-members {
    width: 100%;
    position: relative;
    margin-top: 50px;
}
.team-member-card {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.team-member-details {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f0ece9;
    padding: 30px;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.4s ease;
}
.team-member-card:hover .team-member-details {
    transform: translateY(0);
    opacity: 1;
}
.team-member-details h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333333;
}
.travel-guide-card a.main-coomn-btn {
    background: #faa41d;
    border: 1px solid #fff !important;
}
.travel-guide-card a.main-coomn-btn:hover {
    background: #faa41d;
    border: 1px solid #faa41d !important;
}
.tarvel-guide-btn-box {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}


/*Tailormade css start*/

section.tailor-made-sec {
    width: 100%;
    position: relative;
    padding: 70px 0px 10px 0px;
    background: #faf6f2;
}
.snowytop-tailormade {
    max-width: 900px;
    margin: 0 auto;
}
.snowytop-tailormade .steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 50px;
  --progress: 0%;
}
.snowytop-tailormade .step.completed::before {
  background: #7a3e1d;
}
.snowytop-tailormade .step::before {
    width:100%;
    content: "";
    position: absolute;
    top: 6px;
    left: 50%;
    right: 0;
    height: 2px;
    background: #ddd;
    z-index: -1;
}
.snowytop-tailormade .step:last-child::before {
    width: 0px;
}
.snowytop-tailormade .step {
  position: relative;
  z-index: 1;
  flex: 1;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.snowytop-tailormade .step .circle {
  width: 14px;
  height: 14px;
  background: #ddd;
  border-radius: 50%;
  display: block;
  margin: 0 auto 8px;
}
.snowytop-tailormade .step.active,
.snowytop-tailormade .step.completed {
  color: #7a3e1d;
}
.snowytop-tailormade .step.active .circle,
.snowytop-tailormade .step.completed .circle {
  background: #7a3e1d;
}
.snowytop-tailormade .form-step{display:none;}
.snowytop-tailormade .form-step.active{display:block;}

.snowytop-tailormade h1{font-size:32px;margin-bottom:15px;}
.snowytop-tailormade label {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    margin-top: 20px;
}
.snowytop-tailormade input,select,textarea{
  width:100%;
  padding:12px;
  border:1px solid #ccc;
  margin-bottom:20px;
  outline:none;
  margin-top: 20px;
}
.snowytop-tailormade .inline button {
    width: 15%;
    height: 45px;
    padding: 10px 10px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
}
.snowytop-tailormade .counter input {
    width: auto !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}
.snowytop-tailormade label.check input {
    width: 20px;
    height: 20px;
    margin: 0px;
    outline:none;
}
.snowytop-tailormade label.check {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    margin: 0px 0px 30px 0px;
}
.snowytop-tailormade .ages-rang-box label input {
    width: 20px;
    height: 20px;
    margin: 0px;
    outline:none;
}
.snowytop-tailormade .counter{display:flex;gap:10px;align-items:center;}
.snowytop-tailormade .counter button{
  width:32px;height:32px;
  border:1px solid #ccc;
  background:#fff;
}
.snowytop-tailormade input[type=range] {
    accent-color: #faa41d;
    margin: 0px;
}
.snowytop-tailormade .range-wrap small{font-size:13px;}
.snowytop-tailormade .age-box{margin:20px 0;}
.snowytop-tailormade .ages-rang-box {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 10px 0px 30px 0px;
}
.snowytop-tailormade .ages-rang-box label {
    width: 12%;
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 0px;
    font-size: 16px;
    font-weight: normal;
}
.snowytop-tailormade .check{
    display:flex;
    gap:8px;
    align-items:center;
    
}
.snowytop-tailormade .actions{
    display:flex;
    gap:20px;
    margin-top:30px;
    
}
.snowytop-tailormade .next{
    background:#333333;
    color:#fff;
    border:none;
    padding:12px 36px;
    
}
.snowytop-tailormade .back{
    background:#fff;
    border:1px solid #ccc;
    padding:12px 36px;
}
.snowytop-tailormade .note{
    background:#eaf4fb;
    padding:15px;
    margin-bottom:20px;
}
.snowytop-tailormade #childrenBox{display:none;}

@media(max-width:768px){
  .snowytop-tailormade{padding:25px;}
  .snowytop-tailormade .inline{flex-direction:column;}
  .snowytop-tailormade .actions{flex-direction:column;}
}
.snowytop-tailormade .error{
  border-color:#d93025 !important;
}
.snowytop-tailormade label.error{
  color:#d93025;
}
.example-text-cot-box {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.example-text-cot-box ul {
    width: 100%;
    margin-left: 18px !important;
    text-align: left;
}
.example-text-cot-box ul li {
    color: #333;
    line-height: 28px;
}
.snowytop-tailormade .radio-group label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 16px;
    margin: 10px 0px 15px 0px;
    font-weight: normal;
}
.snowytop-tailormade .radio-group label input {
    width: 20px;
    height: 20px;
    margin: 0px;
}
.snowytop-tailormade .radio-group {
    width: 100%;
    position: relative;
    margin: 30px 0px;
}
.snowytop-tailormade .date-field {
  position: relative;
  width: 100%;
}

.snowytop-tailormade .travel-date {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  font-size: 14px;
  background-color: #fff;
  cursor: pointer;
}
.snowytop-tailormade .policy-text {
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.snowytop-tailormade .policy-text p a {
    color: #faa41d;
}

/*Tailormade css End*/

.rating-star {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 15px 0px;
}
section.contact-details-sec {
    width: 100%;
    position: relative;
    padding: 70px 0px 0px 0px;
    background: #faf6f2;
}
.contcat-form-box {
    width: 100%;
    position: relative;
    padding-right: 50px;
}
.contcat-form-box h1 {
    font-size: 40px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}
.snowytop-contcat-form {
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.cont-fild-box {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
.cont-fild-box input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin: 10px 0px;
    outline: none;
}
.cont-fild-box select{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin: 10px 0px;
    outline: none;
}
.cont-fild-box label {
    padding: 0px;
    font-size: 18px;
    margin: 0px;
}
.cont-fild-box button#contsubmitBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #faa41d;
    color: #fff8eb !important;
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 0.5rem 1.5rem !important;
    margin: 0 !important;
    border: none !important;
    text-transform: uppercase;
    transition: background-color 1s ease;
}
.cont-fild-box button#contsubmitBtn:hover{
    background-color: #faa41d;
}
.contcat-addres-box {
    width: 100%;
    padding-left: 40px;
    border-left: 1px solid #dfdede;
    position: sticky;
    top: 110px;
}
.child-addres-cont-box {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.child-addres-cont-box h2 {
    font-size: 25px;
    padding: 0px;
    margin-bottom: 10px;
}
.child-addres-cont-box a{
    color: #000;
    padding: 0px;
    margin: 0px;
    line-height: 28px;
}
.child-addres-cont-box p{
    color: #000;
    padding: 0px;
    margin: 0px;
    line-height: 28px;
}
.row.new-destimap-box {
    display: flex;
    align-items: center;
}
.new-destimap-pra h2 {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.best-time-tiitle {
    width: 100%;
    position: relative;
}
.best-time-tiitle i {
    font-size: 35px;
    margin-bottom: 20px;
    color: #faa41d;
}
.best-time-tiitle h3 {
    font-size: 1.5rem;
    font-weight: 600;
}
.best-time-description {
    width: 100%;
    position: relative;
}
ul.best-time-rating-safari {
    width: 100%;
    position: relative;
    margin-bottom: 20px !important;
    display: flex;
    gap: 10px;
    list-style: none;
}
ul.best-time-rating-safari li {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #0b2342;
    text-transform: uppercase;
    letter-spacing: 1px;
    flex-direction: row;
}
ul.best-time-rating-safari li.best-circle {
    color: #faa41d !important;
}
ul.best-time-rating-safari li.good-circle {
    color: #dbbc8b!important;
}
ul.best-time-rating-safari li.mixed-circle {
    color: #807a6f !important;
}

ul.nav.nav-tabs.bestimevisit-month .nav-link {
    position: relative;
    width: 50px;
    height: 50px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    border: none;
}
ul.nav.nav-tabs.bestimevisit-month .nav-link::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}
ul.nav.nav-tabs.bestimevisit-month .nav-link:hover::after,
ul.nav.nav-tabs.bestimevisit-month .nav-link.active::after {
    border-color: #faa41d; 
}

ul.nav.nav-tabs.bestimevisit-month button.nav-link.good-month {
    background: #dbbc8b;
}
ul.nav.nav-tabs.bestimevisit-month button.nav-link.best-month {
    background: #faa41d;
}
ul.nav.nav-tabs.bestimevisit-month button.nav-link.mixed-month{
    background: #807a6f;
}
ul.nav.nav-tabs.bestimevisit-month {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 1rem auto;
    list-style: none;
    border:none !important;
}
.tab-content.monthwise-description-details {
    width: 100%;
    position: relative;
    padding-top: 20px;
}
.best-time-to-visit-box {
    width: 100%;
    position: relative;
    margin: 70px 0px;
}
.des-expi-card {
    width: 100%;
    position: relative;
}
.over-lamping-expio-box h3 {
    font-size: 28px;
    margin-bottom: 15px;
}
.over-lamping-expio-box {
    width: 100%;
    position: absolute;
    bottom: 0px;
    padding: 20px 20px 60px 20px;
    color:#fff;
    background: linear-gradient(to top, #242424 0%, rgba(36, 36, 36, 0));
}
.row.des-expirence {
    display: flex;
    align-items: center;
}
.right-des-expi-box {
    width: 100%;
    position: relative;
    padding-left: 40px;
}
.right-des-expi-box h2 {
    font-size: 28px;
    line-height: 40px;
    padding: 0px;
    margin-bottom: 10px;
    font-weight: 400;
}
.destination-expirence-box {
    width: 100%;
    position: relative;
    margin-bottom: 80px;
}
.des-expirence-slider{
    width: 100%;
    position: relative;
}
.des-expirence-slider .owl-dots {
    width: 100%;
    position: absolute;
    display: flex !important;
    bottom: 20px;
    justify-content: flex-end;
    padding-right: 20px;
}
.new-only-land-des {
    width: 100%;
    position: relative;
    margin: 70px 0px;
}
.landdestination-expirence-box {
    width: 100%;
    position: relative;
    margin-top: 70px;
}






.row.destination-rowra {
    margin-bottom: 70px;
}
section.travel-guide-sec.expr {
    padding-top: 70px;
}


.hide_space_land {
    margin-top: -70px;
}
 

.accordion-item h4 {
    color: #faa41d;
}
.destination-overview a {
    margin-top: 18px !important;
}

.itineray-detila-box h4 {
    color: #faa41d;
}



.safari-table {
    width: 100%;
    border-collapse: collapse;
        margin-top: 15px;
    margin-bottom: 15px;
  }

  .safari-table th,
  .safari-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: center;
  }

  .safari-table th {
    background-color: #f9a623; /* Change header background */
    color: #ffffff;            /* Change header text color */
    font-size: 16px;           /* Change header font size */
    font-weight: 600;
  }

  .safari-table td {
    font-size: 15px;           /* Change body font size */
    color: #333;               /* Change body text color */
  }

  .safari-table .package-name {
    text-align: left;
    font-weight: 500;
  }

  .safari-table tr:hover {
    background-color: #f5f5f5; /* Row hover effect */
  }
  
  
  
.mega-menu-head {
  display: none;
  position: absolute;
    /* adds small spacing safely */
     top: calc(100% + 5px);
  left: 0;
  background: #faa41d;
  padding: 20px;
  list-style: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.menu-item {
  position: relative;
}

/* Show on hover */
/*.menu-item:hover .mega-menu-head {*/
/*    display: block;*/
/*    line-height: 1.8;*/
/*}*/
 
ul.mega-menu-head li {
    color: #fff;
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.mega-menu {
  display: none;
  position: absolute;
  background: #f5a623;
  list-style: none;
  padding: 15px 0;
}

.destinations-item {
  position: relative;
}

/* ONLY show when hovering Destinations */
.destinations-item:hover .mega-menu-head {
    display: block;
    line-height: 1.8;
}

.sml-footer-para a {
    color: #faa41d !important;
    text-decoration: none;
}

.itinery-map-para h4 {
    color: #f9a623;
}
.itinery-map-box-right {
    position: sticky;
    top: 95px;
}

.col-md-4.align-new {
    margin: auto;
}

.btn-back-all {
    background: #f39c12;
    color: #fff;
    border: none;
    padding: 7px 14px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}
.btn-back-all:hover {
    background:#faa41d;
}
.filter-reset-container {
    margin-bottom: 25px;
}

ul.ft-bet {
    margin-left: 25px !important;
    margin-bottom: 5px !important;
}

.program-card{
border:1px solid #e6e6e6;
border-radius:8px;
box-shadow:0 4px 12px rgba(0,0,0,0.08);
background:#fff;
}

.program-card h3{
font-size: 20px;
    color: #222;
    margin-bottom: 15px;
    font-weight: 500;
}

.program-card p strong {
    font-size: 20px;
}

.new-sec-volun {
    margin-bottom: 25px;
}
section.destination-landing-sec.volun-sec {
    padding-top: 50px;
}
.positive-impact-cont-box h1 {
    font-size: 60px;
}

.single-page-conte {
    text-align: justify;
    margin-bottom: 50px;
}


.single-page-conte h2 {
    margin-bottom: 20px !important;
}

/*mobile header css*/
.snowytop-mobile-header{
    width:100%;
    display:none;
    position:relative;
    z-index:999;
}
.mobile-header-inner{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    z-index:999;
}
.mobile-logo img{
    max-width:75px;
}
.mobile-right-header{
    display:flex;
    align-items:center;
    gap:15px;
}
.main-header-btn{
    background:#000000;
    color:#fff;
    padding:8px 14px;
    text-decoration:none;
    font-size:13px;
    text-transform: uppercase;
}
.mobile-hamburger{
    width:30px;
    cursor:pointer;
}
.mobile-hamburger span{
    display:block;
    height:3px;
    background:#000;
    margin:6px 0;
    transition:0.4s;
}
.mobile-hamburger.active span:nth-child(1){
    transform:rotate(45deg) translate(6px,6px);
}
.mobile-hamburger.active span:nth-child(2){
    opacity:0;
}
.mobile-hamburger.active span:nth-child(3){
    transform:rotate(-45deg) translate(7px,-7px);
}
.mobile-menu-list {
    position: fixed;
    top: 0px;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100vh;
    background: #f0ece9;
    padding: 100px 20px 15px 20px;
    transition: 0.4s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mobile-menu-list.active{
    top: 0 !important;
}
.menu-list-mobile-snoy{
    list-style:none;
    padding:0;
}
.menu-list-mobile-snoy li{
    margin-bottom:20px !important;
}
.menu-list-mobile-snoy li a{
    text-decoration:none;
    color:#222;
}
.menu-list-mobile-snoy li a:hover{
    color:#faa41d;
}
.mobile-socialmedia{
    margin-top:40px;
}
.mobile-tailor-box {
    margin-top: 35px;
}

.single-cont-page h2 {
    margin-bottom: 15px;
}
.single-cont-page {
    padding-bottom: 50px;
}
p#\#chana-snowy {
    padding-bottom: 25px;
}

ul.linj-this {
    display: flex;
    list-style: none;
}

ul.linj-this img {
    width: 250px;
    margin-bottom: -70px;
    margin-top: -50px;
}

.partenne hr {
    width: 250px;
}

.partenne h3 {
    font-size: 30px;

}

/*section.director-message img {*/
    /* height: fit-content !important; */
/*    height: 825px !important;*/
/*}*/

.pillars {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pillar {
    font-size: 14px;
    line-height: 1.5;
}

.pillar strong {
    color: #f8b03f;
    font-size: 14px;
}



/* ============= Accommodation ============ */

.snowytop-common-heading.row.accomo h2 {
    margin-bottom: 50px;
}

.acco_img img {
    
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.accomo {
    margin-bottom: 50px;
}
.row.accomo{
    display: flex;
    align-items: stretch;
}



.acco-center {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}


.redric-acco{
    margin-top: 20px;
}

.booking-popup{
display:none;
position:fixed;
z-index:9999;
left:0;
top:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.7);
}

.popup-content{
background:#fff;
width:620px;
margin:6% auto;
padding:30px;
position:relative;
border-radius:8px;
height: 550px;
}

.popup-content input,
.popup-content textarea,
.popup-content select{
width:100%;
margin-bottom: 20px;
padding:10px;
border:1px solid #ddd;
border-radius:4px; 
}

.popup-content button{
background:#faa41d;
color:#fff;
padding:12px;
border:none;
cursor:pointer;
width:100%;
}

.popup-content h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
}

.close-popup{
position:absolute;
right:15px;
top:10px;
font-size:24px;
cursor:pointer;
}
.row-this-pop {
    display: flex;
    gap: 15px;
}

button.btn-next-popup {
    width: auto;
    display: block;
    margin: 0 auto;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #faa41d;
    color: #FFF;
    text-decoration: none;
}

section.tailormade-sec:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

.whatsapp-float img {
  width: 32px;
  height: 32px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  background-color: #1EBE5D;
}
.error {
    border: 1px solid red !important;
}

.error-msg {
    color: red;
    font-size: 12px;
    display: block;
    margin-top: 4px;
}
/* Responsive */
@media (max-width: 768px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 15px;
    left: 15px;
  }

  .whatsapp-float img {
    width: 26px;
    height: 26px;
  }
}

.row-new {
    display: flex;
    width: 100%;
    gap: 25px;
}
