﻿.box-top {
    width: 100%;
/*    height: 680px;
    min-height: 680px;*/
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.box-top-left, .box-top-right {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    min-height: 680px;
    padding: 0; 
}
.box-top-left {
    background-image: url('/wwwroot/assets/img/bg-member-login.jpg');
}
.box-top-right {
    background-image: url('/wwwroot/assets/img/bg-resolve-my-dept-online.jpg');
}

/* OVERLAY */
.box-top .overlay {
    max-width: 480px;
    width: 100%;
    padding: 2.5rem 2rem;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
}
.box-top .overlay h1,
.box-top .overlay h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.25;
    color: white;
    margin-bottom: 1rem;
}
.box-top .overlay p {
    font-size: 1rem;
    line-height: 1.6;
    color: white;
    margin-bottom: 1.25rem;
}

/* BUTTONS */
.overlay a.btn {
    display: inline-block;
    background-color: #6ca8e0;
    color: #fff;
    text-decoration: none;
    padding: 0.6rem 1.25rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    max-width: 200px;
    /*min-width: 220px;*/
    border-radius: 24px;
    border: 2px solid transparent;
    transition: background 0.3s ease, border-color 0.3s ease;
    margin-top: 1rem;
}
.overlay a.btn:hover {
    background-color: #558cc1;
}
.overlay a.btn + a.btn {
    margin-top: 1rem;
}

/* PARTNERS / INTRO / MEMBERSHIP / FEATURES / INFO */
.box-logos {
    background-color: #fff;
}
.partners {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 2rem;
    background: #f8f8f8;
}
.partners img {
    max-height: 40px;
}
.intro {
    text-align: center;
    padding: 3rem 1rem;
    background-color: #fff;
}
.intro .container {
    max-width: 1100px;
}
.intro h1 {
    color: var(--blue);
    text-align: center;
    display: block;
    width: 100%;
}
.intro .icons {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 2rem;
}
.membership {
    display: flex;
    flex-wrap: wrap;
    min-height: 400px;
}
.membership-image {
    flex:  0.5;
    min-width: 300px;
}
.membership-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.membership-content {
    flex: 1;
    background: #002b8a;
    color: white;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.membership-content h2 {
    margin-bottom: 1rem;
    color: white;
    font-size: 1.75rem;
}
.membership-content p {
    color: white;
}
.membership-content a.btn {
    max-width: 250px;
}
.features {
    display: flex;
    gap: 2rem;
    margin: 1rem 0;
}
.features div {
    flex: 1;
}
.features h4 {
    margin-top: 1rem;
    color: #6ca8e0;
    font-size: 1.3em;
}
.features h2 {
    font-size: initial;
    color: initial;
}
.info-section {
    display: flex;
    padding: 3rem;
    gap: 2rem;
    align-items: center;
}
.info-section.reverse {
    flex-direction: row-reverse;
}
.info-image img {
    max-width: 100%;
    border-radius: 50%;
}
.info-text {
    flex: 1;
}
.info-text h1 {
    color: var(--blue);
}
.col-why-screen-info {
    align-self: center;
    padding: 2rem;
}
.row-why-screen-info, 
.row-rental-collection-info,
.row-why-landlords-choose-us
 {
    margin: 2rem;
}
.col-rental-collection-info {
    align-self: center;
    padding: 2rem;
}
.col-why-landlords-choose-us-info {
    align-self: center;
    padding: 2rem;
}
.info-text ul {
    margin-top: 1rem;
    padding-left: 2rem;
}
.alert {
    position: fixed;
    top: 200px;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    text-align: center;
    width: 70%;
    line-height: 25px !important;
    z-index: 999;
}