/* General Styles */
body.refund-direct {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #020202;
}

.logo span {
    color: #2563EB;
}

.hero {
    padding: 60px 0;
}

.hero-text h1 {
    font-size: 4.5rem;
    font-weight: bold;
    margin: 30px auto;
}

.hero-heading {
    font-size: 5rem;
    font-weight: bold;
    color: #020202;
}

.circle-stat {

    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: url('./assets/Group 1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 254px;
    height: 114px;
    font-weight: bold;
    color: #020202;
    text-align: center;
    margin-left: -49px;

}


.highlight p {
    font-size: 4.5rem;
    font-weight: bold;
    color: #020202;
    display: inline;
}

.cta-button {
    display: inline-block;
    padding: 16px 35px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background: #04C678;
    text-decoration: none;
    border-radius: 50px;
    transition: 0.3s;
    border: none;
    text-align: center;
}

.cta-button:hover {
    background: #03995A;
}

.banner-content a {
    background: white;
    color: black;
    transition: all 0.3s ease;
}

.banner-content a:hover {
    background: black;
    color: white;
}

.icon-container {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.claim-button {
    padding: 16px 35px;
    background: #04C678;
    color: #fff;
    border-radius: 50px;
    border: none;
    font-size: 18px;
    font-weight: bold;
    transition: 0.3s;
}

.claim-button:hover {
    background: #03995A;
}
header > nav{
padding: 20px !important;
}
.nav-link{
    font-size: 16px;
    color: #020202;
}
.nav-link.active{
    font-size: 16px;
    color: #2563EB !important;
}
.list-unstyled *{
    margin-bottom: 10px;
    color: #26272B;
}

.claim-section {
    background: #ffffff;
    border-radius: 15px;
}

.claim-text h1 {
    font-size: 2.8125rem;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 49.5px;
}

.highlight-blue {
    color: #2563EB;
}

.claim-text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    margin-bottom: 10px;
}

.claim-text ul img {
    width: 24px;
    height: 24px;
}


.claim-section-2 {
    border-radius: 15px;
    padding: 50px 0;
}

.claim-section-2 h1 {
    color:  #020202;
    font-size: 2.8125rem;
    letter-spacing: -1px;
    line-height: 49.5px;
}

.claim-section-2 p {
    color:  #26272B;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
}

.claim-banner {
    background: linear-gradient(100deg, #e7cb60, #28ba9f);
    border-radius: 15px;
    padding: 30px;
    display: flex;
    align-items: center;
    color: white;
}

.banner-content {
    flex: 1;
    margin: 12px 0;
    text-align: start;
    width: 100%; /* Ensures responsiveness */


}
.banner-content h1{
    font-size: 45px;
    line-height: 49.5px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #FFFFFF;
}

.banner-content .text-white{
    font-size: 1.5rem;
    line-height: 18.7px;
    color: #FFFFFF;

}
.banner-content button{
    background: white;
    color: black;
}
.banner-content button:hover {
    background: black;
    color: white;
}

.search-cards {
    background: #ffffff;
    padding: 50px 0;
    border-radius: 15px;
}

.search-card {
    border: 1px solid #DDDDDD;
    border-radius: 16px;
    background: white;
    border-radius: 15px;
    padding: 25px;
    width: 100%;
    min-height: 730px; /* Bootstrap will handle height */
}

.search-card .header-img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.search-card-content h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.search-card-content ul {
    list-style: none;
    padding: 0;
}

.search-card-content ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
}

.search-card-content ul img {
    width: 24px;
    height: 24px;
}

.faq-section {
    background: #f8f9fa;
}

.faq-itms {

    margin: auto;
}

.section-tag {
    color: #04C678;
    font-weight: bold;
    text-transform: uppercase;
}

.faq-itms h1 {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 15px;
}

.faq-item {
    background: white;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 15px;
    cursor: pointer;
    border: 1px solid #ddd;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
}

.toggle-icon {
    font-weight: bold;
    transition: transform 0.3s ease;
}

.faq-answer {
    padding-top: 10px;
    font-size: 16px;
    color: #555;
}

/* Footer Part 1: Claim Checker Section */

.footer {
    color: white;
}

.footer-part-1 {
    background-color: #00122D;
    height: 377px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.footer-part-1 h1 {
    font-size: 2.8125rem;
    margin-bottom: 15px;
    margin: 40px auto;
    font-weight: bolder;

}

.cta-button {
    display: inline-block;
    padding: 14px 30px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background: #04C678;
    text-decoration: none;
    border-radius: 50px;
    transition: 0.3s;
    border: none;

}

.cta-button:hover {
    background: #03995A;
}

/* Footer Part 2: Main Footer */
.footer-part-2 {
    background: rgb(0, 24, 61);
    width: 100%;
}

.footer-logo {
    font-size: 1.5rem;
    font-weight: bold;
}

.footer-part-2 p {
    font-size: 16px;
    line-height: 1.5;
}

.footer-part-2 ul {
    padding: 0;
    margin: 0;
}

.footer-part-2 ul li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-part-2 ul li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.footer-part-2 ul li a:hover {
    color: #04C678;
}

/* Footer Bottom */
.footer-part-3 {
    background: rgb(0, 24, 61);
    padding: 15px 0;
    text-align: center;
    border-top: 0.1px solid rgba(240, 240, 240, 0.1);
}

@media (max-width: 768px) {
    .footer-part-2 {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .search-card {
        text-align: center;
        min-height: auto; /* Adjust height dynamically on small screens */
    }

    .footer-part-2 {
        text-align: center;
    }

    .claim-banner {
        flex-direction: column;
        text-align: center;
    }

    .claim-banner img {
        width: 100%;
        margin-top: 15px;
    }

    .banner-content {
        max-width: 100%; /* Allows full width on smaller screens */
        margin: 0;
        text-align: center;
    }

    .banner-content h1{

        font-size: 30px;
    }

    .claim-text h1 {
        font-size: 2rem; /* desktop/tablet */
    }

    .claim-section-2 h1 {
        font-size: 2.5rem;

    }

    .faq-itms {
        text-align: center;
    }
    .hero-text h1{
        margin: 0;
        font-size: 2.5rem;
    }
    .circle-stat{
        margin: 0;
        display: contents;
    }
    .banner-content .text-white{
        line-height: 2;
        font-size: 2rem;
    }
    .banner-content button{
        background: white;
        color: black;
        width: 100%;
    }



}

