/*
Theme Name: Furniture
Theme URI: 
Author: Your Name
Author URI: 
Description: A custom WordPress theme for Guram's Furniture
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: furniture
*/
/* Adobe Arabic - Bold */
@font-face {
    font-family: 'Adobe Arabic';
    src: url('../font/AdobeArabic-Bold.eot');
    src: local('Adobe Arabic Bold'), local('AdobeArabic-Bold'),
        url('../font/AdobeArabic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/AdobeArabic-Bold.woff2') format('woff2'),
        url('../font/AdobeArabic-Bold.woff') format('woff'),
        url('../font/AdobeArabic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Adobe Arabic - Bold Italic */
@font-face {
    font-family: 'Adobe Arabic';
    src: url('../font/AdobeArabic-BoldItalic.eot');
    src: local('AdobeArabic-BoldItalic'),
        url('../font/AdobeArabic-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../font/AdobeArabic-BoldItalic.woff2') format('woff2'),
        url('../font/AdobeArabic-BoldItalic.woff') format('woff'),
        url('../font/AdobeArabic-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

/* Adobe Arabic - Regular */
@font-face {
    font-family: 'Adobe Arabic';
    src: url('../font/AdobeArabic-Regular.eot');
    src: local('Adobe Arabic Regular'), local('AdobeArabic-Regular'),
        url('../font/AdobeArabic-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/AdobeArabic-Regular.woff2') format('woff2'),
        url('../font/AdobeArabic-Regular.woff') format('woff'),
        url('../font/AdobeArabic-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Adobe Arabic - Italic */
@font-face {
    font-family: 'Adobe Arabic';
    src: url('../font/AdobeArabic-Italic.eot');
    src: local('AdobeArabic-Italic'),
        url('../font/AdobeArabic-Italic.eot?#iefix') format('embedded-opentype'),
        url('../font/AdobeArabic-Italic.woff2') format('woff2'),
        url('../font/AdobeArabic-Italic.woff') format('woff'),
        url('../font/AdobeArabic-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
/* Interactive Gallery Styles */
/* .interactive-gallery {
    padding: 80px 0;
    background-color: #f9f9f9;
} */

.interactive-gallery
 {
    padding: 80px 0;
    background-color: #f9f9f9;
    
}

.gallery-container {
  max-width: 100%;
    margin: 0 auto;
    padding: 0 0px;
    position:relative;
}

.main-image {
    width: 100%;
    height: 500px;
    margin-bottom: 30px;
    overflow: hidden;
}

.main-image
 {
    width: 100%;
    height: 600px;
    margin-bottom: 30px;
    overflow: hidden;
    object-fit: cover;
}

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

.gallery-nav {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: absolute;
    bottom: 0px;
    background-color: #00000082;
    width:100%;
}

.nav-item {
    flex: 1;
    padding: 30px;
   /* background-color: #fff;  */
    cursor: pointer;
    transition: all 0.3s ease;
    /* border: 1px solid #eee; */
    color:#fff;
}

.nav-item:hover {
    background-color: #f0f0f0;
}
.nav-content h4 {
    font-family: 'Adobe Arabic', sans-serif;
    font-size: 24px;
    margin: 0 0 10px 0;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}



.nav-content p {
    font-family: 'Adobe Arabic', sans-serif;
    margin: 0;
    color: #777;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* General Body Styles */
body {
    font-family: 'Adobe Arabic', sans-serif;
    margin: 0;
    background-color: #fdfdfd;
    color: #333;
}

/* Headings */
h1, h2, h3 {
    font-family: 'Lora', serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}

h2 {
    font-size: 1.8rem;
    margin-top: 80px;
    margin-bottom: 40px;
}

/* Header and Navigation */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 10px 0;
    transition: background-color 0.3s ease-in-out;
    background-color: transparent; /* Transparent by default */
}

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
}

.nav-left, .nav-right {
    flex: 1;
    display: flex;
    gap: 30px;
}

.nav-right {
    justify-content: flex-end;
}

/* Mega Menu Styles */
.dropdown {
    position: static; /* Let it be static */
}

.dropdown .fa-chevron-down {
    font-size: 0.7rem;
    margin-left: 5px;
}

.mega-menu {
    display: none;
    position: fixed;
    left: 0;
    top: 100px; /* Adjust to header height */
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 40px 0;
    z-index: 99;
    top: 52px;
}

.dropdown:hover .mega-menu {
    display: block;
}

.mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.mega-menu-item {
    text-align: center;
}

.mega-menu-item img {
    width: 100%;
    height: 260px;
    margin-bottom: 15px;
    border: 1px solid #444;
    object-fit: cover;
}

.mega-menu-item p {
    color: white;
    font-family: 'Lora', serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}


.main-nav a {
    color: rgb(0, 0, 0); /* Links are always white */
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 1.5px;
}
 .scrolled .main-nav a
 {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 1.5px;
}

.logo img {
    height: 60px;
}

/* Initial state: show color logo, hide white logo */
.logo .logo-default {
    display: block;
}
.logo .logo-scrolled {
    display: none;
}

/* Scrolled state: hide color logo, show white logo */
header.scrolled .logo .logo-default {
    display: none;
}
header.scrolled .logo .logo-scrolled {
    display: block;
}
.company-text {
    text-align: center!important;
}
header.scrolled {
    background-color: rgba(0, 0, 0, 0.8);
}

/* When not scrolled, make header transparent */
header {
    background-color: transparent; /* Transparent by default */
}

header.scrolled {
    background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent black on scroll */
}


/* Hero Section */
.hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('img/slider.jpg');
    height: 80vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.hero-text h1 {
    font-size: 2.5rem;
    margin: 0;
}

.hero-text p {
    font-size: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Products Grid */
.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1400px;
    margin: 80px auto 40px;
    padding: 0 40px;
}

.product-item {
    text-align: center;
}

.product-item img
 {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 15px;
}

.product-item p {
    font-family: 'Adobe Arabic';
    text-transform: uppercase;
    letter-spacing: 1px;
     font-weight: 500;
    font-style: normal;
    color:#000;
    font-display: swap;
    font-size:30px;
    
      
}
.new-arrivals p{
    margin:0px;
    font-size: 20px;
    line-height: 1.3;
    opacity: 1;
    text-align: center !important;
    font-weight: 500;
}

.view-all-btn-container {
    text-align: center;
    margin-bottom: 80px;
    margin-top:80px;
}


.view-all-btn {
    text-decoration: none;
    color: #000;
    border: 2px solid #000;
    padding: 12px 30px;
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 1.5px;
    border-radius: 25px;
    transition: all 0.3s 
ease;
margin-top:30px;
}

.view-all-btn:hover {
    background-color: #333;
    color: white;
}

/* Company Info Section */
.company-info {
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
    padding: 0px;
    max-width: 100%;
    margin: 80px 0px;
    gap: 60px;
}

.company-image {
    flex: 2;
}

.company-image img {
    width: 100%;
    height:600px;
    object-fit: cover;
}
section.new-arrivals h2, section.process-video h2, section.testimonials h2 {
    color: #000;
    text-underline-offset: 5px;
    font-size: 1.5em;
    font-family: Adobe Arabic;
    font-weight: 500;
    margin-top: 0;
    font-size: 40px;
    margin-bottom: 30px;
    text-decoration: underline 1px;
    text-underline-offset: 5px;
    text-align: center;
    font-family: Adobe Arabic;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}
.heading-font {
    font-family: Adobe Arabic;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}
.company-text {
    flex: 1;
}

.company-text h2 {
    text-align: left;
    margin-top: 0;
    color: #000;
    font-size: 40px;
    margin-bottom: 30px;
    text-decoration: underline 1px;
    text-underline-offset: 5px;
    text-align: center;
    font-family: Adobe Arabic;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}

.company-text p {
    line-height: 1.8;
    color: #000;
    text-align: center;
    font-family: Adobe Arabic Regular;
    font-size: 16px;
    font-weight: 400;
    color: rgba(var(--color-text), 1);
}
.product-detail-page .product-info h1
 {
    text-align: left;
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Adobe Arabic';
    font-weight: 500;
    color: #000;
}
.contact-form-section .contact-intro {
    font-size: 22px;
    font-family: 'Adobe Arabic';
    font-weight: 500;
    color: #000;
    line-height: 35px;
}
.product-detail-page .product-gallery
 {
    display: flex;
    flex: 2;
    gap: 20px;
}
.product-detail-page .product-info p {
    color: #000;
    line-height: 1.4;
    font-size: 22px;
    font-family: 'Adobe Arabic';
    font-style: normal;
}
.company-text .read-more {
    color: #333;
    text-decoration: none;
    font-weight: bold;font-size:22px;
}

/* New Arrivals Section */
.new-arrivals {
    padding-bottom: 40px;
}

/* Process Video Section */
.process-video .video-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    cursor: pointer;
}

.process-video img {
    width: 100%;
    display: block;
}

.process-video .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 4rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-video .play-button .fa-play {
    margin-left: 10px; /* Center the play icon */
}

/* Testimonials Section */
.testimonials {
    background-color: #f7f7f7;
    padding: 80px 40px;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.testimonial-card {
    background-color: white;
    padding: 30px;
    border: 1px solid #eee;
    text-align: center;
}
.testimonial-card-author-name {
    font-family: Adobe Arabic Regular;
    font-size: 18.5px;
    margin: 10px 0px;
}
.testimonial-card p {
    margin-top: 24px;
    font-size: 18.5px;
    color: #000;
    font-family: 'Adobe Arabic Regular';
    font-weight: 400;
}

span.testimonial-card-author-subheading {
    opacity: 0.6;
}
.testimonial-card .author {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    justify-content: center;
}

.author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.author div {
    display: flex;
    flex-direction: column;
}

.author strong {
    font-size: 23.5px;
    font-family: 'Adobe Arabic';
    font-weight: normal;
    color: #000;
}

.author span {
    font-size: 0.9rem;
    color: #777;
}

/* Large Image Section */
.large-image-section {
    background-image: url('img/slider.jpg');
    height: 60vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
}

/* Add overlay */
.large-image-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4); /* Semi-transparent black overlay */
    z-index: 1;
}

/* Make sure content is above the overlay */
.large-image-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
}

.large-image-content h3 {
    font-size: 2rem;
    margin-bottom: 30px;
}

.shop-now-btn {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    text-decoration: none;
    padding: 15px 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
}

.shop-now-btn:hover {
    background-color: rgba(0, 0, 0, 0.9);
}
/* Product Item Hover Effect */
.new-arrivals .product-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.new-arrivals .product-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.new-arrivals .product-item {
    overflow: hidden;
}

.new-arrivals.product-item img {
    width: 100%;
    transition: transform 0.5s ease;
}

.new-arrivals product-item:hover img {
    transform: scale(1.05);
}
/* Add this if you want a second image to show on hover */
.new-arrivals .product-item .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.new-arrivals .product-item:hover img {
    transform: scale(1.05); /* Slight zoom effect */
}

/* If you want to show a different image on hover, use this structure in your HTML */
.new-arrivals .product-item:hover .hover-image {
    opacity: 1;
}

.new-arrivals .product-item:hover img:not(.hover-image) {
    opacity: 0;
}
/* Gallery Section */
.gallery {
    padding-bottom: 80px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1400px;
    margin: 0 auto;
    gap:5px
}

.gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Search Modal */
.search-modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1001; /* Ensure it's on top of the header */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.95);
    align-items: center;
    justify-content: center;
}

.search-modal-content {
    position: relative;
    width: 80%;
    max-width: 700px;
}

.close-search-modal {
    position: absolute;
    top: -50px; /* Position it above the search bar */
    right: 0;
    color: #aaa;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-search-modal:hover,
.close-search-modal:focus {
    color: white;
}

.search-modal form {
    display: flex;
    width: 100%;
}

.search-modal input[type="search"] {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #ccc;
    color: white;
    font-size: 2.5rem;
    padding: 10px 0;
    outline: none;
    font-family: 'Lora', serif;
}

.search-modal input[type="search"]::placeholder {
    color: #777;
}

.search-modal button[type="submit"] {
    background: transparent;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    margin-left: -50px; /* Position it over the input field */
}


/* Responsive Styles */

/* Hamburger Menu */
.hamburger-menu {
    display: none; /* Hidden by default */
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
    color: rgb(0, 0, 0);
    cursor: pointer;
}
header.scrolled .hamburger-menu {
    
   
    color: white!important;
  
}

header.scrolled .hamburger-menu {
    color: #333;
}


/* New Mobile Navigation Panel Styles */
.mobile-nav-panel {
    height: 100%;
    width: 95%;
    position: fixed;
    z-index: 1002;
    top: 0;
    left: -104%; /* Start off-screen */
    background-color: white;
    overflow-y: auto;
    transition: left 0.5s ease-in-out;
    padding: 20px;
}

.mobile-nav-panel.open {
    left: 0; /* Slide in */
}

.close-mobile-nav {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 36px;
    color: #333;
    text-decoration: none;
}

.mobile-nav-content {
    margin-top: 80px;
}

.mobile-nav-item {
    border-bottom: 1px solid #eee;
}

.mobile-nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    text-decoration: none;
    font-size: 1.2rem;
    color: #333;
    font-family: 'Lora', serif;
    text-transform: uppercase;
}

.mobile-nav-link .fa-chevron-down {
    transition: transform 0.3s ease;
}

.mobile-nav-link.active .fa-chevron-down {
    transform: rotate(180deg);
}

.sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: #f9f9f9;
}

.sub-menu a {
    display: block;
    padding: 15px 30px;
    text-decoration: none;
    color: #555;
    font-size: 1rem;
}

/* --- Responsive Design --- */

/* Tablet and smaller */
@media screen and (max-width: 992px) {
    /* --- Navigation --- */
     .gallery-nav {
        flex-direction: column;
        gap: 10px;
    }
    .product-detail-container
 {
    flex-direction: column;
}
    
    .nav-item {
        width: 100%;
        padding: 20px;
    }
    
    .main-image {
        height: 400px;
    }
    .main-nav .nav-left,
    .main-nav .nav-right {
        display: none;
    }

    .main-nav {
        justify-content: center;
    }

    .hamburger-menu {
        display: block;
    }

    /* --- Grids --- */
    .products-grid,
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* --- Layouts --- */
    .company-info {
        flex-direction: column;
        padding: 60px 20px;
    }
}

/* Mobile devices */
@media screen and (max-width: 768px) {
    .gallery-nav {
   display: none!important;
}
    .gallery-container {
        position: relative;
        overflow: hidden;
    }
    
    .gallery-nav {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
        gap: 0;
    }
    
    .gallery-nav::-webkit-scrollbar {
        display: none; /* Hide scrollbar for Chrome/Safari */
    }
    
    .nav-item {
        flex: 0 0 100%;
        scroll-snap-align: start;
        border: none;
        border-bottom: 1px solid #eee;
    }
    
    .main-image {
        height: 300px;
    }
    /* Navigation Arrows */
    .slider-nav {
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }
    
    .slider-nav button {
        background: #333;
        color: white;
        border: none;
        padding: 8px 15px;
        margin: 0 5px;
        cursor: pointer;
        border-radius: 4px;
    }
    h2 {
        font-size: 1.5rem;
        margin-top: 60px;
        margin-bottom: 30px;
    }

    /* --- Hero --- */
    .hero-text h1 {
        font-size: 2rem;
    }

    /* --- Grids --- */
    .products-grid,
    .testimonial-grid {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }

    .testimonial-card {
        margin-bottom: 20px;
    }

    /* --- Search Modal --- */
    .search-modal input[type="search"] {
        font-size: 1.8rem;
    }

    /* --- General Spacing --- */
    .company-info,
    .testimonials,
    .gallery {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mega-menu-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .contact-form .form-row {
        flex-direction: column;
        gap: 0;
    }

    .contact-form .form-group {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    .mega-menu-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-text h1 {
        font-size: 1.5rem;
    }

    .hero-text p {
        font-size: 0.8rem;
    }
}


/* --- Product Detail Page Styles --- */

/* .product-detail-page {
    padding-top: 100px; 
} 
*/
.product-detail-container {
    display: flex;
    max-width: 1400px;
    margin: 60px auto;
    padding: 0 40px;
    gap: 60px;
}

.product-gallery {
    display: flex;
    flex: 1;
    gap: 20px;
}

.gallery-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.thumbnail {
    width: 80px;
    height: auto;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.thumbnail.active, .thumbnail:hover {
    border-color: #B87333;
}

.main-image-container {
    position: relative;
    flex: 1;
}

#main-product-image {
    width: 100%;
    height: auto;
}

.gallery-nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #333;
    cursor: pointer;
    user-select: none;
}

.prev-arrow { left: 10px; }
.next-arrow { right: 10px; }

.product-info {
    flex: 1;
}

.product-info h1 {
    text-align: left;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 20px;
}

.product-info p {
    color: #555;
    line-height: 1.8;
}

.product-specs {
    margin: 30px 0;
}

.product-specs p {
    margin: 5px 0;
}

.product-options {
    margin-bottom: 30px;
}

.material-options, .color-options {
    margin-bottom: 20px;
}

.option-buttons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.option-btn {
    background: none;
    border: 1px solid #ccc;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.option-btn.active, .option-btn:hover {
    background-color: #222;
    color: white;
    border-color: #222;
}

.color-swatches {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.color-swatch {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.color-swatch.active, .color-swatch:hover {
    border-color: #B87333;
}

.enquire-btn {
    display: block;
    width: 100%;
    background-color: #222;
    color: white;
    border: none;
    padding: 15px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    margin-bottom: 30px;
    transition: background-color 0.3s ease;
}

.enquire-btn:hover {
    background-color: #444;
}

.info-accordion-item {
    border-top: 1px solid #eee;
}

.info-accordion-item:last-child {
    border-bottom: 1px solid #eee;
}

.info-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
}

.info-accordion-header span {
    font-family: 'Lora', serif;
    text-transform: uppercase;
}

.info-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding-bottom: 0;
}

.info-accordion-content p {
    margin-top: 0;
}


/* --- Contact Page Styles --- */
section.contact-hero img {
    width: 100%;
    height: 315px!important;
    object-fit: cover;
}
.contact-hero {
    background-color: #ffffff;
    color: white;
    padding: 97px 0px;
    width: 100%;
}

.contact-hero h1 {
    font-size: 2.5rem;
    margin: 0;
    padding-top: 60px; /* Space for fixed header */
}

.contact-form-section {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px;
}

.contact-intro {
    text-align: center;
    font-size: 1rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 50px;
}

.contact-form .form-row {
/*     display: flex; */
    gap: 30px;
    margin-bottom: 30px;
}
.form-submit input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #666666;
    color: #fff;
    width: 100%;
}
.contact-form .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.contact-form label {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 10px;
}


.contact-form input, .contact-form textarea {
    width: 96%;
    padding: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    border: 2px solid var(--border-color, #666666);
}

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

.contact-form .form-submit {
    text-align: center;
    margin-top: 40px;
}

.send-btn {
    background-color: #222;
    color: white;
    border: none;
    padding: 15px 50px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.send-btn:hover {
    background-color: #444;
}


/* Footer */
footer {
    background-color: #000;
    color: #aaa;
    text-align: center;
    padding: 40px 20px;
}

.footer-content p {
    margin: 5px 0;
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}
/* Slider Navigation Buttons */
.slider-nav {
    display: none; /* Hidden by default, shown on mobile */
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
    padding: 15px 0;
}

.slider-nav button {
    background: #333;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
}

.slider-nav button:hover {
    background: #555;
    transform: scale(1.1);
}

/* Show slider nav only on mobile */
@media (max-width: 768px) {
    .slider-nav {
        display: flex;
    }
}

/* Active state for nav items */
.nav-item.active {
    background-color: #f0f0f000;
    
}

/* Ensure smooth transitions */
.main-image img {
    transition: opacity 0.3s ease;
}
