.card_info__boxs {
            --card_info__boxs-col: repeat(4, 1fr);
            --card_info_margin: 0;
            display: grid;
            grid-template-columns: var(--card_info__boxs-col);
            gap: 20px;
            margin: var(--card_info_margin);
            margin-bottom: 30px;
        }
        @media screen and (min-width: 960px) {
            .card_info__boxs {
                --card_info__boxs-col: repeat(4, 1fr);
            }
        }
        @media screen and (min-width: 720px) and (max-width: 959px) {
            .card_info__boxs {
                --card_info__boxs-col: repeat(2, 1fr);
                --card_info_margin: 20px;
            }
        }
        @media screen and (max-width: 719px) {
            .card_info__boxs {
                --card_info__boxs-col: 1fr;
                --card_info_margin: 10px;
            }
        }
        .card_info__boxs .card_info {
            display: flex;
            width: 100%;
            height: 158px;
            border-radius: 15px;
            box-shadow: 3px 3px 22px 0 rgba(25, 25, 25, 0.11);
            background: #fff;
            position: relative;
            justify-content: end;
            align-items: end;
        }
        .card_info__boxs .card_info .info__text {
            display: flex;
            position: absolute;
            inset: 0;
            padding: 30px 25px;
            font-weight: 300;
            font-size: 25px;
            color: #000;
            z-index: 1;
        }
        .card_info__boxs .card_info .info__img {
            display: flex;
            z-index: 0;
        }
        .card_info__boxs .card_info .info__img img {
            width: 123px;
            height: 123px;
        }

        .service__info {
            display: flex;
            flex-direction: column;
            margin: 20px auto;
        }
        .service__info .head__info {
            margin: 20px 0;
            font-weight: 300;
            font-size: 32px;
            color: #141414;
        }
        .service__info .text__info {
            font-weight: 300;
            font-size: 16px;
            color: #141414;
        }

.section__boxs {
            --section__boxs-col: repeat(4, 1fr);
            --section__boxs-margin: 0;
            display: grid;
            grid-template-columns: var(--section__boxs-col);
            margin: var(--section__boxs-margin);
        }
        @media screen and (min-width: 960px) {
            .section__boxs {
                --section__boxs-col: repeat(4, 1fr);
            }
        }
        @media screen and (min-width: 720px) and (max-width: 959px) {
            .section__boxs {
                --section__boxs-col: repeat(3, 1fr);
                --section__boxs-margin: 20px;
            }
        }
        @media screen and (min-width: 540px) and (max-width: 719px) {
            .section__boxs {
                --section__boxs-col: repeat(2, 1fr);
                --section__boxs-margin: 15px;
            }
        }
        @media screen and (max-width: 539px) {
            .section__boxs {
                --section__boxs-col: 1fr;
                --section__boxs-margin: 10px;
            }
        }
        .section__box_item {
            display: flex;
            flex-direction: column;
            width: 100%;
        }
        .service__head {
            display: flex;
            flex-direction: row;
            gap: 10px;
        }
        .service__head img {
            width: 20px;
            height: 20px;
            object-fit: contain;
        }
        .service__head span {
            font-weight: 600;
            font-size: 18px;
            text-align: center;
            color: #000;
        }
        .service__lists {
            list-style: none !important;
            display: flex !important;
            flex-direction: column !important;
            gap: 10px !important;
            margin: 20px 0;
            padding: 0;
        }
        .service__item {
            display: flex !important;
            gap: 10px !important;
            border: none !important;
            align-items: center !important;
            justify-content: start !important;
            margin: 0 !important;
            padding: 0 !important;
            height: auto;
        }
        .service__item::before {
            display: flex;
            content: '';
            width: 4px;
            height: 4px;
            border-radius: 100%;
            background-color: #000;
        }

        .service__info {
            display: flex;
            flex-direction: column;
            margin: 20px auto;
        }
        .service__info .head__info {
            margin: 20px 0;
            font-weight: 300;
            font-size: 32px;
            color: #141414;
        }
        .service__info .text__info {
            font-weight: 300;
            font-size: 16px;
            color: #141414;
        }

.card_info__boxs {
            --card_info__boxs-col: repeat(4, 1fr);
            --card_info_margin: 0;
            display: grid;
            grid-template-columns: var(--card_info__boxs-col);
            gap: 20px;
            margin: var(--card_info_margin);
            margin-bottom: 30px;
        }
        @media screen and (min-width: 960px) {
            .card_info__boxs {
                --card_info__boxs-col: repeat(4, 1fr);
            }
        }
        @media screen and (min-width: 720px) and (max-width: 959px) {
            .card_info__boxs {
                --card_info__boxs-col: repeat(2, 1fr);
                --card_info_margin: 20px;
            }
        }
        @media screen and (max-width: 719px) {
            .card_info__boxs {
                --card_info__boxs-col: 1fr;
                --card_info_margin: 10px;
            }
        }
        .card_info__boxs .card_info {
            display: flex;
            width: 100%;
            height: 158px;
            border-radius: 15px;
            box-shadow: 3px 3px 22px 0 rgba(25, 25, 25, 0.11);
            background: #fff;
            position: relative;
            justify-content: end;
            align-items: end;
        }
        .card_info__boxs .card_info .info__text {
            display: flex;
            position: absolute;
            inset: 0;
            padding: 25px;
            font-weight: 300;
            font-size: 20px;
            color: #000;
            z-index: 1;
        }
        .card_info__boxs .card_info .info__img {
            display: flex;
            z-index: 0;
        }
        .card_info__boxs .card_info .info__img img {
            width: 123px;
            height: 123px;
        }
        .header__text {
            margin: 40px auto;
            font-weight: 500;
            font-size: 32px;
            text-align: center;
            color: #141414;
        }

.web-form-btn{
        padding: 28px 53px;
        border: none;
        border-radius: 110px;
        box-shadow: 3px 3px 22px 0 rgba(25, 25, 25, 0.11);
        background: #003fcc;
        color: #ffffff;
        font-weight: 300;
        font-size: 18px;
        text-align: center;
    }

.btn-group1 button {
            color: #fff;
            background-color: #0023bf;
            border: 1px solid #0023bf;
            padding-left: 44px;
            padding-right: 44px;
        }
        .btn-group1 button:first-child {
            border-radius: 100px 0 0 100px !important;
        }
        .btn-group1 button:last-child {
            border-radius: 0 100px 100px 0 !important;
        }

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.main-container {
    margin-top: 4em;
    margin-bottom: 4em;
}
.main-container header {
    margin-bottom: 2em;
}

body {
    font-size: 16px !important;
    line-height: 24px !important;
}

/* Visibility Hidden for SEO */
.vh, .vh-desktop {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

footer .footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1em;
}
footer#footer {
    background-color: #333333;
    color: #C3C3C3;
}
footer .footer-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3em;
}
footer .footer-title {
    font-weight: 600;
    color: white;
}
footer .footer-section {
    display: flex;
    flex-direction: column;
    gap: 2em;
}
footer .footer-content {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
footer .footer-button {
    margin-top: 2em;
    padding: 1em 2em;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 2em;
    color: white;
}
footer .footer-link-list {
    display: flex;
    gap: 0.5em;
}
footer .footer-logo-image {
    object-fit: contain;
}
footer .footer-underline-link {
    text-decoration: underline;
    color: #C3C3C3;
}
footer .footer-underline-link:hover {
    color: white;
}
footer .footer-link img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 100%;
}
/* Tablet */
@media screen and (max-width: 992px) {
    footer .footer-inner {
        grid-template-columns: repeat(2, 1fr);
    }
    .vh-desktop {
        position: inherit;
        width: auto;
        height: auto;
        padding: unset;
        margin: unset;
        overflow: auto;
        clip: inherit;
        white-space: inherit;
        border: inherit;
    }
    .vh-laptop {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
}
/* Mobile */
@media screen and (max-width: 576px) {
    footer .footer-link-list {
        justify-content: center;
    }
    footer .footer-inner {
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
    }
    footer .footer-content {
        justify-content: center;
    }
    .vh-desktop {
        position: inherit;
        width: auto;
        height: auto;
        padding: unset;
        margin: unset;
        overflow: auto;
        clip: inherit;
        white-space: inherit;
        border: inherit;
    }
    .vh-mobile {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
}