@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Archivo:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Top Bar */
.top-bar {
    background-color: #003366;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
}

.top-bar p {
    margin: 0;
}

.top-bar a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

header .nav-links a {
    color: #003366;
    text-decoration: none;
    font-weight: 700;
    margin: 0 8px;
}

/* Desktop nav container */
.nav-links {
    display: block;
}

/* Hamburger icon (hidden on desktop) */
.hamburger-menu {
    display: none;
    cursor: pointer;
}

.hamburger-menu span {
    display: block;
    width: 24px;
    height: 3px;
    margin: 4px 0;
    background-color: #003366;
}

/* Mobile menu behavior */
@media (max-width: 768px) {
    header .container {
        display: block;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        text-align: center;
        margin-top: 12px;
    }

    .nav-links.active {
        display: flex;
    }

    .hamburger-menu {
        display: block;
    }

    .customer-support-box {
        text-align: left;
    }
}
.belo{color:#fff !Important}
@media (max-width: 768px) {
    .hero-content {
        flex-direction: column;
    }
}

/* Reset and base styles */
body, h1, h2, p, ul, li {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
p{font-weight: 300;}
body {
      font-family: "Archivo", sans-serif;
    line-height: 1.6;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Archivo", sans-serif;
    font-weight: 800;
}

.container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

/* Text Section */
.text-section {
    background-color: #003366;
    color: #fff;
    padding: 60px 0;
    text-align: center;
}

.text-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.text-section p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Montserrat", sans-serif;
}

.text-section .btn {
    background-color: #fff;
    color: #003366;
    padding: 15px 40px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
}

/* Three Images Section */
.three-images{margin-top: 40px;}
.three-images > div {
    display: flex;
    width: 100%;
}

.three-images img {
    width: 33.333%;
    height: auto;
}

/* Footer */
footer {
    background-color: #f8f8f8;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #555;
}

footer p {
    margin-bottom: 10px;
}

footer a {
    color: #003366;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
.main-content {
    padding: 40px 0;
    font-family: "Montserrat", sans-serif;
}

.main-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 800;
}

.main-content h4 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 800;
}

.main-content h5 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 800;
}

.main-content p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.8;
}

.main-content ul {
    list-style-position: inside;
    padding-left: 20px;
    margin-bottom: 15px;
}

.main-content li {
    margin-bottom: 10px;
}
.commitment {
    background-color: #003366;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}

.commitment h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.commitment p {
    font-size: 18px;
    margin-bottom: 30px;
}

.commitment .btn {
    background-color: #fff;
    color: #003366;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
}
.banner-images {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.banner-images img {
    max-width: 32%;
    height: auto;
}
.hero {
    padding: 40px 0;
}

.hero-content {
    display: flex;
    align-items: stretch; /* Change to stretch */
}

.hero-image {
    flex: 0 0 65%;
}

.hero-image img {
    display: block; /* Add this */
    width: 100%; /* Change from max-width */
    height: 100%; /* Add this */
    object-fit: cover; /* Add this */
}

.hero-text {
    flex: 0 0 35%;
    background-color: #f0f8ff;
    padding: 30px;
    text-align: center;
    display: flex; /* Add this */
    flex-direction: column; /* Add this */
    justify-content: center; /* Add this */
}

.hero-text .simplified {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.hero-text h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.hero-text .btn {
    background-color: #003366;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
}
header {
    padding: 20px 0;
    text-align: center;
}

.customer-support-box {
    border: 1px solid #000;
    padding: 10px 20px;
    display: inline-block;
}

.customer-support-box p {
    margin: 0;
    font-weight: bold;
          font-family: "Archivo-Black", sans-serif;
          font-size: 22px;
          line-height: 1;
    letter-spacing: 0.031em;
    text-transform:uppercase;
    font-weight: 700;

}
.top-bar {
    background-color: #003366;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
}

.top-bar p {
    margin: 0;
}