﻿body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
}

.top-bar {
    background-color: #011C46;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
}

    .top-bar a {
        color: #fff;
        text-decoration: none;
    }

.btn-pay {
    background-color: #03A213;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    font-weight: 500;
}

    .btn-pay:hover {
        background-color: #16a34a;
    }

.main-navbar {
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
}

.navbar-brand {
    font-weight: 600;
    font-size: 20px;
    color: #011C46 !important;
}

.nav-link {
    color: #333 !important;
    font-weight: 600;
    margin: 0 10px;
    font-size: 17px;
}

    .nav-link:hover {
        color: #011C46 !important;
    }

.navbar-nav {
    margin: 0 auto;
}

.hero {
    position: relative;
    background: url('../Images/banner.webp') no-repeat center center/cover;
    height: 650px;
}

    .hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.35);
    }

.hero-card {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0f6a6a;
    color: #fff;
    padding: 30px 40px;
    border-radius: 16px;
    max-width: 350px;
    z-index: 2;
}

    .hero-card h2 {
        font-size: 24px;
        font-weight: 600;
    }

    .hero-card p {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .hero-card i {
        margin-right: 8px;
    }

    .hero-card a {
        color: #fff;
        text-decoration: none;
    }

        .hero-card a:focus {
            outline: 2px solid #fff;
            outline-offset: 2px;
        }

.welcome-section {
    background-color: #011C46;
    color: #ffffff;
    padding: 60px 0;
}

.welcome-title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.welcome-underline {
    width: 100%;
    height: 3px;
    background-color: #f4b400;
    margin: 10px 0 30px 0;
}

.welcome-text {
    font-size: 18px;
    line-height: 1.7;
    color: white;
}

.welcome-img {
    width: 100%;
    border-radius: 4px;
}

.read-more {
    color: #f4b400;
    text-decoration: none;
    font-weight: 500;
}

    .read-more:focus {
        outline: 2px solid #fff;
        outline-offset: 2px;
    }

.features-section {
    background-color: #f5f6f8;
    padding: 60px 0;
    text-align: center;
}

.features-title {
    font-size: 30px;
    font-weight: 600;
    color: #1f3b57;
    margin-bottom: 40px;
}

.feature-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.2s ease;
    height: 100%;
}

    .feature-card:hover {
        transform: translateY(-5px);
    }

.feature-icon {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 15px;
}

.feature-title {
    font-size: 15px;
    font-weight: 600;
    color: #334155;
}

.feature-card:focus-within {
    outline: 2px solid #011C46;
    outline-offset: 3px;
}

.size-section {
    background-color: #0f5c5c;
    padding: 60px 0;
    color: #ffffff;
}

.size-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.size-text {
    line-height: 1.7;
    color: #d1d5db;
    margin-bottom: 25px;
}


.size-img {
    width: 100%;
    border-radius: 4px;
}

.contact-left {
    background-color: #011C46;
    color: #fff;
    padding: 50px 40px;
}

.contact-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.contact-text {
    font-size: 14px;
    color: #d1d5db;
    margin-bottom: 25px;
}

.contact-map {
    min-height: 350px;
}

    .contact-map iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

.footer {
    background-color: #e6ebf7;
    padding: 30px 0 10px;
}

.footer-logo {
    font-size: 20px;
    font-weight: 600;
}

    .footer-logo span {
        color: #dc2626;
    }

.footer-nav a {
    color: black !important;
    text-decoration: none;
    font-size: 14px;
    margin: 0 12px;
    font-weight: 500;
}

    .footer-nav a:hover {
        color: #011C46;
    }

.footer-divider {
    height: 1px;
    background-color: #cbd5e1;
    margin: 20px 0;
}

.footer-copy {
    text-align: center;
    font-size: 13px;
    color: #6b7280;
}

.footer a:focus {
    outline: 2px solid #011C46;
    outline-offset: 2px;
}

.InnerpageHeadingUL {
    height: 3px;
    border-width: 0;
    color: #B33135;
    background-color: #B33135;
    width: 222px;
    text-align: center;
    margin-top: -3px;
}