/* =========================================================
   Ask Property Pro
   Services Page
   Classic CSS Version
   Compatible with Hostinger CSS Editor
   ========================================================= */


/* =========================================================
   Page Base
   ========================================================= */

.services-page {
    width: 100%;
    overflow-x: hidden;
    background-color: #ffffff;
}


/* =========================================================
   Services Hero
   ========================================================= */

.services-hero {
    position: relative;
    width: 100%;
    min-height: 720px;
    padding-top: 110px;
    padding-bottom: 90px;
    overflow: hidden;
    background-color: #071930;
    background-image: linear-gradient(
        110deg,
        rgba(7, 25, 48, 0.99) 0%,
        rgba(10, 36, 67, 0.97) 52%,
        rgba(14, 48, 84, 0.94) 100%
    );
}

.services-hero__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.services-hero__background::before {
    position: absolute;
    top: -180px;
    right: -120px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(199, 167, 91, 0.18);
    border-radius: 50%;
    content: "";
}

.services-hero__background::after {
    position: absolute;
    right: 14%;
    bottom: -290px;
    width: 620px;
    height: 620px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
    content: "";
}

.services-hero__container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 80px;
}

.services-hero__content {
    width: 100%;
    max-width: 720px;
}


/* =========================================================
   Hero Eyebrow
   ========================================================= */

.services-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 22px;
    padding: 9px 16px;
    border: 1px solid rgba(199, 167, 91, 0.45);
    border-radius: 30px;
    color: #e1c77f;
    background-color: rgba(199, 167, 91, 0.08);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
    text-transform: uppercase;
}

.services-hero__eyebrow::before {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 9px;
    border-radius: 50%;
    background-color: #c7a75b;
    box-shadow: 0 0 0 5px rgba(199, 167, 91, 0.12);
    content: "";
}

html[dir="rtl"] .services-hero__eyebrow::before {
    margin-right: 0;
    margin-left: 9px;
}


/* =========================================================
   Hero Typography
   ========================================================= */

.services-hero__title {
    width: 100%;
    max-width: 760px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 24px;
    margin-left: 0;
    color: #ffffff;
    font-size: 68px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -2px;
}

.services-hero__description {
    width: 100%;
    max-width: 660px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.85;
}


/* =========================================================
   Hero Buttons
   ========================================================= */

.services-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 34px;
    gap: 14px;
}

.services-hero__button {
    display: inline-flex;
    min-height: 52px;
    padding: 13px 24px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease;
}

.services-hero__button i {
    margin-left: 8px;
}

html[dir="rtl"] .services-hero__button i {
    margin-right: 8px;
    margin-left: 0;
}

.services-hero__button:hover {
    transform: translateY(-2px);
}

.services-hero__button--primary {
    color: #071930;
    background-color: #c7a75b;
    box-shadow: 0 12px 30px rgba(199, 167, 91, 0.22);
}

.services-hero__button--primary:hover {
    color: #071930;
    background-color: #d8bc78;
    box-shadow: 0 16px 35px rgba(199, 167, 91, 0.30);
}

.services-hero__button--secondary {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.32);
    background-color: rgba(255, 255, 255, 0.04);
}

.services-hero__button--secondary:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.58);
    background-color: rgba(255, 255, 255, 0.10);
}


/* =========================================================
   Hero Trust Points
   ========================================================= */

.services-hero__trust {
    display: flex;
    flex-wrap: wrap;
    margin-top: 36px;
    padding-top: 27px;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    gap: 18px 26px;
}

.services-hero__trust-item {
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 600;
}

.services-hero__trust-item i {
    margin-right: 8px;
    color: #c7a75b;
    font-size: 16px;
}

html[dir="rtl"] .services-hero__trust-item i {
    margin-right: 0;
    margin-left: 8px;
}


/* =========================================================
   Hero Visual
   ========================================================= */

.services-hero__visual {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
}

.services-hero__visual::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background-color: rgba(199, 167, 91, 0.12);
    filter: blur(70px);
    transform: translate(-50%, -50%);
    content: "";
}


/* =========================================================
   Report Preview Card
   ========================================================= */

.report-preview {
    position: relative;
    width: 100%;
    max-width: 470px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 22px;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow:
        0 35px 75px rgba(0, 0, 0, 0.33),
        0 0 0 8px rgba(255, 255, 255, 0.035);
    transform: perspective(1100px) rotateY(-4deg) rotateX(2deg);
}

.report-preview__header {
    display: flex;
    padding: 27px 28px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e7ebef;
    background-color: #ffffff;
    gap: 20px;
}

.report-preview__brand {
    display: block;
    margin-bottom: 7px;
    color: #a98a43;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
}

.report-preview__heading {
    display: block;
    color: #0a2340;
    font-size: 17px;
    line-height: 1.35;
}

.report-preview__icon {
    display: flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: #c7a75b;
    background-color: #f5f0e4;
    font-size: 22px;
}

.report-preview__body {
    padding: 28px;
}


/* =========================================================
   Report Metrics
   ========================================================= */

.report-preview__metric + .report-preview__metric {
    margin-top: 24px;
}

.report-preview__metric-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #526274;
    font-size: 13px;
    font-weight: 600;
    gap: 20px;
}

.report-preview__metric-top strong {
    color: #0a2340;
    font-size: 14px;
    font-weight: 700;
}

.report-preview__progress {
    height: 8px;
    overflow: hidden;
    border-radius: 20px;
    background-color: #edf0f3;
}

.report-preview__progress span {
    display: block;
    height: 100%;
    border-radius: 20px;
    background-color: #c7a75b;
    background-image: linear-gradient(
        90deg,
        #947532,
        #d1b66d
    );
}

.report-preview__progress--risk span {
    background-color: #5c887e;
    background-image: linear-gradient(
        90deg,
        #426d63,
        #78a297
    );
}


/* =========================================================
   Report Chart
   ========================================================= */

.report-preview__chart {
    margin-top: 30px;
    padding: 21px 20px 17px;
    border: 1px solid #e6eaee;
    border-radius: 14px;
    background-color: #f9fafb;
}

.report-preview__chart-title {
    margin-bottom: 18px;
    color: #0a2340;
    font-size: 14px;
    font-weight: 700;
}

.report-preview__bars {
    display: flex;
    height: 115px;
    padding-right: 8px;
    padding-left: 8px;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #dfe4e8;
    gap: 14px;
}

.report-preview__bars span {
    width: 15%;
    min-width: 20px;
    border-radius: 6px 6px 0 0;
    background-color: #b2944e;
    background-image: linear-gradient(
        180deg,
        #d4b96e,
        #9a7a34
    );
    box-shadow: 0 6px 12px rgba(154, 122, 52, 0.13);
}


/* =========================================================
   Report Footer
   ========================================================= */

.report-preview__footer {
    display: flex;
    padding: 18px 28px;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    background-color: #0a2340;
    font-size: 13px;
    font-weight: 700;
    gap: 20px;
}

.report-preview__footer i {
    color: #d3b86d;
    font-size: 18px;
}


/* =========================================================
   Anchor
   ========================================================= */

.services-content-anchor {
    position: relative;
    top: -90px;
    height: 1px;
}


/* =========================================================
   RTL
   ========================================================= */

html[dir="rtl"] .services-hero__title {
    letter-spacing: 0;
}

html[dir="rtl"] .services-hero__eyebrow {
    letter-spacing: 0;
    text-transform: none;
}

html[dir="rtl"] .report-preview {
    transform: perspective(1100px) rotateY(4deg) rotateX(2deg);
}


/* =========================================================
   Responsive: Large Tablets
   ========================================================= */

@media screen and (max-width: 1100px) {

    .services-hero {
        min-height: 650px;
        padding-top: 90px;
        padding-bottom: 80px;
    }

    .services-hero__container {
        grid-template-columns: 1fr 0.8fr;
        gap: 45px;
    }

    .services-hero__title {
        font-size: 54px;
    }

}


/* =========================================================
   Responsive: Tablets
   ========================================================= */

@media screen and (max-width: 900px) {

    .services-hero {
        min-height: 0;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .services-hero__container {
        display: block;
    }

    .services-hero__content {
        max-width: 760px;
    }

    .services-hero__title {
        font-size: 46px;
    }

    .services-hero__visual {
        margin-top: 58px;
    }

    .report-preview {
        transform: none;
    }

    html[dir="rtl"] .report-preview {
        transform: none;
    }

}


/* =========================================================
   Responsive: Mobile
   ========================================================= */

@media screen and (max-width: 640px) {

    .services-hero {
        min-height: 0;
        padding-top: 65px;
        padding-bottom: 60px;
    }

    .services-hero__eyebrow {
        margin-bottom: 18px;
        padding: 8px 13px;
        font-size: 12px;
    }

    .services-hero__title {
        margin-bottom: 20px;
        font-size: 38px;
        line-height: 1.18;
    }

    .services-hero__description {
        font-size: 16px;
        line-height: 1.8;
    }

    .services-hero__actions {
        display: block;
    }

    .services-hero__button {
        display: flex;
        width: 100%;
    }

    .services-hero__button + .services-hero__button {
        margin-top: 14px;
    }

    .services-hero__trust {
        display: block;
    }

    .services-hero__trust-item {
        display: flex;
    }

    .services-hero__trust-item + .services-hero__trust-item {
        margin-top: 14px;
    }

    .services-hero__visual {
        margin-top: 45px;
    }

    .report-preview {
        border-radius: 17px;
    }

    .report-preview__header {
        padding: 22px;
    }

    .report-preview__body {
        padding: 22px;
    }

    .report-preview__footer {
        padding: 17px 22px;
    }

    .report-preview__bars {
        gap: 9px;
    }

}


/* =========================================================
   Responsive: Small Mobile
   ========================================================= */

@media screen and (max-width: 420px) {

    .services-hero {
        padding-top: 55px;
        padding-bottom: 50px;
    }

    .services-hero__title {
        font-size: 32px;
    }

    .services-hero__description {
        font-size: 15px;
    }

    .report-preview__header {
        padding: 18px;
    }

    .report-preview__body {
        padding: 18px;
    }

    .report-preview__heading {
        font-size: 15px;
    }

    .report-preview__icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        font-size: 19px;
    }

    .report-preview__chart {
        padding-right: 14px;
        padding-left: 14px;
    }

    .report-preview__footer {
        padding: 16px 18px;
    }

}