/* -----------------------------------------------------------------------------------

 01. Google Fonts
 02. Basics style
 03. Owl-Theme settings
 04. Sections style
 05. Navbar style
 06. Header style
 07. Slider style
 08. Slider Left Panel
 09. Page Banner Header
 10. About style 
 11. Team style
 12. Services style
 13. Gallery style
 14. Blog style
 15. Post style
 16. Contact style
 17. Button 
 18. Footer
 19. Responsive
 
----------------------------------------------------------------------------------- */


/* ======= Google fonts ======= */

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&amp;family=Julius+Sans+One&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Rambla:300,400,700,900|Playfair+Display:400,400i,700,700i,900,900i&amp;display=swap');

/* ======= Basics ======= */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}
html {
    scroll-behavior: smooth;
}
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {
    overflow-x: hidden !important;
    background: #fff;
    font-family: 'Rambla', sans-serif;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 400;
    color: #666;
}
p {
    font-family: 'Rambla', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 1.75em;
    margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    line-height: 1.5em;
}
img {
    width: 100%;
    height: auto;
}
img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #101010;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 400;
    color: #de0d0d;
}

/* text field */

button,
input,
optgroup,
select,
textarea {
    font-family: 'Rambla', sans-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: 15px;
    border: none;
    padding: 10px 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;
    border-radius: 0px;
}
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: #de0d0d;
    border-radius: 50px;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background: #ff8a00;
}
.alert-success {
    background: transparent;
    color: #666;
    border: 1px solid #de0d0d;
    border-radius: 0px;
}


select {
    padding: 10px;
    border-radius: 5px;
}

table,
th,
tr,
td {
    border: 1px solid #ececec;
}

th,
tr,
td {
    padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
}

.bg-gray {
    background: #f8fafd;
}

.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.full-width {
    width: 100%;
}

.bg-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-fixed {
    background-attachment: fixed;
}

.pattern {
    background-repeat: repeat;
    background-size: auto;
}

.sub-title {
    font-size: 15px;
    font-weight: 400;
    color: #101010;
    margin-bottom: 10px;
}

.bold {
    font-weight: 800;
}

.count {
    font-family: 'Rambla', sans-serif;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}


/* important for animate effect */

.js .animate-box {
    opacity: 0;
}

:root { scroll-behavior: auto; }

/* ======= Selection ======= */

::-webkit-selection {
    color: #666;
    background: rgba(0, 0, 0, 0.1);
}

::-moz-selection {
    color: #666;
    background: rgba(0, 0, 0, 0.1);
}

::selection {
    color: #666;
    background: rgba(0, 0, 0, 0.1);
}


/* ======= Owl-Theme ======= */

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 15px;
    line-height: .7;
    display: block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 0 3px;
    border-radius: 50%;
    background: #ccc;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #de0d0d;
}


/* ======= Sections ======= */

.section-padding {
    padding: 50px 0;
}

.section-padding h6 {
    color: #de0d0d;
    font-size: 20px;
    margin-bottom: 20px;
}

.section-subtitle {
    color: #000;
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    margin-bottom: 15px;
}

.section-title {
    font-size: 36px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    line-height: 1em;
}

.line-hr {
    width: 70px;
    border-top: 1px solid #101010;
    margin-top: 0px;
    margin-bottom: 30px;
}

.light-pink-bg {
    background: #fdf7fa;
}
/* ===== Modern Brands Section ===== */

.brands-modern {
    background: #111;
    color: #fff;
}

/* Heading */
.brands-title {
    font-size: 36px;
    font-weight: 700;
}

.brands-subtitle {
    color: red;
    font-size: 15px;
}

.brands-line {
    width: 70px;
    height: 2px;
    background: red;
    border: none;
}

/* Brand Grid */
.brand-grid {
    gap: 30px 0;
}

/* Brand Card */
.brand-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    border: 1px solid rgba(212,175,55,0.15);
    transition: 0.4s ease;
}

.brand-card img {
    max-height: 60px;
    max-width: 100%;
    /* filter: grayscale(100%); */
    /* opacity: 0.7; */
    transition: 0.4s ease;
}

/* Hover Effect */
.brand-card:hover {
    transform: translateY(-8px);
    border-color: red;
    box-shadow: 0 15px 35px rgba(0,0,0,0.6);
}

.brand-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
}



/* ======= Navbar style ======= */
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 110px;
}
.navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #FFF;
}
.navbar .navbar-nav .nav-link {
    font-size: 16px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: #fff;
    margin: 15px 5px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.navbar .navbar-nav .nav-link.nav-color {
    color: #fff;
}
.navbar .navbar-nav .nav-link:hover {
    color: #de0d0d;
}
.navbar .navbar-nav .active {
    color: #de0d0d !important;
}
.navbar .navbar-nav .active i {
    color: #de0d0d;
}
.nav-scroll {
    background: #fff;
    padding: 0 0 0 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    height: 90px;
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #de0d0d;
}
.nav-scroll .navbar-nav .nav-link {
    color: #666;
}
.nav-scroll .navbar-nav .active {
    color: #de0d0d !important;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #fff;
}
.nav-scroll .logo-img {
    /* width: 110px; */
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
    font-weight: 400;
    font-size: 45px;
    margin-bottom: 0;
    color: #de0d0d;
    line-height: 0.7em;
}
.nav-scroll .logo-wrapper .logo span {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    color: #666;
    font-weight: 400;
    margin-left: 2px;
}
.nav-scroll .logo-wrapper {}
.logo-wrapper {
    float: left;
}
.logo-wrapper .logo h2 {
    font-weight: 400;
    font-size: 55px;
    color: #fff;
    line-height: 0.7em;
}
.logo-wrapper .logo h2 a i {
    color: #fff;
    font-size: 20px;
    vertical-align: super;
}
.logo-wrapper .logo span {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    font-style: italic;
    margin-left: 4px;
    line-height: 1.5em;
}
.logo {
    padding: 0;
}
.logo-img {
    padding: 20px 0;
    width: 75px;
    text-align: center;
    border-radius: 50%;
}
.dropdown .nav-link i {
    padding-left: 0px;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.7);
}
.nav-scroll .dropdown .nav-link i {
    color: rgba(0,0,0, 0.5);
}
.nav-scroll .navbar-nav .active i {
    color: #de0d0d;
}
.navbar .dropdown-menu .dropdown-item {
    padding: 9px 0;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: transparent;
}
.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
}
.navbar .dropdown-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 8px;
    float: right;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: #de0d0d;
}
.navbar .dropdown-toggle::after {
    display: none;
}
.navbar .dropdown-menu {
    box-shadow: 0 16px 50px rgb(0 0 0 / 7%);
}
.navbar .dropdown-menu li {
   border-bottom: 1px solid rgba(0, 0, 0,.03);
}
.navbar .dropdown-menu li:last-child {
   border-bottom: none;
}
.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 100%;
}
/* Navbar Media Query */
@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 190px;
        padding: 15px;
        border-radius: 0;
        border: 0;
        background-color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: -10px;
        right: auto;
        min-width: 190px;
        transform: translateY(0);
    }
    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }    
}
@media screen and (max-width: 991px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .nav-scroll {
        background: #fff;
    }
    .logo-wrapper {
        float: left;
        padding: 22px 0 22px 15px;
    }
    .nav-scroll .logo-wrapper {
        padding: 16px 15px;
        background-color: transparent;
    }
    .nav-scroll .logo-img {
        width: 60px;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    .nav-scroll .logo {}
    .logo-img {
        margin-bottom: 0px;
        width: 140px;
        padding: 0;
    }
    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        margin-top: 10px;
        border: none;
    }
    .navbar button:hover {
        background: transparent;
    }
    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }
    .navbar .container {
        max-width: 100%;
        padding: 0;
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        color: #666;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #666 !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #de0d0d !important;
    } 
    .navbar .dropdown-menu .dropdown-item {
        padding: 0 15px;
        font-size: 16px;
        line-height: 40px;
    }
    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 400;
    }
    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 13px;
    }
    .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
        transform: rotate(0deg);
    }
    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }
    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: #fff;
        box-shadow: none;
    }
    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
    }
    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }
    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
    .dropdown .nav-link i {
        color: rgba(0,0,0, 0.5);
    }
    .nav-scroll .dropdown .nav-link i {
        color: rgba(0,0,0, 0.5);
    }
    .nav-scroll .dropdown .nav-link.active i {
    color: #de0d0d;
    }

    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
        background: #fff;
        text-align: left;
        padding: 20px;
    }
}


/* ======= Header ======= */

.header {
    min-height: 100vh;
    overflow: hidden;
}

.header .caption .o-hidden {
    display: inline-block;
}

.header .caption h2 {
    font-weight: 400;
    font-size: 30px;
}

.header .caption h4 {
    font-weight: 400;
    color: #de0d0d;
    font-size: 17px;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-family: 'Rambla', sans-serif;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.header .caption h1 {
    position: relative;
    margin: 0;
    font-weight: 400;
    font-size: 70px;
    line-height: 1.2em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
}

.header .caption p {
    font-family: 'Rambla', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.header .caption p span {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}

.header .caption p span:last-child {
    padding: 0;
}

.header .caption p span:last-child:after {
    display: none;
}

.header .caption p span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #101010;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: .5;
}

.header .caption .butn {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.header .social a {
    color: #eee;
    font-size: 15px;
    margin: 10px 15px;
}


/* ======= Slider ======= */

.slider .owl-item,
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}

.slider .item,
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.slider .item .caption,
.slider-fade .item .caption {
    z-index: 9;
}

.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 5vh;
    width: 100%;
}


/* owl-nav next and prev */

.owl-nav {
    position: absolute;
    bottom: 5%;
    right: 12%;
}

.owl-prev {
    float: left;
}

.owl-next {
    float: right;
}

.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 40px;
    height: 40px;
    line-height: 32px;
    border-radius: 50%;
    float: left;
    font-size: 10px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    border: 1px solid #de0d0d;
    background-color: #de0d0d;
    color: #fff;
}

.slider-fade .owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 40px;
    height: 40px;
    line-height: 42px;
    border-radius: 50%;
    float: left;
    font-size: 10px;
    color: #fff;
}

.slider-fade .owl-theme .owl-nav [class*=owl-]:hover {
    border: 1px solid #de0d0d;
    background-color: #de0d0d;
    color: #fff;
}

.testimonials .owl-theme .owl-nav [class*=owl-] {
    border: 1px solid #de0d0d;
    background-color: transparent;
    color: #de0d0d;
    width: 35px;
    height: 35px;
    line-height: 38px;
    border-radius: 50%;
    float: left;
    font-size: 10px;
}

.testimonials .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #de0d0d;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .owl-nav {
        display: none;
    }
}

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



/* ======= Slider Left Panel ======= */

.left-panel {
    background: #fff;
    position: absolute;
    width: 140px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
}

.left-panel:after {
    content: '';
    display: block;
    width: 1px;
    height: 60px;
    bottom: 365px;
    background: #de0d0d;
    position: absolute;
    right: 50%;
    margin-left: -1px;
    z-index: 1;
}

.left-panel span {
    color: #de0d0d;
}

.left-txt {
    white-space: nowrap;
    text-align: right;
    position: absolute;
    right: 50%;
    bottom: 0;
    margin-bottom: 325px;
    line-height: 20px;
    margin-right: 10px;
    z-index: 9;
    color: #666;
    font-size: 15px;
    font-weight: 400;
    padding-left: 30px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    word-spacing: 3px;
}

.left-txt a:hover {
    color: #de0d0d;
}

@media (max-width: 767.98px) {
    .left-panel {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .left-panel {
        width: 50px;
    }
}

@media (max-width: 1259.98px) {
    .left-panel {
        width: 100px;
    }
}

.line-one {
    -webkit-box-flex: 1;
    flex: 1 0;
    height: 1px;
    background-color: #de0d0d;
    display: -webkit-box;
    display: flex;
    margin-top: 13px;
}


/* ======= Page Banner Header ======= */

.banner-header {
    height: 55vh;
    z-index: 0;
}

.banner-header h6 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.banner-header h6 a:hover {
    color: #101010;
}

.banner-header h6 i {
    margin: 0 15px;
    font-size: 10px;
}

.banner-header h5 {
    color: #fff;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    margin-bottom: 15px;
}

.banner-header h1 {
    font-size: 40px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    line-height: 1em;
}

.banner-header p {
    font-family: 'Rambla', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.banner-header p a {
    color: #de0d0d;
}

@media screen and (max-width: 767px) {
    .banner-header {
        height: 50vh;
        margin-top: 0px;
    }
    .banner-header h6 {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .banner-header h6 a:hover {
        color: #101010;
    }
    .banner-header h6 i {
        margin: 0 15px;
        font-size: 10px;
    }
    .banner-header h5 {
        line-height: 1em;
    }
    .banner-header h1 {}
    .banner-header p {
        font-size: 15px;
        color: #ececec;
    }
}


/*
.banner-img:after {
    position: absolute;
    height: 100%;
    right: 0;
    left: 0;
    content: "";
    background: linear-gradient(hsla(0, 0%, 100%, 0.01), hsla(0, 0%, 100%, 0.01) 0%, #fff);
    object-fit: cover;
}
*/


/* ======= About style ======= */

.betty-about-img img:hover {
    transform: scale(0.95);
}

.betty-about-img {
    position: relative;
}

.betty-about-img .img {
    padding: 0 30px 30px 15px;
    position: relative;
}

.betty-about-img .img:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    left: 45px;
    bottom: 0;
    border: 10px solid #f5e5ed;
    z-index: 2;
}

.betty-about-img .img:after {
    content: '';
    width: 90%;
    position: absolute;
    top: -5%;
    bottom: -6%;
    left: -3%;
    background-image: url(../img/dots.png);
    background-repeat: repeat;
    z-index: 1;
}

.betty-about-img .img img {
    position: relative;
    z-index: 3;
}

.sign {
    width: 140px;
}


/* ======= 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: #666;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
}

.team .info p {}

.team .info .social {
    margin-top: 10px;
}

.team .info .social a {
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #de0d0d;
    color: #de0d0d;
    margin-right: 10px;
    font-size: 13px;
}

.team .info .social a:hover {
    background-color: #de0d0d;
    border-color: #de0d0d;
    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;
    }
}


/* ======= Testimonails style ======= */

.testimonials .section-head {
    text-align: left;
    margin-bottom: 0;
}

.testimonials .section-head p {
    color: #666;
}

.testimonials .section-head h4 {
    padding-bottom: 0;
    color: #de0d0d;
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.testimonials .section-head h4:after {
    display: none;
}

.testimonials .item-box {
    background: rgba(255, 255, 255,);
    padding: 45px 30px 30px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
}/* ===== Modern Pricing Section ===== */

.pricing-modern {
    background: #111;
    color: #fff;
}

.pricing-modern .section-title {
    font-size: 38px;
    font-weight: 700;
}

.pricing-modern .section-subtitle {
    color: red;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
}

.pricing-modern .line {
    width: 70px;
    height: 2px;
    background: red;
    border: none;
}

/* Pricing Card */
.pricing-card {
    background: #1a1a1a;
    padding: 45px 30px;
    border-radius: 20px;
    border: 1px solid rgba(212,175,55,0.2);
    transition: 0.4s ease;
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-10px);
    border-color: red;
    box-shadow: 0 20px 40px rgba(0,0,0,0.6);
}

.pricing-card h4 {
    font-size: 22px;
    margin-bottom: 15px;
}

.pricing-card .price {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.pricing-card p {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 25px;
}

/* Button */
.pricing-btn {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 50px;
    background: red;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.pricing-btn:hover {
    background: #fff;
    color: #111;
}

/* Featured Card */
.featured {
    border: 1px solid red;
}

.popular-tag {
    position: absolute;
    top: -12px;
    right: 20px;
    background: red;
    color: #fff;
    padding: 5px 12px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 600;
}

/* ===== Modern Testimonial Carousel ===== */

.testimonial-modern .testimonial-card {
    background: #1a1a1a;
    padding: 40px 30px;
    border-radius: 20px;
    border: 1px solid rgba(212,175,55,0.2);
    transition: 0.4s ease;
    text-align: center;
}

.testimonial-modern .testimonial-card:hover {
    transform: translateY(-8px);
    border-color: red;
    box-shadow: 0 15px 35px rgba(0,0,0,0.6);
}

/* Star Rating */
.stars {
    color: red;
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 3px;
}

.testimonial-modern p {
    font-size: 14px;
    color: #ccc;
    line-height: 1.8;
    margin-bottom: 25px;
}

/* Client Info */
.client-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.client-info img {
    width: 55px !important;
    height: 55px !important;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid red;
}

.client-info h6 {
    margin: 0;
    color: #fff;
    font-weight: 600;
}

.client-info span {
    font-size: 13px;
    color: #aaa;
}

/* ======= Services style ======= */

.betty-services .item {
    position: relative;
    margin-bottom: 90px;
}

.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-services .item .con {
    margin: -80px 20px 20px;
    padding: 15px;
    background-color: #fff !important;
    border-top: none;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .05);
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -48px;
    position: relative;
}

.betty-services .item .con h5 {
    font-size: 20px;
    color: #000;
    margin-bottom: 0px;
    text-transform: none;
}

.betty-services .item .con p {
    color: #666;
    font-size: 16px;
}

.betty-services .item .con i {
    color: #de0d0d;
    font-size: 13px;
    margin-left: 10px;
    vertical-align: middle;
}

.betty-cases .item .con .icon {
    padding: 0px;
    color: #de0d0d;
    font-size: 32px;
}


/* service price */

.service-price {}

.services-price-info {}

.services-price-info .title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #de0d0d;
    margin-bottom: 10px;
    text-align: left;
    border-bottom: 1px dashed #de0d0d;
    line-height: 2em;
}

.services-price-info .title .price {
    color: #de0d0d;
    float: right;
}


/* =======  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 5px 30px rgba(0, 0, 0, 0.03);
}

.betty-makeup-container .betty-makeup-heading {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}

.betty-makeup-container:hover {
    box-shadow: 0 44px 98px 0 rgba(0, 0, 0, .12);
    z-index: 100;
    border-bottom: 3px solid #de0d0d;
}

.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: #de0d0d;
    margin-bottom: 15px;
    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;
    line-height: 1em;
}

.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
}


/* =======  Brands Style  ======= */

.brands {
    background-color: #fff;
}

.brands .owl-carousel {
    margin: 30px 0 0 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;
}


/* ======= Pricing styles ======= */

.price-box {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.price-box .price-box-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 90px 30px;
}

.price-box .price-box-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.price-box .price-box-inner ul li {
    margin: 0;
    padding: 0;
    text-align: center
}

.price-box .price-box-inner ul li.pricing-title {
    position: relative;
    font-size: 17px;
    line-height: 1.75em;
    font-weight: 400;
}

.price-box .price-box-inner ul li.pricing-title .pricing-pt-title {
    color: #fff;
    display: block;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    margin-bottom: 30px;
}

.price-box .price-box-inner ul li.pricing-prices {
    position: relative;
    padding: 0 0 30px 0;
}

.price-box .price-box-inner ul li.pricing-prices .pricing-dolar {
    position: relative;
    bottom: 2px;
    color: #fff;
    font-size: 17px;
    line-height: 1em;
    font-weight: 400;
    font-family: 'Julius Sans One', sans-serif;
}

.price-box .price-box-inner ul li.pricing-prices .pricing-price {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    left: -5px;
    font-size: 50px;
    font-weight: 400;
    color: #fff;
}

.price-box .price-box-inner ul li.pricing-content {
    font-family: 'Rambla', sans-serif;
    padding: 0;
    line-height: 2em;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}


/* ======= Gallery style ======= */

.betty-photos .betty-photo-item {
    position: relative;
    margin-bottom: 30px;
}

.betty-photos .betty-photo-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(229, 46, 113, 0.3);
    z-index: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
}

.betty-photos .betty-photo-item .photo-text-more {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 30px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
}

.betty-photos .betty-photo-item .photo-text-more .ti-search {
    color: #fff;
    font-size: 20px;
}

.betty-photos .betty-photo-item .photo-text-more .heading {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}

.betty-photos .betty-photo-item .photo-text-more .meta {
    color: #cccccc;
    text-transform: uppercase;
    font-size: 12px;
}

.betty-photos .betty-photo-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 575.98px) {
    .betty-photos .betty-photo-item img {}
}

.betty-photos .betty-photo-item:hover:after {
    opacity: 1;
    visibility: visible;
}

.betty-photos .betty-photo-item:hover .photo-text-more {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}


/* ======= Blog style ======= */
/* ======= Blog style ======= */

.blog-entry {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 60px;
}

.blog-entry .desc h4 a {
    font-size: 25px;
    color: #000;
    text-decoration: none;
    line-height: 1.4em;
}

.blog-entry .desc {
    padding: 20px;
}

@media screen and (max-width: 768px) {
    .blog-entry {
        margin-bottom: 45px;
    }
}

.blog-entry .blog-img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.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: 20px;
    margin-bottom: 15px;
    line-height: 1.5em;
    font-weight: 400;
}

.blog-entry .desc h3 a {
    color: #de0d0d;
    font-size: 20px;
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    line-height: 1em;
}

.blog-entry .desc span {
    display: block;
    margin-bottom: 0px;
    font-size: 13px;
    color: #666 !important;
}

.blog-entry .desc span small i {
    color: #666;
}

.blog-entry .desc .lead {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    font-family: 'Rambla', sans-serif;
}

.blog-entry .desc .lead:hover {
    color: #fff;
}

.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);
}


/* Pagination */

.betty-pagination-wrap {
    padding: 0;
    margin: 0;
    text-align: center;
}

.betty-pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}

.betty-pagination-wrap li a {
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    color: #666;
    font-weight: 400;
}

.betty-pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.20);
    background: #de0d0d;
    color: #fff;
}

.betty-pagination-wrap li a.active {
    background-color: #de0d0d;
    border: 1px solid #de0d0d;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .betty-pagination-wrap {
        padding: 0 0 60px 0;
        margin: 0;
        text-align: center;
    }
}


/* Blog Sidebar */

.betty-sidebar-part {
    padding: 30px;
    background: #fdf7fa
}

.betty-sidebar-block {
    margin-bottom: 60px;
    position: relative;
}

.betty-sidebar-block .betty-sidebar-block-title {
    color: #de0d0d;
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 15px;
}


/* Blog Sidebar Search */

.betty-sidebar-search-form {
    position: relative;
}

.betty-sidebar-search-submit {
    position: absolute;
    right: 0px;
    top: 0;
    background: none;
    border: 0;
    padding: 16px;
    font-size: 17px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    background: #de0d0d;
    border-radius: 0;
}

.group


/* Blog Categories */

.ul1 {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ul1 > li {
    padding: 10px 0;
    border-bottom: 1px solid #f5ecef;
}

.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: #de0d0d;
    text-decoration: none;
}

.ul1 > li a.active {
    color: #de0d0d;
    text-decoration: none;
}


/* Blog Latest Posts */

.latest {
    margin-bottom: 15px;
    border-bottom: 1px solid #f5ecef;
    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: #de0d0d;
}


/* 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 #f5ecef;
    padding: 7px 21px;
    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: #de0d0d;
    color: #fff;
    border-color: #de0d0d;
}


/* ======= Post style ======= */

.betty-post-section {
    padding-top: 120px;
}

.betty-comment-section {}

.betty-post-caption h1 {
    margin-bottom: 20px;
    font-size: 40px;
    text-transform: uppercase;
}

.betty-post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}

.betty-user-comment {
    margin-right: 30px;
    flex: 0 0 auto;
}

.betty-user-comment img {
    border-radius: 100%;
    width: 100px;
}

.betty-user-content {
    margin-right: 26px;
}

.betty-user-content h3 {
    font-size: 18px;
    line-height: 1.75em;
    color: #de0d0d;
    margin: 0 0 15px;
}

.betty-user-content h3 span {
    font-family: 'Rambla', sans-serif;
    font-size: 12px;
    line-height: 1.75em;
    color: #666;
    font-weight: 400;
    margin-left: 15px;
}

.betty-repay {
    font-size: 12px;
    line-height: 1.75em;
    color: #de0d0d !important;
    margin: 0;
    font-weight: 400;
}


/* ======= Contact style ======= */

#contactMap {
    width: 100%;
    height: 550px;
}

.betty-more-contact {
    background: #fafafa;
}


/* ======= Buttons ======= */

.butn {
    font-family: 'Rambla', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 10px 30px;
    background: green;
    position: relative;
    z-index: 3;
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    outline: none !important;
    overflow: hidden;
    border: none;
}

.butn span {
    position: relative;
    z-index: 2;
    color: #fff;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.butn:before,
.butn:after {
    content: '';
    width: 0;
    height: 100%;
    background: #222;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
    z-index: 1;
    opacity: .4;
}

.butn:after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background: #222;
    opacity: 1;
}

.butn:hover:before,
.butn:hover:after {
    width: 100%;
}

.butn:hover:after {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.butn:hover span {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    color: #fff;
}

.butn-dark {
    border: 1px solid #de0d0d;
    background: #de0d0d;
    font-family: 'Playfair Display', serif;
}

.butn-dark:hover {
    border: 1px solid #ff8a00;
    background: #ff8a00;
}

.butn-dark:before,
.butn-dark:after {
    background: #ff8a00;
}

.butn-dark:hover span {
    color: #fff;
}

.butn-dark span {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Playfair Display', serif;
}


/* ======= Footer ======= */

.main-footer {
    padding: 100px 0 0;
}
.main-footer.dark {
    background: #000;
    color: #fff;
}
.main-footer .abot p {
    font-size: 15px;
    color: #fff;
}
.main-footer .abot .social-icon {
    margin-top: 20px;
}
.main-footer .abot .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 49px;
    text-align: center;
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    margin-right: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.main-footer .abot .social-icon a:hover {
    border-color: #fff;
    color: #fff;
}
.main-footer .usful-links ul {
    margin: 0;
    padding: 0;
}
.main-footer .usful-links ul li {
    font-size: 15px;
    margin-bottom: 5px;
}
.main-footer .usful-links ul li:hover {
    color: #fff;
}
.main-footer .usful-links ul li i {
    font-size: 7px;
    color: #fff;
    margin-right: 5px;
}
.main-footer .fothead h6 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}
.main-footer .fotcont .fothead h6 {
    position: relative;
    padding-bottom: 10px;
}
.main-footer .fotcont .fothead h6:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.25);
    height: 1px;
}
.main-footer .fotcont p {
    font-size: 15px;
    font-family: 'Rambla', sans-serif;
    color: #fff;
    margin-bottom: 0px;
}
.main-footer .sub-footer {
    /* padding: 30px 0; */
    /* margin-top: 50px; */
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.main-footer .sub-footer p {
    font-size: 14px;
    color: #fff;
}
.main-footer .logo h2 {
    font-weight: 400;
    font-size: 55px;
    color: #fff;
    line-height: 0.7em;
}
.main-footer .logo span {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    font-style: italic;
    margin-left: 4px;
    line-height: 1.5em;
}


/* ======= Responsive ======= */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}

@media screen and (max-width: 991px) {
    .mb-md50 {
        margin-bottom: 50px;
    }
    .mb-md30 {
        margin-bottom: 30px;
    }
    .mb-md15 {
        margin-bottom: 15px;
    }
    .mb-md0 {
        margin-bottom: 0;
    }
    .md-text-center {
        text-align: center !important;
    }
    .bg-fixed {
        background-attachment: scroll !important;
    }
    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .header .caption h4 {
        font-size: 30px;
    }
    .header .caption h1 {
        font-size: 45px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 767px) {
    .line-one {
        display: none;
    }
    .mb-sm50 {
        margin-bottom: 50px;
    }
    .mb-sm30 {
        margin-bottom: 30px;
    }
    .hero .intro h3 {
        font-size: 28px;
    }
    .hero .intro h4 {
        font-size: 20px;
    }
    .header .caption h4 {
        font-size: 15px;
        color: #fff;
    }
    .header .caption h1 {
        font-size: 45px;
        margin: 5px 0;
    }
    .header .caption p {
        font-size: 15px;
    }
    .header .caption .butn {
        margin-top: 15px !important;
    }
    .portfolio .filtering span {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    .section-head h4 {
        font-size: 30px;
    }
    .text-left {
        text-align: center;
    }
    .text-center {
        text-align: center;
    }
    .text-right {
        text-align: center;
    }
}

.line-hr-left {
    width: 70px;
    border-top: 1px solid #de0d0d;
    margin: 0 0 20px 0;
}

.line-hr-left-white {
    width: 60px;
    border-top: 1px solid #fff;
    margin: 0 0 20px 0;
}

.line-hr-footer-white {
    width: 40px;
    border-top: 1px solid #fff;
    margin: 3px 0 15px 0;
}

.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: #de0d0d;
}

.betty-contact-info2 .feat-info2 {
    overflow: hidden;
}

.betty-contact-info2 h5 {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: 'Playfair Display', serif;
    color: #000;
}

.betty-contact-info2 h6 {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: 'Rambla', sans-serif;
}
/* ===== Premium About Section Only ===== */

.about-premium {
    background: #111;
    color: #eaeaea;
    padding: 100px 0;
}

.about-premium .section-title {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Playfair Display', serif;
}

.about-premium .section-subtitle {
    display: block;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
}

.about-premium .line {
    width: 70px;
    height: 2px;
    background: #fff;
    border: none;
    margin-top: 15px;
}

.about-premium h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-premium p {
    color: #cccccc;
    line-height: 1.8;
    font-size: 15px;
}

/* Feature List */
.about-premium ul li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #f1f1f1;
}

/* Gold Button */
.about-premium .butn-dark {
    background: linear-gradient(45deg, #fff, #b8962e);
    color: #111;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    border: none;
    transition: 0.4s ease;
}

.about-premium .butn-dark:hover {
    background: #ffffff;
    color: #111;
    transform: translateY(-3px);
}

/* Image Styling */
.about-premium .betty-about-img img {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.6);
    transition: 0.4s ease;
}

.about-premium .betty-about-img img:hover {
    transform: scale(1.05);
}

/* Owner Name */
.about-premium .fw-bold {
    color: red;
}
/* ===== Premium Services Section ===== */

.services-premium {
    background: #0f0f0f;
    color: #fff;
}

.services-premium .section-title {
    font-size: 38px;
    font-weight: 700;
}

.services-premium .section-subtitle {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
}

.services-premium .line {
    width: 70px;
    height: 2px;
    background: #fff;
    border: none;
}

.services-premium .item {
    background: #1a1a1a;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.4s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}

.services-premium .item:hover {
    transform: translateY(-10px);
}

.services-premium .item img {
    transition: 0.5s ease;
}

.services-premium .item:hover img {
    transform: scale(1.1);
}

.services-premium .con {
    padding: 20px;
}

.services-premium h5 {
    color: #ffffff;
    margin-bottom: 10px;
}

.services-premium p {
    font-size: 14px;
    color: #cccccc;
}
/* ===== Premium Pricing Section ===== */

.pricing-premium {
    background: #0f0f0f;
    color: #fff;
}

.pricing-premium .section-title {
    font-size: 38px;
    font-weight: 700;
}

.pricing-premium .section-subtitle {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
}

.pricing-premium .line {
    width: 70px;
    height: 2px;
    background: #fff;
    border: none;
}

/* Price Card */
.price-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(212,175,55,0.2);
    border-radius: 20px;
    padding: 40px 25px;
    transition: 0.4s ease;
    position: relative;
    backdrop-filter: blur(10px);
}

.price-card:hover {
    transform: translateY(-10px);
    border-color: #fff;
    box-shadow: 0 20px 40px rgba(0,0,0,0.6);
}

.price-card h4 {
    font-size: 22px;
    margin-bottom: 15px;
}

.price-card .price {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

/* Featured Card */
.price-card.featured {
    background: linear-gradient(145deg, #1a1a1a, #111);
    border: 1px solid #fff;
}

.price-card .badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #fff;
    color: #111;
    padding: 5px 12px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 600;
}

/* Button */
.price-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 25px;
    border-radius: 50px;
    background: linear-gradient(45deg, #fff, #b8962e);
    color: #111;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.price-btn:hover {
    background: #ffffff;
    color: #111;
}
/* ===== Premium Testimonials Section ===== */

.testimonials-premium {
    background: linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.85)), 
                url('img/testimonial-bg.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.testimonials-premium .section-title {
    font-size: 38px;
    font-weight: 700;
}

.testimonials-premium .section-subtitle {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
}

.testimonials-premium .line {
    width: 70px;
    height: 2px;
    background: #fff;
    border: none;
}

/* Testimonial Card */
.testimonial-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(212,175,55,0.3);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    backdrop-filter: blur(10px);
    transition: 0.4s ease;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    border-color: #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,0.6);
}

.testimonial-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #ddd;
    margin-bottom: 25px;
}

.client-info h6 {
    margin-bottom: 5px;
    color: #fff;
    font-weight: 600;
}

.client-info span {
    font-size: 13px;
    color: #ccc;
}
/* ===== Premium Contact Section ===== */

.contact-premium {
    background: #0f0f0f;
    color: #fff;
}

.contact-premium .section-title {
    font-size: 38px;
    font-weight: 700;
}

.contact-premium .section-subtitle {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
}

.contact-premium .line {
    width: 70px;
    height: 2px;
    background: #fff;
    border: none;
}

/* Contact Info Box */
.contact-box {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(212,175,55,0.3);
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 10px;
    transition: 0.3s ease;
}

.contact-box:hover {
    border-color: #fff;
    transform: translateY(-5px);
}

.contact-box h5 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 20px;
}

/* Form Styling */
.form-box {
    background: rgba(255,255,255,0.05);
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(212,175,55,0.2);
}

.form-box input, .form-box select,
.form-box textarea {
    width: 100%;
    padding: 8px 15px;
    border-radius: 10px;
    border: 1px solid #333;
    background: #1a1a1a;
    color: #fff;
}

.form-box input:focus,
.form-box textarea:focus {
    border-color: #fff;
    outline: none;
}

/* Button */
.contact-btn {
    display: inline-block;
    background: green;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    border: none;
    text-decoration: none;
    transition: 0.3s ease;
}

.contact-btn:hover {
    background: #ffffff;
    color: #111;
}
/* ===== Premium Footer ===== */

.footer-premium {
    background: #0f0f0f;
    color: #ccc;
    padding-top: 40px;
}

.footer-premium h2 a {
    color: #ffffff;
    font-weight: 700;
}

.footer-premium h2 span {
    display: block;
    font-size: 14px;
    color: red;
    letter-spacing: 2px;
}

.footer-premium .fothead h6 {
    color: red;
    margin-bottom: 15px;
}

.footer-premium ul {
    list-style: none;
    padding: 0;
}

.footer-premium ul li {
    margin-bottom: 8px;
}

.footer-premium ul li a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer-premium ul li a:hover {
    color: red;
}

.footer-premium .social-icon a {
    display: inline-block;
    margin-right: 10px;
    color: #ccc;
    font-size: 16px;
    transition: 0.3s;
}

.footer-premium .social-icon a:hover {
    color: red;
}

.sub-footer {
    background: #000;
    padding: 20px 0;
    /* margin-top: 40px; */
}

.sub-footer p {
    margin: 0;
    color: #999;
}

.sub-footer a {
    color: red;
    text-decoration: none;
}
.sbfooterimage{
    border-radius: 50%;
    width: 80px;
}
/* ===== Premium CTA Section ===== */

.cta-premium {
    background: linear-gradient(135deg, #111, #1a1a1a);
    padding: 70px 0;
    color: #fff;
    position: relative;
    border-top: 1px solid rgba(212,175,55,0.2);
    border-bottom: 1px solid rgba(212,175,55,0.2);
}

.cta-premium h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}

.cta-premium p {
    color: #ccc;
    font-size: 15px;
}

/* Primary Button */
.cta-btn {
    display: inline-block;
    padding: 12px 28px;
    background:#fff !important;
    color: #111;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s ease;
}

.cta-btn:hover {
    background: #ffffff;
    color: #111;
}

/* Outline Button */
.cta-btn-outline {
    display: inline-block;
    padding: 12px 28px;
    border: 1px solid red;
    color: red;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s ease;
}

.cta-btn-outline:hover {
    background: red;
    color: #111;
}
/* ===== Modern About Section ===== */

.about-modern {
    background: #111;
    color: #fff;
}

/* Section Heading */
.about-modern .section-title {
    font-size: 38px;
    font-weight: 700;
}

.about-modern .section-subtitle {
    color: red;
    font-size: 15px;
}

.about-modern .line {
    width: 70px;
    height: 2px;
    background: red;
    border: none;
}

/* Image Styling */
.about-image img {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.6);
}

/* Heading */
.about-heading {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Features */
.about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.feature-item {
    background: rgba(255,255,255,0.05);
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
}

/* Stats */
.about-stats {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.stat h3 {
    color: red;
    font-size: 26px;
    margin-bottom: 5px;
}

.stat span {
    font-size: 13px;
    color: #aaa;
}

/* Button */
.about-btn {
    display: inline-block;
    padding: 8px 24px;
    border-radius: 50px;
    background: red;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.about-btn:hover {
    background: #fff;
    color: #111;
}
/* ===== Modern Gallery Section ===== */

.gallery-modern {
    background: #111;
    color: #fff;
}

/* Heading */
.gallery-modern .section-title {
    font-size: 38px;
    font-weight: 700;
}

.gallery-modern .section-subtitle {
    color: red;
    font-size: 15px;
}

.gallery-modern .line {
    width: 70px;
    height: 2px;
    background: red;
    border: none;
}

/* Grid Layout */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Gallery Item */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.5s ease;
}

/* Overlay */
.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    padding: 20px;
    opacity: 0;
    transition: 0.4s ease;
}

.gallery-overlay h5 {
    color: red;
    margin: 0;
}

/* Hover Effect */
.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

/* Responsive */
@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
}
/* ===== Sticky Buttons ===== */

.sticky-buttons {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

/* Common Style */
.sticky-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
    transition: 0.3s ease;
}

/* WhatsApp Button */


.whatsapp-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(37,211,102,0.6);
}

/* Call Button */
.call-btn {
    background: #fff;
    color: #fff;
}
/* ===== Modern Services Section ===== */

.services-modern {
    background: #111;
    color: #fff;
}

/* Heading */
.services-title {
    font-size: 38px;
    font-weight: 700;
}

.services-subtitle {
    color: red;
    font-size: 15px;
}

.services-line {
    width: 70px;
    height: 2px;
    background: red;
    border: none;
}

/* Card */
.service-card-modern {
    background: #1a1a1a;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(212,175,55,0.2);
    transition: 0.4s ease;
}

.service-card-modern:hover {
    transform: translateY(-10px);
    border-color: red;
    box-shadow: 0 20px 40px rgba(0,0,0,0.6);
}

/* Image */
.service-image {
    height: 250px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.service-card-modern:hover img {
    transform: scale(1.1);
}

/* Content */
.service-content {
    padding: 25px;
    text-align: center;
}

.service-content h5 {
    margin-bottom: 10px;
    font-weight: 600;
}

.service-content p {
    font-size: 14px;
    color: #ccc;
}

/* CTA Button */
.services-btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    background: #de0d0d;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.services-btn:hover {
    background: #fff;
    color: #111;
}
/* ===== Sticky Side Button ===== */

.sticky-appointment-btn {
    position: fixed;
    right: 20px;
    top: 30%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right;
    background: #de0d0d;
    color: #fff;
    padding: 12px 30px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    z-index: 9999;
    transition: 0.3s ease;
}

.sticky-appointment-btn:hover {
    background: #fff;
    color: #000;
}

/* ===== Modal ===== */

.custom-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 10000;
}

.custom-modal.active {
    opacity: 1;
    visibility: visible;
}

.modal-content-custom {
    background: #111;
    padding: 16px;
    border-radius: 20px;
    width: 90%;
    max-width: 400px;
    color: #fff;
    position: relative;
    animation: fadeUp 0.4s ease;
}

@keyframes fadeUp {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* Close Button */
.close-modal {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 22px;
    cursor: pointer;
}

/* Form */
.modal-content-custom input,.modal-content-custom select,
.modal-content-custom textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #333;
    background: #1a1a1a;
    color: #fff;
}

.modal-content-custom button {
    width: 100%;
    padding: 12px;
    border-radius: 50px;
    border: none;
    background: red;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
}

.modal-content-custom button:hover {
    background: #fff;
    color: #000;
}
/* ===== Membership Section ===== */

.membership-section {
    background: #111;
    color: #fff;
}

.membership-title {
    font-size: 38px;
    font-weight: 700;
}

.membership-subtitle {
    color: #d4af37;
}

/* Card Base */
.membership-card {
    height: 180px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* Background Images */
.silver-card {
    background-image: url('../img/services/silver-membership.avif');
}

.gold-card {
    background-image: url('../img/services/golden-membership.avif');
}

.diamond-card {
    background-image: url('../img/services/diamond-membership.avif');
}

/* Overlay */
.membership-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    opacity: 0;   /* DEFAULT HIDDEN */
    transition: 0.4s ease;
    padding: 20px;
}

/* Hover Effect */
.membership-card:hover .membership-overlay {
    opacity: 1;   /* ON HOVER SHOW */
}

/* Button */
.membership-btn {
    margin-top: 15px;
    padding: 8px 25px;
    border-radius: 50px;
    background: red;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 14px;
}

.membership-btn:hover {
    background: #fff;
    color: #000;
}
/* Modal Layout */
.modal-flex {
    display: flex;
    max-width: 900px;
    border-radius: 12px;
    overflow: hidden;
}

/* Left Side */
.modal-left {
    width: 45%;
    background: #111;
    padding: 20px;
    color: #fff;
}

.modal-title {
    font-size: 18px;
    margin-bottom: 15px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.service-grid img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    transition: 0.3s;
}

.service-grid img:hover {
    transform: scale(1.05);
}

/* Right Side */
.modal-right {
    width: 55%;
    padding: 30px;
}

.modal-form input,
.modal-form select,
.modal-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.form-row {
    display: flex;
    gap: 10px;
}

.form-row input {
    width: 50%;
}

.modal-btn {
    width: 100%;
    padding: 12px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    transition: 0.3s;
}

.modal-btn:hover {
    background: #c59d5f;
}

/* Responsive */
@media(max-width:768px){
 .modal-left {
    display: none;
}
.modal-right {
    padding: 0px;
}
    .modal-left,
    .modal-right {
        width: 100%;
    }
}
.salon-products {
    background: #111;
    color: #fff;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
}

.product-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #000;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
    transition: 0.4s ease;
}

.product-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.5s ease;
}

.product-card:hover img {
    transform: scale(1.1);
}

.product-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
    transform: translateY(0);
}

.product-overlay h5 {
    margin-bottom: 5px;
    color: #c59d5f;
}

.product-overlay p {
    font-size: 14px;
    color: #ddd;
}
.date-group {
    position: relative;
}

.date-group input {
    width: 100%;
    padding: 14px 10px 6px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    outline: none;
    background: transparent;
}
.date-group label {
    position: absolute;
    left: 12px;
    font-size: 13px;
    color: #999;
    transition: 0.3s ease;
    pointer-events: none;
    background: #fff;
    width: 90%;
    padding: 10px 10px;
    border-radius: 6px;
}
/* When input focused or has value */
.date-group input:focus + label,
.date-group input:valid + label {
    top: -8px;
    font-size: 12px;
}