/* Global Styles */
:root {
    --primary-color: #0047AB;
    --primary-gradient: linear-gradient(135deg, #0047AB 0%, #0066CC 100%);
    --accent-color: #FFD700;
    --secondary-color: #FF6B35;
    --dark-color: #1a1a2e;
    --light-color: #f8f9fa;
    --text-dark: #2d3436;
    --text-light: #636e72;
    --white: #ffffff;
    --shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    --shadow-hover: 0 30px 80px rgba(0, 0, 0, 0.15);
}

body {
    font-family: 'Poppins', sans-serif;
    padding-top: 0;
    color: var(--text-dark);
    background: var(--white);
    overflow-x: hidden;
}

/* Coda Font for Headings */
h1, h2, h3, h4, h5, h6, .fw-bold, .navbar-brand {
    font-family: 'Coda', cursive;
}

/* Global Image Styling */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

.feature-icon img {
    width: auto;
    height: auto;
    max-width: 100%;
}

/* Navbar Styles */
.navbar {
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    animation: fadeInDown 0.6s ease forwards;
}

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

.navbar-brand {
    transition: all 0.3s ease;
}

.navbar-brand:hover {
    transform: scale(1.05);
}

.nav-link {
    font-weight: 500;
    padding: 10px 15px !important;
    transition: all 0.3s ease;
    border-radius: 25px;
}

.nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.nav-link.active {
    background: rgba(255, 255, 255, 0.2);
}

/* Hero Section */
.hero-section {
    background: url('../images/WhatsApp-Image-2025-12-12-at-2.44.14-PM3 (1).jpeg') center/cover no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: white;
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

/* Page Header */
.page-header {
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
    color: white;
}

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

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(240, 147, 251, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.page-header-content h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    animation-delay: 0.2s;
}

.page-header-content p {
    font-size: 1.4rem;
    margin-bottom: 30px;
    opacity: 0.95;
    animation-delay: 0.4s;
}

.page-header-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 1rem;
    animation-delay: 0.6s;
}

.page-header-breadcrumb a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-header-breadcrumb a:hover {
    color: #ffc107;
}

.page-header-breadcrumb span {
    color: rgba(255, 255, 255, 0.7);
}

/* Mobile hero background fix */
@media (max-width: 768px) {
    .hero-section {
        background-attachment: scroll;
        background-size: cover;
        background-position: center;
        padding: 80px 0 60px;
    }

    .hero-content h1 {
        font-size: 2.2rem;
    }

    .hero-content p {
        font-size: 1.1rem;
    }

    .hero-stats h3 {
        font-size: 1.8rem;
    }

    .hero-stats p {
        font-size: 0.8rem;
    }

    .page-header {
        padding: 100px 0 60px;
    }

    .page-header-content h1 {
        font-size: 2.2rem;
    }

    .page-header-content p {
        font-size: 1.1rem;
    }

    .page-header-breadcrumb {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .page-header {
        background-attachment: scroll !important;
        background-size: cover !important;
        background-position: center !important;
    }

    /* Quick Form Mobile */
    .quick-form-container {
        padding: 30px 20px;
    }

    .quick-form-header h3 {
        font-size: 1.5rem;
    }

    .quick-form-icon {
        width: 70px;
        height: 70px;
        font-size: 30px;
    }
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, #2478051a, transparent 50%);
    pointer-events: none;
}

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

.hero-content h1 {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.2;
    letter-spacing: -1px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.hero-content p {
    font-size: 1.3rem;
    margin-bottom: 40px;
    opacity: 1;
    line-height: 1.8;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

.hero-buttons .btn {
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.hero-buttons .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.hero-stats {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    margin-top: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-stats h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 5px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}

.hero-stats p {
    font-size: 0.9rem;
    opacity: 1;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

/* Section Styles */
.section-padding {
    padding: 100px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--dark-color);
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.section-title p {
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.8;
}

/* Card Styles */
.feature-card {
    background: white;
    border-radius: 25px;
    padding: 40px 30px;
    box-shadow: var(--shadow);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

.feature-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: var(--shadow-hover);
}

.feature-card h4 {
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--dark-color);
}

.feature-card p {
    color: var(--text-light);
    line-height: 1.7;
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: var(--primary-gradient);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0, 71, 171, 0.3);
    transition: transform 0.3s ease;
}

.feature-icon:hover {
    transform: rotate(10deg) scale(1.1);
}

.feature-icon i {
    font-size: 35px;
    color: white;
}

/* Staggered animations for cards */
.row .feature-card:nth-child(1) { animation-delay: 0.1s; }
.row .feature-card:nth-child(2) { animation-delay: 0.2s; }
.row .feature-card:nth-child(3) { animation-delay: 0.3s; }
.row .feature-card:nth-child(4) { animation-delay: 0.4s; }
.row .feature-card:nth-child(5) { animation-delay: 0.5s; }
.row .feature-card:nth-child(6) { animation-delay: 0.6s; }

/* Service cards specific styling */
.feature-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dark-color);
    transition: color 0.3s ease;
}

.feature-card:hover h3 {
    color: var(--primary-color);
}

/* Investment Cards */
.investment-card {
    background: var(--primary-gradient);
    color: white;
    border-radius: 30px;
    padding: 50px 40px;
    text-align: center;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow);
    opacity: 0;
    transform: scale(0.9);
    animation: scaleIn 0.6s ease forwards;
}

.investment-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    pointer-events: none;
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.investment-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: var(--shadow-hover);
}

/* Staggered animations for investment cards */
.row .investment-card:nth-child(1) { animation-delay: 0.1s; }
.row .investment-card:nth-child(2) { animation-delay: 0.2s; }
.row .investment-card:nth-child(3) { animation-delay: 0.3s; }

.investment-card.premium {
    background: linear-gradient(135deg, #0047AB 0%, #0066CC 100%);
}

.investment-card.gold {
    background: linear-gradient(135deg, #FF6B35 0%, #FF8C42 100%);
}

.investment-card h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.investment-amount {
    font-size: 3.5rem;
    font-weight: 800;
    margin: 25px 0;
    position: relative;
    z-index: 1;
}

.investment-card ul li {
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

.investment-card .btn {
    position: relative;
    z-index: 1;
    border-radius: 50px;
    padding: 15px 40px;
    font-weight: 600;
}

/* Form Styles */
.form-container {
    background: white;
    border-radius: 30px;
    padding: 50px;
    box-shadow: var(--shadow);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Quick Form Container */
.quick-form-container {
    background: white;
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: slideUp 0.8s ease forwards;
}

.quick-form-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.quick-form-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 40px;
    color: white;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
    animation: float 3s ease-in-out infinite;
}

.quick-form-header h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--dark-color);
}

.quick-form-header p {
    color: var(--text-light);
    font-size: 1.1rem;
}

.quick-form-container .input-group {
    margin-bottom: 20px;
}

.quick-form-container .input-group-text {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quick-form-container .form-control,
.quick-form-container .form-select {
    border: 2px solid #e9ecef;
    border-left: none;
    padding: 15px 20px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.quick-form-container .form-control:focus,
.quick-form-container .form-select:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.quick-form-container .form-control::placeholder {
    color: #adb5bd;
}

.btn-submit {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    border: none;
    padding: 15px 50px;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.3);
}

.btn-submit:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 40px rgba(255, 193, 7, 0.4);
}

/* Quick Form Labels */
.quick-form-container .form-label {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

/* Quick Form Checkbox */
.quick-form-container .form-check {
    padding: 15px;
    background: rgba(102, 126, 234, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(102, 126, 234, 0.1);
}

.quick-form-container .form-check-input {
    width: 22px;
    height: 22px;
    border: 2px solid #667eea;
    cursor: pointer;
}

.quick-form-container .form-check-input:checked {
    background-color: #667eea;
    border-color: #667eea;
}

.quick-form-container .form-check-label {
    font-size: 0.95rem;
    line-height: 1.6;
    cursor: pointer;
}

/* Quick Form Input Hover Effects */
.quick-form-container .form-control:hover,
.quick-form-container .form-select:hover {
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.15);
}

.quick-form-container .form-control:focus,
.quick-form-container .form-select:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
    background: white;
    color: var(--text-dark);
}

.quick-form-container .form-control::placeholder {
    color: #6c757d;
}

.quick-form-container .input-group:hover .input-group-text {
    background: rgba(255, 255, 255, 0.3);
    color: white;
}

/* Quick Form Button Enhancement */
.quick-form-container .btn-submit {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    border: none;
    padding: 15px 50px;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.3);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.quick-form-container .btn-submit:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 40px rgba(255, 193, 7, 0.4);
}

.form-control, .form-select {
    padding: 15px 20px;
    border-radius: 15px;
    border: 2px solid #e9ecef;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control:focus, .form-select:focus {
    border-color: #0047AB;
    box-shadow: 0 0 0 0.2rem rgba(0, 71, 171, 0.25);
}

.form-label {
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.btn-primary {
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    background: var(--primary-gradient);
    border: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.btn-primary:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 71, 171, 0.4);
}

.btn-warning {
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    background: linear-gradient(135deg, #ffc107, #ff9800);
    border: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.btn-warning:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.4);
}

/* WhatsApp Float */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.whatsapp-float:hover {
    transform: scale(1.1);
    color: white;
}

/* Testimonials */
.testimonial-card {
    background: white;
    border-radius: 25px;
    padding: 40px;
    box-shadow: var(--shadow);
    margin: 20px 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

.testimonial-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: var(--shadow-hover);
}

/* Staggered animations for testimonials */
.row .testimonial-card:nth-child(1) { animation-delay: 0.1s; }
.row .testimonial-card:nth-child(2) { animation-delay: 0.2s; }
.row .testimonial-card:nth-child(3) { animation-delay: 0.3s; }

.testimonial-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 4px solid #f093fb;
}

.testimonial-card h5 {
    font-weight: 700;
    color: var(--dark-color);
}

.testimonial-card p {
    color: var(--text-light);
    line-height: 1.8;
}

/* FAQ Styles */
.accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.accordion-button {
    padding: 20px 25px;
    font-weight: 600;
    color: var(--text-dark);
}

.accordion-button:not(.collapsed) {
    background: var(--primary-gradient);
    color: white;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 71, 171, 0.25);
}

.accordion-body {
    padding: 25px;
    color: var(--text-light);
    line-height: 1.8;
}

/* Status Badge */
.status-badge {
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
}

.status-pending {
    background-color: #ffc107;
    color: #000;
}

.status-under-review {
    background-color: #0dcaf0;
    color: white;
}

.status-approved {
    background-color: #198754;
    color: white;
}

.status-rejected {
    background-color: #dc3545;
    color: white;
}

/* Admin Styles */
.admin-sidebar {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    color: white;
}

.admin-sidebar .nav-link {
    color: rgba(255, 255, 255, 0.8);
    padding: 15px 20px;
    border-radius: 10px;
    margin: 5px 0;
}

.admin-sidebar .nav-link:hover,
.admin-sidebar .nav-link.active {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.admin-sidebar .nav-link i {
    margin-right: 10px;
    width: 20px;
}

.stat-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.stat-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 15px;
}

/* Product Cards */
.product-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

.product-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Stat Items */
.stat-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.2);
}

.stat-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 30px;
    color: white;
}

/* Investment Brief Card */
.investment-brief-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: var(--shadow);
    border-left: 5px solid var(--primary-color);
}

.investment-brief-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 25px;
}

.brief-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #e9ecef;
}

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

.brief-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.brief-value {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-color);
}

/* Requirements Card */
.requirements-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: var(--shadow);
    border-left: 5px solid #ffc107;
}

.requirements-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffc107;
    margin-bottom: 25px;
}

/* Strategic Inquiries Card */
.strategic-inquiries-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: var(--shadow);
    border-left: 5px solid #28a745;
}

.strategic-inquiries-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #28a745;
    margin-bottom: 25px;
}

.inquiry-item {
    padding: 20px 0;
    border-bottom: 1px solid #e9ecef;
}

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

.inquiry-item h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 10px;
}

.inquiry-item p {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.6;
}

/* Staggered animations for product cards */
.row .product-card:nth-child(1) { animation-delay: 0.1s; }
.row .product-card:nth-child(2) { animation-delay: 0.2s; }
.row .product-card:nth-child(3) { animation-delay: 0.3s; }
.row .product-card:nth-child(4) { animation-delay: 0.4s; }

/* Blog Cards */
.blog-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

.blog-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: var(--shadow-hover);
}

.blog-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.1);
}

.blog-content {
    padding: 25px;
}

.blog-date {
    display: inline-block;
    background: var(--primary-color);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-content h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--dark-color);
    transition: color 0.3s ease;
}

.blog-card:hover .blog-content h3 {
    color: var(--primary-color);
}

.blog-content p {
    color: var(--text-light);
    margin-bottom: 20px;
    line-height: 1.6;
}

.blog-content .btn-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.blog-content .btn-link:hover {
    color: var(--primary-color);
    transform: translateX(5px);
}

/* Staggered animations for blog cards */
.row .blog-card:nth-child(1) { animation-delay: 0.1s; }
.row .blog-card:nth-child(2) { animation-delay: 0.2s; }
.row .blog-card:nth-child(3) { animation-delay: 0.3s; }

/* Gallery Grid */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
    padding: 20px 0;
}

.gallery-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--shadow);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
    height: 300px;
}

.gallery-item:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: var(--shadow-hover);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 71, 171, 0.9), rgba(0, 102, 204, 0.7));
    display: flex;
    align-items: flex-end;
    padding: 30px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-content {
    color: white;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.gallery-item:hover .gallery-content {
    transform: translateY(0);
}

.gallery-content h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.gallery-content p {
    font-size: 1rem;
    opacity: 0.9;
}

/* Staggered animations for gallery items */
.gallery-grid .gallery-item:nth-child(1) { animation-delay: 0.1s; }
.gallery-grid .gallery-item:nth-child(2) { animation-delay: 0.2s; }
.gallery-grid .gallery-item:nth-child(3) { animation-delay: 0.3s; }
.gallery-grid .gallery-item:nth-child(4) { animation-delay: 0.4s; }
.gallery-grid .gallery-item:nth-child(5) { animation-delay: 0.5s; }
.gallery-grid .gallery-item:nth-child(6) { animation-delay: 0.6s; }

/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    animation: fadeIn 0.3s ease;
}

.lightbox.active {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.lightbox-content {
    max-width: 90%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 10px;
    animation: scaleIn 0.3s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
    position: absolute;
    top: 30px;
    right: 40px;
    color: white;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10000;
}

.lightbox-close:hover {
    color: #ffc107;
    transform: rotate(90deg) scale(1.1);
}

.lightbox-caption {
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 1.2rem;
    animation: fadeInUp 0.3s ease 0.2s forwards;
    opacity: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.product-image {
    height: 200px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.product-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3));
    z-index: 1;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.1);
}

.product-body {
    padding: 20px;
}

/* Multi-step Form */
.step-indicator {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
}

.step-indicator::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    background: #e9ecef;
    transform: translateY(-50%);
    z-index: 0;
}

.step {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.step.active {
    background: var(--primary-color);
    color: white;
    transform: scale(1.1);
}

.step.completed {
    background: #198754;
    color: white;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

/* Investment Card Selection */
.investment-card.selected {
    border: 3px solid #ffc107 !important;
    transform: scale(1.05);
}

.investment-card:hover {
    cursor: pointer;
}

/* File Upload Preview */
.file-preview {
    min-height: 50px;
}

.file-preview img {
    border: 2px solid #e9ecef;
    border-radius: 10px;
}

/* Form Step Transitions */
.form-step {
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
}

.form-step.active {
    opacity: 1;
    transform: translateX(0);
}

/* Info Items */
.info-item {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 15px;
    border-left: 4px solid var(--primary-color);
    transition: all 0.3s ease;
}

.info-item:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.info-label {
    display: block;
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 600;
    margin-bottom: 5px;
}

.info-value {
    display: block;
    font-size: 1rem;
    color: #212529;
    font-weight: 700;
}

/* Status Badge Large */
.status-badge-large {
    display: inline-block;
    padding: 30px 50px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.status-badge-large:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

/* Alert Icon */
.alert-icon {
    min-width: 60px;
    text-align: center;
    margin-right: 20px;
}

.alert-success .alert-icon {
    color: #28a745;
}

.alert-danger .alert-icon {
    color: #dc3545;
}

.alert-info .alert-icon {
    color: #17a2b8;
}

.alert-warning .alert-icon {
    color: #ffc107;
}

/* Help Section */
.help-section {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: var(--shadow);
}

/* Form Container */
.form-container {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: var(--shadow);
}

.form-container h3 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.form-container h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

.form-container .form-label {
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
}

.form-container .form-control,
.form-container .form-select {
    border-radius: 10px;
    padding: 12px 15px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.form-container .form-control:focus,
.form-container .form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 71, 171, 0.15);
}

.form-container .btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.form-container .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
}

.form-container .btn-secondary {
    border-radius: 10px;
    padding: 12px 30px;
    font-weight: 600;
}

.form-container .btn-success {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border: none;
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.form-container .btn-success:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(40, 167, 69, 0.4);
}

/* Partnership Form Container */
.partnership-form-container {
    background: white;
    border-radius: 30px;
    padding: 60px 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
}

.partnership-form-container h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #212529;
    margin-bottom: 15px;
}

.partnership-form-container > p {
    font-size: 1.1rem;
    color: #6c757d;
    line-height: 1.8;
}

.form-section {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9ecef;
}

.form-section:last-child {
    border-bottom: none;
    margin-bottom: 20px;
}

.form-section-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.partnership-form-container .form-label {
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.partnership-form-container .form-control,
.partnership-form-container .form-select {
    border-radius: 12px;
    padding: 14px 18px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.partnership-form-container .form-control:focus,
.partnership-form-container .form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 71, 171, 0.15);
}

.btn-submit-form {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    padding: 16px 50px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.btn-submit-form:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-content p {
        font-size: 1.1rem;
    }

    .section-title h2 {
        font-size: 2.2rem;
    }

    .investment-amount {
        font-size: 2.5rem;
    }

    .hero-stats h3 {
        font-size: 2rem;
    }

    .form-container {
        padding: 30px 20px;
    }

    .form-container h3 {
        font-size: 1.5rem;
    }

    .form-container h4 {
        font-size: 1.1rem;
    }

    .form-container .form-control,
    .form-container .form-select {
        padding: 10px 12px;
    }

    .form-container .btn-primary,
    .form-container .btn-secondary,
    .form-container .btn-success {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .partnership-form-container {
        padding: 40px 25px;
        border-radius: 20px;
    }

    .partnership-form-container h1 {
        font-size: 1.8rem;
    }

    .partnership-form-container > p {
        font-size: 1rem;
    }

    .form-section {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .form-section-title {
        font-size: 1.1rem;
    }

    .partnership-form-container .form-control,
    .partnership-form-container .form-select {
        padding: 12px 15px;
        font-size: 0.95rem;
    }

    .btn-submit-form {
        padding: 14px 35px;
        font-size: 1rem;
        width: 100%;
    }

    /* Ensure images are visible and properly sized on mobile */
    img {
        display: block !important;
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }

    .col-lg-6 img {
        margin-top: 20px;
    }

    .feature-icon img {
        max-width: 50px;
        height: auto;
    }

    .blog-image {
        height: 180px;
    }

    .blog-content {
        padding: 20px;
    }

    .blog-content h3 {
        font-size: 1.1rem;
    }

    .quick-form-container {
        padding: 25px 20px;
    }

    .quick-form-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }

    .quick-form-header h3 {
        font-size: 1.5rem;
    }

    .quick-form-header p {
        font-size: 0.95rem;
    }

    .quick-form-container .input-group-text {
        width: 45px;
    }

    .btn-submit {
        padding: 12px 30px;
        font-size: 1rem;
    }

    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 15px;
    }

    .gallery-item {
        height: 250px;
    }

    .gallery-overlay {
        padding: 20px;
    }

    .gallery-content h4 {
        font-size: 1.2rem;
    }

    .gallery-content p {
        font-size: 0.9rem;
    }

    .lightbox-content {
        max-width: 95%;
        max-height: 75vh;
    }

    .lightbox-close {
        top: 20px;
        right: 20px;
        font-size: 40px;
    }

    .lightbox-caption {
        font-size: 1rem;
        padding: 15px;
    }

    .product-image {
        height: 180px;
    }

    .stat-item {
        padding: 20px;
    }

    .stat-icon {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }

    .investment-brief-card,
    .requirements-card,
    .strategic-inquiries-card {
        padding: 20px;
    }

    .brief-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .brief-value {
        font-size: 1rem;
    }

    .inquiry-item {
        padding: 15px 0;
    }

    .inquiry-item h5 {
        font-size: 1rem;
    }

    .inquiry-item p {
        font-size: 0.9rem;
    }
}

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

/* Section transitions */
section {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease forwards;
}

/* Staggered section animations */
section:nth-of-type(1) { animation-delay: 0.1s; }
section:nth-of-type(2) { animation-delay: 0.2s; }
section:nth-of-type(3) { animation-delay: 0.3s; }
section:nth-of-type(4) { animation-delay: 0.4s; }
section:nth-of-type(5) { animation-delay: 0.5s; }

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

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

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

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

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fadeInUp {
    animation: fadeInUp 0.8s ease forwards;
}

.animate-fadeInLeft {
    animation: fadeInLeft 0.8s ease forwards;
}

.animate-fadeInRight {
    animation: fadeInRight 0.8s ease forwards;
}

.animate-scaleIn {
    animation: scaleIn 0.6s ease forwards;
}

.animate-float {
    animation: float 3s ease-in-out infinite;
}

/* Staggered animations */
.hero-content h1 {
    animation-delay: 0.2s;
}

.hero-content p {
    animation-delay: 0.4s;
}

.hero-buttons {
    animation-delay: 0.6s;
}

.hero-stats {
    animation-delay: 0.8s;
}
