/* ===== HIGHLY VIBRANT APPLE GRADIENT ===== */
/* مٿان وارو نيرو رنگ وڌيڪ چٽو ڪيو ويو آهي ۽ 75% تائين هيٺ کڻي آيو ويو آهي */
.wp-block-cover.hero-cover {
    background: linear-gradient(to bottom, #A1CFFF 0%, #D4EAFF 35%, #F5F5F7 75%, #FFFFFF 100%) !important;
}

/* ورڊپريس جي اندروني اڇي اوورلي کي مڪمل ختم ڪرڻ لاءِ */
.wp-block-cover.hero-cover .wp-block-cover__background {
    background: none !important;
    background-color: transparent !important;
    opacity: 0 !important;
}

/* ===== FIXED NATURAL IMAGE SHADOW (NO WHITE BOX) ===== */
/* تصوير جو چورس اڇو باڪس مڪمل ختم ڪري رڳو عناصرن جي هيٺان نيچرل پاڇو سيٽ ڪيو ويو آهي */
.hero-cover .wp-block-image img {
    box-shadow: none !important; /* چورس باڪس ۽ شيڊو مڪمل ختم */
    border: none !important;
    
    /* هي ڪوڊ روبوٽ جي اڇي بيڪ گرائونڊ کي پيج جي گريڊينٽ ڪلر سان ملائي ڇڏيندو */
    mix-blend-mode: multiply !important; 
    
    /* رڳو روبوٽ جي هيٺان نرم ۽ خوبصورت پاڇو */
    filter: drop-shadow(0px 15px 20px rgba(0, 0, 0, 0.15)) !important; 
}

/* ===== SHARP ABSTRACT HERO BACKGROUND BALL ===== */
.wp-block-cover.hero-cover {
    position: relative !important;
}

/* اکرن جي پويان واضح ۽ خوبصورت گول بال */
.wp-block-cover.hero-cover::after {
    content: "" !important;
    position: absolute !important;
    
    /* بٽڻ جي سامهون ۽ پيراگراف جي پويان جڳهه */
    bottom: 25% !important;
    right: 8% !important;
    
    /* بال جي مڪمل گول سائيز */
    width: 160px !important;
    height: 160px !important;
    border-radius: 50% !important;
    
    /* رنگ کي وڌيڪ چٽو ۽ پروفيشنل ڪيو ويو آهي */
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.22) 0%, rgba(161, 207, 255, 0.12) 100%) !important;
    
    /* بلر کي گهٽ ڪيو ويو آهي ته جيئن گولائي صاف نظر اچي */
    filter: blur(2px) !important;
    
    z-index: 0 !important;
    pointer-events: none !important;
}

/* لکت کي بال جي مٿان آڻڻ لاءِ */
.wp-block-cover.hero-cover .wp-block-columns {
    position: relative !important;
    z-index: 2 !important;
}
