/* Page-specific styles for contact.php; extracted without visual redesign. */

/* =========================================================
   CONTACT PAGE
========================================================= */

.ibox-contact-page {
    background:#f7f7f7;
    color:#222;
}

.ibox-contact-page * {
    box-sizing:border-box;
}

.ibox-contact-page a {
    text-decoration:none;
}

.ibox-contact-container {
    width:100%;
    max-width:1170px;
    margin:0 auto;
    padding-left:15px;
    padding-right:15px;
}


/* HERO */

.ibox-contact-hero {
    position:relative;
    padding:90px 0 85px;

    background:
        linear-gradient(
            rgba(8,8,8,.78),
            rgba(8,8,8,.84)
        ),
        url("assets/img/page-title.jpg")
        center center/cover no-repeat;

    color:#fff;
}

.ibox-contact-hero:after {
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:4px;
    background:#efd472;
}

.ibox-contact-hero-inner {
    position:relative;
    z-index:2;
    text-align:center;
}

.ibox-contact-kicker {
    display:inline-block;
    margin-bottom:12px;
    color:#efd472;
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.ibox-contact-hero h1 {
    margin:0 0 14px;
    color:#fff;
    font-size:46px;
    line-height:1.15;
    font-weight:800;
}

.ibox-contact-hero h1 span {
    color:#efd472;
}

.ibox-contact-hero p {
    max-width:780px;
    margin:0 auto;
    color:rgba(255,255,255,.82);
    font-size:16px;
    line-height:1.8;
}


/* QUICK BAR */

.ibox-quick-bar {
    position:relative;
    z-index:5;
    margin-top:-35px;
    margin-bottom:65px;
}

.ibox-quick-inner {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:1px;
    background:#ddd;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 15px 45px rgba(0,0,0,.10);
}

.ibox-quick-item {
    min-height:110px;
    display:flex;
    align-items:center;
    padding:20px;
    background:#fff;
}

.ibox-quick-icon {
    width:48px;
    height:48px;
    min-width:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:14px;
    border-radius:50%;
    background:#111;
    color:#efd472;
    font-size:18px;
}

.ibox-quick-item small {
    display:block;
    margin-bottom:4px;
    color:#999;
    font-size:10px;
    font-weight:700;
    letter-spacing:1.4px;
}

.ibox-quick-item a {
    display:block;
    color:#222;
    font-size:14px;
    line-height:1.5;
    font-weight:700;
}

.ibox-quick-item a:hover {
    color:#a98216;
}


/* HEADING */

.ibox-contact-heading {
    max-width:800px;
    margin:0 auto 45px;
    text-align:center;
}

.ibox-contact-heading .label {
    display:inline-block;
    margin-bottom:10px;
    color:#a17a13;
    font-size:11px;
    font-weight:800;
    letter-spacing:2px;
}

.ibox-contact-heading h2 {
    margin:0 0 13px;
    color:#111;
    font-size:36px;
    line-height:1.25;
    font-weight:800;
}

.ibox-contact-heading h2 span {
    color:#b18a25;
}

.ibox-contact-heading p {
    margin:0;
    color:#6b7280;
    font-size:15px;
    line-height:1.8;
}


/* MAIN */

.ibox-contact-main {
    padding:0 0 80px;
}

.ibox-contact-layout {
    display:grid;
    grid-template-columns:.85fr 1.35fr;
    gap:30px;
    align-items:start;
}


/* LEFT */

.ibox-contact-info {
    padding:32px;
    border-radius:16px;
    background:#111;
    color:#fff;
    box-shadow:0 18px 50px rgba(0,0,0,.12);
}

.ibox-contact-info-top {
    margin-bottom:26px;
}

.ibox-contact-info-top small {
    color:#efd472;
    font-size:10px;
    font-weight:800;
    letter-spacing:2px;
}

.ibox-contact-info-top h3 {
    margin:8px 0 0;
    color:#fff;
    font-size:27px;
    line-height:1.3;
    font-weight:800;
}

.ibox-contact-info-top h3 span {
    color:#efd472;
}

.ibox-info-card {
    display:flex;
    align-items:flex-start;
    padding:18px 0;
    border-bottom:1px solid rgba(255,255,255,.10);
}

.ibox-info-icon {
    width:42px;
    height:42px;
    min-width:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:13px;
    border-radius:10px;
    background:rgba(239,212,114,.12);
    color:#efd472;
    font-size:16px;
}

.ibox-info-content small {
    display:block;
    margin-bottom:4px;
    color:#8f8f8f;
    font-size:9px;
    font-weight:800;
    letter-spacing:1.5px;
}

.ibox-info-content a,
.ibox-info-content strong {
    display:block;
    margin-bottom:3px;
    color:#fff;
    font-size:14px;
    line-height:1.55;
    font-weight:600;
}

.ibox-info-content a:hover {
    color:#efd472;
}


/* PROFILE */

.ibox-ap-profile {
    margin-top:25px;
    padding:20px;
    border:1px solid rgba(239,212,114,.25);
    border-radius:13px;
    background:rgba(255,255,255,.04);
}

.ibox-ap-profile small {
    display:block;
    margin-bottom:6px;
    color:#efd472;
    font-size:9px;
    font-weight:800;
    letter-spacing:1.5px;
}

.ibox-ap-profile strong {
    display:block;
    margin-bottom:12px;
    color:#fff;
    font-size:17px;
}

.ibox-ap-button {
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 15px;
    border-radius:7px;
    background:#efd472;
    color:#111 !important;
    font-size:12px !important;
    font-weight:800 !important;
}

.ibox-ap-button:hover {
    background:#fff;
}


/* SOCIAL */

.ibox444-social {
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:25px;
}

.ibox444-social a {
    width:37px;
    height:37px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(255,255,255,.16);
    border-radius:50%;
    background:rgba(255,255,255,.04);
    color:#fff;
    font-size:14px;
    transition:.25s;
}

.ibox444-social a:hover {
    background:#efd472;
    border-color:#efd472;
    color:#111;
    transform:translateY(-2px);
}


/* FORM */

.ibox-contact-form {
    padding:34px;
    border-radius:16px;
    background:#fff;
    border:1px solid #e5e7eb;
    box-shadow:0 18px 55px rgba(0,0,0,.08);
}

.ibox-form-head {
    margin-bottom:25px;
    padding-bottom:20px;
    border-bottom:1px solid #eee;
}

.ibox-form-head small {
    color:#a17a13;
    font-size:10px;
    font-weight:800;
    letter-spacing:2px;
}

.ibox-form-head h3 {
    margin:7px 0 8px;
    color:#111827;
    font-size:29px;
    line-height:1.2;
    font-weight:800;
}

.ibox-form-head p {
    margin:0;
    color:#6b7280;
    font-size:14px;
    line-height:1.7;
}

.ibox-form-row {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}

.ibox-form-group {
    margin-bottom:18px;
}

.ibox-form-group label {
    display:block;
    margin-bottom:7px;
    color:#252b36;
    font-size:11px;
    font-weight:800;
    letter-spacing:.4px;
}

.ibox-form-group input,
.ibox-form-group select,
.ibox-form-group textarea {
    width:100%;
    min-height:48px;
    padding:12px 14px;
    border:1px solid #dce1e7;
    border-radius:9px;
    outline:none;
    background:#fff;
    color:#20242b;
    font-family:inherit;
    font-size:13px;
    transition:.2s;
}

.ibox-form-group textarea {
    min-height:135px;
    resize:vertical;
    line-height:1.6;
}

.ibox-form-group input:focus,
.ibox-form-group select:focus,
.ibox-form-group textarea:focus {
    border-color:#c8a13a;
    box-shadow:0 0 0 3px rgba(200,161,58,.10);
}

.ibox-submit {
    width:100%;
    min-height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:13px 20px;
    border:0;
    border-radius:9px;
    background:#111;
    color:#fff;
    cursor:pointer;
    font-size:13px;
    font-weight:800;
    transition:.25s;
}

.ibox-submit i {
    color:#efd472;
}

.ibox-submit:hover {
    background:#efd472;
    color:#111;
}

.ibox-submit:hover i {
    color:#111;
}

.ibox-form-note {
    margin:12px 0 0;
    color:#8a919c;
    font-size:11px;
    line-height:1.6;
}

.ibox-form-note i {
    color:#a17a13;
    margin-right:4px;
}


/* ALERT */

.ibox-alert-success {
    margin-bottom:22px;
    padding:16px 18px;
    border-radius:10px;
    background:#ecfdf5;
    border:1px solid #a7f3d0;
    color:#065f46;
    font-size:13px;
    line-height:1.6;
}

.ibox-alert-error {
    margin-bottom:22px;
    padding:16px 18px;
    border-radius:10px;
    background:#fef2f2;
    border:1px solid #fecaca;
    color:#991b1b;
    font-size:13px;
    line-height:1.6;
}


/* DIRECT CONTACT */

.ibox-direct-panel {
    margin-top:20px;
    padding:22px;
    border-radius:13px;
    background:#f8f7f2;
    border:1px solid #ece5cc;
}

.ibox-direct-panel-title {
    margin-bottom:15px;
    color:#111;
    font-size:15px;
    font-weight:800;
}

.ibox-direct-buttons {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}

.ibox-direct-btn {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:43px;
    padding:10px;
    border-radius:8px;
    font-size:12px;
    font-weight:800;
}

.ibox-direct-btn.call {
    background:#111;
    color:#fff;
}

.ibox-direct-btn.whatsapp {
    background:#efd472;
    color:#111;
}


/* OFFICES */

.ibox-offices {
    padding:80px 0;
    background:#fff;
}

.ibox-office-grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:28px;
}

.ibox-office-card {
    overflow:hidden;
    border:1px solid #e7e7e7;
    border-radius:15px;
    background:#fff;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
}

.ibox-office-content {
    padding:28px;
}

.ibox-office-badge {
    display:inline-block;
    margin-bottom:8px;
    padding:5px 9px;
    border-radius:5px;
    background:#111;
    color:#efd472;
    font-size:9px;
    font-weight:800;
    letter-spacing:1.2px;
}

.ibox-office-content h3 {
    margin:0 0 12px;
    color:#111;
    font-size:24px;
    font-weight:800;
}

.ibox-office-content p {
    margin:0 0 16px;
    color:#666;
    font-size:14px;
    line-height:1.8;
}


/* ADDRESS - TWO CLEAN LINES */

.ibox-office-address {
    margin:0 0 16px !important;
    padding:13px 15px;
    background:#faf8ef;
    border-left:3px solid #efd472;
    border-radius:8px;
    color:#555 !important;
    font-size:13px !important;
    line-height:1.6 !important;
    box-shadow:0 4px 15px rgba(0,0,0,.04);
}

.ibox-office-address span {
    display:block;
}

.ibox-office-address span:first-child {
    margin-bottom:2px;
}

.ibox-office-address i {
    margin-right:6px;
    color:#b18a25;
}

.ibox-office-content a {
    color:#a17a13;
    font-weight:700;
}

.ibox-office-map {
    height:280px;
}

.ibox-office-map iframe {
    width:100%;
    height:100%;
    display:block;
    border:0;
}


/* CTA */

.ibox-contact-cta {
    padding:75px 0;
    background:#111;
    color:#fff;
}

.ibox-contact-cta-box {
    text-align:center;
}

.ibox-contact-cta-box small {
    display:block;

    margin-bottom:9px;
    color:#efd472;
    font-size:10px;
    font-weight:800;
    letter-spacing:2px;
}

.ibox-contact-cta-box h2 {
    margin:0 0 13px;
    color:#fff;
    font-size:34px;
    font-weight:800;
}

.ibox-contact-cta-box h2 span {
    color:#efd472;
}

.ibox-contact-cta-box p {
    max-width:700px;
    margin:0 auto 25px;
    color:rgba(255,255,255,.70);
    font-size:14px;
    line-height:1.8;
}

.ibox-cta-buttons {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:10px;
}

.ibox-cta-button {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    min-height:45px;
    padding:11px 20px;
    border-radius:8px;
    font-size:12px;
    font-weight:800;
}

.ibox-cta-button.gold {
    background:#efd472;
    color:#111;
}

.ibox-cta-button.white {
    border:1px solid rgba(255,255,255,.25);
    color:#fff;
}

.ibox-cta-button:hover {
    opacity:.88;
}


/* RESPONSIVE */

@media(max-width:991px) {

    .ibox-quick-inner {
        grid-template-columns:1fr 1fr;
    }

    .ibox-contact-layout {
        grid-template-columns:1fr;
    }

    .ibox-office-grid {
        grid-template-columns:1fr;
    }
}

@media(max-width:767px) {

    .ibox-contact-hero {
        padding:65px 0 60px;
    }

    .ibox-contact-hero h1 {
        font-size:34px;
    }

    .ibox-contact-hero p {
        font-size:14px;
    }

    .ibox-quick-bar {
        margin-top:-25px;
        margin-bottom:45px;
    }

    .ibox-quick-inner {
        grid-template-columns:1fr;
    }

    .ibox-quick-item {
        min-height:82px;
    }

    .ibox-contact-heading h2 {
        font-size:28px;
    }

    .ibox-contact-info,
    .ibox-contact-form {
        padding:23px;
    }

    .ibox-form-row {
        grid-template-columns:1fr;
        gap:0;
    }

    .ibox-direct-buttons {
        grid-template-columns:1fr;
    }

    .ibox-offices {
        padding:55px 0;
    }

    .ibox-office-content {
        padding:22px;
    }

    .ibox-office-map {
        height:240px;
    }

    .ibox-contact-cta {
        padding:55px 0;
    }

    .ibox-contact-cta-box h2 {
        font-size:28px;
    }

}
