/* 
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 em {
	    font-family: 'georgia';
    font-weight: 400;
}
.spravatoHomeSec {
	background: linear-gradient(0deg, #E7F5F5 0%, #E7F5F5 100%), linear-gradient(117deg, #E8F5E9 0%, #E6F5FF 100%);
}
.testimonialSection {
	background: linear-gradient(0deg, #ECF9FF 0%, #ECF9FF 100%), linear-gradient(180deg, rgba(219, 242, 214, 0.90) 0%, rgba(180, 223, 239, 0.90) 100%), #FFF;
}
.innerHeroCol p sup {
    font-size: 30px;
    line-height: 30px;
}
body sup {
    font-size: 18px;
}
h2 sup {
    font-size: 28px;
    line-height: 38px;
}
/* .homeLogosCol {
  animation: scrollLogos 10s linear infinite;
}

.homeLogosCol img {
  height: 60px;
  object-fit: contain;
}
 */
/* Animation */
/* @keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-40%);
  }
} */

.homeLogosCol {
  display: flex;
  gap: 50px;
  white-space: nowrap;
  width: max-content;
}

.homeLogosCol img {
  height: 60px;
  flex-shrink: 0;
}


.testimonialSection .swiper-pagination  {
    width: 100%;
    display: flex;
    gap: 0;
    margin: 30px 0 0 0;
    max-width: 1200px;	
}
.testimonialSection .swiper-pagination .swiper-pagination-bullet {
	width: 100%;
    height: 2px;
    margin: 0;
	border-radius:0px !important;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,20%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}
.homeHeroSec .elementor-background-video-hosted {
/*     width: 100% !important; */
/*     height: 110% !important; */
/*     object-fit: fill !important; /* Yehi stretch karega */ */
/*     left: 0 !important;
    top: 0 !important;
    transform: none !important; */
}
/* .homeHeroSec .elementor-background-video-container video {
    top: 470px !important; 
	
} */
.homeHeroSec:before {
	pointer-events: none !important;
	z-index:  9 !important;
} 


.conventialMentalInnerCol {
	border-radius: 25px;
	background: linear-gradient(225deg, rgba(255, 255, 255, 0.74) 67.12%, rgba(255, 226, 216, 0.74) 116.77%);
	backdrop-filter: blur(37.5px);
}

.testimonialButton a.elementor-button {
    border-radius: 56px !important;
    border: 0.85px solid rgba(255, 255, 255, 0.60) !important;
/*     background: #BCC1C8 !important; */
    backdrop-filter: blur(10px) !important;
    width: 64px !important;
    height: 64px !important;
}
.carusalHome .elementor-swiper-button:hover {
	background-color:#2A9D8F !important;
}
.carusalHome .elementor-swiper-button:hover svg path {
	fill:#fff;
	stroke:#fff;
}

.hoverBtn a.elementor-button:hover {
    transform: translate(0px, -3px);
    box-shadow: 0px 3px 0px 0px #2C345F;
}

.hoverBtn a.elementor-button {
    transition: 0.3s ease-in-out;
}



/* About Dfree Movement CSS START */
	.dfreeTimelineSingleBox {
	  opacity: 1;
	  transition: opacity 0.4s ease;
	  margin: 0px 0;
	}
	.dfreeTimelineSingleBox:before {
		content: '';
		background: #2A9D8F;
		position: absolute;
		left: -37px;
		top: 10px;
		width: 10px;
		height: 10px;
		border-radius: 0;
		z-index: 9;
	}
	.dfreeTimelineSingleBox:after {
		content: '';
		position: absolute;
		background: #BCC1C8;
		width: 1px;
		height: 100%;
		top: 10px;
		left: -33px;
	}
	.historyTimelineSec {
		overflow: hidden;
	}
	.zoomIn {
	  animation-name: zoomIn;
	  animation-duration: 0.8s;
	  animation-fill-mode: both;
	}

	@keyframes zoomIn {
	  0% {
		opacity: 0;
		transform: scale3d(0.8, 0.8, 0.8); /* start at 80% */
	  }

	  100% {
		opacity: 1;
		transform: scale3d(1, 1, 1); /* end at full size */
	  }
	}


/* About Dfree Movement CSS END */



/* Container settings */
.fadingTextBlock {
    margin: 0 !important;
    position: relative !important;
        padding: 0px 0px 80px 120px !important; /* Padding adjust ki taaki circle aur text sahi dikhe */
    transition: 0.3s;
    opacity: 0.3;
    --circle-bg: #100A2E;
    --line-fill: 0%;
    overflow: visible !important;
}
.fadingTextBlock:last-child {
	padding: 0px 0px 0px 120px !important;
}
/* Base Dashed Line (Har block ke peeche) */
.fadingTextBlock::after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    left: 21px; /* Circle ke center mein */
    top: 44px;  /* Circle ke neeche se start ho */
    background-image:协议 repeating-linear-gradient(to bottom, #4F4ED2, #4F4ED2 10px, transparent 10px, transparent 20px);
    z-index: 1;
}

/* Blue Solid Line jo animate hogi */
.fadingTextBlock .solid-line-overlay {
    width: 2px;
    height: 100%; /* GSAP isay control karega */
    background: #4F4ED2;
    position: absolute;
    left: 76px;
    top: 0px;
    z-index: 2;
}

/* Circle numbers */
.fadingTextBlock::before {
    position: absolute;
    left: 70px;
    top: 0;
    background: var(--circle-bg);
    width: 15px;
    height: 15px;
    text-align: center;
	font-size:0px;
    line-height: 44px;
    border-radius: 0px;

    z-index: 9;
    color: white;
    transition: background 0.3s ease;
    font-weight: bold;
}

/* Steps numbering */
.fadingTextBlock:nth-child(1):before { content: '1'; }
.fadingTextBlock:nth-child(2):before { content: '2'; }
.fadingTextBlock:nth-child(3):before { content: '3'; }
.fadingTextBlock:nth-child(4):before { content: '4'; }

/* Last block ki line khatam karne ke liye */
.fadingTextBlock:last-child::after, 
.fadingTextBlock:last-child .solid-line-overlay {
    display: none !important;
}

.fadingTextBlock.active {
    opacity: 1;
}

/*  */

.scrollingTabContent {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
	cursor: grab;
    user-select: none; /* Text select na ho drag ke waqt */
}
.scrollingTabContent:active {
    cursor: grabbing;
}
/* Scrollbar chupane ke liye */
.scrollingTabContent::-webkit-scrollbar {
    display: none;
}

/* Har slide ko full width aur snap point dena */
.scrollingTabContent > .e-tab-content-base {
    display: block !important;
    min-width: 100% !important;
    scroll-snap-align: start;
}


/* table css start */

/* Wrapper for scroll on mobile */
.table-wrapper {
  width: 100%;
  overflow-x: auto;
  border-radius: 12px;
}

/* Table base */
.compare-table {
  width: 100%;
  border-collapse: collapse;
	    margin: 0;
  min-width: 700px; /* important for scroll */

}

/* Header */
.compare-table thead {
  background: #2f3560;
  color: #fff;
}

.compare-table th {
    padding: 16px 26px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}

/* First column left align */
.compare-table td:first-child {
font-size: 18px;
    text-align: left;
    font-weight: 500;
    line-height: 28px;
}

/* Cells */
.compare-table td {
	padding: 16px 26px;
  text-align: center;
  border-bottom: 1px solid #E2E2EA;
	background: #fff !important;
}
.compare-table td:last-child {
    background-color: #EDFBFE !important;
}
/* Alternate rows */
.compare-table tbody tr:nth-child(even) td {
  background: #eeeeee;
}

/* Highlight last column */
.compare-table td:last-child {
  background: #dbe5ea;
}

/* Rounded corners */
.compare-table thead th:first-child {
  border-top-left-radius: 12px;
}
.compare-table thead th:last-child {
  border-top-right-radius: 12px;
}

/* Mobile */
@media (max-width: 768px) {
  .compare-table {
    font-size: 14px;
  }
}


/* table css ends */


.dateText {
    position: absolute;
    left: 0;
}
