/* Custom styling for hello-child website */

html,
body {
	overflow-x:hidden;
}
.elementor-location-header {
	position:relative;
}
.main_nav .elementor-item-active:after {
/*      background: linear-gradient(to bottom, #5CDFE6 0%, #014CAE 160%); */
     border-radius:15px;
}
.main_nav .elementor-item:hover:after {
/*      background: linear-gradient(to bottom, #5CDFE6 0%, #014CAE 160%); */
     border-radius:15px;
}
.text_underline:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg,rgba(92, 223, 230, 1) 0%, rgba(1, 76, 174, 1) 200%);
    border-radius: 15px;
}
.text_underline2:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: -8px;
    background: linear-gradient(180deg,rgba(92, 223, 230, 1) 0%, rgba(1, 76, 174, 1) 200%);
    border-radius: 15px;
}
.text_underline, .text_underline2 {
    position: relative;
}
.hidden-elememt{
    color:transparent !important;
    transition: .5s !important;
}
.hover_element:hover .hidden-elememt{
    color:#000 !important;
}
.hover_element:hover .hover_img_element img {
    height: 110% !important;
    width: 230px !important;
}
.hover_img_element img{
	transition:.5s !important;
}
span.italic_txt {
    font-style: italic;
    font-weight: 400;
    color: #014CAE;
}
.coverflow_carousel .uc_dark_carousel_container_holder.ue-item {
    aspect-ratio: 1 / 1;
    justify-content: center;
}
.coverflow_carousel ul {
    margin-left: 20px;
}
.coverflow_carousel li {
    margin-bottom: 10px;
}
/* .coverflow_carousel .owl-item {
    margin-right: -60px;
} */
.coverflow_carousel .owl-item.active {
	margin-left: -30px;
}
.owl-item:nth-child(1){
    margin-left:30px !important;
}
.coverflow_carousel .owl-stage-outer .owl-item {
    transition: 0.5s;
    opacity: 0;
    left: -70px;
}

.coverflow_carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    left: 0px;
}

.coverflow_carousel .owl-stage-outer .owl-item.active + .active + .active + .owl-item {
    left: 70px;
    opacity: 0;
}
.job_form .elementor-button{
    background-image: linear-gradient(180deg, #5CDFE6 0%, #014CAE 100%);
}

.job_form .elementor-button:hover{
    background-color: #5CDFE6 !important;
	background-image: none !important;
}
.job_form .elementor-field-type-upload {
    min-height: 72px;
    border: 1px solid #cacaca;
    border-radius: 16px;
    margin: auto 8px;
    justify-content: center;
}
.job_form .elementor-upload-field {
    position: relative;
    font-size: 0px !important;
    width: 100%;
    height: 72px;
	cursor: pointer;
	border: 1px solid #cacaca;
    border-radius: 16px;
	text-indent: -9999px;
}
.job_form .elementor-upload-field:before {
    content: '';
    position: absolute;
    background: url('https://cloudarc.au/wp-content/uploads/2025/07/Group-14.svg');
    background-position: 25% 50% !important;
    background-size: 50% 50%;
    width: 100%;
    height: 60px;
    opacity: 2222;
    z-index: 1;
    top: 50%;
    transform: translatey(-50%);
    left: 0;
    background-repeat: no-repeat;
    padding-left: 45%;
}

.job_form {
  position: relative;
}

.upload-label {
height: 72px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-40%);
    display: flex
;
    align-items: center;
    padding-left: 42%;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Figtree';
    background-color: #ffffff;
    color: #000;
    pointer-events: none;
    user-select: none;
    z-index: 1;
}

.elementor-upload-field {
  position: relative;
  z-index: 2;
  background: transparent;
}

@media screen and (max-width:1440px){
	.hover_element:hover .hover_img_element img {
    height: 100% !important;
    width: 200px !important;
}
}
@media screen and (max-width:1680px){
	body{
	zoom:0.9;
}
	.banner-ln-element img {
    width: 70% !important;
}
	
}
@media screen and (max-width:1680px) and (min-width:1440px){
.site_mainlogo a.elementor-icon {
    font-size: 180px !important;
    margin-top: -20px !important;
}
	.banner_sec .e-con-inner{
		padding-top:120px !important;
	}
}
@media screen and (max-width:1024px){
	body{
	zoom:1;
}
	.banner-ln-element img {
        width: 65% !important;
}
	.hover_element:hover .hover_img_element img {
        height: 70% !important;
        width: 160px !important;
}
	.banner_sec:before {
    background-color: #fff;
    opacity: 0.4 !important;
}

}
@media screen and (max-width:991px){
	body{
	zoom: 0.7;
}
}
@media screen and (max-width:767px){
	body{
	zoom: 1;
}
	.coverflow_carousel .owl-item.active {
	margin-left: 0px;
}
.owl-item:nth-child(1){
    margin-left:0px !important;
}
	.coverflow_carousel .uc_dark_carousel_content{
		overflow: scroll;
        scroll-behavior: smooth;
	}
		.coverflow_carousel .uc_dark_carousel_content {
  scrollbar-width: 10px;                         /* Firefox */
  scrollbar-color: #0CC0DF #888;                 /* Firefox thumb and track */
}

/* Chrome, Edge, Safari */
.coverflow_carousel .uc_dark_carousel_content::-webkit-scrollbar {
  width: 15px;
  height: 8px;
}

.coverflow_carousel .uc_dark_carousel_content::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.coverflow_carousel .uc_dark_carousel_content::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
  border: 2px solid transparent;
  background-clip: content-box;
}

.coverflow_carousel .uc_dark_carousel_content::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
	.typing-text {
    font-size: 24px !important;
	}


.image-loader img {
    width: 170px !important;
}
	.menu-item-type-custom.menu-item-1100 {
    display: unset !important;
}
	.main_nav a:hover{
    transform: translatex(15px)
}
.job_form .elementor-upload-field:before {
    background-position: 10% 50% !important;
}
	.upload-label {
    font-size: 14px;
	padding-left:38%;
}
	    .banner-ln-element img {
        width: 55% !important;
    }
	
	.hover_element:hover .hover_img_element img {
    height: 110% !important;
    width: 230px !important;
}
	.elementor-13 .elementor-element.elementor-element-c21d86c .uc_dark_carousel_content {
    min-height: 100% !important;
}
	.hover_element:hover .hover_img_element img {
        height:  120px !important;
        width:75px  !important;
    }

.hidden-elememt{
    color:#000 !important;
}
	.coverflow_carousel .uc_dark_carousel_container_holder.ue-item {
    border-radius: 18px !important;
}
}
span.half-star {
    background: linear-gradient(to right, #F9B400 36%, lightgray 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.testimonial-rating {
    font-size: 30px;
    letter-spacing: 11px;
	color: #F9B400;
	line-height: 1em;
}
.menu_ll .menu-item-home ::after {
    display: none;
}
.menu-item-1100 {
    display: none !important;
}
.coverflow_carousel .uc_dark_carousel_content ul{
	color:#101010 !important;
}


.header-sticky.elementor-sticky {
    opacity: 0;
	transition:0.5s;
}
.header-sticky.elementor-sticky--active {
    opacity: 1;
	transition:0.5s;
}
