#home {
    padding-top: 150px;
    background: linear-gradient(180deg, #ECF5FF 0%, #FFF 100%), #FFF;
    overflow: hidden;
    position: relative;
}

@media (min-width: 992px) {
    #home {
        padding-top: 176px;
    }
}

#home .bg-pattern {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: -60px;
}

.hero {
    position: relative;
    z-index: 2;
}

.hero-intro {
    display: flex;
    flex-direction: column;
}

.hero-intro .title {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 16px 0;
}

.hero-intro .subtitle {
    color: rgba(5, 5, 5, 0.6);
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 24px 0;
}

.hero-intro .cta-btns {
    column-gap: 25px;
}

.hero-intro .cta-btns .btn-secondary,
.hero-intro .cta-btns .btn-outline-secondary {
    padding: 12px 13px;
    font-size: 12px;
}

@media (min-width: 992px) {
    .hero-intro {
        margin-top: 65px;
    }

    .hero-intro .title {
        font-size: 56px;
        margin: 0 0 32px 0;
    }

    .hero-intro .subtitle {
        font-size: 24px;
        margin: 0 0 11px 0;
    }

    .hero-intro .cta-btns .btn-secondary,
    .hero-intro .cta-btns .btn-outline-secondary {
        padding: 16px 32px;
        font-size: 16px;
    }
}

.hero-form {
    padding: 25px 29px;
    border-radius: 16px;
    border: 0.75px solid #E2EFFF;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: -6px 9px 51px 0 rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(16.5px);
    margin-top: 40px;
    width: 100%;
    height: fit-content;
}

.hero-form .title {
    color: #1E3654;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 27.48px;
}

.hero-form .form-fields {
    row-gap: 14px;
}

.hero-form .radio-group {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.form-fields .form-control {
    padding: 12px;
    border-radius: 12px;
    border: 0.75px solid rgba(5, 5, 5, 0.10);
    background: #FFF;
}

.form-fields .input-group {
    direction: ltr;
}

.form-fields .input-group-text {
    padding: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background-color: white;
}

.form-fields button {
    padding: 12px 18px;
}

.form-fields .terms {
    color: #05050599;
    font-size: 11.25px;
    margin-bottom: 0;
}

.terms span {
    color: var(--color-primary)
}

.hero-form .radio-button {
    color: #050505;
    font-size: 15px;
}

.hero-form .radio-button span::before {
    border-color: var(--color-secondary);
    margin-inline-end: 8px;
}

.hero-form .radio-button input:checked ~ span:before {
    background-color: var(--color-secondary);
}

@media (min-width: 992px) {
    .hero-form {
        padding: 40px;
        margin-top: 0;
        max-width: 476px;
    }

    .hero-form .title {
        margin-bottom: 36px;
    }

    .hero-form .form-fields {
        row-gap: 20px;
    }

    .form-fields .form-control {
        padding: 14px;
    }

    .form-fields .terms {
        color: #05050599;
        font-size: 15px;
    }

    .form-fields button {
        padding: 12px 18px;
    }

}


/*.hero-partners .logos {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    column-gap: 20px;*/
/*}*/

/*@media (min-width: 992px) {*/
/*    .hero-partners .logos {*/
/*        display: flex;*/
/*        align-items: center;*/
/*        column-gap: 40px;*/
/*    }*/
/*}*/


/* WHy Us */

.why-us {
    padding: 40px 0 35px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 0%, rgba(236, 245, 255, 0.50) 100%);
}

@media (min-width: 992px) {
    .why-us {
        padding-top: 80px;
        padding-bottom: 124px;
    }
}

.card-body {
    padding: 0;
}

.why-us .cards-container {
    margin-top: 32px;
    row-gap: 12px;
}

@media (min-width: 992px) {
    .why-us .cards-container {
        margin-top: 64px;
    }
}

.why-us .cards-container .card {
    padding: 16px 28px;
}

@media (min-width: 992px) {
    .why-us .cards-container .card {
        padding: 45px 100px 29px 100px;
    }
}

.why-us .cards-container .card-body .header .icon {
    width: 77px;
    height: 77px;
}

@media (min-width: 992px) {
    .why-us .cards-container .card-body .header .icon {
        width: 88px;
        height: 88px;
    }
}

.why-us .card-body {
    row-gap: 16px;
}

.why-us .card-body .title {
    margin-bottom: 4px;
    color: #050505;
    font-size: 16px;
    font-weight: 510;
    line-height: normal;
}

.why-us .card-body .subtitle {
    color: #050505;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}

.why-us .card-body .title,
.why-us .card-body .subtitle {
    text-align: center;
}

@media (min-width: 992px) {
    .why-us .card-body .title {
        font-size: 20px;
    }

    .why-us .card-body .subtitle {
        font-size: 16px;
    }
}

/* How To Use */
.how-to-use {
    padding: 35px 0 14px 0;
    background: radial-gradient(151.04% 62.31% at 43.19% 0%, #ECF5FF 0%, #FFF 100%);
}

@media (min-width: 992px) {
    .how-to-use {
        padding-top: 94px;
        padding-bottom: 99px;
    }
}

.how-to-use .image-container {
    width: 227px;
    height: 456px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .how-to-use .image-container {
        margin-bottom: 0;
    }
}

.how-to-use .content {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    max-width: 505px;
}

.how-to-use .content .title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}

@media (min-width: 992px) {
    .how-to-use .content .title {
        font-size: 16px;
    }
}

.how-to-use .content .description {
    color: #050505;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}

.how-to-use .content .view-more {
    text-decoration: none;
    color: #1E4054;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.how-to-use .content .view-more:hover {
    cursor: pointer;
    text-decoration: underline var(--color-primary);
}

/* How It Works Section */

.how-it-works {
    padding: 32px 0 32px 0;
}

@media (min-width: 992px) {
    .how-it-works {
        padding-top: 88px;
        padding-bottom: 108px;
    }
}

.card-body {
    padding: 0;
}

.how-it-works .cards-container {
    margin-top: 32px;
    row-gap: 12px;
}

@media (min-width: 992px) {
    .how-it-works .cards-container {
        margin-top: 35px;
    }
}

.how-it-works .cards-container .card {
    padding: 16px 10px 15px 10px;
}

@media (min-width: 992px) {
    .how-it-works .cards-container .card {
        padding: 42px 51px 26px 51px;
    }
}

.how-it-works .cards-container .card-body .header .icon {
    width: 44px;
    height: 44px;
}

@media (min-width: 992px) {
    .how-it-works .cards-container .card-body .header .icon {
        width: 88px;
        height: 88px;
    }
}

.how-it-works .card-body {
    row-gap: 16px;
}

.how-it-works .card-body .title {
    margin-bottom: 4px;
    color: #050505;
    font-size: 16px;
    font-weight: 510;
    line-height: normal;
}

.how-it-works .card-body .subtitle {
    color: #050505;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}

.how-it-works .card-body .title,
.how-it-works .card-body .subtitle {
    text-align: center;
}

@media (min-width: 992px) {
    .how-it-works .card-body .title {
        font-size: 20px;
    }

    .how-it-works .card-body .subtitle {
        font-size: 16px;
    }
}

/* Health Coverage Carousel */
.health-coverage {
    padding: 40px 0 40px 0;
    background: linear-gradient(180deg, #FFF 0%, #ECF5FF 100%);
}

@media (min-width: 992px) {
    .health-coverage {
        padding-top: 80px;
        padding-bottom: 70px;
        background: radial-gradient(50% 50% at 50% 50%, #ECF5FF 0%, #FFF 100%), linear-gradient(180deg, #ECF5FF 0%, #FFF 100%);
    }
}

.health-coverage .slider-wrapper {
    margin: 30px 0;
}

@media (min-width: 992px) {
    .health-coverage .slider-wrapper {
        margin: 48px 0 50px 0;
    }
}

.health-coverage .category-btns {
    margin-top: 30px;
    display: flex;
    align-items: center;
    column-gap: 11px;
    justify-content: center;
}

@media (min-width: 992px) {
    .health-coverage .category-btns {
        margin-top: 23px;
    }
}

.health-coverage .category-btns button {
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 16px;
}

.health-coverage .category-btns .btn-outline-secondary {
    border: 1px solid rgba(30, 54, 84, 0.40);
}

.health-coverage .slider-wrapper .slider-video-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(180deg, #FFF 0%, #ECF5FF 100%);
}

.health-coverage .slider-wrapper .slider-video-card video {
    width: 100%;
    border-radius: 8px;
    max-height: 500px;
    object-fit: cover;
}

.health-coverage .slider-wrapper .slider-video-card #play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 778px) {
    .health-coverage .slider-wrapper .slider-video-card {
        border-radius: 24px;
        padding: 16px;
    }

    .health-coverage .slider-wrapper .slider-video-card video {
        border-radius: 16px;
    }
}

.health-coverage .slider-wrapper .slider-card {
    display: flex;
    flex-direction: column;
    row-gap: 73px;
}

.health-coverage .slider-wrapper .slider-card .cover {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 250px;
}

.health-coverage .slider-card .content .title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.health-coverage .slider-card .content .description {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 10px;
    color: #050505;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.health-coverage .slider-card .content .description p:not(:first-child) {
    opacity: .4 !important;
}

@media (min-width: 768px) {
    .health-coverage .slider-wrapper .slider-card {
        display: flex;
        flex-direction: row;
        row-gap: 0;
        max-height: 500px;

    }

    .health-coverage .slider-wrapper .slider-card .cover {
        width: 50%;
        height: auto;
        max-height: none;
    }

    html[dir='ltr'] .health-coverage .slider-wrapper .slider-card .cover {
        border-radius: 24px 0 0 24px;
    }

    html[dir='rtl'] .health-coverage .slider-wrapper .slider-card .cover {
        border-radius: 0 24px 24px 0;
    }

    .health-coverage .slider-wrapper .slider-card .content {
        overflow: hidden;
        padding: 20px 60px 0px 40px;
        background: linear-gradient(180deg, #FFF 0%, #ECF5FF 100%);
        margin-top: 0;
        width: 50%;
    }

    html[dir='ltr'] .health-coverage .slider-wrapper .slider-card .content {
        border-radius: 0 24px 24px 0;
    }

    html[dir='rtl'] .health-coverage .slider-wrapper .slider-card .content {
        border-radius: 24px 0 0 24px;
    }

    .health-coverage .slider-card .content .title {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .health-coverage .slider-card .content .description {
        row-gap: 16px;
    }
}

@media (min-width: 992px) {
    .health-coverage .slider-wrapper .slider-card .content {
        padding: 80px 60px 80px 40px;
    }
}

.swiper-container-wrapper {
    position: relative;
}

.custom-swiper-pagination {
    text-align: center;
    position: absolute;
    top: 280px !important;
}

@media (min-width: 768px) {
    .custom-swiper-pagination {
        margin-top: 49px;
        position: static !important;
    }

}

.custom-swiper-pagination .swiper-pagination-bullet {
    width: 12.5px;
    height: 12.5px;
    background-color: #1E3654 !important;
    opacity: 0.3 !important;
    margin: 0 6.65px !important;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.custom-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #D92840 !important;
    opacity: 1 !important;
}

/* Unlock The Itqan */
.unlock-itqan {
    padding: 30px 0 30px 0;
    background: radial-gradient(228.04% 63.26% at 50% 47.77%, #FFF 0%, #ECF5FF 100%), #FFF;
}

@media (min-width: 992px) {
    .unlock-itqan {
        padding: 120px 0 139px 0;
    }
}

.reviews .section-title {
    font-size: 32px;
}

@media (min-width: 992px) {
    .reviews .section-title {
        font-size: 48px;
    }
}

.unlock-itqan .cards-container {
    margin-top: 32px;
    row-gap: 21px;
}

@media (min-width: 992px) {
    .unlock-itqan .cards-container {
        margin-top: 58px;
    }
}

.unlock-itqan .cards-column {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

@media (min-width: 992px) {
    .unlock-itqan .cards-column {
        height: 100%;
    }
}

.unlock-itqan .cards-column .card {
    padding: 16px 16px 8px 16px;
}

@media (min-width: 992px) {
    .unlock-itqan .cards-column .card {
        padding: 24px 16px 8px 16px;
    }
}

.unlock-itqan .card .card-body {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    row-gap: 8px;
}

@media (min-width: 992px) {
    .unlock-itqan .card .card-body {
        row-gap: 16px;
    }
}

.unlock-itqan .card .card-body .header {
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 12px;
}

.unlock-itqan .card .card-body .header .icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #ECF5FF;
    box-shadow: -8px 12px 68px 0 rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(22px);
}

.unlock-itqan .card .card-body .header .icon-container svg {
    width: 24px;
    height: 24px;
}


.unlock-itqan .card .card-body .header .title {
    color: #050505;
    font-size: 16px;
    font-weight: 510;
    margin: 0;
}

.unlock-itqan .card .card-body .header .subtitle {
    color: #050505;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.5;
}

.unlock-itqan .card .card-body .content {
    color: #050505;
    font-size: 14px;
    opacity: 0.5;
    font-weight: 400;
    line-height: 21px;
}

.unlock-itqan .identity-card {
    border-radius: 24px;
    border: 1px solid #E2EFFF;
    background: rgba(226, 239, 255, 0.50);
    box-shadow: -8px 12px 68px 0 rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(22px);
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    height: 100%;
}

@media (min-width: 992px) {
    .unlock-itqan .identity-card {
        padding-top: 44px;
        row-gap: 37px;
    }
}

.unlock-itqan .identity-card .logo {
    width: 44px;
    height: 44px;
}

@media (min-width: 992px) {
    .unlock-itqan .identity-card .logo {
        width: 88px;
        height: 88px;
    }
}

.unlock-itqan .identity-card .cover {
    width: 164px;
}

@media (min-width: 992px) {
    .unlock-itqan .identity-card .cover {
        width: 255px;
    }
}


/* Reviews Styles From Common */

/* Insurances */

.insurances {
    padding: 40px 0 32px 0;
}

@media (min-width: 992px) {
    .insurances {
        padding: 80px 0 80px 0;
    }
}

.insurances .cards-container {
    margin-top: 30px;
    row-gap: 12px;
}

@media (min-width: 992px) {
    .insurances .cards-container {
        margin-top: 80px;
        row-gap: 24px;
    }
}

.insurances .cards-container .cards-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 16px;
}

@media (min-width: 768px) {
    .insurances .cards-container .cards-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .insurances .cards-container .cards-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        column-gap: 24px;
        row-gap: 23px
    }
}

.insurances .card {
    padding: 18px 20px;
    border-radius: 8px;
    width: 100%;
}

@media (min-width: 992px) {
    .insurances .card-grid .card {
        padding: 21px 20px;
    }
}

.insurances .card .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.insurances .card .card-body .is-new {
    position: absolute;
    top: -12px;
    right: -15px;
    color: #1E3654;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 10px;
    border-radius: 16px;
    background: #E0E5EB;
}

.insurances .card-body .title .icon {
    width: 48px;
    height: 48px;
}

.insurances .card-body .content {
    color: #050505;
    text-align: center;
    font-size: 16px;
    font-weight: 510;
    line-height: normal;
}

/* Blogs in common style */


/* info */
.info {
    background: linear-gradient(180deg, #ECF5FF 0%, #FFF 100%);
}

/* Insurance Companies */

.insurance-companies {
    padding: 40px 0 32px 0;
}

@media (min-width: 992px) {
    .insurance-companies {
        padding: 88px 0 88px 0;
    }
}

@media (max-width: 767px) {
    .insurance-companies .section-card {
        border-radius: 0;
        border: none;
        background: none;
        box-shadow: none;
        backdrop-filter: none;
        padding: 0;
        height: auto;
    }
}

@media (min-width: 768px) {
    .insurance-companies .section-card {
        padding: 20px 40px 30px 40px;
        border-radius: 24px;
        border: 1px solid #E2EFFF;
        background: rgba(255, 255, 255, 0.70);
        box-shadow: -8px 12px 68px 0 rgba(0, 0, 0, 0.02);
        backdrop-filter: blur(22px);
        height: 100%;
    }
}

@media (min-width: 992px) {
    .insurance-companies .section-card {
        padding: 34px 40px 46px 40px;
    }
}

.insurance-companies .section-title {
    margin: 0
}

.insurance-companies .cards-container {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .insurance-companies .cards-container {
        margin-top: 40px;
    }
}

.insurance-companies .cards-container .cards-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 16px;
}

@media (min-width: 768px) {
    .insurance-companies .cards-container .cards-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .insurance-companies .cards-container .cards-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        column-gap: 24px;
        row-gap: 23px
    }
}

.insurance-companies .section-card .cards-grid .card {
    padding: 23px 30px;
    width: 100%;
    border-radius: 8px;
}

@media (min-width: 992px) {
    .insurance-companies .section-card .cards-grid .card {
        padding: 22px 42px;
        border-radius: 0;
        border: none;
        background: rgba(244, 244, 244, 0.70);
        box-shadow: none;
        backdrop-filter: none;
    }
}

.insurance-companies .card .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.insurance-companies .card .card-body img {
    width: 100px;
    height: 60px;
    object-fit: contain;
}


/* FAQ Styles in Common */
.faqs {
    position: relative;
}

.faqs-pattern {
    position: absolute;
    top: -75px;
    left: 100px;
    width: 100%;
}


/* Contact Us */

.contact-us {

}

.contact-us .card {
    padding: 16px 8px 16px 16px;
    position: relative;
}

.contact-us .card .card-body {
    position: relative;
    z-index: 2;
}


html[dir="ltr"] .contact-us .card .gradient-effect {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}

html[dir="rtl"] .contact-us .card .gradient-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}

@media (max-width: 767px) {
    .contact-us .card {
        padding: 44px 44px 39px 44px;
    }
}

.contact-us .card .card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 768px) {
    .contact-us .card .card-body {
        flex-direction: column;
        gap: 16px;
    }
}

.contact-us .card .card-body .content {
    display: flex;
    align-items: center;
    gap: 24px;
}


@media (min-width: 992px) {
    .contact-us .card .card-body .content {
        gap: 16px;
    }
}

.contact-us .card .card-body .content .label {
    color: #050505;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}

@media (min-width: 992px) {
    .contact-us .card .card-body .content .label {
        font-size: 24px;
        margin-bottom: 16px;
    }
}

.contact-us .card .card-body .content .description {
    color: #1E3654;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}

.contact-us .card .card-body .content .icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

@media (min-width: 992px) {
    .contact-us .card .card-body .content .icon {
        width: 88px;
        height: 88px;
    }
}

