/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* Add your custom styles below */

.contact-form textarea#form-field-message
{
    border-radius: 20px !important;
	padding:30px 0 30px 20px;
}

.contact-form .elementor-field {
    box-shadow: unset !important;
}

.faqs-sec .e-n-accordion-item-title-text {
    font-size: 20px !important;
    font-family: lato !important;
    font-weight: 400 !important;
    color: #172B44 !important;
}

.service-sec .e-n-accordion-item-title-text {
    font-size: 20px !important;
    font-family: lato !important;
    font-weight: 400 !important;
    color: #172B44 !important;
}
.about-hero-sec {
    overflow: hidden !important;
}
.about-hero-sec::before {
    content: "" !important;
    width: 60% !important;
    height: 600px !important;
    position: absolute !important;
    background: url(/wp-content/uploads/2025/07/Group-4-1.png) no-repeat;
    right: 0% !important;
    bottom: 18% !important;
    background-size: contain;
    top: unset !important;
    left: unset !important;
    background-position: right center;
    background-repeat: no-repeat;
}

/* responsive */
@media (max-width: 1024px) {
	.service-sec .e-n-accordion-item-title-text {
    font-size: 18px !important;
}
}
@media (max-width: 767px) 
{
.faqs-sec .e-n-accordion-item-title-text {
    font-size: 18px !important;
}
		.service-sec .e-n-accordion-item-title-text {
    font-size: 16px !important;
}
}

	

