/* ----------------------------------------------------------------
[Table of contents]
01. Google Fonts
02. Default style
03. Helpfull Classes
04. Scrollbar style
05. Selection style
06. Section style
07. Sidebar style
08. Content style
09. Slider style
10. Heading style
11. Navigation style
12. Team style
13. Services style
14. Makeup Services style
15. Gallery style
16. Testimonials style
17. Brands style
18. Blog & Post style
19. Contact style
20. Footer style
------------------------------------------------------------------- */


/* ======= Google Fonts  ======= */
@import url('https://fonts.googleapis.com/css?family=Rambla:300,400,700,900|Playfair+Display:400,400i,700,700i,900,900i&display=swap');


/* ======= Default style  ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {
    font-family: 'Rambla', sans-serif;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 400;
    color: #666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0 0 15px 0;
}
p {
    font-family: 'Rambla', sans-serif;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 400;
    margin: 0 0 15px 0;
    color: #666;
}
ul {
    list-style-type: none;
}
a {
    color: #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover,
a:active,
a:focus {
    color: #000;
    outline: none;
    text-decoration: none !important;
}
a:link {
    text-decoration: none;
}
a:focus {
    outline: none;
}
img {
    width: 100%;
    height: auto;
}
.small,
small {
    font-size: 90%;
}
b,
strong {
    color: #000;
}
span,
a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
/* form element */
button,
input,
optgroup,
select,
textarea {
    font-family: 'Playfair Display', serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 0px;
    border: none;
    padding: 7px 15px;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    font-family: 'Rambla', sans-serif;
    font-size: 16px;
    line-height: 1.75em;
    color: #666;
    background-image: none;
    border: 1px solid #ececec;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
    text-shadow: none;
    padding: 14px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #fff;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: #e52e71;
    border-radius: 50px;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background: #ff8a00;
    color: #fff;
}
.alert-success {
    background: transparent;
    color: #666;
    border: 1px solid #e52e71;
    border-radius: 0px;
}

.form-group {
    margin-bottom: 15px;
}

select {
    padding: 10px;
    border-radius: 5px;
}
table,
th,
tr,
td {
    border: 1px solid #666;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}

/* ======= Helpfull Classes ======= */
.container-fluid {
    padding-right: 60px;
    padding-left: 60px;
}
.o-hidden {
    overflow: hidden;
}
.pos-re {
    position: relative;
}
.full-width {
    width: 100% !important;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pt-60 {
    padding-top: 60px;
}
.pt-90 {
    padding-top: 90px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-90 {
    padding-bottom: 90px;
}
.mb-30 {
    margin-bottom: 30px;
}
.flex-grow-1 {
    flex-grow: 1;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.flex-center-x {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.imgtop {
    padding-top: 90px;
    padding-bottom: 90px;
}
.txt-center {
    text-align: center;
}
.txt-right {
    text-align: right;
}


/* ======= Scrollbar style ======= */
::-webkit-scrollbar {
    width: 0px;
}
::-webkit-scrollbar-track {
    background: #fff;
}
::-webkit-scrollbar-thumb {
    background: #000;
}
::-webkit-scrollbar-thumb:hover {
    background: #000;
}


/* ======= Selection style ======= */
::-webkit-selection {
    color: #fff;
    background: rgba(229, 46, 113, 0.5);
}
::-moz-selection {
    color: #fff;
    background: rgba(229, 46, 113, 0.5);
}
::selection {
    color: #fff;
    background: rgba(229, 46, 113, 0.5);
}

/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
}
#preloader {
    display: table;
    table-layout: fixed;
}
#preloader-status {
    display: table-cell;
    vertical-align: middle;
}
.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.loader {
    position: relative;
    width: 55px;
    height: 55px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 1px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 1px solid #ff8a00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.loader span {
    position: absolute;
    width: 55px;
    height: 55px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid #e52e71;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* owl theme */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
    line-height: .7;
}
.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 8px;
    border-radius: 50%;
    background: #ddd;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #e52e71;
}
.owl-theme .owl-nav [class*=owl-] {
    background-color: rgba(0, 0, 0, 0.1);
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #e52e71;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-] {
    background-color: rgba(0, 0, 0, 0.1);
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #e52e71;
}
.bg-fixed {
    background-attachment: fixed;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot {
outline: none;
}

/* ======= Section Style ======= */
.betty-home-services,
.betty-home-blog,
.betty-brands,
.betty-about,
.betty-team,
.betty-services,
.betty-makeup,
.betty-blog,
.betty-post,
.betty-contact {
    padding-top: 60px;
    padding-bottom: 60px;
    clear: both;
    width: 100%;
    display: block;
}
.betty-testimonial {
    padding-top: 90px;
    padding-bottom: 90px;
    clear: both;
    width: 100%;
    display: block;
    background-position: center;
}
.betty-makeup,
.betty-team,
.betty-home-blog {
    background-color: #fefafc;
}
@media screen and (max-width: 768px) {
    .betty-home-services,
    .betty-home-blog,
    .betty-testimonial,
    .betty-brands,
    .betty-about,
    .betty-team,
    .betty-services,
    .betty-makeup,
    .betty-blog,
    .betty-post,
    .betty-contact {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .heading-meta {
        margin-bottom: 30px;
    }
    .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
}


/* ======= Sidebar Style ======= */
#betty-page {
    width: 100%;
    overflow: hidden;
    position: relative;
}
#betty-aside {
    padding: 60px 60px 15px 60px;
    width: 25%;
    position: fixed;
    bottom: 0;
    top: 0;
    overflow-x: hidden;
    z-index: 1001;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    background: #e52e71;
    background-image: -webkit-gradient(linear, right bottom, left top, from(#e52e71), to(#ff8a00));
    background-image: linear-gradient(to bottom, #e52e71, #ff8a00);
}
@media screen and (max-width: 1200px) {
    #betty-aside {
        width: 30%;
    }
}
@media screen and (max-width: 768px) {
    #betty-aside {
        width: 270px;
        -moz-transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        -o-transform: translateX(-270px);
        transform: translateX(-270px);
        padding: 30px 30px 15px 30px;
    }
}
#betty-aside .betty-logo {
    text-align: center;
    padding: 0;
    display: block;
    width: 100%;
}
#betty-aside .betty-logo h1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 1em;
    margin-bottom: 15px;
}
#betty-aside .betty-logo h1 a {
    color: #fff;
}
#betty-aside .betty-logo span {
    display: block;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    text-transform: none;
    color: #fff;
    font-weight: 500;
    line-height: 1.75em;
}
#betty-aside .betty-logo img {
    width: 145px;
    max-width: 70%;
    height: auto;
    margin-bottom: 10px;
    filter: brightness(0) invert(1);
}
#betty-logo-footer {
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: block;
    width: 100%;
}
@media screen and (max-width: 768px) {
    #betty-aside #betty-logo {
        margin-bottom: 60px;
    }
}
#betty-aside #betty-logo a {
    display: inline-block;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
}
#betty-logo-footer a {
    display: inline-block;
    text-align: center;
    color: #fff;
}
#betty-aside #betty-logo a span {
    display: block;
    margin-top: 0px;
    text-align: center;
}
/* Menu */
#betty-aside #betty-main-menu,
#betty-aside #betty-main-menu ul,
#betty-aside #betty-main-menu ul li,
#betty-aside #betty-main-menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#betty-aside #betty-main-menu {
    padding: 30px 0 45px 0;
}
#betty-aside #betty-main-menu ul ul {
    display: none;
}
#betty-aside #betty-main-menu > ul > li > a {
    margin: 7px 0 0 0;
    padding: 0 0 7px 0;
    list-style: none;
    font-family: 'Rambla', sans-serif;
    font-size: 18px;
    line-height: 1.75em;
    border-bottom: 2px solid rgba(255, 255, 255, 0.04);
    color: #fbf7f9;
}
#betty-aside #betty-main-menu > ul > li > a:hover,
#betty-aside #betty-main-menu > ul > li.active > a,
#betty-aside #betty-main-menu > ul > li.open > a {
    color: #fff;
}
#betty-aside #betty-main-menu > ul > li.open > a {
    margin: 7px 0 0 0;
    padding: 0 0 7px 0;
    list-style: none;
    font-family: 'Rambla', sans-serif;
    font-size: 18px;
    line-height: 1.75em;
    color: #fbf7f9;
    border-bottom: 2px solid rgba(255, 255, 255, 0.04);
}
#betty-aside #betty-main-menu > ul > li:last-child > a,
#betty-aside #betty-main-menu > ul > li.last > a {
    border-bottom: 2px solid rgba(255, 255, 255, 0.04);
}
.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 4px;
    right: 0;
}
.holder::after,
.holder::before {
    display: block;
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    right: 8px;
    z-index: 10;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.holder::after {
    top: 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
#betty-aside #betty-main-menu > ul > li > a:hover > span::after,
#betty-aside #betty-main-menu > ul > li.active > a > span::after,
#betty-aside #betty-main-menu > ul > li.open > a > span::after {
    border-color: 2px solid rgba(255, 255, 255, 0.04);
}
.holder::before {
    top: 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
#betty-aside #betty-main-menu ul ul li a {
    padding: 12px 0 12px 30px;
    list-style: none;
    font-family: 'Rambla', sans-serif;
    color: #fbf7f9;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75em;
    border-bottom: 2px solid rgba(255, 255, 255, 0.04);
}
#betty-aside #betty-main-menu ul ul li:hover > a,
#betty-aside #betty-main-menu ul ul li.open > a,
#betty-aside #betty-main-menu ul ul li.active > a {
    color: #fff;
}
#betty-aside #betty-main-menu ul ul ul li a {
    margin-left: 30px;
    padding-top: 12px;
}
#betty-aside #betty-main-menu > ul > li > ul > li:last-child > a,
#betty-aside #betty-main-menu > ul > li > ul > li.last > a {
    border-bottom: 2px solid rgba(255, 255, 255, 0.04);
}
#betty-aside #betty-main-menu > ul > li > ul > li.open:last-child > a,
#betty-aside #betty-main-menu > ul > li > ul > li.last.open > a {
    border-bottom: 2px solid rgba(255, 255, 255, 0.04);
}
#betty-aside #betty-main-menu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 2px solid rgba(255, 255, 255, 0.04);
}
#betty-aside #betty-main-menu ul ul li.betty-sub > a::after {
    display: block;
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    right: 8px;
    z-index: 10;
    top: 17px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#betty-aside #betty-main-menu ul ul li.active > a::after,
#betty-aside #betty-main-menu ul ul li.open > a::after,
#betty-aside #betty-main-menu ul ul li > a:hover::after {
    border-color: 2px solid rgba(255, 255, 255, 0.04);
}
#betty-aside .betty-footer {
    position: relative;
    bottom: 0;
    left: 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 60px 0px 0px 0px;
    text-align: center;
}
/* sidebar contact info */
.betty-contact-info {
    padding: 10px 0px;
}
.betty-contact-info .feat-inner {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.betty-contact-info .feat-inner:last-child {
    border-bottom: 0px solid rgba(0, 0, 0, 0.05);
}
.betty-contact-info .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    border-radius: 50%;
    margin-right: 5px;
    text-align: center;
    position: relative;
    z-index: 3;
    float: left;
    color: #fff;
    opacity: 0.9;
}
.betty-contact-info .feat-info {
    overflow: hidden;
}
.betty-contact-info h5 {
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 3px;
    font-family: 'Rambla', sans-serif;
    color: #fff;
}
.betty-contact-info h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: 'Rambla', sans-serif;
}
/* footer contact info */
.betty-contact-info2 {
    padding: 10px 0px;
}
.betty-contact-info2 .feat-inner2 {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.betty-contact-info2 .feat-inner2:last-child {
    border-bottom: 0px solid rgba(0, 0, 0, 0.05);
}
.betty-contact-info2 .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    border-radius: 50%;
    margin-right: 5px;
    text-align: center;
    position: relative;
    z-index: 3;
    float: left;
    color: #e52e71;
}
.betty-contact-info2 .feat-info2 {
    overflow: hidden;
}
.betty-contact-info2 h5 {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: 'Rambla', sans-serif;
    color: #000;
}
.betty-contact-info2 h6 {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: 'Rambla', sans-serif;
}
.after-hours-note {
    margin-top: 15px;
    padding: 22px 24px;
    border-left: 3px solid #e52e71;
    background: #fff7fa;
}
.after-hours-note h5 {
    margin: 0 0 12px;
    color: #000;
    font-family: 'Rambla', sans-serif;
    font-size: 18px;
    line-height: 1.35;
}
.after-hours-note p {
    margin: 0 0 10px;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}
.after-hours-note p:last-child {
    margin-bottom: 0;
}
.sidebar-after-hours {
    margin: 8px 30px 14px;
    padding: 10px 12px;
    border-left: 2px solid #e52e71;
    background: rgba(229, 46, 113, 0.05);
    line-height: 1.35;
}
.sidebar-after-hours strong,
.sidebar-after-hours span,
.sidebar-after-hours small {
    display: block;
}
.sidebar-after-hours strong {
    margin-bottom: 3px;
    color: #000;
    font-family: 'Rambla', sans-serif;
    font-size: 13px;
    font-weight: 600;
}
.sidebar-after-hours span {
    color: #555;
    font-size: 12px;
}
.sidebar-after-hours .sidebar-after-hours-row {
    display: block;
}
.sidebar-after-hours .after-hours-fee-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid rgba(229, 46, 113, 0.12);
}
.sidebar-after-hours .after-hours-fee-row > span {
    flex: 1;
    color: #666;
    font-size: 11px;
    line-height: 1.3;
}
.sidebar-after-hours .after-hours-fee {
    display: inline-flex;
    align-items: center;
    padding: 2px 7px;
    border: 1px solid rgba(229, 46, 113, 0.22);
    border-radius: 999px;
    background: #fff;
    color: #e52e71;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
    white-space: nowrap;
    box-shadow: 0 2px 7px rgba(229, 46, 113, 0.08);
}
.sidebar-after-hours small {
    margin-top: 2px;
    color: #777;
    font-size: 11px;
}
/* sidebar footer */
.betty-footer p {
    margin-bottom: 0;
    line-height: 1em;
    font-size: 15px;
    color: #fff;
}
.betty-footer a,
.betty-footer a i {
    color: #fff;
}
@media screen and (max-width: 768px) {
    #betty-aside .betty-footer {
        position: relative;
    }
}
#betty-aside .betty-footer span {
    display: block;
}
#betty-aside .betty-footer ul {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0;
    position: relative;
}
#betty-aside .betty-footer ul:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.09);
    top: 50%;
    margin-top: -1px;
    right: 100%;
}
#betty-aside .betty-footer ul:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.09);
    top: 50%;
    margin-top: -1px;
    right: auto;
    left: 100%;
}
#betty-aside .betty-footer ul li {
    display: inline-block;
    margin-right: 5px;
    border: 2px solid rgba(255, 255, 255, 0.09);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.3 ease-in-out;
    border-radius: 50%;
}
#betty-aside .betty-footer ul li:last-child {
    margin-right: 0px
}
#betty-aside .betty-footer ul li:hover {
    background-color: #e52e71;
}
#betty-aside .betty-footer ul li a {
    color: #fff;
}
#betty-aside .betty-footer ul li a:hover,
#betty-aside .betty-footer ul li a:active,
#betty-aside .betty-footer ul li a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}


/* ======= Content Style ======= */
#betty-main {
    width: 75%;
    float: right;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media screen and (max-width: 1200px) {
    #betty-main {
        width: 75%;
    }
}
@media screen and (max-width: 768px) {
    #betty-main {
        width: 100%;
    }
}
#betty-hero {
    min-height: 560px;
    width: 100%;
    float: left;
    margin-bottom: 0;
    clear: both;
}
#betty-hero .btn {
    font-size: 16px;
}
#betty-hero .btn.btn-primary {
    padding: 15px 30px !important;
}


/* ======= Slider Style ======= */
#betty-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
}
#betty-hero .flexslider .slides {
    position: relative;
    overflow: hidden;
}
#betty-hero .flexslider .slides li {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; /* centers image */
    min-height: 70vh; /* slightly shorter, less zoomed look */
}
#betty-hero .flexslider .flex-control-nav {
    bottom: 30px;
    z-index: 1000;
    right: 5px;
    float: right;
    width: auto;
}
#betty-hero .flexslider .flex-control-nav li {
    display: block;
    margin-bottom: 6px;
}
#betty-hero .flexslider .flex-control-nav li a {
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
#betty-hero .flexslider .flex-control-nav li a.flex-active {
    cursor: pointer;
    background: transparent;
    border: 2px solid #e52e71;
}
#betty-hero .flexslider .flex-direction-nav {
    display: none;
}
#betty-hero .flexslider .slider-text {
    display: table;
    opacity: 0;
    min-height: 100vh;
    padding: 15px 15px;
    z-index: 9;
}
#betty-hero .flexslider .slider-text > .slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    min-height: 100vh;
    padding: 2em;
    position: relative;
}
#betty-hero .flexslider .slider-text > .slider-text-inner .desc {
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 30px;
    background: #fff;
}
@media screen and (max-width: 768px) {
    #betty-hero .flexslider .slider-text > .slider-text-inner {
        text-align: center;
    }
}
#betty-hero .flexslider .slider-text > .slider-text-inner h1 {
    font-size: 25px;
    color: #000;
    font-weight: 700;
    margin: 0;
    line-height: 1.75em;
}
#betty-hero .flexslider .slider-text > .slider-text-inner p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
@media screen and (max-width: 768px) {
    #betty-hero .flexslider .slider-text > .slider-text-inner h1 {
        font-size: 25px;
        margin-bottom: 15px;
        line-height: 1.3em;
    }
    #betty-hero .flexslider .slider-text > .slider-text-inner p {
        font-size: 16px;
        line-height: 1.3em;
    }
}
#betty-hero .flexslider .slider-text > .slider-text-inner .heading-section {
    font-size: 50px;
}
@media screen and (max-width: 768px) {
    #betty-hero .flexslider .slider-text > .slider-text-inner .heading-section {
        font-size: 30px;
    }
}
#betty-hero .flexslider .slider-text > .slider-text-inner p {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    #betty-hero .flexslider .slider-text > .slider-text-inner .btn {
/*        width: 100%;*/
    }
}
body.offcanvason {
    overflow-x: hidden;
}
body.offcanvason #betty-aside {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 270px;
    z-index: 999;
    position: fixed;
}
body.offcanvason #betty-main,
body.offcanvason .betty-nav-toggle {
    top: 0;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
}


/* ======= Heading Style ======= */
.betty-heading {
    margin-bottom: 0px;
    font-size: 30px;
    color: #e52e71;
}
.betty-heading span {
    display: block;
}
.betty-about-heading {
    color: #000;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}
.betty-about-heading span {
    color: #e52e71;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    font-style: italic;
}

.betty-post-heading {
    color: #000;
    font-family: 'Playfair Display', serif;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 25px;
}
.betty-contact-heading {
    color: #e52e71;
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
}
.betty-post-heading span {
    display: block;
}
.heading-meta {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-style: italic;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .betty-post-heading {
        margin-bottom: 15px;
    }
}


/* ======= Navigation Style ======= */
.betty-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}
.betty-nav-toggle.active i::before,
.betty-nav-toggle.active i::after {
    background: #fff;
}
.betty-nav-toggle.dark.active i::before,
.betty-nav-toggle.dark.active i::after {
    background: #000;
}
.betty-nav-toggle:hover,
.betty-nav-toggle:focus,
.betty-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}
.betty-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    width: 20px;
    height: 1px;
    color: #fff;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    top: -2px;
}
.betty-nav-toggle i::before,
.betty-nav-toggle i::after {
    content: '';
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.betty-nav-toggle.dark i {
    position: relative;
    color: #000;
    background: #000;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.betty-nav-toggle.dark i::before,
.betty-nav-toggle.dark i::after {
    background: #000;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.betty-nav-toggle i::before {
    top: -7px;
}
.betty-nav-toggle i::after {
    bottom: -7px;
}
.betty-nav-toggle:hover i::before {
    top: -10px;
}
.betty-nav-toggle:hover i::after {
    bottom: -10px;
}
.betty-nav-toggle.active i {
    background: transparent;
}
.betty-nav-toggle.active i::before {
    top: -2px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.betty-nav-toggle.active i::after {
    bottom: 2px;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
.betty-nav-toggle {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    visibility: hidden;
    padding: 11px 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #e52e71;
    margin: 15px 15px;
    border-radius: 50%;
}
@media screen and (max-width: 768px) {
    .betty-nav-toggle {
        opacity: 1;
        visibility: visible;
    }
}
.js .animate-box {
    opacity: 0;
}
/* sticky style */
#sticky_item {
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#sticky_item.is_stuck {
    margin-top: 10px;
}
@media screen and (max-width: 992px) {
    .sticky-parent {
        clear: both;
        height: inherit !important;
        float: left;
        padding-top: 30px;
    }
}


/* ======= Team Style ======= */
.team .item {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 25px 75px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 25px 75px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.team .img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}
.team .info {
    margin-left: 170px;
}
.team .info h6 {
    margin-right: 15px;
    margin-bottom: 5px;
    font-size: 18px;
    display: inline-block;
}
.team .info span {
    color: #e52e71;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}
.team .info p {}
.team .info .social {
    margin-top: 10px;
}
.team .info .social a {
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 38px;
    border-radius: 50%;
    border: 1px solid #e52e71;
    color: #e52e71;
    margin-right: 10px;
    font-size: 14px;
}
.team .info .social a:hover {
    background-color: #e52e71;
    border-color: #e52e71;
    color: #fff;
}
.team .toright .img {
    float: right;
}
.team .toright .info {
    margin-left: 0;
    margin-right: 160px;
    text-align: right;
}
.team .toright .info .social a {
    margin-right: 0;
    margin-left: 10px;
}
@media screen and (max-width: 991px) {
    .team .item,
    .team .toright .info {
        text-align: center;
    }
    .team .img {
        margin: auto;
        float: none !important;
    }
    .team .info {
        margin: 30px 0 0 0 !important;
    }
}

.team-modern .item {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 26px;
    align-items: stretch;
    min-height: 230px;
    padding: 16px;
    border-radius: 26px;
    background: linear-gradient(135deg, #fff 35%, #fff7fa 100%);
}

.team-modern .img {
    width: 160px;
    height: 198px;
    border-radius: 20px;
    float: none;
}

.team-modern .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.team-modern .info {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 10px 12px 10px 0;
}

.team-modern .info h6 {
    display: block;
    margin: 0 0 7px;
    color: #242126;
    font-size: 28px;
    line-height: 1.1;
}

.team-modern .info span {
    display: block;
    margin-bottom: 14px;
    color: #e52e71;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.4;
    text-transform: uppercase;
}

.team-modern .info p {
    margin: 0;
    color: #625c63;
    font-size: 15px;
    line-height: 1.65;
}

@media screen and (max-width: 1100px) {
    .team-modern .item {
        grid-template-columns: 132px minmax(0, 1fr);
        gap: 20px;
    }

    .team-modern .img {
        width: 132px;
    }
}

@media screen and (max-width: 991px) {
    .team-modern .item {
        grid-template-columns: 1fr;
        gap: 22px;
        min-height: 0;
    }

    .team-modern .img {
        width: 100%;
        height: 270px;
    }

    .team-modern .info {
        margin: 0 !important;
        padding: 0 12px 14px;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .team-modern .img {
        height: min(420px, 105vw);
    }
}


/* ======= Services Style ======= */
.betty-services .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.betty-services .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.betty-services .item:hover .con {
    bottom: 0;
}
.betty-services .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(70%);
}

.betty-home-services .item .position-re {
    aspect-ratio: 4 / 5;
}

.betty-home-services .item .position-re img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.betty-services .item .con {
    padding: 30px;
    position: absolute;
    bottom: -73px;
    left: 0;
    width: 100%;
    -webkit-transition: all .8s;
    transition: all .8s;
    text-align: center;
}

.betty-services .service-main-image {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
}

.service-intro {
    margin-bottom: 46px !important;
}

.service-intro-copy {
    position: relative;
    max-width: 760px;
    margin-top: 30px;
    padding-left: 30px;
}

.service-intro-copy::before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 0;
    width: 3px;
    border-radius: 3px;
    background: linear-gradient(180deg, #e52e71, #f5a1bd);
}

.service-intro-label {
    display: block;
    margin-bottom: 10px;
    color: #e52e71;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.service-intro-copy h3 {
    margin-bottom: 14px;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.05;
}

.service-intro-copy p {
    max-width: 68ch;
    margin-bottom: 0;
    color: #5f5960;
    font-size: 17px;
    line-height: 1.75;
}

@media screen and (max-width: 768px) {
    .betty-services .service-main-image {
        height: 400px;
    }

    .service-intro {
        margin-bottom: 36px !important;
    }

    .service-intro-copy {
        margin-top: 24px;
        padding-left: 20px;
    }

    .service-intro-copy h3 {
        font-size: 36px;
    }

    .service-intro-copy p {
        font-size: 16px;
    }
}
.betty-services .item .con h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: none;
}
.betty-services .item .con p {
    color: #ccc;
    font-size: 16px;
}
.betty-services .item .con i {
    color: #fff;
    font-size: 20px;
}
.betty-services .item .con h5 a {
    color: #fff;
}
.betty-services .item .con .btn {
    margin-left: 0;
    border-radius: 30px;
    border-color: #fff;
    padding: 11px 30px;
}
.betty-services .item .con .btn:hover {
    border-color: #e52e71;
}
.betty-services .item .con .icon {
    padding: 15px;
    color: #fff;
    font-size: 40px;
}
/* service price */
.service-price {}
.services-price-info {}
.services-price-info .title {
    font-family: 'Rambla', sans-serif;
    font-size: 18px;
    color: #e52e71;
    margin-bottom: 10px;
    text-align: left;
    border-bottom: 1px dashed #e52e71;
    line-height: 2em;
}
.services-price-info .title .price {
    color: #e52e71;
    float: right;
}

.services-price-divider {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 34px 0 24px;
    color: #e52e71;
    font-family: 'Rambla', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.services-price-divider::before,
.services-price-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e52e71);
}

.services-price-divider::after {
    background: linear-gradient(90deg, #e52e71, transparent);
}



/* =======  Makeup Services Style ======= */
.betty-makeup-container {
    position: relative;
    text-align: left;
    margin: 0;
    margin-bottom: 30px;
    padding: 30px;
    padding-bottom: 0;
    background: #fff;
    border-bottom: 3px solid transparent;
    transition: .2s;
    overflow: hidden;
    cursor: pointer;
    z-index: 3;
    box-shadow: 0 25px 75px rgba(0, 0, 0, 0.05);
}
.betty-makeup-container .betty-makeup-heading {
    font-size: 20px;
}
.betty-makeup-container:hover {
    box-shadow: 0 44px 98px 0 rgba(0, 0, 0, .12);
    z-index: 100;
    border-bottom: 3px solid #e52e71;
}
.betty-makeup-text-area p {
    font-family: inherit !important;
    opacity: 0;
    color: #666;
    margin-bottom: -35px
}
.betty-makeup-container:hover .betty-makeup-text-area p {
    opacity: 1
}
.betty-makeup-text-area ul {
    font-family: inherit !important;
    opacity: 0;
    color: #666;
    margin-bottom: -35px
}
.betty-makeup-container:hover .betty-makeup-text-area ul {
    opacity: 1
}
.betty-makeup-img-area,
.betty-makeup-text-area {
    display: inline-block;
    vertical-align: bottom;
    transition: transform .2s ease-in-out
}
.betty-makeup-img-area {
    font-size: 42px;
    color: #e52e71;
    margin-bottom: 25px;
    margin-right: 0;
    float: left;
    width: 100%;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}
.betty-makeup-container:hover .betty-makeup-text-area,
.betty-makeup-container:hover .betty-makeup-img-area {
    -webkit-transform: translate3d(0, -67px, 0);
    transform: translate3d(0, -67px, 0)
}
.betty-makeup-container:hover .betty-makeup-img-area {
    opacity: 0
}
.betty-makeup-container .betty-makeup-img-area img {
    margin-bottom: 5px;
    max-height: 60px;
    width: auto
}



/* =======  Gallery Style  ======= */
.gallery-item {
    position: relative;
    padding: 15px 15px 5px 15px;
}
.gallery-box {
    overflow: hidden;
    position: relative;
}
.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
}
.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}
.complex-cases-gallery .gallery-box,
.complex-cases-gallery .gallery-img {
    width: 100%;
    aspect-ratio: 4 / 5;
}
.complex-cases-gallery .gallery-img > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.gallery-box .gallery-detail {
    opacity: 0;
    color: #ffffff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-detail h4 {
    font-size: 18px;
}
.gallery-box .gallery-detail p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}
.gallery-box:hover .gallery-detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}
.gallery-box:hover .gallery-img:after {
    background: rgba(0, 0, 0, 0.5);
}
.gallery-box:hover .gallery-img > img {
    transform: scale(1.05);
}

.manicure-gallery .gallery-box,
.manicure-gallery .gallery-img {
    width: 100%;
    aspect-ratio: 1 / 1;
}

.manicure-gallery .gallery-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}



/* =======  Testimonials style  ======= */


.testimonials .section-head {
    text-align: left;
    margin-bottom: 0;
}
.testimonials .section-head p {
    color: #666;
}
.testimonials .section-head h4 {
    padding-bottom: 0;
    color: #e52e71;
    font-size: 30px;
    line-height: 1.2em;
}
.testimonials .section-head h4:after {
    display: none;
}
.testimonials .item-box {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
}
.testimonials .item-box .quote {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 100px;
    margin: 0 auto 30px;
    opacity: .1;
}
.testimonials .item-box p {
    font-size: 16px;
    color: #666;
}
.testimonials .item-box .info {
    text-align: left;
    margin: 30px 0 15px 0;
}
.testimonials .item-box .info .author-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
}
.testimonials .item-box .info .cont {
    margin-left: 60px;
}
.testimonials .item-box .info h6 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-top: 5px;
    line-height: 1em;
}
.testimonials .item-box .info span {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-right: 5px;
}
.testimonials .item-box .info .rate {
    float: right;
}
.testimonials .item-box .info i {
    color: #e52e71;
    font-size: 10px;
}
.testimonials .owl-theme .owl-nav {
    position: absolute;
    left: -49%;
    bottom: 50px;
    margin-top: 0;
}


.testimonials  .owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 9px;
    color: #fff;
}

.testimonials  .owl-theme .owl-nav [class*=owl-]:hover {
    background-color:#e52e71;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #e52e71;
    font-size: 9px;
    color: #fff;
}

/* =======  Brands Style  ======= */
.veratin-partner {
    padding: 34px 0 76px;
    background: #fff;
}
.veratin-partner__shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(260px, .82fr) minmax(0, 1.5fr);
    gap: 48px;
    align-items: center;
    overflow: hidden;
    padding: 58px;
    border-radius: 28px;
    background: linear-gradient(135deg, #f4faf7 0%, #fff 52%, #fff4f6 100%);
    box-shadow: 0 24px 70px rgba(18, 73, 51, .1);
}
.veratin-partner__shell::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    top: -130px;
    right: -70px;
    border-radius: 50%;
    background: rgba(229, 46, 113, .09);
}
.veratin-partner__intro { position: relative; z-index: 1; }
.veratin-partner__eyebrow {
    display: block;
    margin-bottom: 18px;
    color: #1e6c4d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.veratin-partner__logo {
    width: 210px;
    max-width: 70%;
    height: auto;
    margin-bottom: 24px;
}
.veratin-partner h2 {
    margin-bottom: 18px;
    color: #173e30;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.08;
}
.veratin-partner p { margin-bottom: 26px; color: #56635e; }
.veratin-partner__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 22px;
    border-radius: 999px;
    background: #e52e71;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .3px;
}
.veratin-partner__cta:hover,
.veratin-partner__cta:focus { background: #176044; color: #fff; }
.veratin-products {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.veratin-product {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(23, 96, 68, .1);
    border-radius: 18px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 10px 28px rgba(25, 56, 45, .07);
    transition: transform .25s ease, box-shadow .25s ease;
}
.veratin-product:hover { transform: translateY(-6px); box-shadow: 0 18px 35px rgba(25, 56, 45, .13); }
.veratin-product img { display: block; width: 100%; height: 260px; object-fit: cover; object-position: center; }
.veratin-product span { display: block; padding: 13px 8px 15px; color: #245440; font-size: 12px; font-weight: 700; text-align: center; }
@media (max-width: 1100px) {
    .veratin-partner__shell { grid-template-columns: 1fr; padding: 44px; }
    .veratin-product img { height: 300px; }
}
@media (max-width: 700px) {
    .veratin-partner { padding: 10px 0 60px; }
    .veratin-partner__shell { gap: 34px; padding: 34px 22px; border-radius: 22px; }
    .veratin-products {
        display: flex;
        gap: 12px;
        width: calc(100% + 22px);
        margin-right: -22px;
        padding: 6px 22px 18px 0;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 0;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .veratin-products::-webkit-scrollbar { display: none; }
    .veratin-product {
        flex: 0 0 min(72vw, 245px);
        scroll-snap-align: start;
    }
    .veratin-product img { height: 220px; }
}
@media (max-width: 420px) {
    .veratin-product { flex-basis: min(76vw, 230px); }
    .veratin-product img { height: 210px; }
}

.brands {
    background-color: #fff;
}
.brands .owl-carousel {
    margin: 30px 0;
}
.brands .brand-logo {
    opacity: 1;
}
.brands .brand-logo:hover {
    opacity: .7;
}
.brands img {
    -webkit-filter: none;
    filter: none;
}
.brands img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.client-comments {
    background: #fff;
}
.client-comments .client-comments-carousel {
    margin: 24px 0 34px;
}
.client-comment {
    min-height: 190px;
    padding: 24px;
    border: 1px solid rgba(229, 46, 113, 0.11);
    border-radius: 12px;
    background: #fffafb;
    box-shadow: 0 8px 24px rgba(45, 25, 33, 0.05);
}
.client-comment-rating {
    margin-bottom: 12px;
    color: #e52e71;
    font-size: 13px;
    letter-spacing: 3px;
}
.client-comment p {
    min-height: 72px;
    margin-bottom: 18px;
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}
.client-comment-author {
    display: flex;
    align-items: center;
    gap: 10px;
}
.client-comment-author span {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e52e71;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
.client-comment-author strong {
    color: #222;
    font-family: 'Rambla', sans-serif;
    font-size: 13px;
    font-weight: 500;
}
.client-comments .owl-theme .owl-dots {
    margin-top: 18px;
}
.client-comments .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 4px;
    background: #e8c6d2;
}
.client-comments .owl-theme .owl-dots .owl-dot.active span,
.client-comments .owl-theme .owl-dots .owl-dot:hover span {
    background: #e52e71;
}



/* ======= Blog & Post Style ======= */
.blog-entry {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 25px 75px rgba(0, 0, 0, 0.05);
}
.blog-entry .desc {
    padding: 20px;
}
.blog-entry .desc p {
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}
.blog-entry .blog-img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}
.blog-entry .blog-img img {
    position: relative;
    max-width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.blog-entry .desc h3 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 1.5em;
}
.blog-entry .desc h3 a {
    font-size: 25px;
    color: #000;
    text-decoration: none;
}
.blog-entry .desc h4 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.5em;
}
.blog-entry .desc h4 a {
    font-size: 20px;
    color: #000;
    text-decoration: none;
}
.blog-entry .desc span {
    display: block;
    margin-bottom: 0px;
    font-size: 14px;
    color: #999 !important;
}
.blog-entry .desc span a:hover {
    color: #e52e71;
}
.blog-entry .desc span small i {
    color: #666;
}
.blog-entry .desc .lead {
    font-size: 16px;
    color: #e52e71;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
}
.blog-entry .desc .lead:hover {
    color: #e52e71;
    text-decoration: underline;
}
.blog-entry:hover .blog-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.betty-post img {
    padding-bottom: 0;
}

.betty-post .service-main-image {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    margin: 0;
}

.service-detail-row {
    margin-bottom: 42px;
}

.betty-post .service-detail {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: clamp(32px, 5vw, 72px);
    align-items: center;
}

.service-detail-copy {
    max-width: 620px;
}

.service-detail-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #e52e71;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.service-detail-label::before {
    content: "";
    width: 34px;
    height: 2px;
    background: #e52e71;
}

.service-detail-copy .betty-post-heading {
    margin-bottom: 22px;
    font-size: clamp(30px, 3.2vw, 48px);
    line-height: 1.08;
}

.service-detail-copy p {
    max-width: 60ch;
    margin-bottom: 16px;
    color: #5f5960;
    font-size: 16px;
    line-height: 1.75;
}

.service-detail-copy p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .betty-post .service-detail {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .service-detail-copy {
        max-width: none;
    }
}

@media screen and (max-width: 575px) {
    .service-detail-row {
        margin-bottom: 24px;
    }

    .betty-post .service-detail {
        gap: 24px;
    }

    .service-detail-copy .betty-post-heading {
        font-size: 30px;
    }
}
/* Blog Sidebar */
.betty-sidebar-part {
    box-shadow: 0 25px 75px rgba(0, 0, 0, 0.05);
    padding: 30px;
}
.betty-sidebar-block {
    margin-bottom: 60px;
    position: relative;
}
.betty-sidebar-block .betty-sidebar-block-title {
    color: #e52e71;
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}
/* Blog Sidebar Search */
.betty-sidebar-search-form {
    position: relative;
}
.betty-sidebar-search-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    background: none;
    border: 0;
    padding: 14px;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    background: #e52e71;
    border-radius: 0;
}
/* Blog Categories */
.ul1 {
    padding: 0;
    margin: 0;
    list-style: none;
}
.ul1 > li {
    padding: 10px 0;
    border-bottom: 1px solid #f6f6f6;
}
.ul1 > li a {
    font-size: 16px;
    color: #666;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.ul1 > li a:hover {
    color: #e52e71;
    text-decoration: none;
}
.ul1 > li a.active {
    color: #e52e71;
    text-decoration: none;
}
/* Blog Latest Posts */
.latest {
    margin-bottom: 15px;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 15px;
}
.latest a {
    display: block;
    text-decoration: none;
}
.latest a .txt1 {
    line-height: 1.75em;
}
.latest a .txt2 {
    color: #999;
    font-size: 14px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.latest a:hover .txt1 {
    color: #e52e71;
}
/* Blog Tags, Keywords */
.tags {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
.tags li {
    display: inline-block;
    margin: 0 5px 5px 0px;
    float: left;
}
.tags li a {
    display: inline-block;
    background: #fff;
    border: 1px solid #f6f6f6;
    padding: 7px 12px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    text-decoration: none;
    font-size: 14px;
    color: #666;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.tags li a:hover {
    background: #e52e71;
    color: #fff;
    border-color: #e52e71;
}
/* Blog Pagination */
.betty-pagination-wrap {
    padding: 0;
    margin: 30px 0;
    text-align: center;
}
.betty-pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}
.betty-pagination-wrap li a {
    background: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.betty-pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background-color: #e52e71;
    color: #fff;
}
.betty-pagination-wrap li a.active {
    background-color: #e52e71;
    border: 1px solid #e52e71;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .betty-pagination-wrap {
        padding: 0 0 60px 0;
        margin: 0;
        text-align: center;
    }
}
/* Post Comment */
.comments-area {
    padding: 30px 0;
}
.comments-area .comments-title {
    font-size: 25px;
    font-family: 'Playfair Display', serif;
    line-height: 1.75em;
    font-weight: 700;
    color: #000;
}
ol.comment-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
ol.comment-list li.comment {
    position: relative;
    padding: 0;
}
ol.comment-list li.comment .comment-body {
    position: relative;
    padding: 20px 30px 20px 90px;
    margin-left: 40px;
    color: #000;
    position: relative;
}
ol.comment-list li.comment .comment-author {
    display: block;
    margin-bottom: 0px;
}
ol.comment-list li.comment .comment-author .avatar {
    position: absolute;
    top: 20px;
    left: -40px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background-color: #fff;
}
ol.comment-list li.comment .comment-author .name {
    display: inline-block;
    color: #000;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    line-height: 1.75em;
    font-weight: 700;
    margin-bottom: 0;
}
ol.comment-list li.comment .comment-author .says {
    display: none;
    color: #666;
    font-weight: 700;
}
ol.comment-list li.comment .comment-meta {
    color: #999;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
}
ol.comment-list li.comment .comment-meta a {
    color: #000;
}
ol.comment-list li.comment .comment-meta:before,
ol.comment-list li.comment .reply a:before {
    font-family: "FontAwesome";
    font-size: 16px;
    vertical-align: top;
}
ol.comment-list li.comment p {
    font-size: 16px;
    margin: 0 0 15px;
    color: #666;
}
ol.comment-list li.comment .reply a {
    position: absolute;
    top: 50px;
    right: 30px;
    margin-top: -5px;
    font-size: 14px;
    color: #999;
}
ol.comment-list li.comment .reply a:hover {
    color: #e52e71
}
ol.comment-list li .children {
    list-style: none;
    margin-left: 80px;
}
ol.comment-list li .children li {
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .comments-area .padding-30 {
        padding: 15px;
    }
    ol.comment-list li.comment .comment-body {
        margin-bottom: 30px;
        margin-left: 30px;
    }
    ol.comment-list li.comment .comment-author .avatar {
        left: -35px;
        height: 70px;
        width: 70px;
    }
    ol.comment-list li .children {
        margin-left: 20px;
    }
    ol.comment-list li.comment .reply a {
        position: static;
    }
}
@media only screen and (max-width: 480px) {
    ol.comment-list li.comment .comment-body {
        margin-left: 26px;
    }
    ol.comment-list li.comment .comment-author .avatar {
        left: -15px;
        top: 12px;
        width: 60px;
        height: 60px;
    }
    ol.comment-list li.comment .comment-body {
        padding-left: 55px;
    }
}


/* ======= Contact Style ======= */
.map-section {
    overflow: hidden;
    margin-bottom: 60px;
}
#contactMap {
    width: 100%;
    height: 570px;
}
/* Form */
.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: none;
    border-bottom: 0px solid #e5e5e5;
    height: 54px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 400;
}
.form-control:active,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #ececec;
}
.btn-contact {
    font-family: 'Rambla', serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    text-shadow: none;
    padding: 12px 32px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #fff;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    margin-top: 15px;
    border-radius: 50px;
    background-color: #e52e71;
}
.btn-contact:hover {
    background-color: #ff8a00;
}
.btn-contact a:hover {
    color: #fff;
}
#message {
    font-family: 'Rambla', sans-serif;
    height: 150px;
    padding: 12px;
    border: 1px solid #ececec;
}


/* ======= Footer Style ======= */
#betty-footer2 {
    padding: 90px;
    background: #e52e71;
}
#betty-footer2 h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 1em;
    margin-bottom: 0;
    color: #fff;
}
#betty-footer2 h2 span {
    display: block;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    text-transform: none;
    color: #fff;
    font-weight: 400;
    line-height: 1.75em;
}
#betty-footer2 p {
    color: rgba(255,255,255,0.9);
    text-align: center;
    line-height: 1.5em;
}
#betty-footer2 .betty-logo {
    text-align: center;
    padding-bottom: 20px;
    display: block;
    width: 100%;
}
#betty-footer2 .betty-logo img {
    width: 120px;
    max-width: 70%;
    height: auto;
    filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
    #betty-footer2 {
        padding: 100px 30px 80px 30px;
        background: #e52e71;
        text-align: center;
    }
}
.betty-lead {
    font-size: 14px;
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 20px;
}
/* social 1 */
#betty-footer2 .betty-footer {
    position: relative;
    right: 0;
    left: 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
#betty-footer2 .betty-footer ul {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0;
    position: relative;
}
#betty-footer2 .betty-footer ul:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    top: 50%;
    margin-top: -1px;
    right: 100%;
}
#betty-footer2 .betty-footer ul:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    top: 50%;
    margin-top: -1px;
    right: auto;
    left: 100%;
}
#betty-footer2 .betty-footer ul li {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    ;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: all 0.3 ease-in-out;
    border-radius: 50%;
}
#betty-footer2 .betty-footer ul li:last-child {
    margin-right: 0px
}
#betty-footer2 .betty-footer ul li:hover {
    background-color: rgba(255, 255, 255, 0.4);
}
#betty-footer2 .betty-footer ul li a {
    color: #fff;
}
#betty-footer2 .betty-footer ul li a:hover,
#betty-footer2 .betty-footer ul li a:active,
#betty-footer2 .betty-footer ul li a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}

/* ======= Brand-preserving 2026 polish ======= */
:root {
    --footlab-pink: #e52e71;
    --footlab-orange: #ff8a00;
    --footlab-ink: #1f2024;
    --footlab-muted: #666;
    --footlab-soft: #fff7fb;
    --footlab-line: rgba(229, 46, 113, 0.12);
    --footlab-shadow: 0 18px 50px rgba(31, 32, 36, 0.08);
}

body {
    background: #fff;
}

#betty-aside {
    box-shadow: 0 18px 60px rgba(229, 46, 113, 0.18);
}

#betty-aside #betty-main-menu > ul > li > a {
    border-bottom-color: rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    padding-left: 12px;
    transition: background-color .25s ease, transform .25s ease;
}

#betty-aside #betty-main-menu > ul > li > a:hover,
#betty-aside #betty-main-menu > ul > li.active > a {
    background: rgba(255, 255, 255, 0.14);
    transform: translateX(3px);
}

.btn-contact,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    box-shadow: 0 12px 28px rgba(229, 46, 113, 0.24);
    transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.btn-contact:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    box-shadow: 0 16px 34px rgba(255, 138, 0, 0.22);
    transform: translateY(-2px);
}

.btn-contact a,
.btn-contact a:hover,
.btn-contact a:focus {
    color: #fff;
}

.betty-about img,
.betty-post img,
.betty-services img,
.betty-services .item,
.betty-services .item img,
.gallery-box,
.gallery-box .gallery-img,
.gallery-box .gallery-img:after,
.gallery-box .gallery-img > img,
.blog-entry,
.blog-entry .blog-img,
.blog-entry .blog-img img,
.team .item,
video.img-fluid {
    border-radius: 22px;
}

.betty-about img,
.betty-post img,
.betty-services img,
.blog-entry,
.team .item,
.betty-makeup-container {
    box-shadow: var(--footlab-shadow);
}

.betty-services .item,
.gallery-box,
.blog-entry .blog-img {
    overflow: hidden;
}

.blog-entry,
.betty-makeup-container,
.team .item {
    border: 1px solid var(--footlab-line);
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.blog-entry:hover,
.betty-makeup-container:hover,
.team .item:hover {
    border-color: rgba(229, 46, 113, 0.28);
    box-shadow: 0 24px 58px rgba(31, 32, 36, 0.12);
    transform: translateY(-3px);
}

.betty-home-blog .row > [class*="col-md-4"] {
    display: flex;
}

.betty-home-blog .blog-entry {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.betty-home-blog .blog-entry .blog-img {
    aspect-ratio: 4 / 3;
    margin-bottom: 0;
}

.betty-home-blog .blog-entry .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.betty-home-blog .blog-entry .desc {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 190px;
}

.betty-home-blog .blog-entry .desc h4 {
    flex: 1;
}

.betty-home-blog .blog-entry .desc .text-right {
    margin-top: auto;
}

.betty-makeup .row > [class*="col-md-4"] {
    display: flex;
}

.betty-makeup-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 230px;
    padding: 30px;
}

.betty-makeup-text-area {
    width: 100%;
}

.betty-makeup-text-area p,
.betty-makeup-text-area ul {
    opacity: 1;
    margin-bottom: 0;
}

.betty-makeup-container:hover .betty-makeup-text-area,
.betty-makeup-container:hover .betty-makeup-img-area {
    transform: none;
}

.betty-makeup-container:hover .betty-makeup-img-area {
    opacity: 1;
}

.procedures-modern {
    background:
        linear-gradient(135deg, rgba(229, 46, 113, 0.05), rgba(255, 138, 0, 0.05)),
        #fff;
}

.procedures-heading-row {
    margin-bottom: 20px;
}

.procedures-intro {
    max-width: 680px;
    color: #555;
    font-size: 18px;
    line-height: 1.7;
    margin-top: 14px;
}

.procedures-modern .betty-makeup-container {
    position: relative;
    min-height: 260px;
    padding: 34px 28px 30px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 24px;
}

.procedures-modern .procedure-number {
    position: absolute;
    top: 22px;
    right: 24px;
    color: rgba(229, 46, 113, 0.22);
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.procedures-modern .betty-makeup-img-area {
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin-bottom: 24px;
    color: #fff;
    background: linear-gradient(135deg, var(--footlab-pink), var(--footlab-orange));
    border-radius: 18px;
    text-align: center;
    font-size: 30px;
}

.procedures-modern .betty-makeup-heading {
    max-width: 260px;
    margin-bottom: 12px;
    color: var(--footlab-ink);
    font-size: 21px;
    line-height: 1.25;
}

.procedures-modern .betty-makeup-text-area p {
    color: #666;
    font-size: 16px;
    line-height: 1.65;
}

.betty-heading {
    color: var(--footlab-ink);
}

.heading-meta {
    color: var(--footlab-pink);
    font-weight: 700;
}

.hero-modern {
    background: #fff;
    padding: 0;
}

.hero-modern .flexslider,
.hero-modern .flexslider .slides,
.hero-modern .flexslider .slides li {
    border-radius: 0;
    overflow: hidden;
}

#betty-hero.hero-modern .flexslider .slides li {
    min-height: 120vh;
    background-position: center;
}

#betty-hero.hero-modern .flexslider .slides li .overlay {
    background:
        radial-gradient(circle at 18% 50%, rgba(229, 46, 113, 0.34), transparent 28rem),
        linear-gradient(90deg, rgba(18, 11, 15, 0.76) 0%, rgba(18, 11, 15, 0.42) 48%, rgba(18, 11, 15, 0.12) 100%),
        linear-gradient(180deg, rgba(18, 11, 15, 0.1), rgba(18, 11, 15, 0.48));
}

#betty-hero.hero-modern .flexslider .slider-text {
    min-height: 120vh;
    padding: 0;
}

#betty-hero.hero-modern .flexslider .slider-text > .slider-text-inner {
    min-height: 120vh;
    padding: clamp(34px, 7vw, 96px);
}

#betty-hero.hero-modern .flexslider .slider-text > .slider-text-inner .hero-panel {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 720px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

#betty-hero.hero-modern .hero-panel:before {
    content: "Foot Lab Riga";
    display: inline-block;
    margin-bottom: 16px;
    padding: 7px 13px;
    color: #fff;
    background: linear-gradient(135deg, var(--footlab-pink), var(--footlab-orange));
    border-radius: 999px;
    font-family: 'Rambla', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

#betty-hero.hero-modern .flexslider .slider-text > .slider-text-inner h1 {
    max-width: 680px;
    color: #fff;
    font-size: clamp(46px, 7vw, 92px);
    line-height: 0.98;
    margin-bottom: 24px;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
}

#betty-hero.hero-modern .flexslider .slider-text > .slider-text-inner p {
    max-width: 590px;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(17px, 1.5vw, 21px);
    line-height: 1.55;
    margin-bottom: 30px;
    text-shadow: 0 8px 26px rgba(0, 0, 0, 0.3);
}

#betty-hero.hero-modern .btn-contact {
    margin-top: 0;
    padding: 0;
    background: linear-gradient(135deg, var(--footlab-pink), var(--footlab-orange));
    border-radius: 999px;
    box-shadow: 0 18px 44px rgba(229, 46, 113, 0.34);
}

#betty-hero.hero-modern .btn-contact a {
    display: block;
    padding: 15px 30px;
    color: #fff;
    font-weight: 700;
}

#betty-hero.hero-modern .flex-control-nav {
    right: 26px;
    bottom: 32px;
}

#betty-hero.hero-modern .flex-control-nav li a {
    width: 11px;
    height: 11px;
    background: rgba(255, 255, 255, 0.72);
}

#betty-hero.hero-modern .flex-control-nav li a.flex-active {
    background: var(--footlab-pink);
    border-color: #fff;
}

#about.betty-about {
    background:
        linear-gradient(135deg, rgba(229, 46, 113, 0.06), rgba(255, 138, 0, 0.06)),
        #fff;
}

.about-modern-row {
    display: flex;
    align-items: center;
}

.about-modern-img {
    height: 760px;
    max-height: 78vh;
    min-height: 520px;
    object-fit: cover;
    object-position: center;
}

.about-modern-card {
    position: relative;
    margin-left: -36px;
    padding: 46px 46px 38px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--footlab-line);
    border-radius: 26px;
    box-shadow: 0 28px 70px rgba(31, 32, 36, 0.12);
    color: #333;
    font-size: 1.08rem;
    line-height: 1.75;
}

.about-modern-card:before {
    content: "";
    position: absolute;
    width: 78px;
    height: 5px;
    top: 28px;
    left: 46px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--footlab-pink), var(--footlab-orange));
}

.about-modern-card .about-headline {
    margin-top: 16px;
    margin-bottom: 18px;
    color: var(--footlab-ink) !important;
    font-size: clamp(2rem, 3vw, 3rem) !important;
    font-weight: 700 !important;
    line-height: 1.08;
}

.about-eyebrow {
    color: var(--footlab-pink);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.about-intro {
    max-width: 560px;
    color: #555;
    font-size: 18px;
    line-height: 1.65em;
    margin-bottom: 26px;
}

.about-line {
    display: block;
    color: var(--footlab-muted);
}

.about-points {
    display: grid;
    gap: 12px;
    margin: 0 0 30px;
}

.about-points span {
    position: relative;
    display: block;
    padding: 13px 16px 13px 46px;
    color: var(--footlab-ink);
    background: linear-gradient(135deg, rgba(229, 46, 113, 0.08), rgba(255, 138, 0, 0.07));
    border: 1px solid var(--footlab-line);
    border-radius: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.about-points span:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 19px;
    left: 20px;
    background: linear-gradient(135deg, var(--footlab-pink), var(--footlab-orange));
    border-radius: 50%;
}

.about-signature {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding-top: 22px;
    border-top: 1px solid var(--footlab-line);
}

.about-signature strong {
    color: var(--footlab-pink);
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    line-height: 1;
}

.about-signature span {
    color: var(--footlab-muted);
    font-size: 16px;
}

.video-feature-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 18%, rgba(229, 46, 113, 0.12), transparent 26rem),
        linear-gradient(135deg, rgba(255, 138, 0, 0.08), rgba(229, 46, 113, 0.04)),
        #fff;
}

.video-feature-row {
    gap: 0;
}

.video-feature-copy {
    padding-right: clamp(24px, 4vw, 56px);
}

.video-feature-copy .betty-heading {
    max-width: 520px;
    margin-bottom: 20px;
}

.video-feature-copy p {
    max-width: 520px;
    color: #555;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 26px;
}

.video-feature-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.video-feature-points span {
    padding: 9px 13px;
    color: var(--footlab-pink);
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid var(--footlab-line);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
}

.video-feature-media {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border-radius: 34px;
    box-shadow: 0 30px 80px rgba(31, 32, 36, 0.14);
}

.video-feature-media video {
    display: block;
    width: 100%;
    height: 620px;
    max-height: 76vh;
    object-fit: cover;
    border-radius: 34px;
}

.video-feature-media:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(25, 15, 19, 0.48));
    pointer-events: none;
}

.video-feature-badge {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 2;
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 13px 16px;
    color: #fff;
    background: rgba(229, 46, 113, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    box-shadow: 0 14px 34px rgba(31, 32, 36, 0.18);
}

.video-feature-badge strong {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    line-height: 1;
}

.video-feature-badge span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

.betty-testimonial.bg-img {
    position: relative;
    min-height: 520px;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.betty-testimonial.bg-img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.18));
    pointer-events: none;
}

.betty-testimonial.bg-img .container-fluid {
    position: relative;
    z-index: 1;
}

@supports (position: sticky) {
    .betty-testimonial.bg-img {
        position: sticky;
        top: 0;
        z-index: 0;
        min-height: 72vh;
    }

    .betty-home-blog {
        position: relative;
        z-index: 2;
        margin-top: -120px;
        padding-top: 120px;
        border-radius: 38px 38px 0 0;
        box-shadow: 0 -28px 70px rgba(31, 32, 36, 0.08);
    }
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea,
#message {
    border-radius: 14px;
    border-color: #f0dce5;
    transition: border-color .2s ease, box-shadow .2s ease;
}

input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
textarea:focus {
    border-color: rgba(229, 46, 113, 0.45);
    box-shadow: 0 0 0 4px rgba(229, 46, 113, 0.08);
}

/* Scroll dynamics */
body.scroll-dynamic .scroll-reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .7s ease, transform .7s ease;
    transition-delay: var(--scroll-delay, 0ms);
}

body.scroll-dynamic .scroll-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

body.scroll-dynamic .scroll-image {
    overflow: hidden;
}

body.scroll-dynamic .scroll-image img,
body.scroll-dynamic img.scroll-image,
body.scroll-dynamic video.scroll-image {
    transform: scale(1.035);
    transition: transform 1s ease, filter 1s ease;
}

body.scroll-dynamic .scroll-image.is-visible img,
body.scroll-dynamic img.scroll-image.is-visible,
body.scroll-dynamic video.scroll-image.is-visible {
    transform: scale(1);
}

body.scroll-dynamic .scroll-float {
    transition: transform .35s ease-out;
    will-change: transform;
}

/* Back to top */
.back-to-top {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 1100;
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    color: #fff;
    background: linear-gradient(135deg, var(--footlab-pink), var(--footlab-orange));
    border: 0;
    border-radius: 50%;
    box-shadow: 0 14px 34px rgba(229, 46, 113, 0.34);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}

.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus {
    color: #fff;
    transform: translateY(-3px);
}

@media screen and (max-width: 768px) {
    .back-to-top {
        right: 18px;
        bottom: 18px;
        width: 46px;
        height: 46px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.scroll-dynamic .scroll-reveal,
    body.scroll-dynamic .scroll-image img,
    body.scroll-dynamic img.scroll-image,
    body.scroll-dynamic video.scroll-image,
    body.scroll-dynamic .scroll-float {
        opacity: 1;
        transform: none !important;
        transition: none;
    }
}

#betty-hero.hero-modern .flexslider .slider-text > .slider-text-inner h2,
#betty-hero.hero-modern .flexslider .slider-text > .slider-text-inner .hero-heading {
    max-width: 680px;
    color: #fff;
    font-size: clamp(46px, 7vw, 92px);
    font-weight: 700;
    line-height: 0.98;
    margin: 0 0 24px;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
}

.contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}


@media screen and (max-width: 991px) {
    .video-feature-copy {
        padding-right: 15px;
        margin-bottom: 30px;
    }

    .video-feature-media,
    .video-feature-media video {
        min-height: 0;
        height: 520px;
    }

    .about-modern-row {
        display: block;
    }

    .about-modern-img {
        height: 560px;
        max-height: none;
        min-height: 0;
    }

    .about-modern-card {
        margin-left: 0;
        margin-top: 0;
        padding: 38px 30px 30px;
    }
}

@media screen and (max-width: 768px) {
    @supports (position: sticky) {
        .betty-testimonial.bg-img {
            position: relative;
            min-height: 360px;
        }

        .betty-home-blog {
            margin-top: 0;
            padding-top: 60px;
            border-radius: 0;
            box-shadow: none;
        }
    }

    .hero-modern {
        padding: 0;
    }

    .hero-modern .flexslider,
    .hero-modern .flexslider .slides,
    .hero-modern .flexslider .slides li {
        border-radius: 0;
    }

    #betty-hero.hero-modern .flexslider .slides li,
    #betty-hero.hero-modern .flexslider .slider-text,
    #betty-hero.hero-modern .flexslider .slider-text > .slider-text-inner {
        min-height: 82vh;
    }

    #betty-hero.hero-modern .flexslider .slider-text > .slider-text-inner {
        padding: 30px 24px;
        text-align: left;
        vertical-align: bottom;
    }

    #betty-hero.hero-modern .flexslider .slider-text > .slider-text-inner .hero-panel {
        padding: 0 0 28px;
        border-radius: 0;
    }

    #betty-hero.hero-modern .flexslider .slider-text > .slider-text-inner h1 {
        font-size: 39px;
        line-height: 1.02;
    }

    #betty-hero.hero-modern .flexslider .slider-text > .slider-text-inner p {
        font-size: 16px;
    }

    .betty-about img,
    .betty-post img,
    .betty-services img,
    .betty-services .item,
    .betty-services .item img,
    .gallery-box,
    .gallery-box .gallery-img,
    .gallery-box .gallery-img:after,
    .gallery-box .gallery-img > img,
    .blog-entry,
    .blog-entry .blog-img,
    .blog-entry .blog-img img,
    .team .item,
    video.img-fluid {
        border-radius: 18px;
    }

    .about-modern-img {
        height: 430px;
    }

    .about-modern-card .about-headline {
        font-size: 1.65rem !important;
    }

    .video-feature-media,
    .video-feature-media video {
        height: 430px;
        border-radius: 24px;
    }

    .video-feature-badge {
        left: 16px;
        right: 16px;
        bottom: 16px;
        justify-content: center;
        border-radius: 18px;
    }
}
/* Language switcher */
.language-switcher {
    display: flex;
    gap: 6px;
    margin: 4px 0 22px;
    justify-content: center;
}
.language-switcher a {
    min-width: 38px;
    padding: 7px 8px;
    border: 1px solid rgba(236, 85, 152, .28);
    border-radius: 999px;
    color: #555;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.language-switcher a:hover,
.language-switcher a:focus,
.language-switcher a.active {
    border-color: #ec5598;
    background: #ec5598;
    color: #fff;
}

/* Keep the complete side header visible across desktop viewport heights. */
@media screen and (min-width: 769px) {
    #betty-aside {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        height: 100vh;
        height: 100dvh;
        padding: clamp(18px, 4vh, 60px) clamp(24px, 3.2vw, 60px) clamp(12px, 2vh, 20px);
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 255, 255, 0.45) transparent;
    }

    #betty-aside .betty-logo img {
        width: clamp(82px, 14vh, 145px);
        margin-bottom: clamp(2px, 1vh, 10px);
    }

    #betty-aside .betty-logo h1 {
        margin-bottom: clamp(5px, 1.5vh, 15px);
        font-size: clamp(27px, 3.8vh, 35px);
    }

    #betty-aside .language-switcher {
        margin: clamp(4px, 1vh, 10px) 0 clamp(6px, 2vh, 18px);
    }

    #betty-aside #betty-main-menu {
        padding: clamp(5px, 1.5vh, 20px) 0 clamp(8px, 2vh, 24px);
    }

    #betty-aside #betty-main-menu > ul > li > a,
    #betty-aside #betty-main-menu > ul > li.open > a {
        margin-top: clamp(2px, .7vh, 7px);
        padding-bottom: clamp(3px, .8vh, 7px);
        font-size: clamp(15px, 2vh, 18px);
        line-height: 1.55;
    }

    #betty-aside .betty-contact-info {
        padding: clamp(3px, .8vh, 8px) 0;
    }

    #betty-aside .betty-contact-info .icon {
        width: clamp(34px, 5.5vh, 50px);
        height: clamp(34px, 5.5vh, 50px);
        font-size: clamp(27px, 4.5vh, 40px);
        line-height: clamp(34px, 5.5vh, 50px);
    }

    #betty-aside .sidebar-after-hours {
        margin: clamp(4px, 1vh, 8px) 0 clamp(5px, 1.5vh, 12px);
        padding: clamp(6px, 1.2vh, 10px) 12px;
    }

    #betty-aside .betty-footer {
        margin-top: auto;
        padding-top: clamp(6px, 2vh, 20px);
    }
}

/* Keep the complete side header visible on mobile screens. */
@media screen and (max-width: 768px) {
    #betty-aside {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: 100vh;
        height: 100dvh;
        padding: 14px 22px 10px;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    #betty-aside .betty-logo img {
        width: 76px;
        margin-bottom: 2px;
    }

    #betty-aside .betty-logo h1 {
        margin-bottom: 5px;
        font-size: 25px;
        line-height: 1;
    }

    #betty-aside .language-switcher {
        gap: 5px;
        margin: 5px 0 4px;
    }

    #betty-aside .language-switcher a {
        min-width: 34px;
        padding: 5px 7px;
        border-color: rgba(255, 255, 255, 0.45);
        color: #fff;
    }

    #betty-aside .language-switcher a:hover,
    #betty-aside .language-switcher a:focus,
    #betty-aside .language-switcher a.active {
        border-color: #fff;
        background: #fff;
        color: #e52e71;
    }

    #betty-aside #betty-main-menu {
        padding: 3px 0 5px;
    }

    #betty-aside #betty-main-menu > ul > li > a,
    #betty-aside #betty-main-menu > ul > li.open > a {
        margin-top: 2px;
        padding: 2px 8px 3px;
        font-size: 15px;
        line-height: 1.35;
    }

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

    #betty-aside .betty-contact-info .icon {
        width: 34px;
        height: 34px;
        margin-right: 4px;
        font-size: 27px;
        line-height: 34px;
    }

    #betty-aside .betty-contact-info h5,
    #betty-aside .betty-contact-info h6 {
        font-size: 13px;
        line-height: 1.25;
    }

    #betty-aside .betty-contact-info h5 {
        margin-top: 1px;
    }

    #betty-aside .sidebar-after-hours {
        margin: 4px 0 5px;
        padding: 6px 8px;
    }

    #betty-aside .sidebar-after-hours strong {
        margin-bottom: 1px;
        font-size: 12px;
    }

    #betty-aside .sidebar-after-hours span,
    #betty-aside .sidebar-after-hours small {
        font-size: 10px;
        line-height: 1.2;
    }

    #betty-aside .sidebar-after-hours .after-hours-fee-row {
        margin-top: 4px;
        padding-top: 4px;
    }

    #betty-aside .sidebar-after-hours .after-hours-fee {
        padding: 1px 6px;
        font-size: 10px;
    }

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

    #betty-aside .betty-footer ul {
        margin-bottom: 0;
    }

    #betty-aside .betty-footer ul li {
        width: 32px;
        height: 32px;
        line-height: 30px;
    }
}

@media screen and (max-width: 768px) and (max-height: 560px) {
    #betty-aside {
        display: block;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #betty-aside .betty-logo img {
        width: 54px;
    }

    #betty-aside .betty-logo h1 {
        font-size: 20px;
    }

    #betty-aside .betty-logo h1 span {
        display: none;
    }

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