:root {
    --gladys-berry: #b9275f;
    --gladys-coral: #e06a55;
    --gladys-ink: #24171d;
    --gladys-soft: #fff7f7;
    --gladys-gold: #bd8748;
}

body {
    color: #5f565a;
}

a {
    color: inherit;
}

input[type="tel"],
select {
    max-width: 100%;
    margin-bottom: 0;
    border: 1px solid #ececec;
    padding: 7px 15px;
    height: auto;
    background-color: #fff;
    box-shadow: none;
    display: block;
    width: 100%;
    font-family: 'Rambla', sans-serif;
    font-size: 16px;
    line-height: 1.75em;
    color: #666;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
.btn-contact {
    background: var(--gladys-berry);
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn-contact:hover {
    background: var(--gladys-coral);
}

#betty-aside {
    padding: 30px 35px 12px 35px;
    overflow-y: auto;
    background: var(--gladys-berry);
    background-image: linear-gradient(to bottom, var(--gladys-berry), var(--gladys-coral));
}

#betty-aside .betty-logo.gladys-logo img {
    width: min(100%, 250px);
    height: auto;
    object-fit: contain;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

#betty-aside .betty-logo h1 {
    font-size: 27px;
    line-height: 1.08em;
    margin-bottom: 10px;
}

#betty-aside .betty-logo span {
    font-size: 15px;
}

#betty-aside #betty-main-menu {
    padding: 16px 0 18px 0;
}

#betty-aside #betty-main-menu > ul > li > a {
    margin-top: 5px;
    padding-bottom: 5px;
    font-size: 17px;
}

#betty-aside .betty-contact-info {
    padding: 4px 0;
}

#betty-aside .betty-contact-info .icon {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 34px;
}

#betty-aside .betty-contact-info h5,
#betty-aside .betty-contact-info h6 {
    font-size: 14px;
}

#betty-aside .betty-footer {
    padding-top: 10px;
}

#betty-main-menu a,
.betty-contact-info a,
.betty-contact-info2 a {
    overflow-wrap: anywhere;
}

#betty-hero .flexslider .slides li {
    background-position: center;
}

#betty-hero .flexslider .slides li.hero-slide-gladys {
    background-position: center 28%;
}

#betty-hero .flexslider .slides li.hero-slide-entrance {
    background-position: center 44%;
}

#betty-hero .flexslider .slider-text > .slider-text-inner .desc {
    max-width: 570px;
    bottom: 35px;
    left: 15px;
    padding: 34px;
    box-shadow: 0 24px 80px rgba(36, 23, 29, 0.18);
}

#betty-hero .flexslider .slider-text > .slider-text-inner h1 {
    font-size: 40px;
    line-height: 1.16em;
    color: var(--gladys-ink);
    margin-bottom: 12px;
}

#betty-hero .flexslider .slider-text > .slider-text-inner p {
    font-size: 18px;
    line-height: 1.55em;
    color: #5a5054;
}

.eyebrow {
    font-family: 'Rambla', sans-serif;
    font-size: 13px !important;
    line-height: 1.2em !important;
    text-transform: uppercase;
    letter-spacing: 0;
    color: var(--gladys-berry) !important;
    font-weight: 700;
    margin-bottom: 10px !important;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.hero-actions .btn-contact {
    margin-top: 0;
}

.hero-actions .btn-outline {
    background: #fff;
    color: var(--gladys-berry);
    border: 1px solid rgba(185, 39, 95, 0.35);
}

.hero-actions .btn-outline:hover {
    color: #fff;
    border-color: var(--gladys-coral);
}

.betty-heading,
.betty-about-heading span,
.betty-contact-info2 .icon,
.betty-makeup-img-area {
    color: var(--gladys-berry);
}

.heading-meta {
    color: var(--gladys-ink);
}

.gladys-portrait {
    max-height: 760px;
    object-fit: cover;
    object-position: center top;
}

.location-section,
.care-section,
.booking-section {
    background: var(--gladys-soft);
}

.service-card,
.care-step,
.video-card {
    height: calc(100% - 30px);
    margin-bottom: 30px;
    background: #fff;
    padding: 30px;
    box-shadow: 0 22px 70px rgba(36, 23, 29, 0.07);
    border-bottom: 3px solid transparent;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.location-card {
    background: #fff;
    padding: 42px;
    box-shadow: 0 22px 70px rgba(36, 23, 29, 0.07);
    border-left: 5px solid var(--gladys-berry);
}

.location-card h3 {
    font-size: 28px;
    line-height: 1.3em;
    margin-bottom: 14px;
}

.location-details {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-top: 24px;
    color: var(--gladys-ink);
}

.location-details .icon {
    color: var(--gladys-berry);
    font-size: 38px;
    line-height: 1;
}

.location-details address {
    margin: 0;
    font-family: 'Rambla', sans-serif;
    font-size: 18px;
    line-height: 1.55em;
    color: var(--gladys-ink);
}

.location-note {
    display: inline-block;
    margin-top: 22px;
    padding: 10px 18px;
    background: var(--gladys-berry);
    color: #fff;
    font-weight: 700;
}

.service-card:hover,
.care-step:hover,
.video-card:hover {
    transform: translateY(-3px);
    border-color: var(--gladys-berry);
    box-shadow: 0 32px 90px rgba(36, 23, 29, 0.11);
}

.service-card span {
    display: block;
    color: var(--gladys-berry);
    font-size: 44px;
    margin-bottom: 18px;
}

.service-card h3,
.care-step h3 {
    font-size: 21px;
    line-height: 1.35em;
    margin-bottom: 12px;
}

.service-card p,
.care-step p,
.video-card p {
    margin-bottom: 0;
}

.care-step span {
    display: inline-block;
    color: var(--gladys-gold);
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1em;
    margin-bottom: 18px;
}

.video-showcase {
    background: #fff;
}

.video-card {
    padding: 14px;
}

.video-card video {
    display: block;
    width: 100%;
    aspect-ratio: 9 / 16;
    max-height: 560px;
    object-fit: cover;
    background: #111;
}

.video-card p {
    padding: 14px 6px 0;
    font-weight: 700;
    color: var(--gladys-ink);
}

.booking-section .calendly-inline-widget {
    background: #fff;
    box-shadow: 0 22px 70px rgba(36, 23, 29, 0.07);
}

.testimonials.bg-img {
    background-position: center;
}

.testimonials .section-head h4 {
    color: #fff;
}

.testimonials .section-head p {
    color: rgba(255, 255, 255, 0.9);
}

.client-note-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.testimonials .item-box {
    height: 100%;
}

.testimonials .item-box .info .cont.no-avatar {
    margin-left: 0;
}

.form-hp {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.alert-danger {
    background: transparent;
    color: #8a1f3f;
    border: 1px solid #8a1f3f;
    border-radius: 0;
}

.contact__form input[disabled] {
    opacity: .72;
    cursor: wait;
}

#betty-footer2 {
    background: var(--gladys-berry);
}

#betty-footer2 .footer-logo img {
    width: 110px;
    height: auto;
    max-width: none;
    object-fit: contain;
    border-radius: 0;
    border: 0;
}

@media screen and (max-width: 1200px) {
    #betty-aside .betty-logo h1 {
        font-size: 26px;
    }
}

@media screen and (max-width: 768px) {
    #betty-hero .flexslider .slider-text {
        padding: 15px;
    }

    #betty-hero .flexslider .slider-text > .slider-text-inner {
        padding: 1em;
        text-align: left;
    }

    #betty-hero .flexslider .slider-text > .slider-text-inner .desc {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
        padding: 24px;
        max-width: none;
    }

    #betty-hero .flexslider .slider-text > .slider-text-inner h1 {
        font-size: 31px;
        margin-bottom: 10px;
    }

    #betty-hero .flexslider .slider-text > .slider-text-inner p {
        font-size: 16px;
        line-height: 1.45em;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hero-actions .btn-contact {
        text-align: center;
    }

    .client-note-grid {
        grid-template-columns: 1fr;
    }

    .video-card video {
        max-height: none;
    }
}
