/*
Theme Name: Selus Spa
Theme URI: https://selus.com/
Author: Webrion | Yonkasoft
Author URI: https://yonkasoft.com/
Description: https://selus.com/
Version: 1.1
Tested up to: 5.4
Requires PHP: 5.6
License: Webrion tema.
License URI: https://selus.com/
*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: #fff !important;
    font-family: "Exo", sans-serif !important;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: #A45F31;
}

::-webkit-scrollbar-track {
    background-color: #e0e0e0;
}

a {
    text-decoration: none !important;
    color: inherit;
}

a:hover {
    color: unset;
}

* a {
    color: inherit;
}

* a,
a:hover {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

p {
    font-size: 14px;
}

body ul {
    padding-left: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

img {
    width: 100%;
}

p {
    margin: 0;
}

.topbar .topbar-flex {
    display: flex;
    align-items: center;
    height: 50px;
}

.topbar .topbar-flex .topbar-left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.topbar .topbar-flex .topbar-left a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.topbar .topbar-flex .topbar-left a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 100px;
    font-size: 14px;
}

.yonkasoft-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.yonkasoft-header .header-wrap {
    border-radius: 25px;
}

.yonkasoft-header .header-wrap {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 50px;
}

.yonkasoft-header.not-home .header-wrap {
    border: 1.5px solid #ffffff;
}

.yonkasoft-header .header-wrap .left-bar {
    flex: 1;
}

.yonkasoft-header .header-wrap nav ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.yonkasoft-header .header-wrap nav ul li {
    position: relative;
}

.yonkasoft-header .header-wrap nav ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.yonkasoft-header .header-wrap nav ul li a:hover {
    opacity: 0.5;
}

.yonkasoft-header .header-wrap .center-bar .logo {
    display: table;
    margin: auto;
    z-index: 9999;
    position: relative;
}

.yonkasoft-header .header-wrap .center-bar .logo a {
    display: block;
    height: 100%;
    width: 100%;
}

.yonkasoft-header .header-wrap .center-bar .logo:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%);
    width: 190px;
    height: 190px;
    background-color: #fff;
    border-radius: 0 0 200px 200px;
    z-index: -1;
}

.yonkasoft-header .header-wrap .center-bar .logo a img {
    position: relative;
    width: 100px;
    top: -20px;
}

.yonkasoft-header .header-wrap .right-bar {
    flex: 1;
}

.yonkasoft-header .header-wrap .right-bar nav ul {
    justify-content: flex-end;
}

.yonkasoft-entry {
    position: relative;
    height: 800px;
}

.yonkasoft-entry .entry-wrapper {
    height: 100%;
}

.entry-swiper {
    height: 100%;
}

.entry-swiper .navigation-yk button.prev {
    left: 60px;
}

.entry-swiper .navigation-yk button.next {
    right: 60px;
}

.entry-swiper .navigation-yk button {
    width: 40px;
    height: 40px;
    background: #ffffff30;
    backdrop-filter: blur(5px);
    border: 1px solid #fff;
    border-radius: 100px;
    transition: 0.3s;
}

.entry-swiper .navigation-yk button:hover {
    background-color: #fff;
    transition: 0.3s;
}

.entry-swiper .navigation-yk button:hover i {
    color: #A45F31;
    transition: 0.3s;
}

.entry-swiper .navigation-yk button i {
    color: #fff;
    transition: 0.3s;
}

.entry-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.entry-lines {
    position: relative;
}

.entry-lines .lines:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -180px;
    transform: translate(-50%, 0);
    width: 100%;
    height: 700px;
    border: 1.5px solid #fff;
    border-radius: 25px;
    z-index: 1;
}

.yonkasoft-entry .entry-wrapper .entry-text {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    border: 1.5px solid #fff;
    border-radius: 30px;
    padding: 0 0 100px;
}

.yonkasoft-entry .entry-wrapper .entry-text .title {
    font-family: 'Losta Masta';
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1;
}

.yonkasoft-entry .entry-wrapper .entry-text .title span {
    font-family: "Exo", sans-serif;
    font-size: 30px;
    font-weight: 300;
    display: block;
    margin: 10px 0 0;
}

.yonkasoft-entry .entry-wrapper .entry-text p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin: 0 auto 25px;
    width: 800px;
}

.yonkasoft-entry .entry-wrapper .entry-text .entry-buton {
    width: fit-content;
    margin: 0 auto;
}

.yonkasoft-entry .entry-wrapper .entry-images:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0000005e;
    z-index: 0;
}

.yonkasoft-entry .entry-wrapper .entry-images img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.light-buton {
    display: flex;
    align-items: center;
    gap: 5px;
}

.light-buton .text {
    background-color: #ffffff4a;
    backdrop-filter: blur(2px);
    border: 1.5px solid #fff;
    border-radius: 30px 5px 5px 30px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    height: 50px;
    transition: 0.3s;
}

.light-buton .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #ffffff4a;
    backdrop-filter: blur(2px);
    border: 1.5px solid #fff;
    border-radius: 8px 30px 30px 5px;
    transition: 0.3s;
}

.light-buton .icon i {
    font-size: 22px;
    color: #fff;
    transition: 0.3s;
}

.dark-buton {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dark-buton:hover .text {
    background-color: #A45F31;
    color: #fff;
    transition: 0.3s;
}

.dark-buton:hover .icon {
    background-color: #A45F31;
    transition: 0.3s;
}

.dark-buton:hover .icon i {
    color: #fff;
    transition: 0.3s;
}

.dark-buton .text {
    background-color: #a45f313b;
    backdrop-filter: blur(2px);
    border: 1.5px solid #A45F31;
    border-radius: 30px 5px 5px 30px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    color: #A45F31;
    display: flex;
    align-items: center;
    height: 50px;
    transition: 0.3s;
}

.dark-buton .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #a45f313b;
    backdrop-filter: blur(2px);
    border: 1.5px solid #A45F31;
    border-radius: 8px 30px 30px 5px;
    transition: 0.3s;
}

.dark-buton .icon i {
    font-size: 22px;
    color: #A45F31;
    transition: 0.3s;
}

.navigation-yk button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
}

.navigation-yk button i {
    font-size: 18px;
}

.navigation-yk button.swiper-button-lock {
    display: none;
}

.navigation-yk button.prev {
    left: 0;
}

.navigation-yk button.next {
    right: 0;
}

.yk-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.yk-head .yk-head-title {
    font-family: 'Losta Masta';
    font-size: 30px;
    color: #A45F31;
}

.yk-head .yk-head-title span {
    font-family: "Exo", sans-serif;
    font-size: 20px;
    font-weight: 400;
    display: block;
}

.yonkasoft-services {
    padding: 60px 0;
}

.yonkasoft-services .services-area {
    position: relative;
}

.swiper-services {
    overflow: hidden;
}

.yk-services-card {
    position: relative;
}

.yk-services-card:hover .card-media a .services-title {
    opacity: 0.8;
}

.yk-services-card .card-media a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000021;
    border-radius: 20px;
}

.yk-services-card .card-media a {
    display: block;
    height: 100%;
}

.yk-services-card .card-media a img {
    border-radius: 20px;
    object-fit: contain;
}

.yk-services-card .card-media a .services-title {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.yk-services-card .card-media a .services-title::before {
    content: "";
    display: block;
    width: 2.5px;
    height: 30px;
    background-color: #fff;
}

.yonkasoft-about-us {
    padding: 60px 0;
}

.yonkasoft-about-us .about-us-wrap {
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

.yonkasoft-about-us .about-us-wrap .about-us-left {
    position: relative;
    width: 60%;
}

.yonkasoft-about-us .about-us-wrap .about-us-left .circle-shape {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 100%;
}

.yonkasoft-about-us .about-us-wrap .about-us-left .left-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.yonkasoft-about-us .about-us-wrap .about-us-left .left-row .horizontal {
    display: flex;
    gap: 20px;
}

.yonkasoft-about-us .about-us-wrap .about-us-left .left-row .horizontal .about-image {
    flex: 1;
}

.yonkasoft-about-us .about-us-wrap .about-us-left .left-row .horizontal .about-image.big-left img {
    border-radius: 50px 10px 10px 10px;
}

.yonkasoft-about-us .about-us-wrap .about-us-left .left-row .horizontal .about-image.small-right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.yonkasoft-about-us .about-us-wrap .about-us-left .left-row .horizontal .about-image.small-right img {
    border-radius: 10px 50px 10px 10px;
    width: 300px;
}

.yonkasoft-about-us .about-us-wrap .about-us-left .left-row .horizontal .about-image.small-left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.yonkasoft-about-us .about-us-wrap .about-us-left .left-row .horizontal .about-image.small-left img {
    border-radius: 10px 10px 10px 50px;
    width: 300px;
}

.yonkasoft-about-us .about-us-wrap .about-us-left .left-row .horizontal .about-image.big-right img {
    border-radius: 10px 10px 50px 10px;
}

.video-buton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-buton #spin-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    animation: spin 20s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(-360deg);
    }
}

.video-buton .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 100px;
}

.video-buton .icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1.5px solid #A45F31;
    border-radius: 100px;
    font-size: 24px;
    color: #A45F31;
}

.yonkasoft-about-us .about-us-wrap .about-us-right {
    width: 40%;
}

.yonkasoft-about-us .about-us-wrap .about-us-right .yk-head {
    margin-bottom: 30px;
}

.yonkasoft-about-us .about-us-wrap .about-us-right p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 28px;
    margin-bottom: 30px;
}

.yonkasoft-values {
    padding: 60px 0;
    position: relative;
}

.yonkasoft-values:before {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 700px;
    background-image: url(/wp-content/uploads/2025/04/pattern-background.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.yonkasoft-values .yk-head {
    justify-content: center;
    text-align: center;
}

.yonkasoft-values .values-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px 40px;
}

.yonkasoft-values .values-area .values-item {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 30px;
}

.yonkasoft-values .values-area .values-item .values-text {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.yonkasoft-values .values-area .values-item .values-text .valus-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #a45f313b;
    border: 1.5px solid #A45F31;
    border-radius: 100px;
}

.yonkasoft-values .values-area .values-item .values-text .valus-icon img {
    width: 30px;
}

.yonkasoft-values .values-area .values-item .values-text .values-title {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.yonkasoft-values .values-area .values-item p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}

.yonkasoft-gallery {
    margin: 60px 0;
}

.yonkasoft-gallery .yk-head {
    justify-content: center;
    text-align: center;
}

.yonkasoft-gallery .gallery-area {
    position: relative;
}

.yonkasoft-gallery .gallery-area button {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1.5px solid #A45F31;
    border-radius: 100px;
}

.yonkasoft-gallery .gallery-area button i {
    color: #A45F31;
}

.yonkasoft-gallery .gallery-area button.prev {
    left: -20px;
}

.yonkasoft-gallery .gallery-area button.next {
    right: -20px;
}

.gallery-swiper .swiper-wrapper .swiper-slide {
    overflow: hidden;
}

.yk-gallery-box {
    position: relative;
}

.yk-gallery-box a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #a45f3196;
    backdrop-filter: blur(2px);
    border-radius: 10%;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
}

.yk-gallery-box:hover a:before {
    opacity: 1;
    visibility: visible;
    transition: all .4s;
}

.yk-gallery-box a {
    display: block;
    height: 100%;
}

.yk-gallery-box a img {
    height: 100%;
   /* object-fit: contain;
    border-radius: 100%; */
	border-radius: 10%;
}



.yk-gallery-box a .zoom-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

.yk-gallery-box a .zoom-icon i {
    font-size: 40px;
    color: #fff;
}


.yk-gallery-box:hover a .zoom-icon {
    opacity: 1;
    visibility: visible;
    transition: all .4s;
}


.yonkasoft-blog {
    padding: 60px 0;
}

.yonkasoft-blog .blog-area {
    position: relative;
}

.blog-card {
    position: relative;
}

.blog-card:hover .card-link .card-title {
    color: #A45F31;
}

.blog-card .card-link .card-image {
    border-radius: 20px;
}

.blog-card .card-link .cart-date {
    font-size: 14px;
    font-weight: 500;
    color: #A1A1A1;
    text-align: center;
    margin: 15px 0 10px;
}

.blog-card .card-link .card-title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    transition: 0.3s;
}

.blog-card .card-buton {
    font-size: 16px;
    font-weight: 600;
    color: #A45F31;
    margin: 0 auto;
    display: table;
}

.blog-card .card-buton:hover {
    color: #3E2413;
}

.yonkasoft-breadcrumb {
    position: relative;
    height: 330px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 100px;
}

.yonkasoft-breadcrumb .breadcrumb-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.yonkasoft-breadcrumb .breadcrumb-wrap .breadcrumb-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin: 0 0 -80px;
    align-items: center;
}

.yonkasoft-breadcrumb .breadcrumb-wrap .breadcrumb-content h1 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.yonkasoft-breadcrumb .breadcrumb-wrap .breadcrumb-content .breadcrumb-nav {
    position: relative;
    display: table;
}

.yonkasoft-breadcrumb .breadcrumb-wrap .breadcrumb-content .rank-math-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 100px;
    height: 50px;
    width: fit-content;
    padding: 0 25px;
}

.yonkasoft-breadcrumb .breadcrumb-wrap .breadcrumb-content .rank-math-breadcrumb p {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    margin-bottom: 0;
}

.yonkasoft-breadcrumb .breadcrumb-wrap .breadcrumb-content .rank-math-breadcrumb p a {
    font-size: 14px;
    font-weight: 500;
    color: #A45F31;
    display: flex;
    align-items: center;
    gap: 5px;
}

.yonkasoft-breadcrumb .breadcrumb-wrap .breadcrumb-content .rank-math-breadcrumb p a:hover {
    color: #3E2413;
}

.yonkasoft-breadcrumb .breadcrumb-wrap .breadcrumb-content .rank-math-breadcrumb p a i {
    color: #A45F31;
    font-size: 16px;
}

.yonkasoft-breadcrumb .breadcrumb-wrap .breadcrumb-content .rank-math-breadcrumb p .separator {
    display: flex;
    align-items: center;
}

.yonkasoft-breadcrumb .breadcrumb-wrap .breadcrumb-content .rank-math-breadcrumb p .separator:before {
    content: "";
    display: block;
    width: 1.5px;
    height: 20px;
    background-color: #A45F31;
}

.yonkasoft-breadcrumb .breadcrumb-wrap .breadcrumb-content .rank-math-breadcrumb p .last {
    font-size: 14px;
    font-weight: 500;
    color: #A3A3A3;
}

.yonkasoft-breadcrumb .breadcrumb-wrap .breadcrumb-media::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0000005e;
}

.yonkasoft-breadcrumb .breadcrumb-wrap .breadcrumb-media img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.about-us-page {
    padding: 60px 0;
}

.about-us-page .about-us-wrap {
    display: flex;
    align-items: center;
    gap: 80px;
}

.about-us-page .about-us-wrap .about-us-left {
    position: relative;
    width: 50%;
}

.about-us-page .about-us-wrap .about-us-left .circle-shape {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 100%;
}

.about-us-page .about-us-wrap .about-us-left .vertical {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about-us-page .about-us-wrap .about-us-left .vertical .about-image img {
    height: 100%;
    object-fit: contain;
    border-radius: 30px;
}

.about-us-page .about-us-wrap .about-us-right {
    width: 50%;
}

.about-us-page .about-us-wrap .about-us-right .about-us-title {
    font-family: 'Losta Masta';
    font-size: 40px;
    font-weight: 500;
    color: #A45F31;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.about-us-page .about-us-wrap .about-us-right p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.about-us-page .about-us-wrap .about-us-right h2 {
    font-family: 'Losta Masta';
    font-size: 24px;
    font-weight: 400;
    color: #A45F31;
    margin-bottom: 20px;
}

.content-page {
    position: relative;
    padding: 60px 0;
}

.content-page .content-row {
    display: flex;
    gap: 40px;
}

.content-side {
    width: 30%;
    border-right: 1px solid #D6D6D6;
    padding-right: 40px;
}

.content-side .content-sticky {
    position: sticky;
    top: 25px;
}

.side-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
    width: fit-content;
}

.side-buttons .dark-buton .text {
    width: 200px;
    justify-content: center;
}

.side-buttons .whatsapp-buton .text {
    background-color: #3aa70040;
    border-color: #3AA700;
    color: #3AA700;
}

.side-buttons .whatsapp-buton .icon {
    background-color: #3aa70040;
    border-color: #3AA700;
}

.side-buttons .whatsapp-buton .icon i {
    color: #3AA700;
}

.last-posts {
    background-color: #FAFAFA;
    border-radius: 20px;
    padding: 25px;
}

.last-posts .last-posts-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.last-posts .post-list .post-box:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.last-posts .post-list .post-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

body .last-posts .post-list .post-box:hover .post-right .post-title {
    color: #A45F31;
    transition: 0.3s;
}

.last-posts .post-list .post-box .post-left img {
    width: 100px;
    height: 100%;
    border-radius: 10px;
}

.last-posts .post-list .post-box .post-right .post-title {
    font-size: 12px;
    font-weight: 500;
    color: #8F8F8F;
    line-height: 18px;
    margin-bottom: 10px;
    transition: 0.3s;
}

.last-posts .post-list .post-box .post-right .post-date {
    font-size: 12px;
    font-weight: 500;
    color: #A1A1A1;
}

.content-detail .content-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px 40px;
}

.content-list {
    margin-bottom: 40px;
}

.content-list a:not(:last-child) {
    margin-bottom: 10px;
}

.content-list .title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.content-list a.active-anchor {
    color: #A45F31;
}

.content-list a.active-anchor:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/05/leaf.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
}

.content-list a {
    font-size: 14px;
    font-weight: 500;
    color: #919191;
    display: block;
    position: relative;
}

.content-list a:hover {
    color: #A45F31;
}

.other-list {
    margin-bottom: 40px;
}

.other-list a:not(:last-child) {
    margin-bottom: 10px;
}

.other-list .title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.other-list a {
    font-size: 14px;
    font-weight: 500;
    color: #919191;
    display: block;
}

.other-list a:hover {
    color: #A45F32;
}

.content-detail {
    width: 75%;
}

.content-detail h1,
.content-detail h2,
.content-detail h3,
.content-detail h4,
.content-detail h5,
.content-detail h6 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.content-detail p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    margin-bottom: 20px;
}

.content-detail ul {
    padding-bottom: 20px;
    padding-left: 10px;
}

.content-detail ul li:not(:last-child) {
    margin-bottom: 10px;
}

.content-detail ul li {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    list-style: decimal;
}

.gallery-page {
    padding: 60px 0;
}

.gallery-page .gallery-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px 30px;
}

.contact-page {
    padding: 60px 0;
}

.contact-page .contact-box-wrap {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.contact-page .contact-box-wrap .contact-box {
    position: relative;
    background-color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 150px;
    transition: 0.3s;
}

.contact-page .contact-box-wrap .contact-box:hover {
    border-color: #A45F31;
    transition: 0.3s;
}

.contact-page .contact-box-wrap .contact-box:hover a {
    color: #A45F31;
}

.contact-page .contact-box-wrap .contact-box .icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1.5px solid #A45F31;
    border-radius: 100px;
}

.contact-page .contact-box-wrap .contact-box .icon i {
    font-size: 20px;
    color: #A45F31;
}

.contact-page .contact-box-wrap .contact-box a {
    font-size: 16px;
    font-weight: 600;
    color: #414141;
    text-align: center;
}

.contact-page .contact-wrap {
    display: flex;
    align-items: center;
    gap: 40px;
}

.contact-page .contact-wrap .contact-left {
    width: 50%;
}

.contact-page .contact-wrap .contact-left .maps iframe {
    border-radius: 20px;
    height: 400px;
}

.contact-page .contact-wrap .contact-right {
    width: 50%;
    background-color: #F8F8F8;
    padding: 30px;
    border-radius: 20px;
}

.contact-page .contact-wrap .contact-right .form-title {
    font-size: 18px;
    font-weight: 600;
    color: #414141;
    margin-bottom: 15px;
}

.contact-page .contact-wrap .contact-right .row {
    row-gap: 20px;
}

.contact-page .contact-wrap .contact-right .form-item input {
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #AEAEAE;
    border: unset;
    outline: unset;
    background-color: unset;
    border-bottom: 1px solid #E1E1E1;
}

.contact-page .contact-wrap .contact-right .form-item input:focus-visible {
    border-color: #A45F31 !important;
}

.contact-page .contact-wrap .contact-right .form-item input::placeholder {
    color: #AEAEAE;
}

.contact-page .contact-wrap .contact-right .form-submit {
    margin-top: 30px;
}

.contact-page .contact-wrap .contact-right .form-submit input {
    background-color: #A45F31;
    display: flex;
    align-items: center;
    padding: 0 20px;
    width: 150px;
    height: 50px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    border: unset;
    transition: 0.3s;
}

.contact-page .contact-wrap .contact-right .form-submit input:hover {
    background-color: #3E2413;
    transition: 0.3s;
}

.fullVideos {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff3b;
    z-index: 9999;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    display: none;
}

.fullVideos .videosWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.fullVideos .videosWrap .videosBox {
    position: relative;
    width: 800px;
    height: fit-content;
}

.fullVideos .videosWrap .videosBox .videosClose {
    position: absolute;
    right: 0;
    bottom: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #a45f31bf;
    border: 1.5px solid #A45F31;
    border-radius: 100px;
    margin-bottom: 15px;
}

.fullVideos .videosWrap .videosBox .videosClose i {
    font-size: 20px;
    color: #fff;
}

.fullVideos .videosWrap .videosBox video {
    border-radius: 20px;
}

.scroll_hid {
    overflow: hidden;
}

.footer {
    background-color: #a45f313b;
    border-width: 2px 0 2px 0;
    border-style: solid;
    border-color: #A45F31;
    padding: 60px 0;
}

.footer .footer-wrap {
    display: flex;
    align-items: flex-start;
}

.footer .footer-wrap .footer-item {
    flex: 1;
}

.footer .footer-wrap .footer-item .footer-title {
    font-size: 22px;
    font-weight: bold;
    color: #A45F31;
    margin-bottom: 20px;
}

.footer .footer-wrap .footer-item ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer .footer-wrap .footer-item ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #3E2413;
}

.footer .footer-wrap .footer-item ul li a:hover {
    color: #A45F31;
}

.contact-group a {
    border: 1.5px solid #A45F31;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    color: #A45F31;
}

.contact-group a:hover {
    border-color: #3E2413;
    color: #3E2413;
}

.contact-group a span {
    font-weight: bold;
    color: #3E2413;
}

.copyright {
    position: relative;
    background-color: #f5f5f5;
}

.copyright .copyright-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}

.copyright .copyright-wrap .left-item {
    flex: 1;
}

.copyright .copyright-wrap .left-item p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}

.copyright .copyright-wrap .left-item p span {
    font-weight: 600;
}

.copyright .copyright-wrap .middle-item {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 200px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #A45F31;
    background: linear-gradient(90deg, rgba(164, 95, 49, 1) 0%, rgba(62, 36, 19, 1) 100%);
    border-radius: 200px 200px 0 0;
}

.copyright .copyright-wrap .middle-item .footer-logo a img {
    width: 100px;
}

.copyright .copyright-wrap .right-item {
    flex: 1;
}

.copyright .copyright-wrap .right-item .yonkasoft {
    display: flex;
    align-items: center;
    justify-content: end;
}

.copyright .copyright-wrap .right-item .yonkasoft a img {
    width: 120px;
}

.mobilefooter-sticky {
    visibility: hidden;
    opacity: 0;
}

.mobilefooter-sticky {
    display: flex;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fafafa;
    width: 100%;
    z-index: 9;
    bottom: 0;
    border-top: 6px solid #d9af61;
}

.mobilefooter-sticky .sticky-box {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobilefooter-sticky .top-box {
    -webkit-transform: translateY(-1.5rem);
    transform: translateY(-30px);
    position: relative;
}

.mobilefooter-sticky .top-box .icon {
    background: #A45F31;
    border-radius: 50%;
    position: relative;
    -webkit-box-shadow: -1px 4px 4px rgba(0, 0, 0, .77);
    box-shadow: -1px 4px 4px rgb(168 168 168/77%);
    width: 50px;
    height: 50px;
}

.mobilefooter-sticky .top-box .icon i {
    color: #fff !important;
}

.mobilefooter-sticky .sticky-box .icon {
    width: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
}

.mobilefooter-sticky .sticky-box .icon i {
    font-size: 22px;
    line-height: 1;
    color: #A45F31;
}

.mobilefooter-sticky .sticky-box .name {
    font-size: 12px;
    color: #A45F31;
    text-align: center;
    font-weight: 500;
}

body .container-fluid {
    padding: 0 80px;
    height: 100%;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    background: #fff3cd;
    font-size: 14px;
    font-weight: 500;
    color: #7a6e6f;
    border-radius: 10px;
    padding: 10px 15px;
}

.wpcf7 form .wpcf7-response-output {
    background: #5b9361;
    color: #fcf3f3;
    font-size: 14px;
    font-weight: 500;
    margin: 20px 0 0;
    padding: 10px 15px;
    border: unset;
    border-radius: 10px;
}

.wpcf7-spinner {
    position: absolute;
    top: 100%;
    left: 0;
}

body .alert {
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
}

.pagination {
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
}

.pagination .page-numbers.current {
    background-color: #A45F31;
    color: #fff;
}

.pagination .page-numbers:not(.current):hover {
    background-color: #A45F31;
    color: #fff;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
    width: fit-content;
    padding: 0 20px;
}

.pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #a45f313b;
    backdrop-filter: blur(2px);
    border: 1.5px solid #A45F31;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #A45F31;
}

.content-detail-page {
    position: relative;
    padding: 60px 0;
}

.content-detail-page:before {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 700px;
    background-image: url(/wp-content/uploads/2025/04/pattern-background.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.content-detail-page .content-row {
    border: 1px solid #E9E9E9;
    border-radius: 30px;
    padding: 40px;
    display: flex;
    gap: 40px;
}

.page-content {
    padding: 60px 0;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.page-content p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.page-content ul {
    padding-bottom: 20px;
    padding-left: 15px;
}

.page-content ul li:not(:last-child) {
    margin-bottom: 10px;
}

.page-content ul li {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    list-style: decimal;
}

.yonkasoft-header .header-wrap .sub-menu {
    background-color: #fff;
    border: 1.5px solid #A45F31;
    position: absolute;
    left: 0;
    top: 20px;
    width: 250px;
    display: none;
    z-index: 9999;
}

.yonkasoft-header .header-wrap .sub-menu .sub-menu {
    right: unset;
    left: 100%;
    top: -1px;
}

.yonkasoft-header .header-wrap .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

.yonkasoft-header .header-wrap .sub-menu li a {
    font-size: 14px;
    font-weight: 500;
    color: #A45F31;
    text-transform: none;
    padding: 0 15px;
    display: flex;
    align-items: center;
    height: 40px;
}

.yonkasoft-header .header-wrap .sub-menu li a:hover {
    background-color: #A45F31;
    color: #fff;
    opacity: 1;
}

.whatsapp-buton:hover .text {
    background-color: #3AA700;
    color: #fff;
    transition: 0.3s;
}

.whatsapp-buton:hover .icon {
    background-color: #3AA700;
    color: #fff;
    transition: 0.3s;
}

.whatsapp-buton:hover .icon i {
    color: #fff;
    transition: 0.3s;
}

.light-buton:hover .text {
    background-color: #fff;
    color: #A45F31;
    transition: 0.3s;
}

.light-buton:hover .icon {
    background-color: #fff;
    transition: 0.3s;
}

.light-buton:hover .icon i {
    color: #A45F31;
    transition: 0.3s;
}

.fixed-vision {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 999;
}

.fixed-vision .item-vision:not(:last-child) {
    margin-bottom: 10px;
}

.fixed-vision .item-vision .sm-dd a {
    display: flex;
    align-items: center;
    height: 55px;
    border-radius: 100px;
    padding: 0 3px 0 3px;
}

.fixed-vision .item-vision.whatsapp .sm-dd a {
    background-color: #E8FFEA;
    border: 2px solid #26DC3C;
}

.fixed-vision .item-vision.whatsapp .sm-dd a i {
    background-color: #26DC3C;
    color: #fff;
    border-radius: 100px;
}

.fixed-vision .item-vision.whatsapp .sm-dd a .text {
    color: #26DC3C;
}

.fixed-vision .item-vision.whatsapp .sm-dd a:hover {
    background-color: #26DC3C;
    border-color: #fff;
}

.fixed-vision .item-vision.whatsapp .sm-dd a:hover i {
    background-color: #fff;
    color: #26DC3C;
}

.fixed-vision .item-vision.whatsapp .sm-dd a:hover .text {
    color: #fff;
}

.fixed-vision .item-vision.suggestion .sm-dd a {
    background-color: #ebdad0;
    border: 2px solid #A45F31;
}

.fixed-vision .item-vision.suggestion .sm-dd a i {
    background-color: #A45F31;
    color: #fff;
    border-radius: 100px;
}

.fixed-vision .item-vision.suggestion .sm-dd a .text {
    color: #A45F31;
}

.fixed-vision .item-vision.suggestion .sm-dd a:hover {
    background-color: #A45F31;
    border-color: #fff;
}

.fixed-vision .item-vision.suggestion .sm-dd a:hover i {
    background-color: #fff;
    color: #A45F31;
}

.fixed-vision .item-vision.suggestion .sm-dd a:hover .text {
    color: #fff;
}

.fixed-vision .item-vision .sm-dd a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 32px;
}

.fixed-vision .item-vision .sm-dd a .text {
    font-size: 13px;
    font-weight: bold;
}

.footer .footer-wrap .footer-item .contact-group .social-footer {
	display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.footer .footer-wrap .footer-item .contact-group .social-footer li a{
	font-size: 20px;
	padding: 10px;
	border-radius: 10px;
}
