/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * 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.
 */


.elementor-widget-text-editor :last-child {
    margin-bottom: 0 !important;
}
.pd100 {
    padding-bottom: clamp(62.5px, 12.2px + 4.5732vw, 100px) !important;
    padding-top: clamp(62.5px, 12.2px + 4.5732vw, 100px) !important;
}
.pdb0 {
    padding-bottom: 0 !important;
}
.pdt0 {
    padding-top: 0 !important;
}
.pdlr {
    padding-left: 9% !important; /*change as per figma */
    padding-right: 9% !important; /*change as per figma */
}
.pdl0 {
    padding-left: 0 !important; /*change as per figma */
}
.pdr0 {
    padding-right: 0 !important; /*change as per figma */
}

.flip .elementor-flip-box__layer__description {
    padding-top: 18px !important;
}
.single-services p {
    margin-top: 30px;
}
.single-services a {
    color: #123920;
}













































/* -------------------------------------------------------------------------------
----------------------------------------------------------------------------------
                                    RESPONSIVE CSS
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------*/


@media (max-width: 1600px) {
    .flip .elementor-flip-box__layer__inner {
        padding-right: 0px !important;
    }
}

@media (max-width: 1440px) {
}


@media (max-width: 1366px) {
    .flip .elementor-flip-box__layer__description {
        padding-top: 10px !important;
    }
    .single-services p {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1300px) and (min-width: 1260px) {
}

@media (max-width: 1280px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 768px) {
}

@media (max-width: 767px) {
    .pd100 {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .pdlr {
        padding-left: 25px !important; /*change as per need */
        padding-right: 25px !important; /*change as per need */
    }
    .single-services p {
        margin-top: 10px;
    }

}

@media (max-width: 414px) {
}