/* Premium Font Overrides for Aesthetic Appeal */

/* Main heading font - Poppins for modern, premium look */
.h1-text, .h2-text, .h3-text, .h4-text, .h5-text, .h6-text,
.h1, .h2, .h3, .h4, .h5, .h6,
.h2g, .h2s, .h2_in, .h2_t,
.fixed_t .h2s,
.doubl_txt_wrap .h2,
.big_txt .mv_txt {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em !important;
}

/* Display text and large headings - Playfair Display for elegance */
.h2g {
    font-family: "Playfair Display", Georgia, serif !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
}

/* Fix for Liveupx text visibility in hero section */
.intro_hold_h1 {
    overflow: visible !important;
    height: auto !important;
    min-height: 200px !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.h2g {
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: unset !important;
    line-height: 0.8 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Body text and UI elements - Inter for readability */
.p-text, .txt, .desc, .t, .ts,
input, textarea, button,
.v_menu .vm_m_list li a,
.sap_form .rows input,
.sap_form .rows textarea,
.questions_and_discuss .rows input,
.questions_and_discuss .rows textarea {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em !important;
}

/* Navigation and menu items - Montserrat for modern feel */
.v_menu .vm_m_list li a,
.sap_btn, .sap_btn_vm, .get_go,
.apl_lnk, .bf_lnk .txt,
.apartment_premises_lnks .rows .cols .desc .apl_lnk {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em !important;
}

/* Accent text and special elements - Inter with different weights */
.eighty_txt .h4,
.completed_projects .eighty_wrap .eighty_txt .h4,
.help_you_realize .rows .h3,
.questions_and_discuss .rows_ttl .h3 {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
}

/* Small text and captions - Inter light */
.nbr, .cpr, .mdl_city p,
.benefits_facts .ttl .h5,
.apartment_premises .rows .cols .desc .nbr {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-weight: 300 !important;
    letter-spacing: 0.03em !important;
}

/* Button text - Montserrat medium */
.sap_btn, .sap_btn_vm, .get_go, .apl_r_lnk {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
}

/* Form labels and placeholders */
input::placeholder, textarea::placeholder {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em !important;
}

/* Footer and copyright text */
.footer p, .dbl_cnt p, .mdl_cnt .rows .mdl_cpr p {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-weight: 300 !important;
    letter-spacing: 0.02em !important;
}

/* Enhanced typography for better visual hierarchy */
.h1-text {
    font-weight: 700 !important;
    letter-spacing: -0.03em !important;
}

.h2-text {
    font-weight: 600 !important;
    letter-spacing: -0.02em !important;
}

.h3-text {
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
}

/* Premium Typography Enhancements */
.h2g {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.h1-text, .h2-text, .h3-text {
    color: #2d3748 !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Enhanced button styling */
.sap_btn, .sap_btn_vm, .get_go, .apl_r_lnk {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3) !important;
    transition: all 0.3s ease !important;
}

.sap_btn:hover, .sap_btn_vm:hover, .get_go:hover, .apl_r_lnk:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4) !important;
}

/* Enhanced text shadows for depth */
.p-text, .txt, .desc, .t {
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

/* Premium spacing and line heights */
.h1-text {
    line-height: 1.1 !important;
    margin-bottom: 1.5rem !important;
}

.h2-text {
    line-height: 1.2 !important;
    margin-bottom: 1.25rem !important;
}

.h3-text {
    line-height: 1.3 !important;
    margin-bottom: 1rem !important;
}

.p-text {
    line-height: 1.6 !important;
    color: #4a5568 !important;
}

/* Responsive font adjustments */
@media (max-width: 768px) {
    .h2g {
        font-size: 80px !important;
        letter-spacing: 0.03em !important;
    }
    
    .intro_hold_h1 {
        min-height: 120px !important;
        padding: 20px 0 !important;
    }
    
    .h1-text {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }
    
    .h2-text {
        font-size: 28px !important;
        line-height: 1.3 !important;
    }
    
    .h3-text {
        font-size: 24px !important;
        line-height: 1.4 !important;
    }
}

/* Additional Premium Enhancements */

/* Smooth transitions for all text elements */
* {
    transition: color 0.3s ease, text-shadow 0.3s ease !important;
}

/* Enhanced focus states for accessibility */
input:focus, textarea:focus {
    outline: 2px solid #667eea !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1) !important;
}

/* Premium link styling */
a {
    color: #667eea !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

a:hover {
    color: #764ba2 !important;
    text-shadow: 0 2px 4px rgba(102, 126, 234, 0.3) !important;
}

/* Enhanced form styling */
input, textarea {
    border: 2px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    transition: all 0.3s ease !important;
    background: rgba(255, 255, 255, 0.9) !important;
}

input:focus, textarea:focus {
    border-color: #667eea !important;
    background: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1) !important;
}

/* Premium card and section styling */
.apartment_premises, .completed_projects, .reliability_guarantee {
    backdrop-filter: blur(10px) !important;
    background: rgba(255, 255, 255, 0.05) !important;
}

/* Enhanced mobile responsiveness */
@media (max-width: 480px) {
    .h2g {
        font-size: 60px !important;
        letter-spacing: 0.02em !important;
    }
    
    .intro_hold_h1 {
        min-height: 100px !important;
        padding: 15px 0 !important;
    }
    
    .h1-text {
        font-size: 28px !important;
        line-height: 1.1 !important;
    }
    
    .h2-text {
        font-size: 24px !important;
        line-height: 1.2 !important;
    }
    
    .h3-text {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }
    
    .p-text {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
}
