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

/* Import parent theme styles */
@import url("../hello-elementor/style.css");
.main-slider.elementor--h-position-left .swiper-slide-inner {
    max-width: 1170px;
}
.main-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: left;
    bottom: 53px;
    left: calc((100vw - 1140px) / 2);
    max-width: 1140px;
}
#headerC.active {
    width: 100% !important;
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff;
    border-radius: 0px;
}
div#headerC {
    transition: 0.9s;
}
.top-notice-bar {
    position: relative;
    transition: all 0.2s ease-in-out;
}

.top-notice-bar.closed {
    display: none !important;
}

button#close-btn {
    background: transparent;
    border: none;
    padding: 0;
	font-size:20px;
	font-weight:400;
}
@media only screen and (max-width: 767px) {
    button#close-btn {
	font-size:12px;
   }
}
.main-slider .swiper-slide-inner .swiper-slide-contents .elementor-button {
    margin-right: 10px;
}
.main-slider .swiper-slide-inner a.elementor-button.custom-btn {
    background: transparent;
    border-color: #000;
    color: #000;
}
.main-slider .swiper-slide-inner a.elementor-button.custom-btn:hover {
    background: #000;
	 border-color: #000;
    color: #fff;
}
.mb-0 p {
	margin-bottom:0;
}
ul {
    padding-left: 0;
}
.elementor-widget-text-editor p a {
    color: #828282;
    border-bottom: solid 1px #ffa07f;
    transition: 0.3s;
}

.elementor-widget-text-editor p a:hover {
    background: #ffa07f;
    color: #fff;
}
.contact_info ul {
    list-style: none;
    margin-bottom: 0px;
}
.contact_info ul li:not(:last-child) {
    margin-bottom: 24px;
}
.contact_info ul li {
    display:flex;
    align-items: center;
    /* justify-content: space-between; */
}
.contact_info ul li > div:first-of-type {
    width: 90px;
    font-size: 18px;
    font-weight: 600;
    color: #57ccc3;
    line-height: 1.34;
}
.contact_info ul li > div:last-of-type {
    max-width: 310px;
    font-size: 15px;
    font-weight: 600;
    color: #878787;
    line-height: 1.6;
}

.contact_info ul li a {
    color: #007bff;
}
.contact_info ul li a:hover {
    color: #0056b3;
}
/* For Chrome, Safari, Edge */
#form-field-zipcode::-webkit-outer-spin-button,
#form-field-zipcode::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
#form-field-zipcode {
    -moz-appearance: textfield;
}

#login .elementor-message:before {
	display:none;
}

#signup .elementor-message {
	display:none;
}
/* Hide profile image */
.custom-testimonials .elementor-testimonial__image {
  display: none;
}

/* Ensure the footer container can hold the badge properly */
.custom-testimonials .elementor-testimonial__footer {
  position: relative;
  padding-left: 60px; /* space for the initials badge */
  min-height: 50px;
}

/* Display initials circle */
.custom-testimonials .elementor-testimonial__footer .elementor-testimonial__cite::before {
    content: attr(data-initials);
    position: absolute;
    top: 0;
    left: -60px;
    width: 45px;
    height: 45px;
    background-color: var(--initials-bg, #007BFF);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-transform: uppercase;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.custom-testimonials .elementor-testimonial__image+cite {
    position: relative;
}
@media (max-width: 768px) {
  .custom-testimonials .elementor-testimonial__footer {
    padding-left: 55px;
  }
  .custom-testimonials .elementor-testimonial__footer::before {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}