/*
Theme Name:     Supreme Directory Child
Theme URI:      https://www.thegreendirectory.net
Description:    The Green Directory - Complete modern redesign
Author:         TGD
Author URI:     https://www.thegreendirectory.net
Template:       supreme-directory
Version:        2.6.0
Text Domain:    supreme-directory-child
*/

/* =============================================================
   DESIGN SYSTEM v2.2 - Complete Modern Redesign
   ============================================================= */

:root {
    --tgd-primary: #2D7A3A;
    --tgd-primary-hover: #236B2F;
    --tgd-accent: #4CAF50;
    --tgd-accent-light: #66BB6A;
    --tgd-dark: #1B3A26;
    --tgd-darker: #0f2418;
    --tgd-light: #E8F5E9;
    --tgd-lighter: #f0f9f1;
    --tgd-text: #1a2e1c;
    --tgd-text-muted: #5C7A5E;
    --tgd-text-light: #8BA68E;
    --tgd-bg: #f4f8f5;
    --tgd-white: #FFFFFF;
    --tgd-gold: #F9A825;
    --tgd-shadow-xs: 0 1px 2px rgba(27,58,38,0.05);
    --tgd-shadow-sm: 0 1px 4px rgba(27,58,38,0.08);
    --tgd-shadow: 0 4px 16px rgba(27,58,38,0.1);
    --tgd-shadow-md: 0 6px 24px rgba(27,58,38,0.12);
    --tgd-shadow-lg: 0 12px 40px rgba(27,58,38,0.16);
    --tgd-radius: 10px;
    --tgd-radius-lg: 16px;
    --tgd-radius-xl: 24px;
    --tgd-radius-full: 999px;
    --tgd-ease: cubic-bezier(0.4, 0, 0.2, 1);
}


/* =============================================================
   GLOBAL
   ============================================================= */

body.sd {
    background: var(--tgd-bg) !important;
    color: var(--tgd-text) !important;
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    -webkit-font-smoothing: antialiased;
}

h1, .h1 { font-size: 2.5rem !important; font-weight: 800 !important; color: var(--tgd-dark) !important; letter-spacing: -0.03em; line-height: 1.15 !important; }
h2, .h2 { font-size: 2rem !important; font-weight: 700 !important; color: var(--tgd-dark) !important; letter-spacing: -0.02em; }
h3, .h3 { font-size: 1.4rem !important; font-weight: 700 !important; color: var(--tgd-dark) !important; }
h4, .h4, h5, .h5, h6, .h6 { font-weight: 600 !important; color: var(--tgd-dark) !important; }

a { color: var(--tgd-primary); transition: color 0.2s var(--tgd-ease); }
a:hover { color: var(--tgd-primary-hover); }
a:visited { color: var(--tgd-primary); }

::selection { background: var(--tgd-light); color: var(--tgd-dark); }


/* =============================================================
   HEADER
   ============================================================= */

.site-header, .sd-common .site-header {
    background: var(--tgd-dark) !important;
    border-bottom: none !important;
    box-shadow: 0 2px 16px rgba(0,0,0,0.15) !important;
}

.site-header a, .site-header a:visited, #primary-nav ul li a {
    color: rgba(255,255,255,0.85) !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 12px !important;
    transition: color 0.2s;
}

.site-header a:hover,
#primary-nav ul li a:hover,
#primary-nav ul li.current-menu-item > a {
    color: var(--tgd-accent) !important;
}

#primary-nav ul .sub-menu {
    background: var(--tgd-dark) !important;
    border: none !important;
    border-radius: 0 0 var(--tgd-radius) var(--tgd-radius);
    box-shadow: var(--tgd-shadow-lg);
    padding: 8px 0;
}

#primary-nav ul .sub-menu li a {
    border-bottom: none !important;
    padding: 10px 24px !important;
    height: auto !important;
    line-height: 1.5 !important;
    text-transform: none !important;
    font-size: 13px !important;
}

#primary-nav ul .sub-menu li a:hover {
    background: rgba(76,175,80,0.12) !important;
}

.site-title a, .site-title a:visited { color: #fff !important; }
.mobile-menu-button { color: #fff !important; }


/* =============================================================
   HOMEPAGE HERO
   ============================================================= */

.tgd-hero {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 100px 20px 80px;
}

.tgd-hero-bg {
    position: absolute;
    inset: 0;
    background: url('/wp-content/themes/supreme-directory-child/images/hero-green.jpg') center/cover no-repeat;
    z-index: 0;
}

.tgd-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        170deg,
        rgba(15, 36, 24, 0.88) 0%,
        rgba(27, 58, 38, 0.78) 40%,
        rgba(27, 58, 38, 0.85) 100%
    );
    z-index: 1;
}

.tgd-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
}

.tgd-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(76, 175, 80, 0.2);
    border: 1px solid rgba(76, 175, 80, 0.3);
    color: var(--tgd-accent-light);
    padding: 8px 20px;
    border-radius: var(--tgd-radius-full);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
    backdrop-filter: blur(8px);
}

.tgd-hero-title {
    font-size: 3.5rem !important;
    font-weight: 900 !important;
    color: #FFFFFF !important;
    line-height: 1.1 !important;
    margin-bottom: 20px !important;
    letter-spacing: -0.03em;
    text-shadow: 0 2px 20px rgba(0,0,0,0.2);
}

.tgd-hero-subtitle {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.8) !important;
    line-height: 1.6;
    margin-bottom: 36px;
    font-weight: 400;
}

/* Hero search bar */
.tgd-hero-search {
    max-width: 620px;
    margin: 0 auto 28px;
}

.tgd-hero-search .geodir-search-container,
.tgd-hero-search .geodir-listing-search {
    background: rgba(255,255,255,0.95) !important;
    border-radius: var(--tgd-radius-lg) !important;
    padding: 8px !important;
    box-shadow: 0 12px 40px rgba(0,0,0,0.25) !important;
    backdrop-filter: blur(12px);
}

.tgd-hero-search .form-control,
.tgd-hero-search input[type="text"],
.tgd-hero-search input[type="search"],
.tgd-hero-search select {
    border: 2px solid #e8f0e9 !important;
    border-radius: var(--tgd-radius) !important;
    padding: 14px 16px !important;
    font-size: 15px !important;
    background: #fff !important;
    height: auto !important;
}

.tgd-hero-search .form-control:focus {
    border-color: var(--tgd-primary) !important;
    box-shadow: 0 0 0 3px rgba(45,122,58,0.15) !important;
}

.tgd-hero-search .geodir_submit_search .btn,
.tgd-hero-search button[type="submit"],
.tgd-hero-search input[type="submit"] {
    background: var(--tgd-primary) !important;
    border: none !important;
    border-radius: var(--tgd-radius) !important;
    padding: 14px 28px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    box-shadow: 0 2px 8px rgba(45,122,58,0.3);
}

.tgd-hero-search .geodir_submit_search .btn:hover,
.tgd-hero-search button[type="submit"]:hover {
    background: var(--tgd-primary-hover) !important;
}

/* Popular search tags */
.tgd-hero-tags {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.tgd-hero-tag-label {
    color: rgba(255,255,255,0.5);
    font-size: 13px;
    font-weight: 600;
}

.tgd-hero-tag {
    color: rgba(255,255,255,0.75) !important;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 4px 14px;
    border-radius: var(--tgd-radius-full);
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s var(--tgd-ease);
    text-decoration: none !important;
}

.tgd-hero-tag:hover {
    background: rgba(255,255,255,0.2);
    color: #fff !important;
    border-color: rgba(255,255,255,0.3);
    transform: translateY(-1px);
}


/* =============================================================
   STATS BAR
   ============================================================= */

.tgd-stats {
    background: var(--tgd-dark);
    padding: 0;
    position: relative;
    z-index: 3;
}

.tgd-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}

.tgd-stat {
    padding: 28px 16px;
    border-right: 1px solid rgba(255,255,255,0.08);
}

.tgd-stat:last-child {
    border-right: none;
}

.tgd-stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 900;
    color: var(--tgd-accent);
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.tgd-stat-label {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 4px;
}


/* =============================================================
   CATEGORIES SECTION
   ============================================================= */

.tgd-categories {
    padding: 80px 0;
    background: var(--tgd-white);
}

.tgd-section-header {
    text-align: center;
    margin-bottom: 48px;
}

.tgd-section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--tgd-primary);
    background: var(--tgd-light);
    padding: 6px 16px;
    border-radius: var(--tgd-radius-full);
    margin-bottom: 16px;
}

.tgd-section-title {
    font-size: 2.2rem !important;
    margin-bottom: 12px !important;
}

.tgd-section-subtitle {
    font-size: 1.1rem;
    color: var(--tgd-text-muted);
    max-width: 560px;
    margin: 0 auto;
}

/* Category grid from GeoDirectory shortcode */
.tgd-cat-grid .gd-categories-widget {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.tgd-cat-grid .card {
    background: var(--tgd-white) !important;
    border: 2px solid #e8f0e9 !important;
    border-radius: var(--tgd-radius-lg) !important;
    box-shadow: var(--tgd-shadow-xs) !important;
    transition: all 0.25s var(--tgd-ease);
}

.tgd-cat-grid .card:hover {
    border-color: var(--tgd-accent) !important;
    box-shadow: var(--tgd-shadow-md) !important;
    transform: translateY(-6px);
    background: var(--tgd-light) !important;
}

.tgd-cat-grid .card .fa,
.tgd-cat-grid .card .fas {
    color: var(--tgd-primary) !important;
    font-size: 24px !important;
    transition: all 0.25s var(--tgd-ease);
}

.tgd-cat-grid .card:hover .fa,
.tgd-cat-grid .card:hover .fas {
    color: var(--tgd-accent) !important;
    transform: scale(1.2);
}

.tgd-cat-grid .gd-cptcat-cat-right,
.tgd-cat-grid .gd-cptcat-cat-right a {
    font-weight: 700 !important;
    font-size: 13px !important;
    color: var(--tgd-text) !important;
}

.tgd-cat-grid .card:hover .gd-cptcat-cat-right a {
    color: var(--tgd-primary) !important;
}

.tgd-section-cta {
    text-align: center;
    margin-top: 40px;
}

.tgd-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--tgd-primary) !important;
    border: 2px solid var(--tgd-primary);
    border-radius: var(--tgd-radius-full);
    padding: 12px 28px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    transition: all 0.25s var(--tgd-ease);
}

.tgd-btn-outline:hover {
    background: var(--tgd-primary);
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: var(--tgd-shadow);
}


/* =============================================================
   VALUE PROPOSITION
   ============================================================= */

.tgd-value {
    padding: 80px 0;
    background: var(--tgd-lighter);
}

.tgd-value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.tgd-value-card {
    text-align: center;
    padding: 40px 32px;
    background: var(--tgd-white);
    border-radius: var(--tgd-radius-xl);
    box-shadow: var(--tgd-shadow-sm);
    transition: all 0.3s var(--tgd-ease);
}

.tgd-value-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--tgd-shadow-md);
}

.tgd-value-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, var(--tgd-light) 0%, #c8e6c9 100%);
    border-radius: var(--tgd-radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tgd-value-icon i {
    font-size: 28px;
    color: var(--tgd-primary);
}

.tgd-value-card h3 {
    font-size: 1.3rem !important;
    margin-bottom: 12px !important;
}

.tgd-value-card p {
    color: var(--tgd-text-muted);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}


/* =============================================================
   COUNTRIES
   ============================================================= */

.tgd-countries {
    padding: 80px 0;
    background: var(--tgd-white);
}

.tgd-country-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 800px;
    margin: 0 auto;
}

.tgd-country-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 24px;
    background: var(--tgd-lighter);
    border: 2px solid transparent;
    border-radius: var(--tgd-radius-lg);
    text-decoration: none !important;
    transition: all 0.25s var(--tgd-ease);
    color: var(--tgd-text) !important;
}

.tgd-country-card:hover {
    border-color: var(--tgd-accent);
    background: var(--tgd-light);
    transform: translateY(-3px);
    box-shadow: var(--tgd-shadow);
}

.tgd-country-flag {
    font-size: 32px;
    line-height: 1;
}

.tgd-country-name {
    font-weight: 700;
    font-size: 15px;
    flex: 1;
}

.tgd-country-arrow {
    color: var(--tgd-text-light);
    font-size: 12px;
    transition: transform 0.2s, color 0.2s;
}

.tgd-country-card:hover .tgd-country-arrow {
    color: var(--tgd-primary);
    transform: translateX(4px);
}


/* =============================================================
   TESTIMONIALS SECTION
   ============================================================= */

.tgd-testimonials {
    padding: 80px 0;
    background: var(--tgd-lighter);
}

.tgd-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 48px;
}

.tgd-testimonial-card {
    background: var(--tgd-white);
    border-radius: var(--tgd-radius-lg);
    padding: 32px;
    box-shadow: var(--tgd-shadow-sm);
    transition: all 0.3s var(--tgd-ease);
    border: 1px solid rgba(27,58,38,0.04);
}

.tgd-testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--tgd-shadow-md);
}

.tgd-testimonial-stars {
    margin-bottom: 16px;
    display: flex;
    gap: 2px;
}

.tgd-testimonial-stars i {
    color: var(--tgd-gold) !important;
    font-size: 14px;
}

.tgd-testimonial-text {
    color: var(--tgd-text) !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin-bottom: 20px !important;
    font-style: italic;
}

.tgd-testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(27,58,38,0.06);
}

.tgd-testimonial-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--tgd-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.tgd-testimonial-author strong {
    display: block;
    color: var(--tgd-dark) !important;
    font-size: 14px;
    font-weight: 700;
}

.tgd-testimonial-author span {
    color: var(--tgd-text-muted) !important;
    font-size: 12px;
}

.tgd-social-proof-bar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
}

.tgd-proof-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--tgd-text-muted) !important;
    font-size: 14px;
    font-weight: 600;
}

.tgd-proof-item i {
    color: var(--tgd-primary) !important;
    font-size: 16px;
}


/* =============================================================
   CTA SECTION
   ============================================================= */

.tgd-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--tgd-dark) 0%, #1e4a2e 100%);
}

.tgd-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.tgd-cta-content h2 {
    color: #FFFFFF !important;
    font-size: 2rem !important;
    margin-bottom: 12px !important;
}

.tgd-cta-content p {
    color: rgba(255,255,255,0.7) !important;
    font-size: 1.05rem;
    max-width: 500px;
    margin: 0;
    line-height: 1.6;
}

.tgd-cta-actions {
    text-align: center;
}

.tgd-cta-note {
    color: rgba(255,255,255,0.45) !important;
    font-size: 13px !important;
    margin-top: 12px !important;
    margin-bottom: 0 !important;
}

.tgd-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--tgd-accent) !important;
    color: #FFFFFF !important;
    border: none;
    border-radius: var(--tgd-radius-full);
    padding: 16px 32px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none !important;
    transition: all 0.25s var(--tgd-ease);
    box-shadow: 0 4px 15px rgba(76,175,80,0.3);
    white-space: nowrap;
}

.tgd-btn-primary:hover {
    background: var(--tgd-accent-light) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(76,175,80,0.4);
    color: #FFFFFF !important;
}

.tgd-btn-lg {
    padding: 18px 40px;
    font-size: 16px;
}


/* =============================================================
   BUTTONS (Global)
   ============================================================= */

.dt-btn, button:not(.elementor-button):not(.btn-link):not(.greedy-btn),
input[type="submit"], .btn-primary, a.dt-btn {
    background: var(--tgd-primary) !important;
    border: none !important;
    color: #FFFFFF !important;
    border-radius: var(--tgd-radius-full) !important;
    font-weight: 700 !important;
    padding: 12px 28px !important;
    font-size: 14px !important;
    box-shadow: 0 3px 12px rgba(45,122,58,0.2);
    transition: all 0.25s var(--tgd-ease);
}

.dt-btn:hover, button:not(.elementor-button):not(.btn-link):not(.greedy-btn):hover,
input[type="submit"]:hover, .btn-primary:hover, a.dt-btn:hover {
    background: var(--tgd-primary-hover) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 16px rgba(45,122,58,0.3) !important;
    color: #fff !important;
}


/* =============================================================
   CONTENT BOXES, WIDGETS
   ============================================================= */

.content-box, .content .entry, .content-box.content-single {
    border-radius: var(--tgd-radius-lg) !important;
    border: none !important;
    box-shadow: var(--tgd-shadow) !important;
    background: var(--tgd-white) !important;
}

.sidebar .widget {
    border-radius: var(--tgd-radius-lg) !important;
    border: none !important;
    box-shadow: var(--tgd-shadow-sm) !important;
    padding: 24px !important;
    margin-bottom: 24px !important;
    background: var(--tgd-white) !important;
}


/* =============================================================
   LOGIN / REGISTER AUTH PAGE
   ============================================================= */

/* --- Auth page layout --- */
.tgd-auth {
    padding: 60px 0 80px;
    background: linear-gradient(180deg, var(--tgd-bg) 0%, var(--tgd-lighter) 100%);
    min-height: 80vh;
}

.tgd-auth-header {
    text-align: center;
    margin-bottom: 48px;
}

.tgd-auth-header .tgd-hero-badge {
    color: var(--tgd-primary);
    background: var(--tgd-light);
    border-color: rgba(45,122,58,0.2);
    margin-bottom: 20px;
}

.tgd-auth-title {
    font-size: 2.2rem !important;
    color: var(--tgd-dark) !important;
    margin-bottom: 12px !important;
}

.tgd-auth-subtitle {
    font-size: 1.05rem;
    color: var(--tgd-text-muted);
    max-width: 500px;
    margin: 0 auto;
}

/* --- Side-by-side grid --- */
.tgd-auth-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    max-width: 960px;
    margin: 0 auto 48px;
    align-items: start;
}

/* --- Auth cards --- */
.tgd-auth-card {
    background: var(--tgd-white);
    border-radius: var(--tgd-radius-xl);
    padding: 40px 36px;
    box-shadow: var(--tgd-shadow);
    border: 1px solid rgba(27,58,38,0.06);
    transition: box-shadow 0.3s var(--tgd-ease);
}

.tgd-auth-card:hover {
    box-shadow: var(--tgd-shadow-md);
}

.tgd-auth-card-header {
    text-align: center;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(27,58,38,0.06);
}

.tgd-auth-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    background: linear-gradient(135deg, var(--tgd-light) 0%, #c8e6c9 100%);
    border-radius: var(--tgd-radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tgd-auth-icon i {
    font-size: 22px;
    color: var(--tgd-primary);
}

.tgd-auth-card-header h2 {
    font-size: 1.4rem !important;
    margin-bottom: 8px !important;
}

.tgd-auth-card-header p {
    color: var(--tgd-text-muted);
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

/* --- Register card accent --- */
.tgd-auth-register {
    border-top: 3px solid var(--tgd-primary);
}

.tgd-auth-register .tgd-auth-icon {
    background: linear-gradient(135deg, var(--tgd-primary), var(--tgd-accent));
}

.tgd-auth-register .tgd-auth-icon i {
    color: #fff;
}

/* --- UWP Form styling inside auth cards --- */
.tgd-auth-card .uwp_page {
    max-width: 100% !important;
    margin: 0 !important;
}

.tgd-auth-card .uwp-login-form,
.tgd-auth-card .uwp-registration-form {
    padding: 0 !important;
    margin: 0 !important;
}

.tgd-auth-card .uwp-login-form .card,
.tgd-auth-card .uwp-registration-form .card,
.tgd-auth-card .uwp_form .card {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

.tgd-auth-card .uwp_form .card-header,
.tgd-auth-card .uwp_form .card-title {
    display: none !important;
}

.tgd-auth-card .uwp_form .card-body {
    padding: 0 !important;
}

.tgd-auth-card label,
.tgd-auth-card .form-label {
    font-weight: 600 !important;
    color: var(--tgd-text) !important;
    font-size: 13px !important;
    margin-bottom: 6px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tgd-auth-card .form-control,
.tgd-auth-card input[type="text"],
.tgd-auth-card input[type="email"],
.tgd-auth-card input[type="password"] {
    border: 2px solid #e2ece3 !important;
    border-radius: var(--tgd-radius) !important;
    padding: 14px 18px !important;
    font-size: 15px !important;
    background: #fafcfa !important;
    height: auto !important;
    transition: border-color 0.2s, box-shadow 0.2s;
    width: 100% !important;
}

.tgd-auth-card .form-control:focus,
.tgd-auth-card input:focus {
    border-color: var(--tgd-primary) !important;
    box-shadow: 0 0 0 4px rgba(45,122,58,0.1) !important;
    background: #fff !important;
    outline: none !important;
}

.tgd-auth-card .form-group,
.tgd-auth-card .uwp-field-wrapper,
.tgd-auth-card .mb-3 {
    margin-bottom: 18px !important;
}

.tgd-auth-card .uwp_login_submit,
.tgd-auth-card .uwp_register_submit,
.tgd-auth-card input[type="submit"],
.tgd-auth-card .btn-primary {
    background: var(--tgd-primary) !important;
    border: none !important;
    border-radius: var(--tgd-radius-full) !important;
    padding: 16px 32px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 4px 15px rgba(45,122,58,0.25) !important;
    width: 100% !important;
    cursor: pointer;
    color: #fff !important;
    transition: all 0.25s var(--tgd-ease);
}

.tgd-auth-card .uwp_login_submit:hover,
.tgd-auth-card .uwp_register_submit:hover,
.tgd-auth-card input[type="submit"]:hover,
.tgd-auth-card .btn-primary:hover {
    background: var(--tgd-primary-hover) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(45,122,58,0.3) !important;
}

.tgd-auth-card .uwp-footer-links {
    margin-top: 20px !important;
    padding-top: 16px !important;
    border-top: 1px solid #e8f0e9 !important;
    text-align: center;
}

.tgd-auth-card .uwp-footer-link a {
    color: var(--tgd-primary) !important;
    font-weight: 600;
    font-size: 14px;
}

.tgd-auth-card .uwp-password-wrap .btn {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Remember me checkbox */
.tgd-auth-card .uwp-remember-me,
.tgd-auth-card .form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px !important;
}

.tgd-auth-card .form-check-input:checked {
    background-color: var(--tgd-primary) !important;
    border-color: var(--tgd-primary) !important;
}

/* --- Benefits bar --- */
.tgd-auth-benefits {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px 40px;
    max-width: 800px;
    margin: 0 auto;
}

.tgd-auth-benefit {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--tgd-text-muted);
    font-size: 14px;
    font-weight: 600;
}

.tgd-auth-benefit i {
    color: var(--tgd-primary);
    font-size: 16px;
}

/* --- Fallback: non-auth page UWP forms --- */
body.page .uwp_page { max-width: 440px !important; margin: 0 auto !important; }

.uwp-login-class .form-control,
.uwp_widgets .form-control {
    border: 2px solid #e2ece3 !important;
    border-radius: var(--tgd-radius) !important;
    padding: 14px 18px !important;
    font-size: 15px !important;
    background: #fafcfa !important;
    height: auto !important;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.uwp-login-class .form-control:focus,
.uwp_widgets .form-control:focus {
    border-color: var(--tgd-primary) !important;
    box-shadow: 0 0 0 4px rgba(45,122,58,0.1) !important;
    background: #fff !important;
}

.uwp_login_submit, .uwp_register_submit,
.uwp-login-class .btn-primary {
    background: var(--tgd-primary) !important;
    border: none !important;
    border-radius: var(--tgd-radius-full) !important;
    padding: 16px 32px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 4px 15px rgba(45,122,58,0.25) !important;
}

.uwp_login_submit:hover, .uwp_register_submit:hover {
    background: var(--tgd-primary-hover) !important;
    transform: translateY(-2px) !important;
}

.uwp-footer-links { margin-top: 24px !important; padding-top: 20px !important; border-top: 1px solid #e8f0e9 !important; }
.uwp-footer-link a { color: var(--tgd-primary) !important; font-weight: 600; }

.uwp-password-wrap .btn { background: transparent !important; border: none !important; box-shadow: none !important; }


/* =============================================================
   LISTING CARDS
   ============================================================= */

.geodir_category_list_view li.geodir-gridview,
.geodir-category-list-view li.geodir-gridview,
ul.geodir_category_list_view li {
    border-radius: var(--tgd-radius-lg) !important;
    overflow: hidden;
    box-shadow: var(--tgd-shadow-sm) !important;
    transition: all 0.25s var(--tgd-ease);
    background: var(--tgd-white) !important;
    border: none !important;
    margin-bottom: 24px !important;
}

.geodir_category_list_view li:hover { box-shadow: var(--tgd-shadow-md) !important; transform: translateY(-4px); }
.geodir_category_list_view .geodir-post-img img { transition: transform 0.4s ease; }
.geodir_category_list_view li:hover .geodir-post-img img { transform: scale(1.05); }
.geodir_category_list_view li h3 a { color: var(--tgd-dark) !important; font-weight: 700 !important; }
.geodir_category_list_view li h3 a:hover { color: var(--tgd-primary) !important; }


/* =============================================================
   DETAIL PAGE - Elementor + GeoDirectory Template
   Targets the actual Elementor template (ID 5933) with GD widgets
   ============================================================= */

/* --- Listing Title --- */
.elementor-widget-theme-post-title .elementor-heading-title {
    color: var(--tgd-dark) !important;
    font-size: 2.4rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    line-height: 1.15 !important;
    margin-bottom: 4px !important;
    padding-bottom: 16px !important;
    border-bottom: 3px solid var(--tgd-primary) !important;
}

/* --- Image Gallery / Carousel --- */
.geodir-post-slider,
.geodir-image-container {
    border-radius: var(--tgd-radius-lg) !important;
    overflow: hidden !important;
    box-shadow: var(--tgd-shadow) !important;
}
.geodir-image-container .carousel-item img,
.geodir-image-container .embed-responsive-item {
    border-radius: 0 !important;
}
.carousel-indicators [data-bs-target],
.carousel-indicators button {
    background-color: #fff !important;
    opacity: 0.6 !important;
    border-radius: 50% !important;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
}
.carousel-indicators .active {
    opacity: 1 !important;
    background-color: var(--tgd-accent) !important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0,0,0,0.45) !important;
    border-radius: 50% !important;
    padding: 20px !important;
    background-size: 50% !important;
}

/* --- GeoDirectory Meta Fields (address, phone, email, hours) --- */
.geodir-post-meta-container,
.geodir-post-address-container {
    display: block;
}

/* Sidebar widget inner sections - card styling */
.elementor-widget-wp-widget-gd_post_address .elementor-widget-container,
.elementor-widget-wp-widget-gd_post_meta .elementor-widget-container,
.elementor-widget-post-info .elementor-widget-container {
    background: var(--tgd-white) !important;
    border-radius: var(--tgd-radius-lg) !important;
    padding: 20px 24px !important;
    box-shadow: var(--tgd-shadow-sm) !important;
    border: 1px solid rgba(27,58,38,0.06) !important;
}

/* Meta field rows */
.geodir_post_meta {
    padding: 12px 0 !important;
    border-bottom: 1px solid rgba(27,58,38,0.06) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: var(--tgd-text) !important;
}
.geodir_post_meta:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
.geodir_post_meta:first-child {
    padding-top: 0 !important;
}

/* Meta icons */
.geodir_post_meta_icon {
    color: var(--tgd-primary) !important;
}
.geodir_post_meta_icon i {
    color: var(--tgd-primary) !important;
    width: 20px !important;
    text-align: center;
    font-size: 15px !important;
}
.geodir_post_meta_title {
    color: var(--tgd-text-muted) !important;
    font-weight: 600 !important;
    font-size: 13px !important;
}

/* Meta field links */
.geodir_post_meta a {
    color: var(--tgd-primary) !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}
.geodir_post_meta a:hover {
    color: var(--tgd-primary-hover) !important;
    text-decoration: underline !important;
}

/* Address field */
.geodir-field-address {
    line-height: 1.8 !important;
}
.geodir-field-address span[itemprop] {
    color: var(--tgd-text) !important;
}

/* Opening hours */
.geodir-field-business_hours h5,
.geodir-post-meta-container h5 {
    color: var(--tgd-dark) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 8px !important;
    padding-bottom: 8px !important;
    border-bottom: 2px solid var(--tgd-primary) !important;
}
.gd-bh-show-field a.text-reset {
    color: var(--tgd-text) !important;
    font-weight: 600 !important;
}
.gd-bh-today-range {
    color: var(--tgd-primary) !important;
    font-weight: 700 !important;
}
.gd-bh-open-hours.dropdown-menu {
    border: 1px solid rgba(27,58,38,0.1) !important;
    border-radius: var(--tgd-radius) !important;
    box-shadow: var(--tgd-shadow-md) !important;
    padding: 8px 0 !important;
}
.gd-bh-days-list {
    font-size: 13px !important;
    padding: 6px 16px !important;
}

/* --- Map Widget --- */
.geodir-map-wrap,
.geodir_map_container {
    border-radius: var(--tgd-radius-lg) !important;
    overflow: hidden !important;
    box-shadow: var(--tgd-shadow) !important;
    border: none !important;
}
.elementor-widget-wp-widget-gd_map .elementor-widget-container {
    border-radius: var(--tgd-radius-lg) !important;
    overflow: hidden !important;
    box-shadow: var(--tgd-shadow) !important;
}

/* --- Post Description Content --- */
.geodir-field-post_content {
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: var(--tgd-text) !important;
}
.geodir-field-post_content p {
    margin-bottom: 16px !important;
}

/* --- Website / Post Info Widget --- */
.elementor-post-info {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.elementor-post-info .elementor-icon-list-item a {
    color: var(--tgd-primary) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    word-break: break-all;
}
.elementor-post-info .elementor-icon-list-item a:hover {
    color: var(--tgd-primary-hover) !important;
}

/* --- Overall Elementor Detail Layout --- */
/* Left column (main content) - add padding */
.single-gd_place .elementor-col-66 > .elementor-widget-wrap {
    padding-right: 20px !important;
}

/* Right column (sidebar) inner sections */
.single-gd_place .elementor-col-33 .elementor-inner-section {
    margin-bottom: 12px !important;
}

/* Elementor section background overlay on image carousel section */
.single-gd_place .elementor-inner-section .elementor-background-overlay {
    border-radius: var(--tgd-radius-lg) !important;
}

/* Ratings */
.gd-star-rating .fas.fa-star,
.gd-star-rating .fas.fa-star-half-alt {
    color: var(--tgd-gold) !important;
}
.gd-star-rating .far.fa-star {
    color: #ddd !important;
}

/* --- Verified Eco Business Badge (from mu-plugin hook) --- */
.tgd-verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    color: #1b5e20;
    padding: 8px 20px;
    border-radius: var(--tgd-radius-full);
    font-size: 13px;
    font-weight: 700;
    border: 1.5px solid rgba(27,94,32,0.15);
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(27,94,32,0.08);
}
.tgd-verified-badge .fa-leaf {
    color: var(--tgd-primary);
    font-size: 15px;
}

/* --- Tabs (GeoDirectory) --- */
.geodir-tabs .nav-tabs,
#geodir-tab-head {
    border-bottom: 2px solid rgba(27,58,38,0.08) !important;
    padding: 0 !important;
    margin-bottom: 24px !important;
}
.geodir-tabs .nav-tabs .nav-link,
#geodir-tab-head .nav-link {
    color: var(--tgd-text-muted) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 12px 20px !important;
    border: none !important;
    border-bottom: 3px solid transparent !important;
    transition: all 0.2s var(--tgd-ease);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: transparent !important;
}
.geodir-tabs .nav-tabs .nav-link:hover,
#geodir-tab-head .nav-link:hover {
    color: var(--tgd-primary) !important;
    border-bottom-color: rgba(45,122,58,0.3) !important;
}
.geodir-tabs .nav-tabs .nav-link.active,
#geodir-tab-head .nav-link.active {
    color: var(--tgd-primary) !important;
    border-bottom-color: var(--tgd-primary) !important;
    background: transparent !important;
}

/* --- Reviews section --- */
.comments-container, #comments { margin-top: 32px !important; }
#comments .comment {
    border: none !important;
    border-bottom: 1px solid rgba(27,58,38,0.06) !important;
    padding: 24px 0 !important;
}
#comments .comment:last-child { border-bottom: none !important; }
#comments .comment .comment-author img {
    border-radius: 50% !important;
    border: 2px solid var(--tgd-light) !important;
}
#comments .comment .comment-author .fn { font-weight: 700 !important; color: var(--tgd-dark) !important; }
.comment-respond .comment-reply-title { color: var(--tgd-dark) !important; font-weight: 800 !important; }

/* --- Related / nearby listings --- */
.geodir-pos-related .geodir-gridview {
    border-radius: var(--tgd-radius-lg) !important;
    overflow: hidden;
    box-shadow: var(--tgd-shadow-sm) !important;
    transition: all 0.25s var(--tgd-ease);
}
.geodir-pos-related .geodir-gridview:hover {
    box-shadow: var(--tgd-shadow-md) !important;
    transform: translateY(-4px);
}

/* --- Supreme Directory template fallback (header-single-top.php) --- */
.sd-detail-details { background: var(--tgd-white) !important; box-shadow: 0 4px 20px rgba(27,58,38,0.06) !important; border-bottom: none !important; padding: 32px 0 !important; }
.sd-detail-info .sd-entry-title { color: var(--tgd-dark) !important; font-size: 2.2rem !important; font-weight: 800 !important; }
.sd-address { color: var(--tgd-text-muted) !important; }
.sd-address i { color: var(--tgd-primary) !important; }
.sd-contacts .gd-badge { border-radius: var(--tgd-radius-full) !important; }
.sd-detail-cat-links a { color: var(--tgd-primary) !important; border: 1.5px solid rgba(45,122,58,0.2) !important; border-radius: var(--tgd-radius-full) !important; padding: 5px 16px !important; font-size: 12px !important; font-weight: 600 !important; text-transform: uppercase; background: transparent !important; }
.sd-detail-cat-links a:hover { background: var(--tgd-primary) !important; color: #fff !important; }
.sd-detail-cta .gd-write-a-review-badge .gd-badge { background: var(--tgd-primary) !important; border-radius: var(--tgd-radius-full) !important; font-weight: 700 !important; padding: 14px 32px !important; }

/* --- Detail page responsive --- */
@media (max-width: 992px) {
    .elementor-widget-theme-post-title .elementor-heading-title { font-size: 1.8rem !important; }
    .single-gd_place .elementor-col-66 > .elementor-widget-wrap { padding-right: 0 !important; }
}
@media (max-width: 668px) {
    .elementor-widget-theme-post-title .elementor-heading-title { font-size: 1.5rem !important; }
}


/* =============================================================
   SEARCH / ARCHIVE
   ============================================================= */

.geodir_advanced_search_widget { background: var(--tgd-white) !important; border-radius: var(--tgd-radius-lg) !important; box-shadow: var(--tgd-shadow) !important; border: none !important; }
#showMap, #hideMap { background: var(--tgd-primary) !important; border: none !important; border-radius: var(--tgd-radius-full) !important; }

.gd-pagination-details .page-numbers.current { background: var(--tgd-primary) !important; color: #fff !important; border-radius: var(--tgd-radius-full) !important; }

/* Featured area for inner pages */
header .featured-area .featured-img::after,
header .featured-area::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(27,58,38,0.7) 0%, rgba(27,58,38,0.5) 40%, rgba(27,58,38,0.8) 100%) !important;
    z-index: 1;
}
header .featured-area .header-wrap { position: relative; z-index: 2; }
.featured-area .entry-title { color: #fff !important; font-weight: 900 !important; text-shadow: 0 2px 12px rgba(0,0,0,0.3); }


/* =============================================================
   FORMS (Global)
   ============================================================= */

.sd input[type="text"], .sd input[type="email"], .sd input[type="password"],
.sd input[type="search"], .sd textarea, .sd select {
    border: 2px solid #e2ece3 !important;
    border-radius: var(--tgd-radius) !important;
    padding: 12px 16px !important;
    font-size: 15px !important;
    background: #fafcfa !important;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.sd input:focus, .sd textarea:focus, .sd select:focus {
    border-color: var(--tgd-primary) !important;
    box-shadow: 0 0 0 4px rgba(45,122,58,0.1) !important;
    background: #fff !important;
}


/* =============================================================
   FOOTER
   ============================================================= */

.footer-widgets { background: var(--tgd-dark) !important; border-top: none !important; padding: 56px 0 40px !important; position: relative; }
.footer-widgets::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--tgd-accent), var(--tgd-primary), var(--tgd-accent)); }
.footer-widgets h4.widgettitle, .footer-widgets h3.widget-title { color: #fff !important; font-size: 13px !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: 2px !important; }
.footer-widgets a { color: rgba(255,255,255,0.55) !important; transition: color 0.2s; }
.footer-widgets a:hover { color: var(--tgd-accent) !important; }
.footer-widgets, .footer-widgets p, .footer-widgets li { color: rgba(255,255,255,0.45) !important; }
.copyright { background: rgba(0,0,0,0.2) !important; border-top: 1px solid rgba(255,255,255,0.06) !important; }
.copyright, .copyright span, .copyright a { color: rgba(255,255,255,0.35) !important; }
.copyright a:hover { color: var(--tgd-accent) !important; }


/* =============================================================
   MOBILE
   ============================================================= */

.mm-menu { background: var(--tgd-dark) !important; }
.mm-menu a { color: #fff !important; }

@media (max-width: 992px) {
    .tgd-hero { min-height: 500px; padding: 80px 20px 60px; }
    .tgd-hero-title { font-size: 2.5rem !important; }
    .tgd-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .tgd-value-grid { grid-template-columns: 1fr; gap: 20px; }
    .tgd-country-grid { grid-template-columns: repeat(2, 1fr); }
    .tgd-cta-inner { flex-direction: column; text-align: center; }
    .tgd-cta-content p { margin: 0 auto; }
    .tgd-auth-grid { grid-template-columns: 1fr; max-width: 480px; }
    .tgd-auth-title { font-size: 1.8rem !important; }
}

@media (max-width: 668px) {
    .tgd-hero { min-height: 450px; padding: 60px 16px 50px; }
    .tgd-hero-title { font-size: 2rem !important; }
    .tgd-hero-subtitle { font-size: 1rem; }
    .tgd-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .tgd-stat { padding: 20px 12px; }
    .tgd-stat-number { font-size: 1.5rem; }
    .tgd-categories, .tgd-value, .tgd-countries, .tgd-cta { padding: 50px 0; }
    body.page .content-box.content-single { padding: 32px 20px !important; }
    .tgd-auth { padding: 40px 0 60px; }
    .tgd-auth-card { padding: 28px 24px; }
    .tgd-auth-benefits { gap: 16px 24px; }
    .tgd-auth-benefit { font-size: 13px; }
}

@media (max-width: 480px) {
    .tgd-hero-title { font-size: 1.75rem !important; }
    .tgd-country-grid { grid-template-columns: 1fr; }
}

@media print {
    .site-header, .footer-widgets, .copyright, .tgd-cta { display: none !important; }
    body.sd { background: #fff; }
}


/* =============================================================
   TESTIMONIALS SECTION
   ============================================================= */

.tgd-testimonials {
    padding: 80px 0;
    background: var(--tgd-bg);
}

.tgd-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 48px;
}

.tgd-testimonial-card {
    background: #fff;
    border: 1px solid rgba(45,122,58,0.1);
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 4px 20px rgba(27,58,38,0.06);
    transition: transform 0.2s, box-shadow 0.2s;
}

.tgd-testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(27,58,38,0.12);
}

.tgd-testimonial-stars {
    color: #F9A825;
    font-size: 14px;
    letter-spacing: 2px;
}

.tgd-testimonial-text {
    color: var(--tgd-text);
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
    font-style: italic;
    flex: 1;
}

.tgd-testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid rgba(45,122,58,0.08);
    padding-top: 16px;
}

.tgd-testimonial-avatar {
    width: 44px;
    height: 44px;
    background: var(--tgd-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.tgd-testimonial-author strong {
    display: block;
    color: var(--tgd-dark);
    font-size: 0.9rem;
    font-weight: 700;
}

.tgd-testimonial-author span {
    display: block;
    color: var(--tgd-text-muted);
    font-size: 0.8rem;
    margin-top: 2px;
}

.tgd-social-proof-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 32px;
    padding: 24px 32px;
    background: var(--tgd-primary);
    border-radius: 12px;
}

.tgd-proof-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.9);
    font-size: 0.9rem;
    font-weight: 500;
}

.tgd-proof-item i {
    color: var(--tgd-accent);
    font-size: 16px;
}

.tgd-cta-note {
    margin: 10px 0 0;
    color: rgba(255,255,255,0.65);
    font-size: 0.82rem;
    text-align: center;
}


/* =============================================================
   CUSTOM FOOTER
   ============================================================= */

.tgd-footer-main {
    background: var(--tgd-dark) !important;
    padding: 64px 0 48px !important;
    position: relative;
}

.tgd-footer-main::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--tgd-accent), var(--tgd-primary), var(--tgd-accent));
}

.tgd-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
}

.tgd-footer-logo {
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tgd-footer-logo i { color: var(--tgd-accent); }

.tgd-footer-tagline {
    color: rgba(255,255,255,0.5);
    font-size: 0.88rem;
    line-height: 1.7;
    margin-bottom: 24px;
}

.tgd-footer-social {
    display: flex;
    gap: 10px;
}

.tgd-footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.6) !important;
    font-size: 14px;
    transition: background 0.2s, color 0.2s;
    text-decoration: none !important;
}

.tgd-footer-social a:hover {
    background: var(--tgd-primary);
    color: #fff !important;
}

.tgd-footer-heading {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin-bottom: 20px !important;
}

.tgd-footer-links {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.tgd-footer-links li { margin-bottom: 10px; }

.tgd-footer-links a {
    color: rgba(255,255,255,0.5) !important;
    font-size: 0.88rem;
    text-decoration: none !important;
    transition: color 0.2s;
}

.tgd-footer-links a:hover { color: var(--tgd-accent) !important; }

.tgd-footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(76,175,80,0.15);
    border: 1px solid rgba(76,175,80,0.3);
    border-radius: 20px;
    padding: 6px 14px;
    color: var(--tgd-accent) !important;
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 8px;
}

.tgd-footer-bottom {
    background: rgba(0,0,0,0.25) !important;
    border-top: 1px solid rgba(255,255,255,0.06) !important;
    padding: 16px 0 !important;
}

.tgd-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.tgd-footer-bottom .copyright-text {
    color: rgba(255,255,255,0.35) !important;
    font-size: 0.82rem;
    margin: 0;
}

.tgd-footer-bottom-links {
    display: flex;
    gap: 20px;
}

.tgd-footer-bottom-links a {
    color: rgba(255,255,255,0.35) !important;
    font-size: 0.82rem;
    text-decoration: none !important;
    transition: color 0.2s;
}

.tgd-footer-bottom-links a:hover { color: var(--tgd-accent) !important; }


/* =============================================================
   RESPONSIVE — TESTIMONIALS & FOOTER
   ============================================================= */

@media (max-width: 992px) {
    .tgd-testimonial-grid { grid-template-columns: 1fr; }
    .tgd-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
    .tgd-footer-brand { grid-column: 1 / -1; }
    .tgd-social-proof-bar { gap: 12px 20px; }
}

@media (max-width: 668px) {
    .tgd-testimonials { padding: 50px 0; }
    .tgd-social-proof-bar { flex-direction: column; align-items: flex-start; padding: 20px 24px; }
    .tgd-footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .tgd-footer-bottom-inner { flex-direction: column; text-align: center; }
    .tgd-footer-bottom-links { justify-content: center; flex-wrap: wrap; gap: 12px; }
}
