/*
Theme Name: Flatsome child
Description: Flatsome Team developed for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.9
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* ===== ABOUT SECTION ===== */
:root{
    --primary-key: #9a8245;
}
h1{
    text-transform: uppercase;
}
.absolute-footer.dark.medium-text-center.small-text-center {
    display: none;
}
.readmore{
    margin-top: 20px;
    text-align: center;
}
.readmore a{
    padding: 10px 20px;
    background-color: red;
    color: #fff;
    border-radius: 10px;
    text-align: center;
}
.st_service img {
    border-radius: 10px;
}
.st_service h2{
    color: #9a8245;
    font-size: 24px;
    text-transform: uppercase;
}
.st_gallery h2{
    color: #9a8245;
    font-size: 24px;
    text-transform: uppercase;
}
.st_service h3{
    color: #9a8245;
}

.about-nailsx{
    font-family: 'Poppins', sans-serif;
    background:#faf7f7;
    padding:70px 20px;
    line-height:1.7;
}

.about-nailsx .container{
    max-width:1100px;
    margin:auto;
}

.about-nailsx h1{
    font-size:32px;
    font-weight:700;
    margin-bottom:20px;
    color: #9a8245;
}

.about-nailsx h2{
    font-size:26px;
    margin-top:40px;
    margin-bottom:15px;
    color:#b40028;
    font-weight:600;
}

.about-nailsx p{
    font-size:16px;
    color:#444;
    margin-bottom:18px;
}

.about-nailsx .services{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:12px;
    margin-top:15px;
    margin-bottom:25px;
}

.about-nailsx .service-item{
    background:#fff;
    padding:14px 18px;
    border-radius:8px;
    border:1px solid #eee;
    font-size:15px;
    font-weight:500;
    color:#333;
    box-shadow:0 3px 8px rgba(0,0,0,0.05);
}

.about-nailsx .cta{
    margin-top:35px;
    background:#b40028;
    color:white;
    padding:18px 25px;
    border-radius:8px;
    text-align:center;
}

.about-nailsx .cta h3{
    margin:0 0 10px 0;
    font-size:20px;
    color: #fff;
}
.about-nailsx .cta p{
    color: #fff;
}
.about-nailsx .cta a{
    display:inline-block;
    margin-top:8px;
    padding:10px 22px;
    background:#fff;
    color:#b40028;
    border-radius:6px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

.about-nailsx .cta a:hover{
    background:#f4f4f4;
}

@media(max-width:768px){

.about-nailsx h1{
    font-size:30px;
}

.about-nailsx h2{
    font-size:22px;
}

}

.pedicure-nailsx{
    font-family:'Poppins',sans-serif;
    background:#ffffff;
    padding:70px 20px;
    line-height:1.7;
}

.pedicure-nailsx .container{
    max-width:1100px;
    margin:auto;
}

.pedicure-nailsx h1{
    font-size:32px;
    font-weight:700;
    color: #9a8245;
    margin-bottom:20px;
}

.pedicure-nailsx h2{
    font-size:26px;
    color:#b40028;
    margin-top:35px;
    margin-bottom:15px;
}

.pedicure-nailsx p{
    font-size:16px;
    color:#444;
    margin-bottom:18px;
}

.pedicure-nailsx .pedicure-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:14px;
    margin:20px 0 30px;
}

.pedicure-nailsx .pedicure-item{
    background:#faf7f7;
    padding:16px 20px;
    border-radius:8px;
    border:1px solid #eee;
    font-weight:500;
    color:#333;
    box-shadow:0 3px 8px rgba(0,0,0,0.05);
}

.pedicure-nailsx .highlight{
    background:#faf7f7;
    border-left:4px solid #b40028;
    padding:20px 22px;
    border-radius:6px;
    margin:20px 0;
}

.pedicure-nailsx .cta{
    margin-top:35px;
    background:#b40028;
    color:white;
    padding:22px;
    border-radius:8px;
    text-align:center;
}
.pedicure-nailsx .cta h3, .pedicure-nailsx .cta p{
    color: #fff;;
}
.pedicure-nailsx .cta a{
    display:inline-block;
    margin-top:10px;
    padding:11px 24px;
    background:#fff;
    color:#b40028;
    text-decoration:none;
    border-radius:6px;
    font-weight:600;
    transition:0.3s;
}

.pedicure-nailsx .cta a:hover{
    background:#f3f3f3;
}

@media(max-width:768px){

.pedicure-nailsx h1{
    font-size:30px;
}

.pedicure-nailsx h2{
    font-size:22px;
}

}

.gelmanicure-nailsx{
    font-family:'Poppins',sans-serif;
    padding:70px 20px;
    line-height:1.7;
}

.gelmanicure-nailsx .container{
    max-width:1100px;
    margin:auto;
}

.gelmanicure-nailsx h1{
    font-size:32px;
    font-weight:700;
    color: #9a8245;
    margin-bottom:20px;
}

.gelmanicure-nailsx h2{
    font-size:26px;
    color:#b40028;
    margin-top:35px;
    margin-bottom:15px;
}

.gelmanicure-nailsx p{
    font-size:16px;
    color:#444;
    margin-bottom:18px;
}

.gelmanicure-nailsx .benefits{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:14px;
    margin:20px 0 30px;
}

.gelmanicure-nailsx .benefit-item{
    background:#fff;
    padding:16px 20px;
    border-radius:8px;
    border:1px solid #eee;
    box-shadow:0 3px 8px rgba(0,0,0,0.05);
    font-weight:500;
    color:#333;
}

.gelmanicure-nailsx .highlight{
    background:#ffffff;
    border-left:4px solid #b40028;
    padding:20px 22px;
    border-radius:6px;
    margin:20px 0;
}

.gelmanicure-nailsx .cta{
    margin-top:35px;
    background:#b40028;
    color:white;
    padding:22px;
    border-radius:8px;
    text-align:center;
}
.gelmanicure-nailsx .cta h3, .gelmanicure-nailsx .cta p{
    color: #fff;
}
.gelmanicure-nailsx .cta a{
    display:inline-block;
    margin-top:10px;
    padding:11px 24px;
    background:#fff;
    color:#b40028;
    text-decoration:none;
    border-radius:6px;
    font-weight:600;
    transition:0.3s;
}

.gelmanicure-nailsx .cta a:hover{
    background:#f2f2f2;
}

@media(max-width:768px){

.gelmanicure-nailsx h1{
    font-size:30px;
}

.gelmanicure-nailsx h2{
    font-size:22px;
}

}
.acrylic-nailsx{
    font-family:'Poppins',sans-serif;
    background:#ffffff;
    padding:70px 20px;
    line-height:1.7;
}

.acrylic-nailsx .container{
    max-width:1100px;
    margin:auto;
}

.acrylic-nailsx h1{
    font-size:32px;
    font-weight:700;
    color: #9a8245;
    margin-bottom:20px;
}

.acrylic-nailsx h2{
    font-size:26px;
    color:#b40028;
    margin-top:35px;
    margin-bottom:15px;
}

.acrylic-nailsx p{
    font-size:16px;
    color:#444;
    margin-bottom:18px;
}

.acrylic-nailsx .style-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:14px;
    margin:20px 0 30px;
}

.acrylic-nailsx .style-item{
    background:#faf7f7;
    padding:16px 20px;
    border-radius:8px;
    border:1px solid #eee;
    font-weight:500;
    color:#333;
    box-shadow:0 3px 8px rgba(0,0,0,0.05);
}

.acrylic-nailsx .highlight{
    background:#faf7f7;
    border-left:4px solid #b40028;
    padding:20px 22px;
    border-radius:6px;
    margin:20px 0;
}

.acrylic-nailsx .cta{
    margin-top:35px;
    background:#b40028;
    color:white;
    padding:22px;
    border-radius:8px;
    text-align:center;
}
.acrylic-nailsx .cta h3, .acrylic-nailsx .cta p{
    color: #fff;
}
.acrylic-nailsx .cta a{
    display:inline-block;
    margin-top:10px;
    padding:11px 24px;
    background:#fff;
    color:#b40028;
    text-decoration:none;
    border-radius:6px;
    font-weight:600;
    transition:0.3s;
}

.acrylic-nailsx .cta a:hover{
    background:#f3f3f3;
}

@media(max-width:768px){

.acrylic-nailsx h1{
    font-size:30px;
}

.acrylic-nailsx h2{
    font-size:22px;
}
.box-service{
    display: block !important;
}

}
.box-service {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.box-service .media-block{
    text-align: center;
}
.box-service .media-block img {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    border: 2px solid #9a8245;;
    margin-top: 20px;
    margin-bottom: 20px;
}

a.nav-top-link {
    text-transform: uppercase;
}