:root {
    --primary-color: #00a651;
    --secondry-color: #224a49;
    /* 🔁 Change this for theme color */
    --nav-active-color: var(--primary-color);
}

body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.over {
    overflow: hidden;
}

.navbar {
    transition: all 0.3s ease-in-out;
}

.text-primary {
    color: var(--primary-color) !important;
}

section {
    padding: 0;

}

.pb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar-nav .nav-link.active {
    color: var(--nav-active-color) !important;
    font-weight: 600;
    border-bottom: 2px solid var(--nav-active-color);
}

.btn-primary {
    background-color: var(--primary-color);
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    display: none;
}

.custom-toggler-icon {
    font-size: 1.5rem;
}

div#mobileMenu {
    display: none;
}

.logo {
    width: 30%;
}

.logo img {
    width: 25%;
}

.icon-box img {
    width: 70px;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    background-color: var(--secondry-color);
    border-color: var(--secondry-color);
}

a,
.nav-link {
    color: var(--primary-color)
}

a:hover,
.nav-link:hover {
    color: var(--secondry-color)
}

th {
    background-color: var(--primary-color) !important;
}

.not-hover:hover {
    color: var(--primary-color);
}

/* hero section */


.hero-bg {

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

/* Optional: dark overlay for text readability */
.hero-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    /* 🔁 Control darkness here */
    z-index: -1;
}

.hero-bg>.container {
    position: relative;
    z-index: 2;
}

/* slider */

/* Optional: Override default Swiper arrows */
.swiper-button-next,
.swiper-button-prev {
    background: none !important;
    color: inherit;
    position: static;
    margin: 0;
    transform: none;
}

/* Align center between them */
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {

    font-size: 0px;
}

.ame_swiper_cont {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 30px;
}

.ame_img {
    flex: 1;
    min-width: 65%;
    position: relative;
}

.art_imp {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 4px 6px;
    border-radius: 4px;
}

.ame_swiper_image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.ame_txt {
    flex: 1;
    min-width: 30%;
}

.ame_list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    width: 90%;
}

.ame_list li {
    padding: 4px 0;
    font-weight: 500;
}

.bottom_line {
    border-bottom: 1px dashed #000;
    margin: 5px 0;
}

.ame_swiper_controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 200px;
    margin-top: 20px;
}

.ame_prev,
.ame_next {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.ame_prev:hover,
.ame_next:hover {
    transform: scale(1.1);
}

.ame_pagination {
    font-weight: bold;
    font-size: 18px;
    color: #E35D2A;
    /* customize color */
}

/* gallery */

#gallery .swiper-slide {
    transition: transform 0.3s ease;
    transform: scale(0.85);
    opacity: 0.7;
}

#gallery .swiper-slide-active {
    transform: scale(1.05);
    opacity: 1;
    z-index: 2;
}

#gallery.swiper {
    overflow: visible;
}

/* master plan alider */
.custom-swiper-container {
    position: relative;
}

.btn-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #fff;
    color: #000;
    padding: 6px 12px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.swiper-btn-prev-con,
.swiper-btn-prev-gallery,
.swiper-btn-prev-master,
.swiper-btn-prev-floor {
    left: -15px;
}

.swiper-btn-next-con,
.swiper-btn-next-gallery,
.swiper-btn-next-master,
.swiper-btn-next-floor {
    right: -15px;
}

/* accordian */
.accordion-button:not(.collapsed) {
    color: white;
    background-color: var(--primary-color);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

/* footer */
footer p {
    margin-bottom: 0.5rem;
}

footer .small {
    font-size: 0.875rem;
}

.image-container {
    position: relative;
    height: 0;
    padding-top: 30%;
}

.image-container img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    div#mobileMenu {
        display: block;
    }
}

@media (max-width: 576px) {
    .image-container {
        padding-top: 57%;
    }
}

.form-check-label {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    width: auto;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.form-p {
    margin-bottom: 3px;
    font-size: 14px;
}

.logo {
    width: 150px;
}

.logo img {
    width: 100%;
}

@media (max-width: 992px) {
    .logo {
        width: 120px;
    }
}

.btn-nav {
    padding: 2px 12px;
}

.a-style {
    color: #fff;
    font-weight: 600;
}

.hero-bg {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.hero-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 58%);
    z-index: 2;
}

/* Mobile video background */
.mobile-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.rera-box {
    max-width: 400px;
    width: 100%;
}

/* Overlay content */
.z-2 {
    z-index: 2;
}

.form-button {
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;

    &:hover {
        color: var(--primary-color);
    }
}

.pointer {
    cursor: pointer;
}

.green {
    color: #2c6b46;
}

.card-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.card {
    background: linear-gradient(to bottom, var(--primary-color), var(--secondry-color));
    color: #fff;
    padding: 30px 20px;
    flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-width: 220px;
}

.card h2 {
    font-size: 36px;
    margin: 0;
    font-weight: bold;
}

.card span {
    font-size: 18px;
    display: block;
    margin-top: 10px;
    line-height: 1.3;
}

/* Tablet view */
@media (max-width: 992px) {
    .card {
        flex: 1 1 calc(45% - 20px);
        max-width: calc(45% - 20px);
    }
}

/* Mobile view */
@media (max-width: 576px) {
    .card {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.rera-container {
    font-size: 10px;
}

.qr-grid p {
    margin: 0;
    font-size: 10px;
    line-height: 1.2;
    text-align: right;
    color: #333;
    user-select: none;
}

.qr-grid a {
    color: #333;
}

.qr-grid {
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-size: 10px;
    line-height: 1.2;
    margin: 0;
    color: #333;
    user-select: none;
    max-width: 320px;
    text-align: right;
    align-items: flex-end;
    justify-content: flex-end;
}

.qr-grid img {
    height: 40px;
    width: auto;
    display: block;
}

.bank-details {
    text-align: right;
}

.header-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.nav-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.nav-menu ul {
    list-style: none;
    flex-direction: row;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 0;
}

.nav-menu a {
    text-decoration: none;
}

.gallery-section {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 40px 0;
}

.two-column-grid {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 20px;
    align-items: stretch;
}

.two-column-grid.reverse {
    grid-template-columns: 3fr 2fr;
}

.four-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.img-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 6px 10px;
    font-weight: 600;
    font-size: 14px;
}

@media (max-width: 768px) {

    .two-column-grid,
    .two-column-grid.reverse {
        grid-template-columns: 1fr;
    }

    .four-grid {
        grid-template-columns: 1fr;
    }

}

.bank-wrapper .swiper-slide .shadow img {
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}