﻿.navbar-brand img {
    height: 40px;
    border-radius: 40px;
}

.company-name {
    font-weight: bold;
    color: #0056b3;
}

.company-tagline {
    font-size: 0.85rem;
    color: gray;
}

.nav-link.active {
    color: #0056b3 !important;
    font-weight: bold;
    border-bottom: 2px solid #0056b3;
}

#hero_section {
    background-color: #b96714d9;
    color: white;
}

.highlight {
    color: #1a14b8cb;
}

.profile-img {
    border-radius: 15px;
    max-width: 100%;
}

.experience-badge {
    background: white;
    color: black;
    border-radius: 10px;
    padding: 0.8rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    position: absolute;
    bottom: -20px;
    left: 20px;
}

    .experience-badge i {
        color: #2faf0f;
    }
/* ............. */
.what-we-believe {
    font-family: Arial, sans-serif;
    background-color: rgba(140, 139, 136, 0.564);
}

    .what-we-believe a {
        text-decoration: none;
        color: white;
    }

.section-title {
    color: #1545a5;
    font-size: 28px;
    font-weight: bold;
}

.section-text {
    color: #4a4a4a;
    line-height: 1.7;
    font-size: 16px;
    margin-top: 15px;
}

.cta-box {
    background: linear-gradient(90deg, #04347a, #02a8db);
    color: white;
    padding: 25px 30px;
    border-radius: 12px;
}

.cta-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.cta-subtitle {
    margin-top: 5px;
    font-size: 16px;
}

.cta-contact {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 20px;
}

.cta-icon {
    background: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #04347a;
    font-size: 22px;
}

@media (max-width: 768px) {
    .cta-contact {
        border-left: none;
        padding-left: 0;
    }
}
/* ..........................service.................... */
.card {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

    .card:hover {
        box-shadow: 0 10px 25px rgba(4, 93, 188, 0.856);
        transform: translateY(-5px);
    }

.icon-circle {
    background-color: #1369ea;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    font-size: 24px;
    color: #f8f9fae6;
}

.card h5 {
    font-weight: 700;
    margin-bottom: 15px;
}

.card p {
    font-size: 15px;
    color: #555;
    margin-bottom: 20px;
}

.card ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
    max-width: 260px;
    margin: 0 auto 25px auto;
}

    .card ul li {
        margin-bottom: 10px;
        font-size: 15px;
    }

        .card ul li i {
            color: green;
            margin-right: 8px;
        }

.sp > .btn-custom {
    background-color: #004aad;
    color: white;
    font-weight: 500;
    border-radius: 6px;
    padding: 8px 15px;
    transition: all 0.3s ease;
}

    .sp > .btn-custom:hover {
        background-color: #003e91;
        color: white;
    }

.sp > .btn-outline-custom {
    border: 1px solid #145ebf;
    color: #004aad;
    font-weight: 500;
    border-radius: 6px;
    padding: 8px 15px;
    transition: all 0.3s ease;
}

    .sp > .btn-outline-custom:hover {
        background-color: #004aad;
        color: white;
    }
/* ........................ */
#contact_section h1 {
    font-size: 38px;
    margin-bottom: 20px;
    font-style: italic;
    font-weight: bolder;
}
/* .................................. */
#branch_section h1 {
    font-size: 38px;
    margin-bottom: 20px;
    font-style: italic;
    font-weight: bolder;
}
/* ................................... */
#contact_section h1 {
    font-size: 38px;
    margin-bottom: 20px;
    font-style: italic;
    font-weight: bolder;
}

.contact-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .contact-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(21, 78, 78, 0.885);
    }

.contact-card-header {
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    color: white;
    padding: 20px;
}

    .contact-card-header i {
        font-size: 2.5rem;
    }

.contact-card-body {
    padding: 20px;
}

    .contact-card-body h5 {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .contact-card-body p {
        margin-bottom: 5px;
        color: #555;
    }

/* ...................footer... */
.site-footer {
    background: linear-gradient(90deg, #04347a, #02a8db);
    color: white;
    padding: 40px 20px 10px;
    margin-top: 50px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}

    .footer-container h5 {
        font-weight: bold;
        margin-bottom: 15px;
        color: #fbbc05;
    }

    .footer-container p,
    .footer-container a {
        color: white;
        font-size: 14px;
        line-height: 1.6;
    }

    .footer-container a {
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .footer-container a:hover {
            color: #fbbc05;
        }

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-bottom {
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.3);
    font-size: 13px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
}
/* Popup modal  */
#popupModal .modal-content {
    border-radius: 15px;
    background: linear-gradient(to bottom, #06367a, #00b8f1);
    color: white;
}

#popupModal .btn-close {
    filter: invert(1);
}

.expertise-img {
    width: 100px;
    height: auto;
    display: block;
    margin: 0 auto 10px auto;
    transition: transform 0.3s ease;
}

    .expertise-img:hover {
        transform: scale(1.1);
    }

.expertise-card {
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease;
}

    .expertise-card:hover {
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    }

.expertise-card {
    background-color: white;
    color: #000;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    transition: 0.3s ease;
}

    .expertise-card > img {
        width: 60px;
        height: 50px;
        margin-bottom: 10px;
    }

    .expertise-card .title {
        font-weight: bold;
        font-size: 16px;
    }

#popupModal.show {
    display: block;
}

.modal-dialog.modal-lg {
    max-width: 1000px;
}

@media (max-width: 768px) {
    .modal-dialog.modal-lg {
        max-width: 95%;
    }
}
/* Blur the background  */
body.modal-open .page-content {
    filter: blur(6px);
    transition: filter 0.3s ease;
}
