@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'sangbleu-sans-regular';
    src: url(../font/sangbleu-sans-regular.woff) format('woff'),
        url(../font/sangbleu-sans-regular.woff2) format('woff2');
}

body {
    font-family: "Poppins", sans-serif;
}

/*=========================
        TOP HEADER
=========================*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.header-top {
    background: #fff;
    padding: 10px 0;
}

.header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-left {
    max-width: 145px;
    margin: 0 auto;
}

/*=========================
        NAVBAR
=========================*/

.header-nav {
    background: #000;
}

.header-nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* space-between hata do */
    gap: 35px;
    /* Menu items ke beech ka gap */
    padding-left: 20px;
    /* Left se 20px space */
    list-style: none;
    margin-bottom: 0;
}

.header-nav ul li {
    flex: 0 0 auto;
    text-align: center;
}

.header-nav ul li a {

    display: block;
    padding: 18px 0;

    color: #fff;
    text-decoration: none;

    text-transform: uppercase;

    font-size: 14px;

    font-weight: 600;

    letter-spacing: .5px;

    transition: .3s;

}

.header-nav ul li a:hover {

    background: #111;
    color: #d6b15a;

}

/* Active Menu */

.header-nav ul li a.active {

    color: #d6b15a;

}

/*=========================
      STICKY HEADER
=========================*/

.main-header.sticky {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 9999;

    animation: header .4s ease;

    box-shadow: 0 5px 15px rgba(0, 0, 0, .12);

}

@keyframes header {

    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }

}


/* HEADER CSS ENDS */
.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section .container-fluid {
    padding: 0;
}

.banner-section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    content: "";
    z-index: 9;
}

.banner-section-information {
    position: absolute;
    top: 30%;
    left: 5%;
    z-index: 99;
    content: "";
    color: #fff;
    z-index: 9;
}

.banner-img {
    position: relative;
    overflow: hidden;
    height: 400px;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-section-inner {
    position: relative;
    overflow: hidden;
}

.gallerySwiper {
    position: relative;
    padding-bottom: 50px;
}

/* Navigation Wrapper */
.gallery-navigation {
    position: absolute;
    right: 30px;
    bottom: 20px;
    display: flex;
    gap: 44px;
    z-index: 10;

}

/* Buttons */
.gallery-navigation .swiper-button-prev,
.gallery-navigation .swiper-button-next {
    position: relative;
    width: 30px;
    height: 0;
    margin: 0;
    border-radius: 0;
    border: none;

}

.gallery-navigation .swiper-button-prev:hover,
.gallery-navigation .swiper-button-next:hover {
    background: #e6e6e6ea;
}

.gallery-navigation .swiper-button-prev::after,
.gallery-navigation .swiper-button-next::after {
    content: "";
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background: #fff;
}

/* Left Arrow - Same style as screenshot */
.gallery-navigation .swiper-button-prev::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 5L8 12L15 19'/%3E%3Cline x1='8' y1='12' x2='20' y2='12'/%3E%3C/svg%3E");
}

/* Right Arrow - Same style as screenshot */
.gallery-navigation .swiper-button-next::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 5L16 12L9 19'/%3E%3Cline x1='4' y1='12' x2='16' y2='12'/%3E%3C/svg%3E");
}

.estate-residences-section h1 {
    font-family: 'sangbleu-sans-regular';
}

.bg-color-in {
    background: #ebeaea;
}

.estate-residences-section {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.estate-residence {
    padding: 30px;
}

.banner-location {
    font-size: 18px;
}

.banner-confirgaurtion {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #ffffff;
    text-align: center;
}

.banner-confirgaurtion p {
    margin-bottom: 0;
    font-size: 20px;
    font-family: 'sangbleu-sans-regular';
}

.border-right-in {
    border-right: 1px solid #ffffff;
}

.banner-confirgaurtion .download-brochure {
    background: #1d3d70;
    border-radius: 20px;
    color: #ffffff;
}

.banner-confirgaurtion .contact-sales-manager {
    background: #8d2700;
    border-radius: 20px;
}

.banner-confirgaurtion .contact-sales-manager a {
    color: #fff;
    text-decoration: none;
}

.padding-space-extra {
    padding: 50px 0;
}

.bg-color {
    background: #202021;
    color: #fff;
}

.price-section {
    text-align: center;
}

.section-title {
    margin-bottom: 40px;
    text-align: center;
}

.section-title h2 {
    font-family: 'sangbleu-sans-regular';
}

.section-title p {
    letter-spacing: 1px;
    text-align: Center !important;
}

.price-section-information {
    width: 85%;
    margin: 0 auto;
}

.price-infromation {
    padding: 15px;
    box-shadow: 0 0 3px #bebcbc;
    border-radius: 10px;
}

.price-title {
    font-size: 25px;
    font-family: 'sangbleu-sans-regular';
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff;
}

.price-title p {
    margin-bottom: 0;
}

.price-size {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ffffff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.price-size p {
    margin-bottom: 0;
}

.price-infromation .btn {
    width: 100%;
    background: #8d2700;
    color: #fff;
}

.overview-section-information {
    width: 85%;
    margin: 0 auto;
}

/* Custom Scrollbar (Chrome, Edge, Safari) */
.more-text::-webkit-scrollbar {
    width: 6px;
}

.more-text::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.more-text::-webkit-scrollbar-thumb {
    background: #1d3d70;
    border-radius: 10px;
}

.more-text::-webkit-scrollbar-thumb:hover {
    background: #1d3d70;
}

.read-more-btn {
    border: none;
    background: 0 0;
    color: #1d3d70;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    transition: color 0.3s;
}

.more-text {
    display: none;
    max-height: 150px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 15px;
}

.pink-section {
    color: #1d3d70;
    font-size: 20px;
    font-family: 'sangbleu-sans-regular';
}

.overview-section-information p {
    text-align: justify;
    letter-spacing: 1px;
}

.overview-img img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.overview-img {
    box-shadow: 0 0 3px #000;
    border-radius: 10px;
    max-width: 735px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.overview-img i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    z-index: 9;
    font-size: 25px;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overview-img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: #00000087;
    content: "";
}

.overview-section {
    position: relative;
    overflow: hidden;
}

.floor-tabs {
    display: flex;
    gap: 15px;
    width: 50%;
    margin: 0 auto;
    border-bottom: 1px solid #1d3d70;
    justify-content: space-between;
    align-items: center;
}

.floor-tab {
    padding: 12px 35px;
    background: #f3f3f3;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.floor-tab:hover {
    background: #1d3d70;
    color: #fff;
    text-decoration: none;
}

.floor-tab:not(.collapsed),
.floor-tab.active {
    background: #1d3d70;
    color: #fff;
}

.collapse img {
    width: 100%;
    border-radius: 10px;
}

.floor-plan-inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #000;
}

.floor-plan-img {
    max-width: 430px;
    box-shadow: 0 0 1px #1d3d70;
    border-radius: 20px;
}

.floor-plan-img img {
    filter: blur(4px);
    border-radius: 20px;
}

.floor-plan-section .collapse {
    background: #ffffff;
    padding: 10px;
    width: 75%;
    margin: 0 auto;
    box-shadow: 0 0 3px #b6b3b3;
    border-radius: 20px;
}

.floor-plan-in {
    width: 100%;
    text-align: center;
}

.floor-plan-in h3 {
    font-family: 'sangbleu-sans-regular';
    text-transform: uppercase;
}

.floor-plan-in p {
    letter-spacing: 1px;
}

.floor-plan-information-section {
    position: relative;
    overflow: hidden;
}

.btn {
    width: 100%;
    background: #000;
    color: #fff;
}

.floor-plan-in .btn {
    width: auto;
    background: #000;
    color: #fff;
}

.project-btn {
    margin-bottom: 20px;
    text-align: Center;
}

.project-btn .btn {
    width: auto;
    border-radius: 20px;
}

.project-btn .contact-sales-manager {
    background: #8d2700;
    border-radius: 20px;
}

.project-btn .contact-sales-manager a {
    color: #fff;
    text-decoration: none;
}

.highlight-info-in {
    padding: 25px 10px;
    text-align: Center;
    box-shadow: 0 0 3px #a09999;
    margin: 5px;
    background: #202021;
    color: #fff;
    border-radius: 10px;
}

.highlight-info-in p {
    font-family: 'sangbleu-sans-regular';
    margin-bottom: 15px;
}

.highlight-info-in .btn {
    background: transparent;
    color: #fff;
    border-top: 1px solid #8f8f8f;
    width: 66%;
    border-bottom: 1px solid #8f8f8f;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.highlight-info-in .btn:hover {
    background: #000;
    color: #fff;
}

.highlight-swiper {
    position: relative;
    padding-bottom: 40px;
}

.about-developer-information {
    width: 85%;
    margin: 0 auto;
}

.about-section-deeveloper p {
    font-size: 15px;
    letter-spacing: 1px;
    text-align: justify;
}

.about-developer-img {
    box-shadow: 0 0 3px #737272;
    border-radius: 20px;
}

.about-developer-img img {
    border-radius: 20px;
}

.location-section-infroamtion {
    width: 85%;
    margin: 0 auto;
}

.location-inform {
    position: relative;
    overflow: hidden;
}

.location-inform .card {
    margin-bottom: 20px;
}

.location-inform .card-header {
    background: #8d2700;
    color: #fff;
}

.location-inform .card-header a {
    font-size: 18px;
}

.location-inform .card-body {
    padding: 10px;
}

.location-inform .card-body ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.location-inform .card-body ul li {
    margin-bottom: 10px;
}

.location-section-infroamtion {
    width: 90%;
    margin: 0 auto;
}

.location-img img {
    border-radius: 20px;
}

.location-img {
    box-shadow: 0 0 3px #8b8686;
    border-radius: 20px;
}

.location-inform .card-header-title>a:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    right: 10px;
}

.amenities-img {
    position: relative;
    overflow: hidden;
}

.amenities-img img {
    max-width: 60px;
}

.amenities-img::before {
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px solid #fff;
    z-index: 9;
    height: 100%;
    content: "";
}

.amenities-info {
    position: relative;
    text-align: center;
    background: #1d3d70;
    padding: 10px;
    color: #fff;
    box-shadow: 0 0 3px #000;
}

.amenities-info p {
    margin-bottom: 0;
    text-align: start;
}

.amenities-swiper {
    position: relative;
    padding-bottom: 60px;
}

.faq-section-information {
    width: 85%;
    margin: 0 auto;
}

.faq-section .card-header {
    background: #1d3d70;
    color: #fff;
}

.faq-section .card-header h3 a {
    font-size: 17px;
}

.faq-section .card-header-title>a:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    right: 10px;
}

.location-inform .card-header-title>a[aria-expanded="true"]:after {
    content: "\f077";
}

.faq-section .card-header-title>a[aria-expanded="true"]:after {
    content: "\f077";
}

.faq-section-information {
    width: 85%;
    margin: 0 auto;
}

.footer-section {
    background: #fbf6f6;
    color: #000000;
}

.footer-section-points {
    width: 85%;
    margin: 0 auto;
}

.footer-inner h3 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
}

.footer-section-points hr {
    border-top: 1px solid #000;
}

.footer-group-row p,
.footer-points p {
    border-bottom: 1px dashed #000;
    margin-bottom: 10px;
    font-size: 18px;
}

.footer-group-row ul {
    padding-left: 10px;
    list-style: none;
}

.footer-group-row ul li,
.footer-points ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #000;
}

.footer-points ul {
    padding-left: 10px;
}

.footer-points ul li a {
    color: #000;
    text-decoration: none;
}

.footer-privacy {
    text-align: center;
}

.footer-inner form .form-group {
    margin-bottom: 0;
}

.footer-inner form .btn {
    border-radius: 5px;
    background: #202021;
    color: #fff;
}

.side-enquire-now {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99;
    writing-mode: vertical-rl;
}

.side-enquire-now .btn {
    padding: 15px 5px;
    border-radius: 5px;
    background: #1d3d70;
    color: #fff;
    font-size: 13px;
}

.enquire-outer {
    display: none;
}

.faq-div .card {
    margin-bottom: 10px;
}

.pulse {
    animation: pulseGlow 1.5s infinite;
}

.shake {
    animation: shakeeGlow 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes pulseGlow {
    0% {
        transform: scale(1);
        filter: drop-shadow(0 0 0px #dbdbdb);
    }

    50% {
        transform: scale(1.1);
        filter: drop-shadow(0 0 8px #dbdbdb);
    }

    100% {
        transform: scale(1);
        filter: drop-shadow(0 0 0px #dbdbdb);
    }
}

@keyframes shakeeGlow {
    0% {
        transform: rotate(0deg);
        filter: drop-shadow(0 0 0px #dbdbdb);
    }

    25% {
        transform: rotate(10deg);
        filter: drop-shadow(0 0 4px #dbdbdb);
    }

    50% {
        transform: rotate(-10deg);
        filter: drop-shadow(0 0 8px #dbdbdb);
    }

    75% {
        transform: rotate(10deg);
        filter: drop-shadow(0 0 4px #dbdbdb);
    }

    100% {
        transform: rotate(0deg);
        filter: drop-shadow(0 0 0px #dbdbdb);
    }
}

.banner-confirgaurtion p b {
    color: #6694de;
    font-size: 25px;
}

.auto-popup-right h3 {
    font-size: 24px;
}

.banner-section-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #000000d4;
    padding: 20px 0;
    color: #fff;
}

.highlight-img img {
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 3px #fff;
}
    .banner-section-img {
        position: relative;
        overflow: hidden;
        height: 100vh;
    }
     .banner-section-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
@media only screen and (max-width: 1400px) {

    .estate-residences-section h1 {
        font-size: 35px;
    }

    .banner-location {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .estate-residences-section {
        width: 100%;
    }
.banner-section {
        margin-top: 85px;
    }
    .estate-residences-section h1 {
        font-size: 32px;
    }

    .banner-location {
        font-size: 19px;
    }

    .btn {
        font-size: 14px;
    }

    .section-title h2 {
        font-size: 29px;
    }

    .price-section-information {
        width: 90%;
    }

    .price-title {
        font-size: 22px;
    }

    .overview-section-information p {
        font-size: 14px;
    }

    .pink-section {
        font-size: 16px !important;
    }

}

@media only screen and (max-width: 991px) {
    .section-title {
        margin-bottom: 20px;
        text-align: center;
    }

    .banner-confirgaurtion p {
        margin-bottom: 25px;
    }

    .price-section-information {
        width: 100%;
    }

    .floor-tabs {
        width: 80%;
    }

    .floor-plan-in h3 {
        font-size: 24px;
    }

    .floor-plan-section .collapse {
        width: 85%;
    }

    .about-developer-information {
        width: 95%;
    }

    .about-section-deeveloper p {
        font-size: 14px;
    }

    .location-inform .card-header {
        padding: 8px;
    }

    .location-inform .card-header a {
        font-size: 15px;
    }

    .location-inform .card-body ul li {
        font-size: 14px;
    }

    .section-title p {
        font-size: 14px;
    }

    .location-section-infroamtion {
        width: 100%;
    }

    .faq-section-information {
        width: 100%;
    }

    .footer-section-points {
        width: 90%;
    }

    .header-top {

        padding: 12px 0;

    }

    .header-nav {

        overflow-x: auto;

    }

    .header-nav ul {

        width: 800px;

    }

    .header-nav ul li a {

        font-size: 13px;

        padding: 15px 0;

    }

    .estate-residences-section h1 {
        font-size: 27px;
    }

    .banner-location {
        font-size: 17px;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }

    .banner-section-img {
        position: relative;
        overflow: hidden;
        height: 88vh;
    }

    .banner-section-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media only screen and (max-width: 767px) {
    .gallery-img {
        position: relative;
        overflow: hidden;
        height: 300px;
    }

    .gallery-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .overview-section::before {
        display: none;
    }

    .floor-plan-section .collapse {
        width: 95%;
    }

    .floor-tabs {
        width: 90%;
    }

    .banner-section {
        margin-top: 82px;
    }

    .border-right-in {
        border-right: none;
        border-bottom: 1px dashed #fff;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

        .banner-section-img {
        height: 75vh;
    }

    .border-right-in p {
        margin-bottom: 0;
    }

    .estate-residences-section {
        width: 100%;
        text-align: center;
    }

    .footer-inner form .form-group {
        margin-bottom: 10px;
    }

    .overview-section-information {
        width: 95%;
    }
}

@media only screen and (max-width: 575px) {
    .banner-confirgaurtion {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px dashed #fff;
        text-align: center;
    }

    .banner-confirgaurtion .download-brochure {
        margin-bottom: 12px;
    }

    .banner-img {
        height: 350px;
    }

    .estate-residence {
        padding: 20px 5px;
    }

    .estate-residences-section h1 {
        font-size: 24px;
    }

    .banner-confirgaurtion p {
        font-size: 18px;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .price-infromation {
        margin-bottom: 17px;
    }

    .overview-section-information p {
        font-size: 12px;
    }

    .pink-section {
        font-size: 13px !important;
    }

    .section-title h2 {
        font-size: 20px;
    }

    .overview-section-information {
        width: 98%;
        margin: 0 auto;
    }

    .floor-plan-inner {
        display: block;
    }

    .floor-plan-img {
        margin-bottom: 10px;
    }

    .about-developer-img {
        box-shadow: 0 0 3px #737272;
        border-radius: 20px;
        max-width: 300px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .location-inform {
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .faq-section .card-header h3 a {
        font-size: 13px;
    }

    .faq-section .card-header {
        background: #1d3d70;
        color: #fff;
        padding: 6px;
    }

    .faq-section .card-body {
        font-size: 14px;
    }

    .footer-section-points {
        width: 100%;
    }

    .floor-plan-in h3 {
        font-size: 20px;
    }

    .banner-location {
        font-size: 17px;
        margin-bottom: 0;
    }

    .enquire-outer {
        display: block;
    }

    .enquire-outer ul {
        display: flex;
        justify-content: space-between;
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9;
    }

    .enquire-outer ul li {
        width: 100%;
        padding: 10px;
        text-align: center;
        background: #1d3d70 !important;
    }

    .enquire-outer ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
    }

    .enquire-outer ul .whatsapp-now {
        background: #32b24f !important;
        width: 100%;
    }

    .amenities-img::before {
        position: absolute;
        top: 0;
        right: 0;
        border-bottom: 1px solid #fff;
        border-right: none;
        z-index: 9;
        height: 100%;
        content: "";
    }

    .amenities-info p {
        margin-bottom: 0;
        text-align: center;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }
}

@media only screen and (max-width: 400px) {
    .estate-residences-section h1 {
        font-size: 21px;
    }

    .banner-location {
        font-size: 15px;
    }

    .banner-confirgaurtion p b {
        color: #ff7844;
        font-size: 21px;
    }

    .section-title p {
        font-size: 13px;
    }

    .about-section-deeveloper p {
        font-size: 12px;
    }

    .read-more-btn {
        font-size: 14px;
    }

    .floor-tabs {
        width: 100%;
    }

    .floor-tab {
        padding: 10px 30px;
    }

    .pink-section {
        font-size: 12px !important;
    }
}