.section-1 {
    padding-top: 50px;
    padding-inline: 0;
}

.head-text {
    margin-block: 20px;
    text-align: center;
    font-size: 2rem;
}

.img-container {
    padding-inline: 0;
    position: relative;
}

.form-control {
    height: 60px;
    border-radius: 4px;
    background: #fff;
    padding-left: 25px;
    font-size: 18px;
    color: #6c6c8a;
    border: 1px solid #ECEEF3;
    box-shadow: 0 16px 24px rgba(189,196,205,0.13);
}

.form-control::placeholder {
    color: #7a7a95;
}

textarea.form-control {
    height: 220px;
    padding-top: 20px;
    resize: none;
}

.gradient-btn {
    width: 181px;
    height: 50px;
    border-radius: 7px;
    border: none;
    font-size: 22px;
    font-weight: 600;
    color: white;
    background: linear-gradient(90deg, #1F76BD, #F2A6E7);
}

.gradient-btn:hover {
    opacity: 0.9;
}

.custom-card {
    position: relative;
    background: #FFFFFF;
    border-radius: 59px;
    padding: 30px;
    left: 50%;
    translate: -50% -20%;
    width: 80%;
    color: #0E5388;

    box-shadow: inset 0 -2px 6px 0 rgba(10, 37, 64, 0.35),
    0 30px 60px -30px rgba(0, 0, 0, 0.30),
    0 50px 100px -20px rgba(50, 50, 93, 0.25);
}

.card-head-text {
    font-size: 1.7rem;
}

.s-main-text {
    font-size: 1.7rem;
    text-align: center;
}

.s-2-para {
    font-size: 1.25rem;
}

.gradient-card-icon {
    width: 90px;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    translate: -50% -50%;
}

.gradient-card {
    width: 80px;
}

.gradient-card {
    width: 285px;
    aspect-ratio: 285/180;
    padding: 5px;
    padding-top: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    color: #1E76BA;
}

.gradient-card-container {
    gap: 4rem;
}

.focus-card {
    position: relative;
    color: white;
    border-radius: 15px;
    overflow-x: hidden;
    height: auto;
}

.s-head-text {
    font-size: 1.75rem;
}

.s-4-para {
    font-size: 1.25rem;
}

.arrow {
    position: absolute;
    top: 0;
    right: 10%;
    translate: 0 -20%;
}

.s-5-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.s-5-div img {
    width: 90%;
    margin-inline: auto;
    border-radius: 30px;
}

.s-5-div p {
    display: inline-block;
    width: 80%;
    margin-top: 2.5rem;
    margin-inline: auto;
    text-align: center;
    font-size: 1.125rem;
}

.faq-item {
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(
            to right,
            #FD679A 0%,
            #FD679A 40%,
            rgba(255, 255, 255, 0) 100%
    );
    margin-block: 20px;
}

.faq-inner {
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-inner h4 {
    font-size: 20px;
    margin: 0 !important;
}

.plus {
    font-size: 24px;
    font-weight: 500;
    color: #FD679A;
}

.map-div {
    border-radius: 15px;
}

.img-div {
    padding: 0 !important;
    border-radius: 24px;
    overflow-x: hidden;
    box-shadow:
            6px 2px 14px rgba(0, 0, 0, 0.10),
            25px 8px 26px rgba(0, 0, 0, 0.09),
            56px 18px 35px rgba(0, 0, 0, 0.05),
            99px 32px 42px rgba(0, 0, 0, 0.01);
}

.img-div img {
    width: 100%;
    object-fit: contain;
}

.img-card {
    padding: 20px;
}

.img-card .img-fluid {
    border-radius: 24px;
    box-shadow:
            6px 2px 14px 0 rgba(0, 0, 0, 0.10),
            25px 8px 26px 0 rgba(0, 0, 0, 0.09),
            56px 18px 35px 0 rgba(0, 0, 0, 0.05),
            99px 32px 42px 0 rgba(0, 0, 0, 0.01),
            155px 50px 46px 0 rgba(0, 0, 0, 0);
}

.video-card img,
.video-card video
{
    box-shadow:
            0px 30px 60px -30px rgba(0, 0, 0, 0.30),
            0px 50px 100px -20px rgba(50, 50, 93, 0.25);
}

.abs-img {
    width: 48%;
    position: absolute;
    bottom: 0;
    right: 0;
    translate: 20% 70%;
}

@media (min-width: 768px) {
    .section-1 {
        padding-top: 210px;
    }

    .img-card {
        padding: 30px;
    }

    .map-div {
        border-radius: 27px;
    }

    .s-main-text {
        text-align: left;
    }

    .faq-inner h4 {
        font-size: 21px;
    }

    .head-text {
        margin-block: 30px;
        padding-inline: 0;
        text-align: left;
        font-size: 3.4375rem;
    }

    .img-container {
        margin-bottom: 250px;
    }

    .custom-card {
        position: absolute;
        background: #FFFFFF;
        border-radius: 59px;
        padding: 40px;
        left: 80%;
        translate: -50% -80%;
        width: 28vw;
        color: #0E5388;

        box-shadow: inset 0 -2px 6px 0 rgba(10, 37, 64, 0.35),
        0 30px 60px -30px rgba(0, 0, 0, 0.30),
        0 50px 100px -20px rgba(50, 50, 93, 0.25);
    }

    .card-head-text {
        font-size: 2.8125rem;
    }

    .s-main-text {
        font-size: 3.125rem;
    }

    .gradient-card-icon {
        width: 110px;
        height: 110px;
    }

    .gradient-card-container {
        gap: 4rem;
    }

    .s-head-text {
        font-size: 2.5rem;
    }

    .s-4-para {
        font-size: 1.5625rem;
    }

    .focus-card {
        height: 250px;
    }

    .faq-item {
        margin-block: 30px;
    }

    .plus {
        font-size: 28px;
    }

    .img-div {
        border-radius: 24px;
        overflow-x: hidden;
    }
}