/* 
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
*/

/* Add your custom styles here */


/* Header Css */

.hdr-phn-wrp a,
.ftr-phn-wrp a {
    color: inherit !important;
}
.request-btn {
    position: relative;
    transition: .2s ease !important;
}
.request-btn:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    border-radius: 10px;
}
.request-btn .elementor-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .2s) !important;
}
.request-btn:hover .elementor-widget-container {
    transform: translate(-5px, -6px);
}

.request-btn a.elementor-button {
    padding: 18px 30px;
    border: 3px solid #000;
    border-radius: 10px;
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 1;
	position: relative;
    z-index: 22;
}

.areas-list ul {
    gap: 10px;
    width: 75%;
    margin: 0 auto !important;
    text-align: center !important;
}

.areas-list li {
    padding: 8px 20px !important;
    background: #F2F2F2;
    border-radius: 6px;
	margin: 0px !important;
}


.cus-accord .elementor-accordion-item {
    margin-bottom: 20px;
    border: 1px solid #D2D2D2 !important;
    padding: 25px 30px;
	border-radius:20px;
	background:#F2F2F2;
}

.cus-accord .elementor-accordion-item h3.elementor-tab-title,
.cus-accord .elementor-accordion-item .elementor-tab-content {
    padding: 0px !important;
	border-top: 0px !important;
}

.cus-accord .elementor-accordion-item .elementor-tab-content {
    padding-top: 10px !important;
}

.cus-accord .elementor-tab-title .elementor-accordion-icon svg {
    height: 38px;
    width: 38px;
}

.cus-map iframe {
    height: 580px;
    border-radius: 30px;
    width: 100% !important;
}


.C1 {
    display: flex !important;
    flex-wrap: wrap;
    gap: 15px;
    
}

.C1 p {
    width: 47% !important;
    margin-bottom: 10px;
}

.C1 label {
    display: block;
    font-weight: bold;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #ED1B32 !important;
    color: #ffffff;
    font-size: 20px;
    border: 3px solid;
    border-color: #000;
    border-radius: 10px;
    width:100%;
	height: 58px;
}
 .wpcf7-form-control-wrap input[type="text"] {
    width-max: 100% !important;
}

.cus-form select, 
.cus-form input,
.cus-form textarea {
	background: #fff !important;
    border: none;
    height: 50px;
    border-radius: 6px;
    padding-left: 20px;
    padding-right: 20px;
	margin-top: 10px !important;
}
.cus-form select {
    appearance: none;
}
.cus-form select {
    background-image: url(/wp-content/uploads/2025/02/Vector-4.svg) !important;
    background-position:95% 50% !important;
    background-repeat: no-repeat !important;
    background-size: 17px !important;
}
.cus-form textarea {
	width:100%;
	height:110px;
	min-height:110px;
	max-height:110px;
}

.cus-form label {
    font-size: 18px;
    line-height: 23px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #072033;
	width: 100%
}

.cus-form label.cs-lst-lbl {
    margin-top: 15px;
	width:96%;
}

.cus-testimonial span.elementor-testimonial__name {
    position: absolute;
    bottom: 30px;
}
.cus-testimonial .swiper-slide {
    position: relative;
}
.cus-testimonial .swiper-slide:before {
    content:'';
	position: absolute;
	background-image:url(/wp-content/uploads/2025/02/Quote.svg);
	background-repeat:no-repeat;
	background-size:65px;
	height:65px;
	width:65px;
	right:30px;
	bottom:10px;
	z-index:11;
	
}
.cus-testimonial .elementor-swiper-button-prev {
	left:-28px !important;
}
.cus-testimonial .elementor-swiper-button-next {
	right:-28px !important;
}

.cus-testimonial .elementor-swiper-button-prev svg {
    color: transparent !important;
    fill: transparent !important;
    background-image: url(/wp-content/uploads/2025/02/Frame-40.png) !important;
    background-repeat: no-repeat !important;
    background-size: 46px;
    overflow: visible !important;
    font-size: 46px;
}
.cus-testimonial .elementor-swiper-button-next svg {
    color: transparent !important;
    fill: transparent !important;
    background-image: url(/wp-content/uploads/2025/02/Frame-1000006889.png) !important;
    background-repeat: no-repeat !important;
    background-size: 46px;
    overflow: visible !important;
    font-size: 46px;
}


.cont-submit-btn {
    position: relative;
	width:96%;
}
.cont-submit-btn:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    background: #000;
    border-radius: 10px;
    height: 58px;
}

.cont-submit-btn p .wpcf7-submit {
    position: relative;
    z-index:1;
	transition:.2s ease-in-out;
}
.cont-submit-btn p .wpcf7-submit:hover {
    transform: translate(-5px, -6px);
	transition:.2s ease-in-out;
}

.jet-popup__close-button {
    right: 18px !important;
    top: 22px !important;
}

.cus-testimonial .elementor-main-swiper {
    width: calc(100% - 0px) !important;
}



@media (min-width:1025px) and (max-width:1440px) {
.C1 p {
    width: 46.3% !important;
}
	
}


@media (min-width:1025px) and (max-width:1380px) {
	
.request-btn a.elementor-button {
    padding: 15px 20px;
    border: 3px solid #000;
    border-radius: 10px;
    font-size: 16px;
}	
	
}



@media (max-width:1024px){

.hdr-right-col {
    align-items: center !important;
}	
.request-btn a.elementor-button {
    padding: 14px 18px;
    border: 3px solid #000;
    border-radius: 10px;
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 1;
}
.C1 p {
    width: 48% !important;
}
	
.cus-testimonial .elementor-swiper-button-prev {
	left:-25px !important;
}
.cus-testimonial .elementor-swiper-button-next {
	right:-25px !important;
}		

.cus-form label.cs-lst-lbl,
.cont-submit-btn {
    width: 98%;
}	
	
}


@media (max-width:900px){
	
.hdr-phn-wrp  {
    display:none;
}
.ftr-phn-wrp  {
    display:content;
}
.areas-list ul {
    width: 100%;
}

}


@media (max-width: 768px) {
	
.C1 p {
    width: 48% !important;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100% !important;!i;!;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #ED1B32;
    color: #ffffff;
    font-size: 20px;
    border: 2px solid;!i;!;
    border-color: #000;
    border-radius: 10px;
}
	
.cus-map iframe {
    height: 380px;
    border-radius: 20px;
    width: 100% !important;
}	

.cus-testimonial .elementor-swiper-button-prev {
	left:-20px !important;
}
.cus-testimonial .elementor-swiper-button-next {
	right:-20px !important;
}	
	
}


@media (max-width:600px){
	
	
.cus-accord .elementor-accordion-item {
    margin-bottom: 15px;
    padding: 20px 25px;

}	
.cus-accord .elementor-tab-title .elementor-accordion-icon svg {
    height: 30px;
    width: 30px;
}
	
.C1 {
    gap: 10px;   
}	
	
.cus-testimonial .elementor-swiper-button-prev {
    left: -13px !important;
}

.cus-testimonial .elementor-swiper-button-next {
    right: -13px !important;
}
.cus-form label {
    font-size: 16px;
    line-height: 20px;
}	
.cus-testimonial .swiper-slide:before {
    background-size: 45px;
    height: 45px;
    width: 45px;
    right: 25px;
    bottom: 8px;
    z-index: 11;
}
	
	.areas-list ul.elementor-icon-list-items.elementor-inline-items	{
		   justify-content: start !important;	

	}
.areas-list ul {
   flex-wrap: nowrap !important;
   overflow-x: scroll !important;
   padding-bottom: 15px !important;
}	
.areas-list li {
    padding: 8px 8px !important;
    width: 48% !important;
    min-width: 48% !important;
}
.areas-list ul::-webkit-scrollbar {
    height: 5px; 
}
.areas-list ul::-webkit-scrollbar-thumb {
    background-color: #072033;
    border-radius: 5px; 
}
.areas-list ul::-webkit-scrollbar-track {
    background-color: #D8EFF4; 
}


html {
    overflow-x: scroll;
    scrollbar-gutter: stable both-edges; 
}

.scroll-container {
    overflow-x: scroll;
    white-space: nowrap;
    scrollbar-gutter: stable both-edges;
}		
.cus-testimonial .swiper-slide:before {
        content: '';
        position: absolute;
        background-image: url(/wp-content/uploads/2025/02/Quote.svg);
        background-repeat: no-repeat;
        background-size: 50px;
        height: 50px;
        width: 50px;
        right: 20px;
        bottom: 2px;
        z-index: 11;
}

.cus-testimonial .elementor-swiper-button-prev svg {
    background-size: 40px;
    font-size: 40px;
}
.cus-testimonial .elementor-swiper-button-next svg {
    background-size: 40px;
    font-size: 40px;
}

}




::-webkit-scrollbar {
  width: 9px;
}


::-webkit-scrollbar-track {
  box-shadow: inset 0 0 500px #EAEAEB;
  border-radius: 10px;
}
 

::-webkit-scrollbar-thumb {
  background: #072033;; 
  border-radius: 10px;
}
