* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {

    font-family: Arial, Helvetica, sans-serif;
    color: #19295A;
    background: #fff;

}

img {
    max-width: 100%;
    display: block;
}

.container {

    width: 1500px;
    max-width: 92%;
    margin: auto;

}

.section {

    padding: 70px 0;

}

.hero,
.banner {
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.hero picture,
.hero img,
.banner picture,
.banner img {
    display: block;
    width: 100%;
}

.hero img,
.banner img {
    width: 100%;
    height: auto;
}

h2 {

    text-align: center;
    font-size: 52px;
    margin-bottom: 55px;
    line-height: 1.2;

}

h3 {

    text-align: center;
    font-size: 45px;
    margin-bottom: 30px;
    line-height: 1.2;

}

h4 {

    text-align: center;
    font-size: 29px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 600;
}

h2 span {

    display: block;
    color: #F85B2B;

}

.feature-grid {

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;

}

.card {

    background: #fff;
    border-radius: 22px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);

}

.card img {

    margin: auto;
    margin-bottom: 20px;

}

.phone {

    width: 170px;
    margin: auto;
    margin-bottom: 30px;

}

.card h3 {

    font-size: 28px;
    margin-bottom: 18px;

}

.card p {

    color: #666;
    line-height: 1.5;
    font-size: x-large;

}



/* .steps {

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;

}

.step {

    flex: 1;
    text-align: center;

}

.number {

    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #F85B2B;
    color: #fff;
    margin: auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;

} */
.arrow {

    font-size: 55px;
    color: #bbb;

}

.steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.step {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    border-radius: 28px;
    padding: 8px 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    flex: 1;
    min-width: 320px;
}

.step-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
}

.number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ff5a2a;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-left img {
    /* width: 58px;
    height: auto; */
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
}

.step-right h3 {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.15;
    color: #16245A;
    font-weight: 700;
}

.step-right p {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    color: #444;
}


@media (max-width: 991px) {

    .steps {
        flex-direction: column;
    }

    .arrow {
        display: none;
    }

    .step {
        width: 100%;
        min-width: auto;
    }

    .step-right h3 {
        font-size: 28px;
    }

    .step-right p {
        font-size: 18px;
    }
}

/* .faq details {

    border: 1px solid #eee;
    border-radius: 12px;
    margin-bottom: 18px;
    overflow: hidden;

}

.faq summary {

    padding: 20px;
    cursor: pointer;
    font-weight: 600;

}

.faq p {

    padding: 0 20px 20px;
    color: #666;

} */

.faq {
    padding: 80px 0;
}

.faq h2 {
    text-align: center;
    font-size: 42px;
    color: #0b2b73;
    margin-bottom: 45px;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: start;
    /* <-- add this */

}

.faq-item {
    background: #fff;
    border-radius: 50px;
    border: 1px solid #eef0f5;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
    transition: .3s;
    overflow: hidden;

    .faq-item {
        align-self: start;
    }
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.faq-left img {
    width: 18px;
    height: 18px;
}

.faq-left span {
    font-size: 16px;
    font-weight: 600;
    color: #1a2455;
}

.arrow-1 {
    width: 10px;
    height: 10px;
    border-right: 2px solid #6d7294;
    border-bottom: 2px solid #6d7294;
    transform: rotate(45deg);
    transition: .3s;
    margin-left: 10px;
}

.faq-item[open] .arrow-1 {
    transform: rotate(-135deg);
}

.faq-content {
    padding: 0 24px 22px;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    display: none;
}

.faq-item[open] .faq-content {
    display: block;
}

footer {

    padding: 30px 0;
    border-top: 1px solid #eee;

}

.footer {

    display: flex;
    justify-content: space-between;
    align-items: center;

}

.footer img {
    width: 200px;
    height: auto;
}



/* ===================== TABLET ===================== */

@media(max-width:991px) {

    h2 {

        font-size: 40px;

    }

    .feature-grid {

        grid-template-columns: repeat(2, 1fr);

    }

    .steps {

        flex-wrap: wrap;

    }

    .arrow {

        display: none;

    }

}



/* ===================== MOBILE ===================== */

@media(max-width:767px) {

    .section {

        padding: 40px 0;

    }

    h2 {

        font-size: 25px;
        margin-bottom: 35px;

    }

    .card img {
        margin: auto;
        margin-bottom: 10px;

    }


    .feature-grid {

        /* grid-template-columns: 1fr; */
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;

    }

    .feature-grid .card {
        display: flex;
        /* align-items: flex-start; */
        text-align: center;
        padding: 15px;
    }

    .feature-grid .card-icon {
        flex-shrink: 0;
        margin-right: 12px;
    }

    .feature-grid .card-icon img {
        width: 40px;
        height: 40px;
    }

    .feature-grid .card-content {
        flex: 1;
    }

    .feature-grid .card-title h4 {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .feature-grid .card-description p {
        font-size: 13px;
        margin: 0;
    }

    .steps {

        flex-direction: column;
    }

    .card {

        padding: 28px;

    }

    .footer {

        flex-direction: column;
        gap: 15px;

    }

}

@media (max-width:992px) {

    .faq-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width:768px) {

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .faq h2 {
        font-size: 32px;
    }

}

h4.text-align-left {
    text-align: left;
}

.card-icon>img:first-child {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
    /* margin: 0 auto 28px; */
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.card-icon {
    /* margin-bottom: 28px; */
}

.card-title {
    min-height: 110px;
    /* reserves equal space for all titles */
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-title h4 {
    margin: 0;
    line-height: 1.2;
}

.card-description {
    margin-top: 20px;
}

.card-description p {
    margin: 0;
}

@media (max-width: 991px) {

    .card {
        padding: 40px 30px;
    }

    .card-icon {
        margin-bottom: 24px;
    }

    .card-icon img {
        width: 56px;
        height: 56px;
    }

    .card-title {
        min-height: 90px;
    }

    .card-title h4 {
        font-size: 24px;
    }

    .card h4 {
        font-size: 24px;
    }

    .card-description p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {

    .card {
        padding: 32px 24px;
    }

    .card-icon {
        margin-bottom: 20px;
    }

    .card-icon img {
        width: 48px;
        height: 48px;
    }

    .card-title {
        min-height: auto;
    }

    .card-title h4 {
        font-size: 22px;
        line-height: 1.25;
    }

    .card h4 {
        font-size: 20px;
        line-height: 1.25;

    }

    .card-description {
        margin-top: 16px;
    }

    .card-description p {
        font-size: 15px;
        line-height: 1.5;
    }

    .card p {
        font-size: 15px;
        line-height: 1.5;
    }

    .steps {
        gap: 16px;
    }

    .step {
        padding: 14px;
        gap: 14px;
        border-radius: 20px;
    }

    .step-left {
        gap: 10px;
    }

    .number {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .step-left img {
        width: 40px;
        height: 40px;
    }

    .step-right h4 {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .faq-left span {
        font-size: 14px;
    }

    .step-right p {
        font-size: 15px;
        line-height: 1.4;
    }

    .section h3 {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .card-icon>img:first-child {
        width: 40px;
        height: 40px;
        object-fit: contain;
        display: block;
    }
}

.hero-wrapper, .banner-wrapper{
    position: relative;
}

.hero-buttons, .banner-buttons {
    position: absolute;
}

.hero-wrapper {
    position: relative;
}

.hero-wrapper img {
    display: block;
    width: 100%;
}

.banner-wrapper img {
    display: block;
    width: 100%;
}

.hero-buttons {
    position: absolute;

    /* Desktop position */
    left: 67%;
    bottom: 30%;
    display: flex;
    gap: 18px;
}

.hero-buttons a img {
    width: 200px;
    height: auto;
    transition: .25s;
}

.hero-buttons a:hover img {
    transform: scale(1.04);
}

.banner-buttons {
    position: absolute;
    left: 16%;
    bottom: 20%;
    display: flex;
    gap: 18px;
}

.banner-buttons a img {
    width: 200px;
    height: auto;
    transition: .25s;
}

.banner-buttons a:hover img {
    transform: scale(1.04);
}

@media (max-width:991px) {

    .hero-buttons {

        left: 8%;
        bottom: 10%;
        gap: 14px;
    }

    .hero-buttons a img {

        width: 150px;
    }

    .banner-buttons {

        left: 8%;
        bottom: -570%;
        gap: 14px;
    }

    .banner-buttons a img {

        width: 150px;
    }

}

@media (max-width:767px) {

    .hero-buttons {

        left: 50%;
        transform: translateX(-50%);
        bottom: 2%;

        gap: 10px;
    }

    .hero-buttons a img {

        width: 120px;
    }

    .banner-buttons {

        left: 50%;
        transform: translateX(-95%);
        bottom: 30%;
        /* gap: 10px; */
    }

    .banner-buttons a img {

        width: 120px;
    }

}

/* Download App Section */
.download-app-section {
    /* padding: 70px 0px; */
    background: #fff;
    text-align: center;
    padding-bottom: 70px;
}

.download-app-title {
    font-size: 45px;
    /* font-weight: 700; */
    /* color: #000; */
    margin-bottom: 30px;
    line-height: 1.2;
}

.download-app-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.download-app-buttons a {
    display: inline-block;
    transition: transform .25s ease;
}

.download-app-buttons a:hover {
    transform: translateY(-2px);
}

.download-app-buttons img {
    display: block;
    height: auto;
    width: 200px;
}

/* Tablet */
@media (max-width: 991px) {
    .download-app-section {
        padding: 40px 20px;
    }

    .download-app-title {
        font-size: 30px;
        margin-bottom: 24px;
    }

    .download-app-buttons img {
        /* height: 54px; */
        width: 120px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .download-app-section {
        padding: 40px 0;
    }

    .download-app-title {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .download-app-buttons {
        /* flex-direction: column;
        gap: 14px; */
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        flex-wrap: nowrap;
    }

    .download-app-buttons a {
        /* flex: 1; */
        max-width: 150px;
    }

    .download-app-buttons img {
        /* height: 52px;
        max-width: 220px; */
        width: 120px;
    }
}

.step-right p a {
    color: #19295A; /* or your brand color */
    font-weight: 300;
    text-decoration: underline;
    transition: opacity 0.2s ease;
}

.step-right p a:hover {
    opacity: 0.8;
}