/* Start custom CSS for html, class: .elementor-element-fa8c592 *//* ======================================
   OUR PROCESS
====================================== */

.aq-process-section,
.aq-process-section * {
    box-sizing: border-box;
}

.aq-process-section {
    position: relative;
    padding: 120px 0;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f6f8fb 100%
        );
    overflow: hidden;
}

.aq-process-section::before {
    content: "";
    position: absolute;
    top: 80px;
    left: 50%;
    width: 900px;
    height: 900px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(212, 175, 55, 0.07) 0%,
        rgba(212, 175, 55, 0) 68%
    );
    transform: translateX(-50%);
    pointer-events: none;
}

.aq-process-container {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 1320px;
    margin: 0 auto;
}

/* Heading */

.aq-process-heading {
    max-width: 850px;
    margin: 0 auto 70px;
    text-align: center;
}

.aq-process-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #c79d22;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.aq-process-subtitle::before,
.aq-process-subtitle::after {
    content: "";
    width: 30px;
    height: 1px;
    background: #d4af37;
}

.aq-process-heading h2 {
    margin: 0 0 22px;
    color: #071a33;
    font-size: clamp(38px, 4vw, 56px);
    line-height: 1.15;
    font-weight: 750;
    letter-spacing: -1.5px;
}

.aq-process-heading p {
    max-width: 730px;
    margin: 0 auto;
    color: #687386;
    font-size: 18px;
    line-height: 1.8;
}

/* Process Grid */

.aq-process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.aq-process-grid::before {
    content: "";
    position: absolute;
    top: 43px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(
        90deg,
        rgba(212, 175, 55, 0.2),
        #d4af37,
        rgba(212, 175, 55, 0.2)
    );
    z-index: 0;
}

/* Card */

.aq-process-card {
    position: relative;
    z-index: 1;
    padding-top: 92px;
}

.aq-process-number {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;
    width: 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 6px solid #ffffff;
    border-radius: 50%;
    background: #071a33;
    color: #d4af37;
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1px;
    box-shadow:
        0 0 0 1px rgba(212, 175, 55, 0.45),
        0 15px 35px rgba(7, 26, 51, 0.18);
    transform: translateX(-50%);
    transition:
        transform 0.35s ease,
        background 0.35s ease,
        color 0.35s ease,
        box-shadow 0.35s ease;
}

.aq-process-content {
    min-height: 300px;
    padding: 42px 27px 32px;
    border: 1px solid rgba(7, 26, 51, 0.08);
    border-radius: 20px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 18px 55px rgba(7, 26, 51, 0.08);
    transition:
        transform 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.4s ease;
}

.aq-process-card:hover .aq-process-content {
    transform: translateY(-10px);
    border-color: rgba(212, 175, 55, 0.42);
    box-shadow: 0 28px 70px rgba(7, 26, 51, 0.15);
}

.aq-process-card:hover .aq-process-number {
    background: #d4af37;
    color: #071a33;
    box-shadow:
        0 0 0 1px #d4af37,
        0 18px 42px rgba(212, 175, 55, 0.3);
    transform: translateX(-50%) scale(1.07);
}

.aq-process-label {
    display: block;
    margin-bottom: 13px;
    color: #c79d22;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.aq-process-content h3 {
    margin: 0 0 17px;
    color: #071a33;
    font-size: 23px;
    line-height: 1.35;
    font-weight: 750;
}

.aq-process-content p {
    margin: 0;
    color: #687386;
    font-size: 15.5px;
    line-height: 1.75;
}

/* Bottom Action */

.aq-process-action {
    max-width: 870px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin: 55px auto 0;
    padding: 26px 30px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 18px;
    background: #071a33;
    box-shadow: 0 20px 55px rgba(7, 26, 51, 0.16);
}

.aq-process-action p {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 650;
}

.aq-process-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 52px;
    padding: 15px 26px;
    border: 2px solid #d4af37;
    border-radius: 50px;
    background: #d4af37;
    color: #071a33;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition:
        transform 0.35s ease,
        background 0.35s ease,
        box-shadow 0.35s ease;
}

.aq-process-button span {
    font-size: 19px;
}

.aq-process-button:hover {
    transform: translateY(-3px);
    background: #e2c15a;
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.28);
    color: #071a33;
}

/* Tablet */

@media (max-width: 1024px) {

    .aq-process-section {
        padding: 100px 0;
    }

    .aq-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 24px;
    }

    .aq-process-grid::before {
        display: none;
    }

}

/* Mobile */

@media (max-width: 767px) {

    .aq-process-section {
        padding: 80px 0;
    }

    .aq-process-container {
        width: calc(100% - 36px);
    }

    .aq-process-heading {
        margin-bottom: 48px;
    }

    .aq-process-heading h2 {
        font-size: 36px;
        letter-spacing: -0.8px;
    }

    .aq-process-heading p {
        font-size: 16px;
        line-height: 1.7;
    }

    .aq-process-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .aq-process-card {
        padding-top: 80px;
    }

    .aq-process-number {
        width: 76px;
        height: 76px;
    }

    .aq-process-content {
        min-height: auto;
        padding: 38px 24px 30px;
    }

    .aq-process-action {
        flex-direction: column;
        text-align: center;
        padding: 28px 22px;
    }

    .aq-process-button {
        width: 100%;
    }

}

/* Small Mobile */

@media (max-width: 480px) {

    .aq-process-heading h2 {
        font-size: 32px;
    }

    .aq-process-content h3 {
        font-size: 21px;
    }

}/* End custom CSS */