/* Director's Desk Page CSS - Production Ready & Aligned with Achievement Page */
/* Import Google Fonts - Same as Achievement Page */
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600;700;800&display=swap');

/* Reset and Base Styles */
.directors-desk-page * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* BULLETPROOF SOLUTION: FULL WIDTH OVERRIDE - Same as Achievement Page */
.directors-desk-page {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #333;
    width: 100vw !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
}

/* Force all sections to take full width */
.directors-desk-page section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative !important;
    box-sizing: border-box !important;
}

/* Container styles - Aligned with Achievement Page */
.directors-desk-page .container {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
    width: 100% !important;
    position: relative !important;
    box-sizing: border-box !important;
}

/* Typography - Same fonts as Achievement Page */
.directors-desk-page h1,
.directors-desk-page h2,
.directors-desk-page h3,
.directors-desk-page h4 {
    font-family: 'Lora', serif;
}

.directors-desk-page p,
.directors-desk-page span,
.directors-desk-page div {
    font-family: 'Montserrat', sans-serif;
}

/* Hero Section - Aligned with Achievement Page Hero */
.directors-hero {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.35)), url('https://demo.bharatvillaprojects.com/wp-content/uploads/2025/07/city-sunset-1-scaled.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    padding: 0px 0 120px !important;
    text-align: center !important;
    color: white !important;
    position: relative !important;
    overflow: hidden !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 80vh !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
}

.directors-hero::after {
    content: '' !important;
    position: absolute !important;
    bottom: -2px !important;
    left: 0 !important;
    right: 0 !important;
    height: 120px !important;
    background: linear-gradient(180deg, transparent 0%, white 100%) !important;
    z-index: 2 !important;
}

.directors-hero-content {
    position: relative !important;
    z-index: 3 !important;
    max-width: 1400px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
}

.directors-hero h1 {
    font-family: 'Lora', serif !important;
    font-size: 4.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
    text-shadow: 4px 4px 16px rgba(0,0,0,0.9) !important;
    letter-spacing: -0.5px !important;
    color: white !important;
}

.directors-hero p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    opacity: 1 !important;
    line-height: 1.8 !important;
    color: white !important;
    text-shadow: 3px 3px 12px rgba(0,0,0,0.8) !important;
}

/* Director Profile Section */
.director-profile-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%) !important;
    padding: 140px 0 !important;
    position: relative !important;
    margin-top: -80px !important;
    width: 100vw !important;
    max-width: 100vw !important;
}

.director-profile-grid {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 80px;
    align-items: start;
    margin-top: 60px;
}

.director-image-container {
    position: relative;
}

.director-image {
    width: 100%;
    height: 500px;
    background-image: url('https://demo.bharatvillaprojects.com/wp-content/uploads/2025/07/portrait-indian-graduate-graduation-robe-university-campus-scaled.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(18, 88, 73, 0.15);
}

.director-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(18, 88, 73, 0.1), transparent);
}

.director-quote-card {
    background: white;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 25px 60px rgba(18, 88, 73, 0.12);
    margin-top: -80px;
    margin-left: 40px;
    position: relative;
    z-index: 5;
    border: 1px solid rgba(18, 88, 73, 0.1);
}

.director-quote-card blockquote {
    font-family: 'Lora', serif;
    font-size: 1.2rem;
    font-style: italic;
    color: #333;
    line-height: 1.7;
    margin-bottom: 25px;
    position: relative;
}

.quote-signature {
    text-align: right;
}

.director-name {
    display: block;
    font-family: 'Lora', serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #125849;
    margin-bottom: 5px;
}

.director-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #666;
    font-weight: 400;
}

/* Section Header Inline Style */
.section-header-inline {
    margin-bottom: 40px;
}

.section-header-inline .section-title {
    font-family: 'Lora', serif;
    font-size: 3.2rem;
    color: #333 !important;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.title-decoration {
    width: 80px;
    height: 5px;
    background: linear-gradient(90deg, #125849, #1e6b5a);
    border-radius: 3px;
}

/* Director Bio and Content */
.director-bio {
    margin-bottom: 50px;
}

.director-bio p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
    font-weight: 400;
}

.director-highlights {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(18, 88, 73, 0.08);
    border: 1px solid rgba(18, 88, 73, 0.05);
    transition: all 0.3s ease;
}

.highlight-item:hover {
    transform: translateX(10px);
    box-shadow: 0 15px 40px rgba(18, 88, 73, 0.12);
}

.highlight-icon {
    font-size: 2.5rem;
    flex-shrink: 0;
}

.highlight-text h4 {
    font-family: 'Lora', serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.highlight-text p {
    font-family: 'Montserrat', sans-serif;
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* Vision & Mission Section */
.vision-mission-section {
    padding: 140px 0 !important;
    background: white !important;
    width: 100vw !important;
    max-width: 100vw !important;
}

/* Section Header - Same as Achievement Page */
.section-header {
    text-align: center;
    margin-bottom: 100px;
}

.section-title {
    font-family: 'Lora', serif;
    font-size: 3.5rem;
    color: #333 !important;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    letter-spacing: -0.5px;
}

.section-title::after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 5px;
    border-radius: 3px;
}

.section-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    font-weight: 400;
}

.vision-mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

.vision-card,
.mission-card {
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
    padding: 60px 50px;
    border-radius: 25px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.4s ease;
}

.vision-card::before,
.mission-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(18, 88, 73, 0.05), transparent);
    transition: left 0.5s;
}

.vision-card:hover::before,
.mission-card:hover::before {
    left: 100%;
}

.vision-card:hover,
.mission-card:hover {
    border-color: #125849;
    background: white;
    box-shadow: 0 30px 70px rgba(18, 88, 73, 0.12);
    transform: translateY(-15px);
}

.card-icon {
    font-size: 4rem;
    margin-bottom: 30px;
    display: block;
}

.vision-card h3,
.mission-card h3 {
    font-family: 'Lora', serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}

.vision-card p,
.mission-card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    font-weight: 400;
}

.card-decoration {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #125849, #1e6b5a);
}

/* Leadership Values Section */
.leadership-values-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%) !important;
    padding: 140px 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.value-item {
    background: white;
    padding: 50px 40px;
    border-radius: 25px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid rgba(18, 88, 73, 0.1);
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    position: relative;
    overflow: hidden;
}

.value-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #125849, #1e6b5a);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.value-item:hover::before {
    transform: scaleX(1);
}

.value-item:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(18, 88, 73, 0.12);
}

.value-icon {
    font-size: 3.5rem;
    margin-bottom: 25px;
    display: block;
}

.value-item h4 {
    font-family: 'Lora', serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.value-item p {
    font-family: 'Montserrat', sans-serif;
    color: #666;
    line-height: 1.7;
    font-size: 1.05rem;
}

/* Growth Timeline Section - ENHANCED */
.growth-timeline-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 30%, #ffffff 70%, #f8f9fa 100%) !important;
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative;
    overflow: hidden;
}

.growth-timeline-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(45deg, rgba(18, 88, 73, 0.015) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(18, 88, 73, 0.015) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(18, 88, 73, 0.015) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(18, 88, 73, 0.015) 75%);
    background-size: 80px 80px;
    background-position: 0 0, 0 40px, 40px -40px, -40px 0px;
    opacity: 0.4;
    pointer-events: none;
}

/* Enhanced Section Header for Journey of Excellence */
.growth-timeline-section .section-header {
    margin-bottom: 120px;
    position: relative;
}

.growth-timeline-section .section-title {
    font-size: 3.8rem;
    background: linear-gradient(135deg, #125849, #1e6b5a, #2c5aa0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    padding-bottom: 30px;
}

.growth-timeline-section .section-title::after {
    width: 150px;
    height: 6px;
    background: linear-gradient(90deg, #125849 0%, #1e6b5a 50%, #2c5aa0 100%);
    box-shadow: 0 4px 15px rgba(18, 88, 73, 0.3);
}

.growth-timeline-section .section-subtitle {
    font-size: 1.5rem;
    margin-top: 40px;
    color: #555;
    font-weight: 500;
}

/* Professional Timeline Container */
.growth-timeline {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.growth-timeline::before {
    display: none; /* Remove old timeline line */
}

/* Professional Timeline Items - Alternating Layout */
.timeline-item {
    position: relative;
    margin: 0 0 100px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

/* Timeline Year Circle - Professional Design */
.timeline-year-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 130px;
    background: linear-gradient(135deg, #125849, #1e6b5a);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 25px 70px rgba(18, 88, 73, 0.3);
    border: 10px solid white;
    z-index: 10;
    transition: all 0.4s ease;
}

.timeline-year-circle:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 35px 90px rgba(18, 88, 73, 0.4);
}

.timeline-year {
    color: #333 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    margin: 0;
    padding-bottom: 2rem;
    background: none;
    border-radius: 0;
    letter-spacing: 1px;
    line-height: 1.2;
}

.timeline-year::after {
    font-size: 0.7rem;
    font-weight: 400;
    opacity: 0.9;
    display: block;
    margin-top: -2px;
}

/* Professional Content Cards */
.timeline-content {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 20px;
    padding: 55px 50px;
    position: relative;
    width: 45%;
    margin: 0;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    overflow: visible;
}

.timeline-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: linear-gradient(90deg, #125849, #1e6b5a);
    border-radius: 20px 20px 0 0;
}

.timeline-content::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid white;
    filter: drop-shadow(-3px 0 5px rgba(0,0,0,0.1));
}

.timeline-item:nth-child(even) .timeline-content::after {
    right: auto;
    left: -25px;
    border-right: none;
    border-left: 25px solid white;
    filter: drop-shadow(3px 0 5px rgba(0,0,0,0.1));
}

.timeline-content:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 80px rgba(18, 88, 73, 0.15);
    border-color: #125849;
}

/* Content Typography */
.timeline-content h4 {
    font-family: 'Lora', serif;
    font-size: 1.9rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    position: relative;
    padding-left: 65px;
}

.timeline-content h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: linear-gradient(135deg, #125849, #1e6b5a);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: white;
    box-shadow: 0 10px 30px rgba(18, 88, 73, 0.25);
}

/* Professional Icons for Each Milestone */
.timeline-item:nth-child(1) .timeline-content h4::before {
    content: '🏢';
    background: linear-gradient(135deg, #125849, #1e6b5a);
}

.timeline-item:nth-child(2) .timeline-content h4::before {
    content: '📈';
    background: linear-gradient(135deg, #2c5aa0, #1e40af);
}

.timeline-item:nth-child(3) .timeline-content h4::before {
    content: '🏆';
    background: linear-gradient(135deg, #d97706, #f59e0b);
}

.timeline-item:nth-child(4) .timeline-content h4::before {
    content: '🌿';
    background: linear-gradient(135deg, #059669, #10b981);
}

.timeline-item:nth-child(5) .timeline-content h4::before {
    content: '🚀';
    background: linear-gradient(135deg, #7c3aed, #8b5cf6);
}

.timeline-content p {
    font-family: 'Montserrat', sans-serif;
    color: #666;
    line-height: 1.9;
    font-size: 1.15rem;
    margin: 0;
    font-weight: 400;
    padding-left: 65px;
}

/* Professional Statistics Badge - Updated Approach */
.timeline-stats {
    position: absolute;
    top: -20px;
    right: 25px;
    background: linear-gradient(135deg, #125849, #1e6b5a);
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 12px 30px rgba(18, 88, 73, 0.35);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 5;
}

/* Milestone badges using proper approach */
.timeline-item:nth-child(1) .timeline-stats::after {
    content: 'MILESTONE 1';
}

.timeline-item:nth-child(2) .timeline-stats::after {
    content: 'EXPANSION';
}

.timeline-item:nth-child(3) .timeline-stats::after {
    content: 'RECOGNITION';
}

.timeline-item:nth-child(4) .timeline-stats::after {
    content: 'INNOVATION';
}

.timeline-item:nth-child(5) .timeline-stats::after {
    content: 'FUTURE READY';
}

/* Alternative: If you want to add milestone badges via HTML, use this class */
.milestone-badge {
    position: absolute;
    top: -20px;
    right: 25px;
    background: linear-gradient(135deg, #125849, #1e6b5a);
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 12px 30px rgba(18, 88, 73, 0.35);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 5;
}

/* Professional Connecting Line */
.timeline-connector {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3px;
    height: 120px;
    background: linear-gradient(180deg, #125849 0%, #e9ecef 50%, #125849 100%);
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-item:last-child .timeline-connector {
    display: none;
}

/* Last Item Special Styling */
.timeline-item:last-child .timeline-year-circle {
    background: linear-gradient(135deg, #d97706, #f59e0b);
    animation: pulseGlow 3s ease-in-out infinite;
}

.timeline-item:last-child .timeline-content {
    border-color: #d97706;
    background: linear-gradient(135deg, #fffbeb, #ffffff);
}

.timeline-item:last-child .timeline-content::before {
    background: linear-gradient(90deg, #d97706, #f59e0b);
}

/* Animations */
@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 25px 70px rgba(217, 119, 6, 0.3);
    }
    50% {
        box-shadow: 0 30px 80px rgba(217, 119, 6, 0.5);
        transform: translate(-50%, -50%) scale(1.05);
    }
}

/* Director Message Section */
.director-message-section {
    background: linear-gradient(135deg, #125849 0%, #1e6b5a 100%) !important;
    padding: 140px 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative;
    overflow: hidden;
}

.director-message-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.3;
    animation: moveBackground 20s linear infinite;
}

.message-container {
    background: white;
    border-radius: 30px;
    padding: 80px 70px;
    box-shadow: 0 40px 100px rgba(0,0,0,0.1);
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid rgba(18, 88, 73, 0.1);
}

.message-header {
    text-align: center;
    margin-bottom: 60px;
}

.message-header h2 {
    font-family: 'Lora', serif;
    font-size: 3rem;
    color: #333;
    font-weight: 700;
    margin-bottom: 25px;
}

.message-decoration {
    width: 100px;
    height: 5px;
    background: linear-gradient(90deg, #125849, #1e6b5a);
    border-radius: 3px;
    margin: 0 auto;
}

.message-content {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.message-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    line-height: 1.9;
    color: #555;
    margin-bottom: 30px;
    font-weight: 400;
}

.message-text p:first-child::before {
    content: '"';
    font-size: 5rem;
    color: #125849;
    float: left;
    line-height: 0.8;
    margin-right: 15px;
    margin-top: 20px;
    font-family: serif;
}

.message-text p:last-child::after {
    content: '"';
    font-size: 3rem;
    color: #125849;
    font-family: serif;
}

.message-signature {
    text-align: right;
    position: relative;
}

.signature-line {
    width: 200px;
    height: 2px;
    background: #125849;
    margin: 0 0 25px auto;
}

.signature-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.signature-name {
    font-family: 'Lora', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #125849;
}

.signature-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    color: #666;
    font-weight: 500;
}

.signature-company {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #999;
    font-weight: 400;
}

/* Call to Action Section */
.cta-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%) !important;
    padding: 120px 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    text-align: center;
}

.cta-content {
    max-width: 700px;
    margin: 0 auto;
}

.cta-content h2 {
    font-family: 'Lora', serif;
    font-size: 3rem;
    color: #333;
    font-weight: 700;
    margin-bottom: 30px;
}

.cta-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 50px;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #125849, #1e6b5a);
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 18px 45px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 15px 40px rgba(18, 88, 73, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(18, 88, 73, 0.4);
    background: linear-gradient(135deg, #1e6b5a, #125849);
    color: #ffffff;
}

/* Animation Classes */
.fade-in {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.fade-in.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.stagger-1 {
    transition-delay: 0.1s;
}

.stagger-2 {
    transition-delay: 0.2s;
}

.stagger-3 {
    transition-delay: 0.3s;
}

.stagger-4 {
    transition-delay: 0.4s;
}

/* Keyframe Animations */
@keyframes pulse {
    0% {
        box-shadow: 0 0 30px rgba(18, 88, 73, 0.6);
    }
    50% {
        box-shadow: 0 0 40px rgba(18, 88, 73, 0.8);
        transform: translateX(-50%) scale(1.1);
    }
    100% {
        box-shadow: 0 0 30px rgba(18, 88, 73, 0.6);
    }
}

@keyframes moveBackground {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(40px, 40px);
    }
}

/* RESPONSIVE DESIGN - MOBILE FIRST APPROACH */

/* Tablet Styles - 1024px and below */
@media (max-width: 1024px) {
    .directors-desk-page .container {
        padding: 0 30px !important;
    }
    
    .directors-hero h1 {
        font-size: 3.5rem !important;
    }
    
    .directors-hero p {
        font-size: 1.3rem !important;
    }
    
    .director-profile-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .director-quote-card {
        margin-top: -60px;
        margin-left: 20px;
        padding: 30px;
    }
    
    .vision-mission-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    
    .section-title {
        font-size: 2.8rem;
    }
    
    .growth-timeline-section .section-title {
        font-size: 3.2rem;
    }
    
    .timeline-content {
        width: 42%;
        padding: 45px 35px;
    }
    
    .timeline-year-circle {
        width: 110px;
        height: 110px;
    }
    
    .timeline-year {
        font-size: 1.4rem;
    }
    
    .timeline-content h4 {
        font-size: 1.7rem;
        padding-left: 55px;
    }
    
    .timeline-content h4::before {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }
    
    .timeline-content p {
        padding-left: 55px;
        font-size: 1.05rem;
    }
    
}

/* Mobile Styles - 768px and below */
@media (max-width: 768px) {
    .directors-desk-page .container {
        padding: 0 20px !important;
    }
    
    .directors-hero {
        padding: 60px 0 80px !important;
        min-height: 60vh !important;
    }
    
    .directors-hero h1 {
        font-size: 2.8rem !important;
        margin-bottom: 20px !important;
    }
    
    .directors-hero p {
        font-size: 1.1rem !important;
        line-height: 1.6 !important;
    }
    
    .director-profile-section,
    .vision-mission-section,
    .leadership-values-section,
    .growth-timeline-section,
    .director-message-section {
        padding: 80px 0 !important;
    }
    
    .growth-timeline-section {
        padding: 100px 0 !important;
    }
    
    .director-image {
        height: 400px;
    }
    
    .director-quote-card {
        margin-left: 0;
        margin-top: -40px;
        padding: 25px;
    }
    
    .section-title {
        font-size: 2.2rem !important;
    }
    
    .growth-timeline-section .section-title {
        font-size: 2.8rem !important;
    }
    
    .growth-timeline-section .section-subtitle {
        font-size: 1.2rem;
    }
    
    .section-subtitle {
        font-size: 1.1rem;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .value-item {
        padding: 40px 30px;
    }
    
    .growth-timeline-section {
        padding: 100px 0 !important;
    }
    
    .growth-timeline {
        padding: 60px 0;
    }
    
    .timeline-item {
        flex-direction: column !important;
        margin-bottom: 70px;
        position: relative;
    }
    
    .timeline-item:nth-child(even) {
        flex-direction: column !important;
    }
    
    .timeline-year-circle {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin-bottom: 35px;
        width: 100px;
        height: 100px;
    }
    
    .timeline-year {
        font-size: 1.2rem;
    }
    
    .timeline-content {
        width: 100%;
        margin: 0;
        padding: 40px 30px;
    }
    
    .timeline-content::after {
        display: none;
    }
    
    .timeline-content h4 {
        font-size: 1.5rem;
        padding-left: 0;
        text-align: center;
        margin-bottom: 25px;
    }
    
    .timeline-content h4::before {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        display: inline-block;
        margin-right: 15px;
        vertical-align: middle;
        width: 35px;
        height: 35px;
    }
    
    .timeline-content p {
        padding-left: 0;
        text-align: center;
        font-size: 1rem;
    }
    
    .timeline-connector {
        display: none;
    }
    
    .message-container {
        padding: 40px 30px;
        border-radius: 20px;
    }
    
    .message-header h2 {
        font-size: 2.2rem;
    }
    
    .message-text p {
        font-size: 1.05rem;
        line-height: 1.7;
    }
    
    .signature-details {
        align-items: flex-end;
    }
    
    .cta-content h2 {
        font-size: 2.2rem;
    }
    
    .cta-content p {
        font-size: 1.1rem;
    }
    
    .cta-button {
        padding: 15px 35px;
        font-size: 1rem;
    }
}

/* Small Mobile Styles - 480px and below */
@media (max-width: 480px) {
    .directors-desk-page .container {
        padding: 0 15px !important;
    }
    
    .directors-hero h1 {
        font-size: 2.2rem !important;
    }
    
    .directors-hero p {
        font-size: 1rem !important;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .growth-timeline-section .section-title {
        font-size: 2.2rem;
    }
    
    .director-profile-section,
    .vision-mission-section,
    .leadership-values-section,
    .growth-timeline-section,
    .director-message-section {
        padding: 60px 0 !important;
    }
    
    .director-image {
        height: 300px;
    }
    
    .director-quote-card {
        padding: 20px;
    }
    
    .vision-card,
    .mission-card {
        padding: 40px 30px;
    }
    
    .vision-card h3,
    .mission-card h3 {
        font-size: 1.6rem;
    }
    
    .value-item {
        padding: 30px 20px;
    }
    
    .message-container {
        padding: 30px 20px;
    }
    
    .message-header h2 {
        font-size: 1.8rem;
    }
    
    .message-text p {
        font-size: 1rem;
    }
    
    .signature-name {
        font-size: 1.4rem;
    }
    
    .cta-content h2 {
        font-size: 1.8rem;
    }
    
    .timeline-content {
        padding: 35px 25px;
    }
    
    .timeline-year-circle {
        width: 85px;
        height: 85px;
    }
    
    .timeline-year {
        font-size: 1rem;
    }
    
    .timeline-content h4 {
        font-size: 1.3rem;
    }
    
    .timeline-content h4::before {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }
    
    .timeline-content p {
        font-size: 0.95rem;
        line-height: 1.6;
    }
}

/* High DPI Display Support */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .directors-hero {
        background-image: url('https://demo.bharatvillaprojects.com/wp-content/uploads/2025/07/city-sunset-1-scaled.jpg');
    }
    
    .director-image {
        background-image: url('https://demo.bharatvillaprojects.com/wp-content/uploads/2025/07/city-sunset-1-scaled.jpg');
    }
}

/* Print Styles */
@media print {
    .directors-desk-page {
        font-size: 12pt;
        line-height: 1.4;
        color: #000 !important;
        background: white !important;
    }
    
    .directors-hero,
    .cta-section {
        background: white !important;
        color: #000 !important;
    }
    
    .director-image {
        background: #f0f0f0 !important;
    }
    
    .fade-in {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* Accessibility Improvements */
@media (prefers-reduced-motion: reduce) {
    .fade-in,
    .highlight-item,
    .value-item,
    .timeline-content,
    .cta-button,
    .vision-card,
    .mission-card {
        transition: none !important;
        animation: none !important;
    }
    
    .timeline-dot.active {
        animation: none !important;
    }
    
    .director-message-section::before {
        animation: none !important;
    }
}

/* Focus Styles for Keyboard Navigation */
.cta-button:focus {
    outline: 3px solid #125849;
    outline-offset: 2px;
}

/* Performance Optimization - Will-Change Properties */
.fade-in {
    will-change: opacity, transform;
}

.highlight-item:hover,
.value-item:hover,
.cta-button:hover {
    will-change: transform, box-shadow;
}