/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Playfair+Display:wght@400;500;600;700&display=swap');

:root {
    --ink: #1e293b;       /* dark slate gray */
    --primary: #064e3b;   /* darker forest green */
    --secondary: #f5f5dc; /* cream/beige */
    --base: #fafaf9;      /* warm off-white */
    --accent: #FF4E00;    /* orange red */
    --explore-red: #FF4E00; /* orange red */
    --explore-dark-red: #CC3E00; /* darker orange red */
    --explore-yellow: #fbbf24; /* warm amber */
    --explore-purple: #FF4E00; /* orange red */
}

/* Base Styles */
body {
    font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    background-color: var(--base);
    color: var(--ink);
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

/* Top Support Bar */
.top-support-bar {
    background: #FF4E00;
    color: white;
    padding: 8px 0;
    font-size: 14px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040;
}

.top-support-bar a:hover {
    color: white !important;
}

/* Main Navigation */
#navbar {
    background: #ffffff !important;
    padding: 10px 0;
    top: 38px;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 0;
}

.navbar-brand {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.navbar-nav .nav-link {
    font-weight: 500;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #FF4E00 !important;
}

.navbar-nav .nav-link.active {
    color: var(--explore-red) !important;
    font-weight: 600;
}

.navbar-nav .dropdown-toggle.active {
    color: var(--explore-red) !important;
    font-weight: 600;
}

.dropdown-item.active {
    background-color: var(--explore-red);
    color: white !important;
}

.dropdown-item.active .flag-icon {
    filter: brightness(0) invert(1);
}

.flag-icon {
    font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.navbar-nav .nav-link .flag-icon {
    font-size: 1.2rem;
    margin-right: 6px;
    display: inline-block;
    line-height: 1;
}

.navbar-toggler-icon-white {
    filter: invert(1);
}

/* Dropdown Menu Styling */
.dropdown-menu-mt {
    margin-top: 20px !important;
}

.dropdown-item .flag-icon {
    font-size: 1.2em;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
}

/* Yellow Promo Bar */
.yellow-promo-bar {
    background: var(--explore-yellow);
    color: var(--ink);
    padding: 6px 0;
    font-weight: 500;
    position: absolute;
    top: 123px;
    left: 0;
    right: 0;
    z-index: 1020;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.yellow-promo-bar strong {
    color: var(--explore-red);
    cursor: pointer;
}

.yellow-promo-bar strong:hover {
    color: #FF4E00;
    text-decoration: underline;
}

/* Hero Section */
.hero-section {
    position: relative;
}

.hero-slider {
    position: relative;
    height: 80vh;
    min-height: 500px;
    overflow: hidden;
}

.hero-slide {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

/* Animated Hero Background */
.hero-animated-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(180deg, #d1fae5 0%, #FBFEFD 50%, #d1fae5 100%);
}

.animated-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(6, 78, 59, 0.9) 0%, rgba(13, 148, 136, 0.7) 50%, rgba(6, 78, 59, 0.9) 100%);
}

/* Floating Icons */
.floating-icon {
    position: absolute;
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.3);
    animation: float 6s ease-in-out infinite;
    z-index: 2;
}

.floating-icon i {
    display: block;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.icon-cv {
    animation: float 8s ease-in-out infinite, rotate 20s linear infinite;
}

.icon-job {
    animation: float 7s ease-in-out infinite, pulse 3s ease-in-out infinite;
}

.icon-check {
    animation: float 9s ease-in-out infinite, bounce 2s ease-in-out infinite;
    color: rgba(34, 197, 94, 0.4);
}

.icon-interview {
    animation: float 6.5s ease-in-out infinite, shake 4s ease-in-out infinite;
}

.icon-star {
    animation: float 7.5s ease-in-out infinite, twinkle 2s ease-in-out infinite;
    color: rgba(251, 191, 36, 0.4);
}

.icon-rocket {
    animation: float 8.5s ease-in-out infinite, rocketMove 5s ease-in-out infinite;
    color: rgba(255, 78, 0, 0.4);
}

.icon-trophy {
    animation: float 7s ease-in-out infinite, trophyBounce 3s ease-in-out infinite;
    color: rgba(251, 191, 36, 0.4);
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) translateX(0px);
    }
    25% {
        transform: translateY(-30px) translateX(20px);
    }
    50% {
        transform: translateY(-60px) translateX(-10px);
    }
    75% {
        transform: translateY(-30px) translateX(-20px);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

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

@keyframes shake {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-5deg);
    }
    75% {
        transform: rotate(5deg);
    }
}

@keyframes twinkle {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.3);
    }
}

@keyframes rocketMove {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-40px) rotate(-10deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes trophyBounce {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(-5deg);
    }
    75% {
        transform: translateY(-15px) rotate(5deg);
    }
}

/* Animated Particles */
.particle {
    position: absolute;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    animation: particleFloat 10s ease-in-out infinite;
    z-index: 2;
}

@keyframes particleFloat {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100vh) translateX(50px);
        opacity: 0;
    }
}

.hero-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="1200" height="600" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.hero-overlay {
    position: relative;
    z-index: 10;
    width: 100%;
}

.hero-title {
    color: #064e3b;
    font-size: 3.5rem;
    font-weight: 700;
    text-shadow: none;
    margin-bottom: 0;
}

.hero-accent {
    color: #10b981;
    font-size: 4rem;
    font-weight: 800;
    text-shadow: none;
}

.hero-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    color: #1f2937;
    opacity: 0.9;
    margin-top: 20px;
    line-height: 1.6;
}

.hero-subtitle strong {
    color: #10b981;
    font-weight: 600;
}

/* Hero Stats Badge */
.hero-stats-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 15px;
    margin-bottom: 30px;
    border: 1px solid rgba(6, 78, 59, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.hero-stats-badge span {
    color: #064e3b;
    font-weight: 500;
}

.hero-stats-badge span strong {
    font-weight: 700;
    color: #10b981;
}

.badge-separator {
    opacity: 0.6;
    font-weight: 300;
}

/* Hero Explore Button */
.btn-hero-explore {
    background: linear-gradient(135deg, #064e3b 0%, #0a6b5a 100%);
    color: #ffffff;
    padding: 18px 40px;
    font-size: 1.15rem;
    font-weight: 700;
    border-radius: 50px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(6, 78, 59, 0.3);
    text-decoration: none;
}

.btn-hero-explore:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(6, 78, 59, 0.4);
    background: linear-gradient(135deg, #0a6b5a 0%, #064e3b 100%);
    color: #ffffff;
}

.btn-hero-explore i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.btn-hero-explore:hover i {
    transform: translateX(5px);
}

.btn-hero-explore span {
    display: inline-block;
}


/* Hero Search Bar */
.hero-search-bar {
    background: #ffffff;;
    /*padding: 40px 0;*/
    /*margin-top: -50px;*/
    position: relative;
    z-index: 3;
    /*border-radius: 50px 50px 0 0;*/
}

.search-form {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

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

.search-form .form-select,
.search-form .form-control {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.search-form .form-select:focus,
.search-form .form-control:focus {
    border-color: var(--explore-red);
    box-shadow: 0 0 0 0.2rem rgba(227, 24, 55, 0.25);
}

.search-form .btn-primary {
    background: #307082;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    padding: 15px 40px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.search-form .btn-primary:hover {
    background: #064e3b;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(6, 78, 59, 0.4);
}

/* Global Primary Button Styling */
.btn-primary {
    background: var(--explore-red) !important;
    border: none !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.btn-primary:hover {
    background: var(--explore-dark-red) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(227, 24, 55, 0.4) !important;
}

/* Section Dividers */
.section-divider {
    padding: 40px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.section-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--explore-red), transparent);
}

.divider-content {
    background: var(--base);
    padding: 0 30px;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.divider-content i {
    font-size: 2rem;
    color: var(--explore-red);
    margin-right: 15px;
    vertical-align: middle;
}

.divider-content span {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--ink);
    vertical-align: middle;
}

/* Different divider styles */
.section-divider-1 {
    background: linear-gradient(135deg, #064e3b 0%, #FF4E00 100%);
}

.section-divider-2 {
    background: linear-gradient(135deg, #f5f5dc 0%, #e5e7eb 100%);
}

.section-divider-3 {
    background: linear-gradient(135deg, #064e3b 0%, #f5f5dc 100%);
}

.section-divider-4 {
    background: linear-gradient(135deg, #f5f5dc 0%, #d1d5db 100%);
}

.section-divider-5 {
    background: linear-gradient(135deg, #064e3b 0%, #f5f5dc 100%);
}

.section-divider-1 .divider-content,
.section-divider-2 .divider-content,
.section-divider-3 .divider-content,
.section-divider-4 .divider-content,
.section-divider-5 .divider-content {
    background: white;
    border-radius: 25px;
    padding: 15px 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* The Smarter Way Section */
.smarter-way-section {
    background: white;
    padding: 80px 0;
}

.smarter-way-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
    line-height: 1.2;
}

.smarter-way-subtitle {
    font-size: 1.3rem;
    color: #4b5563;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}

.smarter-way-subtitle strong {
    color: #1f2937;
    font-weight: 600;
}

.smarter-way-subtitle .highlight-human {
    color: #10b981;
    font-weight: 700;
    font-size: 1.1em;
}

/* How It Works Section */
.how-it-works-section {
    background: white;
    padding: 80px 0;
}

.how-it-works-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.how-it-works-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.step-1 {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.step-2 {
    background: linear-gradient(135deg, #fce7f3 0%, #fbcfe8 100%);
}

.step-3 {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
}

.step-number {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1;
    text-align: center;
}

.step-1 .step-number {
    color: #d97706;
}

.step-2 .step-number {
    color: #a21caf;
}

.step-3 .step-number {
    color: #059669;
}

.step-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.step-1 .step-title {
    color: #d97706;
}

.step-2 .step-title {
    color: #a21caf;
}

.step-3 .step-title {
    color: #059669;
}

.step-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
}

.step-1 .step-description {
    color: #92400e;
}

.step-2 .step-description {
    color: #86198f;
}

.step-3 .step-description {
    color: #047857;
}

.step-visual {
    margin-top: 20px;
}

.profile-card {
    background: white;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 280px;
}

.profile-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 220px;
}

.profile-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fde68a;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.speech-bubble {
    position: absolute;
    background: white;
    border-radius: 20px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    font-size: 0.85rem;
    font-weight: 500;
    color: #1f2937;
    white-space: nowrap;
    z-index: 3;
}

.speech-bubble-1 {
    top: -12px;
    left: -10px;
}

.speech-bubble-2 {
    top: -12px;
    right: -12px;
}

.speech-bubble-3 {
    bottom: -14px;
    left: -2px;
}

.bubble-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.bubble-icon-purple {
    background: #e9d5ff;
    color: #7c3aed;
}

.bubble-icon-orange {
    background: #fed7aa;
    color: #ea580c;
}

.bubble-icon-blue {
    background: #dbeafe;
    color: #2563eb;
}

.profile-icon {
    text-align: center;
    font-size: 3rem;
    color: #d97706;
    margin-bottom: 15px;
}

.profile-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #1f2937;
}

.info-item i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0.8rem;
}

.step-1 .info-item i {
    background: #fef3c7;
    color: #d97706;
}

.job-card {
    background: white;
    border-radius: 15px;
    padding: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.job-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.company-logo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #a21caf 0%, #c026d3 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.3rem;
    box-shadow: 0 2px 8px rgba(162, 28, 175, 0.3);
}

.delegate-badge {
    background: #10b981;
    color: white;
    padding: 5px 12px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
    white-space: nowrap;
}

.job-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.job-content h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
    line-height: 1.3;
}

.company-name {
    color: #4b5563;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.company-location {
    color: #6b7280;
    font-size: 0.9rem;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.company-location i {
    color: #a21caf;
}

.job-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #4b5563;
}

.detail-item i {
    color: #a21caf;
    width: 16px;
}

.salary-range {
    color: #059669;
    font-weight: 700;
    font-size: 0.95rem;
}

.job-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: auto;
}

.tag {
    background: #f3e8ff;
    color: #86198f;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.application-dashboard {
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: 280px;
    display: flex;
    flex-direction: column;
}

.status-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.status-tab {
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    background: #e5e7eb;
    color: #6b7280;
}

.status-tab.active {
    background: #10b981;
    color: white;
}

.application-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.application-item {
    padding: 12px;
    background: #f9fafb;
    border-radius: 10px;
    position: relative;
}

.app-company {
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 5px;
}

.app-title {
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 5px;
}

.app-location {
    font-size: 0.85rem;
    color: #6b7280;
}

.app-status {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #10b981;
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* WhatsApp Testimonials */
.whatsapp-testimonials {
    background: #e5ddd5;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.02) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 50%),
        radial-gradient(circle at 40% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 50%);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    max-height: 600px;
    overflow-y: auto;
    position: relative;
}

.whatsapp-testimonials::-webkit-scrollbar {
    width: 6px;
}

.whatsapp-testimonials::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.whatsapp-testimonials::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.whatsapp-testimonials::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
}

.whatsapp-header {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.whatsapp-header h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
}

.whatsapp-header p {
    font-size: 0.95rem;
    color: #6b7280;
    margin: 0;
}

.whatsapp-messages {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 10px 0;
}

.whatsapp-message {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    animation: slideIn 0.3s ease-out;
}

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

.message-avatar {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.message-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whatsapp-default-avatar {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    font-size: 1.1rem;
}

.message-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.message-bubble {
    background: #dcf8c6;
    border-radius: 7.5px;
    padding: 8px 12px 6px 12px;
    max-width: 85%;
    box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
    position: relative;
    word-wrap: break-word;
}

.message-bubble::before {
    content: '';
    position: absolute;
    left: -8px;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 13px solid #dcf8c6;
    border-left: 8px solid transparent;
}

.message-bubble::after {
    content: '';
    position: absolute;
    left: -8px;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 13px solid rgba(0, 0, 0, 0.05);
    border-left: 8px solid transparent;
    transform: translateX(-1px);
}

.message-sender {
    font-weight: 600;
    font-size: 0.8125rem;
    color: #075e54;
    margin-bottom: 2px;
    line-height: 1.2;
}

.message-text {
    font-size: 0.875rem;
    color: #111b21;
    line-height: 1.4;
    margin-bottom: 2px;
    word-wrap: break-word;
}

.message-time {
    font-size: 0.6875rem;
    color: #667781;
    text-align: right;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
}

.message-time::after {
    content: '✓✓';
    color: #53bdeb;
    font-size: 0.75rem;
}

.message-1 {
    animation-delay: 0.1s;
}

.message-2 {
    animation-delay: 0.2s;
}

.message-3 {
    animation-delay: 0.3s;
}

.message-4 {
    animation-delay: 0.4s;
}

.message-5 {
    animation-delay: 0.5s;
}

/* Comparison Table Section */
.comparison-section {
    background: #ffffff;
    padding: 80px 0;
}

.comparison-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 15px;
    line-height: 1.2;
}

.comparison-subtitle {
    font-size: 1.1rem;
    color: #6b7280;
    margin: 0;
}

.comparison-table-wrapper {
    overflow-x: auto;
    margin-top: 40px;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

.comparison-table thead {
    background: #f9fafb;
}

.comparison-table th {
    padding: 20px 16px;
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
    color: #1f2937;
    border-bottom: 2px solid #e5e7eb;
}

.comparison-table th.feature-col {
    text-align: left;
    font-weight: 600;
}

.comparison-table th.highlight-col {
    background: #f0fdf4;
    color: #064e3b;
}

.brand-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.brand-icon {
    font-size: 1.5rem;
}

.comparison-table tbody tr {
    border-bottom: 1px solid #f3f4f6;
    transition: background-color 0.2s;
}

.comparison-table tbody tr:hover {
    background-color: #f9fafb;
}

.comparison-table tbody tr.summary-row {
    border-bottom: none;
}

.comparison-table tbody tr.summary-row:hover {
    background-color: transparent;
}

.comparison-table td {
    padding: 18px 16px;
    text-align: center;
    font-size: 0.95rem;
    color: #4b5563;
}

.comparison-table td.feature-name {
    text-align: left;
    font-weight: 500;
    color: #1f2937;
}

.comparison-table td.highlight-cell {
    background: #f0fdf4;
    font-weight: 600;
}

.checkmark {
    color: #10b981;
    font-size: 1.5rem;
    font-weight: 700;
}

.cross {
    color: #ef4444;
    font-size: 1.5rem;
    font-weight: 700;
}

.summary-cell {
    font-weight: 600;
    font-size: 1rem;
    padding: 20px 16px !important;
}

.summary-negative {
    background: #fef2f2;
    color: #991b1b;
}

.summary-positive {
    background: #f0fdf4;
    color: #065f46;
    font-weight: 700;
}

/* ROI Calculator Section */
.roi-calculator-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.roi-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 10px;
    text-align: center;
}

.roi-subtitle {
    font-size: 1rem;
    color: #6b7280;
    text-align: center;
    margin-bottom: 30px;
}

.roi-slider-group {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.roi-slider-item {
    width: 100%;
}

.roi-label {
    display: block;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 12px;
    font-size: 1rem;
}

.slider-container {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.slider-min,
.slider-max {
    font-size: 0.85rem;
    color: #6b7280;
    min-width: 50px;
    text-align: center;
}

.roi-slider {
    flex: 1;
    height: 8px;
    border-radius: 5px;
    background: #e5e7eb;
    outline: none;
    -webkit-appearance: none;
}

.roi-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #10b981;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(16, 185, 129, 0.4);
}

.roi-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #10b981;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 6px rgba(16, 185, 129, 0.4);
}

.slider-value {
    text-align: center;
    margin-top: 8px;
}

.value-highlight {
    color: #10b981;
    font-weight: 700;
    font-size: 1.1rem;
}

.roi-results {
    text-align: center;
    padding: 20px;
}

.roi-hours {
    font-size: 3.5rem;
    font-weight: 800;
    color: #10b981;
    line-height: 1;
    margin-bottom: 15px;
}

.roi-savings {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 15px;
}

.roi-bonus {
    font-size: 0.95rem;
    color: #6b7280;
    font-style: italic;
}

/* Girl Math Edition */
.girl-math-section {
    margin-top: 50px;
}

.girl-math-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #10b981;
    text-align: center;
    margin-bottom: 15px;
}

.girl-math-subtitle {
    font-size: 1.1rem;
    color: #6b7280;
    text-align: center;
    margin-bottom: 40px;
}

.girl-math-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.girl-math-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.girl-math-icon {
    font-size: 2.5rem;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0fdf4;
    border-radius: 50%;
}

.girl-math-text {
    font-size: 1rem;
    color: #1f2937;
    line-height: 1.5;
}

.girl-math-text strong {
    color: #10b981;
    font-weight: 700;
}

/* Have More Questions Section */
.chat-heading {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
    line-height: 1.2;
}

.chat-highlight {
    color: #10b981;
}

.chat-subtitle {
    font-size: 1.2rem;
    color: #4b5563;
    margin-bottom: 40px;
    line-height: 1.6;
}

.chat-features {
    margin-bottom: 30px;
}

.chat-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px;
}

.chat-feature-icon {
    font-size: 2rem;
    color: #10b981;
    margin-bottom: 8px;
}

.chat-feature-item span {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
}

.chat-cta {
    margin-top: 30px;
}

.btn-chat-founder {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    padding: 18px 50px;
    font-size: 1.3rem;
    font-weight: 700;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
    transition: all 0.3s ease;
}

.btn-chat-founder:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(16, 185, 129, 0.4);
    color: white;
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
}

.chat-limited {
    font-size: 0.95rem;
    color: #6b7280;
    margin-top: 15px;
    margin-bottom: 0;
    font-style: italic;
}

/* Trust Section - Why Choose Us */
.trust-section {
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 50%, #d1fae5 100%);
    padding: 80px 0;
}

.trust-headline {
    font-size: 3rem;
    font-weight: 700;
    color: #064e3b;
    line-height: 1.2;
    margin-bottom: 20px;
}

.trust-underline-center {
    width: 120px;
    height: 4px;
    background: #10b981;
    margin: 0 auto 25px;
    border-radius: 2px;
}

.trust-supporting-text {
    font-size: 1.2rem;
    color: #1f2937;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.trust-supporting-text-left {
    font-size: 1rem;
    color: #1f2937;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}

.trust-supporting-text-left strong {
    color: #10b981;
    font-weight: 600;
}

.trust-content {
    padding-right: 40px;
}

.trust-headline {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.2;
    margin-bottom: 20px;
}

.trust-underline {
    width: 120px;
    height: 4px;
    background: var(--explore-red);
    margin-bottom: 25px;
    border-radius: 2px;
}

.trust-supporting-text {
    font-size: 1.2rem;
    color: var(--ink);
    line-height: 1.6;
    margin: 0 auto;
    text-align: center;
    max-width: 700px;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
}

.feature-block {
    padding: 30px;
    background: white;
    border-radius: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.feature-block:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
    transition: all 0.3s ease;
}

.feature-icon i {
    font-size: 1.8rem;
    transition: all 0.3s ease;
}

/* Feature Block 1 - Green/Teal */
.feature-block-1 .feature-icon {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(5, 150, 105, 0.1) 100%);
    border: none;
}

.feature-block-1 .feature-icon i {
    color: #10b981;
}

.feature-block-1 .feature-title {
    color: #059669;
    text-transform: none;
}

.feature-block-1 .feature-description {
    color: #065f46;
}

/* Feature Block 2 - Blue */
.feature-block-2 .feature-icon {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(37, 99, 235, 0.1) 100%);
    border: none;
}

.feature-block-2 .feature-icon i {
    color: #3b82f6;
}

.feature-block-2 .feature-title {
    color: #2563eb;
    text-transform: none;
}

.feature-block-2 .feature-description {
    color: #1e40af;
}

/* Feature Block 3 - Orange/Amber */
.feature-block-3 .feature-icon {
    background: linear-gradient(135deg, rgba(251, 146, 60, 0.1) 0%, rgba(245, 158, 11, 0.1) 100%);
    border: none;
}

.feature-block-3 .feature-icon i {
    color: #f97316;
}

.feature-block-3 .feature-title {
    color: #ea580c;
    text-transform: none;
}

.feature-block-3 .feature-description {
    color: #c2410c;
}

/* Feature Block 4 - Purple */
.feature-block-4 .feature-icon {
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.1) 0%, rgba(147, 51, 234, 0.1) 100%);
    border: none;
}

.feature-block-4 .feature-icon i {
    color: #a855f7;
}

.feature-block-4 .feature-title {
    color: #9333ea;
    text-transform: none;
}

.feature-block-4 .feature-description {
    color: #7e22ce;
}

.feature-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.feature-description {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
    opacity: 0.9;
}

/* Section Styles */
section {
    padding: 80px 0 0;
}

/* Service Cards */
.service-card {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(227, 24, 55, 0.1);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    border-color: var(--explore-red);
}

.service-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
}

.step-badge {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    color: white;
    transition: all 0.3s ease;
}

/* Service Card 1 - Green/Teal */
.service-card-1 .step-badge-1 {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.service-card-1 .service-title {
    color: #059669;
}

.service-card-1 .service-description {
    color: #065f46;
}

.service-card-1:hover .step-badge-1 {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
}

/* Service Card 2 - Blue */
.service-card-2 .step-badge-2 {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.service-card-2 .service-title {
    color: #2563eb;
}

.service-card-2 .service-description {
    color: #1e40af;
}

.service-card-2:hover .step-badge-2 {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

/* Service Card 3 - Orange/Amber */
.service-card-3 .step-badge-3 {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3);
}

.service-card-3 .service-title {
    color: #ea580c;
}

.service-card-3 .service-description {
    color: #c2410c;
}

.service-card-3:hover .step-badge-3 {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.4);
}

.service-title {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.service-description {
    opacity: 0.9;
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
    font-size: 0.95rem;
}

.testimonial-author {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid rgba(227, 24, 55, 0.1);
}

.testimonial-author strong {
    color: var(--ink);
    font-size: 1rem;
}

.testimonial-author small {
    color: var(--secondary);
    font-size: 0.85rem;
}

.bg-primary-ghost {
    background: linear-gradient(135deg, rgba(227, 24, 55, 0.05) 0%, rgba(196, 18, 48, 0.05) 100%);
}

/* Cards */
.card {
    border: none;
    border-radius: 20px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.document-checklist-card:hover {
    transform: none !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

.contact-form-card:hover {
    transform: none !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

.login-form-card:hover {
    transform: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
}

.register-form-card:hover {
    transform: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
}

.forgot-password-form-card:hover {
    transform: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
}

.auth-form-card:hover {
    transform: none !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.card-body {
    padding: 2rem;
}

/* Buttons */
.btn-accent {
    background: var(--explore-red);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-accent:hover {
    background: var(--explore-dark-red);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(227, 24, 55, 0.4);
}

.btn-outline-primary {
    border: 2px solid var(--explore-red);
    color: var(--explore-red);
    border-radius: 10px;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background: var(--explore-red);
    color: white;
    transform: translateY(-2px);
}

/* Icons */
.icon-wrapper {
    width: 80px;
    height: 80px;
    background: transparent;
    border: 2px solid var(--explore-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: var(--explore-red);
    font-size: 2rem;
}

/* Package Tabs */
.nav-tabs {
    border: none;
    margin-bottom: 3rem;
}

.nav-tabs .nav-link {
    border: none;
    background: transparent;
    color: var(--ink);
    font-weight: 600;
    padding: 15px 30px;
    margin: 0 10px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.nav-tabs .nav-link.active {
    background: var(--explore-purple);
    color: white;
    box-shadow: 0 5px 15px rgba(107, 70, 193, 0.3);
}

.nav-tabs .nav-link:hover:not(.active) {
    background: rgba(107, 70, 193, 0.1);
    color: var(--explore-purple);
}

/* Success Stories */
.stars {
    color: var(--explore-yellow);
}

.avatar {
    width: 50px;
    height: 50px;
    background: transparent;
    border: 2px solid var(--explore-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--explore-red);
}

/* FAQ Accordion */
.accordion-button {
    border-radius: 15px !important;
    font-weight: 600;
    padding: 20px;
    color: var(--ink) !important;
}

.accordion-button:not(.collapsed) {
    background: var(--explore-red);
    color: var(--ink) !important;
    border: none;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(227, 24, 55, 0.25);
}

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

.form-control:focus, .form-select:focus {
    border-color: var(--explore-red);
    box-shadow: 0 0 0 0.2rem rgba(227, 24, 55, 0.25);
}

/* Footer */
footer {
    background: var(--ink);
    color: white;
    padding: 60px 0 30px;
}

footer a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #FF4E00;
}

/* Back to Top Button */
#backToTop {
    background: var(--explore-red);
    color: white;
    border: none;
    width: 50px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    z-index: 1000;
}

#backToTop:hover {
    background: var(--explore-dark-red);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(227, 24, 55, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
    #navbar {
        padding-top: 24px;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-accent {
        font-size: 3rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .top-support-bar {
        font-size: 12px;
    }
    
    .yellow-promo-bar {
        font-size: 14px;
    }
    
    .search-form {
        padding: 20px;
    }
    
    .section-divider {
        padding: 30px 0;
    }
    
    .divider-content span {
        font-size: 1.1rem;
    }
    
    /* Trust Section Mobile */
    .trust-headline {
        font-size: 2.5rem;
        text-align: center;
    }
    
    .trust-content {
        padding-right: 0;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .trust-underline {
        margin: 0 auto 25px auto;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .feature-block {
        padding: 20px;
        text-align: center;
    }
}

/* Decorative Elements */
.decorative-shape {
    width: 60px;
    height: 4px;
    background: var(--explore-red);
    margin: 0 auto;
    border-radius: 2px;
}

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

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

.card, .section-divider {
    animation: fadeInUp 0.6s ease-out;
}

/* Utility Classes */
.bg-ink {
    background-color: var(--ink);
}

.text-ink {
    color: var(--ink);
}

.text-primary {
    color: var(--primary);
}

.text-accent {
    color: var(--accent);
}

/* Price Styling */
.price {
    padding: 1rem;
    background-color: var(--base);
    border-radius: 10px;
    margin: 1rem 0;
}

/* Form Label Styling */
.form-label {
    color: var(--ink);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

/* Accordion Body Styling */
.accordion-body {
    background-color: #fff;
    color: var(--ink);
}


/* Package Section Styling */
.package-tabs-wrapper {
    background: linear-gradient(135deg, #fafaf9 0%, #f5f5dc 100%);
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.package-tabs-wrapper .nav-pills .nav-link {
    background: white;
    color: var(--ink);
    border: 2px solid transparent;
    border-radius: 15px;
    padding: 12px 24px;
    margin: 0 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.package-tabs-wrapper .nav-pills .nav-link:hover {
    background: var(--explore-red);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(227, 24, 55, 0.3);
}

.package-tabs-wrapper .nav-pills .nav-link.active {
    background: var(--explore-red);
    color: white;
    border-color: var(--explore-red);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(227, 24, 55, 0.4);
}

.package-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.package-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.package-card.featured {
    border-color: var(--explore-red);
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(227, 24, 55, 0.2);
}

.package-card.featured:hover {
    transform: scale(1.05) translateY(-10px);
}

.package-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--explore-red);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(227, 24, 55, 0.3);
}

.package-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #f8f9fa;
}

.package-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 1rem;
}

.package-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
}

.package-price .currency {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--explore-red);
}

.package-price .amount {
    font-size: 3rem;
    font-weight: 800;
    color: var(--explore-red);
    line-height: 1;
}

.package-price .period {
    font-size: 1rem;
    color: #6c757d;
    font-weight: 500;
}

.package-features {
    margin-bottom: 2rem;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f8f9fa;
    color: var(--ink);
    font-weight: 500;
}

.feature-list li:last-child {
    border-bottom: none;
}

.feature-list li i {
    color: var(--explore-red);
    margin-right: 12px;
    font-size: 1.1rem;
}

.package-footer {
    text-align: center;
}

.package-footer .btn {
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.package-footer .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .package-tabs-wrapper {
        padding: 1.5rem;
    }
    
    .package-tabs-wrapper .nav-pills .nav-link {
        margin: 5px;
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    .package-card {
        padding: 1.5rem;
    }
    
    .package-price .amount {
        font-size: 2.5rem;
    }
}

/* Document Checklist Table Styling */
.document-checklist-table thead th {
    background-color: #FF4E00;
    color: white;
    font-weight: 600;
    border: none;
    padding: 15px;
}

.document-checklist-table tbody td {
    padding: 15px;
    vertical-align: middle;
}

.document-checklist-table tbody tr {
    transition: none !important;
    transform: none !important;
}

.document-checklist-table tbody tr:hover {
    background-color: #f8f9fa;
    transform: none !important;
}

.package-comparison-card:hover {
    transform: none !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

/* Package Comparison Table Styling */
.package-comparison-table {
    margin-bottom: 0;
    font-size: 0.95rem;
}

.package-comparison-table thead th {
    background-color: #FF4E00;
    color: white;
    font-weight: 600;
    border: 2px solid #FF4E00;
    padding: 15px 10px;
    text-align: center;
    vertical-align: middle;
}

.package-comparison-table thead th:first-child {
    background-color: #FF4E00;
    text-align: left;
}

.package-comparison-table tbody td {
    padding: 12px 10px;
    vertical-align: middle;
    border: 1px solid #dee2e6;
}

.package-comparison-table tbody tr.bg-light {
    background-color: #f8f9fa !important;
    font-weight: 600;
}

.package-comparison-table tbody tr.bg-light td {
    border: 1px solid #dee2e6;
}

.package-comparison-table tbody .package-action-row {
    background-color: #ffffff;
}

.package-comparison-table tbody .package-action-row td {
    padding: 20px 10px;
    border-top: 2px solid #dee2e6;
}

.package-comparison-table .text-center i {
    font-size: 1.25rem;
}

/* Hide hero search bar (can be re-enabled later) */
.hero-search-bar {
    display: none !important;
}

/* Modern Package Cards - Desktop */
.package-card-modern {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
    border: 2px solid #e5e7eb;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
}

.package-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    border-color: #FF4E00;
}

.package-card-modern.package-featured {
    border-color: #FF4E00;
    border-width: 3px;
    box-shadow: 0 10px 35px rgba(255, 78, 0, 0.2);
}

.package-badge-modern {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #FF4E00;
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(255, 78, 0, 0.3);
}

.package-header-modern {
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #f8f9fa;
}

.package-name-modern {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 0.5rem;
}

.package-desc-modern {
    font-size: 0.95rem;
    color: #6c757d;
    margin: 0;
}

.package-price-modern {
    text-align: center;
    margin-bottom: 1.5rem;
}

.package-original-price {
    display: block;
    font-size: 1rem;
    color: #9ca3af;
    text-decoration: line-through;
    margin-bottom: 0.25rem;
}

.package-current-price {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: #FF4E00;
    line-height: 1;
}

.package-features-modern {
    flex-grow: 1;
    margin-bottom: 1.5rem;
}

.package-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.package-features-list li {
    display: flex;
    align-items: flex-start;
    padding: 0.75rem 0;
    color: var(--ink);
    font-size: 0.95rem;
}

.package-features-list li i {
    flex-shrink: 0;
    margin-top: 2px;
}

.package-action-modern {
    margin-top: auto;
}

/* Mobile Package Cards */
.package-card-mobile {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    border: 2px solid #e5e7eb;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.package-card-mobile-header {
    position: relative;
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f8f9fa;
}

.package-badge-mobile {
    position: absolute;
    top: -10px;
    right: 0;
    background: #FF4E00;
    color: white;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
}

.package-name-mobile {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 0.5rem;
}

.package-desc-mobile {
    font-size: 0.9rem;
    color: #6c757d;
    margin: 0;
}

.package-price-mobile {
    text-align: center;
    margin-bottom: 1.5rem;
}

.package-original-price-mobile {
    display: block;
    font-size: 0.95rem;
    color: #9ca3af;
    text-decoration: line-through;
    margin-bottom: 0.25rem;
}

.package-current-price-mobile {
    display: block;
    font-size: 2.2rem;
    font-weight: 800;
    color: #FF4E00;
    line-height: 1;
}

.package-features-mobile {
    margin-bottom: 1.5rem;
}

.features-title-mobile {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 1rem;
}

.package-features-list-mobile {
    list-style: none;
    padding: 0;
    margin: 0;
}

.package-features-list-mobile li {
    display: flex;
    align-items: flex-start;
    padding: 0.6rem 0;
    color: var(--ink);
    font-size: 0.9rem;
}

.package-features-list-mobile li i {
    flex-shrink: 0;
    margin-top: 2px;
}

.package-action-mobile {
    margin-top: 1rem;
}

/* Dashboard - Disable hover effects on cards and sections */
body[data-page="dashboard"] .card:hover {
    transform: none !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

/* Profile - Disable hover effects on cards */
body[data-page="profile"] .card:hover {
    transform: none !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

/* Checkout - Disable hover effects on cards */
body[data-page="checkout"] .card:hover {
    transform: none !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

/* Payment Cancel - Disable hover effects on cards */
body[data-page="payment-cancel"] .card:hover {
    transform: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
}

/* Payment Success - Disable hover effects on cards */
body[data-page="payment-success"] .card:hover {
    transform: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
}

/* Privacy Policy - Disable hover effects on cards */
body[data-page="privacy"] .card:hover {
    transform: none !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

/* Terms - Disable hover effects on cards */
body[data-page="terms"] .card:hover {
    transform: none !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

/* Package summary alert - no borders */
.alert.alert-primary {
    border: none !important;
}

body[data-page="dashboard"] .service-card:hover {
    transform: none !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
    border-color: rgba(227, 24, 55, 0.1) !important;
}

body[data-page="dashboard"] .service-card:hover .service-icon {
    transform: none !important;
    box-shadow: 0 5px 15px rgba(227, 24, 55, 0.15) !important;
}

body[data-page="dashboard"] .feature-block:hover {
    transform: none !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
}

body[data-page="dashboard"] section:hover {
    transform: none !important;
}

/* Dashboard Accordion Styling */
#applicationDetailsAccordion .accordion-item {
    border: none !important;
}

#applicationDetailsAccordion .accordion-button {
    background-color: #fff;
    color: var(--ink);
    font-size: 1.1rem;
    padding: 1.25rem 1.5rem;
    border-radius: 0.5rem !important;
    box-shadow: none;
}

#applicationDetailsAccordion .accordion-button:not(.collapsed) {
    background-color: #fff !important;
    color: var(--ink) !important;
    box-shadow: none;
}

#applicationDetailsAccordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

#applicationDetailsAccordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF4E00'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#applicationDetailsAccordion .accordion-body {
    background-color: #fff;
}