* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'sen';
    src: url('../font/Sen-Regular.woff2');
}

html,
body {
    width: 100%;
    background-color: var(--background);
    font-family: 'sen';
    color: var(--black);
    scroll-behavior: smooth
}

a {
    color: var(--black)
}

:root {
    --primery: #8b244f;
    --secoundry: #fecc00;
    --black: #2b2a29;
    --white: #fff;
    --background: #f7f7f7;
}


/* Comman CSS */
.container {
    max-width: 1360px;
    width: 100%;
    margin: auto;
}

.button {
    background-color: var(--primery);
    color: var(--white);
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s all;
    animation: pulse 2s infinite;

    &:hover {
        background-color: var(--secoundry);
        transform: scale(1.05);
    }
}

.banner-image {
    position: relative;
    height: 0;
    padding-top: 46%;
}

.banner-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
    color: var(--black);
    background-color: var(--background);
    font-size: 25px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 0;
}

label {
    width: 100%;
    display: block;
    margin-bottom: 4px;
}

input {
    border: 1px solid #ccc;
    padding: 10px 20px;
    outline: none;
    width: 100%;
    border-radius: 3px;
}

.location-grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.location-image {
    width: 56%;

    >img {
        width: 100%;
        border-radius: 15px;
    }
}

.location-content .section-heading,
.location-content .sub-heading {
    text-align: left;
}

.location-content .sub-heading {
    margin-top: 0;
    margin-bottom: 10px !important;
}

.gallery-image {
    position: relative;
    height: 0;
    padding-top: 22%;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
}

.grid-box .name-box {
    width: 50%;
}

.button[type="submit"] {
    width: 100%;
    border: none;
    margin-top: 20px;
    font-size: 20px;
    font-family: 'sen';
}

.rera-form {
    background-color: var(--white);
    width: 100%;
    padding: 10px;
    margin-top: 10px;
}

.form h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--dark-color);
    text-align: center;
    margin-bottom: 15px;
}

/* Start Header CSS */
header {
    background-color: var(--white);
    padding: 10px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.sticky {
    position: fixed;
}

.header-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    gap: 25px;
    font-weight: 600;
}

.mobile-menu li a,
.navigation li a {
    display: block;
    text-decoration: none;
    color: var(--primery);
    transition: all 0.3s;

    &:hover {
        color: var(--secoundry);
    }
}

.mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 12;
    width: 70%;
    height: 100%;
    background-color: var(--white);
    transition: all 0.3s;
    transform: translate(150%)
}

.menu-button {
    background-color: var(--primery);
    width: 40px;
    padding: 5px 0;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: none;
    outline: none;
    color: var(--white);
}

.menu-button svg {
    width: 20px;
}

.mobile-menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    gap: 25px;
    font-weight: 600;
    margin-top: 40px;
    font-size: 18px;
}

.close-menu {
    background-color: var(--black);
    color: var(--white);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -40px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
}

.logo {
    width: 200px;
}

.section {
    position: relative;
    padding-top: 60px;
}

.section-heading {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--secoundry);
    text-align: center;
    margin-bottom: 20px;
}

.sub-heading {
    font-size: 20px;
    margin-top: -15px;
    margin-bottom: 20px !important;
    font-weight: 400;
    line-height: 1.6;
    color: var(--black);
    margin-bottom: 0px;
    text-align: center;
}

.section-content {
    color: var(--black);
    font-size: 14px;
    text-align: center;
}

.section-content-text .section-content {
    margin-bottom: 20px;
}

/* Start Banner */
.banner {
    position: relative;
}

.rera-project-popup {
    position: absolute;
    left: 0;
    bottom: 18px;
    max-width: 650px;
    z-index: 1;
    padding: 10px;
    background-color: #ffffffc2;
}

.rera-project-title {
    font-size: 30px;
    background: var(--primery);
    color: var(--white);
    position: absolute;
    top: -25px;
    padding: 1px 10px;
    font-weight: 900;
    transform: translate(-50%);
    left: 50%;
    width: max-content;
}

.project-approved-box {
    background: var(--white);
    padding: 0 10px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-box {
    background-color: #fff;
    box-shadow: var(--shadow-props);
    border-radius: 10px;
    width: 120px;
    flex-shrink: 0;
}

.img-box img {
    width: 100%;
}

.rera-project-content {
    border-left: 1px solid #ccc;
    padding: 10px 0;
    padding-left: 1.5rem;
    margin-left: 1.5rem;
}

.rera-project-content p {
    margin-bottom: 0.5rem;
}

p.text-center.mt-2.mb-2 {
    text-align: center;
    margin: 0.5rem auto;
}

.rera-button {
    background-color: var(--primery);
    color: var(--white);
    font-size: 20px;
    padding: 10px 0;
    font-weight: 900;
    text-align: center;
}

/* Start Popup */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    display: none;
    z-index: 10;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 500px;
    transform: translate(-50%, -50%);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background-color: var(--white);
    padding: 20px;
    border-radius: 8px;
    position: relative;
}

.logo-container {
    margin: 0px auto 20px auto;
}

.logo-container img {
    width: 120px;
    height: auto;
}

.close-btn {
    background: var(--primery);
    border: none;
    font-size: 24px;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    cursor: pointer;
    color: var(--white);
    position: absolute;
    top: -15px;
    right: -15px;
}

.popup-body {
    display: flex;
    gap: 15px;
}

.popup-body h3 {
    color: var(--black);
    margin-bottom: 20px;
    font-size: 16px;
}

.promise-features {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    width: 30%;
    flex-direction: column;
}

.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.feature img {
    width: 30px;
    height: 30px;
}

.feature span {
    color: #e63946;
    font-size: 12px;
    text-align: center;
}

.popup-form {
    width: calc(80% - 15px);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.popup-form h4 {
    color: var(--black);
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.popup-form input {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
}

.phone-input {
    display: flex;
    gap: 5px;
}

.phone-input select {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 30%;
}

.phone-input input {
    flex: 1;
}

.submit-btn {
    background-color: var(--primery);
    color: var(--white);
    padding: 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s;
}

.submit-btn:hover {
    background-color: var(--secoundry);
}

/* Start Overview */
.price-heading {
    text-align: center;
    margin-bottom: 30px;
}

.price-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.part {
    width: calc(50% - 15px);
    align-self: stretch;
    background: var(--primery);
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.part h4 {
    color: var(--secoundry);
    font-size: 4vw;
    margin-bottom: 15px;
}

.content {
    margin: 10px 0;
    font-size: 16px;
    color: var(--white);
}

.price-button {
    background: var(--secoundry);
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 4px;
    margin-top: 15px;
    width: 100%;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    font-family: 'sen';
    transition: all 0.3s;
    text-transform: uppercase;
}

.price-button:hover {
    background: red;
}

.image-with-text {
    margin-top: 40px;
}

.grid-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
}

.grid-section .image {
    width: 48%;
    padding-top: 25%;
    position: relative;
    height: 0;
    overflow: hidden;
    border-radius: 15px;
}

.grid-section .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
}

.section-content-text {
    width: 48%;
}

.section-content-text .sub-heading,
.section-content-text .section-heading,
.section-content-text .section-content {
    text-align: left;
}

/* Start Accordion */
.accordion {
    max-width: 800px;
    margin: 0 auto;
}

.accordion-item {
    border: 1px solid #ddd;
    margin-bottom: 5px;
    border-radius: 4px;
}

.accordion-button {
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    background: #f7f7f7;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}

.accordion-button:hover {
    background: #f0f0f0;
}

.accordion-content {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.accordion-content p {
    padding: 15px 0;
}

.accordion-item.active .accordion-content {
    max-height: 200px;
}

.accordion-item .ri-arrow-down-s-line {
    transform: rotate(0deg);
    transition: all 0.3s;
}

.accordion-item.active .ri-arrow-down-s-line {
    transform: rotate(180deg);
}

/* About Developer */
.intro {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.intro span {
    width: fit-content;
}

.account-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.account-part {
    background: var(--white);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.account-part p {
    margin: 10px 0;
    font-size: 14px;
    color: var(--black);
}

.account-part p b {
    color: var(--primery);
    margin-right: 5px;
}

.account-heading {
    margin-top: 20px;
}

.account-heading .section-heading {
    margin-bottom: 10px;
}

.verify {
    text-align: center;
    margin-top: 10px;
}

.verify a {
    color: var(--secoundry);
}

@media (max-width: 768px) {
    .account-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .account-grid {
        grid-template-columns: 1fr;
    }
}

/* Start Contact us CSS */
.contact-us {
    background-color: #fff;
    padding: 50px;
    margin: 20px auto 0px;
    border-radius: 10px;
}

/* Start Footer CSS */
footer {
    padding: 30px 0;
    padding-bottom: 0;
    background-color: var(--primery);
    color: var(--background);
    text-align: center;
    margin-top: 30px;
}

.footer-content {
    font-size: 12px;
}

.contact-details {
    margin-top: 10px;
    font-size: 14px;
}

.contact-details a {
    color: var(--secoundry);
}

/* Start Amenities CSS */
.amenities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.amenity-category {
    background: var(--white);
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.amenity-category h5 {
    color: var(--primery);
    font-size: 18px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.amenity-category h5 i {
    font-size: 24px;
}

.amenity-list {
    list-style: none;
    padding: 0;
}

.amenity-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: var(--black);
    font-size: 14px;
    line-height: 1.4;
}

.amenity-list li i {
    color: var(--secoundry);
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

.swiper-pagination {
    position: unset !important;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 10px;
    background-color: #11111170;
}

.check-box {
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    align-items: center;
    display: flex;
}

.check-box h5 {
    width: 100%;
    text-align: left;
    margin-top: 10px;
}

.checkbox-label {
    width: auto;
    display: flex;
    gap: 5px;
    cursor: pointer;
    align-items: center;
}

.checkbox-label input {
    width: auto;
}

.contact-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.contact-button button {
    border: none;
    border-radius: 100px;
    padding: 20px 30px;
    cursor: pointer;
}

.trans-background {
    background-color: var(--secoundry);
}

.trans-background:hover {
    background-color: var(--primery);
}

/* Start Responsive CSS */
@media (max-width: 1656px) {
    .container {
        max-width: 80%;
    }

    .banner-image {
        padding-top: 56%;
    }
}

@media (max-width: 1370px) {
    .container {
        max-width: 90%;
    }

    .banner-image {
        padding-top: 67%;
    }

    .grid-section .image {
        padding-top: 33%;
    }
}

@media (max-width: 1100px) {
    .navigation ul {
        gap: 15px;
        font-size: 14px;
    }

    .location-content,
    .location-image {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 95%;
    }

    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .navigation {
        display: none;
    }

    .menu-button {
        display: flex;
    }

    .section-content-text,
    .grid-section .image {
        width: 100%;
    }

    .grid-section .image {
        padding-top: 50%;
    }

    .section-content-text .sub-heading {
        margin-top: 10px;
    }

    .grid-section:last-child {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .rera-project-popup {
        position: relative;
        bottom: unset;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        margin: auto;
        margin-top: 50px;
    }

    .gallery-image {
        padding-top: 36%;
    }
}

@media (max-width:767px) {
    .gallery-image {
        padding-top: 36%;
    }
}

@media (max-width:670px) {
    .part {
        width: 100%;
    }

    .contact-us {
        padding: 20px;
    }

    .section {
        padding-top: 30px;
    }
}

@media (max-width: 576px) {
    .amenities-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .form h4,
    .section-heading {
        font-size: 20px;
    }

    .sub-heading {
        font-size: 16px;
    }

    .section-content {
        font-size: 14px;
    }

    .gallery-image {
        padding-top: 61%;
    }
}

@media (max-width: 410px) {
    .contact-button button {
        font-size: 10px;
        padding: 11px 20px;
    }
}

/* Start Animation */
@keyframes pulse {
    0% {
        transform: scale(1);
        /* Normal size */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

    50% {
        transform: scale(0.95);
        /* Slightly larger */
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
        /* Stronger shadow */
    }

    100% {
        transform: scale(1);
        /* Back to original size */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }
}