/* Initially hide the elements inside .hoverable */
.hover-container .hoverable {
    opacity: 0;
}

.hover-container:hover .hoverable {
    opacity: 1;
}

.h-46px {
    height: 46px;
}

.label-style-1 {
    padding-bottom: 0.5rem;
}

/* Contact page */
.breadcrumb-container {
    background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.breadcrumb-container h1 {
    margin-bottom: 0.75rem !important;
    color: #101828 !important;
    letter-spacing: 0;
}

.breadcrumb-container .breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-container .breadcrumb-item,
.breadcrumb-container .breadcrumb-item a {
    color: #475467;
}

.breadcrumb-container .breadcrumb-item.active {
    color: var(--primary-color);
}

.contact-card {
    position: relative;
    min-height: 128px;
    padding: 28px !important;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 14px !important;
    box-shadow: 0 14px 32px rgba(16, 24, 40, 0.08) !important;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.contact-card::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.62);
    transform: translateY(-50%);
    pointer-events: none;
}

.contact-card:hover {
    transform: translateY(-4px);
    border-color: rgba(15, 23, 42, 0.12);
    box-shadow: 0 20px 42px rgba(16, 24, 40, 0.12) !important;
}

.contact-card i {
    position: relative;
    z-index: 1;
    width: 58px;
    height: 58px;
    font-size: 18px;
    box-shadow: 0 10px 20px rgba(16, 24, 40, 0.14);
}

.contact-card > div {
    position: relative;
    z-index: 1;
}

.contact-card h5 {
    margin-top: 0 !important;
    margin-bottom: 0.4rem !important;
    color: #101828;
}

.contact-card p {
    margin-bottom: 0;
    color: #344054;
    font-size: 15px;
    line-height: 1.55 !important;
    overflow-wrap: anywhere;
}

.contact-clr-1 {
    background: linear-gradient(135deg, #fff3f3 0%, #fffafa 100%);
}

.contact-clr-2 {
    background: linear-gradient(135deg, #fff9e8 0%, #fffdf4 100%);
}

.contact-clr-3 {
    background: linear-gradient(135deg, #eef5ff 0%, #f8fbff 100%);
}

.form-container > .row {
    align-items: stretch;
}

.form-container form {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px !important;
    box-shadow: 0 22px 50px rgba(16, 24, 40, 0.1) !important;
}

.form-container form h3 {
    margin-bottom: 1.5rem !important;
    color: #101828;
    font-weight: 700;
}

.form-container label {
    margin-bottom: 0.5rem;
    color: #101828;
    font-weight: 600;
}

.form-container .form-control,
.form-container .form-select,
.form-container textarea {
    min-height: 52px;
    border-color: #d0d5dd;
    border-radius: 10px;
    color: #101828;
    box-shadow: none;
}

.form-container textarea {
    min-height: 140px;
}

.form-container .form-control:focus,
.form-container .form-select:focus,
.form-container textarea:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(0, 89, 129, 0.12);
}

.form-container form .btn.btn-lg {
    min-width: 150px;
    min-height: 52px;
    padding: 0.85rem 1.6rem;
    border-radius: 10px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #ffffff;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.form-container form .btn.btn-lg:hover {
    transform: translateY(-2px);
    background: #00486a;
    box-shadow: 0 12px 24px rgba(0, 89, 129, 0.24);
}

.form-container .col-md-5 img {
    min-height: 100%;
    border-radius: 18px;
    box-shadow: 0 22px 50px rgba(16, 24, 40, 0.12);
}

.map {
    margin-top: 70px;
}

.map iframe {
    display: block;
    height: 420px;
    filter: saturate(0.92) contrast(1.02);
}

@media (max-width: 991.98px) {
    .contact-card {
        min-height: 116px;
    }

    .form-container .row.g-5 {
        --bs-gutter-y: 1.5rem;
    }

    .form-container .col-md-5 img {
        height: 360px !important;
    }
}

@media (max-width: 575.98px) {
    .breadcrumb-container h1 {
        font-size: 2rem !important;
    }

    .contact-card {
        align-items: flex-start !important;
        padding: 22px !important;
    }

    .contact-card i {
        width: 50px;
        height: 50px;
    }

    .contact-card::after {
        left: 8px;
        width: 72px;
        height: 72px;
    }

    .form-container form {
        padding: 28px 22px !important;
    }

    .form-container form .btn.btn-lg {
        width: 100%;
    }

    .form-container .col-md-5 img {
        height: 280px !important;
    }
}

.swal-toast-top {
    z-index: 99999 !important;
}
