
/* RESPONSIVE FONT SCALING - Add this to the top of your CSS */

/* Base font size using clamp() for automatic scaling */
html {
    /* Responsive base font size: 14px on mobile, scales to 16px on desktop */
    font-size: clamp(14px, 2.5vw, 16px);
}

body {
    font-size: 1rem; /* This will scale with the html font-size */
    line-height: 1.6;
}

/* HEADINGS - Responsive Scaling */
h1 {
    font-size: clamp(1.75rem, 5vw, 3.5rem);
    line-height: 1.2;
    font-family: 'Aboreto', serif;
    font-weight: 300;
    font-style: italic;
}

h2 {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    line-height: 1.3;
    font-family: 'Aboreto', serif;
    font-weight: 300;
    font-style: italic;
}

h3 {
    font-size: clamp(1.25rem, 3vw, 2rem);
    line-height: 1.3;
}

h4 {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    line-height: 1.4;
}

h5 {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.4;
}

h6 {
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    line-height: 1.4;
}

/* HEADER SPECIFIC SCALING */
.site-header {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
}

.site-title a {
    font-size: clamp(1.2rem, 3vw, 1.5rem);
}

.primary-menu-list a {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
}

/* HERO SECTION SCALING */
.hero-title {
    font-size: clamp(2rem, 8vw, 3.5rem);
    line-height: 1.1;
}

.hero-subtitle {
    font-size: clamp(1rem, 3vw, 1.3rem);
    line-height: 1.4;
}

.hero-cta-button {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    padding: clamp(0.75rem, 2vw, 1rem) clamp(1.5rem, 3vw, 2rem);
}

/* CONTACT FORM SCALING */
.contact-title {
    font-size: clamp(1.75rem, 5vw, 2.5rem);
}

.form-title,
.info-title {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
}

.contact-form label {
    font-size: clamp(0.85rem, 1.5vw, 0.95rem);
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    padding: clamp(0.75rem, 2vw, 1rem);
}

.send-message-btn,
.apply-btn {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    padding: clamp(0.75rem, 2vw, 1rem) clamp(1.5rem, 3vw, 2rem);
}

.contact-label {
    font-size: clamp(0.8rem, 1.5vw, 0.9rem);
}

.contact-value {
    font-size: clamp(0.9rem, 1.5vw, 1rem);
}

/* GET APPROVED PAGE SCALING */
.approved-title {
    font-size: clamp(1.75rem, 5vw, 2.5rem);
}

/* MORTGAGE DESIGNER SECTION SCALING */
.designer-title {
    font-size: clamp(1.75rem, 5vw, 2.5rem);
}

.designer-name {
    font-size: clamp(1.25rem, 3vw, 1.8rem);
}

.designer-description {
    font-size: clamp(0.95rem, 2vw, 1.1rem);
}

.stat-number {
    font-size: clamp(1.5rem, 4vw, 2.2rem);
}

.stat-label {
    font-size: clamp(0.8rem, 1.5vw, 0.9rem);
}

.connect-button {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    padding: clamp(0.75rem, 2vw, 1rem) clamp(1.5rem, 3vw, 2rem);
}

/* FOOTER SCALING */
.footer-main-title {
    font-size: clamp(1.5rem, 4vw, 2.4rem);
}

.footer-section h4 {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
}

.footer-services ul li,
.footer-contact p,
.contact-item a,
.contact-item span {
    font-size: clamp(0.85rem, 1.5vw, 0.95rem);
}

.footer-legal p,
.footer-link {
    font-size: clamp(0.75rem, 1.25vw, 0.875rem);
}

.language-selector {
    font-size: clamp(0.75rem, 1.25vw, 0.875rem);
}

/* GENERAL CONTENT SCALING */
p {
    font-size: clamp(0.9rem, 2vw, 1rem);
    line-height: 1.6;
}

.small-text {
    font-size: clamp(0.75rem, 1.5vw, 0.875rem);
}

.large-text {
    font-size: clamp(1.1rem, 2.5vw, 1.25rem);
}

/* BUTTONS GENERAL SCALING */
button,
.button,
.btn {
    font-size: clamp(0.875rem, 2vw, 1rem);
    padding: clamp(0.5rem, 1.5vw, 0.75rem) clamp(1rem, 2.5vw, 1.5rem);
}

/* FORM ELEMENTS SCALING */
input,
textarea,
select {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
}

/* NAVIGATION SPECIFIC */
.menu-toggle {
    width: clamp(40px, 8vw, 50px);
    height: clamp(40px, 8vw, 50px);
}

.hamburger-line {
    width: clamp(20px, 5vw, 25px);
    height: clamp(2px, 0.5vw, 3px);
}

/* ICONS SCALING */
.fas,
.fab,
.fa {
    font-size: clamp(0.875rem, 2vw, 1.25rem);
}

.social-link {
    width: clamp(32px, 6vw, 40px);
    height: clamp(32px, 6vw, 40px);
    font-size: clamp(0.875rem, 2vw, 1rem);
}

/* UTILITY CLASSES FOR MANUAL SCALING */
.text-xs {
    font-size: clamp(0.65rem, 1.25vw, 0.75rem);
}

.text-sm {
    font-size: clamp(0.75rem, 1.5vw, 0.875rem);
}

.text-base {
    font-size: clamp(0.875rem, 2vw, 1rem);
}

.text-lg {
    font-size: clamp(1rem, 2.5vw, 1.125rem);
}

.text-xl {
    font-size: clamp(1.125rem, 3vw, 1.25rem);
}

.text-2xl {
    font-size: clamp(1.25rem, 3.5vw, 1.5rem);
}

.text-3xl {
    font-size: clamp(1.5rem, 4vw, 1.875rem);
}

.text-4xl {
    font-size: clamp(1.875rem, 5vw, 2.25rem);
}

.text-5xl {
    font-size: clamp(2.25rem, 6vw, 3rem);
}

/* BREAKPOINT-SPECIFIC FONT ADJUSTMENTS */
@media (max-width: 320px) {
    /* Extra small phones */
    html {
        font-size: 12px;
    }
    
    .hero-title {
        font-size: 1.5rem;
    }
    
    .contact-title,
    .approved-title,
    .designer-title {
        font-size: 1.5rem;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    /* Small phones */
    html {
        font-size: 14px;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    /* Large phones / small tablets */
    html {
        font-size: 15px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* Tablets */
    html {
        font-size: 15.5px;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    /* Small laptops */
    html {
        font-size: 16px;
    }
}

@media (min-width: 1201px) {
    /* Large screens */
    html {
        font-size: 16px;
    }
}

/* SMOOTH TRANSITIONS */
* {
    transition: font-size 0.3s ease;
}

/* PRINT STYLES - Smaller fonts for printing */
@media print {
    html {
        font-size: 12pt;
    }
    
    h1 { font-size: 18pt; }
    h2 { font-size: 16pt; }
    h3 { font-size: 14pt; }
    h4 { font-size: 13pt; }
    h5 { font-size: 12pt; }
    h6 { font-size: 11pt; }
    
    p { font-size: 11pt; }
}* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Site header */
.site-header {
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: relative;
    z-index: 999;
    width: 100%;
}

/* Header container */
.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Header content layout */
.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    width: 100%;
    flex-wrap: wrap;
}

/* Site branding/logo */
.site-branding {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.site-branding .custom-logo-link {
    display: block;
    line-height: 1;
}

.site-branding img {
    max-height: 60px;
    width: auto;
    height: auto;
    display: block;
}

.site-title {
    margin: 0;
    line-height: 1.2;
}

.site-title a {
    color: #8B1538;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.site-title a:hover {
    color: #a91d4a;
}

/* Navigation */
.main-navigation {
    display: flex;
    align-items: center;
}

.primary-menu-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 2rem;
}

.primary-menu-list li {
    margin: 0;
}

.primary-menu-list a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
    display: block;
}

.signature-name {
	font-family: 'Monsieur La Doulaise';
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 400;
    color: #2c3e50;
    margin: 0;
}
.primary-menu-list a:hover,
.primary-menu-list .current-menu-item a {
    color: #8B1538;
}

/* Get Approved button styling */
.primary-menu-list .menu-item:last-child a {
    background: #8B1538;
    color: white !important;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.primary-menu-list .menu-item:last-child a:hover {
    background: #a91d4a;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(139, 21, 56, 0.3);
}

/* Mobile menu toggle */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    flex-direction: column;
    gap: 4px;
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background: #333;
    transition: all 0.3s ease;
    display: block;
}

.screen-reader-text {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Skip link */
.skip-link {
    position: absolute;
    left: -9999px;
    z-index: 999999;
    color: white;
    background: #8B1538;
    text-decoration: none;
    padding: 0.5rem 1rem;
}

.skip-link:focus {
    left: 6px;
    top: 7px;
}

/* Mobile styles */
@media (max-width: 768px) {
    .header-content {
        min-height: 60px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .site-branding {
        order: 1;
    }
    .site-branding img {
        max-height: 45px;
    }
    
    .menu-toggle {
        display: flex !important;
        order: 2;
        z-index: 1001;
    }
    .main-navigation {
        order: 3;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background: white;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1000;
    }
    
    .main-navigation.toggled {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    
    .primary-menu-list {
        flex-direction: column;
        gap: 0;
        padding: 1rem 0;
    }
    
    .primary-menu-list li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .primary-menu-list li:last-child {
        border-bottom: none;
    }
    
    .primary-menu-list a {
        padding: 1rem;
        width: 100%;
    }
    
    .primary-menu-list .menu-item:last-child a {
        background: transparent;
        color: #8B1538 !important;
        border: 2px solid #8B1538;
        margin: 0.5rem 1rem;
        border-radius: 5px;
    }
    
    .primary-menu-list .menu-item:last-child a:hover {
        background: #8B1538;
        color: white !important;
    }
}
@media (max-width: 768px) {
    .menu-toggle {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: none !important;
        border: none !important;
        cursor: pointer !important;
        padding: 0.5rem !important;
        flex-direction: column !important;
        gap: 4px !important;
    }
    
    .hamburger-line {
        width: 25px !important;
        height: 3px !important;
        background: #333 !important;
        transition: all 0.3s ease !important;
        display: block !important;
    }
}

/* Fix for when WordPress admin bar is present */
.admin-bar .site-header {
    top: 0;
}

/* Ensure site container doesn't get pushed down */
#page {
    position: relative;
}

/* Fix any potential overflow issues */
body {
    overflow-x: hidden;
}

.site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/*--------------------------------------------------------------
# HOMEPAGE STYLES
--------------------------------------------------------------*/

/* Global Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.hero-section {
    position: relative !important;
    min-height: 100vh !important;
    width: 100vw !important; /* Full viewport width */
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    /* Remove any container restrictions */
    max-width: none !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}

.hero-background {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    z-index: 1 !important;
}

.hero-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)) !important;
    z-index: 2 !important;
}


.hero-content {
    position: relative !important;
    z-index: 3 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    color: white !important;
    width: 100% !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 40px 20px !important;
    /* Remove the red background for debugging */
    background: transparent !important;
    border: none !important;
}

.hero-title {
    font-family: 'Aboreto', !important;
    font-size: 3.5rem !important;
    font-weight: 400 !important;
    margin: 0 0 1rem 0 !important;
    letter-spacing: 2px !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
    color: white !important;
    text-align: center !important;
    width: 100% !important;
}
.hero-subtitle {
    font-family: 'Bodoni Moda', serif !important;
    font-size: 1.8rem !important;
    font-style: italic !important;
    margin: 0 0 2.5rem 0 !important;
    opacity: 0.95 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
    color: white !important;
    text-align: center !important;
    width: 100% !important;
}

.hero-cta-button {
    display: inline-block !important;
    background-color: #c41e3a !important;
    color: white !important;
    padding: 18px 40px !important;
    text-decoration: none !important;
    border-radius: 5px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    box-shadow: 0 4px 15px rgba(196, 30, 58, 0.3) !important;
    border: none !important;
    margin: 0 auto !important;
}

.hero-cta-button:hover {
    background-color: #a01729 !important;
    color: white !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(196, 30, 58, 0.4) !important;
    text-decoration: none !important;
}

/* Fix for container restrictions */
.homepage .container {
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
.hero-section {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}


/* Mortgage Designer Section */
.mortgage-designer {
    padding: 100px 0;
    background-color: #f8f9fa;
}

.designer-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.designer-image {
    display: flex;
    justify-content: center;
}

.designer-photo {
    width: 100%;
    max-width: 450px;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.designer-content {
    padding-left: 20px;
}

.designer-title {
    font-family: 'Aboreto', serif;
    font-size: 2.8rem;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 30px;
    color: #2c3e50;
    letter-spacing: 1px;
    line-height: 1.2;
}

.designer-description {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #6c757d;
    margin-bottom: 40px;
    max-width: 500px;
}

.connect-button {
    display: inline-block;
    border: 2px solid #2c3e50;
    color: #2c3e50;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.connect-button:hover {
    background-color: #2c3e50;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(44, 62, 80, 0.2);
}

/* Mortgage Services Section */
.mortgage-services {
    padding: 100px 0;
    background-color: white;
}

.services-title {
    font-family: 'Aboreto', serif;
    font-size: 2.8rem;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    margin-bottom: 80px;
    color: #2c3e50;
    letter-spacing: 1px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.service-item {
    text-align: center;
    padding: 40px 30px;
    transition: transform 0.3s ease;
    /* Add border and rounded corners */
    border: 2px solid #e9ecef;
    border-radius: 15px;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.service-item:hover {
    transform: translateY(-5px);
    border-color: #c41e3a;
    box-shadow: 0 10px 25px rgba(196, 30, 58, 0.1);
}

.service-icon {
    width: 90px;
    height: 90px;
    background-color: #c41e3a;
    border-radius: 50%;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(196, 30, 58, 0.2);
}

.service-item:hover .service-icon {
    transform: scale(1.1);
    box-shadow: 0 12px 30px rgba(196, 30, 58, 0.3);
}

.service-icon i {
    font-size: 2.2rem;
    color: white;
}

.service-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2c3e50;
    line-height: 1.3;
}

.service-description {
    color: #6c757d;
    line-height: 1.7;
    font-size: 1rem;
    max-width: 400px;
    margin: 0 auto;
}

/* Trusted Lenders Section with JavaScript Slider */
.trusted-lenders {
    padding: 100px 0;
    background-color: #f8f9fa;
    overflow: hidden;
}

.lenders-title {
    font-family: 'Aboreto', serif;
    font-size: 2.8rem;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    margin-bottom: 80px;
    color: #2c3e50;
    letter-spacing: 1px;
}

.lender-slider-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.lender-slider {
    display: flex;
    transition: transform 0.5s ease;
    gap: 30px;
    will-change: transform;
}

.lender-slide {
    flex: 0 0 calc(25% - 22.5px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    min-height: 100px;
    will-change: transform;
}

.lender-slide:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.lender-logo {
    max-width: 100%;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.lender-slide:hover .lender-logo {
    filter: grayscale(0%);
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.slider-btn:hover {
    background-color: #c41e3a;
    border-color: #c41e3a;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.prev-btn {
    left: -25px;
}

.next-btn {
    right: -25px;
}

.slider-btn i {
    font-size: 1.2rem;
    color: #6c757d;
    transition: color 0.3s ease;
}

.slider-btn:hover i {
    color: white;
}

/* CTA Section */
.cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #c41e3a, #a01729);
    text-align: center;
    color: white;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta-title {
    font-family: 'Aboreto', serif;
    font-size: 2.8rem;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.cta-description {
    font-size: 1.3rem;
    margin-bottom: 40px;
    opacity: 0.95;
    line-height: 1.6;
}

.cta-calculator-button {
    display: inline-block;
    background-color: white;
    color: #c41e3a;
    padding: 18px 40px;
    text-decoration: none;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-calculator-button:hover {
    background-color: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/*--------------------------------------------------------------
# HOMEPAGE RESPONSIVE DESIGN
--------------------------------------------------------------*/

/* Large Tablets */
@media (max-width: 1024px) {
    .designer-wrapper {
        gap: 60px;
    }
    
    .services-grid {
        gap: 50px;
    }
    
    .designer-content {
        padding-left: 0;
    }
    
    .lender-slide {
        flex: 0 0 calc(33.333% - 20px);
    }
}

/* Tablets */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.8rem;
    }
    
    .hero-subtitle {
        font-size: 1.5rem;
    }
    
    .designer-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
    
    .designer-title {
        font-size: 2.4rem;
    }
    
    .services-title,
    .lenders-title,
    .cta-title {
        font-size: 2.4rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .mortgage-designer,
    .mortgage-services,
    .trusted-lenders,
    .cta-section {
        padding: 80px 0;
    }
    
    .lender-slide {
        flex: 0 0 calc(50% - 15px);
    }
    
    .slider-btn {
        width: 45px;
        height: 45px;
    }
    
    .prev-btn {
        left: -22px;
    }
    
    .next-btn {
        right: -22px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .hero-section {
        min-height: 60vh;
    }
    
    .hero-title {
        font-size: 2.2rem;
        margin-bottom: 0.8rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
        margin-bottom: 2rem;
    }
    
    .hero-cta-button {
        padding: 15px 30px;
        font-size: 1rem;
    }
    
    .designer-title {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    
    .designer-description {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }
    
    .services-title,
    .lenders-title,
    .cta-title {
        font-size: 2rem;
        margin-bottom: 50px;
    }
    
    .service-item {
        padding: 30px 20px;
    }
    
    .service-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 25px;
    }
    
    .service-icon i {
        font-size: 2rem;
    }
    
    .service-title {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
    
    .mortgage-designer,
    .mortgage-services,
    .trusted-lenders,
    .cta-section {
        padding: 60px 0;
    }
    
    .lender-slide {
        flex: 0 0 100%;
        margin: 0 10px;
    }
    
    .slider-btn {
        width: 40px;
        height: 40px;
    }
    
    .prev-btn {
        left: -20px;
    }
    
    .next-btn {
        right: -20px;
    }
    
    .cta-description {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }
    
    .cta-calculator-button {
        padding: 15px 30px;
        font-size: 1rem;
    }
}

/* UPDATED FOOTER STYLES */

.site-footer {
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
    padding: 40px 0 20px;
    margin-top: 60px;
    font-family: 'Roboto', sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Centered Footer Header */
.footer-header {
    text-align: center;
    margin-bottom: 40px;
}

.footer-main-title {
    font-family: 'Aboreto', serif;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    color: #2c3e50;
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
}

.footer-main-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    margin: 15px auto 0;
}

/* Footer Content - Flexed Layout */
.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e9ecef;
}

.footer-column {
    max-width: 45%;
}

/* Services Section */
.footer-services .footer-section h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #8B1538;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-services ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-services ul li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}

.footer-services ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #8B1538;
    font-weight: bold;
    font-size: 14px;
}

.footer-services ul li a {
    color: #6c757d;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    transition: color 0.3s ease;
}

.footer-services ul li a:hover {
    color: #8B1538;
}

/* Contact Section */
.footer-contact .footer-section h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #8B1538;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    gap: 12px;
}

.contact-item i {
    color: #8B1538;
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

.contact-item a {
    color: #6c757d;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #8B1538;
}

.contact-item span {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.6;
}

/* Footer Bottom */
.footer-bottom {
    padding-top: 20px;
}

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

.footer-legal {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-legal p {
    color: #6c757d;
    font-size: 13px;
    margin: 0;
}

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

.footer-link {
    color: #6c757d;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #8B1538;
}

/* Language Selector */
.language-selector {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 13px;
    color: #495057;
    cursor: pointer;
    outline: none;
    transition: border-color 0.3s ease;
}

.language-selector:hover,
.language-selector:focus {
    border-color: #8B1538;
}

/* Social Media */
.footer-social {
    display: flex;
    gap: 15px;
    align-items: center;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #6c757d;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
}

.social-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.social-link.facebook:hover {
    background-color: #1877f2;
}

.social-link.instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-link.linkedin:hover {
    background-color: #0077b5;
}

/* RESPONSIVE DESIGN */

/* Tablet */
@media (max-width: 768px) {
    .site-footer {
        padding: 30px 0 15px;
        margin-top: 40px;
    }
    
    .footer-container {
        padding: 0 15px;
    }
    
    .footer-main-title {
        font-size: 20px;
        letter-spacing: 1.5px;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    
    .footer-column {
        max-width: 100%;
    }
    
    .footer-services ul li {
        text-align: left;
        margin: 0 auto 12px;
        max-width: 300px;
    }
    
    .contact-item {
        justify-content: center;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .footer-legal {
        flex-direction: column;
        gap: 15px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .footer-container {
        padding: 0 10px;
    }
    
    .footer-main-title {
        font-size: 18px;
        letter-spacing: 1px;
    }
    
    .footer-content {
        gap: 25px;
    }
    
    .footer-services .footer-section h4,
    .footer-contact .footer-section h4 {
        font-size: 16px;
    }
    
    .contact-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 10px;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .social-link {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

/* Large Desktop */
@media (min-width: 1200px) {
    .footer-content {
        gap: 80px;
    }
    
    .footer-main-title {
        font-size: 28px;
    }
}

/* About Page Styles */
.about-page {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #333;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* About Hero Section */
.about-hero {
    padding: 80px 0 100px;
    background-color: #fff;
}

.about-title {
    font-family: 'Aboreto', serif;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    margin: 0 0 80px 0;
    color: #2c3e50;
    letter-spacing: 2px;
    font-style: italic;
}

.about-main-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

/* Image Column */
.about-image-column {
    display: flex;
    justify-content: center;
}

.about-image-wrapper {
    max-width: 400px;
    width: 100%;
}

.about-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

/* Text Column */
.about-text-column {
    padding-left: 20px;
}

.about-text-content {
    max-width: 500px;
    color: black;
}

.about-intro,
.about-core {
    font-size: 16px;
    line-height: 1.7;
    color: #404040; /* or use #6c757d if you prefer lighter gray */
    margin-bottom: 25px;
    text-align: justify;
    font-family: 'Roboto', sans-serif; /* Match your body font */
}

.about-intro {
    font-weight: 400;
}

.about-core {
    font-weight: 400;
}

.about-signature {
    margin: 40px 0 30px 0;
}
.btn-get-in-touch {
    display: inline-block;
    background: linear-gradient(135deg, #c41e3a, #a01729);
    color: white;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(196, 30, 58, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-get-in-touch:hover {
    background: linear-gradient(135deg, #a01729, #c41e3a);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(196, 30, 58, 0.4);
}

.btn-get-in-touch:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(196, 30, 58, 0.3);
}

.btn-get-in-touch:focus {
    outline: 2px solid #c41e3a;
    outline-offset: 2px;
}
/* ============================================
   RESPONSIVE DESIGN - MOBILE FIRST APPROACH
   ============================================ */

/* Large Desktop (1200px and up) - Default styles above */

/* Medium Desktop/Laptop (992px to 1199px) */
@media (max-width: 1199.98px) {
    .about-container {
        max-width: 992px;
        padding: 0 30px;
    }
    
    .about-main-content {
        gap: 60px;
    }
    
    .about-image-wrapper {
        max-width: 350px;
    }
}

/* Tablet Landscape (768px to 991px) */
@media (max-width: 991.98px) {
    .about-container {
        max-width: 768px;
        padding: 0 25px;
    }
    
    .about-hero {
        padding: 60px 0 80px;
    }
    
    .about-title {
        font-size: 2.2rem;
        margin-bottom: 60px;
        letter-spacing: 1.5px;
    }
    
    .about-main-content {
        gap: 50px;
    }
    
    .about-text-column {
        padding-left: 10px;
    }
    
    .about-image-wrapper {
        max-width: 320px;
    }
    
    .about-intro,
    .about-core {
        font-size: 15px;
        margin-bottom: 20px;
    }
}

/* Tablet Portrait (576px to 767px) */
@media (max-width: 767.98px) {
    .about-container {
        padding: 0 20px;
    }
    
    .about-hero {
        padding: 50px 0 60px;
    }
    
    .about-title {
        font-size: 2rem;
        margin-bottom: 50px;
        letter-spacing: 1px;
    }
    
    .about-main-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .about-image-column {
        order: 1;
        margin-bottom: 20px;
    }
    
    .about-text-column {
        order: 2;
        padding-left: 0;
        text-align: left;
    }
    
    .about-text-content {
        max-width: none;
        margin: 0 auto;
    }
    
    .about-image-wrapper {
        max-width: 280px;
    }
    
    .about-intro,
    .about-core {
        text-align: left;
        margin-bottom: 20px;
    }
    
    .about-signature {
        margin: 30px 0 25px 0;
    }
    
    .btn-get-in-touch {
        padding: 12px 28px;
        font-size: 0.9rem;
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
}

/* Mobile Landscape (481px to 575px) */
@media (max-width: 575.98px) {
    .about-container {
        padding: 0 15px;
    }
    
    .about-hero {
        padding: 40px 0 50px;
    }
    
    .about-title {
        font-size: 1.8rem;
        margin-bottom: 40px;
        letter-spacing: 0.5px;
    }
    
    .about-main-content {
        gap: 30px;
    }
    
    .about-image-wrapper {
        max-width: 250px;
    }
    
    .about-intro,
    .about-core {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 18px;
    }
    
    .about-signature {
        margin: 25px 0 20px 0;
    }
    
    .btn-get-in-touch {
        padding: 12px 25px;
        font-size: 0.85rem;
        letter-spacing: 0.3px;
    }
}

/* Mobile Portrait (320px to 480px) */
@media (max-width: 480px) {
    .about-container {
        padding: 0 10px;
    }
    
    .about-hero {
        padding: 30px 0 40px;
    }
    
    .about-title {
        font-size: 1.6rem;
        margin-bottom: 30px;
        letter-spacing: 0px;
        line-height: 1.3;
    }
    
    .about-main-content {
        gap: 25px;
    }
    
    .about-image-wrapper {
        max-width: 220px;
    }
    
    .about-image {
        border-radius: 6px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }
    
    .about-intro,
    .about-core {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 15px;
        text-align: left;
    }
    
    .about-signature {
        margin: 20px 0 15px 0;
    }
    
    .btn-get-in-touch {
        padding: 10px 20px;
        font-size: 0.8rem;
        letter-spacing: 0.2px;
        width: 100%;
        max-width: none;
    }
}

/* Extra Small Mobile (up to 319px) */
@media (max-width: 319px) {
    .about-container {
        padding: 0 8px;
    }
    
    .about-title {
        font-size: 1.4rem;
        margin-bottom: 25px;
    }
    
    .about-image-wrapper {
        max-width: 200px;
    }
    
    .about-intro,
    .about-core {
        font-size: 12px;
        margin-bottom: 12px;
    }
    
    .btn-get-in-touch {
        padding: 8px 15px;
        font-size: 0.75rem;
    }
}

/*--------------------------------------------------------------
# CALCULATOR PAGE STYLES
--------------------------------------------------------------*/

.calculator-page {
    background-color: #fff;
    min-height: 100vh;
    padding: 0;
}

.calculator-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Calculator Section */
.calculator-section {
    background-color: #fff;
    padding: 40px 0;
}

.calculator-content {
    text-align: center;
}

.calculator-title {
    font-family: 'Aboreto', serif;
    font-size: 2.5rem;
    font-weight: 300;
    font-style: italic;
    color: #2c3e50;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.calculator-subtitle {
    color: #6c757d;
    font-size: 1rem;
    margin-bottom: 50px;
    font-weight: 400;
}

/* Form Styles */
.mortgage-calculator-form {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-bottom: 8px;
}

.form-group input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.form-group input:focus {
    outline: none;
    border-color: #8B1538;
    box-shadow: 0 0 0 2px rgba(139, 21, 56, 0.1);
}

/* Calculate Button */
.calculate-button {
    width: 100%;
    background-color: #8B1538;
    color: white;
    padding: 15px 20px;
    border: none;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.calculate-button:hover {
    background-color: #A01B42;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(139, 21, 56, 0.3);
}

/* Results Section */
.calculator-results {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.results-title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.results-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 500px;
    margin: 0 auto;
}

.result-item {
    text-align: center;
}

.result-item label {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}

.result-item input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    background-color: #f8f9fa;
    text-align: center;
    font-weight: 500;
    color: #333;
    box-sizing: border-box;
}

/* Business Info Section */
.business-info-section {
    background-color: #f8f9fa;
    padding: 80px 0;
    margin-top: 60px;
}

.business-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.business-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
    color: #2c3e50;
    letter-spacing: 1px;
}

.business-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

.business-column {
    text-align: left;
}

.business-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #34495e;
    margin-bottom: 25px;
}

.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-list li {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
    font-family: 'Roboto', sans-serif;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-item {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

/*--------------------------------------------------------------
# CALCULATOR RESPONSIVE DESIGN
--------------------------------------------------------------*/

/* Large Tablets */
@media (max-width: 1024px) {
    .calculator-container {
        max-width: 500px;
        padding: 30px 20px;
    }
    
    .business-details {
        gap: 60px;
    }
}

/* Tablets */
@media (max-width: 768px) {
    .calculator-container {
        padding: 20px 15px;
    }
    
    .calculator-title {
        font-size: 2rem;
        margin-bottom: 12px;
    }
    
    .calculator-subtitle {
        margin-bottom: 40px;
    }
    
    .results-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .business-details {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .business-info-section {
        padding: 60px 0;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .calculator-container {
        padding: 15px 10px;
    }
    
    .calculator-title {
        font-size: 1.8rem;
        letter-spacing: 0.5px;
    }
    
    .calculator-subtitle {
        font-size: 0.9rem;
        margin-bottom: 30px;
    }
    
    .form-group {
        margin-bottom: 20px;
    }
    
    .form-group input {
        padding: 10px 12px;
        font-size: 15px;
    }
    
    .calculate-button {
        padding: 12px 15px;
        font-size: 15px;
    }
    
    .results-title {
        font-size: 1.3rem;
        margin-bottom: 25px;
    }
    
    .result-item input {
        padding: 10px 12px;
        font-size: 15px;
    }
    
    .business-info-section {
        padding: 40px 0;
    }
    
    .business-title {
        font-size: 1.3rem;
        margin-bottom: 40px;
    }
    
    .business-subtitle {
        font-size: 1rem;
        margin-bottom: 20px;
    }
    
    .services-list li,
    .contact-item {
        font-size: 14px;
    }
}

/* Extra Small Mobile */
@media (max-width: 320px) {
    .calculator-title {
        font-size: 1.5rem;
    }
    
    .calculator-container {
        padding: 10px 5px;
    }
    
    .business-title {
        font-size: 1.2rem;
    }
}
/* Add this CSS to your existing calculator styles in functions.php */

.calculation-details {
    margin-top: 40px !important;
    padding: 30px !important;
    background-color: #f8f9fa !important;
    border-radius: 8px !important;
    border: 1px solid #e9ecef !important;
}

.calculation-details h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.2rem !important;
    color: #2c3e50 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
}

.detail-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    max-width: 400px !important;
    margin: 0 auto !important;
}

.detail-item {
    display: flex !important;
    justify-content: space-between !important;
    padding: 8px 0 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    color: #495057 !important;
}

.detail-item.total {
    border-top: 2px solid #8B1538 !important;
    padding-top: 12px !important;
    margin-top: 8px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
}

.warning-message {
    margin-top: 30px !important;
    padding: 20px !important;
    background-color: #fff3cd !important;
    border: 1px solid #ffeaa7 !important;
    border-radius: 8px !important;
    text-align: center !important;
}

.warning-message p {
    color: #856404 !important;
    font-family: 'Roboto', sans-serif !important;
    margin: 0 !important;
}

@media (max-width: 768px) {
    .calculation-details {
        padding: 20px !important;
        margin-top: 30px !important;
    }
    
    .detail-item {
        font-size: 13px !important;
    }
    
    .calculation-details h3 {
        font-size: 1.1rem !important;
    }
}
/* Contact Page Styles - Responsive */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* Main Contact Page Container */
.contact-page {
    min-height: 100vh;
    padding: 2rem 0;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Contact Header */
.contact-header {
    text-align: center;
    margin-bottom: 3rem;
}

.contact-title {
    font-size: 2.5rem;
    font-weight: 300;
    color: #2c3e50;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    position: relative;
}

.contact-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    margin: 1rem auto;
}

/* Contact Content Layout */
.contact-content {
    margin-bottom: 3rem;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

/* Contact Form Section */
.contact-form-section {
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
}

.form-title {
    font-size: 1.75rem;
    font-weight: 400;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    text-align: center;
}

/* Form Styles */
.contact-form {
    width: 100%;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-weight: 500;
    color: #495057;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: #fafafa;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #8B1538;
    background-color: white;
    box-shadow: 0 0 0 3px rgba(139, 21, 56, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

/* Send Message Button */
.send-message-btn {
    width: 100%;
    background: linear-gradient(135deg, #8B1538, #a91d4a);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.send-message-btn:hover {
    background: linear-gradient(135deg, #a91d4a, #8B1538);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 21, 56, 0.3);
}

.send-message-btn:active {
    transform: translateY(0);
}

/* Contact Information Section */
.contact-info-section {
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
}

.info-title {
    font-size: 1.75rem;
    font-weight: 400;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    text-align: center;
}

/* Contact Details */
.contact-details {
    margin-bottom: 2rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: .12rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.contact-item:hover {
    background-color: #e9ecef;
    transform: translateX(5px);
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #8B1538, #a91d4a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.contact-icon i {
    color: white;
    font-size: 1.2rem;
}

.contact-text {
    flex: 1;
}

.contact-label {
    display: block;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-value {
    display: block;
    color: #6c757d;
    font-size: 1rem;
}

.contact-value a {
    color: #8B1538;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-value a:hover {
    color: #a91d4a;
    text-decoration: underline;
}

/* Office Image */
.office-image {
    margin-top: 2rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.office-photo {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.office-image:hover .office-photo {
    transform: scale(1.05);
}

/* Message Notifications */
.success-message,
.error-message {
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: 500;
}

.success-message {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.error-message {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-container {
        padding: 0 0.5rem;
    }
    
    .contact-title {
        font-size: 2rem;
    }
    
    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-form-section,
    .contact-info-section {
        padding: 1.5rem;
    }
    
    .form-title,
    .info-title {
        font-size: 1.5rem;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-icon {
        margin: 0 auto 1rem;
    }
    
    .office-photo {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .contact-page {
        padding: 1rem 0;
    }
    
    .contact-title {
        font-size: 1.75rem;
        letter-spacing: 1px;
    }
    
    .contact-form-section,
    .contact-info-section {
        padding: 1rem;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 0.75rem;
    }
    
    .send-message-btn {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
    }
    
    .contact-item {
        padding: 0.75rem;
        margin-bottom: 1rem;
    }
    
    .contact-icon {
        width: 40px;
        height: 40px;
    }
    
    .contact-icon i {
        font-size: 1rem;
    }
}

/* Tablet Portrait */
@media (min-width: 481px) and (max-width: 768px) {
    .contact-wrapper {
        gap: 2.5rem;
    }
    
    .office-photo {
        height: 180px;
    }
}

/* Large Desktop */
@media (min-width: 1200px) {
    .contact-container {
        max-width: 1400px;
    }
    
    .contact-wrapper {
        gap: 4rem;
    }
}

/* Print Styles */
@media print {
    .contact-page {
        background: white;
    }
    
    .send-message-btn {
        background: #8B1538 !important;
        color: white !important;
    }
    
    .office-image {
        page-break-inside: avoid;
    }
}
/* Get Approved Page Styles - Responsive */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

/* Main Get Approved Page Container */
.get-approved-page {
    min-height: 100vh;
    padding: 2rem 0;
}

.approved-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Page Header */
.approved-header {
    text-align: center;
    margin-bottom: 3rem;
}

.approved-title {
    font-size: 2.5rem;
    font-weight: 300;
    color: #2c3e50;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    position: relative;
    line-height: 1.2;
}

.approved-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    margin: 1.5rem auto;
}

/* Application Content */
.application-content {
    margin-bottom: 3rem;
}

.application-form-wrapper {
    background: white;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    max-width: 100%;
}

/* Form Styles */
.application-form {
    width: 100%;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-weight: 500;
    color: #495057;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: #fafafa;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #8B1538;
    background-color: white;
    box-shadow: 0 0 0 3px rgba(139, 21, 56, 0.1);
}

.form-group select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
}

.form-group select:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%238B1538' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* Apply Button */
.apply-btn {
    width: 100%; /* Full width like other form fields */
    background: linear-gradient(135deg, #8B1538, #a91d4a);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 2rem 0 0 0;
}

.apply-btn:hover {
    background: linear-gradient(135deg, #a91d4a, #8B1538);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 21, 56, 0.3);
}

.apply-btn:active {
    transform: translateY(0);
}

/* Message Notifications */
.success-message,
.error-message {
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 500;
}

.success-message {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.error-message {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Placeholder Styling */
.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #9ca3af;
    opacity: 1;
}

.form-group input:focus::placeholder,
.form-group textarea:focus::placeholder {
    opacity: 0.5;
}

/* Responsive Design */
@media (max-width: 768px) {
    .approved-container {
        padding: 0 0.5rem;
    }
    
    .approved-title {
        font-size: 2rem;
        letter-spacing: 1px;
    }
    
    .application-form-wrapper {
        padding: 2rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .apply-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .get-approved-page {
        padding: 1rem 0;
    }
    
    .approved-title {
        font-size: 1.75rem;
        letter-spacing: 0.5px;
    }
    
    .application-form-wrapper {
        padding: 1.5rem;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 0.875rem;
        font-size: 0.95rem;
    }
    
    .apply-btn {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
    }
    
    .form-group label {
        font-size: 0.9rem;
    }
}

/* Tablet Portrait */
@media (min-width: 481px) and (max-width: 768px) {
    .approved-title {
        font-size: 2.25rem;
    }
    
    .application-form-wrapper {
        padding: 2.5rem;
    }
}

/* Large Desktop */
@media (min-width: 1200px) {
    .approved-container {
        max-width: 900px;
    }
    
    .application-form-wrapper {
        padding: 3.5rem;
    }
}

/* Focus Styles for Accessibility */
.apply-btn:focus {
    outline: 2px solid #8B1538;
    outline-offset: 2px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
}

/* Form Validation States */
.form-group input:invalid:not(:focus):not(:placeholder-shown),
.form-group select:invalid:not(:focus),
.form-group textarea:invalid:not(:focus):not(:placeholder-shown) {
    border-color: #dc3545;
    background-color: #fff5f5;
}

.form-group input:valid:not(:focus):not(:placeholder-shown),
.form-group select:valid:not(:focus),
.form-group textarea:valid:not(:focus):not(:placeholder-shown) {
    border-color: #28a745;
}

/* Loading State for Submit Button */
.apply-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Print Styles */
@media print {
    .get-approved-page {
        background: white;
    }
    
    .apply-btn {
        background: #8B1538 !important;
        color: white !important;
    }
    
    .application-form-wrapper {
        box-shadow: none;
        border: 1px solid #ddd;
    }
}
.form-row {
    display: block !important;
}

.form-group {
    margin-bottom: 25px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.results-grid-simple {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 600px;
    margin: 30px auto;
}

.result-item-large {
    text-align: center;
    background: #f8f9fa;
    padding: 30px 20px;
    border-radius: 12px;
    border: 2px solid #8B1538;
}

.result-item-large label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.result-value-large {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #8B1538;
    line-height: 1;
}

.warning-message-simple {
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    margin-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contact-link {
    color: #8B1538;
    font-weight: 600;
    text-decoration: none;
}

.contact-link:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .results-grid-simple {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .result-value-large {
        font-size: 2rem;
    }
    
    .result-item-large {
        padding: 25px 15px;
    }
}

@media (max-width: 480px) {
    .result-value-large {
        font-size: 1.75rem;
    }
    
    .result-item-large label {
        font-size: 14px;
    }
}/* Privacy Policy Page Styles - Fully Responsive */
.privacy-page {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #333;
}

.privacy-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Privacy Header */
.privacy-header {
    padding: 80px 0 60px;
    background-color: #fff;
    text-align: center;
}

.privacy-title {
    font-family: 'Aboreto', serif;
    font-weight: 300;
    font-style: italic;
    font-size: 2.5rem;
    margin: 0 0 20px 0;
    color: #2c3e50;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.privacy-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 15px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.last-updated {
    font-size: 0.9rem;
    color: #8B1538;
    font-weight: 500;
    margin: 0;
}

/* Privacy Content */
.privacy-content {
    padding-bottom: 80px;
}

.privacy-text {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}

.privacy-section {
    margin-bottom: 40px;
}

.privacy-section:last-child {
    margin-bottom: 0;
}

.privacy-section h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #8B1538;
    margin: 30px 0 15px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #f8f9fa;
}

.privacy-section h2:first-child {
    margin-top: 0;
}

.privacy-section h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 25px 0 12px 0;
}

.privacy-section h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #495057;
    margin: 20px 0 10px 0;
}

.privacy-section p {
    font-size: 15px;
    line-height: 1.7;
    color: #404040;
    margin-bottom: 15px;
}

.privacy-section p:last-child {
    margin-bottom: 0;
}

.privacy-section ul {
    margin: 15px 0;
    padding-left: 0;
    list-style: none;
}

.privacy-section ul li {
    position: relative;
    padding: 8px 0 8px 25px;
    font-size: 15px;
    line-height: 1.6;
    color: #404040;
    margin-bottom: 5px;
}

.privacy-section ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 8px;
    color: #8B1538;
    font-weight: bold;
    font-size: 16px;
}

.privacy-section ul li strong {
    color: #2c3e50;
    font-weight: 600;
}

/* Contact Details */
.contact-details {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    border-left: 4px solid #8B1538;
    margin-top: 20px;
}

.contact-details p {
    margin-bottom: 8px;
    font-size: 15px;
}

.contact-details p:last-child {
    margin-bottom: 0;
}

.contact-details a {
    color: #8B1538;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-details a:hover {
    color: #a91d4a;
    text-decoration: underline;
}

/* Links within content */
.privacy-section a {
    color: #8B1538;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.privacy-section a:hover {
    color: #a91d4a;
    text-decoration: underline;
}

/* ============================================
   RESPONSIVE DESIGN - MOBILE FIRST APPROACH
   ============================================ */

/* Large Desktop (1200px and up) - Default styles above */

/* Medium Desktop/Laptop (992px to 1199px) */
@media (max-width: 1199.98px) {
    .privacy-container {
        max-width: 800px;
        padding: 0 30px;
    }
    
    .privacy-text {
        padding: 35px;
    }
}

/* Tablet Landscape (768px to 991px) */
@media (max-width: 991.98px) {
    .privacy-container {
        max-width: 720px;
        padding: 0 25px;
    }
    
    .privacy-header {
        padding: 60px 0 50px;
    }
    
    .privacy-title {
        font-size: 2.2rem;
        letter-spacing: 1.5px;
    }
    
    .privacy-subtitle {
        font-size: 1rem;
    }
    
    .privacy-text {
        padding: 30px;
    }
    
    .privacy-section h2 {
        font-size: 1.3rem;
    }
    
    .privacy-section h3 {
        font-size: 1.15rem;
    }
    
    .privacy-section h4 {
        font-size: 1.05rem;
    }
}

/* Tablet Portrait (576px to 767px) */
@media (max-width: 767.98px) {
    .privacy-container {
        padding: 0 20px;
    }
    
    .privacy-header {
        padding: 50px 0 40px;
    }
    
    .privacy-title {
        font-size: 2rem;
        letter-spacing: 1px;
        line-height: 1.2;
    }
    
    .privacy-subtitle {
        font-size: 0.95rem;
        padding: 0 10px;
    }
    
    .privacy-text {
        padding: 25px;
    }
    
    .privacy-section {
        margin-bottom: 30px;
    }
    
    .privacy-section h2 {
        font-size: 1.25rem;
        margin: 25px 0 12px 0;
    }
    
    .privacy-section h3 {
        font-size: 1.1rem;
        margin: 20px 0 10px 0;
    }
    
    .privacy-section h4 {
        font-size: 1rem;
        margin: 15px 0 8px 0;
    }
    
    .privacy-section p,
    .privacy-section ul li {
        font-size: 14px;
    }
    
    .contact-details {
        padding: 20px;
    }
}

/* Mobile Landscape (481px to 575px) */
@media (max-width: 575.98px) {
    .privacy-container {
        padding: 0 15px;
    }
    
    .privacy-header {
        padding: 40px 0 35px;
    }
    
    .privacy-title {
        font-size: 1.8rem;
        letter-spacing: 0.5px;
    }
    
    .privacy-subtitle {
        font-size: 0.9rem;
        padding: 0 5px;
    }
    
    .privacy-text {
        padding: 20px;
    }
    
    .privacy-section {
        margin-bottom: 25px;
    }
    
    .privacy-section h2 {
        font-size: 1.2rem;
        margin: 20px 0 10px 0;
    }
    
    .privacy-section h3 {
        font-size: 1.05rem;
        margin: 18px 0 8px 0;
    }
    
    .privacy-section h4 {
        font-size: 0.95rem;
        margin: 15px 0 6px 0;
    }
    
    .privacy-section p,
    .privacy-section ul li {
        font-size: 13px;
        line-height: 1.6;
    }
    
    .privacy-section ul li {
        padding: 6px 0 6px 20px;
    }
    
    .privacy-section ul li::before {
        font-size: 14px;
        top: 6px;
    }
    
    .contact-details {
        padding: 18px;
    }
    
    .contact-details p {
        font-size: 13px;
    }
}

/* Mobile Portrait (320px to 480px) */
@media (max-width: 480px) {
    .privacy-container {
        padding: 0 10px;
    }
    
    .privacy-header {
        padding: 30px 0 25px;
    }
    
    .privacy-title {
        font-size: 1.6rem;
        letter-spacing: 0px;
        line-height: 1.1;
    }
    
    .privacy-subtitle {
        font-size: 0.85rem;
        line-height: 1.4;
        padding: 0;
    }
    
    .last-updated {
        font-size: 0.8rem;
    }
    
    .privacy-text {
        padding: 15px;
        border-radius: 8px;
    }
    
    .privacy-section {
        margin-bottom: 20px;
    }
    
    .privacy-section h2 {
        font-size: 1.1rem;
        margin: 18px 0 8px 0;
        line-height: 1.3;
    }
    
    .privacy-section h3 {
        font-size: 1rem;
        margin: 15px 0 6px 0;
        line-height: 1.3;
    }
    
    .privacy-section h4 {
        font-size: 0.9rem;
        margin: 12px 0 5px 0;
        line-height: 1.3;
    }
    
    .privacy-section p,
    .privacy-section ul li {
        font-size: 12px;
        line-height: 1.5;
    }
    
    .privacy-section p {
        margin-bottom: 12px;
    }
    
    .privacy-section ul li {
        padding: 5px 0 5px 18px;
        margin-bottom: 3px;
    }
    
    .privacy-section ul li::before {
        font-size: 12px;
        top: 5px;
    }
    
    .contact-details {
        padding: 15px;
        margin-top: 15px;
    }
    
    .contact-details p {
        font-size: 12px;
        margin-bottom: 6px;
    }
}

/* Extra Small Mobile (up to 319px) */
@media (max-width: 319px) {
    .privacy-container {
        padding: 0 8px;
    }
    
    .privacy-header {
        padding: 25px 0 20px;
    }
    
    .privacy-title {
        font-size: 1.4rem;
        line-height: 1.1;
    }
    
    .privacy-subtitle {
        font-size: 0.8rem;
    }
    
    .privacy-text {
        padding: 12px;
    }
    
    .privacy-section {
        margin-bottom: 15px;
    }
    
    .privacy-section h2 {
        font-size: 1rem;
        margin: 15px 0 6px 0;
    }
    
    .privacy-section h3 {
        font-size: 0.95rem;
        margin: 12px 0 5px 0;
    }
    
    .privacy-section h4 {
        font-size: 0.85rem;
        margin: 10px 0 4px 0;
    }
    
    .privacy-section p,
    .privacy-section ul li {
        font-size: 11px;
        line-height: 1.4;
    }
    
    .privacy-section p {
        margin-bottom: 10px;
    }
    
    .privacy-section ul li {
        padding: 4px 0 4px 15px;
    }
    
    .contact-details {
        padding: 12px;
    }
    
    .contact-details p {
        font-size: 11px;
        margin-bottom: 5px;
    }
}

/* Landscape Orientation Adjustments */
@media (max-height: 500px) and (orientation: landscape) {
    .privacy-header {
        padding: 20px 0 15px;
    }
    
    .privacy-title {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    
    .privacy-subtitle {
        font-size: 0.85rem;
        margin-bottom: 8px;
    }
    
    .last-updated {
        font-size: 0.75rem;
    }
}