/**
 * Niche Society Corporate Theme
 * Hero Section with Clean Design
 * 
 * Brand Color Palette (Official Guidelines):
 * Maroon (Primary 45%): #602234
 * Antique White (Primary 45%): #fffaf3
 * Rose Gold (Secondary 10%): #c0877d
 * Dark Maroon (variant): #4a1a29
 */

/* ========================================
   ARIMO FONT FAMILY INTEGRATION
   ======================================== */

@font-face {
    font-family: 'Arimo';
    src: url('../fonts/Arimo-VariableFont_wght.ttf') format('truetype'),
         url('../fonts/._Arimo-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arimo';
    src: url('../fonts/Arimo-Italic-VariableFont_wght.ttf') format('truetype'),
         url('../fonts/._Arimo-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* Arabic typeface: ElMessiri (used when lang=ar / dir=rtl) */
@font-face {
    font-family: 'ElMessiri';
    src: url('../fonts/ElMessiri-VariableFont_wght.ttf') format('truetype');
    font-weight: 200 700;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-radius: 0 !important;
}

/* ========================================
   BOOTSTRAP BUTTON OVERRIDES - BURGUNDY THEME
   Remove all blue colors, use burgundy/cream
   ======================================== */

/* Override Bootstrap default blue buttons */
.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.btn-lg,
.btn-primary.btn-lg:focus,
.btn-primary.btn-lg:active,
a.btn-primary,
a.btn-primary.btn-lg {
    background-color: #602234 !important;
    border-color: #602234 !important;
    color: #fffaf3 !important;
    box-shadow: 0 2px 8px rgba(96, 34, 52, 0.2) !important;
}

/* Remove background highlight for the "Meet Our Team" CTA on homepage only */
.team-section a.btn-primary.btn-primary--no-bg {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    color: #602234 !important;
}
.team-section a.btn-primary.btn-primary--no-bg *,
.team-section a.btn-primary.btn-primary--no-bg svg,
.team-section a.btn-primary.btn-primary--no-bg svg path {
    color: #602234 !important;
    stroke: #602234 !important;
}
.team-section a.btn-primary.btn-primary--no-bg:hover,
.team-section a.btn-primary.btn-primary--no-bg:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    text-decoration: underline;
    color: #602234 !important;
}
.team-section a.btn-primary.btn-primary--no-bg:hover *,
.team-section a.btn-primary.btn-primary--no-bg:hover svg,
.team-section a.btn-primary.btn-primary--no-bg:hover svg path,
.team-section a.btn-primary.btn-primary--no-bg:focus *,
.team-section a.btn-primary.btn-primary--no-bg:focus svg,
.team-section a.btn-primary.btn-primary--no-bg:focus svg path {
    color: #602234 !important;
    stroke: #602234 !important;
}

.btn-primary:hover,
.btn-primary:focus:hover,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.btn-lg:hover,
.btn-primary.btn-lg:focus:hover,
a.btn-primary:hover,
a.btn-primary.btn-lg:hover {
    background-color: #4a1a29 !important;
    border-color: #4a1a29 !important;
    color: #fffaf3 !important;
    box-shadow: 0 4px 12px rgba(96, 34, 52, 0.3) !important;
    transform: translateY(-1px);
}

.btn-primary:active,
.btn-primary.active,
.btn-primary.btn-lg:active {
    background-color: #3d1521 !important;
    border-color: #3d1521 !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    color: #fffaf3 !important;
}

/* Outline Primary Button */
.btn-outline-primary,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background-color: transparent !important;
    border-color: #602234 !important;
    color: #602234 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus:hover,
.btn-outline-primary:active:hover {
    background-color: #602234 !important;
    border-color: #602234 !important;
    color: #fffaf3 !important;
}

/* Success/Info Buttons - Use Burgundy */
.btn-success,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.btn-lg,
.btn-info,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.btn-lg,
button.btn-success,
input[type="submit"],
input[type="submit"].btn-success,
button[type="submit"],
button[type="submit"].btn-success {
    background-color: #602234 !important;
    border-color: #602234 !important;
    color: #fffaf3 !important;
}

.btn-success:hover,
.btn-success:focus:hover,
.btn-success:active:hover,
.btn-success.active:hover,
.btn-success.btn-lg:hover,
.btn-info:hover,
.btn-info:focus:hover,
.btn-info:active:hover,
.btn-info.active:hover,
.btn-info.btn-lg:hover,
button.btn-success:hover,
input[type="submit"]:hover,
input[type="submit"].btn-success:hover,
button[type="submit"]:hover,
button[type="submit"].btn-success:hover {
    background-color: #4a1a29 !important;
    border-color: #4a1a29 !important;
    color: #fffaf3 !important;
}

/* Link Button - Burgundy Theme */
.btn-link,
.btn-link:focus,
.btn-link:active {
    color: #602234 !important;
    text-decoration: none !important;
}

.btn-link:hover,
.btn-link:focus:hover,
.btn-link:active:hover {
    color: #4a1a29 !important;
    text-decoration: underline !important;
}

html {
    overflow-x: hidden;
    width: 100%;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: 'Arimo', -apple-system, BlinkMacSystemFont, sans-serif;
    overflow-x: hidden;
    width: 100%;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Typography Guidelines Implementation */
/* Headline Typeface: Domine Regular (serif) */
/* Bodytext Typeface: Arimo Regular (sans-serif) */

/* Apply Domine (serif) to all headings - Only for LTR (English) */
[dir="ltr"] h1:not(.hero-main-title),
[dir="ltr"] h2,
[dir="ltr"] h3,
[dir="ltr"] h4,
[dir="ltr"] h5,
[dir="ltr"] h6,
h1:not([dir="rtl"]):not(.hero-main-title),
h2:not([dir="rtl"]),
h3:not([dir="rtl"]),
h4:not([dir="rtl"]),
h5:not([dir="rtl"]),
h6:not([dir="rtl"]) {
    font-family: 'Domine', serif !important;
    font-weight: 400 !important; /* Regular weight */
}

/* Apply Arimo (sans-serif) to body text and other elements - Only for LTR (English) */
[dir="ltr"] body,
[dir="ltr"] p,
[dir="ltr"] a,
[dir="ltr"] span,
[dir="ltr"] div,
[dir="ltr"] li,
[dir="ltr"] td,
[dir="ltr"] th,
[dir="ltr"] input,
[dir="ltr"] textarea,
[dir="ltr"] select,
[dir="ltr"] button,
[dir="ltr"] label {
    font-family: 'Arimo', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Fallback for elements without dir attribute (default to English) */
body:not([dir="rtl"]) h1,
body:not([dir="rtl"]) h2,
body:not([dir="rtl"]) h3,
body:not([dir="rtl"]) h4,
body:not([dir="rtl"]) h5,
body:not([dir="rtl"]) h6 {
    font-family: 'Domine', serif;
    font-weight: 400;
}

body:not([dir="rtl"]),
body:not([dir="rtl"]) p,
body:not([dir="rtl"]) a,
body:not([dir="rtl"]) span,
body:not([dir="rtl"]) div {
    font-family: 'Arimo', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Ensure italic text uses the italic font variant */
em,
i,
.italic,
[style*="font-style: italic"] {
    font-family: 'Arimo', -apple-system, BlinkMacSystemFont, sans-serif;
    font-style: italic;
}

/* Apply Domine (serif) to all heading-related classes */
/* All heading classes - Use Domine Regular for English (LTR) */
[dir="ltr"] .section-title,
[dir="ltr"] .hero-title,
[dir="ltr"] .hero-main-title,
[dir="ltr"] .page-title,
[dir="ltr"] .section-heading,
[dir="ltr"] .card-title,
[dir="ltr"] .lead-text,
[dir="ltr"] .feature-box h4,
[dir="ltr"] .feature-card h3,
[dir="ltr"] .feature-card h4,
[dir="ltr"] .approach-title,
[dir="ltr"] .advantage-title,
[dir="ltr"] .philosophy-card-title,
[dir="ltr"] .about-mvv-card h3,
[dir="ltr"] .value-card h4,
[dir="ltr"] .mission-vision-card h3,
[dir="ltr"] .differentiator-card h4,
[dir="ltr"] .clientele-card h4,
[dir="ltr"] .why-card h3,
[dir="ltr"] .why-choose-card h3,
[dir="ltr"] .team-text h2,
[dir="ltr"] .cta-content h2,
[dir="ltr"] .contact-hero-title,
[dir="ltr"] .contact-hero-subtitle,
[dir="ltr"] .title-line-1,
[dir="ltr"] .title-line-2,
[dir="ltr"] .form-title,
[dir="ltr"] .form-subtitle,
[dir="ltr"] .services-title-elegant,
[dir="ltr"] .service-title-elegant,
[dir="ltr"] .philosophy-main-title,
[dir="ltr"] .philosophy-subtitle,
[dir="ltr"] .services-badge-elegant,
[dir="ltr"] .section-badge,
.section-title:not([dir="rtl"]),
.hero-title:not([dir="rtl"]),
.hero-main-title:not([dir="rtl"]),
.page-title:not([dir="rtl"]),
.section-heading:not([dir="rtl"]),
.card-title:not([dir="rtl"]),
.lead-text:not([dir="rtl"]),
.feature-box:not([dir="rtl"]) h4,
.feature-card:not([dir="rtl"]) h3,
.feature-card:not([dir="rtl"]) h4,
.approach-title:not([dir="rtl"]),
.advantage-title:not([dir="rtl"]),
.philosophy-card-title:not([dir="rtl"]),
.about-mvv-card:not([dir="rtl"]) h3,
.value-card:not([dir="rtl"]) h4,
.mission-vision-card:not([dir="rtl"]) h3,
.differentiator-card:not([dir="rtl"]) h4,
.clientele-card:not([dir="rtl"]) h4,
.why-card:not([dir="rtl"]) h3,
.why-choose-card:not([dir="rtl"]) h3,
.team-text:not([dir="rtl"]) h2,
.cta-content:not([dir="rtl"]) h2,
.contact-hero-title:not([dir="rtl"]),
.contact-hero-subtitle:not([dir="rtl"]),
.title-line-1:not([dir="rtl"]),
.title-line-2:not([dir="rtl"]),
.form-title:not([dir="rtl"]),
.form-subtitle:not([dir="rtl"]),
.services-title-elegant:not([dir="rtl"]),
.service-title-elegant:not([dir="rtl"]),
.philosophy-main-title:not([dir="rtl"]),
.philosophy-subtitle:not([dir="rtl"]),
.services-badge-elegant:not([dir="rtl"]),
.section-badge:not([dir="rtl"]) {
    font-family: 'Domine', serif !important;
    font-weight: 400 !important; /* Regular weight */
}

/* Override for hero title lines - must come after general rules to ensure font-weight 200 is applied */
.title-line-1,
.title-line-2,
.hero-main-title .title-line-1,
.hero-main-title .title-line-2,
.hero-main-title .text-gold,
.hero-main-title .text-cream,
.title-line-1 .text-gold,
.title-line-1 .text-cream,
.title-line-2 .text-gold,
.title-line-2 .text-cream {
    font-weight: 200 !important; /* Extra light weight - very soft appearance */
}

/* Prevent horizontal scroll on all devices */
* {
    max-width: 100%;
}

/* Ensure no horizontal overflow on mobile */
@media (max-width: 767.98px) {
    body,
    html {
        overflow-x: hidden;
        width: 100%;
        max-width: 100%;
    }
    
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .row {
        margin-left: -8px;
        margin-right: -8px;
    }
    
    .row > * {
        padding-left: 8px;
        padding-right: 8px;
    }
    
    /* Ensure all sections don't overflow */
    section {
        overflow-x: hidden;
        max-width: 100%;
    }
    
    /* Fix service cards */
    .service-card-elegant {
        max-width: 100%;
        overflow: hidden;
    }
    
    .service-image-elegant {
        max-width: 100%;
        overflow: hidden;
    }
    
    .service-image-elegant img {
        max-width: 100%;
        height: auto;
    }
}

/* Ensure tables are responsive */
table {
    width: 100%;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Touch-friendly buttons and links */
a, button, .btn {
    -webkit-tap-highlight-color: rgba(96, 34, 52, 0.1);
    touch-action: manipulation;
}

body.ar-lang {
    direction: rtl;
    text-align: right;
}

body.en-lang {
    direction: ltr;
    text-align: left;
}

/* Container and Grid Fixes for Mobile */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
    
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    
    [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* Fixed Header Styles */
.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background: #602234 !important;
    transition: transform 0.3s ease-in-out;
    transform: translateY(0);
}

.top-bar.hidden {
    transform: translateY(-100%);
}

.navbar.sticky-top {
    position: fixed !important;
    top: 36px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background-color: #fffaf3 !important;
    transition: top 0.3s ease-in-out;
}

.navbar.sticky-top.top-bar-hidden {
    top: 0;
}

/* Add padding to body to prevent content from hiding under fixed header */
body {
    padding-top: 92px;
    transition: padding-top 0.3s ease-in-out;
}

body.top-bar-hidden {
    padding-top: 56px;
}

@media (max-width: 991px) {
    .navbar.sticky-top {
        top: 36px;
    }
    
    body {
        padding-top: 92px;
    }
}

@media (max-width: 767px) {
    .top-bar {
        position: fixed;
    }
    
    .navbar.sticky-top {
        top: 36px;
    }
    
    body {
        padding-top: 88px;
    }
    
    /* Hide contact info on mobile, keep language switcher */
    .top-bar small {
        display: none !important;
    }
    
    .top-bar .language-switcher {
        margin-left: auto;
    }
}

/* ========================================
   NAVIGATION ACTIVE STATE HIGHLIGHTING
   ======================================== */

.nav-link-enhanced {
    position: relative;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link-enhanced::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 80%;
    height: 3px;
    background: #602234;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link-enhanced:hover::after {
    transform: translateX(-50%) scaleX(1);
}

/* Active state - highlighted */
.nav-link-enhanced.active {
    color: #602234 !important;
    font-weight: 700 !important;
    background-color: rgba(96, 34, 52, 0.1) !important;
    border-radius: 4px;
}

.nav-link-enhanced.active::after {
    transform: translateX(-50%) scaleX(1);
    background: #602234;
    height: 3px;
}

/* Dropdown active state */
.nav-item.dropdown .nav-link-enhanced.active {
    background-color: rgba(96, 34, 52, 0.1) !important;
}

/* Dropdown menu styles */
.nav-item.dropdown .dropdown-menu {
    min-width: 200px;
    border: 1px solid rgba(96, 34, 52, 0.15) !important;
    box-shadow: 0 4px 12px rgba(96, 34, 52, 0.15) !important;
    border-radius: 0 !important;
    margin-top: 8px !important;
    padding: 8px 0 !important;
}

.nav-item.dropdown .dropdown-item {
    color: #602234 !important;
    padding: 10px 20px !important;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: transparent !important;
    border: none !important;
}

.nav-item.dropdown .dropdown-item:hover,
.nav-item.dropdown .dropdown-item:focus {
    background-color: rgba(96, 34, 52, 0.1) !important;
    color: #602234 !important;
}

.nav-item.dropdown .dropdown-item.active {
    background-color: rgba(96, 34, 52, 0.15) !important;
    color: #602234 !important;
    font-weight: 600 !important;
}

.nav-item.dropdown .dropdown-divider {
    border-color: rgba(96, 34, 52, 0.15) !important;
    margin: 8px 0 !important;
}

/* Dropdown toggle icon */
.nav-item.dropdown .dropdown-toggle::after {
    margin-left: 8px;
    border-top: 0.4em solid #602234;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}

[dir="rtl"] .nav-item.dropdown .dropdown-toggle::after {
    margin-left: 0;
    margin-right: 8px;
}

/* Mobile navigation active state */
@media (max-width: 991px) {
    .nav-link-enhanced.active {
        background-color: rgba(96, 34, 52, 0.15) !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/* Hero Section - no internal scrollbar */
.hero-premium {
    position: relative;
    min-height: 65vh;
    height: 65vh;
    display: flex;
    align-items: center;
    overflow-x: hidden;
    overflow-y: hidden;
    overflow: hidden;
    background: #602234;
}

.hero-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    max-width: 100%;
    overflow: hidden;
}

.hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    filter: blur(3px);
    -webkit-filter: blur(3px);
    opacity: 1;
}

.hero-black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
    z-index: 2;
}

.hero-burgundy-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(96, 34, 52, 0.6);
    backdrop-filter: blur(2px);
    z-index: 2;
}

.hero-bg-image img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent !important;
    z-index: 2;
    display: none !important;
    opacity: 0 !important;
}

.hero-pattern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.hero-content {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 60px 0 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
}

.hero-content .container {
    text-align: center !important;
}

.hero-content .row {
    justify-content: center !important;
    text-align: center !important;
}

.hero-content .col-lg-9 {
    text-align: center !important;
    margin: 0 auto;
}

.hero-premium-badge {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 12px 25px;
    background: rgba(96, 34, 52, 0.25);
    border: 2px solid rgba(96, 34, 52, 0.5);
    backdrop-filter: blur(15px);
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.badge-line {
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #602234, transparent);
}

.badge-year {
    color: #FFFFFF !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.hero-text-animated {
    text-align: center !important;
    width: 100%;
    animation: slideInOut 12s infinite;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

@keyframes slideInOut {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    41.67% {
        transform: translateX(0);
        opacity: 1;
    }
    50% {
        transform: translateX(-100vw);
        opacity: 0;
    }
    54.17% {
        transform: translateX(100vw);
        opacity: 0;
    }
    58.33% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.hero-main-title {
    margin-bottom: 30px;
    font-size: 54px;
    font-weight: 200 !important; /* Extra light weight - very soft appearance */
    line-height: 1.1;
    text-align: center;
    font-family: 'Domine', serif !important; /* Headline typeface */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Ensure hero title h1 is never bold */
h1.hero-main-title,
.hero-main-title h1,
.hero-main-title {
    font-weight: 200 !important;
}

/* Prevent any bold styling on hero title and all its children */
.hero-main-title,
.hero-main-title *,
.hero-main-title span,
.hero-main-title strong,
.hero-main-title b,
.hero-main-title em {
    font-weight: 200 !important;
    font-style: normal !important;
}

/* Lock font-weight at 200 for hero title - prevent any changes after font load */
.hero-main-title,
.hero-main-title *,
.hero-main-title span,
.hero-main-title .title-line-1,
.hero-main-title .title-line-2,
.hero-main-title .text-gold,
.hero-main-title .text-cream,
.title-line-1,
.title-line-1 *,
.title-line-1 span,
.title-line-2,
.title-line-2 *,
.title-line-2 span,
.text-gold,
.text-cream {
    font-weight: 200 !important;
    font-variation-settings: 'wght' 200 !important; /* Explicitly set variable font weight */
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
}

/* Ensure all children of hero-main-title inherit uniform styling */
.hero-main-title *,
.hero-main-title span {
    font-family: 'Domine', serif !important;
    font-weight: 200 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.title-line-1 {
    display: block;
    font-size: 54px;
    font-weight: 200 !important; /* Extra light weight - very soft appearance */
    letter-spacing: 2px; /* Reduced from 3px for softer look */
    color: #FFFFFF !important;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6), 0 0 15px rgba(0, 0, 0, 0.3); /* Softer shadows */
    line-height: 1;
    margin-bottom: 15px;
    font-family: 'Domine', serif !important; /* Headline typeface */
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Reduce font size for English hero text only */
[dir="ltr"] .title-line-1,
body:not([dir="rtl"]) .title-line-1,
html:not([dir="rtl"]) .title-line-1 {
    font-size: 44px !important;
}

[dir="ltr"] .title-line-2,
body:not([dir="rtl"]) .title-line-2,
html:not([dir="rtl"]) .title-line-2 {
    font-size: 38px !important;
}

/* Ensure all text within title-line-1 has uniform styling */
.title-line-1 *,
.title-line-1 span,
.title-line-1 .text-gold,
.title-line-1 .text-cream {
    font-family: 'Domine', serif !important;
    font-weight: 200 !important;
    letter-spacing: 2px !important;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6), 0 0 15px rgba(0, 0, 0, 0.3) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.title-line-2 {
    display: block;
    font-size: 48px;
    font-weight: 200 !important; /* Extra light weight - very soft appearance */
    font-style: normal; /* Remove italic to match title-line-1 */
    color: #FFFFFF !important;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6), 0 0 15px rgba(0, 0, 0, 0.3); /* Softer shadows */
    line-height: 1.1;
    font-family: 'Domine', serif !important; /* Headline typeface - Domine Regular */
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    letter-spacing: 2px; /* Reduced for softer look */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Ensure all text within title-line-2 has uniform styling */
.title-line-2 *,
.title-line-2 span,
.title-line-2 .text-gold,
.title-line-2 .text-cream {
    font-family: 'Domine', serif !important;
    font-weight: 200 !important;
    letter-spacing: 2px !important;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6), 0 0 15px rgba(0, 0, 0, 0.3) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Reduce font size for English hero text only */
[dir="ltr"] .title-line-1,
body:not([dir="rtl"]) .title-line-1,
html:not([dir="rtl"]) .title-line-1 {
    font-size: 44px !important;
}

[dir="ltr"] .title-line-2,
body:not([dir="rtl"]) .title-line-2,
html:not([dir="rtl"]) .title-line-2 {
    font-size: 38px !important;
}

/* Mobile responsive styles for hero titles - override all sizes */
@media (max-width: 991.98px) {
    [dir="ltr"] .title-line-1,
    body:not([dir="rtl"]) .title-line-1,
    html:not([dir="rtl"]) .title-line-1,
    .title-line-1 {
        font-size: 28px !important;
        white-space: normal !important;
        line-height: 1.3 !important;
        letter-spacing: 1px !important;
    }
    
    [dir="ltr"] .title-line-2,
    body:not([dir="rtl"]) .title-line-2,
    html:not([dir="rtl"]) .title-line-2,
    .title-line-2 {
        font-size: 26px !important;
        white-space: normal !important;
        line-height: 1.3 !important;
        letter-spacing: 1px !important;
    }
}

@media (max-width: 767.98px) {
    [dir="ltr"] .title-line-1,
    body:not([dir="rtl"]) .title-line-1,
    html:not([dir="rtl"]) .title-line-1,
    .title-line-1 {
        font-size: 22px !important;
        white-space: normal !important;
        line-height: 1.3 !important;
        letter-spacing: 1px !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        padding: 0 10px;
    }
    
    [dir="ltr"] .title-line-2,
    body:not([dir="rtl"]) .title-line-2,
    html:not([dir="rtl"]) .title-line-2,
    .title-line-2 {
        font-size: 20px !important;
        white-space: normal !important;
        line-height: 1.3 !important;
        letter-spacing: 1px !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        padding: 0 10px;
    }
}

@media (max-width: 480px) {
    [dir="ltr"] .title-line-1,
    body:not([dir="rtl"]) .title-line-1,
    html:not([dir="rtl"]) .title-line-1,
    .title-line-1 {
        font-size: 20px !important;
    }
    
    [dir="ltr"] .title-line-2,
    body:not([dir="rtl"]) .title-line-2,
    html:not([dir="rtl"]) .title-line-2,
    .title-line-2 {
        font-size: 18px !important;
    }
}

.text-gold,
.text-cream {
    color: #FFFFFF !important;
    font-style: normal !important; /* Remove italic to match rest of text */
    font-weight: 200 !important; /* Extra light weight - very soft appearance */
    font-family: 'Domine', serif !important; /* Headline typeface - Domine Regular */
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6), 0 0 15px rgba(0, 0, 0, 0.3) !important; /* Match title lines shadow */
    letter-spacing: 2px !important; /* Match title lines letter spacing */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.hero-subtitle {
    font-size: 20px;
    line-height: 1.8;
    color: #FFFFFF !important;
    margin: 0 auto 45px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), 0 0 15px rgba(0, 0, 0, 0.6);
    font-weight: 400;
    letter-spacing: 1px;
    white-space: nowrap;
    text-align: center !important;
    width: 100%;
    display: block;
    font-family: 'Arimo', sans-serif;
    opacity: 1 !important;
    visibility: visible !important;
}

.hero-stats-premium {
    display: none;
}

.hero-cta-premium {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-premium-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: #fffaf3;
    color: #602234;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.btn-premium-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    background: #602234;
    color: #fffaf3;
}

.btn-premium-outline {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: rgba(96, 34, 52, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.btn-premium-outline:hover {
    background: rgba(96, 34, 52, 0.3);
    border-color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
    color: #FFFFFF !important;
}

.btn-premium-outline .btn-text,
.btn-premium-outline .btn-text i {
    color: #FFFFFF !important;
}

.btn-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Ensure btn-primary and btn-success buttons and ALL their text content have #fffaf3 color everywhere */
.btn-primary,
.btn-primary *,
.btn-primary .btn-text,
.btn-primary .btn-text *,
.btn-primary span,
.btn-primary span *,
.btn-primary i,
.btn-primary button,
.btn-success,
.btn-success *,
.btn-success .btn-text,
.btn-success .btn-text *,
.btn-success span,
.btn-success span *,
.btn-success i,
button.btn-primary,
button.btn-primary *,
button.btn-primary .btn-text,
button.btn-primary .btn-text *,
button.btn-primary span,
button.btn-primary span *,
button.btn-primary i,
button[type="submit"].btn-primary,
button[type="submit"].btn-primary *,
button[type="submit"].btn-primary .btn-text,
button[type="submit"].btn-primary .btn-text *,
button[type="submit"].btn-primary span,
button[type="submit"].btn-primary span *,
button[type="submit"].btn-primary i,
button.btn-primary,
button.btn-primary *,
button.btn-primary .btn-text,
button.btn-primary .btn-text *,
input[type="submit"].btn-primary,
input[type="submit"].btn-primary *,
input[type="submit"].btn-primary .btn-text,
input[type="submit"].btn-primary .btn-text *,
a.btn-primary,
a.btn-primary *,
a.btn-primary .btn-text,
a.btn-primary .btn-text *,
a.btn-primary span,
a.btn-primary span * {
    color: #fffaf3 !important;
}

.btn-primary:hover,
.btn-primary:hover *,
.btn-primary:hover .btn-text,
.btn-primary:hover .btn-text *,
.btn-primary:hover span,
.btn-primary:hover span *,
.btn-primary:hover i,
.btn-success:hover,
.btn-success:hover *,
.btn-success:hover .btn-text,
.btn-success:hover .btn-text *,
.btn-success:hover span,
.btn-success:hover span *,
.btn-success:hover i,
button.btn-primary:hover,
button.btn-primary:hover *,
button.btn-primary:hover .btn-text,
button.btn-primary:hover .btn-text *,
button.btn-primary:hover span,
button.btn-primary:hover span *,
button.btn-primary:hover i,
button[type="submit"].btn-primary:hover,
button[type="submit"].btn-primary:hover *,
button[type="submit"].btn-primary:hover .btn-text,
button[type="submit"].btn-primary:hover .btn-text *,
button[type="submit"].btn-primary:hover span,
button[type="submit"].btn-primary:hover span *,
button[type="submit"].btn-primary:hover i,
a.btn-primary:hover,
a.btn-primary:hover *,
a.btn-primary:hover .btn-text,
a.btn-primary:hover .btn-text *,
a.btn-primary:hover span,
a.btn-primary:hover span * {
    color: #fffaf3 !important;
}

/* Container & Grid */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

[class*="col-"] {
    padding: 0 15px;
}

.col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

/* Icons */
.bi {
    display: inline-block;
    font-style: normal;
    font-weight: normal !important;
    line-height: 1;
    vertical-align: -.125em;
}

/* Responsive */
@media (max-width: 991px) {
    .col-lg-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .hero-premium {
        min-height: 60vh;
        height: auto;
        padding: 0 24px;
        overflow-y: visible;
    }
    
    .hero-bg-container {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    
    .hero-content {
        padding: 30px 0 24px;
    }
    
    .title-line-1 {
        font-size: 24px !important;
        white-space: normal !important;
        line-height: 1.3 !important;
        letter-spacing: 1px !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .title-line-2 {
        font-size: 22px !important;
        white-space: normal !important;
        line-height: 1.3 !important;
        letter-spacing: 1px !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .hero-subtitle {
        font-size: 14px !important;
        line-height: 1.6 !important;
        white-space: normal !important;
        padding: 0 10px;
    }
    
    .hero-stats-premium {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    
    .stat-premium {
        flex: 0 0 auto;
    }
}

@media (max-width: 767px) {
    .hero-premium {
        min-height: auto;
        height: auto;
        padding: 20px 16px 24px;
        overflow-y: visible;
    }
    
    .hero-bg-container {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    
    .hero-content {
        padding: 24px 0 20px;
    }
    
    .hero-text-animated {
        animation: none;
    }
    
    .hero-premium-badge {
        padding: 8px 16px;
        gap: 8px;
        margin-bottom: 16px;
    }
    
    .badge-line {
        width: 20px;
    }
    
    .badge-year {
        font-size: 10px;
        letter-spacing: 2px;
    }
    
    .title-line-1 {
        font-size: 20px !important;
        margin-bottom: 4px;
        white-space: normal !important;
        line-height: 1.25 !important;
        letter-spacing: 0.5px !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        padding: 0 8px;
    }
    
    .title-line-2 {
        font-size: 18px !important;
        white-space: normal !important;
        line-height: 1.25 !important;
        letter-spacing: 0.5px !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        padding: 0 8px;
    }
    
    .hero-main-title {
        margin-bottom: 12px;
    }
    
    .hero-subtitle {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 16px;
        white-space: normal;
        padding: 0 8px;
    }
    
    .hero-stats-premium {
        flex-direction: column;
        gap: 12px;
        align-items: center;
        margin-bottom: 16px;
    }
    
    .stat-separator {
        display: none;
    }
    
    .stat-premium {
        width: 100%;
        max-width: 250px;
        justify-content: center;
    }
    
    .stat-value {
        font-size: 36px;
    }
    
    .hero-cta-premium {
        flex-direction: column;
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        gap: 10px;
    }
    
    .btn-premium-primary,
    .btn-premium-outline {
        width: 100%;
        justify-content: center;
        padding: 12px 24px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .hero-premium {
        padding: 16px 12px 20px;
    }
    
    .hero-content {
        padding: 20px 0 16px;
    }
    
    .hero-premium-badge {
        padding: 6px 12px;
        gap: 6px;
        margin-bottom: 12px;
    }
    
    .badge-line {
        width: 16px;
    }
    
    .badge-year {
        font-size: 9px;
        letter-spacing: 1.5px;
    }
    
    .title-line-1 {
        font-size: 18px !important;
        white-space: normal;
    }
    
    .title-line-2 {
        font-size: 16px !important;
        white-space: normal;
    }
    
    .hero-main-title {
        margin-bottom: 10px;
    }
    
    .hero-subtitle {
        font-size: 12px;
        white-space: normal;
        margin-bottom: 12px;
    }
    
    .hero-cta-premium {
        gap: 8px;
        max-width: 100%;
    }
    
    .stat-value {
        font-size: 32px;
    }
    
    .btn-premium-primary,
    .btn-premium-outline {
        padding: 10px 20px;
        font-size: 13px;
    }
}

/* ========================================
   ABOUT SECTION - MINIMAL ELEGANT DESIGN
======================================== */

.about-section-minimal {
    background: #fffaf3;
    padding: 60px 0;
    position: relative;
}

/* Header with Decorative Lines */
.about-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
}

.about-decorative-line {
    width: 120px;
    height: 2px;
    background: #602234;
}

.about-badge-minimal {
    padding: 10px 30px;
    border: 2px solid #602234;
    background: transparent;
}

.about-badge-minimal span {
    color: #602234;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* Main Content */
.about-main-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.about-minimal-title {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.3;
    color: #602234;
    margin-bottom: 40px;
}

.title-emphasis {
    display: block;
    font-weight: 700;
    margin-top: 15px;
}

.about-description-minimal {
    margin-bottom: 50px;
}

.lead-text {
    font-size: 18px;
    line-height: 1.8;
    color: #602234;
    margin-bottom: 25px;
    font-weight: 400;
}

.about-description-minimal p {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(96, 34, 52, 0.8);
    margin-bottom: 20px;
}

/* CTA Enhanced Button */
.btn-cta-enhanced {
    background-color: #602234 !important;
    border-color: #602234 !important;
    color: #fffaf3 !important;
}

.btn-cta-enhanced:hover {
    background-color: #4a1a29 !important;
    border-color: #4a1a29 !important;
    color: #fffaf3 !important;
}

/* CTA Button */
.btn-minimal-primary {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 18px 40px;
    background: #602234;
    color: #fffaf3;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid #602234;
    cursor: pointer;
    pointer-events: auto !important;
    z-index: 10;
    position: relative;
    cursor: pointer;
    pointer-events: auto !important;
    position: relative;
    z-index: 10;
    transition: all 0.3s ease;
}

.btn-minimal-primary:hover {
    background: transparent;
    color: #602234;
    transform: translateX(-5px);
}

.btn-minimal-primary i {
    transition: transform 0.3s ease;
    font-size: 18px;
}

.btn-minimal-primary:hover i {
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 991px) {
    .about-section-minimal {
        padding: 50px 0;
    }
    
    .about-header {
        margin-bottom: 50px;
    }
    
    .about-decorative-line {
        width: 80px;
    }
    
    .about-minimal-title {
        font-size: 36px;
    }
    
    .lead-text {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .about-section-minimal {
        padding: 40px 0;
    }
    
    .about-header {
        gap: 15px;
        margin-bottom: 40px;
        flex-wrap: nowrap;
    }
    
    .about-decorative-line {
        width: 40px;
    }
    
    .about-badge-minimal {
        white-space: nowrap;
        padding: 6px 15px;
        font-size: 11px;
    }
    
    .about-minimal-title {
        font-size: 28px;
        line-height: 1.3;
    }
    
    .title-emphasis {
        display: inline;
    }
    
    .lead-text {
        font-size: 15px;
        line-height: 1.7;
    }
    
    .about-description-minimal p {
        font-size: 14px;
        line-height: 1.7;
    }
    
    .btn-minimal-primary {
        width: 100%;
        justify-content: center;
        padding: 14px 30px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .about-section-minimal {
        padding: 40px 0;
    }
    
    .about-minimal-title {
        font-size: 24px;
    }
    
    .lead-text {
        font-size: 14px;
    }
    
    .about-description-minimal p {
        font-size: 13px;
    }
}


/* ========================================
   MEET CEO SECTION
======================================== */

.meet-ceo-section {
    padding: 60px 0;
    background: #fffaf3;
}

/* Image Wrapper with Circular Design */
.ceo-image-wrapper {
    position: relative;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}\n\n.ceo-decorative-border {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
    height: 280px;
    border: 3px solid #fffaf3;
    border-radius: 50%;
    pointer-events: none;
    transition: all 0.5s ease;
    z-index: 2;
}

.ceo-image-wrapper:hover .ceo-decorative-border {
    width: 300px;
    height: 300px;
    border-color: #602234;
}

.border-corner {
    display: none;
}

.ceo-decorative-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    z-index: 2;
}

.ceo-image-wrapper:hover .ceo-decorative-border {
    transform: scale(1.05);
}

.border-corner {
    position: absolute;
    width: 60px;
    height: 60px;
    border-color: #602234;
    border-style: solid;
    transition: all 0.4s ease;
}

.ceo-image-wrapper:hover .border-corner {
    border-color: rgba(96, 34, 52, 0.8);
    width: 70px;
    height: 70px;
}

.border-corner-tl {
    top: 0;
    left: 0;
    border-width: 2px 0 0 2px;
}

.border-corner-tr {
    top: 0;
    right: 0;
    border-width: 2px 2px 0 0;
}

.border-corner-bl {
    bottom: 0;
    left: 0;
    border-width: 0 0 2px 2px;
}

.border-corner-br {
    bottom: 0;
    right: 0;
    border-width: 0 2px 2px 0;
}

.ceo-portrait {
    width: 250px;
    height: 250px;
    object-fit: cover;
    object-position: center top;
    border-radius: 50%;
    display: block;
    transition: transform 0.5s ease;
    position: relative;
    z-index: 1;
    border: 5px solid #602234;
    box-shadow: 0 10px 40px rgba(96, 34, 52, 0.2);
}

.ceo-image-wrapper:hover .ceo-portrait {
    transform: scale(1.05);
}

.ceo-image-wrapper::after {
    display: none;
}

/* Content Wrapper - No Cream Background */
.ceo-content-wrapper {
    padding: 40px 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Section Badge */
.ceo-section-badge {
    display: inline-block;
    margin-bottom: 30px;
}

.ceo-section-badge span {
    display: inline-block;
    padding: 8px 20px;
    border: 2px solid #602234;
    color: #602234;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: transparent;
    transition: all 0.3s ease;
}

.ceo-section-badge span:hover {
    background: rgba(96, 34, 52, 0.05);
}

/* Story Content */
.ceo-story {
    margin-bottom: 30px;
}

.story-text {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(96, 34, 52, 0.9);
    margin-bottom: 18px;
    font-weight: 400;
}

.story-text:last-of-type {
    margin-bottom: 25px;
}

.story-closing {
    font-size: 18px;
    line-height: 1.8;
    font-style: italic;
    font-weight: 600;
    color: #602234;
    margin-bottom: 0;
}

/* Signature */
.ceo-signature {
    display: flex;
    align-items: center;
    gap: 20px;
}

.signature-line {
    width: 60px;
    height: 2px;
    background: rgba(96, 34, 52, 0.3);
}

.ceo-name {
    font-size: 28px;
    font-weight: 700;
    color: #602234;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .meet-ceo-section {
        padding: 50px 0;
    }
    
    .ceo-image-wrapper {
        padding: 40px;
        margin-bottom: 40px;
    }
    
    .ceo-portrait {
        width: 200px;
        height: 200px;
    }
    
    .ceo-decorative-border {
        width: 230px;
        height: 230px;
    }
    
    .ceo-image-wrapper:hover .ceo-decorative-border {
        width: 250px;
        height: 250px;
    }
    
    .ceo-content-wrapper {
        padding: 0 30px;
    }
    
    .story-text {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .meet-ceo-section {
        padding: 30px 0;
    }
    
    .ceo-image-wrapper {
        padding: 30px;
        margin-bottom: 30px;
    }
    
    .ceo-portrait {
        width: 180px;
        height: 180px;
    }
    
    .ceo-decorative-border {
        width: 210px;
        height: 210px;
    }
    
    .ceo-image-wrapper:hover .ceo-decorative-border {
        width: 230px;
        height: 230px;
    }
    
    .ceo-section-badge {
        margin-bottom: 25px;
    }
    
    .ceo-section-badge span {
        padding: 6px 15px;
        font-size: 11px;
    }
    
    .ceo-content-wrapper {
        padding: 0 20px;
    }
    
    .story-text {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 15px;
    }
    
    .story-closing {
        font-size: 15px;
        line-height: 1.7;
    }
    
    .ceo-signature {
        gap: 15px;
    }
    
    .signature-line {
        width: 40px;
    }
    
    .ceo-name {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .meet-ceo-section {
        padding: 30px 0;
    }
    
    .ceo-content-wrapper {
        padding: 0 15px;
    }
    
    .story-text {
        font-size: 13px;
    }
    
    .story-closing {
        font-size: 14px;
    }
    
    .ceo-name {
        font-size: 20px;
    }
}

/* ===================================
   PHILOSOPHY SECTION - ARTISTIC DESIGN
=================================== */

.philosophy-section {
    padding: 60px 0;
    background: #fffaf3;
    position: relative;
    overflow: hidden;
}

.philosophy-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(96, 34, 52, 0.02) 25%, rgba(96, 34, 52, 0.02) 26%, transparent 27%, transparent 74%, rgba(96, 34, 52, 0.02) 75%, rgba(96, 34, 52, 0.02) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(96, 34, 52, 0.02) 25%, rgba(96, 34, 52, 0.02) 26%, transparent 27%, transparent 74%, rgba(96, 34, 52, 0.02) 75%, rgba(96, 34, 52, 0.02) 76%, transparent 77%, transparent);
    background-size: 50px 50px;
    opacity: 0.5;
    z-index: 0;
}

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

.philosophy-header {
    margin-bottom: 50px;
}

.philosophy-intro {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.philosophy-badge {
    display: inline-block;
    padding: 6px 20px;
    border-left: 3px solid #602234;
    border-right: 3px solid #602234;
    background: transparent;
    color: #602234;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.philosophy-main-title {
    font-size: 56px;
    font-weight: 300;
    color: #602234;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.philosophy-subtitle {
    font-size: 17px;
    line-height: 1.7;
    color: #602234;
    opacity: 0.75;
    font-style: italic;
}

.philosophy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.vision-item {
    grid-row: auto;
}

.philosophy-card {
    background: #fffaf3;
    padding: 40px 35px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    border: 1px solid rgba(96, 34, 52, 0.15);
    display: flex;
    flex-direction: column;
}

.philosophy-card::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(135deg, #602234 0%, transparent 50%, #602234 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 0;
}

.philosophy-card:hover::before {
    opacity: 0.1;
}

.philosophy-content {
    position: relative;
    z-index: 1;
}

.card-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 72px;
    font-weight: 200;
    color: #602234;
    opacity: 0.08;
    line-height: 1;
}

/* RTL Support for card numbers */
[dir="rtl"] .card-number {
    right: auto;
    left: 20px;
}

.card-corner {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #602234;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-corner.top-left {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

.card-corner.bottom-right {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}

.philosophy-card:hover .card-corner {
    width: 50px;
    height: 50px;
}

.philosophy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(96, 34, 52, 0.12);
}

.philosophy-icon-art {
    margin-bottom: 20px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

.philosophy-card:hover .philosophy-icon-art {
    transform: scale(1.1);
}

.philosophy-icon-art svg {
    display: block;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.philosophy-card:hover .philosophy-icon-art svg {
    transform: rotate(5deg);
}

.philosophy-card-title {
    font-size: 28px;
    font-weight: 600;
    color: #602234;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.title-underline {
    width: 60px;
    height: 2px;
    background: #602234;
    margin-bottom: 25px;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.philosophy-card:hover .title-underline {
    width: 100px;
}

.philosophy-text {
    font-size: 15px;
    line-height: 1.6;
    color: #602234;
    opacity: 0.85;
    margin: 0;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    text-align-last: left;
    word-spacing: normal;
    hyphens: auto;
}

/* Responsive */
@media (max-width: 991px) {
    .philosophy-section {
        padding: 50px 0;
    }
    
    .philosophy-section .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .philosophy-header {
        margin-bottom: 40px;
    }
    
    .philosophy-main-title {
        font-size: 42px;
    }
    
    .philosophy-subtitle {
        font-size: 16px;
    }
    
    .philosophy-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    
    .vision-item {
        grid-column: 1 / -1;
    }
    
    .philosophy-card {
        padding: 30px 24px;
    }
    
    .card-number {
        font-size: 56px;
        top: 15px;
        right: 15px;
    }
    
    [dir="rtl"] .card-number {
        right: auto;
        left: 15px;
    }
    
    .philosophy-card-title {
        font-size: 24px;
    }
    
    .philosophy-text {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .philosophy-section {
        padding: 36px 0;
    }
    
    .philosophy-section .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    
    .philosophy-header {
        margin-bottom: 28px;
    }
    
    .philosophy-badge {
        padding: 5px 14px;
        font-size: 10px;
        letter-spacing: 2px;
    }
    
    [dir="rtl"] .philosophy-badge,
    html[lang="ar"] .philosophy-badge {
        letter-spacing: 0;
    }
    
    .philosophy-main-title {
        font-size: 28px;
        margin-bottom: 10px;
    }
    
    .philosophy-subtitle {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .philosophy-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 100%;
    }
    
    .vision-item {
        grid-column: 1;
    }
    
    .philosophy-card {
        padding: 24px 18px;
        position: relative;
        min-height: auto;
        width: 100%;
    }
    
    .card-number {
        font-size: 36px !important;
        top: 10px !important;
        right: 10px !important;
        opacity: 0.12 !important;
        z-index: 0 !important;
    }
    
    [dir="rtl"] .card-number,
    html[lang="ar"] .philosophy-section .card-number {
        right: auto !important;
        left: 10px !important;
    }
    
    .philosophy-content {
        position: relative;
        z-index: 2;
    }
    
    .card-corner {
        width: 18px;
        height: 18px;
    }
    
    .philosophy-card:hover .card-corner {
        width: 26px;
        height: 26px;
    }
    
    .philosophy-icon-art svg {
        width: 36px;
        height: 36px;
    }
    
    .philosophy-card-title {
        font-size: 18px !important;
        margin-bottom: 10px !important;
        padding-right: 45px !important;
        position: relative;
        z-index: 2;
        word-break: keep-all;
    }
    
    [dir="rtl"] .philosophy-card-title,
    html[lang="ar"] .philosophy-card-title {
        padding-right: 0 !important;
        padding-left: 45px !important;
    }
    
    .title-underline {
        width: 40px;
        margin-bottom: 12px;
    }
    
    .philosophy-text {
        font-size: 13px !important;
        line-height: 1.7 !important;
        -webkit-line-clamp: unset;
        line-clamp: unset;
        overflow: visible;
        display: block;
        text-align: start;
        text-align-last: start;
        word-spacing: normal;
        word-break: break-word;
        overflow-wrap: break-word;
    }
    
    [dir="rtl"] .philosophy-text,
    html[lang="ar"] .philosophy-text {
        text-align: start;
        text-align-last: start;
        direction: inherit;
    }
}

@media (max-width: 575.98px) {
    .philosophy-section {
        padding: 28px 0;
    }
    
    .philosophy-section .container {
        padding-left: 14px;
        padding-right: 14px;
    }
    
    .philosophy-header {
        margin-bottom: 22px;
    }
    
    .philosophy-main-title {
        font-size: 24px;
        margin-bottom: 8px;
    }
    
    .philosophy-subtitle {
        font-size: 13px;
        line-height: 1.6;
    }
    
    .philosophy-grid {
        gap: 16px;
    }
    
    .philosophy-card {
        padding: 20px 16px;
    }
    
    .card-number {
        font-size: 30px !important;
        top: 8px !important;
        right: 8px !important;
        opacity: 0.1 !important;
    }
    
    [dir="rtl"] .card-number,
    html[lang="ar"] .philosophy-section .card-number {
        right: auto !important;
        left: 8px !important;
    }
    
    .philosophy-card-title {
        font-size: 16px !important;
        margin-bottom: 8px !important;
        padding-right: 40px !important;
    }
    
    [dir="rtl"] .philosophy-card-title,
    html[lang="ar"] .philosophy-card-title {
        padding-right: 0 !important;
        padding-left: 40px !important;
    }
    
    .title-underline {
        width: 35px;
        margin-bottom: 10px;
    }
    
    .philosophy-text {
        font-size: 12px !important;
        line-height: 1.65 !important;
    }
}

@media (max-width: 399.98px) {
    .philosophy-section .container {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .philosophy-card {
        padding: 18px 14px;
    }
    
    .philosophy-main-title {
        font-size: 22px;
    }
    
    .philosophy-card-title {
        font-size: 15px !important;
    }
    
    .philosophy-text {
        font-size: 11px !important;
    }
}

/* ===================================
   SERVICES SECTION - ELEGANT HORIZONTAL DESIGN
=================================== */

.services-section {
    padding: 80px 0;
    background: #fffaf3;
    position: relative;
}

.services-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 80px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.services-header-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, #602234, transparent);
}

.services-header-content {
    text-align: center;
    flex-shrink: 0;
}

.services-badge {
    display: inline-block;
    padding: 6px 20px;
    border-left: 3px solid #602234;
    border-right: 3px solid #602234;
    background: transparent;
    color: #602234;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.services-title {
    font-size: 42px;
    font-weight: 300;
    color: #602234;
    letter-spacing: -1px;
    line-height: 1.2;
}

.services-list {
    max-width: 1200px;
    margin: 0 auto;
}

.service-item {
    margin-bottom: 40px;
}

.service-card {
    display: flex;
    background: #fffaf3;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid transparent;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(96, 34, 52, 0.12);
    border-color: rgba(96, 34, 52, 0.1);
}

.service-left {
    flex-direction: row;
}

.service-right {
    flex-direction: row-reverse;
}

.service-visual {
    position: relative;
    flex: 0 0 45%;
    overflow: hidden;
}

.service-number-large {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 120px;
    font-weight: 200;
    color: #602234;
    opacity: 0.06;
    line-height: 1;
    z-index: 1;
    pointer-events: none;
}

.service-right .service-number-large {
    left: auto;
    right: 30px;
}

.service-image-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 400px;
    overflow: hidden;
}

.service-img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
}

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

.service-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(96, 34, 52, 0.15) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.service-card:hover .service-img-overlay {
    opacity: 1;
}

.service-info {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 60px;
}

.service-info-inner {
    width: 100%;
}

.service-label {
    display: inline-block;
    padding: 4px 16px;
    border: 2px solid #602234;
    color: #602234;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.service-name {
    font-size: 32px;
    font-weight: 600;
    color: #602234;
    margin-bottom: 20px;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.service-text {
    font-size: 16px;
    line-height: 1.8;
    color: #602234;
    opacity: 0.85;
    margin-bottom: 30px;
}

.service-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: transparent;
    border: 2px solid #602234;
    color: #602234;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #602234;
    transition: left 0.4s ease;
    z-index: -1;
}

.service-btn:hover::before {
    left: 0;
}

.service-btn:hover {
    color: #fffaf3;
}

.service-btn i {
    transition: transform 0.3s ease;
}

.service-btn:hover i {
    transform: translateX(4px);
}

body.ar-lang .service-btn:hover i {
    transform: translateX(-4px);
}

/* Responsive */
@media (max-width: 991px) {
    .services-section {
        padding: 60px 0;
    }
    
    .services-header {
        gap: 30px;
        margin-bottom: 60px;
    }
    
    .services-title {
        font-size: 36px;
    }
    
    .service-item {
        margin-bottom: 30px;
    }
    
    .service-card {
        flex-direction: column !important;
    }
    
    .service-left,
    .service-right {
        flex-direction: column !important;
    }
    
    .service-visual {
        flex: 0 0 auto;
    }
    
    .service-image-container {
        min-height: 300px;
    }
    
    .service-info {
        padding: 40px;
    }
    
    .service-name {
        font-size: 28px;
    }
    
    .service-text {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .services-section {
        padding: 50px 0;
    }
    
    .services-header {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 50px;
    }
    
    .services-header-line {
        display: none;
    }
    
    .services-badge {
        padding: 5px 16px;
        font-size: 10px;
        letter-spacing: 2px;
    }
    
    .services-title {
        font-size: 28px;
    }
    
    .service-item {
        margin-bottom: 25px;
    }
    
    .service-number-large {
        font-size: 80px;
        top: 20px;
        left: 20px;
    }
    
    .service-right .service-number-large {
        right: 20px;
    }
    
    .service-image-container {
        min-height: 250px;
    }
    
    .service-info {
        padding: 30px 25px;
    }
    
    .service-label {
        padding: 3px 12px;
        font-size: 11px;
        margin-bottom: 15px;
    }
    
    .service-name {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .service-text {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 25px;
    }
    
    .service-btn {
        width: 100%;
        justify-content: center;
        padding: 12px 28px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .services-title {
        font-size: 24px;
    }
    
    .service-name {
        font-size: 22px;
    }
    
    .service-text {
        font-size: 13px;
    }
    
    .service-info {
        padding: 25px 20px;
    }
}
/* ============================================
   SERVICES SECTION - ELEGANT DESIGN
   ============================================ */

/* Section Container */
.services-section-elegant {
    padding: 40px 0 20px;
    background: linear-gradient(180deg, #fffaf3 0%, #fffaf3 100%);
    position: relative;
    overflow: hidden;
}

/* Section Header */
.services-header-elegant {
    text-align: center;
    margin-bottom: 20px;
}

.services-badge-elegant {
    display: inline-block;
    padding: 8px 24px;
    background: transparent;
    border: 1.5px solid #602234;
    color: #602234;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.services-title-elegant {
    font-size: 42px;
    font-weight: 700;
    color: #602234;
    line-height: 1.3;
    margin-bottom: 5px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.services-decorative-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
}

.line-dot {
    width: 8px;
    height: 8px;
    background: #602234;
    display: block;
}

/* Services Grid */
.services-grid-elegant {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

/* Service Card */
.service-card-elegant {
    background: #fffaf3;
    border: 1.5px solid rgba(96, 34, 52, 0.15);
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease;
    position: relative;
}

.service-card-elegant:hover {
    border-color: #602234;
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(96, 34, 52, 0.15);
}

/* Service Image */
.service-image-elegant {
    position: relative;
    max-width: 100%;
    height: 320px;
    overflow: hidden;
}

.service-image-elegant img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    display: block;
    filter: none !important;
    -webkit-filter: none !important;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

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

.service-image-overlay {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Service Badge Number */
.service-badge-number {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #602234;
    color: #fffaf3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    z-index: 2;
    border: 2px solid #fffaf3;
}

[dir="rtl"] .service-badge-number {
    right: auto;
    left: 20px;
}

/* Service Content */
.service-content-elegant {
    padding: 40px 35px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-title-elegant {
    font-size: 24px;
    font-weight: 700;
    color: #602234;
    line-height: 1.4;
    margin-bottom: 16px;
    min-height: 68px;
}

.service-description-elegant {
    font-size: 15px;
    line-height: 1.8;
    color: #602234;
    margin-bottom: 24px;
    flex: 1;
}

/* Service Features */
.service-features-elegant {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
}

.service-features-elegant li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #602234;
    margin-bottom: 12px;
    padding-left: 0;
}

[dir="rtl"] .service-features-elegant li {
    padding-left: 0;
    padding-right: 0;
}

.service-features-elegant li svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.service-features-elegant li:last-child {
    margin-bottom: 0;
}

/* Service Link */
.service-link-elegant {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #602234;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    padding-top: 20px;
    border-top: 1.5px solid rgba(96, 34, 52, 0.15);
    transition: all 0.3s ease;
    margin-top: auto;
}

.service-link-elegant:hover {
    gap: 15px;
    color: #602234;
}

.service-link-elegant svg {
    transition: transform 0.3s ease;
}

.service-link-elegant:hover svg {
    transform: translateX(5px);
}

body.ar-lang .service-link-elegant:hover svg {
    transform: translateX(-5px);
}

/* Services Footer */
.services-footer-elegant {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 0;
}

.view-all-services-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 40px;
    background: #602234;
    color: #fffaf3;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #602234;
    transition: all 0.3s ease;
}

.view-all-services-btn:hover {
    background: transparent;
    color: #602234;
    gap: 18px;
}

.view-all-services-btn svg {
    transition: transform 0.3s ease;
}

.view-all-services-btn:hover svg {
    transform: translateX(6px);
}

body.ar-lang .view-all-services-btn:hover svg {
    transform: translateX(-6px);
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

/* Tablets - 991px and below */
@media (max-width: 991px) {
    .services-section-elegant {
        padding: 80px 0;
    }
    
    .services-title-elegant {
        font-size: 36px;
    }
    
    .services-grid-elegant {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .service-image-elegant {
        height: 280px;
    }
    
    .service-content-elegant {
        padding: 35px 30px;
    }
    
    .service-title-elegant {
        font-size: 22px;
        min-height: auto;
    }
}

/* Mobile Landscape - 767px and below */
@media (max-width: 767px) {
    .services-section-elegant {
        padding: 60px 0;
    }
    
    .services-header-elegant {
        margin-bottom: 50px;
    }
    
    .services-title-elegant {
        font-size: 28px;
    }
    
    .services-grid-elegant {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 40px;
    }
    
    .service-image-elegant {
        height: 240px;
    }
    
    .service-content-elegant {
        padding: 30px 25px;
    }
    
    .service-title-elegant {
        font-size: 20px;
    }
    
    .service-description-elegant {
        font-size: 14px;
    }
    
    .service-features-elegant li {
        font-size: 13px;
    }
    
    .services-footer-elegant {
        padding-top: 30px;
    }
}

/* Mobile Portrait - 480px and below */
@media (max-width: 480px) {
    .services-section-elegant {
        padding: 50px 0;
    }
    
    .services-badge-elegant {
        font-size: 12px;
        padding: 6px 18px;
    }
    
    .services-title-elegant {
        font-size: 24px;
    }
    
    .service-image-elegant {
        height: 220px;
    }
    
    .service-badge-number {
        width: 45px;
        height: 45px;
        font-size: 16px;
        top: 15px;
        right: 15px;
    }
    
    [dir="rtl"] .service-badge-number {
        left: 15px;
    }
    
    .service-content-elegant {
        padding: 25px 20px;
    }
    
    .service-title-elegant {
        font-size: 18px;
        margin-bottom: 14px;
    }
    
    .service-description-elegant {
        font-size: 13px;
        margin-bottom: 20px;
    }
    
    .service-features-elegant {
        margin-bottom: 24px;
    }
    
    .service-features-elegant li {
        font-size: 12px;
        gap: 10px;
    }
    
    .service-link-elegant {
        font-size: 14px;
        padding-top: 18px;
    }
    
    .view-all-services-btn {
        padding: 14px 32px;
        font-size: 14px;
    }
}

/* ==========================
   ISO Certification Banner
   ========================== */
.iso-banner {
    background: #fffaf3;
    padding: 25px 0;
    margin-top: 0;
}

.iso-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: center;
    position: relative;
}

.iso-item {
    text-align: center;
    position: relative;
}

.iso-highlight {
    position: relative;
    padding: 15px 10px;
}

/* Add uniform vertical separators on middle item only for perfect alignment */
.iso-highlight::before,
.iso-highlight::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50px;
    background: #602234;
    opacity: 0.2;
    z-index: 1;
}

.iso-highlight::before {
    left: -10px;
}

.iso-highlight::after {
    right: -10px;
}

.iso-icon {
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
}

.iso-icon svg {
    width: 32px;
    height: 32px;
}

.iso-number {
    font-size: 20px;
    font-weight: 700;
    color: #602234;
    margin-bottom: 6px;
    line-height: 1.2;
}

.iso-label {
    font-size: 11px;
    color: #602234;
    opacity: 0.8;
    line-height: 1.4;
}

@media (max-width: 991px) {
    /* Keep ISO grid as 3 columns on mobile - same line */
    .iso-banner {
        padding: 20px 15px;
    }
    
    .iso-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
    
    .iso-highlight {
        padding: 12px 5px;
        margin: 0 auto;
    }
    
    .iso-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    /* Keep vertical separators on mobile */
    .iso-item:not(:last-child)::after {
        top: 50%;
        right: -4px;
        transform: translateY(-50%);
        width: 1px;
        height: 35px;
    }
    
    .iso-number {
        font-size: 14px;
    }
    
    .iso-label {
        font-size: 8px;
    }
    
    .iso-icon svg {
        width: 20px;
        height: 20px;
    }
}

/* ==========================
   Statistics Section
   ========================== */
.stats-section {
    background: #602234;
    color: #fffaf3;
    padding: 30px 0 25px;
    text-align: center;
}

.stats-section .section-badge {
    color: #fffaf3;
    border-color: #fffaf3;
    font-size: 0.7rem;
    padding: 0.3rem 0.8rem;
    margin-bottom: 8px;
}

.stats-section .section-title {
    color: #fffaf3;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.stat-item {
    padding: 10px 15px;
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #fffaf3;
    margin-bottom: 6px;
    line-height: 1;
}

.stat-label {
    font-size: 12px;
    color: #fffaf3;
    opacity: 0.9;
    line-height: 1.4;
}

@media (max-width: 991px) {
    /* Keep stats grid as 4 columns on mobile - same line */
    .stats-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }
    
    .stat-number {
        font-size: 24px;
    }
    
    .stat-label {
        font-size: 9px;
    }
}

@media (max-width: 480px) {
    /* Keep stats grid as 4 columns on small mobile */
    .stats-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 6px;
    }
    
    .stat-number {
        font-size: 20px;
    }
    
    .stat-label {
        font-size: 8px;
    }
}

/* ==========================
   Why Choose Us Section
   ========================== */
.why-section {
    padding: 100px 0;
    background: #fffaf3;
    text-align: center;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.why-card {
    padding: 40px 30px;
    background: #fffaf3;
    border: 2px solid #fffaf3;
    transition: all 0.3s ease;
}

.why-card:hover {
    border-color: #602234;
    transform: translateY(-5px);
}

.why-icon {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
}

.why-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #602234;
    margin-bottom: 16px;
    line-height: 1.3;
}

.why-card p {
    font-size: 15px;
    color: #602234;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 991px) {
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .why-grid {
        grid-template-columns: 1fr;
    }
    
    .why-card {
        padding: 30px 20px;
    }
}

/* ==========================
   Team Showcase Section
   ========================== */
.team-section {
    padding: 80px 0 60px;
    background: #fffaf3;
}

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

.team-text {
    padding: 40px 0;
}

.team-text .section-badge {
    margin-bottom: 20px;
}

.team-text h2 {
    font-size: 42px;
    font-weight: 700;
    color: #602234;
    line-height: 1.3;
    margin-bottom: 24px;
}

.team-text p {
    font-size: 18px;
    color: #602234;
    line-height: 1.7;
    margin-bottom: 32px;
}

.team-image {
    position: relative;
    overflow: hidden;
}

.team-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.team-image::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: -20px;
    bottom: -20px;
    border: 2px solid #602234;
    pointer-events: none;
    z-index: 1;
}

@media (max-width: 991px) {
    .team-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .team-text h2 {
        font-size: 32px;
    }
    
    .team-image img {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .team-text h2 {
        font-size: 28px;
    }
    
    .team-image img {
        height: 350px;
    }
    
    .team-image::before {
        top: 10px;
        left: 10px;
        right: -10px;
        bottom: -10px;
    }
}

/* ==========================
   Final CTA Section
   ========================== */
.final-cta-section {
    background: #fffaf3;
    padding: 60px 0 40px;
    text-align: center;
}

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

.cta-content .section-badge {
    margin-bottom: 20px;
}

.cta-content h2 {
    font-size: 48px;
    font-weight: 700;
    color: #602234;
    line-height: 1.3;
    margin-bottom: 24px;
}

.cta-content p {
    font-size: 18px;
    color: #602234;
    line-height: 1.7;
    margin-bottom: 40px;
}

.cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.btn-large {
    padding: 18px 40px;
    font-size: 16px;
}

.btn-secondary {
    background: transparent;
    color: #602234;
    border: 2px solid #602234;
    padding: 16px 38px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: #602234;
    color: #fffaf3;
}

.cta-or {
    font-size: 16px;
    color: #602234;
    font-weight: 500;
}

@media (max-width: 991px) {
    .cta-content h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .cta-content h2 {
        font-size: 28px;
    }
    
    .cta-content p {
        font-size: 16px;
    }
    
    .cta-actions {
        flex-direction: column;
        gap: 20px;
    }
    
    .btn-large,
    .btn-secondary {
        width: 100%;
        justify-content: center;
    }
    
    .cta-or {
        display: none;
    }
}

/* ============================================
   ABOUT PAGE STYLES
   ============================================ */

/* Page Hero */
.page-hero {
    height: 60vh;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    display: flex;
    align-items: center;
    position: relative;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.page-hero .hero-content {
    text-align: center;
    color: white;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.page-hero .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    color: #FFFFFF !important;
}

.page-hero .hero-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 3rem;
    opacity: 1;
    color: #FFFFFF !important;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), 0 0 15px rgba(0, 0, 0, 0.6);
    visibility: visible !important;
    display: block !important;
}

.page-hero .hero-content {
    position: relative;
    z-index: 3;
}

.page-hero .hero-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.page-hero .stat-item {
    text-align: center;
}

.page-hero .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.page-hero .stat-label {
    font-size: 1rem;
    opacity: 0.9;
}

/* Success Stories: share bar (below hero) */
.success-stories-share-bar {
    background: linear-gradient(135deg, rgba(96, 34, 52, 0.08) 0%, rgba(96, 34, 52, 0.04) 100%);
    border-bottom: 1px solid rgba(96, 34, 52, 0.12);
    padding: 1rem 0;
}

.share-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.share-bar-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: #602234;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.share-bar-text i {
    font-size: 1.25rem;
    color: #602234;
}

.share-bar-btn {
    white-space: nowrap;
}

/* Success Stories: floating Share Your Story button */
.success-stories-fab {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 999;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: #602234;
    color: #fff !important;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(96, 34, 52, 0.4);
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.2s ease;
}

.success-stories-fab.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.success-stories-fab:hover {
    color: #fff !important;
    box-shadow: 0 6px 24px rgba(96, 34, 52, 0.5);
}

[dir="rtl"] .success-stories-fab {
    right: auto;
    left: 1.5rem;
}

.success-stories-fab i {
    font-size: 1.2rem;
}

@media (max-width: 480px) {
    .success-stories-fab .success-stories-fab-label {
        display: none;
    }
    .success-stories-fab {
        padding: 0.85rem 1rem;
        border-radius: 50%;
    }
}

/* Blog feed info strip (below hero) */
.blog-feed-info {
    background: linear-gradient(135deg, rgba(96, 34, 52, 0.06) 0%, rgba(96, 34, 52, 0.02) 100%);
    border-top: 1px solid rgba(96, 34, 52, 0.08);
    border-bottom: 1px solid rgba(96, 34, 52, 0.08);
    padding: 1rem 0;
}

.blog-feed-info-inner {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    max-width: 720px;
    margin: 0 auto;
}

.blog-feed-info-icon {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(96, 34, 52, 0.12);
    color: #602234;
    border-radius: 50%;
    font-size: 1rem;
}

.blog-feed-info-text {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: #4a1a29;
    opacity: 0.92;
}

/* Contact Page Map Hero */
.contact-hero-map {
    position: relative;
    overflow: hidden;
}

/* Prevent hero from creating its own scrollbar */
.contact-hero-map .hero-bg-container {
    overflow: hidden;
}

.contact-hero-map .hero-bg-container .map-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    filter: none !important;
    -webkit-filter: none !important;
}

.contact-hero-map .hero-bg-container .map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(30%) brightness(0.7);
    transition: filter 0.3s ease;
}

.contact-hero-map:hover .hero-bg-container .map-container iframe {
    filter: grayscale(20%) brightness(0.75);
}

/* Ensure hero sections on About, Services, and Contact use same text styling as home */
.hero-premium .hero-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-premium .hero-content .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.hero-premium .hero-content .row {
    justify-content: center !important;
    text-align: center !important;
    margin: 0 auto;
}

.hero-premium .hero-content .col-lg-9 {
    text-align: center !important;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-premium .hero-main-title {
    font-size: 4.5rem;
    font-weight: 400;
    color: #FFFFFF !important;
    text-align: center !important;
    margin: 0 auto 20px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), 0 0 15px rgba(0, 0, 0, 0.6);
    line-height: 1.2;
}

.hero-premium .hero-subtitle {
    font-size: 20px;
    line-height: 1.8;
    color: #FFFFFF !important;
    text-align: center !important;
    margin: 0 auto 45px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), 0 0 15px rgba(0, 0, 0, 0.6);
}

/* Contact Form Button Size */
#submitBtn {
    padding: 0.5rem 1.75rem !important;
    font-size: 0.95rem !important;
    height: auto !important;
    line-height: 1.4 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    color: #fffaf3 !important;
}

#submitBtn,
#submitBtn *,
#submitBtn::before,
#submitBtn::after {
    color: #fffaf3 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#submitBtn .btn-text {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    color: #fffaf3 !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: inherit !important;
}

/* Force all text content inside btn-text to be visible */
#submitBtn .btn-text,
#submitBtn .btn-text::before,
#submitBtn .btn-text::after {
    color: #fffaf3 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#submitBtn .btn-text *,
#submitBtn .btn-text *::before,
#submitBtn .btn-text *::after {
    color: #fffaf3 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#submitBtn .btn-text i {
    font-size: 1rem !important;
    line-height: 1 !important;
    color: #fffaf3 !important;
    opacity: 1 !important;
    visibility: visible !important;
}


/* Checkbox Styling - Burgundy Theme */
.form-check-input {
    border-color: rgba(96, 34, 52, 0.5) !important;
    width: 1.25em !important;
    height: 1.25em !important;
    margin-top: 0.25em !important;
}

.form-check-input:checked {
    background-color: #602234 !important;
    border-color: #602234 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fffaf3' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
}

.form-check-input:focus {
    border-color: #602234 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(96, 34, 52, 0.25) !important;
}

.form-check-input:hover:not(:disabled) {
    border-color: #602234 !important;
    cursor: pointer;
}

/* Content Box */
.content-box {
    padding: 2rem 0;
}

.content-box p,
.content-box .lead-text {
    text-align: justify;
}

.lead-text {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.highlight-box {
    background: #fffaf3;
    padding: 2rem;
    border-radius: 0;
    border-left: 4px solid #602234;
    display: flex;
    gap: 1.5rem;
    margin-top: 2rem;
}

.highlight-box i {
    font-size: 2.5rem;
    color: #602234;
    flex-shrink: 0;
}

.highlight-box h4 {
    color: #602234;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.highlight-box p {
    margin: 0;
    color: #602234;
    line-height: 1.6;
}

/* Image Wrapper */
.image-wrapper {
    position: relative;
    overflow: hidden;
}

.image-wrapper img {
    transition: transform 0.6s ease;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    filter: none !important;
    -webkit-filter: none !important;
}

.image-wrapper:hover img {
    transform: scale(1.05);
}

/* Ensure all images are sharp, clear, and responsive */
img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    max-width: 100%;
    height: auto;
    filter: none !important;
    -webkit-filter: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: block;
    box-sizing: border-box;
}

/* Prevent image overflow - Global rules */
img,
.image-wrapper img,
.service-image img,
.service-img,
.service-image-elegant img,
.blog-card-image img,
.hero-bg-container img,
.page-hero,
.image-wrapper,
.service-image,
.service-image-container {
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

/* Bootstrap img-fluid class support */
.img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Specific overrides for background images */
.page-hero,
.hero-bg-image {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Responsive image containers */
.image-wrapper {
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.image-wrapper img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* Bootstrap img-fluid class support */
.img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Service images - ensure clarity and responsiveness */
.service-image img,
.service-img,
.service-image-elegant img,
.service-image img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    filter: none !important;
    -webkit-filter: none !important;
    object-fit: cover;
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: block;
}

/* Service image containers - responsive */
.service-image,
.service-image-container,
.service-image-elegant {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

/* Hero background images - responsive */
.hero-bg-container,
.hero-bg-image {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.hero-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

/* Page hero backgrounds - responsive */
.page-hero {
    max-width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Blog card images - responsive */
.blog-card-image {
    max-width: 100%;
    overflow: hidden;
}

.blog-card-image img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

/* Mission/Vision images - responsive */
.mission-vision-image {
    max-width: 100%;
    overflow: hidden;
}

.mission-vision-image img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* ISO certificate display - responsive */
.iso-certificate-display {
    max-width: 100%;
    overflow: hidden;
}

.iso-certificate-display img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Values image - responsive */
.values-image-wrapper {
    max-width: 100%;
    overflow: hidden;
}

.values-image-wrapper img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Hero images - reduce overlay for clarity */
/* Philosophy Cards */
.philosophy-card {
    background: white;
    padding: 2.5rem 2rem;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(96, 34, 52, 0.15);
}

.philosophy-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: #602234;
}

.philosophy-card .icon-box {
    width: 80px;
    height: 80px;
    background: #fffaf3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    border-radius: 0;
}

.philosophy-card .icon-box i {
    font-size: 2.5rem;
    color: #602234;
}

.philosophy-card h3 {
    color: #602234;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.philosophy-card p {
    color: #602234;
    line-height: 1.7;
}

/* Value Cards */
.value-card {
    text-align: center;
    padding: 2rem 1.5rem;
    background: #f8f9fa;
    height: 100%;
    transition: all 0.3s ease;
}

.value-card:hover {
    background: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.value-card .value-icon {
    width: 70px;
    height: 70px;
    background: #602234;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    font-size: 2rem;
}

.value-card h4 {
    color: #602234;
    margin-bottom: 1rem;
    font-weight: 600;
}

.value-card p {
    color: #602234;
    font-size: 0.95rem;
}

/* ISO Certification */
.certification-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.certification-list li {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    color: white;
}

.certification-list i {
    color: #fffaf3;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.certified-services {
    margin-top: 2.5rem;
}

.certified-services h4 {
    color: #fffaf3;
    margin-bottom: 1rem;
}

.services-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.badge-light {
    background: rgba(255, 247, 231, 0.2);
    color: white;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    border: 1px solid rgba(255, 247, 231, 0.3);
    transition: all 0.3s ease;
}

.badge-light:hover {
    background: rgba(255, 247, 231, 0.3);
}

.iso-certificate-display {
    text-align: center;
    padding: 3rem;
}

.iso-certificate-display .certificate-icon {
    font-size: 8rem;
    color: #fffaf3;
    margin-bottom: 1.5rem;
    animation: pulse 2s infinite;
}

.certificate-badge {
    background: rgba(255, 247, 231, 0.1);
    padding: 2rem;
    border: 2px solid rgba(255, 247, 231, 0.3);
    display: inline-block;
}

.certificate-badge .badge-text {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
}

.certificate-badge .badge-subtext {
    font-size: 1.2rem;
    color: #fffaf3;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

/* Mission & Vision Cards */
.mission-vision-card {
    background: white;
    padding: 3rem 2.5rem;
    height: 100%;
    border: 1px solid rgba(96, 34, 52, 0.15);
    transition: all 0.3s ease;
}

.mission-vision-card:hover {
    border-color: #602234;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.mission-vision-card .icon-large {
    width: 90px;
    height: 90px;
    background: #fffaf3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    border-radius: 0;
}

.mission-vision-card .icon-large i {
    font-size: 3rem;
    color: #602234;
}

.mission-vision-card h3 {
    color: #602234;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    font-weight: 600;
}

.mission-vision-card p {
    color: #602234;
    line-height: 1.8;
    font-size: 1.05rem;
}

/* Timeline */
.timeline {
    position: relative;
    padding: 2rem 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #602234;
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    position: relative;
}

.timeline-item:nth-child(odd) {
    flex-direction: row-reverse;
    text-align: left;
}

.timeline-item:nth-child(even) {
    text-align: right;
}

.timeline-year {
    flex: 0 0 45%;
    font-size: 2rem;
    font-weight: 700;
    color: #602234;
}

.timeline-content {
    flex: 0 0 45%;
    background: white;
    padding: 2rem;
    border: 2px solid #602234;
    position: relative;
}

.timeline-content h4 {
    color: #602234;
    margin-bottom: 1rem;
    font-weight: 600;
}

.timeline-content p {
    color: #602234;
    margin: 0;
}

/* Differentiator Cards */
.differentiator-card {
    background: white;
    padding: 2rem;
    border: 1px solid rgba(96, 34, 52, 0.15);
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 6rem;
}

.differentiator-card:hover {
    border-color: #602234;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.differentiator-card .number {
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    font-weight: 700;
    color: #fffaf3;
    background: #602234;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.differentiator-card h4 {
    color: #602234;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.differentiator-card p {
    color: #602234;
    margin: 0;
    font-size: 0.95rem;
}

/* Clientele Cards */
.clientele-card {
    background: white;
    padding: 2.5rem 2rem;
    text-align: center;
    height: 100%;
    border: 1px solid rgba(96, 34, 52, 0.15);
    transition: all 0.3s ease;
}

.clientele-card:hover {
    border-color: #602234;
    background: #602234;
    color: white;
}

.clientele-card i {
    font-size: 3rem;
    color: #602234;
    margin-bottom: 1.5rem;
    transition: color 0.3s ease;
}

.clientele-card:hover i {
    color: #fffaf3;
}

.clientele-card h4 {
    color: #602234;
    font-weight: 600;
    transition: color 0.3s ease;
}

.clientele-card:hover h4 {
    color: white;
}

/* CTA Section */
.cta-section {
    padding: 5rem 0;
}

.cta-section h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.cta-section .btn-light {
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    background-color: #fffaf3 !important;
    border-color: #fffaf3 !important;
    color: #602234 !important;
}

.cta-section .btn-light:hover {
    background-color: #f5ead0 !important;
    border-color: #f5ead0 !important;
    color: #602234 !important;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .page-hero {
        height: 50vh;
        min-height: 400px;
    }

    .page-hero .hero-title {
        font-size: 2.5rem;
    }

    .page-hero .hero-subtitle {
        font-size: 1.2rem;
    }

    .page-hero .stat-number {
        font-size: 2rem;
    }

    .timeline::before {
        left: 30px;
    }

    .timeline-item {
        flex-direction: row !important;
        text-align: left !important;
        padding-left: 80px;
    }

    .timeline-year {
        position: absolute;
        left: 0;
        flex: 0 0 60px;
        font-size: 1.5rem;
    }

    .timeline-content {
        flex: 1;
    }

    .differentiator-card {
        padding-left: 2rem;
        padding-top: 5rem;
    }

    .differentiator-card .number {
        left: 50%;
        top: 2rem;
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .page-hero .hero-title {
        font-size: 2rem;
    }

    .page-hero .hero-subtitle {
        font-size: 1rem;
    }

    .page-hero .hero-stats {
        gap: 2rem;
    }

    .page-hero .stat-number {
        font-size: 1.8rem;
    }

    .highlight-box {
        flex-direction: column;
        text-align: center;
    }

    .iso-certificate-display .certificate-icon {
        font-size: 5rem;
    }

    .certificate-badge .badge-text {
        font-size: 1.5rem;
    }

    .cta-section h2 {
        font-size: 1.8rem;
    }

    .cta-section .lead-text {
        font-size: 1rem;
    }
}

/* ============================================
   SERVICES PAGE STYLES
   ============================================ */

/* Service Stats */
.service-stats {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.stat-box {
    text-align: center;
}

.stat-box .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #602234;
    margin-bottom: 0.5rem;
}

.stat-box .stat-label {
    font-size: 0.95rem;
    color: #602234;
}

/* Service Detail Section */
.service-detail-section {
    padding: 1.5rem 0;
}

.service-detail-section:first-of-type {
    padding-top: 2rem;
}

.service-detail-section:last-of-type {
    padding-bottom: 2rem;
}

.service-image {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 1rem;
}

.service-image img {
    max-width: 100%;
    height: auto;
    transition: transform 0.6s ease;
    display: block;
    object-fit: cover;
}

.service-image:hover img {
    transform: scale(1.05);
}

.service-badge {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 80px;
    height: 80px;
    background: #602234;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 700;
    border-radius: 0;
}

.service-icon {
    width: 65px;
    height: 65px;
    background: #fffaf3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    border-radius: 0;
    flex-shrink: 0;
}

.service-icon i {
    font-size: 2rem;
    color: #602234;
}

.service-title {
    font-size: 1.9rem;
    color: #602234;
    margin-bottom: 0.75rem;
    font-weight: 600;
    line-height: 1.2;
}

/* Divider styling */
.service-detail-section .divider {
    width: 60px;
    height: 2px;
    background: #602234;
    margin: 0.75rem 0 1rem;
}

/* Service Header Mobile Wrapper */
.service-header-mobile {
    display: block;
    margin-bottom: 0.5rem;
}

/* Mobile: Icon and Title on same line */
@media (max-width: 767.98px) {
    .service-header-mobile {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 0.5rem;
    }
    
    .service-header-mobile .service-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 0;
        flex-shrink: 0;
    }
    
    .service-header-mobile .service-icon i {
        font-size: 1.2rem;
    }
    
    .service-header-mobile .service-title {
        font-size: 1.3rem;
        margin-bottom: 0;
        line-height: 1.3;
        flex: 1;
    }
    
    /* Remove all white space - minimal spacing on mobile */
    .service-detail-section {
        padding: 0.5rem 0 !important;
    }
    
    .service-detail-section:first-of-type {
        padding-top: 0.75rem !important;
    }
    
    .service-detail-section:last-of-type {
        padding-bottom: 0.75rem !important;
    }
    
    .service-detail-section .row {
        margin-bottom: 0;
        align-items: flex-start;
    }
    
    .service-image {
        margin-bottom: 0.4rem !important;
    }
    
    .service-detail-section .divider {
        margin: 0.3rem 0 0.4rem !important;
        height: 1.5px;
        width: 50px;
    }
    
    .lead-text {
        margin-bottom: 0.5rem !important;
        font-size: 0.95rem;
        line-height: 1.6;
    }
    
    .service-features-list {
        margin: 0.75rem 0 !important;
    }
    
    .service-features-list li {
        margin-bottom: 0.5rem !important;
        gap: 0.5rem;
    }
    
    .service-features-list i {
        font-size: 1rem;
    }
    
    .service-features-list span {
        font-size: 0.9rem;
    }
    
    .service-detail-section .btn {
        margin-top: 0.5rem !important;
        padding: 0.5rem 1.5rem;
        font-size: 0.9rem;
    }
    
    /* Reduce spacing in service sections */
    .service-detail-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Reduce spacing in services intro section */
    .services-intro-section {
        padding: 2rem 0 1rem !important;
    }
    
    .services-intro-wrapper {
        margin-bottom: 0;
    }
    
    .services-intro-title {
        margin-bottom: 1rem !important;
    }
    
    .services-intro-divider {
        margin-bottom: 1rem !important;
    }
    
    .services-intro-lead {
        margin-bottom: 1rem !important;
    }
    
    .services-stats-enhanced {
        margin-top: 1rem !important;
    }
    
    /* Reduce spacing in other sections */
    .section {
        padding: 1.5rem 0 !important;
    }
    
    .section-title {
        margin-bottom: 1rem !important;
    }
}

.service-features-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.service-features-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.service-features-list i {
    color: #602234;
    font-size: 1.25rem;
    flex-shrink: 0;
    line-height: 1;
}

.service-features-list span {
    color: #602234;
    line-height: 1.7;
    flex: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Process Steps */
.process-step {
    text-align: center;
    padding: 1.4rem 1.1rem;
    height: 100%;
}

.process-step .step-number {
    width: 56px;
    height: 56px;
    background: #602234;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 auto 1rem;
}

.process-step h4 {
    color: #602234;
    margin-bottom: 0.6rem;
    font-weight: 600;
    font-size: 1rem;
}

.process-step p {
    color: #602234;
    font-size: 0.88rem;
    line-height: 1.5;
}

/* Decorative corners for service cards (match philosophy-card style) */
.process-step::before,
.process-step::after,
.why-choose-card::before,
.why-choose-card::after {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    border: 2px solid #602234;
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Remove decorative corners from feature-card */
.feature-card::before,
.feature-card::after {
    content: none !important;
    display: none !important;
}

.feature-card,
.process-step,
.why-choose-card {
    position: relative;
    overflow: hidden;
}

/* Top-left corner */
.process-step::before,
.why-choose-card::before {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

/* Bottom-right corner */
.process-step::after,
.why-choose-card::after {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}

/* Enlarge corners on hover, similar to philosophy cards */
.process-step:hover::before,
.process-step:hover::after,
.why-choose-card:hover::before,
.why-choose-card:hover::after {
    width: 40px;
    height: 40px;
}

/* Background Colors */
.bg-burgundy {
    background-color: #602234 !important;
}

.bg-cream {
    background-color: #fffaf3 !important;
}

.bg-white {
    background-color: #fffaf3 !important;
}

/* Divider Light (for dark backgrounds) */
.divider-light {
    background: rgba(255, 255, 255, 0.5) !important;
}

.divider-light.mx-auto {
    background: rgba(255, 255, 255, 0.5) !important;
}

/* Why Choose Cards */
.why-choose-card {
    text-align: center;
    padding: 0.7rem 0.6rem;
    max-width: 240px;
    margin: 0 auto;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.why-choose-card .icon-circle {
    width: 40px;
    height: 40px;
    background: rgba(255, 247, 231, 0.2);
    border: 1.5px solid rgba(255, 247, 231, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.5rem;
    transition: all 0.3s ease;
}

.why-choose-card:hover .icon-circle {
    background: rgba(255, 247, 231, 0.3);
    transform: scale(1.05);
}

.why-choose-card .icon-circle i {
    font-size: 1.2rem;
    color: #fffaf3;
}

.why-choose-card h4 {
    color: #fffaf3 !important;
    margin-bottom: 0.3rem;
    font-weight: 600;
    font-size: 0.8rem;
}

.why-choose-card p {
    color: rgba(255, 250, 243, 0.9) !important;
    font-size: 0.7rem;
    line-height: 1.3;
    margin: 0;
}

/* Navbar Logo - Base Size for Desktop */
.navbar-brand img,
.navbar-logo {
    height: 50px !important;
    width: auto !important;
    max-height: 50px !important;
    max-width: 200px !important;
    object-fit: contain !important;
}

/* Ensure section is visible */
.section.bg-burgundy {
    background-color: #602234 !important;
    padding: 1rem 0;
    display: block !important;
    visibility: visible !important;
    color: #fffaf3 !important;
}

.section.bg-burgundy .section-title {
    color: #fffaf3 !important;
    visibility: visible !important;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.section.bg-burgundy .text-white {
    color: #fffaf3 !important;
    visibility: visible !important;
}

.section.bg-burgundy .divider-light {
    background: rgba(255, 255, 255, 0.5) !important;
    height: 1.5px;
    width: 40px;
    margin: 0.4rem auto 0.75rem;
}

.section.bg-burgundy .mb-5 {
    margin-bottom: 0.75rem !important;
}

/* Mobile styles for Why Choose section - All cards on one line */
@media (max-width: 767.98px) {
    .section.bg-burgundy {
        padding: 0.75rem 0 !important;
    }
    
    .section.bg-burgundy .section-title {
        font-size: 1.1rem !important;
        margin-bottom: 0.4rem !important;
    }
    
    .section.bg-burgundy .divider-light {
        margin: 0.3rem auto 0.5rem !important;
        width: 35px;
        height: 1px;
    }
    
    .section.bg-burgundy .mb-5 {
        margin-bottom: 0.5rem !important;
    }
    
    /* Make all 4 cards display on one line */
    .section.bg-burgundy .row {
        margin: 0;
        display: flex;
        flex-wrap: nowrap !important;
        gap: 0.25rem;
    }
    
    .section.bg-burgundy .col-lg-3,
    .section.bg-burgundy .col-md-6,
    .section.bg-burgundy .col-3 {
        flex: 0 0 calc(25% - 0.2rem);
        max-width: calc(25% - 0.2rem);
        padding: 0.1rem;
        margin: 0;
    }
    
    .why-choose-card {
        padding: 0.5rem 0.4rem !important;
        margin-bottom: 0 !important;
        max-width: 100%;
    }
    
    .why-choose-card .icon-circle {
        width: 32px;
        height: 32px;
        margin-bottom: 0.4rem;
    }
    
    .why-choose-card .icon-circle i {
        font-size: 1rem;
    }
    
    .why-choose-card h4 {
        font-size: 0.75rem;
        margin-bottom: 0.25rem;
        line-height: 1.2;
    }
    
    .why-choose-card p {
        font-size: 0.65rem;
        line-height: 1.2;
    }
}

/* ============================================
   SERVICE DETAIL PAGE HEADER - REDESIGNED
   ============================================ */
.service-detail-header {
    background: linear-gradient(135deg, #fffaf3 0%, #fffaf3 50%, #fffaf3 100%);
    padding: 2rem 0 3rem;
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid rgba(96, 34, 52, 0.1);
}

.service-detail-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 10% 30%, rgba(96, 34, 52, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 70%, rgba(96, 34, 52, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.service-detail-nav {
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.back-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.5rem;
    background: #fffaf3;
    border: 2px solid rgba(96, 34, 52, 0.2);
    color: #602234;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(96, 34, 52, 0.1);
    position: relative;
    overflow: hidden;
}

/* Sticky Back Button */
.back-button-sticky {
    position: fixed;
    top: 120px;
    left: 20px;
    z-index: 1000;
    display: none;
    animation: slideInLeft 0.3s ease;
    box-shadow: 0 4px 15px rgba(96, 34, 52, 0.25);
}

.back-button-sticky.show {
    display: inline-flex;
}

/* RTL Support for Sticky Button */
[dir="rtl"] .back-button-sticky {
    left: auto;
    right: 20px;
    animation: slideInRight 0.3s ease;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 991.98px) {
    .back-button-sticky {
        top: 100px;
        left: 15px;
        padding: 0.6rem 1.25rem;
        font-size: 0.85rem;
    }
    
    [dir="rtl"] .back-button-sticky {
        left: auto;
        right: 15px;
    }
    
    .back-button-sticky span {
        display: none;
    }
    
    .back-button-sticky i {
        margin: 0;
    }
}

@media (max-width: 767.98px) {
    .back-button-sticky {
        top: 90px;
        left: 10px;
        padding: 0.5rem 1rem;
    }
    
    [dir="rtl"] .back-button-sticky {
        left: auto;
        right: 10px;
    }
}

.back-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(96, 34, 52, 0.1), transparent);
    transition: left 0.5s ease;
}

.back-button:hover::before {
    left: 100%;
}

.back-button:hover {
    background: #602234;
    color: #fffaf3;
    border-color: #602234;
    transform: translateX(-5px);
    box-shadow: 0 4px 15px rgba(96, 34, 52, 0.25);
}

[dir="rtl"] .back-button:hover,
html[lang="ar"] .back-button:hover {
    transform: translateX(5px);
}

.back-button i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.back-button:hover i {
    transform: scale(1.2);
}

.service-detail-title-section {
    text-align: center;
    position: relative;
    z-index: 1;
}

.service-badge-header {
    display: inline-block;
    padding: 12px 28px;
    background: linear-gradient(135deg, #602234, #4a1a29);
    color: #fffaf3;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    border: 2px solid rgba(255, 247, 231, 0.3);
    box-shadow: 0 4px 15px rgba(96, 34, 52, 0.2);
    position: relative;
    overflow: hidden;
}

.service-badge-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

.service-detail-title {
    font-size: 3.5rem;
    font-weight: 300;
    color: #602234;
    margin-bottom: 1rem;
    line-height: 1.2;
    letter-spacing: -1px;
}

.service-detail-subtitle {
    font-size: 1.4rem;
    color: #602234;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto 2rem;
    font-weight: 400;
}

.service-meta-badges {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.meta-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.2rem;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(96, 34, 52, 0.15);
    color: #602234;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(96, 34, 52, 0.08);
}

.meta-badge:hover {
    background: #602234;
    color: #fffaf3;
    border-color: #602234;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(96, 34, 52, 0.2);
}

.meta-badge i {
    font-size: 1rem;
}

/* Responsive Design for Service Detail Header */
@media (max-width: 991.98px) {
    .service-detail-title {
        font-size: 2.8rem;
    }
    
    .service-detail-subtitle {
        font-size: 1.2rem;
    }
    
    .service-meta-badges {
        gap: 1rem;
    }
}

@media (max-width: 767.98px) {
    .service-detail-header {
        padding: 1.5rem 0 2rem;
    }
    
    .service-detail-header .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    
    .service-detail-nav {
        margin-bottom: 1.25rem;
    }
    
    .back-button {
        padding: 0.6rem 1.2rem;
        font-size: 0.85rem;
    }
    
    .service-badge-header {
        padding: 10px 20px;
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }
    
    [dir="rtl"] .service-badge-header,
    html[lang="ar"] .service-badge-header {
        letter-spacing: 0;
    }
    
    .service-detail-title {
        font-size: 2rem;
    }
    
    .service-detail-subtitle {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
        padding: 0 8px;
    }
    
    .service-meta-badges {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
    }
    
    .meta-badge {
        font-size: 0.75rem;
        padding: 0.45rem 0.8rem;
        white-space: nowrap;
        flex: 0 0 auto;
    }
    
    .meta-badge i {
        font-size: 0.8rem;
    }
}

/* Service Detail - Small Mobile */
@media (max-width: 575.98px) {
    .service-detail-header {
        padding: 1.25rem 0 1.75rem;
    }
    
    .service-detail-header .container {
        padding-left: 14px;
        padding-right: 14px;
    }
    
    .service-detail-title {
        font-size: 1.6rem;
    }
    
    .service-detail-subtitle {
        font-size: 1rem;
        margin-bottom: 1.25rem;
    }
    
    .service-meta-badges {
        gap: 0.4rem;
    }
    
    .meta-badge {
        font-size: 0.7rem;
        padding: 0.4rem 0.65rem;
    }
    
    /* Service detail page sections (after .service-detail-header) */
    .service-detail-header ~ .section .container {
        padding-left: 14px;
        padding-right: 14px;
    }
    
    .service-stats {
        flex-direction: column;
        gap: 1rem;
        margin-top: 1.5rem;
    }
    
    .stat-box {
        flex: 1 1 100%;
        padding: 1rem;
        border: 1px solid rgba(96, 34, 52, 0.1);
        border-radius: 4px;
    }
    
    .stat-box h3 {
        font-size: 1.75rem;
    }
    
    .stat-box p {
        font-size: 0.8rem;
    }
    
    /* Feature cards - single column on service detail */
    .service-detail-header ~ .section .row .col-md-6.col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }
    
    .service-detail-header ~ .section .feature-card {
        padding: 1.25rem 1rem;
    }
    
    .service-detail-header ~ .section .feature-card h3 {
        font-size: 1rem;
    }
    
    .service-detail-header ~ .section .feature-card p {
        font-size: 0.875rem;
        line-height: 1.6;
    }
    
    .service-detail-header ~ .section .feature-card .feature-icon {
        width: 48px;
        height: 48px;
    }
    
    .service-detail-header ~ .section .feature-card .feature-icon-img {
        width: 48px;
        height: 48px;
    }
    
    /* Process steps - single column */
    .service-detail-header ~ .section .row .col-md-6.col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }
    
    .service-detail-header ~ .section .process-step {
        padding: 1.25rem 1rem;
        text-align: start;
    }
    
    [dir="rtl"] .service-detail-header ~ .section .process-step,
    html[lang="ar"] .service-detail-header ~ .section .process-step {
        text-align: start;
    }
    
    .service-detail-header ~ .section .process-step .step-number {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .service-detail-header ~ .section .process-step h4 {
        font-size: 1rem;
    }
    
    .service-detail-header ~ .section .process-step p {
        font-size: 0.85rem;
    }
    
    /* Benefits - stack image first */
    .service-detail-header ~ .section .row.align-items-center {
        flex-direction: column;
    }
    
    .service-detail-header ~ .section .row .col-lg-6.mb-4.mb-lg-0 {
        order: 0;
        margin-bottom: 1.5rem;
    }
    
    .service-detail-header ~ .section .row .col-lg-6:not(.mb-4) {
        order: 1;
    }
    
    .benefit-item {
        flex-direction: row;
        gap: 1rem;
        padding: 0.75rem 0;
        align-items: flex-start;
    }
    
    .benefit-item i {
        flex-shrink: 0;
        font-size: 1.25rem;
    }
    
    .benefit-item h4 {
        font-size: 1rem;
    }
    
    .benefit-item p {
        font-size: 0.875rem;
    }
    
    /* FAQ */
    .faq-question {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
        text-align: start;
    }
    
    [dir="rtl"] .faq-question,
    html[lang="ar"] .faq-question {
        text-align: start;
    }
    
    /* CTA section */
    .cta-section .btn {
        width: 100%;
        justify-content: center;
    }
    
    /* Service image - prevent overflow */
    .service-image-wrapper {
        margin-bottom: 1.5rem;
        max-width: 100%;
        overflow: hidden;
    }
    
    .service-detail-img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 399.98px) {
    .service-detail-header .container {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .service-detail-title {
        font-size: 1.4rem;
    }
    
    .service-detail-subtitle {
        font-size: 0.95rem;
    }
    
    .meta-badge {
        font-size: 0.65rem;
        padding: 0.35rem 0.55rem;
    }
    
    .service-detail-header ~ .section .container {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Service Section Anchor Offset */
section[id^="service-"] {
    scroll-margin-top: 120px; /* Offset for fixed navbar */
}

/* ============================================
   ABOUT PAGE ENHANCED STYLES
   ============================================ */

/* Section Badge */
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    background: rgba(96, 34, 52, 0.1);
    border: 1px solid rgba(96, 34, 52, 0.2);
    color: #602234;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.section-badge i {
    font-size: 1rem;
}

/* About Image Wrapper */
.about-image-wrapper {
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(96, 34, 52, 0.15);
    border: 3px solid rgba(96, 34, 52, 0.1);
}

.about-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.about-image-wrapper:hover img {
    transform: scale(1.03);
}

/* Our Story Card */
.about-story-section {
    background: radial-gradient(circle at top left, rgba(96, 34, 52, 0.06), transparent 55%);
}

.about-story-card {
    background: #fffaf3;
    border-radius: 0;
    padding: 2.5rem 2.5rem;
    border-left: 4px solid #602234;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.about-story-card::before {
    content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 1px solid rgba(96, 34, 52, 0.15);
    top: -40px;
    right: -40px;
    opacity: 0.4;
}

.about-story-card::after {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 1px dashed rgba(96, 34, 52, 0.1);
    bottom: -80px;
    left: -60px;
}

.about-story-card .section-badge {
    margin-bottom: 1rem;
}

.about-story-card .section-title {
    position: relative;
    z-index: 1;
}

.about-story-card .lead-text {
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .about-story-card {
        padding: 1.75rem 1.5rem;
        border-left-width: 3px;
    }
}

/* Mission, Vision, Values Cards */
/* (Deprecated) .mvv-card styles kept for backward compatibility (no-op) */

/* Advantage Cards */
.advantage-card {
    background: #fffaf3;
    padding: 1rem 0.9rem;
    text-align: center;
    height: 100%;
    border: 2px solid rgba(96, 34, 52, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(96, 34, 52, 0.08);
}

.advantage-card:hover {
    transform: translateY(-8px);
    border-color: #602234;
    box-shadow: 0 12px 30px rgba(96, 34, 52, 0.2);
}

.advantage-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(96, 34, 52, 0.1), rgba(96, 34, 52, 0.05));
    border: 2px solid rgba(96, 34, 52, 0.15);
    transition: all 0.4s ease;
}

.advantage-card:hover .advantage-icon {
    background: linear-gradient(135deg, #602234, #4a1a29);
    border-color: #602234;
    transform: rotate(5deg) scale(1.1);
}

.advantage-icon i {
    font-size: 1.4rem;
    color: #602234;
    transition: all 0.4s ease;
}

.advantage-card:hover .advantage-icon i {
    color: #fffaf3;
    transform: scale(1.1);
}

.advantage-title {
    font-size: 0.95rem;
    color: #602234;
    margin-bottom: 0.6rem;
    font-weight: 600;
}

.advantage-text {
    color: #602234;
    line-height: 1.6;
    font-size: 0.8rem;
}

/* Statistics Cards - White Text */
.stat-card-white {
    text-align: center;
    padding: 2rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.stat-card-white:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
}

.stat-number-white {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fffaf3;
    margin-bottom: 0.5rem;
    line-height: 1;
    font-family: 'Arimo', sans-serif;
}

.stat-label-white {
    font-size: 1rem;
    color: rgba(255, 247, 231, 0.9);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Certificate Section */
.certificate-wrapper {
    position: relative;
    padding: 2rem;
    background: #fffaf3;
    border: 3px solid rgba(96, 34, 52, 0.1);
    box-shadow: 0 8px 25px rgba(96, 34, 52, 0.15);
}

.certificate-image {
    max-width: 100%;
    height: auto;
    display: block;
}

.certificate-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cert-detail-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: rgba(96, 34, 52, 0.05);
    border-left: 3px solid #602234;
}

.cert-detail-item i {
    color: #602234;
    font-size: 1.2rem;
}

.cert-detail-item span {
    color: #602234;
    font-size: 0.95rem;
}

/* Approach Cards */
.approach-card {
    background: #fffaf3;
    padding: 2rem 1.5rem;
    text-align: center;
    height: 100%;
    border: 2px solid rgba(96, 34, 52, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(96, 34, 52, 0.08);
}

.approach-card:hover {
    transform: translateY(-8px);
    border-color: #602234;
    box-shadow: 0 12px 30px rgba(96, 34, 52, 0.2);
}

.approach-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(96, 34, 52, 0.1), rgba(96, 34, 52, 0.05));
    border: 2px solid rgba(96, 34, 52, 0.15);
    transition: all 0.4s ease;
}

.approach-card:hover .approach-icon {
    background: linear-gradient(135deg, #602234, #4a1a29);
    border-color: #602234;
    transform: rotate(5deg) scale(1.1);
}

.approach-icon i {
    font-size: 2rem;
    color: #602234;
    transition: all 0.4s ease;
}

.approach-card:hover .approach-icon i {
    color: #fffaf3;
    transform: scale(1.1);
}

.approach-title {
    font-size: 1.2rem;
    color: #602234;
    margin-bottom: 1rem;
    font-weight: 600;
}

.approach-text {
    color: #602234;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* Responsive Styles for About Page */
@media (max-width: 991.98px) {
    .advantage-card,
    .approach-card {
        padding: 1rem 0.9rem;
    }
    
    .stat-number-white {
        font-size: 3rem;
    }
}

@media (max-width: 767.98px) {
    .section-badge {
        font-size: 0.75rem;
        padding: 0.4rem 1rem;
    }
    
    .advantage-card,
    .approach-card {
        padding: 0.9rem 0.8rem;
        margin-bottom: 1rem;
    }
    
    .advantage-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 0.7rem;
    }
    
    .advantage-icon i {
        font-size: 1.2rem;
    }
    
    .advantage-title,
    .approach-title {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }
    
    .advantage-text,
    .approach-text {
        font-size: 0.75rem;
    }
    
    .stat-number-white {
        font-size: 2.5rem;
    }
    
    .stat-label-white {
        font-size: 0.85rem;
    }
    
    .certificate-wrapper {
        padding: 1rem;
    }
    
    .cert-detail-item {
        padding: 0.6rem 0.875rem;
        font-size: 0.9rem;
    }
}

/* Service Detail Pages - bg-light sections */
.section.bg-light {
    background: #fffaf3 !important;
    color: #602234 !important;
}

.section.bg-light .section-title,
.section.bg-light h1,
.section.bg-light h2,
.section.bg-light h3,
.section.bg-light h4,
.section.bg-light h5,
.section.bg-light h6 {
    color: #602234 !important;
}

.section.bg-light p,
.section.bg-light .lead,
.section.bg-light .section-subtitle,
.section.bg-light span,
.section.bg-light li,
.section.bg-light td,
.section.bg-light th,
.section.bg-light label {
    color: #602234 !important;
}

.section.bg-light a:not(.btn-primary):not(.btn) {
    color: #602234 !important;
}

.section.bg-light a:not(.btn-primary):not(.btn):hover {
    color: #4a1a29 !important;
}

/* Ensure buttons in bg-light sections keep their button colors */
.section.bg-light .btn-primary,
.section.bg-light .btn-primary:hover,
.section.bg-light .btn-primary:focus,
.section.bg-light .btn-primary:active,
.section.bg-light .btn-primary.btn-lg {
    color: #fffaf3 !important;
}

/* Section bg-cream - background #fffaf3, text #602234 */
.section.bg-cream {
    background: #fffaf3 !important;
    color: #602234 !important;
}

.section.bg-cream .section-title,
.section.bg-cream .section-subtitle,
.section.bg-cream h1,
.section.bg-cream h2,
.section.bg-cream h3,
.section.bg-cream h4,
.section.bg-cream h5,
.section.bg-cream h6,
.section.bg-cream p,
.section.bg-cream .lead,
.section.bg-cream span,
.section.bg-cream li,
.section.bg-cream a:not(.btn-primary):not(.btn) {
    color: #602234 !important;
}

.section.bg-cream a:not(.btn-primary):not(.btn):hover {
    color: #4a1a29 !important;
}

/* Ensure buttons in bg-cream sections keep their button colors */
.section.bg-cream .btn-primary,
.section.bg-cream .btn-primary:hover,
.section.bg-cream .btn-primary:focus,
.section.bg-cream .btn-primary:active,
.section.bg-cream .btn-primary.btn-lg {
    color: #fffaf3 !important;
}

/* Section subtitles - default to #602234 (for #fffaf3 backgrounds) */
.section-subtitle {
    color: #602234 !important;
}

/* Section bg-burgundy - background #602234, text #fffaf3 */
.section.bg-burgundy {
    background: #602234 !important;
    color: #fffaf3 !important;
}

.section.bg-burgundy .section-title,
.section.bg-burgundy .section-subtitle,
.section.bg-burgundy h1,
.section.bg-burgundy h2,
.section.bg-burgundy h3,
.section.bg-burgundy h4,
.section.bg-burgundy h5,
.section.bg-burgundy h6,
.section.bg-burgundy p,
.section.bg-burgundy .lead,
.section.bg-burgundy span,
.section.bg-burgundy li,
.section.bg-burgundy .why-choose-card,
.section.bg-burgundy .why-choose-card h4,
.section.bg-burgundy .why-choose-card p {
    color: #fffaf3 !important;
}

.section.bg-burgundy a {
    color: #fffaf3 !important;
}

.section.bg-burgundy a:hover {
    color: rgba(255, 250, 243, 0.8) !important;
}

/* Why section - background #fffaf3, text #602234 */
.why-section .section-title,
.why-section .section-subtitle,
.why-section .section-badge {
    color: #602234 !important;
}

/* Regular section (without bg-light, bg-cream, bg-burgundy) - default to #fffaf3 background, #602234 text */
.section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) {
    background: #fffaf3 !important;
    color: #602234 !important;
}

.section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) .section-title,
.section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) h1,
.section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) h2,
.section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) h3,
.section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) h4,
.section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) h5,
.section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) h6,
.section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) p,
.section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) .lead,
.section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) .section-subtitle,
.section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) span,
.section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) li,
.section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) small {
    color: #602234 !important;
}

.section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) a:not(.btn-primary):not(.btn-success):not(.btn) {
    color: #602234 !important;
}

.section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) a:not(.btn-primary):not(.btn-success):not(.btn):hover {
    color: #4a1a29 !important;
}

/* Ensure buttons in regular sections keep their button colors */
.section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) .btn-primary,
.section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) .btn-primary:hover,
.section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) .btn-success,
.section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) .btn-success:hover,
.section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) button[type="submit"],
.section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) input[type="submit"],
.section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) .btn:not(.btn-outline-secondary) {
    color: #fffaf3 !important;
}

/* Outline secondary (e.g. Cancel) stays visible on light section backgrounds */
.section .btn-outline-secondary {
    color: #602234 !important;
    border: 2px solid #602234;
    background: transparent;
}
.section .btn-outline-secondary:hover {
    color: #fffaf3 !important;
    background: #602234;
    border-color: #602234;
}

/* CTA Section - background #fffaf3, text #602234 */
.cta-section {
    background: #fffaf3 !important;
    color: #602234 !important;
}

.cta-section h2,
.cta-section h1,
.cta-section h3,
.cta-section h4,
.cta-section h5,
.cta-section h6,
.cta-section p,
.cta-section .lead,
.cta-section span,
.cta-section small,
.cta-section i {
    color: #602234 !important;
}

.cta-section a:not(.btn):not(.btn-primary):not(.btn-secondary) {
    color: #602234 !important;
}

.cta-section a:not(.btn):not(.btn-primary):not(.btn-secondary):hover {
    color: #4a1a29 !important;
}

/* CTA Section Buttons - text color #fffaf3 */
.cta-section .btn-primary,
.cta-section .btn-primary:hover,
.cta-section .btn-primary:focus,
.cta-section .btn-primary:active,
.cta-section .btn-primary.btn-lg,
.cta-section .btn-primary.btn-lg:hover,
.cta-section .btn-primary.btn-lg:focus,
.cta-section .btn-primary.btn-lg:active,
.cta-section .btn,
.cta-section .btn:hover,
.cta-section a.btn,
.cta-section a.btn.btn-primary,
.cta-section a.btn-primary,
.cta-section a.btn-primary:hover {
    color: #fffaf3 !important;
}

/* Apply compact philosophy-style design to all cards */
.philosophy-card,
.about-mvv-card,
.advantage-card,
.approach-card,
.stat-card-white,
.why-card,
.why-choose-card,
.feature-card,
.process-step,
.event-type-card,
.program-card,
.service-level-card,
.staff-category-card,
.service-card-elegant,
.blog-card,
.summary-card,
.ceo-card-small,
.about-story-card {
    border-radius: 0;
    border: 1px solid rgba(96, 34, 52, 0.15);
    background: #fffaf3;
    box-shadow: 0 12px 35px rgba(96, 34, 52, 0.12);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.philosophy-card:hover,
.about-mvv-card:hover,
.advantage-card:hover,
.approach-card:hover,
.stat-card-white:hover,
.why-card:hover,
.why-choose-card:hover,
.feature-card:hover,
.process-step:hover,
.event-type-card:hover,
.program-card:hover,
.service-level-card:hover,
.staff-category-card:hover,
.service-card-elegant:hover,
.blog-card:hover,
.summary-card:hover,
.ceo-card-small:hover,
.about-story-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 55px rgba(96, 34, 52, 0.18);
    border-color: #602234;
}

/* Make About Us MVV cards very compact */
.about-mvv-section .philosophy-card {
    padding: 1rem 0.9rem;
    max-width: 280px;
    margin: 0 auto;
}

.about-mvv-section .philosophy-card .card-number {
    font-size: 32px;
    top: 8px;
    right: 8px;
    opacity: 0.15;
}

[dir="rtl"] .about-mvv-section .philosophy-card .card-number {
    right: auto;
    left: 8px;
}

.about-mvv-section .philosophy-card-title {
    font-size: 0.95rem;
    margin-bottom: 0.4rem;
}

.about-mvv-section .title-underline {
    width: 30px;
    margin-bottom: 8px;
}

.about-mvv-section .philosophy-text {
    font-size: 0.8rem;
    line-height: 1.5;
    text-align: justify;
}

@media (max-width: 767.98px) {
    .about-mvv-section .philosophy-card {
        padding: 0.9rem 0.8rem;
        max-width: 100%;
    }
    
    .about-mvv-section .philosophy-card .card-number {
        font-size: 26px;
        top: 6px;
        right: 6px;
    }
    
    [dir="rtl"] .about-mvv-section .philosophy-card .card-number {
        right: auto;
        left: 6px;
    }
    
    .about-mvv-section .philosophy-card-title {
        font-size: 0.9rem;
    }
    
    .about-mvv-section .philosophy-text {
        font-size: 0.75rem;
        text-align: justify;
    }
}

/* Service Detail Page - Additional Card Styles */
.event-type-card,
.program-card,
.service-level-card,
.staff-category-card {
    background: #fffaf3;
    border: 2px solid rgba(96, 34, 52, 0.1);
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(96, 34, 52, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.event-type-card:hover,
.program-card:hover,
.service-level-card:hover,
.staff-category-card:hover {
    transform: translateY(-10px);
    border-color: #602234;
    box-shadow: 0 12px 30px rgba(96, 34, 52, 0.2);
}

.event-type-icon,
.program-icon,
.service-level-icon,
.staff-category-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fffaf3 0%, #f0f0e8 100%);
    border: 2px solid #602234;
    border-radius: 12px;
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 
        0 4px 12px rgba(96, 34, 52, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    overflow: hidden;
    padding: 10px;
}

.staff-category-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.4s ease;
}

/* Remove color filter for SVG icons from Iconify */
.staff-category-icon-img[src*="iconify"] {
    filter: none;
}

.event-type-card:hover .event-type-icon,
.program-card:hover .program-icon,
.service-level-card:hover .service-level-icon,
.staff-category-card:hover .staff-category-icon {
    background: linear-gradient(135deg, #fffaf3 0%, #f0f0e8 100%);
    border-color: #602234;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 
        0 8px 20px rgba(96, 34, 52, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.staff-category-card:hover .staff-category-icon-img {
    transform: scale(1.1);
}

.event-type-icon i,
.program-icon i,
.service-level-icon i {
    font-size: 2rem;
    color: #602234;
    transition: all 0.4s ease;
}

.program-card .program-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.4s ease;
}

.program-card .program-icon-img[src*="iconify"] {
    filter: none;
}

.program-card:hover .program-icon-img {
    transform: scale(1.1);
}

.service-level-card .service-level-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.4s ease;
}

.service-level-card .service-level-icon-img[src*="iconify"] {
    filter: none;
}

.service-level-card:hover .service-level-icon-img {
    transform: scale(1.1);
}

.event-type-card .event-type-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.4s ease;
}

.event-type-card .event-type-icon-img[src*="iconify"] {
    filter: none;
}

.event-type-card:hover .event-type-icon-img {
    transform: scale(1.1);
}

.event-type-card:hover .event-type-icon i,
.program-card:hover .program-icon i,
.service-level-card:hover .service-level-icon i {
    color: #fffaf3;
    transform: scale(1.1);
}

.event-type-card h4,
.program-card h4,
.service-level-card h4,
.staff-category-card h4 {
    font-size: 1.3rem;
    color: #602234;
    margin-bottom: 1rem;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.event-type-card p,
.program-card p,
.service-level-card p,
.staff-category-card p {
    color: #602234;
    line-height: 1.7;
    flex-grow: 1;
    position: relative;
    z-index: 1;
}

/* Service Image Wrapper */
.service-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 8px 25px rgba(96, 34, 52, 0.15);
}

.service-detail-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.service-image-wrapper:hover .service-detail-img {
    transform: scale(1.05);
}

/* Service Badge Hero */
.service-badge-hero {
    display: inline-block;
    padding: 10px 24px;
    background: rgba(96, 34, 52, 0.9);
    color: #fffaf3;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    border: 2px solid rgba(255, 247, 231, 0.3);
}

/* FAQ Accordion */
.faq-accordion {
    border: 1px solid rgba(96, 34, 52, 0.15);
    border-radius: 0;
    background: #fffaf3;
    max-width: 100%;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid rgba(96, 34, 52, 0.15);
    transition: all 0.3s ease;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item:hover {
    background: rgba(96, 34, 52, 0.02);
}

.faq-question {
    padding: 1.25rem 1.5rem;
    margin: 0;
    font-size: 1.05rem;
    color: #602234;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.faq-question::after {
    content: '+';
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    font-size: 1.5rem;
    color: #602234;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
}

.faq-item.active .faq-question::after {
    content: '−';
    transform: rotate(180deg);
}

.faq-question:hover {
    background: rgba(96, 34, 52, 0.05);
    color: #602234;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 1.5rem;
    background: #fafafa;
}

.faq-item.active .faq-answer {
    max-height: 1000px;
    padding: 0 1.5rem 1.25rem;
}

.faq-answer p {
    color: #602234;
    line-height: 1.8;
    margin: 0;
    padding-top: 0.5rem;
    font-size: 0.95rem;
}

/* FAQ Responsive Styles */
@media (max-width: 991.98px) {
    .faq-accordion {
        margin: 0 1rem;
    }
    
    .faq-question {
        padding: 1rem 1.25rem;
        font-size: 1rem;
    }
    
    .faq-answer {
        padding: 0 1.25rem;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 1.25rem 1rem;
    }
}

@media (max-width: 767.98px) {
    .faq-accordion {
        margin: 0;
        border-left: none;
        border-right: none;
    }
    
    .faq-question {
        padding: 0.875rem 1rem;
        font-size: 0.95rem;
        line-height: 1.5;
    }
    
    .faq-question::after {
        font-size: 1.25rem;
        width: 20px;
        height: 20px;
    }
    
    .faq-answer {
        padding: 0 1rem;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 1rem 0.875rem;
    }
    
    .faq-answer p {
        font-size: 0.9rem;
        line-height: 1.7;
    }
}

/* Responsive Styles for Services Page */
@media (max-width: 991px) {
    .service-detail-section {
        padding: 1.5rem 0;
    }

    .service-title {
        font-size: 1.8rem;
    }
    
    .service-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 0.75rem;
    }
    
    .service-icon i {
        font-size: 2rem;
    }
    
    .service-image {
        margin-bottom: 1rem;
    }

    .service-badge {
        width: 60px;
        height: 60px;
        font-size: 2rem;
        top: 1rem;
        right: 1rem;
    }

    .stat-box .stat-number {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .service-stats {
        gap: 0.5rem;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .stat-box {
        flex: 0 0 auto;
        min-width: 0;
    }
    
    .stat-box h3 {
        font-size: 1.5rem;
        margin-bottom: 0.3rem;
    }
    
    .stat-box p {
        font-size: 0.7rem;
        line-height: 1.2;
    }

    .service-icon {
        width: 70px;
        height: 70px;
    }

    .service-icon i {
        font-size: 2.5rem;
    }

    .service-title {
        font-size: 1.5rem;
    }

    .service-features-list li {
        align-items: center;
        gap: 0.5rem;
    }
    
    .service-features-list i {
        font-size: 1rem;
    }
    
    .service-features-list span {
        font-size: 0.9rem;
    }

    .faq-question {
        padding: 1.25rem 3rem 1.25rem 1.5rem;
        font-size: 1rem;
    }

    .faq-question::after {
        right: 1.5rem;
    }

    .faq-answer {
        padding: 0 1.5rem;
    }

    .faq-item.active .faq-answer {
        padding: 0 1.5rem 1.25rem;
    }
}

/* ============================================
   CONTACT PAGE STYLES
   ============================================ */

/* Contact Information List */
.contact-info-list {
    margin-top: 3rem;
}

.contact-info-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    align-items: flex-start;
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: #602234;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 1.5rem;
}

.contact-details h4 {
    color: #602234;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1.1rem;
}

.contact-details a {
    color: #602234;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-details a:hover {
    color: #602234;
}

.contact-details p {
    color: #602234;
    margin: 0;
    line-height: 1.6;
}

/* Social Media Icons Large */
.social-icons-large {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.social-icons-large a {
    width: 50px;
    height: 50px;
    background: #602234;
    color: #fffaf3 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    border-radius: 50%;
    transition: all 0.3s ease;
    opacity: 1 !important;
    visibility: visible !important;
}

.social-icons-large a i {
    color: #fffaf3 !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-family: "bootstrap-icons", "Bootstrap Icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    display: inline-block !important;
}

.social-icons-large a:hover {
    background: #fffaf3;
    color: #602234;
    transform: translateY(-5px);
}

.social-icons-large a:hover i {
    color: #602234 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Header Top Bar Social Icons - Ensure Bootstrap Icons font in RTL */
[dir="rtl"] .top-bar .social-icon i,
[dir="rtl"] .top-bar .social-icon i.bi,
[dir="rtl"] .top-bar .social-icon i[class*="bi-"],
html[dir="rtl"] .top-bar .social-icon i,
html[dir="rtl"] .top-bar .social-icon i.bi,
html[dir="rtl"] .top-bar .social-icon i[class*="bi-"] {
    font-family: "bootstrap-icons", "Bootstrap Icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
    color: #fffaf3 !important;
}

/* Footer Social Icons - Ensure Bootstrap Icons font in RTL */
[dir="rtl"] .footer-social-link i,
[dir="rtl"] .footer-social-link i.bi,
[dir="rtl"] .footer-social-link i[class*="bi-"],
html[dir="rtl"] .footer-social-link i,
html[dir="rtl"] .footer-social-link i.bi,
html[dir="rtl"] .footer-social-link i[class*="bi-"] {
    font-family: "bootstrap-icons", "Bootstrap Icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
    color: #fffaf3 !important;
}

/* Contact Form Wrapper */
.contact-form-wrapper {
    background: white;
    padding: 3rem;
    border: 1px solid rgba(96, 34, 52, 0.15);
}

.form-title {
    color: #602234 !important;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    opacity: 1 !important;
    visibility: visible !important;
}

.form-subtitle {
    color: #602234;
    margin-bottom: 2rem;
    font-size: 1.05rem;
}

/* Form Controls */
.form-label {
    color: #602234;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
}

.form-control {
    width: 100%;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    transition: all 0.3s ease;
    color: #602234;
}

.form-control:focus {
    outline: none;
    border-color: #602234;
    box-shadow: 0 0 0 0.2rem rgba(96, 34, 52, 0.1);
}

.form-control.is-invalid {
    border-color: #dc3545;
}

.form-control.is-valid {
    border-color: #28a745;
}

textarea.form-control {
    resize: vertical;
    min-height: 150px;
}

select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23602234' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 3rem;
    color: #602234 !important;
}

select.form-control option {
    color: #602234 !important;
    background-color: #fffaf3;
}

select.form-control:focus {
    color: #602234 !important;
}

/* Service of Interest select field */
#service.form-control,
select#service,
select[name="service"] {
    color: #602234 !important;
}

#service.form-control option,
select#service option,
select[name="service"] option {
    color: #602234 !important;
    background-color: #fffaf3;
}

.invalid-feedback {
    display: none;
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-feedback {
    display: block;
}

/* Form Check */
.form-check {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0.15rem;
    border: 2px solid rgba(96, 34, 52, 0.5) !important;
    border-radius: 0;
    flex-shrink: 0;
}

.form-check-input:checked {
    background-color: #602234 !important;
    border-color: #602234 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fffaf3' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
}

.form-check-input:focus {
    border-color: #602234 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(96, 34, 52, 0.25) !important;
}

.form-check-input:hover:not(:disabled) {
    border-color: #602234 !important;
    cursor: pointer;
}

.form-check-label {
    color: #602234;
    font-size: 0.95rem;
    line-height: 1.6;
}

.form-check-label a {
    color: #602234;
    text-decoration: underline;
}

/* Privacy checkbox - responsive on mobile, especially Arabic */
.form-check-privacy {
    flex-wrap: wrap;
    align-items: flex-start;
}

.form-check-privacy .form-check-label {
    flex: 1;
    min-width: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

[dir="rtl"] .form-check-privacy .form-check-label,
html[lang="ar"] .form-check-privacy .form-check-label {
    text-align: right;
}

/* Mobile: keep checkbox on same line as label text (inline, not stacked) */
@media (max-width: 767.98px) {
    .form-check-privacy {
        flex-direction: row;
        align-items: flex-start;
        gap: 0.5rem;
        flex-wrap: wrap;
    }

    .form-check-privacy .form-check-input {
        margin-top: 0.2rem;
        flex-shrink: 0;
    }

    .form-check-privacy .form-check-label {
        flex: 1;
        min-width: 0;
    }
}

/* Alerts */
.alert {
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.alert i {
    font-size: 1.5rem;
    flex-shrink: 0;
}

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

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

/* Submit Button Loading State */
.btn .btn-loading {
    display: none;
}

.btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Feature Box */
.feature-box {
    padding: 2rem;
    height: 100%;
}

.feature-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #fffaf3 0%, #f0f0e8 100%);
    color: #602234;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin: 0 auto 1.2rem;
    font-size: 1.8rem;
    border: 2px solid #602234;
    box-shadow: 
        0 4px 12px rgba(96, 34, 52, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-icon::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 12px;
    background: linear-gradient(135deg, #602234, #4a1a29);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.feature-box:hover .feature-icon,
.feature-card:hover .feature-icon {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 
        0 8px 20px rgba(96, 34, 52, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-color: #602234;
}

.feature-box:hover .feature-icon::before,
.feature-card:hover .feature-icon::before {
    opacity: 0.1;
}

.feature-box h4 {
    color: #602234;
    margin-bottom: 1rem;
    font-weight: 600;
}

.feature-box p {
    color: #602234;
    line-height: 1.7;
}

/* Responsive Styles for Contact Page */
@media (max-width: 991.98px) {
    .contact-form-wrapper {
        padding: 2rem;
    }

    .form-title {
        font-size: 1.75rem;
    }

    .contact-info-item {
        margin-bottom: 2rem;
    }

    .contact-info-list {
        margin-top: 2rem;
    }

    /* Contact hero - allow content to fit */
    .contact-hero-map {
        min-height: 280px;
        height: auto;
    }
}

@media (max-width: 767.98px) {
    /* Contact section container */
    .contact-section .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .contact-form-wrapper {
        padding: 1.5rem;
    }

    .form-title {
        font-size: 1.5rem;
    }

    .form-subtitle {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

    .contact-info-list {
        margin-top: 1.5rem;
    }

    .contact-info-item {
        margin-bottom: 1.5rem;
        gap: 1rem;
    }

    .contact-icon {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }

    .contact-details h4 {
        font-size: 1rem;
    }

    .social-media-section h4 {
        font-size: 1rem;
    }

    .social-icons-large {
        gap: 0.75rem;
    }

    .social-icons-large a {
        width: 45px;
        height: 45px;
        font-size: 1.25rem;
    }

    /* Form - stack columns, full width submit */
    .contact-form-wrapper .row .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-form-wrapper #submitBtn {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    /* Alerts */
    .contact-form-wrapper .alert {
        padding: 0.875rem 1rem;
        font-size: 0.9rem;
        display: flex;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .contact-form-wrapper .alert i {
        flex-shrink: 0;
        margin-top: 0.15em;
    }

    .feature-icon {
        width: 56px;
        height: 56px;
        font-size: 1.5rem;
        border-radius: 10px;
    }

    /* Why Contact Us - stacked on mobile via col-12 */
    .section.bg-cream .feature-box {
        padding: 1.25rem 1rem;
    }

    .section.bg-cream .feature-icon {
        width: 52px;
        height: 52px;
        font-size: 1.4rem;
        margin-bottom: 0.75rem;
    }

    .section.bg-cream .feature-box h4 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .section.bg-cream .feature-box p {
        font-size: 0.875rem;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .section.bg-cream .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .section.bg-cream .row > [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 575.98px) {
    .contact-section .container,
    .contact-why-section .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .contact-form-wrapper {
        padding: 1.25rem 1rem;
    }

    .form-title {
        font-size: 1.35rem;
    }

    .form-subtitle {
        font-size: 0.9rem;
        margin-bottom: 1.25rem;
    }

    .contact-info-item {
        margin-bottom: 1.25rem;
        gap: 0.875rem;
    }

    .contact-icon {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }

    .contact-details h4 {
        font-size: 0.95rem;
    }

    .contact-details a,
    .contact-details p {
        font-size: 0.9rem;
    }

    .social-icons-large a {
        width: 42px;
        height: 42px;
        font-size: 1.15rem;
    }

    .form-control {
        padding: 0.75rem 1rem;
        font-size: 0.95rem;
    }

    textarea.form-control {
        min-height: 120px;
    }

    .form-check-label {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .form-check-privacy {
        gap: 0.5rem;
    }

    .form-check-privacy .form-check-label {
        font-size: 0.85rem;
        line-height: 1.55;
    }

    [dir="rtl"] .form-check-privacy .form-check-label,
    html[lang="ar"] .form-check-privacy .form-check-label {
        font-size: 0.8rem;
        line-height: 1.6;
    }

    .contact-form-wrapper .alert {
        padding: 0.75rem 1rem;
        font-size: 0.85rem;
    }

    /* Why Contact Us */
    .section.bg-cream .feature-box {
        padding: 1rem 0.75rem;
    }

    .section.bg-cream .feature-icon {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
    }

    .section.bg-cream .feature-box h4 {
        font-size: 0.95rem;
    }

    .section.bg-cream .feature-box p {
        font-size: 0.8rem;
    }
}

@media (max-width: 399.98px) {
    .contact-section .container,
    .contact-why-section .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .contact-form-wrapper {
        padding: 1rem;
    }

    .form-title {
        font-size: 1.2rem;
    }

    .form-check-privacy .form-check-label {
        font-size: 0.75rem;
        line-height: 1.6;
    }

    [dir="rtl"] .form-check-privacy .form-check-label,
    html[lang="ar"] .form-check-privacy .form-check-label {
        font-size: 0.72rem;
    }

    .contact-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .social-icons-large a {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }
}

/* ============================================
   BLOG PAGE STYLES
   ============================================ */

/* Sidebar Widgets */
.sidebar-widget {
    background: white !important;
    padding: 2rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(96, 34, 52, 0.15);
}

.widget-title {
    color: #602234 !important;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(96, 34, 52, 0.1);
}

/* Success Stories: sidebar Share Your Story card */
.sidebar-share-story .share-story-card {
    background: linear-gradient(135deg, rgba(96, 34, 52, 0.06) 0%, rgba(96, 34, 52, 0.02) 100%);
    border: 1px solid rgba(96, 34, 52, 0.15);
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
}

.sidebar-share-story .share-story-icon {
    font-size: 2rem;
    color: #602234;
    margin-bottom: 0.75rem;
    display: block;
}

.sidebar-share-story .share-story-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #602234;
    margin-bottom: 0.5rem;
}

.sidebar-share-story .share-story-desc {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.sidebar-share-story .share-story-card .btn {
    padding: 0.6rem 1rem;
}

/* Search Form */
.search-input-group {
    position: relative;
}

.search-input-group .form-control {
    padding-right: 3.5rem;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 1.25rem;
    background: #602234;
    color: white;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.search-btn:hover {
    background: #4a1a28;
}

/* Category List */
.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    margin-bottom: 0.75rem;
}

.sidebar-widget .category-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    color: #602234 !important; /* Ensure text is always visible */
    text-decoration: none;
    background: white;
    transition: all 0.3s ease;
    border: 1px solid rgba(96, 34, 52, 0.1);
    font-weight: 400;
}

.sidebar-widget .category-list a:hover {
    background: rgba(96, 34, 52, 0.05);
    color: #602234 !important;
}

/* Active state - MUST come after general state and have higher specificity */
.sidebar-widget .category-list a.active,
.sidebar-widget ul.category-list li a.active,
.sidebar-widget .category-list li a.active,
.category-list a.active,
ul.category-list li a.active,
a.active.category-list,
.sidebar-widget a.active {
    background: #602234 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
}

/* Force white text for active links in category list */
.sidebar-widget .category-list li a.active,
.sidebar-widget .category-list a.active {
    color: #ffffff !important;
    background-color: #602234 !important;
}

.sidebar-widget .category-list a.active .count,
.sidebar-widget ul.category-list li a.active .count,
.sidebar-widget .category-list li a.active .count,
.category-list a.active .count,
ul.category-list li a.active .count {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    border-left: 1px solid rgba(255, 255, 255, 0.3) !important;
}

/* Force white text for "All Articles" and any active category link.
   Override .section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) a (same specificity, later wins). */
.section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) .sidebar-widget ul.category-list li a.active,
.section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) .sidebar-widget .category-list a.active {
    color: #ffffff !important;
}
.section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) .sidebar-widget ul.category-list li a.active .count,
.section:not(.bg-light):not(.bg-cream):not(.bg-burgundy) .sidebar-widget .category-list a.active .count {
    color: #ffffff !important;
}

.sidebar-widget .category-list .count,
.category-list .count {
    background: rgba(96, 34, 52, 0.1);
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    font-size: 0.85rem;
    color: #602234 !important;
    min-width: 40px;
    text-align: center;
}

/* Recent Posts List */
.recent-posts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recent-posts-list li {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(96, 34, 52, 0.15);
}

.recent-posts-list li:last-child {
    border-bottom: none;
}

.recent-posts-list a {
    color: #602234;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    display: block;
    margin-bottom: 0.5rem;
}

.recent-posts-list a:hover {
    color: #602234;
}

.recent-posts-list .post-date {
    color: #999;
    font-size: 0.85rem;
}

/* Active Filters */
.active-filters {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.filter-tag {
    background: #602234;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.filter-tag a {
    color: white;
    font-size: 1.25rem;
    line-height: 1;
    text-decoration: none;
    font-weight: bold;
}

/* Blog Card */
.blog-card {
    background: white;
    border: 1px solid rgba(96, 34, 52, 0.15);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

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

.blog-card-image {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    padding-top: 66.67%; /* 3:2 aspect ratio */
}

.blog-card-image img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    display: block;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.1);
}

.blog-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(96, 34, 52, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.blog-card:hover .blog-card-overlay {
    opacity: 1;
}

.read-more-btn {
    color: white;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: 2px solid white;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    background: white;
    color: #602234;
}

.blog-card-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-card-meta {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    color: #999;
    white-space: nowrap;
    flex-wrap: nowrap;
}

.blog-card-meta span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.blog-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card-title a {
    display: block;
    color: #602234;
    text-decoration: none;
    transition: color 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-card-title a:hover {
    color: #602234;
}

.blog-card-excerpt {
    color: #602234;
    line-height: 1.6;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Horizontal Blog Card Layout */
.blog-posts-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.blog-card-horizontal {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: white;
    border: 1px solid rgba(96, 34, 52, 0.15);
    box-shadow: 0 2px 8px rgba(96, 34, 52, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
}

.blog-card-horizontal:hover {
    box-shadow: 0 8px 24px rgba(96, 34, 52, 0.15);
    transform: translateY(-3px);
    border-color: transparent;
}

.blog-card-horizontal .blog-card-image {
    flex: 0 0 300px;
    position: relative;
    overflow: hidden;
    padding-top: 0;
    min-height: 250px;
}

.blog-card-horizontal .blog-card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    display: block;
}

.blog-card-horizontal:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-card-horizontal .blog-card-content {
    flex: 1;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-card-horizontal .blog-category-tag {
    display: inline-block;
    padding: 0.4rem 1rem;
    background: #602234;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    width: fit-content;
}

.blog-card-horizontal .blog-card-meta {
    margin-bottom: 1rem;
}

.blog-card-horizontal .blog-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.blog-card-horizontal .blog-card-title a {
    display: block;
    color: #602234;
    text-decoration: none;
    transition: color 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-card-horizontal .blog-card-title a:hover {
    color: #8b3a52;
    text-decoration: underline;
}

.blog-card-horizontal .blog-card-excerpt {
    color: #602234;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-read-more-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #602234;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    width: fit-content;
    padding: 0.5rem 0;
    border-bottom: 2px solid transparent;
}

.blog-read-more-link:hover {
    color: #8b3a52;
    border-bottom-color: #602234;
    gap: 0.75rem;
}

.blog-read-more-link i {
    transition: transform 0.3s ease;
}

.blog-read-more-link:hover i {
    transform: translateX(5px);
}

[dir="rtl"] .blog-read-more-link:hover i {
    transform: translateX(-5px);
}

/* Blog Post Detail Page Styles */
.blog-post-content {
    background: white;
    padding: 3rem;
    box-shadow: 0 2px 8px rgba(96, 34, 52, 0.08);
    border: 1px solid rgba(96, 34, 52, 0.15);
}

.blog-post-image {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}

.blog-post-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.blog-post-body {
    color: #602234;
    line-height: 1.8;
    font-size: 1.1rem;
}

.blog-post-body h1,
.blog-post-body h2,
.blog-post-body h3,
.blog-post-body h4 {
    color: #602234;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.blog-post-body h2 {
    font-size: 1.8rem;
    border-bottom: 2px solid rgba(96, 34, 52, 0.1);
    padding-bottom: 0.5rem;
}

.blog-post-body h3 {
    font-size: 1.5rem;
}

.blog-post-body p {
    margin-bottom: 1.5rem;
}

.blog-post-body ul,
.blog-post-body ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.blog-post-body li {
    margin-bottom: 0.5rem;
}

.blog-post-body a {
    color: #602234;
    text-decoration: underline;
}

.blog-post-body a:hover {
    color: #8b3a52;
}

.blog-post-body img {
    max-width: 100%;
    height: auto;
    margin: 1.5rem 0;
    border-radius: 4px;
}

/* Style SVG icons/images within blog content */
.blog-post-body img[src*=".svg"],
.blog-post-body svg,
.blog-post-body img[src*="icon"],
.blog-post-body img[width*="16"],
.blog-post-body img[width*="20"],
.blog-post-body img[width*="24"],
.blog-post-body img[width*="32"] {
    max-width: 24px !important;
    width: 24px !important;
    height: 24px !important;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.25rem !important;
}

/* Override large inline styles from RSS feeds */
.blog-post-body * {
    max-width: 100% !important;
}

.blog-post-body img[style*="width"],
.blog-post-body img[style*="height"] {
    max-width: 100% !important;
    height: auto !important;
}

/* Emoji and special characters */
.blog-post-body img[alt*="emoji"],
.blog-post-body img[src*="emoji"],
.blog-post-body img[title*="emoji"] {
    width: 1.2em !important;
    height: 1.2em !important;
    max-width: 1.2em !important;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 0.15em !important;
}

/* Social media icons and share buttons */
.blog-post-body .share-buttons img,
.blog-post-body .social-icons img,
.blog-post-body a[href*="twitter"] img,
.blog-post-body a[href*="facebook"] img,
.blog-post-body a[href*="linkedin"] img,
.blog-post-body a[href*="whatsapp"] img {
    max-width: 32px !important;
    width: 32px !important;
    height: 32px !important;
}

/* Embedded content (iframe, video, etc.) */
.blog-post-body iframe,
.blog-post-body embed,
.blog-post-body object,
.blog-post-body video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-height: 315px;
    margin: 1.5rem 0;
    border-radius: 4px;
}

.blog-post-body video {
    max-height: 500px;
}

/* Tables */
.blog-post-body table {
    width: 100% !important;
    max-width: 100% !important;
    margin: 1.5rem 0;
    border-collapse: collapse;
    font-size: 0.95rem;
    overflow-x: auto;
    display: block;
}

.blog-post-body table td,
.blog-post-body table th {
    padding: 0.75rem;
    border: 1px solid rgba(96, 34, 52, 0.2);
    text-align: left;
}

.blog-post-body table th {
    background-color: #fffaf3;
    font-weight: 600;
    color: #602234;
}

/* Remove overly large elements */
.blog-post-body div[style*="width: 1000px"],
.blog-post-body div[style*="width: 800px"],
.blog-post-body div[style*="width: 600px"] {
    max-width: 100% !important;
    width: 100% !important;
}

/* Override font sizes that are too large */
.blog-post-body *[style*="font-size: 48px"],
.blog-post-body *[style*="font-size: 36px"],
.blog-post-body *[style*="font-size: 24px"] {
    font-size: 1.1rem !important;
}

/* Code blocks */
.blog-post-body code,
.blog-post-body pre {
    background-color: #f5f5f5;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.9em;
    font-family: 'Courier New', monospace;
}

.blog-post-body pre {
    padding: 1rem;
    overflow-x: auto;
    margin: 1.5rem 0;
}

.blog-post-body pre code {
    padding: 0;
    background: none;
}

/* Lists within content */
.blog-post-body ul ul,
.blog-post-body ol ol,
.blog-post-body ul ol,
.blog-post-body ol ul {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

/* Ensure all images respect container */
.blog-post-body figure {
    margin: 1.5rem 0;
}

.blog-post-body figure img {
    width: 100%;
    height: auto;
}

.blog-post-body figcaption {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.5rem;
    font-style: italic;
    text-align: center;
}

.blog-post-body blockquote {
    border-left: 4px solid #602234;
    padding-left: 1.5rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #602234;
    opacity: 0.8;
}

.blog-post-source {
    font-size: 0.9rem;
}

@media (max-width: 767px) {
    .blog-post-content {
        padding: 2rem 1.5rem;
    }
    
    .blog-post-body {
        font-size: 1rem;
    }
    
    .blog-post-body h2 {
        font-size: 1.5rem;
    }
    
    .blog-post-body h3 {
        font-size: 1.3rem;
    }
}

/* Pagination */
.pagination {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.page-item {
    list-style: none;
}

.page-link {
    padding: 0.75rem 1rem;
    color: #602234;
    text-decoration: none;
    background: white;
    border: 1px solid rgba(96, 34, 52, 0.15);
    transition: all 0.3s ease;
    display: block;
}

.page-link:hover {
    background: #fffaf3;
    border-color: #602234;
    color: #602234;
}

.page-item.active .page-link {
    background: #FFA500 !important; /* Yellow-orange matching date tags */
    border-color: #FFA500 !important;
    color: white !important;
}

.page-item.disabled .page-link {
    color: #ccc;
    cursor: not-allowed;
    pointer-events: none;
}

/* No Results */
.no-results {
    padding: 4rem 2rem;
}

/* Responsive Styles for Blog Page */
@media (max-width: 991px) {
    .sidebar-widget {
        padding: 1.5rem;
    }

    .blog-card-title {
        font-size: 1.15rem;
    }
}

@media (max-width: 991px) {
    .blog-card-horizontal .blog-card-image {
        flex: 0 0 250px;
        min-height: 200px;
    }

    .blog-card-horizontal .blog-card-content {
        padding: 1.5rem;
    }

    .blog-card-horizontal .blog-card-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    .active-filters {
        gap: 0.5rem;
    }

    .filter-tag {
        font-size: 0.85rem;
        padding: 0.4rem 0.75rem;
    }

    .blog-card-horizontal {
        flex-direction: column;
    }

    .blog-card-horizontal .blog-card-image {
        flex: 0 0 auto;
        width: 100%;
        min-height: 250px;
        padding-top: 66.67%;
    }

    .blog-card-horizontal .blog-card-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .blog-card-horizontal .blog-card-content {
        padding: 1.5rem;
    }

    .blog-card-horizontal .blog-card-title {
        font-size: 1.2rem;
    }

    /* On mobile, only stack meta for horizontal cards.
       Vertical cards keep author/category on a single line. */
    .blog-card-horizontal .blog-card-meta {
        flex-direction: column;
        gap: 0.5rem;
    }

    .pagination {
        justify-content: center;
    }

    .page-link {
        padding: 0.5rem 0.75rem;
        font-size: 0.9rem;
    }
}

/* ============================================
   BLOG GRID LAYOUT (3 PER ROW — RESPONSIVE, FILLS PAGE)
   ============================================ */
/* Minimal space below articles — no empty gap; page ends at content or Newsletter */
.blog-main-section {
    padding-bottom: 1rem !important;
}

.blog-main-section .blog-posts-grid {
    margin-bottom: 1rem;
}

.blog-pagination-nav {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.blog-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
    margin-bottom: 1.5rem;
    width: 100%;
    max-width: 100%;
}

@media (max-width: 1199px) {
    .blog-posts-grid {
        gap: 1.5rem;
    }
}

@media (max-width: 991px) {
    .blog-posts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
}

@media (max-width: 575px) {
    .blog-posts-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
}

/* Columns only as tall as their content — no empty space below pagination */
.blog-layout-row {
    align-items: flex-start;
}

/* Newsletter signup form (blog + anywhere) */
.newsletter-signup-form .form-control {
    min-width: 0;
    max-width: 100%;
}
.newsletter-signup-form .form-control::placeholder {
    color: #6c757d;
}

.blog-card-vertical {
    background: white;
    border: none; /* Clean design - no border */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); /* Subtle shadow */
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.blog-card-vertical:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}

.blog-card-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 66.67%; /* 3:2 aspect ratio */
    overflow: hidden;
    background: #f5f5f5; /* Light gray background as fallback */
}

.blog-card-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    display: block; /* Ensure image displays */
    min-height: 200px; /* Minimum height to ensure visibility */
}

.blog-card-vertical:hover .blog-card-image-wrapper img {
    transform: scale(1.1);
}

.blog-date-tag {
    position: absolute;
    top: 15px;
    right: 15px !important; /* Top-right corner as shown in design */
    background: #FFA500 !important; /* Yellow-orange color matching design exactly */
    color: white !important;
    padding: 8px 16px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
    white-space: nowrap;
    border-radius: 0; /* No border radius for rectangular tag */
}

.blog-card-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-card-title {
    margin: 0 0 0.75rem 0;
    font-size: 1.15rem;
    font-weight: 700; /* Bolder as shown in design */
    line-height: 1.4;
    color: #000; /* Dark text as in design */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card-title a {
    display: block;
    color: #000; /* Dark text as shown in design */
    text-decoration: none;
    transition: color 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-card-title a:hover {
    color: #602234;
    text-decoration: underline;
}

.blog-card-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #333; /* Darker text for better readability */
    white-space: nowrap;
    flex-wrap: nowrap;
}

.blog-card-meta .author {
    color: #333; /* Dark text as shown in design */
    font-weight: 400;
}

.blog-card-meta .separator {
    color: #999;
}

.blog-card-meta .category {
    color: #333; /* Dark text as shown in design */
    font-weight: 400;
    white-space: nowrap;
}

.blog-card-excerpt {
    color: #333; /* Dark text for body */
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-read-more-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #000; /* Dark text as shown in design */
    font-weight: 500;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    width: fit-content;
    margin-top: auto;
}

.blog-read-more-link:hover {
    color: #602234;
    gap: 0.75rem;
}

.blog-read-more-link i {
    transition: transform 0.3s ease;
}

.blog-read-more-link:hover i {
    transform: translateX(5px);
}

[dir="rtl"] .blog-read-more-link:hover i {
    transform: translateX(-5px);
}

/* ============================================
   BLOG POST SIDEBAR STYLES
   ============================================ */
.blog-sidebar {
    padding-left: 2rem;
}

.blog-sidebar .sidebar-widget {
    background: white;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(96, 34, 52, 0.15);
    box-shadow: 0 2px 8px rgba(96, 34, 52, 0.08);
}

.blog-sidebar .widget-title {
    color: #602234;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid rgba(96, 34, 52, 0.1);
}

/* Search Form */
.search-form {
    margin-top: 1rem;
}

.search-input-group {
    display: flex;
    gap: 0;
}

.search-input-group .form-control {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(96, 34, 52, 0.15);
    color: #602234;
    font-size: 0.95rem;
}

.search-input-group .form-control:focus {
    outline: none;
    border-color: #602234;
    box-shadow: 0 0 0 3px rgba(96, 34, 52, 0.1);
}

.search-btn {
    padding: 0.75rem 1.25rem;
    background: #602234;
    color: white;
    border: 1px solid #602234;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-btn:hover {
    background: #8b3a52;
    border-color: #8b3a52;
}

/* Category List - Duplicate removed, using rules from line 6913 */

/* Recent Posts List */
.recent-posts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recent-posts-list li {
    margin-bottom: 1.5rem;
}

.recent-posts-list li:last-child {
    margin-bottom: 0;
}

.recent-post-item {
    display: flex;
    gap: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.recent-post-item:hover {
    transform: translateX(5px);
}

[dir="rtl"] .recent-post-item:hover {
    transform: translateX(-5px);
}

.recent-post-thumbnail {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 1px solid rgba(96, 34, 52, 0.15);
}

.recent-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.recent-post-item:hover .recent-post-thumbnail img {
    transform: scale(1.1);
}

.recent-post-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.recent-post-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #602234;
    margin: 0 0 0.5rem 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.recent-post-item:hover .recent-post-title {
    color: #8b3a52;
}

.recent-post-date {
    font-size: 0.85rem;
    color: #999;
}

/* Tags Cloud */
.tags-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.tag-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #fffaf3;
    color: #602234;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid rgba(96, 34, 52, 0.15);
    transition: all 0.3s ease;
    border-radius: 20px;
}

.tag-badge:hover {
    background: #602234;
    color: white;
    border-color: #602234;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .blog-sidebar {
        padding-left: 0;
        margin-top: 3rem;
    }
}

/* ============================================
   SERVICE DETAIL PAGE STYLES
   ============================================ */

/* Service Badge Hero */
.service-badge-hero {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #602234;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 80px;
    text-align: center;
    margin-bottom: 1.5rem;
    border: 3px solid white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.hero-meta {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.hero-meta span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    font-size: 1rem;
}

/* Service Image Wrapper */
.service-image-wrapper {
    position: relative;
    overflow: hidden;
    border: 5px solid white;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.service-detail-img {
    width: 100%;
    height: auto;
    transition: transform 0.6s ease;
}

.service-image-wrapper:hover .service-detail-img {
    transform: scale(1.05);
}

/* Feature Card */
.feature-card {
    padding: 1.3rem 1.1rem;
    height: 100%;
}

.feature-card:hover {
    border-color: #602234;
    box-shadow: 0 20px 55px rgba(96, 34, 52, 0.18);
    transform: translateY(-5px);
}

.feature-card .feature-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #fffaf3 0%, #f0f0e8 100%);
    color: #602234;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.2rem;
    border-radius: 12px;
    border: 2px solid #602234;
    box-shadow: 
        0 4px 12px rgba(96, 34, 52, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    padding: 8px;
}

.feature-card .feature-icon::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 12px;
    background: linear-gradient(135deg, #602234, #4a1a29);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.feature-card .feature-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.4s ease;
}

/* Remove color filter for SVG icons from Iconify (they already have the correct color) */
.feature-card .feature-icon-img[src*="iconify"] {
    filter: none;
}

.feature-card .feature-icon i {
    font-size: 1.8rem;
    color: #602234;
    transition: all 0.4s ease;
}

.feature-card:hover .feature-icon {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 
        0 8px 20px rgba(96, 34, 52, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-color: #602234;
}

.feature-card:hover .feature-icon::before {
    opacity: 0.1;
}

.feature-card:hover .feature-icon-img {
    transform: scale(1.1);
}

.feature-card h3 {
    color: #602234;
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
}

.feature-card p {
    color: #602234;
    line-height: 1.5;
    font-size: 0.9rem;
    margin: 0;
}

/* Benefits List */
.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefit-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    align-items: flex-start;
}

.benefit-item:last-child {
    margin-bottom: 0;
}

.benefit-item i {
    color: #602234;
    font-size: 1.75rem;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.benefit-item h4 {
    color: #602234;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.benefit-item p {
    color: #602234;
    line-height: 1.6;
    margin: 0;
}

/* Pricing Section */
.pricing-card {
    background: white;
    padding: 3rem 2rem;
    border: 2px solid rgba(96, 34, 52, 0.15);
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.pricing-card:hover {
    border-color: #602234;
    box-shadow: 0 10px 30px rgba(96, 34, 52, 0.15);
    transform: translateY(-5px);
}

.pricing-card.featured {
    border-color: #602234;
    background: linear-gradient(135deg, #602234 0%, #4a1a28 100%);
    color: white;
    position: relative;
}

.pricing-card.featured::before {
    content: "Most Popular";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #fffaf3;
    color: #602234;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    font-size: 0.85rem;
}

.pricing-card h3 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.pricing-card .price {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #602234;
}

.pricing-card.featured .price {
    color: white;
}

.pricing-card .price-period {
    color: #999;
    font-size: 1rem;
}

.pricing-card.featured .price-period {
    color: rgba(255, 255, 255, 0.8);
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
    text-align: left;
}

.pricing-features li {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(96, 34, 52, 0.15);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.pricing-card.featured .pricing-features li {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.pricing-features li i {
    color: #602234;
    flex-shrink: 0;
}

.pricing-card.featured .pricing-features li i {
    color: #fffaf3;
}

/* Related Services */
.related-service-card {
    background: white;
    padding: 2rem;
    border: 1px solid rgba(96, 34, 52, 0.15);
    height: 100%;
    text-align: center;
    transition: all 0.3s ease;
}

.related-service-card:hover {
    border-color: #602234;
    box-shadow: 0 10px 30px rgba(96, 34, 52, 0.1);
    transform: translateY(-5px);
}

.related-service-card .service-icon {
    width: 80px;
    height: 80px;
    background: #fffaf3;
    color: #602234;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    margin: 0 auto 1.5rem;
}

.related-service-card h4 {
    color: #602234;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.related-service-card p {
    color: #602234;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* Testimonial Card */
.testimonial-card {
    background: white;
    padding: 2.5rem;
    border-left: 4px solid #602234;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.testimonial-quote {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #602234;
    font-style: italic;
    margin-bottom: 1.5rem;
    position: relative;
}

.testimonial-quote::before {
    content: '"';
    font-size: 4rem;
    color: #fffaf3;
    position: absolute;
    top: -20px;
    left: -10px;
    font-family: 'Arimo', sans-serif;
}

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

.author-avatar {
    width: 60px;
    height: 60px;
    background: #602234;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 600;
}

.author-info h5 {
    margin: 0 0 0.25rem 0;
    color: #602234;
    font-weight: 600;
}

.author-info p {
    margin: 0;
    color: #999;
    font-size: 0.9rem;
}

/* Service Stats Grid */
.service-stats {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.stat-box {
    text-align: center;
    padding: 1.5rem;
    background: white;
    border: 1px solid rgba(96, 34, 52, 0.15);
}

.stat-box h3 {
    color: #602234;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat-box p {
    color: #602234;
    margin: 0;
    font-size: 0.9rem;
}

/* Service Gallery */
.service-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.gallery-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

/* Responsive Styles for Service Detail Pages */
@media (max-width: 991px) {
    .service-badge-hero {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        line-height: 60px;
    }

    .hero-meta {
        gap: 1.5rem;
    }

    .feature-card {
        padding: 1.5rem;
    }

    .benefit-item {
        gap: 1rem;
    }

    .service-stats {
        display: flex;
        flex-wrap: nowrap;
        gap: 0.5rem;
        justify-content: center;
    }
    
    .stat-box {
        flex: 0 0 auto;
        min-width: 0;
        padding: 0.8rem 0.6rem;
    }
    
    .stat-box h3 {
        font-size: 1.4rem;
        margin-bottom: 0.3rem;
    }
    
    .stat-box p {
        font-size: 0.65rem;
        line-height: 1.2;
    }
}

@media (max-width: 767px) {
    .hero-meta {
        flex-direction: column;
        gap: 1rem;
    }

    .service-badge-hero {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
        line-height: 50px;
    }

    .feature-card .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 1.75rem;
    }

    .benefit-item {
        flex-direction: column;
        gap: 0.75rem;
    }

    .benefit-item i {
        font-size: 1.5rem;
    }

    .pricing-card {
        padding: 2rem 1.5rem;
        margin-bottom: 2rem;
    }

    .stat-box h3 {
        font-size: 1.3rem;
        margin-bottom: 0.25rem;
    }
    
    .stat-box p {
        font-size: 0.65rem;
        line-height: 1.2;
    }
    
    .service-stats {
        gap: 0.4rem;
        flex-wrap: nowrap;
    }
    
    .stat-box {
        flex: 0 0 auto;
        padding: 0.6rem 0.5rem;
    }

    .testimonial-card {
        padding: 1.5rem;
    }

    .service-gallery {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   ENHANCED RESPONSIVE DESIGN
   ======================================== */

/* Extra Large Devices (Large Desktops) - 1400px and up */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

/* Large Devices (Desktops) - 992px to 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 960px;
    }
    
    .hero-main-title {
        font-size: 56px;
    }
    
    .title-line-1 {
        font-size: 56px;
    }
    
    .title-line-2 {
        font-size: 48px;
    }
}

/* Medium Devices (Tablets) - 768px to 991px */
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 720px;
    }
    
    /* Navigation */
    .navbar-nav {
        text-align: center;
    }
    
    .nav-link-enhanced {
        padding: 10px 20px !important;
    }
    
    /* Hero */
    .hero-main-title {
        font-size: 42px;
    }
    
    .title-line-1 {
        font-size: 42px;
    }
    
    .title-line-2 {
        font-size: 36px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
    
    /* Sections */
    .section {
        padding: 60px 0;
    }
    
    .page-hero {
        height: 50vh;
        min-height: 400px;
    }
    
    .page-hero .hero-title {
        font-size: 2.5rem;
    }
    
    .page-hero .hero-subtitle {
        font-size: 1.2rem;
    }
    
    /* Cards */
    .service-card,
    .value-card,
    .philosophy-card {
        margin-bottom: 2rem;
    }
    
    /* Grid adjustments */
    .row {
        margin: 0 -10px;
    }
    
    [class*="col-"] {
        padding: 0 10px;
    }
}

/* Mobile Devices - All sizes up to 767px */
@media (max-width: 767px) {
    .navbar-brand img,
    .navbar-logo,
    .navbar-brand .navbar-logo,
    a.navbar-brand img {
        height: 30px !important;
        max-height: 30px !important;
        max-width: 120px !important;
        width: auto !important;
    }
}

/* Small Devices (Landscape Phones) - 576px to 767px */
@media (min-width: 576px) and (max-width: 767px) {
    .container {
        max-width: 540px;
        padding: 0 20px;
    }
    
    /* Navigation */
    .navbar-brand img,
    .navbar-logo {
        height: 30px !important;
        max-height: 30px !important;
    }
    
    .nav-link-enhanced {
        font-size: 14px !important;
        padding: 10px 15px !important;
    }
    
    /* Hero */
    .hero-main-title {
        font-size: 36px;
    }
    
    .title-line-1 {
        font-size: 36px;
    }
    
    .title-line-2 {
        font-size: 30px;
    }
    
    .hero-subtitle {
        font-size: 15px;
        margin-bottom: 30px;
    }
    
    .page-hero {
        height: 45vh;
        min-height: 350px;
    }
    
    .page-hero .hero-title {
        font-size: 2rem;
    }
    
    .page-hero .hero-subtitle {
        font-size: 1rem;
    }
    
    /* Sections */
    .section {
        padding: 50px 0;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    /* Buttons */
    .btn {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .btn-lg {
        padding: 14px 28px;
        font-size: 16px;
    }
}

/* Extra Small Devices (Portrait Phones) - up to 575px */
@media (max-width: 575px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
    
    /* Top Bar */
    .top-bar {
        font-size: 11px !important;
        padding: 6px 0 !important;
    }
    
    .top-bar .container {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    /* Navigation */
    .navbar {
        padding: 8px 0 !important;
    }
    
    .navbar-brand {
        margin-right: 15px !important;
    }
    
    .navbar-brand img,
    .navbar-logo {
        height: 30px !important;
        max-height: 30px !important;
    }
    
    .navbar-toggler {
        padding: 6px 10px !important;
    }
    
    .nav-link-enhanced {
        font-size: 14px !important;
        padding: 12px 20px !important;
        text-align: left;
    }
    
    body.ar-lang .nav-link-enhanced {
        text-align: right;
    }
    
    .nav-link-enhanced.active {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    
    body.ar-lang .nav-link-enhanced.active {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    
    .btn-cta-enhanced {
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }
    
    /* Hero */
    .hero-premium {
        min-height: auto;
        height: auto;
        overflow-y: visible;
    }
    
    .hero-main-title {
        font-size: 28px;
        line-height: 1.2;
    }
    
    .title-line-1 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    
    .title-line-2 {
        font-size: 24px;
    }
    
    .hero-subtitle {
        font-size: 14px;
        margin-bottom: 25px;
        line-height: 1.6;
    }
    
    .page-hero {
        height: 40vh;
        min-height: 300px;
        background-attachment: scroll !important;
    }
    
    .page-hero .hero-content {
        padding: 20px;
    }
    
    .page-hero .hero-title {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }
    
    .page-hero .hero-subtitle {
        font-size: 0.95rem;
        margin-bottom: 2rem;
    }
    
    .page-hero .hero-stats {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .page-hero .stat-item {
        margin-bottom: 0;
    }
    
    .page-hero .stat-number {
        font-size: 1.75rem;
    }
    
    .page-hero .stat-label {
        font-size: 0.9rem;
    }
    
    /* Sections */
    .section {
        padding: 40px 0;
    }
    
    .section-title {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }
    
    .lead-text {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Cards */
    .service-card,
    .value-card,
    .philosophy-card,
    .mission-vision-card,
    .differentiator-card,
    .clientele-card {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    /* Images */
    .image-wrapper {
        margin-bottom: 1.5rem;
        max-width: 100%;
        overflow: hidden;
    }
    
    .image-wrapper img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
    }
    
    /* Service images on mobile */
    .service-image,
    .service-image-container,
    .service-image-elegant {
        max-width: 100%;
        overflow: hidden;
    }
    
    .service-image img,
    .service-img,
    .service-image-elegant img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }
    
    /* Hero backgrounds on mobile */
    .hero-bg-container,
    .hero-bg-image,
    .page-hero {
        max-width: 100%;
        overflow: hidden;
    }
    
    /* Blog images on mobile */
    .blog-card-image {
        max-width: 100%;
        overflow: hidden;
    }
    
    .blog-card-image img {
        max-width: 100%;
        height: auto;
    }
    
    /* Mission/Vision images */
    .mission-vision-image,
    .iso-certificate-display,
    .values-image-wrapper {
        max-width: 100%;
        overflow: hidden;
    }
    
    .mission-vision-image img,
    .iso-certificate-display img,
    .values-image-wrapper img {
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }
    
    /* Service Detail Sections */
    .service-detail-section {
        padding: 40px 0;
    }
    
    .service-image {
        margin-bottom: 2rem;
    }
    
    .service-title {
        font-size: 1.5rem;
    }
    
    .service-features-list {
        font-size: 14px;
    }
    
    /* Buttons */
    .btn {
        padding: 10px 20px;
        font-size: 14px;
        width: 100%;
        max-width: 300px;
    }
    
    .btn-lg {
        padding: 12px 24px;
        font-size: 15px;
    }
    
    /* Forms */
    .form-control {
        font-size: 14px;
        padding: 10px 15px;
    }
    
    .form-label {
        font-size: 14px;
    }
    
    /* Contact Info */
    .contact-info-item {
        margin-bottom: 1.5rem;
    }
    
    /* Footer adjustments */
    footer {
        padding: 40px 0 20px;
    }
    
    footer .row {
        margin-bottom: 2rem;
    }
    
    /* Grid adjustments */
    .row {
        margin: 0 -10px;
    }
    
    [class*="col-"] {
        padding: 0 10px;
        margin-bottom: 1rem;
    }
    
    /* Timeline */
    .timeline {
        padding-left: 0;
    }
    
    .timeline::before {
        left: 15px;
    }
    
    .timeline-item {
        padding-left: 50px;
        flex-direction: row !important;
        text-align: left !important;
    }
    
    body.ar-lang .timeline-item {
        padding-left: 0;
        padding-right: 50px;
        text-align: right !important;
    }
    
    .timeline-year {
        position: absolute;
        left: 0;
        width: 40px;
        height: 40px;
        font-size: 0.9rem;
    }
    
    body.ar-lang .timeline-year {
        left: auto;
        right: 0;
    }
    
    /* Blog Cards */
    .blog-card {
        margin-bottom: 1.5rem;
    }
    
    .blog-card-image {
        padding-top: 60%;
    }
    
    /* Tables */
    table {
        font-size: 14px;
    }
    
    table th,
    table td {
        padding: 8px;
    }
    
    /* Modals */
    .modal-dialog {
        margin: 10px;
    }
    
    .modal-content {
        padding: 20px;
    }
}

/* Landscape Orientation - Mobile */
@media (max-width: 767px) and (orientation: landscape) {
    .page-hero {
        height: 60vh;
        min-height: 400px;
    }
    
    .hero-premium {
        min-height: 60vh;
        height: 60vh;
    }
}

/* ========================================
   ABOUT MODAL SECTION
   ======================================== */
.about-modal-section {
    padding: 80px 0;
    background: #fffaf3;
    margin: 40px 0;
    border-top: 1px solid rgba(96, 34, 52, 0.1);
    border-bottom: 1px solid rgba(96, 34, 52, 0.1);
    position: relative;
    z-index: 100;
    min-height: 200px;
}

/* Ensure modal stays visible when displayed */
.about-modal-section.modal-visible {
    display: block !important;
    visibility: visible !important;
}

.about-modal-section.modal-hidden {
    display: none !important;
    visibility: hidden !important;
}

.about-modal-section .content-box {
    padding: 0;
    margin-top: 0;
}

.about-modal-section .ceo-card-small {
    margin-top: 0;
    padding-top: 0;
}

.about-modal-section .section-title {
    color: #602234;
    font-size: 2.5rem;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

/* Ensure both columns align at top and have balanced height */
.about-modal-section .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.about-modal-section .row > [class*="col-"] > * {
    margin-top: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.about-modal-section .ceo-card-small,
.about-modal-section .content-box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.about-modal-section .ceo-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.about-modal-section .ceo-quotes {
    flex: 1;
}

.about-modal-section .ceo-quote-text {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    color: #602234;
    text-align: justify;
}

.about-modal-section .ceo-quote-text:last-of-type {
    margin-bottom: 1.5rem;
}

.about-modal-section .content-box p {
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 1.3rem;
    text-align: justify;
}

.about-modal-section .divider {
    width: 60px;
    height: 2px;
    background: #602234;
    margin-bottom: 2rem;
}

.about-modal-section .lead-text {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #602234;
    margin-bottom: 1.5rem;
    font-weight: 400;
    text-align: justify;
}

.about-modal-section p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #602234;
    margin-bottom: 1.5rem;
}

/* Close Button */
.btn-close-modal {
    background: transparent;
    border: 2px solid #602234;
    color: #602234;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.btn-close-modal:hover {
    background: #602234;
    color: #fffaf3;
    transform: rotate(90deg);
}

.btn-close-modal svg {
    width: 20px;
    height: 20px;
}

/* CEO Card Small */
.ceo-card-small {
    background: #fffaf3;
    border: 1px solid rgba(96, 34, 52, 0.1);
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(96, 34, 52, 0.08);
    transition: all 0.3s ease;
}

.ceo-card-small:hover {
    box-shadow: 0 8px 30px rgba(96, 34, 52, 0.12);
    transform: translateY(-5px);
}

.ceo-card-image-wrapper {
    width: 100%;
    max-width: 180px;
    margin: 0 auto 1.5rem;
    overflow: visible;
    position: relative;
    background: linear-gradient(135deg, #fffaf3 0%, #fffaf3 100%);
    background-image: 
        linear-gradient(rgba(96, 34, 52, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(96, 34, 52, 0.03) 1px, transparent 1px);
    background-size: 15px 15px;
    padding: 10px;
    border: 3px double rgba(96, 34, 52, 0.3);
    border-radius: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 4px 15px rgba(96, 34, 52, 0.1),
        inset 0 0 0 1px rgba(96, 34, 52, 0.1);
}

/* Decorative corner elements - Top Left & Bottom Right */
.ceo-card-image-wrapper::before,
.ceo-card-image-wrapper::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border: 2px solid #602234;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.6;
}

.ceo-card-image-wrapper::before {
    top: -4px;
    left: -4px;
    border-right: none;
    border-bottom: none;
    border-width: 3px;
}

.ceo-card-image-wrapper::after {
    bottom: -4px;
    right: -4px;
    border-left: none;
    border-top: none;
    border-width: 3px;
}

/* Hover effects on wrapper */
.ceo-card-image-wrapper:hover {
    border-color: #602234;
    border-width: 4px;
    box-shadow: 
        0 12px 35px rgba(96, 34, 52, 0.3),
        inset 0 0 0 2px rgba(96, 34, 52, 0.15);
    transform: translateY(-8px) scale(1.03);
    padding: 8px;
    background: linear-gradient(135deg, #fffaf3 0%, #fffaf3 100%);
    animation: subtleGlow 2s ease-in-out infinite alternate;
}

.ceo-card-image-wrapper:hover::before,
.ceo-card-image-wrapper:hover::after {
    width: 35px;
    height: 35px;
    border-color: #602234;
    border-width: 4px;
    opacity: 1;
    box-shadow: 0 0 10px rgba(96, 34, 52, 0.3);
}

@keyframes subtleGlow {
    0% {
        box-shadow: 
            0 12px 35px rgba(96, 34, 52, 0.3),
            inset 0 0 0 2px rgba(96, 34, 52, 0.15);
    }
    100% {
        box-shadow: 
            0 12px 40px rgba(96, 34, 52, 0.4),
            inset 0 0 0 2px rgba(96, 34, 52, 0.2);
    }
}

.ceo-portrait-small {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    filter: grayscale(10%) brightness(0.95);
    position: relative;
    z-index: 1;
}

/* Hover effects on image */
.ceo-card-image-wrapper:hover .ceo-portrait-small {
    transform: scale(1.05);
    filter: grayscale(0%) brightness(1.05);
}

.ceo-card-body {
    text-align: center;
}

.ceo-card-title {
    color: #602234;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.ceo-card-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #602234;
    margin-bottom: 1rem;
    text-align: left;
}

.ceo-card-text:last-child {
    margin-bottom: 0;
}

/* CEO Quotes Section */
.ceo-quotes {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(96, 34, 52, 0.15);
}

.ceo-quote-text {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #602234;
    margin-bottom: 1.25rem;
    text-align: justify;
    font-style: italic;
    position: relative;
    padding-left: 1.5rem;
    padding-right: 0.5rem;
}

.ceo-quote-text::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -0.2rem;
    font-size: 2.5rem;
    color: rgba(96, 34, 52, 0.3);
    font-family: Georgia, serif;
    line-height: 1;
}

.ceo-quote-text em {
    font-style: italic;
    color: #602234;
    font-weight: 400;
}

.ceo-quote-text:last-child {
    margin-bottom: 0;
}

/* CEO Signature Block */
.ceo-signature-block {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(96, 34, 52, 0.2);
    text-align: center;
}

.ceo-name-signature {
    margin: 0 0 0.5rem 0;
    font-size: 1.5rem;
    color: #602234;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    position: relative;
}

.signature-decoration {
    position: relative;
    width: 45px;
    height: 2px;
    background: #602234;
    flex-shrink: 0;
}

.signature-decoration::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #602234;
    top: 50%;
    left: -3px;
    transform: translateY(-50%);
}

.signature-decoration::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #602234;
    top: 50%;
    right: -3px;
    transform: translateY(-50%);
}

.ceo-name-signature strong em,
.ceo-name-signature em strong {
    font-weight: 700 !important;
    font-style: italic !important;
    font-family: 'Arimo', sans-serif;
    color: #602234;
}

.ceo-title-signature {
    margin: 0;
    font-size: 0.9rem;
    color: #602234;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 991.98px) {
    .about-modal-section {
        padding: 60px 0;
    }
    
    .about-modal-section .section-title {
        font-size: 2rem;
    }
    
    .ceo-card-small {
        margin-top: 2rem;
    }
    
    .ceo-card-image-wrapper {
        max-width: 180px;
    }
}

@media (max-width: 767.98px) {
    .about-modal-section {
        padding: 40px 0;
    }
    
    .about-modal-section .row {
        flex-direction: column;
    }
    
    .ceo-card-small {
        margin-bottom: 2rem;
    }
    
    .about-modal-section .section-title {
        font-size: 1.75rem;
    }
    
    .about-modal-section .lead-text {
        font-size: 1.1rem;
    }
    
    .about-modal-section p {
        font-size: 1rem;
    }
    
    .ceo-card-image-wrapper {
        max-width: 150px;
    }
    
    .ceo-card-title {
        font-size: 1.25rem;
    }
    
    .ceo-card-text {
        font-size: 0.9rem;
    }
    
    .ceo-quote-text {
        font-size: 0.85rem;
        padding-left: 1.25rem;
        margin-bottom: 1rem;
    }
    
    .ceo-quote-text::before {
        font-size: 2rem;
    }
}

/* ========================================
   SERVICES INTRODUCTION SECTION - REDESIGNED
   ======================================== */
.services-intro-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #fffaf3 0%, #fffaf3 50%, #fffaf3 100%);
    position: relative;
    overflow: hidden;
}

.services-intro-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(96, 34, 52, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(96, 34, 52, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.services-intro-wrapper {
    position: relative;
    z-index: 1;
}

.services-intro-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: rgba(96, 34, 52, 0.1);
    border: 2px solid rgba(96, 34, 52, 0.2);
    color: #602234;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}

.services-intro-badge:hover {
    background: rgba(96, 34, 52, 0.15);
    border-color: #602234;
    transform: translateY(-2px);
}

.services-intro-badge i {
    font-size: 14px;
}

.services-intro-title {
    font-size: 3rem;
    font-weight: 300;
    color: #602234;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.services-intro-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 3rem;
}

.services-intro-divider .divider-line {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #602234, transparent);
}

.services-intro-divider .divider-icon {
    color: #602234;
    font-size: 12px;
    opacity: 0.6;
}

.services-intro-content {
    text-align: center;
    margin-bottom: 4rem;
}

.services-intro-lead {
    font-size: 1.3rem;
    line-height: 1.9;
    color: #602234;
    font-weight: 400;
    max-width: 900px;
    margin: 0 auto;
}

/* Enhanced Stats Cards */
.services-stats-enhanced {
    margin-top: 3rem;
}

.stat-card-enhanced {
    background: #fffaf3;
    border: 1px solid rgba(96, 34, 52, 0.15);
    padding: 0.9rem 0.8rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(96, 34, 52, 0.12);
}

.stat-card-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(96, 34, 52, 0.05), transparent);
    transition: left 0.5s ease;
}

.stat-card-enhanced:hover::before {
    left: 100%;
}

.stat-card-enhanced:hover {
    transform: translateY(-10px);
    border-color: #602234;
    box-shadow: 0 12px 30px rgba(96, 34, 52, 0.2);
}

.stat-icon-wrapper {
    width: 40px;
    height: 40px;
    margin: 0 auto 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(96, 34, 52, 0.1), rgba(96, 34, 52, 0.05));
    border: 2px solid rgba(96, 34, 52, 0.15);
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.stat-card-enhanced:hover .stat-icon-wrapper {
    background: linear-gradient(135deg, #602234, #4a1a29);
    border-color: #602234;
    transform: rotate(5deg) scale(1.1);
}

.stat-icon-wrapper i {
    font-size: 1.2rem;
    color: #602234;
    transition: all 0.4s ease;
}

.stat-card-enhanced:hover .stat-icon-wrapper i {
    color: #fffaf3;
    transform: scale(1.1);
}

.stat-number-enhanced {
    font-size: 1.7rem;
    font-weight: 700;
    color: #602234;
    margin-bottom: 0.5rem;
    line-height: 1;
    font-family: 'Arimo', sans-serif;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.stat-card-enhanced:hover .stat-number-enhanced {
    color: #602234;
    transform: scale(1.05);
}

.stat-label-enhanced {
    font-size: 0.75rem;
    color: #602234;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.stat-card-enhanced:hover .stat-label-enhanced {
    color: #602234;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .services-intro-title {
        font-size: 2.5rem;
    }
    
    .services-intro-lead {
        font-size: 1.2rem;
    }
    
    .stat-card-enhanced {
        padding: 1.2rem 1rem;
    }
}

@media (max-width: 767.98px) {
    .services-intro-section {
        padding: 60px 0;
    }
    
    .services-intro-title {
        font-size: 2rem;
    }
    
    .services-intro-lead {
        font-size: 1.1rem;
        line-height: 1.8;
    }
    
    .services-intro-divider .divider-line {
        width: 50px;
    }
    
    .stat-card-enhanced {
        padding: 1.1rem 0.9rem;
        margin-bottom: 0.75rem;
    }
    
    /* Ensure stat cards display in 1 row (4 columns) on mobile */
    .services-stats-enhanced .col-3 {
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 4px;
        padding-right: 4px;
    }
    
    .services-stats-enhanced .row {
        margin-left: -4px;
        margin-right: -4px;
    }
    
    /* Fix checkmark alignment */
    .service-features-list li {
        align-items: center;
        gap: 0.625rem;
    }
    
    .service-features-list i {
        font-size: 1.1rem;
        margin-top: 0;
    }
    
    .service-features-list span {
        font-size: 0.95rem;
        line-height: 1.6;
    }
    
    /* Prevent horizontal scrolling */
    .services-intro-section,
    .services-section-elegant {
        overflow-x: hidden;
        max-width: 100%;
    }
    
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* ============================================
   COMPREHENSIVE MOBILE RESPONSIVENESS
   ============================================ */

/* Large Tablets and Small Desktops (992px - 1199px) */
@media (max-width: 1199.98px) {
    .container {
        max-width: 960px;
    }
    
    .services-grid-elegant {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .philosophy-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablets (768px - 991px) */
@media (max-width: 991.98px) {
    /* ISO Banner - Keep 3 columns on mobile */
    .iso-banner {
        padding: 20px 15px;
    }
    
    .iso-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        padding: 0 10px;
        max-width: 100%;
        margin: 0 auto;
    }
    
    .iso-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .iso-highlight {
        margin: 0 auto;
    }
    
    .iso-item:not(:last-child)::after {
        top: 50%;
        right: -4px;
        transform: translateY(-50%);
        width: 1px;
        height: 35px;
    }
    
    .iso-number {
        font-size: 14px;
        text-align: center;
    }
    
    .iso-label {
        font-size: 8px;
        text-align: center;
    }
    
    .iso-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 6px;
    }
    
    .iso-icon svg {
        width: 20px;
        height: 20px;
    }
    
    /* Stats Grid - Keep 4 columns on mobile */
    .stats-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }
    
    .stat-number {
        font-size: 24px;
    }
    
    .stat-label {
        font-size: 9px;
    }
    
    /* Services Grid */
    .services-grid-elegant {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    /* Philosophy Grid - 2 columns on tablet (vision spans full), 1 on smaller */
    .philosophy-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    /* Why Choose Grid */
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    /* About Us Sections */
    .about-mvv-section .row,
    .about-story-section .row,
    .about-advantages-section .row {
        flex-direction: column;
    }
    
    .about-image-wrapper {
        margin-bottom: 2rem;
    }
    
    .advantage-card,
    .approach-card {
        margin-bottom: 1.5rem;
    }
    
    /* Service Detail Pages */
    .service-detail-header {
        padding: 2rem 0;
    }
    
    .service-header-title {
        font-size: 2rem;
    }
    
    .feature-card,
    .process-step {
        margin-bottom: 1.5rem;
    }
}

/* Mobile Devices (576px - 767px) */
@media (max-width: 767.98px) {
    /* Container */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Typography */
    .section-title {
        font-size: 1.75rem;
        line-height: 1.3;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
    
    .section-badge {
        font-size: 0.7rem;
        padding: 0.4rem 0.9rem;
    }
    
    /* Hero Sections - allow content to fit, no clipping */
    .hero-premium {
        min-height: auto;
        height: auto;
        padding: 24px 16px 24px;
        overflow-y: visible;
    }
    
    .hero-premium .hero-content {
        text-align: center !important;
        padding: 20px 0 16px;
    }
    
    .hero-premium .hero-content .row {
        justify-content: center !important;
        text-align: center !important;
    }
    
    .hero-premium .hero-content .col-lg-9 {
        text-align: center !important;
    }
    
    .hero-premium .hero-main-title {
        font-size: 1.75rem;
        text-align: center !important;
        margin: 0 auto 12px;
    }
    
    .hero-premium .hero-subtitle {
        font-size: 1rem;
        text-align: center !important;
        margin: 0 auto 16px;
    }
    
    .hero-premium .hero-premium-badge {
        margin-bottom: 14px;
    }
    
    .hero-premium .hero-cta-premium {
        flex-direction: column;
        gap: 10px;
        max-width: 280px;
        margin: 0 auto;
    }
    
    .title-line-1 {
        font-size: 1.75rem;
    }
    
    .title-line-2 {
        font-size: 1.75rem;
    }
    
    .hero-subtitle {
        font-size: 0.95rem;
    }
    
    .page-hero {
        height: 50vh;
        min-height: 300px;
    }
    
    /* Philosophy - single column on mobile */
    .philosophy-grid {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    
    .vision-item {
        grid-column: 1 !important;
    }
    
    /* Stats Section - Keep 4 columns on mobile */
    .stats-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }
    
    .stat-number {
        font-size: 22px;
    }
    
    .stat-label {
        font-size: 9px;
    }
    
    /* ISO Banner */
    .iso-banner {
        padding: 20px 0;
    }
    
    .iso-number {
        font-size: 18px;
    }
    
    .iso-label {
        font-size: 10px;
    }
    
    .iso-icon svg {
        width: 28px;
        height: 28px;
    }
    
    /* Why Choose Grid - Keep 2 columns on mobile */
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    /* Services Intro */
    .services-intro-title {
        font-size: 1.75rem;
    }
    
    .services-intro-lead {
        font-size: 1rem;
    }
    
    .stat-card-enhanced {
        padding: 0.8rem 0.5rem;
    }
    
    .stat-icon-wrapper {
        width: 32px;
        height: 32px;
        margin: 0 auto 0.3rem;
    }
    
    .stat-icon-wrapper i {
        font-size: 1rem;
    }
    
    .stat-number-enhanced {
        font-size: 1.3rem;
    }
    
    .stat-label-enhanced {
        font-size: 0.65rem;
        letter-spacing: 0.5px;
    }
    
    /* About Us Cards */
    .mvv-card,
    .advantage-card,
    .approach-card {
        padding: 1rem 0.9rem;
        margin-bottom: 1rem;
    }
    
    .advantage-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 0.75rem;
    }
    
    .advantage-icon i {
        font-size: 1.3rem;
    }
    
    .mvv-title,
    .advantage-title,
    .approach-title {
        font-size: 0.95rem;
    }
    
    .mvv-text,
    .advantage-text,
    .approach-text {
        font-size: 0.8rem;
    }
    
    /* Service Detail Pages */
    .service-header-title {
        font-size: 1.75rem;
    }
    
    .service-header-subtitle {
        font-size: 1rem;
    }
    
    .feature-card,
    .process-step {
        padding: 0.9rem 0.7rem;
    }
    
    .process-step .step-number {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
        margin-bottom: 0.75rem;
    }
    
    .process-step h4 {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }
    
    .process-step p {
        font-size: 0.8rem;
        line-height: 1.4;
    }
    
    /* Remove white space before Our Process section on mobile */
    .process-section {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    
    .process-section .text-center {
        margin-bottom: 0.5rem !important;
    }
    
    .process-section .section-title {
        margin-bottom: 0.3rem !important;
    }
    
    .process-section .divider {
        margin: 0.2rem auto 0.4rem !important;
    }
    
    .process-section .lead-text {
        margin-bottom: 0.5rem !important;
    }
    
    /* Force all cards to display 2 per row on mobile */
    .col-md-6.col-lg-4,
    .col-md-6.col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 0.4rem;
        padding-right: 0.4rem;
        margin-bottom: 0.75rem;
    }
    
    /* Ensure 2 cards per row on mobile */
    .row .col-6 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    
    /* Reduce padding and spacing for cards on mobile */
    .col-md-6.col-lg-4 .feature-card,
    .col-md-6.col-lg-4 .staff-category-card,
    .col-md-6.col-lg-4 .event-type-card,
    .col-md-6.col-lg-4 .program-card,
    .col-md-6.col-lg-4 .service-level-card,
    .col-md-6.col-lg-3 .process-step {
        padding: 0.8rem 0.6rem;
        margin-bottom: 0;
    }
    
    .col-md-6.col-lg-4 .feature-card h3,
    .col-md-6.col-lg-4 .staff-category-card h4,
    .col-md-6.col-lg-4 .event-type-card h4,
    .col-md-6.col-lg-4 .program-card h4,
    .col-md-6.col-lg-4 .service-level-card h4,
    .col-md-6.col-lg-3 .process-step h4 {
        font-size: 0.9rem;
        margin-bottom: 0.4rem;
    }
    
    .col-md-6.col-lg-4 .feature-card p,
    .col-md-6.col-lg-4 .staff-category-card p,
    .col-md-6.col-lg-4 .event-type-card p,
    .col-md-6.col-lg-4 .program-card p,
    .col-md-6.col-lg-4 .service-level-card p,
    .col-md-6.col-lg-3 .process-step p {
        font-size: 0.75rem;
        line-height: 1.4;
    }
    
    .col-md-6.col-lg-4 .feature-card .feature-icon {
        width: 48px;
        height: 48px;
        font-size: 1.4rem;
        margin-bottom: 0.75rem;
        border-width: 1.5px;
        border-radius: 10px;
    }
    
    .col-md-6.col-lg-4 .staff-category-card .staff-category-icon,
    .col-md-6.col-lg-4 .event-type-card .event-type-icon,
    .col-md-6.col-lg-4 .program-card .program-icon,
    .col-md-6.col-lg-4 .service-level-card .service-level-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }
    
    .col-md-6.col-lg-3 .process-step .step-number {
        width: 35px;
        height: 35px;
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    
    .feature-title,
    .process-title {
        font-size: 1rem;
    }
    
    /* Contact Page hero - allow content to fit */
    .contact-hero-map {
        min-height: 260px;
        height: auto;
    }
    
    .contact-form-wrapper {
        padding: 2rem 1.5rem;
    }
    
    .form-title {
        font-size: 1.5rem;
    }
    
    /* Modal */
    .about-modal-section {
        padding: 2rem 1rem;
    }
    
    .about-modal-section .row {
        flex-direction: column;
    }
    
    .ceo-card-small {
        margin-bottom: 2rem;
    }
    
    /* Footer */
    .footer-corporate {
        padding: 20px 0 0;
    }
    
    .footer-logo-img {
        height: 24px;
        margin-bottom: 15px;
    }
    
    .footer-heading {
        font-size: 13px;
        margin-bottom: 12px;
    }
    
    .footer-links-list li {
        margin-bottom: 8px;
    }
    
    .footer-contact-item {
        font-size: 12px;
        margin-bottom: 12px;
    }
}

/* Force phone numbers to display in LTR (left-to-right) even in RTL layout */
.phone-number-ltr {
    direction: ltr !important;
    text-align: left !important;
    unicode-bidi: embed;
    display: inline-block;
}

/* Small Mobile Devices (up to 575px) */
@media (max-width: 575.98px) {
    /* Container */
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    /* Typography */
    .section-title {
        font-size: 1.5rem;
    }
    
    .section-badge {
        font-size: 0.65rem;
        padding: 0.35rem 0.8rem;
    }
    
    /* Hero */
    .hero-premium {
        min-height: auto;
        height: auto;
        padding: 20px 12px 20px;
        overflow-y: visible;
    }
    
    .hero-premium .hero-content {
        text-align: center !important;
        padding: 16px 0 12px;
    }
    
    .hero-premium .hero-content .row {
        justify-content: center !important;
        text-align: center !important;
    }
    
    .hero-premium .hero-content .col-lg-9 {
        text-align: center !important;
    }
    
    .hero-premium .hero-main-title {
        font-size: 1.5rem;
        text-align: center !important;
        margin: 0 auto 10px;
    }
    
    .hero-premium .hero-subtitle {
        font-size: 0.9rem;
        text-align: center !important;
        margin: 0 auto 12px;
    }
    
    .hero-premium .hero-premium-badge {
        margin-bottom: 12px;
        padding: 6px 12px;
    }
    
    .hero-premium .hero-cta-premium {
        flex-direction: column;
        gap: 8px;
        max-width: 100%;
        margin: 0 auto;
    }
    
    .hero-premium .hero-cta-premium .btn-premium-primary,
    .hero-premium .hero-cta-premium .btn-premium-outline {
        width: 100%;
        justify-content: center;
    }
    
    .title-line-1 {
        font-size: 1.5rem;
    }
    
    .title-line-2 {
        font-size: 1.5rem;
    }
    
    .hero-subtitle {
        font-size: 0.9rem;
    }
    
    .page-hero {
        height: 40vh;
        min-height: 250px;
    }
    
    /* Stats Section - Keep 4 columns on small mobile */
    .stats-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 6px;
    }
    
    .stat-number {
        font-size: 20px;
    }
    
    .stat-label {
        font-size: 8px;
    }
    
    /* ISO Banner */
    .iso-banner {
        padding: 20px 15px;
    }
    
    .iso-grid {
        padding: 0 10px;
        max-width: 100%;
        margin: 0 auto;
    }
    
    .iso-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 5px;
    }
    
    .iso-highlight {
        padding: 15px 8px;
        margin: 0 auto;
    }
    
    .iso-number {
        font-size: 16px;
        text-align: center;
    }
    
    .iso-label {
        font-size: 9px;
        text-align: center;
    }
    
    .iso-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 8px;
    }
    
    .iso-icon svg {
        width: 24px;
        height: 24px;
    }
    
    /* Services */
    .services-intro-title {
        font-size: 1.5rem;
    }
    
    .services-intro-lead {
        font-size: 0.95rem;
    }
    
    .stat-card-enhanced {
        padding: 0.7rem 0.4rem;
    }
    
    .stat-icon-wrapper {
        width: 28px;
        height: 28px;
        margin: 0 auto 0.25rem;
    }
    
    .stat-icon-wrapper i {
        font-size: 0.9rem;
    }
    
    .stat-number-enhanced {
        font-size: 1.1rem;
    }
    
    .stat-label-enhanced {
        font-size: 0.6rem;
        letter-spacing: 0.3px;
    }
    
    /* Ensure all 4 cards stay on one line on small mobile */
    .services-stats-enhanced .col-3 {
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 3px;
        padding-right: 3px;
    }
    
    .services-stats-enhanced .row {
        margin-left: -3px;
        margin-right: -3px;
    }
    
    /* Cards */
    .mvv-card,
    .advantage-card,
    .approach-card,
    .philosophy-card,
    .why-card {
        padding: 1rem 0.875rem;
    }
    
    .mvv-title,
    .advantage-title,
    .approach-title {
        font-size: 1rem;
    }
    
    .mvv-text,
    .advantage-text,
    .approach-text {
        font-size: 0.85rem;
    }
    
    /* Buttons */
    .btn-premium-primary,
    .btn-premium-outline,
    .view-all-services-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    /* Contact hero */
    .contact-hero-map {
        min-height: 220px;
    }
    
    .contact-form-wrapper {
        padding: 1.5rem 1rem;
    }
    
    .form-title {
        font-size: 1.25rem;
    }
    
    /* Footer */
    .footer-corporate {
        padding: 15px 0 0;
    }
    
    .footer-logo-img {
        height: 20px;
    }
    
    .footer-heading {
        font-size: 12px;
    }
    
    .footer-description {
        font-size: 12px;
    }
    
    .footer-links-list li a {
        font-size: 12px;
    }
    
    .footer-contact-item {
        font-size: 11px;
    }
    
    .footer-copyright {
        font-size: 11px;
    }
}

/* Extra Small Devices (up to 375px) */
@media (max-width: 375px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .section-title {
        font-size: 1.25rem;
    }
    
    .title-line-1 {
        font-size: 1.5rem;
    }
    
    .title-line-2 {
        font-size: 1.25rem;
    }
    
    .stat-number {
        font-size: 24px;
    }
    
    .iso-number {
        font-size: 14px;
    }
    
    .services-intro-title {
        font-size: 1.25rem;
    }
    
    .btn-premium-primary,
    .btn-premium-outline {
        padding: 10px 20px;
        font-size: 13px;
    }
}

/* Landscape Orientation */
@media (max-width: 991.98px) and (orientation: landscape) {
    .hero-premium {
        min-height: auto;
        height: auto;
        overflow-y: visible;
    }
    
    .page-hero {
        height: 60vh;
        min-height: 400px;
    }
}

/* ========================================
   ABOUT US PAGE - PROFESSIONAL REDESIGN
   ======================================== */

/* Hero Section - Professional */
.about-hero-professional {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}

.about-hero-clear {
    position: relative;
    min-height: 60vh;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    filter: none !important;
    -webkit-filter: none !important;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.about-hero-clear::before,
.about-hero-clear::after {
    display: none !important;
    opacity: 0 !important;
    content: none !important;
}

.about-hero-title {
    font-size: 4.5rem;
    font-weight: 700;
    color: #FFFFFF !important;
    text-align: center;
    position: relative;
    z-index: 3;
    padding: 25px 50px;
    display: inline-block;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.5);
    margin: 0;
    line-height: 1.2;
}

.about-hero-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 40px);
    height: calc(100% + 20px);
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 8px;
    z-index: -1;
}

.about-hero-clear .hero-content {
    position: relative;
    z-index: 3;
    width: 100%;
    text-align: center;
}

/* Responsive styles for About Us hero title */
@media (max-width: 991.98px) {
    .about-hero-title {
        font-size: 3.5rem;
        padding: 20px 40px;
    }
}

@media (max-width: 767.98px) {
    .about-hero-title {
        font-size: 2.5rem;
        padding: 18px 35px;
    }
    
    .about-hero-title::before {
        width: calc(100% + 30px);
        height: calc(100% + 15px);
    }
}

@media (max-width: 480px) {
    .about-hero-title {
        font-size: 2rem;
        padding: 15px 30px;
    }
    
    .about-hero-title::before {
        width: calc(100% + 20px);
        height: calc(100% + 10px);
    }
}

/* Contact Us Hero Styles */
.contact-hero-title {
    font-size: 4.5rem;
    font-weight: 700;
    color: #FFFFFF !important;
    text-align: center;
    position: relative;
    z-index: 3;
    padding: 25px 50px;
    display: inline-block;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.5);
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.contact-hero-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 40px);
    height: calc(100% + 20px);
    background: rgba(96, 34, 52, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 8px;
    z-index: -1;
}

.contact-hero-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: #FFFFFF !important;
    text-align: center;
    position: relative;
    z-index: 3;
    padding: 20px 40px;
    display: inline-block;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), 0 0 15px rgba(0, 0, 0, 0.6);
    margin: 0;
    line-height: 1.4;
}

.contact-hero-subtitle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 40px);
    height: calc(100% + 20px);
    background: rgba(96, 34, 52, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 8px;
    z-index: -1;
}

/* Responsive styles for Contact Us hero */
@media (max-width: 991.98px) {
    .contact-hero-title {
        font-size: 3.5rem;
        padding: 20px 40px;
    }
    
    .contact-hero-subtitle {
        font-size: 1.3rem;
        padding: 18px 35px;
    }
}

@media (max-width: 767.98px) {
    .contact-hero-title {
        font-size: 2.5rem;
        padding: 18px 35px;
    }
    
    .contact-hero-title::before {
        width: calc(100% + 30px);
        height: calc(100% + 15px);
    }
    
    .contact-hero-subtitle {
        font-size: 1.1rem;
        padding: 15px 30px;
    }
    
    .contact-hero-subtitle::before {
        width: calc(100% + 30px);
        height: calc(100% + 15px);
    }
}

@media (max-width: 480px) {
    .contact-hero-title {
        font-size: 2rem;
        padding: 15px 30px;
        margin-bottom: 15px;
    }
    
    .contact-hero-title::before {
        width: calc(100% + 20px);
        height: calc(100% + 10px);
    }
    
    .contact-hero-subtitle {
        font-size: 1rem;
        padding: 12px 25px;
    }
    
    .contact-hero-subtitle::before {
        width: calc(100% + 20px);
        height: calc(100% + 10px);
    }
}

.hero-overlay-professional {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(96, 34, 52, 0.3) 0%, rgba(255, 247, 231, 0.2) 100%);
    z-index: 1;
}

.hero-content-professional {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 80px 0;
}

.hero-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(255, 247, 231, 0.95);
    color: #602234;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(96, 34, 52, 0.2);
}

.hero-title-professional {
    font-size: 4rem;
    font-weight: 300;
    margin-bottom: 1rem;
    color: #602234;
    letter-spacing: 1px;
}

.hero-subtitle-professional {
    font-size: 1.3rem;
    color: #602234;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto 2rem;
    line-height: 1.8;
}

.hero-divider-professional {
    width: 80px;
    height: 3px;
    background: #602234;
    margin: 0 auto;
}

/* Section Badge - Professional */
.section-badge-professional {
    display: inline-block;
    padding: 0.5rem 1.2rem;
    background: rgba(96, 34, 52, 0.08);
    color: #602234;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    border-left: 3px solid #602234;
}

.section-badge-professional i {
    margin-right: 0.5rem;
}

.section-badge-professional.badge-light {
    background: rgba(255, 255, 255, 0.15);
    color: #fffaf3;
    border-left-color: #fffaf3;
}

/* Section Title - Professional */
.section-title-professional {
    font-size: 2.8rem;
    font-weight: 300;
    color: #602234;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.section-title-professional.text-white {
    color: #fffaf3;
}

/* Divider - Professional */
.divider-professional {
    width: 60px;
    height: 2px;
    background: #602234;
    margin-bottom: 2rem;
}

.divider-professional.divider-light {
    background: #fffaf3;
}

/* Lead Text - Professional */
.lead-text-professional {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #602234;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.text-professional {
    font-size: 1rem;
    line-height: 1.8;
    color: #602234;
    margin-bottom: 1.2rem;
}

/* Company Overview Section */
.about-overview-section {
    padding: 100px 0;
    background: #fffaf3;
}

.overview-content-wrapper {
    padding-right: 2rem;
}

.overview-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.feature-item-professional {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: #fffaf3;
    border: 1px solid rgba(96, 34, 52, 0.1);
    transition: all 0.3s ease;
}

.feature-item-professional:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(96, 34, 52, 0.15);
    border-color: #602234;
}

.feature-icon-professional {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #602234;
    color: #fffaf3;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.feature-content-professional h4 {
    font-size: 1rem;
    color: #602234;
    margin-bottom: 0.3rem;
    font-weight: 600;
}

.feature-content-professional p {
    font-size: 0.85rem;
    color: #602234;
    margin: 0;
}

/* MVV Cards - Professional */
.about-mvv-section-professional {
    padding: 100px 0;
}

.mvv-card-professional {
    background: #fffaf3;
    padding: 2rem 1.5rem;
    border: 1px solid rgba(96, 34, 52, 0.15);
    box-shadow: 0 8px 25px rgba(96, 34, 52, 0.1);
    position: relative;
    transition: all 0.4s ease;
    height: 100%;
    text-align: center;
}

.mvv-card-professional:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(96, 34, 52, 0.2);
    border-color: #602234;
}

.mvv-card-number {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 3rem;
    font-weight: 300;
}

[dir="rtl"] .mvv-card-number {
    right: auto;
    left: 15px;
}

.mvv-card-corner {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #602234;
    opacity: 0.3;
}

.mvv-card-corner.top-left {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

.mvv-card-corner.bottom-right {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}

.mvv-card-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #602234, #4a1a29);
    color: #fffaf3;
    font-size: 2rem;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(96, 34, 52, 0.3);
}

.mvv-card-title {
    font-size: 1.4rem;
    color: #602234;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.mvv-card-underline {
    width: 50px;
    height: 2px;
    background: #602234;
    margin: 0 auto 1.2rem;
}

.mvv-card-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #602234;
    margin: 0;
}

/* Our Story Section - Professional */
.about-story-section-professional {
    padding: 100px 0;
    background: linear-gradient(135deg, #fffaf3 0%, #fffaf3 50%, #fffaf3 100%);
}

.story-visual-wrapper {
    text-align: center;
    position: relative;
    margin-top: -30px; /* Lift the 25 badge and line slightly upward */
}

.story-badge-visual {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    background: transparent; /* Remove maroon background behind 25 */
    color: #602234;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 2rem;
}

.story-year {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1;
}

.story-year-label {
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 0.5rem;
}

.story-accent-line {
    width: 2px;
    height: 80px;
    background: linear-gradient(180deg, #602234, transparent);
    margin: 0 auto;
}

.story-content-professional {
    padding-left: 2rem;
}

/* Why Choose Section - Professional */
.about-why-section-professional {
    padding: 100px 0;
}

.advantage-card-professional {
    background: #fffaf3;
    padding: 2rem 1.5rem;
    text-align: center;
    height: 100%;
    border: 1px solid rgba(96, 34, 52, 0.15);
    box-shadow: 0 5px 20px rgba(96, 34, 52, 0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.advantage-card-professional::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(96, 34, 52, 0.05), transparent);
    transition: left 0.5s ease;
}

.advantage-card-professional:hover::before {
    left: 100%;
}

.advantage-card-professional:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(96, 34, 52, 0.2);
    border-color: #602234;
}

.advantage-icon-professional {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(96, 34, 52, 0.1), rgba(96, 34, 52, 0.05));
    border: 2px solid rgba(96, 34, 52, 0.2);
    border-radius: 50%;
    transition: all 0.4s ease;
}

.advantage-card-professional:hover .advantage-icon-professional {
    background: linear-gradient(135deg, #602234, #4a1a29);
    border-color: #602234;
    transform: rotate(360deg) scale(1.1);
}

.advantage-icon-professional i {
    font-size: 2rem;
    color: #602234;
    transition: all 0.4s ease;
}

.advantage-card-professional:hover .advantage-icon-professional i {
    color: #fffaf3;
}

.advantage-title-professional {
    font-size: 1.2rem;
    color: #602234;
    margin-bottom: 1rem;
    font-weight: 600;
}

.advantage-text-professional {
    color: #602234;
    line-height: 1.7;
    font-size: 0.95rem;
    margin: 0;
}

/* Statistics Section - Professional */
.about-stats-section-professional {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.about-stats-section-professional::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.stat-card-professional {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 1.4rem 1rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.stat-card-professional:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.stat-number-professional {
    font-size: 2.6rem;
    font-weight: 300;
    color: #fffaf3;
    margin-bottom: 0.35rem;
    line-height: 1;
}

.stat-label-professional {
    font-size: 1rem;
    color: rgba(255, 247, 231, 0.9);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ISO Certification Section - Professional */
.about-certification-section-professional {
    padding: 100px 0;
    background: #fffaf3;
}

.certificate-wrapper-professional {
    position: relative;
    padding: 2rem;
}

.certificate-frame {
    background: #fffaf3;
    padding: 2rem;
    border: 3px solid #602234;
    box-shadow: 0 20px 60px rgba(96, 34, 52, 0.2);
    position: relative;
}

.certificate-frame::before,
.certificate-frame::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #602234;
}

.certificate-frame::before {
    top: -3px;
    left: -3px;
    border-right: none;
    border-bottom: none;
}

.certificate-frame::after {
    bottom: -3px;
    right: -3px;
    border-left: none;
    border-top: none;
}

.certificate-image-professional {
    width: 100%;
    height: auto;
    display: block;
}

.certification-content-professional {
    padding-left: 3rem;
}

.certificate-details-professional {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cert-detail-item-professional {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #fffaf3;
    border-left: 3px solid #602234;
}

.cert-icon-wrapper {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #602234;
    color: #fffaf3;
    border-radius: 50%;
    flex-shrink: 0;
}

.cert-detail-content {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.cert-detail-content strong {
    color: #602234;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cert-detail-content span {
    color: #602234;
    font-size: 1rem;
    font-weight: 600;
}

/* Our Approach Section - Professional */
.about-approach-section-professional {
    padding: 100px 0;
}

.approach-card-professional {
    background: #fffaf3;
    padding: 2rem 1.5rem;
    text-align: center;
    height: 100%;
    border: 1px solid rgba(96, 34, 52, 0.15);
    box-shadow: 0 5px 20px rgba(96, 34, 52, 0.08);
    transition: all 0.4s ease;
    position: relative;
}

.approach-card-professional:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(96, 34, 52, 0.2);
    border-color: #602234;
}

.approach-step-number {
    position: absolute;
    top: 15px;
    right: 15px;
}

[dir="rtl"] .approach-step-number {
    right: auto;
    left: 15px;
}

.approach-icon-professional {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(96, 34, 52, 0.1), rgba(96, 34, 52, 0.05));
    border: 2px solid rgba(96, 34, 52, 0.2);
    border-radius: 50%;
    transition: all 0.4s ease;
}

.approach-card-professional:hover .approach-icon-professional {
    background: linear-gradient(135deg, #602234, #4a1a29);
    border-color: #602234;
    transform: scale(1.1);
}

.approach-icon-professional i {
    font-size: 2rem;
    color: #602234;
    transition: all 0.4s ease;
}

.approach-card-professional:hover .approach-icon-professional i {
    color: #fffaf3;
}

.approach-title-professional {
    font-size: 1.2rem;
    color: #602234;
    margin-bottom: 1rem;
    font-weight: 600;
}

.approach-text-professional {
    color: #602234;
    line-height: 1.7;
    font-size: 0.95rem;
    margin: 0;
}

/* CTA Section - Professional */
.about-cta-section-professional {
    padding: 100px 0;
    background: linear-gradient(135deg, #602234 0%, #4a1a29 100%);
    position: relative;
    overflow: hidden;
}

.about-cta-section-professional::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.3;
}

.cta-wrapper-professional {
    position: relative;
    z-index: 1;
    text-align: center;
}

.cta-content-professional {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 4rem 3rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
}

.cta-title-professional {
    font-size: 2.5rem;
    font-weight: 300;
    color: #fffaf3;
    margin-bottom: 1rem;
}

.cta-text-professional {
    font-size: 1.2rem;
    color: rgba(255, 247, 231, 0.9);
    margin-bottom: 2rem;
}

.btn-cta-professional {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 2.5rem;
    background: #fffaf3;
    color: #602234;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 2px solid #fffaf3;
}

.btn-cta-professional:hover {
    background: transparent;
    color: #fffaf3;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.btn-cta-professional i {
    transition: transform 0.3s ease;
}

.btn-cta-professional:hover i {
    transform: translateX(5px);
}

/* Responsive Design for About Us Professional */
@media (max-width: 991.98px) {
    .hero-title-professional {
        font-size: 3rem;
    }
    
    .hero-subtitle-professional {
        font-size: 1.1rem;
    }
    
    .section-title-professional {
        font-size: 2.2rem;
    }
    
    .overview-content-wrapper {
        padding-right: 0;
        margin-bottom: 3rem;
    }
    
    .certification-content-professional {
        padding-left: 0;
        margin-top: 3rem;
    }
    
    .story-content-professional {
        padding-left: 0;
    }
}

@media (max-width: 767.98px) {
    .about-hero-professional {
        min-height: 50vh;
        background-attachment: scroll;
    }
    
    .hero-content-professional {
        padding: 60px 0;
    }
    
    .hero-title-professional {
        font-size: 2.2rem;
    }
    
    .hero-subtitle-professional {
        font-size: 1rem;
    }
    
    .section-title-professional {
        font-size: 1.8rem;
    }
    
    .about-overview-section,
    .about-mvv-section-professional,
    .about-story-section-professional,
    .about-why-section-professional,
    .about-stats-section-professional,
    .about-certification-section-professional,
    .about-approach-section-professional,
    .about-cta-section-professional {
        padding: 60px 0;
    }
    
    .overview-features-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .feature-item-professional {
        padding: 1.2rem;
    }
    
    .mvv-card-professional,
    .advantage-card-professional,
    .approach-card-professional {
        padding: 1.5rem 1.2rem;
    }
    
    .mvv-card-icon,
    .advantage-icon-professional,
    .approach-icon-professional {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .stat-card-professional {
        padding: 2rem 1rem;
    }
    
    .stat-number-professional {
        font-size: 2.5rem;
    }
    
    .story-badge-visual {
        width: 150px;
        height: 150px;
    }
    
    .story-year {
        font-size: 3.5rem;
    }
    
    .cta-content-professional {
        padding: 2.5rem 1.5rem;
    }
    
    .cta-title-professional {
        font-size: 1.8rem;
    }
}

/* ========================================
   COMPREHENSIVE RESPONSIVE DESIGN
   Covers ALL pages and elements
   ======================================== */

/* ========================================
   MOBILE FIRST - Base Styles (0-767px)
   ======================================== */

/* Container adjustments for mobile */
@media (max-width: 767.98px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Typography scaling */
    h1 {
        font-size: 2rem !important;
        line-height: 1.2 !important;
    }
    
    h2 {
        font-size: 1.75rem !important;
        line-height: 1.3 !important;
    }
    
    h3 {
        font-size: 1.5rem !important;
        line-height: 1.4 !important;
    }
    
    h4 {
        font-size: 1.25rem !important;
    }
    
    p, .lead-text {
        font-size: 1rem !important;
        line-height: 1.6 !important;
    }
    
    /* Section padding reduction */
    section {
        padding: 40px 0 !important;
    }
    
    .section {
        padding: 40px 0 !important;
    }
    
    /* Hero sections */
    .hero-section,
    .hero-premium,
    .page-hero {
        padding: 60px 0 !important;
        min-height: auto !important;
    }
    
    .hero-main-title {
        font-size: 2rem !important;
        margin-bottom: 20px !important;
    }
    
    .hero-subtitle {
        font-size: 0.95rem !important;
        padding: 0 15px !important;
    }
    
    /* Navigation */
    .navbar-nav {
        text-align: center !important;
    }
    
    .navbar-nav .nav-link {
        padding: 12px 15px !important;
        font-size: 1rem !important;
    }
    
    /* Cards and grids */
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .row > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    
    /* Service cards */
    .service-card,
    .service-detail-section {
        margin-bottom: 30px !important;
    }
    
    .service-title {
        font-size: 1.5rem !important;
    }
    
    /* Forms */
    .contact-form-wrapper,
    .form-wrapper {
        padding: 20px 15px !important;
    }
    
    .form-control,
    .form-select,
    textarea.form-control {
        font-size: 16px !important; /* Prevents zoom on iOS */
        padding: 12px 15px !important;
    }
    
    .btn {
        width: 100% !important;
        padding: 14px 20px !important;
        font-size: 1rem !important;
        margin-bottom: 10px;
    }
    
    .btn-lg {
        padding: 16px 24px !important;
        font-size: 1.1rem !important;
    }
    
    /* Statistics and numbers */
    .stat-item,
    .stat-card {
        margin-bottom: 20px !important;
        text-align: center !important;
    }
    
    .stat-number {
        font-size: 2rem !important;
    }
    
    /* Images */
    img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    .service-image img,
    .about-image img {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    
    /* Tables */
    table {
        display: block !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
    
    /* Modals */
    .modal-dialog {
        margin: 10px !important;
        max-width: calc(100% - 20px) !important;
    }
    
    .modal-content {
        padding: 20px 15px !important;
    }
    
    /* Footer */
    .footer-corporate {
        padding: 30px 0 20px !important;
    }
    
    .footer-corporate .row > [class*="col-"] {
        margin-bottom: 30px !important;
        text-align: center !important;
    }
    
    /* Blog and content pages */
    .blog-post-card,
    .post-card {
        margin-bottom: 30px !important;
    }
    
    .blog-sidebar {
        margin-top: 40px !important;
    }
    
    /* About page specific */
    .about-modal-section {
        padding: 40px 0 !important;
    }
    
    .ceo-card-small {
        margin-bottom: 30px !important;
    }
    
    /* Services page specific */
    .services-intro-section {
        padding: 40px 0 !important;
    }
    
    .process-step {
        margin-bottom: 30px !important;
        text-align: center !important;
    }
    
    /* Contact page specific */
    .contact-info-card {
        margin-bottom: 30px !important;
    }
    
    /* Philosophy/Values cards */
    .philosophy-card,
    .philosophy-item {
        margin-bottom: 30px !important;
    }
    
    /* ISO banner */
    .iso-banner {
        padding: 20px 0 !important;
    }
    
    .iso-grid {
        gap: 15px !important;
    }
    
    .iso-item {
        padding: 10px 5px !important;
    }
    
    /* Team section */
    .team-section {
        padding: 40px 0 !important;
    }
    
    .team-content {
        flex-direction: column !important;
    }
    
    .team-image {
        margin-top: 30px !important;
    }
    
    /* CTA sections */
    .cta-section,
    .final-cta-section {
        padding: 40px 0 !important;
        text-align: center !important;
    }
    
    .cta-actions {
        flex-direction: column !important;
    }
    
    .cta-actions .btn {
        width: 100% !important;
        margin: 5px 0 !important;
    }
}

/* ========================================
   TABLET STYLES (768px - 991px)
   ======================================== */
@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    /* Typography */
    h1 {
        font-size: 2.5rem !important;
    }
    
    h2 {
        font-size: 2rem !important;
    }
    
    h3 {
        font-size: 1.75rem !important;
    }
    
    /* Section padding */
    section {
        padding: 60px 0 !important;
    }
    
    /* Hero sections */
    .hero-section,
    .hero-premium {
        padding: 80px 0 !important;
    }
    
    .hero-main-title {
        font-size: 2.5rem !important;
    }
    
    /* Grid adjustments */
    .row > [class*="col-md-"] {
        margin-bottom: 30px;
    }
    
    /* Service cards - 2 columns */
    .service-card {
        margin-bottom: 30px;
    }
    
    /* Forms */
    .contact-form-wrapper {
        padding: 30px !important;
    }
    
    /* Statistics - 2 columns */
    .stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
    
    /* Footer - 2 columns */
    .footer-corporate .row > [class*="col-lg-"] {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        margin-bottom: 30px;
    }
}

/* ========================================
   SMALL MOBILE (0 - 480px)
   ======================================== */
@media (max-width: 480px) {
    /* Even smaller typography */
    h1 {
        font-size: 1.75rem !important;
    }
    
    h2 {
        font-size: 1.5rem !important;
    }
    
    h3 {
        font-size: 1.25rem !important;
    }
    
    /* Reduced padding */
    section {
        padding: 30px 0 !important;
    }
    
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    /* Hero sections */
    .hero-section {
        padding: 40px 0 !important;
    }
    
    .hero-main-title {
        font-size: 1.5rem !important;
    }
    
    .title-line-1 {
        font-size: 1.5rem !important;
    }
    
    .title-line-2 {
        font-size: 1.25rem !important;
    }
    
    /* Buttons */
    .btn {
        padding: 12px 15px !important;
        font-size: 0.9rem !important;
    }
    
    /* Cards */
    .card,
    .service-card,
    .philosophy-card {
        padding: 15px !important;
    }
    
    /* Forms */
    .form-control {
        padding: 10px 12px !important;
        font-size: 16px !important;
    }
    
    /* Statistics */
    .stat-number {
        font-size: 1.75rem !important;
    }
    
    /* ISO banner - stack vertically */
    .iso-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    
    /* Footer */
    .footer-corporate {
        padding: 25px 0 15px !important;
    }
    
    .footer-corporate .row > [class*="col-"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 25px !important;
    }
}

/* ========================================
   LARGE DESKTOP (1200px+)
   ======================================== */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    
    /* Optimal spacing for large screens */
    section {
        padding: 100px 0;
    }
    
    .hero-section {
        padding: 120px 0;
    }
}

/* ========================================
   LANDSCAPE ORIENTATION (Mobile)
   ======================================== */
@media (max-width: 767.98px) and (orientation: landscape) {
    .hero-section {
        padding: 40px 0 !important;
        min-height: auto !important;
    }
    
    .hero-main-title {
        font-size: 1.75rem !important;
    }
    
    section {
        padding: 30px 0 !important;
    }
}

/* ========================================
   TOUCH DEVICE OPTIMIZATIONS
   ======================================== */
@media (hover: none) and (pointer: coarse) {
    /* Larger touch targets */
    .btn {
        min-height: 44px !important;
        min-width: 44px !important;
    }
    
    .nav-link {
        padding: 15px 20px !important;
    }
    
    /* Remove hover effects on touch devices */
    .btn:hover {
        transform: none !important;
    }
    
    /* Larger form inputs */
    .form-control,
    .form-select {
        min-height: 44px !important;
    }
}

/* ========================================
   HIGH DPI DISPLAYS
   ======================================== */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* ========================================
   ACCESSIBILITY - Reduced Motion
   ======================================== */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* ========================================
   PRINT STYLES
   ======================================== */
/* ========================================
   SUCCESS STORIES PAGE STYLES
   ======================================== */

.success-story-card {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.success-story-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(96, 34, 52, 0.15);
}

.featured-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #602234;
    color: #fffaf3;
    padding: 6px 12px;
    border-radius: 0;
    font-size: 0.75rem;
    font-weight: 600;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 5px;
}

.featured-badge i {
    font-size: 0.7rem;
}

/* ============================================
   SUCCESS STORY CARDS (grid) - contained, professional
   ============================================ */
.success-story-card {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(96, 34, 52, 0.08);
}

.success-story-card .blog-card-content {
    padding: 1.25rem 1.25rem 1.5rem;
    min-height: 0;
    overflow: hidden;
}

.success-story-card .blog-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    margin-bottom: 0.75rem;
    font-size: 0.8rem;
    color: #666;
    white-space: normal;
}

.success-story-card .blog-card-meta span {
    flex: 0 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.success-story-card .blog-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.success-story-card .blog-card-title a {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.success-story-card .blog-card-excerpt {
    font-size: 0.9rem;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    margin-bottom: 0.75rem;
    min-height: 0;
}

.success-story-card .story-category {
    display: inline-block;
    margin-top: 0;
    padding: 0.35rem 0.65rem;
    background: rgba(96, 34, 52, 0.08);
    color: #602234;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 4px;
    border-left: 3px solid #602234;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.success-story-card .story-category i {
    margin-right: 0.35rem;
}

[dir="rtl"] .success-story-card .story-category {
    border-left: none;
    border-right: 3px solid #602234;
}

[dir="rtl"] .success-story-card .story-category i {
    margin-right: 0;
    margin-left: 0.35rem;
}

.success-story-card .client-name {
    color: #602234;
    font-weight: 600;
}

/* Keep image area contained */
.success-story-card .blog-card-image {
    flex-shrink: 0;
}

@media (max-width: 576px) {
    .success-story-card .blog-card-content {
        padding: 1rem 1rem 1.25rem;
    }
    .success-story-card .blog-card-title {
        font-size: 1rem;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
}

.story-category {
    display: inline-block;
    margin-top: 10px;
    padding: 4px 10px;
    background: rgba(96, 34, 52, 0.1);
    color: #602234;
    font-size: 0.85rem;
    border-left: 3px solid #602234;
}

.story-category i {
    margin-right: 5px;
}

[dir="rtl"] .story-category {
    border-left: none;
    border-right: 3px solid #602234;
}

[dir="rtl"] .story-category i {
    margin-right: 0;
    margin-left: 5px;
}

.client-name {
    color: #602234;
    font-weight: 600;
}

/* Success Story Detail Page Styles */
.success-story-hero {
    background: linear-gradient(135deg, rgba(96, 34, 52, 0.9) 0%, rgba(74, 26, 41, 0.9) 100%);
    color: #fffaf3;
    padding: 100px 0;
    text-align: center;
}

.success-story-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 0;
}

.success-story-meta {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.success-story-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #602234;
}

.success-story-meta-item i {
    font-size: 1.1rem;
}

/* ========================================
   CONSTRUCTION SERVICE PAGE - CUSTOM DESIGN
   Based on Arabic Company Profile Design
   Colors: Light Beige Background (#F8F7F0), Dark Teal Text (#2D6A6A)
   ======================================== */

.construction-page {
    background: #F8F7F0 !important;
}

.construction-page .section,
.construction-page .service-detail-section {
    background: #F8F7F0 !important;
}

.construction-page .service-detail-header {
    background: #F8F7F0 !important;
}

.construction-page .service-detail-title,
.construction-page h1,
.construction-page h2,
.construction-page h3,
.construction-page h4,
.construction-page .section-title {
    color: #2D6A6A !important;
}

.construction-page p,
.construction-page .lead,
.construction-page .lead-text,
.construction-page .service-detail-subtitle,
.construction-page li,
.construction-page span:not(.meta-badge) {
    color: #2D6A6A !important;
}

.construction-page .construction-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #2D6A6A;
    margin-bottom: 20px;
}

.construction-page .construction-section-intro {
    font-size: 16px;
    line-height: 1.8;
    color: #2D6A6A;
    margin-bottom: 25px;
}

.construction-page .construction-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #2D6A6A;
    margin-top: 25px;
    margin-bottom: 15px;
}

.construction-page .construction-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.construction-page .construction-features-list li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    font-size: 15px;
    line-height: 1.7;
    color: #2D6A6A;
}

.construction-page .construction-features-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #2D6A6A;
    font-size: 20px;
    line-height: 1;
}

[dir="rtl"] .construction-page .construction-features-list li {
    padding-left: 0;
    padding-right: 25px;
}

[dir="rtl"] .construction-page .construction-features-list li::before {
    left: auto;
    right: 0;
}

.construction-page .construction-image-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.construction-page .construction-image-wrapper img {
    width: 100%;
    height: auto;
    border: 1px solid rgba(45, 106, 106, 0.1);
}

.construction-page .construction-service-section {
    padding: 60px 0;
}

.construction-page .construction-content-column {
    padding: 0 30px;
}

/* Service Badge - Teal Style */
.construction-page .service-badge-header {
    color: #2D6A6A !important;
    border-color: #2D6A6A !important;
}

.construction-page .meta-badge {
    background: rgba(45, 106, 106, 0.1) !important;
    color: #2D6A6A !important;
    border: 1px solid rgba(45, 106, 106, 0.2) !important;
}

.construction-page .meta-badge i {
    color: #2D6A6A !important;
}

/* Buttons - Keep burgundy but make them work with the page */
.construction-page .btn-primary {
    background-color: #2D6A6A !important;
    border-color: #2D6A6A !important;
    color: #F8F7F0 !important;
}

.construction-page .btn-primary:hover {
    background-color: #245555 !important;
    border-color: #245555 !important;
}

.construction-page .back-button {
    color: #2D6A6A !important;
}

.construction-page .back-button:hover {
    color: #245555 !important;
}

/* Divider */
.construction-page .divider {
    background: #2D6A6A !important;
}

/* Stats Box */
.construction-page .stat-box h3 {
    color: #2D6A6A !important;
}

.construction-page .stat-box p {
    color: #2D6A6A !important;
    opacity: 0.8;
}

/* Responsive for Construction Page */
@media (max-width: 991.98px) {
    .construction-page .construction-service-section {
        padding: 40px 0;
    }
    
    .construction-page .construction-content-column {
        padding: 0 15px;
    }
}

@media (max-width: 767.98px) {
    .construction-page .construction-service-section {
        padding: 30px 0;
    }
    
    .construction-page .construction-section-title {
        font-size: 24px;
    }
    
    .construction-page .construction-section-intro {
        font-size: 15px;
    }
    
    .construction-page .construction-subtitle {
        font-size: 16px;
    }
    
    .construction-page .construction-features-list li {
        font-size: 14px;
    }
}

/* Responsive styles for Success Stories */
@media (max-width: 767.98px) {
    .success-story-card {
        margin-bottom: 30px;
    }
    
    .featured-badge {
        top: 10px;
        right: 10px;
        padding: 5px 10px;
        font-size: 0.7rem;
    }
    
    .success-story-meta {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .success-story-content {
        padding: 40px 0;
    }
    
    .sidebar-widget {
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .featured-badge {
        top: 8px;
        right: 8px;
        padding: 4px 8px;
        font-size: 0.65rem;
    }
    
    .story-category {
        font-size: 0.75rem;
        padding: 3px 8px;
    }
}

@media print {
    .top-bar,
    .navbar,
    .btn,
    footer {
        display: none !important;
    }
    
    body {
        padding-top: 0 !important;
    }
    
    .page-hero {
        height: auto;
        min-height: auto;
        page-break-after: always;
    }
}
