.elementor-34359 .elementor-element.elementor-element-3bbcec4{padding:100px 0px 100px 0px;}/* Start custom CSS for section, class: .elementor-element-3bbcec4 *//* Wrap fixes for CF7 + intl-tel-input */
.wpcf7 form .phone-wrap {
    position: relative;
    width: 100%;
}

/* Style the main phone input */
#phone {
    width: 100%;
    padding-left: 75px !important; /* space for flag + dial code */
    height: 50px;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    font-size: 16px;
}

/* Remove default CF7 focus shadow */
#phone:focus {
    outline: none;
    border-color: #3c8aff;
    box-shadow: 0 0 0 1px #3c8aff;
}

/* Style intl-tel-input wrap */
.intl-tel-input {
    width: 100%;
}
.iti__flag-container{
    padding-top: 0px !important;
}
/* Style flag & country dropdown box */
.intl-tel-input .flag-container {
    height: 50px;
    background: #f9f9f9;
    border-right: 1px solid #dcdcdc;
    border-radius: 6px 0 0 6px;
    padding-left: 8px;
}

/* Style displayed flag */
.intl-tel-input .selected-flag .iti-flag {
    transform: scale(1.2);
    margin-top: 2px;
}

/* Style dial code text (+91) */
.intl-tel-input .selected-dial-code {
    font-size: 16px;
    padding-left: 6px;
    color: #444;
}

/* Dropdown arrow alignment */
.intl-tel-input .selected-flag .iti-arrow {
    margin-left: 4px;
}

/* Styling popup country list */
.iti__country-list {
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Error styling */
.wpcf7-not-valid {
    border-color: #ff4d4d !important;
}

.wpcf7-not-valid-tip {
    color: #ff4d4d;
    font-size: 13px;
    margin-top: 4px;
    display: block;
}/* End custom CSS */