/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1752845658
Updated: 2025-07-18 13:34:18

*/

#home-posts-sec .elementor-post__read-more-wrapper a {
    background: #F7C327 !important;
    padding: 4px 10px !important;
    border-radius: 6px !important;
}
#home-posts-sec .elementor-post {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 64px), calc(100% - 64px) 100%, 0 100%) !important;
}
#testimonial-home .swiper-wrapper:nth-child(odd) {
  margin-left: 50%;
}

#testimonial-home .swiper-wrapper:nth-child(even) {
  margin-right: 50%;
}

/* Contact Form Container */
#contact-form-page .wpcf7 {
  color: #ffffff;
}

/* Form Title */
#contact-form-page .wpcf7 form h2, .wpcf7 form legend {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 20px;
}

/* Input Fields & Textarea */
#contact-form-page .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
    border: none;
    width: 100%;
    padding: 12px 0px;
    margin-bottom: 28px;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    background-color: unset;
    font-size: 16px;
    color:#F7C327;
}


/* Submit Button */
#contact-form-page .wpcf7 input[type="submit"] {
  background-color: #F7C327;
  color: #000000;
  font-weight: 700;
  padding: 12px 30px;
  font-family: inter;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#contact-form-page .wpcf7 input[type="submit"]:hover {
  background-color: #e0af00;
}

/* Remove focus outlines for better aesthetics */
#contact-form-page .wpcf7 input:focus,
.wpcf7 textarea:focus {
  outline: none;
}

/* Mobile responsiveness */
@media (max-width: 600px) {
  #contact-form-page .wpcf7 {
    padding: 20px;
  }
}
#contact-form-page textarea.wpcf7-form-control.wpcf7-textarea {
    height: 50px;
}

#contact-form-page .wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #fff;
  font-size: 14px;
  font-family: inter;
}

/* cart css */
.woocommerce-message a.button.wc-forward:hover {
	background:#9E222A;
	color:#fff;
}
.woocommerce-message a.button.wc-forward {
    background: #F7C327;
}
#cart-page a.restore-item {
    color: #F7C327;
}
#cart-page a.checkout-button.button.alt.wc-forward:hover {
    background: #9E222A;
}
a.checkout-button.button.alt.wc-forward {
    background: #F7C327;
}

