/*
Theme Name: Riode Child
Theme URI: https://riode.org/
Author: D-THEMES
Author URI: https://riode.org/about-me/
Description: Riode Responsive WordPress + eCommerce Theme.
Version: 1.0
Template: riode
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.logo {
  width: 203px !important; /* Desktop ke liye */
}

/* Mobile ke liye (max width 768px ya chhoti screen) */
@media (max-width: 768px) {
  .logo {
    width: 150px !important;
  }
}

/* hide read more button  */

a.btn-product.product_type_simple {
    visibility: hidden;
}

.product-label 
 {
     
    display: none !important;
}

 /* ==========================================
   CONTACT FORM 7 – Clean Professional Look
   Accent Color: #ef682f
   Background: White
========================================== */

.ps-contact-form {
  width: 100%;
  padding: 20px 0;
  background: transparent; /* Keep your white site background visible */
  font-family: "Inter", "Poppins", sans-serif;
  color: #222;
}

/* Label Styling */
.ps-contact-form label {
  display: block;
  font-weight: 600;
  color: #111;
  margin-bottom: 8px;
  font-size: 15px;
}

/* Inputs and Textarea */
.ps-contact-form .ps-input {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 22px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
  background: #fff;
  color: #111;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease;
}

/* Focused Inputs */
.ps-contact-form .ps-input:focus {
  border-color: #ef682f;
  box-shadow: 0 0 0 3px rgba(239, 104, 47, 0.15);
  background: #fff;
  outline: none;
}

/* Better visual depth (optional subtle background for clarity) */
.ps-contact-form .ps-input:hover {
  border-color: #bbb;
}

/* Textarea specifics */
.ps-contact-form textarea.ps-input {
  min-height: 140px;
  resize: vertical;
}

/* Submit Button */
.ps-contact-form .ps-submit {
  display: inline-block;
  background: #ef682f;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  padding: 14px 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 3px 10px rgba(239, 104, 47, 0.25);
}

/* Hover & Active Effects */
.ps-contact-form .ps-submit:hover {
  background: #e25922;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(239, 104, 47, 0.35);
}

.ps-contact-form .ps-submit:active {
  background: #c7491c;
  transform: translateY(0);
}

/* Error Messages */
.wpcf7-not-valid-tip {
  color: #e25922;
  font-size: 13px;
  margin-top: 5px;
}

.wpcf7-response-output {
  border: 2px solid #ef682f;
  border-radius: 10px;
  padding: 12px 15px;
  font-weight: 500;
  background: #fff8f5;
  color: #222;
  margin-top: 20px;
}

/* reCAPTCHA alignment */
.ps-contact-form .wpcf7-recaptcha {
  margin-top: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .ps-contact-form .ps-input {
    padding: 12px 14px;
  }
  .ps-contact-form .ps-submit {
    width: 100%;
  }
}


.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    text-decoration: none;
}
.whatsapp-icon svg {
    fill: white;
    width: 30px;
    height: 30px;
}


/* Default styles for desktop */
#enquiry {
    padding-bottom: 20px;
    position: absolute;
    left: 510px;
    top: 200px;
}

/* Tablets (768px - 1024px) */
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    #enquiry {
        left: 250px;
        top: 400px;
    }
}

/* Mobile (max-width: 767px) */
@media only screen and (max-width: 767px) {
    #enquiry {
        padding-bottom: 20px;
        position: absolute;
        top: 570px;
        left: 143px;
    }
}
