/**
 * =====================================================================
 * FILE: main.css
 * MÔ TẢ: File CSS chính của Vidotheme
 * PHÂN MỤC:
 * 1. Reset & Base Styles
 * 2. Typography
 * 3. Preloader
 * 4. Header Styles
 * 5. Navigation & Menu
 * 6. Mobile Menu
 * 7. Slider Styles
 * 8. Section Styles
 * 9. Services Section
 * 10. Footer Styles
 * 11. Buttons & Forms
 * 12. Responsive Styles
 * =====================================================================
 */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/**
 * 1. RESET & BASE STYLES
 * =====================================================================
 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background: url('https://ksnailsspa.com/wp-content/uploads/2022/09/bg-body-scaled.jpg') fixed;
    background-size: cover;
    overflow-x: hidden;
}

#content .section .section-bg {
    background-image: url('https://ksnailsspa.com/wp-content/uploads/2022/09/bg-body-scaled.jpg') !important;
    background-attachment: fixed;
}

.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: flex-start;
}

.col-12,
.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-12,
.col-md-4, .col-md-6, .col-md-12,
.col-sm-12 {
    padding: 0 15px;
    width: 100%;
    flex: 0 0 100%;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

a:hover {
    opacity: 0.8;
}

/**
 * 2. TYPOGRAPHY
 * =====================================================================
 */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}

h1 { font-size: 48px; }
h2 { font-size: 36px; }
h3 { font-size: 28px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

p {
    margin-bottom: 15px;
}

/**
 * 3. PRELOADER
 * =====================================================================
 */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url('https://ksnailsspa.com/wp-content/themes/flatsome/assets/img/bg-load.webp') 0px 0px no-repeat fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.preloader .back {
    display: flex;
    gap: 5px;
    margin: 1em auto;
    font-size: 5pt;
    font-family: "Roboto", sans-serif;
}

.preloader .back span {
    font-size: 3em;
    color: #666;
    background: #fff;
    display: table-cell;
    box-shadow: inset 0 0 5px rgba(255,255,255,0.3), 0 3px 0 #ccc;
    padding: 10px 15px 5px 15px;
    line-height: 1.2;
    vertical-align: middle;
    animation: jumb 2s infinite;
}

.preloader .back span:nth-child(1) { animation-delay: 0s; }
.preloader .back span:nth-child(2) { animation-delay: 0.1s; }
.preloader .back span:nth-child(3) { animation-delay: 0.2s; }
.preloader .back span:nth-child(4) { animation-delay: 0.3s; }
.preloader .back span:nth-child(5) { animation-delay: 0.4s; }
.preloader .back span:nth-child(6) { animation-delay: 0.5s; }
.preloader .back span:nth-child(7) { animation-delay: 0.6s; }

@keyframes jumb {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-30px);
        box-shadow: 0 8px 0 #ccc;
    }
    100% {
        transform: translateY(0px);
    }
}

/**
 * 4. HEADER STYLES
 * =====================================================================
 */
.header {
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header-top {
    background: #2a2a2a;
    color: #fff;
    padding: 10px 0;
}

.header-top-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

p.txtheader {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 0;
    font-size: 14px;
}

.header-main {
    padding: 10px 0;
    border-bottom: 2px solid #e0e0e0;
}

.navbar {
    width: 100%;
}

.navbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    flex-shrink: 0;
}

.logo img {
    max-height: 100px;
    width: auto;
}

.logo-text {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
}

.header-bottom {
    display: none;
}

/**
 * 5. NAVIGATION & MENU
 * =====================================================================
 */
.navbar-collapse {
    flex-grow: 1;
    margin: 0 50px;
}

.navbar-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-nav li {
    margin: 0 20px;
}

.navbar-nav .nav-link {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 0;
    position: relative;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #d4af37;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #d4af37;
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.header-cta .btn-call {
    background: #d4af37;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 600;
    white-space: nowrap;
}

.header-cta .btn-call i {
    margin-right: 8px;
}

/**
 * 6. MOBILE MENU
 * =====================================================================
 */
.mobile-header-actions {
    display: none;
}

.navbar-toggler {
    background: none;
    border: none;
    width: 30px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    margin-left: 15px;
}

.navbar-toggler-icon {
    width: 100%;
    height: 3px;
    background: #333;
    transition: all 0.3s ease;
}

.mobile-menu-close {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 30px;
    color: #333;
    cursor: pointer;
}

.mobile-search-bar {
    display: none;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.mobile-search-bar .search-form {
    display: flex;
    position: relative;
}

.mobile-search-bar .search-field {
    width: 100%;
    padding: 12px 45px 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    font-size: 14px;
}

.mobile-search-bar .search-submit {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #d4af37;
    cursor: pointer;
}

.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
}

.menu-overlay.active {
    display: block;
}

/* Header Bottom Mobile Menu */
.header-bottom {
    background: #fff;
    padding: 10px 0;
    border-top: 1px solid #e0e0e0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.header_m {
    width: 100%;
}

.groupmenu_m {
    width: 100%;
}

.groupmenu_m ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin: 0;
    padding: 0;
}

.groupmenu_m ul li {
    flex: 1;
    text-align: center;
}

.groupmenu_m ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #666;
    font-size: 11px;
    padding: 5px;
    transition: color 0.3s ease;
}

.groupmenu_m ul li a:hover {
    color: #d4af37;
}

.groupmenu_m ul li a i {
    font-size: 20px;
    margin-bottom: 5px;
}

.groupmenu_m ul li a span {
    display: block;
    font-weight: 500;
}

/* Mobile Bottom Navigation */
.link-bottom {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #252525;
    z-index: 999;
}

.b-wrapper {
    display: flex;
}

.b-wrapper .b-button {
    width: 25%;
    text-align: center;
    color: #fff;
    padding: 12px 5px;
    font-size: 11px;
    border-right: 1px solid #3a3a3a;
}

.b-wrapper .b-button:last-child {
    border-right: none;
}

.b-wrapper .b-button i {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}

.b-wrapper .b-button p {
    margin: 0;
}

/**
 * 6.5 DECORATIVE FLOWERS
 * =====================================================================
 */
.bg-flower-left,
.bg-flower-right {
    position: absolute;
    z-index: 10;
    pointer-events: none;
}

.bg-flower-left {
    left: 19px;
    bottom: 10%;
    max-width: 300px;
}

.bg-flower-right {
    right: 5%;
    top: 10%;
    max-width: 170px;
}

.bg-flower-left img {
    width: 300px;
    height: 342px;
    z-index: 999;
    -webkit-animation-name: shapeAnimaiton;
    -moz-animation-name: shapeAnimaiton;
    -o-animation-name: shapeAnimaiton;
    animation-name: shapeAnimaiton;
    -webkit-animation-duration: 8s;
    -moz-animation-duration: 8s;
    -o-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.bg-flower-right img {
    width: 170px;
    height: 263px;
    z-index: 999;
    -webkit-animation-name: shapeAnimaiton2;
    -moz-animation-name: shapeAnimaiton2;
    -o-animation-name: shapeAnimaiton2;
    animation-name: shapeAnimaiton2;
    -webkit-animation-duration: 8s;
    -moz-animation-duration: 8s;
    -o-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* Animation cho leaf bên trái */
@-webkit-keyframes shapeAnimaiton {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    25% {
        -webkit-transform: translate(-20px, 0);
        transform: translate(-20px, 0);
    }
    50% {
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }
    75% {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-moz-keyframes shapeAnimaiton {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    25% {
        -moz-transform: translate(-20px, 0);
        transform: translate(-20px, 0);
    }
    50% {
        -moz-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }
    75% {
        -moz-transform: translate(0, -20px);
        transform: translate(0, -20px);
    }
    100% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-o-keyframes shapeAnimaiton {
    0% {
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    25% {
        -o-transform: translate(-20px, 0);
        transform: translate(-20px, 0);
    }
    50% {
        -o-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }
    75% {
        -o-transform: translate(0, -20px);
        transform: translate(0, -20px);
    }
    100% {
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes shapeAnimaiton {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    25% {
        -webkit-transform: translate(-20px, 0);
        -moz-transform: translate(-20px, 0);
        -o-transform: translate(-20px, 0);
        transform: translate(-20px, 0);
    }
    50% {
        -webkit-transform: translate(-20px, -20px);
        -moz-transform: translate(-20px, -20px);
        -o-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }
    75% {
        -webkit-transform: translate(0, -20px);
        -moz-transform: translate(0, -20px);
        -o-transform: translate(0, -20px);
        transform: translate(0, -20px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/* Animation cho leaf bên phải */
@-webkit-keyframes shapeAnimaiton2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    25% {
        -webkit-transform: translate(20px, 0);
        transform: translate(20px, 0);
    }
    50% {
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
    75% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-moz-keyframes shapeAnimaiton2 {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    25% {
        -moz-transform: translate(20px, 0);
        transform: translate(20px, 0);
    }
    50% {
        -moz-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
    75% {
        -moz-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    100% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-o-keyframes shapeAnimaiton2 {
    0% {
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    25% {
        -o-transform: translate(20px, 0);
        transform: translate(20px, 0);
    }
    50% {
        -o-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
    75% {
        -o-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    100% {
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes shapeAnimaiton2 {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    25% {
        -webkit-transform: translate(20px, 0);
        -moz-transform: translate(20px, 0);
        -o-transform: translate(20px, 0);
        transform: translate(20px, 0);
    }
    50% {
        -webkit-transform: translate(20px, 20px);
        -moz-transform: translate(20px, 20px);
        -o-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
    75% {
        -webkit-transform: translate(0, 20px);
        -moz-transform: translate(0, 20px);
        -o-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media (max-width: 767px) {
    .bg-flower-left,
    .bg-flower-right {
        max-width: 100px;
    }
    
    .bg-flower-right img {
        display: none;
    }
    
    .bg-flower-left img {
        position: absolute;
        width: 40%;
        height: auto;
        z-index: 99;
        left: 19px;
        bottom: 125px;
    }
}

/**
 * 7. SLIDER STYLES
 * =====================================================================
 */
.main-slider {
    position: relative;
    width: 100%;
    height: 950px;
    margin-top: -210px;
    padding-top: 210px;
}

.main-slider .swiper {
    width: 100%;
    height: 100%;
}

.main-slider .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.slider-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slide-subtitle {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.slide-title {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.swiper-slide.slide-fancy .slide-title {
    font-family: 'Mrs Saint Delafield', cursive;
    font-size: 90px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 2px;
}

.slide-description {
    font-size: 18px;
    margin-bottom: 30px;
}

/* Swiper Navigation Buttons */
.main-slider .swiper-button-next,
.main-slider .swiper-button-prev {
    color: #fff;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.main-slider .swiper-button-next:hover,
.main-slider .swiper-button-prev:hover {
    opacity: 0.7;
}

.main-slider .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}

.main-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #d4af37;
}

/**
 * 8. SECTION STYLES
 * =====================================================================
 */
.section {
    padding: 60px 0 0 0;
}

.section:last-of-type {
    padding-bottom: 60px;
}

.section-header {
    margin-bottom: 40px;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.section-title span {
    color: #d4af37;
}

.section-subtitle {
    font-size: 16px;
    color: #666;
}

/* Welcome Section */
.welcome-section .welcome-image img {
    width: 120%;
    max-width: none;
    margin-left: -10%;
}

.welcome-section .welcome-content {
    position: relative;
    z-index: 10;
    background: transparent;
    padding: 40px;
    margin-left: -50px;
}

.welcome-section .section-title {
    font-family: 'Mrs Saint Delafield', cursive;
    font-size: 72px;
    font-weight: 400;
    text-transform: none;
    line-height: 1.3;
}

@media (max-width: 991px) {
    .welcome-section .welcome-image img {
        width: 100%;
        margin-left: 0;
    }
    
    .welcome-section .welcome-content {
        margin-left: 0;
        margin-top: -40px;
    }
}

/* Offer Section */
.offer-section .offer-box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.offer-section .offer-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.offer-section .offer-box:hover img {
    transform: scale(1.05);
}

.offer-section .offer-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 30px 20px;
    text-align: center;
}

.offer-section .offer-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

/* Service Detail Section */
h2.h2title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 45px;
}

h2.h2title span {
    font-weight: 100;
    color: #d4af37;
}

h4.sv {
    font-weight: 900 !important;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 10px;
}

p.svp {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.box-text-bottom {
    position: relative;
}

.box-text-bottom .box-image {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.box-text-bottom .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.box-text-bottom:hover .box-image img {
    transform: scale(1.05);
}

.box-text-bottom .box-text {
    padding: 20px;
    background: #fff;
    text-align: center;
}

/* CTA Banner Section */
.cta-banner-section {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 150px 0;
    margin: 60px 0;
}

.cta-banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.cta-banner-section .container {
    position: relative;
    z-index: 2;
}

.cta-banner-section h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.cta-banner-section h2 span {
    font-weight: 100;
    display: block;
}

.cta-banner-section .btn {
    border-radius: 99px;
}

@media (max-width: 767px) {
    .cta-banner-section {
        padding: 80px 0;
    }
    
    .cta-banner-section h2 {
        font-size: 28px;
    }
    section.section.cta-banner-section {
        padding-bottom: 40px;
    }
}

/**
 * 9. SERVICES SECTION
 * =====================================================================
 */
.services-section {
    background: #fff;
}

.services-section.ss-service {
    background: rgba(249, 249, 249, 0.85);
    margin-top: -100px;
    padding-top: 80px;
    padding-bottom: 60px;
    position: relative;
    z-index: 100;
}

.services-section.ss-service .section-content {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    width: 100%;
}

.services-section.ss-service .bg.section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.row-collapse {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.row-collapse > [class*="col-"] {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
}

/* Service Boxes */
.box.has-hover.service-i {
    position: relative;
    overflow: hidden;
}

.box.has-hover.service-i.aspect .box-image {
    position: relative;
    padding-top: 0;
    height: auto;
}

.box.has-hover.service-i .box-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.box.has-hover.service-i:hover .box-image img {
    transform: scale(1.05);
}

.box.has-hover.service-i .image-cover {
    position: relative;
    overflow: hidden;
}

.box.has-hover.service-i .image-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box.has-hover.service-i .box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    padding: 20px 15px;
    text-align: left;
}

.box.has-hover.service-i .box-text h3 {
    color: #fff !important;
    font-size: 35px !important;
    font-weight: 600;
    text-transform: uppercase !important;
    margin: 0;
}

.box.has-hover.service-i .box-text .content-s h3 {
    color: #fff !important;
    font-size: 35px !important;
    text-transform: uppercase !important;
}

/* Text Box for Artificial Nails */
.txtsq {
    width: 100%;
    text-align: center;
    padding: 40px 20px;
    background: #f5f5f5;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txtsq .titlesq {
    font-size: 50px;
    font-weight: 900;
    color: #aeaeab !important;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0;
    font-family: 'Raleway', sans-serif !important;
}

.txtsq .titlesq span {
    font-size: 50px;
    font-weight: 100;
    display: block;
    color: #aeaeab !important;
}

.service-box {
    background: #fff;
    overflow: hidden;
    transition: transform 0.3s ease;
    height: 100%;
    position: relative;
}

.service-box:hover {
    transform: translateY(-5px);
}

.service-image {
    position: relative;
    overflow: hidden;
    height: auto;
    aspect-ratio: 4/3;
}

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

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

.service-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 15px;
    text-align: left;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}

.service-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
}

.service-description {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.service-box.featured {
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.service-content-center {
    text-align: center;
    padding: 40px 20px;
}

.service-title-large {
    font-size: 28px;
    color: #333;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 700;
}

.txtsq {
    width: 100%;
    text-align: center;
    padding: 20px;
}

.txtsq .titlesq {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0;
}

/* Service Detail Boxes */
.service-detail-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    height: 100%;
}

.service-detail-box:hover {
    transform: translateY(-10px);
}

.service-detail-box .service-image {
    height: 250px;
}

.service-detail-box .service-content {
    padding: 25px;
    text-align: center;
}

.service-detail-box .service-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #333;
}

.service-detail-box .service-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/**
 * 10. FOOTER STYLES
 * =====================================================================
 */
#footer {
    margin-top: 60px;
}

.footer {
    background: #2a2a2a;
    color: #fff;
    padding: 80px 0 0;
    font-size: 16px;
}

.footer-info {
    margin-bottom: 40px;
}

.footer-info .row {
    justify-content: flex-start;
    align-items: flex-start;
}

.footer .row {
    flex-wrap: wrap;
}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    max-height: 180px;
    margin: 0 auto 20px;
}

.footer-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 10px;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #fff;
    font-size: 15px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #d4af37;
}

.footer-subtitle {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-map {
    width: 100%;
    height: 100%;
}

.footer-map iframe {
    width: 100%;
    height: 350px;
    border: 0;
}


.footer-subtitle {
    margin-top: 20px;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 40px;
    height: 40px;
    background: #3a3a3a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: background 0.3s ease;
}

.social-link:hover {
    background: #d4af37;
}

.footer-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.business-hours .hours-row {
    margin-bottom: 10px;
    font-size: 14px;
}

.business-hours .day {
    font-weight: 600;
}

.business-hours .time {
    color: #ccc;
}

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

.footer-contact-list .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 14px;
}

.footer-contact-list .contact-item i {
    margin-right: 10px;
    color: #d4af37;
    font-size: 16px;
    margin-top: 3px;
}


.footer-bottom {
    background: #1a1a1a;
    padding: 20px 0;
    margin-top: 60px;
}

.footer-bottom-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.footer-bottom-inner p {
    margin: 0;
}

/**
 * 11. BUTTONS & FORMS
 * =====================================================================
 */
.btn {
    display: inline-block;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.btn-primary {
    background: #d4af37;
    color: #fff;
    border-color: #d4af37;
}

.btn-primary:hover {
    background: #b89530;
    border-color: #b89530;
}

.btn-outline {
    background: transparent;
    color: #d4af37;
    border-color: #d4af37;
}

.btn-outline:hover {
    background: #d4af37;
    color: #fff;
}

.btn-large {
    padding: 18px 45px;
    font-size: 18px;
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #d4af37;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: #b89530;
}

/**
 * 12. RESPONSIVE STYLES
 * =====================================================================
 */

/* Desktop Large */
@media (min-width: 992px) {
    .col-lg-2 { width: 16.666%; flex: 0 0 16.666%; }
    .col-lg-3 { width: 25%; flex: 0 0 25%; }
    .col-lg-4 { width: 33.333%; flex: 0 0 33.333%; }
    .col-lg-5 { width: 41.666%; flex: 0 0 41.666%; }
    .col-lg-6 { width: 50%; flex: 0 0 50%; }
    .col-lg-12 { width: 100%; flex: 0 0 100%; }
    .col-12 { width: 100%; flex: 0 0 100%; }
    
    .hide-for-mobile { display: block !important; }
    .show-for-mobile { display: none !important; }
    
    .header-bottom {
        display: none;
    }
    
    .link-bottom {
        display: none;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .col-md-4 { width: 33.333%; flex: 0 0 33.333%; }
    .col-md-6 { width: 50%; flex: 0 0 50%; }
    .col-md-12 { width: 100%; flex: 0 0 100%; }
    
    .navbar-collapse {
        margin: 0 30px;
    }
    
    .navbar-nav li {
        margin: 0 15px;
    }
    
    .section-title {
        font-size: 36px;
    }
    
    /* Services Section Tablet */
    .row-collapse .col-lg-4,
    .row-collapse .col-md-4 {
        width: 33.333%;
        flex: 0 0 33.333%;
    }
    
    .txtsq .titlesq {
        font-size: 36px;
    }
    
    /* Services Detail Section Tablet */
    .services-detail-section .col-lg-4,
    .services-detail-section .col-md-6 {
        width: 50%;
        flex: 0 0 50%;
    }
    
    /* Offer Section Tablet */
    .offer-section .col-lg-4,
    .offer-section .col-lg-6,
    .offer-section .col-md-6 {
        width: 50%;
        flex: 0 0 50%;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .header-top {
        padding: 8px 0;
    }
    
    .header-contact-info {
        font-size: 12px;
    }
    
    .header-main {
        padding: 8px 0;
    }
    
    .logo img {
        max-height: 60px;
    }
    
    .logo-text {
        font-size: 24px;
    }
    
    .mobile-header-actions {
        display: flex;
        align-items: center;
    }
    
    .mobile-search-toggle {
        background: none;
        border: none;
        font-size: 20px;
        color: #333;
        cursor: pointer;
    }
    
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: #fff;
        margin: 0;
        flex-direction: column;
        align-items: flex-start;
        padding: 70px 0 0 0;
        transition: right 0.3s ease;
        overflow-y: auto;
        z-index: 999;
    }
    
    .navbar-collapse.show {
        right: 0;
    }
    
    .mobile-menu-close {
        display: block;
    }
    
    .mobile-search-bar {
        display: block;
    }
    
    .navbar-nav {
        flex-direction: column;
        width: 100%;
    }
    
    .navbar-nav li {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .navbar-nav .nav-link {
        display: block;
        padding: 15px 20px;
        text-align: left;
    }
    
    .menu-overlay {
        left: 0;
    }
    
    .menu-overlay.active {
        left: 0;
    }
    
    .header-cta {
        display: none;
    }
    
    .link-bottom {
        display: block;
    }
    
    .header-bottom {
        display: block;
    }
    
    .hide-for-mobile {
        display: none !important;
    }
    
    .show-for-mobile {
        display: block !important;
    }
    
    .main-slider {
        height: 700px;
        margin-top: -100px;
        padding-top: 100px;
    }
    
    .services-section.ss-service {
        margin-top: -80px;
    }
    
    .row-collapse {
        flex-direction: row;
        padding: 0;
        align-items: stretch;
    }
    
    .row-collapse .col-lg-4,
    .row-collapse .col-md-4 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .txtsq {
        min-height: 150px;
        padding: 30px 20px;
    }
    
    .txtsq .titlesq {
        font-size: 32px;
    }
    
    /* Services Detail Section Mobile */
    .services-detail-section .row {
        flex-direction: column;
    }
    
    .services-detail-section .col-lg-4,
    .services-detail-section .col-md-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    /* Offer Section Mobile */
    .offer-section .row {
        flex-direction: column;
    }
    
    .offer-section .col-lg-4,
    .offer-section .col-lg-6,
    .offer-section .col-md-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .offer-section .offer-box img {
        height: 300px;
    }
    
    .welcome-section .section-title {
        font-size: 48px;
    }
    
    .welcome-section .col-lg-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .box.has-hover.service-i .box-text h3,
    .box.has-hover.service-i .box-text .content-s h3 {
        font-size: 24px !important;
    }
    
    .bg-flower-left {
        bottom: 10%;
        left: 10px;
    }
    
    .bg-flower-right {
        top: 5%;
        right: 10px;
    }
    
    .swiper-slide.slide-fancy .slide-title {
        font-size: 50px;
    }
    
    .footer-map iframe {
        height: 250px;
    }
    
    .slide-subtitle {
        font-size: 18px;
    }
    
    .slide-title {
        font-size: 28px;
    }
    
    .slide-description {
        font-size: 14px;
    }
    
    /* Buttons Mobile */
    .btn {
        padding: 10px 25px;
        font-size: 14px;
    }
    
    .btn-large {
        padding: 12px 30px;
        font-size: 16px;
    }
    
    /* CTA Banner Mobile */
    .cta-banner-section {
        padding: 60px 0 80px 0;
    }
    
    .cta-banner-section .container {
        padding: 0 20px;
    }
    
    .section {
        padding: 40px 0 0 0;
    }
    
    .section:last-of-type {
        padding-bottom: 100px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .footer-banner-wrapper {
        padding: 30px 20px;
        margin-top: -100px;
    }
    
    .banner-title {
        font-size: 24px;
    }
    
    .banner-subtitle {
        font-size: 14px;
    }
    
    .footer-info {
        text-align: center;
    }
    
    .footer-info .col-lg-3,
    .footer-info .col-lg-2 {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .footer-map iframe {
        height: 250px;
    }
    
    .footer-bottom-inner {
        text-align: center;
    }
    
    .footer-subtitle {
        margin-top: 30px;
    }
    
    .back-to-top {
        display: none !important;
    }
    
    h1 { font-size: 32px; }
    h2 { font-size: 24px; }
    h3 { font-size: 20px; }
    h4 { font-size: 16px; }
    
    h2.h2title {
        font-size: 28px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .welcome-section .section-title {
        font-size: 42px;
    }
}

/* Utility Classes */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-white { color: #fff; }

.mb-4 { margin-bottom: 30px; }
.mt-4 { margin-top: 30px; }

.align-items-center {
    align-items: center;
}

/* Gallery Page Styles */
#hero.gallery-hero {
    background-size: cover;
    background-position: 50% top;
    padding: 150px 0 100px;
    position: relative;
}

#hero.gallery-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

#hero.gallery-hero .container {
    position: relative;
    z-index: 2;
}

h1.titlesv {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
}

h1.titlesv span {
    font-weight: 100;
    display: block;
    font-size: 60px;
}

.section--no-pb {
    padding-bottom: 0;
}

.gallery-section {
    background-size: cover !important;
    background-attachment: fixed !important;
    padding: 60px 0;
}

.gallery-grid {
    margin: 0 -15px;
}

.gallery-grid .__item {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-grid .__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.gallery-grid .__image {
    margin: 0;
    position: relative;
    overflow: hidden;
}

.gallery-grid .__image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-grid .__item:hover .__image img {
    transform: scale(1.05);
}

@media (max-width: 991px) {
    .col-md-6 {
        width: 50%;
    }
}

@media (max-width: 767px) {
    #hero.gallery-hero {
        padding: 100px 0 60px;
    }
    
    h1.titlesv,
    h1.titlesv span {
        font-size: 40px;
    }
    
    .col-sm-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .gallery-grid .__image img {
        height: 250px;
    }
}

/* Contact Page Styles */
.page-header-wrapper {
    position: relative;
}

.page-title.dark.featured-title {
    position: relative;
    color: #fff;
}

.page-title-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.page-title-bg .title-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% top;
}

.page-title-bg .title-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.page-title-inner {
    position: relative;
    z-index: 2;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-title-inner .title-wrapper {
    flex: 1;
}

.page-title-inner .entry-title {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

.title-breadcrumbs {
    padding: 0.5rem 0;
}

.breadcrumbs {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.breadcrumbs a {
    color: #fff;
}

.breadcrumbs .divider {
    margin: 0 10px;
}

/* Contact Info Section */
.contact-info-section {
    padding: 60px 0;
}

.icon-box.featured-box {
    padding: 30px 20px;
}

.icon-box-img {
    margin: 0 auto 20px;
}

.icon-box-img img {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
}

h3.icon1 {
    font-size: 18px;
    line-height: 1.5;
    color: #333 !important;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.icon-box-text p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Contact Form Section */
.contact-form-section {
    padding: 30px 0;
}

.row-collapse {
    margin: 0;
}

.row-full-width {
    max-width: 100%;
}

.align-equal > [class*="col-"] {
    display: flex;
}

.align-equal > [class*="col-"] > .col-inner {
    width: 100%;
}

.row-divided > [class*="col-"]:not(:last-child) {
    border-right: 1px solid #e0e0e0;
}

.imga-contract .img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 600px;
}

.form-bg {
    background: linear-gradient(to right, #ebebeb, #e1e4e9);
}

.form-bg .col-inner {
    padding: 60px 40px;
}

.bgform {
    width: 100%;
}

.form-field {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.form-field.full {
    width: 100%;
}

.form-field label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
}

.form-field textarea {
    resize: vertical;
    min-height: 150px;
}

.submit-field {
    text-align: center;
    margin-top: 30px;
}

.form-field input[type="submit"],
.form-field .button {
    cursor: pointer;
    font-size: 14px;
    line-height: 45px;
    height: 45px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    max-width: 220px;
    width: 100%;
    color: #fff;
    background: #aeaeab;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.form-field input[type="submit"]:hover,
.form-field .button:hover {
    background: #999;
}

/* Map Section */
.map-section {
    padding: 30px 0;
}

.map-section iframe {
    display: block;
    width: 100%;
}

/* Contact Form 7 Styles */
.wpcf7-form .form-field {
    margin-bottom: 30px;
}

.wpcf7-form-control {
    width: 100%;
}

.wpcf7-spinner {
    margin-left: 10px;
}

.contact-fallback-form {
    display: none;
}

body:not(.wpcf7-enabled) .contact-fallback-form {
    display: block;
}

/* Responsive */
@media (max-width: 991px) {
    .page-title-inner {
        flex-direction: column;
        min-height: 300px;
        text-align: center;
    }
    
    .page-title-inner .entry-title {
        font-size: 48px;
    }
    
    .title-content {
        margin-top: 15px;
    }
    
    .row-divided > [class*="col-"] {
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .row-divided > [class*="col-"]:last-child {
        border-bottom: none;
    }
    
    .imga-contract .img-inner img {
        min-height: 400px;
    }
    
    .form-bg .col-inner {
        padding: 40px 20px;
    }
}

@media (max-width: 767px) {
    .page-title-inner {
        min-height: 250px;
    }
    
    .page-title-inner .entry-title {
        font-size: 36px;
    }
    
    .icon-box.featured-box {
        padding: 20px 15px;
    }
    
    .imga-contract .img-inner img {
        min-height: 300px;
    }
    
    .form-bg .col-inner {
        padding: 30px 20px;
    }
}

/* =================================================================
   SERVICES PAGE STYLES
   ================================================================= */

/* Hero Section */
#hero {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

#hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

#hero .container {
    position: relative;
    z-index: 2;
}

.titlesv {
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}

.titlesv span {
    color: #b67627;
}

/* Services Section */
.section--no-pb {
    padding-bottom: 0;
}

.service-row {
    margin-bottom: 60px;
    width: 100%;
}

.service-row:last-child {
    margin-bottom: 0;
}

.service-row .col-12 {
    width: 100%;
    max-width: 100%;
}

.servicesgroup {
    display: flex;
    flex-wrap: nowrap;
    background: #fff;
    width: 100%;
    max-width: 100%;
    align-items: stretch;
}

.servicesgroup .medium-5 {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
}

.servicesgroup .servicesimg {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.servicestitle {
    font-size: 21pt;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
    line-height: 30px;
    background: #aeaeab;
    font-weight: bold;
}

.servicesimg img {
    border: 1px solid #f6f1e6;
    padding: 10px;
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
    min-height: 400px;
    object-fit: cover;
    display: block;
    flex: 1;
}

.grouprow {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    flex: 1;
}

.row_svpage {
    border-bottom: 1px dashed #828282;
    overflow: hidden;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    font-size: 12pt;
    padding: 10px 0px 10px 0px;
}

.row_svpage:last-child {
    border-bottom: none;
}

.row_name {
    font-family: 'Roboto', sans-serif;
    font-size: 14pt;
    color: #000;
    line-height: 1.6;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.row_name .price {
    font-family: 'Raleway', sans-serif;
    font-size: 14pt;
    font-weight: 700;
    color: #b67627;
    margin: 0;
    white-space: nowrap;
    margin-left: 20px;
}

/* Responsive for Services Page */
@media (max-width: 991px) {
    #hero {
        min-height: 300px;
    }
    
    .titlesv {
        font-size: 48px;
    }
    
    .servicesgroup {
        flex-direction: column;
    }
    
    .servicesgroup .medium-5 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .servicesgroup .servicesimg {
        flex: none;
        max-width: 100%;
    }
    
    .servicesimg img {
        height: auto;
        min-height: 350px;
        flex: none;
    }
    
    .grouprow {
        padding: 30px 20px;
        flex: none;
    }
    
    .servicestitle {
        font-size: 18pt;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    #hero {
        min-height: 250px;
    }
    
    .titlesv {
        font-size: 36px;
    }
    
    .servicestitle {
        font-size: 16pt;
        padding-top: 20px;
        padding-bottom: 20px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    
    .servicesimg img {
        height: auto;
        min-height: 280px;
        padding: 5px;
        margin-bottom: 20px;
    }
    
    .grouprow {
        padding: 20px 15px;
    }
    
    .row_svpage {
        font-size: 10pt;
        padding: 8px 0;
    }
    
    .row_name {
        font-size: 11pt;
    }
    
    .row_name .price {
        font-size: 11pt;
        margin-left: 15px;
    }
}

/**
 * =====================================================================
 * KẾT THÚC FILE MAIN.CSS
 * =====================================================================
 */

