@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&amp;family=Oswald:wght@200;300;400;500;600;700&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre&family=Gideon+Roman&display=swap');
:root {
    --primary-color: #ff9d00d6;
    --body-color: #181818;
    --vibrant-color: #ffffff;
    --light: #f2f7ff;
    --facebook: #4267b2;
    --twitter: #00acee;
    --linkedin: #0e76a8;
    --youtube: #ff0000;
    --whatsapp: #25d366;
    --instagram: #c92bb7;
    --josefin: "Oswald", sans-serif;
    /* --golden-gradient:linear-gradient(to right, #c1a92f, #d7be4a, #d7be4a,  #c9b039); */
    --golden-gradient: linear-gradient(45deg, #cd8829, #FCF6BA, #cd8829, #FBF5B7, #AA771C);
    --golden-gradient-hover: radial-gradient( ellipse farthest-corner at left top, #ffffff 0%, #fbcca6 8%, #d2aa96 25%, #a3735c 62.5%, #442110 100%), radial-gradient( ellipse farthest-corner at right bottom, #D9CCC3 0%, #a58d7b 8%, #5e3b25 30%, #442110 40%, transparent 80%);
}

body {
    color: var(--body-color);
    background: #fefefe;
    background-blend-mode: multiply;
    font: 400 1rem "Frank Ruhl Libre", sans-serif;
    overflow-x: hidden;
    min-height: 100vh;
}

svg:not([fill]) {
    fill: #000;
}

.font-weight-bolder {
    font-weight: 800 !important;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

a {
    color: var(--body-color);
    transition: all 300ms ease-in-out;
}

a.bg-primary:hover {
    background-color: var(--primary-color) !important;
}

html {
    scroll-behavior: smooth;
}

img {
    width: 100%;
    display: block;
}

.object-cover {
    object-fit: cover;
}

.container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
}

.filter-white {
    -ms-filter: brightness(70);
    filter: brightness(70);
}

.filter-dark {
    -ms-filter: grayscale(1) brightness(0.5);
    filter: grayscale(1) brightness(0.5);
}

/*header*/

.header {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #000;
    padding: 10px 2%;
    z-index: 997;
    transition: all 300ms ease-in-out;
}

.header.fixed {
    background-color: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}

.header .d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shadow {
    color: #000 !important;
}

.logo {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 1px;
    transition: all 300ms ease-in-out;
}

.logo img {
    width: 130px;
    /* border-right: 1px solid rgb(0 0 0 / 10%); */
}

.estates-logo {
    font-size: 2rem;
    font-weight: 800;
    color: var(--body-color);
}

.estates-logo span {
    font-size: .45em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.navi {
    display: flex;
    gap: 30px;
}

.navi ul {
    gap: 0 10px;
}

.navi li a {
    /* color: var(--body-color); */
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    padding: 8px;
    font-weight: 500;
    position: relative;
    transition: all 300ms ease-in-out;
}

.navi li a.active,
.navi li:hover>a {
    color: var(--primary-color);
}

.header.fixed .navi li a {
    font-size: 12px;
}

.navi li a i {
    font-size: 11px;
    color: #000;
}

.phone {
    border: 1px solid #cd8829;
    color: #000 !important;
    padding: 0px 7px 0 0 !important;
    display: block;
}

.phone i {
    background: radial-gradient(circle, rgb(244, 152, 24) 0%, rgb(255, 255, 255) 157%);
    display: block;
    padding: 9px;
    color: #000;
}

.phone:hover {
    background: #cd8829;
    color: #ffffff !important;
}

.menuBtn {
    width: 50px !important;
    /* height: 50px; */
    /* background-color: #fff; */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.header.fixed .menuBtn {
    width: 40px;
    height: 40px;
}

.menuBtn div {
    position: relative;
    width: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    transition: all 300ms ease-in-out;
}

.menuBtn span {
    display: block;
    position: relative;
    width: 100%;
    height: 2px;
    margin: 3px 0;
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/* Designed & Developed by Sami from ECIS */

.menuBtn span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #294e9f;
    transform-origin: center center;
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.menuBtn.closeMenuBtn span#menuLine1 {
    -webkit-transform: rotate(45deg) translate(4px, 4px);
    transform: rotate(45deg) translate(4px, 4px);
}

.menuBtn.closeMenuBtn span#menuLine2 {
    right: 100px;
}

.menuBtn.closeMenuBtn span#menuLine3 {
    -webkit-transform: rotate(-45deg) translate(4px, -5px);
    transform: rotate(-45deg) translate(4px, -5px);
}

.menuContainer {
    position: fixed;
    inset: 0;
    padding-top: 61px;
    z-index: 996;
    background-color: rgb(250 242 180);
    backdrop-filter: blur(5px);
    display: none;
    width: 320px;
    right: 0;
    left: auto;
    top: 15px;
}

.menuContainer .inner {
    padding: 5px 15px;
    width: 100%;
    visibility: hidden;
    background: var(--primary-color);
    background: radial-gradient(circle at 50% -10%, var(--secondary-color), var(--primary-color));
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 16%);
    transition: all 300ms ease-in-out;
}

.header.fixed+.menuContainer {
    padding-top: calc(1rem + 30px);
}

.menuContainer.active .inner {
    visibility: visible;
}

.menuContainer a {
    transition: all 300ms ease-in-out;
    width: 100%;
    display: block;
    padding: 5px 0;
    color: #000;
}

.mainMenu li:not(:last-child) a {
    border-bottom: 1px solid rgb(14 14 14 / 15%);
}

.header.notfixed {
    top: -100px;
}

.mbMenuContainer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background: rgb(0 0 0 / 90%);
    backdrop-filter: blur(10px);
    display: none;
    overflow: hidden;
}

.mbMenuContainer .inner {
    position: relative;
    height: 100%;
    width: 420px;
    padding: 0 24px 24px;
    background-color: #fff;
    margin-left: auto;
    margin-right: -1px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(-50%) scale(0.2);
    transform-origin: top right;
    transition: all 0.5s linear 500ms;
}

.mbMenuContainer.active .inner {
    opacity: 1;
    transform: translateY(0%) scale(1);
}

.mbMenuHeader {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.mbMenuContainer .mbMenu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.mbMenuContainer .mbMenu ul {
    margin: 20px 0 0;
    display: flex;
    flex-direction: column;
}

.mbMenuContainer .mbMenu ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px dashed rgb(0 0 0 / 10%);
    color: var(--body-color);
    font-weight: 800;
    font-size: 2rem;
    transition: all 300ms ease-in-out;
    position: relative;
}

.mbMenuContainer .mbMenu ul li:last-of-type a {
    border-bottom: 0;
}

.mbMenuContainer .mbMenu ul li:hover>a,
.mbMenuContainer .mbMenu ul li a.active {
    color: var(--primary-color);
}

.mbMenuContainer .mbMenu ul li a i {
    transform: rotate(90deg);
    font-size: 80%;
    opacity: 0.2;
}

.mbMenuContainer .mbMenu ul li a.active i,
.mbMenuContainer .mbMenu ul li:hover>a i,
.mbMenuContainer .mbMenu ul li a:focus i {
    opacity: 1;
}

.menuFooter {
    display: flex;
    align-items: center;
    gap: 8px 12px;
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.menuFooter a.active,
.menuFooter a:hover {
    color: var(--primary-color);
}

video {
    width: 100%;
    object-fit: cover;
    height: 80vh;
}

.socialBtn ul i {
    width: 36px;
    height: 36px;
    font-size: 14px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    transition: all 300ms ease-in-out;
}

i.fa-facebook-f:hover {
    background-color: var(--facebook);
}

i.fa-twitter:hover {
    background-color: var(--twitter);
}

i.fa-linkedin-in:hover {
    background-color: var(--linkedin);
}

i.fa-instagram:hover {
    background-color: var(--instagram);
}

i.fa-youtube:hover {
    background-color: var(--youtube);
}

/*header*/

/* sticky form */

.enquiryBtn {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 99;
    display: none;
}

.enquiryBtn i {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--golden-gradient);
    color: #fff;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.enquiryBtn i:hover {
    background: var(--golden-gradient-hover);
}

.form-close {
    position: absolute;
    right: 2px;
    top: 0;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: maroon;
    color: #fff;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.form-close:hover {
    background: var(--golden-gradient);
}

.stickyForm h6 {
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--josefin);
    padding-bottom: 10px;
    color: var(--body-color);
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.stickyForm .form-group {
    margin-bottom: 10px;
}

.stickyForm .form-control,
.modal-body .form-control {
    border-bottom: 2px solid #eaeaea;
    background-color: #f1f1f1;
    color: var(--body-color);
    padding: 8px 10px;
    font-size: 14px;
}

/* sticky form */

.hero {
    margin-top: 69px;
    display: flex;
    align-items: center;
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.78) !important;
}

.banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bannerLocation,
.bannerText {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    color: #000;
}

.bannerLocation {
    top: 0;
    text-transform: uppercase;
    font-weight: 700;
    padding: 1rem 1rem 3rem;
    background: linear-gradient(rgba(255, 255, 255, 0.7), transparent);
}

.bannerText {
    bottom: 0;
    padding: 5rem 1rem 1rem;
    background: linear-gradient(transparent, rgba(255, 255, 255, 0.9));
}

.bannerText h5 span {
    text-shadow: 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, -1px -1px 0 #fff;
}

.bannerText h6 {
    font-weight: 800;
}

.bannerSideBox {
    z-index: 3;
}

.bannerSideBox .inner {
    background: url(../images/pattern-white.html) top right / 70% no-repeat, #fff;
    padding: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.bannerSideBox .estates128 {
    color: #fff !important;
    text-transform: uppercase;
    width: 100%;
    padding: 10px;
    background: rgb(205 136 41);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    gap: 10px;
    /* font-weight: bold; */
}

.bannerSideBox .estates128 a {
    color: #000000;
}

.bannerSideBox .estates128 h2 {
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

.bannerSideBox .estates128 h6 {
    color: var(--vibrant-color);
    padding-left: 10px;
    border-left: 4px double rgb(255 255 255 / 50%);
}

.bannerSideBox .heading {
    padding: 1rem;
    /* background: #fff; */
    width: 100%;
    margin-bottom: 1rem;
}

.bannerSideBox h1 {
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bannerSideBox h1 span {
    font-weight: 800;
    font-size: 3rem;
    line-height: 1;
    display: block;
}

.bannerSideBox h4 {
    font-weight: 700;
    padding: 7px 10px 10px;
    background-color: #fff;
    color: var(--body-color);
    line-height: 1;
    margin-bottom: -2rem;
}

/* overview */

.bg-overview {
    background: #fefefe;
    color: #000;
    position: relative;
    z-index: 1;
}

.bg-overview::before {
    background: url(../images/bg1.png);
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .035;
    right: 0;
    z-index: -1;
}

.overviewSide .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 56%);
    background: var(--golden-gradient-hover);
    height: 100%;
    padding: 1rem;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 58%);
    color: #fff;
}

.overviewSide .inner img {
    width: 200px;
    filter: drop-shadow(1px 1px 0px rgba(255, 255, 255, 0.55)) drop-shadow(-1px -1px 0px rgba(255, 255, 255, 0.55)) drop-shadow(-1px 1px 0px rgba(255, 255, 255, 0.55)) drop-shadow(1px -1px 0px rgba(255, 255, 255, 0.55));
    margin-bottom: 1.5rem;
}

.overviewSide .inner .estates {
    text-transform: uppercase;
    letter-spacing: .5rem;
    font-weight: 800;
}

.overviewSide .inner h6 {
    padding: 5px;
    border: solid rgb(255 255 255 / 40%);
    border-width: 1px 0;
    text-transform: uppercase;
    letter-spacing: .25rem;
}

.overviewContent .scroller {
    padding-right: 10px;
}

.overviewContent h6 {
    border-bottom: 1px dashed #515151;
    padding-bottom: 7px;
    margin-bottom: 1rem;
}

.configuration {
    display: flex;
    border-top: 1px solid #d1a56b;
    border-bottom: 1px solid #d1a56b;
}

.configuration-box {
    border-right: 1px solid #d1a56b;
    padding: 1em 0;
    flex: auto;
    text-align: center;
    margin: 10px 0;
}

.configuration-box:nth-last-child(1) {
    border-right: none;
}

.configuration-box p {
    margin: 0;
}

/* overview */

.amenities-wrapper {
    position: relative;
    padding-left: 60px;
    width: calc(100% + 80px);
}

.gal-slider .swiper-slide .galImg {
    height: 450px;
    position: relative;
    background: center / cover no-repeat;
    z-index: 1;
}

.gal-slider .swiper-slide .galImg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.10);
    z-index: -1;
}

.gal-slider .gal-caps {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    z-index: 9;
}

.gal-slider .swiper-slide .img-type {
    position: absolute;
    right: 10px;
    bottom: 0;
    font-size: 10px;
    color: #fff;
    z-index: 2;
    pointer-events: none;
}

.swiper-controls {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}

.swiper-controls .swiper-button-next,
.swiper-controls .swiper-button-prev {
    position: static;
    margin-top: 0;
    margin-bottom: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #ff9d00;
    border: 1px solid #fca313;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    transition: all 300ms ease-in-out;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--green-gradient);
    color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 14px;
}

.swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    background: #fff;
    transform: scale(1.2);
}

.padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.heading {
    display: table;
    margin-bottom: 3rem;
}

.heading h2,
.heading h4 {
    color: #000;
    font-weight: 300;
    font-family: 'Frank Ruhl Libre', serif;
    display: table;
    margin: auto;
}

.heading h2 {
    font-size: 1.75rem;
}

.readmore {
    width: 100%;
    margin-top: 2.5rem;
}

.readmore .button {
    display: table;
    padding: 10px 15px;
    min-width: 140px;
    color: #fff;
    background: #cd8829;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
    position: relative;
    z-index: 1;
    border: 1px solid #ffffff;
}

.readmore .button.whatsapp {
    min-width: 1px;
}

.readmore button {
    border-radius: 0;
    border: none;
    font-size: 14px;
    background: none;
}

.readmore .button:hover {
    background: #005a92 color:#fff;
}

.readmore .button.bg-white {
    /* color: var(--body-color); */
    color: #fff;
    background: #cd8829 !important;
}

.readmore .button.bg-white:hover {
    color: #fff;
    background: #005a92 !important;
}

.readmore .button.bg-dark {
    color: #fff;
    background: #cd8829 !important;
}

.readmore .button.bg-dark:hover {
    background: var(--primary-color) !important;
}

.readmore.d-flex {
    justify-content: center;
    gap: 10px;
}

/* floor plans */

.fpWrapper {
    background: #f5f0f0;
}

.fpWrapper h2 {
    color: #000;
}

.fpContainer .fbBox .inner {
    padding: 1rem;
    background: #fff;
    color: #000;
    transition: all 300ms ease-in-out;
}

/* .fpContainer .fbBox .inner:hover {
  background: var(--primary-color);
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 24%);
} */

.planBase {
    padding-top: 10px;
}

.fpDetails {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fpDetails .icon {
    width: 30px;
    color: var(--primary-color);
}

.fpContainer .fbBox .inner:hover .fpDetails .icon {
    color: var(--vibrant-color);
}

.planBase .fpDetails h5 {
    margin-bottom: 0;
    font-weight: 700;
}

.fpContainer .fbBox .img-fluid {
    overflow: hidden;
}

.fpContainer .fbBox img {
    filter: blur(3px);
    border: 1px solid;
}

.fpContainer .fbBox span {
    display: block;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #e4e4e4;
}

/* floor plans */

/* Gallery */

.hm-gallery-section {
    position: relative;
}

.hm-gallery-section {
    position: relative;
    z-index: 1;
}

.hm-gallery-section::before {
    background: url(../images/bg5.jpg) no-repeat;
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .35;
    right: 0;
    z-index: -1;
    background-size: 100%;
    background-position: bottom;
}

.reflection {
    -webkit-box-reflect: below -76px linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.4));
}

.charSlide {
    width: 70%;
}

.charSlide .imgBox {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.charSlide img {
    object-fit: cover;
}

.charSlide .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    font-size: 1.75rem;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
    z-index: 1;
    text-align: center;
    -webkit-box-reflect: below -1rem linear-gradient(to bottom, transparent 25%, rgba(0, 0, 0, 0.4));
    display: none;
}

/* Gallery */

/* location */

.locationWrapper {
    color: #000000;
    background: #f5f0f0;
    position: relative;
    z-index: 1;
}

.locationWrapper::before {
    position: absolute;
    content: '';
    opacity: 0.0315;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: url(../images/6234123.png);
}

.locationWrapper h2 {
    color: #000000;
}

.loc-container .loc-text ul {
    /* height: 16vw; */
    overflow: auto;
    padding-right: 10px;
}

.loc-container .loc-text ul::-webkit-scrollbar {
    width: 5px;
}

/* Track */

.loc-container .loc-text ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #000;
    border-radius: 10px;
}

/* Handle */

.loc-container .loc-text ul::-webkit-scrollbar-thumb {
    background: var(--body-color);
    border-radius: 10px;
}

/* Handle on hover */

.loc-container .loc-text ul::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}

.loc-container .loc-text ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 0;
    border-bottom: 1px solid rgb(97 97 97 / 20%);
}

.loc-container .loc-text ul li span {
    color: var(--primary-color);
}

.loc-container .loc-text ul li .loc-row {
    display: flex;
    align-items: center;
}

.loc-container .loc-text ul li .loc-row img {
    flex: 0 0 25px;
    max-width: 25px;
    filter: brightness(0.5);
}

.loc-container .readmore .button {
    color: #fff;
    background: #0b50b8;
}

.loc-container .loc-text ul li .loc-row p {
    margin-bottom: 0;
    padding-left: 10px;
}

.loc-container .loc-text ul li .loc-dist {
    color: #000;
}

.loc-container .loc-text ul li .loc-dist small {
    font-size: 13px;
    color: rgb(0 0 0 / 80%);
    margin-left: 5px;
}

.loc-container {
    color: #000;
}

/* location */

/* -----Accordion----- */

.accordion-header {
    margin-bottom: 1px;
}

.accordion-wrapper .accordion-header {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

.accordion-button {
    width: 100%;
    padding: 14px 20px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 0;
    border: 1px solid rgb(0 0 0 / 10%);
}

.accordion-button:hover {
    color: #fff;
}

.accordion-button.collapsed {
    color: #000000e5;
    background-color: #fff;
}

.accordion-button i {
    transition: all 300ms ease-in-out;
    transform: rotate(225deg);
    color: var(--secondary-color);
}

.accordion-button.collapsed i {
    transform: rotate(0deg);
    color: var(--primary-color);
}

.accordion-wrapper .card-body {
    border: 1px solid rgb(0 0 0 / 10%);
    background-color: #fff;
    margin-bottom: 1rem;
    padding: .5rem 1.5rem;
}

/* -----Accordion----- */

/* customize modal */

.modal-backdrop.show {
    opacity: 1;
    background: rgb(0 10 12 / 95%);
    backdrop-filter: blur(5px);
}

.modal-content {
    background: #fff;
    box-shadow: 0 8px 32px 0 rgba(0 0 0 / 20%);
    border-radius: 1rem;
}

button.close {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    opacity: 1;
    text-shadow: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
    background-color: rgb(141, 0, 0);
    color: #fff;
}

.modal-content {
    background-color: #fff;
    color: var(--body-color);
    border: none;
}

.modal-dialog {
    max-width: 438px;
}

.modal-content .modal-header {
    padding: 0;
    border: none;
}

.modal-content button.close {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
    text-shadow: none;
    color: #ffffff;
    background-color: rgb(250, 168, 54);
    opacity: 1;
}

.modal-header .close {
    color: #fff;
}

.modal-header {
    background: none;
    border: none;
}

.no-gutters .col-md-6:first-child {
    background: var(--secondary-color);
    border-radius: 1rem;
}

.modal-logo .inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 1rem;
}

.modal-logo .bhk {
    font-size: 1rem;
}

.modal-logo .bhk span {
    font-size: 200%;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--primary-color);
    line-height: 1;
}

.modal-logo .price {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
    border: solid rgb(255 255 255 / 20%);
    border-width: 1px 0;
    font-size: 1rem;
}

.text-primary {
    color: #000000 !important;
}

.modal-logo .price span {
    font-weight: 700;
    color: var(--vibrant-color);
    font-size: 200%;
    line-height: 1;
}

.modal-body {
    padding: 1.5rem;
}

/* customize modal */

.footer-enquiryBtn {
    border-radius: 10px;
    position: fixed;
    bottom: 2px;
    left: 2px;
    right: 2px;
    display: flex;
    justify-content: space-between;
    z-index: 99;
    background-color: var(--primary-color);
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    text-align: center;
}

.footer-enquiryBtn a {
    color: #fff;
    text-align: center;
    display: block;
    width: calc(100% / 2);
    padding: 8px 5px;
    border-radius: 0 10px 10px 0;
    border: 1px solid rgb(0 0 0 / 15%);
    border-left: 0;
}

.footer-enquiryBtn a.whatsCall {
    background: linear-gradient(45deg, #0db634, #015c16);
    border: 0;
    border-radius: 10px;
}

.bg-overview .icn img {
    width: 75px;
}