/* Features Page Styles */
.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 70vh;
    padding: 30px 0;
    position: relative;
}

.banner-bg {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 100px;
    right: -50px;
    bottom: -40px;
    background: rgba(81, 162, 255, 0.1);
    box-shadow: 0 0 150px 100px rgba(81, 162, 255, 0.2);
    border-radius: 50%;
    filter: blur(40px);
}
.banner-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80%;
}
.banner .caption {
    font-size: 14px;
    font-weight: bold;
    color: #432DD7;
    margin-bottom: 0;
}


.banner .description {
    font-size: 68px;
    font-weight: 900;
    color: #0F172B;
    text-align: center;
    background-color: transparent;
    max-width: 800px;
    line-height: normal;
}


.feature-banner {
    width: 880px;
    height: 368px;
    overflow: hidden;
    border-radius: 48px;
    background: transparent;
}

.feature-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 48px;
}

/* ///////////////////////////////////////////////////////////////////////////////////  */

/* features */
.features-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: relative;
}

.features {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    padding: 40px 20px;
    justify-content: center;
    background-color: transparent;
}

.feature-item {
    text-align: start;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
    box-shadow:
        0px 4px 6px -4px rgba(226, 232, 240, 0.3),
        0px 10px 15px -3px rgba(226, 232, 240, 0.3);

}

.feature-img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    object-fit: contain;
    background: #FFFFFF;

}

.feature-item p {
    background: #FFFFFF;

}

.feature-item .feature-title {
    font-size: 20px;
    font-weight: bold;
    color: #0F172B;
}

/* ////////////////////////////////////////////////////////////////////////////////  */

/* main-services */
.main-services {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.main-services .main-services-container {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}


.main-services-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    background-color: transparent;
    width: 100%;
}

.main-services-image {
    width: 550px;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
    background-color: transparent;
}

.main-services-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    background-color: transparent;
}

.main-services-content- {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 10px;
    background-color: transparent;
}

.main-services-title {
    font-size: 16px;
    font-weight: bold;
    color: #1447E6;
    background-color: #DBEAFE;
    text-align: start;
    margin-bottom: 0;
    padding: 8px 12px;
    border-radius: 20px;

}
.main-services-caption {
    font-size: 28px;
    font-weight: bold;
    color: #0F172B;
    background-color: transparent;
}
.main-services-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    list-style: none;
    font-size: 22px;
}

.main-services-description {
    font-size: 54px;
    font-weight: bold;
    background-color: transparent;
    margin-bottom: 0;
}

.main-services-card:nth-child(2) .main-services-title {
    font-size: 16px;
    font-weight: bold;
    color: #007A55;
    background-color: #D0FAE5;
    text-align: start;
    padding: 8px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-services-card:nth-of-type(3) .main-services-title {
    font-size: 16px;
    font-weight: bold;
    color: #BB4D00;
    background-color: #FEF3C6;
    text-align: start;
    padding: 8px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-discover-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 180px;
    outline: none;
    border: none;
    background-color: #155DFC;
    color: #fff;
    padding: 10px 16px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    box-shadow:
        0px 4px 6px -4px rgba(21, 93, 252, 0.3),
        0px 10px 15px -3px rgba(21, 93, 252, 0.3);
}

.btn-learn-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 150px;
    outline: none;
    border: none;
    background-color: #FE9A00;
    color: #fff;
    padding: 10px 16px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    box-shadow:
        5px 9px 6px -4px rgba(254, 154, 0, 0.3),
        0px 10px 15px -3px rgba(254, 154, 0, 0.3);
}

/* ////////////////////////////////////////////////////////////////////////////  */
.counter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 60px 0;
}

.counter .counter-container {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
}

.counter-container .counter-item {
    background-color: #ffffff;
    flex: 1;
    min-width: 200px;
    height: 120px;
    box-shadow:
        0px 8px 10px -6px rgba(28, 57, 142, 0.05),
        0px 20px 25px -5px rgba(28, 57, 142, 0.05);
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
}

.counter-container .counter-item p {
    background-color: transparent;
    font-size: 18px;
    font-weight: bold;
}

.counter-container .counter-item .counter-number {
    font-size: 38px;
    font-weight: 900;
    color: #155DFC;
    margin-bottom: 0;
}

/* //////////////////////////////////////////////////////////////////////////// */

.why-us {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    flex-direction: column;
    margin-bottom: 60px;
}

.why-us .why-us-container {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    padding: 40px 20px;
    background-color: #F1F5F9;
    box-shadow:
        0px 8px 10px -6px rgba(28, 57, 142, 0.05),
        0px 20px 25px -5px rgba(28, 57, 142, 0.05);
    border-radius: 24px;
    min-height: 200px;
}

.why-us .why-us-title-caption {
    font-size: 32px;
    font-weight: bold;
    color: #0F172B;
    margin-bottom: 0;
    background-color: transparent;
}

.why-us-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    background-color: transparent;
}

.why-us-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: transparent;
}

.why-us-container .why-us-item img {
    background-color: transparent;
}

.why-us-container .why-us-item p {
    background-color: transparent;
    font-size: 18px;
    font-weight: bold;
}




/* //////////////////////////////////////////////////////////////////////////// */


.spare-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    margin-bottom: 60px;
}

.spare-banner .spare-banner-container {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 60px 20px;
    background-color: #F1F5F9;
    background: linear-gradient(to right, #155DFC, #4F39F6, #372AAC);
    border-radius: 24px;
    min-height: 180px;
}

.spare-banner-caption {
    font-size: 38px;
    font-weight: 900;
    color: #fff;
    background-color: transparent;
}

.spare-banner-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    background-color: transparent;
}

.spare-banner-buttons .btn-descover {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #193CB880;
    color: #fff;
    width: 180px;
    outline: none;
    border: none;
    padding: 12px 16px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
}
.spare-banner-buttons .btn-subscribe {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #ffffff;
    color: #193CB8;
    width: 180px;
    outline: none;
    border: none;
    padding: 12px 16px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
}

/* ///////////////////////////////////////////////////////////////////////////// */



