/* Global styles to change blue elements to beige */
.text-primary, .text-info {
    color: #D2B48C !important;
}

.border-primary, .border-info, .border-left-primary {
    border-color: #D2B48C !important;
}

.bg-primary, .bg-info {
    background-color: #D2B48C !important;
}

.btn-outline-primary, .btn-outline-info {
    border-color: #D2B48C !important;
    color: #D2B48C !important;
}

.btn-outline-primary:hover, .btn-outline-info:hover {
    background-color: #D2B48C !important;
    color: white !important;
}

/* SVG elements with blue fill or stroke */
svg text[fill="#57b0f6"], svg rect[stroke="#57b0f6"] {
    fill: #D2B48C;
}

svg rect[stroke="#57b0f6"] {
    stroke: #D2B48C;
}

/* Overwrite heading styles to remove blue lines */
h2:after,
.section-title:after,
.heading-with-line:after,
.feature-title:after,
.service-title:after,
.card-title:after {
    display: none !important;
}

h2, 
.section-title,
.heading-with-line,
.feature-title,
.service-title,
.card-title {
    position: relative;
    margin-bottom: 1.5rem;
    border: none !important;
}

/* 
 * Smile Bright Dental - Custom CSS
 * A clean, professional theme for a dental practice
 */

/* ---------- Global Styles ---------- */
:root {
    /* Color variables - Sophisticated Beige Indian-inspired color palette (Default Theme) */
    --primary-color: #D2B48C;      /* Rich beige/tan - warm and inviting */
    --primary-color-rgb: 210, 180, 140; /* RGB values for primary color */
    --primary-dark: #C19A6B;       /* Deeper beige/tan for hover states */
    --primary-light: #E6D2B5;      /* Light beige for subtle highlights */
    --secondary-color: #8D7B68;    /* Earthy brown - like rich Indian soil */
    --secondary-color-rgb: 141, 123, 104; /* RGB values for secondary color */
    --secondary-dark: #6C5F53;     /* Deep brown for secondary hovers */
    --accent-color: #A77B59;       /* Terracotta - traditional Indian pottery */
    --accent-dark: #8B5A2B;        /* Deep terracotta for accent hover states */
    --tertiary-color: #9C8764;     /* Burnished gold - like temple decorations */
    --light-bg: #F9F5F0;           /* Soft cream - natural and soothing */
    --text-color: #4D3C30;         /* Warm brown for main text */
    --light-text: #ffffff;         /* Light text color */
    --gray-text: #786356;          /* Muted brown-gray for secondary text */
    --border-color: #EAE3D7;       /* Beige border color */
    --light-border: #F2ECE4;       /* Lighter beige border color */
    --footer-bg: #5C4D42;          /* Rich earth brown for footer */
    --shadow: 0 8px 16px rgba(0, 0, 0, 0.05); /* Softer shadow */
    --premium-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.03); /* Premium shadow */
    --content-width: 1200px;       /* Max content width */
    --highlight-color: #8B9D77;    /* Sage green highlight for success elements */
    --error-color: #C97064;        /* Muted red for errors/important alerts */
    --neutral-color: #F4F1DE;      /* Neutral beige for subtle backgrounds */
    --body-bg: #FFFFFF;            /* White body background */
    --card-bg: rgba(255, 255, 255, 0.95); /* Card background */
    
    /* Indian-inspired patterns as CSS variables for reuse */
    --pattern-jali: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.03' fill-rule='evenodd'%3E%3Cpath d='M0 20C0 8.954 8.954 0 20 0s20 8.954 20 20-8.954 20-20 20S0 31.046 0 20zm4 0c0 8.837 7.163 16 16 16s16-7.163 16-16S28.837 4 20 4 4 11.163 4 20zm4 0c0 6.627 5.373 12 12 12s12-5.373 12-12-5.373-12-12-12S8 13.373 8 20zm4 0c0 4.418 3.582 8 8 8s8-3.582 8-8-3.582-8-8-8-8 3.582-8 8z'/%3E%3C/g%3E%3C/svg%3E");
    --pattern-peacock: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    --pattern-lotus: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.025'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    --pattern-rangoli: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='24' viewBox='0 0 88 24'%3E%3Cg fill='%23000000' fill-opacity='0.03'%3E%3Cpath d='M10 0l30 15 2 1V2.18A10 10 0 0 0 41.76 0H39.7a8 8 0 0 1 .3 2.18v10.58L14.47 0H10zm31.76 24a10 10 0 0 0-5.29-6.76L4 1 2 0v13.82a10 10 0 0 0 5.53 8.94L10 24h4.47l-6.05-3.02A8 8 0 0 1 4 13.82V3.24l31.58 15.78A8 8 0 0 1 39.7 24h2.06zM78 24l2.47-1.24A10 10 0 0 0 86 13.82V0l-2 1-32.47 16.24A10 10 0 0 0 46.24 24h2.06a8 8 0 0 1 4.12-4.98L84 3.24v10.58a8 8 0 0 1-4.42 7.16L73.53 24H78zm0-24L48 15l-2 1V2.18A10 10 0 0 1 46.24 0h2.06a8 8 0 0 0-.3 2.18v10.58L73.53 0H78z'/%3E%3C/g%3E%3C/svg%3E");
}

/* Purple Theme */
.theme-purple {
    --primary-color: #9C88B9;      /* Lavender purple - elegant and calming */
    --primary-color-rgb: 156, 136, 185; /* RGB values for primary color */
    --primary-dark: #7A5C98;       /* Deeper purple for hover states */
    --primary-light: #B9ACCE;      /* Light lavender for subtle highlights */
    --secondary-color: #5D5174;    /* Deep purple - rich and royal */
    --secondary-color-rgb: 93, 81, 116; /* RGB values for secondary color */
    --secondary-dark: #483D5B;     /* Very deep purple for secondary hovers */
    --accent-color: #8661C1;       /* Bright purple - for accents */
    --accent-dark: #6B4A9E;        /* Deep accent purple for hover states */
    --tertiary-color: #7D6C9F;     /* Medium purple - balanced tone */
    --light-bg: #F0EDF6;           /* Very light lavender - airy and open */
    --text-color: #342F40;         /* Dark purple-gray for main text */
    --light-text: #ffffff;         /* Light text color - unchanged */
    --gray-text: #6E6381;          /* Muted purple-gray for secondary text */
    --border-color: #DFD8EC;       /* Light purple border color */
    --light-border: #E8E3F0;       /* Lighter purple border color */
    --footer-bg: #413356;          /* Deep purple for footer */
    --highlight-color: #7E9C98;    /* Sage teal highlight for success elements */
    --error-color: #C77093;        /* Muted pink for errors/important alerts */
    --neutral-color: #EFE8F7;      /* Very light purple for subtle backgrounds */
    --body-bg: #FFFFFF;            /* White body background */
    --card-bg: rgba(255, 255, 255, 0.95); /* Card background */
}

/* Blue Theme */
.theme-blue {
    --primary-color: #6491BF;      /* Serene blue - tranquil and professional */
    --primary-color-rgb: 100, 145, 191; /* RGB values for primary color */
    --primary-dark: #4C75A3;       /* Deeper blue for hover states */
    --primary-light: #9BBCDF;      /* Light blue for subtle highlights */
    --secondary-color: #3A5875;    /* Deep navy - trustworthy and stable */
    --secondary-color-rgb: 58, 88, 117; /* RGB values for secondary color */
    --secondary-dark: #2B455D;     /* Very deep navy for secondary hovers */
    --accent-color: #4B87C5;       /* Bright blue - for accents */
    --accent-dark: #356CA8;        /* Deep accent blue for hover states */
    --tertiary-color: #5A7996;     /* Medium blue-gray - balanced tone */
    --light-bg: #EFF4FA;           /* Very light blue - airy and open */
    --text-color: #2C3C4A;         /* Dark blue-gray for main text */
    --light-text: #ffffff;         /* Light text color - unchanged */
    --gray-text: #536A80;          /* Muted blue-gray for secondary text */
    --border-color: #D8E4F0;       /* Light blue border color */
    --light-border: #E4EEF7;       /* Lighter blue border color */
    --footer-bg: #304659;          /* Deep navy for footer */
    --highlight-color: #68A3A0;    /* Teal highlight for success elements */
    --error-color: #D17676;        /* Muted red for errors/important alerts */
    --neutral-color: #E6EFF8;      /* Very light blue for subtle backgrounds */
    --body-bg: #FFFFFF;            /* White body background */
    --card-bg: rgba(255, 255, 255, 0.95); /* Card background */
}

/* Dark Theme */
.theme-dark {
    --primary-color: #B39356;      /* Gold highlight - elegance in darkness */
    --primary-color-rgb: 179, 147, 86; /* RGB values for primary color */
    --primary-dark: #9A7B3E;       /* Deeper gold for hover states */
    --primary-light: #CFBA8C;      /* Light gold for subtle highlights */
    --secondary-color: #7A6C4F;    /* Earthy gold - warm accent */
    --secondary-color-rgb: 122, 108, 79; /* RGB values for secondary color */
    --secondary-dark: #5E5238;     /* Deep earthy gold for secondary hovers */
    --accent-color: #CDA349;       /* Bright gold - for accents */
    --accent-dark: #B08A34;        /* Deep accent gold for hover states */
    --tertiary-color: #8D7D50;     /* Medium gold - balanced tone */
    --light-bg: #2C2C2C;           /* Dark gray backgrounds */
    --text-color: #E0E0E0;         /* Light silver for main text */
    --light-text: #ffffff;         /* Pure white for emphasis */
    --gray-text: #B0B0B0;          /* Muted silver for secondary text */
    --border-color: #444444;       /* Medium gray border color */
    --light-border: #555555;       /* Lighter gray border color */
    --footer-bg: #1A1A1A;          /* Very dark gray for footer */
    --highlight-color: #7A9965;    /* Muted green highlight for success */
    --error-color: #B25B5B;        /* Muted red for errors/important alerts */
    --neutral-color: #3A3A3A;      /* Medium-dark gray for subtle backgrounds */
    --body-bg: #212121;            /* Very dark gray body background */
    --card-bg: rgba(32, 32, 32, 0.95); /* Dark card background */
}

/* Reset for better mobile rendering */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Indian-inspired patterns and premium gradients */
.page-header {
    background-color: var(--light-bg);
    background-image: linear-gradient(135deg, rgba(210, 180, 140, 0.1) 0%, rgba(156, 135, 100, 0.1) 100%);
    position: relative;
    overflow: hidden;
}

.page-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23D2B48C' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.4;
    z-index: 0;
}

.page-header .container {
    position: relative;
    z-index: 1;
}

.hero-section {
    background: linear-gradient(135deg, rgba(210, 180, 140, 0.08) 0%, rgba(141, 123, 104, 0.08) 100%);
    position: relative;
    overflow: hidden;
}

.hero-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23D2B48C' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.5;
    z-index: 0;
}

.team-members, .cta-section, .philosophy-section, .professional-dev-section {
    position: relative;
    overflow: hidden;
}

.team-members:before, .philosophy-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%238D7B68' fill-opacity='0.05' fill-rule='evenodd'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 20.00l2.83-2.83 1.41 1.41L1.41 21.41v-1.41zM0 1.41l2.83 2.83-1.41 1.41L0 2.83V1.41zM20 0l2.83 2.83-1.41 1.41L18.59 1.41 20 0zM38.59 0l2.83 2.83-1.41 1.41-2.83-2.83V0zM20 18.59l2.83 2.83-1.41 1.41-2.83-2.83v-1.41zM30.83 20L40 30.83V40H30.83L20 30.83v-9.17l10.83-10.83H40V20H30.83zM0 30.83V20h9.17L20 30.83V40H10.83L0 30.83z'/%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.15;
    z-index: 0;
}

.professional-dev-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23A77B59' fill-opacity='0.1' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
    z-index: 0;
}

html {
    font-size: 16px; /* Base font size fixed */
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
    -ms-text-size-adjust: 100%;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--text-color);
    background-color: var(--body-bg);
    line-height: 1.6;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    transition: background-color 0.5s ease, color 0.5s ease;
}

/* Beautiful Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 1rem;
    letter-spacing: -0.025em;
    line-height: 1.2;
    transition: color 0.5s ease;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    position: relative;
}

h2 {
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
}

h3 {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
}

h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

h5 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

h6 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}


/* Headings with colorful gradient */
.gradient-heading {
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/*h2:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 3px;
    width: 60px;
    background-color: var(--primary-color);
    margin: 0 auto;
}*/

.text-center h2:after {
    left: 50%;
    transform: translateX(-50%);
}

.text-start h2:after {
    margin-left: 0;
}

p {
    margin-bottom: 1rem;
    color: var(--gray-text);
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
    color: var(--gray-text);
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: var(--primary-dark);
    text-decoration: none;
}

.btn {
    border-radius: 50px; /* More rounded for elegant Indian-inspired design */
    padding: 0.8rem 2.2rem;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.08);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 0.85rem;
    border: none;
}

.btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transition: all 0.6s ease;
    z-index: -1;
}

.btn:hover:before {
    left: 100%;
}

.btn:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -2;
}

.btn:hover:after {
    opacity: 1;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    border: none;
    position: relative;
}

/* Decorative Indian-inspired border for buttons */
.btn-primary:before {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 100%
    );
}

.btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(210, 180, 140, 0.35), 0 6px 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 100%);
}

.btn-primary:active {
    transform: translateY(1px);
    box-shadow: 0 3px 10px rgba(210, 180, 140, 0.25);
}

.btn-outline-primary {
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 1;
}

.btn-outline-primary:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    border-radius: 50px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn-outline-primary:hover {
    color: var(--light-text) !important;
    border-color: transparent;
    background: transparent;
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(210, 180, 140, 0.25);
}

.btn-outline-primary:hover:before {
    opacity: 1;
}

/* Special styling for small Learn More buttons */
.btn-sm.btn-outline-primary {
    padding: 0.4rem 1.2rem;
    font-size: 0.75rem;
    background: rgba(255, 255, 255, 0.95);
}

.btn-sm.btn-outline-primary:hover {
    color: var(--light-text) !important;
    background-color: transparent !important;
}

.btn-outline-primary:active {
    transform: translateY(1px);
    box-shadow: 0 3px 10px rgba(210, 180, 140, 0.2);
}

.bg-light {
    background-color: var(--light-bg) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

/* ---------- Navigation ---------- */
.navbar {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.03);
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    transition: all 0.4s ease;
}

.navbar-brand {
    display: flex;
    align-items: center;
    font-weight: 600; /* Slightly lighter for more elegance */
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #A77B59;
    position: relative;
    transition: all 0.3s ease;
}

.navbar-brand img {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
}

.navbar-brand:hover img {
    transform: translateY(-2px);
    filter: drop-shadow(0 4px 8px rgba(var(--primary-color-rgb), 0.3));
}

.brand-text {
    margin-left: 0.6rem;
    font-size: 1.5rem;
    letter-spacing: -0.02em;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--text-color);
    font-weight: 500;
    padding: 0.5rem 0.6rem;
    margin-left: 0.15rem;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary-color);
}

.appointment-btn {
    margin-top: 0.5rem;
}

/* ---------- Page Headers ---------- */
.page-header {
    background-color: var(--light-bg);
    padding: 80px 0;
    text-align: center;
    margin-bottom: 2rem;
}

.page-header h1 {
    margin-bottom: 1rem;
    font-weight: 700;
}

/* ---------- Hero Section ---------- */
.hero-section {
    padding: 6rem 0;
    background-color: var(--light-bg);
    margin-bottom: 2rem;
}

.hero-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.hero-image {
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

/* ---------- Features Section ---------- */
.feature-card {
    background-color: var(--card-bg);
    border-radius: 10px;
    padding: 30px;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
    border: 1px solid var(--light-border);
}

.feature-card:hover {
    transform: translateY(-5px);
}

.icon-wrapper {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light-bg);
    border-radius: 50%;
    margin: 0 auto;
    color: var(--primary-color);
}

.icon-wrapper i {
    font-size: 30px;
}

/* ---------- Services Overview ---------- */
.service-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
    border: 1px solid var(--light-border);
    text-align: center;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.service-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(210, 180, 140, 0.1) 0%, rgba(141, 123, 104, 0.1) 100%);
    border-radius: 50%;
    margin: 0 auto 20px;
    color: var(--primary-color);
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.service-icon:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    z-index: -1;
    opacity: 0.15;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 30px rgba(210, 180, 140, 0.2);
}

.service-card:hover .service-icon:before {
    opacity: 0.25;
    transform: scale(1.1);
}

.service-icon i {
    font-size: 32px;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon i {
    transform: scale(1.1);
    color: var(--primary-dark);
}

/* ---------- Testimonials ---------- */
.testimonial-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
    border: 1px solid var(--light-border);
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.rating {
    color: var(--accent-color);
}

.testimonial-author {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--border-color);
}

.testimonial-author h5 {
    margin-bottom: 0.25rem;
}

/* ---------- CTA Section ---------- */
.cta-section {
    background: linear-gradient(135deg, 
        rgba(230, 210, 181, 0.9) 0%, 
        rgba(246, 240, 230, 0.9) 50%,
        rgba(242, 236, 228, 0.9) 100%);
    color: var(--primary-dark);
    padding: 3.8rem 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.cta-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: var(--pattern-lotus);
    opacity: 0.07;
    z-index: 0;
}

.cta-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, 
        rgba(210, 180, 140, 0.05) 0%, 
        rgba(141, 123, 104, 0.05) 100%);
    z-index: 0;
}

.cta-section .container {
    position: relative;
    z-index: 1;
}

.cta-section h2 {
    color: var(--primary-dark);
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    position: relative;
    text-align : left ;
}

.cta-section h2:after {
    background-color: var(--primary-light);
}

.cta-section p {
    color: var(--gray-text);
    font-size: 1.1rem;
    max-width: 100%;
    width : 100%;
}

/* ---------- Service Detail Pages ---------- */
.service-detail {
    padding: 4rem 0;
}

.service-list {
    padding-left: 20px;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.service-list li {
    margin-bottom: 0.75rem;
    position: relative;
    padding-left: 10px;
}

.service-list li:before {
    content: "";
    color: var(--primary-color);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/* ---------- About Page ---------- */
.clinic-intro,
.meet-dentist {
    padding: 4rem 0;
}

.dentist-image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.approach-card {
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
    border: 1px solid var(--light-border);
}

.approach-card:hover {
    transform: translateY(-5px);
}

.card-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light-bg);
    border-radius: 50%;
    margin-bottom: 20px;
    color: var(--primary-color);
    font-size: 24px;
}

.team-member {
    text-align: center;
    transition: all 0.3s ease;
    border: none;
}

.team-member:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.team-image {
    width: 200px;
    height: 200px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 5px solid #ffffff;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s ease;
}

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

/* Enhanced Team Cards */
.team-card {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(210, 180, 140, 0.15);
    border-color: rgba(210, 180, 140, 0.2);
}

.team-content {
    padding: 1.5rem;
}

.team-content h4 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #1a1a1a;
}

.team-specialties {
    margin-top: 1rem;
}

.badge {
    font-weight: 500;
    padding: 0.5rem 1rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 30px;
    font-size: 0.85rem;
    background-color: var(--light-bg);
    color: var(--primary-color) !important;
    border: 1px solid rgba(210, 180, 140, 0.2);
    transition: all 0.3s ease;
}



/* Add premium card effects and glass morphism */
.card, .feature-card, .service-card, .team-card, .testimonial-card {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.card:before, .feature-card:before, .service-card:before, .team-card:before, .testimonial-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(225deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.4) 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.card:after, .feature-card:after, .service-card:after, .team-card:after, .testimonial-card:after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
        circle at center, 
        rgba(255, 255, 255, 0.2) 0%, 
        transparent 60%
    );
    z-index: 1;
    opacity: 0;
    transform: scale(0);
    transition: transform 0.6s ease, opacity 0.6s ease;
    pointer-events: none;
}

.card:hover, .feature-card:hover, .service-card:hover, .team-card:hover, .testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(210, 180, 140, 0.15), 
                0 5px 15px rgba(141, 123, 104, 0.1);
    border-color: rgba(210, 180, 140, 0.2);
}

.card:hover:before, .feature-card:hover:before, .service-card:hover:before, 
.team-card:hover:before, .testimonial-card:hover:before {
    opacity: 1;
}

.card:hover:after, .feature-card:hover:after, .service-card:hover:after, 
.team-card:hover:after, .testimonial-card:hover:after {
    opacity: 1;
    transform: scale(1);
}

/* Card content needs to be above the pseudo elements */
.card-body, .card-content, .team-content, .service-card h3, 
.service-card p, .feature-card h3, .feature-card p,
.testimonial-card h3, .testimonial-card p, .testimonial-author {
    position: relative;
    z-index: 2;
}

/* Enhance image displays with more depth */
.img-fluid {
    transition: all 0.5s ease;
    transform: scale(1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.shadow {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

.office-image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.feature {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-weight: 500;
}

.feature i {
    color: var(--primary-color);
}

/* ---------- Contact Page ---------- */
.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact-item i {
    font-size: 24px;
    color: var(--primary-color);
    margin-right: 20px;
    margin-top: 5px;
}

.contact-text h5 {
    margin-bottom: 5px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--light-bg);
    border-radius: 50%;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background-color: var(--primary-color);
    color: var(--light-text);
    transform: translateY(-3px);
}

.map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.emergency-list li {
    margin-bottom: 1rem;
}

/* ---------- Gallery Page ---------- */
.gallery-item {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(210, 180, 140, 0.15);
}

.gallery-image {
    position: relative;
    height: 0;
    padding-bottom: 75%; /* 4:3 aspect ratio */
    background-color: var(--light-bg);
    overflow: hidden;
}

.gallery-image svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-caption {
    padding: 15px;
    background-color: #ffffff;
    border-top: 1px solid var(--light-border);
}

.gallery-caption h5 {
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.testimonial-single {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.patient-info {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--light-border);
}

.patient-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
    background-color: var(--light-bg);
}

.patient-details {
    flex: 1;
}

.patient-details h5 {
    margin-bottom: 0;
}

.star-rating {
    color: var(--accent-color);
    margin-bottom: 10px;
}

/* ---------- Footer ---------- */
.footer {
    background-color: var(--footer-bg);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'%3E%3Cpath d='M16 16h8v8h-8zM0 16h8v8H0zM16 0h8v8h-8zM0 0h8v8H0z'/%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.15;
    z-index: 0;
}


.navbar-brand {
    font-size: 2.2rem;
    font-weight: 700;
}
.brand-text {
    color: #D2B48C; /* Changed to beige color */
    letter-spacing: 0.8px;
    text-shadow: 1px 1px 3px rgba(141, 123, 104, 0.25);
    position: relative;
    background: #A77B59;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding: 2px 0;
}
.brand-text::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #A77B59;
    opacity: 0.7;
}
.nav-item {
    white-space: nowrap;
    margin: 0 5px;
}
.navbar .nav-link {
    padding: 0.5rem 1rem;
    font-weight: 500;
}
/* Remove blue lines across website */
.border-primary, .border-info, .border-left-primary {
    border: none !important;
}
.card, .section-title, .heading-with-line {
    border: none !important;
}

/* Dropdown hover functionality */
@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
    }
}


.footer h5 {
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.footer p {
    color: rgba(255, 255, 255, 0.7);
}

.social-icons {
    margin-top: 1.5rem;
}

.hours-list li, 
.contact-info li {
    margin-bottom: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
}

.hours-list span {
    color: #ffffff;
    font-weight: 500;
    margin-right: 0.5rem;
}

.footer .list-inline-item:not(:last-child) {
    margin-right: 1.5rem;
}

.footer a {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #ffffff;
}

/* Fix for all zoom levels */
.container {
    width: 100%;
    max-width: var(--content-width);
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

/* Optimize images for UHD/4K */
img, svg {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; /* Center images */
}

/* Improve image quality and display - Seamless integration */
.hero-image img, 
.service-image img, 
.gallery-image img,
.hero-image svg, 
.service-image svg, 
.gallery-image svg {
    width: 100%;
    height: auto;
    object-fit: cover; /* Better image coverage */
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 0; /* Remove corners for seamless integration */
    box-shadow: none; /* Remove shadow for better integration */
    filter: saturate(1.1); /* Slightly enhance colors */
}

/* Image container instead gets styling */
.service-image, .gallery-image, .hero-image {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(210, 180, 140, 0.10);
    background-color: var(--light-bg);
    position: relative;
    z-index: 1;
    border: 1px solid rgba(210, 180, 140, 0.15);
}

/* Soft overlay gradient for better text visibility */
.hero-image:after, .service-image:after, .gallery-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, 
                rgba(255, 255, 255, 0.2) 0%, 
                transparent 20%);
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.3s ease;
    opacity: 0.5;
}

.hero-image:hover:after, .service-image:hover:after, .gallery-image:hover:after {
    opacity: 0.3;
}

/* Image container styles */
.service-image {
    margin-bottom: 1.5rem;
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--light-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

/* Add fade-in animation for images */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.fade-in {
    animation: fadeIn 0.5s ease-in-out forwards;
}

/* Fix for Safari and mobile browsers */
@supports (-webkit-overflow-scrolling: touch) {
    .container {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    body {
        -webkit-text-size-adjust: 100%;
    }
}

/* Ensure images display at correct size regardless of zoom level */
@media screen and (min-width: 992px) {
    .service-image img,
    .service-image svg {
        max-height: 400px; /* Control maximum height on larger screens */
    }
}

/* Maintain aspect ratio on smaller screens */
@media screen and (max-width: 991px) {
    .service-image img,
    .service-image svg {
        max-height: 300px; /* Control maximum height on smaller screens */
    }
}

/* High-quality images hover effect */
.gallery-item:hover .gallery-image img,
.gallery-item:hover .gallery-image svg {
    transform: scale(1.05);
}

/* Smooth animations */
a, button, .btn, .feature-card, .service-card, .gallery-item, .team-member {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* ---------- Responsive Adjustments ---------- */
@media (max-width: 1199.98px) {
    :root {
        --content-width: 960px;
    }
    
    .container {
        max-width: var(--content-width);
    }
}

@media (max-width: 991.98px) {
    :root {
        --content-width: 720px;
    }
    
    .hero-section {
        padding: 4rem 0;
    }
    
    .navbar-collapse {
        background-color: #ffffff;
        padding: 1rem;
        border-radius: 10px;
        box-shadow: var(--shadow);
        margin-top: 1rem;
        z-index: 1000;
    }
    
    .appointment-btn {
        margin-top: 1rem;
        margin-bottom: 0.5rem;
        width: 100%;
        text-align: center;
    }
    
    .hero-image {
        margin-top: 2rem;
    }
    
    .feature-card, .service-card, .testimonial-card {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767.98px) {
    :root {
        --content-width: 540px;
    }
    
    html {
        font-size: 15px; /* Slightly reduced for better mobile layout */
    }
    
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .hero-section {
        padding: 3rem 0;
    }
    
    .page-header {
        padding: 60px 0;
    }
    
    h2 {
        font-size: 1.75rem;
    }
    
    .lead {
        font-size: 1.1rem;
    }
    
    .service-detail {
        padding: 3rem 0;
    }
    
    .footer {
        text-align: center;
    }
    
    .footer h5:after {
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}

@media (max-width: 575.98px) {
    :root {
        --content-width: 100%;
    }
    
    html {
        font-size: 14px; /* Further reduced for small screens */
    }
    
    .container {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
    
    .hero-content h1 {
        font-size: 1.75rem;
    }
    
    .hero-section {
        padding: 2rem 0;
    }
    
    .page-header {
        padding: 40px 0;
    }
    
    .btn {
        padding: 0.5rem 1.25rem;
        font-size: 0.9rem;
    }
    
    .contact-item {
        flex-direction: column;
    }
    
    .contact-item i {
        margin-bottom: 0.5rem;
    }
}

/* Additional styles for better heading visibility without lines */
h2, .section-title {
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-align: center;
}

.lead {
    color: var(--gray-text);
    margin-bottom: 2rem;
}

/* Enhance section spacing with Indian-inspired patterns */
section {
    padding: 4rem 0;
    position: relative;
}

/* Apply Indian patterns to different sections */
.services-section, .why-choose-section {
    position: relative;
    overflow: hidden;
}

.services-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: var(--pattern-jali);
    opacity: 0.1;
    z-index: 0;
}

.why-choose-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: var(--pattern-lotus);
    opacity: 0.08;
    z-index: 0;
}

.about-section::before, .social-services-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: var(--pattern-peacock);
    opacity: 0.05;
    z-index: 0;
}

.testimonials-section::before, .gallery-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: var(--pattern-rangoli);
    opacity: 0.04;
    z-index: 0;
}

/* Ensure content stays above patterns */
section > .container {
    position: relative;
    z-index: 1;
}

/* Add subtle shadow to cards instead of lines */
.card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: none !important;
    transition: all 0.3s ease;
}

.card:hover {
    box-shadow: 0 6px 12px rgba(210, 180, 140, 0.15);
}

/* Video player styles */
.video-container {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.play-button {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.video-container:hover .play-button {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

video {
    cursor: pointer;
    width: 100%;
}

.video-duration {
    font-size: 0.8rem;
    border-radius: 4px;
    z-index: 10;
}