/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 3.4.3
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.testimonial-section  .deensimc-tes-text {
    padding: 0 !important;
    box-shadow: unset !important;
    margin: unset !important;
}

.testimonial-section  .deensimc-tes-author {
    margin: 0 !important;
}

.testimonial-section  .deensimc-tes-author {
    padding: 0 !important;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}

.testimonial-section  .deensimc-tes-main {
    padding: 20px;
    flex-direction: column-reverse;
    display: flex;
    gap: 20px;
    border: 1px solid #1717171c;
    border-radius: 20px;
}

.testimonial-section .deensimc-tes-author .deensimc-tes-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.testimonial-section .deensimc-tes-author .deensimc-tes-heading .deensimc-tes-name {
    display: inline-block;
    width: auto;
    position: relative;
    z-index: 1;
}

.testimonial-section .deensimc-tes-author .deensimc-tes-heading .deensimc-tes-name:after {
    content: '';
    background: url('/wp-content/uploads/2025/07/Vector.png');
    width: 20px;
    display: block;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(calc(100% + 10px));
}

.deensimc-tes .deensimc-tes-main .deensimc-tes-author img {
    display: none;
}

.testimonial-section  .deensimc-tes-ratings {
    background: url('/wp-content/uploads/2025/07/review-stars.webp');
    background-repeat: no-repeat;
    background-size: contain;
    width: 138px;
    margin-bottom: 10px;
}

.testimonial-section .deensimc-tes-ratings .deensimc-tes-star-icon {
    padding: 0;
}

.testimonial-section {
    position: relative;
}

/* .testimonial-section:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    z-index: 1;
    backdrop-filter: blur(2px);
    width: 100px;
    left: 0;
}
.testimonial-section:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    z-index: 1;
    backdrop-filter: blur(2px);
    width: 100px;
    right: 0;
} */
.newsletter-form {}

.newsletter-form .elementor-field-textual {
    padding: 0;
}

.newsletter-form .elementor-field-type-submit {
    width: auto;
}

.newsletter-form .elementor-form-fields-wrapper {
    justify-content: space-between;
}
#speacialized-services{
    counter-reset: my-sec-counter;
    /* display: grid; */
    grid-template-columns: column;
}
#speacialized-services .elementor-widget-heading {
    position: relative;
    z-index: 1;

}

#speacialized-services .elementor-widget-heading .elementor-heading-title:before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    color: rgba(255, 255, 255, .3);
    margin-right: 10px;
    font-size: 20px;
}
#speacialized-services .elementor-heading-title {
    display: flex;
    align-items: center;
}
#PhoneIcon {
  animation: tilt-shaking .2s infinite;
}
.image-carousel .swiper-slide img {
    height: 500px;
    object-fit: cover;
    width: 100%;
    border: 0 !important;
    display: block !important;
}
@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(0deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}
.fixed-btn .elementor-widget-container {
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
}

.fixed-btn .elementor-widget-container .elementor-icon-wrapper {
}

.fixed-btn .elementor-widget-container .elementor-icon-wrapper .elementor-icon {
    background-color: #EDC00E;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #000;
}
@media screen and (max-width: 1639px){
    .image-carousel .swiper-slide img {
    height: 400px;
}
}
@media screen and (max-width: 959px){
    .fixed-btn .elementor-widget-container .elementor-icon-wrapper .elementor-icon {
    background-color: #EDC00E;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #000;
}
}