* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden !important;
}

:root {
    --brwon: #d58f76;
    --light-brwon: #fcf4f0;
    --dark-blue: #1a132d;
}

@font-face {
    font-family: BarlowCondensed-Medium;
    src: url(../fonts/BarlowCondensed-Medium.ttf);
}

.mobile-img{
    display:none;
}
@font-face {
    font-family: BarlowCondensed-Regular;
    src: url(../fonts/BarlowCondensed-Regular.ttf);
}

@font-face {
    font-family: EBGaramond-Regular;
    src: url(../fonts/EBGaramond-Regular.ttf);
}

@font-face {
    font-family: Teko-SemiBold;
    src: url(../fonts/Teko-SemiBold.ttf);
}

h1 {
    font-family: EBGaramond-Regular;
}

h2 {
    font-family: BarlowCondensed-Medium;
}

h3 {
    font-family: Teko-SemiBold;
}

p {
    font-family: BarlowCondensed-Regular;
    letter-spacing: 0.5px;
}

.banner {
    position: relative;
    border-radius: 20px;
    padding: 20px;
}

.my-nav {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 18px 0px;
    left: 0;
}

.nav-fixd {
    position: fixed;
    background: #fff;
    transition: 0.5s;
    padding: 2px 0px;
    box-shadow: 0px 0px 10px #0000001c;
}

.my-nav-in {
    justify-content: end;
    padding-right: 30px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
    font-family: BarlowCondensed-Medium;
    letter-spacing: 1px;
    font-size: 17px;
}

.nav-fixd .navbar-nav .nav-link {
    color: rgb(0 0 0);
}

.nav-content {
    background: #fff;
    color: #000;
    position: relative;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    position: relative;
}

.nav-fixd .nav-content {
    background: var(--brwon);
}



.navbar-light .navbar-nav .nav-content .nav-link {
    color: rgb(0 0 0);
    z-index: 1;
    position: relative;
}

.nav-log {
    background: #fff;
    padding: 8px 6px;
    border-bottom-right-radius: 20px;
    position: relative;
}

.devloper-logo {
    max-width: 155px;
}

.nav-log::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 20px;
    height: 20px;
    top: 100%;
    background-image: url(../images/icons/banner-aorrow.png);
    background-repeat: no-repeat;
}

.nav-log::after {
    content: '';
    position: absolute;
    right: -20px;
    width: 20px;
    height: 20px;
    top: 2px;
    background-image: url(../images/icons/banner-aorrow.png);
    background-repeat: no-repeat;
}

.nav-fixd .nav-log::before,
.nav-fixd .nav-log::after {
    content: unset;
}

.nav-fixd .nav-log {
    background: unset;
}

.vertical .carousel-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(26, 19, 45, 1) 0%, rgba(59, 59, 59, 0) 100%);
    border-radius: 20px;
}

.vertical .carousel-item {
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.vertical .carousel-item img {
    width: 100%;
    border-radius: 20px;
}

/* Vertical Slider Animation */
.vertical .carousel-item-next.carousel-item-left,
.vertical .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vertical .carousel-item-next,
.vertical .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

.vertical .carousel-item-prev,
.vertical .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.vertical .carousel-indicators {
    margin-right: 0;
    background: #fff;
    padding: 23px 6px;
    border-top-left-radius: 20px;
    width: 184px;
    margin-left: auto;
    margin-bottom: 0;
}

.vertical .carousel-indicators::before {
    content: '';
    position: absolute;
    left: -20px;
    bottom: 0px;
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/banner-aorrow.png);
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.vertical .carousel-indicators::after {
    content: '';
    position: absolute;
    right: 0px;
    width: 20px;
    height: 20px;
    top: -20px;
    background-image: url(../images/icons/banner-aorrow.png);
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.carousel-indicators li {
    background-color: var(--brwon);
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin-left: 6px;
}

.banner-text {
    position: absolute;
    top: 30%;
    left: 70px;
    display: flex;
    width: 55%;
}

.banner-text .right-cont {
    width: 100%;
}

.banner-location {
    color: var(--brwon);
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.side-plan {
    width: 38%;
    position: relative;
    padding: 47px 0;
}

.project-name {
    position: relative;
    z-index: 4;
}

.project-name::before {
    content: '';
    position: absolute;
    left: -45px;
    top: -15px;
    width: 127px;
    height: 114px;
    background: var(--brwon);
    border-radius: 6px 67px 6px 67px;
    z-index: 0;
    opacity: 0.2;
    transform-style: preserve-3d;
    animation: leave-ani 9s 5000 alternate-reverse;
    transform: rotateY(0deg);
}

@keyframes leave-ani {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(50deg);
    }

    100% {
        transform: rotateY(-50deg);
    }
}

.project-name h1 {
    font-size: 70px;
    text-transform: uppercase;
    color: #fff;
    z-index: 1;
    position: relative;
}

.project-name h1 span {
    color: transparent;
    -webkit-text-stroke: 1px var(--brwon);
    text-stroke: 1px var(--brwon);
}

.banner-typo {
    font-size: 30px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    margin: 25px 0;
}

.starting-price {
    background: #fff;
    width: fit-content;
    padding: 9px 20px;
    margin-bottom: 0;
    position: relative;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--dark-blue)
}

.starting-price span {
    position: relative;
    z-index: 2;
}

.starting-price h3 {
    margin-bottom: 0;
    margin-top: 5px;
}


.banner-payment-plan {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.circul {
    width: 150px;
    height: 150px;
    border: 1px dashed var(--brwon);
    border-radius: 50%;
    position: absolute;
    animation: circul 50s infinite;
}

@keyframes circul {
    0% {
        transform: rotate(0)deg;
    }

    100% {
        transform: rotate(360deg);
    }
}

.banner-payment-plan h1 {
    color: transparent;
    -webkit-text-stroke: 1px var(--brwon);
    text-stroke: 1px var(--brwon);
    font-size: 38px;
    margin-bottom: 0;
}

.banner-payment-plan h2 {
    color: #fff;
    letter-spacing: 2px;
    font-size: 17px;
}

.banner-arrow {
    filter: invert(1);
    transform: rotate(90deg);
    max-width: 59px;
    position: absolute;
    left: 17%;
    top: 68%;
    animation: arrow 1s infinite alternate-reverse;
}

@keyframes arrow {
    0% {
        top: 68%
    }

    100% {
        top: 77%
    }
}

.key-hightlight ul {
    color: #fff;
    list-style-type: none;
    margin-bottom: 30px;
}

.key-hightlight ul li {
    margin: 10px 0;
    font-family: EBGaramond-Regular;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.key-hightlight ul li img {
    max-width: 19px;
    margin-right: 5px;
}

.form-box {
    position: absolute;
    top: 30%;
    right: 60px;
    padding: 30px;
    width: 17%;
    background: #ffffffb0;
    border-radius: 0px 20px 0px 20px;
}

.form_inner input {
    height: 47px;
    margin-bottom: 11px;
    border: 1px solid #aeacab;
    border-radius: 10px;
}

.enquire-btn {
    background: var(--brwon);
    width: 100%;
    height: 47px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: BarlowCondensed-Medium;
    border-radius: 10px;
}

.overview {
    position: relative;
    padding: 100px 0;
}

.overview::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/overview-bg.jpg);
    opacity: 0.05;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.overview .container {
    max-width: 70%;
}

.over-box img {
    border-radius: 0px 300px 300px 0px;
    height: 100%;
    object-fit: cover;
}

.overview-cont {
    display: flex;
    flex-wrap: wrap;
}

.over-text .over-head p {
    color: var(--brwon);
    font-size: 20px;
    letter-spacing: 2px;
    font-style: italic;
}

.over-text .over-head h1 {
    font-size: 39px;
    letter-spacing: 1px;
    line-height: 51px;
    margin-bottom: 23px;
}

.over-text p {
    letter-spacing: 0.5px;
    line-height: 27px;
    font-size: 17px;
}

.over-box,
.over-text {
    width: 50%;
    padding: 20px;
}

.over-img {
    height: 100%;
}

.over-img img {
    border-top-left-radius: 300px;
    height: 100%;
    object-fit: cover;
}

.over-typo-out {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.over-typo {
    width: 45%;
    border-top: 1px dashed var(--brwon);
    padding: 7px;
    margin: 11px 21px;
}

.over-typo h1 {
    display: grid;
    letter-spacing: 1px;
    font-size: 53px;
    margin-top: 30px;
}

.over-typo h1 span {
    font-size: 20px;
    letter-spacing: 1px;
}

.mian-out {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
}

.highlight {
    position: relative;
    padding: 100px 0;
    background: var(--light-brwon);
}


.highlight .high-img {
    max-width: 120px;
    background: var(--light-brwon);
    padding: 9px;
    border-radius: 99px;
}

.high-img img {
    border: 1px dashed var(--brwon);
    border-radius: 50%;
    padding: 28px;
}

.text-right-side {
    text-align: right;
}

.text-left-side {
    padding-left: 27px;
}

.high-mg {
    height: 100%;
}

.my-img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.high-text h1 {
    font-size: 26px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: var(--brwon);
}

.main-head {
    text-align: center;
    margin-bottom: 50px;
}

.main-head p {
    color: var(--brwon);
    font-size: 20px;
    letter-spacing: 2px;
    font-style: italic;
}

.main-head h1 {
    font-size: 39px;
    letter-spacing: 1px;
    line-height: 51px;
    margin-bottom: 23px;
    text-transform: uppercase;
    width: 64%;
    margin: auto;
}


.price-list {
    position: relative;
    padding: 100px 0;
}

.price-list .main-head {
    margin-bottom: 100px;
}

.price-box {
    position: relative;
    background-color: var(--brwon);
    padding-bottom: 30px;
    margin: 30px;
    border-radius: 28px 0px 25px 0px;
}

.price-head {
    width: 200px;
    height: 200px;
    border: 17px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: translate(-25px, -85px);
    background: var(--brwon);
}

.price-head h1 {
    color: #fff;
}

.price-head h1 span {
    font-size: 24px;
}

.type-aprt {
    background: var(--dark-blue);
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: -22px;
    padding: 6px 30px;
    margin-bottom: 0;
    border-radius: 28px 0px 25px 0px;
}

.price-box ul {
    list-style-type: none;
    color: #fff;
    font-family: BarlowCondensed-Medium;
    margin-top: -70px;
}

.price-box ul li {
    padding-left: 20px;
    letter-spacing: 1px;
    font-size: 20px;
    margin-top: 10px;
}

.price-box ul li img {
    filter: brightness(21.5);
    max-width: 20px;
}

.my-btn {
    text-align: center;
    margin-top: 30px;
}

.price-list .enquire-btn {
    background: var(--dark-blue);
    color: #fff;
    width: 80%;
    border-radius: 28px 0px 25px 0px;
}

.myline {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.myline .line {
    width: 2px;
    height: 100%;
    background: var(--brwon);
    opacity: 0.2;
    position: relative;
    overflow: hidden;
}

.myline .line::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 100%;
    background: #000;
    animation: line-ani 7s infinite ease-in-out;
}

.myline .line:nth-child(2)::before {
    animation-delay: 1s;
}

.myline .line:nth-child(4)::before {
    animation-delay: 1.5s;
}

@keyframes line-ani {
    0% {
        top: 0;
    }

    100% {
        top: 100%;
    }
}

/* SECTION */
.amenities {
    padding: 100px 0;
    background-image: linear-gradient(90deg,
            rgba(26, 19, 45, 1) -48%,
            rgba(26, 19, 45, 0.86) 53%), url(../images/banners/banner-1.jpg);
    background-attachment: fixed;
}

/* CONTENT */
.amenities .main-head {
    text-align: left;
    margin-bottom: 50px;
}

.amenities .main-head h1 {
    color: var(--light-brwon);
}

/* GRID */
.amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* IMAGE BOX */
.img-box img {
    width: 100%;
    height: 260px;
    /* SAME SIZE FOR BOTH ROWS */
    object-fit: cover;
    border-radius: 14px;
    border: 2px solid #fff;
}

/* TITLE ON IMAGE */
.img-box h1 {
    background: var(--brwon);
    font-size: 26px;
    padding: 6px 32px;
    border-radius: 20px 0 20px 0;
    width: fit-content;
    margin: auto;
    transform: translateY(-28px);
    color: var(--light-brwon);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .amenities-grid {
        grid-template-columns: 1fr;
    }

    .img-box img {
        height: auto;
    }
}


.floor-plan {
    position: relative;
    padding: 100px 0;
}

.floor-bg img {
    position: absolute;
    opacity: 0.6;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.master-img,
.floor-plan-box {
    height: 100%;
}

.master-img h1,
.floor-in-box h1 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: var(--brwon);
    color: #fff;
    width: fit-content;
    padding: 3px 20px;
    border-radius: 10px;
}

.master-img img {
    height: 100%;
    object-fit: cover;
}

.floor-plan-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.floor-plan-box .floor-in-box {
    flex: 0 0 calc(47% - 5px);
    width: calc(47% - 5px);
    margin: 10px;
}

.master-img img,
.floor-in-box img {
    border: 6px solid #b1977747;
    border-radius: 20px;
}

.location {
    padding: 100px 0;
    position: relative;
    background: var(--light-brwon);
}

.location .container {
    max-width: 80%;
}

.location .main-head h1 {
    font-size: 28px;
    line-height: 40px;
    width: 100%;
    color: #fff;
}

.loc-text {
    background: var(--dark-blue);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0px 60px 0px 60px;
    padding: 20px;
}

.loc-img {
    height: 100%;
}

.loc-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 0px 60px 0px 60px;
}

.loc-text ul {
    list-style: none;
}

.loc-text ul li {
    color: #fff;
    margin-bottom: 30px;
    font-family: BarlowCondensed-Medium;
    letter-spacing: 1px;
    font-size: 17px;
}


.loc-text ul li img {
    max-width: 28px;
    background: var(--brwon);
    padding: 4px;
    margin-right: 5px;
    border-radius: 5px;
}

.gallery {
    position: relative;
    padding: 100px 0;
}

.gallery::before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    background-image: url(../images/Manasu-body-pattern-bg.png);
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.gallery-img,
.gallery-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 0px 20px 0px 20px;
}

.gall-img img {
    margin-bottom: 30px;
}

.small-footer {
    background: var(--dark-blue);
    color: #fff;
    text-align: center;
    padding: 30px 0;
}

.btm-foot {
    margin-bottom: 5px;
}

.btm-foot a {
    color: #fff;
}

.my-modal .close {
    opacity: 1;
}

.close-btn {
    position: absolute;
    right: 0;
    max-width: 37px;
    top: 0;
    background: var(--brwon);
    padding: 7px;
}

.form-txt {
    text-align: center;
    background: var(--dark-blue);
    color: #fff;
    border-radius: 10px;
}

.my-modal .modal-body {
    padding: 41px;
}

.mobile-section {
    display: none;
}

@media(max-width: 1500px) {
    .my-nav {
        padding: 12px 14px;
    }

    .nav-fixd {
        padding: 4px 14px;
    }

    .project-name h1 {
        font-size: 53px;
    }

    .project-name::before {
        width: 96px;
        height: 87px;
    }

    .side-plan {
        display: flex;
        justify-content: center;
    }

    .banner-arrow {
        left: unset;
    }

    .banner-text {
        top: 22%;
        left: 22px;
    }

    .form-box {
        top: 25%;
        width: 23%;
    }

    .vertical .carousel-item img {
        height: 96vh;
    }

    .banner {
        padding: 14px;
    }

    .overview .container {
        max-width: 80%;
    }

    .over-typo {
        width: 42%;
        margin: 3px 21px;
    }

    .over-box,
    .over-text {
        padding: 13px;
    }

    .over-text .over-head h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .over-typo-out {
        margin-top: 12px;
    }

    .over-typo h1 {
        font-size: 38px;
        margin-top: 7px;
    }

    .over-typo h1 span {
        font-size: 16px;
    }

    .over-img img {
        border-top-left-radius: 200px;
    }

    .main-head {
        margin-bottom: 30px;
    }

    .main-head h1 {
        font-size: 30px;
        line-height: 44px;
    }

    .highlight .high-img {
        max-width: 100px;
    }

    .high-text h1 {
        font-size: 23px;
    }

    .price-list .main-head {
        margin-bottom: 80px;
    }

    .img-box h1 {
        font-size: 26px;
        padding: 5px 22px;
    }

    .location .main-head h1 {
        font-size: 21px;
        line-height: 31px;
    }

    .loc-text {
        padding: 20px;
    }

    .loc-text ul li {
        margin-bottom: 23px;
        font-size: 16px;
    }

    .vertical .carousel-indicators {
        padding: 16px 6px;
    }
}

@media(max-width: 1400px) {
    .banner-payment-plan h1 {
        font-size: 35px;
    }

    .banner-payment-plan h2 {
        font-size: 14px;
    }



    .side-plan {
        padding: 80px 0;
    }

    .key-hightlight ul li {
        font-size: 16px;
    }

    .form-box {
        top: 25%;
    }

    .form_inner input,
    .enquire-btn {
        height: 40px;
        border-radius: 6px;
    }

    .over-text p {
        font-size: 15px;
    }

    .high-main {
        margin-bottom: 23px;
    }

    .amenities .main-head h1 {
        font-size: 25px;
    }

    .img-box h1 {
        font-size: 21px;
    }

    .loc-text ul li {
        font-size: 15px;
    }
}

@media(max-width: 767px) {
    .nav-log {
        background: transparent;
        padding: 1px 0px;
    }

    .vertical .carousel-item img {
        height: 250px;
        object-fit: cover;
    }

    .banner-text {
        position: unset;
        width: 100%;
        flex-direction: column;
        padding: 17px;
        background: var(--dark-blue);
        border-radius: 16px;
        margin-top: 10px;
    }

    .banner-arrow {
        display: none;
    }

    .my-nav {
        padding: 5px 13px;
        position: relative;
    }

    .side-plan {
        padding: 0px 0;
        margin-top: 10px;
        order: 1;
    }

    .project-name h1 {
        font-size: 37px;
    }

    .banner-typo {
        font-size: 23px;
        margin: 17px 0;
    }

    .project-name::before {
        left: 0px;
        opacity: 0.1;
    }

    .starting-price h3 {
        font-size: 23px;
    }


    .banner-payment-plan h1 {
        font-size: 27px;
    }

    .banner-payment-plan h2 {
        font-size: 11px;
    }

    .banner {
        padding: 10px;
    }

    .form-box {
        position: unset;
        width: 100%;
        padding: 15px;
    }

    .my-nav-in {
        padding-right: 0px;
        position: absolute;
        top: 65px;
        left: 0px;
        background: #fff;
        width: 100%;
        padding: 20px;
    }

    .nav-content {
        width: 50%;
        margin: auto;
    }

    .nav-fixd {
        position: fixed;
        top: 0;
        left: 0;
    }

    .vertical .carousel-indicators {
        margin-bottom: -1px;
        right: -1px;
        padding: 6px 6px;
    }

    .vertical .carousel-item {
        min-height: unset;
    }

    .vertical .carousel-item::before,
    .nav-log::before,
    .nav-log::after {
        content: unset;
    }

    .overview .container {
        max-width: 100%;
    }

    .overview {
        padding: 50px 0;
    }

    .over-box,
    .over-text {
        width: 100%;
        padding: 0;
    }

    .over-text {
        margin-top: 20px;
        text-align: center;
    }

    .over-box img {
        border-radius: 20px;
    }

    .overview::before {
        background-position: center;
    }

    .over-typo {
        margin: 3px 8px;
    }

    .over-img img {
        border-top-left-radius: 170px;
    }

    .highlight {
        padding: 50px 0;
    }

    .main-head h1 {
        font-size: 20px;
        line-height: 32px;
        width: 100%;
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgb(0 0 0);
    }

    .text-right-side {
        text-align: center;
    }

    .high-main {
        margin-top: 20px;
        text-align: center;
    }

    .price-list {
        padding: 50px 0;
    }

    .price-head {
        transform: translate(-24px, -55px);
    }

    .price-box ul {
        margin-top: -44px;
    }

    .amenities .container {
        max-width: 100%;
        margin-right: auto;
    }

    .amenities {
        padding: 50px 0;
    }

    .amenities .main-head {
        text-align: center;
        margin-bottom: 20px;
    }

    .amenities .owl-carousel .owl-nav button.owl-next,
    .amenities .owl-carousel .owl-nav button.owl-prev {
        width: 13%;
    }

    .floor-plan {
        padding: 50px 0;
    }

    .floor-plan-box .floor-in-box {
        flex: 0 0 calc(45% - 5px);
        width: calc(45% - 5px);
    }

    .master-img img {
        height: 206px;
        width: 100%;
    }

    .location {
        padding: 50px 0;
    }

    .location .container {
        max-width: 100%;
    }

    .loc-text {
        margin-top: 30px;
    }

    .gallery {
        padding: 50px 0;
    }

    .gall-img img {
        margin-bottom: 0px;
    }

    .gallery-box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }

    .gallery-box .gallery-img {
        width: 46%;
        margin: 10px 5px;
    }

    .mobile-section {
        display: flex;
        align-items: center;
        justify-content: space-around;
        position: fixed;
        bottom: -100%;
        background: #fff;
        z-index: 99;
        width: 100%;
    }

    .scrl {
        bottom: 0;
    }

    .mobile-section a {
        width: 100%;
        font-size: 13px;
        background: var(--dark-blue);
        color: #fff !important;
        padding: 10px 7px;
        margin: 2px;
    }

    .small-footer {
        padding-bottom: 60px;
    }

    .form-txt h1 {
        font-size: 26px;
        margin-bottom: 0;
    }

    .form-txt p {
        margin-bottom: 0;
    }

    .form-txt {
        padding: 6px 0;
        margin-bottom: 15px;
    }

    .navbar-nav {
        text-align: center;
    }

}

@media only screen and (min-width: 900px) {
    .my-nav.navbar-hover .collapse ul li {
        position: relative;
        margin: 0 11px;
    }

    .my-nav.navbar-hover .collapse ul li:hover>ul {
        display: block
    }

    .my-nav.navbar-hover .collapse ul ul {
        position: absolute;
        top: 90%;
        left: 0;
        display: none
    }

    .my-nav.navbar-hover .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        display: none
    }
}

.content-spacer {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #d58f76 0%, #c99563 100%);
}

.content-spacer h1 {
    color: white;
    font-size: 3rem;
}

/* NEW FOOTER SECTION - Separate Classes */
.new-footer-section {
    background: #2b2438;
    color: #fff;
    padding: 60px 0 30px;
}

.new-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.new-footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 400px;
    gap: 40px;
    margin-bottom: 40px;
}

/* Logo & Description */
.new-footer-logo-section {
    display: flex;
    flex-direction: column;
}

.new-footer-logo {
    width: 180px;
    margin-bottom: 20px;
}

.new-footer-description {
    color: #b0b0b0;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 14px;
}

.new-social-links {
    display: flex;
    gap: 15px;
}

.new-social-links a {
    width: 40px;
    height: 40px;
    background: rgba(212, 165, 116, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d58f76;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: bold;
}

.new-social-links a:hover {
    background: #d58f76;
    color: #2b2438;
    transform: translateY(-3px);
}

/* Quick Links */
.new-footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.new-footer-links h3 {
    color: #d58f76;
    font-size: 1.2rem;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.new-footer-links h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #d58f76;
}

.new-footer-links ul {
    list-style: none;
}

.new-footer-links ul li {
    margin-bottom: 12px;
}

.new-footer-links ul li a {
    color: #b0b0b0;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 14px;
}

.new-footer-links ul li a:hover {
    color: #d58f76;
    padding-left: 5px;
}

/* Contact Form */
.new-footer-form-section {
    background: rgba(212, 165, 116, 0.08);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(212, 165, 116, 0.2);
}

.new-form-header {
    margin-bottom: 25px;
}

.new-form-header h2 {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 5px;
}

.new-form-header span {
    display: block;
    width: 60px;
    height: 3px;
    background: #d58f76;
    margin-top: 10px;
}

.new-form-group {
    margin-bottom: 20px;
}

.new-form-control {
    width: 100%;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(212, 165, 116, 0.3);
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s;
}

.new-form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.new-form-control:focus {
    outline: none;
    border-color: #d58f76;
    background: rgba(255, 255, 255, 0.15);
}

.new-enquire-btn {
    width: 100%;
    padding: 14px;
    background: #d58f76;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.new-enquire-btn:hover {
    background: #c99563;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(212, 165, 116, 0.3);
}

/* Footer Bottom */
.new-footer-bottom {
    border-top: 1px solid rgba(212, 165, 116, 0.2);
    padding-top: 30px;
    text-align: center;
}

.new-company-info {
    margin-bottom: 20px;
}

.new-company-info h4 {
    color: #d58f76;
    margin-bottom: 10px;
    font-size: 18px;
}

.new-company-info p {
    color: #b0b0b0;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
}

.new-footer-disclaimer {
    color: #888;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.new-footer-credits {
    color: #666;
    font-size: 12px;
}

.new-footer-credits a {
    color: #d58f76;
    text-decoration: none;
    transition: color 0.3s;
}

.new-footer-credits a:hover {
    color: #c99563;
}

/* Responsive Design */
@media (max-width: 992px) {
    .new-footer-content {
        grid-template-columns: 1fr;
    }

    .new-footer-links {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .new-footer-content {
        gap: 30px;
    }

    .new-footer-links {
        grid-template-columns: 1fr;
    }

    .new-footer-form-section {
        padding: 20px;
    }

    .content-spacer h1 {
        font-size: 2rem;
        text-align: center;
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .new-footer-section {
        padding: 40px 0 20px;
    }

    .new-form-header h2 {
        font-size: 1.3rem;
    }

    .new-social-links {
        justify-content: center;
    }
}
@media (max-width: 768px) {
      .mobile-img{
               display:block;
                              }
                 .side-plan{
                         display:none;
                                    }
        .circul {
            position:absolute;
            top:2px;
            right:4px;
        width: 75px;
        height: 75px;

        display: block; /* IMPORTANT */
    }

    .leed-img {
            position:absolute;
            top:5px;
            right:6px;
        height:70px;
        wodth:70px;
    }
}