@media (max-width: 768px) {
    .faq-links a {
        width: 100% !important;
    }
    .faq-links {
        text-align: center;
    }
    .accordion .card-header {
        text-align: center;
    }
    .container-faq {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.price {
    font-size: 30px;
    display: inline-block;
}

.price-currency, .price-duration {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
}

.hero-overlay {
    background: black; /* Fallback for older browsers */
    background: rgba(0, 0, 0, 0.25); /* Black with 60% opacity */
    padding: 20px;
    border-radius: 5px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: inline-block; /* Ensure container resizes to fit content */
}

@media (max-width: 768px) {
    .hero-overlay {
        left: 10px;
        bottom: 10px;
        padding: 10px;
        max-width: calc(100% - 20px); /* Full width minus padding */
    }
}

@media (max-width: 576px) {
    .hero-overlay {
        left: 5px;
        bottom: 5px;
        padding: 8px;
        max-width: calc(100% - 10px); /* Full width minus padding */
    }
}

@media (max-width: 480px) {
    .hero-overlay h1 {
        font-size: 24px;
    }

    .hero-overlay .btn {
        width: 100%;
        height: auto;
        font-size: 14px;
    }
}

body {
    font-family: Arial, sans-serif;
}

h2 {
    font-weight: 550;
}

.hero {
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    justify-content: left;
    align-items: end;
    color: white;
    text-align: center;
}

.hero h1 {
    font-size: 2.5em;
}

.main {
    padding: 20px;
}

.card {
    margin-bottom: 30px;
    border: 0px;
    background-color: #fafafa;
}

.carousel-item {
    padding: 20px;
}

.carousel-control-prev, .carousel-control-next {
    filter: invert(1);
}

footer {
    background-color: #003366;
    color: white;
    padding: 1px;
}

.accordion .card-header {
    background-color: #f8f9fa;
}

.accordion .btn-link {
    text-decoration: none;
}

.card-body img {
    max-width: 50px; /* Adjust the size of the icon as needed */
}

.card-title {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

.card-text {
    font-size: 1em;
    margin-bottom: 1em;
}

.btn-light {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.bg-custom {
    background-color: #014B96 !important;
}

.btn-primary {
    background-color: #014B96;
    border-color: #014B96;
    margin-right: 16px;
    margin-left: 67px;
}

.text-primary {
    color: #014B96 !important;
}

.btn-custom {
    padding-bottom: 25%;
}

.Maincard-title {
    font-size: 2.5em;
    margin-top: 2.5em;
    margin-bottom: 0.5em;
}

.testimonial img {
    width: 100px;
    height: 100px;
}

.testimonial .lead {
    font-size: 1.25em;
    margin-bottom: 1em;
}

.faq-links a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.faq-links a i {
    font-size: 1.5em;
    margin-right: 0.5em;
}

.accordion .card-body {
    background-color: #ffffff;
}

.faq-links a {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 5px;
    text-decoration: none;
}

.custom-hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 1.5rem 0;
    width: 100%;
}

/* Styles for Contact Us Page */
header {
    background-color: #00448D;
}

.contact-info {
    background-color: #00448D;
}

.contact-card {
    background-color: #ffffff;
    border-radius: 10px;
    color: #333;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.contact-card:hover {
    transform: translateY(-10px);
}

.contact-icon {
    margin-bottom: 1rem;
    font-size: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: white;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-left: auto;
    margin-right: auto;
}

.contact-icon img {
    width: 80%;
    height: auto;
}

.contact-card a {
    color: #00448D; /* Changed link color to match the theme */
    text-decoration: none;
}

.contact-card a:hover {
    text-decoration: underline;
}

.message-us {
    padding-left: 15px;
    padding-right: 15px;
}

.message-us h2,
.message-us p {
    color: #333;
    margin-bottom: 1.5rem;
}

.message-us .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ced4da;
}

.message-us .btn {
    background-color: #00448D;
    border: none;
    color: white;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 0;
    transition: background-color 0.3s;
}

.message-us .btn:hover {
    background-color: #003366;
}

footer {
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

footer a {
    color: #00448D;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/* Ensure the navbar links are centered across the entire horizontal navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    margin-left: 16px;
    margin-right: 16px;
}

.navbar-collapse {
    display: flex;
    justify-content: center;
    width: 100%;
}

.navbar-nav {
    display: flex;
    justify-content: center;
    width: 100%;
}

.nav-item {
    margin-left: 10px;
    margin-right: 10px;
}

.ml-auto {
    margin-left: auto;
}
