/*
Theme Name: Jeevam Hospital
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1770194606
Updated: 2026-02-04 08:43:26

*/


/* Wrapper spacing */
.testimonial_slider {
    padding-top: 80px;
    padding-bottom: 40px;
}
.testimonial_slider .swiper-slide.swiper-slide-active{
	padding-top: 50px;
}
/* Testimonial card */
.testimonial_slider .elementor-testimonial {
    background: #f4f4f4;
    border-radius: 20px;
    padding: 80px 60px 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    text-align: center;
    position: relative;
}

/* Text */
.testimonial_slider .elementor-testimonial__text {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 35px;
}

/* Divider line */
.testimonial_slider .elementor-testimonial__content::after {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background: #ddd;
    margin: 25px auto;
}

/* Name */
.testimonial_slider .elementor-testimonial__name {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

/* Avatar positioning */
.testimonial_slider .elementor-testimonial__footer {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial_slider .elementor-testimonial__image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #fff;
    background: #fff;
}

.testimonial_slider .elementor-testimonial__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

/* Arrows */
.testimonial_slider .elementor-swiper-button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #ddd;
    background: #fff;
    color: #bbb;
}

.testimonial_slider .elementor-swiper-button svg {
    width: 18px;
    fill: #bbb;
}

.testimonial_slider .elementor-swiper-button-prev {
    left: -80px;
}

.testimonial_slider .elementor-swiper-button-next {
    right: -80px;
}

/* Pagination dots */
.testimonial_slider .swiper-pagination {
    margin-top: 25px;
    position: relative;
}

.testimonial_slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ddd;
    opacity: 1;
}

.testimonial_slider .swiper-pagination-bullet-active {
    background: #1e88e5;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .testimonial_slider .elementor-testimonial {
        padding: 70px 25px 40px;
    }

    .testimonial_slider .elementor-swiper-button-prev,
    .testimonial_slider .elementor-swiper-button-next {
        display: none;
    }
}

.copyright_text a{color: #ffffff;}
#gform_1 input, #gform_1 textarea, #gform_2 input, #gform_2 textarea{
	border: 1px solid #CECECE;
    border-radius: 10px;
	color: #A5A5A5;
}
#gform_1 input#gform_submit_button_1, #gform_2 input#gform_submit_button_2 {
    border-radius: 10px;
    background: transparent linear-gradient(90deg, #3C9AB3 0%, #3761A0 100%) 0% 0% no-repeat padding-box;
    color: #FFF;
    text-transform: uppercase;
	padding: 16px 28px 16px 28px;
}
h2.gform_title{
	font-size:25px !important;
	padding-bottom:35px !important;
}
.footer-links-menu ul li{
	padding-left:21px;
}
.footer-links-menu ul li a::after{
	content: "→" !important;
    color: #797979;
    font-size: 11px;
    position: absolute;
    left: -21px;
    top: 3px;
    opacity: unset !important;
    background: transparent !important;
	transform: rotate(315deg);
}