﻿body {
    padding-top: 20px;
    background: #f7f9fc;
}

.certificate-img, .why-us-img {
    max-width: 100%;
    border-radius: 8px;
}

.print-area {
    background: #fff;
    padding: 20px;
}

@media print {
    .no-print {
        display: none !important;
    }
}
/* Mobile Responsive Enhancements */
@media (max-width: 576px) {
    h2 {
        font-size: 1.4rem;
    }

    .container {
        padding-left: 8px;
        padding-right: 8px;
    }

    .card-body {
        padding: 15px;
    }

    .table-responsive {
        font-size: 0.9rem;
    }

    ul {
        padding-left: 18px;
    }

    iframe {
        height: 180px !important;
    }

    .why-us-img, .certificate-img {
        margin-bottom: 15px;
    }

    .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    #locations .row > div {
        margin-bottom: 20px;
    }
}
/* ===== IMIC BRAND COLORS ===== */
:root {
    --imic-blue: #134fa3;
    --imic-red: #ed3c41;
    --imic-light-blue: #eaf0fb;
}

body {
    padding-top: 20px;
    background: var(--imic-light-blue);
}

/* Override bootstrap primary */
.btn-primary,
.bg-primary,

.navbar-light .navbar-nav .nav-link.active {
    color: #fff !important;
    background-color: var(--imic-blue) !important;
    border-color: var(--imic-blue) !important;
}

.text-primary-force {
    color: #fff !important;
    background-color: var(--imic-blue) !important;
    border-color: var(--imic-blue) !important;
}


    .btn-primary:hover {
        background-color: #0f3f84 !important;
        border-color: #0f3f84 !important;
    }

/* Accent Red Buttons */
.btn-danger,
.text-danger {
    background-color: var(--imic-red) !important;
    border-color: var(--imic-red) !important;
}

/* Section Titles */
h2 {
    border-left: 6px solid var(--imic-red);
    padding-left: 10px;
    color: var(--imic-blue);
    font-weight: 700;
}

/* Tables */
.thead-dark {
    background-color: var(--imic-blue) !important;
    border-color: var(--imic-blue) !important;
}

/* Cards */
.card-title {
    color: var(--imic-blue) !important;
    border-bottom: 2px solid var(--imic-red);
    padding-bottom: 6px;
    display: inline-block;
}

/* Mobile enhancements remain unchanged */
@media (max-width: 576px) {
    h2 {
        font-size: 1.4rem;
    }

    .container {
        padding-left: 8px;
        padding-right: 8px;
    }

    .card-body {
        padding: 15px;
    }

    .table-responsive {
        font-size: 0.9rem;
    }

    ul {
        padding-left: 18px;
    }

    iframe {
        height: 180px !important;
    }

    .why-us-img, .certificate-img {
        margin-bottom: 15px;
    }

    .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    #locations .row > div {
        margin-bottom: 20px;
    }
}
