/* ============================================
   SAMAYY Event Management - Pages Stylesheet
   Additional styles for About, Services, Glimpses, Testimonials, Contact
   Material Design Theme
   ============================================ */

/* Page Header - Common across all pages */
.page-header {
    background: linear-gradient(135deg, #1976d2 0%, #1565c0 100%);
    padding: 76px 0 57px;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-header-content {
    position: relative;
    z-index: 1;
}

.page-title {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 10px;
    color: white;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.page-subtitle {
    font-size: 1.25rem;
    opacity: 0.95;
    margin-bottom: 20px;
    color: white;
}

/* Breadcrumb Navigation */
.breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    opacity: 0.9;
}

.breadcrumb a {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s;
}

.breadcrumb a:hover {
    opacity: 0.8;
}

.breadcrumb .material-icons {
    font-size: 16px;
}

/* Section Headers */
.section-header {
    margin-bottom: 50px;
}

.section-header.centered {
    text-align: center;
}

.section-header h2 {
    color: #333;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.section-header p {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
}

.section-header.centered p {
    margin: 0 auto;
}

/* Divider */
.divider {
    width: 60px;
    height: 4px;
    background: #1976d2;
    margin: 15px auto;
    border-radius: 2px;
}

/* Lead Paragraph */
.lead {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #555;
    font-weight: 400;
}

/* ===== HOW IT WORKS SECTION - DARK BACKGROUND WITH STEP CARDS ===== */
.how-it-works {
    padding: 80px 0;
    background: linear-gradient(135deg, #1565c0 0%, #1976d2 100%);
    color: white;
    margin: 0;
}

.how-it-works .section-header h2 {
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.how-it-works .divider {
    background: white;
    width: 80px;
    height: 3px;
    margin: 20px auto 0;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.step-card {
    background: white;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ffc107, #ff9800);
    border-radius: 16px 16px 0 0;
}

.step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.step-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ffc107, #ff9800);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 6px 20px rgba(255, 193, 7, 0.4);
    transition: all 0.3s ease;
}

.step-icon .material-icons {
    font-size: 36px;
    color: white;
}

.step-card:hover .step-icon {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.5);
}

.step-card h3 {
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.step-card:hover h3 {
    color: #1976d2;
}

.step-card p {
    color: #666;
    line-height: 1.7;
    font-size: 1rem;
    margin: 0;
}

/* Responsive Design for How It Works */
@media (max-width: 768px) {
    .how-it-works {
        padding: 60px 0;
    }
    
    .how-it-works .section-header h2 {
        font-size: 2rem;
    }
    
    .process-steps {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 40px;
    }
    
    .step-card {
        padding: 30px 20px;
    }
    
    .step-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    .step-icon .material-icons {
        font-size: 28px;
    }
    
    .step-card h3 {
        font-size: 1.3rem;
    }
}

/* ===== CORE VALUES SECTION - BOXY DESIGN ===== */
.core-values {
    padding: 80px 0;
    background: #f8f9fa;
    margin: 0;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.value-card {
    background: white;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(25, 118, 210, 0.1);
    position: relative;
    overflow: hidden;
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1976d2, #42a5f5);
    border-radius: 12px 12px 0 0;
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    border-color: #1976d2;
}

.value-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1976d2, #42a5f5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 4px 15px rgba(25, 118, 210, 0.3);
    transition: all 0.3s ease;
}

.value-icon .material-icons {
    font-size: 36px;
    color: white;
}

.value-card:hover .value-icon {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(25, 118, 210, 0.4);
}

.value-card h3 {
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.value-card:hover h3 {
    color: #1976d2;
}

.value-card p {
    color: #666;
    line-height: 1.7;
    font-size: 1rem;
    margin: 0;
}

/* Responsive Design for Core Values */
@media (max-width: 768px) {
    .values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }
    
    .value-card {
        padding: 30px 20px;
    }
    
    .value-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    .value-icon .material-icons {
        font-size: 28px;
    }
    
    .value-card h3 {
        font-size: 1.3rem;
    }
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 56px;
    height: 56px;
    background: #1976d2;
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(25, 118, 210, 0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s;
    z-index: 1000;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background: #1565c0;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(25, 118, 210, 0.5);
}

/* Loading Spinner Animation */
@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.rotating {
    animation: rotate 1s linear infinite;
}

.loading-spinner {
    text-align: center;
    padding: 40px;
}

.loading-spinner .material-icons {
    font-size: 3rem;
    color: #1976d2;
}

/* ===== STATISTICS SECTION ===== */
.statistics {
    padding: 60px 0;
    background: white;
    margin: 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.stat-item {
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
}

.stat-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #1976d2, #42a5f5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    box-shadow: 0 4px 15px rgba(25, 118, 210, 0.3);
}

.stat-icon .material-icons {
    font-size: 28px;
    color: white;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1976d2;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 1rem;
    color: #666;
    font-weight: 500;
}

/* Responsive Design for Statistics */
@media (max-width: 768px) {
    .statistics {
        padding: 40px 0;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 30px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .stat-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
    
    .stat-icon .material-icons {
        font-size: 24px;
    }
}

/* ===== CTA SECTION ===== */
.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1565c0, #0d47a1);
    color: white;
    text-align: center;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.cta-buttons .btn {
    min-width: 180px;
    padding: 15px 30px;
    font-size: 1.1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.cta-buttons .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Responsive Design for CTA */
@media (max-width: 768px) {
    .cta-section {
        padding: 60px 0;
    }
    
    .cta-content h2 {
        font-size: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
}


/* Contact Form Styles */
.contact-form-section {
    padding: 80px 0;
    background: #f5f5f5;
}

.contact-form-container {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.form-intro {
    text-align: center;
    margin-bottom: 40px;
}

.form-intro h2 {
    color: #333;
    margin-bottom: 10px;
}

.response-info {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.response-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 0.9rem;
}

.response-item .material-icons {
    color: #4caf50;
    font-size: 20px;
}

/* Form Styles */
.contact-form {
    margin-top: 30px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
}

.required {
    color: #f44336;
}

.input-wrapper {
    position: relative;
}

.input-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 20px;
}

.input-wrapper input,
.input-wrapper select,
.input-wrapper textarea {
    width: 100%;
    padding: 14px 15px 14px 50px;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    transition: border-color 0.3s;
}

.input-wrapper textarea {
    resize: vertical;
    min-height: 120px;
}

.input-wrapper input:focus,
.input-wrapper select:focus,
.input-wrapper textarea:focus {
    outline: none;
    border-color: #1976d2;
}

.input-wrapper input.error,
.input-wrapper select.error,
.input-wrapper textarea.error {
    border-color: #f44336;
}

.field-error {
    display: none;
    color: #f44336;
    font-size: 12px;
    margin-top: 5px;
}

/* CAPTCHA Styles */
.captcha-group {
    margin-bottom: 20px;
}

.captcha-container {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
}

.captcha-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 10px;
    background: white;
    border-radius: 6px;
    border: 1px solid #dee2e6;
}

.captcha-text {
    font-size: 18px;
    font-weight: 600;
    color: #1976d2;
    font-family: 'Courier New', monospace;
    letter-spacing: 1px;
}

.captcha-refresh {
    background: #1976d2;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
}

.captcha-refresh:hover {
    background: #1565c0;
    transform: rotate(180deg);
}

.captcha-refresh:active {
    transform: rotate(360deg);
}

.captcha-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.captcha-input-wrapper .input-icon {
    position: absolute;
    left: 12px;
    color: #1976d2;
    z-index: 1;
}

.captcha-input-wrapper input {
    padding-left: 45px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.captcha-help {
    color: #666;
    font-size: 12px;
    font-style: italic;
    margin-top: 5px;
    display: block;
}

/* Checkbox Group */
.checkbox-group {
    margin: 25px 0;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    margin-top: 3px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.checkbox-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.checkbox-text a {
    color: #1976d2;
}

/* Form Messages */
.form-messages {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-messages.success {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #4caf50;
}

.form-messages.error {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #f44336;
}

.btn-large {
    padding: 16px 32px;
    font-size: 16px;
    width: 100%;
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background: white;
}

.faq-grid {
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.faq-item {
    background: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-question {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s;
}

.faq-question:hover {
    background: #f0f0f0;
}

.faq-question h3 {
    margin: 0;
    font-size: 1.1rem;
    color: #333;
}

.faq-question .material-icons {
    color: #1976d2;
    transition: transform 0.3s;
}

.faq-item.active .faq-question .material-icons {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s, padding 0.3s;
    padding: 0 25px;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 25px 20px;
}

.faq-answer p {
    color: #666;
    line-height: 1.8;
}

/* Contact Info Cards */
.contact-info-section {
    padding: 80px 0;
    background: white;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.contact-card {
    background: #f9f9f9;
    padding: 40px 30px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s;
}

.contact-card:hover {
    background: white;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.contact-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #1976d2, #1565c0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon .material-icons {
    font-size: 2.5rem;
    color: white;
}

.contact-card h3 {
    color: #333;
    margin-bottom: 10px;
}

.contact-link {
    display: block;
    color: #1976d2;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    margin: 15px 0;
    transition: color 0.3s;
}

.contact-link:hover {
    color: #1565c0;
}

.contact-timing {
    font-size: 0.9rem;
    color: #666;
}

.social-links-large {
    margin-top: 15px;
}

.social-links-large a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #e3f2fd;
    color: #1976d2;
    text-decoration: none;
    border-radius: 25px;
    font-size: 14px;
    transition: all 0.3s;
}

.social-links-large a:hover {
    background: #1976d2;
    color: white;
}

/* Responsive Design */
@media (max-width: 960px) {
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .contact-form-container {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .page-title {
        font-size: 2rem;
    }
    
    .page-subtitle {
        font-size: 1rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 600px) {
    .section-header h2 {
        font-size: 1.75rem;
    }
    
    .back-to-top {
        width: 48px;
        height: 48px;
        bottom: 20px;
        right: 20px;
    }
    
    .contact-form-container {
        padding: 20px;
    }
}

/* ===== ENHANCED SERVICE CARDS ===== */
.services-grid-full {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.service-card-full {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    text-align: left;
    position: relative;
    border: 1px solid rgba(25, 118, 210, 0.1);
}

.service-card-full:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    border-color: rgba(25, 118, 210, 0.2);
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.service-icon {
    font-size: 3rem !important;
    color: #1976d2;
    background: rgba(25, 118, 210, 0.1);
    padding: 15px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-badge {
    background: #e3f2fd;
    color: #1976d2;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid rgba(25, 118, 210, 0.2);
}

.service-badge.featured {
    background: #fff3e0;
    color: #f57c00;
    border-color: rgba(245, 124, 0, 0.2);
}

.service-card-full h3 {
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.3;
}

.service-description {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.service-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.service-pricing, .service-duration {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #555;
}

.service-pricing .material-icons {
    font-size: 1.2rem !important;
    color: #4caf50;
}

.service-duration .material-icons {
    font-size: 1.2rem !important;
    color: #ff9800;
}

.service-includes {
    margin-bottom: 20px;
}

.service-includes h4 {
    font-size: 1rem;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}

.service-includes ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-includes li {
    font-size: 0.85rem;
    color: #666;
    padding: 4px 0;
    position: relative;
    padding-left: 20px;
}

.service-includes li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4caf50;
    font-weight: bold;
}

.service-actions {
    margin-top: auto;
}

.service-actions .btn {
    width: 100%;
    justify-content: center;
}


/* ===== ENHANCED SERVICES SECTIONS ===== */
.services-intro {
    padding: 80px 0;
    background: white;
    margin: 0;
}

.core-services {
    padding: 80px 0;
    background: #f8f9fa;
    margin: 0;
}

.services-list {
    margin-top: 40px;
}

/* ===== CORE SERVICES BOXY DESIGN ===== */
.core-services .section-header {
    background: white;
    border-radius: 16px;
    padding: 50px 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid #f0f0f0;
    margin: 0 auto 50px auto;
    max-width: 800px;
    text-align: center;
}

.core-services .section-header h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 600;
}

.core-services .section-header .divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #1976d2, #1565c0);
    margin: 0 auto 20px auto;
    border-radius: 2px;
}

.core-services .section-header p {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 0;
}

.core-services .services-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-item {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    overflow: hidden;
}

.service-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #1976d2, #1565c0);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(25, 118, 210, 0.2);
}

.service-item:hover::before {
    opacity: 1;
}

.service-number {
    background: linear-gradient(135deg, #1976d2, #1565c0);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(25, 118, 210, 0.3);
}

.service-content {
    flex: 1;
}

.service-content h3 {
    font-size: 1.4rem;
    color: #2c3e50;
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 1.3;
}

.service-content p {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

.service-icon {
    flex-shrink: 0;
    margin-top: 5px;
}

.service-icon .material-icons {
    font-size: 2rem !important;
    color: #4caf50;
    background: rgba(76, 175, 80, 0.1);
    border-radius: 50%;
    padding: 8px;
    transition: all 0.3s ease;
}

.service-item:hover .service-icon .material-icons {
    background: rgba(76, 175, 80, 0.2);
    transform: scale(1.1);
}

/* ===== OUR EVENT PLANNING PROCESS BOXY DESIGN ===== */
.our-process {
    padding: 80px 0;
    background: #f8f9fa;
    margin: 0;
}

.our-process .section-header {
    background: white;
    border-radius: 16px;
    padding: 50px 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid #f0f0f0;
    margin: 0 auto 50px auto;
    max-width: 800px;
    text-align: center;
}

.our-process .section-header h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 600;
}

.our-process .section-header .divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #1976d2, #1565c0);
    margin: 0 auto 20px auto;
    border-radius: 2px;
}

.our-process .section-header p {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 0;
}

.process-timeline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.process-step {
    background: white;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.process-step::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #ff9800, #f57c00);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.process-step:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 152, 0, 0.2);
}

.process-step:hover::before {
    opacity: 1;
}

.step-number {
    background: linear-gradient(135deg, #ff9800, #f57c00);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    box-shadow: 0 6px 20px rgba(255, 152, 0, 0.3);
    position: relative;
    z-index: 2;
}

.step-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.step-icon {
    margin-bottom: 20px;
    position: relative;
}

.step-icon .material-icons {
    font-size: 3rem !important;
    color: #ff9800;
    background: rgba(255, 152, 0, 0.1);
    border-radius: 50%;
    padding: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 152, 0, 0.2);
}

.process-step:hover .step-icon .material-icons {
    background: rgba(255, 152, 0, 0.2);
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(255, 152, 0, 0.3);
}

.step-content h3 {
    font-size: 1.5rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.3;
}

.step-content p {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
    max-width: 280px;
}


/* ===== ENHANCED CATEGORIES GRID (BOXY DESIGN) ===== */
.event-categories {
    padding: 80px 0;
    background: white;
    margin: 0;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.category-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
}

.category-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(25, 118, 210, 0.2);
}

.category-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.category-card:hover .category-image img {
    transform: scale(1.05);
}

.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(25, 118, 210, 0.8), rgba(21, 101, 192, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1; /* CHANGED: Display icons and blue background by default instead of on hover only */
    transition: opacity 0.3s ease;
}

.category-card:hover .category-overlay {
    opacity: 1;
}

.category-overlay .material-icons {
    font-size: 4rem !important;
    color: white;
}

.category-content {
    padding: 30px;
}

.category-content h3 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.3;
}

.category-content p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.category-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.category-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 0.9rem;
    color: #555;
}

.category-features li::before {
    content: "✓";
    background: linear-gradient(135deg, #4caf50, #45a049);
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: bold;
    flex-shrink: 0;
}

.category-card .btn {
    width: 100%;
    justify-content: center;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.category-card .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(25, 118, 210, 0.3);
}


/* ===== TRUST INDICATORS CARD LAYOUT ===== */
/* Main trust indicators container */
.trust-indicators {
    padding: 76px 0;
    background: #f8f9fa;
    margin: 0;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 19px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 19px;
}

/* Individual trust item cards */
.trust-item {
    background: white;
    border-radius: 16px;
    padding: 38px 29px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Hover effects for trust cards */
.trust-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border-color: rgba(25, 118, 210, 0.3);
}

/* Trust icon styling */
.trust-icon {
    margin-bottom: 24px;
    position: relative;
}

.trust-icon .material-icons {
    font-size: 3.5rem !important;
    background: linear-gradient(135deg, #1976d2, #1565c0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(25, 118, 210, 0.2));
}

.trust-item:hover .trust-icon .material-icons {
    transform: scale(1.1);
    filter: drop-shadow(0 4px 8px rgba(25, 118, 210, 0.3));
}

/* Trust content styling */
.trust-content {
    position: relative;
    z-index: 2;
}

.trust-number {
    font-size: 3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
    line-height: 1;
    transition: all 0.3s ease;
}

.trust-item:hover .trust-number {
    color: #1976d2;
    transform: scale(1.05);
}

.trust-suffix {
    font-size: 1.8rem;
    font-weight: 500;
    color: #666;
}

.trust-content p {
    font-size: 1.1rem;
    color: #6c757d;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Card background decoration */
.trust-item::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(25, 118, 210, 0.03), transparent);
    transform: rotate(45deg);
    transition: all 0.3s ease;
    opacity: 0;
}

.trust-item:hover::before {
    opacity: 1;
    transform: rotate(45deg) scale(1.1);
}

/* Individual card color themes */
.trust-item:nth-child(1) .trust-icon .material-icons {
    background: linear-gradient(135deg, #4caf50, #388e3c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.trust-item:nth-child(2) .trust-icon .material-icons {
    background: linear-gradient(135deg, #ff9800, #f57c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.trust-item:nth-child(3) .trust-icon .material-icons {
    background: linear-gradient(135deg, #e91e63, #c2185b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.trust-item:nth-child(4) .trust-icon .material-icons {
    background: linear-gradient(135deg, #9c27b0, #7b1fa2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ===== PROFESSIONAL TESTIMONIALS GRID LAYOUT ===== */
/* Main testimonials grid container - Card-based layout */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 24px;
    padding: 24px 0;
    margin: 0 auto;
    max-width: 1400px;
    justify-items: center;
}

/* Individual testimonial card - Fixed dimensions for consistency */
.testimonial-item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: white;
    border: 2px solid transparent;
    /* Fixed aspect ratio container for testimonials */
    min-height: 420px;
    display: flex;
    flex-direction: column;
}

/* Hover effects for testimonial cards */
.testimonial-item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border-color: rgba(25, 118, 210, 0.3);
}

/* Testimonial featured badge - Premium indicator */
.testimonial-featured-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #4caf50, #388e3c);
    color: white;
    padding: 8px 14px;
    border-radius: 25px;
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.4);
    z-index: 3;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.testimonial-featured-badge .material-icons {
    font-size: 1rem !important;
}

/* Testimonial card content layout */
.testimonial-card-full {
    padding: 29px 24px 24px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 16px;
}

/* Testimonial header with client photo */
.testimonial-header {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 24px;
    padding-bottom: 19px;
    border-bottom: 1px solid #f0f0f0;
}

.client-photo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e3f2fd;
    box-shadow: 0 4px 12px rgba(25, 118, 210, 0.2);
    transition: all 0.3s ease;
}

.testimonial-item:hover .client-photo {
    border-color: #1976d2;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(25, 118, 210, 0.3);
}

.client-info h4 {
    margin: 0 0 5px 0;
    font-size: 1.2rem;
    color: #2c3e50;
    font-weight: 600;
}

.client-info .client-title {
    margin: 0 0 8px 0;
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
}

/* Star rating */
.rating {
    display: flex;
    align-items: center;
    gap: 5px;
}

.stars {
    color: #ffc107;
    font-size: 1.1rem;
    display: flex;
    gap: 2px;
}

.rating-number {
    margin-left: 8px;
    font-size: 0.85rem;
    color: #666;
    font-weight: 500;
}

/* Testimonial content */
.testimonial-content {
    flex: 1;
    margin-bottom: 19px;
}

.testimonial-text {
    font-style: italic;
    color: #444;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 1rem;
    position: relative;
    padding-left: 20px;
    border-left: 3px solid #e3f2fd;
    white-space: pre-line; /* Preserve line breaks */
}

.testimonial-text::before {
    content: '"';
    position: absolute;
    left: -5px;
    top: -5px;
    font-size: 2rem;
    color: #1976d2;
    font-weight: bold;
    opacity: 0.3;
}

/* Event details section */
.testimonial-event {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    padding: 15px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 12px;
    border-left: 4px solid #1976d2;
    transition: all 0.3s ease;
}

.testimonial-item:hover .testimonial-event {
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
    border-left-color: #1565c0;
}

.testimonial-event .material-icons {
    color: #1976d2;
    font-size: 1.3rem;
}

.event-info {
    flex: 1;
}

.event-type {
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.95rem;
    margin-bottom: 3px;
}

.event-date {
    color: #666;
    font-size: 0.8rem;
}

/* Services section */
.testimonial-services {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px;
    background: linear-gradient(135deg, #f0f8ff, #e1f5fe);
    border-radius: 12px;
    border-left: 4px solid #4caf50;
    transition: all 0.3s ease;
}

.testimonial-item:hover .testimonial-services {
    background: linear-gradient(135deg, #e8f5e8, #c8e6c9);
    border-left-color: #388e3c;
}

.testimonial-services .material-icons {
    color: #4caf50;
    font-size: 1.3rem;
    margin-top: 2px;
}

.services-info {
    flex: 1;
}

.services-label {
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.services-list {
    color: #666;
    font-size: 0.85rem;
    line-height: 1.4;
}

/* Testimonial date */
.testimonial-date {
    text-align: right;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.date-text {
    font-size: 0.8rem;
    color: #999;
    font-style: italic;
}

/* ===== LIGHTBOX STYLES ===== */
/* Lightbox overlay */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.lightbox.active {
    opacity: 1;
    visibility: visible;
}

.lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* Lightbox content */
.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 95%; /* allow ~5% more vertical room for larger image */
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Lightbox image container */
.lightbox-image-container {
    position: relative;
    max-width: 100%;
    max-height: 90vh; /* +5vh more (~15% from original) */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lightbox-image {
    max-width: 100%;
    max-height: 88vh; /* ~15% larger than previous 76-80vh while keeping room for caption */
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

/* Lightbox info */
.lightbox-info {
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
    max-width: 600px;
    text-align: center;
    backdrop-filter: blur(10px);
}

.lightbox-info h3 {
    font-size: 1.5rem;
    color: #2c3e50;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.lightbox-info p {
    color: #6c757d;
    margin: 0 0 15px 0;
    line-height: 1.6;
    white-space: pre-line; /* Preserve JS-inserted line breaks */
}

.lightbox-meta {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.lightbox-tag {
    background: #1976d2;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.lightbox-date {
    background: #f8f9fa;
    color: #6c757d;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

/* Lightbox navigation buttons */
.lightbox-close,
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
    background: white;
    transform: scale(1.1);
}

.lightbox-close {
    top: 20px;
    right: 20px;
}

.lightbox-prev {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-next {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-close .material-icons,
.lightbox-prev .material-icons,
.lightbox-next .material-icons {
    font-size: 24px !important;
    color: #333;
}

/* Lightbox counter */
.lightbox-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

/* Responsive lightbox */
@media (max-width: 768px) {
    .lightbox-content {
        max-width: 95%;
        max-height: 95%;
    }
    
    .lightbox-image {
        max-height: 75vh; /* ~10% more on mobile while avoiding overflow */
    }
    
    .lightbox-info {
        padding: 15px;
        margin-top: 15px;
    }
    
    .lightbox-info h3 {
        font-size: 1.3rem;
    }
    
    .lightbox-close,
    .lightbox-prev,
    .lightbox-next {
        width: 45px;
        height: 45px;
    }
    
    .lightbox-close {
        top: 15px;
        right: 15px;
    }
    
    .lightbox-prev {
        left: 15px;
    }
    
    .lightbox-next {
        right: 15px;
    }
    
    .lightbox-counter {
        bottom: 15px;
        padding: 6px 12px;
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .lightbox-info {
        padding: 12px;
    }
    
    .lightbox-info h3 {
        font-size: 1.2rem;
    }
    
    .lightbox-meta {
        gap: 10px;
    }
    
    .lightbox-tag,
    .lightbox-date {
        padding: 4px 8px;
        font-size: 0.8rem;
    }
}

/* ===== PROFESSIONAL PICTURE GALLERY LAYOUT ===== */
/* Main gallery grid container - Masonry-style layout */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px 0;
    margin: 0 auto;
    max-width: 1400px;
}

/* Individual gallery item - Fixed dimensions for consistency */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: white;
    border: 2px solid transparent;
    /* Fixed aspect ratio container */
    aspect-ratio: 4/3;
    display: flex;
    flex-direction: column;
}

/* Hover effects for gallery items */
.gallery-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    border-color: rgba(25, 118, 210, 0.3);
}

/* Gallery image - Fixed dimensions with proper aspect ratio */
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    /* Ensure images maintain quality */
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

/* Image hover effect */
.gallery-item:hover img {
    transform: scale(1.08);
}

/* Featured badge - Premium indicator */
.featured-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #ff9800, #f57c00);
    color: white;
    padding: 8px 14px;
    border-radius: 25px;
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 12px rgba(255, 152, 0, 0.4);
    z-index: 3;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.featured-badge .material-icons {
    font-size: 1rem !important;
}

/* Gallery overlay - Modern slide-up design */
.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* Slightly more transparent by default */
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
    color: white;
    padding: 30px 25px 25px 25px;
    transform: translateY(50%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
    /* Increase transparency a bit more on hover for clearer image */
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}

/* Gallery info section */
.gallery-info {
    margin-bottom: 15px;
}

.gallery-info h3 {
    margin: 0 0 8px 0;
    font-size: 1.3rem;
    color: white;
    font-weight: 600;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.gallery-category {
    display: inline-block;
    background: rgba(25, 118, 210, 0.9);
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Gallery view button */
/* Zoom button - redesigned as a centered circular icon for an acute look */
.gallery-view-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    background: transparent; /* no white background */
    color: #4fc3f7; /* light blue color */
    border: 2px solid rgba(255, 255, 255, 0.9);
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
    backdrop-filter: none;
}

.gallery-view-btn:hover {
    background: transparent;
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28), 0 0 0 4px rgba(255, 255, 255, 0.15);
}

.gallery-view-btn .material-icons {
    font-size: 1.5rem !important; /* crisper icon */
    color: #4fc3f7; /* light blue magnifying glass */
}

.event-details {
    margin-bottom: 15px;
}

.event-details > div {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
}

.event-details .material-icons {
    font-size: 1rem;
    color: #4fc3f7;
}

.services-used {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 10px;
    border-radius: 12px;
    backdrop-filter: blur(5px);
}

.services-used .material-icons {
    font-size: 1rem;
    color: #81c784;
}

/* ===== ENHANCED TESTIMONIAL CARDS ===== */
.testimonial-card-full {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    padding: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    border: 1px solid rgba(0,0,0,0.05);
}

/* Show More/Less Button for Testimonials */
.show-more-btn {
    background: transparent;
    border: none;
    color: #1976d2;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    padding: 8px 0;
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: all 0.3s ease;
    border-radius: 4px;
    text-decoration: none;
}

.show-more-btn:hover {
    color: #1565c0;
    background: rgba(25, 118, 210, 0.08);
    padding: 8px 12px;
    margin-top: 8px;
    margin-left: -12px;
}

.show-more-btn .material-icons {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.show-more-btn:hover .material-icons {
    transform: scale(1.1);
}

.show-more-btn.expanded .material-icons {
    transform: rotate(180deg);
}

.show-more-btn.expanded:hover .material-icons {
    transform: rotate(180deg) scale(1.1);
}

.testimonial-card-full:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.testimonial-featured-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 193, 7, 0.95);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
    z-index: 2;
}

.testimonial-featured-badge .material-icons {
    font-size: 1rem;
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 19px;
}

.client-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e3f2fd;
    flex-shrink: 0;
}

.client-info {
    flex: 1;
}

.client-name {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 5px;
    font-weight: 600;
}

.client-title {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 10px;
}

.stars {
    color: #ffc107;
    font-size: 1.2rem;
}

.testimonial-content {
    margin-bottom: 19px;
}

.testimonial-text {
    font-style: italic;
    color: #444;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95rem;
    white-space: pre-line; /* Preserve line breaks */
}

.testimonial-event {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #1976d2;
}

.testimonial-event .material-icons {
    color: #1976d2;
    font-size: 1.2rem;
}

.event-info {
    flex: 1;
}

.event-type {
    font-weight: 600;
    color: #333;
    font-size: 0.9rem;
}

.event-date {
    color: #666;
    font-size: 0.8rem;
}

.testimonial-services {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    background: #f0f8ff;
    border-radius: 8px;
    border-left: 4px solid #4caf50;
}

.testimonial-services .material-icons {
    color: #4caf50;
    font-size: 1.2rem;
    margin-top: 2px;
}

.services-info {
    flex: 1;
}

.services-label {
    font-weight: 600;
    color: #333;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.services-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.service-tag {
    background: #e8f5e8;
    color: #2e7d32;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
}

/* ===== RESPONSIVE ENHANCEMENTS ===== */
@media (max-width: 768px) {
    .services-grid-full {
        grid-template-columns: 1fr;
    }
    
    .service-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .categories-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    /* Core Services responsive design */
    .core-services .services-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .core-services .section-header {
        padding: 30px 20px;
        margin: 0 20px 30px 20px;
    }
    
    .core-services .section-header h2 {
        font-size: 2rem;
    }
    
    .service-item {
        padding: 20px;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .service-number {
        align-self: center;
    }
    
    .service-content h3 {
        font-size: 1.2rem;
    }
    
    /* Event Planning Process responsive design */
    .our-process .process-timeline {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .our-process .section-header {
        padding: 30px 20px;
        margin: 0 20px 30px 20px;
    }
    
    .our-process .section-header h2 {
        font-size: 2rem;
    }
    
    .process-step {
        padding: 25px 20px;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.1rem;
        margin-bottom: 15px;
    }
    
    .step-icon .material-icons {
        font-size: 2.5rem !important;
        padding: 12px;
    }
    
    .step-content h3 {
        font-size: 1.3rem;
        margin-bottom: 12px;
    }
    
    .step-content p {
        font-size: 0.95rem;
        max-width: none;
    }
    
    .category-content {
        padding: 20px;
    }
    
    .category-content h3 {
        font-size: 1.5rem;
    }
    
    .category-overlay .material-icons {
        font-size: 3rem !important;
    }
    
    .cta-section {
        padding: 60px 0;
    }
    
    .cta-content h2 {
        font-size: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
    
    
    .testimonial-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .client-photo {
        align-self: center;
    }
    
    /* Gallery responsive design */
    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 15px;
        padding: 15px 0;
    }
    
    .gallery-item {
        aspect-ratio: 4/3;
    }
    
    .gallery-overlay {
        padding: 20px 15px 15px 15px;
    }
    
    .gallery-info h3 {
        font-size: 1.1rem;
    }
    
    .gallery-view-btn {
        padding: 8px 16px;
        font-size: 0.8rem;
    }
}

/* Mobile responsive design for gallery */
@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 12px;
        padding: 10px 0;
    }
    
    .gallery-item {
        aspect-ratio: 4/3;
    }
    
    .gallery-overlay {
        padding: 15px 12px 12px 12px;
    }
    
    .gallery-info h3 {
        font-size: 1rem;
        margin-bottom: 6px;
    }
    
    .gallery-category {
        font-size: 0.7rem;
        padding: 3px 8px;
    }
    
    .gallery-view-btn {
        padding: 6px 12px;
        font-size: 0.75rem;
    }
    
    .featured-badge {
        top: 10px;
        right: 10px;
        padding: 6px 10px;
        font-size: 0.7rem;
    }
    
    /* Testimonials responsive design */
    .testimonials-grid {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        gap: 19px;
        padding: 19px 0;
    }
    
    .testimonial-item {
        min-height: 380px;
    }
    
    .testimonial-card-full {
        padding: 24px 19px 19px 19px;
    }
    
    .testimonial-header {
        flex-direction: column;
        text-align: center;
        gap: 14px;
        margin-bottom: 19px;
        padding-bottom: 14px;
    }
    
    .client-photo {
        width: 60px;
        height: 60px;
    }
    
    .client-info h4 {
        font-size: 1.1rem;
    }
    
    .testimonial-text {
        font-size: 0.95rem;
        padding-left: 15px;
    }
    
    .testimonial-event,
    .testimonial-services {
        padding: 12px;
    }
    
    .testimonial-featured-badge {
        top: 15px;
        right: 15px;
        padding: 6px 12px;
        font-size: 0.75rem;
    }
}

/* Mobile responsive design for testimonials */
@media (max-width: 480px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 14px 0;
    }
    
    .testimonial-item {
        min-height: 350px;
    }
    
    .testimonial-card-full {
        padding: 19px 14px 14px 14px;
    }
    
    .testimonial-header {
        margin-bottom: 14px;
        padding-bottom: 11px;
    }
    
    .client-photo {
        width: 55px;
        height: 55px;
    }
    
    .client-info h4 {
        font-size: 1rem;
    }
    
    .testimonial-text {
        font-size: 0.9rem;
        padding-left: 12px;
        margin-bottom: 15px;
    }
    
    .testimonial-event,
    .testimonial-services {
        padding: 10px;
        margin-bottom: 12px;
    }
    
    .testimonial-featured-badge {
        top: 12px;
        right: 12px;
        padding: 5px 10px;
        font-size: 0.7rem;
    }
    
    .stars {
        font-size: 1rem;
    }
    
    /* Trust indicators responsive design */
    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 0 15px;
    }
    
    .trust-item {
        padding: 30px 20px;
    }
    
    .trust-icon .material-icons {
        font-size: 3rem !important;
    }
    
    .trust-number {
        font-size: 2.5rem;
    }
    
    .trust-content p {
        font-size: 1rem;
    }
}

/* Mobile responsive design for trust indicators */
@media (max-width: 480px) {
    .trust-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0 10px;
    }
    
    .trust-item {
        padding: 25px 15px;
    }
    
    .trust-icon .material-icons {
        font-size: 2.5rem !important;
    }
    
    .trust-number {
        font-size: 2rem;
    }
    
    .trust-suffix {
        font-size: 1.4rem;
    }
    
    .trust-content p {
        font-size: 0.9rem;
    }
}

/* ===== VIDEO TESTIMONIALS SECTION ===== */
/* Main video testimonials container */
.video-testimonials {
    padding: 76px 0;
    background: #f8f9fa;
    margin: 0;
}

/* Video grid container */
.video-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 29px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 19px;
}

/* Individual video container */
.video-container {
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.video-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(25, 118, 210, 0.3);
}

/* YouTube iframe styling */
.video-container iframe {
    width: 100%;
    height: 400px;
    display: block;
    border: none;
    border-radius: 16px 16px 0 0;
}

/* Video info section */
.video-info {
    padding: 24px 29px;
    background: white;
    border-radius: 0 0 16px 16px;
}

.video-info h3 {
    font-size: 1.5rem;
    color: #2c3e50;
    margin: 0 0 10px 0;
    font-weight: 600;
    line-height: 1.3;
}

.video-info p {
    font-size: 1rem;
    color: #6c757d;
    margin: 0;
    line-height: 1.6;
}

/* Responsive design for video section */
@media (max-width: 768px) {
    .video-testimonials {
        padding: 57px 0;
    }
    
    .video-grid {
        padding: 0 14px;
        gap: 19px;
    }
    
    .video-container iframe {
        height: 250px;
    }
    
    .video-info {
        padding: 19px;
    }
    
    .video-info h3 {
        font-size: 1.3rem;
    }
    
    .video-info p {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .video-container iframe {
        height: 200px;
    }
    
    .video-info {
        padding: 15px;
    }
    
    .video-info h3 {
        font-size: 1.2rem;
    }
    
    .video-info p {
        font-size: 0.85rem;
    }
}

