/*
 Theme Name:   Gush of Love Matrimony
Theme URI:    https://gushoflove.com
Author:       GushOfLove
Author URI:   https://gushoflove.com
Description:  Kerala's premier Matrimony & Serious Relationships WordPress theme. Vedic horoscope matching (Ashtakoot+Dasha), community/caste filters, selfie verification, NRI/Gulf module, parental profiles, success stories, offline events, AI match recommendations, matrimony & matchmaking WordPress theme. Real-time chat, WebRTC video calls, smart matching engine, geo-location search, Google/Facebook OAuth, phone OTP, membership tiers, WooCommerce payments, and one-click demo import.
Version:      22.0.0
Requires at least: 5.9
Tested up to: 6.6
Requires PHP: 7.4
License:      GPL-2.0-or-later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  gushoflove
Tags:         matrimony, kerala, members, matching, custom-menu, featured-images, threaded-comments, translation-ready, full-width-template, custom-colors, custom-logo, theme-options, two-columns, footer-widgets, editor-style, rtl-language-support

 *
 * TABLE OF CONTENTS
 * -----------------
 * 1. CSS Custom Properties (Design Tokens)
 * 2. Base Reset & Typography
 * 3. Global Layout Utilities
 * 4. Global Buttons
 * 5. Global Sections
 */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    overflow-x: clip;
}

body {
    font-family: 'Inter',system-ui,-apple-system,sans-serif;
    color: #1a1a2e;
    background: #f8f9fc;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: clip;
    width: 100%;
}

a {
    color: #e8175d;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

[hidden] {
    display: none !important;
}

ul,
ol {
    list-style: none;
}

:root {
    --clr-primary: #e8175d;
    --clr-primary-dk: #c9133f;
    --clr-primary-lt: rgba(232,23,93,0.08);
    --clr-primary-xlt: rgba(232,23,93,0.05);
    --clr-primary-rgb: 232,23,93;
    --clr-secondary: #ff6b9d;
    --clr-gold: #f59e0b;
    --clr-gold-dk: #d97706;
    --clr-white: #ffffff;
    --clr-text: #1a1a2e;
    --clr-text-muted: #6b7280;
    --clr-bg: #f8f9fc;
    --clr-border: #e8eaf0;
    --clr-grey-500: #9ca3af;
    --clr-grey-700: #374151;
    --header-h: 68px;
    --container-max: 1200px;
    --shadow-sm: 0 1px 3px rgba(0,0,0,.08);
    --shadow-md: 0 4px 16px rgba(0,0,0,.10);
    --shadow-lg: 0 8px 32px rgba(0,0,0,.14);
    --shadow-xl: 0 20px 60px rgba(0,0,0,.18);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --transition: 0.2s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2;
    color: var(--clr-text);
    margin: 0 0 0.5em;
}

h1 {
    font-size: clamp(2rem,5vw,3.5rem);
}

h2 {
    font-size: clamp(1.5rem,3vw,2.25rem);
}

h3 {
    font-size: clamp(1.1rem,2vw,1.5rem);
}

h4 {
    font-size: 1.1rem;
}

p {
    margin: 0 0 1em;
    color: var(--clr-text-muted);
}

p:last-child {
    margin-bottom: 0;
}

strong {
    color: var(--clr-text);
}

.eros-container {
    width: 100%;
    max-width: var(--container-max);
    margin-inline: auto;
    padding-inline: clamp(16px,4vw,40px);
}

.eros-content-wrapper {
    min-height: calc(100vh - var(--header-h));
}

.eros-main {
    padding-top: var(--header-h);
}

.eros-main--home {
    padding-top: 0;
}

.eros-section {
    padding: 80px 0;
}

.eros-section-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 56px;
}

.eros-section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--clr-primary);
    background: var(--clr-primary-lt);
    padding: 5px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
}

.eros-section-title {
    font-size: clamp(1.75rem,3.5vw,2.5rem);
    font-weight: 800;
    color: var(--clr-text);
    margin: 0 0 12px;
    letter-spacing: -.02em;
}

.eros-section-sub {
    font-size: 1.05rem;
    color: var(--clr-text-muted);
    margin: 0;
    line-height: 1.65;
}

.eros-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 11px 22px;
    border-radius: var(--radius-md);
    font-size: .9rem;
    font-weight: 700;
    font-family: inherit;
    text-decoration: none;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all var(--transition);
    white-space: nowrap;
    line-height: 1;
}

.eros-btn:hover {
    text-decoration: none;
}

.eros-btn-primary {
    background: linear-gradient(135deg,var(--clr-primary),var(--clr-primary-dk));
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 18px rgba(var(--clr-primary-rgb),.35);
}

.eros-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(var(--clr-primary-rgb),.45);
    color: #fff;
}

.eros-btn-outline {
    background: transparent;
    color: var(--clr-primary);
    border-color: var(--clr-primary);
}

.eros-btn-outline:hover {
    background: var(--clr-primary);
    color: #fff;
}

.eros-btn-ghost {
    background: rgba(255,255,255,.15);
    color: var(--clr-text);
    border-color: var(--clr-border);
}

.eros-btn-ghost:hover {
    background: #f0f0f5;
}

.eros-btn-hero-outline {
    background: rgba(255,255,255,.15);
    color: #fff;
    border-color: rgba(255,255,255,.5);
    backdrop-filter: blur(4px);
}

.eros-btn-hero-outline:hover {
    background: rgba(255,255,255,.28);
    color: #fff;
}

.eros-btn-white {
    background: #fff;
    color: var(--clr-primary);
    border-color: transparent;
    box-shadow: 0 4px 20px rgba(0,0,0,.15);
}

.eros-btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0,0,0,.2);
    color: var(--clr-primary);
}

.eros-btn-lg {
    padding: 15px 30px;
    font-size: 1rem;
    border-radius: var(--radius-lg);
}

img,
video,
iframe,
embed,
object,
svg {
    max-width: 100%;
    height: auto;
}

table {
    width: 100%;
    table-layout: auto;
    overflow-x: auto;
    display: block;
}

@media (max-width:768px) {
    .eros-section {
        padding: 48px 0;
    }

    .eros-section-header {
        margin-bottom: 32px;
    }
}

@media (max-width:480px) {
    .eros-section {
        padding: 36px 0;
    }

    .eros-section-title {
        font-size: clamp(1.4rem,7vw,1.9rem);
    }
}

@media (max-width:480px) {
    .eros-btn {
        padding: 11px 18px;
        font-size: .85rem;
    }

    .eros-btn-lg {
        padding: 13px 22px;
        font-size: .95rem;
    }
}

@media (min-width: 1025px) {
    :root {
        --header-h: 85px;
    }
}
