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

:hover {
    transition: all 0.3s;
}

button:hover, .elementor-button-wrapper a:hover, .all-articles-container a:hover, .elementor-button:hover, input[type="submit"]:hover {
    transform: scale(1.1);
}

.lines-overlay {
	width: 100%;
    height: 23px;
    background-image: repeating-linear-gradient(to right, black 0px, black 4px, transparent 2px, transparent 20px);
}

.lines-after::after {
	content: '';
  	position: absolute;
  	left: 0;
	  bottom: -30px; /* Adjust as needed */
	  width: 100%;
	  height: 23px; /* Height of the ruler lines */
	  background-image: repeating-linear-gradient(
		to right,
		black 0px,
		black 4px,
		transparent 2px,
		transparent 20px
	);
}

/* Timeline */

.timeline::before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 0;
    border-left: 2px dashed #000;
    left: 50%;
    margin-left: -1px;
	height: 62%;
}

.be-pack.timeline {
	max-width: 840px;
	margin: 0 auto;
}

.timeline li .tl-circ {
	position: absolute;
    top: -23px;
    left: 50%;
    text-align: center;
	background: #fff;
    border: 3px solid #000000;
    color: #000;
    width: 68px;
    height: 68px;
    line-height: 2px;
    margin-left: -33px;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    z-index: 1;
}

.timeline li.timeline-inverted .timeline-panel:before,
.timeline li .timeline-panel:before {
	display: none;
}

.timeline li.timeline-inverted .timeline-panel,
.timeline li .timeline-panel {
	border: none;
	box-shadow: none;
	padding: 0px;
}

.timeline .timeline-inverted .tl-circ::before,
.timeline .timeline-right .tl-circ::before{
    display: block;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
}

.timeline .timeline-right:nth-child(1) .tl-circ::before {
		content: "1";
}


.timeline .timeline-inverted:nth-child(2) .tl-circ::before {
		content: "2";
}


.timeline .timeline-right:nth-child(3) .tl-circ::before {
		content: "3";
}

.timeline .timeline-inverted:nth-child(4) .tl-circ::before {
		content: "4";
}


.timeline .timeline-right:nth-child(5) .tl-circ::before {
		content: "5";
}

.timeline li {
	margin-bottom: 60px;
}

.be-title {
	font-weight: bold;
}


.timeline .timeline-right .timeline-panel {
	text-align: right;
	margin-top: -25px;
	padding-right: 30px;
}

.timeline .timeline-inverted .timeline-panel {
	margin-top: -25px;
	padding-left: 30px!important;
}

.timeline_pic {
	position: absolute;
	margin-top: -175px;
	padding: 15px 0px!important;
}

.timeline_pic img {
	max-width: 116px;
}

.timeline .timeline-right:nth-child(3) .timeline_pic,
.timeline .timeline-right:nth-child(5) .timeline_pic{
	right: 0;
	    padding-right: 30px !important;
}

.timeline .timeline-right:nth-child(5) .be-desc {
	display: none;
}

.timeline .timeline-right:nth-child(5) .tl-circ {
	display: none;
}

.timeline .timeline-right:nth-child(5) .timeline_pic {
	margin-top: -315px;
}


#cities_service {
    display: flex;
    overflow-y: scroll;
    max-height: 370px;
    width: fit-content;
}

#cities_service ul {
    list-style-type: none;
    padding-left: 0px;
    padding-right: 70px;
}

#cities_service ul li {
    font-size: 16px;
    font-weight: 400;
    font-family: "Montserrat", Sans-serif;
	line-height: 23px;
    color: #000000;
    padding-bottom: 10px;
}

#cities_service ul li:last-child {
    padding-bottom: 0px;
}


#cities_service ul li span.premiumZone {
	font-size: 16px;
    text-transform: uppercase;
    color: #FF1515;
}

#places_row {
    max-height: 488px;
}

#places_col {
    padding: 25px 0px 25px 60px;
}

/* width */
#cities_service::-webkit-scrollbar {
    width: 9px;
}

/* Track */
#cities_service::-webkit-scrollbar-track {
    box-shadow: inset 0 0 20px #E1D56C
;
    border-radius: 40px;
}

/* Handle */
#cities_service::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 410px;
}

/* Handle on hover */
#cities_service::-webkit-scrollbar-thumb:hover {
    background: #02305C;
}

#cities_service ul li:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #000;
    font-size: 16px;

}

.gmap-wrapper iframe {
    border-radius: 30px;
}


#gform_1{
	max-width: 572px;
    margin: 0 auto;
}

.gform-field-label {
	font-family: "Montserrat", Sans-serif!important;
    color: #000!important;
    font-size: 16px!important;
    line-height: 22.4px!important;
}

.ginput_container_text input,
.ginput_container_phone input,
.ginput_container_email input, 
.ginput_address_city input,
.ginput_address_state input {
	border-radius: 4px!important;
    border: none!important;
    background-color: #F5F5F5!important;
	height: 60px!important;
	outline: none!important;
	box-shadow: none!important;
}

.gform-theme--foundation .gform_footer {
	flex-direction: row-reverse;
}

#gform_submit_button_1 {
	background-color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    fill: #FFF081;
    color: #FFF081;
    border-radius: 4px 4px 4px 4px;
    padding: 20px 30px 20px 30px;
}

.gform_required_legend {
	display: none!important;
}

@media only screen and (max-width: 768px) {
	.timeline .timeline-right .timeline-panel {
		text-align: left;
		margin-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
	}
	
	 ul.timeline li .tl-circ {
        top: -23px;
        left: 7px;
        margin-left: 0;
    }
	
	.timeline::before {
		height: 61%;
	}
	
	.timeline_pic {
		margin-top: -425px;
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	
	.timeline .timeline-inverted .timeline-panel {
		margin-top: 0px;
		padding-right: 0px!important;
		padding-left: 0px!important;
	}
	
	.be-desc {
    	margin-top: 80px;
	}
	
	.timeline .timeline-right:nth-child(3) .timeline_pic, 
	.timeline .timeline-right:nth-child(5) .timeline_pic {
		left: 0;
	}
	
	.timeline .timeline-inverted:nth-child(4) .timeline_pic {
		margin-top: -375px;
	}
	
	.timeline .timeline-right:nth-child(5) .timeline_pic {
    	margin-top: -450px;
	}
	
	 #cities_service {
        display: block;
        width: 100%;
    }

    #cities_service ul {
        padding-right: 20px;
        padding-bottom: 0px;
    }
	
	.be-pack.timeline {
		    margin: 50px auto 0px;
	}
	
	.e-gallery-grid:not(.e-gallery--animated) {
		grid-gap: 0px!important;
		gap: 0px!important;
	}
}

@media only screen and (max-width: 414px) {
	.timeline .timeline-right:nth-child(5) .timeline_pic {
        margin-top: -485px;
    }
}

@media only screen and (max-width: 375px) {
	.timeline .timeline-right:nth-child(5) .timeline_pic {
        margin-top: -450px;
    }
}