/* top banner css */
#announcement-banner {
    background: linear-gradient(135deg, #1a2847 0%, #253a5e 100%);
    color: white;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 15px;
    transition: all 0.3s ease;
}

#announcement-banner.hidden {
    display: none;
}

.banner-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lightning-icon {
    font-size: 18px;
    font-weight: bold;
}

.banner-text {
    font-weight: 400;
}

.banner-text strong {
    font-weight: 600;
}

/* navbar css ends */

/* hero section */
.govcon-hero {
    width: 100%;

}

.hero-wrapper {
    display: flex;
    height: 100%;
}

/* LEFT IMAGE */
.hero-image {
    width: 50%;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content {
    position: relative;
    width: 50%;
    padding: 80px 70px;
    color: #ffffff;
    background: linear-gradient(180deg, #0b1d3a 0%, #08142d 100%);
    z-index: 2;
    /* NEW */
}

.hero-content * {
    position: relative;
    z-index: 3;
    /* NEW */
}

.hero-content::before {
    content: "";
    position: absolute;
    left: -90px;
    top: 0;
    width: 280px;
    height: 100%;
    background: linear-gradient(180deg, #0b1d3a 0%, #08142d 100%);
    border-radius: 100% 0 0 100%;
    z-index: 1;
    /* BEHIND content */
}

/* PILL */
.pill {
    display: inline-block;
    padding: 6px 14px;
    font-size: 1.25rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    margin-bottom: 20px;
    color: hsl(210 70% 50%);
}

/* TEXT */
.hero-content h1 {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #cbd5e1;
    margin-bottom: 16px;
}

.hero-content .text-blue {
    color: hsl(210 70% 50%);
}

/* BUTTON */
.cta-btn {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 2rem;
    background: hsl(210 70% 50%);
    color: #fff;
    border-radius: 10px;
    font-weight: 500;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
    font-size: 1.125rem;
    letter-spacing: .025em;
}

.cta-btn i {

    margin-left: 18px;
    display: inline-block;

}

.cta-btn:hover {
    transform: translateY(-1px);
    background-color: hsl(210 70% 50%);
    box-shadow: 0 6px 18px rgba(15, 111, 224, 0.35);
}

@media (max-width: 992px) {
    .hero-wrapper {
        flex-direction: column;
    }

    .hero-image,
    .hero-content {
        width: 100%;
    }

    .hero-image {
        height: 45vh;
    }

    .hero-content {
        padding: 50px 30px;
    }

    /* Remove curve on mobile */
    .hero-content::before {
        display: none;
    }

    .hero-content h1 {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .hero-content h1 {
        font-size: 26px;
    }

    .hero-content p {
        font-size: 15px;
    }

    .cta-btn {
        width: 100%;
        text-align: center;
    }
}

.second_section {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: white;
}

.second_section .heading {
    font-size: 3rem;
    text-align: center;
    line-height: 1;
    color: hsl(225 60% 18%);
    font-weight: 700;

}

.second_section p {
    color: hsl(220 15% 45%);
    font-size: 1.125rem;
}

.animation_section {
    background-color: hsl(30deg 15% 94% / 30%);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.left_side {

    border-radius: 10px;
}

.left_img {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(30, 58, 95, 0.3);
    aspect-ratio: 16/10;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.6s ease;
    transform-origin: center center;/
}

.left_img:hover {
    transform: scale(1.03);
}

.top-btn {
    background-color: hsl(225 60% 25%);
    color: white;
    padding: .5rem 1rem;
    border-radius: 9999px;
    font-size: 1.125rem;
    font-weight: 600;
    position: relative;
    top: -30px;
    border: none;
    /* move up */
}

.top-btn i {
    color: white;

}

.right_side {
    position: relative;
}

.small-heading {
    font-size: 1.875rem;
    color: hsl(225 60% 18%);
    font-weight: 700;
    margin-top: 0
}

.heading_para {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    color: hsl(220 15% 45%);
}

.service-card {
    background-color: transparent;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 10px;
    height: 90%;
}

.checkmark-circle {
    width: 20px;
    height: 20px;
    background-color: #2c4563;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 10px;
}

.checkmark-circle i {
    color: white;
}

.service-content {
    flex: 1;
}

.service-title {
    color: hsl(225 60% 18%);
    font-size: .875rem;
    font-weight: 500;
    text-align: left;
}

.service-description {
    color: hsl(220 15% 45%);
    font-size: .75rem;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}


@media (max-width: 991px) {
    .service-card {
        padding: 20px;
    }

    .checkmark-circle {
        width: 28px;
        height: 28px;
    }

    .second_section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .service-card {
        flex-direction: column;
        align-items: flex-start;
        
    }

    .checkmark-circle {
        margin-right: 0;
        margin-bottom: 5px;

    }
}

@media (max-width: 767px) {
    .service-card {
        padding: 20px;
    }

    .checkmark-circle {
        width: 30px;
        height: 30px;
        margin-right: 16px;
    }

    .service-title {
        font-size: 18px;
    }

    .service-description {
        font-size: 15px;
    }

    .small-heading {
        font-size: 1.5rem;
        color: hsl(225 60% 18%);
        font-weight: 700;

    }

    .top-btn {
        padding: .5rem 1rem;
        font-size: 1rem;

    }
}

@media (max-width: 575px) {
    .service-card {
        padding: 18px;
    }

    .checkmark-circle {
        width: 32px;
        height: 32px;
    }

    .service-title {
        font-size: 17px;
    }

    .service-description {
        font-size: 14px;
    }

    .small-heading {
        font-size: 1.5rem;
        color: hsl(225 60% 18%);
        font-weight: 700;
        margin-top: 0
    }

    .top-btn {
        padding: .5rem 1rem;
        font-size: 1rem;
    }

    .section_btn {
        font-size: 1rem;
    }

    .left_img {
        margin-bottom: 8px;
    }

    .accordion-section {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}

@media (max-width: 992px) {
    .second_section .heading {
        font-size: 2rem;
    }
}

.section_btn {
    background-color: hsl(225 60% 25%);
    color: white;
    font-size: .875rem;
    padding: .8rem 1.7rem;
    border-radius: 10px;
    font-weight: 600;
    border: none;
}

.section_btn:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(30, 58, 95, 0.3);
}

.section_btn i {
    padding-left: 8px;
}


/* 
.left_side {
    position: absolute;
    opacity: 0;
    transform: translateX(-80px);
    transition:
        transform 1.8s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.right_side {
    position: absolute;
    opacity: 0;
    transform: translateX(80px);
    transition:
        transform 1.8s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.animation_section.animate .left_side,
.animation_section.animate .right_side {
    opacity: 1;
    transform: translateX(0);
} */

@media (prefers-reduced-motion: reduce) {

    /* .left_side,
    .right_side {
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    } */
}


/* faq section */
.accordion-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: hsl(30deg 15% 94% / 30%);
}

.section-title {
    color: #1e3a5f;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.section-subtitle {
    color: #6b7280;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.6;
}

.form-card {
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    height: 100%;
    background-color: hsl(30 20% 98%);
}

.faq-card {
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.card-title {
    color: hsl(225 60% 18%);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.card-subtitle {
    color: #6b7280;
    font-size: 0.875rem;
    margin-bottom: 30px;
}

.form-label {
    color: #1e3a5f;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.form-label .text-danger {
    color: #dc3545;
}

.optional-label {
    color: #9ca3af;
    font-weight: 400;
    font-size: 0.85rem;
}

.form-control,
.form-control:focus {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 0.95rem;
    color: #1e3a5f;
    background: transparent;
}

.form-control:focus {
    border-color: #1e3a5f;
    box-shadow: 0 0 0 3px rgba(30, 58, 95, 0.1);
}

.form-control::placeholder {
    color: #9ca3af;
}

textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

.submit-btn {
    background-color: #1e3a5f;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 14px 24px;
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-section a {
    text-decoration: none;
}

.submit-btn:hover {
    background-color: #152a43;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(30, 58, 95, 0.3);
}

.submit-btn i {
    margin-left: 8px;
}

.response-time {
    color: hsl(220 15% 45%);
    font-size: 0.75rem;
    text-align: center;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.response-time i {
    margin-right: 6px;
}

.faq-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq-title {
    color: #1e3a5f;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.accordion-item {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    background: transparent;
}

.accordion-button {
    background: hsl(30 20% 98%);
    color: #1e3a5f;
    font-weight: 600;
    font-size: 1rem;
    padding: 14px 18px;
    box-shadow: none;
    border: none;
    position: relative;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #1e3a5f;
    box-shadow: none;
    border-color: none;
}

/* .accordion-button::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236b7280'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 20px;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
} */

.accordion-body {
    color: hsl(220 15% 45%);
    font-size: .875rem;
    line-height: 1.625;

}

.faq-footer {
    margin-top: 35px;
    color: hsl(220 15% 45%);
    font-size: .875rem;
}

.faq-footer a {
    color: #1e3a5f;
    text-decoration: none;
    font-weight: 600;
}

.faq-footer a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .faq-title {
        font-size: 1.75rem;
        margin-bottom: 30px;
    }

    .accordion-button {
        font-size: 1rem;
        padding: 20px 20px;
    }

    .accordion-body {
        font-size: 0.95rem;
        padding: 0 20px 20px 20px;
    }

    .accordion {
        gap: 12px;
    }
}

@media (max-width: 991px) {
    .section-title {
        font-size: 2rem;
    }

    .form-card {
        padding: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .section-container {
        padding: 40px 15px;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .form-card,
    .faq-card {
        padding: 25px;
    }

    .card-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 991px) {
    .service-card {
        gap: 16px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .service-card {
        flex-direction: row;
        align-items: flex-start;
    }

    .checkmark-circle {
        width: 36px;
        height: 36px;
    }
}

/* Small Mobile */
@media (max-width: 575px) {
    .service-card {
        padding: 16px;
    }

    .checkmark-circle {
        width: 32px;
        height: 32px;
    }
}


/* footer css */
.footer {
    background-color: #1a2744;
    ;
    color: white;
    margin-top: 4rem;
    padding-top: 2.5rem;
    padding-bottom: 2rem;
    position: relative;
}

.footer-wave {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    pointer-events: none;
    overflow: hidden;
    height: 64px;
}

.footer-wave svg {
    width: 100%;
    height: 100%;
}

.footer-logo {
    height: 40px;
    width: auto;
    border-radius: 0.25rem;
    filter: brightness(0) invert(1);
}

.footer-brand {
    font-weight: 700;
    font-size: 1.2rem;
}

.footer-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.footer-social {
    display: flex;
    gap: 0.75rem;
}

.social-link {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
}

.social-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
}

.footer-heading {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 2rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: white;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 2rem 0;
}

.location-card {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.75rem;
    padding: 1.25rem;
    height: 100%;
}

.location-flag {
    font-size: 0.875rem;
    font-weight: 700;
}

.location-name {
    font-weight: 600;
    font-size: 1rem;
}

.location-address {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0;
}

.footer-copyright,
.footer-tagline {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}