@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Questrial&display=swap");

body {
    font-family: "Questrial", serif;
    background-color: #f5f5f5;
}
:root {
    --white-color: #ffffff;
    --blue-color: #174E86;
    --grey-color: #999999;
    --primary-color: #30af74;
    
}
.text-blue{
    color: var(--blue-color);
}
#navbar {
    background-color: #f3f2f3;
    padding: 25px 20px;
    border-bottom: 4px solid var(--primary-color);
    transition: 0.4s;
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
}

.navbar-brand img {
    width: 220px;
    transition: 0.4s;
}

.nav-link:active {
    color: var(--primary-color);
}

.active-link {
    color: var(--primary-color) !important;
}

nav {
    li {
        list-style: none;
    }

    .nav-link {
        font-size: 19px;
        font-weight: 600;
        color: var(--grey-color);
    }
}

.nav-button {
    background: var(--primary-color);
    color: var(--white-color);
    border: none;
    padding: 5px 30px;
    border-radius: 25px;
    font-size: 20px;
    border: 2px solid var(--primary-color);
    font-weight: 500;
}

.nav-button:hover {
    border: 2px solid var(--primary-color);
    color: var(--blue-color);
    background-color: var(--white-color);
}

.about-header-img {
    width: 100%;
    object-fit: cover;
    height: 70vh;
}

.card {
    .card-body {
        h5 {
            font-size: clamp(20px, 3vw, 25px);
            color: #565656;
            font-weight: 600;
            border-bottom: 3px solid #565656;
            padding-right: 10px;
            width: fit-content;
        }

        p {
            font-size: 14px;
            font-weight: 500;
            color: #8d8d8d;
        }
    }
}

.h1 {
    font-size: 64px;
    margin: 90px 0 10px 0px;
    font-weight: 600;
}
.equal-housing-logo {
    width:900px;
max-width: 100%;
height: auto;
display: block;
margin: 20px auto; /* Centered */
opacity: 0.9; /* Slightly softer look */
transition: transform 0.3s ease;
}

.equal-housing-logo:hover {
transform: scale(1.05); /* Little zoom on hover */
opacity: 1;
}
.desposit-h1 {
    text-align: center;
    font-weight: 600;
    padding: 0 0 40px 0px;
    color: var(--primary-color);
    font-size: 46px;
}

.single-dot {
    height: 20px;
    background-color: var(--primary-color);
    width: 20px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
}

.dots-line {
    height: 4px;
    background: var(--primary-color);
    position: relative;
    top: 11px;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.dots {
    margin: 0 23px;
}

.dotted-line {
    position: relative;
    top: 145px;
}

.cards-desc {
    font-size: clamp(30px, 2.825vw, 44px);
    font-weight: 600;
    text-align: center;
}

.cards-subtitle {
    font-size: clamp(20px, 2.5vw, 24px);
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
}

.rating {
    font-size: clamp(30px, 3vw, 48px);
    font-weight: 700;
    color: var(--primary-color);
    text-align: center;
}

.contact-header-title {
    color: var(--primary-color);
    font-size: clamp(30px, 6vw, 72px);
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.contact-header-subtitle h6 {
    color: #8d8d8d;
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 400;
    text-align: center;
}

.rating-stars i {
    color: var(--primary-color);
    padding: 0 8px;
    font-size: clamp(30px, 5vw, 44px);
    font-weight: 400;
}

.google_Rev {
    color: var(--blue-color);
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0 40px 0;
}
.text-orange {
    color: var(--primary-color);
}

.underline {
    height: 4px;
    width: 100px;
    background-color: var(--primary-color);
    margin-bottom: 70px;
    /* margin-top: 10px; */
}

.cards {
    background-color: var(--primary-color);
    padding: 40px 20px 30px 20px;
    border-radius: 50px;
    height: fit-content;
    width: 30%;
}

.contact-form {
    padding: 40px 25px;
    border-radius: 20px;
    box-shadow: 0 0 3px;

    input,
    textarea {
        background-color: var(--primary-color) 47;
        border: 2px solid var(--primary-color);
        color: var(--white-color);
        padding: 12px 20px;
        outline: none;
        border-radius: 10px;
    }

    input::placeholder {
        color: var(--white-color);
    }

    textarea::placeholder {
        color: var(--white-color);
    }

    textarea {
        width: 100%;
    }

    button {
        background-color: var(--white-color);
        color: var(--primary-color);
        font-weight: 600;
        padding: 10px 15px;
        border: 1px solid var(--primary-color);
        border-radius: 20px;
    }

    button:hover {
        background-color: var(--primary-color);
        color: var(--white-color);
    }
}
.card-title{
    color: var(--blue-color) !important;
    border: transparent !important;
}
.cards-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    color: var(--white-color);
    margin-top: 20px;
}

.cards-content {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    font-style: italic;
}

.header-background {
  background-image: url('/public/assets/images/bedroom.webp');
  background-size: cover;
  background-position: center;

    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
    background-attachment: fixed;
    background-size: cover;
    background-color: #0000007a;
    background-blend-mode: color-burn;
}

.insta-post img:hover {
    opacity: 0.8;
}

.header-font {
    font-size: clamp(30px, 5.4vw, 82px);
    font-weight: 700;
    color: var(--white-color);
    text-align: center;
}

.Features-card {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    background-color: rgb(233, 233, 233);
}

.deposit-replace {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    padding: 40px 0 20px 0;
    margin: 0 8% 7% 8%;
    gap: 4px;
    font-size: 3.3vw;
    white-space: wrap;
    background-color: var(--white-color);

    img {
        object-fit: contain;
    }
}

.background-image {
    background-image: url("https://leapeasy.com/wp-content/uploads/2021/05/Mask-Group-16.jpg");
    object-fit: cover;
    background-attachment: fixed;
    width: 100%;
    height: 75vh;

    span {
        font-size: clamp(30px, 6vw, 70px);
        color: var(--primary-color);
        font-weight: 600;
        margin-bottom: 0;
    }

    h3 {
        text-align: center;
        font-size: 40px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    h6 {
        margin-bottom: 0;
        line-height: 0;
        color: var(--primary-color);
        font-size: clamp(18px, 3vw, 34px);
        font-weight: 600;
    }
}

.mail {
    color: var(--white-color);
    text-decoration: none;
    font-size: 20px;
    display: block;
    text-align: center;
}

a.mail:hover {
    text-decoration: underline;
}

.contact-mail a {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    color: var(--blue-color);
}

.contact-mail a:hover {
    color: #9cc5e2;
}

.contact-mail {
    text-align: center;
    color: var(--grey-color);
}

.img-contact-header {
    width: 350px;
    height: 300px;
}

.detail-section {
    /* background: var(--grey-color); */
    background: #4A4A4A;
    width: 100%;
    color: var(--white-color);
    font-size: 18px;

    span {
        display: block;
        text-align: center;
    }

    svg {
        font-size: 30px;
    }
}

footer {
    background-color: var(--primary-color);
    color: var(--white-color);
    line-height: 30px;
    font-size: 17px;
    span:hover {
        text-decoration: underline;
    }
}

.main-btn {
    padding: 10px 15px;
    line-height: 32px;
    border: none;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 45px;
    width: 300px;
}

button.main-btn-signup:hover {
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;
}

button.main-btn-submit:hover {
    background-color: var(--white-color) !important;
    color: var(--primary-color) !important;
}

.border {
    border: 3.5px solid var(--white-color) !important;
    /* width: 60px; */
    border-radius: 50px;
}

.details-info-content {
    font-size: clamp(20px, 1vw, 28px);
    font-weight: 400;
    text-align: center;

    p {
        margin: 0;
    }
}

.counting {
    font-size: 42px;
    font-weight: 600;
}

.deposit-replace-p {
    font-size: 18px;
    font-weight: 600;
    color: var(--grey-color);
    text-align: center;
    margin-bottom: 0;
}

.Features-card-font {
    font-size: 32px;
    font-weight: 600;
    color: var(--blue-color);
    text-align: center;
}

.details-info {
    margin-top: 30px;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 100px 0;
}

.content {
    line-height: 30px;

    h4 {
        color: var(--primary-color);
    }

    p {
        color: var(--grey-color);
        font-size: 16px;
        font-weight: 600;
        text-align: center;
    }
}

.title-topic {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.leap-currently-sub {
    img {
        width: 155px;
        height: 164px;
    }
}

.terms-header {
    text-align: center;
    color: var(--primary-color);

    h3 {
        font-size: clamp(30px, 3.5vw, 40px);
        font-weight: 300;
    }

    p {
        font-size: 15px;
        text-align: center;
        font-weight: 400;
    }

    h2 {
        font-size: clamp(30px, 3.5vw, 40px);
        font-weight: 700;
        text-transform: uppercase;
    }
}

.terms-content {
    margin-bottom: 20px;

    h3 {
        font-size: clamp(16px, 2vw, 20px);
        font-weight: 600;
        text-align: start;
        color: var(--primary-color);
        text-decoration: underline;
    }

    h1 {
        font-size: clamp(25px, 3vw, 34px);
        font-weight: 700;
        text-align: start;
        color: var(--primary-color);
    }

    p {
        color: var(--grey-color);
        font-size: clamp(13px, 2vw, 16px);
        text-align: start;
        font-weight: 400;
    }

    li {
        color: var(--grey-color);
        font-size: clamp(13px, 2vw, 16px);
        text-align: start;
        font-weight: 400;
    }

    b {
        color: var(--blue-color);
        font-weight: 700;
    }

    .box {
        background-color: #f5f5f5;
        padding: 12px;
        border-radius: 3px;
        margin: 20px 0;

        span {
            color: var(--grey-color);
            font-size: 13px;
            font-weight: 400;
            text-align: start;
        }
    }
}

.management-line {
    height: 3px;
    background-image: linear-gradient(to right, var(--primary-color));
    width: 10%;
    margin: auto;
}

.management-header-p {
    color: var(--grey-color);
    font-size: clamp(13px, 2vw, 16px);
    text-align: start;
    font-weight: 400;
    margin: 20px 0;
}

table {
    th {
        width: 33.3%;
        text-align: start;
        font-size: 18px;
        color: var(--primary-color) !important;
        vertical-align: middle;
    }

    td {
        text-align: start;
        vertical-align: middle;
    }
}
@media (max-width: 1200px) {
    nav {
        li {
            list-style: none;
        }

        .nav-link {
            font-size: 15px !important;
        }
    }
}

@media (max-width: 990px) {
    input,
    textarea {
        padding: 15px 5px 15px 13px !important;
    }

    .img-contact-header {
        width: 280px;
        height: 230px;
    }

    .all-cards {
        padding: 1rem !important;
    }

    .border-bottom {
        height: 4px;
        background-color: var(--primary-color);
        width: 100%;
        margin: -15px 0 25px 0;
    }

    .deposit-replace {
        margin: 0 6%;
        gap: 30px;
        padding: 30px 50px;
    }

    .h1 {
        font-size: 40px;
    }
    .dot-line {
        background-position: 50% 17%;
    }

    .leap-currently {
        flex-direction: column;
        gap: 30px !important;
    }

    .leap-currently-sub {
        width: 100%;
        justify-content: space-around !important;
    }
}

@media only screen and (max-width: 770px) {
    .details-info {
        padding: 25px;
    }

    .dotted-line {
        display: none;
    }

    .img-contact-header {
        width: 320px;
        height: 270px;
    }

    .contact-header {
        flex-direction: column;
        gap: 30px;
    }

    .all-cards {
        flex-direction: column !important;
        padding: 3rem !important;
    }

    .cards {
        width: 100%;
    }

    .dot-line {
        background-image: none;
    }
}

@media only screen and (max-width: 500px) {
    .navbar-brand img {
        width: 150px;
    }

    .desposit-h1 {
        font-size: 35px;
    }

    .img-contact-header {
        width: 260px;
        height: 200px;
    }

    .header-background {
        height: 50vh;
    }

    .main-btn {
        width: 150px;
        font-size: 10px;
        padding: 0px 0px;
    }

    .h1 {
        font-size: 30px;
        margin: 25px 0;
    }

    .background-image {
        height: 55vh;
    }

    .deposit-replace {
        margin: 0 3%;
    }

    .details-info {
        padding: 15px;
    }

    .contact-form {
        width: 100%;
    }

    .inputs-fields {
        flex-direction: column !important;
    }
}

@media only screen and (max-width: 400px) {
    .leap-currently-sub {
        img {
            width: 75px;
            height: 120px;
        }
    }

    .img-contact-header {
        width: 230px;
        height: 170px;
    }

    .all-cards {
        padding: 1rem;
    }

    .desposit-h1 {
        font-size: 28px;
    }
    .management-header-p {
        color: var(--grey-color);
        text-align: center;
        max-width: 600px;
        margin: 0 auto;
    }
    
    table {
        th {
            font-size: 15px;
        }
    }
}

.card-img-top {
    height: 200px !important;
    width: 100% !important;
    object-fit: cover !important;
}



.management-line {
    height: 3px;
    width: 80px;
    background-color: var(--primary-color);
    margin: 0 auto 20px;
}


.property-submission-form {
    background-color: #f8f9fa;
    margin-top: 30px;
}

.form-container {
    background-color: var(--white-color);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.form-label {
    font-weight: 600;
    color: var(--blue-color);
}

.form-control {
    border: 1px solid var(--grey-color);
    padding: 10px 15px;
    border-radius: 4px;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(48, 175, 116, 0.25);
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 10px 30px;
    font-weight: 600;
}

.btn-primary:hover {
    background-color: #2a9a66;
    border-color: #2a9a66;
}

.insta-post {
    transition: transform 0.3s ease;
}

.insta-post:hover {
    transform: scale(1.03);
}

/* Property Submission Form Section */
.property-submission-form {
    background: #fff;
    padding: 4rem 0;
    margin: 0 !important;
}

.management-line {
    height: 3px;
    width: 80px;
    background-color: var(--primary-color);
    margin: 0 auto 1rem;
}

.management-header-p {
    font-size: 1rem;
    color: var(--grey-color);
    line-height: 1.7;
    padding: 0 2rem;
}

.form-container {
    background: #fff;
    border-radius: 8px;
    padding: 3rem;
    margin: 2rem auto;
    box-shadow: 0 5px 15px rgb(0 0 0 / 0.05);
}

.form-container h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 2rem;
    display: flex;
    gap: 10px;
}

.form-label {
    font-size: 0.95rem;
    color: var(--blue-color);
    margin-bottom: 0.5rem;
    display: block;
    font-weight: 500;
}

.form-control {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    transition: all 0.3s ease;
    margin-bottom: 0.5rem;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgb(48 175 116 / 0.2);
    outline: none;
}

.form-text {
    font-size: 0.85rem;
    color: var(--grey-color);
}

.btn-primary {
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-primary:hover {
    background-color: #2a9d66;
    transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .form-container {
        padding: 1rem;
    }
}

@media (max-width: 576px) {
    .form-container {
        padding: 1rem;
    }
}

.property-submit-btn {
    background-color: #30af74;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.property-submit-btn:hover {
    background-color: #30af74;
        color: white;
}

.property-submit-btn:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}
