/**
 * Theme Name: Astra Child - Agrawal Parinay Setu
 * Theme URI: https://agrawalparinaysetu.com/
 * Description: 100% Pro Custom Child Theme for Matrimonial Portal (Shaadi.com Clone). Developed with precision for SEO and fast loading.
 * Author: Parvat Gurjar
 * Author URI: https://agrawalparinaysetu.com/
 * Template: astra
 * Version: 1.0.2
 * Text Domain: astra-child
 */

/* ==========================================================================
   1. Pro-Level Global Design System (Color Palette & Typography)
   ========================================================================== */
:root {
    --primary-color: #D60024;
    --primary-hover: #B5001E;
    --secondary-color: #00A8FF;
    --secondary-hover: #0088CC;
    --text-main: #1E1E24;
    --text-muted: #6C757D;
    --bg-light: #F8F9FA;
    --bg-white: #FFFFFF;
    --font-main: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* ==========================================================================
   2. Global Typography & Reset Overrides (Astra Theme Compatibility)
   ========================================================================== */

/* Apply Global Font across the Entire Website */
body,
h1, h2, h3, h4, h5, h6,
p, a, span, li,
button, input, select, textarea {
    font-family: var(--font-main) !important;
}

/* Set Standard Text Colors & Background */
html, body {
    max-width: 100vw;
    overflow-x: hidden; /* Fixes "side gaps" on mobile completely */
    margin: 0;
    padding: 0;
}

body {
    color: var(--text-main);
    background-color: var(--bg-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Headings Styling */
h1, h2, h3, h4, h5, h6 {
    color: var(--text-main);
    font-weight: 700;
    line-height: 1.3;
}

/* Paragraphs & Muted Text */
p {
    color: var(--text-main);
    line-height: 1.6;
}

.text-muted {
    color: var(--text-muted);
}

/* Global Modern Button Transitions & Styles */
button,
input[type="submit"],
input[type="button"],
.button,
.ast-button,
.ast-custom-button {
    font-family: var(--font-main) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.button:hover,
.ast-button:hover,
.ast-custom-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

/* ==========================================================================
   3. Custom Matrimonial UI Styles (Shaadi.com Reference)
   ========================================================================== */


/* Hero Section Customizations */
.parinay-hero-section {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

/* Matchmaking Search Widget Container */
.matchmaking-search-widget {
    background: rgba(0, 0, 0, 0.65);
    padding: 20px 25px;
    border-radius: 8px;
    backdrop-filter: blur(5px);
    margin-top: 30px;
}

/* ==========================================================================
   4. 100% Pro-Level Matrimonial Header Component (Shaadi.com Clone UI)
   ========================================================================== */

/* Sticky Header Wrapper - Always on Top */
#parinay-pro-header,
.parinay-site-header,
#masthead,
.ast-main-header-wrap {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999 !important;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

/* Inner Flexbox Container */
.parinay-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5%;
    max-width: 1400px;
    margin: 0 auto;
}

/* ==========================================================================
   PRO-LEVEL MATRIMONIAL BRAND LOGOTYPE (ICON + TWO-TONE TYPOGRAPHY)
   ========================================================================== */
.parinay-header-brand, .site-branding {
    display: flex;
    align-items: center;
}

.ps-brand-logo, .parinay-logo-link {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 14px;
    text-decoration: none !important;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.ps-brand-logo:hover, .parinay-logo-link:hover {
    opacity: 0.96;
}

/* 1. Sleek Apple/Shaadi-Level Logomark Icon (Transparent blend-mode eliminates white image box) */
.ps-logo-icon-wrap, .ps-logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    overflow: visible;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.ps-logo-icon-img, .ps-logo-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1.18);
    transform-origin: center center;
    transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
    mix-blend-mode: multiply; /* Makes white background 100% invisible/transparent! */
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    filter: none !important; /* Zero rectangular box glow */
}

.ps-brand-logo:hover .ps-logo-icon-img,
.ps-brand-logo:hover .ps-logo-icon img {
    transform: scale(1.26) rotate(-2deg);
}

/* Footer Logo Dark-Theme Luxury Medallion & Contrast Styling (100% Specificity Override) */
.parinay-site-footer .ps-footer-logo,
footer .ps-footer-logo,
a.ps-footer-logo,
.ps-footer-logo {
    margin-bottom: 14px !important;
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 12px !important;
    text-decoration: none !important;
}

.parinay-site-footer .ps-footer-logo .ps-logo-icon-wrap,
a.ps-footer-logo .ps-logo-icon-wrap,
.ps-footer-logo .ps-logo-icon-wrap {
    background: #ffffff !important;
    border-radius: 50% !important;
    min-width: 42px !important;
    width: 42px !important;
    height: 42px !important;
    max-width: 42px !important;
    max-height: 42px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 3px !important;
    box-shadow: 0 3px 12px rgba(225, 29, 72, 0.35) !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 77, 109, 0.3) !important;
}

.parinay-site-footer .ps-footer-logo .ps-logo-icon-img,
a.ps-footer-logo .ps-logo-icon-img,
.ps-footer-logo .ps-logo-icon-img {
    mix-blend-mode: multiply !important;
    transform: scale(1.15) !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    background: transparent !important;
    border-radius: 0 !important;
}

.parinay-site-footer .ps-footer-logo .ps-wm-agrawal,
footer a.ps-footer-logo .ps-wm-agrawal,
.ps-footer-logo .ps-wm-agrawal {
    color: #ff4d6d !important;
    background: none !important;
    -webkit-text-fill-color: #ff4d6d !important;
    font-weight: 800 !important;
}

.parinay-site-footer .ps-footer-logo .ps-wm-parinay,
footer a.ps-footer-logo .ps-wm-parinay,
.ps-footer-logo .ps-wm-parinay {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-weight: 800 !important;
}

.parinay-site-footer .ps-footer-logo .ps-brand-hallmark,
footer a.ps-footer-logo .ps-brand-hallmark,
.ps-footer-logo .ps-brand-hallmark {
    color: #cbd5e1 !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    white-space: nowrap !important;
}

.parinay-site-footer .ps-footer-logo .ps-star,
footer a.ps-footer-logo .ps-star,
.ps-footer-logo .ps-star {
    color: #fbbf24 !important;
}

/* 2. Luxury Two-Tone Brand Wordmark Typography (with g tail descender protection) */
.ps-logo-text-wrap, .ps-logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ps-brand-wordmark, .ps-site-title, .parinay-logo-title {
    font-family: var(--font-main, 'Outfit', 'Inter', sans-serif);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.3 !important;
    letter-spacing: -0.4px;
    display: flex;
    align-items: baseline;
    gap: 5px;
    white-space: nowrap;
    padding-bottom: 2px;
    overflow: visible !important;
}

.ps-wm-agrawal {
    color: #c81e1e;
    background: linear-gradient(135deg, #e11d48 0%, #991b1b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    line-height: 1.3 !important;
    padding-bottom: 4px;
    margin-bottom: -4px;
}

.ps-wm-parinay {
    color: #0f172a;
}

.ps-wm-dot {
    color: #e11d48;
    font-weight: 900;
}

/* 3. Stamped Brand Hallmark Tagline */
.ps-brand-hallmark, .ps-site-tagline, .parinay-logo-tagline {
    font-family: var(--font-main, 'Outfit', 'Inter', sans-serif);
    font-size: 9.5px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-top: 1px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.ps-star {
    color: #d97706;
    font-size: 8.5px;
}

/* 4. 100% Responsive Logotype Scaling for Tablet & Mobile */
@media (max-width: 992px) {
    .ps-logo-icon-wrap, .ps-logo-icon {
        width: 36px;
        height: 36px;
    }
    .ps-brand-wordmark, .ps-site-title, .parinay-logo-title {
        font-size: 18px;
    }
    .ps-brand-hallmark, .ps-site-tagline, .parinay-logo-tagline {
        font-size: 8.5px;
        letter-spacing: 1.1px;
    }
}

@media (max-width: 768px) {
    .ps-brand-logo, .parinay-logo-link {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 8px !important;
        white-space: nowrap !important;
    }
    .ps-logo-icon-wrap, .ps-logo-icon {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        flex-shrink: 0 !important;
    }
    .ps-logo-icon-img, .ps-logo-icon img {
        transform: scale(1.15) !important;
    }
    .ps-logo-text-wrap, .ps-logo-text {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        white-space: nowrap !important;
    }
    .ps-brand-wordmark, .ps-site-title, .parinay-logo-title {
        font-size: 17px !important;
        white-space: nowrap !important;
    }
    .ps-brand-hallmark, .ps-site-tagline, .parinay-logo-tagline {
        font-size: 7.8px !important;
        letter-spacing: 0.8px !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 480px) {
    .ps-brand-logo, .parinay-logo-link {
        gap: 7px !important;
    }
    .ps-logo-icon-wrap, .ps-logo-icon {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
    }
    .ps-logo-icon-img, .ps-logo-icon img {
        transform: scale(1.12) !important;
    }
    .ps-brand-wordmark, .ps-site-title, .parinay-logo-title {
        font-size: 15px !important;
    }
    .ps-brand-hallmark, .ps-site-tagline, .parinay-logo-tagline {
        font-size: 7px !important;
        letter-spacing: 0.4px !important;
    }
}

@media (max-width: 360px) {
    .ps-brand-wordmark, .ps-site-title, .parinay-logo-title {
        font-size: 14px !important;
    }
    .ps-brand-hallmark, .ps-site-tagline, .parinay-logo-tagline {
        font-size: 6.5px !important;
        letter-spacing: 0.2px !important;
    }
}

/* Center Navigation Links */
.parinay-nav-menu {
    display: flex;
    align-items: center;
    gap: 28px;
}

.parinay-nav-link {
    font-family: var(--font-main);
    font-size: 15px;
    font-weight: 500;
    color: var(--text-main);
    text-decoration: none !important;
    transition: color 0.25s ease;
    position: relative;
    padding: 4px 0;
}

.parinay-nav-link:hover,
.parinay-nav-link.active {
    color: var(--primary-color);
}

.parinay-nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: var(--primary-color);
    transition: width 0.25s ease;
}

.parinay-nav-link:hover::after {
    width: 100%;
}

/* Right Action Area (CTA Buttons) */
.parinay-header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.parinay-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-main);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    cursor: pointer;
}

.parinay-btn-login {
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 8px 18px;
}

.parinay-btn-login:hover {
    background: rgba(214, 0, 36, 0.08);
    border-color: var(--primary-hover);
    color: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(214, 0, 36, 0.15);
}

.parinay-btn-register {
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: #ffffff !important;
    padding: 8px 20px;
    box-shadow: 0 4px 15px rgba(214, 0, 36, 0.32);
}

.parinay-btn-register:hover {
    background: var(--primary-hover);
    border-color: var(--primary-hover);
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(214, 0, 36, 0.45);
}

/* Hamburger Button (Hidden on Desktop) */
.parinay-hamburger-btn {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10001;
}

.parinay-hamburger-line {
    width: 100%;
    height: 2.5px;
    background-color: var(--text-main);
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* Mobile Drawer (Hidden on Desktop) */
.parinay-mobile-drawer {
    display: none;
    flex-direction: column;
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding: 20px 5%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Mobile Responsiveness (< 768px) */
@media (max-width: 768px) {
    .parinay-header-inner {
        padding: 12px 5%;
    }

    .parinay-logo-title {
        font-size: 20px;
    }

    .parinay-logo-tagline {
        font-size: 11px;
    }

    /* Hide Desktop Nav & CTA Actions */
    #parinay-main-nav,
    #parinay-header-actions {
        display: none;
    }

    /* Show Hamburger Button */
    .parinay-hamburger-btn {
        display: flex;
    }

    /* Mobile Drawer Toggle Behavior */
    .parinay-mobile-drawer.is-open {
        display: flex;
    }

    .parinay-mobile-nav {
        display: flex;
        flex-direction: column;
        gap: 14px;
        margin-bottom: 20px;
    }

    .parinay-mobile-nav-link {
        font-family: var(--font-main);
        font-size: 16px;
        font-weight: 500;
        color: var(--text-main);
        text-decoration: none;
        padding: 8px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    }

    .parinay-mobile-nav-link:hover {
        color: var(--primary-color);
    }

    .parinay-mobile-actions {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .parinay-btn-full {
        width: 100%;
        text-align: center;
        padding: 10px 20px;
    }
}

/* ==========================================================================
   5. 100% Pro-Level Matrimonial Footer Component (Shaadi.com Clone UI)
   ========================================================================== */

/* Footer Main Container */
.parinay-site-footer {
    background: #111116;
    color: #FFFFFF;
    padding: 60px 5% 20px;
    font-family: var(--font-main);
    border-top: 2px solid rgba(214, 0, 36, 0.4);
}

.parinay-footer-inner {
    max-width: 1400px;
    margin: 0 auto;
}

/* 1. Top Conversion Banner (Pre-Footer CTA) */
.parinay-footer-cta-banner {
    background: linear-gradient(135deg, var(--primary-color) 0%, #b0001c 100%);
    border-radius: 10px;
    padding: 30px 40px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 10px 30px rgba(214, 0, 36, 0.25);
}

.parinay-cta-text {
    max-width: 700px;
}

.parinay-cta-heading {
    font-family: var(--font-main);
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.parinay-cta-subheading {
    font-family: var(--font-main);
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
}

.parinay-btn-cta-register {
    display: inline-block;
    background: #FFFFFF;
    color: var(--primary-color) !important;
    font-family: var(--font-main);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    padding: 12px 30px;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
}

.parinay-btn-cta-register:hover {
    background: #FFF0F2;
    color: var(--primary-hover) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* 2. 4-Column Links Grid (Pro-Level Asymmetrical Layout with 48px gap) */
.parinay-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .parinay-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 36px;
    }
}

.parinay-footer-col {
    display: flex;
    flex-direction: column;
}

/* Column Headings with Accent Line */
.parinay-col-heading {
    font-family: var(--font-main);
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 18px 0;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.parinay-col-heading::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 45px;
    height: 2px;
    background-color: var(--primary-color);
}

/* Column Description Notes */
.parinay-col-note {
    font-family: var(--font-main);
    font-size: 14px;
    line-height: 1.6;
    color: #A0A0A8;
    margin: 0 0 16px 0;
}

/* Footer Link List styling */
.parinay-footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.parinay-footer-links-list li {
    margin-bottom: 10px;
}

/* Links & Hover Micro-animation */
.parinay-footer-link {
    font-family: var(--font-main);
    font-size: 14px;
    color: #A0A0A8;
    text-decoration: none !important;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.parinay-footer-link:hover {
    color: var(--primary-color);
    transform: translateX(5px);
}

/* Support Email Block */
.parinay-support-email {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.parinay-support-label {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.parinay-support-link {
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none !important;
    transition: color 0.3s ease;
    word-break: break-all;
}

.parinay-support-link:hover {
    color: var(--primary-color);
}

/* 3. Bottom Copyright Bar */
.parinay-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    text-align: center;
}

.parinay-copyright-text {
    font-family: var(--font-main);
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.5;
}

/* Mobile Responsiveness (< 768px) */
@media (max-width: 768px) {
    .parinay-site-footer {
        padding: 40px 5% 20px;
    }

    .parinay-footer-cta-banner {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 25px 20px;
    }

    .parinay-cta-heading {
        font-size: 20px;
    }

    .parinay-btn-cta-register {
        width: 100%;
        text-align: center;
    }

    .parinay-footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .parinay-col-heading {
        margin-bottom: 14px;
    }
}

/* ==========================================================================
   8. SHAADI.COM CLONE: 7-STEP AJAX REGISTRATION FORM UI ([parinay_register_form])
   ========================================================================== */
.parinay-reg-form-wrapper {
    max-width: 860px;
    margin: 40px auto;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 90, 96, 0.15);
    overflow: hidden;
    font-family: var(--font-primary), sans-serif;
}

.parinay-reg-header {
    background: linear-gradient(135deg, #1b1a20 0%, #2e2836 100%);
    padding: 36px 32px;
    color: #ffffff;
    text-align: center;
}

.parinay-reg-badge {
    background: rgba(255, 90, 96, 0.18);
    color: var(--primary-color, #ff5a60);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 12px;
    border: 1px solid rgba(255, 90, 96, 0.3);
}

.parinay-reg-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #ffffff;
}

.parinay-reg-subtitle {
    font-size: 15px;
    color: #b0b4c0;
    margin-bottom: 28px;
}

/* Stepper Bar */
.parinay-stepper-bar {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: thin;
}

.parinay-step-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    flex: 1;
    min-width: 70px;
    position: relative;
    transition: all 0.25s ease;
}

.step-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.step-label {
    font-size: 12px;
    color: #a0a4b2;
    font-weight: 500;
    white-space: nowrap;
}

.parinay-step-indicator.active .step-circle {
    background: var(--primary-color, #ff5a60);
    border-color: var(--primary-color, #ff5a60);
    box-shadow: 0 0 16px rgba(255, 90, 96, 0.6);
    transform: scale(1.1);
}

.parinay-step-indicator.active .step-label {
    color: #ffffff;
    font-weight: 700;
}

.parinay-step-indicator.completed .step-circle {
    background: #00a32a;
    border-color: #00a32a;
    color: #ffffff;
}

.parinay-step-indicator.completed .step-label {
    color: #00a32a;
}

/* Form Steps Area */
.parinay-form-step {
    padding: 36px 40px;
}

.step-section-heading {
    margin-bottom: 28px;
    border-bottom: 1px solid #f0f2f5;
    padding-bottom: 16px;
}

.step-section-heading h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-color, #1e2022);
    margin-bottom: 6px;
}

.step-section-heading p {
    font-size: 14px;
    color: #646970;
    margin: 0;
}

.parinay-form-group {
    margin-bottom: 22px;
}

.parinay-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
}

.parinay-form-row .parinay-form-group {
    flex: 1;
}

.parinay-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #2c3338;
    margin-bottom: 8px;
}

.parinay-checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #2c3338;
    cursor: pointer;
}

.parinay-checkbox-label input[type="checkbox"] {
    accent-color: var(--primary-color, #ff5a60);
    width: 18px;
    height: 18px;
}

.parinay-input,
.parinay-select,
.parinay-textarea {
    width: 100% !important;
    height: 48px !important;
    min-height: 48px !important;
    line-height: normal !important;
    padding: 10px 14px !important;
    border: 1.5px solid #dcdcde !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    color: #1e2022 !important;
    background-color: #ffffff !important;
    transition: border-color 0.2s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02) !important;
    box-sizing: border-box !important;
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
}

.parinay-textarea {
    height: auto !important;
    min-height: 120px !important;
    line-height: 1.5 !important;
}

.parinay-input:focus,
.parinay-select:focus,
.parinay-textarea:focus {
    border-color: var(--primary-color, #ff5a60) !important;
    outline: none !important;
    box-shadow: 0 0 0 4px rgba(255, 90, 96, 0.12) !important;
}

.input-error {
    border-color: #d63638 !important;
    background: #fff8f8 !important;
}

.pill-group-error {
    border: 1.5px dashed #d63638 !important;
    padding: 10px !important;
    border-radius: 12px !important;
    background: #fff8f8 !important;
}

/* Interactive Pills */
.parinay-pills-group,
.parinay-multi-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.parinay-pill {
    background: #f6f7f9;
    border: 1.5px solid #e2e4e8;
    color: #4e5665;
    padding: 10px 18px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
    -webkit-user-select: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.parinay-pill:hover {
    background: #eaedf2;
    border-color: #cfd3db;
}

.parinay-pill.active {
    background: #fff2f3;
    border-color: var(--primary-color, #ff5a60);
    color: var(--primary-color, #ff5a60);
    box-shadow: 0 4px 12px rgba(255, 90, 96, 0.15);
}

/* DOB Dropdowns */
.parinay-dob-row {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px !important;
    align-items: center !important;
    width: 100% !important;
}

.parinay-dob-row .parinay-select {
    height: 48px !important;
    min-height: 48px !important;
    font-size: 14px !important;
    padding: 8px 22px 8px 10px !important;
    line-height: normal !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    text-overflow: ellipsis !important;
    overflow: visible !important;
}

@media (max-width: 480px) {
    .parinay-dob-row {
        gap: 6px !important;
    }
    .parinay-dob-row .parinay-select {
        padding: 8px 4px !important;
        font-size: 13px !important;
    }
}

/* Phone Number Box */
.parinay-phone-group {
    display: flex;
    align-items: center;
    border: 1.5px solid #dcdcde;
    border-radius: 10px;
    overflow: hidden;
    background: #f8f9fa;
}

.parinay-phone-prefix {
    padding: 12px 16px;
    background: #eaecf0;
    color: #4e5665;
    font-weight: 700;
    font-size: 15px;
    border-right: 1px solid #dcdcde;
}

.parinay-phone-group .parinay-input {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Radio Cards (Family Status) */
.parinay-radio-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.parinay-radio-card {
    display: flex;
    align-items: flex-start;
    padding: 16px;
    border: 1.5px solid #e2e4e8;
    border-radius: 12px;
    cursor: pointer;
    background: #ffffff;
    transition: all 0.2s ease;
}

.parinay-radio-card input[type="radio"] {
    margin-right: 12px;
    margin-top: 3px;
    accent-color: var(--primary-color, #ff5a60);
}

.parinay-radio-card .card-title {
    display: block;
    font-weight: 700;
    font-size: 15px;
    color: #1e2022;
    margin-bottom: 4px;
}

.parinay-radio-card .card-desc {
    display: block;
    font-size: 12px;
    color: #646970;
    line-height: 1.4;
}

.parinay-radio-card.active {
    border-color: var(--primary-color, #ff5a60);
    background: #fff8f8;
    box-shadow: 0 4px 12px rgba(255, 90, 96, 0.1);
}

/* Hobbies Category */
.parinay-hobbies-category {
    margin-bottom: 20px;
}

.hobbies-cat-title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1e2022;
    margin-bottom: 10px;
}

.parinay-hobby-pill {
    display: inline-flex;
    align-items: center;
    background: #f6f7f9;
    border: 1.5px solid #e2e4e8;
    color: #4e5665;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.parinay-hobby-pill input[type="checkbox"] {
    display: none;
}

.parinay-hobby-pill:has(input:checked) {
    background: #fff2f3;
    border-color: var(--primary-color, #ff5a60);
    color: var(--primary-color, #ff5a60);
}

/* Photo Upload Box */
.parinay-upload-box {
    border: 2px dashed #d0d5dd;
    border-radius: 14px;
    padding: 32px;
    text-align: center;
    background: #f9fafb;
    cursor: pointer;
    transition: all 0.2s ease;
}

.parinay-upload-box:hover {
    border-color: var(--primary-color, #ff5a60);
    background: #fffafb;
}

.upload-placeholder .upload-icon {
    font-size: 32px;
    display: block;
    margin-bottom: 8px;
}

.upload-placeholder .upload-btn-text {
    display: block;
    font-weight: 700;
    color: var(--primary-color, #ff5a60);
    font-size: 16px;
    margin-bottom: 4px;
}

.upload-placeholder .upload-hint {
    display: block;
    font-size: 12px;
    color: #646970;
}

.upload-preview-wrap img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffffff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    margin-bottom: 12px;
}

.change-photo-btn {
    background: #2e2836;
    color: #ffffff;
    border: none;
    padding: 6px 14px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.parinay-char-counter {
    text-align: right;
    font-size: 12px;
    color: #8c8f94;
    margin-top: 6px;
}

/* Form Actions (Buttons) */
.parinay-form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px 32px;
    border-top: 1px solid #f0f2f5;
    background: #fafbfc;
}

.parinay-btn-prev {
    background: transparent;
    border: 1.5px solid #dcdcde;
    color: #4e5665;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.parinay-btn-prev:hover {
    background: #f0f2f5;
}

.parinay-btn-next,
.parinay-btn-submit {
    background: linear-gradient(135deg, #ff5a60 0%, #ff3b42 100%);
    color: #ffffff;
    border: none;
    padding: 12px 32px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(255, 90, 96, 0.35);
    transition: all 0.2s ease;
}

.parinay-btn-next:hover,
.parinay-btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 90, 96, 0.45);
}

.parinay-form-feedback {
    margin: 0 40px 24px;
    padding: 14px 18px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
}

.parinay-form-feedback.success {
    background: #edfaef;
    color: #00a32a;
    border: 1px solid #c3edd0;
}

.parinay-form-feedback.error {
    background: #fff2f3;
    color: #d63638;
    border: 1px solid #ffccd0;
}

/* 100% Mobile Responsiveness */
@media screen and (max-width: 768px) {
    .parinay-reg-form-wrapper {
        margin: 16px auto;
        border-radius: 14px;
        border: none;
    }

    .parinay-reg-header {
        padding: 24px 16px;
    }

    .parinay-reg-title {
        font-size: 22px;
    }

    .parinay-stepper-bar {
        justify-content: flex-start;
        gap: 8px;
        padding-bottom: 12px;
    }

    .step-circle {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .step-label {
        font-size: 11px;
    }

    .parinay-form-step {
        padding: 24px 20px;
    }

    .parinay-form-row {
        flex-direction: column;
        gap: 0;
    }

    .parinay-radio-cards {
        grid-template-columns: 1fr;
    }

    .parinay-form-actions {
        padding: 16px 20px 24px;
    }

    .parinay-dob-row {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 6px;
    }
}

/* ==========================================================================
   AGRAWAL PARINAY SETU - AJAX LOGIN SYSTEM (SHAADI.COM CLONE UI)
   ========================================================================== */
.parinay-login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, #fff7f7 0%, #fffcfc 100%);
    min-height: 70vh;
}

.parinay-login-card {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(226, 228, 232, 0.8);
    padding: 40px 36px;
    box-sizing: border-box;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.parinay-login-card .login-header-icon {
    font-size: 42px;
    text-align: center;
    margin-bottom: 12px;
}

.parinay-login-card .login-card-title {
    font-size: 24px;
    font-weight: 700;
    color: #1e2022;
    text-align: center;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.parinay-login-card .login-card-subtitle {
    font-size: 14px;
    color: #646970;
    text-align: center;
    margin: 0 0 28px 0;
}

.parinay-login-feedback {
    padding: 14px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.parinay-login-feedback.success {
    background: #edfaef;
    color: #00a32a;
    border: 1px solid #c3edd0;
}

.parinay-login-feedback.error {
    background: #fdf2f2;
    color: #d60024;
    border: 1px solid #f8d7da;
}

.parinay-password-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.parinay-password-wrapper .parinay-password-input {
    padding-right: 48px !important;
    width: 100% !important;
}

.parinay-toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 18px;
    padding: 4px;
    line-height: 1;
}

.parinay-input-hint {
    display: block;
    font-size: 12px;
    color: #646970;
    margin-top: 6px;
}

.parinay-submit-group {
    margin-top: 24px;
}

.parinay-login-btn {
    width: 100% !important;
    padding: 14px 24px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    display: block;
    text-align: center;
    background: linear-gradient(135deg, #ff5a60 0%, #ff3b42 100%) !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 6px 16px rgba(255, 90, 96, 0.35) !important;
    cursor: pointer;
    transition: all 0.2s ease;
}

.parinay-login-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 90, 96, 0.45) !important;
}

.parinay-login-footer {
    margin-top: 28px;
    text-align: center;
    font-size: 14px;
    color: #646970;
    border-top: 1px solid #f0f2f5;
    padding-top: 20px;
}

.parinay-link-bold {
    color: #d60024;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
}

.parinay-link-bold:hover {
    color: #b5001e;
    text-decoration: underline;
}

/* Already Logged-in State */
.parinay-already-logged-in {
    text-align: center;
}

.login-logged-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}

.login-logged-actions .parinay-btn-outline {
    display: block;
    width: 100%;
    padding: 12px 24px;
    border-radius: 12px;
    border: 1.5px solid #dcdcde;
    color: #1e2022;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.2s ease;
}

.login-logged-actions .parinay-btn-outline:hover {
    background: #f0f2f5;
}

.login-logged-actions .parinay-btn-logout {
    display: block;
    width: 100%;
    padding: 12px 24px;
    border-radius: 12px;
    background: #fdf2f2;
    color: #d60024;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.2s ease;
}

.login-logged-actions .parinay-btn-logout:hover {
    background: #f8d7da;
}

/* Responsive Styles for Login Card */
@media screen and (max-width: 576px) {
    .parinay-login-wrapper {
        padding: 30px 14px;
    }

    .parinay-login-card {
        padding: 28px 20px;
        border-radius: 16px;
    }

    .parinay-login-card .login-card-title {
        font-size: 22px;
    }

    .parinay-login-card .login-card-subtitle {
        font-size: 13px;
        margin-bottom: 20px;
    }
}

/* ==========================================================================
   AGRAWAL PARINAY SETU - 100% GLASSMORPHISM OTP LOGIN MODAL (SHAADI.COM UI)
   ========================================================================== */
.parinay-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.parinay-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    animation: parinayFadeIn 0.3s ease;
}

.parinay-glassmorphism-card {
    position: relative;
    max-width: 440px;
    width: 100%;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.6);
    padding: 38px 34px;
    z-index: 99999999 !important;
    animation: parinayModalZoomIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    box-sizing: border-box;
}

.parinay-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f1f5f9;
    border: none;
    color: #475569;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 1;
}

.parinay-modal-close:hover {
    background: #e2e8f0;
    color: #0f172a;
    transform: rotate(90deg);
}

.parinay-modal-icon {
    font-size: 42px;
    text-align: center;
    margin-bottom: 12px;
}

.parinay-modal-title {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    text-align: center;
    margin: 0 0 6px 0;
    line-height: 1.3;
}

.parinay-modal-subtitle {
    font-size: 14px;
    color: #64748b;
    text-align: center;
    margin: 0 0 24px 0;
    line-height: 1.4;
}

.parinay-modal-feedback {
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
    text-align: center;
}

.parinay-modal-feedback.success {
    background: #edfaef;
    color: #00a32a;
    border: 1px solid #c3edd0;
}

.parinay-modal-feedback.error {
    background: #fdf2f2;
    color: #d60024;
    border: 1px solid #f8d7da;
}

.parinay-otp-boxes {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 16px 0 24px;
}

.parinay-otp-digit {
    width: 56px !important;
    height: 60px !important;
    text-align: center;
    font-size: 24px !important;
    font-weight: 700;
    border: 2px solid #cbd5e1 !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    color: #0f172a !important;
    transition: all 0.2s ease;
    box-shadow: none !important;
}

.parinay-otp-digit:focus {
    border-color: #ff5a60 !important;
    box-shadow: 0 0 0 4px rgba(255, 90, 96, 0.15) !important;
    outline: none;
}

.parinay-dev-otp-pill {
    background: #fffbeb;
    border: 1px solid #fde68a;
    color: #92400e;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 13px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dev-digits {
    font-family: monospace;
    font-size: 15px;
    font-weight: 700;
    background: #fef3c7;
    padding: 2px 8px;
    border-radius: 6px;
    color: #b45309;
}

.btn-autofill-otp {
    background: #d97706;
    color: #ffffff;
    border: none;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease;
}

.btn-autofill-otp:hover {
    background: #b45309;
}

.parinay-modal-btn {
    width: 100% !important;
    padding: 14px 24px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: 14px !important;
    display: block;
    text-align: center;
    background: linear-gradient(135deg, #ff5a60 0%, #ff3b42 100%) !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 10px 20px rgba(255, 90, 96, 0.35) !important;
    cursor: pointer;
    transition: all 0.2s ease;
}

.parinay-modal-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(255, 90, 96, 0.45) !important;
}

.parinay-modal-footer {
    margin-top: 26px;
    text-align: center;
    font-size: 14px;
    color: #64748b;
    border-top: 1px solid #f1f5f9;
    padding-top: 18px;
}

.parinay-otp-actions {
    margin-top: 22px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
}

.otp-timer {
    color: #64748b;
}

.parinay-back-link {
    color: #64748b;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.parinay-back-link:hover {
    color: #0f172a;
}

.parinay-modal-logged-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 22px;
}

.parinay-modal-btn-outline {
    display: block;
    width: 100%;
    padding: 12px 24px;
    border-radius: 12px;
    border: 1.5px solid #dcdcde;
    color: #0f172a;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    transition: all 0.2s ease;
}

.parinay-modal-btn-outline:hover {
    background: #f1f5f9;
}

.parinay-modal-btn-logout {
    display: block;
    width: 100%;
    padding: 12px 24px;
    border-radius: 12px;
    background: #fdf2f2;
    color: #d60024;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    transition: all 0.2s ease;
}

.parinay-modal-btn-logout:hover {
    background: #f8d7da;
}

@keyframes parinayFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes parinayModalZoomIn {
    from {
        opacity: 0;
        transform: scale(0.92) translateY(10px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Mobile Responsive Adjustments */
@media screen and (max-width: 576px) {
    .parinay-glassmorphism-card {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .parinay-modal-title {
        font-size: 22px;
    }

    .parinay-modal-subtitle {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .parinay-otp-boxes {
        gap: 8px;
    }

    .parinay-otp-digit {
        width: 48px !important;
        height: 52px !important;
        font-size: 20px !important;
    }
}

/* ==========================================================================
   EXACT SHAADI.COM LOGIN MODAL & CARD UI STYLES
   ========================================================================== */
.parinay-shaadi-modal-card {
    position: relative;
    max-width: 440px;
    width: 100%;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
    padding: 36px 36px 30px;
    z-index: 100000;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    box-sizing: border-box;
}

.parinay-inline-card,
.parinay-shaadi-modal-card.parinay-inline-card,
.parinay-login-wrapper .parinay-shaadi-modal-card {
    margin: 0 auto;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e4e8;
    z-index: 10 !important;
    position: relative;
}

.shaadi-modal-logo-badge {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #ff5a60 0%, #ff3b42 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto 16px;
    box-shadow: 0 6px 14px rgba(255, 90, 96, 0.35);
}

.shaadi-modal-title {
    font-size: 24px;
    font-weight: 700;
    color: #1e2022;
    text-align: center;
    margin: 0 0 6px 0;
    line-height: 1.3;
}

.shaadi-modal-subtitle {
    font-size: 14px;
    color: #646970;
    text-align: center;
    margin: 0 0 24px 0;
}

.shaadi-phone-row {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 12px;
    margin-bottom: 4px;
}

.shaadi-phone-prefix {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    border: 1.5px solid #dcdcde;
    border-radius: 10px;
    background: #ffffff;
    font-weight: 600;
    color: #1e2022;
    font-size: 15px;
    height: 52px;
    box-sizing: border-box;
}

.shaadi-phone-field-wrap,
.shaadi-field-wrap {
    position: relative;
    border: 1.5px solid #dcdcde;
    border-radius: 10px;
    padding: 6px 14px 8px;
    background: #ffffff;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    height: 52px;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.shaadi-phone-field-wrap:focus-within,
.shaadi-field-wrap:focus-within {
    border-color: #ff5a60;
    box-shadow: 0 0 0 3px rgba(255, 90, 96, 0.1);
}

.shaadi-floating-label {
    font-size: 11px;
    color: #8c8f94;
    font-weight: 600;
    margin-bottom: 2px;
    line-height: 1;
}

.shaadi-input {
    border: none !important;
    padding: 0 !important;
    font-size: 15px !important;
    color: #1e2022 !important;
    width: 100% !important;
    background: transparent !important;
    box-shadow: none !important;
    line-height: 1.4 !important;
}

.shaadi-input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.shaadi-toggle-eye {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
}

.shaadi-sub-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    font-size: 12px;
    margin-bottom: 20px;
    color: #646970;
}

.shaadi-action-link {
    color: #0084ff;
    font-weight: 600;
    text-decoration: none;
}

.shaadi-action-link:hover {
    text-decoration: underline;
}

.shaadi-btn-primary {
    width: 100% !important;
    padding: 14px 24px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    display: block;
    text-align: center;
    background: linear-gradient(135deg, #ff5a60 0%, #ff3b42 100%) !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 6px 16px rgba(255, 90, 96, 0.35) !important;
    cursor: pointer;
    transition: all 0.2s ease;
}

.shaadi-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 90, 96, 0.45) !important;
}

.shaadi-or-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
    color: #8c8f94;
    font-size: 13px;
}

.shaadi-or-divider::before,
.shaadi-or-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #e2e4e8;
}

.shaadi-or-divider span {
    padding: 0 12px;
}

.shaadi-bottom-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
}

.shaadi-social-btn {
    width: 100%;
    padding: 12px 20px;
    border-radius: 24px;
    border: 1.5px solid #dcdcde;
    background: #ffffff;
    color: #1e2022;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.shaadi-social-btn:hover {
    background: #f8f9fa;
    border-color: #b0b5ba;
}

.google-icon-svg {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4285f4;
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.email-icon-svg {
    font-size: 16px;
}

.shaadi-link-bold {
    color: #ff5a60;
    font-weight: 700;
    text-decoration: none;
}

.shaadi-link-bold:hover {
    text-decoration: underline;
}

.shaadi-btn-outline {
    display: block;
    width: 100%;
    padding: 12px 24px;
    border-radius: 12px;
    border: 1.5px solid #dcdcde;
    color: #1e2022;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    transition: all 0.2s ease;
}

.shaadi-btn-outline:hover {
    background: #f0f2f5;
}

.shaadi-btn-logout {
    display: block;
    width: 100%;
    padding: 12px 24px;
    border-radius: 12px;
    background: #fdf2f2;
    color: #d60024;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    transition: all 0.2s ease;
}

.shaadi-btn-logout:hover {
    background: #f8d7da;
}

@media screen and (max-width: 576px) {
    .parinay-shaadi-modal-card {
        padding: 28px 20px;
        border-radius: 16px;
    }

    .shaadi-modal-title {
        font-size: 22px;
    }

    .shaadi-phone-row {
        grid-template-columns: 78px 1fr;
        gap: 8px;
    }

    .shaadi-phone-prefix {
        padding: 10px;
        font-size: 14px;
    }
}

/* ==========================================================================
   AGRAWAL PARINAY SETU - HOME PAGE HERO SECTION (SHAADI.COM CLONE)
   Step 1: Overlapping Glassmorphism Search Widget & Full-Width Enforcer
   ========================================================================== */

/* 100% Full Width Contained & 0px Top Gap (Flush Header-to-Hero) Enforcer */
html.home, body.home,
html.page-template-front-page, body.page-template-front-page {
    overflow-x: hidden !important;
}

/* Eliminate 100% of white space/gap between header and hero section */
body.home #masthead,
body.home .site-header,
body.home .ast-main-header-wrap,
body.home .main-header-bar,
body.page-template-front-page #masthead,
body.page-template-front-page .site-header,
body.page-template-front-page .ast-main-header-wrap,
body.page-template-front-page .main-header-bar {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

body.home #content,
body.home .ast-container,
body.home .site-content,
body.home .site-main,
body.home #primary,
body.home .entry-content,
body.home .ast-article-post,
body.home article.page,
body.page-template-front-page #content,
body.page-template-front-page .ast-container,
body.page-template-front-page .site-content,
body.page-template-front-page .site-main,
body.page-template-front-page #primary,
body.page-template-front-page .entry-content,
body.page-template-front-page .ast-article-post,
.ps-home-full-width #content,
.ps-home-full-width .ast-container,
.ps-home-full-width .site-main,
.ps-home-full-width #primary,
.ps-home-full-width .entry-content {
    max-width: 100% !important;
    width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-top: 0 !important;
}

body.home .entry-header,
body.page-template-front-page .entry-header,
.ps-home-full-width .entry-header {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Hero Section Base - 100% Edge-to-Edge Viewport Breakout with GROOM image */
.ps-hero-section {
    position: relative;
    width: 100vw !important;
    max-width: 100vw !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    margin-top: 0 !important;
    top: 0 !important;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(20, 3, 7, 0.32) 0%, rgba(65, 10, 22, 0.35) 50%, rgba(15, 2, 5, 0.60) 100%),
                url("/wp-content/uploads/2026/07/GROOM.webp") !important;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    color: #ffffff;
    overflow: visible;
    padding-bottom: 0 !important;
    margin-bottom: 135px !important; /* Ample space below for overlapping search widget at bottom edge */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.45);
}

/* Decorative Subtle Vignette (No heavy red masking) */
.ps-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.30) 85%);
    pointer-events: none;
    z-index: 1;
}

.ps-hero-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 70px 20px 0px !important; /* ZERO BOTTOM PADDING so search widget sits at the very bottom edge */
    display: flex;
    align-items: center;
    justify-content: center;
}

.ps-hero-content.container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 3;
}

/* Main Heading #1 Trusted Matrimony */
.ps-hero-title {
    font-family: 'Inter', 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 44px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 auto 16px auto;
    max-width: 980px;
    line-height: 1.22;
    letter-spacing: -0.6px;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.88), 0 2px 6px rgba(0, 0, 0, 0.95);
}

/* Subtitle */
.ps-hero-subtitle {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fce8eb;
    margin: 0 auto 75px auto; /* Ample breathing room so groom/bride faces are totally unobstructed */
    max-width: 740px;
    line-height: 1.55;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.88), 0 1px 4px rgba(0, 0, 0, 0.95);
}

/* Overlapping Search Widget Wrapper - Positioned at the very last niche/bottom edge */
.ps-hero-search-wrapper {
    position: relative;
    z-index: 25;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    transform: translateY(70px); /* 70px down so it overlaps the bottom border of hero banner */
    transition: transform 0.3s ease;
}

/* Pro-Level Premium Glassmorphism Widget Override (Shaadi.com Luxury Style) */
.ps-hero-search-wrapper .parinay-matchmaking-widget-wrap {
    background: linear-gradient(135deg, rgba(28, 7, 15, 0.45) 0%, rgba(55, 12, 26, 0.52) 100%) !important;
    backdrop-filter: blur(28px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(28px) saturate(180%) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-radius: 24px !important;
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.65),
                0 0 0 1px rgba(255, 255, 255, 0.18) inset,
                0 12px 30px -5px rgba(255, 90, 96, 0.22) !important;
}

/* Responsive Mobile Adjustments */
@media screen and (max-width: 992px) {
    .ps-hero-section {
        min-height: 580px;
        margin-bottom: 90px;
    }
    .ps-hero-title {
        font-size: 36px;
    }
    .ps-hero-subtitle {
        font-size: 18px;
        margin-bottom: 35px;
    }
    .ps-hero-search-wrapper {
        transform: translateY(50px);
    }
}

@media screen and (max-width: 768px) {
    .ps-hero-section {
        min-height: 520px;
        margin-bottom: 120px;
    }
    .ps-hero-overlay {
        padding: 60px 16px 130px;
    }
    .ps-hero-title {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 14px;
    }
    .ps-hero-subtitle {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 30px;
    }
    .ps-hero-search-wrapper {
        transform: translateY(65px);
        padding: 0 4px;
    }
}

@media screen and (max-width: 480px) {
    .ps-hero-title {
        font-size: 25px;
    }
    .ps-hero-subtitle {
        font-size: 15px;
    }
    .ps-hero-section {
        margin-bottom: 140px;
    }
}

/* ==========================================================================
   Step 2: Trust & Benefits Section ("Why Agarwal Families Trust Us Most")
   ========================================================================== */

.ps-trust-section {
    position: relative;
    width: 100%;
    padding: 85px 20px 90px;
    background: linear-gradient(180deg, #ffffff 0%, var(--warm-bg, #fffefc) 100%);
    z-index: 5;
    font-family: 'Poppins', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.ps-trust-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

/* 1. Section Header */
.ps-trust-header {
    text-align: center;
    margin-bottom: 55px;
}

.ps-trust-badge {
    display: inline-block;
    padding: 7px 18px;
    background: rgba(225, 29, 72, 0.08);
    color: var(--primary-red, #e11d48);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.ps-trust-title {
    font-size: 38px;
    font-weight: 800;
    color: var(--text-dark, #0f172a);
    margin: 0 auto 16px auto;
    line-height: 1.25;
    letter-spacing: -0.5px;
}

.ps-trust-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #475569;
    max-width: 760px;
    margin: 0 auto;
    line-height: 1.6;
}

/* 2. 4-Column Feature Grid */
.ps-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    align-items: stretch;
}

/* 3. Feature Card UI & Hover Effect - 100% Edge-to-Edge Hero Illustration */
.ps-trust-card {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 4px solid transparent;
    border-radius: 18px;
    padding: 0 0 32px 0;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.ps-trust-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(225, 29, 72, 0.14);
    border-color: rgba(0, 0, 0, 0.08);
    border-bottom: 4px solid var(--primary-red, #e11d48);
}

.ps-trust-card-icon {
    width: 100%;
    max-width: 100%;
    height: 260px;
    margin: 0 0 26px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
}

.ps-card-icon-img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center;
    transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ps-trust-card:hover .ps-card-icon-img {
    transform: scale(1.08);
}

.ps-card-icon-svg {
    width: 44px;
    height: 44px;
    stroke: var(--primary-red, #e11d48);
    fill: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ps-trust-card-body {
    width: 100%;
    padding: 0 24px;
}

.ps-trust-card-title {
    font-size: 21px;
    font-weight: 700;
    color: var(--text-dark, #0f172a);
    margin: 0 0 12px 0;
    line-height: 1.35;
}

.ps-trust-card-text {
    font-size: 15px;
    font-weight: 400;
    color: #64748b;
    line-height: 1.65;
    margin: 0;
}

/* 4. Bottom Trust Banner UI */
.ps-trust-banner {
    margin-top: 55px;
    background: #f8fafc;
    border: 2px dashed var(--action-blue, #0284c7);
    border-radius: 12px;
    padding: 22px 28px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark, #0f172a);
    letter-spacing: 0.3px;
    box-shadow: 0 4px 15px rgba(2, 132, 199, 0.06);
}

.ps-trust-banner-text {
    display: block;
    line-height: 1.5;
}

/* 5. 100% Mobile Responsiveness (Media Queries) */

/* Tablet: 576px to 992px -> Exactly 2 columns */
@media screen and (max-width: 992px) {
    .ps-trust-section {
        padding: 70px 20px 75px;
    }
    .ps-trust-title {
        font-size: 32px;
    }
    .ps-trust-subtitle {
        font-size: 16px;
        margin-bottom: 42px;
    }
    .ps-trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }
}

/* Mobile: < 576px -> Strictly 1 column */
@media screen and (max-width: 576px) {
    .ps-trust-section {
        padding: 60px 16px 65px;
    }
    .ps-trust-title {
        font-size: 27px;
    }
    .ps-trust-subtitle {
        font-size: 15px;
        margin-bottom: 36px;
    }
    .ps-trust-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .ps-trust-card {
        padding: 34px 22px 30px;
    }
    .ps-trust-banner {
        margin-top: 42px;
        padding: 18px 20px;
        font-size: 14px;
    }
}

/* ==========================================================================
   HOME PAGE STEP 3: FEATURED AGARWAL MATCHES SHOWCASE
   Shaadi.com Style Cards with Red/Blue Gender Color Coding & Login Hook CTA
   ========================================================================== */

.ps-featured-section {
    background: var(--warm-bg, #fff5f6);
    padding: 85px 0 95px;
    position: relative;
    border-top: 1px solid rgba(225, 29, 72, 0.08);
}

.ps-featured-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

/* 1. Section Header */
.ps-featured-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 55px auto;
}

.ps-featured-badge {
    display: inline-block;
    background: rgba(225, 29, 72, 0.10);
    color: var(--primary-red, #e11d48);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 14px;
}

.ps-featured-title {
    font-size: 38px;
    font-weight: 800;
    color: var(--text-dark, #0f172a);
    line-height: 1.25;
    margin: 0 0 16px 0;
    font-family: 'Poppins', sans-serif;
}

.ps-featured-subtitle {
    font-size: 17px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

/* 2. 4-Column Profile Grid */
.ps-featured-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-bottom: 60px;
}

/* 3. Shaadi.com Style Card UI */
.ps-featured-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

/* Gender Color Accents (Red & Blue Cards) */
.ps-featured-card.ps-card-bride {
    border-top: 4px solid var(--primary-red, #e11d48);
}
.ps-featured-card.ps-card-groom {
    border-top: 4px solid var(--action-blue, #0284c7);
}

.ps-featured-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

/* Image Container (Aspect Ratio 3:4 & Floating Badges) */
.ps-profile-img-wrap {
    width: 100%;
    height: 290px;
    position: relative;
    overflow: hidden;
    background: #f1f5f9;
}

.ps-profile-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ps-featured-card:hover .ps-profile-photo {
    transform: scale(1.08);
}

/* Gender Badge inside Image */
.ps-profile-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    padding: 5px 13px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(4px);
}

.ps-profile-badge.ps-badge-bride {
    background: rgba(214, 0, 36, 0.88);
}
.ps-profile-badge.ps-badge-groom {
    background: rgba(0, 168, 255, 0.88);
}

.ps-profile-verified-tick {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    background: #10b981;
    color: #ffffff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(16, 185, 129, 0.4);
}

/* 4. Profile Details */
.ps-profile-details {
    padding: 22px 20px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ps-profile-name {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark, #0f172a);
    margin: 0 0 14px 0;
    line-height: 1.3;
}

.ps-profile-meta-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ps-profile-meta-list li {
    font-size: 13.5px;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.4;
}

.ps-profile-meta-list li strong {
    color: var(--text-dark, #0f172a);
    font-weight: 600;
}

.ps-meta-icon {
    font-size: 14px;
    width: 18px;
    text-align: center;
}

/* 5. Interactive CTA Footer */
.ps-profile-footer {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.ps-connect-btn {
    width: 100%;
    display: block;
    text-align: center;
    padding: 11px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Bride CTA styling */
.ps-card-bride .ps-connect-btn {
    background: rgba(225, 29, 72, 0.08);
    color: var(--primary-red, #e11d48);
    border: 1px solid rgba(225, 29, 72, 0.25);
}
.ps-card-bride .ps-connect-btn:hover {
    background: var(--primary-red, #e11d48);
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(225, 29, 72, 0.3);
}

/* Groom CTA styling */
.ps-card-groom .ps-connect-btn {
    background: rgba(2, 132, 199, 0.08);
    color: var(--action-blue, #0284c7);
    border: 1px solid rgba(2, 132, 199, 0.25);
}
.ps-card-groom .ps-connect-btn:hover {
    background: var(--action-blue, #0284c7);
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(2, 132, 199, 0.3);
}

.ps-connect-tooltip {
    font-size: 11.5px;
    color: #64748b;
    font-weight: 500;
}

/* 6. Footer CTA ("View All Agarwal Matches →") */
.ps-featured-footer-cta {
    text-align: center;
}

.ps-featured-view-all-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-red, #e11d48);
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(225, 29, 72, 0.35);
    transition: all 0.35s ease;
    min-height: 52px;
}

.ps-featured-view-all-btn:hover {
    background: #be123c;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(225, 29, 72, 0.45);
}

/* 7. 100% Responsive Grid Breakpoints */
@media (max-width: 992px) {
    .ps-featured-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }
    .ps-featured-title {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .ps-featured-section {
        padding: 65px 0 75px;
    }
    .ps-featured-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .ps-featured-title {
        font-size: 27px;
    }
    .ps-profile-img-wrap {
        height: 310px;
    }
    .ps-featured-actions {
        flex-direction: column;
        gap: 10px;
    }
    .ps-connect-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
        white-space: nowrap;
        padding: 13px 16px;
    }
    .ps-featured-view-all-btn {
        width: 100%;
        max-width: 320px;
    }
}

/* ==========================================================================
   HOME PAGE STEP 4: AGARWAL SAMAJ SUCCESS STORIES SECTION
   Shaadi.com Pro-Level Responsive Grid with Verified Match Badges & Quotation Icons
   ========================================================================== */

.ps-success-section {
    background: #ffffff;
    padding: 90px 0 100px;
    position: relative;
    border-top: 1px solid rgba(225, 29, 72, 0.08);
}

.ps-success-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

/* 1. Section Header */
.ps-success-header {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 58px auto;
}

.ps-success-badge {
    display: inline-block;
    background: rgba(225, 29, 72, 0.10);
    color: var(--primary-red, #e11d48);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.ps-success-title {
    font-size: 38px;
    font-weight: 800;
    color: var(--text-dark, #0f172a);
    line-height: 1.25;
    margin: 0 0 16px 0;
    font-family: 'Poppins', sans-serif;
}

.ps-success-subtitle {
    font-size: 17px;
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

/* 2. 3-Column Success Grid Layout */
.ps-success-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 65px;
}

/* 3. Success Story Card UI/UX */
.ps-success-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.ps-success-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.11);
    border-color: rgba(225, 29, 72, 0.15);
}

/* 4. Couple Image Container (3:4 Aspect Ratio + Verified Gold Badge) */
.ps-story-img-wrap {
    width: 100%;
    height: 330px;
    position: relative;
    overflow: hidden;
    background: #f8fafc;
}

.ps-story-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ps-success-card:hover .ps-story-photo {
    transform: scale(1.06);
}

/* Verified Gold Match Floating Badge */
.ps-story-verified-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 4px 14px rgba(217, 119, 6, 0.4);
    z-index: 2;
    letter-spacing: 0.3px;
}

/* Soft subtle bottom overlay for contrast */
.ps-story-img-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.18), transparent);
    pointer-events: none;
}

/* 5. Story Content Area */
.ps-story-content {
    padding: 26px 24px 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ps-story-names-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 16px;
    margin-bottom: 18px;
}

.ps-story-names {
    font-size: 21px;
    font-weight: 700;
    color: var(--text-dark, #0f172a);
    margin: 0 0 6px 0;
    line-height: 1.3;
}

.ps-story-details {
    font-size: 13.5px;
    color: var(--primary-red, #e11d48);
    font-weight: 600;
    display: block;
}

/* 6. Quotation Box & Decorative Icon */
.ps-story-quote-box {
    position: relative;
    padding-top: 4px;
}

.ps-story-quote-mark {
    display: block;
    font-family: 'Georgia', serif;
    font-size: 56px;
    line-height: 0.7;
    color: var(--primary-red, #e11d48);
    opacity: 0.22;
    margin-bottom: -10px;
    user-select: none;
}

.ps-story-quote-text {
    font-size: 14.5px;
    color: #475569;
    line-height: 1.7;
    margin: 0;
    font-style: italic;
}

/* 7. Bottom Action CTA Button ("Create Your Free Profile Today →") */
.ps-success-footer-cta {
    text-align: center;
    margin-top: 15px;
}

.ps-success-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-red, #e11d48);
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    padding: 16px 40px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(225, 29, 72, 0.35);
    transition: all 0.35s ease;
    min-height: 54px;
}

.ps-success-cta-btn:hover {
    background: #be123c;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(225, 29, 72, 0.45);
}

/* 8. 100% Responsive Breakpoints (Desktop, Tablet, Mobile) */
@media (max-width: 992px) {
    .ps-success-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .ps-success-card:nth-child(3) {
        grid-column: span 2;
        max-width: 550px;
        margin: 0 auto;
        width: 100%;
    }
    .ps-success-title {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .ps-success-section {
        padding: 65px 0 75px;
    }
    .ps-success-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .ps-success-card:nth-child(3) {
        grid-column: span 1;
        max-width: 100%;
    }
    .ps-success-title {
        font-size: 27px;
    }
    .ps-story-img-wrap {
        height: 310px;
    }
    .ps-story-content {
        padding: 25px 20px 26px;
    }
    .ps-story-quote-text {
        font-size: 0.95rem;
    }
    .ps-success-cta-btn {
        width: 100%;
        max-width: 320px;
    }
}

/* ==========================================================================
   HOME PAGE STEP 5: HOW IT WORKS & FINAL CONVERSION BANNER
   3-Step Process with 3D Icons & Watermark + Royal Dark CTA Banner
   ========================================================================== */

.ps-final-section {
    background: #f8fafc;
    padding: 95px 0 90px;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* 1. Part A: How It Works Section Header */
.ps-how-header {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 58px auto;
}

.ps-how-badge {
    display: inline-block;
    background: rgba(225, 29, 72, 0.10);
    color: var(--primary-red, #e11d48);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.ps-how-title {
    font-size: 38px;
    font-weight: 800;
    color: var(--text-dark, #0f172a);
    line-height: 1.25;
    margin: 0 0 16px 0;
    font-family: 'Poppins', sans-serif;
}

.ps-how-subtitle {
    font-size: 17px;
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

/* 2. 3-Column Steps Grid */
.ps-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 75px;
}

/* 3. Step Card UI/UX */
.ps-step-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 0 0 38px 0;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
    transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.ps-step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.10);
    border-color: rgba(225, 29, 72, 0.18);
}

/* 4. Step Number Watermark & Icon Box (100% Full Width Edge-to-Edge) */
.ps-step-icon-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 260px;
    margin: 0 0 28px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    overflow: hidden;
}

.ps-step-num-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 130px;
    font-weight: 900;
    color: rgba(225, 29, 72, 0.09);
    line-height: 1;
    z-index: 1;
    font-family: 'Poppins', sans-serif;
    user-select: none;
    transition: color 0.35s ease;
}

.ps-step-card:hover .ps-step-num-watermark {
    color: rgba(225, 29, 72, 0.17);
}

.ps-step-icon {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 2;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: block;
}

.ps-step-card:hover .ps-step-icon {
    transform: scale(1.08);
}

.ps-step-body {
    width: 100%;
    padding: 0 26px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* Step Title & Text */
.ps-step-title {
    font-size: 21px;
    font-weight: 700;
    color: var(--text-dark, #0f172a);
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.ps-step-text {
    font-size: 14.5px;
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

/* ==========================================================================
   PART B: ULTIMATE CONVERSION CTA BANNER
   Royal Dark Background (#1E1E24 to #111116) with Dual Action Buttons
   ========================================================================== */

.ps-cta-banner-wrapper {
    margin-top: 30px;
}

.ps-cta-banner {
    background: linear-gradient(135deg, #1E1E24 0%, #111116 100%);
    border-radius: 24px;
    padding: 60px 48px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(225, 29, 72, 0.25);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

.ps-cta-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-red, #e11d48), var(--action-blue, #0284c7));
}

.ps-cta-banner-content {
    max-width: 620px;
}

.ps-cta-banner-title {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    margin: 0 0 14px 0;
    font-family: 'Poppins', sans-serif;
}

.ps-cta-banner-text {
    font-size: 16px;
    color: #94a3b8;
    line-height: 1.65;
    margin: 0;
}

/* Banner Actions (Flexbox) */
.ps-cta-banner-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.ps-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-red, #e11d48);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(225, 29, 72, 0.4);
    transition: all 0.3s ease;
    min-height: 52px;
    white-space: nowrap;
}

.ps-cta-btn-primary:hover {
    background: #be123c;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(225, 29, 72, 0.55);
}

.ps-cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 32px;
    border-radius: 50px;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.28);
    transition: all 0.3s ease;
    min-height: 52px;
    white-space: nowrap;
}

.ps-cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-color: #ffffff;
    transform: translateY(-3px);
}

/* ==========================================================================
   100% MOBILE RESPONSIVENESS (Desktop, Tablet, Mobile Breakpoints)
   ========================================================================== */

@media (max-width: 992px) {
    .ps-steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .ps-step-card:nth-child(3) {
        grid-column: span 2;
        max-width: 520px;
        margin: 0 auto;
        width: 100%;
    }
    .ps-cta-banner {
        flex-direction: column;
        text-align: center;
        padding: 50px 36px;
    }
    .ps-cta-banner-content {
        max-width: 100%;
    }
    .ps-how-title,
    .ps-cta-banner-title {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .ps-final-section {
        padding: 65px 0 75px;
    }
    .ps-steps-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .ps-step-card:nth-child(3) {
        grid-column: span 1;
        max-width: 100%;
    }
    .ps-how-title {
        font-size: 27px;
    }
    .ps-step-card {
        padding: 34px 22px 32px;
    }
    .ps-cta-banner {
        padding: 40px 22px;
        border-radius: 20px;
    }
    .ps-cta-banner-title {
        font-size: 25px;
    }
    .ps-cta-banner-text {
        font-size: 14.5px;
    }
    .ps-cta-banner-actions {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }
    .ps-cta-btn-primary,
    .ps-cta-btn-secondary {
        width: 100%;
        min-height: 50px;
    }
}

/* ==========================================================================
   SUCCESS STORIES PAGE (/success-stories/) DEDICATED MODULE
   100% Full Width Contained, Responsive, Shaadi.com Pro-Level Matrimony UI
   ========================================================================== */

.ps-success-page-wrapper {
    background: #ffffff;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

/* 1. Page Hero Header Area */
.ps-sp-hero {
    background: linear-gradient(180deg, #fff5f6 0%, #ffffff 100%);
    padding: 60px 0 50px;
    border-bottom: 1px solid rgba(225, 29, 72, 0.08);
    text-align: center;
}

.ps-sp-hero-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px;
}

.ps-sp-breadcrumb {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 18px;
}

.ps-sp-breadcrumb a {
    color: #475569;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.25s ease;
}

.ps-sp-breadcrumb a:hover {
    color: var(--primary-red, #e11d48);
}

.ps-breadcrumb-sep {
    margin: 0 8px;
    color: #cbd5e1;
}

.ps-breadcrumb-current {
    color: var(--primary-red, #e11d48);
    font-weight: 600;
}

.ps-sp-hero-badge {
    display: inline-block;
    background: rgba(225, 29, 72, 0.10);
    color: var(--primary-red, #e11d48);
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.ps-sp-hero-title {
    font-size: 42px;
    font-weight: 800;
    color: var(--text-dark, #0f172a);
    line-height: 1.2;
    margin: 0 0 16px 0;
}

.ps-sp-hero-subtitle {
    font-size: 17px;
    color: #475569;
    line-height: 1.7;
    max-width: 780px;
    margin: 0 auto;
}

/* 2. Section 1: Featured Couples Grid (Home Page Step 4 Replica wrapper) */
.ps-sp-featured-couples {
    background: #ffffff;
    padding: 20px 0 0 0;
}

/* 3. Section 2: In-Depth Agarwal Family Journeys (Long-Form Horizontal Cards) */
.ps-sp-longform-section {
    background: var(--warm-bg, #fff5f6);
    padding: 85px 0 95px;
    border-top: 1px solid rgba(225, 29, 72, 0.08);
    border-bottom: 1px solid rgba(225, 29, 72, 0.08);
}

.ps-sp-longform-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

.ps-sp-section-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 55px auto;
}

.ps-sp-section-badge {
    display: inline-block;
    background: rgba(225, 29, 72, 0.10);
    color: var(--primary-red, #e11d48);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 14px;
}

.ps-sp-section-title {
    font-size: 36px;
    font-weight: 800;
    color: var(--text-dark, #0f172a);
    margin: 0 0 16px 0;
    line-height: 1.25;
}

.ps-sp-section-subtitle {
    font-size: 16.5px;
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

.ps-sp-stories-list {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.ps-sp-story-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: stretch;
    overflow: hidden;
    transition: all 0.35s ease;
}

.ps-sp-story-card:hover {
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.10);
    transform: translateY(-4px);
}

.ps-sp-story-card-reverse {
    flex-direction: row-reverse;
}

.ps-sp-story-img-col {
    width: 44%;
    position: relative;
    min-height: 400px;
    overflow: hidden;
    background: #f1f5f9;
}

.ps-sp-story-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: block;
}

.ps-sp-story-card:hover .ps-sp-story-img {
    transform: scale(1.08);
}

.ps-sp-story-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(217, 119, 6, 0.4);
    z-index: 2;
}

.ps-sp-story-content-col {
    width: 56%;
    padding: 44px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ps-sp-gotra-tag {
    color: var(--primary-red, #e11d48);
    font-weight: 700;
    font-size: 13.5px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
    display: block;
}

.ps-sp-story-names {
    font-size: 26px;
    font-weight: 800;
    color: var(--text-dark, #0f172a);
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.ps-sp-story-body {
    font-size: 15.5px;
    color: #475569;
    line-height: 1.75;
    margin: 0 0 22px 0;
}

.ps-sp-story-quote {
    background: #f8fafc;
    border-left: 4px solid var(--primary-red, #e11d48);
    padding: 18px 24px;
    border-radius: 0 14px 14px 0;
    font-style: italic;
    color: #1e293b;
    font-weight: 600;
    margin: 0;
    display: flex;
    gap: 12px;
    font-size: 14.5px;
    line-height: 1.6;
}

.ps-sp-quote-icon {
    font-size: 32px;
    font-weight: 900;
    color: var(--primary-red, #e11d48);
    line-height: 0.8;
}

/* 4. Section 3: Why Agarwal Families Find Success Here (3-Column Metrics Banner) */
.ps-sp-metrics-section {
    background: #ffffff;
    padding: 85px 0 95px;
}

.ps-sp-metrics-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

.ps-sp-metrics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.ps-sp-metric-card {
    background: #f8fafc;
    border-radius: 20px;
    padding: 42px 30px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.35s ease;
}

.ps-sp-metric-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.07);
    border-color: rgba(225, 29, 72, 0.20);
    background: #ffffff;
}

.ps-sp-metric-icon-wrap {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px auto;
    background: rgba(225, 29, 72, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ps-sp-metric-symbol {
    font-size: 32px;
}

.ps-sp-metric-title {
    font-size: 21px;
    font-weight: 700;
    color: var(--text-dark, #0f172a);
    margin: 0 0 12px 0;
}

.ps-sp-metric-text {
    font-size: 15px;
    color: #64748b;
    line-height: 1.65;
    margin: 0;
}

/* 5. Section 4: Bottom Conversion CTA Banner */
.ps-sp-cta-section {
    background: #ffffff;
    padding: 0 0 95px 0;
}

.ps-sp-cta-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

.ps-sp-cta-banner {
    background: #111116;
    background-image: radial-gradient(circle at 85% 50%, rgba(214, 0, 36, 0.30) 0%, transparent 65%);
    border-radius: 24px;
    padding: 60px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.ps-sp-cta-content {
    max-width: 650px;
}

.ps-sp-cta-title {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 14px 0;
    line-height: 1.2;
}

.ps-sp-cta-text {
    font-size: 17px;
    color: #cbd5e1;
    line-height: 1.65;
    margin: 0;
}

.ps-sp-cta-btn {
    background: #D60024;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 16.5px;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    box-shadow: 0 8px 24px rgba(214, 0, 36, 0.45);
    transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
    border: none;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ps-sp-cta-btn:hover {
    background: #b8001f;
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(214, 0, 36, 0.65);
}

/* ==========================================================================
   100% RESPONSIVE BREAKPOINTS (DESKTOP / TABLET / MOBILE)
   ========================================================================== */

/* Tablet (< 992px) */
@media (max-width: 991.98px) {
    .ps-sp-hero-title {
        font-size: 34px;
    }
    .ps-sp-story-card,
    .ps-sp-story-card-reverse {
        flex-direction: column;
    }
    .ps-sp-story-img-col,
    .ps-sp-story-content-col {
        width: 100%;
    }
    .ps-sp-story-img-col {
        min-height: 340px;
    }
    .ps-sp-story-content-col {
        padding: 34px 30px;
    }
    .ps-sp-metrics-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ps-sp-cta-banner {
        flex-direction: column;
        text-align: center;
        padding: 45px 32px;
    }
    .ps-sp-cta-content {
        max-width: 100%;
    }
}

/* Mobile (< 576px) */
@media (max-width: 575.98px) {
    .ps-sp-hero {
        padding: 44px 0 36px;
    }
    .ps-sp-hero-title {
        font-size: 28px;
    }
    .ps-sp-hero-subtitle {
        font-size: 15px;
    }
    .ps-sp-section-title {
        font-size: 27px;
    }
    .ps-sp-story-names {
        font-size: 21px;
    }
    .ps-sp-story-content-col {
        padding: 28px 22px;
    }
    .ps-sp-metrics-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .ps-sp-metric-card {
        padding: 34px 22px;
    }
    .ps-sp-cta-banner {
        padding: 38px 24px;
        border-radius: 20px;
    }
    .ps-sp-cta-title {
        font-size: 26px;
    }
    .ps-sp-cta-text {
        font-size: 15px;
    }
    .ps-sp-cta-btn {
        width: 100%;
        min-height: 48px;
        padding: 16px 28px;
    }
}

/* ==========================================================================
   ABOUT US PAGE (/about-us/) DEDICATED MODULE
   100% Full Width Contained, Responsive, Samaj-Led Heritage & Matrimony UI
   ========================================================================== */

.ps-about-page-wrapper {
    background: #ffffff;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

/* 1. Page Hero Header Area */
.ps-about-hero {
    background: linear-gradient(180deg, #fff5f6 0%, #ffffff 100%);
    padding: 60px 0 50px;
    border-bottom: 1px solid rgba(225, 29, 72, 0.08);
    text-align: center;
}

.ps-about-hero-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px;
}

.ps-about-breadcrumb {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 18px;
}

.ps-about-breadcrumb a {
    color: #475569;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.25s ease;
}

.ps-about-breadcrumb a:hover {
    color: var(--primary-red, #e11d48);
}

.ps-about-hero-badge {
    display: inline-block;
    background: rgba(225, 29, 72, 0.10);
    color: var(--primary-red, #e11d48);
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.ps-about-hero-title {
    font-size: 42px;
    font-weight: 800;
    color: var(--text-dark, #0f172a);
    line-height: 1.2;
    margin: 0 0 16px 0;
}

.ps-about-hero-subtitle {
    font-size: 17px;
    color: #475569;
    line-height: 1.7;
    max-width: 780px;
    margin: 0 auto;
}

/* 2. Section 1: "No Founder, Community Driven" Philosophy */
.ps-philosophy-section {
    padding: 85px 0 90px;
    background: #ffffff;
}

.ps-philosophy-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

.ps-philosophy-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 50px;
    align-items: center;
}

.ps-philosophy-img-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
    min-height: 440px;
    background: #f1f5f9;
}

.ps-philosophy-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ps-philosophy-img-wrap:hover .ps-philosophy-img {
    transform: scale(1.06);
}

.ps-philosophy-img-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.ps-philosophy-badge {
    display: inline-block;
    background: rgba(225, 29, 72, 0.10);
    color: var(--primary-red, #e11d48);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 14px;
}

.ps-philosophy-heading {
    font-size: 36px;
    font-weight: 800;
    color: var(--text-dark, #0f172a);
    margin: 0 0 22px 0;
    line-height: 1.25;
}

.ps-philosophy-para {
    font-size: 16.5px;
    color: #475569;
    line-height: 1.8;
    margin: 0 0 22px 0;
}

.ps-philosophy-quote {
    background: #f8fafc;
    border-left: 4px solid var(--primary-red, #e11d48);
    padding: 22px 28px;
    border-radius: 0 16px 16px 0;
    font-style: italic;
    color: #1e293b;
    font-weight: 600;
    font-size: 15.5px;
    line-height: 1.65;
    margin: 28px 0 0 0;
    display: flex;
    gap: 14px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
}

.ps-philosophy-quote-icon {
    font-size: 34px;
    font-weight: 900;
    color: var(--primary-red, #e11d48);
    line-height: 0.8;
}

/* 3. Section 2: The Legacy of 18 Gotras & Modern Tech */
.ps-heritage-section {
    background: #F8F9FA;
    padding: 85px 0 95px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.ps-heritage-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

.ps-heritage-header {
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
}

.ps-heritage-icon-wrap {
    width: 96px;
    height: 96px;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ps-heritage-icon {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.12));
}

.ps-heritage-badge {
    display: inline-block;
    background: rgba(225, 29, 72, 0.10);
    color: var(--primary-red, #e11d48);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 14px;
}

.ps-heritage-title {
    font-size: 36px;
    font-weight: 800;
    color: var(--text-dark, #0f172a);
    margin: 0 0 16px 0;
    line-height: 1.25;
}

.ps-heritage-subtitle {
    font-size: 16.5px;
    color: #475569;
    line-height: 1.75;
    margin: 0;
}

/* 18 Gotras Glassmorphism Pill-Grid */
.ps-gotras-pill-container {
    max-width: 980px;
    margin: 45px auto 0 auto;
}

.ps-gotras-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.ps-gotra-pill {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(225, 29, 72, 0.18);
    color: var(--text-dark, #0f172a);
    font-weight: 600;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    cursor: default;
}

.ps-gotra-pill:hover {
    background: var(--primary-red, #e11d48);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(225, 29, 72, 0.35);
    border-color: var(--primary-red, #e11d48);
}

.ps-gotra-pill-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary-red, #e11d48);
    display: inline-block;
    transition: background 0.3s ease;
}

.ps-gotra-pill:hover .ps-gotra-pill-dot {
    background: #ffffff;
}

/* 4. Section 3: 4 Pillars of Samaj Trust */
.ps-trust-pillars {
    background: #ffffff;
    padding: 85px 0 95px;
}

.ps-trust-pillars-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

.ps-trust-pillars-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 55px auto;
}

.ps-trust-pillars-badge {
    display: inline-block;
    background: rgba(225, 29, 72, 0.10);
    color: var(--primary-red, #e11d48);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 14px;
}

.ps-trust-pillars-title {
    font-size: 36px;
    font-weight: 800;
    color: var(--text-dark, #0f172a);
    margin: 0 0 16px 0;
    line-height: 1.25;
}

.ps-trust-pillars-subtitle {
    font-size: 16.5px;
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

.ps-trust-pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.ps-trust-pillar-card {
    background: #f8fafc;
    border-radius: 20px;
    padding: 40px 26px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.35s ease;
}

.ps-trust-pillar-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.07);
    border-color: rgba(225, 29, 72, 0.22);
    background: #ffffff;
}

.ps-trust-pillar-icon-wrap {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px auto;
    background: rgba(225, 29, 72, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ps-trust-pillar-emoji {
    font-size: 32px;
}

.ps-trust-pillar-title {
    font-size: 21px;
    font-weight: 700;
    color: var(--text-dark, #0f172a);
    margin: 0 0 12px 0;
}

.ps-trust-pillar-text {
    font-size: 15px;
    color: #64748b;
    line-height: 1.65;
    margin: 0;
}

/* 5. Section 4: Bottom Conversion CTA Banner */
.ps-about-cta-section {
    background: #ffffff;
    padding: 0 0 95px 0;
}

.ps-about-cta-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

.ps-about-cta-banner {
    background: #111116;
    background-image: radial-gradient(circle at 85% 50%, rgba(214, 0, 36, 0.32) 0%, transparent 65%);
    border-radius: 24px;
    padding: 60px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.ps-about-cta-content {
    max-width: 620px;
}

.ps-about-cta-title {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 14px 0;
    line-height: 1.2;
}

.ps-about-cta-text {
    font-size: 17px;
    color: #cbd5e1;
    line-height: 1.65;
    margin: 0;
}

.ps-about-cta-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}

.ps-about-cta-btn-primary {
    background: #D60024;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 16px;
    padding: 16px 34px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    box-shadow: 0 8px 24px rgba(214, 0, 36, 0.45);
    transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
    border: none;
    min-height: 52px;
}

.ps-about-cta-btn-primary:hover {
    background: #b8001f;
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(214, 0, 36, 0.65);
}

.ps-about-cta-btn-secondary {
    background: rgba(255, 255, 255, 0.10);
    color: #ffffff !important;
    font-weight: 600;
    font-size: 16px;
    padding: 16px 30px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 0.35s ease;
    min-height: 52px;
}

.ps-about-cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.45);
}

/* ==========================================================================
   100% RESPONSIVE BREAKPOINTS (DESKTOP / TABLET / MOBILE)
   ========================================================================== */

/* Tablet (576px to 991.98px) */
@media (max-width: 991.98px) {
    .ps-about-hero-title {
        font-size: 34px;
    }
    .ps-philosophy-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .ps-philosophy-img-wrap {
        min-height: 380px;
    }
    .ps-trust-pillars-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ps-about-cta-banner {
        flex-direction: column;
        text-align: center;
        padding: 45px 32px;
    }
    .ps-about-cta-actions {
        justify-content: center;
        width: 100%;
    }
}

/* Mobile (< 576px) */
@media (max-width: 575.98px) {
    .ps-about-hero {
        padding: 44px 0 36px;
    }
    .ps-about-hero-title {
        font-size: 28px;
    }
    .ps-about-hero-subtitle {
        font-size: 15px;
    }
    .ps-philosophy-heading,
    .ps-heritage-title,
    .ps-trust-pillars-title {
        font-size: 27px;
    }
    .ps-philosophy-img-wrap {
        min-height: 280px;
    }
    .ps-gotras-pill-grid {
        gap: 10px;
    }
    .ps-gotra-pill {
        font-size: 14px;
        padding: 10px 18px;
    }
    .ps-trust-pillars-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .ps-trust-pillar-card {
        padding: 34px 22px;
    }
    .ps-about-cta-banner {
        padding: 38px 24px;
        border-radius: 20px;
    }
    .ps-about-cta-title {
        font-size: 26px;
    }
    .ps-about-cta-text {
        font-size: 15px;
    }
    .ps-about-cta-actions {
        flex-direction: column;
        width: 100%;
        gap: 14px;
    }
    .ps-about-cta-btn-primary,
    .ps-about-cta-btn-secondary {
        width: 100%;
        min-height: 48px;
        padding: 15px 24px;
    }
}

/* ==========================================================================
   HELP & FAQ PAGE (/faq/) DEDICATED MODULE
   100% Full Width Contained, Responsive, Shaadi.com Editorial Accordion UI
   ========================================================================== */

.ps-faq-page-wrapper {
    background: #ffffff;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

/* 1. Page Hero Header Area */
.ps-help-hero {
    background: linear-gradient(180deg, #fff5f6 0%, #ffffff 100%);
    padding: 60px 0 50px;
    border-bottom: 1px solid rgba(225, 29, 72, 0.08);
    text-align: center;
}

.ps-help-hero-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px;
}

.ps-help-breadcrumb {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 18px;
}

.ps-help-breadcrumb a {
    color: #475569;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.25s ease;
}

.ps-help-breadcrumb a:hover {
    color: var(--primary-red, #e11d48);
}

.ps-help-hero-badge {
    display: inline-block;
    background: rgba(225, 29, 72, 0.10);
    color: var(--primary-red, #e11d48);
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.ps-help-hero-title {
    font-size: 42px;
    font-weight: 800;
    color: var(--text-dark, #0f172a);
    line-height: 1.2;
    margin: 0 0 16px 0;
}

.ps-help-hero-subtitle {
    font-size: 17px;
    color: #475569;
    line-height: 1.7;
    max-width: 780px;
    margin: 0 auto;
}

/* 2. Section 1: Quick Help Categories (4-Column Grid) */
.ps-help-categories-section {
    padding: 60px 0 45px;
    background: #ffffff;
}

.ps-help-categories-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

.ps-help-categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.ps-help-cat-card {
    background: #f8fafc;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 0;
    text-align: center;
    transition: all 0.35s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.ps-help-cat-card:hover {
    transform: translateY(-6px);
    background: #ffffff;
    border-color: rgba(225, 29, 72, 0.25);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.ps-help-cat-img-wrap {
    width: 100%;
    height: 180px;
    margin: 0;
    overflow: hidden;
    background: #f1f5f9;
}

.ps-help-cat-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ps-help-cat-card:hover .ps-help-cat-img {
    transform: scale(1.06);
}

.ps-help-cat-content {
    padding: 24px 22px 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ps-help-cat-title {
    font-size: 19px;
    font-weight: 700;
    color: var(--text-dark, #0f172a);
    margin: 0 0 10px 0;
}

.ps-help-cat-text {
    font-size: 14.5px;
    color: #64748b;
    line-height: 1.65;
    margin: 0;
}

/* 3. Section 2: Interactive FAQ Accordion (10 Core Questions in 4 Groups) */
.ps-faq-accordion-section {
    padding: 35px 0 85px;
    background: #ffffff;
}

.ps-faq-accordion-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}

.ps-faq-accordion {
    width: 100%;
}

.ps-faq-group {
    margin-bottom: 50px;
}

.ps-faq-group:last-child {
    margin-bottom: 0;
}

.ps-faq-group-header {
    margin-bottom: 22px;
    border-bottom: 2px solid rgba(225, 29, 72, 0.15);
    padding-bottom: 12px;
}

.ps-faq-group-badge {
    display: inline-block;
    background: rgba(225, 29, 72, 0.10);
    color: var(--primary-red, #e11d48);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 50px;
    margin-bottom: 8px;
}

.ps-faq-group-title {
    font-size: 24px;
    font-weight: 800;
    color: var(--text-dark, #0f172a);
    margin: 0;
}

.ps-faq-group-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ps-faq-item {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #ffffff;
}

.ps-faq-item.is-active {
    border-color: var(--primary-red, #e11d48);
    box-shadow: 0 6px 20px rgba(225, 29, 72, 0.08);
}

.ps-faq-title {
    width: 100%;
    background: #ffffff;
    border: none;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 16.5px;
    font-weight: 600;
    color: var(--text-dark, #0f172a);
    cursor: pointer;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    transition: background 0.3s ease, color 0.3s ease;
}

.ps-faq-item.is-active .ps-faq-title {
    background: #FFF5F6;
    color: #b8001f;
}

.ps-faq-q-text {
    display: flex;
    align-items: baseline;
    gap: 8px;
    line-height: 1.45;
}

.ps-faq-num {
    color: var(--primary-red, #e11d48);
    font-weight: 700;
}

.ps-faq-toggle-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
    color: #334155;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.ps-faq-item.is-active .ps-faq-toggle-icon {
    background: var(--primary-red, #e11d48);
    color: #ffffff;
}

.ps-faq-content {
    background: #F8F9FA;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.ps-faq-content-inner {
    padding: 20px 24px;
    font-size: 15.5px;
    color: #475569;
    line-height: 1.75;
}

/* 4. Section 3: Direct Samaj Support Box (Action Blue Border) */
.ps-support-box-section {
    padding: 0 0 95px 0;
    background: #ffffff;
}

.ps-support-box-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}

.ps-support-box {
    background: #F8F9FA;
    border: 2px solid #00A8FF;
    border-radius: 20px;
    padding: 44px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    box-shadow: 0 12px 35px rgba(0, 168, 255, 0.08);
}

.ps-support-box-content {
    max-width: 520px;
}

.ps-support-emoji {
    font-size: 38px;
    display: inline-block;
    margin-bottom: 10px;
}

.ps-support-title {
    font-size: 25px;
    font-weight: 800;
    color: var(--text-dark, #0f172a);
    margin: 0 0 12px 0;
    line-height: 1.25;
}

.ps-support-text {
    font-size: 16px;
    color: #475569;
    line-height: 1.65;
    margin: 0 0 16px 0;
}

.ps-support-email-badge {
    display: inline-block;
    background: #ffffff;
    border: 1px solid rgba(0, 168, 255, 0.25);
    color: #0f172a;
    font-weight: 600;
    font-size: 14.5px;
    padding: 8px 18px;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.ps-support-box-actions {
    flex-shrink: 0;
}

.ps-support-btn {
    background: #00A8FF;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 16px;
    padding: 16px 34px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    box-shadow: 0 8px 24px rgba(0, 168, 255, 0.38);
    transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
    min-height: 52px;
}

.ps-support-btn:hover {
    background: #008ecc;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 168, 255, 0.55);
}

/* ==========================================================================
   100% RESPONSIVE BREAKPOINTS (DESKTOP / TABLET / MOBILE)
   ========================================================================== */

/* Tablet (576px to 991.98px) */
@media (max-width: 991.98px) {
    .ps-help-hero-title {
        font-size: 34px;
    }
    .ps-help-categories {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .ps-support-box {
        flex-direction: column;
        text-align: center;
        padding: 40px 28px;
    }
    .ps-support-box-actions {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

/* Mobile (< 576px) */
@media (max-width: 575.98px) {
    .ps-help-hero {
        padding: 44px 0 36px;
    }
    .ps-help-hero-title {
        font-size: 28px;
    }
    .ps-help-hero-subtitle {
        font-size: 15px;
    }
    .ps-help-categories {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .ps-help-cat-card {
        padding: 28px 20px;
    }
    .ps-faq-group-title {
        font-size: 21px;
    }
    .ps-faq-title {
        padding: 16px 18px;
        font-size: 0.95rem;
    }
    .ps-faq-content-inner {
        padding: 18px 18px;
        font-size: 0.95rem;
    }
    .ps-support-box {
        padding: 34px 22px;
        border-radius: 18px;
    }
    .ps-support-title {
        font-size: 22px;
    }
    .ps-support-text {
        font-size: 15px;
    }
    .ps-support-email-badge {
        font-size: 13.5px;
        padding: 8px 14px;
        word-break: break-all;
    }
    .ps-support-btn {
        width: 100%;
        min-height: 48px;
        padding: 15px 24px;
    }
}

/* ==========================================================================
   PRIVACY POLICY PAGE (/privacy-policy/) DEDICATED MODULE
   100% Full Width Contained, Responsive, 900px Legal Reading View
   ========================================================================== */

.ps-privacy-page-wrapper {
    background: #ffffff;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

/* 1. Page Hero Header Area */
.ps-legal-hero {
    background: linear-gradient(180deg, #fff5f6 0%, #ffffff 100%);
    padding: 65px 0 55px;
    border-bottom: 1px solid rgba(225, 29, 72, 0.08);
    text-align: center;
}

.ps-legal-hero-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px;
}

.ps-legal-breadcrumb {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 18px;
}

.ps-legal-breadcrumb a {
    color: #475569;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.25s ease;
}

.ps-legal-breadcrumb a:hover {
    color: var(--primary-red, #e11d48);
}

.ps-legal-hero-badge {
    display: inline-block;
    background: rgba(225, 29, 72, 0.10);
    color: var(--primary-red, #e11d48);
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.ps-legal-hero-title {
    font-size: 42px;
    font-weight: 800;
    color: var(--text-dark, #0f172a);
    line-height: 1.2;
    margin: 0 0 16px 0;
}

.ps-legal-hero-subtitle {
    font-size: 17px;
    color: #475569;
    line-height: 1.7;
    max-width: 780px;
    margin: 0 auto 18px auto;
}

.ps-legal-hero-date {
    display: inline-block;
    font-size: 13.5px;
    font-weight: 600;
    color: #64748b;
    background: rgba(0, 0, 0, 0.04);
    padding: 6px 18px;
    border-radius: 50px;
}

/* 2. 900px Centered Legal Content Body */
.ps-legal-body-section {
    padding: 55px 0 95px;
    background: #ffffff;
}

.ps-legal-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #334155;
    font-family: 'Poppins', sans-serif;
}

/* 3. Section 1: The Privacy Wall (Highlighted Box) */
.ps-privacy-highlight {
    background: #F8F9FA;
    border-left: 5px solid var(--primary-red, #D60024);
    border-radius: 0 16px 16px 0;
    padding: 38px 36px;
    margin-bottom: 50px;
    display: flex;
    gap: 28px;
    align-items: flex-start;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.ps-privacy-highlight-icon-wrap {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    background: rgba(225, 29, 72, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ps-privacy-highlight-icon {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.ps-privacy-highlight-text {
    flex-grow: 1;
}

.ps-privacy-highlight h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-dark, #0f172a);
    margin: 0 0 14px 0;
    border-bottom: 2px solid rgba(225, 29, 72, 0.15);
    padding-bottom: 10px;
}

/* 3B. High-Contrast Textual Legal Notice Box (Strictly Zero Images / Icons) */
.ps-legal-notice-box {
    background: #F8F9FA;
    border-left: 5px solid var(--primary-red, #D60024);
    border-radius: 0 16px 16px 0;
    padding: 26px 30px;
    margin: 20px 0 24px 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
}

.ps-legal-notice-title {
    color: var(--primary-red, #D60024);
    font-size: 15px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 12px !important;
}

.ps-legal-notice-box p:last-child {
    margin-bottom: 0 !important;
    color: #334155;
    font-size: 1.08rem;
    line-height: 1.75;
}

/* 4. General Legal Sections & Headings */
.ps-legal-section {
    margin-bottom: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 44px;
}

.ps-legal-section:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.ps-legal-section h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    color: var(--text-dark, #0f172a);
    font-weight: 700;
    font-size: 24px;
    border-bottom: 2px solid rgba(225, 29, 72, 0.15);
    padding-bottom: 12px;
    display: inline-block;
}

.ps-legal-section p,
.ps-privacy-highlight p {
    margin-top: 0;
    margin-bottom: 18px;
    color: #475569;
}

/* 5. Custom Checkmark Bullet Lists */
.ps-legal-bullets {
    list-style: none;
    padding: 0;
    margin: 18px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ps-legal-bullets li {
    position: relative;
    padding-left: 30px;
    color: #334155;
    line-height: 1.75;
}

.ps-legal-bullets li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary-red, #e11d48);
    font-weight: 700;
    font-size: 16px;
}

.ps-legal-highlight-item {
    background: #FFF5F6;
    border: 1px solid rgba(225, 29, 72, 0.22);
    border-radius: 12px;
    padding: 16px 20px 16px 44px;
    margin-top: 8px;
    color: #99001a !important;
}

.ps-legal-highlight-item::before {
    left: 18px !important;
    top: 16px !important;
}

/* 6. Section 3: Section with Alongside Privacy Icon */
.ps-legal-section-with-icon {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.ps-legal-section-icon-col {
    width: 76px;
    flex-shrink: 0;
}

.ps-legal-section-icon {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.ps-legal-section-text-col {
    flex-grow: 1;
}

/* 7. Section 6: Clean Contact Footer Box */
.ps-legal-contact {
    background: #F8F9FA;
    border: 2px solid var(--action-blue, #00A8FF);
    border-radius: 20px;
    padding: 42px 40px;
    margin-top: 50px;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0, 168, 255, 0.08);
}

.ps-legal-contact h3 {
    font-size: 24px;
    font-weight: 800;
    color: var(--text-dark, #0f172a);
    margin: 0 0 12px 0;
}

.ps-legal-contact p {
    font-size: 16px;
    color: #475569;
    max-width: 680px;
    margin: 0 auto 22px auto;
    line-height: 1.7;
}

.ps-legal-contact-details {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    background: #ffffff;
    border: 1px solid rgba(0, 168, 255, 0.25);
    padding: 14px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    color: #0f172a;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}

.ps-contact-sep {
    color: #cbd5e1;
}

.ps-legal-link {
    color: var(--action-blue, #00A8FF);
    text-decoration: underline;
    font-weight: 700;
    margin-left: 4px;
}

/* ==========================================================================
   SAFETY TIPS PAGE ALERT BOX (.ps-safety-alert)
   ========================================================================== */
.ps-safety-alert {
    background: #F8F9FA;
    border: 2px solid #D60024;
    border-left-width: 8px;
    border-radius: 16px;
    padding: 30px 28px;
    margin: 38px 0;
    box-shadow: 0 10px 30px rgba(214, 0, 36, 0.08);
}
.ps-safety-alert-badge {
    display: inline-block;
    background: #D60024;
    color: #FFFFFF;
    font-size: 12.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
}
.ps-safety-alert h2 {
    color: #D60024 !important;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 16px;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
.ps-safety-alert p {
    color: #2E2836;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
}
.ps-safety-alert .ps-legal-bullets li {
    color: #2E2836;
}
.ps-safety-alert .ps-legal-bullets li strong {
    color: #D60024;
}

/* ==========================================================================
   100% RESPONSIVE BREAKPOINTS (TABLET & MOBILE)
   ========================================================================== */

/* Tablet (max-width: 991.98px) */
@media (max-width: 991.98px) {
    .ps-legal-hero-title {
        font-size: 34px;
    }
    .ps-privacy-highlight {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 32px 28px;
    }
    .ps-legal-section-with-icon {
        flex-direction: column;
        align-items: center;
    }
    .ps-legal-section-text-col {
        width: 100%;
    }
}

/* Mobile (< 576px) */
@media (max-width: 575.98px) {
    .ps-legal-hero {
        padding: 46px 0 38px;
    }
    .ps-legal-hero-title {
        font-size: 28px;
    }
    .ps-legal-hero-subtitle {
        font-size: 15px;
    }
    .ps-legal-content {
        padding: 0 15px;
        font-size: 1rem;
        line-height: 1.75;
    }
    .ps-privacy-highlight {
        padding: 26px 20px;
        border-radius: 0 12px 12px 0;
        margin-bottom: 38px;
    }
    .ps-privacy-highlight h2,
    .ps-legal-section h2 {
        font-size: 21px;
    }
    .ps-legal-section {
        margin-bottom: 38px;
        padding-bottom: 34px;
    }
    .ps-safety-alert {
        padding: 24px 18px;
        border-radius: 12px;
        margin: 28px 0;
    }
    .ps-safety-alert h2 {
        font-size: 20px;
    }
    .ps-legal-contact {
        padding: 32px 20px;
        border-radius: 18px;
    }
    .ps-legal-contact h3 {
        font-size: 21px;
    }
    .ps-legal-contact p {
        font-size: 15px;
    }
    .ps-legal-contact-details {
        flex-direction: column;
        border-radius: 16px;
        word-break: break-word;
        text-align: center;
        gap: 8px;
        width: 100%;
        padding: 16px 18px;
    }
    .ps-contact-sep {
        display: none;
    }
    .ps-legal-notice-box {
        padding: 22px 18px;
        border-radius: 0 12px 12px 0;
    }
}

/* ==========================================================================
   GLOBAL ASTRA PAGE TITLE & HEADER CLEANUP
   Removes Astra's default left-aligned .entry-title & top white space on ALL pages
   ========================================================================== */
.page header.entry-header.ast-no-thumbnail,
.page header.entry-header,
.page .ast-single-post-order .entry-title,
.page h1.entry-title {
    display: none !important;
}
.page .ast-article-single {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.page .entry-content {
    margin-top: 0 !important;
}
.page #primary,
.page #main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* ==========================================================================
   CONTACT US PAGE STYLES (/contact-us/) - AGRAWAL PARINAY SETU
   ========================================================================== */
.ps-contact-page-wrapper {
    background: #FFFFFF;
    color: var(--text-main, #1E1E24);
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

/* --- Section 1: Contact Information Cards (3-Column Grid) --- */
.ps-contact-info-section {
    position: relative;
    z-index: 5;
    margin: -40px auto 60px auto;
    padding: 0 20px;
}
.ps-contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1200px;
    margin: 0 auto;
}
.ps-contact-card {
    background: #FFFFFF;
    border: 1px solid #EAEBEF;
    border-radius: 18px;
    padding: 34px 28px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.ps-contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(214, 0, 36, 0.1);
    border-color: rgba(214, 0, 36, 0.25);
}
.ps-contact-card-icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(214, 0, 36, 0.08) 0%, rgba(214, 0, 36, 0.02) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 1px solid rgba(214, 0, 36, 0.15);
}
.ps-contact-card-icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
}
.ps-contact-clock-svg {
    width: 40px;
    height: 40px;
}
.ps-contact-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #1E1E24;
    margin: 0 0 12px 0;
}
.ps-contact-card-text {
    font-size: 16px;
    font-weight: 600;
    color: #D60024;
    margin: 0 0 10px 0;
    line-height: 1.5;
}
.ps-contact-card-subtext {
    font-size: 13.5px;
    color: #646470;
    margin: 0;
    line-height: 1.6;
}
.ps-contact-emails-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.ps-contact-email-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F8F9FA;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #EDEDED;
}
.ps-contact-email-link {
    font-size: 15px;
    font-weight: 600;
    color: #00A8FF;
    text-decoration: none;
    transition: color 0.2s ease;
    word-break: break-all;
}
.ps-contact-email-link:hover {
    color: #D60024;
    text-decoration: underline;
}
.ps-contact-email-label {
    font-size: 12px;
    color: #7A7A8A;
    margin-top: 2px;
}

/* --- Section 2: Interactive AJAX Contact Form & Support Guidance --- */
.ps-contact-form-section {
    background: #F8F9FA;
    padding: 80px 20px;
    border-top: 1px solid #EAEBEF;
    border-bottom: 1px solid #EAEBEF;
}
.ps-contact-form-container {
    max-width: 1200px;
    margin: 0 auto;
}
.ps-contact-form-grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 45px;
    align-items: start;
}
.ps-contact-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.ps-contact-img-wrap {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}
.ps-contact-support-img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.ps-contact-support-img:hover {
    transform: scale(1.03);
}
.ps-contact-message-box {
    background: #FFFFFF;
    border-left: 5px solid #D60024;
    padding: 22px 24px;
    border-radius: 0 14px 14px 0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}
.ps-contact-box-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #D60024;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.ps-contact-message-box p {
    margin: 0;
    font-size: 14.5px;
    color: #4A4A5A;
    line-height: 1.7;
}

/* --- Right Column: Contact Form Box --- */
.ps-contact-form-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 42px 40px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.07);
    border: 1px solid #EAEBEF;
}
.ps-contact-form-card h2 {
    font-size: 26px;
    font-weight: 700;
    color: #1E1E24;
    margin: 0 0 8px 0;
}
.ps-contact-form-subtitle {
    font-size: 15px;
    color: #646470;
    margin: 0 0 28px 0;
    line-height: 1.6;
}
.ps-contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ps-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.ps-form-row-full {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.ps-form-col {
    display: flex;
    flex-direction: column;
}
.ps-form-label {
    font-size: 14px;
    font-weight: 600;
    color: #2E2836;
    margin-bottom: 8px;
}
.ps-req {
    color: #D60024;
    font-weight: 700;
}
.ps-opt {
    color: #7A7A8A;
    font-weight: 400;
    font-size: 12.5px;
}
.ps-form-input,
.ps-form-select,
.ps-form-textarea {
    min-height: 48px;
    background: #F8F9FA;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #1E1E24;
    transition: all 0.25s ease;
    width: 100%;
    box-sizing: border-box;
}
.ps-form-textarea {
    min-height: 110px;
    resize: vertical;
}
.ps-form-input:focus,
.ps-form-select:focus,
.ps-form-textarea:focus {
    outline: none;
    background: #FFFFFF;
    border-color: #00A8FF;
    box-shadow: 0 0 0 3px rgba(0, 168, 255, 0.15);
}
.ps-form-submit-row {
    margin-top: 10px;
}
.ps-contact-submit-btn {
    width: 100%;
    background: #D60024;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 24px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(214, 0, 36, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ps-contact-submit-btn:hover {
    background: #B5001E;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(214, 0, 36, 0.35);
}
.ps-contact-submit-btn:disabled {
    opacity: 0.75;
    cursor: not-allowed;
    transform: none;
}
.ps-contact-success-banner {
    background: #EAFAEA;
    border: 1px solid #A8E6A8;
    color: #1E6B1E;
    padding: 24px 28px;
    border-radius: 14px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.ps-success-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #28A745;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
}
.ps-success-text {
    margin: 0;
    font-size: 15.5px;
    font-weight: 500;
    line-height: 1.6;
}
.ps-contact-error-banner {
    background: #FDE8E8;
    border: 1px solid #F8B4B4;
    color: #9B1C1C;
    padding: 14px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
}

/* --- Section 3: Bottom FAQ Bridge Banner --- */
.ps-contact-faq-bridge-section {
    padding: 20px 20px 60px 20px;
    background: #FFFFFF;
}
.ps-contact-faq-bridge {
    max-width: 1000px;
    margin: 40px auto 0 auto;
    padding: 48px 40px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
}
.ps-contact-faq-bridge h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1E1E24;
    margin: 0 0 12px 0;
}
.ps-contact-faq-bridge p {
    font-size: 16px;
    color: #5A5A68;
    max-width: 720px;
    margin: 0 auto 28px auto;
    line-height: 1.6;
}
.ps-btn-faq-bridge {
    display: inline-block;
    background: #00A8FF;
    color: #FFFFFF;
    font-size: 15.5px;
    font-weight: 600;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0, 168, 255, 0.25);
}
.ps-btn-faq-bridge:hover {
    background: #0088CC;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 168, 255, 0.35);
}

/* --- 100% Mobile Responsiveness --- */
@media (max-width: 992px) {
    .ps-contact-info-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .ps-contact-form-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .ps-contact-left {
        order: 1;
    }
    .ps-contact-right {
        order: 2;
    }
}
@media (max-width: 576px) {
    .ps-contact-info-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .ps-contact-form-section {
        padding: 50px 15px;
    }
    .ps-contact-form-card {
        padding: 28px 20px;
    }
    .ps-form-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .ps-contact-card {
        padding: 28px 20px;
    }
    .ps-contact-email-link {
        word-break: break-all;
    }
    .ps-contact-faq-bridge {
        padding: 34px 22px;
    }
        font-size: 20px;
    }
}

/* ==========================================================================
   40. SINGLE MEMBER PROFILE (VIEW FULL PROFILE - SHAADI.COM CLONE UI)
   ========================================================================== */
.ps-single-profile-wrap {
    max-width: 1180px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1e293b;
}

/* Guest Blurred Overlay Mode */
.ps-guest-blur-content {
    filter: blur(15px);
    pointer-events: none;
    user-select: none;
    opacity: 0.65;
}
.ps-guest-login-overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(214, 0, 36, 0.2);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
    max-width: 480px;
    width: 90%;
}

/* Hero Section: Gallery + Quick Identity */
.ps-single-hero {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 36px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.ps-gallery-wrap {
    position: relative;
}
.ps-gallery-main {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #f1f5f9;
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ps-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
    -webkit-touch-callout: none;
}
.ps-gallery-watermark {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background: rgba(15, 23, 42, 0.75);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 20px;
    pointer-events: none;
    backdrop-filter: blur(4px);
}
.ps-gallery-thumbs {
    display: flex;
    gap: 12px;
    margin-top: 14px;
    overflow-x: auto;
}
.ps-gallery-thumb {
    width: 76px;
    height: 76px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.25s ease;
    flex-shrink: 0;
}
.ps-gallery-thumb.active {
    border-color: #D60024;
    transform: scale(1.05);
}
.ps-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

/* Right Core Identity */
.ps-hero-identity {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ps-profile-id-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff1f2;
    color: #D60024;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 50px;
    width: fit-content;
    margin-bottom: 12px;
}
.ps-profile-name {
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 16px 0;
    line-height: 1.2;
}
.ps-quick-meta-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}
.ps-meta-chip {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #334155;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: 10px;
}
.ps-hero-actions {
    display: flex;
    gap: 14px;
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px dashed #cbd5e1;
}
.ps-btn-interest-primary {
    background: #D60024;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(214, 0, 36, 0.25);
}
.ps-btn-interest-primary:hover {
    background: #B5001E;
    transform: translateY(-2px);
}
.ps-btn-shortlist-secondary {
    background: transparent;
    color: #1e293b;
    border: 2px solid #cbd5e1;
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.ps-btn-shortlist-secondary:hover {
    border-color: #f59e0b;
    color: #92400e;
    background: #fef3c7;
}

/* About Me Card */
.ps-single-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 20px;
    padding: 28px;
    margin-top: 28px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}
.ps-single-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 18px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 14px;
}

/* Deep Info Grids (2 Column of Cards) */
.ps-info-grids-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 28px;
}
.ps-info-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}
.ps-field-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}
.ps-field-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px dashed #f1f5f9;
    padding-bottom: 8px;
}
.ps-field-label {
    color: #64748b;
    font-size: 14px;
}
.ps-field-value {
    color: #0f172a;
    font-weight: 600;
    font-size: 14px;
    text-align: right;
}

/* Privacy Locked Contact Section */
.ps-contact-lock-card {
    background: #111116;
    color: #ffffff;
    border-radius: 20px;
    padding: 36px;
    margin-top: 32px;
    text-align: center;
    border: 1px solid rgba(245, 158, 11, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.ps-contact-lock-title {
    font-size: 24px;
    font-weight: 700;
    color: #f59e0b;
    margin: 0 0 10px 0;
}
.ps-masked-data-box {
    display: inline-flex;
    gap: 24px;
    background: rgba(255, 255, 255, 0.07);
    padding: 16px 28px;
    border-radius: 12px;
    margin: 18px 0 24px 0;
    font-family: monospace;
    font-size: 18px;
    color: #e2e8f0;
    border: 1px dashed rgba(255, 255, 255, 0.2);
}
.ps-btn-upgrade-premium {
    display: inline-block;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #ffffff !important;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(245, 158, 11, 0.3);
    transition: all 0.3s ease;
}
.ps-btn-upgrade-premium:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(245, 158, 11, 0.4);
}
.ps-btn-whatsapp-chat {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25d366;
    color: #ffffff !important;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
}

/* Similar Matches Section */
.ps-similar-section {
    margin-top: 44px;
}
.ps-similar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 20px;
}

@media (max-width: 992px) {
    .ps-single-hero,
    .ps-info-grids-wrap {
        grid-template-columns: 1fr;
    }
    .ps-gallery-main {
        height: 360px;
    }
    .ps-masked-data-box {
        flex-direction: column;
        gap: 12px;
    }
}

/* ==========================================================================
   100% FULL-WIDTH MOBILE RESPONSIVE OVERRIDES FOR FIND MATCHES (/matches/)
   ========================================================================== */
@media (max-width: 768px) {
    /* 1. Remove Wasted Astra Theme Horizontal Padding & Margins on Mobile */
    body.page-template-default .ast-container,
    body.page-id-matches .ast-container,
    .ast-container,
    #content,
    .site-content,
    .entry-content,
    .ast-article-single {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    /* 2. Find Matches Page Wrapper: Take full mobile screen width */
    .parinay-matches-page-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 10px !important;
        margin: 10px 0 40px !important;
        box-sizing: border-box !important;
    }

    /* 3. Force 1-Column Full-Width Grid on Mobile */
    .ps-matches-two-col-layout,
    .ps-matches-grid,
    .ps-top-rec-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    /* 4. Customer Profile Cards: Edge-to-Edge Native Mobile App Width */
    .ps-profile-card {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 16px 0 !important;
        border-radius: 16px !important;
        box-shadow: 0 6px 20px rgba(0,0,0,0.08) !important;
        box-sizing: border-box !important;
    }

    .ps-card-header {
        padding: 16px 14px 12px !important;
        gap: 12px !important;
    }

    .ps-card-avatar {
        width: 72px !important;
        height: 72px !important;
        border-width: 2px !important;
    }

    .ps-card-name {
        font-size: 18px !important;
        margin-bottom: 2px !important;
    }

    .ps-card-body {
        padding: 12px 14px !important;
    }

    /* 5. Clean Stacked Stats Row */
    .ps-stat-row {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 4px !important;
        margin-bottom: 10px !important;
        background: #f8f9fa !important;
        padding: 10px 14px !important;
        border-radius: 10px !important;
        border: 1px solid #eff1f5 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .ps-stat-label {
        font-size: 11px !important;
        font-weight: 700 !important;
        color: #646970 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
    }

    .ps-stat-val {
        font-size: 14px !important;
        color: #1e2022 !important;
        font-weight: 700 !important;
        word-break: break-word !important;
        width: 100% !important;
    }

    /* 6. Full-Width Easy-Tap Action Buttons */
    .ps-card-actions {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        padding: 12px 14px 16px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .ps-btn-action {
        width: 100% !important;
        padding: 14px 16px !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        text-align: center !important;
        justify-content: center !important;
        display: flex !important;
        align-items: center !important;
        border-radius: 30px !important;
        min-height: 46px !important;
    }

    /* 7. Filter Sidebar & Privacy Banners */
    .ps-filter-sidebar {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 18px 14px !important;
        border-radius: 16px !important;
        margin-bottom: 20px !important;
    }
}

@media (max-width: 480px) {
    .parinay-matches-page-wrapper {
        padding: 0 6px !important;
        margin: 6px 0 30px !important;
    }
    .ps-card-header {
        padding: 14px 12px 12px !important;
        gap: 10px !important;
    }
    .ps-card-avatar {
        width: 66px !important;
        height: 66px !important;
    }
    .ps-card-name {
        font-size: 17.5px !important;
    }
    .ps-card-body {
        padding: 10px 12px !important;
    }
    .ps-card-actions {
        padding: 10px 12px 14px !important;
    }
    .ps-btn-action {
        font-size: 14px !important;
        padding: 13px 14px !important;
    }
}

/* ==========================================================================
   MAHARAJA AGRASEN HERITAGE SECTION ([parinay_agrasen_heritage])
   ========================================================================== */
.parinay-heritage-section {
    position: relative;
    width: 100%;
    background: var(--bg-white, #ffffff);
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.parinay-heritage-container {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 60px 5%;
}

.parinay-heritage-image-col {
    flex: 0 0 45%;
    max-width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parinay-agrasen-img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 12px 32px rgba(212, 160, 23, 0.22), 0 0 0 1px rgba(212, 160, 23, 0.35);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.parinay-agrasen-img:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(212, 160, 23, 0.32), 0 0 0 1px rgba(212, 160, 23, 0.55);
}

.parinay-heritage-content-col {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.parinay-heritage-content-col h2 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: var(--primary-color, #e11d48);
    margin: 0 0 18px 0;
    line-height: 1.35;
    letter-spacing: -0.3px;
}

.parinay-heritage-content-col p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-main, #334155);
    margin: 0 0 24px 0;
    font-weight: 400;
}

.parinay-heritage-content-col blockquote {
    margin: 0;
    padding: 16px 20px;
    border-top: none;
    border-left: 4px solid #d4a017;
    background: rgba(212, 160, 23, 0.08);
    border-radius: 0 8px 8px 0;
    font-size: 17px;
    font-weight: 600;
    color: #78350f;
    font-style: italic;
    line-height: 1.5;
}

/* Force hide any default WordPress comment sections or meta tags inside this container block */
.parinay-heritage-section .comments-area,
.parinay-heritage-section .comment-respond,
.parinay-heritage-section .post-meta,
.parinay-heritage-section .entry-meta {
    display: none !important;
}

/* Mobile Responsiveness (< 768px) */
@media (max-width: 767.98px) {
    .parinay-heritage-container {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
        gap: 28px;
    }

    .parinay-heritage-image-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .parinay-agrasen-img {
        max-width: 100%;
        margin: 0 auto;
    }

    .parinay-heritage-content-col h2 {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .parinay-heritage-content-col p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 18px;
    }

    .parinay-heritage-content-col blockquote {
        text-align: center;
        border-left: none;
        border-top: 3px solid #d4a017;
        border-radius: 8px;
        padding: 14px 16px;
        font-size: 15.5px;
    }
}

/* ==========================================================================
   MULTI-LANGUAGE TRANSLATOR (INDIAN LANGUAGES FOOTER WIDGET)
   ========================================================================== */
/* Hide Google Translate top banner & fix body displacement */
.goog-te-banner-frame.skiptranslate,
.goog-te-banner-frame {
    display: none !important;
}

body {
    top: 0px !important;
    position: static !important;
}

/* Hide Google Tooltip & Highlights on hover */
.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Footer Bottom Bar Layout */
.parinay-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
}

.parinay-translator {
    display: inline-flex;
    align-items: center;
    z-index: 10;
}

/* Style Google Translate Simple / Select Widget for Dark Footer Theme */
#google_translate_element {
    display: inline-block;
}

#google_translate_element select,
#google_translate_element .goog-te-combo {
    background-color: #1E1E24 !important;
    color: #FFFFFF !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 6px !important;
    padding: 6px 12px !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    outline: none !important;
    cursor: pointer !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25) !important;
    transition: border-color 0.25s ease, background-color 0.25s ease;
}

#google_translate_element select:hover,
#google_translate_element .goog-te-combo:hover,
#google_translate_element select:focus,
#google_translate_element .goog-te-combo:focus {
    border-color: #ff5a60 !important;
    background-color: #272730 !important;
}

/* Simple Inline Layout Overrides */
#google_translate_element .goog-te-gadget-simple {
    background: #1E1E24 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 6px !important;
    padding: 5px 10px !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 13px !important;
    cursor: pointer !important;
}

#google_translate_element .goog-te-gadget-simple span,
#google_translate_element .goog-te-gadget-simple a {
    color: #FFFFFF !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    text-decoration: none !important;
}

/* Hide Google logo icon inside widget */
#google_translate_element img,
#google_translate_element .goog-te-gadget-icon {
    display: none !important;
}

/* Mobile Responsive (< 768px) */
@media (max-width: 767.98px) {
    .parinay-footer-bottom-inner {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 12px;
    }

    #google_translate_element select,
    #google_translate_element .goog-te-combo {
        width: 100%;
        max-width: 240px;
        text-align: center;
    }
}

/* ==========================================================================
   LEADERSHIP & INSPIRATION SECTION (About Us)
   ========================================================================== */
.ps-leadership-section {
    padding: 80px 20px;
    background: #F8F9FA;
    font-family: 'Poppins', 'Noto Sans Devanagari', sans-serif;
}

.ps-leadership-header {
    text-align: center;
}

.ps-leadership-header h2 {
    font-size: 2.2rem;
    color: #333333;
    margin-bottom: 15px;
    font-weight: 700;
}

.ps-leadership-header p {
    font-size: 1.1rem;
    color: #555555;
    max-width: 800px;
    margin: 0 auto 50px;
    line-height: 1.6;
}

.ps-leadership-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto 50px;
}

.ps-leader-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ps-leader-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.ps-leader-img {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.ps-leader-img img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top center;
    border: 4px solid #D60024;
}

.ps-leader-card h3 {
    font-size: 1.5rem;
    color: #333333;
    margin-bottom: 5px;
    font-weight: 700;
}

.ps-leader-card h4.ps-title-badge {
    font-size: 1rem;
    color: #D60024;
    font-weight: 600;
    margin-bottom: 15px;
}

.ps-leader-card p {
    font-size: 0.95rem;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

.ps-leadership-footer {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: rgba(214, 0, 36, 0.05);
    border-left: 4px solid #D60024;
    border-radius: 4px;
    text-align: center;
}

.ps-leadership-footer h4 {
    margin: 0;
    font-size: 1.1rem;
    color: #D60024;
    font-weight: 600;
    line-height: 1.5;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .ps-leadership-section {
        padding: 50px 20px;
    }
    .ps-leadership-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .ps-leadership-header h2 {
        font-size: 1.8rem;
    }
}