/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
*{
    margin: 0;
    padding: 0;
}
body {
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: "Open Sans", sans-serif; */
    color: #444444;
  
}

a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #355e3a;
    text-decoration: none;
}
:root{
    --main-color: rgba(255, 127, 17, 1);
    --primary-color:#32251c;
    --black-color:#000;
}
h1,
h2,
h3,
h4,
h5,
h6 {

    /* font-family: "Poppins", sans-serif; */

}

/* 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 */

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #355e3a;
    border-top-color: #ecf8f9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 20px;
    bottom: 84px;
    z-index: 996;
    background: linear-gradient(-180deg, #FF7E31, var(--main-color));
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: brown;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# breadcrumbs Start
--------------------------------------------------------------*/
/* background: url('../img/breadcrumbs.jpg') no-repeat center center/cover; */
.hero-section-about {
    background: url('../img/breadcrumbs/experienc-in-pench.jpg') no-repeat center center/cover;
    /* background: url('../img/breadcrumbs/experienc-in-pench.jpg') no-repeat center center/cover; */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    /* z-index: -1; */
    margin-top: -115px !important;
    position: relative;
  }
 
  .hero-overlay {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
    width: 100%;
    height: 500px;
  }

  .hero-section-about>label{
    text-align: start !important;

  }
  .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;
  }
  .heading2 {
    color: var(--black-color);
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    /* text-transform: uppercase; */
    padding-bottom: 5px;
}
/* .background-section {
    position: relative;
        background: url('../img/breadcrumbs/background-img.jpg') no-repeat center center/cover;
    background-size:cover;
    background-position:center;
    opacity: 0.9;
}
.background-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.7);
        background: linear-gradient(360deg, rgb(13, 13, 14,0.9), rgba(2, 15, 22, 0.9), rgba(0, 0, 0, 0.9));
    opacity: 0.9;
} */
.background-section {
    background: url('../img/breadcrumbs/background-img.jpg') no-repeat center center/cover;
    position: relative;
    background-size: cover;
    background-position: center;
    min-height:auto; /* height apne design ke hisaab se */
}

.background-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7); /* black overlay */
    z-index: 1;
}
.background-section > * {
    position: relative;
    z-index: 2;
}
  /* button  */

.button-42 {
    background-color: initial;
    background-image: linear-gradient(-180deg, #FF7E31, var(--main-color));
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    color: #FFFFFF !important;
    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;
  }
  @media (min-width:100px) and (max-width:767px)
{
    .hero-section-about {
        margin-top: -165px !important;
    }
    .hero-overlay {
        height: 380px !important;
    }
    .hero-section-about h1 {
        font-size: 30px !important;
    }
}
@media (min-width:768px) and (max-width:900px)
{
    .hero-section-about {
        margin-top: -144px !important;
    }
    .hero-overlay {
        height: 400px !important;
    }
}
select,textarea, input::placeholder{
    color:#242323 !important;
    font-size: 14px !important;
}
select,textarea, input{
    font-size: 14px !important;
}
textarea::placeholder{
    color:#242323 !important;
    font-size: 12px !important;
}
#pills-tab {
    border: 1px solid rgba(217, 217, 217, 1);
    width: fit-content;
    padding: 7px;
    border-radius: 5px;
    margin: auto;
}

.nav-link {
    color:#fff !important;
    /* border: 1px solid var(--main-color) !important; */
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: var(--main-color) !important;
}
  /*--------------------------------------------------------------
# breadcrumbs End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

/* #topbar {
    background: #355e3a;
    color: #fff;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    z-index: 996;
    transition: all 0.5s;
} */

@media (max-width: 768px) {
    /* #topbar {
        padding-top: 20px;
        padding-bottom: 4px;
    } */

    .note>p,
    .safari-bok {
        text-align: justify;
    }

    .privacy-data {
        padding: 4px 8px !important;
    }
    .navbar-area {
        background: #fff;
        width: 100% !important;
        z-index: 999;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 2px 0px;
        border-radius: 0px !important;
    }
}

#topbar i {
    padding-right: 6px;
    line-height: 0;
}

.nearby-items .nearby-img {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
}

.nearby-items .nearby-img img {
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.nearby-items .nearby-img:hover img {
    transform: scale(1.1);
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* #header {
    transition: all 0.5s;
    z-index: 997;
    padding: 2px 0;
    top: 40px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
} */

/* @media (max-width: 992px) {
    #header {
        padding: 10px 4px;
    }

} */

/* #header.header-scrolled {
    top: 40;
}


#header .logo img {
    height: 80px;
    padding: 0;
}

@media (max-width:768px) {
    #header .logo img {
        height: 50px;
        padding: 0;
    }
} */


/**
* Appointment Button
*/

.appointment-btn,
.book-btn {
    background: #355e3a;
    color: #fff;
    border-radius: 4px;
    padding: 12px 24px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    display: inline-block;
    background: linear-gradient(to right, #ff8040, #360000);
    /* Orange to black gradient background */
    background-size: 200% 100%;
    background-position: right bottom;
    /* width: 100%;margin: 0px !important; */
}

.appointment-btn:hover,
.book-btn:hover {
    background: #ff6f00;
    color: #fff;
    /* Text color on hover */
    box-shadow: 0 0 10px rgba(255, 128, 64, 0.6);
    /* Modify the box shadow for a stronger effect */
    border: 1px solid #ff8040;
    /* Border color on hover */
}

.view-btn {
    background: #355e3a;
    color: #fff;
    border-radius: 4px;
    padding: 12px 24px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    display: inline-block;
    background: linear-gradient(to right, #bcff40, #173600);
    /* Orange to black gradient background */
    background-size: 200% 100%;
    background-position: right bottom;
}

.view-btn:hover {
    background: #db5f00;
    color: #fff;
    /* Text color on hover */
    box-shadow: 0 0 10px rgba(255, 128, 64, 0.6);
    /* Modify the box shadow for a stronger effect */
    border: 1px solid #be3f00;
    /* Border color on hover */
}

@media (max-width: 768px) {
    .appointment-btn {
        margin: 0 15px 0 0;
        padding: 6px 15px;
    }

    .book-btn {
        margin: 0 15px 0 0;
        padding: 12px 24px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
    padding: 0;
}

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

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 24px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #00a136;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar a i,
.navbar a:focus i {
    font-size: 15px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #355e3a;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #355e3a;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
    color: #555555;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(60, 60, 60, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 8px;
    background-color: #e9fff0;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #555555;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #355e3a;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #f5fff8;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #355e3a;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

.chart-container {
    width: 80%;
    margin: 0 auto;
}

/* ----enquiry form ------ */

.enquiry-form {
    /* background: rgba(0, 0, 0, 0.7); */
    background-color: #fff;
    padding: 12px 20px;
    /* margin: 0 1em; */
    border-radius: 5px;
    border: 1px solid #ddd;
    /* box-shadow: 0px 0px 10px rgba(207, 255, 253, 0.6); */
}


@media (max-width: 768px) {
    .enquiry-form {
        padding: 10px 20px;
        margin: 0 0em;
        
    }

    .pench_near_img {
        margin-bottom: 20px;
        border-radius: 0px !important;
    }
}

.enquiry-form h4 {
    text-align: center;
    padding: 0.5em;
}

.enquiry-form input[type="text"],
.enquiry-form input[type="Date"],
.enquiry-form input[type="tel"],
.enquiry-form input[type="email"],
.enquiry-form input[type="number"],
.enquiry-form select,
.enquiry-form textarea {
    width: 100%;
    /* padding: 10px; */
    /* margin-bottom: 10px; */
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

/* .enquiry-form select {
  background-color: #fff;
  appearance: none;
  padding-right: 30px;
  background-image: url('dropdown-arrow.png');
  background-repeat: no-repeat;
  background-position: 95% center;
} */

.enquiry-form textarea {
    resize: vertical;
}

.enquiry-form button {
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    margin: 10px;
    display: inline-block;
    /* padding: 12px 24px; */
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.enquiry-form button:hover {
    background: #ff6f00;
    color: #fff;
    /* Text color on hover */
    box-shadow: 0 0 10px rgba(255, 128, 64, 0.6);
    /* Modify the box shadow for a stronger effect */
    border: 1px solid #ff8040;
    /* Border color on hover */
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 80vh;
    /* background-color: rgba(60, 60, 60, 0.8); */
    overflow: hidden;
    position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 80vh;
}

.heroheader {
    margin-top: 100px;
    padding: 20px;
}

#hero .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#hero .carousel-item::after {
    content: "";
    /* Add a pseudo-element to create the black background */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    /* Black background with transparency */
}

#hero .container {
    text-align: center;
    z-index: 10;
    /* background: rgba(255, 255, 255, 0.4); */
    /* backdrop-filter: blur(2px); */
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 120px;
    /* border-top: 4px solid #355e3a; */
}

@media (max-width: 1200px) {

    #hero .container {
        margin-left: 10px;
        margin-right: 10px;
    }
}

/* #hero h2 {
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: bolder;
} */

#hero p {
    margin: 0 auto 40px auto;
    font-weight: 500;
    color: #ffffff;
}

.carousel-item {
    height: 160px;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    /* font-size: 30px; */
    line-height: 0;
    width: auto;
    height: auto;
    background: rgba(63, 187, 192, 0.8);
    border-radius: 50px;
    transition: 0.3s;
    color: white;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: #355e3a;
    color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
    list-style-type: none;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
}

#hero .carousel-indicators li.active {
    opacity: 1;
    background: #355e3a;
}

#hero .btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #000000;
    background: #ffe600;
}

#hero .btn-get-started:hover {
    border: 1px solid rgba(223, 255, 200, 0.9);
    background: #355e3a;
    color: #ffffff;
}

@media (max-width: 992px) {
    #hero {
        height: 85vh;
    }

    #hero .container {
        margin-top: 100px;
    }
}

@media (max-width: 768px) {

    #hero {
        width: 100%;
        height: 70vh;
        background-color: rgba(60, 60, 60, 0.8);
        overflow: hidden;
        position: relative;
    }

    /* .carousel-item{
  height: 500px !important;
} */
    #hero h2 {
        font-size: 28px;
    }

    #hero .container {
        margin-bottom: 114px;
    }
}

@media (min-width: 1024px) {

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

@media (max-height: 500px) {
    #hero {
        height: 160vh;

    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
/* section {
    padding: 20px 0;
    overflow: hidden;
} */

.section-bg {
    background-color: #f7fcfc;
}
/* 
.section-title {
    text-align: center;
    padding-bottom: 20px;
}

.section-title h1 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px;
    position: relative;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px;
    position: relative;
} */

@media (max-width: 768px) {
    .section-title h1 {
        font-size: 22px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 20px;
        position: relative;
    }

    .section-title h2 {
        font-size: 22px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 20px;
        position: relative;
    }

    .p-5 {
        padding: 2rem !important;
    }
}

.section-title h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #355e3a;
    bottom: 0;
    left: calc(50% - 25px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #355e3a;
    bottom: 0;
    left: calc(50% - 25px);
}

.section-title p {
    margin-bottom: 0;
    text-align: center;
}

#cta>p {
    text-align: justify;

}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 10px 0;
    background-color: #ecf8f9;
    min-height: 40px;
    margin-top: 120px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 135px;
    }
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}

.breadcrumbs h1 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 4px 0;
    }

    .breadcrumbs h1 {
        margin: 0 0 4px 0;
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
    border: 1px solid #ccc;
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #f7fffa;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    text-align: justify;
}

.featured-services .icon-box::before {
    content: "";
    position: absolute;
    background: #dcffe9;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.featured-services .icon-box:hover::before {
    background: #6aa771;
    top: 0;
    border-radius: 0px;
}

.featured-services .icon {
    margin-bottom: 15px;
}

.featured-services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #355e3a;
    transition: all 0.3s ease-in-out;
}

.featured-services .color_white:hover {
    color: white;
}

@media (max-width: 768px) {
    .featured-services .icon-box {
        padding: 16px;
    }
}

.featured-services .title {
    font-weight: 700;
    /* margin-bottom: 15px; */
    font-size: 18px;
}

.featured-services .title a {
    color: #111;
}

.featured-services .description {
    font-size: 15px;
    /* line-height: 28px; */
    margin-bottom: 0;
    /* text-align: justify; */
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
    color: #fff;
}

.featured-services .icon-box:hover .icon i {
    color: #fff;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: #355e3a;
    color: #fff;
    background-size: cover;
    padding: 60px 0;
}

.cta h3 {
    font-size: 28px;
    font-weight: 700;
}

.cta .cta-btn {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}

.cta .cta-btn:hover {
    background: #fff;
    color: #355e3a;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.pench_timing {
    background-image: url("../img/Blur\ effect.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.background-img-tal {
    background-image: url("../img/national-park/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.pench_timing table {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}

.pench_timing td {
    /* box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.1); */
    backdrop-filter: blur(10px);
}

.historyimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-history ul {
    list-style-type: none;
    padding: 0;
}


.about-history ul li {
    margin-bottom: 8px;
}

.about-history ul li i {
    color: #009447c2;
}

.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-bottom: 10px;
}

.about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #355e3a;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.img-about {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    padding-bottom: 30px;
}

.counts .count-box {
    box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 100%;
}

.counts .count-box i {
    display: block;
    font-size: 30px;
    color: #355e3a;
    float: left;
}

.counts .count-box span {
    font-size: 42px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    color: #555555;
    margin-left: 50px;
}

.counts .count-box p {
    padding: 30px 0 0 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.counts .count-box a {
    font-weight: 600;
    display: block;
    margin-top: 20px;
    color: #7b7b7b;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
    color: #355e3a;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
    background-image: url(/front/assets/img/pench-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.features .icon-box h4 {
    /* color: #e1e1e1; */
    font-size: 20px;
    font-weight: 500;
    margin: 5px 0 10px 60px;
}

.features .icon-box i {
    font-size: 48px;
    float: left;
    color: #355e3a;
}

.features .icon-box p {
    font-size: 15px;
    color: #000000;
    font-weight: bold;
    margin-left: 60px;
    text-align: justify;
}

.features .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/


.services .icon-box {
    margin-bottom: 20px;
    text-align: center;
}

.services .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 50%;
    transition: 0.5s;
    color: #355e3a;
    overflow: hidden;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon i {
    font-size: 36px;
    line-height: 0;
}

.services .icon-box:hover .icon {
    box-shadow: 0px 0 25px rgba(63, 187, 192, 0.3);
}

.services .title {
    font-weight: 600;
    margin-bottom: 15px;
    /* font-size: 18px; */
    position: relative;
    padding-bottom: 8px;
}

.services .title a {
    color: #444444;
    transition: 0.3s;
}

.services .title a:hover {
    color: #355e3a;
}

.services .title::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: #355e3a;
    bottom: 0;
    left: calc(50% - 25px);
}

.services .description {
    margin-top: 20%;
    line-height: 24px;
    font-size: 14px;
}

.penchzones {
    margin-top: 20px;
    background: linear-gradient(to bottom, #f3feff, #ffffff);
}

/* Custom styles for the zone container */
.zone {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease;
}

/* Styling for the zone image */
.zone-image {
    position: relative;
    overflow: hidden;
}

.zone-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Styling for the zone content (initially hidden) */
.zone-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 19, 49, 0.4);
    /* Glassmorphism background color */
    backdrop-filter: blur(4px);
    opacity: 0;
    color: white;
    transform: translateY(80%);
    transition: opacity 0.3s ease, transform 0.3s ease;
    padding: 20px;
    text-align: center;
}

/* Styling for the heading and paragraph */

.zone-content p {
    margin-top: 20px;
    font-size: 16px;
}

/* Hover effect */
.zone:hover .zone-content {
    opacity: 1;
    transform: translateY(0);
}





/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
    width: 100%;
}

.appointment .php-email-form .form-group {
    padding-bottom: 8px;
}

.appointment .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.appointment .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.appointment .php-email-form .error-message br+br {
    margin-top: 25px;
}

.appointment .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.appointment .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.appointment .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

.appointment .php-email-form input,
.appointment .php-email-form textarea,
.appointment .php-email-form select {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    /* padding: 10px !important; */
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem 1.4rem;
}


.appointment .php-email-form input:focus,
.appointment .php-email-form textarea:focus,
.appointment .php-email-form select:focus {
    border-color: #355e3a;
}

.appointment .php-email-form input,
.appointment .php-email-form select {
    height: 44px;
}

.appointment .php-email-form textarea {
    padding: 10px 12px;
}

.appointment .php-email-form button[type=submit] {
    background: #355e3a;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.appointment .php-email-form button[type=submit]:hover {
    background: #52c2c6;
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/

.departments {
    background: #355e3a;
}

.departments .nav-tabs {
    border: 0;
}

.view {
    text-decoration: none;
    color: #355e3a;
    font-weight: 600;
    display: inline-block;
}

.departments .nav-link {
    border: 0;
    padding: 10px;
    color: #555555;
    border-radius: 0;
    border-left: 5px solid #888888;
    cursor: pointer;
}

.departments .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

.departments .nav-link p {
    font-size: 14px;
    margin-bottom: 0;
}

.departments .nav-link:hover h4 {
    color: #355e3a;
}

.departments .nav-link.active {
    background: #b1ffcd;
    border-color: #355e3a;
}

.departments .nav-link.active h4 {
    color: #355e3a;
}

.departments .tab-pane.active {
    animation: slide-down 0.5s ease-out;
}

.departments #tab-1 img {
    float: left;
    max-width: 300px;
    padding: 0 15px 15px 0;
}

@media (max-width: 768px) {
    .departments #tab-1 img {
        float: none;
        padding: 0 0 15px 0;
        max-width: 100%;
    }
}

.departments .tab-pane h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #355e3a;
}

.departments .tab-pane p {
    color: #ffffff;
}

.departments .tab-pane p:last-child {
    margin-bottom: 0;
}

@keyframes slide-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.safari-timings,
.safari-bookings {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
    text-align: justify;
}

.safari-timings img {
    width: 100%;
    height: 316px;
    object-fit: cover;
}


.safari-timings ul {
    list-style: none;
    padding-left: 0rem;
}

.safari-timings strong {
    color: #355e3a;
}

@media (max-width :768px) {
    .safari-timings ul {
        font-size: small;
    }
}


.tab_container {
    background-color: rgb(53, 94, 58, 0.9);
}

.tabs-nav2 ul {
    list-style: none;
    padding: 0;
    text-align: center;
    /* Center-align the list */
}

.tabs-nav2 li {
    display: inline-block;
    margin-top: 8px;
    margin-right: 20px;
    /* Add margin between list items */
}

.tabs-nav2 a {
    text-decoration: none;
    font-weight: bold;
    /* Apply bold font to the links */
    color: #ebebeb;
    /* Set link text color */
    padding: 10px 20px;
    /* Add padding to the links for spacing */
}

.tabs-nav2 a:hover {
    background-color: #93ff8b;
    /* Change background color on hover */
    color: #000;
    /* Change text color on hover */
}

@media screen and (max-width: 480px) {
    .tabs-nav2 li {
        margin: 0px 0;
        /* Adjust margin for better spacing on mobile */
        margin-right: 0px;
        /* Reduce margin between list items */
        margin-top: 8px;
        font-size: 12px;
        /* Increase font size for better visibility on mobile */
    }

    .tabs-nav2 a {
        padding: 8px 8px;
        /* Adjust padding for better touch interaction on mobile */
    }

}

@media (max-width: 768px) {
    .form-container table td {
        display: flex;
        justify-content: space-around;
    }

    .form-container,
    .form-container tbody,
    .form-container tr,
    .form-container td {
        display: block;
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    /* min-height: 320px; */
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    margin: -40px 0 0 40px;
    position: relative;
    z-index: 2;
    border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 45px;
    color: #111;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #b2e4e6;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 15px 0 15px;
    padding: 20px 20px 30px 20px;
    background: #f0fafa;
    position: relative;
    border-radius: 6px;
    position: relative;
    z-index: 1;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #355e3a;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #355e3a;
}

.slides-3 .portfolio-item img {
    width: 100%;
    height: auto;
}

.slides-3 .portfolio-item {
    margin: 1rem;
}

.testimonials .img-girlion {
    width: 100%;
    height: 280px;
    padding: 0px 8px;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

@media (min-width: 992px) {
    .navigation {
        margin-left: 360px;
    }
}

.gallery {
    overflow: hidden;
}

.gallery .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #355e3a;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #355e3a;
}

.gallery .swiper-slide-active {
    text-align: center;
}

@media (min-width: 992px) {
    .gallery .swiper-wrapper {
        padding: 40px 0;
    }

    .gallery .swiper-slide-active {
        border: 6px solid #355e3a;
        padding: 4px;
        background: #fff;
        z-index: 1;
        transform: scale(1.2);
        margin-top: 10px;
    }

    .safari-box {

        padding: 10px !important;

    }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.pricing h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #777777;
    background: #f8f8f8;
}

.pricing h4 {
    font-size: 36px;
    color: #355e3a;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.pricing h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}

.pricing h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.pricing ul li {
    padding-bottom: 16px;
}

.pricing ul i {
    color: #355e3a;
    font-size: 18px;
    padding-right: 4px;
}

.pricing ul .na {
    color: #ccc;
    text-decoration: line-through;
}

.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
}

.pricing .btn-buy {
    background: #355e3a;
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

.pricing .btn-buy:hover {
    background: #65c9cd;
}

.pricing .featured h3 {
    color: #fff;
    background: #355e3a;
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #355e3a;
    color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questioins
--------------------------------------------------------------*/
.faq {
    /* padding: 60px 0; */
}

.faq .faq-list {
    padding: 0;
    list-style: none;
}

.faq .faq-list li {
    border-bottom: 1px solid #bdcfd0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.faq .faq-list .question {
    display: block;
    position: relative;
    background-color: #e4ffe4;
    padding: 14px;
    font-family: #355e3a;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-left: 45px;
    cursor: pointer;
    color: gray;
    /* border-radius: 15px; */
    transition: 0.3s;
}

.faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: 10px;
    font-weight: bold;
    /* top: -2px; */
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list .collapsed {
    color: rgb(43, 43, 43);
}

.faq .faq-list .collapsed:hover {
    color: #0f4215;
}

.faq .faq-list .collapsed .icon-show {
    display: inline-block;
    transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
    display: none;
    transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/


.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 10px rgba(142, 142, 142, 0.4);
    padding: 20px 0 30px 0;
    background-color: #ecf0f463;
}

.contact .info-box i {
    font-size: 32px;
    color: #355e3a;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #c5ebec;
}

.contact .info-box h2 {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
    padding: 10px;
    border-radius: 0 10px 10px 0;
    background: #ecf0f463;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #355e3a;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background: #355e3a;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
    background: #65c9cd;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    /* background: #eeeeee; */
    padding: 0 0 30px 0;
    color: #555555;
    font-size: 14px;
}

#footer .footer-top {
    /* background: #f6f6f6; */
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}


#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: linear-gradient(-180deg, #FF7E31, var(--main-color));
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: brown;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #355e3a;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #555555;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #355e3a;
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #355e3a;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #65c9cd;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

.footer-info img {
    max-height: 60px;
    margin-right: 6px;
    margin-bottom: 10px;
}


/* ----hotels page ----- */
.search-container {
    background: #f3ffeb;
}

.border-left {
    border-left: 1px solid #e4e4e3;
    /* You can adjust the color and size as needed */
}

@media (max-width: 768px) {
    .search-card-result {
        border: 1px solid #e4e4e3;
        /* border-radius: 8px; */
        margin-bottom: 20px;
        overflow: hidden;
        transition: transform 0.2s;
        margin: 1.4rem 0;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0.5rem;
        padding-bottom: 0rem;
        background-color: #fff;
    }
}

.search-card-result {
    border: 1px solid #e4e4e3;
    /* border-radius: 8px; */
    margin-bottom: 20px;
    overflow: hidden;
    transition: transform 0.2s;
    margin: 1.4rem 0;
    padding: 1rem 0;
    background-color: #fff;
}

.search-card-result {
    box-shadow: 0px 1px 4px rgba(41, 51, 57, 0.5);
    margin: 1rem 0;
    padding: 1rem 0;
    background-color: #fff;
}

.search-card-result img {
    height: 100%;
}

.search-card-result h5 {
    font-size: 1.1rem;
    font-weight: 700;
}

.search-card-result p {
    font-size: 0.9rem;
}

.search-card-result .more-offers p {
    margin-bottom: 0.3rem;
}

.search-card-result .more-offers {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.more-offers .additional {
    padding-top: 0.2rem;
    font-weight: 700;
}

.fa.checked {
    color: orange;
}

.filter-card {
    padding: 0;
    background: #fff;
    color: black;
}

.filter-card h5 {
    margin: 10px 0;
    padding: 1rem;

    box-shadow: 0px 1px 4px rgba(41, 51, 57, 0.5);
    color: #000;
}

.filter-card form {
    box-shadow: 0px 1px 4px rgba(41, 51, 57, 0.5);
    padding: 0.5rem 2rem;
}


.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;

    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;

    background: #1e3c72;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;

    background: #1e3c72;
    cursor: pointer;
}

/* ----about pench ---- */

/* .gallery{
  background-image: url("/assets/img/leafbg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */

/* ----packages ---- */

.wrapper {
    float: left;
    width: 48%;
    /* min-width: 380px; */
    background-color: rgba(223, 255, 200, 0.1);
    margin: 1%;
    padding: 0.1em 0.1em;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    /* Added relative positioning */
}

.details {
    width: 95%;
    margin: 0 auto 2em;
    padding-top: 10.5em;
    padding-bottom: 1em;
    background-color: #dfffc8;
    color: #333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.24);
    transition: all ease-in 0.15s;
}

.image span.selected {
    background-color: #dfffc8;
    ;
    border: 1px solid #f4f9ff;
    border-radius: 4px;
    padding: 4px 4px;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
}

.image span {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
}


.view-button {
    background-color: #355e3a;
    /* Blue background color */
    color: #fff;
    /* White text color */
    border: none;
    /* No border */
    padding: 10px 20px;
    /* Padding around the text */
    border-radius: 5px;
    /* Rounded corners */
    cursor: pointer;
    /* Cursor style on hover */
}

/* Add a hover effect */
.view-button:hover {
    background-color: #52965a;
    /* Darker blue on hover */
}

.wrapper:hover .details {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 5px rgba(0, 0, 0, 0.22);
    transform: translate(0px, -2px) scale(1.01);
}

.image>h1 {
    z-index: 999;
    position: relative;
    font-family: "Playfair Display";
    font-size: 1.2em;
}

.details>h2 {
    font-size: 1.2em;
    font-weight: bolder;
}

.details>p {
    font-family: sans-serif;
    font-size: 1em;
    font-weight: 200;
}

.image {
    position: relative;
    z-index: 2;
    width: 85%;
    height: 250px;
    margin: 0 auto -10em;
    background-size: cover;
    background-position: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 10px rgba(0, 0, 0, 0.24);
    transition: all ease-in .15s;
}

/* Absolute positioning for h1 within image div */
.wrapper h1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    /* background-color: rgba(255, 255, 255, 0.4); */
    padding: 10px;
    font-size: 1.em;
    font-weight: bold;
}

.wrapper:hover .image {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    transform: translate(0px, -3px) scale(1.02);
}

.i1 {
    background-image: url(/assets/img/pench-national-park2.jpg);
}

.i2 {
    background-image: url(/assets/img/pench-national-park2.jpg);
}

.i3 {
    background-image: url(/assets/img/pench-national-park2.jpg);
}

@media screen and (max-width: 1000px) {
    .wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .wrapper {
        float: none;
        width: 70%;
        margin: 1em auto;
    }
}

/* ---innerhotel-- */


/* Header */
.headerimage {
    background: url("/assets/img/tiger-corridor-resort-pench4.webp") no-repeat center center;
    background-size: cover;
    height: 220px;
    width: 100%;
    padding-top: 50px;
}

.headerimage::after {
    content: '';
    position: absolute;
    height: 220px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    /* z-index: -1 */
}

.header-text {
    z-index: 2;
    text-align: center;
    position: relative;
    top: 20%;
    width: 60%;
    margin: 0 auto;
}


.header-text h1 {
    margin-top: 4%;
    padding: 1em;
    font-family: 'Cinzel', serif;
    color: #FFF;
    font-weight: 700;
    font-size: 34px;
}


@media (max-width:768px) {
    .headerimage {
        background: url("/assets/img/tiger-corridor-resort-pench4.webp") no-repeat center center;
        background-size: cover;
        height: 200px;
        width: 100%;
        padding-top: 50px;
    }

    .headerimage::after {
        content: '';
        position: absolute;
        height: 200px;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.4);
        /* z-index: -1 */
    }

    .headerimage h1 {
        margin-top: 36px;
        padding: 1em;
        font-family: 'Cinzel', serif;
        color: #FFF;
        font-weight: 700;
        font-size: 20px;
    }


}

/* Main */
.sponsor {
    padding: 15px;
    text-align: center;
    margin: 0 auto;
    height: 100px;
}

.sponsor img {
    position: relative;
    top: 10px;
    width: 150px;

}

#logo {
    padding-left: 5px;
}

.offer {
    margin: 40px auto;
    width: 60%;
}

.offer-item {
    text-align: center;
    border: 1px solid #fff;
    margin: 10px 5px;
    padding: 30px 10px;
    ;
}


/* -----innerhotel booking form ---- */
.gallery {
    background-image: linear-gradient(to right, #ebafff, #c5ffee)
}

.bookingsection {
    position: relative;
    height: 100vh
}

.bookingsection .section-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#booking {
    font-family: 'Raleway', sans-serif
}

.booking-form {
    position: relative;
    max-width: 642px;
    width: 100%;
    margin: auto;
    padding: 40px;
    overflow: hidden;
    background-size: cover;
    border-radius: 5px;
    z-index: 20
}


.booking-form::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /* background: rgba(0, 0, 0, 0.7); */
    z-index: -1
}

.booking-form .form-header {
    text-align: center;
    position: relative;
    margin-bottom: 30px
}

.booking-form .form-header h1 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 42px;
    margin: 0px;
    color: #fff
}

.booking-form .form-group {
    position: relative;
    margin-bottom: 30px
}

.booking-form .form-control {
    background-color: rgba(255, 255, 255, 0.2);
    height: 60px;
    padding: 0px 25px;
    border: none;
    border-radius: 40px;
    color: #fff;
    -webkit-box-shadow: 0px 0px 0px 2px transparent;
    box-shadow: 0px 0px 0px 2px transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.booking-form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.booking-form .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.booking-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.booking-form .form-control:focus {
    -webkit-box-shadow: 0px 0px 0px 2px #ff8846;
    box-shadow: 0px 0px 0px 2px #ff8846
}

.booking-form input[type="date"].form-control {
    padding-top: 16px
}

.booking-form input[type="date"].form-control:invalid {
    color: rgba(255, 255, 255, 0.5)
}

.booking-form input[type="date"].form-control+.form-label {
    opacity: 1;
    top: 10px
}

.booking-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.booking-form select.form-control:invalid {
    color: rgba(255, 255, 255, 0.5)
}

.booking-form select.form-control+.select-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px
}

.booking-form select.form-control+.select-arrow:after {
    content: '\279C';
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.booking-form select.form-control option {
    color: #000
}

.booking-form .form-label {
    position: absolute;
    top: -10px;
    left: 25px;
    opacity: 0;
    color: #ff8846;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    height: 15px;
    line-height: 15px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all
}

.booking-form .form-group.input-not-empty .form-control {
    padding-top: 16px
}

.booking-form .form-group.input-not-empty .form-label {
    opacity: 1;
    top: 10px
}

.booking-form .submit-btn {
    color: #fff;
    background-color: #e35e0a;
    font-weight: 700;
    height: 60px;
    padding: 10px 30px;
    width: 100%;
    border-radius: 40px;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.3px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all
}

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
    opacity: 0.9
}

.circular-image {
    width: 150px;
    /* Adjust the size as needed */
    height: 150px;
    /* Adjust the size as needed */
    border-radius: 50%;
    /* Makes the element circular */
    overflow: hidden;
    /* Hides the parts of the image outside the circle */
    position: fixed;
    bottom: -8%;
    /* Adjust the vertical position */
    left: 8%;
    /* Adjust the horizontal position */
    transform: translate(-50%, -50%);
    /* Center the circular image */
    z-index: 999;
    /* Ensure it's on top of other content */
}

.circular-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the image covers the circular area */
}

@media (max-width: 768px) {
    .circular-image {
        width: 150px;
        /* Adjust the size for smaller screens */
        height: 150px;
        /* Adjust the size for smaller screens */
        left: 20%;
    }
}

/* ----pench weekend tour---- */

/* Clears formatting from blocks above */

/* Showcase */
#showcase {
    background: url("../img/pench-weekend-package1.webp") no-repeat center center/cover;
    height: 300px;
}

#showcase .showcase-content {
    color: hsla(360, 100%, 100%, 1);
    text-align: center;
    padding-top: 140px;
}

#showcase .showcase-content h1 {
    font-size: 40px;
    line-height: 1.2em;
}

@media (max-width: 768px) {
    #showcase {
        background: url("/assets/img/pench-weekend-package1.webp") no-repeat center center/cover;
        height: 220px;
    }

    #showcase .showcase-content {
        color: hsla(360, 100%, 100%, 1);
        text-align: center;
        padding-top: 100px;
    }

    #showcase .showcase-content h1 {
        font-size: 32px;
        line-height: 1.2em;
    }

    #showcase .btn {
        display: inline-block;
        font-size: 1em;
        font-weight: 500;
        color: hsla(360, 100%, 100%, 1);
        text-decoration: 0;
        padding: 13px 20px;
        background: rgb(0, 91, 53);
        border-radius: 40px;
        letter-spacing: 0.04em;
        border: 1px solid hsla(0, 0%, 20%, 1);
        cursor: pointer;
    }

    */ .btn:hover {
        background: hsla(30, 87%, 75%, 1);
        border: 1px solid hsla(30, 87%, 65%, 1);
        color: hsla(0, 0%, 20%, 1);
    }

    .bg-dark {
        background-color: hsla(0, 0%, 15%, 1);
        color: hsla(360, 100%, 100%, 1);
    }

}

/* Features */
#packagefeatures {
    height: 200px;
    display: flex;
    text-align: center;
    overflow: hidden;
}

#packagefeatures .location {
    width: 33%;
    float: left;
}

#packagefeatures i {
    margin-top: 30px;
    margin-bottom: 20px;
}

#packagefeatures p {
    padding: 0 10px;
}

#packagefeatures .meals {
    width: 33%;
}

#packagefeatures .fitness {
    width: 33%;
    float: right;
}

.travel h2 {
    font-weight: bolder;
    padding-bottom: 1em;
}

.ways {
    background: #e4ffe7;
    z-index: 99;
    text-align: left;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.card-title {
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 14px;

}

.ways:hover {
    transform: translateY(-16px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
    .ways .card-body {
        height: 350px;
        /* Adjust the desired fixed height */
        overflow: auto;
    }
}

@media (max-width:768px) {

    .in_ex h4 {
        font-size: 15px;
        margin-top: 4px;
    }

    .in_ex ul li {
        font-size: 14px;
        padding-left: 0 rem;
    }

    .in_ex ul {
        list-style: none;
        padding-left: 0.2rem;
        margin-left: 0;
    }

}

.travel h2 {
    background: #2A2B31;
    color: #ffffff;
    font-weight: 100;
    letter-spacing: 1px;
    text-align: center;
    padding: 0.4em 0;
    margin-bottom: .5em;
}

.our-packages h3 {
    margin: 5px 0;
    color: #755800;
    font-size: 20px;
    font-weight: 100;
}

.block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;

    .block__item {
        flex: 0 1 50%;
        font-style: italic;

        .block__inner {
            padding: 1em 2.4em;

            @media (max-width: 550px) {
                padding: 1em;
            }
        }

        @media (max-width: 950px) {
            flex: 0 1 100%;
        }
    }

    .block__description {
        line-height: 22px;

        &:first-letter {
            float: left;
            font-size: 55px;
            line-height: 40px;
            padding: 0 .25em;
        }

        /* @media (max-width: 767px) {
      p {
          display: none;
      }
	} */
    }
}

/* @media (min-width:768px) {
  .block__description p{
    visibility: hidden;
  }
} */

.list {
    font-family: "Myriad Pro", sans-serif;
    font-style: normal;
    background-color: rgba(255, 255, 255, 0.5);
    float: left;
    padding: 1.5em 0;
    margin-bottom: 3em;
    border-radius: 10px;
    /* Add some border radius for rounded corners */
    backdrop-filter: blur(10px);
    /* Apply a backdrop filter for the glass effect */
    box-shadow: 0 6px 6px rgba(100, 100, 100, 0.9);
    /* Add a subtle shadow for depth */

    .list__item {
        float: left;
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;

        .list__time {
            color: #CBB46E;
            width: 25%;
            text-align: center;
        }

        .list__desc {
            width: 60%;
            border-bottom: 1px solid #484C56;
            color: #000000;
            font-size: 15px;
            line-height: 22px;
            padding: 0.5em;
            position: relative;

            .border {
                background: #2A2B31;
                width: 3px;
                position: absolute;
                top: 0;
                bottom: -1px;
                left: -8%;

                &:after {
                    content: "";
                    background: #d2d2d2;
                    border: 5px solid #1b1a1a;
                    border-radius: 50%;
                    position: absolute;
                    top: 50%;
                    margin-top: -10px;
                    left: -8px;
                    width: 20px;
                    height: 20px;
                }

                @media (max-width: 550px) {
                    left: -5%;
                }
            }
        }

        &:last-of-type {
            .list__desc {
                border-bottom: none;

                .border {
                    &:before {
                        content: "";
                        background: #2A2B31;
                        border-radius: 50%;
                        height: 9px;
                        width: 9px;
                        position: absolute;
                        bottom: -8px;
                        left: -3px;
                    }
                }
            }
        }

        &:first-of-type {
            .list__desc {
                border-bottom: none;

                .border {
                    &:before {
                        content: "";
                        background: #2A2B31;
                        border-radius: 50%;
                        height: 9px;
                        width: 9px;
                        position: absolute;
                        top: -8px;
                        left: -3px;
                    }
                }
            }
        }
    }
}

.photo {
    position: relative;
    overflow: hidden;
    transition: all 0.2s;
}

.photo img {
    width: 100%;
    height: 260px;
    padding: 0.2rem;
    object-fit: cover;
    overflow: hidden;
}

/* img:hover {
  transform: scale(1.05);
} */

/* ---innerhotelpage ---- */

.imgThumbList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    /* Adjust the gap between images as needed */
}

.imgThumbCont {
    position: relative;
}

.imgThumb {
    border-radius: 5px;
    max-width: 100px;
    height: auto;
}

.smokyBg {
    border-radius: 10px;
    position: relative;
    text-align: center;
    /* Center text horizontally */
}

.viewAllText {
    position: absolute;
    font-size: smaller;
    top: 50%;
    /* Adjust the vertical position */
    left: 50%;
    /* Adjust the horizontal position */
    transform: translate(-50%, -50%);
    /* Center text both horizontally and vertically */
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}


.hotelset h1 {
    color: #000;
}

.hotel-features ul,
.hotel-location ul {
    list-style-type: none;
    padding: 0;
}

.hotel-location ul li::before {
    content: "\2713";
    /* Checkmark character */
    margin-right: 5px;
}

.hotel-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hotel-features li {
    font-size: 12px;
    display: inline-block;
    background-color: #f0f0f0;
    /* Lighter background color */
    color: #333;
    /* Text color */
    padding: 5px 10px;
    border: 1px solid #ccc;
    /* Outline */
    border-radius: 5px;
    margin-right: 10px;
    /* Spacing between items */
    margin-bottom: 10px;
    /* Spacing below the items */
}

@media (max-width: 768px) {

    .hotel-features li,
    .hotel-location ul {
        font-size: 12px;
        /* Adjust the font size for smaller screens */
        padding: 3px 6px;
        /* Adjust the padding for smaller screens */
        margin-right: 6px;
        /* Adjust the spacing between items for smaller screens */
    }
}

.custom-card {
    position: relative;
    background-color: rgba(233, 252, 255, 0.8);
    padding-bottom: 1.2rem;
    border: 1px solid #e0e0e0;
    margin-bottom: 12px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.custom-card .zoom-img {
    height: 100%;
    overflow: hidden;
}

.custom-card .zoom-img img {
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.custom-card .zoom-img:hover img {
    transform: scale(1.14);
}

.custom-card:hover {
    box-shadow: 0 2px 4px rgba(58, 133, 126, 0.8);
}

.custom-card .shortdetail {
    text-align: left;
    padding: 10px;
}

.custom-card img {
    width: 100%;
    /* Set the width to 100% to cover the full width */
    max-width: none;
    overflow: hidden;
}

.ht_features {
    list-style: none;
    padding: 12px;
    display: flex;
    justify-content: center;
}

.ht_features li {
    margin: 0 14px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ht_features i {
    font-size: 18px;
    margin-right: 10px;
    /* Add space between icon and text */
}

/* querycontainer-- */

.querycontainer {
    margin-top: 140px;
}

table {
    width: 100%;
    border-collapse: collapse;
    /* margin-bottom: 20px; */
    border: 1px solid #ddd;
    /* Add a border around the table */
}

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

th {
    background-color: #f2f2f2;
    font-weight: bold;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

/* Media query for screens with a maximum width of 768px (typical for mobile devices) */
@media (max-width: 768px) {

    table {
        font-size: 12px;
        /* Reduce font size for smaller screens */
    }

    th,
    td {
        padding: 8px;
        /* Adjust cell padding for smaller screens */
    }
}

.note {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

.rating {
    font-size: 11px;
    /* Adjust the size of the stars */
    color: #FFD700;
    /* Gold color for filled stars */
}

.star {
    margin: 0 1px;
    /* Adjust the spacing between stars */
}

.card-section {
    background-color: linear-gradient(to bottom, #4b2200, #ffecec);
}

.card-img-top {
    width: 100%;
    /* Set the width to 100% of the container */
    height: 300px;
    /* Set the desired height for the images */
    object-fit: cover;
    /* Maintain aspect ratio and cover the entire space */
    transition: transform 0.3s;
}

.card {
    overflow: hidden;
}

.card-img-top:hover {
    transform: scale(1.05);
    /* Scale the image by 10% on hover */
}


/* Custom CSS for Salient Features section */
.silent_feature {
    background-image: url("../img/white-background-with-hexagonal-line-pattern-design_1017-28442.avif");
    background-color: #f5f5f5;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}

@media (max-width:768px) {
    .silent_feature {
        padding: 10px 0;
    }
}

.interesting-inner {
    margin-top: 12px;
    text-align: justify;
}

.interesting-inner ul {
    list-style: none;
}

.silent_feature h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.area_box_main {
    display: flex;
    justify-content: space-around;
}

.area_box {
    /* background-image: url(../img/Rectangle\ Box.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-color: #fff; */
    /* border: 1px solid #ddd; */
    padding: 12px;
    text-align: center;
    margin: 6px;
    border-radius: 5px;
    /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); */
}

/*
    .area_box_right p{
      font-size: 0.95rem;
    } */
.area_box_right {
    text-align: justify;
}

.area_box h4 {
    font-size: 18px;
    color: #000000;
    margin-top: 0;
}

.area_box p {
    font-size: 16px;
    color: #2a2a2a;
    margin: 8px 0;
}

.proceed-button {
    background-color: #355e3a;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.proceed-button:hover {
    background-color: #a3ffae;
    color: #000;
}

.safari_package {
    background: linear-gradient(to bottom, #f5f5f5, #f0ffec);
    /* color: #333;  */
    padding: 10px 20px;
    /* border: 1px solid #ccc; */
    /* border-radius: 3px; */
    /* border-bottom: none; */
}

:root {
    --switches-bg-color: #355e3a;
    --switches-label-color: white;
    --switch-bg-color: white;
    --switch-text-color: #355e3a;
    ;
}

.form-container {
    color: #333;
    /* Text color */
    /* margin-bottom:20px;
      margin-top: -40px; */
    /* Border with a light gray color */
    /* border-radius:3px; */
}

.form-container h4 {
    text-align: center;
    font-weight: 600;
    padding: 10px;
    color: #355e3a;
}

.form-container table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.form-container table td,
.form-container table th {
    /* padding: 12px 15px; */
    border: 1px solid #ddd;
    font-size: 16px;
}


.form-container table tbody tr:nth-child(even) {
    background-color: #d1e8f5;
}

/*responsive*/

@media (max-width: 500px) {
    .form-container thead {
        display: none;
    }

    .form-container,
    .form-container tbody,
    .form-container tr,
    .form-container td {
        display: block;
        width: 100%;
    }

    .form-container td {
        padding-left: 5%;
        text-align: left;
        position: relative;
    }

    .form-container td::before {
        content: attr(data-label);
        /* position: absolute; */
        left: 10px;
        width: 100%;
        padding-left: 0;
        font-size: small;
        font-weight: bold;
        text-align: left;
    }

    .form-container table td {
        display: flex;
        justify-content: space-around;
    }
}

.container_nation {
    width: 20rem;
    padding: 1rem;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 5%; */
}

.switches-container {
    width: 16rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: var(--switches-bg-color);
    line-height: 3rem;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
}

/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

/* labels for the input (radio) boxes - something to click on */
.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: var(--switches-label-color);
}

/* switch highlighters wrapper (sliding left / right)
      - need wrapper to enable the even margins around the highlight box
    */

.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}

/* switch box highlighter */
.switch {
    border-radius: 3rem;
    background: var(--switch-bg-color);
    height: 100%;
}

.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: var(--switch-text-color);
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}

/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}

.nationality-list {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.nationality-list .nav-item {
    background-color: #355e3a;
    color: #fff;
    padding: 10px 20px;
    margin: 0 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

@media (max-width: 767px) {
    .switches-container {
        width: 12rem;
        position: relative;
        display: flex;
        padding: 0;
        position: relative;
        background: var(--switches-bg-color);
        line-height: 2rem;
        border-radius: 2rem;
        margin-left: auto;
        margin-right: auto;
    }

    .first_book {
        width: 100%;
    }
}

/* .nav-tabs {
    display: flex;
    border: none;
    justify-content: center;
    align-items: center;
}

.nav-item {
    background-color: white;
    font-size: 18px;
    border: none;
}

.nav-link {
    color: #008643;
    border: none;
    padding: 10px 20px;
    transition: background-color 0.3s, color 0.3s;
}

.nav-link.active {
    background-color: #93ff8b !important;
    color: #c0f3ff;
} */

/* @media (max-width: 768px) {
    .nav-item {
        background-color: white;
        font-size: 13px;
        border: none;
    }
}

.safari_package .nav-link:hover,
.safari_package .nav-link:active,
.safari_package .nav-link:focus {
    background-color: #00e17c;
    color: #00460c;
} */

@media screen and (max-width: 480px) {
    /* .safari_package .nav-tabs {
        flex-wrap: nowrap;
    }

    .safari_package .nav-item {
        background-color: white;
        font-size: 15px;
        border: none;
    }

    .safari_package .nav-tabs li {
        margin-right: 0px;
    }

    .safari_package .nav-link {
        padding: 8px 12px;
        transition: background-color 0.3s, color 0.3s;
    }*/

} 

.tab-content {
    margin-top: 20px;
}


.input-number {
    width: 80px;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
}


.input-number,
.input-number-decrement,
.input-number-increment {
    border: 1px solid #ccc;
    height: 40px;
    user-select: none;
}


.input-number-decrement {
    display: inline-block;
    width: 30px;
    line-height: 38px;
    background: #ffd0d0;
    color: #444;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}


.input-number-increment {
    display: inline-block;
    width: 30px;
    line-height: 38px;
    background: #a2fffd;
    color: #444;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

&:active {
    background: #ddd;
}

.input-number-decrement {
    border-right: none;
    border-radius: 4px 0 0 4px;

}

.input-number-increment {
    border-left: none;
    border-radius: 0 4px 4px 0;
}


.input-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-number {
    width: 40px;
    padding: 0 6px;
    vertical-align: top;
    text-align: center;
    outline: none;
}



/* floating whatsapp icon */

/* .whatsapp-icon {
  position: fixed;
  bottom: 100px;
  right: 80px;
  z-index: 999;
} */
.whatsapp-icon {
    position: fixed;
    bottom: 8px;
    right: 10px;
    z-index: 999;
}

.whatsapp-icon a {
    display: block;
    width: 70px;
    height: 70px;
    background-color: #00cb4a;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    box-shadow: 0px 2px 10px rgba(9, 149, 149, 2);
    transition: transform 0.2s ease-in-out;
}

.whatsapp-icon a img {
    border-radius: 50%;
    box-shadow: 0px 2px 10px rgba(9, 149, 149, 2);
    width: 60px;
    height: 60px;
}

.whatsapp-icon a:hover {
    transform: scale(1.1);
}


li.halfPayment,
li.fullPayment {
    margin-right: 20px;
}

li.fullPayment {
    margin-right: 0;
    /* Remove margin for fullPayment to make its content visible */
}

li.halfPayment label,
li.fullPayment label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
}

li.halfPayment label input[type="radio"],
li.fullPayment label input[type="radio"] {
    display: none;
}

li.halfPayment label span {
    padding: 10px;
    border: 2px solid #95ff7d;
    border-radius: 5px;
    color: #112235;
    transition: background-color 0.3s, color 0.3s;
}

li.fullPayment label span {
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    transition: background-color 0.3s, color 0.3s;
}

li.halfPayment label input[type="radio"]:checked+span,
li.fullPayment label input[type="radio"]:checked+span {
    background-color: #95ff7d;
    color: #292929;
}

.paynowoption {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.paymentfooter {
    padding: 20px;
    text-align: center;
}

.usertype {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paynow {
    /* min-width: 200px; */
}

.paynow,
.goback {
    margin: 10px;
}

.post-card {
    background: #ecffce;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    /* text-align: center; */
    margin-bottom: 20px;
    transition: transform 0.2s;
}

.post-card:hover {
    transform: translateY(-5px);
}

.post-img img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.title a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.btn-primary {
    background: #355e3a;
    /* Your theme color or any other color you prefer */
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #ff6f00;
    /* A slightly darker shade on hover */
}

/* @keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
} */

/* .heartbeat-animation {
    animation: heartbeat 1s infinite;
} */

.imghotelList {
    display: flex;
    flex-direction: row;
    /* Allow items to wrap onto the next line if there's not enough space */
    justify-content: space-around;
    /* Center items horizontally */
}

.imghotelCont {
    border-radius: 10px;
}

/*
.imghotel{
  width: 100%;
  height:300px;
  border-radius: 4px;
  padding: 0.1em 0.1em 0 0;
  object-fit: cover;
} */
.imghotel {
    width: 76px;
    height: 30px;
    border-radius: 10px;
    padding: 0.1em;
    object-fit: cover;
}

.image_carousel {
    padding-right: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

.image_carousel .img-fluid {
    border-radius: 4px;
}

@media (max-width:768px) {
    .image_carousel {
        padding: 0;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .search-card-result {
        padding: 0;
    }
}

.search-card-result .smokyBg {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0;
    position: relative;
    text-align: center;
    /* Center text horizontally */
}

.search-card-result .viewAllText {
    position: absolute;
    font-size: smaller;
    top: 50%;
    /* Adjust the vertical position */
    left: 50%;
    /* Adjust the horizontal position */
    transform: translate(-50%, -50%);
    /* Center text both horizontally and vertically */
    color: white;
    /* background: rgba(0, 0, 0, 0.5); */
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.search-card-result .text-success h4 {
    font-size: 2rem;
    font-weight: 800;
    /* margin-top: 0.5em; */
}

@media (max-width: 768px) {
    .mob_hide {
        display: none;
    }

    .search-card-result h5 {
        margin-top: 0.7em;

    }

    .search-card-result .more-offers {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    .search-card-result .text-success {
        margin-left: -32px;
    }

    .search-card-result {
        position: relative;
    }

    .more-offers p {
        font-size: 0.6rem;
    }

    .more-offers span {
        position: absolute;
        top: 5px;
        left: 5px;
    }

    .more-offers-1 {
        display: none;
    }

    .view-btn {
        height: 48px;
    }

    .search-card-result .text-success h4 {
        font-size: 2rem;
        font-weight: 800;
        margin-top: 0.5em;
        margin-bottom: 0;
    }
}

.block {
    border-radius: 4px;
    /* margin-bottom: 4rem; */
    box-shadow: 0 1px 6px rgba(#613b1f, 0.2);
    background: white;
}

.other_content {
    padding-top: 0;
}

.other_content a {
    appearance: none;
    background: white;
    color: #2779bd;
    display: inline-flex;
    align-items: center;
    height: 26px;
    text-decoration: none;
    line-height: 26px;
    padding: 0 14px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #2779bd;

}

.excerpt-hidden {
    height: 3.5rem;
    overflow: hidden;
    position: relative;

    &:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 64px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 100%);
    }
}

.excerpt-visible {
    height: auto;
    overflow: auto;
}

.other_content h2 {
    font-size: medium;
    margin-bottom: 10px;
}

@media (max-width:768px) {

    .wrapper {
        float: left;
        width: 100%;
        /* width: 320px; */
        background-color: rgba(223, 255, 200, 0.1);
        margin: 1%;
        padding: 0.1em 0.1em;
        box-sizing: border-box;
        text-align: center;
        position: relative;
        /* Added relative positioning */
    }


    .details {
        width: 100%;
        margin: 0 auto 2em;
        padding-top: 10.5em;
        padding-bottom: 1em;
        background-color: #dfffc8;
        color: #333;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.24);
        transition: all ease-in 0.15s;
    }

    .about .content ul li,
    .excerpt-hidden ul li {
        padding-bottom: 0px;
        font-size: 14px;
    }

    .other_content h2 {
        margin-bottom: 4px;
    }

    .other_content p,
    .excerpt-hidden p {
        margin-bottom: 6px;
        font-size: 15px;
    }

}

.wrapper .priceVal {
    color: green;
}

.wrapper .at-oldprice {
    color: #414141;
}


.price a:hover {
    color: #295f00;
}

.price {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    /* border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem; */
    padding: 5px;
}

.btn-pkg {
    border: 1px solid #9da29e;
    padding: 7px 10px;
    color: aliceblue;
    background: linear-gradient(to right, #ff8040, #360000);
    border-radius: 5px;
    font-weight: bold;
}

.btn-pkg:hover {
    color: aliceblue !important;
}

.pench_card {
    position: relative;
    width: 100%;
    max-width: 300px;
    height: 400px;
    margin-top: 20px;
    margin: auto;
    perspective: 500px;
}

.pench_card .img-pench {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.pench_card .content {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 300px;
    height: 400px;
    /* margin-top: 20px; */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: transform 1s;
    transform-style: preserve-3d;
}

.pench_card:hover .content {
    transform: rotateY(180deg);
    transition: transform 0.5s;
}

.pench_card .front,
.pench_card .back {
    position: absolute;
    height: 100%;
    width: 100%;
    background: white;
    color: #355e3a;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #355e3a;
}

.pench_card .back {
    background: #355e3a;
    color: white;
    height: 100%;
    transform: rotateY(180deg);
}

.services .title {
    font-weight: 600;
    margin-top: 4px;
    font-size: 17px;
    position: relative;
    padding-bottom: 8px;
}

.services .title::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: #355e3a !important;
    bottom: 0;
    left: calc(50% - 25px);
}

.change-description-cr {
    background: #355e3a !important;
}

.services .description {
    /* margin-top: 20%; */
    /* line-height: 24px; */
    font-size: 14px;
    padding: 10px;
}

.read_button {
    padding: 7px 12px;
    width: 60%;
    text-align: center;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    color: #000000;
    text-transform: uppercase;
    font-size: 0.8em;
    cursor: pointer;
    margin: 0 auto;
}

.read_button:hover {
    padding: 7px 12px;
    width: 60%;
    text-align: center;
    border-radius: 20px;
    background-color: #90ff9d;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
    color: #000000;
    text-transform: uppercase;
    font-size: 0.8em;
    cursor: pointer;
    margin: 0 auto;
}


:root {
    --color-bg: #EEEDEB;
    --color-title: #0E1C4E;
    --color-summary-1: #FFF6EE;
    --color-summary-1-highlight: #FFC48B;
    --color-summary-2: #FAFAFF;
    --color-summary-2-highlight: #B4B3FF;
    --color-summary-3: #FFF0F3;
    --color-summary-3-highlight: #FFB3C0;
}

.itinerary_card {
    /* background: white; */

    padding: 38px 36px;
    padding-top: 0;
    border-radius: 4px;
    /* box-shadow: 0 8px 10px rgba(0, 0, 0, .1); */
    /* max-width: 30em; */
    width: 100%;
}

.itinerary_card h1 {
    font-family: var(--font-ibm-plex-sans);
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    color: var(--color-title);
    margin-bottom: 20px;
}

.itinerary_card details {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    background: rgba(0, 0, 0, .05);
    border-left: 15px solid gray;
    padding: 15px;

    & {
        margin-top: 15px;
    }

    &.warning {
        --highlight: var(--color-summary-1-highlight);
        background: var(--color-summary-1);
        border-left-color: var(--color-summary-1-highlight);

    }

    &.info {
        --highlight: var(--color-summary-2-highlight);
        background: var(--color-summary-2);
        border-left-color: var(--color-summary-2-highlight);

    }

    &.magenta {
        --highlight: var(--color-summary-3-highlight);
        background: var(--color-summary-3);
        border-left-color: var(--highlight);

    }

    .itinerary_card summary,
    p {
        position: relative;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: flex-start;
        font-family: var(--font-ibm-plex-sans);
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        color: var(--color-title);
        cursor: pointer;

        &::-webkit-details-marker {
            display: none;
        }

        &:focus {
            outline: solid 3px var(--highlight);
        }

        &::selection {
            background-color: var(--highlight);
        }
    }

    .itinerary_card p {
        display: list-item;
        cursor: default;
        margin-left: 1rem;
    }

    summary::before {
        cursor: pointer;
        position: absolute;
        display: inline-flex;
        width: 1rem;
        height: 1rem;
        left: 0rem;
        margin-right: .5rem;
        content: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.6066 12H1.3934' stroke='%23202842' stroke-width='1.875' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 1.39343V22.6066' stroke='%23202842' stroke-width='1.875' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");

    }

    &[open] {
        summary {

            font-weight: 700;

            &::before {
                transform: rotate(45deg);
                content: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.6066 12H1.3934' stroke='%23202842' stroke-width='3.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 1.39343V22.6066' stroke='%23202842' stroke-width='3.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
            }
        }
    }
}

@media (max-width:768px) {
    .itinerary_card {
        padding: 18px 4px;
        padding-top: 0;
        border-radius: 4px;
        width: 100%;
    }

    .itinerary_card h1 {
        font-family: var(--font-ibm-plex-sans);
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        padding: 1rem;
        line-height: 1.2;
        color: var(--color-title);
        margin-bottom: 0;
    }

    /* .section-title {
        text-align: center;
        padding-bottom: 12px;
    } */
}

.hotel-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hotel-features li {
    font-size: 12px;
    display: inline-block;
    background-color: #f0f0f0;
    /* Lighter background color */
    color: #333;
    /* Text color */
    padding: 5px 10px;
    border: 1px solid #ccc;
    /* Outline */
    border-radius: 5px;
    margin-right: 10px;
    /* Spacing between items */
    margin-bottom: 10px;
    /* Spacing below the items */
}

@media (max-width: 768px) {

    .hotel-features li,
    .hotel-location ul {
        font-size: 12px;
        /* Adjust the font size for smaller screens */
        padding: 3px 6px;
        /* Adjust the padding for smaller screens */
        margin-right: 6px;
        /* Adjust the spacing between items for smaller screens */
    }

    .hotel-content {
        padding: 20px;
        background-color: #fff;
        border-radius: 0 8px 8px 0;
    }


    .view-button {
        display: flex;
        justify-content: center;
        margin-top: 16px;
    }


    .hotel-name {
        font-size: 18px;
        font-weight: 700;
        color: #333;
    }
}

.hotel-location {
    margin-top: 6px;
}

.hotel-location span {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    /* Spacing below the icon and title */
}

.hotel-location ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hotel-location ul li {
    font-size: 14px;
}

/* ---new design---- */

#new_chartCard {
    width: 100%;
    padding: 2em;
    background: linear-gradient(to bottom, #efffa8, #ffd5f2, #e5ffd0);
    overflow-x: auto;
    /* Enable horizontal scrolling */
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    #new_chartCard {
        overflow-x: scroll;
        /* Enable horizontal scrolling for smaller screens */
        flex-wrap: nowrap;
        /* Prevent items from wrapping in the flex container */
    }
}

.bar-btn {
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 0.18em;
}

.bar {
    width: 40px;
    height: 40px;
    position: relative;
    background-color: #7f8400;
    z-index: 10;
    border-radius: 5px 5px 0 0;
}

.circle-btn {
    border-radius: 50%;
    background-color: #00460c;
    margin-bottom: 10px;
    color: white;
    width: 40px;
    height: 40px;
    transition: transform 0.3s, scale 0.3s;
    z-index: 40;
}

.circle-btn:hover {
    transform: scale(1.2) translateY(-10px);
}

.line {
    border-left: 2px solid #00460c;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 20%;
}

.date_month {
    color: #000000;
    /* Set text color */
    font-weight: bold;
    font-size: 16px;
    /* Set font size */
    padding: 0.2em;
    border-radius: 5px;
    /* Add rounded corners */
    text-align: center;
}

@media (max-width:768px) {
    .date_month {
        color: #000000;
        /* Set text color */
        font-weight: 700;
        font-size: 12px;
        /* Set font size */
        padding: 0.1em;
        border-radius: 5px;
        /* Add rounded corners */
        text-align: center;
    }
}

#new_chartCard .left_right {
    display: flex;
    justify-content: space-around;
}

#new_chartCard .icon {
    /* background-color: #3498db; */
    color: #000000;
    font-size: 1.5rem;
    border: none;
    border-radius: 20px;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#new_chartCard .icon:hover {
    background-color: #8eff5d;
}

.smalloptions {
    font-size: 12px;
}

.text-justify {
    text-align: justify;
    margin-bottom: 3px;

}

.visit-note {
    background: rgb(156, 239, 156);
    display: inline;
    padding: 10px !important;
}

.visit-head {
    color: #355e3a !important;
}

.info-box-1 {

    font-size: 14px;

}

.about-headding {
    color: #355e3a !important;
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    margin: 10px 0;
    padding-top: 5px;
}

@media (min-width: 576px) {


    .container-sm {
        max-width: 100% !important;
    }

    .carousel-item {
        /* height: 300px !important; */
    }


}

.reach-data {
    background-color: #e4ffe4;
    ;
    margin: auto;
    padding: 50px;
    font-size: 15px;
    font-style: italic;
}

.reach-heading {
    color: #355e3a;

}

.fa-plane {
    transform: skewY(-15deg);
    color: goldenrod;
}

.fa-train-subway {
    color: rgb(36, 36, 103);
    transform: skewY(-5deg);

}

.fa-car-side {
    color: rgb(216, 8, 42);
    transform: skewY(-10deg);

}

.reach-font-size {
    font-size: 15px;
}

/* ====hotel-details====  */
.inc_dec a {
    /* border-radius: 50%; */
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    border: 0.2px solid rgb(64, 0, 84, 0.3);
    /* border-radius:  0px 5px 5px 0px; */
    width: 28px;
    height: 28px;
}

.adult-input {
    border-radius: none;
}

.inc_dec input {
    text-align: center;
    color: #000;
    width: 40px;
    padding: 0.2rem;
    /* margin: 0 0.5rem; */
    border: none;
}

.bookingbreadcrumbs .dropdown-item {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.floating_form .dropdown-item {
    font-size: small;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    /* padding: 10px; */
}

.floating_form {
    border: 1px solid rgb(173, 104, 104, 0.4);
    /* box-shadow: 0 0 0 0.25rem rgba(253, 169, 13, 0.25); */
}

@media (max-width:786px) {
    .floating_form .form-group {
        width: 100%;
        /* padding: 0px 16px; */
    }

    .floating_form .btn-search {
        margin-top: 2px !important;
        padding: 4px 8px !important;
        font-size: 12px;
    }

    .floating-row {
        margin-left: 0px !important;
    }

}

@media (max-width:992px) {
    .floating_form .form-group {
        width: 100%;
        /* padding: 0px 16px; */
    }

    .floating_form .btn-search {
        margin-top: 5px !important;
    }

    .floating-row {
        margin-left: 0px !important;
    }
}

/* .floating-row {
    width: 100%;
    margin-left: 100px;
} */

.floating-form-cont {
    background: white;
    position: sticky;
    z-index: 2;
    top: 110px;
}

.pench_near_img {
    border-radius: 15px;
}

/* .floating_form .search-group {
    width: 150px;
} */

.viewAllText1 {
    position: absolute;
    font-size: smaller;
    padding-top: 2%;
    padding-left: 12px;
    top: 87%;
    left: 88%;
    transform: translate(-50%, -50%);
    color: white;
    backdrop-filter: blur(4px);
    /* background: rgba(0, 0, 0, 0.2); */
    width: 22%;
    height: 10%;
    border-radius: 5px;
    cursor: pointer;
}

@media (max-width: 576px) {
.hero-slider .swiper-button-next {
    right: -25px !important;
    transform: translateX(-50px);
    top: 280px !important;
}
.hero-slider .swiper-button-prev {
    left: -25px !important;
    top: 280px !important;
    transform: translateX(50px);
}
    .hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
        width: 35px !important;
        height: 35px !important;
    }
    #topbar {
        font-size: 10px !important;
    }
    .secondary-sidebar {
        margin-left: 0px !important;
    }

    .seasoncard {
        flex-basis: calc(100% - 20px);
        /* One box per row */
    }

    /* .carousel-item{
      height: 260px !important;
  } */
    .hide-breadcrap {
        display: none !important;
    }

    .floating_form select {
        margin-bottom: 0px !important;
    }

    .floating_form input {
        margin-bottom: 0px !important;

        /* padding-bottom:-10px !important; */

    }

    .floating_form label {
        margin-top: 0px !important;

        /* padding-bottom:-10px !important; */


    }

    .btn-details-hotels {
        margin-top: 5px !important;
    }

    .container-hotel-resot {
        padding: 0px !important;
    }

    .form-select {
        /* padding: .175rem 1.25rem .175rem .75rem !important; */
    }

    .form-control {
        /* padding: .175rem .75rem !important; */
    }

    .viewAllText1 {
        position: absolute;
        font-size: smaller;
        padding-top: 4% !important;
        padding-left: 20px !important;
        top: 91% !important;
        left: 88% !important;
        transform: translate(-50%, -50%);
        color: white;
        backdrop-filter: blur(4px);
        background: rgba(0, 0, 0, 0.2);
        width: 23%;
        height: 17% !important;
        border-radius: 5px;
        cursor: pointer;
    }

    .px-4 {
        padding: 10px !important;
    }

    .hotel-pakg-icon {
        text-align: center !important;

        color: #38ab2d;
        display: flex;
        justify-content: space-evenly;
    }

    .hotel-pakg-icon>i {
        padding: 0px 15px !important;

    }

    .fa-1x {
        font-size: 30px !important;
    }

    /* .search-group{
    height: 38px !important;
} */
    .breadcrumbs {
        margin-top: 110px;
    }

    .floating_form .btn-search {
        margin-top: -20px !important;
    }

    .inner_hotel {
        /* margin-top: -100px; */
    }

    .btn-pkg {
        padding: 6px 6px !important;
        white-space: nowrap;
    }

    .privacy-data {
        padding: 1rem !important;
    }

    .features .icon-box p {
        margin-left: 0px;
    }

    .features .icon-box h4 {
        margin: 0px;
        color: #355e3a;
    }

    .form-check-input:checked {
        background-color: var(--main-color);
        border-color: var(--main-color);

    }

    .form-check-input[type=radio] {
        padding: 8px;
        margin-top: 6px;
    }

    .texticons {
        text-wrap: wrap !important;
    }

    .claender-data-margin {
        margin-bottom: 15px !important;
    }

    .national-park-margin {
        margin-top: -57px;
    }

    .history-head>h2 {
        display: none;
    }

    .history-head-visible>h2 {
        visibility: visible !important;
        font-size: 18px;
        margin-top: 20px;
    }

    .flora-fauna {
        font-size: 14px !important;
    }

    #latestNews .modal-body img {
        width: 100%;
        height: 300px !important;
        object-fit: fill;
    }

    .firstrow>.m-2 {
        margin: 0 !important;
    }
    .nav-pills .nav-link {
        border-radius: var(--bs-nav-pills-border-radius);
        border: 1px solid var(--main-color);
        margin-top: 6px;
    }

.site-navbar {
    display: flex;
    justify-content:space-around !important;
    align-items: center;
}
.heading2 {
    font-size: 22px !important;
}
.tab-content {
    margin-top: 10px !important;
}
}

.history-head-visible>h2 {
    visibility: hidden;
}

.online-safari-booking>p {
    background-color: #e4ffe4;
    padding: 15px 20px;
    border-radius: 15px;
    /* border: 1px solid rgb(203, 202, 202); */
}

.fa-hand-pointer {
    font-size: 20px;
    transform: rotateX(-65deg);
}

.circle-maker {
    background: rgb(83, 153, 83);
    color: white;
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 14px;
    margin-right: 10px;
}

/* .search-group {
    height: 35px !important;
    margin-top: -10px !important;
    font-size: 14px !important;
    background-color: red;
} */
/* =====package style=====  */
.innerpackages {
    border: 1px solid #c1782a;
    margin-bottom: 20px;
    transition: box-shadow 0.3s, transform 0.3s;
}

/* .innerpackages:hover {
    box-shadow: 0 4px 8px rgba(177, 44, 44, 0.4);
    cursor: pointer;
} */

.innerpackages .priceVal {
    color: #008009;
}

.innerpackages .at-oldprice {
    color: #444444;

}

@media (max-width: 768px) {
    .innerpackages {
        margin: 10px;
        border: 1px solid #ccc;
        margin-bottom: 20px;
        transition: box-shadow 0.3s, transform 0.3s;
    }

    .imghotel {
        width: 48px !important;
        /* height: 30px; */
        border-radius: 10px;
        padding: 0.1em;
        object-fit: cover;
    }

    .secondary-sidebar {
        margin-left: 0px !important;
    }

}


.innerpackages {
    /* border: none !important;
    box-shadow: rgba(14, 20, 37, 0.12) 0px 2px 4px 0px,
        rgba(14, 20, 37, 0.32) 0px 2px 10px 0px !important; */
}

.package-location {
    color: #c1782a;
    font-size: 14px;
}

.fa-circle {
    font-size: 6px;
    padding-right: 2px;
    color: #c1782a;
}

.package-icons {
    font-size: 12px;
    color: rgb(70, 70, 70);
    /* white-space: nowrap;; */
}

.pakg-icon-class {
    font-size: 12px;
}


@media (max-width: 767px) {
    .innerpackages {
        position: relative;
    }


    .package-image img {
        padding: 0px;
        width: 100%;
        height: 280px !important;
        object-fit: fill;
    }

    .innerpackages .review {
        background: rgba(0, 0, 0, 0.04);

        width: fit-content;
        position: absolute;
        font-size: small;
        top: 0;
        right: 0;
    }
}

.innerpackages {

    border: 1px solid #ccc;
    border-radius: 5px !important;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s, transform 0.3s;
}

.innerpackages:hover {
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4); */
    cursor: pointer;
}

/* Mobile View */
@media (max-width: 868px) {
    .innerpackages {}

    .innerpackages_paragraph p {
        font-size: small;
    }

    .innerpackages_paragraph .packbutton {
        width: 100%;
        cursor: pointer;
    }
/* 
    h2 {
        font-size: 16px;
        color: #000000;
        font-weight: bold;
    } */

    .history-head>h2 {

        font-size: 18px;
        color: #000000;
        font-weight: bold;
        padding-left: 11px;
        font-size: 25px;
    }

}

@media (max-width: 1280px) {

    .safari-box {

        padding: 10px !important;

    }

    /* .btn-pkg {
        padding: 4px 8px !important;
      } */
    .package-image img {

        height: 297px !important;
        object-fit: cover;
    }

    .carousel-item {
        height: 190px;
    }

    .imghotel {
        width: 65px;
        /* border: 3px solid red; */
    }

    .btn-details-hotels {
        height: 28px !important;
        /* margin-top: 8px !important; */
        line-height: 15px !important;
        font-size: 14px !important;
    }

    .viewAllText1 {
        position: absolute;
        font-size: smaller;
        padding-top: 2%;
        padding-left: 6px;
        top: 82%;
        left: 89%;
        transform: translate(-50%, -50%);
        color: white;
        backdrop-filter: blur(4px);
        /* background: rgba(0, 0, 0, 0.2); */
        width: 22%;
        height: 10%;
        border-radius: 5px;
        cursor: pointer;
        white-space: nowrap;
    }

    label {
        display: inline;
        white-space: nowrap;
        font-size: 11px;
    }

    .remove-padding {
        padding: 0px !important
    }

    .floating_form input[type="text"],
    .floating_form input[type="date"],
    .floating_form select {
        border: 1px solid rgb(173, 104, 104, 0.4);
        /* margin-bottom: 10px; */
        border-radius: 5px;
        font-size: 11px !important;
    }

    .floating_form .btn-search {
        /* margin-top: -10px !important; */
    }

    /* .search-group {
            height: 30px !important;
            font-size: 11px !important;
        } */
    .view-btn {
        padding: 11px 13px;
    }

    .btn-details-hotels {
        height: 35px;
        /* margin-top: 25px !important; */
    }

}

@media (max-width: 1100px) {

    .packge-border {
        margin-top: 15px;
    }

    .package-box {
        margin-top: 10px !important;
        margin-bottom: 5px !important;
    }

    .package-text-rupees {
        font-size: 1rem;
    }

    .package-image img {
        border-bottom-left-radius: 6px;
        width: 100% !important;
        height: 270px !important;
        object-fit: cover;
    }

    .innerpackages {
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
    }

    .booknow-now-btn {
        margin-top: 0px !important;
        padding: 0px;
    }

    .btn-enquiry {
        margin-top: 0px !important;
        padding: 0px !important;
        display: inline-block;
        border: none !important;
        background-color: #affdaf;
        color: white !important;
        border: 1px solid #355e3a !important;
    }

    .innerpackages p {
        font-size: small;
    }

    .innerpackages h3 {
        font-size: smaller;
    }

    .package-icons {
        font-size: 11px !important;
    }

    .package-name {
        font-size: 1.12rem !important;
    }

    .text-justify {
        font-size: 13px !important;
        padding-bottom: 4px !important;
    }

    .text-13-pkg {
        font-size: 9px !important;

        margin-bottom: 5px;

    }

    .pakcg-head {
        margin-top: 0px !important;
    }
}

@media (max-width: 767px) {

    .imghotel {
        width: 85px !important;
        height: 58px !important;
    }

    .carousel-item {
        height: 250px;
    }

    marquee {
        position: fixed;
        top: 110px !important;
    }

    .price-text {
        margin-top: -10px;
    }

    .innerpackages {
        position: relative;
    }

    .package-location {
        margin-right: 15px;
    }


    .package-image img {
        padding: 0px;
        width: 100%;
        height: 280px;
        object-fit: fill;
    }

    .price-text {
        margin-top: -10px;
    }

    .booknow-now-btn,
    .btn-enquiry {
        margin-bottom: 10px;
    }

}


@media (min-width: 900px) and (max-width: 1024px) {
    .hero-section-about {
        margin-top: -155px !important;
    }
        .navbar-area {
            width:98% !important;
    }
    .site-navbar ul li a {
        padding: 15px !important;
    }
}
.package-image img {
    /* border-bottom-left-radius: 6px; */

    width: 100%;
    height: 260px;
    object-fit: fill;
}

.package-name {
    color: #000;
}

.rating>.fa-star {
    color: rgb(255, 174, 24);
    font-size: 11px !important;
    margin-top: 0px !important;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

.weekend-package-box {
    flex: 1;
    padding: 20px;
}

.weekend-package-box h4 {
    font-size: 20px;
}

.weekend-package-box:hover {
    color: rgb(255, 190, 71);
}

.weekend-package-box p {
    color: #515151;
    font-size: 16px;
    margin: 0;
}

.weekend-package-box span {
    font-weight: bold;
}

.package-icon-1 {
    color: #af2f00;
}





.pkage-items-2 {
    padding-top: 30px;
}

.price-text {
    font-size: 18px;

    font-weight: bold;
    color: #af2f00;
}



.packge-border {
    border-bottom: 1px solid rgb(208, 218, 227);
}

.icon-pckg {
    font-size: 20px;
    padding-top: 30px;
    color: rgba(236, 75, 17, 0.8);
}

.booknow-now-btn {
    background: linear-gradient(to right, #ff8040, #360000);
    font-weight: bold;
    text-align: center;
}

.btn-hotelform-popup {
    background: linear-gradient(to right, #ff8040, #300a0a);
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
}

.text-13-pkg {
    font-size: 11px;
}

.text-13-pkg-1 {
    font-size: 14px;
}

.btn-enquiry {
    border: 1px solid #355e3a;
    font-weight: bold;
    text-align: center;
}

.booknow-now-btn:hover .fa-arrow-right {
    transform: translateX(5px);

}

.package-text-rupees {
    color: #008009;
}

.modal-footer {
    border-top: 0 !important;
}

.hotel-enquire-form {
    background: rgb(0, 0, 0, 0.9);
    color: #fff;
    /* border: 2px  solid #00460c; */
}

/* ====review AND book=====  */
#reviewpage h2,
#reviewpage h4.booking-review-title {
    font-family: Poppins, Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin: 10px 0px;
    border-bottom: #eaeef3 solid 1px;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 0 0 20px;
    color: green;
}

#reviewpage .heading-inside {
    width: 100%;
    display: flex;
    margin-bottom: 2%;
}

#reviewpage .check-in {
    background: #fff3d7;
    margin: 0 -20px;
    padding: 10px 20px;
}

#reviewpage .box-checkout {
    border: #eaeef3 solid 1px;
    border-radius: 5px;
    margin: 15px 0;
    padding: 0;
    overflow: hidden;
}

#reviewpage .box-checkout .inclusions {
    padding: 15px 40px 20px;
}

/* Hide the tooltip by default */
#reviewpage .on-hover {
    display: none;
    position: absolute;
    background-color: #eaeef3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 24px;
}

/* Show the tooltip on hover */
#reviewpage .free-cancel:hover .on-hover {
    display: block;
}

#reviewpage .booking-detail.booking-form {
    padding: 20px 20px 0;
}

#reviewpage .col-md-4 .booking-form {
    background: #fff;
    box-shadow: rgba(111, 107, 100, 0.1) 0 1px 9px 0;
    border-radius: 5px;
    margin-bottom: 5%;
    overflow: hidden;
}

#reviewpage .check-in .center-night {
    margin: 10px;
    padding: 10px;
}

#reviewpage .check-in .center-night span {
    font-size: 11px;
    background: #fff;
    border: #eaeef3 solid 1px;
    border-radius: 20px;
    color: var(--cr-sec-txt);
    padding: 2px 10px;
}

#reviewpage .check-in .white-border {
    border-left: 2px solid #fff;
}

#reviewpage h4.booking-review-title {
    font-family: Poppins, Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    border-bottom: #eaeef3 solid 1px;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 0 0 20px;
}

#reviewpage .booking-detail .booking-review-title+.label {
    margin-bottom: 10px;
    margin-top: 10px;
}

#reviewpage .booking-review .booking-review-content {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}

#reviewpage .booking-review .booking-review-content {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}

.booking-review .booking-review-content .review-section {
    border-bottom: 1px solid #eaeef3;
}

.booking-review .booking-review-content .review-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#reviewpage .booking-review .booking-review-content .review-section.total-review .review-list .flex-wrap {
    background: #fff;
    margin: 0px -20px !important;
    padding: 10px 20px !important;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eaeef3;

}

#reviewpage .booking-review .booking-review-content .review-section.total-review .review-list .flex-wrap {
    background: #fff;
    margin: 0px -20px !important;
    padding: 10px 20px !important;
}

#reviewpage .booking-review .booking-review-content .review-section.total-review .final-total.d-block {
    background: #fff3d7;
    margin: 0 -20px !important;
    padding: 8px 20px !important;
}

#reviewpage .booking-review .booking-review-content .review-list li.final-total {
    font-size: 19px;
}

#reviewpage .check-in-data {
    display: flex;
    align-items: center;
}

.shadow-bow {
    background: #fff;
    border: 1px solid rgb(215, 212, 212);
    border-radius: 5px;
    margin-bottom: 4%;
    margin-top: 4%;
    overflow: hidden;
    padding: 20px;
}

#reviewpage .heading-inside {
    width: 100%;
    display: flex;
    margin-bottom: 2%;
}

#reviewpage .check-in {
    background: #fff3d7;
    margin: 0 -20px;
    padding: 10px 20px;
}

#reviewpage .check-in .center-night {
    margin: 10px;
    padding: 10px;
}

#reviewpage .check-in .center-night span {
    font-size: 11px;
    background: #fff;
    border: #eaeef3 solid 1px;
    border-radius: 20px;
    color: var(--cr-sec-txt);
    padding: 2px 10px;
}

#reviewpage .check-in .white-border {
    border-left: 2px solid #fff;
}

#reviewpage .check-in-data {
    display: flex;
    align-items: center;
}

#reviewpage .check-in-data {
    display: flex;
    align-items: center;
}

#reviewpage .box-checkout {
    border: #eaeef3 solid 1px;
    border-radius: 5px;
    margin: 15px 0;
    padding: 0;
    overflow: hidden;
}

#reviewpage .box-checkout .inclusions {
    padding: 15px 40px 20px;
}

.package-image {
    height: 100%;
}

#reviewpage .box-checkout .inclusions {
    padding: 15px 40px 20px;
}

#reviewpage .col-md-4 .booking-form {
    background: #fff;
    box-shadow: rgba(111, 107, 100, 0.1) 0 1px 9px 0;
    border-radius: 5px;
    margin-bottom: 5%;
    overflow: hidden;
}

@media(max-width:512px) {
    .roomGrid__content .inclusiongrids:before {
        position: relative;
        display: block;
        content: "Inclusions";
        /* background: #393939; */
        color: #ffffff;
        z-index: 1;
        left: 0;
        height: 35px;
        width: 101%;
        margin: 0 0 5px;
        padding: 6px;
        padding-left: 20px;
    }

    .img-ratio {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    .roomGrid__content {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .betweenheader {
        display: none;
    }

    .roomGrid__content .radiomeals:before {
        position: relative;
        display: block;
        content: "Meal Plan";
        /* background: #393939; */
        color: #ffffff;
        z-index: 1;
        left: 0;
        height: 35px;
        width: 101%;
        margin: 0 0 5px;
        padding: 6px;
        padding-left: 20px;
    }

    .roomGrid__content .facilitygrid:before {
        position: relative;
        display: block;
        content: "Facilities";
        /* background: #393939; */
        color: #ffffff;
        z-index: 1;
        left: 0;
        height: 35px;
        width: 101%;
        margin: 0 0 5px;
        padding: 6px;
        padding-left: 20px;
    }

}

.line-height-ul {
    line-height: 30px;
}

#reviewpage .free-cancel:hover .on-hover {
    display: block;
}


#cancellation_policy .list-unstyled li {
    display: flex;
    margin: 10px 0px;
}

#reviewpage .free-cancel:hover .on-hover {
    display: block;
}

#reviewpage .booking-detail.booking-form {
    padding: 20px 20px 0;
}

#reviewpage .col-md-4 .booking-form {
    background: #fff;
    box-shadow: rgba(111, 107, 100, 0.1) 0 1px 9px 0;
    border-radius: 5px;
    margin-bottom: 5%;
    overflow: hidden;
}

.traveller-details .form-group {
    margin-bottom: 20px;
}

.traveller-details .form-checkout .inputdetails label {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.traveller-details .special-request .spandiv {
    font-size: 0.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.traveller-details .special-request {
    border-top: #ddd solid 32px;
    min-width: 835px;
    display: block;
    border-radius: 1px;
    border-bottom: #ddd solid 32px;
    margin: 10px -24px;
    padding: 27px 24px;
}

.traveller-details .form-checkout .inputdetails label {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

@media (min-width:768px) {
    .createsafarileft .jeep_goers {
        margin-left: 2%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

}

.jeep_goers input[type="text"],
.jeep_goers input[type="tel"],
.jeep_goers input[type="number"],
.jeep_goers input[type="date"],
.jeep_goers input[type="email"],
.jeep_goers select,
.floating_form input[type="text"],
.floating_form input[type="date"],
.floating_form select {
    border: 1px solid #ddd !important;
    margin-bottom: 6px !important;
    border-radius: 5px;
    font-size: 14px;
}

.enquiry-form select:focus,
.floating_form select:focus,
.firststep_form select:focus,
.jeep_goers select:focus {
    border: 1px solid rgb(173, 104, 104, 0.4);
    box-shadow: 0 0 0 0.25rem rgba(253, 169, 13, 0.25);
}

.traveller-details .form-checkout .inputdetails label {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

@media (max-width:786px) {
    .floating_form .form-group {
        /* background-color: red; */
        /* width: 100%; */
        padding: 0px 0px;
    }

    .floating_form .btn-search {
        margin-top: 5px !important;

    }

    .floating-row {
        margin-left: 0px !important;
    }
}

.traveller-details .form-group {
    /* margin-bottom: 20px; */
}

.floating_form .form-group {
    width: 100%;
    /* padding: 0px 16px; */
}

.traveller-details .form-group {
    margin-bottom: 20px;
}

.jeep_goers input[type="email"],
.jeep_goers select,
.floating_form input[type="text"],
.floating_form input[type="date"],
.floating_form select {
    border: 1px solid rgb(173, 104, 104, 0.4);
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.form-control-1 {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

/* ====privacy- policy===== */
.privacytitles {
    color: #355e3a;
    font-size: 24px;
    font-stretch: semi-condensed;
    display: inline-block;
}

.privacy-para {
    font-size: 14px;
    line-height: 1.5rem;
    text-align: justify;
}

.privacy-data {
    border: 1px solid rgb(128, 128, 128, 0.2);
    border-radius: 15px;
    /* box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); */
    background: rgb(228, 255, 228, 0.5);
    transition: all 0.5s;
}

/* =====safari Zone===== */
.privacytitles-1 {
    color: #355e3a;
    padding: 10px;
    font-size: 1.6rem !important;
    font-stretch: semi-condensed;
    display: inline-block;
    border-bottom: 1px solid #355e3a;
}


@media screen and (max-width: 1000px) {

    .safari-zone-img {
        /* padding: 0px !important; */
    }

    .safari-zone-img>h2 {
        font-size: 23px;
    }

    .privacytitles {
        margin-top: 10px;
        font-size: 20px;
    }
}

@media (min-width: 576px) {

    .safari-zone-img>h2 {
        font-size: 1rem;
    }

    .paynowoption {
        margin-top: 0px !important;
    }

    .paynow,
    .goback {
        margin: 0px !important;
    }


}

/* ======pakage-details=====  */
.texticons {
    border: 1px solid rgb(173, 104, 104, 0.4);
    padding: 1rem;
    margin: 0.3rem;
    border-radius: 5px;
    box-shadow: inset 4px 4px 6px rgba(0, 0, 0, .2), inset -2px -2px 6px hsla(0, 0%, 100%, .2);
    border-radius: 20px;
    white-space: nowrap;
}

/* ====safarizone====  */
.privacytitles-2 {
    color: #355e3a;
    font-size: 22px;
    /* font-stretch: semi-condensed; */
    display: inline-block;
}

.safari-box {
    border: 1px solid rgb(128, 128, 128, 0.2);
    border-radius: 15px;
    /* box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); */
    background: rgb(228, 255, 228, 0.5);
    transition: all 0.5s;


}

.content {
    font-size: 15px;
    text-align: justify;
}

.color-heading {
    color: #355e3a;
}

.color-heading-1 {
    color: #355e3a;
    font-size: 18px;
}

marquee {
    position: fixed;
    top: 124px;
    z-index: 4;
    color: white;
    line-height: 0px;
    background-color: rgb(144, 37, 2);
}

marquee>p {
    margin-top:
        10px;
    padding-top: 3px;
}

/* .search-group .button-29 {
    height: 40px;
} */

.button-29 {
    width: 100%;
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #63e691 0, #3bc017 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(66, 43, 35, 0.4) 0 2px 4px, rgba(8, 213, 49, 0.3) 0 7px 13px -3px, rgba(250, 154, 0, 0.5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono", monospace;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    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: 18px;
}


.inner_hotel .button-29 {
    width: 160px;
}

.button-29:focus {
    color: #fff;
    box-shadow: #6ad158 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #812700 0 -3px 0 inset;
}

.button-29:hover {
    color: #fff;
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #31a2e8 0 -3px 0 inset;
    transform: translateY(-2px);
}

.button-29:active {
    color: #fff;
    box-shadow: #ff8d5c 0 3px 7px inset;
    transform: translateY(2px);
}

.image-group {
    display: grid;
    grid-template-columns: auto;
    gap: 1rem;
}

.image-group .first-image {
    grid-column: 1 / 2;

}

.image-group .first-image .firstimg {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.image-group .other-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;

}

.image-group .other-images .next_imgs {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .image-group {
        grid-template-columns: 1fr 1fr;
    }

    .mob_hide {
        display: none;
    }

    /* marquee{
        z-index: 1 !important;
    } */
}

#rooms .firstbox {
    border: 1px solid #dddddd;
}

@media screen and (min-width: 1301px) and (max-width: 1540px) {

    .roomGrid__header {
        display: grid;
        grid-template-columns: 15rem 14rem 12.5rem 12.5rem 1fr;
        gap: 30px;
        background-color: #355e3a;
        color: #fff;
        font-weight: 500;
        padding: 15px 0;
    }
}


@media screen and (min-width: 912px) and (max-width: 1100px) {
    .roomGrid__header {
        display: grid;
        grid-template-columns: 15rem 6.5rem 8rem 200px 1fr;
        gap: 30px;
        background-color: #355e3a;
        color: #fff;
        font-weight: 500;
        padding: 15px 0;
    }
}



@media screen and (min-width: 1100px) and (max-width: 1300px) {
    .roomGrid__header {
        display: grid;
        grid-template-columns: 15rem 6.5rem 8rem 200px 1fr;
        gap: 30px;
        background-color: #355e3a;
        color: #fff;
        font-weight: 500;
        padding: 15px 0;
    }
}


@media screen and (min-width: 1540px) and (max-width: 2000px) {
    .roomGrid__header {
        display: grid;
        grid-template-columns: 1fr 12rem 12rem 200px 1fr;
        gap: 30px;
        background-color: #355e3a;
        color: #fff;
        font-weight: 500;
        padding: 15px 0;
    }
}


.roomGrid__grid {
    display: grid;
    padding-top: 20px;
    gap: 30px;
    grid-template-columns: 15rem auto 270px;
}

.roomGrid__grid .js-dropdown .dropdown__button {
    /* border: 1px solid grey; */
    /* border-radius: 5px; */
    padding: 10px;
    padding-right: -8px;

}

.roomGrid__header>*:first-child {
    padding-left: 30px;
}

.roomGrid__grid>*:nth-child(3) {
    background-color: #3554d10d;
    padding: 20px 30px;
}

.roomGrid__content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.y-gap-30>* {
    padding-top: 15px;
    padding-bottom: 15px;
}

.y-gap-30 {
    margin-top: -15px;
    margin-bottom: -15px;
}

@media (max-width:512px) {
    .img-ratio {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    .roomGrid__content {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .betweenheader {
        display: none;
    }

    .roomGrid__content .radiomeals:before {
        position: relative;
        display: block;
        content: "Meal Plan";
        background: #393939;
        color: #ffffff;
        z-index: 1;
        left: 0;
        height: 35px;
        width: 101%;
        margin: 0 0 5px;
        padding: 6px;
        padding-left: 20px;
    }

    .roomGrid__content .facilitygrid:before {
        position: relative;
        display: block;
        content: "Facilities";
        background: #393939;
        color: #ffffff;
        z-index: 1;
        left: 0;
        height: 35px;
        width: 101%;
        margin: 0 0 5px;
        padding: 6px;
        padding-left: 20px;
    }

    .roomGrid__content .inclusiongrids:before {
        position: relative;
        display: block;
        content: "Inclusions";
        background: #393939;
        color: #ffffff;
        z-index: 1;
        left: 0;
        height: 35px;
        width: 101%;
        margin: 0 0 5px;
        padding: 6px;
        padding-left: 20px;
    }


}

@media (max-width:512px) {
    .img-ratio {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    .roomGrid__content {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .betweenheader {
        display: none;
    }

    .roomGrid__content .radiomeals:before {
        position: relative;
        display: block;
        content: "Meal Plan";
        background: #393939;
        color: #ffffff;
        z-index: 1;
        left: 0;
        height: 35px;
        width: 101%;
        margin: 0 0 5px;
        padding: 6px;
        padding-left: 20px;
    }

    .roomGrid__content .facilitygrid:before {
        position: relative;
        display: block;
        content: "Facilities";
        background: #393939;
        color: #ffffff;
        z-index: 1;
        left: 0;
        height: 35px;
        width: 101%;
        margin: 0 0 5px;
        padding: 6px;
        padding-left: 20px;
    }

    .roomGrid__content .inclusiongrids:before {
        position: relative;
        display: block;
        content: "Inclusions";
        background: #393939;
        color: #ffffff;
        z-index: 1;
        left: 0;
        height: 35px;
        width: 101%;
        margin: 0 0 5px;
        padding: 6px;
        padding-left: 20px;
    }


}

@media screen and (min-width: 512px) and (max-width: 991px) {
    .roomGrid__content {

        gap: 30px;
    }

    .mob_hide {
        display: none;
    }

    .betweenheader {
        display: none;
    }
}

@media (max-width: 991px) {

    .roomGrid__header>*:first-child {
        padding-left: 5px;
    }

    .roomGrid__header {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }

    .mob_hide {
        display: none;
    }

    .roomGrid__grid {
        grid-template-columns: 1fr;
    }

    .roomGrid__grid .roomItem .img-ratio {
        max-width: 100%;
        height: auto;
    }

    .formfooter {
        border-bottom: 1px solid rgb(112 0 0);
        padding: 10px 0px;
        margin-bottom: 20px;
    }
}

.inner_hotel .button-29 {
    width: 160px;
}

.inner_hotel .top {
    display: flex;
    justify-content: space-between;
}

@media (max-width:768px) {

    .inner_hotel .button-29 {
        width: 132px;
        font-size: small;
    }

    .img-about {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .inner_hotel .title_side {
        flex-direction: column;
        align-items: left;
    }

    .inner_hotel .title_side h2 {
        margin-top: 1rem;
        font-size: 1.4rem;
        margin-bottom: 0;
    }

    .inner_hotel .title_side {
        flex-direction: column;
        align-items: left;
    }

    .inner_hotel .title_side h2 {
        margin-top: 1rem;
        font-size: 1.4rem;
        margin-bottom: 0;
    }

    .mob_hide {
        display: none;
    }



}

.img-ratio {
    width: 15rem;
    height: 220px;
    object-fit: cover;
}

.dogreen div>.fa-circle-check {
    color: green !important;
    font-weight: bold;
}

.dored div>.fa-circle-check {
    color: red !important;
    font-weight: bold;
}

/* =====hotel media==== */
@media (min-width: 768px) and (max-width: 1200px) {

    .search-card-result {
        /* Adjust styles for the container of each search card */
        /* For example: */
        margin-bottom: 20px;
    }

    .col-md-4 {
        /* Adjust styles for the image carousel column */
        /* For example: */
        width: 30%;
    }

    .col-md-6 {
        /* Adjust styles for the content column */
        /* For example: */
        width: 50%;
    }

    .border-left {
        /* Adjust styles for the column containing more offers */
        /* For example: */
        display: none;
        /* Hide this column on tablet screens */
    }

    .more-offers-1 {
        display: none;
    }

    .imghotel {
        width: 48px;
        height: 51px !important;
        border-radius: 10px;
        padding: 0.1em;
        object-fit: cover;
    }

    .view-btn {
        background: #355e3a;
        color: #fff;
        border-radius: 4px;
        padding: 11px 0px;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        border: 1px solid rgba(255, 255, 255, 0.9);
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        display: inline-block;
        background: linear-gradient(to right, #bcff40, #173600);
        background-size: 200% 100%;
        background-position: right bottom;
    }

    .search-card-result p {
        font-size: 0.8rem;
        margin-bottom: 0px;
    }

    .package-icons {
        font-size: 10px !important;
    }

    .viewAllText1 {
        position: absolute;
        font-size: 10px;
        padding-top: 8%;
        padding-left: 2px;
        top: 89%;
        left: 90%;
        transform: translate(-50%, -50%);
        color: white;
        backdrop-filter: blur(4px);
        width: 22%;
        height: 19%;
        border-radius: 5px;
        cursor: pointer;
        /* background-color: red; */
        white-space: nowrap;
    }

    .safari_pricing_container>table {
        width: 90% !important;
    }

    marquee {
        top: 141px;
    }

    #hero .container {
        margin-bottom: 221px;
    }

    .national-park-margin {
        margin-top: -57px;
    }

}

.contact .info-box p {
    /* text-align: justify; */
    padding: 10px;
}

.safari-bok {
    text-align: justify;
}

/* ===pricing
table
===== */


.safari_booking_p {
    color: white;
    font-size: 25px;
    text-align: center;
    padding: 10px;
    background-color: #355e3a;
}

.safari_pricing_container>table {
    width: 65%;
    margin: auto;
    margin-top: 50px;
    line-height: 35px;

    border: 2px solid #5b5b5b;
    border-spacing: 0px;
    box-shadow: 0px 0px 6px aliceblue;
}

.safari_td {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: black;
    border: 1px solid #355e3a;
}

.safari_td {
    background-color: #a3ffae;
    border: 1px solid #355e3a;
    color: black;
}

.safari_price {
    background-color: #6aa771;
}

.safari_price>div {
    background-color: #696f694f;
    font-size: 17px;
    padding: 5px 20px;
    color: black;
    border: 1px solid #355e3a;
}

.safari_price>div:nth-child(even) {
    background-color: #a3ffae;
}

@media only screen and (max-width: 800px) {
    .safari_pricing_container>table {
        width: 100%;
        margin-top: 25px;
        padding: 0px;
        line-height: 20px;
    }

    .safari_booking_heading {
        margin: 0px;
    }

    .safari_booking_p {
        font-size: 16px;
        color: #c7cacd;
    }

    .safari_td,
    .safari_td2 {
        font-size: 14px;
    }
}

.term-condiiton {
    background: #e4ffe4;
    border-radius: 10px;
    line-height: 28px;
    margin-bottom: 15px;
}

.arw-color {
    color: green;
    font-size: 16px !important;
}

.data-not-available {
    font-size: 22px;
    color: rgb(24, 127, 44);
    font-style: italic;
}

/* ====hotel-detail-page-css==== */
/* .search-group .button-29 {
    height: 40px;
} */

.button-29 {
    width: 100%;
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #63e691 0, #3bc017 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(66, 43, 35, 0.4) 0 2px 4px, rgba(8, 213, 49, 0.3) 0 7px 13px -3px, rgba(250, 154, 0, 0.5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono", monospace;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    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: 18px;
}


.inner_hotel .button-29 {
    width: 160px;
}

.button-29:focus {
    color: #fff;
    box-shadow: #6ad158 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #812700 0 -3px 0 inset;
}

.button-29:hover {
    color: #fff;
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #31a2e8 0 -3px 0 inset;
    transform: translateY(-2px);
}

.button-29:active {
    color: #fff;
    box-shadow: #ff8d5c 0 3px 7px inset;
    transform: translateY(2px);
}

.image-group {
    display: grid;
    grid-template-columns: auto;
    gap: 1rem;
}

.image-group .first-image {
    grid-column: 1 / 2;

}

.image-group .first-image .firstimg {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.image-group .other-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;

}

.image-group .other-images .next_imgs {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .image-group {
        grid-template-columns: 1fr 1fr;
    }

    .mob_hide {
        display: none;
    }
}

#rooms .firstbox {
    border: 1px solid #dddddd;
}

@media screen and (min-width: 1301px) and (max-width: 1540px) {

    .roomGrid__header {
        display: grid;
        grid-template-columns: 15rem 14rem 12.5rem 12.5rem 1fr;
        gap: 30px;
        background-color: #330e0e;
        color: #fff;
        font-weight: 500;
        padding: 15px 0;
    }
}


@media screen and (min-width: 912px) and (max-width: 1100px) {
    .roomGrid__header {
        display: grid;
        grid-template-columns: 15rem 6.5rem 8rem 200px 1fr;
        gap: 30px;
        background-color: #330e0e;
        color: #fff;
        font-weight: 500;
        padding: 15px 0;
    }
}



@media screen and (min-width: 1100px) and (max-width: 1300px) {
    .roomGrid__header {
        display: grid;
        grid-template-columns: 15rem 6.5rem 8rem 200px 1fr;
        gap: 30px;
        background-color: #330e0e;
        color: #fff;
        font-weight: 500;
        padding: 15px 0;
    }
}


@media screen and (min-width: 1540px) and (max-width: 2000px) {
    .roomGrid__header {
        display: grid;
        grid-template-columns: 1fr 12rem 12rem 200px 1fr;
        gap: 30px;
        background-color: #330e0e;
        color: #fff;
        font-weight: 500;
        padding: 15px 0;
    }
}


.roomGrid__grid {
    display: grid;
    padding-top: 20px;
    gap: 30px;
    grid-template-columns: 15rem auto 270px;
}

.roomGrid__grid .js-dropdown .dropdown__button {
    /* border: 1px solid grey; */
    /* border-radius: 5px; */
    padding: 10px;
    padding-right: -8px;

}

.roomGrid__header>*:first-child {
    padding-left: 30px;
}

.roomGrid__grid>*:nth-child(3) {
    background-color: #3554d10d;
    padding: 20px 30px;
}

.roomGrid__content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.y-gap-30>* {
    padding-top: 15px;
    padding-bottom: 15px;
}

.y-gap-30 {
    margin-top: -15px;
    margin-bottom: -15px;
}

@media (max-width:512px) {
    .img-ratio {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    .roomGrid__content {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .betweenheader {
        display: none;
    }

    .roomGrid__content .radiomeals:before {
        position: relative;
        display: block;
        content: "Meal Plan";
        background: #393939;
        color: #ffffff;
        z-index: 1;
        left: 0;
        height: 35px;
        width: 101%;
        margin: 0 0 5px;
        padding: 6px;
        padding-left: 20px;
    }

    .roomGrid__content .facilitygrid:before {
        position: relative;
        display: block;
        content: "Facilities";
        background: #393939;
        color: #ffffff;
        z-index: 1;
        left: 0;
        height: 35px;
        width: 101%;
        margin: 0 0 5px;
        padding: 6px;
        padding-left: 20px;
    }

    .roomGrid__content .inclusiongrids:before {
        position: relative;
        display: block;
        content: "Inclusions";
        background: #393939;
        color: #ffffff;
        z-index: 1;
        left: 0;
        height: 35px;
        width: 101%;
        margin: 0 0 5px;
        padding: 6px;
        padding-left: 20px;
    }


}

@media (max-width:512px) {
    .img-ratio {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    .roomGrid__content {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .betweenheader {
        display: none;
    }

    .roomGrid__content .radiomeals:before {
        position: relative;
        display: block;
        content: "Meal Plan";
        background: #393939;
        color: #ffffff;
        z-index: 1;
        left: 0;
        height: 35px;
        width: 101%;
        margin: 0 0 5px;
        padding: 6px;
        padding-left: 20px;
    }

    .roomGrid__content .facilitygrid:before {
        position: relative;
        display: block;
        content: "Facilities";
        background: #393939;
        color: #ffffff;
        z-index: 1;
        left: 0;
        height: 35px;
        width: 101%;
        margin: 0 0 5px;
        padding: 6px;
        padding-left: 20px;
    }

    .roomGrid__content .inclusiongrids:before {
        position: relative;
        display: block;
        content: "Inclusions";
        background: #393939;
        color: #ffffff;
        z-index: 1;
        left: 0;
        height: 35px;
        width: 101%;
        margin: 0 0 5px;
        padding: 6px;
        padding-left: 20px;
    }


}

@media screen and (min-width: 512px) and (max-width: 991px) {
    .roomGrid__content {

        gap: 30px;
    }

    .mob_hide {
        display: none;
    }

    .betweenheader {
        display: none;
    }
}

@media (max-width: 991px) {

    .roomGrid__header>*:first-child {
        padding-left: 5px;
    }

    .roomGrid__header {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }

    .mob_hide {
        display: none;
    }

    .roomGrid__grid {
        grid-template-columns: 1fr;
    }

    .roomGrid__grid .roomItem .img-ratio {
        max-width: 100%;
        height: auto;
    }

    .formfooter {
        border-bottom: 1px solid rgb(112 0 0);
        padding: 10px 0px;
        margin-bottom: 20px;
    }

}

.inner_hotel .button-29 {
    width: 160px;
}

.inner_hotel .top {
    display: flex;
    justify-content: space-between;
}

@media (max-width:768px) {

    .inner_hotel .button-29 {
        width: 132px;
        font-size: small;
    }

    .inner_hotel .top {

        margin-top: 120px !important;
        line-height: 0px !important;
    }

    .inner_hotel .title_side {
        flex-direction: column;
        align-items: left;
    }

    .inner_hotel .title_side h2 {
        margin-top: 1rem;
        font-size: 1.4rem;
        margin-bottom: 0;
    }

    .inner_hotel .title_side {
        flex-direction: column;
        align-items: left;
    }

    .inner_hotel .title_side h2 {
        margin-top: 1rem;
        font-size: 1.4rem;
        margin-bottom: 0;
    }

    .mob_hide {
        display: none;
    }

    /* .search-group {
            font-size: 14px;
            margin-top: 17px;
        } */
    .btn-text-new {
        line-height: 14px !important;
        /* font-size: 30px !important; */
    }

}


.img-ratio {
    width: 15rem;
    height: 220px;
    object-fit: cover;
}

.btn-details-hotels {
    height: 33px;
    margin-top: 25px;
    line-height: 20px;
}

#latestNews .modal-content {
    border-radius: 0;
    border: 0px solid white;
}

#latestNews .btn-close {
    font-weight: 800;
    /* outline: none; */
    position: absolute;
    right: 13px;
    top: 13px;
    background-color: white;
    z-index: 2000;
}

#latestNews .modal-body img {
    width: 100%;
    height: 500px;
    object-fit: fill;
}

.modal-body {
    padding: 10px;
}

.form-check-input:checked {
    background-color: var(--main-color);
    border-color:var(--main-color);
}

.pench-bg-img {
    /* background: url("../img/pech-bg.jpg"), conic-gradient(at 100% 0, #2D1900 30%, #002D19 35%, #19002D) top center; */
    /* background: url("../img/pech-bg.jpg"), linear-gradient(to bottom, #2D1900 30%, #002D19 35%, #19002D); */
    background-image: url("../img/pench-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(97%);
    /* margin-top: 10px; */
    /*
  background: linear-gradient(#0000, #00000075 5%, #0000); */
}

.data-table-td-pench {
    border: 1px solid rgb(53, 94, 58, 0.4);
    border-radius: 5px;
}

.table-pench {
    background: rgb(175, 253, 175, 0.6);
    border-radius: 5px !important;
}

.table-pench-td {

    border: 1px solid rgb(77, 165, 77, 0.7);
    border-radius: 5px;
}

.active>.page-link {
    background: rgb(144, 37, 2) !important;
    color: white !important;
    border-color: rgb(144, 37, 2) !important;
}

.page-link {
    color: rgb(144, 37, 2);
}

.about-history {
    text-align: justify;
}

/* Form Labels */
.calendar-label {
    font-weight: bold;
}


.datepicker {
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    padding: 20px;

}

.datepicker th {
    width: 38px !important;
    height: 24px !important;
}

/*
  .datepicker {
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    font-size: 15px;
position: absolute;
top: 381.4px;
    left: 973.588px;
    z-index: 10;
    display: block;
  }
  .datepicker th{
    width: 36px !important;
    height: 24px !important;
  } */

.datepicker .datepicker-switch {
    background-color: var(--main-color) !important;
    color: white;
}

.data-table-td-pench>#calendar {
    top: 200px !important;
}

.jeep-safari-img>img {
    width: 100%;
    height: 300px;
    object-fit: fill;
    padding: 20px;
}

.jeep-safari-content>button {
    width: 140px;
    border: 2px solid #355e3a;
    /* box-shadow: 0 4px 6px rgba(193, 193, 193); */
    color: #355e3a;
    border-radius: 50px;
    padding: 10px 12px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    /* letter-spacing: 1px; */
    transition: 0.3s;
    font-weight: bold;
    background-color: aliceblue;
}

.pench-timing-table {
    /* background-color: lightblue !important; */
    border: none !important;
    border: 1px solid #355e3a;
}

/* .table-striped>tbody>tr:nth-of-type(odd)>*{
    background-color:green!important;
} */
.refund-icon {
    font-size: 8px;
    font-weight: bold;
    color: #355e3a;

    margin-right: 10px;
    margin-top: 9px;

}

.additinal-info {
    line-height: 30px;
}

.penchzones-1 {
    background: #f3feff;
    margin-top: 0px;
}

/*
.olcards {
    list-style: none;
    counter-reset: cardCount;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    --cardsGap: 0.8rem;
    gap: var(--cardsGap);
    padding-bottom: var(--cardsGap);
  }

  .olcards li {
    counter-increment: cardCount;
    display: flex;
    color: white;
    --labelOffset: 0.8rem;
    --arrowClipSize: 1.5rem;
    margin-top: var(--labelOffset);
  }

  .olcards li::before {
    content: counter(cardCount, decimal-leading-zero);
    background: linear-gradient(to right, rgb(210, 210, 210), white);
    color: var(--cardColor);
    font-size: 2em;
    font-weight: 700;
    transform: translateY(calc(-1 * var(--labelOffset)));
    margin-right: calc(-1 * var(--labelOffset));
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 0.3em;
  }

  .olcards li .content {
    background-color: var(--cardColor);
    --inlinePadding: 1em;
    --boxPadding: 0.5em;
    display: grid;
    padding: var(--boxPadding) calc(var(--inlinePadding) + var(--arrowClipSize)) var(--boxPadding) calc(var(--inlinePadding) + var(--labelOffset));
    grid-template-areas:
      "icon title"
      "icon text";
    gap: 0.25em 1em;
    clip-path: polygon(0 0,
        calc(100% - var(--arrowClipSize)) 0,
        100% 50%,
        calc(100% - var(--arrowClipSize)) 100%,
        calc(100% - var(--arrowClipSize)) calc(100% + var(--cardsGap)),
        0 calc(100% + var(--cardsGap)));
    position: relative;
    width: 100%;
  }

  .olcards li .content::before {
    content: "";
    position: absolute;
    width: var(--labelOffset);
    height: var(--labelOffset);
    background: var(--cardColor);
    left: 0;
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    filter: brightness(0.75);
  } */
.weekend-package-1 {
    border: 1px solid rgba(164, 168, 90, 0.2);
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    background-color: #fff;
    /* color: white; */
}

.weekend-package-box-1 p {
    /* color: white; */
    font-size: 16px;
    margin: 0;
    flex: 1;
    text-align: center;
}

.weekend-package-box-1 h2 {
    font-size: 20px;
    color: #355e3a;
    font-weight: bold;
    text-align: center;
    font-style: italic;


}

.weekend-package-box-1 {

    padding: 20px;
}

.jeep-safari-color {
    color: #360000;
}

.safari_req_list ol {
    padding-left: 50px;
}

.safari_req_list li {
    color: #4f4f4f;
    padding-left: 16px;
    margin-top: 28px;
    position: relative;
    font-size: 14px;
    line-height: 18px;
}

.safari_req_list li:before {
    content: "";
    display: block;
    height: 37px;
    width: 37px;
    border-radius: 50%;
    border: 4px double #ddd;
    position: absolute;
    top: -10px;
    left: -31px;
}

strong {
    color: #292929;
}

.safari_req_list .alternating-colors {
    li:nth-child(odd):before {
        border-color: #af2f00;
    }

    li:nth-child(even):before {
        border-color: #355e3a;
    }

    /* ======datepicker====  */
}

.datepicker {
    /* top: 365.713px;
        left: 45.6px;
        z-index: 10; */

}

.featured-services-1 .icon-box {
    border: 1px solid #ccc;
    padding: 15px;
    position: relative;
    overflow: hidden;
    background: #f7fffa;
    /* box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.1); */
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    text-align: justify;
}

.icon-box>p {
    padding-bottom: 0px !important;
}

.featured-services-1 .color_white:hover {
    color: white;
    background-color: #6aa771;
}

.pench-timing-table>td {

    background-color: transparent !important;
    backdrop-filter: blur(90px) !important;
}

.show1 {
    line-height: 30px;

}

.fa-arrow-alt-circle-right {
    color: green !important;
}

.flora-fauna {
    color: #355e3a;
}

.data-small {
    font-size: 10px !important;
}

.featured-services-1>div h2 {
    color: #355e3a;
    text-align: center;
    margin-top: 15px;
    font-size: 28px;
    font-weight: bold;
}

/* blog  */
.blog-imgss {
    height: 250px;
    width: 100%;
}

.blogss {
    border: 1px solid #355e3a;
    border-radius: 15px;
    padding: 20px;
    background-color: #f6f6f6;
    margin-bottom: 20px;
}

.fa-circle-user,
.fa-calendar-days,
.text-colr {
    color: #db5f00;
}

/* blog  */

.secondary-sidebar {
    flex: 0 1 30%;
    margin-left: 20px;
}

#theme-content .widget {
    position: relative;
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}

.widget .wp-block-search__input {
    width: 100%;
}

input[type="search"] {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
}

.wp-block-search__button,
.widget.widget_search .search-submit {
    background-color: #db5f00;
    color: #fff;
    border: none;
    /* text-transform: uppercase; */
    font-size: 15px;
    line-height: 17px;
    padding: 5px 12px;
    padding-bottom: 4px;
    vertical-align: middle;
}

.widget {
    border: 1px solid #355e3a;
    background-color: #f6f6f6;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.search__label {
    color: #355e3a;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 8px;
}

.tagcloud a {
    display: inline-block;
    background: #db5f00;
    color: #fff;
    padding: 5px 12px;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    margin-top: 8px;
    margin-right: 5px;
}

.tagcloud a:hover {
    border: 1px solid #c25107;
    color: #c25107;
    background-color: #fff;
}

.tagclouds {
    display: inline-block;

    background: #355e3a;
    color: #fff;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
}

/* review form  */
.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;

}

.starpkg {
    width: 28px;
    height: 28px;
    transition: .6s all;
}

#rating {
    cursor: pointer;
    display: inline-block
}

#review-form .input-group-addon {
    min-width: 100px;
}

#review-form .btn {
    min-width: 100px;
}

#review-form input[type="text"],
#review-form textarea {
    width: 100%;
}

#review-form .form-group {
    margin-bottom: 15px;
}

#review-form .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

#panel {
    display: none;
}

.alert-text-dsg {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    padding: 20px 20px;
    border: 1px solid #0f5132;
    border-radius: 5px;
}
.info-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
    padding: 20px;
    position: relative;
    background: #fff;
    min-height:100%;
    overflow: hidden;
  }
  .info-card h5 {
    font-weight: 600;
    margin-bottom: 15px;
  }
  .info-card .corner-circle {
    position: absolute;
    width: 100px;
    height: 100px;
    background: #ff7a00;
    border-radius: 50%;
    z-index: 0;
  }
  .info-card .corner-circle.bottom-left {
    bottom: -65px;
    left: 70px;
  }
  .info-card .corner-circle.top-right {
    top: -50px;
    right: -55px;
  }
  .info-card p {
    position: relative;
    z-index: 1;
  }
  .blog-card {
      position: relative;
      height: 270px;
      width: 100%;
      overflow: hidden;
      border-radius: 10px;
      cursor: pointer;
  }

  .blog-card small {
      z-index: 1 !important;
      opacity: 1 !important;
      position: absolute;
      z-index: 1;
      color: #fff !important;
      top: 10px;
      left: 25px;
      font-weight: 600;
  }

  /* Background image */
  .blog-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      transition: transform .3s ease;
      z-index: 1;
  }

  .blog-card.blog-card-1::before {
      background-image: url('/front/assets/img/home/histroy.jpg');
  }

  .blog-card.blog-card-2::before {
      background-image: url("https://images.pexels.com/photos/247376/pexels-photo-247376.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
  }

  .blog-card.blog-card-3::before {
      background-image: url("https://images.pexels.com/photos/982021/pexels-photo-982021.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
  }

  /* Dark overlay */
  .blog-card .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* background: rgba(0, 0, 0, 0.25); */
      background: rgba(0, 0, 0, 0.40);

      transition: background .3s ease;
      z-index: 1;
  }

  /* Content */
  .blog-card-content {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 1.5rem;
      width: 100%;
      color: #fff;
      z-index: 3;
      height: 35%;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
      transition: all .4s ease-in-out;
      overflow: hidden;
      align-content: center;
      padding-bottom: 0px;
  }

  .blog-card-content small {
      font-size: 0.85rem;
      opacity: 0.9;
      display: block;
      margin-bottom: 8px;
  }

  .blog-card-content .title {
      font-size: 1.3rem;
      font-weight: 600;
      margin-bottom: 0px;
  }

  .blog-card-content .desc {
      font-size: 0.9rem;
      margin: 5px 0 10px;
      display: none;
      line-height: 1.4;
  }

  .blog-card-content .read-more {
      font-size: 0.9rem;
      font-weight: 600;
      text-decoration: none;
      color: #fff;
      display: none;
  }

  /* Hover effects */
  .blog-card:hover::before {
      transform: scale(1.1);
  }

  .blog-card:hover .overlay {
      background: rgba(0, 0, 0, 0.55);
  }

  .blog-card:hover .blog-card-content {
      height: 100%;
      margin-top: 100px !important;
  }

  .blog-card:hover .desc,
  .blog-card:hover .read-more {
      display: block;
  }
  .cardss {
    position: relative;
    height: 270px;
    width: 100%;
    overflow: hidden;
}

.cardss::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size:100% 100%;
    background-position: center;
    transition: all .25s ease;
    
    /* z-index: -1; */
}

.cardss.cardss-1::before {
    background-image: url("https://images.pexels.com/photos/1694621/pexels-photo-1694621.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
}

.cardss.cardss-2::before {
    background-image: url("https://images.pexels.com/photos/1078983/pexels-photo-1078983.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
}

.cardss.cardss-3::before {
    background-image: url("https://images.pexels.com/photos/1743165/pexels-photo-1743165.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
}

.cardss.cardss-4::before {
    background-image: url("https://images.pexels.com/photos/1731660/pexels-photo-1731660.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
}

.cardss .cardss-content {
    display: flex;
    height: 100%;
    width: 100%;
    padding: 1.5rem;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    z-index: 1;
    color: #FFF;
    transition: background-color .25s ease-in-out, opacity .25s ease-in-out, transform .4s ease-in-out;
    opacity: 1;
    transform: translateY(52%);
}

.cardss .cardss-content .title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.cardss .cardss-content p {
    /* text-align: center; */
    font-weight: 500;
}



.cardss:hover::before {
    transform: scale(1.1);
}

.cardss:hover .cardss-content {
    opacity: 1;
    background-color: var(--main-color);
    backdrop-filter: blur(8px);
    transform: translateY(0);
}


@media (max-width: 992px) {
    #pills-tab{
        border: 0px !important;
    }
    .header {
        padding: 4rem 2rem;
    }

    .container {
        flex-direction: column;
        /* padding: 0 2rem; */
    }

    .cardss {
        /* margin: 2rem 0; */
        width: 100%;
    }

    .cardss::before {
        background-position: center;
    }
}

        .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);
        }

        .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: 10px !important;
            padding-top: 0px !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-body h2 {
            font-weight: bold;
            font-size: 20px;
            margin: 8px 0;
        }

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

        .text-13 {
            font-size: 12px;
            line-height: 14px;
            /* font-weight: 500; */
        }

        .text-rupess {
            color: rgb(5, 167, 5) !important;
            font-family: "Playfair Display", serif;
            font-size: 26px;
            font-weight: 700;
        }

        .button-20 {
            background-color: var(--main-color);
            border: 1px solid rgba(217, 217, 217, 1) !important;
            color: #fff !important;
            /* background-image: linear-gradient(-180deg, #00D775, #00BD68); */
            border-radius: 5px;
            /* 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: white !important;
            color: #000 !important;
            border: 1px solid rgb(142 140 140) !important;

        }

        .phone-calls {
            padding: 8px 12px;
            border: 1px solid rgb(142 140 140);
            align-self: anchor-center;
            border-radius: 5px;
            margin-right: 5px;
        }
        .feature-showcase {
            padding: 20px 0;
            background-color: #f8f9fa;
        }
        
        .feature-box {
            text-align: center;
            margin-bottom: 40px;
            border-right:1px solid #aba7a7c9;
            padding-right: 10px;
        }
        
        .feature-box i {
            font-size: 40px;
            color: #007bff;
            margin-bottom: 10px;
        }
        .feature-box h3 {
            font-size: 18px;
            margin-bottom: 10px;
            margin-top: 14px;
        }
        
        .feature-box p {
            font-size: 15px;
            color: #555;
            margin-bottom: 0px !important;
        }
        .accordion-item {
            border: none;
            margin-bottom: 16px;
            border-radius: 5px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }
        .accordion-button:not(.collapsed) {
            background: var(--main-color) !important;
            color: #fff !important;
            box-shadow: none !important;
        }
        .accordion-body {
            padding: 10px !important;
            background-color: #ffffff;
        }
        .accordion-button {
            padding: 12px 20px !important;
            font-weight: 600;
            color: #333;
            background-color: #ffffff;
            transition: all 0.3s ease;
            border: 1px solid #80808061;
            border-radius:6px;
        }
        .gallery2 {
            display: grid;
            grid-template-areas: 
              "img1 img2 img3"
              "img4 img2 img5"
              "img4 img6 img5";
            grid-template-columns: 1fr 2fr 1fr;
            grid-auto-rows: 200px;
            gap: 15px;
          }
      
          .gallery2 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
            display: block;
            transition: transform 0.3s ease;
          }
      
          .gallery2 img:hover {
            transform: scale(1.01);
          }
      
          /* Assign grid areas */
          .img1 { grid-area: img1; }
          .img2 { grid-area: img2; } /* Big tiger image */
          .img3 { grid-area: img3; }
          .img4 { grid-area: img4; }
          .img5 { grid-area: img5; }
          .img6 { grid-area: img6; }
      
          /* Responsive: stack on mobile */
          @media (max-width: 768px) {
            .gallery2 {
              grid-template-areas: 
                "img1"
                "img2"
                "img3"
                "img4"
                "img5"
                "img6";
              grid-template-columns: 1fr;
              grid-auto-rows: auto;
            }
          }
          .divied-in-col{
            column-count: 2;
        }
        @media (max-width:576px) {
          
            .divied-in-col{
                column-count: 1 !important;
            }
            #form-data-cal
            {
            height:auto !important;
            border-radius: 0px !important;
            margin-top: -16px;
            }
            .fc .fc-toolbar-title
            {
                padding: 3px !important;
            }
          #safari_timing{
            padding: 0px !important;
          }
          section {
            margin-top: 22px !important;
            margin-bottom: 30px !important;
        }
        .feature-box {
            border-right:none !important;
            padding-right:0px !important;
        }
        .feature-showcase {
            padding: 0px 0 !important;
        }
        }
        .modal-header{
            border-bottom: 0px !important;
        }
        #form-data-cal
        {
            height:352.6px;
            border-radius:0px 5px 5px 0px;
        }
        #payment .btn-previous {
            border-radius: 25px;
            border: 1px solid #ccc;
            padding: 8px 20px;
            background: #fff;
        }
        #payment .btn-cashfree {
            background-color: var(--main-color);
            color: #fff;
            border-radius: 25px;
            padding: 8px 20px;
            border: none;
        }
        .btn-cashfree-next {
            background-color: var(--main-color);
            color: #fff;
            border-radius: 25px;
            padding: 8px 20px;
            border: none;
        }

        
        .btn-check:focus+.btn, .btn:focus {
            box-shadow:none !important;
        }
        .imp-rules>p{
padding: 10px;
margin-bottom: 16px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-left: 3px solid var(--main-color);
        }