/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1761117402
Updated: 2025-10-22 07:16:42

*/

:root {
	--conic-grad: conic-gradient(from 63deg at 0% 0%, #1E8EDE 0deg, #85CCFF 360deg);
    --transition: all .3s ease-in-out;
}

/* Global */
p:last-of-type {
	margin-bottom: 0;
}
.blue-conic__grad {
	background-image: var(--conic-grad);
}
.elementor-widget-button:not(.white-fill) .elementor-button {
    background: var(--conic-grad);
}
.elementor-widget-button .elementor-button:not(:has(.elementor-button-icon)) {
    padding-right: 16px;
}
.elementor-widget-button .elementor-button  .elementor-button-content-wrapper {
    align-items: center;
}
.elementor-widget-button .elementor-button .elementor-button-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #FDFEFF;
}
.elementor-widget-button.white-fill .elementor-button .elementor-button-icon {
    background: var(--conic-grad);
}
.elementor-widget-button .elementor-button .elementor-button-icon svg {
    width: 24px;
}
.text-grad span {
	font-weight: 600;
    background: linear-gradient(91deg, #1E8EDE 5.45%, #1E40AF 93.11%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Global */

.our-service__box .elementor-icon {
    padding: 8px;
	border-radius: 12px;
	background: rgba(234, 249, 255, 0.50);
	box-shadow: 0 8px 32px 0 rgba(7, 14, 44, 0.10);
}

/* Help form */
.helpForm form {
    border-radius: 24px;
    background-color: #FDFEFF;
    padding-top: 32px;
}
.helpForm form .gf_page_steps,
.helpForm form .gform_page_fields {
    padding-inline: 32px;
}
.helpForm form .gform_page_fields {
    min-height: 280px;
    padding-bottom: 32px;
}
.helpForm form .gf_page_steps .gf_step:not(.gf_step_active),
.helpForm form .gf_page_steps .gf_step .gf_step_number {
    display: none;
}
.helpForm form .gfield .gfield_radio {
    align-items: flex-start;
    gap: 12px !important;
    flex-wrap: wrap;
    flex-direction: row !important;
}
.helpForm form .gf_page_steps .gf_step .gf_step_label {
    color: #1F212D;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.46em;
    letter-spacing: 0;
    text-transform: none;
}
.helpForm form .gfield .gfield_radio .gchoice {
    position: relative;
    padding: 15px 32px;
    border-radius: 40px;
    background: transparent;
    border: 1px solid #D5D7DE;
    transition: var(--transition);
    cursor: pointer;
    box-shadow: none !important;
	outline: none !important;
	inline-size: auto;
    max-inline-size: none;
}
.helpForm form .gfield .gfield_radio .gchoice::after {
    display: none !important;
}
.helpForm form .gfield .gfield_radio .gchoice:has(input:checked) {
    background-color: #454962;
    border-color: #454962;
}
.helpForm form .gfield .gfield_radio .gchoice:hover {
	background-color: #454962;
	border-color: #454962;
	color: #fff;
}
.helpForm form .gfield .gfield_radio .gchoice:hover label.gform-field-label {
	color: #fff;
}
.helpForm form .gfield .gfield_radio .gchoice .gfield-image-choice-wrapper-outer {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.helpForm form .gfield .gfield_radio .gchoice .gfield-image-choice-wrapper-outer .gfield-choice-image-wrapper {
	margin: 0;
}
.helpForm form .gfield .gfield_radio .gchoice input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.helpForm form .gfield .gfield_radio .gchoice label {
    color: #1F212D;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0;
    margin: 0;
    transition: var(--transition);
}
.helpForm form .gfield .gfield_radio .gchoice:has(input:checked) label {
    color: #FDFEFF;
}
.helpForm form .gfield .gfield_checkbox {
	gap: 16px;
}
.helpForm form .gfield .gfield_checkbox .gchoice {
	position: relative;
	padding-left: 26px;
}
.helpForm form .gfield .gfield_checkbox .gchoice .gform-field-label {
	margin: 0;
	cursor: pointer;
}
.helpForm form .gfield .gfield_checkbox .gchoice::before {
	display: block;
	content: '';
	width: 15px;
	height: 15px;
	border: 2px solid #878A99;
	border-radius: 2px;
	position: absolute;
	top: 2.5px;
	left: 2.5px;
}
.helpForm form .gfield .gfield_checkbox .gchoice:has(input:checked)::after {
	display: block;
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	top: 2.5px;
	left: 2.5px;
	background: url(/wp-content/uploads/2025/10/form_checkbox.svg) no-repeat center center;
	z-index: 1;
}
.helpForm form .gfield .gfield_checkbox .gchoice input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
.helpForm form .gform_page_footer {
    display: flex;
    padding: 16px 32px;
    gap: 24px;
    margin-top: 0;
    border-top: 1px solid #D5D7DE;
    justify-content: flex-end;
    position: relative;
}
.helpForm form .gform_page_footer:has(.gform_previous_button) {
    justify-content: space-between;
}
.helpForm form .gform_page_footer .gform_previous_button {
    border: 0 !important;
    width: 48px !important;
    height: 48px !important;
    padding-inline: 12px !important;
    box-shadow: none !important;
	outline: none !important;
}
.helpForm form .gform_page_footer .gform_next_button,
.helpForm form .gform_page_footer input[type="submit"] {
    border-radius: 12px !important;
    border: 1px solid #4969D3 !important;
    padding: 15px 32px !important;
    background-color: transparent !important;
    height: auto !important;
    min-height: auto !important;
    color: #1F212D !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.5em !important;
    letter-spacing: 0 !important;
	outline: 0 !important;
    transition: var(--transition);
}
.helpForm form .gform_page_footer .gform_next_button:hover,
.helpForm form .gform_page_footer input[type="submit"]:hover {
    background: var(--conic-grad) !important;
    color: white !important;
    border-color: #1E8EDE !important;
}
.helpForm form .gform_page_footer .gform-loader {
    position: absolute;
    top: 16px;
    right: 0;
    transform: translateX(calc(100% + 5px));
}
/* Help form */

/* Accordion */
.faq-accor .e-n-accordion .e-n-accordion-item {
    border-bottom: 1px solid #D5D7DE;
    padding-bottom: 24px;
}
@media (min-width:768px) {
    .faq-accor .e-n-accordion {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        max-height: 420px;
        gap: 16px 56px;
    }
    .faq-accor  .e-n-accordion .e-n-accordion-item {
        margin-bottom: 0;
        width: calc(50% - 28px);
        height: auto !important;
    }
    .faq-accor  .e-n-accordion .e-n-accordion-item::details-content {
        content-visibility: visible;
    }
    .faq-accor .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon {
        display: none !important;
    }
}
/* Accordion */