@font-face {
    font-family: eicons;
    src: url(../fonts/eicons.html);
    src: url(../fonts/eicons-2.html) format("embedded-opentype"), url(../fonts/eicons.woff2) format("woff2"), url(../fonts/eicons.html) format("woff"), url(../fonts/eicons-3.html) format("truetype");
    font-weight: 400;
    font-style: normal
}

[class*=" eicon-"],
[class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

:root {
    --primary-color: #000;
    --secondory-color: #7e9e8f, serif;
}

html {
    scroll-behavior: smooth
}

[data-toggle="modal"] {
    cursor: pointer;
}

body {
    min-width: 340px;
    font-family: "Outfit", sans-serif;
}

img {
    max-width: 100%
}

.ptb {
    padding: 70px 0
}

.ptb-40 {
    padding: 40px 0;
}

/* header section start here */

header {
    position: absolute;
    top: 0;
    z-index: 99;
    background-color: transparent;
    width: 100%
}

header .container {
    max-width: 90%
}

header .navbar-brand img {
    width: 96px;
    max-width: 186px;
}

header .header-wrapper {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

header .navbar-nav {
    flex-direction: row
}

header ul li {
    padding: 0 14px
}

header ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

header .header_button {
    padding: 12px 30px;
    border: none;
    background: var(--primary-color);
    color: #fbe486;
    border-radius: 10px;
}

header.fixed-header {
    position: fixed;
    background-color: #f2ece4
}

header.fixed-header .navbar-brand img {
    filter: unset;
    width: 96px;
    max-width: 186px;
}

header.fixed-header .navbar-nav .nav-link {
    color: #000000;
    font-weight: 400;
}

header.fixed-header .navbar-nav .nav-link:hover {
    color: #000000;
}

header .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 400;
}

header .navbar-nav .nav-link:hover {
    color: #ffffff;
}

/* header section ends here */

/* banner section start here */

.banner_section .banner_content {
    position: absolute;
    top: 20%;
    left: 7%;
    color: #fff;
    z-index: 9;
}

.banner_section .carousel-inner::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: .6;
    transition: background .3s ease 0s, border-radius .3s ease 0s, opacity .3s ease 0;
    content: "";
    z-index: 1
}

.banner_section .side_content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #00000054;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    writing-mode: vertical-rl;
    z-index: 9
}

.banner_section .my-box {
    height: 100%;
    width: 100%
}

.banner_section .my-box ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 18px
}

.banner_section .my-box ul li {
    transform: rotate(180deg);
    display: flex;
    align-items: center
}

.banner_section .location {
    transform: rotate(268deg)
}

.banner_section h1.title {
    font-size: 60px;
    /* font-family:var(--secondory-font); */
    padding: 10px 0;
    margin-bottom: 0;
    font-weight: 400;
}

.banner_section .icon_img {
    transform: rotate(90deg);
    width: 100%
}

.banner_section .call_img {
    filter: invert(1)
}

.banner_section .my-box ul li a {
    color: #fff
}

.banner_section .my-box ul li span {
    padding-top: 10px
}

.banner_section h5.small_title {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 8px
}

.banner_section .bottom_content {
    position: absolute;
    bottom: 3%;
    width: 52%;
    left: 7%;
    z-index: 9
}

.banner_section .bottom_content .item_box {
    display: flex;
    width: 100%;
    align-items: center;
    line-height: normal;
    margin: 0;
    padding: 0
}

.banner_section .bottom_content .item .inner {
    background: #000000ba;
    padding: 15px 40px;
    border-radius: 20px;
    border: 1px solid #dfa317;
    color: #dfa317;
}

.banner_section .bottom_content .item {
    padding: 5px;
    border-radius: 20px;
    border: 1px solid #dfa317;
    margin: 0 5px
}

.banner_section .bottom_content .item .inner p {
    font-size: 20px;
    text-align: center;
    /* font-family:var(--secondory-font); */
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 600
}

.banner_section .right_form {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 22%;
    height: auto;
    z-index: 9;
    border-radius: 10px;
    border: 0;
}

.banner_section .form_sec {
    padding: 15px 15px;
    background: #ffffff8a;
    /* opacity:.95; */
    backdrop-filter: blur(25px);
}

.banner_section h2.typo {
    /* letter-spacing:2px; */
    font-weight: 500;
    font-size: 30px;
}

.banner_section ul.key_high {
    margin: 15px 0 0;
    padding: 10px 0 0
}

.banner_section ul.key_high li {
    list-style: none;
    padding: 5px 0;
    /* letter-spacing:1.1px; */
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 14px
}

.banner_section ul.key_high li img {
    padding-right: 8px;
    left: 12px;
    /* position:absolute; */
    filter: brightness(5.5);
}

.banner_section.banner_btn {
    margin-top: 30px
}

.banner_btn button {
    padding: 13px 30px;
    border: none;
    background-color: #ffffffa8;
    color: #000000;
    /* text-transform:uppercase; */
    letter-spacing: 1px;
    font-size: 18px;
    position: relative;
    border-radius: 10px;
    backdrop-filter: blur(25px);
}

.icon-next {
    position: relative;
    top: -.1em;
    margin-left: .6em;
    vertical-align: middle;
    display: inline-block;
    width: .94em;
    height: .75em;
    background: url(../images/icon/next.png) 0 0 / .94em .75em no-repeat;
    filter: brightness(0.5);
}

.banner_section ul.key_high li span {
    background: #000000a6;
    /* padding:8px 15px 8px 45px; */
    /* border-radius:10px; */
    color: #ffffff;
    /* backdrop-filter: blur(25px); */
    padding: 1px 7px;
}

.banner_section .bottom_content .item .inner p span.key {
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block;
    border-bottom: 2px dotted #dfa317;
}

.banner_section h2.form_title {
    font-size: 36px;
    color: #000000;
    margin-bottom: 15px;
    text-align: center;
}

.banner_section .right_form .form-control {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 12px 15px;
    border: none;
    background: transparent;
    border: 1px solid #000000;
    color: #000000;
    border-radius: 0px;
}

.banner_section button.btn.main_button {
    color: #fff;
    background: #000;
}

.banner_section .right_form .form-control::placeholder {
    color: #000000;
}

button.btn.main_button {
    background: transparent;
    border-radius: 9px;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    width: 100%
}

.form-control::placeholder {
    color: var(--primary-color)
}

.form-label1 {
    color: #ffffff;
}

.banner_section .carousel_btns {
    position: relative;
    height: 100%;
    z-index: 9
}

.banner_section .carousel_btns button {
    width: 80px;
    height: 80px;
    background: #000000c7;
    opacity: 1;
    border-radius: 10px;
}

.banner_section .carousel_btns img {
    max-width: 35px;
}

.banner_section .carousel-control-prev {
    left: 66%;
    top: unset
}

.banner_section .carousel-control-next {
    left: unset;
    top: unset;
    right: 25%
}

/* .carousel-item img {height: 100vh;} */

.banner-img {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}

.banner_section .bottom_content .item .inner p {
    display: flex;
    flex-direction: column;
}

/* banner section end here */

.item_wrap {
    padding: 20px;
    background-color: #fff;
}

.item_wrap:hover {
    /* background-color: #dfa317; */
    transition: 0.50s;
}

.price_section .banner_btn button {
    background-color: #b98305;
    color: #ffffff;
}

.price_section .icon-next {
    filter: unset;
}

.modal-header .close {
    position: absolute;
    right: 30px;
    top: 26px;
    background-color: #ffffff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* overview section start here */

.overview {
    position: relative;
    background-image: url(../images/download.png);
    background-position: center center;
    background-size: 100%
}

.overview::after {
    content: attr(data-name);
    font-size: 80px;
    position: absolute;
    line-height: 100px;
    color: #6d6d6d;
    font-weight: 600;
    opacity: .1;
    text-transform: uppercase;
    right: 24px;
    writing-mode: tb-rl;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    text-align: center;
}

.overview .row {
    align-items: center
}

.overview .img_section {
    position: relative;
    overflow: unset;
    padding-top: 60px;
    padding-bottom: 60px
}

.overview .first_img {
    padding: 20px;
    margin-right: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: -49px;
    width: 250px;
    height: 180px;
    object-fit: cover;
    background-color: #fff
}

.overview .second_img {
    margin-left: 150px;
    margin-top: 20px;
    position: relative
}

.overview .second_img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 60px;
    top: 60px;
    border: 5px solid #f8f8f8;
    z-index: -1
}

.overview .content_section p {
    line-height: 1.6;
    color: #777
}

.overview .title_section h3.title {
    font-weight: 600
}

.title_section h4.pro_title {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    color: #dfa317;
}

.title_section .pro_title::before {
    content: "";
    position: absolute;
    top: 15px;
    right: -70px;
    height: 1px;
    width: 60px;
    background-color: #dfa317;
}

.overview .banner_btn button {
    font-size: 18px;
    font-family: 'Outfit';
    text-transform: capitalize;
    letter-spacing: 1px;
}

.overview .image_section img {
    width: 100%;
    max-width: 100%;
    width: 100%;
    max-width: 100%
}

/* overview section ends here */

/* heighlight section start here */

.highlight_section {
    background-image: url(../images/highlight-bg.png);
    position: relative;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #f8f8f8;
    z-index: 1
}

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

.highlight_section ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.highlight_section span.number {
    box-shadow: #e2e2e3 0 0 0 5px inset;
    font-size: 20px;
    font-weight: 700;
    color: #212529;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    /* width:70px; */
    /* height:70px; */
    /* line-height:70px; */
    padding: 10px 16px;
    /* margin-left: 10px; */
    /* margin-right: 10px; */
}

.highlight_section .highlight_point {
    padding-left: 8px;
    text-transform: uppercase;
}

.highlight_section .content_section ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 30px
}

.highlight_section .row {
    align-items: center
}

.highlight_section::after {
    content: attr(data-name);
    font-size: 80px;
    position: absolute;
    line-height: 100px;
    color: #6d6d6d;
    font-weight: 600;
    z-index: -1;
    opacity: .1;
    text-transform: uppercase;
    left: 25px;
    writing-mode: tb-rl;
    top: 50%;
    transform: rotate(180deg) translateY(50%);
    height: 100%;
    text-align: center;
}

/* heighlight section ends here */

/* amenities section start here */

.amenities_section::after {
    content: attr(data-name);
    font-size: 80px;
    position: absolute;
    line-height: 100px;
    color: #6d6d6d;
    font-weight: 600;
    opacity: .1;
    text-transform: uppercase;
    right: 25px;
    /* writing-mode:tb-rl; */
    top: 3%;
    /* transform:translateY(-50%); */
    /* height:100%; */
    text-align: center;
}

.amenities_section {
    background-color: #f2ece4;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.amenities_section .amenities_wrapper {
    display: flex;
    align-items: normal;
    justify-content: center;
    padding-top: 50px;
    position: relative;
    left: -11%
}

.amenities_section .wrap {
    display: flex
}

.amenities_section .amenities_wrapper .title {
    background: #000;
    padding: 50px;
    color: #dfa317;
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.amenities_section .amenities_wrapper .title P {
    color: #fff;
}

.amenities_section .amenities_wrapper .title:before {
    content: "";
    border: 4px solid #fff;
    display: block;
    width: 100%;
    height: 100%;
    top: -10px;
    left: 10px;
    position: absolute
}

.amenities_section .amenities_wrapper .title h2 {
    font-weight: 600;
    letter-spacing: 1px
}

.amenities_section .row {
    align-items: center;
    height: 100%
}

.amenities_section .image_wrapper {
    width: 50%
}

.amenities_section .image_wrapper img {
    width: 100%;
}

ul.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

ul.slick-dots li button:before {
    font-family: eicons;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '\e914';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

ul.slick-dots li.slick-active button:before {
    font-size: 14px;
    opacity: .75;
    color: #000
}

/* amenities section ends here */

/* price section start here */

.price_section .item_wrap {
    padding: 30px 15px;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.25) 0 25px 50px -12px;
    text-align: center;
    border-radius: 14px;
    background-color: #f2ece4
}

.price_section .item_wrap .title h3 {
    font-size: 26px;
    font-family: var(--primary-font);
    padding: 10px;
    margin-bottom: 0px
}

.price_section .item_wrap .price {
    border-bottom: 1px dashed var(--primary-color);
    margin-bottom: 20px;
    padding-bottom: 10px
}

.price_section .item_wrap .size p {
    font-size: 22px;
    font-weight: 500
}

.price_section .price_inner {
    margin-top: 40px
}

.price_section .item_wrap .title h3 {
    background: var(--primary-color);
    color: #fff;
    width: 100%
}

.price_section .item_wrap .price span {
    font-size: 20px
}

.price_btn button {
    font-size: 16px;
    letter-spacing: 1.4px;
    padding: 12px 24px
}

.price_section .item_wrap .title {
    border: 1px solid #000;
    padding: 2px;
    margin-bottom: 20px;
}

.price_section .price_inner .col-lg-4 {
    margin-bottom: 15px
}

.price_section {
    position: relative
}

.price_section::after {
    content: attr(data-name);
    font-size: 80px;
    position: absolute;
    line-height: 100px;
    color: #6d6d6d;
    font-weight: 600;
    z-index: -1;
    opacity: .1;
    text-transform: uppercase;
    left: 25px;
    writing-mode: tb-rl;
    top: 50%;
    transform: rotate(180deg) translateY(50%);
    height: 100%;
    text-align: center
}

/* price section ends here */

/* floorplan start here */

.floor_plan .item_wrap .title {
    background-color: var(--primary-color);
    color: #dfa317;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    margin-bottom: 0;
    border-radius: 10px
}

.floor_plan .img_sec {
    border: 1px solid var(--primary-color);
    padding: 8px;
    border-radius: 14px
}

.floor_plan .img_sec img {
    cursor: pointer
}

.floor_plan.ptb .title_section {
    margin-bottom: 40px
}

.floor_plan {
    position: relative;
    background-color: #f8f8f8
}

.floor_plan::after {
    content: attr(data-name);
    font-size: 80px;
    position: absolute;
    line-height: 100px;
    color: #6d6d6d;
    font-weight: 600;
    opacity: .1;
    text-transform: uppercase;
    right: 24px;
    writing-mode: tb-rl;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    text-align: center
}

.floor_plan .row .col-lg-4 {
    margin-bottom: 15px
}

.inp-box {
    display: flex;
    align-items: center;
    padding-top: 0;
}

.inp-box p.inp-txt {
    font-size: 9px;
    margin-bottom: 0;
}

.inp-box label{
    cursor: pointer;
}
.location_section .card-header {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c8b4b4;
    padding: 20px 14px 20px 0
}

.location_section .card-body span.time {
    font-weight: 600
}

.location_section .card {
    border: none;
    background-color: initial
}

.location_section .card-header h5 {
    margin-bottom: 0;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    cursor: pointer;
}

.location_section .card-body {
    padding: 10px 0
}

.location_section .title_section {
    padding-bottom: 5px
}

.location_section {
    position: relative;
    background-color: #f2ece4
}

.location_section .card-body p {
    display: flex;
    justify-content: space-between;
    background-color: #f2ece4;
    color: #020202;
    padding: 8px 10px;
    align-items: center;
    margin-bottom: 0;
    font-weight: 500
}

.location_section .row {
    align-items: center
}

.location_section .content_wrap {
    padding: 0 90px 0 40px
}

.location_section .card-header h5 img {
    padding-right: 10px
}

.location_section .image_section {
    position: relative;
}

.location_section .image_section .title {
    background-color: var(--primary-color);
    color: #fbe486;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    margin-bottom: 0;
    border-radius: 10px;
}

/* gallery-section */

.gallery_section .galler_item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.gallery_section .title_section {
    padding-bottom: 40px
}

footer.footer {
    background-color: #f2ece4;
    text-align: center
}

/* .gallery_section .galler_item img {
    border: 1px solid #f2ece4;
    padding: 5px;
    border-radius: 15px;
    box-shadow: rgba(17, 17, 26, 0.1) 0 4px 16px, rgba(17, 17, 26, 0.05) 0 8px 32px;
    min-height: 100px;
    object-fit: cover;
} */

.gallery_section .galler_item img {
    border: 16px solid #ffffff;
    border-radius: 8px;
    box-shadow: 9px -11px 20px 0px #b5b2b2;
    min-height: 100px;
    object-fit: cover;
    padding: 4px;
}

footer .inner-footer-bottom p {
    margin-bottom: 10px;
}

/* form css */

.right_form {
    position: absolute;
    bottom: 0;
    right: 0;
    /* width:22%; */
    border: 8px solid var(--primary-color);
    height: auto;
    z-index: 9
}

.form_sec {
    padding: 30px 15px;
    background: var(--primary-color);
    /* opacity:.95; */
}

h2.form_title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 15px
}

.right_form .form-control {
    border-radius: 0;
    background-color: transparent;
    padding: 12px 15px;
    border: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
}

.right_form .form-control::placeholder {
    color: #fff;
}

button.btn.main_button {
    background: white;
    border-radius: 9px;
    border: 1px solid #4d4b43;
    color: #000000;
    display: inline-block;
    width: 100%
}

.form-control::placeholder {
    color: var(--primary-color)
}

.contact_section .footer_form {
    position: relative;
    border: none;
    width: 100%;
    /* max-width: 42% */
}

.contact_section .row {
    justify-content: space-between;
    align-items: center
}

.footer_form .form_sec {
    padding: 30px;
    border-radius: 10px;
    opacity: 1
}

.footer_form h2.form_title {
    text-align: center;
    padding-bottom: 4px;
    color: #dfa317;
}

/* mobile-trigger */

.mobile-trigger {
    cursor: pointer;
    display: block;
    height: auto;
    line-height: normal;
    padding: 0;
    position: relative;
    right: 15px;
    width: auto;
    z-index: 99999
}

.mobile-trigger i,
.mobile-trigger i:after,
.mobile-trigger i:before {
    background-color: #283b5c;
    border-radius: 1px;
    display: inline-block;
    height: 3px;
    width: 24px;
    position: relative;
    top: 0;
    background-color: #000;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    display: inline-block;
    height: 3px;
    width: 24px
}

.mobile-trigger i:after,
.mobile-trigger i:before {
    content: "";
    position: absolute
}

.mobile-trigger i:before {
    top: -6px
}

.mobile-trigger i:after {
    top: 6px
}

.mobile-open .mobile-trigger i:before {
    background-color: #fff;
    bottom: 0;
    top: 0;
    transform: rotate(-45deg);
    transition: bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s
}

.mobile-open .mobile-trigger i:after {
    background-color: #fff;
    top: 0;
    transform: rotate(45deg);
    transition: top .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s
}

.mobile-open .mobile-trigger i {
    background-color: transparent
}

.mobile-open .mobile_overlay {
    background-color: #000000a1;
    opacity: 1;
    pointer-events: all
}

.mobile-open .navbar-collapse {
    left: 0;
}

.footer p.btm-foot a {
    color: var(--primary-color);
    font-weight: 600
}

.footer h6.moreless-button {
    color: var(--primary-color);
    cursor: pointer
}

.footer .inner-footer-bottom p b {
    color: var(--primary-color)
}

.contact_section {
    background-image: url(../images/bg-map-footer.png)
}

header .header_button img {
    padding-right: 10px
}

.modal-body button.btn.main_button {
    background-color: var(--primary-color);
    margin: 10px 0;
    color: #fff
}

html,
body {
    background-color: #fff
}

.container {
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.pulse-button span {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #333;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    float: right
}

.pulse-button img {
    -webkit-animation: wiggle 2s infinite;
    -moz-animation: wiggle 2s infinite;
    animation: wiggle 2s infinite
}

.pulse-button {
    color: #333;
    font-weight: 500;
    position: relative;
    text-align: left;
    border: none;
    box-shadow: 0 0 0 0 #435f54;
    border-radius: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    /* -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1); */
    font-size: 18px;
}

.pulse-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

.pulse-button a:hover {
    text-decoration: none;
}

.light-logo {
    display: block;
}

.dark-logo {
    display: none;
}

.fixed-header .light-logo {
    display: none;
}

.fixed-header .dark-logo {
    display: block;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(255, 232, 160, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(255, 232, 160, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(255, 232, 160, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(255, 232, 160, 0);
    }
}

/* safari and chrome */

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: rotate(15deg);
    }

    50% {
        -webkit-transform: rotate(-15deg);
    }

    100% {
        -webkit-transform: rotate(15deg);
    }
}

/* firefox */

@-moz-keyframes wiggle {
    0% {
        -moz-transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
    }

    100% {
        -moz-transform: rotate(15deg);
    }
}

/* anyone brave enough to implement the ideal method */

@keyframes wiggle {
    0% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(-15deg);
    }

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

.mobile-section {
    position: fixed;
    bottom: 0;
    background-color: var(--primary-color);
    color: #fff;
    z-index: 99;
    width: 100%;
    display: none;
}

.mobile-section a {
    color: #fff;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 10%) !important;
}

.mobile-section a:hover {
    color: #ffffff;
}

footer .inner-footer-bottom p a {
    color: var(--primary-color);
    font-weight: 500;
}

@media (min-width:992px) {
    .mobile-trigger {
        display: none;
    }

    header ul li.nav-item.call_btn {
        display: none;
    }
}

@media (max-width:1480px) {
    header .header-wrapper {
        justify-content: space-around;
    }

    header .navbar-brand img {
        /* max-width: 257px; */
        vertical-align: middle;
        padding: 5px 0 0 0;
    }

    .banner_section ul.key_high li {
        padding: 0px 0;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .banner_section ul.key_high li img {
        max-width: 24px;
    }

    header ul li {
        padding: 0 6px;
    }

    header .header_button {
        padding: 12px 18px
    }

    .banner_section h1.title {
        font-size: 37px
    }

    .banner_section h2.typo {
        font-size: 23px
    }

    .banner_section .bottom_content .item .inner {
        padding: 10px 5px;
        border: none
    }

    .banner_section .carousel_btns button {
        width: 70px;
        height: 70px
    }

    .banner_section .carousel-control-prev {
        left: 64%
    }

    .amenities_section .amenities_wrapper .title {
        padding: 28px
    }

    .banner_section .bottom_content .item .inner p span.key {
        /* margin-bottom:0; */
        font-size: 22px;
        /* padding-bottom:0; */
        /* border:none; */
        margin-left: 0px;
    }

    .banner_btn button {
        font-size: 16px;
        padding: 12px 20px
    }

    .amenities_section .amenities_wrapper .title h2 {
        font-size: 26px
    }

    .amenities_section .amenities_wrapper .title {
        padding: 20px
    }

    .highlight_section span.number {
        padding: 6px 12px;
    }

    .banner_section h2.form_title {
        font-size: 28px
    }

    .banner_section .form_sec {
        padding: 10px
    }

    header .container {
        max-width: 95%
    }

    .location_section .card-header {
        padding: 14px 14px 14px 0;
    }

    .location_section .card-header h5 {
        font-size: 14px;
    }
}

@media (max-width:1367px) {
    header .container {
        max-width: 100%
    }

    header .navbar-brand img {
        vertical-align: middle;
        padding: 5px 0 0 0;
        margin-left: 50px;
        max-width: 100px;
    }

    header ul li {
        padding: 0 7px;
    }

    .banner_section .banner_content {
        top: 17%;
    }
}

@media (max-width:1281px) {
    header .container {
        max-width: 100%
    }

    header .navbar-brand img {
        max-width: 70px;
        vertical-align: middle;
        padding: 5px 0 0 0;
    }
}

@media (max-width:992px) {
    .light-logo {
        display: none;
    }

    .dark-logo {
        display: block;
    }

    .mobile-section {
        display: flex;
        justify-content: space-between;
    }

    .overview::after {
        font-size: 40px;
        right: 0;
        line-height: normal;
        top: 11%;
        height: auto;
        content: none
    }

    .highlight_section::after {
        line-height: normal;
        font-size: 40px;
        writing-mode: rl;
        top: 0;
        transform: none;
        height: auto;
        right: 0;
        left: 0;
        content: none
    }

    .highlight_section span.number {
        font-size: 20px;
        /* width:68px; */
        /* height:50px; */
        /* line-height:50px; */
    }

    .amenities_section::after {
        font-size: 40px;
        top: 0;
        line-height: normal
    }

    .amenities_section .amenities_wrapper {
        left: 0
    }

    .amenities_section .wrap>div {
        width: 100%
    }

    .amenities_section .wrap {
        flex-direction: column-reverse
    }

    .amenities_section .amenities_wrapper .title {
        width: 100%;
        padding: 10px;
        background: var(--primary-color);
    }

    .amenities_section .amenities_wrapper .title p {
        display: none
    }

    .amenities_section .amenities_wrapper .title:before {
        content: none
    }

    .amenities_section .amenities_wrapper .title h2 {
        margin-bottom: 0;
        text-align: center
    }

    .floor_plan .item_wrap .title {
        font-size: 20px
    }

    .location_section .content_wrap {
        padding: 30px 0 0
    }

    .contact_section .footer_form {
        max-width: 100%
    }

    .banner_section .banner_content {
        position: relative;
        top: 0;
        left: 0;
        color: #000;
        padding: 14px 15px
    }

    .banner_section .bottom_content {
        position: relative;
        width: 100%;
        left: auto;
        bottom: auto
    }

    .banner_section .right_form {
        position: relative;
        width: 100%;
        border-radius: 0;
    }

    .banner_section h1.title {
        font-size: 32px;
        padding: 0 0 10px
    }

    .banner_section h2.typo {
        font-size: 22px
    }

    .banner_section ul.key_high li {
        font-size: 16px;
        letter-spacing: normal;
        color: #fff;
        display: flex;
        background: #0000004d;
        backdrop-filter: blur(25px);
        padding: 5px 8px;
        border-radius: 10px;
        justify-content: start;
        gap: 15px;
    }

    .banner_section ul.key_high li img {
        padding-right: 0;
        left: 4px;
        filter: brightness(0.1);
        width: 24px;
        height: 24px;
    }

    .banner_section ul.key_high li span {
        /* padding-left: 4px; */
        color: #000;
        display: block;
        background: url();
        padding: 0;
    }

    .banner_section .carousel_btns button {
        bottom: auto;
        top: 16%;
        width: 40px;
        height: 40px
    }

    .banner_section .carousel_btns {
        position: static
    }

    .banner-img {
        min-height: 250px;
        object-fit: cover;
        height: auto
    }

    .banner_section .carousel-control-prev {
        left: auto;
        right: 18%
    }

    .banner_section .carousel-control-next {
        right: 4%
    }

    .banner_section .carousel_btns img {
        max-width: 25px
    }

    header .navbar-brand img {
        max-width: 70px;
        filter: unset;
        padding: 10px 0 5px;
        margin: 0;
        display: none;
    }

    .header-right {
        display: none
    }

    header .navbar-nav {
        flex-direction: column;
        width: 100%;
        height: 100%;
        margin-top: 60px;
        align-items: center
    }

    .menu-wrapper {
        position: fixed;
        width: 100%;
        top: 0;
        bottom: 0;
        left: -100%;
        right: 0;
        z-index: 9;
        background: var(--primary-color);
        transition: .3s ease-in-out;
        height: 100%
    }

    .mobile-open .menu-wrapper {
        left: 0
    }

    header ul li a {
        color: #fff
    }

    .banner_section {
        position: relative
    }

    header .container {
        max-width: 100%
    }

    header {
        position: relative;
        background-color: #f2ece4;
    }

    .overview .first_img {
        left: -10px;
        padding: 10px
    }

    .overview .row {
        flex-direction: column-reverse
    }

    .overview .row .col-lg-6,
    .highlight_section .row .col-lg-6 {
        padding-bottom: 20px
    }

    .amenities_section::after {
        content: none
    }

    .amenities_section .image_section {
        display: none
    }

    .gallery_section .row {
        justify-content: center
    }

    .banner_section .my-box ul li {
        transform: none;
        padding: 10px 0
    }

    .banner_section .icon_img {
        transform: none;
        width: 20px
    }

    .banner_section .my-box ul li:nth-child(2) {
        display: none
    }

    .banner_section .my-box ul li span {
        padding: 0;
        padding-left: 6px;
    }

    .banner_section .side_content {
        position: relative;
        writing-mode: unset;
        background-color: #000000cf;
        margin-bottom: 10px
    }

    .highlight_section ul li {
        display: flex
    }

    .overview .title_section h3.title {
        font-size: 24px
    }

    .footer_form .form_sec {
        padding: 15px
    }

    .banner_section .bottom_content .item_box {
        flex-wrap: wrap
    }

    .banner_section .bottom_content .item {
        margin: unset;
        margin-bottom: 7px;
        border: none;
        border-bottom: 1px solid #ccc
    }

    .banner_section .bottom_content .item_box {
        padding: 10px
    }

    .overview .img_section {
        padding-bottom: 0
    }

    /* .banner_section .bottom_content .item .inner p{flex-direction:initial;justify-content:center} */
    .banner_section .bottom_content .item .inner p {
        flex-direction: row;
        gap: 20px;
        justify-content: center;
        color: #000;
        align-items: center;
    }

    .banner_section .bottom_content .item .inner p span.key {
        border-bottom: none;
        padding: 0px;
        margin: 0px 0 7px 0;
    }

    .overview .content_section p {
        text-align: justify
    }

    header.fixed-header .navbar-nav .nav-link {
        color: #fff
    }

    .gallery_section .galler_item {
        padding-bottom: 15px
    }

    .contact_section p {
        text-align: justify
    }

    .ptb {
        padding: 50px 0;
    }

    .banner_section .bottom_content .item .inner {
        border-radius: 0;
        background: var(--primary-color);
        background: none;
        padding: 0;
    }

    header .header-wrapper {
        padding: 0px 0;
        justify-content: space-between;
    }

    .banner_section .carousel-inner {
        display: none;
    }

    div.mobBanner {
        display: block;
    }

    .banner_section .carousel_btns {
        display: none;
    }

    .navbar-brand {
        display: none;
    }

    a#mobDiv {
        display: contents;

    }

    .mobLogo {
        width: 96px;
        padding: 10px;

    }

    .priceRqst {
        font-weight: 900;
        white-space: nowrap;
    }

    .contact_section .banner_btn {
        margin: 10px 0;
    }
}

@media only screen and (max-width: 768px){
    .img_div.col-md-6 {
        display: none;
    }
}

.mobBanner {
    display: none;
}

.imgPop {
    height: 400px;
    min-height: 400px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.priceRqst {
    filter: blur(0px);
}

#mobDiv {
    display: none;
}

#banner_btn4 button {
    color: #fff;
    border: 1px solid #dfa317;
    background-color: #b98305;
}

#banner_btn4 button .icon-next {
    filter: brightness(100%);
}

.disclaimer-text-wrapper {
    position: relative;
    max-height: 150px;
    /* Limit the height of the text */
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.disclaimer-text {
    /* margin: 0 50px; */
    line-height: 1.6;
}

/* Fade effect for bottom of the disclaimer text */
.fade-effect {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, rgba(244, 243, 238, 0) -100%, #F2ECE4 100%);
}

.read-more-btn {
    color: #ffffff;
    /* background: linear-gradient(to right, #c49100, #f7ca4b); */
    border: 1px solid #dfa317;
    background-color: #b98305;
    border-radius: 12px;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 10px;
}

.read-more-btn:hover {
    text-decoration: underline;
}

.text1 p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.text1 p:last-child {
    margin-bottom: 20px;
}

/* Responsive changes */
@media only screen and (max-width: 468px) {
    .disclaimer-text {
        margin: 0 10px;
    }
}

.text2 p a{
    color: #000000;
}

.disclaimer-heading{
    font-size: 22px;
    font-weight: 550;
}

        /* country code */
        .intl-tel-input,
        .iti {
            width: 100%;
        }

        .iti__country-list {
            white-space: normal;
        }

        .intl-tel-input,
        .iti {
            width: 100%;
        }

        .iti__dial-code {
            color: #000000;
        }

        .iti__country-list {
            position: absolute;
            z-index: 2;
            list-style: none;
            text-align: left;
            padding: 0;
            margin: 0 0 0 -1px;
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
            background-color: white;
            border: 1px solid #CCC;
            max-height: 200px;
            overflow-y: scroll;
            -webkit-overflow-scrolling: touch;
        }

        @media only screen and (min-width: 326px) {
            .iti__country-list {
                width: 250px;
            }
        }

        .iti--allow-dropdown input,
        .iti--allow-dropdown input[type=text],
        .iti--allow-dropdown input[type=tel],
        .iti--separate-dial-code input,
        .iti--separate-dial-code input[type=text],
        .iti--separate-dial-code input[type=tel] {
            padding-right: 6px;
            padding-left: 52px;
            margin-left: 0;
            width: 100%;
        }

        .form-control {
            display: block;
            width: 100%;
            height: auto;
            padding: 10px 18px;
            font-size: 1rem;
            line-height: 1.4;
            color: #475F7B;
            background-color: #FFF;
            border: 1px solid #DFE3E7;
            border-radius: .267rem;
            -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        }

        /* .form-control:focus {
            color: #475F7B;
            background-color: #FFF;
            border-color: #5A8DEE;
            outline: 0;
            box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
        } */

        .iti__flag-box,
        .iti__country-name {
            color: #000;
            margin-right: 6px;
        }

        .iti--separate-dial-code .iti__selected-flag {
            background-color: rgba(0, 0, 0, 0.05);
            color: #000;
        }

        .intl-tel-input,
        .iti {
            width: 100%;
            margin-bottom: 10px;
        }

        .iti {
            width: 100%;
        }

        .iti__dial-code {
            color: #000000;
        }

        .contact_section .iti--separate-dial-code .iti__selected-flag {
            background-color: rgb(255 255 255) !important;
        }

        .d-view {
            display: block;
        }

        .m-view {
            display: none;
        }

        @media (max-width:767px) {
            .d-view {
                display: none;
            }

            .m-view {
                display: block;
            }
        }

        /* Whatsapp Icon Starts */
        /*Whatsapp*/

        button.wh-ap-btn {
            position: relative;
            outline: none;
            width: 60px;
            height: 60px;
            border: 0;
            background-color: #2ecc71;
            color: #fff !important;
            padding: 0;
            border-radius: 100%;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            cursor: pointer;
            transition: opacity 0.3s, background-color 0.3s, box-shadow 0.3s;
        }

        button.wh-ap-btn:hover {
            opacity: 1;
            background-color: #20bf6b;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        }

        .wh-api {
            position: fixed;
            bottom: 0;
            right: 0;
            z-index: 1000;
        }

        .wh-fixed {
            margin-right: 15px;
            margin-bottom: 15px;
        }

        .wh-fixed>a {
            display: block;
            text-decoration: none;
        }

        /* button.wh-ap-btn::before {
            content: "Chat with me";
            display: block;
            position: absolute;
            margin-left: -130px;
            margin-top: 16px;
            height: 26px;
            background-color: #2ecc71;
            color: #ffffff;
            font-weight: 400;
            font-size: 18px;
            border-radius: 3px;
            width: 0;
            opacity: 0;
            padding: 0;
            transition: opacity 0.4s, width 0.4s, padding 0.5s;
            padding-top: 7px;
            border-radius: 30px;
            box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
        } */

        .wh-fixed>a:hover button.wh-ap-btn::before {
            opacity: 1;
            width: auto;
            padding-top: 7px;
            padding-left: 10px;
            padding-right: 10px;
            width: 100px;
        }

        /* animation pulse */
        .fa-brands,
        .fab {
            font-family: "Font Awesome 6 Brands";
            font-weight: 400;
            font-size: 32px;
            vertical-align: sub;
        }

        .whatsapp-blink {
            width: 60px;
            height: 60px;
            right: 10px;
            bottom: 10px;
            background: #10b418;
            position: fixed;
            text-align: center;
            color: #ffffff;
            cursor: pointer;
            border-radius: 50%;
            z-index: 99;
            display: inline-block;
            line-height: 65px;
        }

        ul.slick-dots {
            display: none !important;
        }

        /* Video Overview */
        .video-overview {
            padding: 50px 0;
            text-align: center;
        }

        .video-overview h2 {
            font-size: 30px;
            font-weight: 700;
            margin-bottom: 30px;
        }

        .banner-video {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            padding: 20px;
            background-color: #ffffff;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            /* box-shadow: 9px -11px 20px 0px #b5b2b2; */
        }

        .banner-video video {
            width: 100%;
            height: auto;
        }

        /* Video Overview */


        .image_section_background {
            background-color: #ffffff;
            padding: 20px;
            box-shadow: 9px -11px 20px 0px #b5b2b2;
            border-radius: 18px;
        }

        @media only screen and (max-width: 992px) {
            .image_section_background {
                margin-top: 30px;
            }
        }

        .image_section img {
            border-radius: 12px;
        }

        /* timeline starts */

        /* Timeline */

        .highlight {
            text-align: center;
            font-size: 2em;
            font-weight: 550;
        }

        @media only screen and (max-width: 468px) {
            .highlight {
                font-size: 1em;
            }
        }

        .highlight {
            text-align: center;
            font-size: 30px;
            font-weight: 550;
            margin: auto;
            margin-bottom: 30px;
        }

        @media only screen and (max-width: 468px) {
            .highlight {
                font-size: 20px;
                margin: 20px 10px;
            }
        }


        .timeline-highlight {
            overflow-x: hidden;
            overflow-y: hidden;
            margin-top: 30px;
        }


        .timeline {
            --color: rgba(30, 30, 30);
            --bgColor: rgba(245, 245, 245);
            --col-gap: 2rem;
            --row-gap: 2rem;
            --line-w: 0.25rem;
            display: grid;
            grid-template-columns: var(--line-w) 1fr;
            grid-auto-columns: max-content;
            column-gap: var(--col-gap);
            list-style: none;
            width: min(60rem, 90%);
            margin-inline: auto;
            padding: 0;
        }

        .timeline::before {
            content: "";
            grid-column: 1;
            grid-row: 1 / span 20;
            background: rgb(225, 225, 225);
            border-radius: calc(var(--line-w) / 2);
        }

        .timeline__item {
            grid-column: 2;
            --inlineP: 1.5rem;
            margin-inline: var(--inlineP);
            grid-row: span 2;
            display: grid;
            grid-template-rows: min-content min-content min-content;
        }

        .timeline__item:not(:last-child) {
            margin-bottom: var(--row-gap);
        }

        .timeline__date {
            --dateH: 3rem;
            height: var(--dateH);
            margin-inline: calc(var(--inlineP) * -1);
            text-align: center;
            background-color: var(--accent-color);
            color: white;
            font-size: 1.25rem;
            font-weight: 700;
            display: grid;
            place-content: center;
            position: relative;
            border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
        }

        .timeline__date::before {
            content: "";
            width: var(--inlineP);
            aspect-ratio: 1;
            background: var(--accent-color);
            background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
            position: absolute;
            top: 100%;
            clip-path: polygon(0 0, 100% 0, 0 100%);
            right: 0;
        }

        .timeline__date::after {
            content: "";
            position: absolute;
            width: 2rem;
            aspect-ratio: 1;
            background: var(--bgColor);
            border: 0.3rem solid var(--accent-color);
            border-radius: 50%;
            top: 50%;
            transform: translate(50%, -50%);
            right: calc(100% + var(--col-gap) + var(--line-w) / 2);
        }

        .timeline__title,
        .timeline__descr {
            background: var(--bgColor);
            position: relative;
            padding-inline: 1.5rem;
        }

        .timeline__title {
            overflow: hidden;
            padding-block-start: 1.5rem;
            padding-block-end: 1rem;
            font-weight: 500;
        }

        .timeline__descr {
            padding-block-end: 1.5rem;
            font-weight: 300;
        }

        .timeline__title::before,
        .timeline__descr::before {
            content: "";
            position: absolute;
            width: 90%;
            height: 0.5rem;
            background: rgba(0, 0, 0, 0.5);
            left: 50%;
            border-radius: 50%;
            filter: blur(4px);
            transform: translate(-50%, 50%);
        }

        .timeline__title::before {
            bottom: calc(100% + 0.125rem);
        }

        .timeline__descr::before {
            z-index: -1;
            bottom: 0.25rem;
        }

        @media (min-width: 40rem) {
            .timeline {
                grid-template-columns: 1fr var(--line-w) 1fr;
            }

            .timeline::before {
                grid-column: 2;
            }

            .timeline__item:nth-child(odd) {
                grid-column: 1;
            }

            .timeline__item:nth-child(even) {
                grid-column: 3;
            }

            .timeline__item:nth-child(2) {
                grid-row: 2/4;
            }

            .timeline__item:nth-child(odd) .timeline__date::before {
                clip-path: polygon(0 0, 100% 0, 100% 100%);
                left: 0;
            }

            .timeline__item:nth-child(odd) .timeline__date::after {
                transform: translate(-50%, -50%);
                left: calc(100% + var(--col-gap) + var(--line-w) / 2);
            }

            .timeline__item:nth-child(odd) .timeline__date {
                border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
            }
        }

        /* Animation for items sliding from the left */
        /* Slower animation and greater distance for items sliding from the left */
        .timeline__item--slide-left {
            opacity: 0;
            transform: translateX(-200px);
            transition: transform 1.2s ease-out, opacity 1.2s ease-out;
        }

        .timeline__item--slide-left.timeline__item--visible {
            opacity: 1;
            transform: translateX(0);
        }

        /* Slower animation and greater distance for items sliding from the right */
        .timeline__item--slide-right {
            opacity: 0;
            transform: translateX(200px);
            transition: transform 1.2s ease-out, opacity 1.2s ease-out;
        }

        .timeline__item--slide-right.timeline__item--visible {
            opacity: 1;
            transform: translateX(0);
        }

        /* timeline ends */
        .faqs-background {
            background-color: #F8F8F8;
        }

        .faqs {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            margin: 0;
            padding: 0;
            margin-bottom: 20px;
        }

        .faq-wrapper {
            width: 100%;
            margin-bottom: 42px;
        }

        .faqs h2 {
            font-size: 32px;
            margin: 30px auto;
        }

        .question-container {
            background-color: white;
            color: black;
            border: 1px solid #eaeaea;
            box-shadow: 0px 10px 30px rgba(28, 51, 84, 0.08);
            margin: -1px 0;
        }

        .question {
            font-size: 18px;
            font-weight: 500;
            padding: 20px 80px 20px 20px;
            position: relative;
            display: flex;
            align-items: center;
            cursor: pointer;
            text-align: start;
        }

        .question::after {
            content: "\002B";
            font-size: 22px;
            font-weight: 400;
            position: absolute;
            right: 20px;
            transition: 0.4s;
        }

        .question.active::after {
            transform: rotate(180deg);
            content: "\2212";
        }

        .answercount {
            max-height: 0;
            overflow: hidden;
            transition: 0.3s;
        }

        .answer {
            font-size: 18px;
            color: #262626;
            padding-top: 30px;
            padding-bottom: 10px;
            padding-left: 20px;
            padding-right: 20px;
            text-align: start;
            border-top: 1px solid #eaeaea;
        }

        .answer p {
            font-size: 18px;
            margin-bottom: 0;
        }

        .question.active+.answercount .answer {
            border-top: 1px solid #eaeaea;
        }

        /* Media query for screens smaller than 768px */
        @media screen and (max-width: 767px) {
            .faq-wrapper {
                width: 100%;
            }

            .question {
                font-size: 1rem;
            }

            .answer {
                font-size: 1rem;
            }
        }

        .back-to-top {
            position: fixed;
            bottom: 108px;
            right: 40px;
            background-color: transparent;
            color: #dfa317;
            height: 40px;
            width: 40px;
            border-radius: 50%;
            cursor: pointer;
            display: none;
            border: none;
            z-index: 1000;
        }

        .progress-ring {
            position: absolute;
            top: 0;
            left: 0;
        }

        .progress-ring__circle {
            stroke: #dfa317;
            stroke-width: 2;
            fill: transparent;
            transform: rotate(-90deg);
            transform-origin: 50% 50%;
        }

        .back-to-top span {
            position: relative;
            z-index: 1000;
            color: #dfa317;
            font-size: 26px;
        }

        /* .back-to-top span:hover {
            color: #7428D5;
        } */

        .back-to-top:hover span {
            color: #dfa317;
        }

                .required-star {
            color: #ff0000;
            font-weight: bold;
            margin-left: 2px;
        }
        
        /* Style for input placeholders with asterisk */
        .form-control::placeholder {
            color: #999;
        }
        
        /* Ensure labels are visible */
        .form-label {
            color: #333;
            font-size: 14px;
            margin-bottom: 5px;
        }
        
        .form-label1 {
            color: #fff;
            font-size: 14px;
            margin-bottom: 5px;
        }