/* 
 * Premium UI Overrides for Styled by Kendi
 * This stylesheet elevates the existing bootstrap components 
 * to a modern, luxurious salon aesthetic.
 */

/* =========================================
   Typography & Global 
========================================= */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, .display-4, .display-5 {
    font-family: 'Playfair Display', serif !important;
    font-weight: 600;
    color: var(--secondary-color);
}

.text-gradient {
    background: linear-gradient(135deg, var(--primary-color), var(--button-hover));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* =========================================
   Hero Section Modernization
========================================= */
.hero-section {
    min-height: 90vh;
    display: flex;
    align-items: center;
    background: linear-gradient(to bottom right, var(--light-bg), #ffffff);
    position: relative;
    overflow: hidden;
    padding-top: 100px; /* offset for fixed header */
}

/* Subtle background glowing orb effect */
.hero-section::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 60vw;
    height: 60vw;
    background: radial-gradient(circle, var(--accent-color) 0%, rgba(255,255,255,0) 70%);
    opacity: 0.3;
    z-index: 0;
    border-radius: 50%;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.hero-title {
    font-size: 4.5rem;
    line-height: 1.1;
    margin-bottom: 1rem;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.25rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.hero-image img {
    border-radius: 30px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.12);
    position: relative;
    z-index: 2;
    transition: transform 0.5s ease;
}

.hero-image img:hover {
    transform: scale(1.02);
}

/* =========================================
   Cards & Layouts
========================================= */
.card, .service-card, .product-card {
    border: none !important;
    border-radius: 20px !important;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    overflow: hidden;
}

.card:hover, .service-card:hover, .product-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08) !important;
}

.card-img-top {
    border-radius: 20px 20px 0 0 !important;
    overflow: hidden;
}

.card-img-top img {
    transition: transform 0.6s ease;
}

.card:hover .card-img-top img {
    transform: scale(1.08);
}

/* =========================================
   Buttons & Inputs
========================================= */
.btn {
    border-radius: 50px !important;
    padding: 0.7rem 2rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 0.85rem !important;
    transition: all 0.3s ease-in-out !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* =========================================
   Sections & Whitespace
========================================= */
section {
    padding: 6rem 0 !important;
}

.section-badge {
    background: var(--primary-color);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 1rem;
}

/* =========================================
   Footer Modernization
========================================= */
footer {
    padding-top: 5rem !important;
    border-top: 1px solid rgba(0,0,0,0.05);
}

.footer-widget h5 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .hero-title {
        font-size: 3rem;
    }
    .hero-section {
        min-height: auto;
        padding: 120px 0 60px 0;
    }
}
html
body
.main-content
 border: none !important; outline: none !important; box-shadow: none !important; 


html, body, .main-content { border: none !important; outline: none !important; box-shadow: none !important; }