
/* Batra floral background */
.batra-bg-t {
  position: relative;
  background-color: #FDFBF7 !important;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 560'%3E%3Cg fill='none' stroke='%23a8a396' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' opacity='0.5'%3E%3Cpath d='M170 540 C170 540 170 300 170 120'/%3E%3Cellipse cx='100' cy='230' rx='68' ry='28' transform='rotate(-30 100 230)' /%3E%3Cellipse cx='240' cy='230' rx='68' ry='28' transform='rotate(30 240 230)' /%3E%3Cellipse cx='80' cy='310' rx='60' ry='24' transform='rotate(-50 80 310)' /%3E%3Cellipse cx='260' cy='310' rx='60' ry='24' transform='rotate(50 260 310)' /%3E%3Cpath d='M170 200 C140 170 100 160 80 140'/%3E%3Cpath d='M170 200 C200 170 240 160 260 140'/%3E%3Cpath d='M170 280 C130 260 90 270 70 255'/%3E%3Cpath d='M170 280 C210 260 250 270 270 255'/%3E%3Ccircle cx='170' cy='118' r='20'/%3E%3Cellipse cx='170' cy='88' rx='14' ry='22' /%3E%3Cellipse cx='195' cy='103' rx='14' ry='22' transform='rotate(60 195 103)' /%3E%3Cellipse cx='145' cy='103' rx='14' ry='22' transform='rotate(-60 145 103)' /%3E%3Cellipse cx='195' cy='133' rx='14' ry='22' transform='rotate(120 195 133)' /%3E%3Cellipse cx='145' cy='133' rx='14' ry='22' transform='rotate(-120 145 133)' /%3E%3Cellipse cx='170' cy='148' rx='14' ry='22' transform='rotate(180 170 148)' /%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 560'%3E%3Cg fill='none' stroke='%23a8a396' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' opacity='0.5'%3E%3Cpath d='M170 540 C170 540 170 300 170 120'/%3E%3Cellipse cx='100' cy='230' rx='68' ry='28' transform='rotate(-30 100 230)' /%3E%3Cellipse cx='240' cy='230' rx='68' ry='28' transform='rotate(30 240 230)' /%3E%3Cellipse cx='80' cy='310' rx='60' ry='24' transform='rotate(-50 80 310)' /%3E%3Cellipse cx='260' cy='310' rx='60' ry='24' transform='rotate(50 260 310)' /%3E%3Cpath d='M170 200 C140 170 100 160 80 140'/%3E%3Cpath d='M170 200 C200 170 240 160 260 140'/%3E%3Cpath d='M170 280 C130 260 90 270 70 255'/%3E%3Cpath d='M170 280 C210 260 250 270 270 255'/%3E%3Ccircle cx='170' cy='118' r='20'/%3E%3Cellipse cx='170' cy='88' rx='14' ry='22' /%3E%3Cellipse cx='195' cy='103' rx='14' ry='22' transform='rotate(60 195 103)' /%3E%3Cellipse cx='145' cy='103' rx='14' ry='22' transform='rotate(-60 145 103)' /%3E%3Cellipse cx='195' cy='133' rx='14' ry='22' transform='rotate(120 195 133)' /%3E%3Cellipse cx='145' cy='133' rx='14' ry='22' transform='rotate(-120 145 133)' /%3E%3Cellipse cx='170' cy='148' rx='14' ry='22' transform='rotate(180 170 148)' /%3E%3C/g%3E%3C/svg%3E");
  background-position: left -40px center, right -40px center;
  background-repeat: no-repeat, no-repeat;
  background-size: 340px auto, 340px auto;
}
/* =========================================================
   TESTIMONIALS ULTRA HERO (Split Layout + Botanical)
   ========================================================= */
.testimonial-hero-ultra {
    position: relative;
    padding: 120px 20px 80px;
    background-color: #FDFBF7; /* Botanical base */
    overflow: hidden;
}

.testimonial-hero-container {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 10;
}

.t-hero-content {
    text-align: left;
}

.t-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #EAF7F0;
    color: #0F6B45;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
    border: 1px solid rgba(15, 107, 69, 0.2);
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.t-hero-badge i {
    animation: pulseIcon 2s infinite;
}

@keyframes pulseIcon {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.2); opacity: 0.8; }
    100% { transform: scale(1); opacity: 1; }
}

.testimonial-hero-ultra h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    color: #0F6B45;
    margin-bottom: 20px;
}

.testimonial-hero-ultra h1 span {
    background: linear-gradient(135deg, #0F6B45 0%, #20B2AA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonial-hero-ultra p {
    font-size: 18px;
    color: #5F6368;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 500px;
}

/* Floating Glass Video Card on Right */
.t-hero-visual {
    position: relative;
}

.t-glass-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 24px;
    padding: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 5;
}

@keyframes floatTCard {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

.t-video-thumb {
    width: 100%;
    height: 300px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
}

.t-video-thumb iframe {
    width: 100%;
    height: 100%;
    border: none;
    pointer-events: none; /* Let the container handle clicks if it was a link, but it's an iframe so we leave it interactive or disabled. Let's make it interactive. */
    pointer-events: auto; 
}

.t-float-stat {
    position: absolute;
    bottom: -20px;
    left: -30px;
    background: #fff;
    padding: 12px 20px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border: 1px solid #E5E9E7;
    z-index: 10;
}

.t-float-stat-icon {
    width: 40px; height: 40px;
    background: #FFFDF0;
    color: #FFB800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.t-float-stat-text strong {
    display: block;
    font-size: 16px;
    color: #2B2B2B;
}

.t-float-stat-text span {
    font-size: 12px;
    color: #5F6368;
}

@media (max-width: 992px) {
    .testimonial-hero-container { grid-template-columns: 1fr; text-align: center; }
    .t-hero-content { margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
    .testimonial-hero-ultra p { max-width: 100%; }
    .t-float-stat { left: 50%; transform: translateX(-50%); bottom: -20px; }
    @keyframes floatTCard { 0%, 100% { transform: translateY(0); } }
}

/* =========================================================
   HEALING STORIES (VIDEOS) SECTION UPGRADE
   ========================================================= */
.testimonials-showcase {
    background: #fff;
    padding: 100px 20px;
}

.testimonial-heading h2 {
    font-size: 36px;
    color: #0F6B45;
    margin-bottom: 15px;
}

/* iOS Segmented Control Toggle */
.testimonial-toggle {
    display: inline-flex;
    background: #F8FAF9;
    padding: 6px;
    border-radius: 50px;
    border: 1px solid #E5E9E7;
    margin: 30px auto 40px;
}

.toggle-btn {
    padding: 10px 30px;
    border-radius: 40px;
    border: none;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    color: #5F6368;
    cursor: pointer;
    transition: all 0.3s ease;
}

.toggle-btn.active {
    background: #0F6B45;
    color: #fff;
    box-shadow: 0 4px 15px rgba(15, 107, 69, 0.2);
}

.video-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1140px;
    margin: 0 auto;
}

.video-card {
    background: #ffffff;
    border: 1px solid #E5E9E7;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.video-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border-color: #DCE3E0;
}

.video-thumbnail {
    padding: 12px;
    background: #FAFCFA;
}

.video-thumbnail iframe {
    border-radius: 12px;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.video-content {
    padding: 20px;
    text-align: center;
}

.video-content h3 {
    font-size: 16px;
    color: #2B2B2B;
    margin-bottom: 6px;
}

.video-content p {
    font-size: 13px;
    color: #5F6368;
}

@media (max-width: 900px) {
    .video-slider { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .video-slider { grid-template-columns: 1fr; }
}

/* =========================================================
   SOCIAL MEDIA HUB (REPLACES YOUTUBE BUTTON)
   ========================================================= */
.social-hub-section {
    max-width: 1140px;
    margin: 60px auto 0;
    text-align: center;
    padding-top: 60px;
    border-top: 1px solid #E5E9E7;
}

.social-hub-section h3 {
    font-size: 24px;
    color: #0F6B45;
    margin-bottom: 10px;
}

.social-hub-section p {
    color: #5F6368;
    margin-bottom: 30px;
}

.social-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.social-hub-card {
    background: #fff;
    border: 1.5px solid #E5E9E7;
    border-radius: 16px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.social-hub-card:hover {
    transform: translateY(-5px);
}

.shc-icon {
    width: 60px; height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    margin-bottom: 16px;
}

.shc-youtube { background: linear-gradient(135deg, #FF0000, #CC0000); box-shadow: 0 8px 20px rgba(255,0,0,0.2); }
.shc-facebook { background: linear-gradient(135deg, #1877F2, #0C59BE); box-shadow: 0 8px 20px rgba(24,119,242,0.2); }
.shc-instagram { background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); box-shadow: 0 8px 20px rgba(220,39,67,0.2); }
.shc-google { background: #fff; border: 1px solid #E5E9E7; color: #4285F4; box-shadow: 0 8px 20px rgba(0,0,0,0.05); }
/* Custom icon for google since fontawesome google is standard, let's use standard */

.social-hub-card strong {
    font-size: 16px;
    color: #2B2B2B;
    margin-bottom: 4px;
}

.social-hub-card span {
    font-size: 13px;
    color: #5F6368;
}

.social-hub-card:hover {
    border-color: #0F6B45;
    box-shadow: 0 10px 25px rgba(15, 107, 69, 0.1);
}

@media (max-width: 900px) {
    .social-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
    .social-grid { grid-template-columns: 1fr; }
}

.t-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: #0F6B45;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(15, 107, 69, 0.3);
    transition: all 0.3s ease;
}
.t-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(15, 107, 69, 0.4);
    background: #127A50;
    color: #fff;
}
