
/* Finish Homepage Builder V4.5 - Contact Us */

.fhb-contact-page-active .fhb-site{
    min-height:100vh;
}
.fhb-contact-main{
    overflow:hidden;
}
.fhb-contact-hero{
    position:relative;
    min-height:430px;
    display:flex;
    align-items:center;
    isolation:isolate;
    background:
        radial-gradient(circle at 12% 18%,rgba(90,42,212,.18),transparent 28%),
        radial-gradient(circle at 88% 42%,rgba(58,43,203,.12),transparent 24%),
        linear-gradient(135deg,#f7f5ff 0%,#fff 52%,#f3f7ff 100%);
    border-bottom:1px solid rgba(90,42,212,.08);
}
.fhb-contact-hero:after{
    content:"";
    position:absolute;
    inset:auto -8% -110px -8%;
    height:180px;
    z-index:-1;
    border-radius:50% 50% 0 0/100% 100% 0 0;
    background:rgba(255,255,255,.78);
    filter:blur(1px);
}
.fhb-contact-orb{
    position:absolute;
    border-radius:50%;
    pointer-events:none;
    filter:blur(1px);
    opacity:.65;
    animation:fhbContactFloat 7s ease-in-out infinite;
}
.fhb-contact-orb-a{
    width:150px;height:150px;left:7%;top:70px;
    background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(121,91,238,.12));
    box-shadow:0 25px 65px rgba(90,42,212,.12);
}
.fhb-contact-orb-b{
    width:85px;height:85px;right:12%;bottom:72px;
    background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(65,149,213,.13));
    animation-delay:-2s;
}
@keyframes fhbContactFloat{
    0%,100%{transform:translateY(0)}
    50%{transform:translateY(-14px)}
}
.fhb-contact-hero-inner{
    position:relative;
    z-index:2;
    text-align:center;
    max-width:850px;
    padding:68px 20px 100px;
}
.fhb-contact-kicker{
    display:inline-block;
    color:var(--fhb-primary);
    font-weight:800;
    font-size:17px;
    margin-bottom:12px;
}
.fhb-contact-hero h1{
    margin:0 0 16px;
    font-size:clamp(42px,5vw,70px);
    line-height:1.2;
    font-weight:800;
    letter-spacing:-1px;
}
.fhb-contact-hero p{
    max-width:720px;
    margin:0 auto 26px;
    color:#616477;
    font-size:18px;
    line-height:1.9;
}
.fhb-contact-hero-actions{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px;
}
.fhb-contact-quick{
    position:relative;
    z-index:4;
    margin-top:-66px;
    padding-bottom:26px;
}
.fhb-contact-quick-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
}
.fhb-contact-quick-card{
    min-height:145px;
    padding:22px 18px;
    background:rgba(255,255,255,.92);
    backdrop-filter:blur(12px);
    border:1px solid rgba(90,42,212,.10);
    border-radius:22px;
    box-shadow:0 16px 38px rgba(34,31,76,.08);
    text-decoration:none;
    color:var(--fhb-dark);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    transition:.3s;
}
.fhb-contact-quick-card:hover{
    transform:translateY(-6px);
    box-shadow:0 22px 44px rgba(34,31,76,.13);
}
.fhb-contact-quick-icon{
    width:48px;height:48px;border-radius:50%;
    display:flex;align-items:center;justify-content:center;
    background:#f0ebff;
    font-size:22px;
    margin-bottom:10px;
}
.fhb-contact-quick-card small{
    color:#77798b;
    font-size:12px;
    margin-bottom:5px;
}
.fhb-contact-quick-card strong{
    font-size:14px;
    overflow-wrap:anywhere;
}
.fhb-contact-departments{
    background:linear-gradient(180deg,#fff,#f8f7ff);
}
.fhb-contact-dept-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
}
.fhb-contact-dept-card{
    min-height:235px;
    padding:28px;
    background:#fff;
    border:1px solid rgba(90,42,212,.08);
    border-radius:24px;
    box-shadow:0 14px 36px rgba(34,31,76,.065);
    display:flex;
    gap:20px;
    align-items:flex-start;
    transition:.3s;
}
.fhb-contact-dept-card:hover{
    transform:translateY(-5px);
    box-shadow:0 22px 46px rgba(34,31,76,.11);
}
.fhb-contact-dept-icon{
    flex:0 0 58px;
    width:58px;height:58px;border-radius:18px;
    display:flex;align-items:center;justify-content:center;
    background:linear-gradient(135deg,#f0ebff,#faf8ff);
    font-size:26px;
}
.fhb-contact-dept-card>div:last-child{flex:1}
.fhb-contact-dept-card span{
    color:var(--fhb-primary);
    font-size:12px;
    font-weight:800;
}
.fhb-contact-dept-card h3{
    margin:5px 0 9px;
    font-size:23px;
}
.fhb-contact-dept-card p{
    margin:0 0 18px;
    color:#67697c;
    line-height:1.8;
}
.fhb-contact-dept-actions{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
}
.fhb-contact-dept-actions a{
    text-decoration:none;
    color:var(--fhb-primary);
    background:#f4f0ff;
    padding:9px 12px;
    border-radius:10px;
    font-weight:800;
    direction:ltr;
}
.fhb-contact-wholesale{
    padding-top:26px !important;
}
.fhb-contact-form-section{
    background:linear-gradient(180deg,#fff,#f8f7ff);
}
.fhb-contact-form-grid{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:34px;
    align-items:start;
}
.fhb-contact-form-copy{
    padding:18px 0;
}
.fhb-contact-form-copy h2{
    font-size:40px;
    margin:5px 0 14px;
}
.fhb-contact-form-copy>p{
    color:#66697c;
    line-height:1.9;
    font-size:17px;
    margin:0 0 24px;
}
.fhb-contact-mini-info{
    display:grid;
    gap:12px;
}
.fhb-contact-mini-info>div{
    background:#fff;
    border:1px solid #ece9fb;
    border-radius:17px;
    padding:16px 18px;
    box-shadow:0 10px 28px rgba(34,31,76,.05);
}
.fhb-contact-mini-info span{
    font-size:20px;
    margin-left:7px;
}
.fhb-contact-mini-info strong{
    font-size:15px;
}
.fhb-contact-mini-info p{
    margin:6px 0 0;
    color:#707285;
    line-height:1.65;
}
.fhb-contact-socials{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
    margin-top:18px;
}
.fhb-contact-socials a{
    padding:9px 13px;
    border-radius:11px;
    text-decoration:none;
    color:var(--fhb-primary);
    background:#f2edff;
    font-weight:800;
    font-size:13px;
}
.fhb-contact-form-card{
    background:#fff;
    border-radius:26px;
    border:1px solid #ebe8f8;
    box-shadow:0 18px 46px rgba(34,31,76,.08);
    padding:28px;
    min-height:360px;
}
.fhb-contact-form-card input,
.fhb-contact-form-card textarea,
.fhb-contact-form-card select{
    width:100% !important;
    border:1px solid #dedbea !important;
    border-radius:12px !important;
    padding:12px 14px !important;
}
.fhb-contact-form-card button,
.fhb-contact-form-card input[type=submit]{
    background:linear-gradient(135deg,var(--fhb-primary),#6a34df) !important;
    color:#fff !important;
    border:0 !important;
    border-radius:12px !important;
    padding:12px 22px !important;
    font-weight:800 !important;
}
.fhb-contact-form-fallback{
    min-height:300px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
}
.fhb-contact-form-fallback strong{
    font-size:24px;
}
.fhb-contact-form-fallback p{
    max-width:460px;
    color:#696b7d;
    line-height:1.8;
}
.fhb-contact-map{
    background:#fff;
}
.fhb-contact-map-frame{
    height:420px;
    overflow:hidden;
    border-radius:26px;
    border:1px solid #e9e7f5;
    box-shadow:0 16px 38px rgba(34,31,76,.08);
}
.fhb-contact-map-frame iframe{
    width:100%;
    height:100%;
    border:0;
}
.fhb-field textarea{
    width:100%;
    min-height:88px;
    border:1px solid #8c8f94;
}
.fhb-field-wide{
    grid-column:span 2;
}

@media(max-width:980px){
    .fhb-contact-quick-grid{grid-template-columns:1fr 1fr}
    .fhb-contact-form-grid{grid-template-columns:1fr}
}
@media(max-width:820px){
    .fhb-contact-hero{min-height:390px}
    .fhb-contact-hero-inner{padding-top:58px}
    .fhb-contact-dept-grid{grid-template-columns:1fr}
    .fhb-contact-form-copy{text-align:center}
}
@media(max-width:560px){
    .fhb-contact-hero h1{font-size:38px}
    .fhb-contact-hero p{font-size:16px}
    .fhb-contact-quick-grid{grid-template-columns:1fr}
    .fhb-contact-quick{margin-top:-45px}
    .fhb-contact-dept-card{padding:22px 18px;gap:14px}
    .fhb-contact-dept-icon{width:48px;height:48px;flex-basis:48px}
    .fhb-contact-form-card{padding:18px}
    .fhb-contact-form-copy h2{font-size:31px}
    .fhb-contact-map-frame{height:320px}
    .fhb-field-wide{grid-column:span 1}
}

/* ===== V4.5.1 BUILT-IN CONTACT FORM ===== */
.fhb-built-contact-form{
    direction:rtl;
}
.fhb-form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
}
.fhb-form-field{
    display:flex;
    flex-direction:column;
    gap:7px;
}
.fhb-form-field-full{
    grid-column:1 / -1;
}
.fhb-form-field label{
    font-weight:800;
    font-size:14px;
    color:#2d2f42;
}
.fhb-form-field label span{
    color:var(--fhb-primary);
}
.fhb-built-contact-form input,
.fhb-built-contact-form select,
.fhb-built-contact-form textarea{
    width:100% !important;
    border:1px solid #dfddea !important;
    background:#fbfbfd !important;
    color:#242638 !important;
    border-radius:13px !important;
    padding:13px 14px !important;
    font-family:inherit !important;
    font-size:14px !important;
    outline:none !important;
    transition:border-color .2s,box-shadow .2s,background .2s !important;
}
.fhb-built-contact-form input:focus,
.fhb-built-contact-form select:focus,
.fhb-built-contact-form textarea:focus{
    border-color:rgba(90,42,212,.55) !important;
    background:#fff !important;
    box-shadow:0 0 0 4px rgba(90,42,212,.08) !important;
}
.fhb-built-contact-form textarea{
    resize:vertical;
    min-height:145px;
}
.fhb-form-submit{
    margin-top:18px;
    border:0 !important;
    border-radius:14px !important;
    padding:14px 23px !important;
    min-width:190px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    cursor:pointer;
    font-family:inherit;
    font-size:15px;
    font-weight:800;
    color:#fff !important;
    background:linear-gradient(135deg,var(--fhb-primary),#6d35df) !important;
    box-shadow:0 13px 28px rgba(90,42,212,.20);
    transition:transform .2s,box-shadow .2s;
}
.fhb-form-submit:hover{
    transform:translateY(-2px);
    box-shadow:0 17px 34px rgba(90,42,212,.26);
}
.fhb-form-submit b{
    font-size:19px;
    font-weight:400;
}
.fhb-form-privacy{
    margin:11px 0 0;
    color:#838596;
    font-size:11px;
    line-height:1.7;
}
.fhb-form-notice{
    padding:13px 15px;
    border-radius:12px;
    margin-bottom:16px;
    font-size:14px;
    font-weight:700;
    line-height:1.7;
}
.fhb-form-notice-success{
    color:#176b3a;
    background:#edf9f1;
    border:1px solid #ccebd7;
}
.fhb-form-notice-error{
    color:#9d2831;
    background:#fff1f2;
    border:1px solid #f2ced1;
}
.fhb-honeypot{
    position:absolute !important;
    left:-99999px !important;
    width:1px !important;
    height:1px !important;
    overflow:hidden !important;
}
@media(max-width:620px){
    .fhb-form-grid{
        grid-template-columns:1fr;
    }
    .fhb-form-field-full{
        grid-column:auto;
    }
    .fhb-form-submit{
        width:100%;
    }
}


/* V4.5.2 map fallback */
.fhb-contact-map-action{
    text-align:center;
    margin-top:18px;
}

.fhb-contact-map-frame iframe{display:block;width:100%!important;height:100%!important;border:0}

/* ===== V4.7.2 CONTACT MOBILE SCROLL FIX ===== */

@media (max-width:1100px){

    .fhb-contact-site,
    .fhb-contact-main,
    .fhb-contact-hero,
    .fhb-contact-quick,
    .fhb-contact-departments,
    .fhb-contact-wholesale,
    .fhb-contact-form-section,
    .fhb-contact-map,
    .fhb-main-cta{
        overflow:visible !important;
    }

    .fhb-contact-site{
        min-height:0 !important;
    }

    .fhb-contact-hero{
        height:auto !important;
        min-height:390px !important;
    }

    .fhb-contact-hero-inner{
        height:auto !important;
    }

    .fhb-contact-quick{
        margin-top:-38px !important;
    }

    .fhb-contact-quick-grid{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    }

    .fhb-contact-dept-grid{
        grid-template-columns:1fr !important;
    }

    .fhb-contact-form-grid{
        grid-template-columns:1fr !important;
    }

    .fhb-contact-form-card{
        min-height:0 !important;
        height:auto !important;
        overflow:visible !important;
    }

    .fhb-contact-map-frame{
        height:360px !important;
        min-height:300px !important;
        overflow:hidden !important;
    }

    /* Disable expensive blur effects that can cause blank rendering on mobile GPUs */
    .fhb-contact-orb,
    .fhb-contact-hero:after{
        animation:none !important;
    }

    .fhb-contact-quick-card,
    .fhb-contact-form-card,
    .fhb-contact-dept-card{
        backdrop-filter:none !important;
        -webkit-backdrop-filter:none !important;
    }
}

@media (max-width:620px){

    .fhb-contact-quick-grid{
        grid-template-columns:1fr !important;
    }

    .fhb-contact-hero{
        min-height:350px !important;
    }

    .fhb-contact-hero-inner{
        padding:46px 12px 82px !important;
    }

    .fhb-contact-hero h1{
        font-size:36px !important;
    }

    .fhb-contact-map-frame{
        height:300px !important;
    }

    .fhb-contact-dept-card{
        min-height:0 !important;
    }
}
