    /*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/hello-elementor-child/
 Description:  A child theme of the Hello Elementor theme
 Author:       Elementor
 Author URI:   https://elementor.com/
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Import the parent theme's stylesheet */
@import url("../hello-elementor/style.css");

/* Add your custom styles below */


/* Header CSS */

.sticky-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: #000080  !important; /* Optional: for visibility */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: subtle shadow */
  transition: all 0.3s ease;
  height: 90px;
}
.sticky-active .e-con-inner{
  padding: 10px 0 !important;
}
.sticky-active li a::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: #000 !important;
  transition: width 0.9s ease !important;
  display: block;
}
.sticky_header  a:hover::after, .footer .footer_menu li a:hover::after{
  width: 100%;
}
.sticky_header nav li a::after, .footer .footer_menu li a::after{
  content: '';
  position: absolute !important;
  display: block;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: #fff !important;
  transition: width 0.9s ease !important;
}
.sticky_header  a:hover::after, .footer .footer_menu a:hover::after{
  width: 100%;
}
.footer .footer_menu li {
    width: fit-content;
}
.footer ul li:first-of-type .elementor-icon-list-icon {
    top: 5px !important;
}
 .footer .contact_menu li{
     width: 100%;
	 display: block !important;
}
.experience_box h2{
    min-height: 55px;
}

/* footer */


.privacy_menu::before {
    content: '';
    background-color: #fff;
    width: 2px;
    height: 80%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.experience_box .elementor-icon svg {
  transition: transform 0.3s ease;
}
.experience_box:hover .elementor-icon svg {
  transform: rotate(360deg);
}
.text_color{
    color: #000080;
}
.arrow_button{
    cursor: pointer;
}
.arrow_button svg {
  transition: transform 0.3s ease;
}
.arrow_button:hover svg {
  transform: rotate(45deg);
}
.Counter_section{
    width: 1100px;
    margin: 0 auto;
}
.Counter_section .counter1 .elementor-counter-title{
    position: absolute;
    top: 50px;
    left: 35px;
}
.Counter_section .counter2 .elementor-counter-title, .Counter_section .counter3 .elementor-counter-title, .Counter_section .counter4 .elementor-counter-title{
    left: 25px;
    position: absolute;
    top: 50px;
}
.gallery_section .post-edit-link{
    display: none;
}
.contact_form .form_half{
    display: flex;
    gap: 30px;
}
.contact_form .form_half input, .contact_form .form_half input:focus, .contact_form .form_half input:hover, .contact_form textarea, .contact_form textarea:hover, .contact_form textarea:focus{
    border-bottom: 1px solid rgb(85 85 85 / 50%) !important;
    border-left: 0px !important;
    border-top: 0px !important;
    border-right: 0px !important;
    outline: none !important;
    color: #232323 !important;
    font-family: "Lato", Sans-serif;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 0 0 12px !important;
    margin-bottom: 0px !important;
}
.contact_form .form_half2,
.contact_form textarea {
  margin-top: 26px !important;
}

.contact_form textarea{
    height: 80px !important;
}
::placeholder{
    color: rgba(85, 85, 85, 0.50) !important;
    font-family: "Lato", Sans-serif;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 0 !important;
}
.contact_form .submit{
    background-color: #000080 !important;
    font-family: "DM Sans", Sans-serif;
    font-size: 18px !important;
    font-weight: 900 !important;
    text-decoration: none;
    line-height: 18px;
    fill: #FFFFFF;
    color: #FFFFFF !important;
    border-radius: 0px 0px 0px 0px !important;
    padding: 16px 34px 16px 34px !important;
    margin-bottom: 0px !important;
    margin-top: 40px !important;
    transform: all .3s;
    border: 1px solid #000080 !important;
}
.contact_form .submit:hover{
    background-color: #FFFFFF !important;
    color: #000080 !important;
}
.tesimonial-slider .elementskit-single-testimonial-slider {
    box-shadow:  unset !important;
}


/* responsive */


@media (max-width: 767px){
    .footer ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
    }
	.footer nav{
		width: 100%;
	}
    .footer .footer_menu ul li{
        margin: 0 20px 0 20px; 
    }
    .footer .contact_menu li{
        width: 100%;
    }
    .privacy_menu::before, .footer li a span::after{
        display: none;
    }
    .experience_box:hover .elementor-icon svg {
        transform: unset;
    }
     .text_link {
        word-break: break-word !important;
    }
	.text_link br{
		display: none;
	}
    .contact_form .form_half{
        flex-direction: column;
    }
}

@media (max-width: 370px){
	.footer .footer_menu ul li{
		margin: 0 15px 0 15px; 
	}
}