:root {
    --goaid-red: #FF0000;
    --goaid-red-hover: #E53E3E;
    --goaid-blue: #2370b6;
    --goaid-dark: #2D3748;
    --goaid-gray: #718096;
    --goaid-black: #333333;
    --goaid-light: #FFFFF;
}

body {
    font-family: 'Inter', Tahoma, Geneva, Verdana, sans-serif;
}

p {
    font-size: 1.15rem;
    line-height: 1.5;
}

.navbar {
    padding: 0;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}

.navbar-brand .text-danger {
    color: var(--goaid-red) !important;
}

.cta-container .btn-danger {
    background-color: #2370b6 !important;
    border: 1px solid #2370b6 !important;
    padding: 10px 40px;
    border-radius: 25px;
    font-family: 'Inter', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.btn-emergency {
    background-color: var(--goaid-red);
    border-color: var(--goaid-red);
    color: white;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-emergency:hover {
    background-color: var(--goaid-red-hover);
    border-color: var(--goaid-red-hover);
    color: white;
    transform: translateY(-2px);
}

.btn-download {
    background-color: var(--goaid-blue);
    border: 2px solid var(--goaid-blue);
    color: var(--goaid-light);
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-download:hover {
    background-color: var(--goaid-red);
    color: white;
    transform: translateY(-2px);
}

.text-primary {
    color: var(--goaid-blue) !important;
}

.bg-danger, .btn-danger {
    background-color: var(--goaid-red) !important;
    border: 1px solid var(--goaid-red) !important;
}

.btn-primary {
    background-color: var(--goaid-blue) !important;
    border: 1px solid var(--goaid-blue) !important;
    border-radius: 25px;
    font-weight: 500;
}

.btn-primary, .bg-primary {
    background-color: #2370b6 !important;
    border: 1px solid #2370b6 !important;
}

.btn-rounded {
    border-radius: 25px !important;
}

.ambulance-image {
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.navbar-nav .nav-link {
    font-weight: 500;
    margin: 0 10px;
    color: var(--goaid-dark) !important;
}

.navbar-nav .nav-link:hover {
    color: var(--goaid-red) !important;
}

.dropdown-toggle::after {
    margin-left: 0.5rem;
}

.section-padding {
    padding: 100px 0;
}

/* Service Box */
.why-choose h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.why-choose .subtitle {
    color: #666;
    margin-bottom: 40px;
}

/* FAQ Section */
.faq-section {
    background-image: linear-gradient(45deg, #eff6ff 45%, #eff6ff 65%);
    padding: 100px 0;
}

.accordion-button {
    font-weight: 600;
}

.accordion-flush .accordion-item, .accordion-header, .accordion-button {
    border-radius: 50px !important;
    margin-bottom: 15px;
}

.accordion-button:focus {
    box-shadow: none !important;
}


/* Features Section*/
.features {
    justify-content: center;
    /*gap: 20px;*/
}

.feature-box {
    background-color: #fff;
    border: 1px solid #e8ebf1;
    border-radius: 12px;
    padding: 25px;
    /*width: 310px;*/
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.feature-box:hover {
    background-image: linear-gradient(45deg, #daeaff 45%, #daeaff 15%);
    transform: translateY(-5px);
}

.icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon i {
    font-size: 20px;
    color: #fff;
}

/* Icon background colors */
.bg-blue {
    background-color: var(--goaid-blue);
}

.bg-green {
    background-color: #10b981;
}

.bg-red {
    background-color: #ef4444;
}

.feature-box h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #0f172a;
    font-weight: 600;
}

.feature-box p {
    font-size: 1.15rem;
    color: #475569;
    line-height: 1.6;
}

/* CTA */
.emergency-banner {
    background-color: #1f77c7;
    padding: 100px 0;
}

.cta-box {
    background: var(--goaid-blue);
    color: #fff;
    padding: 30px;
    border-radius: 10px;
}

.cta-box h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.cta-box p {
    font-size: 1rem;
    margin-bottom: 20px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.btn {
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn.red {
    background: var(--goaid-red);
    color: #fff;
}

.btn.white {
    background: #fff;
    color: #333;
}

.footer {
    background-color: #0d1523;
    padding: 100px 0;
}

.footer h6 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.footer li {
    font-size: 1.15rem;
    line-height: 1.5;
    padding: 5px 0;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .fab,
.footer .fas {
    font-size: 14px;
}


@media (max-width: 500px) {
    p {
        font-size: 1rem;
        line-height: 1.5;
    }
    .hero-section {
        text-align: center;
    }

    .text-content h1 {
        font-size: 1.75rem;
    }

    .text-content p {
        font-size: 1rem;
    }

    .booking-form {
        margin-top: 40px;
        max-width: 100%;
        text-align: left;
    }

    .btn-emergency {
        display: none;
    }

    .section-padding {
        padding: 50px 0;
    }

    .feature-box {
        margin-bottom: 20px!important;
    }

    .feature-box p {
        font-size: 1rem;
        color: #475569;
        line-height: 1.6;
    }
}
