/*

 * Template Enhance Community

 */




/* HERO */
.hero {
    background: url('https://picsum.photos/1600/800?7') center/cover no-repeat;
    color: #fff;
    position: relative;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 80px 10%;
}

#content .hero-content {
    flex: 1 1 50%;
    min-width: 280px;
    padding-right: 40px;
}

#content .hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    margin-bottom: 20px;
}

#content .hero-content p {
    max-width: 480px;
    font-size: 1rem;
}

.hero-form {
    background: #fff;
    color: #000;
    padding: 30px;
    border-radius: 6px;
    flex: 1 1 320px;
    max-width: 380px;
}

.hero-form h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 1.3;
}

.hero-form input {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.hero-form button {
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    padding: 12px;
    font-weight: 600;
    cursor: pointer;
}

/* SECTION TITLES */
#content .section-title {
    text-align: center;
    margin: 80px auto 40px;
    max-width: 700px;
}

#content .section-title .subtitle {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
    color: #777;
}

#content .section-title h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    margin: 10px 0;
}

/* STEPS */
.step-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
    padding: 0 10%;
}

.step {
    text-align: center;
}

.step img {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 12px;
}

.step h3 {
    font-weight: 700;
    font-size: 1.2rem;
}

.step h4 {
    margin: 6px 0;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin-top: 24px;
    margin-bottom: 24px;
}

.center-btn {
    text-align: center;
    margin: 40px 0 80px;
}

.primary-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}

.outline-btn {
    background: transparent;
    border: 1px solid #000;
    color: #000;
    padding: 12px 24px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}

/* HASSLE SECTION */
.hassle,
.value {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 60px 10%;
}


.hassle-text h2,
.value-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    margin: 10px 0 20px;
}

.hassle-img img,
.value-img img {
    width: 100%;
    border-radius: 6px;
}

/* FOOTER */
footer {

    background: #000;
    color: #fff;
    text-align: center;
    padding: 40px 10%;

}



.footer-logo h3 {

    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;

}

.footer-copy {

    margin-top: 20px;
    font-size: 0.9rem;
    color: #aaa;

}














#content .header-inner {
    position: absolute;
    width: 100%;
    max-width: 1400px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 42px;
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
}

#content .header-inner a.aios-ai-phone {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    width: 100%;
    max-width: 245px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    position: relative;
    gap: 10px;
}

#content .header-inner a.aios-ai-phone:before {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    content: '';
}

#content .header-inner a.aios-ai-phone i {
    font-size: 12px;
    color: #fff;
}


.accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.accent canvas {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}

.image-holder {
    position: relative;
}

.image-holder canvas {
    display: block;
    height: 100%;
    width: 100%;
}

.image-holder img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}












#content .hero-content h1 {
    font-family: "Libre Caslon Text", serif;
    font-weight: 400;
    font-size: clamp(40px, 4.5vw, 72px);
    line-height: 1;
    text-shadow: 0px 2px 3px #000;
}

.hero-overlay {

    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 0;
    align-items: flex-end;
    max-width: 1140px;
    background: transparent;
    transform: translateX(-50%);
    overflow: visible;
}
















#content .hero-content p {
    font-size: clamp(12px, 1vw, 16px);
    font-weight: 400;
    letter-spacing: 0.02em;
    max-width: 100%;
    padding-right: 124px;
}

header.hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 50%;
}

header.hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#content form.hero-form {
    width: 100%;
    max-width: 437px;
    border-radius: 0 !important;
    position: relative;
    bottom: -80px;
    z-index: 2;
    box-shadow: 0px 3px 21px rgba(0, 0, 0, 15%) !important;
    padding: 65px 55px !important;
}

.hero-form button {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    width: 100%;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    position: relative;
    background: transparent;
    color: #000;
    max-width: 100%;
    padding: 0;
}

#content form.hero-form h2 {
    font-family: "Manrope", sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.02em;
    margin: 0;
    line-height: 1;
    margin-bottom: 10px;
}

.hero-form input {
    border-radius: 0;
    background: #eaeaea;
    border: 0;
    color: #777777;
    font-size: 12px;
    height: 40px;
    text-transform: uppercase;
    padding-left: 15px;
    margin-bottom: 12px;
}

.hero-form button {
    margin-top: 24px;
}

#content .hero-content {
    padding-bottom: 88px;
}








.hero-form button {
    margin-top: 24px;
    max-width: 245px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.hero-form button:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
}

.hero-form button:hover {
    background: #000;
    color: #fff;
}







#content .section-title {
    margin: 114px auto 68px;
    text-align: left;
    width: 100%;
    max-width: 620px;
}

#content .section-title .subtitle {
    font-size: clamp(18px, 1.5vw, 24px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 20px;
    text-align: left;
}

#content .section-title h2 {
    margin: 0;
    line-height: 1;
    font-size: clamp(38px, 4.063vw, 65px);
    font-weight: 400;
    position: relative;
    margin-bottom: 18px;
}

#content .section-title p {
    text-align: center;
    font-size: clamp(12px, 0.938vw, 15px);
}

#content .section-title h2:before {
    content: '';
    position: absolute;
    left: -20px;
    height: calc(100% + 20px);
    width: 1px;
    bottom: 7px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}






#content .step-img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

#content .step-img h3 {
    position: absolute;
    font-family: "Libre Caslon Text", serif;
    color: #fff;
    font-size: clamp(38px, 3.75vw, 60px);
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    bottom: -9px;
    left: -4px;
    margin: 0;
}

#content .step-img .image-holder img {
    opacity: 80%;
}

#content .step-img .image-holder {
    background: #000;
}

.step p {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
}



#content .sell-your-home-btn a {
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    width: 100%;
    max-width: 245px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    position: relative;
    transition: all 0.3s ease-in-out;
    gap: 10px;
}

#content .sell-your-home-btn a:before {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    content: '';
}

#content .sell-your-home-btn a:hover {
    background: #000;
    color: #fff;
}

#content .sell-your-home-btn a i {
    font-size: 12px;
    color: #000;
    transition: all 0.3s ease-in-out;
}

#content .sell-your-home-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 56px;
}


#content .actions {
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
}

#content .actions .sell-your-home-btn {
    width: 100%;
    max-width: 245px;
}

.hassle,
.value {
    width: 100%;
    padding: 0;
}

section.hassle {
    padding-left: 12.625vw;
    padding-top: 132px;
    padding-bottom: 132px;
    justify-content: space-between;
}

.hassle-img {
    width: calc((717 / 1402)* 100%);
    border-radius: 0;
}

.hassle-text {
    width: calc((586 / 1402)* 100%);
}

.hassle-img img,
.value-img img {
    border-radius: 0;
}

.hassle-text #content .section-title {
    margin-top: 0;
    margin-left: 23px;
}

.hassle-text p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 34px;
}

#content .actions > div {
    margin-top: 0;
}






.hassle-img {
    position: relative;
}

.hassle-img:before {
    content: '';
    position: absolute;
    right: 0;
    width: 62.81%;
    height: 50px;
    top: -50px;
    background-image: url(https://www.socalrentalsandhomes.com/wp-content/uploads/2025/10/img-acr.jpg);
    background-size: cover;
    background-position: center;
}


section.hassle.val {
    flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 12.625vw;
}

section.hassle.val .hassle-img:before {
    right: inherit;
    left: 0;
}






section.value {
    width: calc((1442/ 1600)* 100%);
    margin-right: auto;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 98px;
}

.value-text {
    width: calc((682 / 1442)* 100%);
}

.value-img {
    width: calc((679 / 1442)* 100%);
    position: relative;
}

.value-img:before {
    content: '';
    position: absolute;
    left: 0;
    width: 62.81%;
    height: 50px;
    top: -50px;
    background-image: url(https://www.socalrentalsandhomes.com/wp-content/uploads/2025/10/img-acr.jpg);
    background-size: cover;
    background-position: center;
}

.value-text p {
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-bottom: 34px;
}

.value-text #content .section-title {
    padding-right: 0;
    max-width: 100%;
    padding-left: 21px;
    margin-top: 0;
    margin-bottom: 48px;
}








.footer-logo img {
    width: 100%;
    max-width: 214px;
    height: auto;
    display: block;
    margin: 0px auto;
}

#content .footer-info {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 100%;
    max-width: 1020px;
    margin: 0px auto;
}

.footer-content {
    display: flex;
    flex-flow: row wrap;
}

.footer-logo {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    width: 100%;
    margin-bottom: 42px;
}

#content .footer-info a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}

#content .footer-info p {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

#content .footer-copy {
    display: flex;
    flex-flow: row wrap;
    margin-top: 45px;
}

#content .footer-copy p {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.010em;
}



header.hero .image-holder {
    min-height: 680px;
}



.header,
.ip-banner {
    display: none !important;
}

p#breadcrumbs {
    display: none;
}

#content .entry-title {
    display: none;
}

.--defaultPadding {
    padding: 0;
}

section.connectWithUs {
    display: none;
}

footer.footer {
    display: none;
}

div#inner-page-wrapper {
    margin-bottom: 0;
}

#content-sidebar,
#content-full {
    margin-top: 0;
}



.footer-copy {
    justify-content: space-between;
}

.footer__copyright--logos i {
    font-style: normal !important;
    color: #fff;
    font-size: 37px;
}


#content .header-inner a.aios-ai-phone {
    transition: all 0.3s ease-in-out;
}

#content .header-inner a.aios-ai-phone:hover {
    background: #000;
    border-color: #000;
}

#content .sell-your-home-btn a:hover i {
    color: #fff;
}


@media(max-width:1190px) {
    .hero-overlay {
        padding-left: 15px;
        padding-right: 15px;
    }
}




@media(max-width:991px) {



    .hero-overlay {
        width: 100%;
    }

    section.value {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        flex-flow: row wrap;
        flex-direction: column-reverse;
    }

    section.hassle {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        flex-flow: row wrap;
        flex-direction: column-reverse;
    }

    .value-img {
        width: 100%;
    }

    .value-text {
        width: 100%;
    }

    .hassle-text {
        width: 100%;
    }

    .hassle-img {
        width: 100%;
    }

    .hassle-text #content .section-title h2 br {
        display: none;
        text-align: center;
    }

    .hassle-text #content .section-title {
        margin: 0;
        width: 100%;
        text-align: center;
        max-width: 100%;
    }

    #content .section-title .subtitle {
        text-align: center;
    }

    .hassle-text p {
        text-align: center;
    }

    .hassle-text .actions {
        justify-content: center;
    }

    .value-text h2 {
        text-align: center;
    }


    .value-text p {
        text-align: center;
    }

    .value-text .actions {
        justify-content: center;
    }

    #content .footer-info {
        gap: 20px;
        text-align: center;
        justify-content: center;
    }

    .hero-overlay {
        flex-flow: row wrap;
        display: flex;
        align-items: center;
        gap: 0;
        justify-content: center;
        height: auto;
        top: 64%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #content .hero-content {
        width: 100%;
        flex: inherit;
        padding-bottom: 0;
        padding-right: 0;
        text-align: center;
        margin-bottom: 30px;
    }

    #content form.hero-form {



        max-width: 100%;
        bottom: 0px;
        display: flex;
        justify-content: space-between;
        padding: 30px !important;

        flex-flow: wrap;
    }

    header.hero .image-holder {
        min-height: 800px;
    }

    #content form.hero-form h2 {
        font-size: 26px;
        font-weight: 600;
        width: 100%;
    }

    #content form.hero-form h2 br {
        display: none;
    }

    #content form.hero-form input {
        height: 40px;
        font-size: 12px;
        width: calc(100% / 2 - 10px);
        margin-bottom: 16px;
    }

    .hero-form button {
        margin-top: 10px;
    }

    #content .hero-content p {
        padding-right: 0;
    }








    #content .header-inner {
        flex-flow: row wrap;
        padding-top: 30px;
        gap: 10px;
    }

    .header-logo img {
        width: 100%;
        display: block;
        height: auto;
    }

    .header-logo {
        width: 100%;
        max-width: 150px;
        margin: 0px auto;
        margin-bottom: 30px;
    }


    #content .header-inner a.aios-ai-phone {
        margin-left: auto;
        margin-right: auto;
    }

    #content .hero-content h1 {
        margin-bottom: 10px;
        line-height: 1.2;
    }










    #content .section-title {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #content .section-title .subtitle {
        width: 100%;
    }

    section.hassle {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .value-text {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    section.value {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }












}




/* RESPONSIVE */
@media(max-width:768px) {
    .hero-overlay {
        flex-direction: column;
        padding: 60px 5%;
    }

    #content .hero-content h1 {

        font-size: clamp(23px, 4.5vw, 72px);

    }

    .hassle,
    .value {
        flex-direction: column;
    }
}
