.elementor-36 .elementor-element.elementor-element-66ee774{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9d6ab7e *//* =========================================================
   DR. SKINFIX
   WEBSITE UNDER MAINTENANCE
   BLUE + WHITE THEME
========================================================= */


/* =========================================================
   RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    min-height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #102657;
}


/* =========================================================
   MAIN PAGE
========================================================= */

.maintenance-page {
    min-height: 100vh;
    width: 100%;

    background: #ffffff;

    display: flex;
    flex-direction: column;

    overflow: hidden;
}


/* =========================================================
   TOP BAR
========================================================= */

.top-bar {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 26px 5.5%;

    background: #ffffff;
}


/* =========================================================
   PHONE NUMBER
========================================================= */

.phone-number {
    display: flex;
    align-items: center;
    gap: 14px;

    color: #102657;

    text-decoration: none;

    font-size: 19px;
    font-weight: 400;

    letter-spacing: 0.3px;
}

.phone-icon {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #102657;
    color: #ffffff;

    border-radius: 50%;

    font-size: 18px;
}


/* =========================================================
   DR. SKINFIX BRAND
========================================================= */

.brand-logo {
    text-align: center;

    color: #102657;

    min-width: 265px;
}


/* Main logo */

.brand-main {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 43px;

    border: 3px solid #102657;

    padding: 0 9px;

    background: #ffffff;
}


/* Dr. */

.dr-text {
    font-size: 30px;
    font-weight: 700;

    padding-right: 7px;
}


/* SKINFIX */

.skinfix-text {
    font-size: 30px;
    line-height: 1;

    font-weight: 800;

    letter-spacing: 1.5px;
}


/* Subtitle */

.brand-subtitle {
    margin-top: 5px;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 0.4px;

    color: #102657;
}

.brand-subtitle span {
    margin: 0 3px;
}


/* =========================================================
   MAIN CONTENT
========================================================= */

.main-content {
    width: 100%;
    max-width: 900px;

    margin: 0 auto;

    text-align: center;

    padding: 65px 20px 45px;

    flex: 1;

    display: flex;
    flex-direction: column;
    align-items: center;
}


/* =========================================================
   MAINTENANCE BADGE
========================================================= */

.maintenance-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 10px 20px;

    border: 1px solid #d8dfeb;

    border-radius: 50px;

    color: #102657;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.4px;

    margin-bottom: 25px;
}

.live-dot {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #102657;

    position: relative;
}

.live-dot::after {
    content: "";

    position: absolute;

    width: 100%;
    height: 100%;

    border-radius: 50%;

    border: 2px solid #102657;

    top: -2px;
    left: -2px;

    animation: pulse 1.8s infinite;
}

@keyframes pulse {

    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    70% {
        transform: scale(2.2);
        opacity: 0;
    }

    100% {
        transform: scale(2.2);
        opacity: 0;
    }

}


/* =========================================================
   MAIN HEADING
========================================================= */

h1 {
    color: #102657;

    font-size: clamp(52px, 8vw, 88px);

    line-height: 0.98;

    font-weight: 800;

    letter-spacing: -2px;

    margin-bottom: 28px;
}

h1 span {
    display: block;

    color: #102657;

    margin-top: 8px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.main-description {
    max-width: 650px;

    color: #53627b;

    font-size: 18px;

    line-height: 1.7;

    margin-bottom: 8px;
}


.appointment-text {
    max-width: 650px;

    color: #53627b;

    font-size: 17px;

    line-height: 1.7;
}

.appointment-text strong {
    color: #102657;
}


/* =========================================================
   CTA SECTION
========================================================= */

.cta-section {
    margin-top: 32px;

    display: flex;
    flex-direction: column;
    align-items: center;
}


/* =========================================================
   APPOINTMENT BUTTON
========================================================= */

.appointment-btn {
    min-width: 360px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 13px;

    padding: 17px 28px;

    background: #102657;

    color: #ffffff;

    text-decoration: none;

    border-radius: 5px;

    font-size: 16px;
    font-weight: 700;

    letter-spacing: 0.4px;

    box-shadow: 0 12px 30px rgba(16, 38, 87, 0.18);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.appointment-btn:hover {
    background: #0b1d48;

    transform: translateY(-3px);

    box-shadow: 0 16px 35px rgba(16, 38, 87, 0.25);
}


.btn-icon {
    font-size: 17px;
}


.arrow {
    font-size: 22px;

    line-height: 1;

    transition: transform 0.25s ease;
}

.appointment-btn:hover .arrow {
    transform: translateX(5px);
}


/* =========================================================
   CALL TEXT
========================================================= */

.call-text {
    margin-top: 12px;

    color: #7b879b;

    font-size: 12px;
}


/* =========================================================
   CONTACT CARD
========================================================= */

.contact-card {
    width: 100%;
    max-width: 900px;

    margin-top: 50px;

    display: grid;

    grid-template-columns: 0.8fr 1px 1.7fr;

    align-items: center;

    padding: 25px 32px;

    background: #f7f9fc;

    border: 1px solid #e2e7ef;

    border-radius: 8px;

    text-align: left;
}


/* =========================================================
   CONTACT BOX
========================================================= */

.contact-box {
    display: flex;

    align-items: flex-start;

    gap: 15px;
}


.contact-icon {
    width: 43px;
    min-width: 43px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #102657;

    color: #ffffff;

    border-radius: 5px;

    font-size: 18px;
}


.contact-content {
    display: flex;
    flex-direction: column;
}


.contact-title {
    color: #7a879c;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.3px;

    margin-bottom: 6px;
}


.contact-content a {
    color: #102657;

    text-decoration: none;

    font-size: 15px;

    font-weight: 700;

    line-height: 1.7;
}


.contact-content a:hover {
    text-decoration: underline;
}


.contact-content p {
    color: #52617a;

    font-size: 13px;

    line-height: 1.6;
}


/* =========================================================
   DIVIDER
========================================================= */

.contact-divider {
    width: 1px;

    height: 55px;

    background: #d7deea;
}


/* =========================================================
   FOOTER
========================================================= */

.footer {
    width: 100%;

    text-align: center;

    padding: 0 20px 22px;

    color: #7d899d;

    font-size: 12px;
}


.footer-line {
    width: 90%;

    max-width: 1050px;

    height: 1px;

    background: #e4e8ef;

    margin: 0 auto 17px;
}


.footer p {
    line-height: 1.7;
}


.footer span {
    margin: 0 6px;

    color: #102657;
}


.copyright {
    margin-top: 3px;

    font-size: 10px;

    color: #9aa4b4;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 768px) {

    .top-bar {
        padding: 22px 25px;

        gap: 20px;
    }

    .phone-number {
        font-size: 15px;
    }

    .phone-icon {
        width: 34px;
        height: 34px;

        font-size: 15px;
    }

    .brand-logo {
        min-width: 210px;
    }

    .brand-main {
        height: 38px;
    }

    .dr-text,
    .skinfix-text {
        font-size: 24px;
    }

    .brand-subtitle {
        font-size: 7px;
    }

    .main-content {
        padding-top: 50px;
    }

    h1 {
        font-size: 60px;
    }

    .contact-card {
        grid-template-columns: 1fr;

        gap: 25px;
    }

    .contact-divider {
        width: 100%;
        height: 1px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .maintenance-page {
        min-height: 100svh;
    }


    /* TOP BAR */

    .top-bar {
        flex-direction: column-reverse;

        justify-content: center;

        padding: 22px 18px 10px;

        gap: 18px;
    }


    .brand-logo {
        width: 230px;

        min-width: 230px;
    }


    .phone-number {
        font-size: 14px;

        gap: 9px;
    }


    .phone-icon {
        width: 31px;
        height: 31px;

        font-size: 14px;
    }


    /* MAIN */

    .main-content {
        padding: 40px 18px 30px;
    }


    .maintenance-badge {
        font-size: 8px;

        letter-spacing: 1px;

        padding: 8px 14px;

        margin-bottom: 22px;
    }


    h1 {
        font-size: 49px;

        letter-spacing: -1.5px;

        margin-bottom: 22px;
    }


    .main-description {
        font-size: 15px;

        line-height: 1.65;
    }


    .appointment-text {
        font-size: 15px;

        line-height: 1.65;

        margin-top: 3px;
    }


    /* BUTTON */

    .cta-section {
        width: 100%;

        margin-top: 28px;
    }


    .appointment-btn {
        width: 100%;

        min-width: 0;

        padding: 16px 17px;

        font-size: 14px;

        gap: 9px;
    }


    .call-text {
        font-size: 11px;
    }


    /* CONTACT */

    .contact-card {
        margin-top: 38px;

        padding: 21px 18px;

        border-radius: 7px;
    }


    .contact-box {
        gap: 12px;
    }


    .contact-icon {
        width: 39px;
        min-width: 39px;
        height: 39px;

        font-size: 15px;
    }


    .contact-content p {
        font-size: 12px;

        line-height: 1.6;
    }


    .contact-content a {
        font-size: 14px;
    }


    /* FOOTER */

    .footer {
        padding-bottom: 18px;

        font-size: 10px;
    }


    .footer-line {
        margin-bottom: 12px;
    }

}


/* =========================================================
   VERY SMALL PHONES
========================================================= */

@media (max-width: 380px) {

    .brand-logo {
        width: 210px;
        min-width: 210px;
    }

    .dr-text,
    .skinfix-text {
        font-size: 22px;
    }

    h1 {
        font-size: 43px;
    }

    .appointment-btn {
        font-size: 12px;
    }

}/* End custom CSS */