body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.8;
    color: #333;
}

.navbar-dark .navbar-toggler {
    color: rgb(0 0 0/.8);
    border-color: rgb(0 0 0/.8);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.x_b6eab9 {
    display: block;
}

.navbar-dark .navbar-brand {
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
    height: 60px
}

    .navbar-dark .navbar-brand:hover {
        color: #000;
    }

.x_015328 {
    display: block;
}

.navbar {
    background-color: #fff;
    transition: top 0.4s ease-in-out;
}

.x_794b8d {
    display: block;
}

.navbar-dark .navbar-nav .nav-link {
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
}

.navbar-hidden {
    top: -80px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #255AA6;
}

#main-bannerv {
    position: relative;
    width: 100%;
    height: 780px;
    overflow: hidden;
}

.c_30da0aa891 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.c_4beaf30ab3 {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    padding: 0 20px;
}

.c_3d0bc72ca6 {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
}

.x_b8f262 {
    display: block;
}

.c_f390271e12 {
    font-size: 1.25rem;
    margin-top: 1rem;
    font-weight: 400;
    color: #fff;
}

.x_e3dd2a {
    display: block;
}

.c_5dfd736d6d {
    color: #255AA6;
    letter-spacing: 5px;
}

.c_26cc802410 {
    color: #fff;
    letter-spacing: 5px;
}

.x_c4028d {
    display: block;
}

.c_308566342d {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 500;
}

.c_dbbb2b0c59 {
    color: #fff !important;
    padding: 0 20px !important;
    text-align: justify !important;
}

.c_14a5680730 {
    padding: 0 20px !important;
    text-align: justify !important;
}

section h2 {
    color: #0a2540;
    margin-bottom: 1.5rem;
}

.c_4a99a57be3 {
    background-color: #255AA6;
    transition: transform 0.3s,box-shadow 0.3s;
    color: #fff;
}

    .c_4a99a57be3:hover {
        background-color: #ff6b00;
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgb(0 0 0/.1);
    }

    .c_4a99a57be3 img {
        width: 100%;
        border-radius: 0;
    }

.c_45f6512b1c {
    border: 3px solid#0056b3;
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 600;
    color: #0056b3;
    max-width: 200px;
    word-break: break-word;
    text-align: center;
}

.c_1c8cbcc7e3 {
    display: flex;
    width: 100%;
    height: auto;
}

.c_6a84fbb181 {
    width: 50%;
    background-color: #0056b3;
    color: #fff;
    padding: 30px;
    flex-direction: column;
}

    .c_6a84fbb181 h3 {
        margin-bottom: 15px;
    }

.x_ad915f {
    display: block;
}

.c_20aafdb62e {
    width: 50%;
    max-height: 633px;
    overflow: hidden;
}

    .c_20aafdb62e img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.c_6a84fbb181 h3 {
    margin-bottom: 15px;
}

.x_0512b3 {
    display: block;
}

.c_20aafdb62e {
    width: 50%;
    overflow: hidden;
}

    .c_20aafdb62e img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.c_310b66c452 {
    background: #f8f9fa;
    padding: 60px 0;
    text-align: center;
}

.x_2a972d {
    display: block;
}

.c_7f1b7784cd {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap: 20px;
    margin-top: 30px;
}

.c_d529d301a5 {
    background: #fff;
    border: 1px solid#eee;
    border-radius: 0;
    padding: 0;
    transition: transform 0.3s,box-shadow 0.3s;
    object-fit: cover;
    overflow: hidden;
}

    .c_d529d301a5:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgb(0 0 0/.1);
    }

    .c_d529d301a5 img {
        max-width: 100%;
        border-radius: 0;
        margin-bottom: 15px;
        display: block;
        transition: transform 0.3s ease;
    }

    .c_d529d301a5:hover img {
        transform: scale(1.3);
    }

    .c_d529d301a5 h3 {
        font-size: 1.25rem;
        color: #0a2540;
    }

.x_4e3c71 {
    display: block;
}

.c_08ffd4de31 {
    padding: 60px 20px;
    text-align: center;
}

    .c_08ffd4de31 form {
        max-width: 600px;
        margin: auto;
    }

    .c_08ffd4de31 input, .c_08ffd4de31 textarea {
        width: 100%;
        margin-bottom: 15px;
        padding: 12px;
        border: 1px solid#ddd;
        border-radius: 6px
    }

    .c_08ffd4de31 button {
        background: #ff6b00;
        border: none;
        padding: 12px 30px;
        color: #fff;
        font-size: 1rem;
        border-radius: 6px;
        transition: background 0.3s
    }

        .c_08ffd4de31 button:hover {
            background: #e55a00;
        }

footer {
    background: #0a2540;
    color: #ccc;
    text-align: center;
    padding: 15px;
    font-size: .9rem;
}

.x_efbbf1 {
    display: block;
}

footer a:link {
    color: #ccc;
    text-decoration: none;
}

footer a:visited {
    color: #ccc;
    text-decoration: none;
}

.x_017f88 {
    display: block;
}

footer a:hover {
    color: #ccc;
    text-decoration: none;
}

footer a:active {
    color: #ccc;
    text-decoration: none;
}

#topBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ff6b00;
    border: none;
    color: #fff;
    padding: 10px 12px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    z-index: 999;
}

    #topBtn:hover {
        background: #e55a00;
    }

.c_8bcc86f47f {
    text-align: justify !important;
    padding: 0px;
    letter-spacing: 1px;
    word-spacing: 2px;
    line-height: 1.5;
    text-align: justify;
    word-wrap: break-word;
    text-overflow: ellipsis;
}

.x_c4de57 {
    display: block;
}

@media(max-width:768px) {
    .c_1c8cbcc7e3 {
        flex-direction: column;
        height: auto;
    }

    .c_6a84fbb181, .c_20aafdb62e {
        width: 100%;
        height: auto;
    }

    .c_6a84fbb181 {
        padding: 40px 20px;
    }

    .x_c66d76 {
        display: block;
    }

    .c_20aafdb62e img {
        height: auto;
    }

    .c_5dfd736d6d {
        letter-spacing: 2px;
        padding: 0 10px;
    }

    .c_8bcc86f47f {
        text-align: justify !important;
        padding: 0 10px;
        letter-spacing: 1px;
        word-spacing: 2px;
        line-height: 1.5;
        text-align: justify;
        word-wrap: break-word;
        text-overflow: ellipsis;
    }
}
