/* ============================================
   DignityLife Landing Pages - Common Styles
   ============================================ */

/* -------------------------
   Hero Section Base Styles
   ------------------------- */
.hero-section {
    min-height: 80vh;
}
.hero-title {
    color: #FFFFFF !important;
}
.hero-subtitle {
    color: rgba(255,255,255,0.9);
}
.text-gradient {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* -------------------------
   Floating Cards Animation
   ------------------------- */
.hero-image-container {
    position: relative;
}
.floating-card {
    position: absolute;
    z-index: 10;
    animation: float 3s ease-in-out infinite;
}
/* Left Side Cards */
.floating-card-left-1 {
    top: 8%;
    left: -30px;
    animation-delay: 0s;
}
.floating-card-left-2 {
    top: 42%;
    left: -40px;
    animation-delay: 0.5s;
}
.floating-card-left-3 {
    top: 76%;
    left: -25px;
    animation-delay: 1s;
}
/* Right Side Cards */
.floating-card-right-1 {
    top: 15%;
    right: -35px;
    animation-delay: 0.25s;
}
.floating-card-right-2 {
    top: 50%;
    right: -30px;
    animation-delay: 0.75s;
}
.floating-card-right-3 {
    top: 85%;
    right: -40px;
    animation-delay: 1.25s;
}
@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

/* -------------------------
   Icon Circle & Utility
   ------------------------- */
.icon-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}
.tiny {
    font-size: 0.7rem;
}
.bg-success-subtle {
    background: rgba(40, 167, 69, 0.1);
}
.bg-primary-subtle {
    background: rgba(123, 45, 142, 0.1);
}

/* -------------------------
   Hover Effects
   ------------------------- */
.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15) !important;
}
.platform-card {
    transition: all 0.3s ease;
}
.hero-image-container img {
    transition: transform 0.3s ease;
}
.hero-image-container:hover img {
    transform: scale(1.02);
}

/* ============================================
   Home Landing Page Specific Styles
   (Light Yellow/Gold Theme - Warm & Welcoming)
   ============================================ */
.home-landing .hero-section {
    background: linear-gradient(135deg, #FFF8E1 0%, #FFECB3 100%);
}
.home-landing .hero-title {
    color: #333 !important;
}
.home-landing .hero-subtitle {
    color: #555;
}
.home-landing .text-gradient {
    background: linear-gradient(135deg, #7B2D8E, #5a1d6a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.home-landing .stat-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #7B2D8E;
}
.home-landing .stat-label {
    font-size: 0.875rem;
    color: #666;
}
.home-landing .badge.bg-white-subtle {
    background: rgba(123, 45, 142, 0.15) !important;
    color: #7B2D8E !important;
}

/* ============================================
   Engage Landing Page Specific Styles
   (Purple Theme)
   ============================================ */
.engage-landing .engage-hero-section {
    background: linear-gradient(135deg, #7B2D8E 0%, #5a1d6a 100%);
    color: #fff;
    min-height: 80vh;
}
.engage-landing .hero-title {
    color: #fff !important;
}
.engage-landing .hero-subtitle {
    color: rgba(255, 255, 255, 0.9);
}
.engage-landing .text-gradient {
    background: linear-gradient(135deg, #FFD700, #FFC107);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.engage-landing .stat-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFD700;
}
.engage-landing .stat-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
}
.engage-landing .badge.bg-primary-subtle {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
}
.engage-landing .problem-stats-card .stat-big {
    font-size: 3rem;
    font-weight: 700;
    color: #7B2D8E;
}

/* ============================================
   Explore Landing Page Specific Styles
   (Light Blue Theme)
   ============================================ */
.explore-landing .explore-hero-section {
    background: linear-gradient(135deg, #E3F2FD 0%, #BBDEFB 100%);
    color: #333;
    min-height: 80vh;
}
.explore-landing .hero-title {
    color: #333 !important;
}
.explore-landing .hero-subtitle {
    color: #555;
}
.explore-landing .text-gradient {
    background: linear-gradient(135deg, #1565C0, #1976D2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.explore-landing .stat-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1565C0;
}
.explore-landing .stat-label {
    font-size: 0.875rem;
    color: #666;
}
.explore-landing .badge.bg-primary-subtle {
    background: rgba(21, 101, 192, 0.15) !important;
    color: #1565C0 !important;
}

/* ============================================
   Trips Landing Page Specific Styles
   (Purple Theme - Default)
   ============================================ */
.trips-landing .hero-section {
    background: linear-gradient(135deg, #7B2D8E 0%, #5a1d6a 100%);
}
.trips-landing .hero-icons {
    animation: float 3s ease-in-out infinite;
}

/* ============================================
   Events Landing Page Specific Styles
   (Pink Theme)
   ============================================ */
.events-landing .events-hero-section {
    background: linear-gradient(135deg, #FCE4EC 0%, #F8BBD9 100%);
    color: #333;
    min-height: 80vh;
}
.events-landing .hero-title {
    color: #333 !important;
}
.events-landing .hero-subtitle {
    color: #555;
}
.events-landing .text-gradient {
    background: linear-gradient(135deg, #E91E63, #C2185B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.events-landing .stat-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #E91E63;
}
.events-landing .stat-label {
    font-size: 0.875rem;
    color: #666;
}

/* ============================================
   Jobs/Empower Landing Page Specific Styles
   (Orange Theme)
   ============================================ */
.jobs-landing .jobs-hero-section {
    background: linear-gradient(135deg, #FFF3E0 0%, #FFE0B2 100%);
    color: #333;
    min-height: 80vh;
}
.jobs-landing .hero-title {
    color: #333 !important;
}
.jobs-landing .hero-subtitle {
    color: #555;
}
.jobs-landing .text-gradient {
    background: linear-gradient(135deg, #FF9800, #F57C00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.jobs-landing .stat-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #FF9800;
}
.jobs-landing .stat-label {
    font-size: 0.875rem;
    color: #666;
}

/* ============================================
   Footer Styles
   ============================================ */
.di-footer {
    background: linear-gradient(135deg, #5a1d6a 0%, #7B2D8E 50%, #4a1555 100%);
}
.di-footer .footer-main {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.di-footer .footer-logo {
    filter: brightness(0) invert(1);
}
.di-footer .footer-desc {
    color: rgba(255,255,255,0.7);
    font-size: 0.95rem;
    line-height: 1.7;
}
.di-footer .social-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}
.di-footer .social-btn:hover {
    background: #7B2D8E;
    color: #fff;
    transform: translateY(-3px);
}
.di-footer .footer-heading {
    color: #FFD700;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.di-footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.di-footer .footer-links li {
    margin-bottom: 0.75rem;
}
.di-footer .footer-links a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}
.di-footer .footer-links a:hover {
    color: #FFD700;
    padding-left: 5px;
}
.di-footer .footer-links a i {
    font-size: 0.8rem;
    opacity: 0.7;
}
.di-footer .footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}
.di-footer .footer-contact li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}
.di-footer .contact-icon {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background: linear-gradient(135deg, #7B2D8E, #5a1d6a);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    font-size: 1rem;
}
.di-footer .contact-icon.whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
}
.di-footer .contact-icon.email {
    background: linear-gradient(135deg, #1565C0, #1976D2);
}
.di-footer .contact-label {
    display: block;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}
.di-footer .footer-contact a {
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}
.di-footer .footer-contact a:hover {
    color: #FFD700;
}
.di-footer .footer-bottom {
    background: rgba(0,0,0,0.2);
}
.di-footer .copyright {
    color: rgba(255,255,255,0.6);
    font-size: 0.85rem;
}
.di-footer .footer-bottom-links {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.di-footer .footer-bottom-links a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s ease;
}
.di-footer .footer-bottom-links a:hover {
    color: #FFD700;
}
@media (max-width: 767px) {
    .di-footer .footer-bottom-links {
        justify-content: center;
        gap: 1rem;
    }
}

/* ============================================
   Responsive Styles
   ============================================ */
@media (max-width: 991px) {
    .floating-card {
        display: none;
    }
}
@media (max-width: 767px) {
    .hero-section,
    .engage-hero-section,
    .explore-hero-section,
    .events-hero-section,
    .jobs-hero-section {
        min-height: auto;
    }
    .display-4 {
        font-size: 2rem;
    }
    .display-5 {
        font-size: 1.75rem;
    }
    .display-6 {
        font-size: 1.5rem;
    }
}