@import url("https://fonts.googleapis.com/css2?family=Allison&family=Jost:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* font-family: "Poppins", serif; */
    /* font-family: "Mulish", serif; */
}

/* body{
    
} */
a {
    text-decoration: none !important;
    font-family: "Jost", sans-serif;
}

p,
.f-ss3,
span {
    text-decoration: none !important;
    font-family: "Jost", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.f-qs {
    font-family: "Roboto Condensed", sans-serif;
}

.f-als {
    font-family: "Allison", cursive !important;
}

.bg-main {
    background: #f4eee5;
}

.bg-second {
    background: #eff5f6;
}

.color0 {
    color: #000 !important;
}

.colorf {
    color: #fff !important;
}

.color3 {
    color: #fa8b37 !important;
}

.color4 {
    color: #333 !important;
}

.bg-fff {
    background: #fff !important;
}

.tbp {
    padding: 100px 0;
}

.tbm {
    margin: 100px 0;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

img {
    width: 100%;
}

a.navbar-brand img {
    max-width: 120px;
}

section.main-header {
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

.hero-sec {
    margin: -125px 20px 0;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.hss-box img {
    border-radius: 20px;
    max-height: 910px;
    min-height: 910px;
    object-fit: cover;
}

nav.navbar {
    background: #fff;
    border-radius: 20px;
    padding: 0 22px;
}

ul.navbar-nav {
    margin: 0 auto;
}

.btn1 {
    border: none;
    background: #745038;
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn4 {
    background: #fff;
    color: #745038;
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

a.nav-link {
    padding: 28px 0 !important;
    margin: 0 14px;
    font-size: 18px;
    color: #111;
    font-weight: 400;
}

.hss-box {
    position: relative;
    z-index: 0;
}

.hss-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000078;
    border-radius: 20px;
    z-index: 0;
}

.form-container {
    display: flex;
    gap: 20px;
}

.hsb-form .form-group {
    position: relative;
    width: 100%;
    padding: 10px 12px 10px 12px;
    background: #ffffff94;
    border-radius: 6px;
    backdrop-filter: blur(2px);
}

.form-group label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #444;
}

.input-wrapper {
    position: relative;
}

input[type="date"],
.dropdown-btn {
    width: 100%;
    padding: 10px;
    padding-right: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
}

.dropdown-btn {
    background: #fff;
    text-align: left;
    cursor: pointer;
}

.dropdown-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    top: 100%;
    left: 0;
    z-index: 10;
    margin-top: 5px;
    padding: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.counter-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.counter-buttons button {
    width: 30px;
    height: 30px;
    font-size: 18px;
    background: #eee;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}


.hsb-txt {
    text-align: center;
    color: #fff;
    width: 100%;
}

.hsb-ic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1320px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: space-between;
    padding: 300px 0 60px;
}

.hsb-form {
    width: 100%;
}

.hsb-txt h4 {
    font-size: 120px;
    word-spacing: 10px;
    font-weight: 400;
    margin-bottom: 14px;
}

.hsb-txt p {
    margin-bottom: 0;
    font-size: 26px;
    color: #fff;
    font-weight: 400;
}

.form-group label {
    margin-left: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #111;
}

.btn2 {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    width: 100%;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    max-width: fit-content;
    padding: 0 40px;
    backdrop-filter: blur(2px);
    height: 44.5px;
    margin-top: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.btn2 i{
    font-size: 15px;
}

.main-tt h4 {
    font-size: 100px;
    line-height: 90px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #745038;
}

.f-18 {
    font-size: 18px;
}

section.h-abt {
    position: relative;
    z-index: 0;
}

.habm-ic {
    margin: 0 50px;
}

p {
    font-size: 18px;
    line-height: 30px;
    color: #222;
}

section.h-abt:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFFAF4;
    top: 0;
    z-index: -1;
    max-width: 50%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 40px 40px;
}

.habl-ic img,
.habr-ic img {
    border-radius: 10px;
}

.btn3 {
    color: #745038;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.btn3 i {
    font-size: 16px;
}

.habl-ic {
    display: flex;
    height: 100%;
    align-items: end;
}

.habr-ic {
    display: flex;
    height: 100%;
    align-items: baseline;
}

.mw-750 {
    max-width: 750px;
}

.f-20 {
    font-size: 20px !important;
    line-height: 30px !important;
}

/* .hbnc-slider {
    display: flex;
} */
.hbnc-box {
    margin: 14px;
    /* border: 2px solid #efefef; */
    border-radius: 30px;
    box-shadow: 0 0 12px rgb(0 0 0 / 16%);
}

.bnb-img img {
    border-radius: 30px 30px 0 0;
      min-height: 300px;
    object-fit: cover;
}

.bnb-txt {
    position: relative;
    padding: 40px 20px 20px;
    /* background: #FFFAF4; */
}
.bnb-img {
    position: relative;
}

.unit-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #e58548; /* change color if needed */
    color: #fff;
    font-size: 13px;
   
    font-weight: 500;
    z-index: 2;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
      --s: 10px; /* control the shape */
  
  line-height: 1.8; /* control the height */
  padding-inline: calc(var(--s) + .3em);
  clip-path: polygon(0 0,calc(100% - var(--s)) 0,100% 50%,calc(100% - var(--s)) 100%,0 100%,var(--s) 50%);
  
  width: fit-content;
}
.bnb-span span {
    position: absolute;
    top: -24px;
    background: #ffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 9px 26px;
    display: inline-flex;
    font-size: 20px;
    font-weight: 500;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 6px;
    width: 100%;
    max-width: max-content;
}

.bnb-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bnb-ul {
    margin: 0px 0 20px;
}

.bnb-ul ul li {
       display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    border-bottom: 1px solid #0000000a;
    gap: 12px;
}

.bnb-ul ul li:last-child {
    border-bottom: none;
}

span.bnb-isp {
    width: 36px;
    height: 36px;
    background: #74503840;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #745038;
    font-size: 15px;
}

.hvlc-box {
    width: 100%;
    text-align: center;
}

.hvl-ic {
    background: #FFFAF4;
    padding: 50px 100px;
    border-radius: 80px 80px 0 0;
    margin: 0 -100px;
}

.hvl-con {
    display: flex;
    gap: 30px;
}

.hvlc-box img {
    max-width: 80px;
}

.hvlc-box h4 {
    font-size: 22px;
    margin: 16px 0 8px;
}

.hvlc-box p {
    margin: 0;
}

.ham-con {
    display: flex;
    flex-wrap: wrap;
    column-gap: 70px;
    justify-content: center;
    row-gap: 40px;
}

.hamc-box {
    text-align: center;
    width: 100%;
    max-width: max-content;
}

.hamc-box img {
    width: 100%;
    max-width: 70px;
    margin-bottom: 20px;
    /* filter: brightness(0) invert(1);
    opacity: 0.7; */
}

.hamc-box h5 {
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.hhvml-ic img {
    border-radius: 40px;
}

.hvm-ic {
    position: relative;
    z-index: 0;
}

.hvm-ic:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFFAF4;
    z-index: -1;
    max-width: 800px;
    left: 50%;
    transform: translate(-50%);
    max-height: 80%;
    top: 17%;
    border-radius: 40px;
}

.f-80 {
    font-size: 80px !important;
}

section.h-amentines {
    background: #745038;
    position: relative;
    z-index: 0;
}

section.h-amentines:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/bg1.jpg);
    top: 0;
    background-size: cover;
    background-position: bottom center;
    opacity: 0.5;
    z-index: -1;
}

/* .htsc-slider {
    display: flex;
} */
.htsc-box {
    box-shadow: 0 0 12px rgb(0 0 0 / 16%);
    padding: 46px 50px;
    border-radius: 60px 0;
    margin: 20px 20px;
    background-color: #fff;
}

.htsc-bic {
    display: flex;
    gap: 40px;
}

.bic-l img {
    max-width: 100px;
    min-width: 100px;
    min-width: 100px;
    max-width: 100px;
    border-radius: 50%;
}

.bicr-user h5 {
    margin-bottom: 4px;
    font-size: 24px;
    color: #313131;
}

.bicr-user span {
    font-size: 17px;
}

.bic-r p {
    margin-bottom: 20px;
    color: #656565;
}

.bic-l {
    position: relative;
    z-index: 0;
}

.bic-l:before {
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    background: url(../../assets/img/quote.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: -18px;
}

/* .hts-ic {
    position: relative;
    z-index: 0;
    padding: 0 0 80px 0px;
} */
.hts-con:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFFAF4;
    z-index: -1;
    max-width: 70%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
    top: 0;
}

.hts-con {
    position: relative;
    z-index: 0;
    padding: 30px 0 80px 0px;
}

.slick-dots {
    bottom: 10px !important;
}

.slick-dots li button:before {
    font-size: 14px !important;
    color: #745038 !important;
}

.ft-ic {
    background: #745038;
}

.ftb-ic {
    display: flex;
    justify-content: space-between;
}

.ftb-ic p {
    margin-bottom: 0;
}

.ft-ic {
    background: #745038;
    margin: 0 20px 20px 20px;
    border-radius: 20px;
}

.ftc-logo a {
    display: flex;
    background: #FFFAF4;
    max-width: 150px;
    padding: 10px 10px;
    border-radius: 14px;
}

.ft-top {
    padding: 80px 0 50px;
}

.ft-btm {
    background: #66432c;
    padding: 20px 0;
    border-radius: 0 0 20px 20px;
}

.ftc-con p {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.ftc-con {
    margin: 20px 0;
}

.ftc-social a {
    width: 40px;
    height:40px;
    background: #e3c3ac2e;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #E3C3AC;
    font-size: 15px;
}

.ftc-social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ftb-ic p {
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 0.3px;
    font-size: 17px;
}

.ftb-ic p a {
    color: #E3C3AC;
}

.ftc-adb {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
}

.adbl {
    width: 100%;
    height: 36px;
    background: #e3c3ac2e;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #E3C3AC;
    font-size: 15px;
    max-width: 36px;
    min-width: 36px;
}

.adbr p {
    color: #fff;
    margin-bottom: 0;
}

.adbr p a {
    color: #fff;
}

.adbr p a:hover {
    color: #E3C3AC;
}

.ftc-tt h4 {
    color: #E3C3AC;
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
    z-index: 0;
    font-size: 22px;
    line-height: 38px;
}

.ftc-tt h4:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 6px;
    background: #E3C3AC;
    border-radius: 10px;
    left: 0;
}

.ftc-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ftc-ul ul li {
    margin: 10px 0;
}

.ftc-ul ul li a {
    font-size: 18px;
    color: #fff;
}

.ftc-ul ul li a:hover {
    color: #E3C3AC;
}

.ftci1 {
    margin-right: 10px;
}

.ftci2 {
    margin-left: 30px;
}

.slick-next:before,
.slick-prev:before {
    font-family: 'FontAwesome' !important;
    font-size: 20px !important;
    color: #745038 !important;
    line-height: 20px !important;
    opacity: 1 !important;
}

.slick-next,
.slick-prev {
    width: 46px !important;
    height: 46px !important;
    border: 2px solid #745038 !important;
    border-radius: 4px !important;
    opacity: 0.7;
}

.slick-next:hover,
.slick-prev:hover {
    opacity: 1;
}

.slick-prev {
    left: -66px !important;
    z-index: 1 !important;
}

.slick-next {
    right: -66px !important;
}

.hbnc-slider .slick-list {
    margin: 0 -14px;
}

.sticky {
    width: 100%;
    position: fixed !important;
    top: 0px;
    z-index: 999999 !important;
    margin: 0 !important;
    background: #fff;
    box-shadow: 0 0 50px #00000020;
}

.counter-row:last-child {
    margin-bottom: 0;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #e9be9f !important;
}

.cus-container {
    width: 100%;
    max-width: calc(100% - 100px);
    margin-inline: auto;
}

section.h-book-now {
    overflow: hidden;
}

.rg-30 {
    row-gap: 30px;
}

section.i-banner {
    background: url(../../assets/img/i-banner.jpg);
    margin: -125px 20px 0;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    padding: 180px 0 50px;
    text-align: center;
    background-position: center center;
}

.ibn-ic p {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.ibn-ic p a {
    color: #fff;
}

.ibn-ic h4 {
    margin-bottom: 10px;
    font-size: 44px;
    font-weight: 600;
    color: #fff;
}

section.i-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000ad;
    left: 0;
    top: 0;
    border-radius: 20px;
    z-index: -1;
}

.mfcl-ic .ham-con {
    gap: 30px;
}

.mfcl-ic .hamc-box {
    background: #745038;
    width: 100%;
    max-width: 23%;
    padding: 20px 20px;
    border-radius: 20px;
    position: relative;
    z-index: 0;
    box-shadow: 0 8px 10px #00000069;
}

.mfcl-ic .hamc-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #e9be9f8c;
    border-radius: 12px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    max-width: calc(100% - 16px);
    max-height: calc(100% - 16px);
}

.pt-200 {
    padding-top: 200px !important;
}

.m-contact {
    position: relative;
    background: url(../../assets/img/earth.png);
    background-repeat: no-repeat;
    background-size: 660px;
    background-position: center left;
    z-index: 0;
    /* background-color: #fff0e9; */
}

.m-contact:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 55%;
    background: #eae5e1;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-height: calc(100% - 100px);
    border-radius: 70px 0 0 0;
}

.hcnl-ic {
    background: #745038;
    padding: 50px 50px;
}

.pt-200 {
    padding-top: 200px !important;
}

.hcnr-ic .ftc-br h5 {
    margin-bottom: 6px;
    font-size: 20px;
    color: #1a1818;
}

.hcnr-ic .ftc-br p,
.hcnr-ic .ftc-br a {
    color: #1a1818;
}

.hcnr-ic .ftc-bl span {
    width: 52px;
    height: 52px;
    font-size: 20px;
}

.hcnr-ic .ftc-box {
    column-gap: 20px;
    margin-bottom: 30px;
}

.hcnl-form .form-control {
    background: #fff;
    font-size: 16px;
    line-height: 24px;
    color: #0d1525;
    height: auto;
    padding: 15px 20px;
    resize: none;
    min-width: 100%;
    border-radius: 0px;
}

.ftc-box {
    display: flex;
    column-gap: 16px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.hcnr-ic .ftc-box {
    column-gap: 20px;
    margin-bottom: 30px;
}

.ftc-bl span {
    background: #7450381f;
    color: #745038;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 5px;
    font-size: 18px;
}

.hcnr-ic .ftc-bl span {
    width: 52px;
    height: 52px;
    font-size: 20px;
}

.m-contact:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 55%;
    background: #eae5e1;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-height: calc(100% - 100px);
    border-radius: 70px 0 0 0;
}

.form-group {
    margin-bottom: 24px;
    width: 100%;
}

.hcnl-form .form-control {
    background: #fff;
    font-size: 16px;
    line-height: 24px;
    color: #0d1525;
    height: auto;
    padding: 15px 20px;
    resize: none;
    min-width: 100%;
    border-radius: 8px;
}

.form-row {
    display: flex;
    column-gap: 24px;
}

.main-map {
    margin-bottom: -10px;
}

.bns-box {
    display: flex;
    align-items: center;
    background: #FFFAF4;
    padding: 24px;
    border-radius: 50px;
    gap: 40px;
    box-shadow: 0 6px 10px #00000033;
    margin-bottom: 40px;
}

.bns-box:nth-child(even) {
    background: #745038;
}

.bnsl img {
    max-height: 200px;
    min-height: 200px;
    border-radius: 30px;
    object-fit: cover;
}

.bnsl {
    width: 100%;
    max-width: 290px;
}

.bnsr {
    width: 100%;
    max-width: 170px;
}

.bnsm h4 {
    font-size: 28px;
    margin-bottom: 14px;
    font-weight: 500;
    color: #333;
}

.bnsm h5 {
    color: #745038;
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 500;
}

.bnsm h5 i {
    margin-right: 8px;
}

.bnsm p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bns-box:nth-child(even) .bnsm h4,
.bns-box:nth-child(even) .bnsm h5,
.bns-box:nth-child(even) .bnsm p {
    color: #fff;
}

.bns-box:nth-child(even) .btn1 {
    background: #fff;
    color: #745038;
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

.mcdi-box {
    /* width: 100%;
            max-width: 31%; */
    position: relative;
}

a.fancybox-buttons {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000d4;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    opacity: 0;
    border-radius: 16px;
}


.mcdi-box .fancy-box:hover a.fancybox-buttons {
    opacity: 1;
    transition: 0.8s ease-in-out;
}

a.fancybox-buttons:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #35fd1a1c;
    max-width: calc(100% - 75%);
    max-height: calc(100% - 75%);
    border-radius: 10px;
}

.mcdi-box .fancy-box:hover a.fancybox-buttons:before {
    border: 3px solid #fff;
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    transition: 2s;
}

.mcdi-r .mcdi-box img {
    height: 100%;
    min-height: 240px;
    max-height: 240px;
    object-fit: cover;
}
.mcdi-l .mcdi-box, .mcdi-l .mcdi-box .fancy-box{
    height: 100%;
}
.mcdi-l .mcdi-box img{
    height: 100%;
    object-fit: cover;
}
.fancy-box img {
    border-radius: 16px;
}
.mcdcl-price h5 {
    font-size: 18px;
    color: #555;
    margin-bottom: 16px;
}
.mcdcl-price h5 span {
    color: #745038;
    margin-right: 6px;
}
.mcdcl-price h4 {
    font-size: 44px;
    font-weight: 500;
    color: #111;
    margin-bottom: 20px;
}

.mcdcl-services {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.dcls-box {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px 16px 18px;
    border-radius: 10px;
    border: 1px solid #74503824;
}
.dcls-con p {
    margin: 0;
    font-weight: 500;
    color: #745038;
}
.dcls-img img {
    max-width: 48px;
}
.dcls-img {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-tt h5 {
    padding-left: 20px;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
    font-size: 24px;
    color: #745038;
    display: inline-block;
}   
.main-tt h5:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    background: #745038;
    left: 0;
    border-radius: 10px;
}

.main-con p a {
    color: #745038;
}


.ptvsr-cx {
    margin-bottom: 28px;
}
.ptvsr-cx:last-child {
    margin-bottom: 0px;
}
.ptvsl-ic, .tnsl-ic {
    height: 100%;
}
.ptvsl-ic img, .tnsl-ic img{
    height: 100%;
    object-fit: cover;
        border-radius: 40px;
}
.ptvs-ic {
    background: #FFFAF4;
    padding: 100px 100px;
    border-radius: 80px 80px;
    margin: 0 -100px;
}
.main-ul ul li {
    font-size: 18px;
    line-height: 30px;
    color: #222;
    font-weight: 400;
    padding-left: 32px;
    margin-bottom: 8px;
    position: relative;
    z-index: 0;
    font-family: "Jost", sans-serif;
}
.main-ul ul {
    list-style: none;
    padding: 0;
    
}

.main-ul ul li:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../../assets/img/check-mark.png);
    left: 0;
    top: 5px;
    background-size: contain;
}
.mcdcr-ic {
    background: #FFFAF4;
    padding: 24px 24px;
    position: sticky;
    top: 140px;
    border-radius: 20px;
    border: 1px solid #e1dbd238;
}
.mcdcr-ic input, .mcdcr-ic .dropdown-btn {
    background: #e1dbd2;
    border: 1px solid #e1dbd2;
}
.mcdcr-ic .form-group {
    margin-bottom: 14px;
    width: 100%;
}
@media(min-width:992px){
    li.dropdown:hover .dropdown-menu {
    display: block;
}
}
ul.dropdown-menu {
    border-radius: 0;
    border: none;
    border: 1px solid #cccccc30;
    padding: 0 0 !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.sticky ul.dropdown-menu {
    border-radius: 0;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 1px solid #cccccc30;
    padding: 0 0 !important;
}

a.dropdown-item {
    padding: 12px 16px;
    border-bottom: 1px solid #7450382b;
    font-weight: 400;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #745038 !important;
}
.mnz-ic .dcls-img {
    width: 70px;
    height: 70px;
}
.mnz-ic .dcls-img img {
    max-width: 70px;
}
.mnz-ic .dcls-box {
    gap: 20px;
    padding: 22px 24px 22px 24px;
    background: #fff;
    border: none;
    box-shadow: rgb(100 100 111 / 17%) 0px 7px 29px 0px;
}
.mnz-ic .mcdcl-services {
    justify-content: center;
}
/* .bns-filter {
    background: #745038;
    padding: 30px 30px;
    border-radius: 40px;
    margin-bottom: 40px;
} */
.bns-filter {
    background: #fffaf421;
    padding: 40px 30px 50px;
    border-radius: 20px;
    /* margin-bottom: 40px; */
    /* box-shadow: 0 6px 10px #00000033; */
}
.bns-filter .form-group {
    margin: 0;
}
.bns-filter .btn2 {
    margin-top: 30px;
}
.bns-filter .form-group label {
    color: #fff;
}
.bns-fuk {
    background: #745038;
    margin: 40px 20px 0;
    border-radius: 20px;
    padding: 30px 30px;
}
.bnsz-ii {
    background: #745038;
    padding: 40px 40px;
    border-radius: 40px;
}
.bnsz-ii .form-group {
    margin-bottom: 0;
}
.bnsz-ii .btn2 {
    margin-top: 30px;
}
.bnsz-ii .form-group label {
    color: #fff;
}
.bnsz-ii hr {
    color: #fff;
    margin: 50px 0 30px;
}
.whatsapp-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 25px;
    right: 25px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 1.5s infinite;
}

.whatsapp-float i {
   font-size: 30px;
}

/* Pulse effect */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Optional hover effect */
.whatsapp-float:hover {
    transform: scale(1.1);
    transition: 0.3s;
}