/* Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Google Font Import - Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

/* Main Form Wrapper - Font & Color */
#gform_wrapper_2, #gform_2 {
    font-family: 'Montserrat', sans-serif !important;
}

/* All Labels & Titles in Form ID 2 */
#gform_2 .gfield_label, 
#gform_2 .gfield_description, 
#gform_2 .ginput_complex label {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    color: #ffffff !important;
    font-weight: 400 !important;
}

/* Input Fields, Selects & Textareas with Elegant Shadow */
/* #gform_2 input[type="text"], 
#gform_2 input[type="email"], 
#gform_2 input[type="tel"], 
#gform_2 select, 
#gform_2 textarea {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    padding: 12px 15px !important;
    border-radius: 0 !important;
    border: 1px solid #ddd !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important; 
    color: #333 !important;
    margin-bottom: 10px !important;
}
 */
/* Submit Button - Orange Color & White Text */
#gform_2 .gform_button, 
#gform_submit_button_2 {
    background-color: #f37021 !important; /* Orange */
    color: #ffffff !important; /* White text */
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 15px 45px !important;
    border-radius: 50px !important; /* Rounded Button */
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 4px 15px rgba(243, 112, 33, 0.4) !important;
    transition: all 0.3s ease-in-out !important;
}

/* Submit Button Hover Effect */
#gform_2 .gform_button:hover, 
#gform_submit_button_2:hover {
    background-color: #d65d1a !important; /* Darker Orange on hover */
    transform: translateY(-2px); /* Slight lift effect */
}

/* Error/Required Star (*) Color */
#gform_2 .gfield_required {
    color: #ff4d4d !important;
}
/* --- Elementor Review Widget Custom Pagination --- */

body #custom-review-dots .elementor-main-swiper .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    background-color: transparent !important;
    border: 2px solid #14cfbb !important; /* Teal border color */
    opacity: 1 !important;
    display: inline-block;
    border-radius: 50% !important;
}

/* Jo dot Active hai, usse solid orange karne ke liye */
body #custom-review-dots .elementor-main-swiper .swiper-pagination-bullet-active {
    background-color: #f38218 !important; /* Orange fill color */
    border-color: #f38218 !important;
}

/* Dots ke beech ka gap aur spacing */
body #custom-review-dots .swiper-pagination {
    bottom: -30px !important; /* Adjust if dots are overlapping text */
    position: relative !important;
}

/* --- CUSTOM STYLES END --- */