/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-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.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.6
	Stable tag: 3.4.6
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

/* === Website Styling CSS Starts Here === */
/*Image Shade + Zoom Effect CSS*/
.hover-color-img {
    overflow: hidden;  
}
.hover-color-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) brightness(60%);
    transition: transform 0.6s ease, filter 0.6s ease;
}
.hover-color-img:hover img {
    filter: grayscale(0%) brightness(100%);
    transform: scale(1.07);
}
/*Button Hover Effect CSS*/
.cta-button {
  position: relative;
  overflow: hidden;
  z-index: 0;
  color: #fff;
}
.cta-button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #C6A45D;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  z-index: 1;
}
.cta-button span {
  position: relative;
  z-index: 2; 
}
.cta-button:hover::before {
  transform: translateY(0);
}
/*Testimonials Pagination CSS*/
.testimonial-section .testimonial-container span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px;
    border-radius: 100px;
    transition: 0.3s;
}
/*Contact Form CSS*/
.form-section .form-container .form-widget .elementor-widget-container .wpforms-container {
    margin-top: -3px;
}
.form-section .form-container .form-widget .elementor-widget-container .wpforms-container .wpforms-field-container .wpforms-field {
    padding: 14px 0px;
}
.form-section .form-container .form-widget .elementor-widget-container .wpforms-container .wpforms-field-container .wpforms-field label.wpforms-field-label {
    margin-bottom: 10px;
    font-size: 15px;
    font-family: 'Arial';
    font-weight: 500;
    color: rgba(11, 28, 45, 0.7);
}
.form-section .form-container .form-widget .elementor-widget-container .wpforms-container .wpforms-field-container .wpforms-field .wpforms-field-large,
.form-section .form-container .form-widget .elementor-widget-container .wpforms-container .wpforms-field-container .wpforms-field .wpforms-field-medium {
    font-family: 'Arial';
    font-size: 15px;
    color: rgba(11, 28, 45, 0.7);
    border-radius: 2px;
    border-width: 1px;
}
.form-section .form-container .form-widget .elementor-widget-container .wpforms-container .wpforms-field-container .wpforms-field .wpforms-field-large:hover,
.form-section .form-container .form-widget .elementor-widget-container .wpforms-container .wpforms-field-container .wpforms-field .wpforms-field-medium:hover {
    border: 1px solid #c6a45dbd;
    border-width: 1px;
}
.form-section .form-container .form-widget .elementor-widget-container .wpforms-submit-container {
    margin-top: 15px;
}
.form-section .form-container .form-widget .elementor-widget-container .wpforms-submit-container .wpforms-submit {
    width: 100%;
    height: 52px;
    border-radius: 6px;
    background: #0B1C2D;
    font-family: 'Arial';
    font-size: 17px;
    font-weight: 500;
}
.form-section .form-container .form-widget .elementor-widget-container .wpforms-submit-container .wpforms-submit:hover {
    background: #C6A45D;
}
.form-section .form-container .form-widget .elementor-widget-container .wpforms-container .wpforms-field-container .wpforms-field input#wpforms-1987-field_7 {
    display: none;
}
@media (max-width: 768px) {
    .form-section .form-container .form-widget .elementor-widget-container .wpforms-container .wpforms-field-container .wpforms-field label.wpforms-field-label {
        font-size: 13px;
    }
    .form-section .form-container .form-widget .elementor-widget-container .wpforms-container .wpforms-field-container .wpforms-field .wpforms-field-large,
    .form-section .form-container .form-widget .elementor-widget-container .wpforms-container .wpforms-field-container .wpforms-field .wpforms-field-medium {
        font-size: 15px;
    }
    .form-section .form-container .form-widget .elementor-widget-container .wpforms-submit-container .wpforms-submit {
        font-size: 15px;
        height: 46px;
    }
}