/*
Theme Name:   Nikkios Travel (Astra Child)
Theme URI:    https://nikkiostravel.com
Description:  Astra child theme for Nikkios Travel — Group Cruises & All-Inclusive Resorts
Author:       Nikkios Travel
Author URI:   https://nikkiostravel.com
Template:     astra
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  nikkios-travel
Tags:         travel, group-travel, cruises, resorts

=============================================================
DESIGN SYSTEM — Coastal Luxury Editorial
=============================================================
Primary Accent:  #2DD4BF  (teal/emerald)
Teal Dark:       #0F9B8E
Navy:            #0F2027
Sage Green:      #D4EDDA
Sage Dark:       #B8DFBF
Off-White:       #F8F6F0
Text Dark:       #1C2B35
Text Muted:      #6B8A99
Display Font:    Playfair Display (700, 800, italic)
Body Font:       DM Sans (300, 400, 500, 600)
=============================================================
*/

/* ============================================================
   1. GOOGLE FONTS IMPORT
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,800;1,700&family=DM+Sans:wght@300;400;500;600&display=swap');

/* ============================================================
   2. CSS CUSTOM PROPERTIES (Design Tokens)
   ============================================================ */
:root {
    --nt-teal:          #2DD4BF;
    --nt-teal-dark:     #0F9B8E;
    --nt-teal-light:    #A7F3D0;
    --nt-navy:          #0F2027;
    --nt-navy-mid:      #1C2B35;
    --nt-sage:          #D4EDDA;
    --nt-sage-dark:     #B8DFBF;
    --nt-off-white:     #F8F6F0;
    --nt-white:         #FFFFFF;
    --nt-text:          #1C2B35;
    --nt-text-muted:    #6B8A99;
    --nt-border:        #D4EDDA;
    --nt-shadow:        0 4px 24px rgba(15, 32, 39, 0.10);
    --nt-shadow-lg:     0 12px 40px rgba(15, 32, 39, 0.18);
    --nt-radius:        9999px;
    --nt-radius-card:   16px;
    --nt-radius-input:  12px;
}

/* ============================================================
   3. BASE TYPOGRAPHY
   ============================================================ */
body,
.ast-single-post .entry-content,
p, li, span, a, input, textarea, select, button {
    font-family: 'DM Sans', sans-serif !important;
    color: var(--nt-text);
}

h1, h2, h3, h4, .entry-title, .ast-blog-single-element {
    font-family: 'Playfair Display', serif !important;
    color: var(--nt-navy);
    line-height: 1.2;
}

/* ============================================================
   4. ASTRA HEADER OVERRIDES
   ============================================================ */
.site-header,
#masthead,
.ast-header-break-point .ast-mobile-header-wrap {
    background: transparent !important;
    transition: background 0.4s ease, box-shadow 0.4s ease;
}

.site-header.scrolled,
body.scrolled .site-header,
#masthead.scrolled {
    background: var(--nt-navy) !important;
    box-shadow: 0 2px 20px rgba(15, 32, 39, 0.3) !important;
}

/* Logo text */
.site-title a,
.site-title a:hover {
    font-family: 'Playfair Display', serif !important;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 1.25rem;
    text-transform: uppercase;
}

/* Nav links */
.main-navigation a,
.ast-header-custom-item a,
#site-navigation a {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255,255,255,0.9) !important;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: color 0.2s ease;
    position: relative;
}

.main-navigation a:hover,
#site-navigation a:hover {
    color: #ffffff !important;
}

.main-navigation a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--nt-teal);
    transition: width 0.3s ease;
}

.main-navigation a:hover::after {
    width: 100%;
}

/* ============================================================
   5. TEAL PILL BUTTON SYSTEM
   ============================================================ */
.nt-btn,
.nt-btn-teal,
.elementor-button.nt-btn-teal,
.wp-block-button__link,
.ast-custom-button,
.ast-header-custom-item .menu-item a.nt-cta {
    background-color: var(--nt-teal) !important;
    color: var(--nt-navy) !important;
    border-radius: var(--nt-radius) !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    font-size: 0.8rem !important;
    padding: 0.75rem 2rem !important;
    border: none !important;
    cursor: pointer;
    transition: all 0.2s ease !important;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none !important;
}

.nt-btn:hover,
.nt-btn-teal:hover,
.elementor-button.nt-btn-teal:hover {
    background-color: var(--nt-teal-dark) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(45, 212, 191, 0.35) !important;
    color: var(--nt-navy) !important;
}

/* Outline button variant */
.nt-btn-outline {
    background: transparent !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.4) !important;
    border-radius: var(--nt-radius) !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    font-size: 0.8rem !important;
    padding: 0.75rem 2rem !important;
    cursor: pointer;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
}

.nt-btn-outline:hover {
    background: rgba(255,255,255,0.1) !important;
    border-color: rgba(255,255,255,0.6) !important;
}

/* ============================================================
   6. SECTION UTILITY CLASSES
   ============================================================ */
.nt-section-label {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 500;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--nt-teal) !important;
    display: block;
    margin-bottom: 0.5rem;
}

.nt-teal-rule {
    width: 3rem;
    height: 2px;
    background-color: var(--nt-teal);
    margin: 0.75rem 0;
    display: block;
}

.nt-teal-rule-center {
    width: 3rem;
    height: 2px;
    background-color: var(--nt-teal);
    margin: 0.75rem auto;
    display: block;
}

/* ============================================================
   7. HERO SECTION
   ============================================================ */
.nt-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}

.nt-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(15, 32, 39, 0.65) 0%,
        rgba(15, 32, 39, 0.55) 50%,
        rgba(15, 32, 39, 0.75) 100%
    );
}

.nt-hero-content {
    position: relative;
    z-index: 10;
    max-width: 900px;
    padding: 0 1.5rem;
}

.nt-hero h1 {
    color: #ffffff !important;
    font-size: clamp(2.5rem, 7vw, 5rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.nt-hero p.subtitle {
    color: rgba(255,255,255,0.85);
    font-size: 1.125rem;
    line-height: 1.7;
    max-width: 650px;
    margin: 0 auto 2.5rem;
}

.nt-hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ============================================================
   8. QUOTE / HOW IT WORKS SECTION
   ============================================================ */
.nt-quote-section {
    background-color: var(--nt-sage) !important;
    padding: 4rem 0;
}

.nt-quote-text {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.7;
    color: var(--nt-navy) !important;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.nt-quote-mark {
    font-family: 'Playfair Display', serif;
    font-size: 8rem;
    line-height: 1;
    color: rgba(45, 212, 191, 0.2);
    position: absolute;
    top: -2rem;
    left: -1rem;
    pointer-events: none;
    user-select: none;
}

.nt-how-it-works {
    background: #ffffff;
    border-radius: var(--nt-radius-card);
    box-shadow: var(--nt-shadow);
    margin: 0 2rem 4rem;
    padding: 3.5rem 3rem;
}

.nt-how-it-works h2 {
    text-align: center;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    color: var(--nt-navy) !important;
    margin-bottom: 0.75rem;
}

.nt-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.nt-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.nt-step-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: var(--nt-sage);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: var(--nt-teal-dark);
}

.nt-step h3 {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 700;
    font-size: 0.9375rem;
    color: var(--nt-navy) !important;
    margin-bottom: 0.5rem;
}

.nt-step p {
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--nt-text-muted) !important;
}

/* ============================================================
   9. SERVICES SECTION
   ============================================================ */
.nt-services {
    background: #ffffff;
    padding: 5rem 0;
}

.nt-service-card {
    position: relative;
    border-radius: var(--nt-radius-card);
    overflow: hidden;
    min-height: 480px;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease;
}

.nt-service-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--nt-shadow-lg);
}

.nt-service-card:hover .nt-service-bg {
    transform: scale(1.05);
}

.nt-service-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.7s ease;
}

.nt-service-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(15, 32, 39, 0.92) 0%,
        rgba(15, 32, 39, 0.6) 50%,
        rgba(15, 32, 39, 0.2) 100%
    );
}

.nt-service-content {
    position: relative;
    z-index: 10;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.nt-service-content h3 {
    color: #ffffff !important;
    font-size: 1.875rem;
    margin-bottom: 0.75rem;
}

.nt-service-content p {
    color: rgba(255,255,255,0.82) !important;
    font-size: 0.875rem;
    line-height: 1.65;
    margin-bottom: 1.25rem;
}

.nt-feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.nt-feature-tag {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.9) !important;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 9999px;
    padding: 0.25rem 0.75rem;
    font-family: 'DM Sans', sans-serif !important;
}

/* ============================================================
   10. EXPLORE SECTION (Full-bleed with right-aligned text)
   ============================================================ */
.nt-explore {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.nt-explore-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(15, 32, 39, 0.4) 40%,
        rgba(15, 32, 39, 0.75) 100%
    );
}

.nt-explore-content {
    position: relative;
    z-index: 10;
    margin-left: auto;
    max-width: 520px;
    padding: 4rem 3rem;
    text-align: right;
}

.nt-explore-content h2 {
    color: #ffffff !important;
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1rem;
}

.nt-explore-content p {
    color: rgba(255,255,255,0.85) !important;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.nt-teal-rule-right {
    width: 3rem;
    height: 2px;
    background-color: var(--nt-teal);
    margin: 0 0 1.5rem auto;
    display: block;
}

/* ============================================================
   11. DESTINATIONS SECTION
   ============================================================ */
.nt-destinations {
    background-color: var(--nt-off-white);
    padding: 5rem 0;
}

.nt-dest-card {
    position: relative;
    border-radius: var(--nt-radius-card);
    overflow: hidden;
    height: 300px;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
}

.nt-dest-card:hover {
    box-shadow: var(--nt-shadow-lg);
}

.nt-dest-card:hover .nt-dest-bg {
    transform: scale(1.1);
}

.nt-dest-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.7s ease;
}

.nt-dest-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(15, 32, 39, 0.85) 0%,
        rgba(15, 32, 39, 0.3) 50%,
        transparent 100%
    );
}

.nt-dest-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 0.7rem;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 500;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    backdrop-filter: blur(4px);
    background: rgba(45, 212, 191, 0.2);
    color: var(--nt-teal) !important;
    border: 1px solid rgba(45, 212, 191, 0.3);
}

.nt-dest-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.25rem;
    z-index: 10;
}

.nt-dest-country {
    font-size: 0.75rem;
    color: var(--nt-teal) !important;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.nt-dest-name {
    color: #ffffff !important;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
}

/* ============================================================
   12. ABOUT SECTION
   ============================================================ */
.nt-about {
    background: #ffffff;
    padding: 5rem 0;
}

.nt-about-photo-wrap {
    position: relative;
}

.nt-about-photo-bg {
    position: absolute;
    top: -1rem;
    left: -1rem;
    width: 100%;
    height: 100%;
    background-color: var(--nt-sage);
    border-radius: var(--nt-radius-card);
    z-index: 0;
}

.nt-about-photo {
    position: relative;
    z-index: 1;
    border-radius: var(--nt-radius-card);
    width: 100%;
    max-height: 560px;
    object-fit: cover;
    object-position: top;
    box-shadow: var(--nt-shadow-lg);
}

.nt-stat-card {
    position: absolute;
    bottom: -1.5rem;
    right: -1.5rem;
    z-index: 20;
    background: #ffffff;
    border-radius: var(--nt-radius-card);
    box-shadow: var(--nt-shadow-lg);
    padding: 1rem 1.5rem;
    border: 1px solid var(--nt-border);
}

.nt-stat-card .number {
    font-family: 'Playfair Display', serif !important;
    font-size: 2rem;
    font-weight: 700;
    color: var(--nt-teal-dark) !important;
    line-height: 1;
}

.nt-stat-card .label {
    font-size: 0.75rem;
    color: var(--nt-text-muted) !important;
    margin-top: 0.25rem;
}

.nt-credential {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.nt-credential-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: var(--nt-sage);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--nt-teal-dark);
}

.nt-credential-label {
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--nt-navy) !important;
    display: block;
}

.nt-credential-desc {
    font-size: 0.75rem;
    color: var(--nt-text-muted) !important;
}

/* ============================================================
   13. TESTIMONIALS SECTION
   ============================================================ */
.nt-testimonials {
    background-color: var(--nt-sage);
    padding: 5rem 0;
}

.nt-testimonial-card {
    background: #ffffff;
    border-radius: var(--nt-radius-card);
    padding: 1.75rem;
    box-shadow: var(--nt-shadow);
    height: 100%;
}

.nt-stars {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1rem;
    color: var(--nt-teal);
}

.nt-testimonial-quote {
    font-style: italic;
    font-size: 0.875rem;
    line-height: 1.65;
    color: var(--nt-text-muted) !important;
    margin-bottom: 1.25rem;
}

.nt-testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.nt-author-avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: var(--nt-sage);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif !important;
    font-weight: 700;
    color: var(--nt-teal-dark) !important;
    font-size: 0.875rem;
    flex-shrink: 0;
}

.nt-author-name {
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--nt-navy) !important;
}

.nt-author-occasion {
    font-size: 0.75rem;
    color: var(--nt-teal) !important;
}

/* ============================================================
   14. CONTACT SECTION
   ============================================================ */
.nt-contact-hero {
    position: relative;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center 40%;
    overflow: hidden;
}

.nt-contact-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 32, 39, 0.55);
}

.nt-contact-hero h2 {
    position: relative;
    z-index: 10;
    color: #ffffff !important;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 700;
    text-transform: lowercase;
    letter-spacing: 0.02em;
}

.nt-contact-body {
    background-color: var(--nt-off-white);
    padding: 4rem 0;
}

.nt-contact-label {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 500;
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--nt-teal) !important;
    display: block;
    margin-bottom: 0.35rem;
}

.nt-contact-value {
    font-size: 1rem;
    color: var(--nt-navy) !important;
    text-decoration: none;
    transition: color 0.2s;
}

.nt-contact-value:hover {
    color: var(--nt-teal-dark) !important;
}

.nt-social-btn {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background-color: var(--nt-navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    text-decoration: none;
    transition: background 0.2s ease;
    margin-right: 0.5rem;
}

.nt-social-btn:hover {
    background-color: var(--nt-teal) !important;
    color: var(--nt-navy) !important;
}

/* Form fields */
.nt-form-label {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 500;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--nt-text-muted) !important;
    display: block;
    margin-bottom: 0.4rem;
}

.nt-form-input,
.nt-form-select,
.nt-form-textarea,
.wpcf7-form-control input,
.wpcf7-form-control textarea,
.wpcf7-form-control select {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: var(--nt-radius-input) !important;
    border: 1px solid var(--nt-border) !important;
    background: #ffffff !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 0.875rem;
    color: var(--nt-navy) !important;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.nt-form-input:focus,
.nt-form-select:focus,
.nt-form-textarea:focus {
    border-color: var(--nt-teal) !important;
    box-shadow: 0 0 0 3px rgba(45, 212, 191, 0.15) !important;
}

/* ============================================================
   15. FOOTER
   ============================================================ */
.site-footer,
#colophon {
    background-color: var(--nt-navy) !important;
    color: rgba(255,255,255,0.7) !important;
    padding: 3rem 0 1.5rem !important;
}

.site-footer a,
#colophon a {
    color: rgba(255,255,255,0.6) !important;
    text-decoration: none;
    transition: color 0.2s;
}

.site-footer a:hover,
#colophon a:hover {
    color: var(--nt-teal) !important;
}

.site-footer .widget-title,
#colophon .widget-title {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #ffffff !important;
    margin-bottom: 1.25rem;
}

.ast-footer-copyright {
    color: rgba(255,255,255,0.4) !important;
    font-size: 0.75rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 1.5rem;
    margin-top: 2.5rem;
    text-align: center;
}

/* ============================================================
   16. SECTION HEADING UTILITY
   ============================================================ */
.nt-section-heading {
    text-align: center;
    margin-bottom: 3.5rem;
}

.nt-section-heading h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--nt-navy) !important;
    margin-bottom: 0.75rem;
}

.nt-section-heading p {
    color: var(--nt-text-muted) !important;
    max-width: 560px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.65;
}

/* ============================================================
   17. HIGHLIGHTS ROW
   ============================================================ */
.nt-highlight-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: var(--nt-sage);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
    color: var(--nt-teal-dark);
}

.nt-highlight-label {
    font-weight: 700;
    font-size: 0.875rem;
    color: var(--nt-navy) !important;
    text-align: center;
    margin-bottom: 0.25rem;
}

.nt-highlight-desc {
    font-size: 0.75rem;
    color: var(--nt-text-muted) !important;
    text-align: center;
}

/* ============================================================
   18. SCROLL ANIMATIONS
   ============================================================ */
.nt-fade-in {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.nt-fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.nt-fade-in-left {
    opacity: 0;
    transform: translateX(-32px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.nt-fade-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.nt-fade-in-right {
    opacity: 0;
    transform: translateX(32px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.nt-fade-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* ============================================================
   19. RESPONSIVE ADJUSTMENTS
   ============================================================ */
@media (max-width: 768px) {
    .nt-how-it-works {
        margin: 0 1rem 3rem;
        padding: 2rem 1.5rem;
    }

    .nt-explore-content {
        margin-left: 0;
        text-align: left;
        padding: 3rem 1.5rem;
    }

    .nt-teal-rule-right {
        margin: 0 0 1.5rem 0;
    }

    .nt-stat-card {
        bottom: -1rem;
        right: -0.5rem;
    }

    .nt-hero-buttons {
        flex-direction: column;
        align-items: center;
    }
}

/* ============================================================
   20. ASTRA SPECIFIC OVERRIDES
   ============================================================ */
/* Remove default Astra padding on full-width pages */
.ast-page-builder-template .site-content {
    padding: 0 !important;
}

.ast-page-builder-template .entry-content {
    margin: 0 !important;
    padding: 0 !important;
}

/* Ensure full-width sections work */
.elementor-section.elementor-section-full_width {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Astra header height compensation */
.nt-hero {
    padding-top: 0;
}
