/* SECTION 1 - CONTACT HERO */

section.regan-contact-hero{
    position:relative;
    min-height:600px;
    padding:100px 30px;

    background:
        linear-gradient(rgba(0,0,0,.75), rgba(0,0,0,.75)),
        url('/wp-content/themes/toporg-new/assets/imgs-regan/contact-banner.png')
        center center / cover no-repeat;

    display:flex;
    align-items:center;
    justify-content:center;
}

section.regan-contact-hero .container-fluid{
    max-width:1500px;
    width:100%;
    margin:0 auto;
    padding:0 !important;
}

.regan-contact-hero-content{
    max-width:1300px;
    margin:0 auto;
    text-align:center;
}

.regan-contact-hero-content h1{
    color:#FFF;
    font-family:Sora,sans-serif;
    font-size:61px !important;
    line-height:59px !important;
    font-weight:800;
    margin:0 0 20px;
    text-transform:uppercase;
}

.regan-contact-hero-content p{
    color:#FFF;
    font-family:Sora,sans-serif;
    font-size:22px !important;
    line-height:35px !important;
    font-weight:300;
    margin:0 auto 18px;
    max-width:1200px;
}

.regan-contact-hero-content p:last-child{
    margin-bottom:0;
}

/* Tablet */
@media (max-width:1199px){

    section.regan-contact-hero{
        padding:70px 30px;
        min-height:500px;
    }

    .regan-contact-hero-content h1{
        font-size:44px;
        line-height:54px;
    }

    .regan-contact-hero-content p{
        font-size:18px;
        line-height:30px;
    }
}

/* Mobile */
@media (max-width:767px){

    section.regan-contact-hero{
        min-height:auto;
        padding:50px 20px;
    }

    .regan-contact-hero-content h1{
        font-size:32px;
        line-height:40px;
        margin-bottom:18px;
    }

    .regan-contact-hero-content p{
        font-size:15px;
        line-height:24px;
    }
}


/* SECTION 2 - CONTACT FORM */

section.regan-contact-section{
    padding:100px 30px;
    background:#fff;
}

section.regan-contact-section .container-fluid{
    max-width:1500px;
    width:100%;
    margin:0 auto;
    padding:0 !important;
}

.regan-contact-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:110px;
    align-items:center;
}

.regan-contact-form h2{
    color:#C72A2A;
    font-family:Sora,sans-serif;
    font-size:49px !important;
    line-height:59px !important;
    font-weight:800;
    margin:0 0 20px;
}

.regan-contact-form p{
    color:#212121;
    font-family:Sora,sans-serif;
    font-size:20px !important;
    line-height:35px !important;
    font-weight:300;
    margin:0 0 30px;
}

.regan-contact-form input,
.regan-contact-form textarea{
    width:100%;
    border:1px solid #cfcfcf;
    border-radius:4px;
    padding:18px 22px;
    font-family:Sora,sans-serif;
    font-size:22px !important;
    margin-bottom:24px;
}

.regan-contact-form textarea{
    height:180px;
    resize:none;
}

.regan-contact-form input[type="submit"]{
    background:#C72A2A;
    color:#fff;
    border:0;
    font-weight:700;
    cursor:pointer;
    transition:.3s ease;
}

.regan-contact-form input[type="submit"]:hover{
    background:#a91f1f;
}

.contact-info-item{
    display:flex;
    gap:14px;
    align-items:flex-start;
    margin-bottom:20px;
}

.contact-info-item span{
    color:#C72A2A;
    font-size:18px !important;
    line-height:1.2;
    width:24px;
    flex-shrink:0;
}

.contact-info-item p{
    color:#212121;
    font-family:Sora,sans-serif;
    font-size:20px !important;
    line-height:35px !important;
    font-weight:300;
    margin:0;
}

.regan-contact-map iframe{
    width:100%;
    height:360px;
    display:block;
}


.contact-info-item,
.contact-info-item p,
.contact-info-item a{
    position:relative !important;
    z-index:10 !important;
    pointer-events:auto !important;
}

.contact-info-item a{
    color:#212121 !important;
    text-decoration:none !important;
    display:inline-block !important;
}

.contact-info-item a:hover{
    text-decoration:underline !important;
}

/* Tablet */
@media (max-width:1199px){

    section.regan-contact-section{
        padding:70px 30px;
    }

    .regan-contact-grid{
        grid-template-columns:1fr;
        gap:50px;
    }
}

/* Mobile */
@media (max-width:767px){

    section.regan-contact-section{
        padding:50px 20px;
    }

    .regan-contact-form h2{
        font-size:32px;
        line-height:40px;
    }

    .regan-contact-form p,
    .contact-info-item p{
        font-size:15px;
        line-height:24px;
    }

    .regan-contact-form input,
    .regan-contact-form textarea{
        font-size:15px;
        padding:16px 18px;
    }
}





section.regan-contact-hero,
section.regan-contact-section,
section.regan-contact-hero *,
section.regan-contact-section *{
    box-sizing:border-box;
}

section.regan-contact-hero,
section.regan-contact-section{
    overflow:hidden !important;
}

/* Tablet */
@media (max-width:1199px){

    section.regan-contact-hero{
        padding:70px 30px !important;
        min-height:500px !important;
    }

    .regan-contact-hero-content h1{
        font-size:44px !important;
        line-height:52px !important;
    }

    .regan-contact-hero-content p{
        font-size:18px !important;
        line-height:30px !important;
        max-width:1000px !important;
    }

    section.regan-contact-section{
        padding:70px 30px !important;
    }

    .regan-contact-grid{
        grid-template-columns:1fr !important;
        gap:0px !important;
        max-width:1000px !important;
        margin:0 auto !important;
    }

    .regan-contact-form h2{
        font-size:38px !important;
        line-height:48px !important;
    }

    .regan-contact-form p,
    .contact-info-item p{
        font-size:16px !important;
        line-height:28px !important;
        margin-bottom: 18px !important;
    }

    .regan-contact-form input,
    .regan-contact-form textarea{
        font-size:16px !important;
        line-height:24px !important;
        padding:16px 20px !important;
    }

    .contact-info-item span img,
    .contact-info-item img{
        width:22px !important;
        height:22px !important;
        object-fit:contain !important;
    }

    .regan-contact-map iframe{
        height:420px !important;
    }
}

/* Mobile */
@media (max-width:767px){

    section.regan-contact-hero{
        padding:50px 20px !important;
        min-height:auto !important;
    }

    .regan-contact-hero-content h1{
        font-size:34px !important;
        line-height:42px !important;
    }

    .regan-contact-hero-content p{
        font-size:15px !important;
        line-height:24px !important;
    }

    section.regan-contact-section{
        padding:50px 20px !important;
    }

    .regan-contact-grid{
        gap:0px !important;
        max-width:100% !important;
    }

    .regan-contact-form h2{
        font-size:32px !important;
        line-height:40px !important;
    }

    .regan-contact-form p,
    .contact-info-item p{
        font-size:15px !important;
        line-height:24px !important;
    }

    .regan-contact-form input,
    .regan-contact-form textarea{
        font-size:15px !important;
        line-height:23px !important;
        padding:15px 16px !important;
        margin-bottom:18px !important;
    }

    .regan-contact-form textarea{
        height:160px !important;
    }

    .contact-info-item{
        gap:12px !important;
        margin-bottom:20px !important;
    }

    .contact-info-item span{
        width:22px !important;
        flex-shrink:0 !important;
    }

    .contact-info-item span img,
    .contact-info-item img{
        width:20px !important;
        height:20px !important;
        object-fit:contain !important;
    }

    .regan-contact-map iframe{
        height:320px !important;
    }
}

/* Small mobile */
@media (max-width:480px){

    .regan-contact-hero-content h1,
    .regan-contact-form h2{
        font-size:28px !important;
        line-height:36px !important;
    }

    .regan-contact-map iframe{
        height:280px !important;
    }
}






.regan-contact-hero-content h1{
    font-family:"Catamaran", sans-serif !important;
    font-size:61px !important;
    line-height:59px !important;
    font-weight:800 !important;
}

.regan-contact-form h2{
    font-family:"Catamaran", sans-serif !important;
    font-size:49px !important;
    line-height:59px !important;
    font-weight:800 !important;
}


.regan-contact-form input[type="tel"]{
    -moz-appearance:textfield;
}

.regan-contact-form input[type="tel"]::-webkit-outer-spin-button,
.regan-contact-form input[type="tel"]::-webkit-inner-spin-button{
    -webkit-appearance:none;
    margin:0;
}


@media (max-width:1199px){

    .regan-contact-hero-content h1{
        font-size:44px !important;
        line-height:52px !important;
    }

    .regan-contact-form h2{
        font-size:38px !important;
        line-height:48px !important;
    }
}


@media (max-width:767px){

    .regan-contact-hero-content h1{
        font-size:34px !important;
        line-height:42px !important;
    }

    .regan-contact-form h2{
        font-size:32px !important;
        line-height:40px !important;
    }
}

@media (max-width:480px){

    .regan-contact-hero-content h1,
    .regan-contact-form h2{
        font-size:28px !important;
        line-height:36px !important;
    }
}