@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: 'Austin News Headline Light';
    src: url(../font/Austin\ News\ Headline\ Light.woff) format('woff'),
        url(../font/Austin\ News\ Headline\ Light.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: #01152d;
    box-shadow: 0 0 3px #fff;
}

.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 */
.banner-section {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.banner-section .container-fluid {
    padding: 0;
}

.banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(179deg, black, #0000007a, #00000000, #00000000);
}

.banner-section-information {
    position: absolute;
    top: 30%;
    left: 2%;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}

.banner-projects {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 100%;
    transform: translate(-50%);
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color: #ffd976;
    display: none;
}

p.banner-location-inn {
    font-size: 16px;
    color: #000;
    background: #fff;
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 5px 0px;
}

.banner-projects .btn {
    background: #fff;
    color: #000;
}

.banner-projects .btn a {
    color: #000;
}

.banner-section-information h1 {
    font-size: 60px;
    color: #ffd976;
    font-family: 'Austin News Headline Light';
}

.padding-space-extra {
    padding: 50px 0;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    font-family: 'Austin News Headline Light';
    font-size: 40px;
}
.section-title h3 {
    font-family: 'Austin News Headline Light';
    font-size: 40px;
}
.gallery-navigation .swiper-button-prev,
.gallery-navigation .swiper-button-next {
    width: 50px;
    height: 50px;
    margin: 0;
    background: #01152d;
    color: #fff;
    border: 1px solid #ddd;
    transition: 0.3s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}

.project-btns {
    text-align: Center;
    margin-top: 30px;
}

.btn {
    background: #01152d;
    color: #fff;
}

.btn a {
    color: #fff;
    text-decoration: none;
}

.more-text::-webkit-scrollbar {
    width: 6px;
}

.more-text::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.more-text::-webkit-scrollbar-thumb {
    background: #01152d;
    border-radius: 10px;
}

.more-text::-webkit-scrollbar-thumb:hover {
    background: #01152d;
}

.read-more-btn {
    border: none;
    background: 0 0;
    color: #000;
    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;
}

.bg-color {
    background: #e5d7ba;
}

.overview-section-information {
    width: 90%;
    margin: 0 auto;
}

.configuration-information {
    text-align: Center;
}

.location-configuration img {
    max-width: 67px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.overview-confguration {
    margin-top: 30px;
}

p.configuration-inn {
    font-family: 'Austin News Headline Light';
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
}

.price-section-infromation {
    width: 85%;
    margin: 0 auto;
}

.price-information {
    text-align: center;
    padding: 10px;
    background: #e5d7ba;
    box-shadow: 0 0 3px #8c8181;
}

.project-title {
    background: #01152d;
    color: #fff;
    padding: 10px 0;
    border-radius: 5px;
    margin-bottom: 10px;
}

.project-title p {
    margin-bottom: 0;
}

.project-size {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
}

.project-size p {
    margin-bottom: 0;
}

.price-btn .btn {
    font-size: 14px;
    letter-spacing: 1px;
    width: 100%;
}

.project-size p b {
    font-size: 18px;
}

.highlight-section-inn ul {
    padding-left: 0;
    list-style: none;
}

.highlight-section-inn ul li {
    margin-bottom: 5px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    font-size: 14px;
    border-bottom: 1px dashed #000;
}

.floor-tabs {
    display: flex;
    gap: 15px;
    width: 50%;
    margin: 0 auto;
    border-bottom: 1px solid #01152d;
    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: #01152d;
    color: #fff;
    text-decoration: none;
}

.floor-tab:not(.collapsed),
.floor-tab.active {
    background: #01152d;
    color: #fff;
}

.collapse img {
    width: 100%;
    border-radius: 10px;
}

.floor-plan-inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.floor-plan-img {
    max-width: 430px;
    box-shadow: 0 0 1px #01152d;
    border-radius: 20px;
}

.floor-plan-img img {
    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: 'Austin News Headline Light';
    text-transform: uppercase;
}

.floor-plan-in p {
    letter-spacing: 1px;
}

.floor-plan-information-section {
    position: relative;
    overflow: hidden;
}

.about-developer-section {
    width: 85%;
    margin: 0 auto;
}

.amenities-section-information {
    width: 85%;
    margin: 0 auto;
}

.amenities-in {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 15px 10px;
    border: 1px solid #e5d7ba;
    margin-bottom: 10px;
}

.amenities-in p {
    margin-bottom: 0;
    font-size: 15px;
}

.amneities-img {
    margin-right: 15px;
}

/* faq-section start */
.faq-section-information {
    border: none;
    border-radius: 4px;
    overflow: hidden;
    /* Prevent overflow */
    max-width: 100%;
}

.card {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    width: 100%;
}

.card:last-child {
    border-bottom: none;
}

.card-header {
    background: transparent;
    cursor: pointer;
    padding: 15px 20px;
    width: 100%;
    box-sizing: border-box;
}

.card-header h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    word-wrap: break-word;
    /* Prevent long text overflow */
}

.btn-link {
    text-decoration: none;
    color: #01152d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
    white-space: normal;
    text-align: left;
    font-size: 19px;
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
    color: #000;
}

.icon {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    transition: transform 0.3s;
    flex-shrink: 0;
    /* Keep icon from squeezing text */
}

.icon.plus::before {
    content: "+";
}

.icon.minus::before {
    content: "–";
}

/* faq end */
.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
    color: #000;
}

.faq-title {
    text-align: center;
    font-family: 'Poppins';
}

.faq-title h2 {
    font-size: 40px;
    color: #000;
    font-weight: 200;
}

.contact-us-section {
    width: 90%;
    margin: 0 auto;
}

.contact-us-int {
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
}

.extra-brochure {
    background: #01152d;
    color: #fff;
    border-radius: 5px;
}

p.get-in {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
}

.contact-fer-sales p {
    margin-bottom: 10px;
}

.contact-fer-sales p a {
    color: #000;
    text-decoration: none;
}

.get-in-touch ul {
    padding-left: 0;
    list-style: none;
}

.get-in-touch ul li {
    margin-bottom: 10px;
}

.get-in-touch ul li a {
    color: #000;
    text-decoration: none;
}

.footer {
    text-align: center;
}

.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: #01152d;
    color: #fff;
    font-size: 13px;
}

.enquire-outer {
    display: none;
}


.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);
    }
}

.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

p.contact-message {
    font-size: 20px;
}
.location-set {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.location-set p{
    margin-bottom:0;
}
@media only screen and (max-width: 1199px) {
    .banner-section {
        margin-top: 100px;
    }

    p.banner-location-inn {
        width: 25%;
    }

    .banner-section-information h1 {
        font-size: 52px;
    }


}

@media only screen and (max-width: 991px) {
    p {
        font-size: 15px;
    }

    .banner-section-information h1 {
        font-size: 45px;
    }

    p.banner-location-inn {
        font-size: 15px;
    }

    .section-title h2 {
        font-size: 29px;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }

    .banner-section-information {
        top: 15%;
        left: 2%;
        width: 100%;
    }

    p.configuration-inn {
        font-size: 14px;
    }

    .highlight-section-inn ul li {
        font-size: 12px;
    }

    p {
        font-size: 15px;
    }

    .floor-plan-section .collapse {
        width: 95%;
    }

    .floor-tabs {
        width: 90%;
    }

    .btn-link {
        font-size: 17px;
    }

    .card-body {
        font-size: 15px;
    }

    p.project-oberoi {
        font-size: 16px;
    }

    p.get-in {
        font-size: 18px;
    }

    .contact-fer-sales p a {
        font-size: 15px;
    }

    .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;

    }

    .amenities-in {
        padding: 11px 0px;
    }

    .amneities-img {
        margin-right: 8px;
    }

    .amenities-section-information {
        width: 95%;
    }

    .about-developer-section {
        width: 100%;
    }

    .project-title p {
        font-size: 19px;
    }
}

@media only screen and (max-width: 767px) {
    p.banner-location-inn {
        width: 35%;
    }

    .btn a {
        font-size: 15px;
    }

    .overview-section-information {
        width: 100%;
        margin: 0 auto;
    }

    .project-size p {
        margin-bottom: 0;
        font-size: 16px;
    }

    .highlight-section-inn ul li {
        font-size: 13px;
    }

    .project-btns {
        text-align: Center;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    p.contact-message {
        font-size: 20px;
        text-align: center;
    }

    .btn-link {
        font-size: 16px;
    }

    .card-body {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .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%;
    }

    .banner-section-information {
        text-align: center;
    }

    p.banner-location-inn {
        width: 45%;
        margin: 0 auto;
    }

    .banner-projects {
        display: block;
    }

    p {
        font-size: 13px;
    }

    p.configuration-inn {
        font-size: 15px;
    }

    .btn {
        font-size: 13px;
    }

    .btn a {
        font-size: 13px;
    }

    .price-section-infromation {
        width: 100%;
    }

    .highlight-section-inn ul li {
        font-size: 13px;
        letter-spacing: 0;
    }

    .highlight-section-inn ul {
        list-style: dot;
        padding-left: 10px;
    }

    .floor-tab {
        padding: 12px 15px;
        font-size: 15px;
    }
    .price-information{
        margin-bottom:10px;
    }
}

@media only screen and (max-width: 420px) {
    p.banner-location-inn {
        width: 55%;
    }

    .banner-section-information h1 {
        font-size: 39px;
    }

    .location-configuration img {
        max-width: 46px;
        margin-bottom: 10px;
    }
        .project-title p {
        font-size: 17px;
    }
}