/*
Theme Name: Flatsome Child - Nhà Gỗ Đăng Khôi
Description: Flatsome Child Theme for Nhà Gỗ Đăng Khôi Website
Author: Nhà Gỗ Đăng Khôi
Template: flatsome
Version: 1.2
*/

/* ==========================================================================
   Nhà Gỗ Đăng Khôi Custom Styles
   ========================================================================== */

/* Color Variables - Golden Vintage Theme */

:root {
    --primary-golden: #efdc71;
    --secondary-golden: #DAA520;
    --accent-bronze: #CD7F32;
    --vintage-cream: #F5F5DC;
    --antique-white: #FAEBD7;
    --dark-golden: #8B7355;
    --text-vintage: #654321;
    --text-light-golden: #F4E4BC;
    --border-vintage: #D2B48C;
    --shadow-vintage: rgba(184, 134, 11, 0.3);
}

.absolute-footer, html {
    background-color: #000000;
}

/* Typography - Heading Fonts */
h1, h2, h3, h4, h5, h6,
.hero-title,
.dk-title,
.widget-title,
.entry-title,
.page-title,
.post-title,
.product-title,
.woocommerce-loop-product__title,
.nav > li > a,
.custom_heading {
    color: var(--primary-golden);
    font-weight: 300 !important;
}

/* Header Customizations - Vintage Golden */

.logo img {
    max-height: 85px;
    filter: sepia(20%) saturate(120%) hue-rotate(15deg);
}

.header-main {
    position: relative;
    z-index: 15;
}

/* Navigation Menu Styles - Vintage Golden */
.nav > li > a {
    color: var(--primary-golden) !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 12px 14px;
    border: 1px solid transparent;
    transition: all 0.4s ease;
    position: relative;
}

.widget .current-cat > a {
    color: #eac449;
}

a {
    color: #eac449;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
}

.nav-dropdown {
    background-color: var(--vintage-cream);
    border: 1px solid var(--border-vintage);
    box-shadow: 0 8px 20px var(--shadow-vintage);
    border-radius: 0;
}

/* Hero Section - Vintage Golden */
.hero-section {
    background: linear-gradient(135deg, var(--vintage-cream) 0%, var(--secondary-golden) 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(184, 134, 11, 0.1) 2px, rgba(184, 134, 11, 0.1) 4px);
    pointer-events: none;
}

.hero-title {
    color: var(--dark-golden);
    font-size: 4rem;
    font-weight: 400;
    text-shadow: 3px 3px 6px rgba(101, 67, 33, 0.3);
    margin-bottom: 25px;
    letter-spacing: 3px;
    position: relative;
    z-index: 2;
}

.hero-subtitle {
    color: var(--text-vintage);
    font-size: 1.4rem;
    font-style: italic;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

/* Project Cards - Vintage Golden */
.project-card {
    background: var(--vintage-cream);
    border: 1px solid var(--border-vintage);
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 8px 25px var(--shadow-vintage);
    transition: all 0.4s ease;
    margin-bottom: 35px;
    position: relative;
}

.project-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-golden), var(--secondary-golden), var(--accent-bronze));
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px var(--shadow-vintage);
    border-color: var(--primary-golden);
}

.project-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: all 0.4s ease;
    filter: sepia(10%) saturate(110%);
}

.project-card:hover img {
    transform: scale(1.08);
    filter: sepia(20%) saturate(120%);
}

.project-card-content {
    padding: 30px;
    background: var(--antique-white);
}

.project-card-title {
    color: var(--dark-golden);
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.project-card-excerpt {
    color: var(--text-vintage);
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}

/* Wood Type Tags */
.wood-type-tag {
    display: inline-block;
    background-color: var(--accent-gold);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-right: 8px;
    margin-bottom: 8px;
}

/* Section Titles - Vintage Golden */
.dk-title {
    color: var(--dark-golden);
    font-size: 2.8rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}

.dk-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary-golden), var(--secondary-golden), var(--primary-golden), transparent);
}

/* Footer Styles - Vintage Golden */
.footer {
    background: linear-gradient(135deg, var(--dark-golden) 0%, var(--primary-golden) 100%);
    color: var(--text-light-golden);
    padding: 60px 0 30px;
    border-top: 4px solid var(--secondary-golden);
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(245, 245, 220, 0.05) 10px, rgba(245, 245, 220, 0.05) 20px);
    pointer-events: none;
}

.footer h4 {
    color: var(--antique-white);
    margin-bottom: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer a {
    color: var(--text-light-golden);
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer a:hover {
    color: var(--antique-white);
    text-shadow: 0 0 5px rgba(245, 245, 220, 0.5);
}

/* Contact Info - Vintage Golden */
.contact-info {
    background: var(--vintage-cream);
    padding: 45px;
    border: 3px solid var(--border-vintage);
    border-radius: 0;
    box-shadow: 0 10px 30px var(--shadow-vintage);
    position: relative;
}

.contact-info::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(45deg, var(--primary-golden), var(--secondary-golden), var(--accent-bronze), var(--primary-golden));
    z-index: -1;
}

.contact-info h3 {
    color: var(--dark-golden);
    margin-bottom: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    color: var(--text-vintage);
    font-weight: 500;
}

.contact-item i {
    color: var(--primary-golden);
    margin-right: 15px;
    width: 25px;
    font-size: 18px;
    text-shadow: 0 1px 2px var(--shadow-vintage);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .dk-title {
        font-size: 2rem;
    }
    
    .project-card-content {
        padding: 20px;
    }
    
    .nav > li > a {
        padding: 10px 15px;
    }
}

@media (max-width: 549px) {
    ul.nav.nav-center.nav-small.mobile-nav.nav-divided {
        justify-content: flex-start;
    }
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .dk-title {
        font-size: 1.8rem;
    }
    
    .button.primary,
    .button.secondary {
        padding: 12px 10px;
        font-size: 12px;
    }
    
    .contact-info {
        padding: 25px;
    }
}

/* Address Headers - Vintage Golden - Top Header Style */
.list-address__headers {
    display: flex;
    align-items: center;
    padding: 5px 0;
    list-style: none;
    margin: 0;
}

.list-address__headers li:not(:last-child) {
    margin-right: 30px;
}

.list-address__headers li a {
    font-size: 11px;
    display: flex;
    align-items: center;
    color: var(--primary-golden);
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    padding: 4px 8px;
    border: 1px solid transparent;
    text-decoration: none;
    white-space: nowrap;
}

.list-address__headers li a:hover,
.list-address__headers li a:focus {
    color: var(--antique-white);
    background-color: rgba(218, 165, 32, 0.1);
    border-color: var(--primary-golden);
    transform: translateY(-1px);
    box-shadow: 0 2px 5px rgba(218, 165, 32, 0.2);
}

.list-address__headers li a i {
    font-size: 12px;
    margin-right: 6px;
    color: var(--primary-golden);
}

/* Responsive cho top header */
@media (max-width: 768px) {

    .list-address__headers li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 5px;
    }
    
    .list-address__headers li a {
        font-size: 10px;
        padding: 3px 6px;
    }
    
    .list-address__headers li a i {
        font-size: 11px;
        margin-right: 5px;
    }
}

@media (max-width: 480px) {
    .list-address__headers li a {
        font-size: 9px;
    }
    
    .list-address__headers li a i {
        font-size: 10px;
    }
}

/* Footer Address List - Vintage Golden */
.list-adress__footers {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-adress__footers li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: var(--primary-golden);
    font-size: 14px;
    line-height: 1.6;
    transition: all 0.3s ease;
}

.list-adress__footers li:last-child {
    margin-bottom: 0;
}

.list-adress__footers li:hover {
    color: var(--primary-golden);
    transform: translateX(5px);
}

.list-adress__footers li i {
    color: var(--primary-golden);
    font-size: 16px;
    margin-right: 12px;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
    text-shadow: 0 1px 2px var(--shadow-vintage);
}

.list-adress__footers li a {
    color: var(--primary-golden);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.list-adress__footers li a:hover {
    color: var(--antique-white);
    text-shadow: 0 0 5px rgba(245, 245, 220, 0.5);
}

/* Responsive Design for Footer Address */
@media (max-width: 768px) {
    .list-adress__footers li {
        font-size: 13px;
        margin-bottom: 12px;
    }
    
    .list-adress__footers li i {
        font-size: 14px;
        margin-right: 10px;
        width: 18px;
    }
}

@media (max-width: 480px) {
    .list-adress__footers li {
        font-size: 12px;
        margin-bottom: 10px;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    
    .list-adress__footers li i {
        margin-bottom: 5px;
    }
}

#logo {
    position: relative;
    width: 100px !important;
}

#logo img {
    position: relative;
    z-index: 2;
}

#logo:after {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 140px;
    height: 140px;
    z-index: 1;
    background-image: url(./assets/images/box-logo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation: rotate 10s linear infinite;
    content: "";
}

.custom-heading-align-center h2:after {
    content: "";
    width: 200px;
    height: 22px;
    background: url(./assets/images/bottom-titles.png) no-repeat top center;
    background-size: contain;
    display: block;
    margin: auto;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Vintage Decorative Elements */
.vintage-ornament {
    display: inline-block;
    font-size: 2rem;
    color: var(--primary-golden);
    margin: 0 15px;
    animation: gentle-glow 3s ease-in-out infinite alternate;
}

@keyframes gentle-glow {
    0% {
        text-shadow: 0 0 5px var(--shadow-vintage);
    }
    100% {
        text-shadow: 0 0 15px var(--shadow-vintage), 0 0 20px var(--primary-golden);
    }
}

/* Vintage Borders and Frames */
.vintage-frame {
    border: 3px solid var(--border-vintage);
    border-image: linear-gradient(45deg, var(--primary-golden), var(--secondary-golden), var(--accent-bronze)) 1;
    padding: 20px;
    position: relative;
}

.vintage-frame::before,
.vintage-frame::after {
    content: '❦';
    position: absolute;
    font-size: 1.5rem;
    color: var(--primary-golden);
}

.vintage-frame::before {
    top: -10px;
    left: -10px;
}

.vintage-frame::after {
    bottom: -10px;
    right: -10px;
    transform: rotate(180deg);
}

/* Enhanced Typography for Vintage Feel */
p, .text-content {
    line-height: 1.8;
    color: var(--primary-golden);
}

/* Vintage Hover Effects */
.vintage-hover {
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.vintage-hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(184, 134, 11, 0.2), transparent);
    transition: left 0.6s;
}

.vintage-hover:hover::before {
    left: 100%;
}

/* Custom Scrollbar - Vintage Style */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: var(--vintage-cream);
    border: 1px solid var(--border-vintage);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--primary-golden), var(--secondary-golden));
    border-radius: 0;
    border: 1px solid var(--accent-bronze);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, var(--secondary-golden), var(--accent-bronze));
}

/* Form Elements - Vintage Golden Theme */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
textarea,
select {
    background: #000;
    border: 1px solid var(--primary-golden);
    border-radius: 0;
    padding: 12px 15px;
    font-size: 1rem;
    color: var(--primary-golden);
    transition: all 0.4s ease;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: var(--primary-golden);
    box-shadow: 
        inset 0 2px 4px rgba(0, 0, 0, 0.1),
        0 0 0 3px rgba(218, 165, 32, 0.2);
    background: var(--vintage-cream);
}

/* Placeholder styling */
input::placeholder,
textarea::placeholder {
    color: var(--text-muted);
    font-style: italic;
    opacity: 0.8;
}

/* Select dropdown styling */
select {
    background: black;
    border: 1px solid var(--primary-golden);
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 5px;
    font-size: 14px;
    color: var(--primary-golden);
}

/* Form labels */
label {
    font-weight: 500;
    color: var(--primary-golden);
    margin-bottom: 8px;
    display: block;
    letter-spacing: 0.5px;
}

.title-cicle__alls:after {
    content: "";
    width: 200px;
    height: 22px;
    bottom: 0;
    background: url(./assets/images/bottom-titles.png) no-repeat top center;
    background-size: contain;
    display: block;
    margin: 35px auto 35px auto;
}

/* Search form specific styling */
.search-field {
    background: var(--antique-white) !important;
    border: 1px solid var(--border-vintage) !important;
    border-radius: 0 !important;
    padding: 10px 15px !important;
}

.search-field:focus {
    border-color: var(--primary-golden) !important;
    box-shadow: 0 0 0 3px rgba(218, 165, 32, 0.2) !important;
}

/* Submit buttons in forms */

.submit-button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
    background: linear-gradient(135deg, var(--secondary-golden), var(--accent-bronze)) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px var(--shadow-vintage) !important;
}

/* Checkbox and radio styling */
input[type="checkbox"],
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid var(--border-vintage);
    background: var(--antique-white);
    margin-right: 8px;
    position: relative;
    cursor: pointer;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
    background: var(--primary-golden);
    border-color: var(--accent-bronze);
}

input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    top: -2px;
    left: 2px;
    color: var(--text-vintage);
    font-size: 14px;
    font-weight: bold;
}

input[type="radio"] {
    border-radius: 50%;
}

input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--text-vintage);
}

/* Responsive Design Optimization - Vintage Golden Theme */

/* Large Desktop (1200px and up) */
@media (min-width: 1200px) {
    .hero-section h1 {
        font-size: 4rem;
    }
    
    .hero-section p {
        font-size: 1.4rem;
    }
    
    .dk-title {
        font-size: 3rem;
    }
}

/* Desktop (992px to 1199px) */
@media (max-width: 1199px) {
    .hero-section h1 {
        font-size: 3.5rem;
    }
    
    .hero-section p {
        font-size: 1.3rem;
    }
    
    .dk-title {
        font-size: 2.5rem;
    }
}

/* Tablet (768px to 991px) */
@media (max-width: 991px) {
    .header {
        padding: 15px 0;
    }
    
    .logo img {
        max-height: 50px;
    }
    
    .hero-section {
        padding: 80px 0;
    }
    
    .hero-section h1 {
        font-size: 2.8rem;
        line-height: 1.2;
    }
    
    .hero-section p {
        font-size: 1.2rem;
    }
    
    .dk-title {
        font-size: 2.2rem;
        margin-bottom: 30px;
    }
    
    .project-card {
        margin-bottom: 30px;
    }
    
    .nav-menu li {
        margin: 0 10px;
    }
    
    .nav-menu a {
        font-size: 0.95rem;
        padding: 8px 12px;
    }
}

/* Mobile Large (576px to 767px) */
@media (max-width: 767px) {
    body {
        font-size: 0.95rem;
        line-height: 1.6;
    }
    
    .header {
        padding: 0px;
        text-align: center;
    }
    
    .logo img {
        max-height: 45px;
    }
    
    .nav-menu {
        flex-direction: column;
        margin-top: 15px;
    }
    
    .nav-menu li {
        margin: 5px 0;
    }
    
    .nav-menu a {
        font-size: 0.9rem;
        padding: 10px 15px;
        display: block;
    }
    
    .hero-section {
        padding: 60px 0;
        text-align: center;
    }
    
    .hero-section h1 {
        font-size: 2.2rem;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    
    .hero-section p {
        font-size: 1.1rem;
        margin-bottom: 25px;
    }
    
    .dk-title {
        font-size: 1.8rem;
        margin-bottom: 25px;
        text-align: center;
    }
    
    .project-card {
        margin-bottom: 25px;
        padding: 20px;
    }
    
    .project-card h3 {
        font-size: 1.3rem;
    }
    
    .project-card p {
        font-size: 0.95rem;
    }
    
    .btn-primary,
    .btn-secondary {
        padding: 12px 20px;
        font-size: 0.9rem;
        margin: 5px;
        display: block;
        text-align: center;
    }
    
    .footer {
        padding: 30px 0;
        text-align: center;
    }
    
    .contact-info {
        margin-bottom: 20px;
        text-align: center;
    }
    
    /* Form elements responsive */
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="search"],
    textarea,
    select {
        font-size: 0.95rem;
        padding: 10px 12px;
    }
    
    .search-field {
        font-size: 0.95rem !important;
        padding: 8px 12px !important;
    }
}

/* Mobile Small (up to 575px) */
@media (max-width: 575px) {
    body {
        font-size: 0.9rem;
    }
    
    .hero-section h1 {
        font-size: 1.8rem;
        line-height: 1.4;
    }
    
    .hero-section p {
        font-size: 1rem;
    }
    
    .dk-title {
        font-size: 1.5rem;
    }
    
    .project-card {
        padding: 15px;
    }
    
    .project-card h3 {
        font-size: 1.2rem;
    }
    
    .project-card p {
        font-size: 0.9rem;
    }
    
    .btn-primary,
    .btn-secondary {
        padding: 10px 15px;
        font-size: 0.85rem;
    }
    
    /* Vintage decorative elements responsive */
    .vintage-ornament {
        font-size: 1.2rem;
    }
    
    .dk-title::before,
    .dk-title::after {
        font-size: 1rem;
    }
    
    /* Background texture optimization for mobile */
    body::before {
        opacity: 0.5;
        background-size: 6px 6px, 8px 8px, 200px 200px, 150px 150px;
    }
    
    body {
        background-size: 400px 400px, 300px 300px, 15px 15px, 30px 30px;
    }
}

/* Print styles */
@media print {
    body {
        background: white !important;
        color: black !important;
        font-size: 12pt;
    }
    
    body::before {
        display: none;
    }
    
    .header,
    .footer,
    .nav-menu {
        display: none;
    }
    
    .hero-section {
        padding: 20px 0;
    }
    
    .project-card {
        border: 1px solid #ccc;
        margin-bottom: 20px;
        page-break-inside: avoid;
    }
}


/* Global Body Styles - Vintage Golden Theme */
body {
    background-color: var(--vintage-cream);
    color: var(--primary-golden);
    line-height: 1.7;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(218, 165, 32, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(184, 134, 11, 0.1) 0%, transparent 50%),
        linear-gradient(45deg, transparent 49%, rgba(218, 165, 32, 0.03) 50%, transparent 51%),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 2px,
            rgba(218, 165, 32, 0.02) 2px,
            rgba(218, 165, 32, 0.02) 4px
        );
    background-size: 800px 800px, 600px 600px, 20px 20px, 40px 40px;
    background-position: 0 0, 100% 100%, 0 0, 0 0;
}

/* Add vintage paper texture overlay */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 1px,
            rgba(218, 165, 32, 0.02) 1px,
            rgba(218, 165, 32, 0.02) 2px
        ),
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 1px,
            rgba(184, 134, 11, 0.015) 1px,
            rgba(184, 134, 11, 0.015) 2px
        ),
        radial-gradient(circle at 30% 70%, rgba(218, 165, 32, 0.08) 0%, transparent 60%),
        radial-gradient(circle at 70% 30%, rgba(184, 134, 11, 0.06) 0%, transparent 60%);
    background-size: 8px 8px, 12px 12px, 400px 400px, 300px 300px;
    pointer-events: none;
    z-index: -1;
    opacity: 0.7;
}

.thumbnail-cell {
    width: 150px;
    padding: 0px !important;
    padding-right: 15px !important;
    padding-top: 15px !important;
}

.thumbnail-cell.is-selected img{
    border: solid 2px transparent;
}

.thumbnail-cell.is-selected img {
    border: solid 2px var(--primary-golden);
}

.tables-prds__details {
   margin-bottom: 30px;
}
.tables-prds__details table {
   border: 1px solid #f5d182;
   border-collapse: collapse;
   padding: 0px;
   width: 100%;
}
.tables-prds__details table th {
   border: 1px solid #f5d182;
   padding: 0px;
   background: #f0f0f0;
}
.tables-prds__details table td {
   border: 1px solid #f5d182;
   padding: 0px;
   width: 25%;
}
.titles-prds__table {
   padding: 10px 15px;
   display: flex;
   align-items: center;
   font-size: 16px;
   color: #d6bc52;
   background-color: #221606;
}
.titles-prds__table img {
   width: 12px;
   height: 12px;
   margin-right: 10px;
}
.text-prds__table {
   padding: 10px 15px;
   color: white;
}
.titles-in__details {
   font-size: 20px;
   color: #f5d182;
   margin-bottom: 0px;
}
.text-prds__details strong,
.text-prds__details b {
   color: #f5d182;
}
.text-prds__details img {
   width: 100%;
   height: auto;
   object-fit: initial;
   margin-bottom: 10px;
}
.text-prds__details a:hover,
.text-prds__details a:focus {
   text-decoration: underline;
   color: #d6bc52;
}
.name-imgs__details {
   text-align: center;
   font-size: 14px;
   font-style: italic;
   color: #f5d182;
}
.titles-list__sidebars {
   font-size: 14px;
   color: #f5d182;
   margin-bottom: 10px;
   padding-bottom: 10px;
   border-bottom: solid 1px #3c311a;
}

.project-title {
    font-size: 34px;
    color: #d4af37;
}

.project-meta {
    margin-bottom: 35px;
}

@media (max-width: 549px) {
    #logo img {
        max-height: 70px !important;
    }

    .stuck #logo img {
        max-height: 70px !important;
    }

    #logo:after {
        position: absolute;
        top: -14px;
        left: 0px;
        width: 100px;
        height: 100px;
        z-index: 1;
        background-image: url(./assets/images/box-logo.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        animation: rotate 10s linear infinite;
        content: "";
    }
}

ul.page-numbers {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 15px;
}

ul.page-numbers li {
    margin: 0px;
}

.page-numbers.current {
    background: #efdc71;
    color: black;
}

a.page-numbers, span.page-numbers {
    display: flex;
    width: 30px;
    height: 30px;
    border: 1px solid #efdc71;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    font-size: 14px;
}

.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
    color: rgb(237 202 126) !important;
    transition: all .2s;
}