/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* POP up Box*/
.green-pop-box{
            height:100%;
            width: 100%;
            position: fixed;
            display: flex;
            align-items: center;
			z-index:1000; 
			top: 0;
			left: 0;
            justify-content: center;
            gap: 30px;
        }
        .popup-item{
            flex: 1;
            background-color:#0FA641;
            border-radius: 10px;
            color: #fff;
            height: 187px;
            display: flex;
            align-self: center;
            justify-content: center;
        }
        .main-pop-wrap {
            max-width: 1070px;
            width:calc(100% - 30px);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 80px;
        }
        .popup-item h6 {
            align-self: center;
            text-align: center;
            font-weight: 100;
            font-family: "Roboto", Sans-serif;
            font-size: 28px;
            text-transform: capitalize;
            line-height: 40px;
        }
        .popup-item span {
           display: block;
        }
        .popup-item span.font-bold,
        .popup-item a.font-bold{
            font-weight: 600;
			color:#fff;
        }
        
      
/*POP up box end*/
/* Add your custom styles here */
.footerMenuarea ul {
    column-count: 3;
    column-gap: 30px; /* spacing between columns */
    list-style: none;
    padding: 0;
    margin: 0;
}
.footerMenuarea ul li {
    break-inside: avoid; /* avoid breaking li in middle (optional) */
}
.devider-mid-height-shape span.elementor-divider-separator::after {
    content: '';
    height: 2px;
    width: 46px;
    position: absolute;
    background: #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.footerMenuarea li::after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 7px solid #ffffff;
    border-bottom: 4px solid transparent;
    top: 17px;
}
.happy-client-item {
    border: 1px solid #e7e7e7;
    max-width: 80% !important;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
}

.happy-client-item  .elementor-widget-theme-post-excerpt{
    width: 100% !important;
}

.dialog-type-buttons a.dialog-close-button svg {
    fill: #fff;
}
.dialog-type-buttons a.dialog-close-button {
    top: -20px;
    right: -10px;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

@media only screen and (max-width:1200px){
    .dialog-type-buttons a.dialog-close-button {
        right: 30px;
        top: -30px;
    }
}
@media only screen and (max-width:767px){
    .footerMenuarea ul li {
        width: 100%;
    }
    .footerMenuarea ul {
    column-count: 2;
    }      
    .happy-client-item {
        max-width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
    }
    .main-pop-wrap {
		gap: 30px;
	}
}

@media only screen and (max-width:575px){
    .footerMenuarea li::after{
        display: none;
    }
    .footerMenuarea ul {
        column-count: 1;
    }      
    .footerMenuarea {
        width: 100%;
    }
    .footerMenuarea ul li a {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
	.popup-item {
        padding: 20px 8px;
		height:auto;
    }
	.popup-item h6 {
		font-size: 20px;
		line-height: 33px;
		margin: 0px;
	}
	.main-pop-wrap {
		gap: 20px;
		flex-wrap: wrap;
	}
	.popup-item{
		flex: inherit;
		max-width: 350px;
		width: calc(100% - 30px);
	}
}