/* =============================================
   Premium Hero Section Styles
   Ro Care Bharat - Modern & Dynamic Design
   ============================================= */

/* Hero Section Container */
.hero-section-premium {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fc 50%, #dbeeff 100%);
    overflow: hidden;
    padding-top: 40px;
}

.min-vh-85 {
    min-height: 85vh;
}

/* Background Elements */
.hero-bg-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

.hero-gradient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
}

.hero-orb-1 {
    width: 600px;
    height: 600px;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.3) 0%, rgba(0, 153, 255, 0.2) 100%);
    top: -200px;
    right: -100px;
    animation: orbFloat 8s ease-in-out infinite;
}

.hero-orb-2 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.2) 0%, rgba(0, 200, 150, 0.15) 100%);
    bottom: -100px;
    left: -100px;
    animation: orbFloat 10s ease-in-out infinite reverse;
}

@keyframes orbFloat {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(30px, -30px) scale(1.1);
    }
}

/* Water Drops Animation */
.hero-water-drops {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero-water-drops i {
    position: absolute;
    color: rgba(0, 102, 204, 0.15);
    animation: dropFall 15s linear infinite;
}

.drop-1 {
    left: 10%;
    font-size: 1.5rem;
    animation-delay: 0s;
    animation-duration: 12s;
}

.drop-2 {
    left: 25%;
    font-size: 1rem;
    animation-delay: 2s;
    animation-duration: 14s;
}

.drop-3 {
    left: 50%;
    font-size: 1.8rem;
    animation-delay: 4s;
    animation-duration: 11s;
}

.drop-4 {
    left: 75%;
    font-size: 1.2rem;
    animation-delay: 6s;
    animation-duration: 13s;
}

.drop-5 {
    left: 90%;
    font-size: 1.4rem;
    animation-delay: 8s;
    animation-duration: 15s;
}

@keyframes dropFall {
    0% {
        top: -10%;
        opacity: 0;
        transform: translateY(0) rotate(0deg);
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        top: 110%;
        opacity: 0;
        transform: translateY(0) rotate(360deg);
    }
}

/* Hero Content */
.hero-content-premium {
    position: relative;
    z-index: 2;
}

/* Top Badge */
.hero-badge-top {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.1) 0%, rgba(0, 153, 255, 0.1) 100%);
    border: 1px solid rgba(0, 102, 204, 0.2);
    padding: 10px 20px;
    border-radius: 50px;
    margin-bottom: 24px;
    animation: fadeInUp 0.6s ease-out;
}

.hero-badge-top i {
    color: #0066CC;
    font-size: 1rem;
}

.hero-badge-top span {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #0066CC;
}

/* Hero Title */
.hero-title-premium {
    font-family: 'Poppins', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.15;
    color: #1a1a2e;
    margin-bottom: 24px;
    animation: fadeInUp 0.6s ease-out 0.1s both;
}

.hero-title-highlight {
    display: block;
    background: linear-gradient(135deg, #0066CC 0%, #0099FF 50%, #00BFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.hero-title-highlight::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 12px;
    background: linear-gradient(90deg, rgba(0, 102, 204, 0.2) 0%, rgba(0, 191, 255, 0.1) 100%);
    border-radius: 4px;
    z-index: -1;
}

/* Hero Description */
.hero-desc-premium {
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 32px;
    max-width: 520px;
    animation: fadeInUp 0.6s ease-out 0.2s both;
}

/* CTA Buttons Group */
.hero-cta-group {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    animation: fadeInUp 0.6s ease-out 0.3s both;
}

.hero-btn-primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #0066CC 0%, #0055AA 100%);
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 102, 204, 0.35);
}

.hero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 102, 204, 0.45);
    color: #ffffff;
}

.hero-btn-primary .btn-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% {
        left: -100%;
    }

    20% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

.hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: #ffffff;
    color: #0066CC;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    border: 2px solid #0066CC;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero-btn-secondary:hover {
    background: #0066CC;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 102, 204, 0.25);
}

/* Stats Row */
.hero-stats-row {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    animation: fadeInUp 0.6s ease-out 0.4s both;
}

.hero-stat-item {
    text-align: center;
}

.stat-number {
    font-family: 'Poppins', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #0066CC;
    line-height: 1;
    margin-bottom: 4px;
}

.stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    color: #6b7280;
    font-weight: 500;
}

.hero-stat-divider {
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.15), transparent);
}

/* Hero Image Wrapper */
.hero-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.hero-image-container {
    position: relative;
    z-index: 2;
}

.hero-main-image {
    max-height: 500px;
    width: auto;
    border-radius: 24px;
    box-shadow: 0 25px 80px rgba(0, 102, 204, 0.2);
    animation: imageFloat 6s ease-in-out infinite;
}

.hero-image-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(0, 102, 204, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    z-index: -1;
    filter: blur(40px);
}

@keyframes imageFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

/* Floating Cards */
.hero-float-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    z-index: 10;
    animation: cardFloat 4s ease-in-out infinite;
}

.hero-float-card.card-1 {
    top: 15%;
    left: 0;
    animation-delay: 0s;
}

.hero-float-card.card-2 {
    bottom: 25%;
    right: -20px;
    animation-delay: 1s;
}

.hero-float-card.card-3 {
    bottom: 5%;
    left: 10%;
    animation-delay: 2s;
}

@keyframes cardFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.float-card-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.15) 0%, rgba(0, 153, 255, 0.1) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0066CC;
    font-size: 1.2rem;
}

.float-card-icon.success {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.15) 0%, rgba(52, 211, 153, 0.1) 100%);
    color: #28a745;
}

.float-card-icon.warning {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.2) 0%, rgba(255, 152, 0, 0.15) 100%);
    color: #f59e0b;
}

.float-card-content {
    display: flex;
    flex-direction: column;
}

.float-card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a1a2e;
}

.float-card-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    color: #6b7280;
}

/* Wave Divider */
.hero-wave-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    overflow: hidden;
}

.hero-wave-divider svg {
    display: block;
    width: 100%;
    height: 80px;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .hero-title-premium {
        font-size: 3rem;
    }
}

@media (max-width: 991px) {
    .hero-section-premium {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .hero-title-premium {
        font-size: 2.5rem;
    }

    .hero-image-wrapper {
        padding: 20px;
        margin-top: 40px;
    }

    .hero-float-card.card-1 {
        top: 5%;
        left: 5%;
    }

    .hero-float-card.card-2 {
        bottom: 20%;
        right: 0;
    }

    .hero-float-card.card-3 {
        bottom: 0;
        left: 5%;
    }

    .min-vh-85 {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .hero-section-premium {
        padding-top: 40px;
    }

    .hero-title-premium {
        font-size: 2rem;
    }

    .hero-desc-premium {
        font-size: 1rem;
    }

    .hero-stats-row {
        gap: 16px;
    }

    .stat-number {
        font-size: 1.4rem;
    }

    .stat-label {
        font-size: 0.75rem;
    }

    .hero-cta-group {
        flex-direction: column;
    }

    .hero-btn-primary,
    .hero-btn-secondary {
        width: 100%;
        justify-content: center;
    }

    .hero-float-card {
        display: none;
    }

    .hero-main-image {
        max-height: 350px;
    }
}

@media (max-width: 576px) {
    .hero-title-premium {
        font-size: 1.75rem;
    }

    .hero-badge-top {
        padding: 8px 16px;
    }

    .hero-badge-top span {
        font-size: 0.8rem;
    }

    .hero-stats-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-stat-divider {
        display: none;
    }

    .hero-stat-item {
        flex: 0 0 30%;
    }
}