/* =========================================================
   HOME SERVICE PAGE
   EMARKET24
========================================================= */


/* =========================================================
   HERO
========================================================= */

.home-service-hero {
    position: relative;
    overflow: hidden;
    padding: 75px 0 105px;

    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(255,255,255,.15),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #542560,
            #793A85 55%,
            #4f3c91
        );

    color: #fff;
}


.home-service-hero::after {
    content: "";
    position: absolute;

    width: 350px;
    height: 350px;

    right: -120px;
    top: -140px;

    border-radius: 50%;

    background:
        rgba(255,255,255,.07);
}


.home-service-hero-content {
    position: relative;
    z-index: 2;
}


.home-service-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    background: rgba(255,255,255,.13);

    border: 1px solid
        rgba(255,255,255,.18);

    padding: 7px 13px;

    border-radius: 30px;

    font-size: 12px;
    font-weight: 600;

    margin-bottom: 18px;
}


.home-service-hero h1 {
    font-size:
        clamp(34px,5vw,55px);

    line-height: 1.08;

    font-weight: 800;

    margin-bottom: 18px;
}


.home-service-hero h1 span {
    color: #ffd166;
}


.home-service-hero-text {
    max-width: 600px;

    color:
        rgba(255,255,255,.82);

    font-size: 15px;

    margin-bottom: 25px;
}


/* =========================================================
   TRUST
========================================================= */

.home-service-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}


.home-service-trust .trust-item {
    display: flex;
    align-items: center;
    gap: 7px;

    font-size: 12px;

    color:
        rgba(255,255,255,.9);
}


.home-service-trust .trust-item i {
    color: #ffd166;
}


/* =========================================================
   HERO CARD
========================================================= */

.home-service-hero-card {
    background: #fff;

    color: #171525;

    padding: 27px;

    border-radius: 22px;

    box-shadow:
        0 25px 70px rgba(0,0,0,.20);

    position: relative;

    z-index: 2;
}


.hero-card-top {
    display: flex;
    align-items: center;

    gap: 13px;

    margin-bottom: 20px;
}


.hero-service-icon {
    width: 50px;
    height: 50px;

    border-radius: 15px;

    background: #f4eafa;

    color: #793A85;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 22px;
}


.home-service-hero-card h3 {
    font-size: 18px;
    font-weight: 800;

    margin: 0;
}


.home-service-hero-card p {
    font-size: 12px;

    color: #6b7280;

    margin: 3px 0 0;
}


/* =========================================================
   QUICK SERVICES
========================================================= */

.quick-service {
    display: grid;

    grid-template-columns:
        repeat(2,1fr);

    gap: 9px;
}


.quick-service-item {
    border: 1px solid #ececf2;

    border-radius: 11px;

    padding: 11px;

    display: flex;
    align-items: center;

    gap: 8px;

    font-size: 12px;

    font-weight: 600;

    color: #333;

    transition: .2s;
}


.quick-service-item:hover {
    background: #f4eafa;

    color: #793A85;

    transform: translateY(-2px);
}


.quick-service-item i {
    color: #793A85;
}


/* =========================================================
   SECTION
========================================================= */

.home-services-section {
    padding-top: 65px;
}


.section-title {
    text-align: center;

    margin-bottom: 35px;
}


.section-title .small-title {
    color: #793A85;

    font-size: 12px;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 1px;
}


.section-title h2 {
    font-size:
        clamp(26px,4vw,35px);

    font-weight: 800;

    margin: 7px 0;
}


.section-title p {
    color: #6b7280;

    max-width: 600px;

    margin: 0 auto;

    font-size: 13px;
}


/* =========================================================
   SERVICE CARDS
========================================================= */

.service-card {
    background: #fff;

    border: 1px solid #ececf2;

    border-radius: 17px;

    padding: 22px;

    height: 100%;

    transition: .25s;

    position: relative;

    overflow: hidden;
}


.service-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 12px 40px rgba(34,20,45,.08);

    border-color:
        rgba(121,58,133,.2);
}


.service-icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: #f4eafa;

    color: #793A85;

    font-size: 21px;

    margin-bottom: 15px;
}


.service-card h4 {
    font-size: 15px;

    font-weight: 800;

    margin-bottom: 6px;
}


.service-card p {
    color: #6b7280;

    font-size: 12px;

    margin: 0;
}


.service-arrow {
    position: absolute;

    right: 18px;
    top: 22px;

    color: #aaa;
}


/* =========================================================
   BOOKING
========================================================= */

.booking-section {
    padding: 70px 0;

    background: #fff;
}


.booking-wrapper {
    background:
        linear-gradient(
            135deg,
            #f9f4fb,
            #fff
        );

    border: 1px solid #eee;

    border-radius: 26px;

    padding: 28px;

    box-shadow:
        0 12px 40px rgba(34,20,45,.08);
}


/* =========================================================
   BOOKING INFO
========================================================= */

.booking-info {
    padding: 15px 20px;
}


.booking-info .small-title {
    color: #793A85;

    font-size: 11px;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 1px;
}


.booking-info h2 {
    font-size: 31px;

    font-weight: 800;

    line-height: 1.2;

    margin-bottom: 12px;
}


.booking-info h2 span {
    color: #793A85;
}


.booking-info > p {
    color: #6b7280;

    font-size: 13px;

    margin-bottom: 25px;
}


.booking-benefit {
    display: flex;

    gap: 12px;

    margin-bottom: 15px;
}


.booking-benefit-icon {
    width: 36px;
    height: 36px;

    min-width: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff;

    border-radius: 10px;

    color: #793A85;

    box-shadow:
        0 3px 12px rgba(0,0,0,.06);
}


.booking-benefit strong {
    display: block;

    font-size: 13px;
}


.booking-benefit span {
    color: #6b7280;

    font-size: 11px;
}


/* =========================================================
   FORM CARD
========================================================= */

.form-card {
    background: #fff;

    border-radius: 20px;

    padding: 24px;

    border: 1px solid #ededed;
}


.form-heading {
    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 20px;
}


.form-heading h3 {
    font-size: 19px;

    font-weight: 800;

    margin: 0;
}


.area-badge {
    background: #ecfdf3;

    color: #16a34a;

    border-radius: 20px;

    padding: 5px 9px;

    font-size: 10px;

    font-weight: 700;
}


.form-label {
    font-size: 11px;

    font-weight: 700;

    color: #444;

    margin-bottom: 5px;
}


.form-control,
.form-select {
    border: 1px solid #e4e4e9;

    border-radius: 9px;

    min-height: 43px;

    font-size: 12px;

    box-shadow: none !important;
}


.form-control:focus,
.form-select:focus {
    border-color: #793A85;

    box-shadow:
        0 0 0 2px
        rgba(121,58,133,.08) !important;
}


textarea.form-control {
    min-height: 78px;

    resize: none;
}


.form-group {
    margin-bottom: 13px;
}


.mobile-error {
    display: none;

    color: #dc2626;

    font-size: 10px;
}


/* =========================================================
   SUBMIT
========================================================= */

.submit-btn {
    width: 100%;

    border: 0;

    border-radius: 10px;

    padding: 12px;

    background:
        linear-gradient(
            135deg,
            #793A85,
            #542560
        );

    color: #fff;

    font-size: 13px;

    font-weight: 800;

    transition: .2s;
}


.submit-btn:hover {
    transform: translateY(-2px);

    box-shadow:
        0 8px 20px
        rgba(121,58,133,.25);
}


.submit-btn:disabled {
    opacity: .75;

    cursor: not-allowed;

    transform: none;
}


.form-note {
    text-align: center;

    color: #999;

    font-size: 10px;

    margin-top: 9px;
}


/* =========================================================
   ALERT
========================================================= */

.alert-custom {
    border-radius: 10px;

    padding: 11px 13px;

    font-size: 12px;

    margin-bottom: 15px;
}


.alert-success-custom {
    background: #ecfdf3;

    color: #15803d;

    border: 1px solid #bbf7d0;
}


.alert-error-custom {
    background: #fef2f2;

    color: #b91c1c;

    border: 1px solid #fecaca;
}


/* =========================================================
   STEPS
========================================================= */

.step-card {
    text-align: center;

    padding: 20px;
}


.step-number {
    width: 52px;
    height: 52px;

    margin: 0 auto 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #793A85;

    color: #fff;

    border-radius: 50%;

    font-size: 17px;

    font-weight: 800;
}


.step-card h4 {
    font-size: 15px;

    font-weight: 800;
}


.step-card p {
    color: #6b7280;

    font-size: 12px;
}


/* =========================================================
   TRUST
========================================================= */

.trust-box {
    background:
        linear-gradient(
            135deg,
            #1c1630,
            #33234a
        );

    border-radius: 24px;

    padding: 38px;

    color: #fff;
}


.trust-box h2 {
    font-size: 27px;

    font-weight: 800;
}


.trust-box p {
    color:
        rgba(255,255,255,.65);

    font-size: 13px;
}


.trust-stat {
    text-align: center;

    padding: 12px;
}


.trust-stat strong {
    display: block;

    font-size: 24px;
}


.trust-stat span {
    color:
        rgba(255,255,255,.6);

    font-size: 11px;
}


/* =========================================================
   CTA
========================================================= */

.bottom-cta {
    background:
        linear-gradient(
            135deg,
            #793A85,
            #542560
        );

    color: #fff;

    padding: 55px 20px;

    text-align: center;
}


.bottom-cta h2 {
    font-size: 30px;

    font-weight: 800;
}


.bottom-cta p {
    color:
        rgba(255,255,255,.75);

    font-size: 13px;
}


.cta-button {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    background: #fff;

    color: #793A85;

    padding: 12px 22px;

    border-radius: 30px;

    font-size: 13px;

    font-weight: 800;

    margin-top: 10px;

    transition: .2s;
}


.cta-button:hover {
    color: #542560;

    transform: translateY(-2px);
}


/* =========================================================
   SPINNER
========================================================= */

.spinner {
    display: none;

    width: 15px;
    height: 15px;

    border: 2px solid
        rgba(255,255,255,.4);

    border-top-color: #fff;

    border-radius: 50%;

    animation:
        homeServiceSpin
        .7s linear infinite;
}


@keyframes homeServiceSpin {

    to {
        transform: rotate(360deg);
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .home-service-hero {
        padding: 50px 0 70px;
    }


    .home-service-hero-card {
        margin-top: 30px;
    }


    .booking-info {
        padding: 5px 5px 25px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .home-service-hero h1 {
        font-size: 35px;
    }


    .home-service-hero-text {
        font-size: 13px;
    }


    .home-service-trust {
        gap: 9px;
    }


    .booking-wrapper {
        padding: 17px;

        border-radius: 18px;
    }


    .form-card {
        padding: 18px;
    }


    .booking-info h2 {
        font-size: 26px;
    }


    .trust-box {
        padding: 25px 18px;
    }


    .bottom-cta {
        padding: 45px 20px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .quick-service {
        grid-template-columns: 1fr;
    }


    .home-service-trust {
        flex-direction: column;
    }


    .home-service-hero-card {
        padding: 20px;
    }


    .form-heading {
        align-items: flex-start;

        gap: 10px;

        flex-direction: column;
    }

}