* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    /* background-color: #f6f6f9 !important; */
}

a {
    text-decoration: none !important;
    /* font-family: "Poppins", serif; */
}

:root {
    /* --main-color: rgba(0, 0, 0, 1);
    ; */
    --main-color:rgba(239, 126, 26, 1);
    --primary-color: #32251c;
    /* --main-color: #ffc419; */
    --primary-color1: #553216;
    --black-color: #2b2a2a;
    --white-color: #fff;
    --commom-gray: #434040;
    --second-color:#339ab1;
}

#topbar {
    /* background-color: var(--main-color); */
    color: var(--commom-gray);
    padding: 3px;
    text-align: center;
    font-size: 14px;
    /* position: fixed; */
    width: 100%;
    /* top: 0px; */
    z-index: 999;
    letter-spacing: 1px;
}

/* header */
.header-area {
    /* background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
    background-position: center center;
    background-size: cover; */
    display: flex;
    justify-content: center;
}
section{
    margin-top: 50px;
    margin-bottom: 80px;
}
/* default css end */

/* navbar regular css start */
.navbar-area {
    background: var(--white-color);
    /* border-bottom: 1px solid #000; */
    /* position: fixed; */
    width: 90%;
    /* top: 30px; */
    z-index: 999;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 2px 0px;
    border-radius: 100px;
}

.site-navbar {
    display: flex;
    justify-content:space-evenly;
    align-items: center;
}

a.site-logo {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--black-color);
    text-decoration: none;
}

.site-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.site-navbar ul li a {
    color: var(--commom-gray);
    padding: 20px;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
}

.site-navbar ul li a:hover {
    color: var(--main-color);
}

.bannerimg {
    opacity: 0.9;
}
#TopBannerContent {
    position: absolute;
    top: 200px;
    color: #fff !important;
}
/* navbar regular css end */

/* nav-toggler css start */
.nav-toggler {
    border: 3px solid var(--primary-color);
    padding: 5px;
    background-color: transparent;
    cursor: pointer;
    height: 36px;
    display: none;
}

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
    width: 25px;
    height: 3px;
    background-color: var(--primary-color);
    display: block;
    transition: 0.3s;
}

.nav-toggler span:before {
    content: "";
    transform: translateY(-9px);
}

.nav-toggler span:after {
    content: "";
    transform: translateY(6px);
}

.nav-toggler.toggler-open span {
    background-color: transparent;
}

.nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
}

.nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
}

/* nav-toggler css start */

/* intro-area css start */
.intro-area {
    height: calc(100vh - 61px);
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}

.intro-area h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 25px;
}

.intro-area p {
    font-size: 18px;
}

/* intro-area css end */

/* mobile breakpoint start */
@media screen and (max-width: 890px) {
    .container {
        max-width: 720px;
    }
#ul-item-phone{
    align-items: start;
}
    /* navbar css for mobile start */
    .nav-toggler {
        display: block;
    }

    .site-navbar {
        min-height: 60px;
    }

    .site-navbar ul {
        position: absolute;
        width: 100%;
        height: calc(100vh - 60px);
        left: 0;
        top: 117px;
        flex-direction: column;
        align-items: center;
        /* border-top: 1px solid #444; */
        background-color: #fff;
        max-height: 0;
        overflow: hidden;
        transition: 0.3s;
    }

    .site-navbar ul li {
        width: 100%;
        /* text-align: center; */
    }

    .site-navbar ul li a {
        padding: 20px;
        color: var(--primary-color);
    }

    .site-navbar ul li a:hover {
        background-color: rgba(238, 142, 8, 0.1);
        color: #c66516;
    }

    .site-navbar ul.open {
        max-height: 100vh;
        overflow: visible;
    }

    .intro-area h2 {
        font-size: 36px;
        margin-bottom: 15px;
    }

    /* .navbar-area {
        top: 40px !important;
    } */

    #topbar {
        font-size: 12px !important;
    }

    #home {
        margin-top: 95px !important;
    }

    .button-22 {
        width: 100px;
        margin: auto !important;
    }

    /* navbar css for mobile end */
}

.site-logo img {
    height: 70px;
    padding: 10px;
}

#home {
    margin-top: 100px !important;
}

/* header */
/* slider  */

.hero-slider {
    width: 100%;
    /* height: 400px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none !important;
}
@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        /* height: 500px/; */
    }
    .hero-slider .slide-inner{
        height: 500px !important;
    }
    .tf-counter .title-counter {
        font-size: 14px;
        font-weight: 500;
        line-height: 27px;
        color: #081E2A;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 600px;
    /* position: absolute; */
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 600px;
    /* position: absolute; */
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
    .one h2{
        font-size: 24px !important;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background: #fff;
    transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

@media screen and (min-width: 992px) {

    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
    .hero-slider .swiper-pagination-custom,
    .hero-slider .swiper-pagination-fraction {
        /*     display: none; */
    }
}

.swiper-pagination {
    text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}


@media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 30px;

    }
}

/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
    /* height: 850px; */
    transition: all .4s ease;
}

@media (max-width: 991px) {
    .hero-style {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style {
        height: 500px;
    }
}

@media screen and (min-width: 992px) {
    .hero-style .container {
        padding-top: 95px;
    }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
    max-width: 690px;
}

.hero-style .slide-title h2 {
    font-size: 100px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 40px;
    text-transform: capitalize;
    transition: all .4s ease;
}

@media (max-width: 1199px) {
    .hero-style .slide-title h2 {
        font-size: 75px;
    }
}

@media (max-width: 991px) {
    .hero-style .slide-title h2 {
        font-size: 50px;
        margin: 0 0 35px;
    }
}

@media (max-width: 767px) {
    .hero-style .slide-title h2 {
        font-size: 35px;
        margin: 0 0 30px;
    }
}

.hero-style .slide-text p {
    opacity: 0.8;
    font-family: Rajdhani;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 40px;
    transition: all .4s ease;
}

@media (max-width: 767px) {
    .hero-style .slide-text p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 30px;
    }
}

.hero-style .slide-btns>a:first-child {
    margin-right: 10px;
}


/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #2b3b95;
    padding: 9px 32px;
    border: 0;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition: all .4s ease;
}

a {
    text-decoration: none;
    transition: all 0.2s ease;
}

.theme-btn-s2 {
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
    background-color: #2b3b95;
    color: #fff;
}

.theme-btn-s3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    text-transform: uppercase;
}

i.fa-chevron-circle-right {
    height: 22px;
    width: 22px;
}

a:hover {
    text-decoration: none;
}

@media (max-width: 991px) {

    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s3 {
        font-size: 13px;
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {

    .theme-btn,
    .theme-btn-s2 {
        padding: 13px 20px;
        font-size: 13px;
    }
}

/* CSS */
.button-50 {
    appearance: button;
    background-color: var(--main-color) !important;
    background-image: none;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: #fff 4px 4px 0 0, #000 4px 4px 0 1px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    /* font-family: ITCAvantGardeStd-Bk, Arial, sans-serif; */
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 5px 10px 0;
    overflow: visible;
    padding: 12px 40px;
    text-align: center;
    text-transform: none;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.button-50:focus {
    text-decoration: none;
}

.button-50:hover {
    text-decoration: none;
}

.button-50:active {
    box-shadow: rgba(0, 0, 0, .125) 0 3px 5px inset;
    outline: 0;
}

.button-50:not([disabled]):active {
    box-shadow: #fff 2px 2px 0 0, #000 2px 2px 0 1px;
    transform: translate(2px, 2px);
}

@media (min-width: 768px) {
    .button-50 {
        padding: 12px 50px;
    }

}
@media (max-width:576px)
{
     /* #gap-between-section {
    margin-top: 485px !important;
} */
#TopBannerContent {
    top: 135px !important;
}
    .main-slider {
        height: 220px !important;
      }
    .hero-section-about h1 {
        font-size: 32px !important;
        line-height: 32px !important;
    }
    .site-navbar {
        display: flex ;
        justify-content: space-around;
        align-items: center;
    }
    .we-image>img{
        width: 100% !important;
    }
    .faq-details {
        padding: 0px 15px !important;
    }
    .navbar-area {
        top: 40px !important;
    }
    #safariBookingCalenderForm {
        margin-top: -320px !important;
    }
}
@media (max-width: 768px) {
    #gap-from-top{
margin-top: 105px !important;
    }
    /* #gap-between-section{
        margin-top: 185px ;    } */
    .mb-15 {
        margin-bottom: 0px !important;
    }

}
@media  (min-width: 576px) and (max-width:1024px) {
    #safariBookingCalenderForm {
        margin-top: -396px !important;
    }
    #safariBookingCalenderForm {
        margin-top: -396px ;
    }
}
  #gap-from-top{
margin-top: 218px ;
    }
/* CSS */
.button-41 {
    background-color:var(--main-color);
    /* background-image: linear-gradient(-180deg, #00D775, #00BD68); */
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Inter, -apple-system, system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
    height: 44px;
    line-height: 44px;
    outline: 0;
    overflow: hidden;
    padding: 0 20px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
    z-index: 9;
    border: 0;
}

.button-41:hover {
    background: orangered;
    /* background: #00bd68; */
}
.button-20 {
    background-color:white;
    border:1px solid rgba(217, 217, 217, 1) !important;
 color: var(--black-color) ;
    /* background-image: linear-gradient(-180deg, #00D775, #00BD68); */
    border-radius: 25px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px; */
    cursor: pointer;
    display: inline-block;
    font-family: Inter, -apple-system, system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
    height: 44px;
    line-height: 44px;
    outline: 0;
    overflow: hidden;
    padding: 0 20px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
    z-index: 9;
    border: 0;
}

.button-20:hover {
    background-color:var(--main-color)  !important;
    color: #FFFFFF !important;
    border: none !important;

}
/* service card  */
.safariBookingCards .card {
    margin: 10px;
    padding: 6rem 2rem 2rem;
    background: var(--main-color);
    width: min(90%, 300px);
    min-height: 200px;
    border-radius: 1rem;
    color: white;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
}
.safariBookingCards .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.index {
    position: absolute;
    top: 0;
    left: 0;
    background: lightgreen;
    width: 5rem;
    aspect-ratio: 1;
    border-radius: 18% 0 75% 0;
}

.index::after {
    content: attr(data-index);
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    /* font-weight: 500; */
    font-size: 2rem;
}

.index__curve {
    position: absolute;
    width: 1rem;
    aspect-ratio: 1;
    background: lightgreen;
}

.index__curve::after {
    content: "";
    position: absolute;
    width: 200%;
    aspect-ratio: 1;
    background: seagreen;
    border-radius: 50%;
}

.index__curve.top-right {
    left: 100%;
    top: 0;
}

.index__curve.bottom-left {
    left: 0;
    top: 100%;
}

/* === HEADING STYLE #1 === */
/* === BASE HEADING === */

.one h2 {
    position: relative;
    padding: 0;
    margin: 0;
    /* font-famil: "Raleway", sans-serif; */
    font-weight: 600;
    font-size: 28px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* font-style: italic; */
}
.one h1 {
    position: relative;
    padding: 0;
    margin: 0;
    /* font-famil: "Raleway", sans-serif; */
    font-weight: 600;
    font-size: 30px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* font-style: italic; */
}
h1 span {
    display: block;
    font-size: 0.5em;
    line-height: 1.3;
}

h1 em {
    font-style: normal;
    font-weight: 600;
}
.one h1 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.one h1:before {
    width: 48px;
    height: 6px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -24px;
    background-color: var(--main-color);
}

.one h1:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 50%;
    margin-left: -50px;
    background-color: var(--main-color);
}
.one h2 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
}

/* .one h2:before {
    width: 48px;
    height: 6px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -24px;
    background-color: var(--main-color);
}

.one h2:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 50%;
    margin-left: -50px;
    background-color: var(--main-color);
} */

.card-container {

    background-color: #fff;
    border-radius: 8px;
    margin: auto;
    border:1px solid rgba(217, 217, 217, 1);
}
.card-container:hover {
    border:1px solid var(--main-color);

}
.card-image img {
    width: 100%;
    background-size: cover;
    padding: 10px;
border-radius: 18px !important;
}
.card-body {
    display: flex;
    flex-direction: column;
    /* align-items: start; */
    padding: 16px !important;
    min-height: 200px;
}

.card-badge {
    text-transform: uppercase;
    background-color: #fff;
    color: #fff;
    padding: 2px 8px;
    border-radius: 70px;
    margin: 0;
    font-size: 12px;
    /* display: none !important; */
}

.card-badge-blue {
    background-color: #92d4e4;
    color: var(--main-color);
}

.card-badge-purple {
    background-color: #3d1d94;
}

.card-badge-pink {
    background-color: #c62bcb;
}

.card-body h2 {
    font-weight: bold;
    font-size: 20px;
    margin: 8px 0;
}

.card-body p {
    font-size: 14px;
    margin: 8px 0 8px 0;
}

.card-author {
    display: flex;
    align-items: center;
}

.card-author p {
    margin: 0 16px;
    font-size: 12px;
}

.card-author p:last-child {
    color: #888;
}

.card-author img {
    border-radius: 50%;
    height: 48px;
    width: 48px;
    margin-top: auto;
}

@media screen and (max-width: 1000px) {
    /* .container {
        grid-template-columns: 1fr;
    } */
}
.blogDate{
    font-size: 13px;
}


/* img design */
@media (max-width: 1199px) {
    .we-two_image-box {
        margin: auto;
    }
}
.we-two_image-box {
    max-width: 630px;
}
.mb-30{
    margin-bottom: 30px;
}
.we-two_image-box .we-image img {
    border-radius: 10px;
}
@media only screen and (min-width: 1200px) {
    .pr-lg-30 {
        padding-right: 30px;
    }
}
/* .widget-counter {
    background-color: var(--main-color);
    background-image: url(../img/bg-counter.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 60px;
} */
/* .widget-counter .counter-top {
    position: absolute;
    top: -40px;
    width: 100%;
    height: 80px;
    left: 0;
    right: 0;
    z-index: 2;
} */
/* .widget-counter .counter-bottom {
    position: absolute;
    bottom: -50px;
    width: 100%;
    height: 80px;
    left: 0;
    right: 0;
    z-index: 2;
} */
 .heading-para{
    max-width: 800px;
 }
.tf-container {
    max-width: 1320px;
    width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.flex-three {
    display: flex;
    align-items: center;
}
.tf-counter {
    background-color: #FFFFFF;
    padding: 20px;
    border: 1px solid rgba(184, 181, 181, 0.438);
    /* border-top: 0px; */
    border-radius: 13px;
    box-shadow: 0px 14px 40px 0px rgba(0, 0, 0, 0.03);
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    margin-top: 20px;
}
.tf-counter:hover::before {
    border: 1px dashed var(--main-color);
}
.tf-counter:hover .icon i{
    transform: rotateY(180deg);
}
.tf-counter::before {
    content: "";
    /* position: absolute; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 92%;
    /* border: 1px dashed rgba(0, 0, 0, 0.17); */
    border-radius: 23px;
}
.tf-counter .icon  {
    color: var(--main-color);
    margin-bottom: 17px;
    font-weight: 500 !important;

}
.tf-counter .icon i {
    transition: all 0.5s ease;
    background: var(--main-color);
    color: white !important;
    padding: 10px;
    border-radius: 50%;
}
.tf-counter .number-counter {
    font-size: 22px;
    font-weight: 700;
    color: var(--black-color);
    line-height: 40px;
    position: relative;
}
.tf-counter .line {
    height: 3px;
    width: 50px;
    border: 1px dashed var(--main-color);
    display: inline-block;
    margin-top: 19px;
    margin-bottom: 3px;
}
.tf-counter .title-counter {
    font-size: 15px;
    /* line-height: 27px; */
    color: #081E2A;
}
.tf-counter:hover{
    border: 1px solid var(--main-color) !important;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.mb--20em{
    margin-bottom: -20em;
}
.z-index3 {
    z-index: 3;
}
.widget-destination {
    padding-top: 160px;
}
.pd-main {
    padding: 80px 0;
}
.widget-feature4 .mask-faeture4 {
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    color: var(--main-color);
    position: absolute;
    z-index: -1;
}
.img-flower {
    width: 100%;
    height: auto;
}
.widget-feature4 .image-feature4 {
    margin-top: 1em;
    margin-left: -3em;
    margin-right: -2em;
}
/* .tf-widget-populer {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    background-color: #FFFFFF;
} */
.tf-widget-populer .image {
    overflow: hidden;
    border-radius: 10px !important;
}
.tf-widget-populer .image .mask-populer {
    position: absolute;
    /* bottom: -15px; */
    left: 0;
}
.tf-widget-populer .content {
    /* padding: 47px 34px 45px 33px; */
    padding: 30px 30px 30px 30px;
}
.tf-widget-populer .content .icon {
    /* width: 68px;
    height: 60px; */
    background-color: var(--main-color);
    border-radius: 5px;
    color: #FFFFFF;
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
}
.icon-Group-1:before {
    content: "\e90c";
}
.tf-widget-populer .content .icon:before {
    /* position: absolute;
    content: "";
    width: 0;
    height: 0; */
    /* border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #FF970D;
    bottom: -8px; */
}
/* .tf-widget-populer:hover .content .icon {
    background-color:  #00BD68;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
} */
/* .tf-widget-populer:hover .content .icon::before {
    border-top: 8px solid #00BD68;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
} */
.flex-five {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mb-18 {
    margin-bottom: 18px !important;
}
.tf-widget-populer .content .des-populer {
    font-size: 15px;
    font-weight: 400;
    line-height: 27.8px;
    color: #4F545A;
}
.headingss{
    color: var(--main-color);
    font-size: 20px;
    line-height: 25.2px;
    font-weight: 700;
}
.background-section {
    position: relative;
    background: url('../img/images/Home/History.jpg');
    background-size:cover;
    background-position:center;
    opacity:0.8;
}
.background-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgb(13, 13, 14,0.5), rgba(2, 15, 22, 0.5), rgba(0, 0, 0, 0.5));
    opacity: 0.5;
}
.background-section-safari {
    position: relative;
    background: url('../img/images/Safari/Tadoba-Offers-To-Tourists.jpg');
    background-size:cover;
    background-position:center;
    opacity:0.8;
}
.background-section-safari::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgb(13, 13, 14,0.5), rgba(2, 15, 22, 0.5), rgba(0, 0, 0, 0.5));
    opacity: 0.5;
}
.background-section-safarinew {
    position: relative;
    background: url('../img/images/Safari/Safari-Timing-in-the-Wild.jpg');
    background-size:cover;
    background-position:center;
    opacity:0.8;
}
.background-section-safarinew::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgb(13, 13, 14,0.5), rgba(2, 15, 22, 0.5), rgba(0, 0, 0, 0.5));
    opacity: 0.5;
}
table {
    /* border: 1px solid var(--main-color) !important; */
}
.para-notes {
   z-index: 1 !important;
    color: #000 !important;
    /* border: 3px dashed orangered; */
    border-radius: 15px;
    /* font-weight: 500; */
}


th, td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;

}
tr:nth-child(even) {
    background-color: #fff;
    color:#000;
    /* font-weight: 500; */
    font-size: 15px;

}
tr:nth-child(odd) {
    background-color: #fff;
    color:#000;
    /* font-weight: 500; */
    font-size: 15px;
}
.bg-home-section{
    background: url('../img/background.avif');
    background-repeat: no-repeat;
    background-size:100% 100%;
    background-position:center;
}
.heading-visit {
    font-size: 16px;
    font-weight:600;
    line-height: 1.2;
    /* font-family: "Outfit"; */
    /* background-color: rgb(181, 215, 245); */
    color: #000 !important;
    padding: 5px;
}
.Experience-img img {
    border-radius: 10px;

}
#faq-main {
    margin-top: 104px;
    color: white;
    padding: 30px 0px;
    z-index: 1;
    position: relative;
    padding: 50px 0 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--main-color);
    background-position: center center;
  }

  /* cancellation page   */
  .container-cancel {
    max-width: 900px;
    margin: auto;
    background: rgba(250, 250, 250, 1);
    padding: 20px;
    border-radius: 16px;
    border: 1px solid rgb(119 118 118 / 40%);
    /* box-shadow: 0 8px 24px rgba(0,0,0,0.1); */
    margin-bottom: 20px;
  }

  .container-cancel h1 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 1);
  }

  .container-cancel h2 {
    font-size: 1.3rem;
    /* margin-top: 30px; */
    color: var(--main-color);
  }
p{
    font-size: 15px;
}
  .container-cancel ul {
    margin: 15px 0 25px 20px;
  }

  .container-cancel ul li {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .container-cancel .note {
    background:  #d0fdfd;
    border-left: 4px solid var(--main-color);
    padding: 15px;
    align-items: center;
    border-radius: 8px;
    margin: 20px 0;
  }

  .container-cancel .highlight {
    font-weight: bold;
    color:orangered;
  }

  @media (max-width: 600px) {
    .container-cancel{
      padding: 20px;
    }

   .container-cancel h1 {
      font-size: 2rem;
    }
  }
  /* cancellation page   */
  .cmbal-boxs {
    box-shadow: rgba(14, 20, 37, 0.12) 0px 1px 3px 0px, rgba(14, 20, 37, 0.12) 0px 1px 8px 0px !important;
    border-left: 2px solid var(--main-color);
    border-radius: 10px;
}

#faq img {
    border-radius: 10px;
}

.price-color {
    font-size: 22px;
    color: #000;
}
#flora-fauna{
    background: url('../img/flora-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% 100%;
}
#safaripage
{
    margin-top: 108px;
}



/* safari page  */
#packages-content{
    background-image: url('../img/green.avif');
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% 100%;
}
.heading-color{
    color: var(--main-color);
}
select,textarea, input::placeholder{
    color:#242323 !important;
    font-size: 15px !important;
}
textarea::placeholder{
    color:#242323 !important;
    font-size: 15px !important;
}
.about-feature-two .shape {
    position: absolute;
    left: 0;
    top: 28px;
    max-width: 15%;
}
.pb-45, .py-45 {
    padding-bottom: 45px;
}
.pt-100, .py-100 {
    padding-top: 50px;
}
.bgc-black {
    background-color: var(--heading-color);
}
.z-1 {
    z-index: 1;
}
.rel {
    position: relative;
}
.bgc-black {
    background-color: var(--main-color);
}
.shape2 {
    position: absolute;
    right: 4%;
    bottom: 0;
    max-width: 15%;
}
.enquiry-form {
    background-color: inherit;
    padding: 12px 20px;
    /* margin: 0 1em; */
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 6px rgba(213, 213, 213, 0.8);
    /* background-color: var(--main-color); */

}

.enquiry-form input[type="text"], .enquiry-form input[type="tel"], .enquiry-form input[type="email"], .enquiry-form input[type="date"], .enquiry-form select, .enquiry-form input, .enquiry-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd !important;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
}
.enquiry-form h4 {
    color: #fff;
    text-align: center;
    padding: 0.5em;
}
#booking-option li{
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    /* background: antiquewhite; */
    align-items: center;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}
#booking-option li:hover{
    border: 1px solid var(--main-color);

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.note {
    background: #d0fdfd;
    border-left: 4px solid var(--main-color);
    padding: 15px;
    align-items: center;
    border-radius: 8px;
    margin: 20px 0;
}
#table th {
    background: var(--main-color) !important;
    color: #fff !important;
    text-align: center !important;
}
#table td {
    text-align: center !important;
    border: 1px solid var(--main-color) !important;
    padding: 10px;
}
#AwrRotate{
    transform: rotate(180deg);
}
.faq-details {
    padding: 0px 40px 30px 40px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}
details {
    background-color: #86b7fe61;
    border-radius: 10px;
    cursor: pointer;
    padding: 20px 30px;
    margin-block: 15px;
    border: 1px solid var(--main-color);
}
summary {
    margin-inline-start: 1rem;
    list-style-position: outside;
    font-weight: 600 !important;
}
summary, p {
    text-align: left;
}
.left-side-div {
    background-color:var(--main-color);
    padding: 30px;
}
.left-side-div div {
    border: 1px solid #fff;
    margin-bottom: 15px;
}
.right-side-div {
    border: 1px solid var(--main-color);
    margin-bottom: 15px;
}
#main_heading {
    color: var(--main-color);
    text-shadow: 1px 1px 2px var(--main-color);
    font-weight: bold;
}

/* hotel  */
.daterangepicker {
    direction: ltr;
    text-align: left;
    background: var(--main-color) !important;
    color: #fff !important;
}

#panel {
    display: none;
}
.checked {
    color: rgb(11, 218, 81);
    font-size: 14px;
}
.imghotelList {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.imghotel {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 0.1em;
    object-fit: cover;
}
.smokyBg {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    position: relative;
    text-align: center;
}
.viewAllText {
    position: absolute;
    font-size: smaller;
    padding-top: 20%;
    top: 0%;
    left: 0%;
    /* transform: translate(-50%, -50%); */
    color: white;
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
}

.carousel-item {
    /* height: 165px !important; */
    margin-bottom: 2px;
}
.hotel-heading {
    color: var(--second-color);
}
.hotel_loaction {
    font-size: 13px;
}
.hotel-description {
    font-size: 13px;
}
.couple-icon {
    font-size: 16px;
    line-height: 15px;
}
.rev {
    background: linear-gradient(to right, var(--main-color), var(--second-color));
    color: white;
    font-size: 13px;
    text-align: center;
    border-radius: 5px;
    padding: 2px;
}
.text-rupess {
    color: rgb(5, 167, 5) !important;
    font-family: "Playfair Display", serif;
    font-size: 26px;
    font-weight: 700;
}
.greyText {
    font-size: 12px;
    color: #000;
    line-height: 14px;
}
.enquire_now {
    color: var(--second-color);
    border: none;
    padding: 3px 6px;
    border-radius: 6px;
    font-weight: 600;
    border: 2px solid var(--second-color);
}
.button-29 {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, var(--second-color) 0, var(--main-color) 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(19, 201, 234, 0.4) 0 2px 4px, rgba(22, 225, 225, 0.4) 0 7px 13px -3px, rgba(23, 119, 4, 0.4) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    /* font-family: "JetBrains Mono", monospace; */
    height: 36px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding: 0px 20px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 16px;
}
.button-29:hover {
    box-shadow: rgba(64, 206, 234, 0.4) 0 4px 8px, rgba(13, 201, 230, 0.4) 0 7px 13px -3px, var(--main-color) 0 -3px 0 inset;
    transform: translateY(-2px);
    color: #fff;
}
.select-rooms {
    border: 1px solid gray;
    border: 1px solid gray;
    padding: 6px 8px;
    color: #fff !important;
    background-color: var(--second-color);
    border-radius: 5px;
}
.inner_hotel .top {
    display: flex;
    justify-content: space-between;
}
.image-group {
    grid-template-columns: 1fr 1fr !important;
}
.image-group {
    display: grid;
    grid-template-columns: auto;
    gap: 1rem;
}
.image-group .first-image .firstimg {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.image-group .first-image {
    grid-column: 1 / 2;
}
.image-group .other-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}
.image-group .first-image .firstimg {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.image-group .other-images .next_imgs {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.deatil-hotel {
  color: rgba(0, 0, 0, 1);
    font-size: 22px !important;
}

/* datepicker  */

.datepicker .datepicker-switch {
    width: 125px !important;
    color: #fff !important;
    background-color: var(--main-color) !important;
    font-size: 16px !important;
}

/* .datepicker .datepicker-switch:hover {
    background-color: #000 !important;
} */

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
    cursor: pointer;
    color: var(--primary-color);
    font-size: 20px;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    color: rgb(46, 46, 46);
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background:var(--main-color)!important;
    color: white !important;
}

.datepicker table {
    border: 2px solid var(--main-color) !important;
}

.datepicker td,
.datepicker th {
    background: #ff6b3557;
    padding: 6px !important;
}
.toggle-button {
    color: rgb(254, 251, 251);
    width: 100%;
    position: fixed;
    top: 107px !important;
    z-index: 980;
    font-size: 18px;
    border: 1px solid #b7acac;
    padding: 5px;
    /* background:linear-gradient(to right, var(--main-color),	var(--second-color)); */
    background: linear-gradient(to right, var(--main-color),	var(--second-color));

}

.close-button {
    position: absolute;
    top: 0px;
    right: 8px;
    background: transparent;
    color: white;
    font-weight: bold;
    border: none;
    font-size: 22px;
}
@media (max-width: 576px) {
    .floating_form .form-group {
        font-size: 14px !important;
    }
    .floating-from-div {
       top: 117px !important;
    }
    .toggle-button {
        top: 117px !important;
}
.inner_hotel .top {
    display:block !important;
    margin-bottom: 12px;
}
.text-dark {
    padding: 0px !important;
    font-size: 12px;
}
}

@media (max-width: 576px) {
    #faq-main{
        margin-top: 104px !important;
    }
    .floating_form .form-group {
        width: 22.3rem !important;
    }
    .image-feature4 img{
width: 100% !important;
height: 100%;
margin: 0px !important;
padding: 0px !important;
    }
    .widget-feature4 .image-feature4 {
        margin-top: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .pd-main {
        padding: 50px 0px 0px 0px !important;
    }
    .heading-visit{
        margin-top: 12px !important;
    }
    section {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
    .floating-from-div {
        top: 109px;
    }
}

@media (min-width: 600px) and (max-width: 786px) {
    .floating-from-div {
        top: 119px !important;
    }
}
.modal-content {
    background-color: rgb(0, 0, 0,0.8);
    /* background: linear-gradient(to right, var(--main-color), var(--second-color)); */
    color: #fff;
    border: 1px solid #fff;
}
.datepicker .table-condensed {
    width: 280px !important;
    padding: 0px !important;
}
.modal-header
{
    border-bottom: 0px !important;
}
.modal-footer{
    border-top: 0px !important;
}

/* mac  */
@media (min-width:1200px) and (max-width:1288px) {
    body {
        /* background-color: gray; */
    }

    .mrgin-slide {
        margin-left: 348px !important;
    }

    .card-width {
        width: 16rem !important;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    body {
        /* background-color: gray; */
    }

    .blackText {
        font-size: 22px !important;
    }

    .padding-pakg {
        padding: 3px !important;
    }

    .Btn::before {
        font-size: 14px !important;
        width: 88% !important;
    }

    .Btn {
        width: 102px !important;
        height: 35px !important;
    }

    .Btn-2 {
        padding: 6px 2px !important;
        margin-left: 4px !important;
    }

    .package-zone {
        margin-top: 4px !important;
    }

    .greyText {
        margin-bottom: 5px !important;
        font-size: 12px !important;
    }

    .padding-rm-tab-4 {
        padding-left: 6px;
    }

    .button-29 {
        padding: 0px 17px;
    }
}

@media (min-width:1200px) and (max-width:1290px) {
    body {
        /* background-color: gray; */
    }

    .padding-rm-tab-4 {
        padding-left: 6px;
    }

    .greyText {
        margin-bottom: 5px !important;
        font-size: 12px !important;
    }
}
.blackText {
    color: rgb(25, 207, 25);
    font-weight: 700;
}

.text-13 {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
}
.text-14 {
    font-size: 15px;
}
.package-zone {
    color: var(--main-color);
    /* color: #d02045; */
}

.greyText {
    font-size: 12px;
    color: #000;
    line-height: 14px;
}

.primary-btn2 {
    border-radius: 5px;
    background-color: var(--main-color);
    font-family: var(--font-rubik);
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    letter-spacing: .48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 11px 16px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: color 0.5s, background-color 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}

.primary-btn2::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    border-radius: 2px;
    background-color: #0a1019;
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: transform 0.5s ease-out;

}

.primary-btn2:hover::after {
    transform: skewX(45deg) scale(1, 1);
    color: #fff !important;
}
.lineThroughRed {
    width: 60px;
    background: red;
    right: 0;
    height: 0.1rem;
    transform: rotate(-8deg);
    position: absolute;
    top: 8px;
    left: 5px;
}
.package {
    box-shadow: rgba(14, 20, 37, 0.12) 0px 1px 3px 0px, rgba(14, 20, 37, 0.12) 0px 1px 8px 0px !important;
    padding: 0px 10px;
}

.Btn {
    width: 110px;
    height: 36px;
    border: none;
    border-radius: 10px;
    /* background: linear-gradient(to right, #77530a, #efa512, #77530a, #77530a, #efa512, #77530a); */
    background-size: 250%;
    background-position: left;
    color: #ffd277;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition-duration: 1s;
    overflow: hidden;
}

.Btn::before {
    position: absolute;
    font-size: 15px;
    /* content: "View Details"; */
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 97%;
    height: 90%;
    border-radius: 8px;
    transition-duration: 1s;
    /* background-color: rgba(0, 0, 0, 0.842); */
    /* background-color: #fd9801; */
    background: linear-gradient(to left, var(--main-color), var(--second-color));
    background-size: 200%;
    border: none;
}

.Btn-2 {
    border: none;
    border-radius: 8px;
    padding: 7px 12px;
    font-weight: 600;
    font-size: 14px;
    border: 0.1rem solid var(--second-color);
    white-space: nowrap;
    color: var(--second-color);
    transition-duration: 1s;
    background-color: white;
}
.danger-class-style {
    background-color: rgb(242, 47, 47);
    color: white;
    margin-left: 10px;
    margin-top: 6px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 5px 12px;
    border-radius: 6px;
}
.btn-hotelform {
    background-color: rgb(34, 139, 34);
    color: white;
    margin-top: 6px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 5px 12px;
    border-radius: 6px;
}
@media (max-width: 576px) {
    .padding-rm-tab-4 {
        margin-top: 40px;
        margin-left: 30px;
    }
    .termsandcondition{
        column-count: 1 !important;
    }
    .hero-overlay {
        height: 380px !important;
    }
}
.small-cnt-color {
    color: var(--second-color) !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
{
    display: none !important;
}
.tour-plan .accordion-item .accordion-header .accordion-button {
    padding: 6px;
    margin: 5px;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    color: var(--title-color);
    display: flex;
    align-items: center;
    gap: 25px;
}
.tour-plan .accordion-item .accordion-header .accordion-button span {
    min-width: 90px;
    max-width: 120px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    background-color: var(--main-color);
    border-radius: 5px 0 0 5px;
}
@media (min-width:578px) and (max-width:3000px) {
    #for-mobile-view {
        display: none !important;
    }
}
@media (max-width:576px) {

    #for-mobile-view {
        margin-top: -20px;
    }

    #for-laptop-view {
        display: none;
    }
}
.radio-button-class {
    color: #141313 !important;
    padding: 8px 16px;
    display: inline-block;
    border: 2px solid var(--main-color);
    font-weight: bold;
    /* margin-left: 10px; */
}

.usertype li.highlight {
    background-color: lightskyblue;
}
.button-41:hover{
  color: #fff !important;
}


/* blog */
#sidebar .widget {
    border: 1px solid var(--main-color);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    margin-bottom: 40px !important;
    padding: 18px 18px !important;
    border-radius: 12px;
    border-top: 1px solid var(--main-color);
    border-left: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    border-bottom: 5px solid var(--main-color);
}
.small-cnt-color {
    color: black !important;
    font-size: 20px !important;
}
#sidebar .wp-block-search .wp-block-search__input {
    padding: 10px 10px;
    font-size: 15px;
    margin-bottom: 10px;
    color: #4d4749;
    border: solid 1px var(--main-color);
    width: 100%;
    border-radius: 3px;
}
#sidebar ul li {
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid #d3cfcf;
    line-height: 43px;
}
#sidebar ul li a{
    color: var(--main-color);
}
#sidebar ul li::before {
    content: "" !important;
    font-family: 'FontAwesome' !important;
    margin-right: 10px !important;
    height: 8px !important;
    width: 8px !important;
    background: var(--main-color) !important;
    display: inline-block !important;
    transform: rotate(45deg);
}
.img-detailss {
    height: 100%;
    width: 100%;
}
.class-imgss {
    background: var(--main-color) !important;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
}
.form-dssg {
    border: 2px dashed var(--main-color);
    outline: 2px solid var(--main-color);
}
.review-form-div {
    box-shadow: rgba(14, 20, 37, 0.12) 0px 1px 3px 0px, rgba(14, 20, 37, 0.12) 0px 1px 8px 0px !important;
}
#review-form .form-group {
    margin-bottom: 15px;
}
.starpkg {
    margin-right: 2px;
    font-size: 18px;
    width: 28px;
    height: 28px;
    transition: .6s all;
}

/* CSS */
.button-42 {
  background-color: initial;
  background-image: linear-gradient(-180deg, #FF7E31, var(--main-color));
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Inter,-apple-system,system-ui,Roboto,"Helvetica Neue",Arial,sans-serif;
  height: 40px;
  line-height: 40px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width:auto;
  z-index: 9;
  border: 0;
  transition: box-shadow .2s;
}

.button-42:hover {
  box-shadow: rgba(253, 76, 0, 0.5) 0 3px 8px;
}
#safariBookingCalenderForm{
    margin-top:-300px ;
}
/* #aboutpage  */
.hero-section-about {
    background: url('../img/mainimg/breadcrumbs.jpg') no-repeat center center/cover;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    margin-top: -115px !important;
  }
  .hero-section-about>label{
    text-align: start !important;

  }
  .hero-overlay {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
    width: 100%;
    height: 500px;
  }

  .hero-section-about h1 {
    font-size: 50px ;
    line-height: 58px;
    font-weight: 900;
  }

  .hero-section-about p {
    font-size: 0.8rem;
    max-width: 1000px;
    margin: auto;
  }

  .breadcrumb-link {
    position: absolute;
    bottom: 20px;
    left: 100px;
    font-size: 0.9rem;
  }
  .breadcrumb-link a{
    color:#fff;
    text-decoration: none;
  }
  .breadcrumb-link a:hover{
    color:var(--bright-green);
  }
  @media (min-width: 768px) {

    .hero-section-about h1 {
      /* font-size: 2.5rem; */
    }

    .hero-section-about p {
      font-size: 1.1rem;
    }
  }
.fw-semibold{
    font-weight: 500 !important;
}
.header-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
    transition: background 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
    /* transition: background 0.3s ease, box-shadow 0.3s ease; */
}

.termsandcondition{
    column-count: 2;
}
.accordion-item {
        border: none;
        margin-bottom: 16px;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }
    .accordion-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }
    .accordion-button {
        /* padding: 20px 25px; */
        font-weight: 600;
        color: #333;
        background-color: #ffffff;
        transition: all 0.3s ease;
    }
    .accordion-button:not(.collapsed) {
        color: #ffffff;
        background-color: var(--main-color);
    }
    .accordion-button:focus {
        box-shadow: none;
        border-color: rgba(0, 0, 0, .125);
    }
    .accordion-button::after {
        background-size: 20px;
        transition: all 0.3s ease;
    }
    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }
    .accordion-body {
        padding: 10px !important;
        background-color: #ffffff;
    }

    #pills-tab {
        border: 1px solid rgba(217, 217, 217, 1);
        width: fit-content;
        padding: 7px;
        border-radius: 5px;
        margin: auto;
    }
    /* .package */
    .tour-item-location {
        background: #fff;
        display: inline-block;
        position: absolute;
        width: auto;
        color: #000;
        padding: 0.28rem 0.5rem;
       top: 20px;
        left: 20px;
        font-size: 0.85rem;
        border-radius: 20px;
        font-weight: 500;
    }
    .step-indicator {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .step {
        display: flex;
        align-items: center;
        font-weight: 500;
        margin: 0 10px;
        color: #999;
    }

    .step.active {
        color: #000;
    }

    .step-circle {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        margin-right: 8px;
    }

    .step.active .step-circle {
        background-color: var(--main-color);
        color: #fff;
    }

    .rating-badge {
        background-color: #FFD43B;
        border-radius: 4px;
        padding: 2px 8px;
        font-weight: bold;
        font-size: 14px;
        display: inline-block;
    }

    .room-details img {
        width: 100%;
        border-radius: 8px;
    }

    .price-box {
        background-color: #fff;
        border: 1px solid var(--main-color);
        border-radius: 8px;
        padding: 15px;
    }

    .price-box h6 {
        background-color: var(--main-color);
        color: #fff;
        padding: 8px;
        border-radius: 6px 6px 0 0;
        margin: -15px -15px 15px -15px;
    }

    .btn-orange {
        background-color: var(--main-color) !important;
        color: white !important;
        border: none !important;
        border-radius: 30px !important;
    }

    .btn-orange:hover {
        background-color: var(--main-color);
    }
  /* step indecator  */
  #payment .form-container {
      border: 1px solid #ddd;
      padding: 20px;
      border-radius: 6px;
      background: #fff;
      max-width: 1100px;
      margin:30px 0px 0px 0px;
  }

 #paymentbtn .btn-cashfree {
      background-color: var(--main-color);
      color: #fff;
      border-radius: 25px;
      padding: 8px 20px;
      border: none;
  }

 #payment .btn-cashfree:hover {
      background-color: #e98312;
      color: #fff;
  }

 #payment .btn-previous {
      border-radius: 25px;
      border: 1px solid #ccc;
      padding: 8px 20px;
      background: #fff;
  }

  #payment .total-amount {
    /* font-weight: bold; */
    margin-right: 15px;
    border: 1px solid #ddd;
    padding: 7px;
    padding-left: 10px;
    background: #eff5fa82;
}

 #payment .terms {
      font-size: 14px;
  }

 #payment .form-label {
      font-weight: 500;
  }
  /* step indecator  */
  .safari-card {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
    margin-bottom: 30px;
}
.price-row {
    /* padding: 15px; */
    /* border-bottom: 1px solid #dee2e6; */
    display: flex;
}
.price-row:last-child {
    border-bottom: none;
}
.price-label {
    font-weight: 600;
    width: 180px;
    min-width: 180px;
    color: #fff;
    background-color: var(--main-color);
    padding: 12px;
    margin-right: 20px;
}
.price-value {
    flex: 1;
    color: #212529;
    padding: 15px;
}
.indian-price, .foreigner-price {
    font-weight: 700;
}
.indian-price {
    color: #2a5885;
}
.foreigner-price {
    color: #4a6baf;
}
.closed-day {
    color: rgba(255, 0, 0, 1);
    font-weight: 500;
}
.monsoon-note {
  color: rgba(255, 0, 0, 1);
    padding: 8px;
    border-radius: 4px;
    margin-top: 8px;
    font-size: 0.9rem;
}
.timing-divider {
    margin: 0 5px;
    color: #6c757d;
    font-weight: bold;
}
.accordion-button:not(.collapsed)
{
    background: var(--main-color) !important;
    color: #fff !important;
}
.accordion-button:not(.collapsed)::after
{
    filter: invert(1) !important;
}
.visit-coloums li{
padding-bottom: 25px;
}
.visit-coloums {
    /* padding-right: 20px; */
    column-count: 2 !important;
}
.near_img{
    border-radius: 10px;
}
