/* =========================================================
   PADHENGE TOH BADHENGE (PTB) — DESIGN SYSTEM & STYLING
   Darshan Education Foundation
========================================================= */

:root {
    /* Color Palette */
    --ptb-cream-bg: #FFFDF2;
    --ptb-white: #FFFFFF;
    --ptb-ivory-warm: #FFFDF2;
    --ptb-sand: #EFE4D4;

    --ptb-navy-deep: #005284;
    --ptb-navy-primary: #005284;
    --ptb-navy-button: #005284;
    --ptb-navy-hover: #003d63;

    --ptb-gold-accent: #E39F51;
    --ptb-gold-hover: #cc8938;
    --ptb-gold-light: #F3C58B;
    --ptb-gold-subtle: #FFF8EE;
    --ptb-gold-glow: rgba(227, 159, 81, 0.28);

    --ptb-text-dark: #1F2937;
    --ptb-text-muted: #5B6B7C;
    --ptb-text-light: #7E8E9F;

    /* Pillar Badges */
    --ptb-blue-icon: #2563EB;
    --ptb-orange-icon: #EA580C;
    --ptb-teal-icon: #0D9488;
    --ptb-purple-icon: #9333EA;

    /* Fonts */
    --ptb-font-display: 'Fraunces', 'Georgia', serif;
    --ptb-font-sans: 'Outfit', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Page Reset & Base — Warm #FFFDF2 Canvas */
.ptb-body {
    background-color: #FFFDF2;
    color: var(--ptb-text-dark);
    font-family: var(--ptb-font-sans);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.ptb-main {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    padding-top: 75px; /* Offset fixed DEF navbar */
    background-color: #FFFDF2;
}

/* Top Screen Background Artwork (Exact Uncropped Native Ratio) */
.ptb-top-screen-bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.ptb-top-screen-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* =========================================================
   1. HERO SECTION (MATCHING TPRP / TEU / MCLC DESIGN SYSTEM)
========================================================= */
.ptb-hero-section {
    position: relative;
    width: 100%;
    background: transparent;
    padding: 30px 4.5% 70px 4.5%;
    overflow: hidden;
    z-index: 2;
}

.ptb-hero-container {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding: 20px 4%;
    display: grid;
    grid-template-columns: 1.1fr 1.25fr;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* LEFT COLUMN — EDITORIAL CONTENT */
.ptb-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    padding-right: 15px;
}

/* Badge Highlight in Hero Heading (Sharp edges box with #FF5C92 theme) */
.ptb-badge-highlight {
    display: inline-block;
    background: #FF5C92;
    color: #ffffff !important;
    padding: 2px 14px 4px;
    border-radius: 0;
    letter-spacing: -0.01em;
    box-shadow: 0 4px 16px rgba(255, 92, 146, 0.35);
    margin-bottom: 4px;
}

/* Main Heading */
.ptb-hero-title {
    font-family: var(--ptb-font-display);
    font-size: clamp(1.5rem, 2.22vw, 2.5rem);
    font-weight: 700;
    line-height: 1.25;
    color: var(--ptb-navy-deep);
    margin: 0 0 32px 0;
    letter-spacing: -0.02em;
    display: block;
}

/* Enforced Single-Line Row per Item */
.ptb-title-line {
    display: block;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .ptb-title-line {
        white-space: normal;
    }
}

.ptb-title-accent {
    color: #FF5C92;
    font-weight: 700;
    text-shadow: none;
}

/* =========================================================
   HERO MASTER FEATURE & ACTION BOX (ALL-IN-ONE CONTAINER)
========================================================= */
.ptb-hero-action-box {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 253, 242, 0.45) 100%);
    backdrop-filter: blur(20px) saturate(190%);
    -webkit-backdrop-filter: blur(20px) saturate(190%);
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    border-radius: 36px;
    padding: 24px 26px 22px 26px;
    margin-left: -26px;
    box-shadow:
        inset 0 1.5px 3px rgba(255, 255, 255, 0.95),
        inset 0 0 16px rgba(255, 255, 255, 0.35),
        0 14px 32px rgba(0, 82, 132, 0.06);
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 580px;
}

@media (max-width: 768px) {
    .ptb-hero-action-box {
        margin-left: 0;
        padding: 20px;
    }
}

/* Editorial Description inside Master Action Box */
.ptb-hero-editorial-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.02rem;
    font-weight: 500;
    line-height: 1.65;
    color: var(--ptb-navy-deep);
    margin: 0;
    opacity: 0.92;
}

/* Action Buttons Inside Master Box */
.ptb-cta-group {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    padding-top: 4px;
}

.ptb-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #E39F51;
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 13px 30px;
    border-radius: 999px;
    text-decoration: none;
    border: 1.5px solid rgba(255, 255, 255, 0.45);
    box-shadow:
        0 10px 24px rgba(227, 159, 81, 0.35),
        inset 0 1px 2px rgba(255, 255, 255, 0.5);
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.ptb-btn-primary:hover {
    background: #cc8938;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(227, 159, 81, 0.45);
}

.ptb-btn-arrow {
    width: 18px;
    height: 18px;
    stroke-width: 2.2;
    transition: transform 0.25s ease;
}

.ptb-btn-primary:hover .ptb-btn-arrow {
    transform: translateX(4px);
}

.ptb-btn-download {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ptb-navy-deep);
    font-family: 'Outfit', sans-serif;
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: none;
    padding: 13px 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1.5px solid rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.9), 0 4px 14px rgba(0, 82, 132, 0.04);
    transition: all 0.25s ease;
    cursor: pointer;
}

.ptb-btn-download:hover {
    color: #005284;
    background: rgba(255, 255, 255, 0.75);
    border-color: rgba(0, 82, 132, 0.25);
    box-shadow: 0 6px 18px rgba(0, 82, 132, 0.12);
    transform: translateY(-2px);
}

.ptb-btn-download-icon {
    width: 18px;
    height: 18px;
    stroke-width: 2.2;
}

/* =========================================================
   RIGHT COLUMN — VISUAL STAGE & SLIDER SHOWCASE (GLASSMORPHISM)
========================================================= */
.ptb-hero-visual {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Main Display Frame with Liquid Glass Border */
.ptb-visual-frame {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 540px;
    max-height: 640px;
    border-radius: 36px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 2px solid rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 50px rgba(0, 82, 132, 0.12), 0 4px 16px rgba(227, 159, 81, 0.08);
}

/* Slides Track */
.ptb-slides-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.ptb-slide-item {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1.03);
}

.ptb-slide-item.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 2;
}

.ptb-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    display: block;
}

/* Soft Left Gradient Overlay on Image for smooth blending */
.ptb-visual-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 253, 242, 0.25) 0%, rgba(255, 253, 242, 0) 30%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.15) 100%);
    z-index: 3;
    pointer-events: none;
}

/* Floating Quote Callout (Top Right) - 3D Liquid Glassmorphism */
.ptb-floating-quote-badge {
    position: absolute;
    top: 28px;
    right: 32px;
    z-index: 6;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 253, 242, 0.4) 100%);
    backdrop-filter: blur(24px) saturate(200%);
    -webkit-backdrop-filter: blur(24px) saturate(200%);
    padding: 12px 24px;
    border-radius: 999px;
    box-shadow:
        inset 0 2px 3.5px rgba(255, 255, 255, 0.95),
        inset 0 -2.5px 5px rgba(0, 82, 132, 0.05),
        0 16px 36px rgba(0, 82, 132, 0.1);
    border: 1.5px solid rgba(255, 255, 255, 0.9);
    animation: floatingBadge 4s ease-in-out infinite alternate;
}

.ptb-quote-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.ptb-quote-line {
    font-family: var(--ptb-font-display);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--ptb-navy-deep);
    line-height: 1.25;
}

.ptb-quote-line.highlight {
    color: #005284;
    font-weight: 700;
}

/* Floating Navigation Arrows - Glassmorphism */
.ptb-slider-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.95);
    color: var(--ptb-navy-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 6;
    box-shadow: 0 8px 24px rgba(0, 82, 132, 0.12);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.ptb-slider-nav-btn:hover {
    background: #ffffff;
    transform: translateY(-50%) scale(1.1);
    color: #005284;
    box-shadow: 0 12px 28px rgba(0, 82, 132, 0.2);
}

.ptb-slider-nav-prev {
    left: 18px;
}

.ptb-slider-nav-next {
    right: 18px;
}

.ptb-nav-arrow-svg {
    width: 20px;
    height: 20px;
    stroke-width: 2.4;
}

/* Bottom Floating Thumbnail Carousel Card */
.ptb-floating-strip-card {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 12px 16px 10px 16px;
    border-radius: 26px;
    box-shadow: 0 18px 44px rgba(0, 82, 132, 0.14), 0 4px 14px rgba(255, 92, 146, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.95);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    max-width: 90%;
}

.ptb-thumbnails-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ptb-thumb-btn {
    position: relative;
    width: 64px;
    height: 48px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    padding: 0;
    background: #e2e8f0;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.ptb-thumb-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ptb-thumb-btn.active {
    border-color: #005284;
    transform: scale(1.08);
    box-shadow: 0 4px 14px rgba(0, 82, 132, 0.4);
}

.ptb-pagination-dots {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ptb-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(0, 82, 132, 0.25);
    cursor: pointer;
    transition: all 0.25s ease;
}

.ptb-dot.active {
    width: 20px;
    border-radius: 4px;
    background: #005284;
}

@keyframes floatingBadge {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-8px);
    }
}


/* =========================================================
   2. WHY PTB MATTERS (4 PILLARS STRIP)
========================================================= */
.ptb-pillars-section {
    width: 100%;
    background: #FFFDF2;
    border-top: 1px solid rgba(223, 192, 122, 0.25);
    border-bottom: 1px solid rgba(223, 192, 122, 0.25);
    padding: 44px 4.5%;
}

.ptb-pillars-container {
    max-width: 1480px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 36px;
    align-items: center;
}

/* Left Title Block: Why PTB Matters (Box & Sprout Removed) */
.ptb-pillars-title-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 8px 0;
}

.ptb-pillars-title {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ptb-pillars-why {
    font-family: 'Outfit', var(--ptb-font-sans);
    font-size: clamp(2.4rem, 3.2vw, 3.6rem);
    font-weight: 800;
    color: var(--ptb-navy-deep);
    line-height: 1.04;
    letter-spacing: -0.035em;
    display: block;
}

.ptb-pillars-ptb {
    font-family: 'Outfit', var(--ptb-font-sans);
    font-size: clamp(2.4rem, 3.2vw, 3.6rem);
    font-weight: 800;
    color: #005284;
    line-height: 1.04;
    letter-spacing: -0.035em;
    display: block;
}

/* 4 Feature Cards Grid */
.ptb-pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

/* Exact Reference Card with Lightened Pink Glow Blobs (80% White, 30% Pink Soft Intensity) */
.ptb-pillar-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    gap: clamp(14px, 1.6vw, 20px);
    aspect-ratio: 1 / 1;
    min-height: 240px;
    padding: clamp(26px, 2.6vw, 34px) clamp(22px, 2.2vw, 28px);
    border-radius: 36px;
    border: none;
    background:
        radial-gradient(circle at -4% 24%, rgba(255, 120, 160, 0.28) 0%, rgba(255, 120, 160, 0) 45%),
        radial-gradient(circle at 90% 88%, rgba(255, 120, 160, 0.30) 0%, rgba(255, 120, 160, 0) 50%),
        #ffffff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.04), 0 2px 10px rgba(255, 120, 160, 0.06);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.ptb-pillar-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 42px rgba(255, 120, 160, 0.16);
}

.ptb-pillar-heading {
    font-family: 'Outfit', var(--ptb-font-sans);
    font-size: clamp(1.8rem, 2.3vw, 2.7rem);
    font-weight: 800;
    color: #54021E;
    line-height: 1.06;
    margin: 0;
    letter-spacing: -0.03em;
    word-break: normal;
}

.ptb-pillar-heading.heading-long {
    font-size: clamp(1.6rem, 2.05vw, 2.45rem);
    line-height: 1.05;
    letter-spacing: -0.035em;
}

.ptb-pillar-text {
    font-family: 'Outfit', var(--ptb-font-sans);
    font-size: clamp(0.94rem, 1.06vw, 1.12rem);
    font-weight: 400;
    line-height: 1.4;
    color: #54021E;
    margin: 0;
    letter-spacing: -0.012em;
    opacity: 0.98;
}


/* =========================================================
   3. LEARNING TODAY FOR A BRIGHTER TOMORROW
========================================================= */
.ptb-learning-section {
    width: 100%;
    padding: 65px 4.5%;
    background: var(--ptb-cream-bg);
}

.ptb-learning-container {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 1.25fr;
    gap: 48px;
    align-items: center;
}

/* Left Crafts Photo Frame */
.ptb-learning-img-wrap {
    width: 100%;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 14px 36px rgba(0, 82, 132, 0.12);
}

.ptb-learning-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Right Editorial Content & Metrics */
.ptb-learning-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ptb-learning-title {
    font-family: 'Outfit', var(--ptb-font-sans);
    font-size: clamp(2.1rem, 2.8vw, 2.75rem);
    font-weight: 800;
    color: var(--ptb-navy-deep);
    line-height: 1.15;
    margin: 0;
    letter-spacing: -0.025em;
}

.ptb-learning-title span {
    display: block;
    color: #FF5C92;
    font-weight: 800;
}

.ptb-learning-desc {
    font-family: 'Outfit', var(--ptb-font-sans);
    font-size: 1rem;
    line-height: 1.65;
    color: var(--ptb-text-muted);
    margin: 0;
}

/* Impact Metrics Grid */
.ptb-metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 14px;
    padding-top: 18px;
    border-top: 1px solid rgba(0, 82, 132, 0.08);
}

.ptb-metric-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ptb-metric-num {
    font-family: 'Outfit', var(--ptb-font-sans);
    font-size: clamp(1.85rem, 2.25vw, 2.4rem);
    font-weight: 800;
    color: #005284;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.ptb-metric-label {
    font-family: 'Outfit', var(--ptb-font-sans);
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--ptb-text-muted);
    line-height: 1.35;
}


/* =========================================================
   4. QUOTE & LARGE CLASSROOM SESSION (WIDE BANNER)
========================================================= */
.ptb-quote-banner-section {
    width: 100%;
    padding: 30px 4.5% 60px 4.5%;
    background: var(--ptb-cream-bg);
}

.ptb-quote-banner-container {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.65fr;
    gap: 36px;
    align-items: center;
    background: var(--ptb-ivory-warm);
    border-radius: 36px;
    padding: 32px 36px;
    overflow: hidden;
}

.ptb-quote-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ptb-quote-mark {
    font-family: var(--ptb-font-display);
    font-size: 3.8rem;
    line-height: 0.6;
    color: var(--ptb-navy-deep);
}

.ptb-quote-heading {
    font-family: var(--ptb-font-display);
    font-size: 1.65rem;
    font-weight: 600;
    color: var(--ptb-navy-deep);
    line-height: 1.35;
    margin: 0;
}

.ptb-quote-bar {
    width: 50px;
    height: 3px;
    background: #E39F51;
    border-radius: 2px;
}

.ptb-quote-hall-wrap {
    width: 100%;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0, 82, 132, 0.1);
}

.ptb-quote-hall-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}


/* =========================================================
   5. MOMENTS THAT INSPIRE US (CONTINUOUS MARQUEE CAROUSEL)
========================================================= */
.ptb-moments-section {
    width: 100%;
    padding: 50px 0 70px 0;
    background: var(--ptb-cream-bg);
    position: relative;
    overflow: hidden;
}

.ptb-moments-container {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ptb-moments-header {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 0 4.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ptb-moments-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2rem, 2.7vw, 2.85rem);
    font-weight: 800;
    color: var(--ptb-navy-deep);
    margin: 0;
    line-height: 1.15;
    letter-spacing: -0.025em;
    white-space: nowrap;
}

/* Carousel Wrap with Left/Right Navigation Arrows */
.ptb-moments-carousel-wrap {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Arrow Navigation Buttons */
.ptb-moments-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FF5C92;
    color: #ffffff;
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    box-shadow: 0 8px 24px rgba(255, 92, 146, 0.38);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 5;
}

.ptb-moments-arrow:hover {
    background: #e0487d;
    color: #ffffff;
    transform: scale(1.1);
    box-shadow: 0 12px 28px rgba(255, 92, 146, 0.5);
}

.ptb-moments-arrow svg {
    width: 22px;
    height: 22px;
}

/* Track Container for Horizontal Continuous Auto-Rotation / Marquee */
.ptb-moments-track-container {
    flex: 1;
    overflow: hidden;
    position: relative;
    padding: 14px 0 20px 0;
    margin: 0 12px;
    mask-image: linear-gradient(to right, transparent 0%, black 3.5%, black 96.5%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 3.5%, black 96.5%, transparent 100%);
}

.ptb-moments-track-container::-webkit-scrollbar {
    display: none;
}

/* Continuous Auto-Rotating Track for Moments */
.ptb-moments-grid {
    display: flex;
    align-items: stretch;
    gap: 22px;
    width: max-content;
    animation: ptbMomentsMarquee 68s linear infinite;
    will-change: transform;
}

.ptb-moments-carousel-wrap:hover .ptb-moments-grid,
.ptb-moments-track-container:hover .ptb-moments-grid {
    animation-play-state: paused;
}

@keyframes ptbMomentsMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 11px));
    }
}

/* Individual Moment Card (270px x 205px matching TPRP / MCLC style) */
.ptb-moment-card {
    flex: 0 0 270px;
    min-width: 270px;
    height: 205px;
    border-radius: 36px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #e8eef4;
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    box-shadow: 
        inset 0 1px 2px rgba(255, 255, 255, 1),
        0 10px 24px rgba(0, 82, 132, 0.08);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
    box-sizing: border-box;
    cursor: default;
}

.ptb-moment-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 92, 146, 0.55);
    box-shadow: 
        inset 0 1px 2px rgba(255, 255, 255, 1),
        0 16px 36px rgba(255, 92, 146, 0.22);
}

/* =========================================================
   INTERACTIVE GLASS HEART FLOATING EFFECT & SCREEN BURST
========================================================= */
.ptb-heart-fx-container {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 999999;
    overflow: hidden;
}

.ptb-floating-glass-heart {
    position: absolute;
    display: block;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
    will-change: transform, opacity;
    filter: drop-shadow(0 10px 24px rgba(255, 92, 146, 0.48));
    animation: ptbHeartRiseAndFade ease-out forwards;
}

@keyframes ptbHeartRiseAndFade {
    0% {
        opacity: 0;
        transform: translate3d(0, 30px, 0) scale(0.2) rotate(var(--rot-start, -12deg));
    }
    14% {
        opacity: 0.95;
        transform: translate3d(var(--drift-x1, 10px), -18px, 0) scale(1.12) rotate(var(--rot-mid, 8deg));
    }
    28% {
        opacity: 1;
        transform: translate3d(var(--drift-x2, -10px), -50px, 0) scale(1) rotate(var(--rot-end, -6deg));
    }
    75% {
        opacity: 0.88;
        transform: translate3d(var(--drift-x3, 16px), -125px, 0) scale(0.98) rotate(var(--rot-mid, 12deg));
    }
    100% {
        opacity: 0;
        transform: translate3d(var(--drift-x4, -18px), -180px, 0) scale(0.85) rotate(var(--rot-end, -16deg));
    }
}

.ptb-moment-img-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ptb-moment-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.45s ease;
    z-index: 1;
}

.ptb-moment-card:hover .ptb-moment-img {
    transform: scale(1.08);
}

/* Floating Frosted Glass Heart Like Button */
.ptb-moment-heart-btn {
    position: absolute;
    bottom: 14px;
    right: 14px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(12px) saturate(160%);
    -webkit-backdrop-filter: blur(12px) saturate(160%);
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    color: #FF5C92;
    cursor: pointer;
    padding: 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12), inset 0 1px 1px rgba(255, 255, 255, 1);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.ptb-moment-heart-btn svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2.2;
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), fill 0.25s ease;
}

.ptb-moment-heart-btn:hover,
.ptb-moment-heart-btn.is-liked {
    background: linear-gradient(135deg, #ff7da8 0%, #FF5C92 100%);
    color: #ffffff;
    border-color: #FF5C92;
    transform: scale(1.14);
    box-shadow: 0 6px 20px rgba(255, 92, 146, 0.45);
}

.ptb-moment-heart-btn:hover svg,
.ptb-moment-heart-btn.is-liked svg {
    fill: #ffffff;
    transform: scale(1.12);
}

@media (max-width: 768px) {
    .ptb-moment-heart-btn {
        bottom: 10px;
        right: 10px;
        width: 34px;
        height: 34px;
    }
    .ptb-moment-heart-btn svg {
        width: 16px;
        height: 16px;
    }
}


/* =========================================================
   6. CALL TO ACTION BANNER (I CAN. I WILL. I DO.)
========================================================= */
.ptb-cta-section {
    width: 100%;
    padding: 40px 4.5% 65px 4.5%;
    background: var(--ptb-cream-bg);
}

.ptb-cta-card {
    max-width: 1320px;
    margin: 0 auto;
    background: transparent;
    display: grid;
    grid-template-columns: 280px 1.4fr 220px;
    gap: 36px;
    align-items: center;
    position: relative;
}

/* Left: Boy drawing sun */
.ptb-cta-boy-wrap {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.ptb-cta-boy-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Center: Editorial Content */
.ptb-cta-center {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ptb-cta-title {
    font-family: var(--ptb-font-display);
    font-size: 2.1rem;
    font-weight: 700;
    color: var(--ptb-navy-deep);
    line-height: 1.2;
    margin: 0;
}

.ptb-cta-title span {
    color: var(--ptb-gold-accent);
}

.ptb-cta-desc {
    font-size: 0.94rem;
    line-height: 1.6;
    color: var(--ptb-text-muted);
    margin: 0;
}

.ptb-cta-btn-navy {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--ptb-navy-button);
    color: #FFFFFF;
    padding: 12px 28px;
    border-radius: 9999px;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(0, 82, 132, 0.25);
    transition: all 0.25s ease;
    align-self: flex-start;
    margin-top: 4px;
}

.ptb-cta-btn-navy:hover {
    background: var(--ptb-navy-hover);
    transform: translateY(-2px);
}

/* Right: Circular Medallion Badge */
.ptb-cta-badge-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ptb-cta-badge-img {
    width: 100%;
    max-width: 190px;
    height: auto;
    display: block;
}


/* =========================================================
   7. FOOTER (DARSHAN EDUCATION FOUNDATION)
========================================================= */
.ptb-footer {
    background: #06445e;
    color: #FFFFFF;
    padding: 55px 4.5% 28px 4.5%;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ptb-footer-container {
    max-width: 1320px;
    margin: 0 auto;
}

.ptb-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.1fr 1.2fr;
    gap: 36px;
    margin-bottom: 44px;
}

.ptb-footer-brand-col {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ptb-footer-logo-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #FFFFFF;
}

.ptb-footer-logo-img {
    height: 46px;
    width: auto;
}

.ptb-footer-logo-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    margin: 0;
}

.ptb-footer-logo-sub {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    color: var(--ptb-gold-light);
    margin: 0;
}

.ptb-footer-brand-desc {
    font-size: 0.86rem;
    line-height: 1.6;
    color: #A0B3C6;
    margin: 0;
    max-width: 300px;
}

.ptb-footer-socials {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}

.ptb-social-icon-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.25s ease;
}

.ptb-social-icon-btn:hover {
    background: var(--ptb-gold-accent);
    transform: translateY(-2px);
}

.ptb-social-icon-btn svg {
    width: 16px;
    height: 16px;
}

.ptb-footer-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ptb-footer-col-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 0.96rem;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 4px 0;
    letter-spacing: 0.02em;
}

.ptb-footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ptb-footer-nav-list a {
    color: #94A3B8;
    font-size: 0.86rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ptb-footer-nav-list a:hover {
    color: #FFFFFF;
}

.ptb-footer-contact-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #94A3B8;
    font-size: 0.86rem;
    margin-bottom: 8px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ptb-footer-contact-link:hover {
    color: #FFFFFF;
}

.ptb-footer-contact-link svg {
    width: 16px;
    height: 16px;
    color: var(--ptb-gold-light);
    flex-shrink: 0;
}

.ptb-footer-bottom-bar {
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.82rem;
    color: #7A8E9F;
    flex-wrap: wrap;
    gap: 12px;
}

.ptb-footer-legal-links {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ptb-footer-legal-links a {
    color: #7A8E9F;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ptb-footer-legal-links a:hover {
    color: #FFFFFF;
}


/* =========================================================
   8. MODALS
========================================================= */
.ptb-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 82, 132, 0.72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
}

.ptb-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.ptb-modal-card {
    background: #FFFFFF;
    border-radius: 18px;
    width: 100%;
    max-width: 520px;
    padding: 32px 28px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    transform: translateY(20px) scale(0.95);
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    max-height: 90vh;
    overflow-y: auto;
}

.ptb-modal-overlay.active .ptb-modal-card {
    transform: translateY(0) scale(1);
}

.ptb-modal-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #F1F5F9;
    color: #64748B;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ptb-modal-close-btn:hover {
    background: var(--ptb-navy-deep);
    color: #FFFFFF;
}

.ptb-form-group {
    margin-bottom: 16px;
}

.ptb-form-label {
    display: block;
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--ptb-navy-deep);
    margin-bottom: 6px;
}

.ptb-form-input,
.ptb-form-select,
.ptb-form-textarea {
    width: 100%;
    padding: 11px 14px;
    border-radius: 8px;
    border: 1.5px solid #E2E8F0;
    font-family: inherit;
    font-size: 0.92rem;
    color: var(--ptb-navy-deep);
    background: #FAFAFA;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

.ptb-form-input:focus,
.ptb-form-select:focus,
.ptb-form-textarea:focus {
    outline: none;
    border-color: var(--ptb-navy-deep);
    background: #FFFFFF;
}

.ptb-modal-status-msg {
    display: none;
    padding: 12px;
    border-radius: 8px;
    margin-top: 14px;
    font-size: 0.9rem;
    text-align: center;
}

.ptb-modal-status-msg.success {
    display: block;
    background: #ECFDF5;
    color: #065F46;
    border: 1px solid #A7F3D0;
}


/* =========================================================
   9. RESPONSIVENESS
========================================================= */
@media (max-width: 1200px) {
    .ptb-hero-container {
        grid-template-columns: 1fr 1fr;
    }

    .ptb-pillars-container {
        grid-template-columns: 1fr;
    }

    .ptb-learning-container {
        grid-template-columns: 1fr;
    }

    .ptb-quote-banner-container {
        grid-template-columns: 1fr;
    }

    .ptb-cta-card {
        grid-template-columns: 220px 1fr auto;
    }

    .ptb-footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1100px) {
    .ptb-pillars-container {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .ptb-pillars-title-block {
        text-align: center;
        align-items: center;
        padding: 0 0 10px 0;
    }

    .ptb-pillars-title {
        flex-direction: row;
        gap: 12px;
        justify-content: center;
    }
}

@media (max-width: 900px) {
    .ptb-hero-container {
        grid-template-columns: 1fr;
    }

    .ptb-pillars-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ptb-metrics-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .ptb-title-main {
        font-size: 2.6rem;
    }

    .ptb-hero-tagline {
        font-size: 1.15rem;
    }

    .ptb-pillars-grid {
        grid-template-columns: 1fr;
        max-width: 380px;
        margin: 0 auto;
    }

    .ptb-pillar-card {
        padding: 28px 24px 24px;
    }

    .ptb-cta-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ptb-cta-boy-wrap {
        max-width: 240px;
        margin: 0 auto;
    }

    .ptb-cta-btn-navy {
        align-self: center;
    }

    .ptb-cta-badge-wrap {
        justify-content: center;
    }

    .ptb-footer-grid {
        grid-template-columns: 1fr;
    }

    .ptb-footer-bottom-bar {
        flex-direction: column;
        text-align: center;
    }
}

/* =========================================================
   SECTION 6: PTB CALL TO ACTION (HERO GLASS BANNER WITH AUTO-MOTION)
========================================================= */
.ptb-cta-banner-section {
    position: relative;
    width: 100%;
    padding: 75px 4% 95px 4%;
    background: #FFFDF8;
    overflow: hidden;
}

.ptb-cta-orbs-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    filter: blur(45px);
    -webkit-filter: blur(45px);
}

.ptb-cta-banner-container {
    max-width: 1480px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Master Glass Banner Card (Transparent & Blurry) */
.ptb-cta-master-card {
    position: relative;
    min-height: 440px;
    border-radius: 36px;
    background: rgba(255, 255, 255, 0.42);
    backdrop-filter: blur(45px) saturate(190%);
    -webkit-backdrop-filter: blur(45px) saturate(190%);
    border: 1.5px solid rgba(255, 255, 255, 0.75);
    box-shadow:
        0 30px 80px -15px rgba(0, 82, 132, 0.16),
        0 0 0 1px rgba(255, 255, 255, 0.6),
        inset 0 2px 4px rgba(255, 255, 255, 0.85);
    overflow: hidden;
    display: flex;
    align-items: center;
}

.ptb-cta-master-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

/* Left Integrated Photo with Seamless Right Gradient Fade */
.ptb-cta-left-visual {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.96) 40%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.96) 40%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0) 100%);
}

.ptb-cta-faded-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    filter: saturate(1.05);
}

.ptb-cta-fade-mask {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 45%, rgba(255, 255, 255, 0.35) 85%, rgba(255, 255, 255, 0.6) 100%);
    pointer-events: none;
}

/* Right-Shifted Content & Actions Panel */
.ptb-cta-content-panel {
    position: relative;
    z-index: 2;
    margin-left: auto;
    width: 58%;
    max-width: 760px;
    padding: 56px 64px 56px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.ptb-cta-heading {
    font-family: var(--ptb-font-display, 'Outfit', sans-serif);
    font-size: clamp(2.1rem, 3.2vw, 2.9rem);
    font-weight: 800;
    color: var(--ptb-navy-deep, #005284);
    line-height: 1.14;
    margin: 0;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 14px rgba(255, 255, 255, 0.7);
}

.ptb-cta-subtext {
    font-size: 1.04rem;
    line-height: 1.62;
    color: #1e293b;
    font-weight: 500;
    margin: 16px 0 28px 0;
    max-width: 620px;
    text-shadow: 0 1px 8px rgba(255, 255, 255, 0.6);
}

/* Action Buttons Cluster */
.ptb-cta-actions-cluster {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.ptb-cta-btn-main {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #005284 0%, #0d699e 100%);
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    padding: 16px 34px;
    border-radius: 999px;
    text-decoration: none;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    box-shadow:
        0 14px 32px rgba(0, 82, 132, 0.28),
        inset 0 1px 2px rgba(255, 255, 255, 0.45);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.ptb-cta-btn-main:hover {
    background: linear-gradient(135deg, #0d699e 0%, #005284 100%);
    border-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-3px) scale(1.02);
    box-shadow:
        0 18px 42px rgba(0, 82, 132, 0.38),
        inset 0 1px 3px rgba(255, 255, 255, 0.6);
}

.ptb-cta-btn-main .ptb-btn-arrow {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.ptb-cta-btn-main:hover .ptb-btn-arrow {
    transform: translateX(4px);
}

.ptb-cta-btn-brochure {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #E39F51;
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 999px;
    text-decoration: none;
    border: 1.5px solid rgba(255, 255, 255, 0.45);
    box-shadow:
        0 12px 28px rgba(227, 159, 81, 0.35),
        inset 0 1px 2px rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.ptb-cta-btn-brochure:hover {
    background: #cc8938;
    color: #ffffff;
    transform: translateY(-2px) scale(1.02);
    box-shadow:
        0 16px 36px rgba(227, 159, 81, 0.48),
        inset 0 1px 2px rgba(255, 255, 255, 0.6);
}

.ptb-cta-btn-brochure svg {
    width: 18px;
    height: 18px;
    color: #ffffff;
}

/* Website Pill Link */
.ptb-cta-website-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    border-radius: 999px;
    background: rgba(0, 82, 132, 0.06);
    border: 1px solid rgba(0, 82, 132, 0.14);
    color: #005284;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.28s ease;
}

.ptb-cta-website-pill:hover {
    background: rgba(0, 82, 132, 0.12);
    border-color: rgba(0, 82, 132, 0.35);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 82, 132, 0.12);
}

.ptb-web-icon-wrap svg {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.ptb-cta-website-pill .ptb-link-arrow {
    width: 15px;
    height: 15px;
    transition: transform 0.25s ease;
}

.ptb-cta-website-pill:hover .ptb-link-arrow {
    transform: translateX(3px);
}

.ptb-select-wrapper {
    position: relative;
    width: 100%;
}

.ptb-select-wrapper::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23005284' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.ptb-form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    padding-right: 42px;
    background: #ffffff;
}

/* Responsiveness for PTB CTA */
@media (max-width: 1200px) {
    .ptb-cta-master-card {
        flex-direction: column;
        min-height: auto;
        padding: 0;
    }

    .ptb-cta-left-visual {
        position: relative;
        width: 100%;
        height: 280px;
        mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.95) 55%, rgba(0, 0, 0, 0) 100%);
        -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.95) 55%, rgba(0, 0, 0, 0) 100%);
    }

    .ptb-cta-fade-mask {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.6) 85%, rgba(255, 255, 255, 0.9) 100%);
    }

    .ptb-cta-content-panel {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        padding: 24px 36px 44px 36px;
        align-items: center;
        text-align: center;
    }

    .ptb-cta-actions-cluster {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ptb-cta-banner-section {
        padding: 40px 3% 55px 3%;
    }

    .ptb-cta-master-card {
        border-radius: 26px;
    }

    .ptb-cta-left-visual {
        height: 220px;
    }

    .ptb-cta-content-panel {
        padding: 20px 20px 36px 20px;
    }

    .ptb-cta-heading {
        font-size: 1.85rem;
    }

    .ptb-cta-actions-cluster {
        flex-direction: column;
        width: 100%;
    }

    .ptb-cta-btn-main,
    .ptb-cta-btn-brochure {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .ptb-cta-heading {
        font-size: 1.6rem;
    }
    .ptb-cta-subtext {
        font-size: 0.95rem;
    }
}
