/* 
Theme Name: Hello Elementor Child
Theme URI: https://wordpress.org/themes/hello-elementor/
Description: Child Theme of the Hello Elementor
Author: MyDevIt_Solutions
Template: hello-elementor
Version: 1.0.0
*/

/* Started CSS */
.logo {
  filter: brightness(0) invert(1);
}
.my-slides {
  position: relative;
}
.my-slides:before {
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 500px;
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
  mix-blend-mode: color;
}
.logos .gallery-item {
  padding: 0 90px 50px 0 !important;
/*   opacity: 0.5; */
/*   transition-duration: 0.4s; */
}
/* .logos .gallery-item:hover {
  opacity: 1;
} */
/* Navigation OffCanvas Menu Speed */
.e-off-canvas__main {
  animation-duration: 0.4s !important;
  transition-duration: 0.4s !important;
}
.e-off-canvas__overlay {
  animation-duration: 0.4s !important;
  transition-duration: 0.4s !important;
}

.elementor-testimonial__content .elementor-testimonial__text {
  margin-bottom: 35px;
}

.elementor-testimonial__content:after {
  content: "";
  display: block;
  width: 100%;
  background-color: #201e1e30;
  width: 100px;
  height: 1px;
  margin: 10px auto 30px auto;
}

.elementor-swiper-button svg {
  visibility: hidden;
}

.elementor-swiper-button:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("/wp-content/uploads/2026/08/Arrow-rgt.png");
  background-position: center;
  background-size: cover;
  position: absolute;
  transition: 0.3s ease;
}
/* .elementor-swiper-button:hover:before {
  background: url("/wp-content/uploads/2026/08/Arrow-rgt1.png");
  background-position: center;
  background-size: cover;
} */
.elementor-swiper-button-prev:before {
  transform: scaleX(-1);
}

.e-n-accordion .e-n-accordion-item {
  border-bottom: 1px solid rgba(255, 251, 242, 0.19);
}

.faqs-black .e-n-accordion-item {
  border-bottom: 1px solid #cacaca !important;
}

.faqs-black .e-n-accordion-item svg path {
  fill: var(--e-global-color-text) !important;
}

/* Blogs */
.blog__Card .blog__img {
  transition: all 0.4s ease;
  width: 100%;
}

.blog__Card:hover .blog__img {
  transform: scale(1.065) rotate(2deg);
  opacity: 0.8;
}

.contact__form input,
.contact__form textarea,
.contact__form select {
  padding-left: 0 !important;
}

.featured__Categories_Services .card:hover img {
  transform: translateY(-10px);
}

/* Testimonials */
.elementor-testimonial__text details summary {
  cursor: pointer;
  margin-top: 15px;
  color: #3a1219;
  list-style: none;
  position: absolute;
  bottom: -30px;
  place-self: center;
  font-family: "Noto Serif Display", Sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 0px;
}

.elementor-testimonial__text details summary::after {
  content: "Read More";
}

.elementor-testimonial__text details[open] summary::after {
  content: "Read Less";
}

.elementor-testimonial__text details summary {
  font-size: 14px;
}

.elementor-testimonial__text details {
  position: relative;
}

.elementor-testimonial__text:has(details[open]) {
  max-height: 300px;
  overflow-y: auto;
}

.elementor-testimonial__text::-webkit-scrollbar {
  width: 5px;
}

.elementor-testimonial__text::-webkit-scrollbar-thumb {
  background: #3a1219;
  border-radius: 10px;
}
.elementor-testimonial__text {
  padding-right: 10px;
  padding-left: 10px;
}

/* Testimonial White */
.testimonials-lite .elementor-testimonial__content:after {
  background-color: white;
}
.testimonials-lite .elementor-testimonial__text details summary {
  color: #ffffff;
}
.testimonials-lite .elementor-testimonial__text::-webkit-scrollbar-thumb {
  background: white;
}
.testimonials-lite svg g {
  stroke: white;
}
.testimonials-lite .elementor-swiper-button:hover:before {
  filter: brightness(0) invert(1);
}

/* Services Cards */
.service__card {
  cursor: pointer;
}
.service__card img {
  transition: all 0.5s;
}
.service__card:hover img {
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(70%);
}
.service__card .content {
  background: linear-gradient(
    to bottom,
    transparent 0,
    rgba(0, 0, 0, 0.01) 2%,
    rgba(0, 0, 0, 0.75) 90%
  );
  bottom: -40px;
  transition: all 0.5s;
}
.service__card:hover .content {
  bottom: 0px;
}
.service__card .elementor-divider-separator {
  transition: all 0.5s;
  transition-delay: 0.2s;
}
.service__card:hover .elementor-divider-separator {
  width: 100% !important;
}
/* .service__card .last_word {
  font-family: Dantina, sans-serif;
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  margin-left: 8px;
  top: -2px;
} */

@media (max-width: 820px) {
  .logos .gallery-item {
    padding: 0 20px 10px 0 !important;
  }
  .my-slides:before {
    height: 400px;
  }
}

@media (max-width: 600px) {
  .logos #gallery-1 {
    display: grid;
    grid-template-columns: auto auto auto auto;
  }
  .elementor-image-gallery {
    overflow: hidden;
  }
  .elementor-testimonial__text:has(details[open]) {
    max-height: 400px;
    overflow-y: auto;
  }
  .service__card .last_word {
    font-size: 10px;
    letter-spacing: 0;
    font-weight: bold;
  }
}
