@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&amp;display=swap');
html {
    font-size: 16px;
    scroll-behavior: smooth;
    overflow-x: hidden
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

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

.lightgrey {
    background: rgb(246, 248, 252);
}

.whitebg {
    background: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    background: var(--primarycolor);
    color: #fff;
    font-size: 20px;
    padding: 8px;
    border-radius: 10px;
}

.commonbox {
    background-color: #fff;
    border-radius: 0px;
    -webkit-box-shadow: 2px 2px 5px 0 #00000014;
    box-shadow: 2px 2px 5px 0 #00000014;
    padding: 15px 15px;
    border: 1px solid #c9c7c7;
}

.commonbox h2 {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.commonbox.tbpad {
    padding-top: 15px;
    padding-bottom: 15px;
}

.mobile-cta {
    display: none;
}

.pckframe {
    width: 100%;
    height: 100vh;
    padding-bottom: 5%;
}

.mobileshow,
.mobileheader {
    display: none;
}

.collapsing {
    transition: height .99s ease;
}

.menu-arrow {
    display: none !important;
}

.progressset {
    background: #f6f8fc00;
    position: fixed;
    top: 0;
    left: 0;
    height: 5px;
    z-index: 999;
    min-width: 100%;
}

.progressset.progressbg {
    background: #f6f8fc;
}

.pageprogress {
    transition: all linear 0.1s;
    min-width: 0%;
    height: 5px;
}

.box_inner ul {
    background: #f2f2f2;
}

.box_inner ul li {
    border-top: 1px solid rgb(255, 255, 255);
    padding: 7px 10px;
    font-size: 13px;
}

header {
    padding: 15px 10px;
    background: #ffffff;
}

header h1 {
    font-size: 1.8rem;
    font-weight: 700;
}

header p {
    font-size: 1rem;
    margin-bottom: 0;
}

header ul {
    padding: 0;
    text-align: right;
    list-style: none;
    font-family: arial;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

header ul li a {
    font-size: 23px;
    color: #000;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo {
    display: block;
    text-align: left;
}

.logo img {
    width: 100%;
    border-radius: 10px;
}

header h2 {
    font-size: 28px;
    /* font-family: "Cinzel", serif; */
}

header p {
    font-size: 13px;
    line-height: 17px;
}

.menu {
    background: #dfb574;
    padding: 4px 0;
    display: none;
}

.homeicon {
    float: left;
    background: rgb(227 193 108 / 29%);
    padding: 8.5px 9px;
}

.homeicon img {
    width: 24px;
}

.menu ul.topmenu {
    list-style: none;
    padding: 0%;
    margin: 0%;
    text-align: left;
    float: left;
}

.menu ul.topmenu li {
    display: inline-block;
}

.menu ul.topmenu li a {
    padding: 0.5rem 0.7rem;
    display: block;
    color: #ffffff;
    font-weight: 400;
    text-transform: CAPITALIZE;
    font-size: 14px;
}

.menu ul.topmenu li a.is-current,
.menu ul.topmenu li.active a {
    background: #ffffff;
    border-radius: 100px;
    color: #dfb574;
}

.menu ul.topmenu li a:active {
    color: #fff;
    background: blue;
    border-color: blue;
}

.menu.has-sticky {
    display: block !important;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 16px;
    width: 100%;
    z-index: 99;
    top: 5px;
    animation: 0.35s ease-out 0s 1 normal none running slideDown;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0px);
    }
}

.menu ul.childmenu {
    text-align: right;
    border-top: 1px solid #fff;
    margin-bottom: 0;
    list-style: none;
}

.menu ul.childmenu li {
    display: inline-block;
}

.menu ul.childmenu a {
    padding: 0.5rem 0.7rem;
    display: block;
    color: #434242;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.homeslider {
    position: relative;
    margin-bottom: 30px;
}

.homeslide img {
    width: 100vw;
    height: 69vh;
    object-fit: cover;
    position: relative;
}

.homeslide .swiper-slide {
    position: relative;
}

.homeslide .swiper-slide:after {
    position: absolute;
    content: "";
    height: 100%;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 40%;
    background: linear-gradient(0deg, #141414, rgba(0, 0, 0, .78) 22.22%, rgba(0, 0, 0, .56) 46.84%, rgba(65, 65, 65, 0));
    pointer-events: none;
    margin-bottom: -2px;
}

.homeslide .swiper-button-prev,
.homeslide .swiper-button-next {
    background-color: rgba(0, 0, 0, .5);
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
}

.homeslide .swiper-button-prev {
    left: 100px;
}

.homeslide .swiper-button-next {
    right: 100px;
}

.homeslide .swiper-pagination-bullet {
    height: 3px;
    width: 15px;
    border-radius: 0px;
    background: #868786;
    transition: opacity .6s ease;
}

.homeslide .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    transition: opacity .6s ease;
}

.slidecontent {
    min-width: 536px;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 2;
    bottom: 43px;
    left: 50%;
    margin-left: -268px;
    box-sizing: border-box;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.slidecontent h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    margin-top: 17px;
    padding-right: 15px;
}

.slidecontent h3 span.slideoff {
    background: #ffba0a;
    padding: 0 12px;
    border-radius: 5px;
    color: #202020;
    font-weight: 500;
}

/* .slidecontent h3 span{padding: 0 4px; border-radius: 5px; color: #fcaf17; font-weight: 600;} */

.slidecontent h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
}

.slidecontent h2 span {
    color: #ffba0a;
    font-weight: 700;
    text-transform: uppercase;
}

.slidecontent .ctndraw {
    width: 100%;
    margin: 15px 0;
    min-height: 1px;
    background: linear-gradient(270deg, hsla(0, 0%, 100%, .05) -.13%, hsla(0, 0%, 88%, .05) 0, #fff 49.17%, hsla(0, 0%, 88%, .05));
}

.slidecontent .tprice {
    color: #e0e0e0;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.slidecontent .tprice .inprice {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    margin: 0 5px 0 10px;
}

.slidecontent .tprice .closeprice {
    color: #e0e0e0;
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;
    margin-right: 15px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

.slidecontent a {
    margin-top: 15px;
    width: 184px;
    height: 51px;
    line-height: 51px;
    border-radius: 40px;
    background: #2f4137;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-transform: capitalize;
}

.tourlist {
    padding: 40px 0 20px;
}

.tour {
    position: relative;
}

.tourctn {
    z-index: 1;
    position: absolute;
    bottom: 0;
    padding: 15px;
    width: 100%;
}

.tour .tourimage img {
    border-radius: 10px;
    width: 100%;
    height: 510px;
}

.duration ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.duration li {
    color: #fff;
    font-size: 13px;
    line-height: 21px;
}

.duration li svg {
    margin-top: -10px;
}

.tourctn h2 {
    line-height: 23px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 5px;
}

.tourctn .drawline {
    margin: 15px 0 5px;
    min-height: 1px;
    width: 100%;
    background: linear-gradient(270deg, hsla(0, 0%, 100%, .05) -.13%, hsla(0, 0%, 88%, .05) 0, #fff 49.17%, hsla(0, 0%, 88%, .05));
}

.tourprice ul {
    display: flex;
    justify-content: flex-start;
}

.tourprice ul li:first-child {
    padding-left: 0;
    text-decoration: line-through;
    font-weight: 400;
}

.tourprice ul li {
    color: #fff;
    font-weight: 600;
    padding-left: 10px;
    font-size: 18px;
    line-height: 27px;
}

.tourbtn ul {
    padding-top: 1rem;
}

.tourbtn li {
    text-align: center;
    display: inline-block;
}

.tourbtn li a {
    display: block;
    height: 51px;
    width: 51px;
    line-height: 51px;
    border-radius: 7px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.tourbtn li:nth-child(2) a {
    background: #fff;
    color: #202020;
    width: 100%;
}

.tourbtn li:first-child {
    width: 51px;
    margin-right: 5px;
}

.tourbtn li:nth-child(2) {
    width: calc(100% - 121px);
}

.tourbtn li:nth-child(3) {
    width: 51px;
    margin-left: 5px;
}

.tourlistslider .swiper-wrapper,
.tourpackagelist .swiper-wrapper {
    margin-bottom: 2rem;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2f4137;
}

.getoffer {
    padding-bottom: 30px;
}

.offer_bg {
    text-align: center;
    position: relative;
}

.offer_bg img {
    border-radius: 10px;
    width: 1320px;
    height: 220px
}

.offerctn {
    position: absolute;
    left: 16px;
    top: 0;
    width: 50%;
    height: 100%;
    text-align: left;
    padding: 16px 20px;
}

.offerctn h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
}

.offerctn p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
}

.offerctn a {
    background: #fff;
    color: #2f4137;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 24px;
    display: block;
    width: 162px;
}

.holiday_market {
    background: #fff;
    padding: 30px 0px;
}

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

.holidaypoint ul li {
    float: left;
    width: 33.33%;
    text-align: center;
    margin-top: 20px;
}

.holidaypoint ul li img {
    width: 48px;
    height: 48px;
}

.holidaypoint h3 {
    text-align: center;
    font-size: 21px;
}

.holidaypoint p {
    margin-bottom: 0;
}

.holidaypoint.bdfrgt ul {
    border-left: 1px dotted;
}

.reviewlist {
    padding: 30px 0px;
}

.reviewlist h2 {
    text-align: center;
    margin-bottom: 1rem;
}

.svgfile {
    margin-bottom: 1rem;
}

.revexc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.revstar img {
    width: 30px;
}

.glogo img {
    width: 110px;
    margin: 0px auto;
}

.revexc p {
    font-size: 13px;
    margin-top: 10px;
}

.reviewpoint {
    background: #fff;
    padding: 15px;
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .13), 0 0 2px 0 rgba(0, 0, 0, .05);
    margin: 20px 5px;
    position: relative;
    transition: transform 300ms ease-out;
    display: flex;
    flex-direction: column-reverse;
    border-radius: 10px;
}

.reviewpoint:hover {
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

/* .reviewpoint:before{display: block; content: ""; background: url(../images/gicon.svg) no-repeat; background-size: 20px 20px;width: 20px;height: 20px; position: absolute;right: 10px;} */

.reviewpoint1 .swiper-wrapper {
    margin-bottom: 1rem;
}

.reviewpic {
    display: flex;
    margin-top: 1rem;
}

.reviewpic img {
    width: 40px;
    height: 40px;
    margin-right: 2%;
}

.reviewpic .name {
    color: #000;
    font-weight: 600;
    font-size: 13px;
}

.reviewpic .name small {
    display: block;
    font-weight: 400;
    font-size: 10px;
}

.starimg img {
    width: 17px;
}

.reviewpoint i.fa-star {
    color: #fb8e28;
    font-size: 1.2rem;
}

.reviewpoint .reviewctn {
    font-size: 15px;
    /* font-size: 0.6rem; */
    min-height: 100px;
    /* overflow-y: scroll; */
    font-weight: 500;
}

.recommended {
    padding: 30px 0;
}

.recommend_box {
    background: #fff;
    padding: 10px;
    border: 1px solid #e9cd7e;
    border-radius: 10px;
}

.tourbox {
    margin-bottom: 1rem;
}

.tourbox img {
    width: 15px;
}

.tourbox span {
    text-transform: uppercase;
    font-size: .7rem;
    font-weight: 500;
}

.recommend_box h2 {
    font-size: 18px;
    font-weight: 600;
}

.tdetails img {
    width: 10px;
}

.tdetails p {
    font-size: .7rem;
}

.tourimg {
    position: relative;
}

.tourimg img {
    border-radius: 12px;
    height: 240px;
    width: 100%;
    object-fit: cover;
}

.tourimg span.days {
    background: #000;
    color: #fff;
    position: absolute;
    right: 5px;
    z-index: 1;
    font-size: 11px;
    top: -10px;
    padding: 5px 15px;
    border-radius: 13px;
}

.specialoffer {
    margin-top: 1rem;
    font-size: .9rem;
}

#popupmodel .modelclosebtn {
    position: absolute;
    right: 0px;
    top: -11px;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #000;
    border-radius: 100%;
    text-align: center;
    line-height: 33px;
    box-shadow: 0 -5px 15px rgba(82, 82, 82, .5);
    z-index: 2;
}

#popupmodel .modelclosebtn .btn-close {
    transition: all .2s ease-in-out;
    font-size: 13px;
}

#popupmodel .modelclosebtn .btn-close:hover {
    transform: rotate(90deg);
    color: #000;
    font-size: 14px;
}

.mainform h3 {
    color: #202020;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 3px;
}

.mainform h3 span {
    color: #fcaf17;
    font-weight: 600;
    margin-left: 5px;
}

.mainform p {
    color: #515151;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.mainform label {
    font-size: 14px;
    color: #cbcbcb;
    transition: all .1s linear;
}

.mainform label span {
    color: red;
}

.mainform .form-control:focus {
    box-shadow: none;
    border-color: #dee2e6;
}

.mainform .input-group-text {
    background: transparent;
    width: 14%;
    margin-right: 2%;
    border-radius: 5px;
}

.mainform .input-group input {
    border-radius: 5px;
}

.mainform textarea {
    height: 82px;
    margin-bottom: 11px;
}

.mainform input[type=submit] {
    border-radius: 7px;
    background: #2f4137;
    width: 100%;
    height: 51px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all .1s linear;
    border: 0;
    text-decoration: none;
}

.mainform .form-floating,
.mainform .input-group-text {
    margin-bottom: 11px;
}

.mainform .form-floating .form-control {
    height: 52px;
    min-height: 52px;
    padding: .7rem .75rem 0;
    font-size: 14px;
}

.tourpackage {
    padding: 50px 0 30px;
}

.tourtitle h2 {
    line-height: 33px;
    font-weight: 600;
    color: #202020;
    text-transform: capitalize;
    margin-bottom: 20px;
    text-align: center;
}

.tourtitle h3 {
    line-height: 27px;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #515151;
    text-transform: capitalize;
    margin-top: 0;
}

.tpcakage {
    border: 1px solid #eeeeee;
    /* box-shadow: 2px 2px 5px 0 #00000014; */
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: 25px;
    background: #f4f4f4;
}

.tpcakage img {
    border-radius: 10px;
    width: 100%;
    height: 235px;
    object-fit: cover;
    cursor: pointer;
    object-position: center;
}

.tpcakage .dayscount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 9;
    width: 100%;
    /* background: rgb(237 237 237 / 79%); */
    /* padding: 10px 10px; */
    border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    color: #000000;
    font-weight: 500;
    font-size: 15px;
    /* border: 1px solid #dfdfdf; */
    flex-direction: row-reverse;
}

.tpcakage li .dcount {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
}

.tpcakage .dayscount svg {
    margin-top: -8px;
}

.tpcakage .dayscount .rating {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin: 0 5px 0px 0px;
}

.tpcakage li span {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
}

.tpcakage h2 {
    color: #202020;
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 10px;
}

.ilternarylist {
    /* background: linear-gradient(180deg, rgba(255, 186, 10, .1), rgba(255, 186, 10, 0)); */
    font-size: 13px;
    margin: 3px 0px 10px;
    /* height: 36px; */
    font-weight: 400;
}

.tamenities {
    margin-top: 15px;
}

.tamenities ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0;
    overflow-y: hidden;
    /* border: 1px solid #e3e3e3; */
    /* border-radius: 4px; */
    /* padding: 10px; */
}

.tamenities ul li {
    /* flex: 0 0 56px; */
    border: 1px solid #e3e3e3;
    padding: 6px 0px;
    border-radius: 10px;
    width: 24%;
    background: #ffffff;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.tamenities ul li img {
    width: 27px;
    height: 27px;
    object-fit: inherit;
}

.tamenities ul li p {
    margin-bottom: 0;
    font-size: 10px;
    /* height: 50px; */
    font-weight: 500;
}

.tpcakage .tprice {
    display: flex;
    justify-content: flex-start;
    gap: 3px;
    align-items: center;
}

.tpcakage .tprice .mprice {
    color: #202020;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-right: 5px;
}

.tpcakage .tprice .sprice {
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-decoration-line: line-through;
}

.tbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.packagebtn a {
    border: 1px solid #18415e;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100px;
    background: #18415e;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.packagebtn a svg path {
    color: #ffffff;
    fill: #fff !important;
     !I;
     !;
}

.packagerequest a {
    background: #dfb574;
    color: #fff;
    display: block;
    /* height: 40px; */
    /* line-height: 40px; */
    width: 100%;
    text-align: center;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
}

.packagerequest {
    display: inline-block;
    padding: 0px 10px;
    width: calc(100% - 100px);
    /* display: none; */
    height: 43px;
    line-height: 43px;
}

.packagebtn {
    width: 40px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    /* border-radius: 100px; */
}

.tslide .swiper-button-prev,
.tslide .swiper-button-next {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    opacity: 0;
    transition: opacity .2s linear;
}

.tslide:hover .swiper-button-prev,
.tslide:hover .swiper-button-next {
    opacity: 1;
}

.tslide .swiper-button-prev:after,
.tslide .swiper-button-next:after {
    color: #637075;
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 15px;
    text-align: center;
}

.tslide .swiper-pagination-bullet {
    background-color: #fff;
    opacity: .5;
}

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

.details_form {
    background: #8c8c8c;
    padding: 18px 10px
}

.details_form p {
    margin-bottom: 0;
    font-size: 13px;
    color: #fff
}

.details_form input {
    height: 38px
}

.details_form .btn {
    line-height: .5
}

.details_form img {
    /* margin-bottom: 5px; */
}

.details_form .input-group-text {
    padding: 4px;
    font-size: .8rem;
    border-radius: 5px 0 0 5px;
}

.form-number {
    background: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 0 5px 0 0;
    color: #b3b3b3;
    line-height: 40px;
    height: 38px;
    border: 1px solid #c9c9c9
}

.details_form img {
    width: 23px;
    height: 30px;
    object-fit: contain;
}

#book-online {
    padding: 20px 0px;
    position: relative;
}

.why-book {
    border-right: 1px dotted rgb(51, 51, 51);
    text-align: center;
    margin: 20px 0px;
    height: 70%;
    padding: 0px 20px;
}

.why-book img {
    margin-bottom: 10px;
    filter: hue-rotate(119deg);
    width: 35px;
}

.why-book h4 {
    color: rgb(80 109 220);
    font-size: 19px;
}

.why-book p {
    font-size: 16px;
}

.how-it-work {
    padding: 20px 0px;
}

.elementor-widget-container {
    padding: 25px;
    text-align: center;
}

.ha-steps-icon {
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
    padding: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 46px;
    height: 150px;
    width: 150px;
    background: rgb(80 109 220);
}

.ha-step-arrow {
    width: 60px;
    border-color: rgb(155, 155, 155);
}

.ha-steps-icon img {
    width: 70px;
}

.ha-steps-icon .ha-steps-label {
    position: absolute;
    top: 5px;
    right: 0px;
    overflow: hidden;
    padding: 8px 10px;
    max-width: 200%;
    border: 3px solid rgb(255, 255, 255);
    border-radius: 20px;
    color: rgb(255, 255, 255);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1;
}

.ha-steps-title {
    margin-bottom: 10px;
    color: rgb(49, 62, 100);
    font-size: 17px;
    letter-spacing: 0.6px;
    font-weight: 900;
}

.ha-step-description {
    color: rgb(46, 46, 46);
    font-size: .8rem;
}

.ha-steps-label {
    color: rgb(49, 62, 100);
    background: rgb(255, 199, 80);
}

.place {
    padding-bottom: 30px;
}

#pills-tab button.active {
    background: linear-gradient(to right, #8A19E2, #0094DA) !important;
    /* font-weight: 600 !important; */
    color: #fff;
}

#pills-tab button {
    margin-right: 10px;
    border: 1px solid transparent;
    border-radius: 20px !important;
    background: linear-gradient(to right, white, white), linear-gradient(to right, #8A19E2, #0094DA);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    padding: 0px 20px;
    border-radius: 50px;
    width: auto !important;
    height: 31px;
    font-weight: bold;
    color: #000;
    font-weight: 300;
}

.place-inner {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e4e4e4;
}

.place-content {
    padding: 10px;
    background: #fff;
}

.place-content h4 {
    font-size: 15px;
    font-weight: 800;
}

footer {
    padding: 3rem 0 0;
    background: #373737;
}

footer h3 {
    color: #eb5976;
    border-bottom: 1px solid #757575;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
}

footer h5 {
    color: #c9c9c9;
    margin-bottom: 0;
    font-size: 1rem;
}

footer .footerfirst ul {
    margin-top: 1rem;
    padding-left: 0;
    list-style: none;
}

footer .footerfirst ul li {
    margin-bottom: 1rem;
}

footer .footerfirst ul li a {
    color: #757575;
}

footer .footerfirst ul li a i {
    margin-right: 0.6rem;
}

footer h6 {
    color: #f9f9f9
}

footer .approved img {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 10px
}

footer .accept img {
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 100%
}

.disclamier {
    background: #363636;
}

.disclamier p {
    margin-top: 10px;
    text-align: center;
    color: #000;
    /* padding: 10px; */
    font-size: .9rem;
    margin-bottom: 0;
}

.copyright p {
    text-align: left;
    color: #fff;
    padding: 10px 0;
}

.modal-overlay.slideuppopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.modal-content.slideupcontent {
    background-color: #e1e1e1;
    height: 100vh !important;
    width: 70%;
    padding: 1px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    bottom: 0;
    right: 0;
}

.close-btn {
    position: absolute;
    top: 341px;
    left: -57px;
    padding: 2px;
    cursor: pointer;
    font-size: 26px;
    color: #fff;
    border-radius: initial;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 10px auto;
    background-color: #000;
    border-radius: 30px;
}

#backgroundOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9998;
}

@keyframes slideIn {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes slideOut {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(100%);
    }
}

@keyframes slideleft {
    from {
        transform: translateX(+100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes slideleftOut {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(+100%);
    }
}

.whyus .modeltitle {
    text-align: center;
    padding: 10px;
    background: #F2EAD3;
    color: #121212;
    padding-top: 10px;
    border-radius: 6px 6px 0px 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #d1cbcb;
    text-transform: uppercase;
    font-size: 28px;
}

.scrollfix {
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 7%;
}

.packageenquiry {
    position: fixed;
    width: 100%;
    max-width: 23%;
    top: 50%;
    box-sizing: border-box;
    padding: 5px 10px;
    margin-top: -184px
}

.packageenquiry input,
.packageenquiry textarea {
    margin-bottom: 4px;
    font-size: 14px;
}

.packageenquiry img {
    width: 21px;
}

.packageenquiry .form-number {
    height: 35px;
}

.packageenquiry h3 {
    font-size: 1rem;
    text-align: center
}

.packageenquiry p {
    font-size: 13px;
    text-align: center
}

.guestgallery {
    padding: 20px 0px;
    background: #f9f9f9;
}

.guestgallery h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #212221;
    font-size: 28px;
}

.galleryguest img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.galleryguest .swiper-wrapper {
    margin-bottom: 40px;
}

.bestchoose {
    padding: 30px 0px;
}

.bestchoose h2 {
    text-align: center;
    margin-bottom: 30px;
}

.featured-item {
    /* text-align: center; */
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.featured-item h4 {
    font-size: 18px;
    /* margin-top: 15px; */
}

.featured-item p {
    margin-bottom: 0;
    font-size: 13px;
}

.popular {
    padding: 35px 0;
    background: #4d4d4d;
}

.popular h2 {
    color: #fff;
    text-align: center;
    /* font-size: 22px; */
    margin-bottom: 30px;
    text-transform: capitalize;
}

.popular p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
}

.popularbox {
    background: #fff;
    border-radius: 12px;
    position: relative;
    padding: 2px;
}

.popularbox img {
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
    height: 200px;
}

.popularbox h4 {
    padding: 5px 10px;
    font-size: 13px;
    color: #25272c;
    /* padding-bottom: 10px; */
    /* margin-bottom: 40px; */
    /* position: absolute; */
    left: 50%;
    background: #ffffffde;
    bottom: 10px;
    /* transform: translate(-50%, 10px); */
    /* width: max-content; */
    border-radius: 18px;
    text-align: center;
    margin-bottom: 0;
}

.popularbox p {
    color: #25272c;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding: 0px 15px 15px;
    height: 170px;
}

.brands,
.villaexperience {
    padding: 20px 0;
}

.experiencebox {
    display: flex;
    margin-bottom: 50px;
}

.experienceimage {
    flex: 0 0 50%;
    max-width: 50%;
}

.experienceimage img {
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
}

.experiencectn {
    flex: 0 0 50%;
    max-width: 50%;
    border: 1px solid #f1f1f1;
    padding: 0 30px 0 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
}

.experiencectn h3 {
    font-family: "Athelas Regular";
    font-size: 50px;
    color: #2b2b2b;
    margin-bottom: 25px;
}

.experiencectn p {
    font-size: 15px;
    color: #2b2b2b;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
}

.experiencebox.bdrchnage .experienceimage img {
    border-radius: 0px 10px 10px 0;
    -webkit-border-radius: 0px 10px 10px 0;
    -moz-border-radius: 0px 10px 10px 0;
}

.experiencebox.bdrchnage .experiencectn {
    border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
}

.progresscounter {
    text-align: center;
    padding: 50px 0;
}

.progresscounter h2 {
    margin-bottom: 2rem;
}

.progresscounter h4 {
    color: #282828;
    font-size: 18px;
    margin-top: 1rem
}

.progresscounter p {
    font-size: 13px;
}

.stepworld {
    background: #000;
    padding: 100px 0;
}

.stepworld .stepone h2 {
    font-size: 34px;
    color: #A37D2D;
    text-transform: uppercase;
    font-family: "Cinzel", serif;
    line-height: 43px;
}

.stepworld .stepone p {
    color: rgb(255 255 255 / .6);
    font-size: 13px;
}

.stepworld ul {
    text-align: center;
}

.stepworld ul li {
    display: inline-block;
    width: 23%;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 2px rgb(163 125 45 / .2);
    transition: color 0.25s;
    border-radius: 10px;
    padding: 18px;
    margin: 0px 5px 15px;
    position: relative;
}

.stepworld ul li:hover:before {
    content: "";
    display: block;
    color: #A37D2D;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    border-radius: 10px;
    border-top-color: rgb(163 125 45 / .7);
    border-right-color: rgb(163 125 45 / .7);
}

.stepworld ul li:hover:after {
    content: '';
    position: absolute;
    box-sizing: inherit;
    width: 0;
    height: 0;
    border: 2px solid #fff0;
    border-radius: 10px;
}

.stepworld ul li img {
    width: 79px;
    height: 70px;
}

.stepworld ul li p {
    margin-top: 20px;
    color: rgb(255 255 255 / .6);
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
}

.highlight {
    padding: 30px 0;
}

.highlight ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0px 6px;
    justify-content: center;
}

.highlight ul li {
    /* flex: 0 0 32.33%; */
    display: flex;
    /* gap: 10px; */
    align-items: center;
    justify-content: center;
    width: 16%;
    border: 1px solid #00000012;
    padding: 15px 1px;
    margin-bottom: 9px;
    border-radius: 10px;
    background: #8484840f;
    flex-direction: column;
    text-align: center;
}

.highlight ul li img {
    width: 31px;
    margin-right: 10px;
}

.highlight ul li p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
    /* margin-top: 10px; */
}

.popupmenu {
    position: sticky;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999;
}

.popupmenu ul {
    border-bottom: .7px solid #bababa;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popupmenu ul li a {
    color: #4a4a4a;
    padding: 11px 15px 11px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.popupmenu ul li a.is-current {
    border-bottom: 2px solid #0084ff;
    color: #0084ff;
}

.villadetails {
    padding: 10px 10px;
}

.villadetails .t3 {
    color: #4a4a4a;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
}

.entire ul {
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.entire ul li {
    display: flex;
    gap: 10px;
}

.entire ul li img {
    width: 15px;
    height: 20px;
}

.entire ul li h6 {
    color: #4a4a4a;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
}

.entire ul li p {
    margin-bottom: 0;
    font-size: 12px;
}

.aboutvilla {
    padding-top: 30px;
}

.aboutvilla p {
    font-size: 12px;
    font-weight: 600;
}

.aboutvilla ul {
    list-style: disc;
    padding-left: 20px;
}

.aboutvilla li {
    font-size: 14px;
    padding-bottom: 5px;
}

.highlightbox {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.highlightbox .hightlist {
    background-color: #EDF6FF;
    border: 1px solid #c8e6ff;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    flex: 0 0 150px;
}

.highlightbox .hightlist p {
    margin-bottom: 0;
    font-size: 11px;
    margin-top: 7px;
}

.fooddining {
    padding-top: 30px;
}

.fooddining .fdining {
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.fooddining .fdining h5 {
    font-size: 16px;
    padding-bottom: 5px;
}

.villalocation {
    padding-top: 40px;
}

.villalocation button:focus {
    box-shadow: none;
}

.villalocation .locvilinner p {
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #f5f4f4;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.amenitiespopup {
    padding-top: 30px;
    padding-bottom: 30px;
}

.amenitiespopup .amentbox {}

.amenitiespopup .amentbox ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.amenitiespopup .amentbox ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 50%;
    padding-bottom: 10px;
}

.amenitiespopup .amentbox ul li img {
    border: 1px solid #aad9ff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px;
}

.amenitiespopup .boxlist {
    padding-top: 20px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.amenitiespopup .boxlist .amenbox {
    flex: 0 0 47%;
}

.amenitiespopup .boxlist .amenbox h5 {
    font-size: 18px;
    padding-bottom: 10px;
}

.amenitiespopup .boxlist .amenbox ul {
    list-style: none;
    padding: 10px;
    background: #fff;
}

.vilatoggle {
    border: 1px solid #dee2e6;
}

.vilatoggle button {
    background: #fff;
    border: 0;
    padding: 16px;
    width: 100%;
    text-align: left;
    background: #f6f8fc;
    border-radius: 6px 6px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vilatoggle .locvilinner {
    padding: 20px;
    border-radius: 0px 0px 10px 10px;
}

.floatingwhatsapp,
.floatingcall {
    position: fixed;
    right: 10px;
    bottom: 40px;
    z-index: 99999;
}

.floatingcall {
    right: inherit;
    left: 10px;
}

.floatingwhatsapp a,
.floatingcall a {
    display: block;
    width: 100px;
    text-align: center;
    color: #000;
}

.floatingwhatsapp a img,
.floatingcall a img {
    width: 55px;
    margin-bottom: 6px;
}

.floatingwhatsapp p,
.floatingcall p {
    margin-bottom: 0;
    background: #fff;
    padding: 3px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
    box-shadow: 4px 5px 4px rgba(0, 0, 0, 0.2);
}

.sc-heading.style-02 .head-button a {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}

.sc-heading.style-02 .head-button a:after {
    float: right;
    content: '';
    position: relative;
    width: 60px;
    height: 2px;
    display: block;
    margin: 11px 10px 0 20px;
    background: red;
}

.sc-heading.style-02 .head-button {
    margin-top: 20px;
    text-align: right;
}

.sc-img-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

section.about {
    padding: 50px 0 0px;
}

.sc-heading.style-02 h2 {
    /* font-size: 33px; */
    text-transform: capitalize;
    /* font-weight: 800; */
    line-height: 33px;
    font-weight: 600;
    color: #202020;
    text-transform: capitalize;
    /* margin-bottom: 20px; */
    /* text-align: center; */
}

box_facilities.no-border {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.box_facilities.no-border img {
    width: 70px;
}

.border-box .box_facilities.no-border {
    border: 1px solid #0000000f;
    padding: 16px;
    border-radius: 10px;
    background: #f7f7f7c9;
    margin-bottom: 50px;
}

.box_facilities.no-border h3 {
    font-size: 20px;
    margin-top: 10px;
}

.box_facilities.no-border {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.mainbg {
    background: url(../images/banner.webp) #0000004f;
    background-size: cover;
    min-height: 600px;
    /* padding: 4rem 0; */
    position: relative;
    background-blend-mode: multiply;
    background-position: center;
}

.sliderform {
    margin-left: auto;
    background-color: #ffffff;
    width: 373px;
    border-radius: 16px;
    padding: 20px 24px;
    border: 3px solid #dfb574;
}

.sliderform h3 {
    font-size: 19px;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 600;
}

.sliderform img {
    width: 25px
}

.sliderform label {
    display: block;
    font-size: .9rem;
    text-transform: uppercase;
    color: #161616;
    margin-bottom: 5px
}

.sliderform input,
.sliderform select {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    font-weight: 400;
    font-size: .8rem;
    line-height: 24px;
    padding: 9px 10px;
    display: block;
    width: 100%;
    margin-bottom: .7rem
}

.sliderform .input-group-text {
    padding: 8.5px 10px
}

.sliderform input[type=submit] {
    background: #dfb574;
    border-color: #038961;
    color: #fff;
    text-transform: uppercase;
    border-radius: 100px;
}

.slider_ctn h2 {
    font-size: 46px;
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 7px 6px rgba(0, 0, 0, .4);
    text-transform: uppercase;
}

.slider_ctn p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.review_list span {
    font-size: 1.7rem;
    font-weight: 600;
    color: #fff
}

.review_list i {
    color: #ffcc13;
    font-size: 1.7rem
}

.trusrcard {
    background-color: rgba(4, 4, 4, .5);
    padding: 20px 30px;
    /* position: absolute; */
    left: 0;
    bottom: 15%;
    border-radius: 0 80px 80px 0;
    width: 100%;
    max-width: calc(100% - 40%)
}

.trusrcard ul {
    padding: 0;
    margin: 0
}

.trusrcard ul li {
    display: inline-block;
    text-align: center;
    width: 19.33%
}

.trusrcard ul li img {
    height: 40px;
    object-fit: contain;
    width: 50px
}

.trusrcard h5 {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
    margin-top: 10px
}

.slider_ctn h6 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
}

.rating-box {
    display: flex;
    align-items: center;
}

.mobile-cta,
.mobileheader,
.mobileshow,
.mobshow {
    display: none;
}

.mainbg {
    position: relative;
    margin: 5px;
    border-radius: 10px;
    overflow: hidden;
}

.banner-slider img {
    width: 100%;
}

.banner-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    background: #00000070;
}

.packagebtn a svg {
    width: 17px;
    /* height: 40px; */
    /* margin-right: 5px; */
}

.tpcakage .dayscount .rating img {
    display: inline-block;
    width: 20px;
    height: 100%;
    filter: invert(1);
}

.featured-item img {
    width: 50px;
    margin-right: 16px;
}

.seen-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #c7ffad;
}

.seen-slider .swiper-pagination-bullet {
    background-color: #fff;
    border: 1px solid #fff;
}

.phone-icon {
    position: relative;
    margin-right: 10px;
}

.c-white {
    color: #dfb574 !important;
}

.bgc-blue {
    /* background-color: #ec6502 !important; */
}

.circle {
    border-radius: 50%
}

.phone-icon .icon:after {
    background-color: transparent;
    border: 1px solid #dfb574;
    opacity: .5;
    animation: 1.2s ease-in-out infinite ring-circle-anim
}

.phone-icon .icon:before {
    background-color: #dfb574;
    border: none;
    animation: 2.3s ease-in-out infinite ring-circle-fill-anim
}

.osc-rotation {
    box-sizing: border-box;
    animation: 1s ease-in-out infinite oscillate-rotation;
    transform-origin: 50% 50%
}

.phone-icon .icon,
.phone-icon {
    width: 30px;
    height: 30px;
}

.phone-icon .icon:after,
.phone-icon .icon:before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    border-radius: 50%;
    transition: .5s;
    transform-origin: 50% 50%;
    position: absolute;
}

@keyframes ring-circle-anim {
    0% {
        transform: rotate(0) scale(1.1) skew(0);
        opacity: 0
    }
    30% {
        transform: rotate(0) scale(1.5) skew(0);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1.7) skew(0);
        opacity: .1
    }
}

@keyframes ring-circle-fill-anim {
    0% {
        transform: rotate(0) scale(1) skew(0);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1.4) skew(0);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(1.1) skew(0);
        opacity: .2
    }
}

@keyframes oscillate-rotation {
    0%,
    100%,
    50% {
        transform: rotate(0) scale(1) skew(0)
    }
    10%,
    30% {
        transform: rotate(-25deg) scale(1) skew(0)
    }
    20%,
    40% {
        transform: rotate(25deg) scale(1) skew(0)
    }
}

.phone-icon .icon {
    font-size: 13px;
    text-rendering: optimizeLegibility;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-btn-group {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.contact-btn-group a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-call {
    background: #0d6efd;
}

.btn-call:hover {
    background: #084298;
}

.btn-whatsapp {
    background: #25D366;
}

.btn-whatsapp:hover {
    background: #1da851;
}

.tpcakage .dayscount li {
    border: 1px solid #dcdcdc;
    padding: 5px 10px;
    border-radius: 7px;
    background: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.tbtn div:last-child a {
    background-color: #25D366;
    border-color: #25D366;
}

.tbtn div:first-child a {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.offer-cta {
    background: #4d4d4d;
    padding: 50px 0px;
    text-align: center;
    color: #fff;
}

.offer-badge {
    display: inline-block;
    background: #ffc107;
    color: #000;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px;
    margin-bottom: 15px;
}

.offer-cta h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 12px;
}

.offer-cta p {
    font-size: 16px;
    max-width: 720px;
    margin: 0 auto 35px;
    line-height: 1.6;
}

.cta-btn-group {
    display: flex;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
}

.cta-btn.call {
    background: #0d6efd;
}

.cta-btn.call:hover {
    background: #084298;
}

.cta-btn.whatsapp {
    background: #25D366;
}

.cta-btn.whatsapp:hover {
    background: #1da851;
}

.description p {
    font-size: 15px;
}

.box_facilities.no-border p {
    font-size: 15px;
}

.why-choose-us-sec {
    padding: 50px 0;
    background: #f6f8f7;
}

.why-choose-us-sec .description {
    max-width: 700px;
    margin: 10px auto 0;
    font-size: 15px;
    color: #555;
}

.why-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 14px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.why-card .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #dfb574;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-card .icon i {
    font-size: 32px;
    color: #fff;
}

.why-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

.why-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
}

.compare-sec {
    padding: 80px 0;
    background: #ffffff;
}

.compare-table {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.compare-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.compare-row.head {
    background: #dfdfdf;
    color: #fff;
    font-weight: 700;
    /* font-size: 23px !important; */
}

.compare-row .col {
    padding: 18px 20px;
    font-size: 14px;
}

.compare-row .feature {
    font-weight: 600;
    color: #6a6a6a;
}

.compare-row .us {
    color: #1a7f37 !important;
    font-weight: 600;
}

.compare-row .others {
    color: #b02a37 !important;
}

.compare-row i.fa-check {
    color: #1a7f37;
    margin-right: 6px;
}

.compare-row i.fa-times {
    color: #b02a37;
    margin-right: 6px;
}

/* Mobile */

@media(max-width:768px) {
    .compare-row {
        /* grid-template-columns: 1fr; */
        text-align: left;
    }
    .compare-row.head {
        /* display: none; */
    }
    .compare-row .col {
        /* border-bottom: 1px dashed #eee; */
        padding: 10px;
        font-size: 14px !important;
        width: auto;
    }
}

.compare-row.head .col {
    font-size: 17px;
    color: #000;
}

.booking-process-sec {
    padding: 50px 0;
    background: #f6f8f7;
}

.booking-process-sec .description {
    max-width: 650px;
    margin: 10px auto 0;
    font-size: 15px;
    color: #555;
}

.process-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 14px;
    text-align: center;
    height: 100%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
}

.process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.process-card .step {
    position: absolute;
    top: -15px;
    left: 20px;
    background: #000000;
    color: #fff;
    padding: 6px 24px;
    font-size: 18px;
    border-radius: 30px;
    font-weight: 600;
}

.process-card .icon {
    width: 70px;
    height: 70px;
    margin: 20px auto 18px;
    border-radius: 50%;
    background: #dfb574;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-card .icon i {
    font-size: 32px;
    color: #fff;
}

.process-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

.process-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* CTA Buttons */

.process-cta a {
    display: inline-block;
    margin: 8px;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-call {
    background: #0e6dfc;
    color: #fff;
}

.btn-call:hover {
    background: #1f2d25;
}

.btn-whatsapp {
    background: #25D366;
    color: #fff;
}

.btn-whatsapp:hover {
    background: #1ebe5d;
}

.highlight ul li i {
    font-size: 32px;
    color: #dfb574;
    margin-bottom: 8px;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

.reviewlist {
    padding: 50px 0;
    background: #f6f8f7;
}

.section-title h2 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 8px;
}

.section-title p {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
}

.reviewpoint {
    background: #fff;
    padding: 30px 25px;
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.reviewpic {
    display: flex;
    align-items: center;
    gap: 2px;
    /* margin-bottom: 12px; */
}

.reviewpic img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.reviewpic .name {
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

.reviewpic .name small {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #777;
}

.starimg {
    margin: 8px 0 12px;
}

.starimg i {
    color: #f5b50a;
    font-size: 14px;
    margin-right: 2px;
}

.reviewctn {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

/* Swiper Pagination */

.reviewlist .swiper-pagination-bullet {
    background: #c1c1c1;
    opacity: 1;
}

.reviewlist .swiper-pagination-bullet-active {
    background: #2f4137;
}

/* Mobile */

@media(max-width:768px) {
    .section-title h2 {
        font-size: 26px;
    }
}

/* ===== FOOTER MAIN ===== */

footer.heading_color {
    background: #1a1b1b;
    color: #fff;
    padding-top: 50px;
    font-size: 14px;
}

footer.heading_color h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

/* ===== FOOTER LIST ===== */

footer.heading_color ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer.heading_color ul li {
    margin-bottom: 10px;
}

footer.heading_color ul li a {
    color: #dcdcdc;
    text-decoration: none;
    font-size: 14px;
}

footer.heading_color ul li a:hover {
    color: #fff;
}

/* ===== FOOTER FIRST COLUMN ===== */

.footerfirst {
    /* margin-bottom: 30px; */
}

/* ===== FOOTER FORM ===== */

.details_form {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
}

.details_form .input-group-text {
    background: #f1f1f1;
    border: none;
}

.details_form input.form-control {
    font-size: 14px;
    border-radius: 0 6px 6px 0;
    border: 1px solid #e8e8e8;
}

.details_form .form-number {
    display: flex;
    align-items: center;
    padding: 0 10px;
    background: #f1f1f1;
    border: 1px solid #ddd;
    border-right: none;
    font-size: 14px;
}

.details_form .btn {
    background: #2f4137;
    border: none;
    font-weight: 600;
    padding: 10px;
    border-radius: 100px !important;
}

.details_form .btn:hover {
    background: #1f2d25;
}

/* ===== FOOTER BOTTOM ===== */

.footerbottom {
    background: #1a1b1b;
    margin-top: 40px;
}

/* ===== DISCLAIMER ===== */

.disclamier {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.disclamier p {
    color: #dcdcdc;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* ===== COPYRIGHT ===== */

.copyright {
    padding: 15px 0;
}

.copyright p {
    font-size: 13px;
    color: #ccc;
}

/* ===== RESPONSIVE ===== */

@media(max-width:768px) {
    footer.heading_color {
        text-align: center;
    }
    .details_form {
        margin-top: 20px;
    }
    .details_form .input-group {
        flex-wrap: nowrap;
    }
    footer.heading_color h3 {
        margin-top: 20px;
        text-align: left;
        border: none;
    }
}

.reach-sec {
    padding: 80px 15px;
    background: linear-gradient(120deg, #fdf6ec, #f5efe7);
}

.reach-container {
    /* max-width:1000px; */
    /* margin:auto; */
}

.reach-head {
    text-align: center;
    margin-bottom: 50px;
}

.reach-head span {
    letter-spacing: 2px;
    font-weight: 600;
    color: #b2853d;
    font-size: 13px;
}

.reach-head h2 {
    font-size: 40px;
    margin: 10px 0;
    color: #2b1d0f;
}

.reach-head p {
    max-width: 600px;
    margin: auto;
    color: #6d5b4b;
    font-size: 16px;
}

.reach-box {
    /* background:white; */
    /* border-radius:20px; */
    /* padding:40px; */
    /* box-shadow:0 30px 60px rgba(0,0,0,0.08); */
}

.reach-box h3 {
    font-size: 26px;
    margin-bottom: 30px;
    color: #2f1d0f;
    border-left: 5px solid #c49b63;
    padding-left: 15px;
}

.reach-list {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.reach-item {
    background: linear-gradient(145deg, #fff, #f7f2eb);
    border-radius: 14px;
    padding: 18px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: .3s;
    width: 32%;
    border: 1px solid #e3e3e3;
}

.reach-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.reach-item span {
    font-size: 16px;
    font-weight: 600;
    color: #3b2a18;
}

.reach-item strong {
    background: #2f1d0f;
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
}

@media(max-width:768px) {
    .reach-list {
        grid-template-columns: 1fr;
    }
    .reach-head h2 {
        font-size: 30px;
    }
}

.puri-about {
    padding: 80px 0;
    background: #f9f9f9;
}

.puri-about .about-img img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.puri-about .about-content h5 {
    color: #c9a14a;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.puri-about .about-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1c1c1c;
}

.puri-about .about-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}