/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* Single Product Page - Main Image */
.woocommerce-product-gallery__wrapper img.wp-post-image {
    max-height: 500px;
    width: auto;
    object-fit: contain;
}

/* Post ID 42 Styling */
#post-42 .entry-content-wrap {
    background-color: #F2ECE9;
    border: 15px solid white;
    border-radius: 15px;
}


.custom-first-last-name{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}


.custom-product-thumbnail{
   height:256px !important; 
}

#reg_message{
    width:490px !important;
}
.custom-details-name{
       display:flex;
    justify-content:space-between;
    align-items:center; 
    gap:20px;
}


.woocommerce-account .account-navigation-wrap li a:hover {
    color: #374151 !important;
    
}

.enquiry-table th, 
.enquiry-table td {
    border: 1px solid #ddd;
    padding: 12px 15px;
    text-align: left;
    /* font-weight: 600; */
        font-family: 'Manrope', sans-serif;
    font-size: 16px;
}


/* My Account Page - General Typography */
.woocommerce-account .woocommerce-MyAccount-content {
        font-family: 'Manrope', sans-serif;
}

.woocommerce-account .account-navigation-wrap li a {
        font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

/* WooCommerce Form Fields */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    border: 0.5px solid #B6B6B6;
    border-radius: 10px;
}

/* Active Account Menu Item */
.woocommerce-account .account-navigation-wrap li.is-active a,
.woocommerce-account .account-navigation-wrap li.is-active a:hover {
    border-left: 5px solid #6B4B3E !important;
}

/* Order Table Typography */
.woocommerce table.shop_table td {
        font-family: 'Manrope', sans-serif;
 font-size: 16px !important;
}

/* WooCommerce Form Labels */
.woocommerce form .form-row label {
    color: #5C5C5C;
        font-family: 'Manrope', sans-serif;
}

/* Account Navigation Wrapper */
.woocommerce-account .account-navigation-wrap {
        font-family: 'Manrope', sans-serif;
}

/* Customer Name */
.woocommerce-account .account-navigation-wrap .kadence-account-avatar .kadence-customer-name {
    text-transform: capitalize;
    color: #0A0A0A;
}

/* My Account Orders Button */
.woocommerce table.my_account_orders .button {
    background-color: #6B4B3E !important;
    color: #FFFFFF;
        font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    gap: 20px;
    margin-left: 10px;
}

/* Fieldset Styling */
fieldset {
    border-radius: 20px;
}


.woocommerce form .form-row label{
    margin-bottom:5px !important;
    font-size:13px !important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select{
        font-family: 'Manrope', sans-serif;

}

.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tbody th a {
    color:#6B4B3E !important;
}


/* single product animation js*/

/* ========================================= */
/* Custom Product Page Animations */
/* ========================================= */

/* Sets the initial hidden state for elements */
.custom-product-image-column,
.custom-product-summary-column,
.custom-support-information-section,
.custom-buttons-group .button {
    opacity: 0;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Defines the fade-in-up animation */
.custom-product-summary-column,
.custom-support-information-section,
.custom-buttons-group .button {
    transform: translateY(50px);
}

/* Defines the fade-in-right animation for the image column */
.custom-product-image-column {
    transform: translateX(-50px);
}

/* Sets the final, visible state */
.is-animated.custom-product-summary-column,
.is-animated.custom-support-information-section {
    opacity: 1;
    transform: translateY(0);
}

.is-animated.custom-product-image-column {
    opacity: 1;
    transform: translateX(0);
}

/* Adds a staggered delay for the buttons */
.is-animated .room-visualizer-button {
    transition-delay: 0.2s;
}

.is-animated .enquire-now-button {
    transition-delay: 0.4s;
}


/* ========================================= */
/* Custom Product Page Animations */
/* ========================================= */

/* Sets the initial hidden state for elements */
.custom-product-image-column,
.custom-product-summary-column,
.custom-support-information-section,
.custom-buttons-group .button {
    opacity: 0;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Defines the fade-in-up animation */
.custom-product-summary-column,
.custom-support-information-section,
.custom-buttons-group .button {
    transform: translateY(50px);
}

/* Defines the fade-in-right animation for the image column */
.custom-product-image-column {
    transform: translateX(-50px);
}

/* Sets the final, visible state */
.is-animated.custom-product-summary-column,
.is-animated.custom-support-information-section {
    opacity: 1;
    transform: translateY(0);
}

.is-animated.custom-product-image-column {
    opacity: 1;
    transform: translateX(0);
}

/* Adds a staggered delay for the buttons */
.is-animated .room-visualizer-button {
    transition-delay: 0.2s;
}

.is-animated .enquire-now-button {
    transition-delay: 0.4s;
}


.login-container {
    display: flex;
    min-height: 100vh; /* Ensures it takes at least the full viewport height */
        font-family: 'Manrope', sans-serif;
}

.login-left-column {
    flex: 1; /* Takes up half of the available space */
    background-image: url('path/to/your/wood-flooring-image.jpg'); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; /* Text color for the welcome message */
    padding: 40px;
    text-align: center;
    position: relative; /* For potential overlay */
}

.login-left-column::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3); /* Dark overlay for better text readability */
    z-index: 1;
}


.product-summary-details p,
.product-summary-details p span {
  font-size: 14px;
  color: #985f43;
}


.welcome-text {
    position: relative;
    z-index: 2; /* Ensure text is above the overlay */
}

.welcome-text h2 {
    font-size: 2.5em;
    margin-bottom: 15px;
    font-weight: bold;
}

.welcome-text p {
    font-size: 1.1em;
    line-height: 1.6;
}

.login-right-column {
    flex: 1; /* Takes up the other half of the available space */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background-color: #f8f8f8; /* Light background for the form area */
}

.form-tabs {
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.tab {
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    color: #555;
    border-bottom: 2px solid transparent;
    transition: color 0.3s ease, border-bottom-color 0.3s ease;
}

.tab.active {
    color: #000; /* Or your primary brand color */
    border-bottom-color: #000; /* Or your primary brand color */
}

.form-content {
    width: 100%;
    max-width: 400px; /* Max width for the form itself */
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.form-title {
    font-size: 1.8em;
    margin-bottom: 25px;
    color: #333;
}

.form-group {
    margin-bottom: 20px;
    text-align: left;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #555;
}

.form-group input[type="email"],
.form-group input[type="password"],
.form-group input[type="text"],
.form-group input[type="tel"],
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1em;
    box-sizing: border-box; /* Important for consistent sizing */
}

.form-group textarea {
    resize: vertical; /* Allows vertical resizing of textarea */
}

.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 0.9em;
}

.remember-me {
    display: flex;
    align-items: center;
}

.remember-me input[type="checkbox"] {
    margin-right: 8px;
}

.forgot-password {
    color: #007bff; /* Or your brand link color */
    text-decoration: none;
}

.forgot-password:hover {
    text-decoration: underline;
}

.form-button {
    width: 100%;
    padding: 15px;
    background-color: #007bff; /* Or your primary button color */
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1.1em;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.form-button:hover {
    background-color: #0056b3; /* Darker shade on hover */
}

.form-links {
    margin-top: 20px;
    font-size: 0.9em;
    color: #555;
}

.form-links a {
    color: #007bff; /* Or your brand link color */
    text-decoration: none;
    font-weight: bold;
}

.form-links a:hover {
    text-decoration: underline;
}

.form-message {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    font-size: 0.9em;
}

/* Basic responsiveness for smaller screens */
@media (max-width: 768px) {
    .login-container {
        flex-direction: column;
    }

    .login-left-column {
        height: 300px; /* Fixed height for left column on mobile */
        padding: 20px;
    }

    .welcome-text h2 {
        font-size: 1.8em;
    }

    .login-right-column {
        padding: 30px 20px;
    }

    .form-content {
        max-width: 100%;
        padding: 25px;
    }
}


.login-frontpage{
    display: flex;
    max-width:1200px;
    width:100%;
}

/* Wrapper */
.custom-updated-login {
  min-height: 100vh;
  display: flex;
  flex-direction: row;
        font-family: 'Manrope', sans-serif;
}

/* Left Column */
.login-left-column {
  flex: 1;
  background: url('your-flooring-image.jpg') no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 40px;
}

.login-left-column .welcome-text h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}

.login-left-column .welcome-text p {
  font-size: 1rem;
  max-width: 400px;
  margin: 0 auto;
  line-height: 1.5;
}

/* Right Column */
.login-rightcol {
  flex: 1;
  display: flex;
  flex-direction:column !important;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  padding: 40px;
}

.custom-form-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.custom-form-tab {
  flex: 1;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  font-weight: 500;
  color: #555;
}

.custom-form-tab.active {
  color: #4b2e2e;
  border-bottom: 2px solid #4b2e2e;
}



/* Responsive */
@media (max-width: 991px) {
  .custom-updated-login {
    flex-direction: column;
  }

  .login-left-column {
    min-height: 250px;
    padding: 20px;
    background-position: center;
  }

  .login-rightcol {
    padding: 20px;
  }

  .custom-form-content {
    max-width: 100%;
    width: 100%;
  }
}



/* ==== Enquiry Page Wrapper ==== */
.enquiry-page-wrapper {
  padding: 40px 20px;
  background: #fff;
}

/* Main container: two-column layout */
.enquiry-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  margin-top: 20px;
}

@media (max-width: 992px) {
  .enquiry-container {
    grid-template-columns: 1fr;
  }
}

/* ==== Form Section (Left Side) ==== */
.enquiry-form-section {
  background: #fff;
  padding: 25px 30px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.custom-form-title {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #2d2d2d;
}

/* Section Titles */
.form-section {
  margin-bottom: 25px;
}
.form-section-title {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #444;
}

/* Form Groups */
.custom-form-group {
  margin-bottom: 15px;
}
.custom-form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
}
.custom-form-group input,
.custom-form-group textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
}
.custom-form-group textarea {
  resize: vertical;
}

/* Small helper text */
.custom-form-group small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #666;
}

/* Stock & Price display */
.stock-display,
.price-display {
  font-weight: bold;
  color: #333;
}

/* Submit Button */
.custom-form-button.enquiry-submit {
  width: 100%;
  background: #5a3825;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.custom-form-button.enquiry-submit:hover {
  background: #40291a;
}
.response-time {
  margin-top: 10px;
  font-size: 13px;
  color: #666;
}

/* ==== Right Side: Product Summary ==== */
.enquiry-summary-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.product-enquiry-details {
  text-align: left;
}
.summary-image {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.product-enquiry-details p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.product-enquiry-details strong {
  font-weight: 600;
  color: #222;
}

