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

/* Add your custom styles here */


/* ========= Souvik Style ========= */

/* ========== common styling ============ */

.grecaptcha-badge {
    z-index: 999 !important;
}

h4 {
    margin: 0 !important;
}

strong {
    font-weight: 600 !important;
}

.heading_point {
    position: relative;
}

.heading_point::after {
    content: '';
    position: absolute;
    width: 38px;
    height: auto;
    object-fit: contain;
    object-position: left center;
    background: url(./images/point_line);
    background-position: center;
    background-size: contain;
}

.heading_point.row.floating.cw {
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
}

.heading_point.row.floating.ccw {
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

.heading_point.row.floating.cw .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
    transform: rotate(90deg);
}

.heading_point.row.floating.ccw .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
    transform: rotate(0deg);
}

.default_icon .elementor-icon-wrapper {
    display: flex;
}

.side_nav ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.global_btn {
    transition: all 0.5s ease;
}

.global_btn .elementor-button .elementor-button-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.global_btn .elementor-button .elementor-button-content-wrapper .elementor-button-icon {
    width: 46px;
    height: 46px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
}

.global_btn .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg {
    transition: all 0.5s ease;
    width: 10px;
    height: 10px;
}

.global_btn .elementor-button .elementor-button-content-wrapper svg path {
    transition: all 0.5s ease;
}

.global_btn .elementor-button:hover .elementor-button-content-wrapper .elementor-button-icon {
    background-color: #E78514;
}

.global_btn.orange .elementor-button:hover .elementor-button-content-wrapper svg path {
    fill: #fff;
}

/* =========== services ============ */

.service_icon_picker .elementor-shortcode {
    display: flex;
    width: 82px;
    height: 82px;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    outline: 13px solid rgba(250, 245, 245, 0.6);
}

/* .service_icon_picker .elementor-shortcode::after {
    content: '';
    position: absolute;
    width: 108px;
    height: 108px;
    background-color: #FAF5F5;
    opacity: 0.6;
    z-index: 0;
} */

/* Base animation */
.work_progress svg path {
    stroke-dasharray: 1960;
    stroke-dashoffset: 1960;
    animation: drawLine 10s ease forwards;
}

@keyframes drawLine {
    to {
        stroke-dashoffset: 0;
    }
}

.work_step_setup {
    counter-reset: number;
    position: relative;
}

.work_step_setup .work_step:after {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    z-index: 1;
    right: 16px;
    top: 20px;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 900;
    font-size: 125px;
    line-height: 150px;
    background: linear-gradient(180deg, #EEEEEE 0%, rgba(238, 238, 238, 0) 100%);
    color: transparent;
    background-clip: text;
}

/* ========== contact form ========== */

.contact_info_form .elementor-shortcode  .gform_heading {
    display: none !important;
}

.contact_info_form .elementor-shortcode .gform_fields {
    row-gap: 20px;
    column-gap: 25px
}

.contact_info_form.free_quote .elementor-shortcode .gform_fields {
    row-gap: 30px;
    column-gap: 30px;
}

.contact_info_form .elementor-shortcode .gform_fields input:not([type="submit"]) {
    padding: 25px 20px;
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 0 0 9px 0 rgba(177, 177, 177, 0.3);
    border: none;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #545454;
    height: 56px;
}

.contact_info_form .elementor-shortcode .gform_fields input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

.contact_info_form .elementor-shortcode .gform_fields textarea {
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 9px 0 rgba(177, 177, 177, 0.3);
    border: none;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #545454;
    resize: none;
    min-block-size: 134px !important;
}
.contact_info_form .elementor-shortcode .gform_fields select {
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 0 0 9px 0 rgba(177, 177, 177, 0.3);
    border: none;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #545454;
        display: flex;
    align-items: center;
    padding: 10px 20px;
    height: 56px;
    text-transform: capitalize;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m.5.5 6.74 6 6.26-6' stroke='%23545454' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center right 25px;
    appearance: none;
}

.contact_info_form .elementor-shortcode .gform_fields input:not([type="submit"]):hover,
.contact_info_form .elementor-shortcode .gform_fields input:not([type="submit"]):focus,
.contact_info_form .elementor-shortcode .gform_fields input:not([type="submit"]):focus-visible,
.contact_info_form .elementor-shortcode .gform_fields input:not([type="submit"]):focus-within {
    outline: none;
}

.contact_info_form .elementor-shortcode .gform_fields select:hover,
.contact_info_form .elementor-shortcode .gform_fields select:focus,
.contact_info_form .elementor-shortcode .gform_fields select:focus-visible,
.contact_info_form .elementor-shortcode .gform_fields select:focus-within {
    outline: none;
}

.contact_info_form .elementor-shortcode .gform_fields textarea:hover,
.contact_info_form .elementor-shortcode .gform_fields textarea:focus,
.contact_info_form .elementor-shortcode .gform_fields textarea:focus-visible,
.contact_info_form .elementor-shortcode .gform_fields textarea:focus-within {
     outline: none;
}

.contact_info_form .elementor-shortcode .gform_fields .gfield_date_month,
.contact_info_form .elementor-shortcode .gform_fields .gfield_date_day {
    display: none;
}

.contact_info_form .elementor-shortcode .gform_fields .gfield_date_year {
    width: 100%;
}

.contact_info_form .elementor-shortcode .gform_fields input:not([type="submit"])::placeholder {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #545454;
    text-transform: capitalize;
}

.contact_info_form .elementor-shortcode .gform_fields textarea::placeholder {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #545454;
    text-transform: capitalize;
}
.contact_info_form .elementor-shortcode .gform_fields select::placeholder {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #545454;
    text-transform: capitalize;
}

.contact_info_form .elementor-shortcode .gform_wrapper form .gform_footer input[type="submit"] {
    background-color: #E78514 !important;
    color: #fff !important;
    border-radius: 78px !important;
    padding: 19px 58px !important;
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    line-height: 24px !important;
}

    .contact_info_form .elementor-shortcode .gform_wrapper form .gform_footer {
        margin: 0;
    }

    .contact_info_form.free_quote .elementor-shortcode .gform_wrapper form .gform_footer {
        display: flex;
        justify-content: center;
    }



/* ========== custom responsive media query ========== */

@media(max-width: 1200px) {
    .work_step_setup .work_step:after {
        top: 0;
        font-size: 70px;
        line-height: 80px;
    }

    .work_progress svg path {
        stroke-dasharray: 1040;
        stroke-dashoffset: 1040;
        animation: drawLine 5s ease forwards;
    }

    .work_step_setup .work_step {
        transform: none !important;
    }
    
}

@media(max-width: 1024px) {
    .global_btn .elementor-button .elementor-button-content-wrapper .elementor-button-icon {
        width: 30px;
        height: 30px;
    }

    .service_icon_picker .elementor-shortcode {
        width: 50px;
        height: 50px;
    }

    .service_icon_picker .elementor-shortcode svg {
        width: 30px;
        height: 30px;
    }

    .work_step_setup {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px !important;
    }

    .contact_info_form.free_quote .elementor-shortcode .gform_fields {
        row-gap: 20px;
        column-gap: 20px;
    }

    .contact_info_form .elementor-shortcode .gform_fields input:not([type="submit"]),
    .contact_info_form .elementor-shortcode .gform_fields textarea,
    .contact_info_form .elementor-shortcode .gform_fields select {
        font-size: 14px;
        line-height: 22px;
    }

    .contact_info_form .elementor-shortcode .gform_fields input:not([type="submit"])::placeholder,
    .contact_info_form .elementor-shortcode .gform_fields textarea::placeholder,
    .contact_info_form .elementor-shortcode .gform_fields select::placeholder {
        font-size: 14px;
        line-height: 22px;
    } 
}

@media(max-width: 767px) {
    .default_icon.contact {
        display: none;
    }
    .work_step_setup {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
}

@media(max-width: 480px) {

    .global_btn.orange.contact_btn {
        display: none;
    }

    .default_icon.contact {
        display: flex;
    }

    .work_step_setup {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 15px !important;
    }

    .contact_info_form .elementor-shortcode .gform_wrapper form .gform_footer input[type="submit"] {
        width: 100% !important;
        padding: 14px 20px !important;
    }
}

/* ========== zoom css ============ */

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
    html {
        zoom: 0.85;
        zoom: 85%;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    html {
        zoom: 0.70;
        zoom: 70%;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    html {
        zoom: 0.65;
        zoom: 65%;
    }
    .work_progress svg path {
        stroke-dasharray: 1960;
        stroke-dashoffset: 1960;
        animation: drawLine 8s ease forwards;
    }
}
/* ========== zoom css ============ */