/* بٽڻ کي زبردستي اسڪرين جي بلڪل وچ تي آڻڻ جو 100٪ پڪو فڪس */
.gb-text-349147fd {
    display: table !important; /* پيج جي وچ تي بيهارڻ لاءِ */
    margin: 30px auto 0 auto !important; /* ساڄي ۽ کاٻي پاسي کان پاڻمرادي سينٽر ڪندو */
    text-align: center !important;
    color: #ffffff !important; /* اکر مڪمل اڇا ۽ چٽا */
    border-radius: 30px !important;
    text-decoration: none !important;
    padding: 12px 32px !important; /* بٽڻ جي اندر مناسب جڳهه */
    transition: transform 0.2s ease !important; /* اسموٿ هور افيڪٽ */
}

/* هور افيڪٽ - ماؤس رکڻ سان بٽڻ معمولي مٿي اڀرندو */
.gb-text-349147fd:hover {
    transform: translateY(-3px) !important;
    color: #ffffff !important;
}

.gb-text-349147fd {
    -webkit-user-select: none !important; /* آئي فون ۽ ڪروم لاءِ سليڪشن بلاڪ */
    user-select: none !important;         /* عام برائوزرز لاءِ سليڪشن بلاڪ */
    cursor: pointer !important;           /* بٽڻ وارو نشان ڏيکارڻ لاءِ */
}

/* ===== CONTACT US MAIN BOX WITH COLOR ===== */
/* هن ڪوڊ سان پوري مواد جي پٺيان هڪ خوبصورت هلڪو نيوِي باڪس جڙي ويندو */
.wp-block-group:has(.gb-text-349147fd) {
    background-color: #ebf1fa !important; /* [توهان لاء]: باڪس جو هلڪو نيوِي رنگ */
    padding: 50px 24px !important; /* باڪس جي اندروني جڳهه */
    border-radius: 24px !important; /* باڪس جا پريميئم گول ڪنڊا */
    border: 1px solid rgba(33, 91, 194, 0.1) !important; /* هلڪي خوبصورت بارڊر */
    box-sizing: border-box !important;
    text-align: center !important; /* اندروني مواد کي وچ تي رکڻ لاء */
    
    /* باڪس کي اسڪرين جي ٻنهي پاسن کان فٽ رکڻ لاء مارجن */
    margin: 40px auto !important; 
    max-width: 100% !important;
    width: calc(100% - 32px) !important; /* موبائيل ۽ ڊيسڪٽاپ تي سائيڊن کان مناسب اندر رهندو */
}



/* ===== 1. HERO SECTION BUTTON FIX (توهان جو پهريون بٽڻ صحيح ڪرڻ لاءِ) ===== */
/* هن سان هيرو بٽڻ پنهنجي اصلي حالت ۽ پياري نيري رنگ ۾ واپس اچي ويندو */
.wp-block-buttons:not(.alignwide) .wp-block-button__link {
    background-color: #0066cc !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
    transform: none !important;
}

/* ===== 2. ONLY TARGET ABOUT SECTION BUTTON (صرف ايبائوٽ بٽڻ لاءِ) ===== */
/* هي ڪوڊ هاڻي صرف ايبائوٽ واري باڪس جي بٽڻ کي وچ تي ڪندو */
.wp-block-cover .wp-block-buttons.alignwide {
    display: flex !important;
    justify-content: center !important; 
    align-items: center !important;
    width: 100% !important;
    margin-top: 30px !important;
}

/* هي اينيمنيشن صرف ايبائوٽ جي بٽڻ تي ڪم ڪندي */
.wp-block-cover .wp-block-buttons.alignwide .wp-block-button__link {
    display: inline-block !important;
    background-color: rgba(255, 255, 255, 0.12) !important; 
    color: #ffffff !important; 
    border: 1px solid rgba(255, 255, 255, 0.3) !important; 
    border-radius: 30px !important; 
    padding: 12px 36px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* ايبائوٽ بٽڻ جو هور افيڪٽ */
.wp-block-cover .wp-block-buttons.alignwide .wp-block-button__link:hover {
    background-color: #ffffff !important; 
    color: #0e1d28 !important; 
    transform: translateY(-4px) !important; 
    box-shadow: 0 12px 25px rgba(255, 255, 255, 0.2) !important; 
}
