/*
Theme Name: yourbillsaver_child
Author: Guddu Pal
Description: Child theme for Hello Elementor
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* ========================|| Root Css ||============================ */
:root {
    --blue: #032A69;
    --green: #3BA432;
    --white: #FFFFFF;
    --black: #000000;
    --grey: #ACA4BA;
}

/* Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: var(--blue) var(--white);
}
body::-webkit-scrollbar {
    width: 6px;
}
body::-webkit-scrollbar-track {
     background: var(--white);
     border-radius: 8px; 
}
body::-webkit-scrollbar-thumb {
    background: var(--blue);
    border-radius: 8px;
}
::selection {
    background: var(--blue);
    color: var(--white);
}
/* ========================|| Header Css ||============================ */
.curve_position > div img {
    height: calc(100% - 0%);
    object-fit: contain;
}
.energy_rgt_side > div:first-child {
    margin-top: 60px;
}
.energy_rgt_side > div:last-child {
    margin-top: 120px;
}
.energy_left_side > div:last-child {
    margin-top: 60px;
}
.consultants_form > div.consultants_form_grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 0px 20px;
}
.consultants_form .form_group :is(input,textarea,select) {
    width: 100% !important;
    padding: 11px 15px !important;
    height: unset;
    border-radius: 0px !important;
    box-shadow: unset;
    outline: unset !important;
    border: 1px solid rgba(0,0,0,0.5) !important;
    font-family: 'Poppins';
}
.consultants_form .form_group :is(input, textarea, select):focus {
    border-color: var(--green) !important;
    outline: 1px solid var(--green);
    outline-offset: 1px;
}
.consultants_form .form_group textarea {
    height: 100px;
}
.consultants_form > div.form_group.submit_btn p {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin: 0px;
}
.consultants_form .form_group.submit_btn p input {
    width: 220px !important;
    border: 1px solid var(--blue) !important; 
    background-color: var(--blue);
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
    transition:all .3s ease;
}
.consultants_form .form_group.submit_btn p input:hover {
    border: 1px solid var(--green) !important;
    background-color: var(--green);
    color: var(--white);
}
.service_slider.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    background: var(--green);
    opacity: 0.5;
}
.service_slider.owl-theme .owl-dots .owl-dot.active span, .service_slider.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--green);
    opacity: 1;
}
.wpcf7-not-valid-tip {
    font-family: 'Poppins';
    margin-top: 4px;
}
.wpcf7 form.invalid .wpcf7-response-output {
    margin: 24px 0px 0px;
    padding: 12px;
    border: 1px solid var(--green) !important;
    color: var(--blue);
    font-family: 'Poppins';
}
.service_text p {
    min-height: 308px;
}

@media (max-width: 1024px) {
    .service_text p {
        min-height: 364px;
    }
    .energy_rgt_side > div:last-child {
        margin-top: 30px;
    }
    .energy_rgt_side > div:last-child {
        margin-top: 60px;
    }
    .energy_rgt_side > div:first-child {
        margin-top: 40px;
    }
}
@media (max-width: 991px) {
    .energy_left_side > div:last-child {
        margin-top: 24px;
    }
    .energy_rgt_side > div:last-child {
        margin-top: 40px;
    }
    .service_text p {
        min-height: unset;
    }
}
@media (max-width: 767px) {
    .header_contact a.elementor-button span.elementor-button-text {
        display: none;
    }
    .energy_left_side > div:last-child,
    .energy_rgt_side > div:last-child,
    .energy_rgt_side > div:first-child {
        margin-top: 0px;
    }
    .consultants_form > div.consultants_form_grid {
        grid-template-columns: repeat(1,1fr);
    }
}