/*!
Theme Name: Artima
Theme URI: https://wp.rrdevs.net/artima
Author: RRdevs
Author URI: https://themeforest.net/user/rrdevs
Description: Artima – Modern Architecture & Interior WordPress Theme
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: artima
Tested up to: 6.6
Requires PHP: 7.4
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/  

/* .main-menu ul li > a {
	font-family: "Roboto" !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .section__subtitle, .footer__widget-title {
	font-family: "Roboto", sans-serif !important;
}

body {
	font-family: "Roboto", sans-serif !important;
} */

/*TUỲ CHỈNH*/
/*Sản phẩm*/
.related.products h2 {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
}
.related.products {
    clear: both;
    margin-top: 20px;
}
/*nút liên hệ trong trang sản phẩm*/
.product_meta .contact-link a {
    display: inline-block;
    background-color: #906f50; 
    color: #fff; 
    padding: 10px 20px;
    border-radius: 6px; 
    font-size: 18px; 
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s ease;
    margin-bottom: 10px;
}
.product_meta .contact-link a:hover {
    background-color: #7a5d44; 
}
/*Tìm kiếm trong trang sản phẩm*/
.wp-block-search__button {
    font-size: 0; /* ẩn chữ */
   
}
.wp-block-search__button::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002"; 
    font-size: 16px;
}
.rr-el-experience-box {
	display: none
}
/*form liên hệ trang sản phẩm*/
.contact-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
}

.contact-popup-content {
    background: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    width: 400px;
    max-width: 90%;
    position: relative;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

.contact-popup .close {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}
.header__area .container .header__main {
	  margin-top: -25px;
    margin-bottom: -25px;
}
/*bảng trong bài viết dự án*/
.project-meta {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #5b3312;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.project-meta h3 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
  border-bottom: 2px solid #5b3312;
  display: inline-block;
  padding-bottom: 5px;
}

.project-meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
}

.project-meta li {
  display: grid;
  grid-template-columns: 150px 1fr;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 15px;
}

.project-meta li:nth-child(even) {
  background: #fdf8f4;
}

.project-meta li strong {
  color: #111;
  font-weight: 600;
}

.project-meta li:last-child {
  border-bottom: none;
}
/* ===== Album Ảnh cho Service ===== */
.nl-album-section {
    text-align: center;
}
.nl-album-title {
    font-size: 24px;
    font-weight: 600;
    color: #2c2c2c;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}
.nl-album-title::after {
    content: "";
    display: block;
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, #a46b3e, #5b3312);
    margin: 10px auto 0;
    border-radius: 2px;
}

.nl-album-slider {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 40px;
    position: relative;
}
.nl-album-item {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 400px;
}
.nl-album-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}
.nl-album-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.nl-album-item:hover img {
    transform: scale(1.05);
}
.swiper-pagination-bullet {
    background: #5b3312;
    opacity: 0.6;
}
.swiper-pagination-bullet-active {
    background: #5b3312;
    opacity: 1;
}
.nl-album-slider .swiper-pagination {
    position: relative !important;
    bottom: 0 !important;
    margin-top: 15px;
    text-align: center;
}

.hover-list li::before,
.hover-list a::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  height: 2px;
  background-color: white;
  opacity: 0;
  transition: all 0.3s ease;
}

.hover-list li:hover,
.hover-list a:hover {
  transform: translateX(15px);
/*   color: #25af33 !important; */
}

.hover-list li:hover::before,
.hover-list a:hover::before {
  width: 10px;
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  color: #c08040 !important;   
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
	}
@media (max-width: 768px) {
    .nl-album-item {
        height: 200px;
    }
    .nl-album-title {
        font-size: 20px;
    }
}
/*Sửa lỗi icon trong sibar dự án*/
.sidebar__widget-service i.fa-solid.fa-angle-right {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  display: inline-block;
  font-style: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.sidebar__widget-service i.fa-solid::before {
  font-family: "Font Awesome 5 Free" !important;
  content: "\f105"; 
}

@media (max-width: 600px) {
	.chat-assist-widget .chat-window.visible {
		width: auto;
		margin: 0 auto;
	}
}