html,body{
    overflow-x: hidden;
}

/* Footer Section */

.footer h2 span{
    color: #21DCD1;
}
.footer-section .gform_fields{
	display:flex;
}
.footer-section .gfield--type-email{
	width: 100% !important;
}
.footer-section .gform_footer{
	position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-10%, -50%);
	padding: 0 !important;
	margin: 0 !important;
}
.footer-section input:not([type="submit"]) {
    height: 82px;
    background: #03263D;
    border: 1px solid #17547B !important;
    border-radius: 60px;
    padding: 0 180px 0 83px !important;
    outline: none;
    color: #FFFFFF;
    background-image: url("https://dev.wordpress-developer.us/embracing-hearts-home-care/wp-content/uploads/2025/08/mail.svg");
    background-repeat: no-repeat;
    background-position: center left 31px;
    text-transform: lowercase;
}
.footer-section input:not([type="submit"])::placeholder{
	font-family: Poppins !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	letter-spacing: 0.02em !important;
	color: #FFFFFF !important;
}
.footer-section input[type="submit"] {
    background: #21DCD1;
    color: #FFFFFF !important;
    border: 1px solid #21DCD1;
    padding: 0px 28px !important;
    border-radius: 40px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    height: 54px !important;
    font-family: Poppins !important;
    margin-bottom: 0 !important;
    text-transform: uppercase !important;
}
.footer-section input[type="submit"]:hover{
    background: #03263D !important;
    border: 1px solid #17547B;
}
.footer-section .gform_validation_errors{
	display: none;
}
.footer-section .gfield_description{
	position: absolute;
	z-index: 9;
}
.footer-section .gform_confirmation_message_1{
	color: #fff;
	text-align: center;
}
.quickmenu ul{
    column-count: 2;
    column-gap: 15px;
}
/* Footer Section */

/* Home */

.textlineafter h6{
    position: relative;
}
.textlineafter h6::after{
    position: absolute;
    content: "";
    width: 53px;
    height: 6px;
    background-image: url("https://dev.wordpress-developer.us/embracing-hearts-home-care/wp-content/uploads/2025/08/Vector-19.png");
    background-repeat: no-repeat;
    top: 50%;
    left: -42px;
    transform: translate(-50%, -50%);
}
.textlineafter h6::before{
    position: absolute;
    content: "";
    width: 53px;
    height: 6px;
    background-image: url("https://dev.wordpress-developer.us/embracing-hearts-home-care/wp-content/uploads/2025/08/textline.png");
    background-repeat: no-repeat;
    top: 50%;
    right: -42px;
    transform: translate(50%, -50%);
}
.textnewcolor h2 span{
    color: #2290DD;
}
.locationsec .e-n-tab-icon {
    background-color: #DCFFFD;
    border-radius: 100%;
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.locationsec .e-n-tab-title[aria-selected="true"] .e-n-tab-icon{
    background-color: #FFFFFF;
}
.locationsec .e-n-tab-title:hover .e-n-tab-icon{
    background-color: #FFFFFF;
}
.locationsec .e-n-tabs-heading{
    row-gap: 30px !important;
}
.testimonial-sec .elementor-swiper-button {
    display: none !important;
}
.testimonial-prev, .testimonial-next{
    cursor: pointer;
}
.testimonial-prev svg, .testimonial-next svg{
    height: 20px !important;
}
.testimonial-prev svg:hover path{
    fill: #21DCD1;
}
.testimonial-next svg:hover path{
    fill: #21DCD1;
}
.step-section .elementor-icon-box-icon{
    position: relative;
    text-align: center;
}
.step-section .elementor-icon-box-icon::after{
    position: absolute;
    content: "";
    width: 144px;
    height: 126px;
    background-image: url("https://dev.wordpress-developer.us/embracing-hearts-home-care/wp-content/uploads/2025/08/Group-1707491199.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.step-section-two .elementor-icon-box-icon{
    position: relative;
    text-align: center;
}
.step-section-two .elementor-icon-box-icon::after{
    position: absolute;
    content: "";
    width: 144px;
    height: 126px;
    background-image: url("https://dev.wordpress-developer.us/embracing-hearts-home-care/wp-content/uploads/2025/08/Group-17074fs91200.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.counter-main {
  counter-reset: section;
}
.counter-inner{
    position: relative;
}
.counter-inner::before {
counter-increment: section;
    content: "0" counter(section) " ";
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-10%, -50%);
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 2px #2196f3;
    font-family: 'Poppins';
}
.step-arrow{
    position: relative;
}
.step-arrow::after{
    position: absolute;
    content: "";
    width: 46px;
    height: 15px;
    background-image: url("https://dev.wordpress-developer.us/embracing-hearts-home-care/wp-content/uploads/2025/08/Vector-78.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    transform: translate(110%, 75%);
}
.service-main .elementor-image-box-img{
    border: 1px dashed #21DCD1;
    background: #E7FEFD;
    border-radius: 100%;
    width: 100px !important;
    height: 100px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.service-main .elementor-icon-wrapper{
    display: flex;
    transition: all 0.3s;
}
.service-main .elementor-icon-wrapper:hover{
    rotate: 45deg;
}
.servicesec-main .service-arrow .elementor-icon:hover svg path{
    fill: #FFFFFF;
}
.servicesec-main .elementor-swiper-button{
    display: none !important;
}
.servicesec-main .swiper-pagination{
    position: absolute !important;
    top: auto !important;
    bottom: -45px !important;
    width: calc(100% - 223px) !important;
}
.servicesec-main .elementor-icon{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Home */

/* Testimonial Page */

.client-sec .page-numbers {
    border: 1px solid #F1F1F1;
    border-radius: 100%;
    width: 57px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.client-sec .page-numbers:hover{
    background-color: #2290DD;
}
.client-sec .elementor-pagination {
    display: flex;
    justify-content: center;
}
.client-sec .page-numbers.current {
    background-color: #2290DD;
    border: 1px solid #2290DD;
}

/* Testimonial Page */

/* Service Page */

.service-sec .e-loop__load-more .elementor-button-text{
    position: relative;
}
.service-sec .e-loop__load-more .elementor-button-text::after{
    position: absolute;
    content: "";
    width: 44px;
    height: 44px;
    background-image: url(https://dev.wordpress-developer.us/embracing-hearts-home-care/wp-content/uploads/2025/08/Group-1707491206.png);
    background-repeat: no-repeat;
    top: 50%;
    right: -65%;
    transform: translate(0%, -50%);
    background-size: contain;
}

/* Service Page */

/* Service details */

.benefits-main .elementor-image-box-img{
    border: 1px dashed #21DCD1;
    background: #E7FEFD;
    border-radius: 100%;
    width: 100px !important;
    height: 85px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.journey-section .e-n-accordion-item-title[data-accordion-index="5"]{
    border: none !important;
}
.faq-section .e-n-accordion-item-title[aria-expanded="true"] h4{
    color: #FFFFFF !important;
}
 .faq-section .e-n-accordion-item-title[aria-expanded="true"]{
    border-radius: 0 !important;
 }
.faq-section .e-n-accordion-item{
    border-radius: 20px;
    overflow: hidden;
}
.safetysec .elementor-image-box-title{
    min-height: 70px;
}
.safetysec .elementor-image-box-description{
    min-height: 100px;
}
.tablestruc{
    height: 100px !important;
    display: flex !important;
    justify-content: center !important;
}

/* Service details */

/* Blog */

.bolg-title-height h5{
    height: 125px;
}
.blog-content strong{
    padding-bottom: 15px;
}
.blog-content li{
    padding-bottom: 10px;
    text-align: left !important;
}

/* Blog */


/* Responsive */

@media (min-width:1025px) and (max-width:1290px){
.step-section .elementor-icon-box-icon::after {
    width: 110px;
    height: 95px;
}
.step-section-two .elementor-icon-box-icon::after{
    width: 110px;
    height: 95px;
}
.counter-inner::before {
    transform: translate(0%, -50%);
    width: 45px;
    height: 45px;
    font-size: 25px;
}
.step-arrow::after {
    transform: translate(95%, 75%);
}
}
@media (min-width:950px) and (max-width:1024px){
.counter-inner::before {
    transform: translate(-94%, -50%);
}
.locationsec .e-n-tab-icon {
    width: 45px;
    height: 45px;
}
.locationsec .e-n-tabs-heading {
    row-gap: 20px !important;
}
.steparrowoff::after{
    display: none;
}
.benefits-main .elementor-image-box-img {
    height: 75px;
}
.bolg-title-height h5{
    height: 105px;
}
.safetysec .elementor-image-box-title {
    min-height: 10px;
}
.safetysec .elementor-image-box-description{
    min-height: 140px;
}
.tablestruc {
    height: 125px !important;
}
}
@media (min-width:800px) and (max-width:949px){
.counter-inner::before {
    transform: translate(-35%, -50%);
}
.locationsec .e-n-tab-icon {
    width: 45px;
    height: 45px;
}
.locationsec .e-n-tabs-heading {
    row-gap: 20px !important;
}
.steparrowoff::after{
    display: none;
}
.benefits-main .elementor-image-box-img {
    height: 75px;
}
.bolg-title-height h5{
    height: 105px;
}
.safetysec .elementor-image-box-title {
    min-height: 10px;
}
.safetysec .elementor-image-box-description{
    min-height: 140px;
}
.tablestruc {
    height: 125px !important;
}
}
@media (min-width:768px) and (max-width:799px){
.locationsec .e-n-tab-icon {
    width: 45px;
    height: 45px;
}
.locationsec .e-n-tabs-heading {
    row-gap: 20px !important;
}
.steparrowoff::after{
    display: none;
}
.benefits-main .elementor-image-box-img {
    height: 75px;
}
.bolg-title-height h5{
    height: 105px;
}
.safetysec .elementor-image-box-title {
    min-height: 10px;
}
.safetysec .elementor-image-box-description{
    min-height: 140px;
}
.tablestruc {
    height: 125px !important;
}
}
@media screen and (max-width: 767px){
    .locationsec .e-n-tab-icon {
    width: 40px;
    height: 40px;
}
.locationsec .e-n-tabs-heading {
    row-gap: 15px !important;
}
.step-arrow::after{
    display: none;
}
.counter-inner::before {
    transform: translate(-140%, -50%);
}
.servicesec-main .swiper-pagination{
    width: calc(100% - 200px) !important;
}
.service-main .elementor-image-box-img {
    width: 80px !important;
    height: 80px;
}
.servicesec-main .elementor-icon{
    width: 40px;
    height: 40px;
}
.client-sec .page-numbers {
    width: 40px;
    height: 40px;
}
.service-sec .e-loop__load-more .elementor-button-text::after {
    width: 30px;
    height: 30px;
    right: -52%;
}
.footer-section input:not([type="submit"]) {
    height: 67px;
    padding: 0 124px 0 33px !important;
    background-position: center left 9px;
    background-size: 19px;
    font-size: 14px !important;
}
.footer-section input:not([type="submit"])::placeholder{
font-size: 14px !important;
}
.footer-section input[type="submit"]{
    padding: 0px 10px !important;
    font-size: 14px !important;
    height: 45px !important;
}
.benefits-main .elementor-image-box-img {
    width: 70px !important;
    height: 70px;
}
.bolg-title-height h5{
    height: auto;
}
.bolg-title-height h5 {
 height: auto;
}
.tablestruc {
    height: auto !important;
}
}
/* Responsive */