/*
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;
}

/* service */

#service-box-section-home.services-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

/* ---- Grid Layout ---- */
#service-box-section-home .services-grid {
  display: grid;
  gap: 20px;
  justify-content: center;
}

#service-box-section-home .first-row {
  grid-template-columns: repeat(5, 207px);
  justify-content: center;
}

#service-box-section-home .second-row {
  grid-template-columns: repeat(4, 264px);
  justify-content: center;
}

/* ---- Box Styling ---- */
#service-box-section-home .service-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #f7c327;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  background: transparent;
  transition: all 0.3s ease-in-out;
  height: 200px;
  cursor: pointer;
}

/* Hover state */
#service-box-section-home .service-box:hover {
  background-color: #9E222A !important;
  border-color: #f7c327;
  color: #fff;
  padding: 20px !important;
}


/* ---- Icon Styling ---- */
#service-box-section-home .service-box img {
  width: 90px;
  height: 90px;
  filter: brightness(0) invert(1);
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

/* ---- Heading ---- */
#service-box-section-home .service-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
  text-align: center;
}

/* ---- Red Box ---- */
#service-box-section-home .red-box {
  background-color: #9e222a !important;
  border-color: #9e222a;
  transition: all 0.3s ease-in-out;
}

#service-box-section-home .red-box img {
  filter: brightness(0) invert(1);
}

/* Hover & active for red box */
#service-box-section-home .red-box:hover {
  background-color: #182C41 !important;
  border-color: #f7c327;
  color: #FFF !important;
}


/* ---- Responsive ---- */
@media (max-width: 1440px) and (min-width: 768px) {
 #service-box-section-home .first-row {
    grid-template-columns: repeat(5, 19%);
  }

 #service-box-section-home .second-row {
    grid-template-columns: repeat(4, 24%);
  }
}
@media (max-width: 768px){
	 #service-box-section-home .first-row {
    grid-template-columns: repeat(2, 40%);
  }
	
	 #service-box-section-home .second-row {
    grid-template-columns: repeat(2, 40%);
  }
}
#service-box-section-home .services-grid.first-row {
    margin-bottom: 20px;
}





