@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Inter+Tight:wght@200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);
@import url(https://db.onlinewebfonts.com/c/4567e0e85d4704e940c8711ebb17f145?family=Plus+de+Vagues+NF+W01+Regular);


@font-face {
    font-family: 'Span';
    src: url('../fonts/span/Span-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Span';
    src: url('../fonts/span/Span-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Span';
    src: url('../fonts/span/Span-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Span';
    src: url('../fonts/span/Span-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Span';
    src: url('../fonts/span/Span-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}




body,
header,
html {
    width: 100%;
}
.chat_box,
.list_nav_a {
    font-family: 'Inter Tight';
    transition: 0.3s;
}


.submenu{
        position: absolute;
    background: #fff;
    list-style: none;
    padding: 20px;
    width: 272px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    top: 47px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s ease;
}

.has-submenu{
        position: relative;
}
.has-submenu:hover> .submenu{
        opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.list_nav_menu {
        padding: 14px 0px;
}
.submenu li a{
    color: #000;
    font-family: 'DM Sans';
    font-size: 14px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #00000014;
    justify-content: space-between;
}

.submenu li a i{
        font-size: 11px;
    color: #476d30;
}

.banner-content-xc h3,
.chat_box {
    text-transform: none;
    font-style: normal;
    display: none;
}
.banner-parent,
.home-h {
    position: relative;
}
.chat_box,
.list_nav_a,
.mobile-menu,
.showmbmenu,
.srvsss {
    transition: 0.3s;
}
html {
    height: 100%;
    background: #fcfcfc;
}
body {
    height: 100%;
    font-family: "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.533;
    box-sizing: border-box;
    color: #726d7b;
    background: 0 0 !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
div,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
header,
input,
p,
section,
select,
td,
textarea,
th,
tr {
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.533;
    color: #726d7b;
    margin: 0;
    padding: 0;
    border: none;
}
a {
    text-decoration: none !important;
}
* {
    outline: 0;
}
.top-header--panel {
    background: #f6a201;
    padding: 7px 0;
}
.flex-cnnt-box {
    display: flex;
    align-items: center;
    gap: 20px;
}
.flex-cnnt-box a {
    color: #0f1681;
    font-family: "Euclid Regular";
    display: flex;
    align-items: center;
}
.contact-support a,
.contact-support span,
.logo a {
    font-family: "Inter Tight";
}
.flex-cnnt-box a .cnticon {
    transform: scale(0.7);
}
.flex-social-icons {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    gap: 20px;
}
.footer-social,
.header_container,
.header_flex {
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.flex-social-icons a {
    color: #0f1681;
}
header {
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
}
.header_container {
    justify-content: space-between;
    /* padding: 20px 0; */
}
.logo a {
    color: #000;
    font-weight: 600;
    font-size: 19px;
}
.logo img {
    width: 156px;
    padding-top: 8px;
}
.navigation_lists {}
.main_nav_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.list_nav_a {
    display: block;
    color: #fff;
    font-size: 12px;
    border-bottom: 2px solid #ffffff00;
}

.active-tab{
    border-bottom: 2px solid #8ebd3f !important;
}

.list_nav_a:hover {
    color: #05aff2;
}
.chat_flex_box {
    display: none;
    border: 1px solid #50785d;
    padding: 4px;
    border-radius: 100px;
}
.chat_box,
.colflex a,
.header-title a {
    border-radius: 100px;
}
.bx-a {
    display: flex;
    justify-content: center;
}
.bx-a label {
    margin: 0;
    color: #000;
}
.contact-support {
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.contact-support span {
    display: block;
    font-size: 13px;
    color: #fffc;
}
.call-icon-sprt {
    width: 20px;
    margin-right: 10px;
}
.call-icon-sprt svg {
    width: 100%;
    height: auto;
}
.contact-support a {
    color: #fff;
    font-size: 16px;
    margin-top: -2px;
    display: block;
}
.chat_box {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
    color: #fff;
    background-color: #50785d;
    padding: 12px 36px;
}
.chat_box:hover {
    background: 0 0;
    color: #50785d;
}

.container-port-xl{
        width: 95%;
    padding: 0px 10px;
    margin: auto;
}

.wrpnvtp{

}

.topboxlcn{

display: flex;

align-items: center;

justify-content: end;

gap: 34px;

margin-bottom: 20px;
}

.topboxlcn a{

color: #9cd243;

display: flex;

align-items: center;

gap: 6px;

font-family: 'DM Sans';

font-size: 14px;

font-weight: 500;
}

.topboxlcn a i{
    
font-size: 20px;
    
position: relative;
    
top: -2px;
}
.bannercontainer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

    .bannercontainer img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.banner-section-box {
    padding-top: 100px;
    /* background-image: url("https://zensoul.themerex.net/wp-content/uploads/2023/09/bg02-copyright.jpg");
    background-image: url('../images/home/slider/banner12.jpg');
    background-position: center;
    background-size: cover; */
    height: 800px;
    display: flex;
    align-items: center;
    position: relative;
}
.banner-section-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    bottom: 0;
    left: 0;
    /* background-color: #000000; */
    /* opacity: 0.7; */
    background: #000000;
    background: linear-gradient(0deg, #1d2d06 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 5;
}
.banner-section-box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    /* background-color: #000000; */
    /* opacity: 0.7; */
    /* background: #00000033; */
    background: linear-gradient(
180deg, #42220d 0%, rgba(0, 0, 0, 0) 100%);
}
.banner-parent .row {
}
.abts-img-hm img,
.aside-abt img,
.img--p img {
    width: 100%;
}
.banner-parent {
    z-index: 30;
}
.container-port {
    width: 1350px;
    margin: auto;
    padding: 0 30px;
}
.banner-content-xc {
    overflow: hidden;
    /* text-align: center; */
}
.banner-wrp,
.bannerwrp {
    text-align: right;
}

.banner-content-xc h1 {
    font-size: 4rem;
    font-weight: 200;
    line-height: 1em;
    letter-spacing: -1px;
    word-spacing: 0;
    color: #fff;
    margin-bottom: 10px;
    text-transform: capitalize;
    max-width: 570px;
    font-family: 'Span';
}
.banner-content-xc p,
.link-siblings a {
    text-transform: none;
    font-style: normal;
    letter-spacing: 0;
    word-spacing: 0;
}
.flex-lin-h4 {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.line-narow {
    width: 100px;
    height: 2px;
    border-bottom: 1px solid #ffffff67;
}
.banner-img,
.bannerwrp,
.one,
.rooms-box::before {
    height: 100%;
    width: 100%;
}
.flex-lin-h4 h4 {
    font-size: 4.5rem;
    color: #ffc107;
    font-family: "Playfair Display";
}
.banner-content-xc p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4em;
    font-family: "Euclid Regular";
    max-width: 600px;
}
.link-siblings {
    margin-top: 50px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.link-siblings a {
    display: block;
    max-width: fit-content;
    font-size: 21px;
    line-height: 1.2em;
}
.abts-home-content label,
.box--header-title span,
.box-btm-content span,
.bx-rm-ddt a,
.header-title label,
.rht--box label {
    text-transform: uppercase;
}
.link-siblings a:first-child {
    color: #060606;
    background-color: #fafbff;
    margin-right: 15px;
    padding: 14px 40px;
    font-family: "DM Sans", sans-serif;
    border-radius: 100px;
}
.link-siblings a:nth-child(2) {
    font-family: "Euclid Medium";
    color: #0f1681;
    padding: 14px 24px;
}
.banner-img {
    position: absolute;
    top: 0;
    left: 0;
}
.one {
    max-width: 750px;
    object-fit: cover;
    object-position: center center;
    vertical-align: middle;
    display: inline-block;
    -webkit-mask-size: cover;
    -webkit-mask-position: bottom right;
    -webkit-mask-image: url("../mask/mask.png");
}


/* search opt --=-------------- */

/* SEARCH BAR */
.search-wrapper {
    max-width: 1100px;
    margin: auto;
    /* background: #fff; */
    border-radius: 14px;
    /* box-shadow: 0 20px 50px rgba(0,0,0,0.15); */
    margin-top: 39px;
}

.search-bar {
    display: flex;
    gap: 16px;
    align-items: flex-end;
}

/* FIELD */

.field {
    position: relative;
    width: 100%;
}

.field label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #fff;
    font-family: 'DM Sans';
}

.field i {
    position: absolute;
    top: 47px;
    left: 12px;
    font-size: 18px;
    color: #7db200;
}

.field input {
    width: 100%;
    padding: 14px 14px 14px 40px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

/* destination  */

.section-title {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 6px;
}

.dropdown-footer {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
    border-top: 1px solid #eee;
}

.skip-btn {
    background: none;
    border: none;
    color: #7db200;
    font-weight: 600;
    cursor: pointer;
}

.next-btn:disabled {
    background: #e5e7eb;
    cursor: not-allowed;
}



/* DROPDOWN */
.dropdown {
    display: none;
    position: absolute;
    top: 115%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.18);
    z-index: 10;
}

.selected-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px;
    border-bottom: 1px solid #eee;
}

.tag {
    background: #dff0b8;
    color: #5f8e00;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
}

.tag span {
    margin-left: 6px;
    cursor: pointer;
}

.section {
    padding: 12px;
}
.section ul{
    
padding: 0px;
    
margin: 0;
}
.section h3{
    padding: 2px 8px;
    color: #44403c;
    font-size: 15px;
    font-weight: 600;
}
.section li {
    list-style: none;
    padding: 2px 8px;
    cursor: pointer;
        color: #44403c;
       font-size: 15px;
    border-radius: 6px;
}

.section li:hover {
    background: #eef7d8;
}

/* THEME TAG */
.theme-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e6f3c9;
    color: #5f8e00;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
}

/* SEARCH BUTTON */
.search-btn {
    background: linear-gradient(120deg, #7cc000, #5da500);
    color: #fff;
    border: none;
    padding: 16px 28px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 12px 25px rgba(93,165,0,0.4);
}



.selected-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
}

.selected-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #dff0b8;
    color: #5f8e00;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
}

.selected-tag span {
    cursor: pointer;
    font-weight: bold;
}

/* Footer button */
.dropdown-footer {
    padding: 12px 16px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: flex-end;
}

.next-btn {
    background: #7db200;
    border: none;
    color: #fff;
    padding: 8px 18px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}



/* rw content --------------------- */

.rawcontent{
    padding: 100px 0px;
    background-color: #f7f5f1;
}

.rwcnt{

}

.rwcnt h3{
    font-size: 34px;
    color: #000;
    font-weight: 400;
    margin-bottom: 17px;
    max-width: 600px;
    font-family: 'Span';
    line-height: 1.3;
}

.rwcnt p{
    font-family: 'DM Sans';
    color: #000;
    margin-bottom: 10px;
}

.rowgp{
    margin-top: 70px;
}

.bxrw{

}

.bxrwimg img{
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 1 / .6;
    object-fit: cover;
}

.bxrwcnt{
    margin-top: 24px;
}

.bxrwcnt h3{
    color: #476d30;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: 'DM Sans';
}

.bxrwcnt h4{
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
}

.bxrwcnt p{
color: #44403c;
    font-family: 'DM Sans';
    font-size: 14px;
}
/* about us sectin ================= */

.aboutussection{
    padding: 100px 0px;
    background: #f8faf5;
}

.grprrw{
        display: flex;
    flex-direction: column;
    gap: 48px;
}

.abtscontentn{

}

.abtscontentn h3{
    color: #476d30;
    font-weight: 400;
    /* text-transform: uppercase; */
    margin-bottom: 5px;
    font-size: 27px;
    font-family: 'Span';
    position: relative;
    padding-left: 40px;
}

.abtscontentn p{
        font-family: 'DM Sans';
    color: #000000;
    margin-bottom: 20px;
}

.abtspic{
        width: 100%;
    height: 100%;
    padding-left: 60px;
}
.abtspic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.abtscontentn h3 img{
        width: 42px;
    position: absolute;
    left: 0;
    top: -8px;
    object-fit: cover;
}

.pwrp{
        border-left: 1px solid #b4d381;
    padding-left: 20px;
    margin-left: 20px;
}

.rrob{
    padding: 100px 0px;
}

.bxipic{

}

.bxipic img{
        width: 100%;
    aspect-ratio: 1 / .7;
    object-fit: cover;
}
.slideropt{
    margin-top: 70px;
}

.bxwd{
    
position: relative;
    
overflow: hidden;
    
border-radius: 20px;
    
display: block;
}

.bxidt{display: flex;align-items: center;justify-content: space-between;position: absolute;bottom: 0;padding: 10px 20px;padding-bottom: 20px;width: 100%;background: #000000;background: linear-gradient(356deg, rgb(71 109 48) 0%, rgba(0, 0, 0, 0) 100%);padding-top: 100px;}

.bxidt h3{    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #fff;
}
.bxidt h3 i{ 
   font-size: 12px;
}
.bxidt p{color: #fff;font-family: 'DM Sans';font-size: 16px;}
.bxidt p span{
    font-size: 21px;
    font-weight: 600;
}


.slideropt {
    margin-top: 70px;

    /* align left with container */
    /* padding-left: calc((100vw - min(1350px, 100vw)) / 2 + 30px); */

    /* allow full width to the right */
    /* padding-right: 0;
    width: 100%; */
}



.locslidersec{
    margin-top: 70px;
}

.locpic img{
        width: 100%;
    aspect-ratio: 1 / 1.1;
    object-fit: cover;
}

.locidt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    padding-bottom: 20px;
    width: 100%;
    background: #000000;
    background: linear-gradient(360deg, rgb(0 0 0) 0%, rgba(0, 0, 0, 0) 100%);
    padding-top: 57px;
    flex-direction: column;
}

.locidt h3{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #fff;
}

.locidt h3 i{
    font-size: 12px;
}

.locidt p{
    color: #fff;
    font-family: 'DM Sans';
    font-size: 16px;
}

.locidt p span{
    font-size: 21px;
    font-weight: 600;
}


.ordbx{
    padding: 100px 0px;
    background: #f8faf5;
}

.ordbx .container-port .row .col-lg-4{
    margin-bottom: 30px;
}

.bxorc{

}

.picprc{

/* text-align: center; */

margin-bottom: 18px;

width: 52px;

height: 52px;

background: #fff;

border-radius: 100px;
}

.picprc img{

width: 100%;
}

.orcdt{

}

.orcdt h3{

font-family: 'DM Sans';

color: #7ea933;

font-size: 18px;

font-weight: 700;

margin-bottom: 8px;
}

.orcdt p{
    
color: #000;
    
font-size: 14px;
    
font-family: 'DM Sans';
}


.row-footer{
    justify-content: space-between;
}



footer{
      background: #341a09;  
          padding-top: 100px;
}

.abts-ftr{

}
.abts-ftr h3{
    margin-bottom: 20px;
}
.abts-ftr h3 img{
    width: 203px;
}

.abts-ftr p{
    color: #fff;
    font-family: 'DM Sans';
    margin-bottom: 48px;
    font-size: 15px;
}



.prst-two{

margin-bottom: 53px;
}


.prst-two h3{

color: #ffffff;

font-family: 'DM Sans';

margin-bottom: 14px;

font-weight: 500;

border-bottom: 1px solid #ffffff36;

max-width: fit-content;
}

.flex-box-list ul{

list-style: none;

display: flex;

flex-direction: column;

gap: 3px;

padding-left: 0px;
}

.flex-box-list ul li a{
    
/* opacity: .9; */
    
color: #fff;
    
font-family: 'DM Sans';
    
font-size: 13px;
    
/* opacity: .9; */
}

.footer-footer{

border-top: 1px solid #ffffff2e;

padding: 23px 0px;
margin-top: 60px;
}


.cnter-reserv{

}

.cnter-reserv p{

color: #fff;

font-family: 'DM Sans';

font-size: 11px;
}

.cnter-reserv p a img{
    
width: 55px;
}


.cntlst ul li a{

display: flex;

align-items: center;

gap: 12px;

margin-bottom: 12px;
}

.cntlst ul li a i{

color: #97ca43;

font-size: 15px;
}







/* hamburger menu */


    .ham{
        width: 30px;
        height: 20px;
        align-items: end;
        justify-content: center;
        flex-direction: column;
        margin-left: 0;
        padding: 0px 4px;
        cursor: pointer;
        position: relative;
        display: none;
    }


    .ham span{
        display: block;
        width: 100%;
        height: 1px;
        background-color: #fff;
        
    }


    .ham span:nth-child(1){
        /* display: none; */
    }
    .ham span:nth-child(2){
        margin: 6px 0px;
        width: 63%;
    }



    /* ayurveda page ================== */


    .pd100{
        padding: 100px 0px;
    }


    .rwcnt a{
            display: block;
    max-width: fit-content;
    padding: 14px 20px;
    background: #8ebd3f;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    margin-top: 40px;
    font-family: 'Inter Tight';
    background: linear-gradient(120deg, #7cc000, #5da500);
    }

    .popdestin{
        padding-top: 100px;
    }
    
    .sepline{
            border-top: 1px solid #0000000a;

    width: 100%;
    height: 1px;
    }


    .bxitsmhtls{
            border: 1px solid #FFC107;
    padding: 10px;
    border-radius: 20px;
    }

    .allfcwrp{
align-items: center;    padding: 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 3px 10px 0px rgba(31, 31, 31, 0.08);
    }
    .cnttitle h3{
            font-size: 34px;
    color: #000;
    font-weight: 400;
    max-width: 500px;
    font-family: 'Span';
    line-height: 1.3;
    text-align: center;
    margin: auto;
    text-transform: capitalize;
    margin-bottom: 20px;
    }

.cntrspc{
        display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px;
}

    .htldt{

display: flex;
gap: 11px;

}

    .htldt .lft{

font-size: 22px;

font-family: 'DM Sans';

color: #000;

font-weight: 400;

}

    .htldt .rgt{

font-size: 22px;

font-family: 'DM Sans';

color: #5ea600;

font-weight: 400;

}
    .flxspn{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'DM Sans';
    color: #476d30;
    font-size: 14px;
    }

     .flxspn i{
            line-height: 0;
    display: flex;
    align-items: center;
    text-align: center;
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 100px;
    }

    .pichtl img{
    width: 100%;
    aspect-ratio: 1 / .53;
    object-fit: cover;
    border-radius: 20px;
    }

    .mndt{
            margin-top: 21px;
    }
    .mndt h3{
    font-size: 24px;
    color: #000;
    font-weight: 500;
    }

    .ffhdmn{
display: flex;
    align-items: end;
    justify-content: space-between;
    }
    
    .flexitmal{
    display: flex;
    align-items: center;
    gap: 13px;
    }

    .sbnm{
            color: #000;
    font-family: 'DM Sans';
    margin-bottom: 10px;
    display: block;
    }

    .htlspic{
        position: relative;
    }
    .arrowcntr{
display: flex;
    align-items: center;
    position: absolute;
    bottom: 39px;
    right: 20px;
    z-index: 4;
    gap: 8px;
    }
    .arrowcntrl{
    width: 30px;
    height: 30px;
    background: #ffffff3d;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: .3s ease;
    cursor: pointer;
    }
    .arrowcntrl:hover{
         color: #5da500;
             background: #ffffff;
    }
    .arrowcntrl i{

    }

    .colgap40{
        margin-bottom: 50px;
    }

    .cntrspc .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #61a800 !important;
}

    .cntrspc .swiper-pagination-bullet {
    width: 42px;
    height: 2px;
    display: inline-block;
    border-radius: 0px;
    background: #000;
    opacity: .2;
    position: relative;
    top: -3px;
}

    .starrate{
            color: #ffc107;
    font-size: 10px;
    }
    .rating{
            display: flex;
            background: #FFC107;
            color: #000;
            padding: 5px 10px;
            border-radius: 100px;
            font-size: 11px;
            line-height: 1;
    }

    .ratetxt{
        font-size: 11px;
        color: #000;
        line-height: 1;
    }

    .ofrbtn{
            background: linear-gradient(120deg, #7cc000, #5da500);
    border: none;
    color: #fff;
    outline: none;
    padding: 8px 17px;
    border-radius: 100px;
    font-weight: 600;
    }


.allofrbtn a{
        background: #67ad00;
    padding: 15px 32px;
    display: block;
    max-width: fit-content;
    margin: auto;
    color: #fff;
    font-weight: 600;
    border-radius: 100px;
}





.listtb{

}

    .listtbl{
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 13px;
    border: 1px solid #69af0061;
    justify-content: center;
    padding: 20px 0px;
    border-radius: 10px;
    }

    .listtbl li{

    }

    .listtbl li a{
    color: #fff;
    padding: 10px 20px;
    border-radius: 100px;
    display: block;
    background: linear-gradient(120deg, #7cc000, #5da500);
    font-size: 14px;
    font-weight: 600;
    }


    .msplbx img{width: 100%;aspect-ratio: 1 / .6;object-fit: cover;border-radius: 20px;}

    .mspldtbx{

display: flex;

align-items: center;

justify-content: space-between;

margin-bottom: 23px;

border-bottom: 1px solid #00000021;

padding-bottom: 8px;

margin-top: 20px;

}

        .mspldtbx h3{font-size: 24px;color: #000;font-family: 'Span';}
    .price{

font-size: 23px;

font-style: italic;

font-family: 'Span';

color: #4f8503;

}

    .price span{

font-size: 28px;

}

    .bxplop p{

color: #000;

font-family: 'DM Sans';

}

.hdrmspl h3{
    font-size: 34px;
    color: #000;
    font-weight: 400;
    max-width: 500px;
    font-family: 'Span';
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.colbxmb30{
    margin-bottom: 50px;
    padding: 0px 20px;
}




.rrob2{
    padding-top: 100px;
}
.mspodt{
        padding-top: 100px;
}

.wrapper {
}

.tab-wrapper {
}

.tabs {
    flex-wrap: wrap;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid #69af0061;
  justify-content: center;
  padding: 20px 0px;
  border-radius: 10px;
}

.tab-link {
  list-style: none;
  cursor: pointer;
  transition: all ease 0.5s;
  border-bottom: solid 3px rgba(255, 255, 255, 0.0);
  letter-spacing: 1px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 100px;
  display: block;
  background: linear-gradient(120deg, #7cc000, #5da500);
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #6eb40000;
}

.tab-link:hover {
  color: #ffffff;
  opacity: .9;
}

.tab-link.active {
  color: #6eb400;
  background: #fff;
  border: 1px solid #6eb400;
}


.content-wrapper {
}

.tab-content {
  display: none;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}


.progtambx{
    padding-top: 100px;
}

.prjbx img{
    width: 100%;
    border-radius: 20px;
}

.bxprg{
    padding-left: 20px;
}

.bxprg h3{
        font-family: 'Span';
    font-size: 26px;
    color: #000;
    margin-bottom: 15px;
}

.bxprg h4{
        font-family: 'Span';
    font-size: 26px;
    color: #000;
    margin-bottom: 15px;
    margin-top: 20px;
}

.bxprg p{
        color: #000;
    font-family: 'DM Sans';
    margin-bottom: 13px;
}

.bxprg a{
    color: #528707;
}



.listtb{
    padding-bottom: 100px;
}



/* accord ------------- */

.faqsec{
    padding-top: 100px ;
}

.headerfq{
        font-size: 34px;
    color: #000;
    font-weight: 400;
    max-width: 500px;
    font-family: 'Span';
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.accordion {
  margin: auto;
  /* background: #fff; */
  /* border-radius: 8px; */
  overflow: hidden;
}

.accordion-item {
  border: 1px solid #c0db94;
  margin-bottom: 8px;
  background: #fff;
  border-radius: 8px;
}

.accordion-header {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion-header i {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.accordion-header.active i {
  transform: rotate(180deg);
}

.accordion-content {
  display: none;
  padding: 0 20px 20px;
  font-size: 15px;
  color: #444;
}

.accordion-content p {
  margin: 10px 0 0;
}


    /* ends ========= */



    /* hotel detials ------------ */


    .hotelpicmain{
             width: 100%;
             height: 100%;
                 padding: 2px;
    }

    .hotelpicmain img{
    width: 100%;
    height: 100%;
    object-fit: cover;
        border-radius: 10px;
    }
  .hotelpic{
      padding: 2px;
  }
    .hotelpic img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
    }

    .colpd0{
        padding: 0;
    }

    .roomdetailsbx{
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .psrelative{
        position: relative;
        width: 100%;
        margin: auto;
    }

    .floatglry{
    background: #414650c9;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    }

    .floatglry i{
font-size: 16px;
    position: relative;
    top: -1px;
    }

    .htlname{
        display: flex;
    gap: 14px;
    /* align-items: center; */
    }

       .htlname h3{
            font-size: 28px;
    font-weight: 600;
    color: #000;
    }

  
       .htlname span{
            color: #466d2f;
    font-family: 'DM Sans';
    font-size: 14px;
    }

    .locationhtl{

    }

    .locationhtl ul{

list-style: none;
padding: 0;
display: flex;
align-items: center;
gap: 6px;
margin-top: 7px;

}

    .locationhtl ul li i{

color: #476d30;
position: relative;
top: 2px;

}

    .locationhtl ul li a{
        
color: #414650;      
font-family: 'DM Sans';     
font-size: 15px;
    }


  .bxtr{
    box-shadow: 0 3px 3px 2px #0000000a, 0 2px 4px -2px rgb(0 0 0 / 0.1);
    padding: 20px;
    display: flex;
    margin-bottom: 20px;
    position: relative;
    margin-top: 26px;
    border: 1px solid #8ebd3f;
    border-radius: 12px;
    }



    .starbx{
        
color: #8ebd3f;
    }

    .fxrtx{

border-left: 1;

display: flex;

gap: 5px;

margin-bottom: 13px;

border-left: 1px solid #00000033;

padding-left: 20px;

margin-left: 20px;
}

    .ratetxtdt{

color: #000;

font-size: 15px;

font-weight: 500;

font-family: 'DM Sans';

line-height: 1;

margin-top: 5px;

}

    .rdnm{

font-size: 13px;

color: #000;

margin: 0;
}

.buttonofrx{
    position: absolute;
    right: 20px;
    top: 29px;
}

.buttonofrx a{
    color: #f1f1f1;
    font-weight: 600;
    background: #8ebd3f;
    padding: 6px 10px;
    font-size: 15px;
    border-radius: 100px;
}

.bxtr .fxrtx:nth-child(1){
    border: none;
    padding: 0;
    margin: 0;
}


.fclbxrm{

    margin-top: 53px;
    border-top: 1px solid #00000017;
    padding-top: 40px;
}
.fclbxrm h3{

font-family: 'DM Sans';

color: #000;

font-weight: 600;

margin-bottom: 14px;
}

.fclbxrm ul{

list-style: none;

padding: 0;

margin: 0;

display: flex;

flex-wrap: wrap;

gap: 5px 20px;
}
.fclbxrm ul li {

display: flex;

gap: 1px;
}
.fclbxrm ul li span{

color: aliceblue;
}

.fclbxrm ul li span svg{

width: 18px;

color: #64a142 !important;
}

.fclbxrm ul li p{
    
margin: 0;
    
font-family: 'DM Sans';
    
color: #000;
    
font-size: 14px;
}

.pdl50{
        padding-left: 62px;
}



.htlstabsec{
    padding-top: 100px;
}

.htlstablistst{

}

.htlstablistst ul{
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    gap: 32px;
    border-bottom: 1px solid #00000036;
    flex-wrap: wrap;         gap: 10px;          padding-bottom: 12px;
}

.htlstablistst ul li a:hover {
    color: #fff;
    background: #8ebd3f;
}


.htlstablistst ul li a{
    background: #efefef;
    padding: 10px 20px;
    border-radius: 100px;
    font-size: 13px;
    color: #000;
    font-family: 'DM Sans';
    font-weight: 500;
    padding-bottom: 10px;
    display: block;
    transition: .3s ease;
}
.htlstablistst ul li a:hover{
    color: #8ebd3f;
}
.hdrofhtl h3{
    font-size: 34px;
    color: #000;
    font-weight: 400;
    margin-bottom: 17px;
    max-width: 600px;
    font-family: 'Span';
    line-height: 1.3;
}

.hdrofhtl h4{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-top: 40px;
    font-family: 'DM Sans';
    margin-bottom: 6px;
}

.hdrofhtl p{
    color: #333333;
    font-family: 'DM Sans';
    margin-bottom: 11px;
}

.picflc img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.pdleft40{
    padding-left: 60px;
}

.pado0{
    padding: 5px;
}










.htl-accordion {
    max-width: 700px;
    margin: auto;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.htl-accordion-item {
    border-bottom: 1px solid #e0e0e0;
}

.htl-accordion-item:last-child {
    border-bottom: none;
}

.htl-accordion-header {
    width: 100%;
    background: none;
    border: none;
    padding: 18px 0px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    outline: none !important;
}

.htl-accordion-header i {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.htl-accordion-header.active i {
    transform: rotate(180deg);
}

.htl-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding: 0 0px;
    max-width: 500px;
}

.htl-accordion-content p {
    margin: 12px 0;
    font-size: 15px;
    color: #000;
    line-height: 1.6;
    font-family: 'DM Sans';
}

.htl-accordion-content.open {
    padding-bottom: 16px;
}

.headerrminhrl{
max-width: 900px;
    margin-bottom: 50px;
}

.headerrminhrl h3{
    font-size: 34px;
    color: #000;
    font-weight: 400;
    margin-bottom: 17px;
    max-width: 600px;
    font-family: 'Span';
    line-height: 1.3;
}
.headerrminhrl p{
    color: #333333;
    font-family: 'DM Sans';
    margin-bottom: 11px;
}

.hotelroomsec{
    padding-top: 100px;
}

.rmpichtl img{
    aspect-ratio: 1 / .66;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.flxrmp{
    
display: flex;
    
align-items: end;
    
justify-content: space-between;
    
border-bottom: 1px solid #0000001c;
    
padding-bottom: 12px;
    
margin-bottom: 13px;
}

.rmhrldt{
padding: 12px;
padding-top: 16px;
}

.rmhrldt h3{
    font-size: 20px;
    color: #000;
    font-family: 'DM Sans';
    font-weight: 500;
}

.rmhrldt p{color: #000;font-family: 'DM Sans';font-size: 12px;}

.rmhrldt p span{

display: block;

font-size: 14px;
}

.rmhrldt label{
line-height: 1;

color: #8ebd3f;

font-weight: 600;

padding: 10px 0px;

font-size: 14px;

border-radius: 100px;

font-family: 'DM Sans';

display: flex;

align-items: center;

justify-content: space-between;
}

.bxwd2{
    position: relative;
    
overflow: hidden;
    
border-radius: 20px;
    
display: block;
    
background: #fff;
}

.cstmrating{
    padding-top: 100px;
}

.headereveiw h3{
        font-size: 34px;
    color: #000;
    font-weight: 400;
    margin-bottom: 17px;
    max-width: 600px;
    font-family: 'Span';
    line-height: 1.3;
}
.headereveiw h5{
        color: #000;
        font-family: 'DM Sans';
        display: flex;
        align-items: center;
        gap: 5px;
           font-weight: 600;
}
.headereveiw h5 span {
    width: 20px;
    height: 20px;
    display: block;
}
.headereveiw h5 span svg{

width: 100%;

color: #8ebd3f;
}


.strcnt{
        display: flex;
    align-items: center;
        gap: 13px;
        margin-top: 40px;
        flex-wrap: wrap;
}

.starcount{
    display: flex;
    align-items: center;
    gap: 11px;
}

.starcount span{
        width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
     background: #dddddd;
}

.starcount .full::before{
 content: '';
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
     background: #FFC107;
}

.starcount .half::before{
 content: '';
 position: absolute;
 width: 50%;
 height: 100%;
 top: 0;
 left: 0;
     background: #FFC107;
}
.starcount span i{
    position: relative;
    color: #fff;
}


.ratexxt{
    color: #000;
    font-family: 'DM Sans';
}

.listofrate{
    margin-top: 44px;
}

.listofrate ul{
list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 84px;
}

.listofrate ul li span{
    display: block;
    background: #8ebd3f;
    color: #fff;
    max-width: fit-content;
    margin: auto;
    padding: 2px 14px;
    border-radius: 31px;
    font-weight: 500;
    margin-bottom: 5px;
}

.listofrate ul li p{
    color: #000;
    font-family: 'DM Sans';
}

.ctsmrshedr{
        margin-top: 67px;
    margin-bottom: 38px;
    color: #000;
    font-size: 23px;
    font-family: 'DM Sans';
    font-weight: 500;
}

.rvbox{
        background: #fff;
    padding: 20px;
    border: 1px solid #8ebd3f5e;
    border-radius: 13px;
    position: relative;
    overflow: hidden;
}

.colbxx3{
    padding: 15px;
}

.logoverlay{
    position: absolute;
    right: -193px;
    width: 314px;
    opacity: .07;
}

.logoverlay img{
    width: 100%;
}

.rvbox h3{
        font-size: 20px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 400;
}
.rvstar {
    margin-bottom: 20px;
}
.rvstar span{
color: #ffc107;
}

.nameo{
    color: #000;
    font-family: 'DM Sans';
}

.rvdate{
        color: #737373;
    font-family: 'DM Sans';
    font-size: 14px;
}

.addon{
        color: #000;
    font-family: 'DM Sans';
    font-size: 14px;
    margin-top: 16px;
}


.locationmap{
    padding-top: 100px;
}

.locheader{
    font-size: 34px;
    color: #000;
    font-weight: 400;
    margin-bottom: 17px;
    max-width: 600px;
    font-family: 'Span';
    line-height: 1.3;
}

.locul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 39px;
}


.locul li{
    display: flex;
    align-items: baseline;
    gap: 9px;
}

.locul li span{

}

.locul li span svg{
width: 20px;
    color: #8ebd3f;
    fill: #8ebd3f;
}

.locul li label{
        color: #000;
    font-size: 15px;
    margin: 0;
}

.locul li p{
    font-size: 13px;
    color: #525252;
}

.map{
    margin-top: 50px;
}
.map iframe{
    width: 100%;
    height: 500px;
    
}

.rltdsec{
    padding-top: 70px;
}
.rltdpic{
    position: relative;
}
.floatprice{

position: absolute;

bottom: 0;

right: 20px;

z-index: 3;

background: #ffffffc9;

border-radius: 10px 10px 0px 0px;

padding: 10px 20px;

text-align: center;

padding-bottom: 0;
}
.floatprice label{

display: block;

font-size: 12px;

margin-bottom: 3px;

color: #000;
}

.floatprice span{
    
font-size: 20px;
    
color: #000;
    
font-weight: 600;
    
line-height: 1;
}


.cnttitle2 h3{
    font-size: 34px;
    color: #000;
    font-weight: 400;
    margin-bottom: 27px;
    max-width: 600px;
    font-family: 'Span';
    line-height: 1.3;
}

.rltdpic img{
        width: 100%;
    aspect-ratio: 1 / .53;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
 
}
.allfcwrp2{
        align-items: center;
    padding: 20px;
    background: #fff;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 3px 10px 0px rgba(31, 31, 31, 0.08);
}


.grlyovlery{
        position: fixed;
    width: 100%;
    height: 100%;
    background: #0000003b;
    top: 0;
    left: 0;
    z-index: 9999999;
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
        transition: .3s ease;
}

.roomgal-tab{
    position: fixed;
    bottom: 0;
    height: 86%;
    width: 100%;
    z-index: 99999999999999999999;
    background: #fff;
    padding-top: 74px;
    border-top: 1px solid #00000014;
        opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(70px);
    transition: .3s ease;

}
.nobannerc{
    position: relative;
    background-image: url('../images/home/hotel/texture.jpg');
        width: 100%;
    height: 200px;
    background-color: #5f4c3b;
    background-blend-mode: color-burn;
}


.nobannerc::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, #331704 0%, rgb(70 109 47 / 81%) 100%);
    opacity: .8;
}
.showglry{
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.showrm{
        opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0px);
}

.closecallx{
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 36px;
    cursor: pointer;
}

.scrollg{
    overflow: auto;
    height: 99%;
    padding-bottom: 60px;
}

.col0{
    padding: 5px;
}
.zmpic img{
    width: 100%;
    aspect-ratio: 1/.6;
    object-fit: cover;
}
    /* ends ------- */



/* room list ----------- */


.room-listbox{
    padding: 100px 0px;
}


.strratermlst svg{
    fill: #77b800;
}

.rmlstpic img{
        width: 100%;
    aspect-ratio: 1 / .6;
    object-fit: cover;
    border-radius: 20px;
}

.locplc{
        color: #414650;
    font-family: 'DM Sans';
    font-size: 15px;
}
.brdbtm{
    border-bottom: 1px solid #00000014;
    padding-bottom: 10px;
    margin-bottom: 11px;
}
.nhtlbx{
    display: flex;
    align-items: center;
    border: 1px solid #8ebd3f;
    border-radius: 100px;
    max-width: fit-content;

}

.nhtlbx span{
    font-size: 12px;
    padding: 3px 12px;
}

.num_htl{
    background: #8ebd3f;
    color: #fff;
    border-radius: 100px;
}

.plc_htl{
color: #000;
}

.rtrmlst h3{
        font-size: 16px;
    color: #000;
    margin-top: 14px;
}

.strratermlst{
        display: flex;
    align-items: center;
}

.rmflx{
           display: flex;
    align-items: center;
    gap: 10px   ; 
    margin-bottom: 20px;
}


.rmlstrate{
        color: #000;
    font-size: 14px;
}

.lstrmpnt p{
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-size: 15px;
    font-family: 'DM Sans';
}

.fadep{
    color: #747474 !important;
}

.lstrmpnt p svg{
        width: 16px;
}


.tabcnt{
        display: flex;
    justify-content: space-between;
}

.x30{
        display: flex;
    align-items: center;
    gap: 27px;
}

.namefacrd h3{
        color: #000;
    font-size: 20px;
    font-weight: 500;
}

.namefacrd p{
        color: #272727;
    font-family: 'DM Sans';
    font-size: 15px;
}


.priceoacrd{
    display: flex;
    align-items: center;
    gap: 9px;
}

.priceoacrd span{

}

.bfprice{
      color: #ff0000;
    text-decoration: line-through;
    font-size: 19px;
}

.afprice{
    color: #000;
    font-weight: 600;
    font-size: 22px;
}

.dtrmbtn{
    border: 1px solid #8ebd3f;
    padding: 4px 13px;
    border-radius: 9px;
    color: #000;
    font-family: 'DM Sans';
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 13px;
    cursor: pointer;
    transition: .3s ease;
}
.dtrmbtn i{
        transition: .3s ease;
}
.showhiderm{
    display: block !important;
}
.ofrrmbtn a{
        background: #8ebd3f;
    padding: 4px 13px;
    border-radius: 9px;
    color: #ffffff;
    font-family: 'DM Sans';
    font-weight: 500;
}

.hidecntrm{
    margin-top: 16px;
    display: none;
}

.hidecntrm h4{
        color: #000;
        font-size: 17px;
        font-family: 'DM Sans';
        margin-bottom: 16px;
}

.htlname2{
    display: flex;
    gap: 14px;
}

.rmtp{
        position: absolute;
    top: -29px;
    width: 100%;
    background: #ffc209;
    max-width: fit-content;
    left: 20px;
    color: #000000;
    font-size: 13px;
    padding: 4px 15px;
    border-radius: 10px 10px 0px 0px;
}

.htlname2 h3{
        font-size: 28px;
    font-weight: 600;
    color: #000;
}

.htlname2 span{
    color: #FF9800;
    font-family: 'DM Sans';
    font-size: 11px;
}

.boxrmlst{
    border: 1px solid #FFC107;
    padding: 20px;
    border-radius: 20px;
    position: relative;
}

.acrbx{
        border-top: 1px solid #00000021;
    padding-top: 20px;
    margin-top: 13px;
}

.prelative{
    position: relative;
}
.floatnote{
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 15px;
    font-family: 'DM Sans';
}
.floatnote span{
background: #8ebd3f;
    color: #fff;
    padding: 2px 5px;
    font-size: 15px;
    border-radius: 100px;
}
.flexgapcnt{
    display: flex;
    flex-direction: column;
    gap: 80px;
}


.rotearrow  i{
    transform: rotate(181deg);
}

.hidecntrm ul{

list-style: none;

padding: 0px;

display: flex;

flex-direction: column;

gap: 7px;
}

.hidecntrm ul li{
        display: flex;
    align-items: baseline;
    gap: 3px;

}
.hidecntrm ul li i{
    color: #476d30;
    font-size: 15px;
}
.hidecntrm ul li p{
    
color: #363636;
    
font-size: 15px;
}
/* ends ======= */



.mobile-menu {
    background: initial/cover #50785d;
    padding: 30px;
    position: fixed;
    top: 0;
    right: 0;
    width: 310px;
    height: 100%;
    z-index: 99999999;
    background-blend-mode: saturation;
    transform: translateX(500px);
    display: none;
    background: #fff;
}

.close-items {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px
}

.close-items svg {
    fill: #000000;
    width: 100%;
    height: auto
}

.showmbmenu {
    transform: translateX(0)
}
.mob-main_nav_menu{
    list-style: none;
    margin: 0;
    padding: 0;
}

.mob-list_nav_menu{
    padding: 10px 0px;
    border-bottom: 1px solid #0000000d;
}

.mob-list_nav_a {
    padding: 5px 0;
    color: #000;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #fdfdfd29;
    letter-spacing: 1px;
    justify-content: space-between;
 display: flex;
    font-size: 14px;
    line-height: 1.2;

}
.mob-list_nav_a:hover{
    color: #466d2f;
}
.mob-list_nav_a i {
    font-size: 9px
}


.mob-submenu{
        list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

.header-title-mob {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff30
}

.mob-nav-social {
    margin-top: 20px;
    display: none;
}

.mob-nav-social a {
    color: #50785d;
    display: flex;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    margin-right: 12px
}

.header-title-mob h3 {
    color: #ffff;
    font-size: 19px;
    font-weight: 500
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translate(-50%)
    }
}




@media screen and (max-width:1360px) {
    .container-port{
        width: 98%;
    }
}


@media screen and (max-width:1310px) {
    .bxtr{
    padding-bottom: 57px;
    }
    .buttonofrx {
    position: absolute;
    left: 20px;
            right: unset;
        top: unset;
    bottom: 10px;
}
}

@media screen and (max-width:1200px) {
.navigation_lists{
    display: none;
}
.mobile-menu{
    display: block;
}
.bxtr{
    flex-direction: column;
}
.fxrtx{
    border: none;
    padding: 0;
    margin: 0;
}
.bxtr .fxrtx:nth-child(1){
    margin-bottom: 10px !important;
}
.wrpnvtp {
    display: flex;
    align-items: center;
    gap: 48px;
}
.ham{
    display: block;
}

.topboxlcn{
    margin: 0px;
}
}

@media screen and (max-width:991px) {

    .pdl50{
        padding-left: 15px;
        margin-top: 50px;
    }

    .pdleft40{
        padding-left: 15px;
        margin-top: 40px;
    }
    .colpad20{
        padding: 10px;
        margin-bottom: 30px;
    }
    .bxrwcnt h4 {
    font-size: 15px;}

    .abtspic{
        padding: 0px;
    }
    .listofrate ul{
           gap: 10px 33px;
    flex-wrap: wrap; 
    }
}


@media screen and (max-width:615px) {
    .topboxlcn{
        display: none;
    }
    .search-bar{
        flex-direction: column;
        max-width: 400px;
        margin: auto;
    }
    .search-btn{
            width: 100%;
    text-align: center;
    justify-content: center;
        margin-top: 20px;
    }
}

@media screen and (max-width:575px) {
    .banner-content-xc h1 {
    font-size: 10vw;
    }
    .col090{
        width: 75%;
    }
    .col030{
        width: 25%;
    }
    .colo50{
        width: 50%;
    }
    .abtscontentn p{
        font-size: 13px;
    }
    .abtscontentn h3{
        font-size: 21px;
    }
    .pd0{
        padding: 0px;
    }
    .rwcnt h3 {
    font-size: 24px;
    }
    .rwcnt p{
        font-size: 13px;
    }
}

@media screen and (max-width:400px) {
    .mobile-menu{
        width: 100%;
    }
}
@media screen and (max-width: 575px) {

    .htlname2{
    flex-wrap: wrap;
        margin-top: 35px;
    }

    .htlname2 h3 {
    font-size: 19px;
    line-height: 1;
    margin-bottom: 13px;
}
.floatnote{
    font-size: 10px;
        top: 9px;
}
.floatnote span{
     font-size: 10px;
}

.tabcnt{
    flex-direction: column;
}
.namefacrd h3{
        margin-bottom: 15px;
            font-size: 16px;
}
.dtrmbtn{
    font-size: 14px;
}
.ofrrmbtn a{
       font-size: 14px;
}
.container-port{
    padding: 0px 10px;
}
}

.listlstyg{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listlstyg ul{
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}

.listlstyg ul li{
    display: flex;
    align-items: center;
    width: 118px;
    justify-content: center;
}

.listlstyg ul li a{color: #000000;font-size: 13px;display: flex;border-radius: 101px;align-items: center;gap: 2px;flex-direction: column;text-align: center;}

.listlstyg ul li a i{
    display: flex;
    width: 53px;
    height: 53px;
    background: #f7ffee;
    color: #5ea600;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 22px;
}
.program-box{
    background: #ffffff;
    padding: 18px 15px;   /* ↓ reduced */
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

.program-heading{
    font-size: 17px;      /* ↓ reduced */
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;  /* ↓ reduced */
}

.listlstyg ul{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;  /* ↓ reduced */
}

.listlstyg ul li{
    width: 95px;  /* ↓ smaller width */
    text-align: center;
}

.listlstyg ul li a{
    font-size: 12px;
    gap: 4px;
}

.listlstyg ul li a i{
    width: 45px;   /* ↓ smaller icon */
    height: 45px;
    font-size: 18px;
}
