.elementor-18 .elementor-element.elementor-element-5a1487d{--display:flex;--min-height:700px;}.elementor-18 .elementor-element.elementor-element-5a1487d:not(.elementor-motion-effects-element-type-background), .elementor-18 .elementor-element.elementor-element-5a1487d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;background-image:url("https://leafpressbooks.com/wp-content/uploads/2026/07/Contact-Page-Image.webp");background-size:cover;}.elementor-18 .elementor-element.elementor-element-b937fdd{--display:flex;--min-height:250px;}.elementor-18 .elementor-element.elementor-element-b937fdd:not(.elementor-motion-effects-element-type-background), .elementor-18 .elementor-element.elementor-element-b937fdd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18 .elementor-element.elementor-element-359a922{--display:flex;--min-height:450px;}.elementor-18 .elementor-element.elementor-element-359a922:not(.elementor-motion-effects-element-type-background), .elementor-18 .elementor-element.elementor-element-359a922 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-18 .elementor-element.elementor-element-6a168ca{--display:flex;--min-height:400px;}.elementor-18 .elementor-element.elementor-element-daac6fb{--display:flex;--min-height:300px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-18 .elementor-element.elementor-element-5a1487d{--content-width:1600px;}.elementor-18 .elementor-element.elementor-element-b937fdd{--content-width:1600px;}.elementor-18 .elementor-element.elementor-element-359a922{--content-width:1600px;}.elementor-18 .elementor-element.elementor-element-6a168ca{--content-width:1600px;}.elementor-18 .elementor-element.elementor-element-daac6fb{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-62d4859 *//* ==========================
   CONTACT SECTION
========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.contact-section{
    width:100%;
    padding:50px 20px;
    background:transparent;
}

.contact-container{
    width:96%;
    max-width:1700px;
    margin:auto;
}

.contact-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(320px,1fr));
    gap:24px;
}

.contact-card{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:18px;
    padding:22px;
    display:flex;
    align-items:center;
    gap:18px;
    min-height:120px;
    box-shadow:0 10px 28px rgba(0,0,0,.08);
    transition:.35s;
}

.contact-card:hover{
    transform:translateY(-6px);
    box-shadow:0 16px 35px rgba(0,0,0,.12);
}

.contact-icon{
    width:80px;
    height:80px;
    min-width:80px;
    border-radius:50%;
    background:#0F4C3A;
    color:#C89B2A;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
}

.contact-content{
    flex:1;
}

.contact-content h3{
    font-family:Georgia,serif;
    font-size:22px;
    color:#173B32;
    margin-bottom:8px;
    font-weight:700;
}

.contact-content p{
    font-family:Arial,sans-serif;
    font-size:17px;
    color:#666;
    line-height:1.7;
}

.contact-content p span{
    display:block;
    white-space:nowrap;
}

.contact-content a{
    color:#666;
    text-decoration:none;
    white-space:nowrap;
}

.contact-content a:hover{
    color:#0F4C3A;
}

/* Tablet */

@media(max-width:1400px){

.contact-grid{
    grid-template-columns:repeat(2,1fr);
}

.contact-content p span,
.contact-content a{
    white-space:normal;
}

}

/* Mobile */

@media(max-width:768px){

.contact-grid{
    grid-template-columns:1fr;
}

.contact-card{
    padding:20px;
}

.contact-icon{
    width:65px;
    height:65px;
    min-width:65px;
    font-size:22px;
}

.contact-content h3{
    font-size:20px;
}

.contact-content p{
    font-size:15px;
}

.contact-content p span,
.contact-content a{
    white-space:normal;
}

}/* End custom CSS */