
/* ══════════════════════════════════════════════════
   CONTACT FORM SECTION
══════════════════════════════════════════════════ */

.contact-form-section {
    background: #f5f7fb;
    padding-top: 60px;
    padding-bottom: 60px;
}


/* ── LEFT: Form Card ── */

.contact-form-modern {
    background: #fff;
    border-radius: 20px;
    padding: 48px 40px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.07);
    border-top: 4px solid #0069db;
}

.contact-form-modern h4 {
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 6px;
    font-size: 1.6rem;
}

.contact-form-modern .subtitle {
    color: #6c757d;
    margin-bottom: 28px;
    font-size: 0.95rem;
}

.contact-form-modern .form-label {
    font-weight: 600;
    font-size: 0.82rem;
    color: #495057;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-form-modern .form-control {
    border: 2px solid #e8ecf1;
    border-radius: 12px;
    padding: 13px 16px;
    font-size: 0.95rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background: #fafbfd;
}

.contact-form-modern .form-control:focus {
    border-color: #0069db;
    box-shadow: 0 0 0 4px rgba(0, 105, 219, 0.1);
    background: #fff;
    outline: none;
}

.contact-form-modern .form-control::placeholder {
    color: #adb5bd;
}

/* Submit Button */
.btn-modern-submit {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, #0069db, #00c6ff);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 15px 24px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.btn-modern-submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-modern-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 105, 219, 0.35);
    color: #fff;
}

.btn-modern-submit:hover::before {
    left: 100%;
}


/* ══════════════════════════════════════════════════
   RIGHT: CONTACT DETAILS PANEL
══════════════════════════════════════════════════ */

.contact-details-panel {
    background: #fff;
    border-radius: 20px;
    padding: 48px 36px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.07);
    border-top: 4px solid #0069db;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.contact-details-title {
    font-weight: 800;
    color: #1a1a2e;
    font-size: 1.6rem;
    margin-bottom: 6px;
}

.contact-details-subtitle {
    color: #6c757d;
    font-size: 0.95rem;
    margin-bottom: 32px;
    line-height: 1.6;
}

/* Each detail row */
.contact-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #f0f2f5;
}

.contact-detail-item:last-of-type {
    border-bottom: none;
}

/* Icon circle */
.contact-detail-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    /* color: #fff; */
    flex-shrink: 0;
}





.contact-detail-icon.bg-gradient-1 {
    background: #002161;
    color: #ffffff;
}

.contact-detail-icon.bg-gradient-2 {
    background: #002161;
    color: #ffffff;
}

.contact-detail-icon.bg-gradient-3 {
    background: #002161;
    color: #ffffff;
}

.contact-detail-icon.bg-gradient-4 {
    background: #002161;
    /* color: #e8f0fe; */
    color: #ffffff;
}



/* Text content */
.contact-detail-content h6 {
    font-weight: 700;
    font-size: 0.9rem;
    color: #1a1a2e;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-detail-content p {
    color: #6c757d;
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.7;
}

.contact-detail-content a {
    color: #0069db;
    font-size: 0.92rem;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
    display: inline-block;
    line-height: 1.7;
}

.contact-detail-content a:hover {
    color: #004aad;
    text-decoration: underline;
}

/* Quick note strip at the bottom */
.contact-quick-note {
    margin-top: 24px;
    background: #f0f6ff;
    border-left: 4px solid #0069db;
    border-radius: 10px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #495057;
    font-size: 0.88rem;
    line-height: 1.5;
}

.contact-quick-note i {
    color: #0069db;
    font-size: 20px;
    flex-shrink: 0;
}

.contact-quick-note strong {
    color: #1a1a2e;
}


/* ══════════════════════════════════════════════════
   MAP SECTION
══════════════════════════════════════════════════ */

.map-section-modern {
    position: relative;
    background: #1a1a2e;
}

.map-section-modern .map-wrapper {
    position: relative;
    overflow: hidden;
}

.map-section-modern .map-wrapper iframe {
    width: 100%;
    height: 500px;
    border: 0;
    display: block;
    filter: saturate(0.85) contrast(1.05);
    transition: filter 0.4s ease;
}

.map-section-modern .map-wrapper:hover iframe {
    filter: saturate(1) contrast(1);
}

.map-section-modern .map-overlay-label {
    position: absolute;
    top: 24px;
    left: 24px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border-radius: 14px;
    padding: 16px 22px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
    z-index: 2;
}

.map-section-modern .map-overlay-label h6 {
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 0.9rem;
    color: #1a1a2e;
}

.map-section-modern .map-overlay-label p {
    margin: 0;
    font-size: 0.8rem;
    color: #6c757d;
}


/* ══════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════ */

@media (max-width: 991px) {
    .contact-form-modern {
        padding: 32px 24px;
    }

    .contact-details-panel {
        padding: 32px 24px;
    }
}

@media (max-width: 767px) {
    .page-title-modern h2 {
        font-size: 2.2rem !important;
    }

    .contact-form-modern {
        padding: 28px 18px;
    }

    .contact-details-panel {
        padding: 28px 18px;
    }

    .contact-detail-icon {
        width: 44px;
        height: 44px;
        font-size: 17px;
        border-radius: 10px;
    }

    .map-section-modern .map-wrapper iframe {
        height: 350px;
    }

    .map-section-modern .map-overlay-label {
        top: 14px;
        left: 14px;
        padding: 12px 16px;
    }
}


.page-title-modern {
    /* background: url("../images/logo/rfidcontact.jpg") center center / cover no-repeat !important; */
    background: url("../images/logo/rfid-new-web-banner-image.jpg") center center / cover no-repeat !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 180px 0 100px 0 !important;
    border-bottom: 1px solid #eee !important;
    min-height: 400px;
}

/* Dark overlay so white navbar text is readable */
.page-title-modern::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 100%);
    z-index: 1;
    pointer-events: none;
}

/* Make sure container content is above overlay */
.page-title-modern .container {
    position: relative;
    z-index: 2;
}



.page-title-modern h2 {
    /* color: #333333 !important; */
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 3rem !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    position: relative !important;
    display: inline-block !important;
}

.page-title-modern h2::after {
    content: '' !important;
    display: block !important;
    width: 60px !important;
    height: 4px !important;
    border-radius: 2px !important;
    background: #ffffff !important;
    margin: 14px auto 0 !important;
}

.page-title-modern .breadcrumb-text {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 1rem;
    margin-top: 10px;
    position: relative;
    /* text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); */
}