html,
body {
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
    font-family: "Montserrat", serif;
    scroll-behavior: smooth;
}

.overflow-container {
    width: 100vw;
    margin: 0px calc(-50vw + 50%);
}

/* Text Color */
.text-medium-gray {
    color: #8e8e8e;
}
.text-dark-teal {
    color: #138e84; /* primary */
}

.text-slate-blue {
    color: #436786;
}

.text-golden-orange {
    color: #f39c12;
}

.text-forest-green {
    color: #118d51;
}

.text-dark-gray {
    color: #555555;
}

.text-dark {
    color: #000000;
}

.text-dark-charcoal {
    color: #333333;
}
.text-mid-gray {
    color: #888888;
}
/* Background Color */
.bg-offwhite {
    background-color: #f5f5f5;
}

.bg-black-shade {
    background-color: #1e1e1e;
}

.bg-platinum {
    background-color: #eeeeee;
}

.bg-white {
    background-color: #ffffff;
}

/* Font Family */
.ff-montserrat {
    font-family: "Montserrat", serif;
}

.ff-source-code-pro {
    font-family: "Source Code Pro", serif;
}
/* Font Weight */
.fw-regular {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}
.fw-semibold {
    font-weight: 600;
}
.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-24 {
    font-size: 24px;
}

.fs-28 {
    font-size: 28px;
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}

.fs-36 {
    font-size: 36px;
}

.fs-40 {
    font-size: 40px;
}

.fs-44 {
    font-size: 44px;
}

.mb-6 {
    margin-bottom: 3.5rem !important;
}
.mb-7 {
    margin-bottom: 4rem !important;
}

/* Custom Style */
.nav-link-state {
    color: #8e8e8e;
}

.nav-link-state.active {
    color: #118d51 !important;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    bottom: 3px;
}

.btn-style {
    width: fit-content;
    border-radius: 26px;
    background-color: #118d51;
    color: #ffffff;
    padding: 9px 18px;
    border: none;
}
a.btn-style {
    text-decoration: none;
    min-height: 42px;
    display: inline-block;
}
.cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta-tagline {
    font-size: 36px;
    font-weight: 600;
}

.cta-img {
    width: 100%;
    height: 695px;
    object-fit: cover;
    position: relative;
    right: -12px;
}

.cta-partner-cards {
    display: flex;
    justify-content: space-evenly;
}

.cta-card {
    height: 100%;
    padding: 24px;
    border-radius: 12px;
    background-color: #ffffff;
    border-top: medium solid #118d51;
    border-bottom: 1px solid #e6e5e5;
    border-left: 1px solid #e6e5e5;
    border-right: 1px solid #e6e5e5;
    /* margin-left: 10px; */
    /* margin-right: 10px;/ */
}

.service-card {
    width: auto;
    height: 100%;
    border-radius: 6px;
    background-color: #f5f5f5;
    padding: 24px;
    border: 0.5px solid #88888838;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-card > .img-container {
    padding: 20px;
    background-color: #e8eee8;
    border-radius: 50%;
    object-fit: cover;
}

.service-card .img {
    width: 70px;
    height: 70px;
    margin-left: auto;
}

.service-card img {
    width: 100%;
    max-width: 70px;
}

/* Slider - Testimonials */

.swiper-slide {
    width: 561px;
    height: 317px;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 24px;
}

.user-profile {
    display: flex;
    align-items: center;
}

.user-profile img {
    height: 48px;
    width: 48px;
    border-radius: 50%;
}

.pagination-arrow {
    cursor: pointer;
}

/* About Page */
#about-bg-image {
    background-image: url("/images/about_banner.png");
    background-size: cover;
}

.company-history {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #eeeeee;
    padding: 20px 16px;
    border-radius: 12px;
}

.mission-card {
    background-color: #f3f3f3;
    height: 255px;
    max-width: 450px;
    width: 100%;
    padding: 34px 18px;
    border-radius: 12px;
    margin: 0px auto;
}

.team-member-card {
    
    width: 100%;
    padding: 20px 24px;
    border-radius: 12px;
    background-color: #f5f5f5;
    text-align: center;
}

/* CSR Page */
#csr-bg-image {
    background-image: url("/images/csr_banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.initiative-card {
    background-color: #ffffff;
    padding: 24px 9px;
    border-radius: 12px;
    margin: auto;
    display: flex;
    justify-content: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 40px;
}

.initiative-card-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    margin: auto;
}

.partnership-card {
    height: 237px;
    width: 100%;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15); /* 0px horizontal, 4px vertical, 14px blur */
    padding: 34px 18px;
    margin-top: 15px;
    display: block;
    text-decoration: none;
    color: #000;
}

.story-card {
    height: 100%;
    width: 616px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 0 0 10px 0;
    overflow: hidden;
    margin-bottom: 3rem;
}

.story-card h4,
.story-card p {
    padding: 0px 18px;
}

.story-card-img {
    width: 100%;
    height: auto;
    aspect-ratio: 2/1;
    overflow: hidden;
}

/* Landlord Page */
#landlord-bg-image {
    background-image: url("/images/landlord_banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.landlord-card {
    width: 100%;
    height: 295px;
    padding: 34px 18px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15); /* 0px horizontal, 4px vertical, 14px blur */
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#landlord-footer-bg {
    background-image: url("/images/landlordFooterBg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Contact Us Page */
#contact-us-card {
    width: 556px;
    height: 588px;
    border-radius: 12px;
    background-color: #ffffff;
    padding: 20px 30px;
}

/* Properties Page */
.available-property-card {
    /* border:1px solid black; */
    border-radius: 12px;
    background-color: #ffffff;
    padding: 30px 20px;
}

.property-thumbnail-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.property-thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 3/2;
}

.property-thumbnail img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.available-property-card img {
    /* height: 400px;
    width: 400px;
    object-fit: cover; */
}

@media only screen and (max-width: 992px) {
    .property-thumbnail-content {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 576px) {
    .d-block-smAndDown {
      display: block !important;  
    }
    .mx-auto-smAndDown{
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .mb-1-smAndDown{
        margin-bottom: 1rem;
    }
    .mb-2-smAndDown{
        margin-bottom: 2rem;
    }
    .pt-1-smAndDown{
        padding-top: 1rem;
    }
    .navbar-brand img {
        max-width: 210px;
        width: 100%;
    }
    .py-2-smAndDownx {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .px-1-smAndDownx {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .px-0-smAndDownx {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .btn-style {
        font-size: 14px !important;
    }
    
    .accordion-button,
    .accordion-body p {
        font-size: 14px !important;
    }
}

/* Media Query */
@media only screen and (max-width: 769px) {
    .my-order-md-2 {
        order: 2 !important;
    }
    .cta {
        flex-direction: column-reverse;
        padding-bottom: 2rem;
        text-align: center;
    }
    .cta-tagline {
        margin-top: 20px;
        font-size: 22px;
    }

    .cta-img {
        height: 350px;
        width: 350px;
        object-fit: cover;
        display: block;
        margin: auto;
        border-radius: 10px;
        right: 0 !important;
    }

    .cta-card {
        max-width: 600px;
        margin: 15px auto;
        height: auto;
    }

    .service-card {
        max-width: 600px;
        height: fit-content;
        padding: 15px;
        margin: 15px auto;
    }

    .fs-sm-25 {
        font-size: 25px;
    }

    .fs-sm-24 {
        font-size: 25px;
    }

    .fs-sm-14 {
        font-size: 14px;
    }

    .fs-sm-18 {
        font-size: 18px;
    }

    .fs-sm-22 {
        font-size: 22px;
    }
    .fs-sm-21 {
        font-size: 21px;
    }

    .fs-sm-28 {
        font-size: 28px;
    }

    .fs-sm-16 {
        font-size: 16px;
    }
    .mission-card {
        height: 250px;
        max-width: 400px;
        width: 100%;
        margin-bottom: 25px;
        /* padding: 34px 18px; */
    }

    .team-member-card {
        height: fit-content;
        width: 350px;
        /* padding: 10px 12px; */
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .team-member-card > img {
        width: 200px;
    }

    .partnership-card {
        height: 200px;
        padding: 30px 15px;
        margin-top: 15px;
    }

    .initiative-card-content {
        margin-top: 20px;
    }

    .initiative-card-content.middle {
        margin-top: 0px !important;
        margin-bottom: 15px !important;
    }

    .story-card {
        height: 100%;
        width: 400px;
        padding: 1px;
    }

    .landlord-card {
        width: 100%;
        /* height: 200px; */
        height: fit-content;
        padding: 17px 18px;
    }

    #contact-us-card {
        width: 450px;
    }

    .available-property-card {
        height: fit-content;
        width: 96%;
        margin: auto;
    }

    .swiper-slide {
        width: 100%;
        height: 400px;
        padding: 12px !important;
    }
}
