/* 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: 20px;
    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;
}










/* ///////////////////////////////////////////////////////////////////////////// */

/* Banner */
.contact-banner {
    width: 100%;
    padding: 40px 0;
}

.contact-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.banner-text h1 {
    font-weight: 900;
    font-size: 50px;
    color: #0F172B;
}

.banner-text p {
    font-size: 16px;
    color: #45556C;
}

/* Form Container */
.contact-form {
    width: 100%;
    display: flex;
    justify-content: center;
}

.form-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: 40px !important;
    max-width: 1200px;
    margin: 0 auto;
}

.left-form {
    position: relative;
    width: 700px;
    max-width: 100%;
    height: auto;
    min-height: 800px;
    background: #fff;
    color: #314158;
    padding: 30px;
    border-radius: 35px;
    overflow: hidden;
    border-top: 1px solid #F1F5F9;
    box-shadow: 0px 25px 50px -12px #1C398E0D;
}

.left-form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2B7FFF 0%, #615FFF 100%);
}

.row {
    display: flex;
    gap: 20px;
}

.input-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
    width: 100%;
    flex: 1;
}

.input-group label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #314158;
}

.input-box {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    height: 52px;
    padding: 0 16px;
    background: #F8FAFC;
    overflow: hidden;
}

.input-box input,
.input-box select,
.input-box textarea {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-family: "Cairo", sans-serif;
    font-size: 14px;
    color: #0F172B;
    text-align: left;
    padding-right: 30px;
    padding-left: 0;
}

.icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.textarea-box {
    height: auto;
    align-items: flex-start;
    padding-top: 10px;
}

.textarea-box textarea {
    height: 120px;
    resize: none;
    padding-top: 5px;
}

.left-form button {
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 12px;
    background: #155DFC;
    color: #fff;
    box-shadow: 0px 4px 6px 2px #155DFC4D;
    font-size: 18px;
    font-weight: 700;
    font-family: "Cairo", sans-serif;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.left-form button:hover {
    background: rgba(21, 93, 252, 0.9);
}

.btn-icon {
    width: 18px;
}

/* cards */
.right-cards {
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 350px;
    min-width: 300px;
}

.right-cards .card {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.right-cards .card h4 {
    font-weight: 700;
    font-size: 16px;
    color: #0F172B;
}

.right-cards .card p {
    font-size: 12px;
    color: #62748E;
}

.right-cards .card button {
    width: 100%;
    border: none;
    font-family: "Cairo", sans-serif;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.right-cards .first-card {
    box-shadow: 0px 10px 15px -3px #00C9501A;
    background: radial-gradient(circle at top right, #F0FDF4 0%, transparent 30%), #FFFFFF;
}

.right-cards .first-card p {
    color: #00A63E;
}

.right-cards .card .first-btn {
    background: #F0FDF4;
    border-top: 1px solid #B9F8CF;
    color: #008236;
}

.right-cards .card .first-btn:hover {
    background-color: #008236;
    color: #ffffff;
}

.right-cards .second-card {
    box-shadow: 0px 10px 15px -3px #2B7FFF1A;
    background: radial-gradient(circle at top right, #EFF6FF 0%, transparent 30%), #FFFFFF;
}

.right-cards .card .second-btn {
    background: #EFF6FF;
    border-top: 1px solid #BEDBFF;
    color: #1447E6;
}

.right-cards .card .second-btn:hover {
    background-color: #1447E6;
    color: #ffffff;
}

.right-cards .third-card {
    box-shadow: 0px 10px 15px -3px #0000001A;
}

.right-cards .card .third-btn {
    background: #F1F5F9;
    height: 70px;
    cursor: default;
}

/* FAQ Section */
.faq-section {
    direction: rtl;
    padding: 80px 20px;
    background-color: #F8FAFC;
    font-family: "Cairo", sans-serif;
}

.faq-title {
    text-align: center;
    font-weight: 800;
    font-size: 32px;
    color: #0F172B;
    margin-bottom: 50px;
}

.faq-container {
    max-width: 850px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #F1F5F9;
    box-shadow: 0px 10px 25px -5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
}

.faq-header {
    padding: 24px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    gap: 20px;
}

.faq-question {
    font-size: 18px;
    font-weight: 700;
    color: #1D293D;
    margin: 0;
    line-height: 1.5;
}

.faq-icon-wrapper {
    width: 44px;
    height: 44px;
    background: #F1F5F9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.arrow-icon {
    width: 20px;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.faq-item.active {
    border-color: #155DFC;
    box-shadow: 0px 15px 30px -10px rgba(21, 93, 252, 0.1);
}

.faq-item.active .faq-icon-wrapper {
    background: #155DFC;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 32px;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding-bottom: 24px;
}

.faq-answer p {
    color: #64748B;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    padding-top: 16px;
    border-top: 1px solid #F8FAFC;
}

/* CTA Section */
.cta-section {
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.cta-container {
    width: 100%;
    max-width: 1200px;
    background: linear-gradient(90deg, #155DFC 0%, #432DD7 100%);
    border-radius: 40px;
    padding: 80px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0px 25px 50px -12px rgba(43, 127, 255, 0.25);
}

.cta-content {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
}

.cta-title {
    font-family: "Cairo", sans-serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 40px;
    color: #FFFFFF;
    background-color: transparent;
}

.cta-button {
    background-color: #FFFFFF;
    color: #193CB8;
    text-decoration: none;
    padding: 16px 45px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    font-family: "Cairo", sans-serif;
    box-shadow: 0px 8px 10px -6px #0000001A;
}

.cta-button:hover {
    transform: translateY(-5px);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    background-color: #fcfcfc;
}

.cta-btn-icon {
    width: 20px;
    height: 20px;
}

/* Media Queries */
@media (max-width: 1140px) and (min-width: 993px) {
    .left-form {
        width: 600px;
    }

    .form-container {
        gap: 20px !important;
    }
}

@media (max-width: 992px) {
    .cta-title {
        font-size: 36px;
    }

    .cta-container {
        padding: 60px 30px;
    }

    .form-container {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }

    .left-form {
        width: 100%;
        min-height: auto;
        order: 1;
    }

    .right-cards {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        order: 2;
    }

    .right-cards .card {
        flex: 1;
        min-width: 280px;
    }
}

@media (max-width: 768px) {
    .cta-section {
        padding: 40px 15px;
    }

    .cta-container {
        border-radius: 30px;
        padding: 50px 20px;
    }

    .cta-title {
        font-size: 28px;
    }

    .cta-button {
        padding: 14px 35px;
        font-size: 16px;
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 600px) {
    body {
        padding: 20px;
    }

    .right-cards {
        flex-direction: column;
    }

    .banner-text h1 {
        font-size: 28px;
    }

    .row {
        flex-direction: column;
        gap: 0;
    }

    .faq-header {
        padding: 20px;
    }

    .faq-question {
        font-size: 16px;
    }

    .faq-icon-wrapper {
        width: 38px;
        height: 38px;
    }

    .arrow-icon {
        width: 16px;
    }
}

@media (max-width: 480px) {
    .cta-title {
        font-size: 24px;
    }

    .cta-content {
        gap: 25px;
    }
}