/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*
 * About us page css
 * 
 */
.page-id-13 {
    position: relative;
	overflow: auto;
}
.page-id-13::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/uploads/2024/07/breadscrumb-bg-square.webp');
    opacity: 0.07;
    z-index: -1;
}


/* 
 * Testimonial section style for homepage
 * 
 */
.testimonial-carousel .swiper-slide-next {
    border-radius: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.testimonial-carousel .swiper-slide-next .elementor-testimonial__image img {
    width: 170px !important;
    height: 170px !important;
}

.testimonial-carousel .swiper-slide  {
    align-content: center !important;
}

.swiper-wrapper {
    cursor: grab;
    cursor: -webkit-grab;
}

/* 
 * Hide section only for tablet and mobile: > 1024px 
 */
@media (max-width: 1024px) {
    .hide-on-mob {
        display: none;
    }
}

/* Styles for Tablet and Mobile Devices */
@media (max-width: 768px) {
    .testimonial-carousel .swiper-slide-active {
        border-radius: 20px; /* Adjusted for smaller screens */
        background: #fff;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    }
}

/* Styles for Mobile Devices */
@media (max-width: 480px) {
    .testimonial-carousel .swiper-slide-active {
        border-radius: 15px; /* Further adjustment for smaller screens */
        background: #fff;
        -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    }
}