/*
Theme Name: E & S Development LLC
Author: By Design Penta
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.next-button svg {
    width: 60px;
}
.pointereventnone a.ekit_icon_button {
    pointer-events: none;
	z-index:-1
}
/* custom popup  */
#custom-popup .popup-inner .bottom-desc {
    overflow-y: scroll;
    max-height: 550px;
}

button.show-popup:hover {
    background: #006cbb;
}
.left-description {
    display: flex;
	gap:10px
}

#popup-desc .elementor-widget-container, #popup-desclong .elementor-widget-container {
    line-height: 2;
    font-weight: 300;
    font-family: 'Inter';
	text-align:justify;
}
.left-description .leftcont {
    width: 100%;
	margin-right: 100px;
}
.leftcont h2#popup-title {
    font-family: 'Playfair Display';
    font-size: 60px;
    text-transform: uppercase;
    color: #006CBB;
    font-weight: 700;
}
.left-description img#popup-image {
    width: 300px;
	height: 300px;
}
.newcss .elementor-widget-container {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}
button.show-popup {
    background: #0552b0;
    border: none;
    color: #fff;
    float: right;
    border-radius: 10px;
}
.bottom-desc h2#popup-title br {
    display: none;
}

 #custom-popup .popup-inner .bottom-desc {
    overflow: auto;
}
  #custom-popup {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}

.popup-inner {
    background: white !important;
    max-width: 80% !important;
    margin: 5% auto !important;
    padding: 10px !important;
    position: relative !important;
    border-radius: 50PX 0PX 50PX 0PX !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    border: 4px solid #0552B0;
}

#close-popup {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}


/* cutom popup  */





.right-content span.elementor-icon-list-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.boxiconewithoutimage  ul li span {
    padding: 10px 10px;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 7px;
}

.e-n-accordion-item {
    border: 1px solid #006cbb;
    border-radius: 10px;
}
span.e-n-accordion-item-title-icon {
    padding: 5px;
    background: #fff;
    border-radius: 50px;
}

nav.elementor-pagination .page-numbers.next {
    position: relative;
}

nav.elementor-pagination .page-numbers.next:after {
    content: '';
    background: url(https://eands.clients-project.com/wp-content/uploads/2025/07/Arrow-7.png);
    position: relative;
    padding: 0px 17px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 60%;
    margin-left: 10px;
}
nav.elementor-pagination {
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sectionimage .newimage {
    position: relative;
}
.sectionimage  span.elementor-button-content-wrapper {
    justify-content: space-between;
}
.popup-inner .bottom-desc {
    margin: 20px;
}
@media (max-width:1367px) {
	#custom-popup .popup-inner .bottom-desc {
    overflow-y: scroll;
    max-height: 400px;
}
.left-description .leftcont {
    width: 100%;
    margin-right: 30px;
	align-items: flex-end
}
	#popup-desc .elementor-widget-container, #popup-desclong .elementor-widget-container {
    line-height: 1.5;
    font-weight: 300;
    font-family: 'Inter';
}
	}
@media (max-width:991px) {
.sectionimage span.elementor-button-content-wrapper svg {display: none !important;}
	nav.elementor-pagination .page-numbers.next:after {
   display:none;
}
	.left-description {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
	flex-direction: column-reverse;
}
	
	.leftcont h2#popup-title {
    font-size: 45px;

}
}
@media (max-width:551px) {
	.leftcont h2#popup-title {
    font-size: 30px;

}
	.popup-inner {
		max-width: 100% !important;}
}
.sectionimage span.elementor-button-content-wrapper svg {width: 70px;}
.sectionimage .newimage::before {
    background: url(https://eands.clients-project.com/wp-content/uploads/2025/07/Rectangle-52.png);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: -10px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -9px;
    z-index: -1;
}
