/*
Theme Name: Hello Elementor Child
Author: wordpress
Description: Child theme of Hello Elementor 
Version: 1.0
Template: hello-elementor
*/

/* Global */
a,
div,
p,
span,
button {
    outline: none;
}

a {
    transition: 0.3s ease-in-out;
}

html {
    scroll-behavior: smooth !important;	
}

/* Header */
.elementor-location-header nav>ul.elementor-nav-menu:after {
    display: none;
}

.elementor-location-header nav>ul.elementor-nav-menu>li {
    padding: 12px 0;
}

/*.elementor-location-header nav>ul.elementor-nav-menu>li:last-child>a {
    border: 1px solid #ef8b27;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 12px 20px !important;
	background-color: #ef8b27;
	color: #fff !important;
}*/

.elementor-location-header nav>ul.elementor-nav-menu>li:last-child>a:hover{
	border-color: #18304b;
}

.elementor-location-header nav>ul.elementor-nav-menu>li>a:after {
    top: 35px;
}

.elementor-location-header nav>ul.elementor-nav-menu>li:last-child>a:after {
    display: none;
}

/*.elementor-location-header nav>ul.elementor-nav-menu>li:last-child>a:hover {
    background: #182F4B !important;
    color: #fff !important;
}*/

.elementor-location-header nav > ul.elementor-nav-menu > li ul.sub-menu li a  { 
	border: none;
}

#hall-header {
    padding-top: 36px;
    padding-bottom: 0;
    transition: padding 0.3s;
}

#hall-header.hall-sticky {
    background: #ECECE7;
    padding-top: 20px;
    padding-bottom: 20px;
}

#hall-header.hall-sticky #header-menu {
    transform: translateY(85%);
}


/* Page css */
.hall-testimonial .elementor-swiper-button {
    top: auto !important;
    bottom: -100px;
    border-radius: 4px;
    background: #EF8B27;
    padding: 16px;
}

.hall-testimonial .elementor-swiper-button svg {
    display: none;
}

.hall-testimonial .elementor-swiper-button.elementor-swiper-button-next:before {
    content: '';
    background: url(/wp-content/uploads/2026/01/arrow.svg) no-repeat;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-position: center;
}

.hall-testimonial .elementor-swiper-button.elementor-swiper-button-prev:before {
    content: '';
    background: url(/wp-content/uploads/2026/01/arrow.svg) no-repeat;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-position: center;
    transform: scaleX(-1);
}

.hall-testimonial.blue-arrow .elementor-swiper-button.elementor-swiper-button-next:before,
.hall-testimonial.blue-arrow .elementor-swiper-button.elementor-swiper-button-prev:before {
    background: url(/wp-content/uploads/2026/01/blue-arrow.svg) no-repeat;
}

.hall-testimonial .elementor-swiper-button.elementor-swiper-button-next {
    left: 80px;
    right: auto !important;
}

.hall-testimonial .elementor-swiper-button.elementor-swiper-button-prev {
    left: 20px;
}

.gform-theme--foundation form input::placeholder,
.gform-theme--foundation form textarea::placeholder {
    color: #667085 !important;
}

.gform-theme--foundation form .gfield .ginput_password.large,
.gform-theme--foundation form .gfield input.large,
.gform-theme--foundation form .gfield textarea {
    padding: 21px 14px;
    color: #18304B;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    outline: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.gform-theme--foundation form .gform_fields {
    gap: 20px;
}

.gform-theme--foundation form .gfield .ginput_container_consent input[type=checkbox] {
    border-radius: 6px;
}

.gform-theme--foundation form .gfield .ginput_container_consent label {
    color: #C0C5CD;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.gform-theme--foundation form .gfield .ginput_container_consent label a {
    text-decoration: underline;
    color: #C0C5CD;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.gform-theme--foundation form input[type=submit] {
    background: #EF8B27 !important;
    padding: 12px 20px !important;
    border-radius: 0 !important;
}

.contactus-form .gform-theme--foundation form .gfield .ginput_password.large,
.contactus-form .gform-theme--foundation form .gfield input.large,
.contactus-form .gform-theme--foundation form .gfield textarea {
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.elementor-widget-posts .elementor-posts article .elementor-post__badge {
    position: relative;
    width: max-content;
    margin-bottom: 12px !important;
    display: block;
}

.elementor-widget-posts .elementor-posts article .elementor-post__card .elementor-post__thumbnail img {
    position: relative;
    top: auto;
    transform: none;
    left: auto;
    height: 360px;
    object-fit: cover;
	object-position: center;
    width: 100%;
}

.elementor-widget-posts .elementor-posts article .elementor-post__card .elementor-post__thumbnail {
    padding: 0 !important;
}

.elementor-widget-posts nav.elementor-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.elementor-widget-posts nav.elementor-pagination .page-numbers {
    background: #18304B;
    color: #fff;
    padding: 12px 20px;
    box-shadow: none;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    gap: 12px;
	transition: 0.3s;
}

.elementor-widget-posts nav.elementor-pagination span.page-numbers {
    background: #ECECE7;
    pointer-events: none;
}

.elementor-widget-posts nav.elementor-pagination .page-numbers.prev:before {
    content: '';
    background: url(/wp-content/uploads/2026/01/arrow.svg) no-repeat;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-position: center;
    transform: scaleX(-1);
}

.elementor-widget-posts nav.elementor-pagination .page-numbers.next:after {
    content: '';
    background: url(/wp-content/uploads/2026/01/arrow.svg) no-repeat;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-position: center;
}

.elementor-widget-posts nav.elementor-pagination .page-numbers:hover {
	background: #EF8B27;
}

.elementor-widget-post-info .elementor-post-info__item--type-terms .elementor-post-info__terms-list {
    font-size: 0;
}

.elementor-widget-post-info .elementor-post-info__item--type-terms .elementor-post-info__terms-list .elementor-post-info__terms-list-item {
    color: #0A0A0A;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    border-radius: 4px;
    background: #FFF;
    padding: 4px 8px;
    margin-right: 8px;
}

.elementor-widget-theme-post-content h1, .elementor-widget-theme-post-content h2, .elementor-widget-theme-post-content h3, .elementor-widget-theme-post-content h4, .elementor-widget-theme-post-content h5, .elementor-widget-theme-post-content h6 {
	font-family: 'Lora';
    color: #0A0A0A;
    font-weight: 600;
}

.elementor-widget-theme-post-content h1 {
    font-size: 40px;
    line-height: 53px;
}

.elementor-widget-theme-post-content h2 {
    font-size: 36px;
    line-height: 48px;
}

.elementor-widget-theme-post-content h3 {
    font-size: 32px;
    line-height: 44px;
}

.elementor-widget-theme-post-content h4 {
    font-size: 28px;
    line-height: 40px;
}

.elementor-widget-theme-post-content h5 {
    font-size: 24px;
    line-height: 36px;
}

.elementor-widget-theme-post-content h6 {
    font-size: 20px;
    line-height: 32px;
}


.elementor-widget-theme-post-content p {
	margin-bottom: 16px;
}

#case-studies {
    scroll-margin-top: 130px;
}

.gform-theme--framework #gform_confirmation_message_1 {
    color: #0A0A0A;
    text-align: center;
    background: #fff;
    padding: 16px;
    font-size: 16px;
    line-height: 24px;
}

.elementor-widget-posts .elementor-post a.elementor-post__read-more:hover {
    color: #2e7cd4;
}

.wp-block-spacer {
    margin-block-start: 0;
}

.wp-block-separator {
	border-top: 1px solid solid;
}


#lf_form_container input[type=text], #lf_form_container input[type=email], #lf_form_container textarea {
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 10px 14px;
    color: #18304B;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    outline: none;
    border-radius: 0;
}

#lf_form_container form p {
    line-height: 20px;
}

#lf_form_container form p#lf_first_name_block {
    float: left;
    width: 48%;
}

#lf_form_container form p#lf_last_name_block {
    float: right;
    width: 48%;
    margin-bottom: 20px;
}

#lf_form_container form input#saveForm {
    margin-top: 30px;
    width: 100%;
    border: none;
}

.lf_success {
    font-family: 'Lora';
    color: #12263F;
    font-size: 24px;
}


/* RESPONSIVE CSS */
@media screen and (max-width: 1024px){
	#hall-header {
		padding-top: 20px;
	}

	#hall-header.hall-sticky #header-menu {
		transform: none;
	}
	
	.elementor-nav-menu--dropdown {
		top: 74px !important;
	}
	
	/*.elementor-location-header nav>ul.elementor-nav-menu>li:last-child>a {
		width: max-content;
		margin-left: 32px;
	}*/

	.elementor-location-header nav>ul.elementor-nav-menu {
		padding: 16px;
	}
}

@media screen and (max-width: 767px){
	#hall-header {
		padding-top: 16px;
	}
	
	#hall-header.hall-sticky {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	
	.elementor-nav-menu--dropdown {
		top: 60px !important;
	}
	
	.elementor-location-header nav>ul.elementor-nav-menu {
        padding: 0;
    }
	
	#lf_form_container form p#lf_first_name_block, #lf_form_container form p#lf_last_name_block {
		float: none;
		width: 100%;
		margin-bottom: 0;
	}	
	
	.lf_success {
		font-size: 18px;
	}
}