/* 
  Infinity Aero - Main Stylesheet
  Theme: Simple, Professional, Trust-Building Design
*/

:root {
    /* Trust-building color palette - Based on hero section */
    --primary-color: #1a365d; /* Deep blue - trustworthy */
    --secondary-color: #3182ce; /* Medium blue */
    --accent-color: #ebf8ff; /* Very light blue */
    --text-color: #2d3748; /* Dark gray for text */
    --text-muted: #718096; /* Medium gray for secondary text */
    --light-bg: #ffffff; /* Changed from #f8fafc to white */
    --border-color: #e2e8f0; /* Light gray for borders */
    --success-color: #48bb78; /* Green */
    --warning-color: #f6ad55; /* Orange */
    --danger-color: #e53e3e; /* Red */
    --white: #ffffff;
    --black: #000000;
    
    /* Typography */
    --heading-font: 'Montserrat', sans-serif;
    --body-font: 'Open Sans', sans-serif;
    
    /* Spacing */
    --section-padding: 70px 0;
    --section-sm-padding: 40px 0;
    --hero-padding: 80px 0;
}

/* Typography - Focus on readability and professionalism */
body {
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--white);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
    font-weight: 600;
    color: var(--primary-color);
    line-height: 1.3;
    margin-bottom: 1rem;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 2rem;
    margin-bottom: 1.25rem;
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

h4 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

h5 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

h6 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

p {
    margin-bottom: 1.25rem;
    color: var(--text-color);
}

a {
    color: var(--secondary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.text-muted {
    color: var(--text-muted) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.small {
    font-size: 0.875rem;
}

/* Apply hero section styling to all main sections */
.section,
.section-sm,
.page-hero-section,
.trust-indicators,
.service-section,
.inventory-section,
.testimonial-section,
.about-section,
.blog-section,
.contact-section,
.cta-section,
.certifications-section {
    padding: var(--hero-padding);
    position: relative;
    background-color: #ffffff;
    border-bottom: 1px solid var(--border-color);
}

/* Hero Section styling - Now the base for all sections */
.hero-section {
    padding: var(--hero-padding);
    position: relative;
    background-color: #ffffff;
}

.hero-title,
.section-title h2,
.page-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    color: var(--primary-color);
}

.hero-subtitle,
.section-title p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: var(--text-muted);
}

/* Buttons styling from hero section */
.btn {
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #152e4d;
    border-color: #152e4d;
}

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white);
}

/* Content layout styling based on hero section */
.content-row {
    display: flex;
    align-items: center;
}

.content-text {
    margin-bottom: 2rem;
}

.content-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

/* Cards styled like hero section elements */
.card {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.card-title {
    font-weight: 700;
    color: var(--primary-color);
}

.card-text {
    color: var(--text-muted);
    line-height: 1.6;
}

/* Override any specific section styling to match hero theme */
.page-hero-section {
    text-align: center;
}

.page-hero-section .breadcrumb-item,
.page-hero-section .breadcrumb-item a {
    color: var(--text-muted);
}

.page-hero-section .breadcrumb-item.active {
    color: var(--primary-color);
}

.testimonial-item {
    background-color: #ffffff;
    border: 1px solid var(--border-color);
}

.service-item,
.service-card {
    background-color: #ffffff;
    border: none;
    border-radius: 16px;
    padding: 40px 35px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(26, 54, 93, 0.15);
}

.service-card:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #3182ce, #63b3ed, #3182ce);
    background-size: 200% auto;
    opacity: 0.8;
    transition: all 0.5s ease;
}

.service-card:hover:before {
    background-position: right center;
}

.service-card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(49, 130, 206, 0.03) 0%, rgba(235, 248, 255, 0.1) 100%);
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease;
}

.service-card:hover:after {
    opacity: 1;
}

.service-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: linear-gradient(135deg, #ebf8ff 0%, #bee3f8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 10px 20px rgba(49, 130, 206, 0.1);
}

.service-card:hover .service-icon {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 25px rgba(49, 130, 206, 0.2);
    background: linear-gradient(135deg, #bee3f8 0%, #ebf8ff 100%);
}

.service-icon i {
    color: var(--primary-color);
    font-size: 32px;
    transition: all 0.4s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.service-card:hover .service-icon i {
    color: #2b6cb0;
    transform: scale(1.1);
}

.service-content {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-content h3 {
    margin-bottom: 18px;
    font-weight: 700;
    color: var(--primary-color);
    font-size: 24px;
    transition: all 0.3s ease;
    line-height: 1.3;
    position: relative;
    display: inline-block;
}

.service-content h3:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    transition: all 0.3s ease;
}

.service-card:hover .service-content h3:after {
    width: 60px;
}

.service-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(226, 232, 240, 0.7);
}

.service-rating .text {
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 600;
    letter-spacing: 0.3px;
}

.service-rating .stars {
    color: #ed8936;
    letter-spacing: 2px;
}

.service-card p {
    color: var(--text-color);
    margin-bottom: 25px;
    line-height: 1.75;
    font-size: 15px;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.service-features li {
    padding: 10px 0;
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

.service-features li:hover {
    transform: translateX(5px);
}

.service-features li .icon {
    color: var(--success-color);
    margin-right: 12px;
    flex-shrink: 0;
    margin-top: 2px;
    filter: drop-shadow(0 2px 2px rgba(72, 187, 120, 0.2));
}

.service-certifications {
    margin-top: auto;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cert-badge {
    background-color: rgba(235, 248, 255, 0.7);
    color: var(--primary-color);
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.7px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(49, 130, 206, 0.1);
    border: 1px solid rgba(49, 130, 206, 0.1);
}

.service-card:hover .cert-badge {
    background-color: var(--primary-color);
    color: var(--white);
    box-shadow: 0 5px 15px rgba(49, 130, 206, 0.2);
}

/* Background color consistency */
.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-light,
.bg-secondary {
    background-color: #ffffff !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.navbar-brand {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--primary-color);
    padding: 0;
}

.site-header {
    height: 120px; /* Desired final header height */
    position: relative;
    overflow: hidden;
    padding: 0;
    display: flex;
    align-items: center;
}

.navbar-brand-logo {
    height: 200px;
    width: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px; /* adjust as you need */
}



.navbar {
    padding: 0;
}

.navbar-nav {
    margin-left: auto;
}

.nav-link {
    color: var(--text-color);
    font-weight: 600;
    padding: 0.5rem 1rem !important;
    font-size: 0.95rem;
}

.nav-link:hover, 
.nav-link:focus,
.nav-link.active {
    color: var(--primary-color);
}

.dropdown-menu {
    border: 1px solid var(--border-color);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.dropdown-item {
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    color: var(--text-color);
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #ffffff;
    color: var(--primary-color);
}

/* Footer Styles */
.site-footer {
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.site-footer h5 {
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    color: #333;
}

.site-footer .footer-links a {
    transition: all 0.3s ease;
    display: inline-block;
    color: #555;
}

.site-footer .footer-links a:hover {
    color: var(--bs-primary) !important;
    transform: translateX(5px);
}

.site-footer hr {
    opacity: 0.1;
}


.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.back-to-top.active {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    transform: translateY(-3px);
}

/* Page Title Section */
.page-title-section {
    background-color: #ffffff;
    padding: 50px 0;
    text-align: center;
    border-bottom: 1px solid var(--border-color);
}

.page-title-section h1 {
    font-size: 30px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: var(--primary-color);
}

.breadcrumb-item.active {
    color: var(--text-muted);
}

/* Form Styles */
.form-control {
    height: auto;
    padding: 12px 15px;
    border-radius: 4px;
    border-color: var(--border-color);
    font-size: 15px;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

.form-label {
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 8px;
}

/* For Mobile */
@media (max-width: 767px) {
    .hero-section {
        padding: 60px 0 40px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .section {
        padding: 40px 0;
    }
}

/* Blog Section */
.blog-section {
    background-color: #ffffff;
}

/* Contact Section */
.contact-section {
    background-color: #ffffff;
}

/* About Section */
.about-section {
    background-color: #ffffff;
}

/* Certifications Section */
.certifications-section {
    background-color: #ffffff;
    border-top: 1px solid var(--border-color);
}

/* Call to Action Section */
.luxury-cta-section {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, #0c2340, #173a61);
    overflow: hidden;
    color: #fff;
    margin-top: 50px;
    cursor: default;
}

.luxury-cta-section:hover {
    cursor: pointer;
}

.luxury-cta-shine {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 70%);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    z-index: 1;
}

.luxury-cta-section:hover .luxury-cta-shine {
    opacity: 1;
    transform: scale(1.5);
}

.luxury-cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/pattern-overlay.d41d8cd98f00.png");
    opacity: 0.06;
}

.luxury-cta-content {
    position: relative;
    z-index: 2;
    padding: 40px;
}

.luxury-cta-badge {
    display: inline-block;
    padding: 8px 16px;
    background: linear-gradient(90deg, rgba(255,255,255,0.1), rgba(255,255,255,0.2));
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255,255,255,0.1);
}

.luxury-cta-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 25px;
    background: linear-gradient(90deg, #fff, #cad4e0);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.luxury-cta-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px auto;
    width: 80%;
}

.luxury-separator-line {
    height: 1px;
    flex: 1;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.5));
}

.luxury-separator-line:last-child {
    background: linear-gradient(90deg, rgba(255,255,255,0.5), rgba(255,255,255,0));
}

.luxury-separator-icon {
    margin: 0 15px;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #3a6ea5, #174a77);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.2);
}

.luxury-cta-text {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255,255,255,0.9);
}

.luxury-cta-buttons {
    margin-top: 30px;
}

.luxury-btn-primary {
    padding: 12px 30px;
    background: linear-gradient(135deg, #3a6ea5, #174a77);
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    margin: 0 10px;
    border: 1px solid rgba(255,255,255,0.2);
}

.luxury-btn-primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.25);
    color: #fff;
}

.luxury-btn-outline {
    padding: 12px 30px;
    background: transparent;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin: 0 10px;
    border: 1px solid rgba(255,255,255,0.3);
}

.luxury-btn-outline:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    color: #fff;
}

/* Enhanced Animations */
.luxury-about-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

.luxury-about-image:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.2);
}

.luxury-about-image::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(30deg);
    transition: all 1.5s cubic-bezier(0.2, 1, 0.3, 1);
    opacity: 0;
}

.luxury-about-image:hover::after {
    left: 130%;
    opacity: 1;
}

.luxury-section-title {
    position: relative;
    display: inline-block;
}

.luxury-section-title::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #3a6ea5, #c0c0c0);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

.luxury-section-header:hover .luxury-section-title::before {
    width: 100%;
}

.luxury-value-box,
.luxury-mission-vision-box,
.luxury-team-member,
.luxury-certification-logo,
.luxury-testimonial-item {
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}

.luxury-value-box:hover,
.luxury-mission-vision-box:hover,
.luxury-team-member:hover,
.luxury-certification-logo:hover,
.luxury-testimonial-item:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .luxury-cta-title {
        font-size: 2.5rem;
    }
    
    .luxury-section-title {
        font-size: 2rem;
    }
    
    .luxury-timeline-line {
        left: 50px;
    }
    
    .luxury-timeline-item {
        flex-direction: row !important;
    }
    
    .luxury-timeline-badge {
        width: 80px;
        height: 80px;
        flex-shrink: 0;
    }
    
    .luxury-year {
        font-size: 1.1rem;
    }
    
    .luxury-timeline-item:nth-child(even) .luxury-timeline-content {
        text-align: left;
    }
    
    .luxury-team-intro {
        padding-right: 0;
    }
    
    .luxury-team-stats {
        justify-content: space-between;
    }
    
    .luxury-stat-item {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .luxury-hero-section {
        padding: 80px 0;
    }
    
    .luxury-page-title {
        font-size: 2rem;
    }
    
    .luxury-timeline-item {
        margin-bottom: 50px;
    }
    
    .luxury-timeline-badge {
        width: 60px;
        height: 60px;
    }
    
    .luxury-timeline-content {
        padding-left: 20px;
    }
    
    .luxury-timeline-title {
        font-size: 1.2rem;
    }
    
    .luxury-stat-number {
        font-size: 2rem;
    }
}

/* Star sparkle effects for Core Values section */
.star-container {
    position: relative;
    display: inline-block;
    padding: 10px 40px;
}

.sparkle-heading {
    position: relative;
    display: inline-block;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color), #4299e1, var(--primary-color));
    background-size: 300% 300%;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: shine 3s ease infinite;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(49, 130, 206, 0.2);
}

.star {
    position: absolute;
    color: var(--secondary-color);
    font-size: 14px;
    animation: twinkle 3s infinite;
    opacity: 0.8;
    z-index: 5;
}

.star-1 { top: -5px; left: 15%; animation-delay: 0.3s; font-size: 16px; }
.star-2 { top: 10px; left: 30%; animation-delay: 0.7s; }
.star-3 { top: 0px; left: 45%; animation-delay: 0.1s; font-size: 12px; }
.star-4 { top: 15px; right: 30%; animation-delay: 0.5s; }
.star-5 { top: -5px; right: 15%; animation-delay: 0.9s; font-size: 16px; }
.star-6 { bottom: -5px; left: 15%; animation-delay: 0.2s; font-size: 16px; }
.star-7 { bottom: 10px; left: 30%; animation-delay: 0.6s; }
.star-8 { bottom: 0px; left: 45%; animation-delay: 0.8s; font-size: 12px; }
.star-9 { bottom: 15px; right: 30%; animation-delay: 0.4s; }
.star-10 { bottom: -5px; right: 15%; animation-delay: 0s; font-size: 16px; }

@keyframes twinkle {
    0%, 100% { opacity: 0.4; transform: scale(0.8); }
    50% { opacity: 1; transform: scale(1.2); }
}

@keyframes shine {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Make value boxes also shine on hover */
.value-box {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.value-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.value-box:hover::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 60%);
    opacity: 0;
    pointer-events: none;
    animation: sparkleEffect 1.5s ease-in-out;
}

@keyframes sparkleEffect {
    0% { transform: rotate(0deg); opacity: 0; }
    25% { opacity: 0.3; }
    50% { opacity: 0.5; }
    75% { opacity: 0.3; }
    100% { transform: rotate(360deg); opacity: 0; }
}

.trust-icon {
    color: var(--primary-color);
}

/* Luxury About Page Styling */
.luxury-hero-section {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, #112d4e, #1a365d);
    overflow: hidden;
    color: #fff;
}

.luxury-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/pattern-bg.d41d8cd98f00.png");
    opacity: 0.08;
}

.luxury-hero-content {
    position: relative;
    z-index: 2;
    padding: 30px;
}

.luxury-page-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(90deg, #fff, #cad4e0);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.luxury-title-underline {
    height: 3px;
    width: 80px;
    background: linear-gradient(90deg, #3a6ea5, #c0c0c0);
    margin: 0 auto 1.5rem;
    position: relative;
}

.luxury-title-underline:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 35%;
    width: 30%;
    height: 7px;
    background: linear-gradient(90deg, #3a6ea5, #c0c0c0);
    border-radius: 5px;
}

.luxury-breadcrumb {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.luxury-breadcrumb-item {
    position: relative;
    padding: 0 15px;
    font-size: 1rem;
}

.luxury-breadcrumb-item:not(:last-child)::after {
    content: '/';
    position: absolute;
    right: 0;
    color: rgba(255,255,255,0.5);
}

.luxury-breadcrumb-item a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

.luxury-breadcrumb-item a:hover {
    color: #fff;
    text-shadow: 0 0 10px rgba(255,255,255,0.5);
}

.luxury-breadcrumb-item.active {
    color: #fff;
    font-weight: 600;
}

.luxury-hero-design-element {
    position: absolute;
    background: rgba(255,255,255,0.03);
    border-radius: 50%;
}

.luxury-hero-element-1 {
    width: 400px;
    height: 400px;
    bottom: -200px;
    left: -100px;
}

.luxury-hero-element-2 {
    width: 300px;
    height: 300px;
    top: -150px;
    right: -50px;
}

/* About Section */
.luxury-about-section {
    padding: 100px 0;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.luxury-about-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.luxury-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(23, 58, 97, 0.3), rgba(23, 58, 97, 0));
}

.luxury-highlight-box {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    transition: all 0.5s ease;
}

.luxury-highlight-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.luxury-highlight-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #3a6ea5, #163963);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #fff;
    font-size: 1.5rem;
}

.luxury-about-content {
    padding: 0 20px;
}

.luxury-section-subtitle {
    font-size: 0.9rem;
    color: #3a6ea5;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.luxury-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #173a61;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.luxury-section-underline {
    height: 3px;
    width: 80px;
    background: linear-gradient(90deg, #3a6ea5, #c0c0c0);
    margin-bottom: 25px;
    position: relative;
}

.luxury-about-content .luxury-section-underline {
    margin-left: 0;
}

.luxury-lead-paragraph {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 25px;
    border-left: 3px solid #3a6ea5;
    padding-left: 15px;
}

.luxury-about-text p {
    margin-bottom: 20px;
    line-height: 1.8;
    color: #555;
}

.luxury-about-signatures {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e9ecef;
}

.luxury-signature-text p {
    font-style: italic;
    color: #666;
}

.luxury-signature-name {
    font-weight: 700;
    font-size: 1.1rem;
    color: #173a61;
    margin-top: 15px;
}

/* Mission & Vision */
.luxury-mission-vision-section {
    padding: 100px 0;
    background-color: #ffffff;
    position: relative;
}

.luxury-section-header {
    margin-bottom: 60px;
}

.luxury-section-lead {
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.luxury-mission-vision-box {
    position: relative;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 40px 30px;
    height: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    overflow: hidden;
    z-index: 1;
}

.luxury-mission-vision-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.luxury-box-top-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, #3a6ea5, #99b6d3);
}

.luxury-vision-box .luxury-box-top-line {
    background: linear-gradient(90deg, #173a61, #3a6ea5);
}

.luxury-icon-container {
    margin-bottom: 25px;
}

.luxury-icon-box {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #f5f5f5, #fff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
}

.luxury-icon-box i {
    font-size: 2rem;
    color: #3a6ea5;
}

.luxury-vision-box .luxury-icon-box i {
    color: #173a61;
}

.luxury-box-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #173a61;
    margin-bottom: 20px;
}

.luxury-box-text {
    color: #555;
    line-height: 1.7;
    margin-bottom: 25px;
}

.luxury-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.luxury-check-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.check-icon {
    width: 24px;
    height: 24px;
    background: #3a6ea5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.check-icon i {
    color: #fff;
    font-size: 0.8rem;
}

.check-text {
    color: #555;
    line-height: 1.5;
}

/* Timeline Section */
.luxury-timeline-section {
    padding: 100px 0;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.luxury-timeline-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/grid-pattern.d41d8cd98f00.png");
    opacity: 0.04;
}

.luxury-timeline {
    position: relative;
    margin-top: 80px;
    padding: 0 20px;
}

.luxury-timeline-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(58, 110, 165, 0), #3a6ea5 10%, #3a6ea5 90%, rgba(58, 110, 165, 0));
    transform: translateX(-50%);
}

.luxury-timeline-item {
    position: relative;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
}

.luxury-timeline-badge {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    z-index: 2;
    position: relative;
    border: 3px solid #3a6ea5;
}

.luxury-year {
    font-size: 1.3rem;
    font-weight: 700;
    color: #173a61;
}

.luxury-timeline-content {
    flex: 1;
    padding: 0 30px;
}

.luxury-timeline-card {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: all 0.3s ease;
}

.luxury-timeline-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.luxury-timeline-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #173a61;
    margin-bottom: 15px;
}

.luxury-timeline-text {
    color: #555;
    line-height: 1.7;
}

.luxury-timeline-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #3a6ea5, #163963);
    border-radius: 50%;
    color: #fff;
}

.luxury-timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

.luxury-timeline-item:nth-child(even) .luxury-timeline-content {
    text-align: right;
}

/* Core Values */
.luxury-values-section {
    padding: 100px 0;
    background-color: #ffffff;
    position: relative;
}

.luxury-stars-container {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.luxury-star {
    position: absolute;
    color: #3a6ea5;
    font-size: 1rem;
    opacity: 0.5;
    animation: twinkle 3s infinite;
}

.luxury-star-1 { top: -10px; left: -40px; animation-delay: 0s; }
.luxury-star-2 { top: 10px; left: -20px; animation-delay: 0.5s; }
.luxury-star-3 { top: -15px; left: 0; animation-delay: 1s; }
.luxury-star-4 { top: 5px; left: 20px; animation-delay: 1.5s; }
.luxury-star-5 { top: -10px; left: 40px; animation-delay: 2s; }
.luxury-star-6 { top: -10px; right: -40px; animation-delay: 0.3s; }
.luxury-star-7 { top: 10px; right: -20px; animation-delay: 0.8s; }
.luxury-star-8 { top: -15px; right: 0; animation-delay: 1.3s; }
.luxury-star-9 { top: 5px; right: 20px; animation-delay: 1.8s; }
.luxury-star-10 { top: -10px; right: 40px; animation-delay: 2.3s; }

@keyframes twinkle {
    0%, 100% { opacity: 0.3; transform: scale(0.8); }
    50% { opacity: 1; transform: scale(1.2); }
}

.luxury-value-box {
    position: relative;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px 20px;
    min-height: 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: all 0.4s ease;
    overflow: hidden;
}

.luxury-value-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.luxury-value-top-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, #3a6ea5, #c0c0c0);
}

.luxury-value-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #f5f5f5, #fff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
}

.luxury-value-icon i {
    font-size: 1.8rem;
    color: #3a6ea5;
}

.luxury-value-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #173a61;
    margin-bottom: 15px;
}

.luxury-value-text {
    color: #555;
    line-height: 1.7;
}

.luxury-value-shine {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0)
    );
    transform: rotate(45deg);
    pointer-events: none;
    transition: all 0.8s ease;
    opacity: 0;
}

.luxury-value-box:hover .luxury-value-shine {
    transform: rotate(45deg) translate(100%, 100%);
    opacity: 1;
}

/* Team Section */
.luxury-team-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.luxury-team-intro {
    padding-right: 30px;
}

.luxury-team-description {
    margin: 30px 0;
}

.luxury-team-description p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.luxury-team-stats {
    display: flex;
    margin-top: 30px;
}

.luxury-stat-item {
    margin-right: 40px;
}

.luxury-stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #173a61;
    margin-bottom: 5px;
    line-height: 1;
}

.luxury-stat-text {
    font-size: 0.9rem;
    color: #666;
}

.luxury-team-member {
    position: relative;
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    height: 100%;
}

.luxury-team-member:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.luxury-team-image {
    position: relative;
    overflow: hidden;
}

.luxury-team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(23, 58, 97, 0.8), rgba(23, 58, 97, 0));
    opacity: 0;
    transition: all 0.4s ease;
}

.luxury-team-member:hover .luxury-team-overlay {
    opacity: 1;
}

.luxury-team-social {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s ease;
}

.luxury-team-member:hover .luxury-team-social {
    transform: translateY(0);
    opacity: 1;
}

.luxury-social-icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    color: #173a61;
    transition: all 0.3s ease;
}

.luxury-social-icon:hover {
    background-color: #3a6ea5;
    color: #fff;
    transform: translateY(-5px);
}

.luxury-team-content {
    padding: 25px 20px;
}

.luxury-team-name {
    font-size: 1.4rem;
    font-weight: 600;
    color: #173a61;
    margin-bottom: 5px;
}

.luxury-team-position {
    font-size: 0.9rem;
    color: #3a6ea5;
    margin-bottom: 15px;
    font-weight: 500;
}

.luxury-team-bio {
    color: #555;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Certification Section */
.luxury-certification-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.luxury-certifications {
    margin-top: 50px;
}

.luxury-certification-logo {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.4s ease;
}

.luxury-certification-logo:hover {
    transform: translateY(-10px);
}

.luxury-logo-container {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.luxury-logo-container img {
    max-height: 70px;
    transition: all 0.3s ease;
}

.luxury-logo-shine {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0)
    );
    transform: rotate(45deg);
    pointer-events: none;
    transition: all 0.8s ease;
    opacity: 0;
}

.luxury-certification-logo:hover .luxury-logo-shine {
    transform: rotate(45deg) translate(100%, 100%);
    opacity: 1;
}

.luxury-certification-logo:hover img {
    transform: scale(1.1);
}

.luxury-logo-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: #173a61;
    margin-top: 10px;
}

/* Testimonials Section */
.luxury-testimonials-section {
    padding: 100px 0;
    background-color: #ffffff;
    position: relative;
}

.luxury-testimonials-container {
    margin-top: 50px;
}

.luxury-testimonial-item {
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
}

.luxury-testimonial-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.luxury-testimonial-top {
    height: 10px;
    background: linear-gradient(90deg, #3a6ea5, #174a77);
}

.luxury-testimonial-content {
    padding: 30px 25px;
    position: relative;
}

.luxury-quote-icon {
    position: absolute;
    top: -15px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #3a6ea5, #174a77);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
}

.luxury-testimonial-text {
    color: #555;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 0;
}

.luxury-testimonial-client {
    border-top: 1px solid #f0f0f0;
    padding: 20px 25px;
    display: flex;
    align-items: center;
}

.luxury-client-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    position: relative;
    flex-shrink: 0;
}

.luxury-default-avatar {
    width: 100%;
    height: 100%;
    background: #3a6ea5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
}

.luxury-client-info {
    flex: 1;
}

.luxury-client-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #173a61;
    margin-bottom: 5px;
}

.luxury-client-position {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 5px;
}

.luxury-company-logo {
    max-height: 20px;
    margin-top: 5px;
}

.luxury-company-logo img {
    max-height: 20px;
}

/* Counter Animation */
.counter {
    display: inline-block;
}

@media (max-width: 991px) {
    .luxury-page-title {
        font-size: 2.5rem;
    }
    
    .luxury-section-title {
        font-size: 2rem;
    }
    
    .luxury-timeline-line {
        left: 50px;
    }
    
    .luxury-timeline-item {
        flex-direction: row !important;
    }
    
    .luxury-timeline-badge {
        width: 80px;
        height: 80px;
        flex-shrink: 0;
    }
    
    .luxury-year {
        font-size: 1.1rem;
    }
    
    .luxury-timeline-item:nth-child(even) .luxury-timeline-content {
        text-align: left;
    }
    
    .luxury-team-intro {
        padding-right: 0;
    }
    
    .luxury-team-stats {
        justify-content: space-between;
    }
    
    .luxury-stat-item {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .luxury-hero-section {
        padding: 80px 0;
    }
    
    .luxury-page-title {
        font-size: 2rem;
    }
    
    .luxury-timeline-item {
        margin-bottom: 50px;
    }
    
    .luxury-timeline-badge {
        width: 60px;
        height: 60px;
    }
    
    .luxury-timeline-content {
        padding-left: 20px;
    }
    
    .luxury-timeline-title {
        font-size: 1.2rem;
    }
    
    .luxury-stat-number {
        font-size: 2rem;
    }
}

/* Smooth reveal animation for sections */
.luxury-about-section, 
.luxury-mission-vision-section, 
.luxury-timeline-section, 
.luxury-values-section, 
.luxury-team-section, 
.luxury-certification-section, 
.luxury-testimonials-section,
.luxury-cta-section {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
}

.luxury-section-revealed {
    opacity: 1;
    transform: translateY(0);
}

/* Add subtle floating animation to luxury elements */
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

.luxury-hero-element-1 {
    animation: float 8s ease-in-out infinite;
}

.luxury-hero-element-2 {
    animation: float 6s ease-in-out infinite;
    animation-delay: 2s;
}

/* Add elegant hover effects to buttons */
.luxury-btn-primary,
.luxury-btn-outline {
    position: relative;
    overflow: hidden;
}

.luxury-btn-primary::before,
.luxury-btn-outline::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0)
    );
    transition: all 0.6s ease;
}

.luxury-btn-primary:hover::before,
.luxury-btn-outline:hover::before {
    left: 100%;
}

.luxury-cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/pattern-overlay.d41d8cd98f00.png");
    opacity: 0.06;
}

.luxury-cta-content {
    position: relative;
    z-index: 2;
}

.luxury-cta-badge {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 16px;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
}

.luxury-cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    color: transparent;
}

.luxury-separator {
    margin: 20px auto;
    position: relative;
    width: 80px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.luxury-separator-icon {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
    animation: pulse 2s infinite;
}

.luxury-cta-text {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 30px;
    opacity: 0.9;
}

.luxury-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.luxury-btn-primary,
.luxury-btn-outline {
    padding: 12px 30px;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.luxury-btn-primary::before,
.luxury-btn-outline::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0)
    );
    transition: all 0.6s ease;
}

.luxury-btn-primary:hover::before,
.luxury-btn-outline:hover::before {
    left: 100%;
}

.luxury-btn-primary {
    background-color: #fff;
    color: #0c2340;
    border: none;
}

.luxury-btn-primary:hover {
    background-color: #f0f0f0;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.luxury-btn-outline {
    background-color: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.luxury-btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}

/* Responsive styles */
@media (max-width: 991px) {
    .luxury-cta-title {
        font-size: 2.5rem;
    }
    
    .luxury-section-title {
        font-size: 2rem;
    }
    
    .luxury-timeline-line {
        left: 50px;
    }
    
    .luxury-timeline-item {
        flex-direction: row !important;
    }
    
    .luxury-timeline-badge {
        width: 80px;
        height: 80px;
        flex-shrink: 0;
    }
    
    .luxury-year {
        font-size: 1.1rem;
    }
    
    .luxury-timeline-item:nth-child(even) .luxury-timeline-content {
        text-align: left;
    }
    
    .luxury-team-intro {
        padding-right: 0;
    }
    
    .luxury-team-stats {
        justify-content: space-between;
    }
    
    .luxury-stat-item {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .luxury-cta-title {
        font-size: 2rem;
    }
    
    .luxury-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .luxury-btn-primary,
    .luxury-btn-outline {
        width: 100%;
        max-width: 250px;
        margin: 5px 0;
    }
}

@media (max-width: 767px) {
    .luxury-hero-section {
        padding: 80px 0;
    }
    
    .luxury-page-title {
        font-size: 2rem;
    }
    
    .luxury-timeline-item {
        margin-bottom: 50px;
    }
    
    .luxury-timeline-badge {
        width: 60px;
        height: 60px;
    }
    
    .luxury-timeline-content {
        padding-left: 20px;
    }
    
    .luxury-timeline-title {
        font-size: 1.2rem;
    }
    
    .luxury-stat-number {
        font-size: 2rem;
    }
}

/* Blog Section */
.blog-section {
    background-color: #ffffff;
}

/* Contact Section */
.contact-section {
    background-color: #ffffff;
}

/* About Section */
.about-section {
    background-color: #ffffff;
}

/* Certifications Section */
.certifications-section {
    background-color: #ffffff;
    border-top: 1px solid var(--border-color);
}

.premium-section {
    background: #ffffff;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.premium-divider {
    width: 100%;
    height: 2px;
    background: #ffffff;
    margin: 30px 0;
    position: relative;
}

.luxury-about-section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.about-bg-pattern {
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    opacity: 0.5;
    z-index: -1;
}

.luxury-mission-vision-section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}

.luxury-timeline-section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.luxury-timeline-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #ffffff;
    transform: translateX(-50%);
}

.luxury-values-section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}

.luxury-team-section {
    padding: 100px 0;
    background: #ffffff;
}

.luxury-certification-section {
    padding: 80px 0;
    background: #ffffff;
}

.luxury-testimonials-section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}

.logo-img {
    height: 150px;
    width: auto;
}
