/* 
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 */

body{
	background: radial-gradient(circle at top right, rgba(205, 237, 201, .50), transparent 25%), radial-gradient(circle at bottom left, rgba(224, 236, 222, .75), transparent 25%), linear-gradient(180deg, #fbfefd 0%, #f7fbfa 100%);
	
}
.BtnA a{
	background:linear-gradient(90deg, #E0ECDE 0%, #CDEDC9 100%)!important;
}
*{
font-family: sans-serif !important;
}
h1, h2, h3, h4, h5, h6, p, ul>li{
	font-family: sans-serif !important;
}
.sidebox li {
    margin-bottom: 8px;
}
.sidebox ul{
    margin: 0;
    padding-right: 18px;
    color: #5d747a;
}
.table-arrows-hint p {
    display: flex;
    gap: 18px;
    justify-content: center;
    align-items: center;
}
.box-gradient{
	background:linear-gradient(135deg,#2C6975,#3a7f89 65%, #68B2A0);
}
.expiry{
	opacity:0.92;
}
.small__boxes .elementor-icon-box-title {
    margin: 0;
}
.readable-table-wrap {
    margin-top: 18px;
    overflow: auto;
    border-radius: 22px;
    border: 1px solid rgba(44,105,117,0.12);
    background: #fff;
}
.readable-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}
.readable-table th {
    background: linear-gradient(135deg, #2C6975, #68B2A0);
    color: #fff;
    padding: 16px 14px;
    font-size: 17px;
    text-align: right;
    vertical-align: middle;
	    border: 0;
	line-height: 13.5px;
}
.readable-table td {
    padding: 16px 14px;
	    border: none;
    border-top: 1px solid rgba(44, 105, 117, .10);
    vertical-align: top;
    font-size: 15px;
    color: #5d747a;
    background: #fff;
}
.readable-table ul {
    margin: 0;
    padding-right: 18px;
}
.readable-table tr:nth-child(even) td {
    background: rgba(224, 236, 222, .26);
}
.readable-table li {
    margin-bottom: 6px;
}
.readable-table td:first-child {
    font-weight: 700;
    color: #2C6975;
    width: 180px;
}
.readable-table tbody>tr:nth-child(odd)>td {
    background: #fff;
}
.card-box-right:before {
    content: "";
    position: absolute;
    top: -80px;
    left: -80px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
	z-index: 9;
    border: 0;
    background: radial-gradient(circle, rgba(104, 178, 160, .14), transparent 70%);
}
.form__home .elementor-field-type-submit button {
    max-width: 140px ;
	background: linear-gradient(135deg, #2C6975, #68B2A0);
	box-shadow: 0 12px 26px rgba(44, 105, 117, .18);
	    position: relative;
    top: 10px;
}
.form__home input, .form__home select{
	min-height:55px;
}
.form__home textarea{
	height:110px;
}
input:focus, select:focus, textarea:focus {
    border-color: #68B2A0 !important;
    box-shadow: 0 0 0 4px rgba(104, 178, 160, .16) !important;
}
.table-arrows-hint .arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: linear-gradient(180deg,#fff,rgba(224,236,222,.65));
    border: 1px solid rgba(44,105,117,0.12);
    font-size: 20px;
    line-height: 1;
}
.readable-table-wrap{
    overflow-x: auto;
    scroll-behavior: smooth;
}

.table-arrows-hint .arrow{
    cursor: pointer;
    font-size: 20px;
    padding: 0 10px;
    user-select: none;
}
 .mobile-only {
        position: relative;
        display: block;
        cursor: pointer;
		        overflow: hidden;
    }

    .mobile-only img {
        width: 100%;
        height: auto;
        display: block;
		        overflow: hidden;
    }

    .mobile-only .play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 50px;
        color: #fff;
        background: rgba(0,0,0,0.6);
        border-radius: 50%;
        padding: 15px 22px;
        pointer-events: none;
    }
	.mobile-only .play-icon svg#Capa_1 {
    width: 20px;
    fill: #fff;
    height: 34px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.testimonial-swiper {
  padding: 20px 0;
  position: relative;
  overflow: visible;
}

.testimonial-swiper .swiper-wrapper {
  align-items: stretch;
}

/* auto height */
.testimonial-swiper .swiper-slide {
  height: auto !important;
}

/* =========================
   CARD STYLE
========================= */
.testimonial-swiper .swiper-slide.items {
    background: #eef3f1;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    height: 490px;
    max-height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimonial_content {
    height: 226px;
	    padding-right: 10px;

    overflow-y: auto;
}
.testimonial-swiper .swiper-slide.items p.testimonial_content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.testimonial-swiper .swiper-slide.items p.testimonial_content::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.testimonial-swiper .swiper-slide.items p.testimonial_content::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
/* subtle variations */
.testimonial-swiper .swiper-slide:nth-child(2n) {
  background: #e4eeea;
}
.testimonial-swiper .swiper-slide:nth-child(3n) {
  background: #f3f6f4;
}
/* REMOVE background from video slides */
.testimonial-swiper .swiper-slide.video-slide {
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

/* Remove card background effect */
.testimonial-swiper .swiper-slide.video-slide::after, .woocommerce-shop #contact, .woocommerce-cart #contact, .woocommerce-checkout #contact {
  display: none !important;
} 

/* quote icon */
.testimonial-swiper .swiper-slide.items::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 24px;
  width: 32px;
  height: 32px;
  background-image: url("/wp-content/uploads/2026/05/blackquotes.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.desktop-video {
    display: none;
}


.testimonial-swiper .swiper-pagination-bullet {
    width: 29px;
    height: 4px;
    border-radius: 30px;
    background: linear-gradient(0deg, #C8C8C8, #C8C8C8), linear-gradient(0deg, #C8C8C8, #C8C8C8), linear-gradient(0deg, #C8C8C8, #C8C8C8);
}
.testimonial-swiper .swiper-pagination-bullet-active {
    width: 59px;
    border-radius: 30px;
    background: #2C6975;
}
.testimonial-swiper .swiper-pagination {
    position: relative;
    margin-top: 20px;
    text-align: center;
    z-index: 20;
}
.testimonial-swiper .swiper-slide.items {
    background: #eef3f1;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    height: 371px;
    max-height: 371px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimonial-swiper .swiper-slide {
    height: 100% !important;
}
.video-slide iframe, .video-slide video {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    border-radius: 20px;
}
.testimonial-footer {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.team_image {
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    float: none;
    display: block;
    margin-left: 8px;
}
.team_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
html[dir="rtl"] .testimonial_content, html[dir="rtl"] .team_name, html[dir="rtl"] .team_designation {
    text-align: right;
}
.team_name {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.team_name, .team_designation {
    display: block;
    width: 100%;
}
.team_designation {
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
    margin-top: -2px;
}
.form__home form .elementor-form-fields-wrapper + .elementor-message {
    position: absolute;
    top: 100%;
    margin-top: 24px;
}
.form__home form.message-showing {
    padding-bottom: 70px;
}
.form__home form.message-showing .elementor-form-fields-wrapper + .elementor-message {
    position: absolute;
    top: 100%;
    margin-top: -35px;
}
.purchase_site.message-showing {
    bottom: 55px !important;
}



@media only screen and (max-width:576px){
	.form__home .elementor-field-type-submit button {
		max-width: 125px;
	}
}