﻿/*==================================================
    WHY PAGE
==================================================*/

.why-page-hero {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background: linear-gradient(135deg,#0f1b4c 0%,#17367c 100%);
}
    .why-page-hero .container {
        position: relative;
        z-index: 2;
    }

    .why-page-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 145deg, #101357 0%, #101357 35%, #0d114d 60%, #080b33 80%, #04051a 100% );
    }

.why-page-bg-image {
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    height: 115%;
    width: auto;
    object-fit: contain;
}
.why-page-subtitle {
    display: inline-block;
    padding: 0px 0px;
    border-radius: 30px;
    /*background: rgba(255,255,255,.12);*/
    color: #DB1900;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.vm-testimonials.ag_testimonial-area .ag_testimonial-slider .owl-stage-outer {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    padding: 0px;
}
.why-page-title {
    font-size: 38px;
    line-height: 1.15;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
}

.why-page-description {
    color: #d9def7;
    font-size: 18px;
    line-height: 1.9;
    max-width: 620px;
    margin-bottom: 35px;
}

.why-page-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

@media (max-width:991px) {

    .why-page-bg-image {
        display: none;
    }

    .why-page-hero {
        text-align: center;
    }

    .why-page-description {
        margin: auto auto 35px;
    }

    .why-page-buttons {
        justify-content: center;
    }
}
@media (max-width:1200px) {

    .why-page-bg-image {
        position: absolute;
        top: 0;
        right: -270px;
        bottom: 0;
        height: 95%;
        width: auto;
        object-fit: contain;
    }
}
.why-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 34px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    transition: .35s;
}

.why-page-btn-primary {
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    padding: 10px 2.5rem;
    border-radius: 5rem;
    background: #DB1900 !important;
    transition: all 500ms linear;
}

    .why-page-btn-primary:hover {
        color: #fff;
        transition: all 500ms linear;
        background: #DB1900 !important;
        box-shadow: 0 0.5rem 1rem 0 rgba(216, 125, 35, 0.5) !important;
    }

.why-page-btn-outline {
    border: 2px solid rgba(255,255,255,.4);
    color: #fff;
}

    .why-page-btn-outline:hover {
        background: #fff;
        color: #17367c;
    }

.why-page-globe {
    max-width: 520px;
    width: 100%;
    animation: whyFloat 6s ease-in-out infinite;
}

@keyframes whyFloat {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-18px);
    }

    100% {
        transform: translateY(0);
    }
}

/*===================================*/

.why-page-philosophy {
    padding: 110px 0;
    background: #fff;
}

.why-page-section-tag {
    color: #DB1900;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 12px;
}

.why-page-section-title {
    font-size: 29px;
    font-weight: 700;
    color: #162041;
    line-height: 4.2rem;
}

.why-page-text {
    color: #6e7488;
    line-height: 1.9;
    font-size: 14px;
}

.why-page-mini-card {
    position: relative;
    background: #fff;
    border-radius: 22px;
    padding: 20px 15px;
    text-align: center;
    height: 100%;
}

    .why-page-mini-card::after {
        content: "";
        position: absolute;
        top: 10px;
        right: -12px;
        width: 1px !important;
        height: calc(100% - 20px);
        background: linear-gradient( to bottom, transparent, #101357 15%, #101357 85%, transparent );
        opacity: .3;
    }

.why-page-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #101357;
    font-size: 40px;
    margin-bottom: 4px;
}

.why-page-mini-card h5 {
    font-size: 16px;
    font-weight: 600;
    color: #162041;
    margin-bottom: 15px;
}

.why-page-mini-card p {
    color: #6e7488;
    font-size: 14px;
}

.why-page-philosophy .row.g-4 > .col-md-3:last-child .why-page-mini-card::after {
    display: none;
}

/*===================================*/

.why-page-features {
    padding: 70px 0;
    background: #f7f9fc;
}

.why-page-heading {
    margin-bottom: 60px;
}

    .why-page-heading h2 {
        font-size: 46px;
        color: #162041;
        font-weight: 800;
    }

.why-page-feature-card {
    background: #fff;
    border-radius: 8px;
    padding:20px 10px;
    text-align: center;
    height: 100%;
    border: 1px solid #edf0f7;
}

 

.why-page-feature-icon {
    width: 82px;
    height: 82px;
    margin: auto;
    margin-bottom: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5c69bb24;
    color: #101357;
    font-size: 32px;
}

.why-page-feature-card h5 {
    font-size: 16px;
    font-weight: 600;
    color: #162041;
    margin-bottom: 15px;
}

.why-page-feature-card p {
    color: #6e7488;
    font-size: 14px;
    line-height: 1.3;
}

/*===================================*/
@media (max-width: 767px) {
    .why-page-mini-card::after {
        display: none;
    }
}
@media(max-width:1200px) {

    .why-page-title {
        font-size: 48px;
    }
}

@media(max-width:991px) {
    .page-title-area{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
    }
    .page-title-area > p {
       text-align:center
    }

    .why-page-hero {
        text-align: center;
        padding: 70px 0;
    }

    .why-page-description {
        margin: auto auto 35px;
    }

    .why-page-buttons {
        justify-content: center;
    }

    .why-page-globe {
        margin-top: 50px;
    }

    .why-page-section-title {
        font-size: 36px;
        margin-top: 20px;
    }
}

@media(max-width:767px) {

    .why-page-title {
        font-size: 36px;
    }

    .why-page-description {
        font-size: 16px;
    }

    .why-page-section-title {
        font-size: 30px;
    }

    .why-page-heading h2 {
        font-size: 34px;
    }

    .why-page-btn {
        width: 100%;
    }
}

/*==================================================
    WHY PAGE - HOW IT WORKS
==================================================*/

.why-page-process {
    padding: 70px 0;
    background: #fff;
}

.why-page-process-header {
    margin-bottom: 70px;
}

.why-page-process-subtitle {
    display: inline-block;
    color: #DB1900;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.why-page-process-title {
    font-size: 46px;
    font-weight: 800;
    color: #101357;
    margin-bottom: 0;
}

.why-page-process-wrapper {
    position: relative;
}

.why-page-process-line {
    position: absolute;
    top: 46px;
    left: 8%;
    right: 8%;
    border-top: 2px dashed #d7deef;
    z-index: 0;
}
.by-the-number {
    font-size:40px;
    font-weight:700;
}
.why-page-process-item {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 18px;
}

.why-page-process-icon {
    width: 92px;
    height: 92px;
    margin: 0 auto 28px;
    border-radius: 50%;
    background: #101357;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    transition: .35s;
    box-shadow: 0 15px 35px rgba(16,19,87,.15);
}

.why-page-process-item:hover .why-page-process-icon {
    background: #DB1900;
    transform: translateY(-8px);
}

.why-page-process-item h4 {
    font-size: 16px;
    color: #101357;
    font-weight: 700;
    margin-bottom: 18px;
}

.why-page-process-item p {
    color: #6e7488;
    font-size: 14px;
    line-height: 1.3;
    max-width: 220px;
    margin: auto;
}

/*======================*/

@media(max-width:991px) {

    .why-page-process {
        padding: 80px 0;
    }

    .why-page-process-title {
        font-size: 38px;
    }

    .why-page-process-line {
        display: none;
    }

    .why-page-process-item {
        background: #fff;
        border: 1px solid #edf0f7;
        border-radius: 18px;
        padding: 35px 25px;
        height: 100%;
        box-shadow: 0 12px 30px rgba(0,0,0,.04);
    }

        .why-page-process-item p {
            max-width: 100%;
        }
}

@media(max-width:767px) {

    .why-page-process {
        padding: 70px 0;
    }

    .why-page-process-title {
        font-size: 32px;
    }

    .why-page-process-icon {
        width: 80px;
        height: 80px;
        font-size: 30px;
    }

    .why-page-process-item h4 {
        font-size: 20px;
    }
}

/*==================================================
    WHY PAGE CTA
==================================================*/

.why-page-cta {
    padding: 0px;
    background: #fff;
}

.why-page-cta-box {
    position: relative;
    overflow: hidden;
    padding: 40px 60px;
    background: linear-gradient(135deg,#101357 0%,#12256f 55%,#0d184d 100%);
}

    .why-page-cta-box::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at left bottom, rgba(255,255,255,.08) 2px, transparent 2px);
        background-size: 18px 18px;
        opacity: .25;
        pointer-events: none;
    }

    .why-page-cta-box > * {
        position: relative;
        z-index: 2;
    }

.why-page-cta-tag {
    display: inline-block;
    color: #DB1900;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.why-page-cta-box h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.why-page-cta-box p {
    color: #dbe3ff;
    font-size: 17px;
    line-height: 1.8;
    max-width: 560px;
    margin-bottom: 0;
}

.why-page-cta-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    flex-wrap: wrap;
}

.why-page-cta-btn {
    min-width: 220px;
    height: 62px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: .35s;
}

.why-page-cta-btn-primary {
    background: #DB1900;
    color: #fff;
}

    .why-page-cta-btn-primary:hover {
        color: #fff;
        background: #f31d00;
        transform: translateY(-3px);
        box-shadow: 0 12px 30px rgba(219,25,0,.35);
    }

.why-page-cta-btn-outline {
    border: 2px solid rgba(255,255,255,.35);
    color: #fff;
    background: transparent;
}

    .why-page-cta-btn-outline:hover {
        background: #fff;
        color: #101357;
    }

/*========================*/

@media(max-width:991px) {

    .why-page-cta {
        padding: 80px 0;
    }

    .why-page-cta-box {
        padding: 45px 35px;
        text-align: center;
    }

        .why-page-cta-box h2 {
            font-size: 34px;
        }

        .why-page-cta-box p {
            margin: 0 auto 35px;
        }

    .why-page-cta-buttons {
        justify-content: center;
    }
}

@media(max-width:767px) {

    .why-page-cta-box {
        padding: 35px 25px;
    }

        .why-page-cta-box h2 {
            font-size: 28px;
        }

        .why-page-cta-box p {
            font-size: 15px;
        }

    .why-page-cta-btn {
        width: 100%;
        min-width: 100%;
        height: 56px;
        font-size: 16px;
    }
}