/*!
* <!-- 🔒 Protected by Chaudhary Abdul Ghaffar | © 2025 Arif Enterprises -->
* This CSS is protected under copyright law.
* Unauthorized copying, reuse, or modification is strictly prohibited.
* Contact: contact.arifenterprises@gmail.com
*/
html,body {
    -webkit-text-size-adjust:100%;
    margin:0;
    padding:0;
    font-family:'Noto Nastaliq Urdu','Times New Roman',Times,serif
}
body {
    background-color:#fff;
    color:#333;
    font-family:'Noto Nastaliq Urdu','Times New Roman',Times,serif!important;
    transition:background-color .3s,color .3s
}
body.light-mode {
    background-color:#fff;
    color:#333
}
body.dark-mode {
    background-color:#333;
    color:#fff
}
.desktop-navigation-menu .menu-title {
    color:black
}
body.dark-mode .desktop-navigation-menu .menu-title {
    color:white
}
video {
    top:0;
    left:0;
    min-width:100%;
    min-height:100%;
    width:auto;
    height:auto;
    object-fit:cover
}
.video-container {
    position:relative;
    aspect-ratio:16 / 9;
    max-width:1300px;
    margin:0 auto;
    overflow:hidden
}
.video-container video {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block
}
@media (max-width:477px) {
    .video-container {
        max-width:100%;
        padding: 0px
    }
    video {
        height:auto
    }
}
.dark-mode .video-container:hover {
    background:#8606ad
}
.light-mode .video-container:hover {
    background:#a2c3cb
}
.light-mode .hs-line-7 {
    margin-top:0;
    position:relative;
    font-family:'Times New Roman',Times,serif;
    font-size:18px;
    color:#8d487d;
    font-weight:40;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:bold;
    margin-left:7px;
    margin-top:5px
}
.dark-mode .hs-line-7 {
    margin-top:0;
    position:relative;
    font-family:'Times New Roman',Times,serif;
    font-size:18px;
    color:#37fad0;
    font-weight:40;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-left:7px;
    margin-top:5px
}
.dark-mode .urdu-heading {
    font-size:24px;
    color:#37fad0;
    font-weight:bold;
    direction:rtl;
    text-align:right;
    min-height:1.1em;
    margin-top:0;
    margin-right:7px
}
.light-mode .urdu-heading {
    color:#8d487d;
    font-size:24px;
    font-weight:bold;
    direction:rtl;
    text-align:right;
    min-height:1.1em;
    margin-top:0;
    margin-right:7px
}
.txt-type {
    font-weight:bold;
    border-right:0 solid #333;
    white-space:nowrap;
    overflow:hidden;
    font-family:'Noto Nastaliq Urdu',serif;
    font-size:21px
}
.urdu {
    display:inline-block;
    font-weight:bold;
    white-space:nowrap;
    overflow:hidden;
    direction:rtl;
    font-family:noto;
    text-align:right;
    unicode-bidi:plaintext;
    font-size:20px;
    font-family:'Noto Nastaliq Urdu',serif;
    border-left:0 solid #333;
    border-right:none;
    padding-left:5px
}
input.no-caret {
    caret-color:#333
}
@keyframes blinkCursor {
    0% {
        border-color:transparent
    }
    50% {
        border-color:#333
    }
    100% {
        border-color:transparent
    }
}
.txt-type {
    animation:blinkCursor .8s step-end infinite
}
video {
    width:auto;
    height:auto;
    min-width:100%;
    min-height:100%;
    object-fit:contain
}
.video-container-a {
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 auto;
    width:76%;
    max-width:700px;
    background:white;
    box-shadow:0 2px 10px rgba(0,0,0,.1)
}
.light-mode .video-container-a {
    max-width:920px;
    width:100%;
    background:linear-gradient(to right,#eec5c5 2%,#b0efd8 100%);
    box-shadow:0 2px 10px rgba(0,0,0,.1);
    margin:0 auto
}
.dark-mode .video-container-a {
    max-width:920px;
    width:100%;
    background:-webkit-linear-gradient(left,#155799 2%,#159957 100%);
    ;
    box-shadow:0 2px 10px rgba(0,0,0,.1);
    margin:0 auto
}
.video-container-a video {
    width:100%;
    height:100%;
    object-fit:contain
}
body {
    touch-action:pan-y;
    overflow:auto
}
img,video {
    pointer-events:none;
    user-select:none;
    -webkit-user-drag:none
}
@media (min-width:768px) {
    .video-container-a {
        width:76%;
        max-width:700px;
        padding:10px
    }
    video {
        height:auto
    }
}
@media (min-width:601px) and (max-width:899px) {
    .video-container-a {
        max-width:100%;
        padding:10px;
        border-radius:30px
    }
    video {
        height:auto
    }
}
@media (max-width:477px) {
    .video-container-a {
        max-width:100%;
        padding:10px
    }
    video {
        height:auto
    }
}
.video-container-a:hover {
    background:#add8cf
}
.dark-mode .video-container-a:hover {
    background:#8606ad
}
.light-mode .video-container-a:hover {
    background:#ddafde
}
#movableVideo {
    position:fixed;
    bottom:20px;
    left:20px;
    cursor:grab
}
video::-webkit-media-controls {
    display:none!important
}
body {
    font-family:Arial,sans-serif;
    margin:0;
    padding:0;
    background-color:#f4f4f4
}
.features {
    padding:50px 0;
    background-color:#fff
}
.features-wrapper {
    position:relative;
    overflow:hidden
}
.features-active {
    display:flex;
    transition:ease-in-out;
    will-change:transform;
    width:400%
}
.light-mode .product-item {
    width:20%;
    box-sizing:border-box;
    padding:10px;
    text-align:center;
    max-width:920px;
    width:100%;
    background:linear-gradient(to right,#eec5c5 2%,#b0efd8 100%);
    border-radius:8px;
    box-shadow:0 2px 10px rgba(0,0,0,.1);
    overflow:hidden;
    margin:0 auto
}
.dark-mode .product-item {
    width:20%;
    box-sizing:border-box;
    padding:10px;
    text-align:center;
    max-width:920px;
    width:100%;
    border-radius:8px;
    box-shadow:0 2px 10px rgba(0,0,0,.1);
    overflow:hidden;
    margin:0 auto;
    background:-webkit-linear-gradient(left,#155799 2%,#159957 100%)
}
.product-item-image {
    overflow:hidden
}
.product-item-image img {
    width:100%;
    height:100%;
    height:auto;
    object-fit:contain
}
@media (min-width:768px) {
    .product-item {
        width:100%
    }
    .product-item-image {
        height:auto;
        margin-bottom:10px
    }
    .dots {
        position:absolute;
        bottom:62px;
        left:50%;
        transform:translateX(-50%);
        display:flex;
        gap:10px;
        margin-bottom:10px
    }
    .light-mode .product-item-info {
        margin-bottom:1%;
        color:#f516c5;
        font-weight:bold
    }
    .dark-mode .product-item-info {
        margin-top:5px;
        color:#04f383;
        font-weight:bold
    }
    .light-mode .product-item-info-a {
        margin-top:-5px;
        margin-bottom:-10px;
        color:#f516c5;
        font-weight:bold;
        font-family:'Noto Nastaliq Urdu',serif;
        font-size:17px
    }
    .dark-mode .product-item-info-a {
        margin-top:-5px;
        margin-bottom:-10px;
        color:#04f383;
        font-weight:bold;
        font-family:'Noto Nastaliq Urdu',serif;
        font-size:17px
    }
    .light-mode .product-item-info-b {
        margin-bottom:-7px;
        font-family:'Noto Nastaliq Urdu',serif;
        font-size:11px
    }
    .dark-mode .product-item-info-b {
        margin-bottom:-7px;
        font-family:'Noto Nastaliq Urdu',serif;
        font-size:11px
    }
}
@media (min-width:601px) and (max-width:899px) {
    .product-item {
        width:100%
    }
    .product-item-image {
        height:auto
    }
    .dots {
        position:absolute;
        bottom:62px;
        left:50%;
        transform:translateX(-50%);
        display:flex;
        gap:10px;
        margin-bottom:5px
    }
    .light-mode .product-item-info {
        margin-bottom:1%;
        color:#f516c5;
        font-weight:bold
    }
    .dark-mode .product-item-info {
        margin-top:1px;
        color:#04f383;
        font-weight:bold
    }
    .light-mode .product-item-info-a {
        margin-top:1px;
        margin-bottom:-10px;
        color:#f516c5;
        font-weight:bold;
        font-family:'Noto Nastaliq Urdu',serif;
        font-size:14px
    }
    .dark-mode .product-item-info-a {
        margin-top:1px;
        margin-bottom:-10px;
        color:#04f383;
        font-weight:bold;
        font-family:'Noto Nastaliq Urdu',serif;
        font-size:14px
    }
    .light-mode .product-item-info-b {
        margin-bottom:-7px;
        font-family:'Noto Nastaliq Urdu',serif;
        font-size:12px
    }
    .dark-mode .product-item-info-b {
        margin-bottom:-7px;
        font-family:'Noto Nastaliq Urdu',serif;
        font-size:12px
    }
}
@media (max-width:600px) {
    .product-item {
        width:100%
    }
    .product-item-image {
        height:auto
    }
    .dots {
        position:absolute;
        bottom:62px;
        left:50%;
        transform:translateX(-50%);
        display:flex;
        gap:10px;
        margin-bottom:-9px
    }
    .light-mode .product-item-info {
        margin-bottom:10%;
        color:#f516c5;
        font-weight:bold
    }
    .dark-mode .product-item-info {
        margin-top:1px;
        color:#04f383;
        font-weight:bold
    }
    .light-mode .product-item-info-a {
        margin-top:1%;
        color:#f516c5;
        font-weight:bold;
        margin-bottom:-5px;
        font-family:'Noto Nastaliq Urdu',serif;
        font-size:13px
    }
    .dark-mode .product-item-info-a {
        margin-top:1%;
        color:#04f383;
        font-weight:bold;
        margin-bottom:-5px;
        font-family:'Noto Nastaliq Urdu',serif;
        font-size:13px
    }
    .light-mode .product-item-info-b {
        margin-bottom:-7px;
        font-family:'Noto Nastaliq Urdu',serif;
        font-size:9px
    }
    .dark-mode .product-item-info-b {
        margin-bottom:-7px;
        font-family:'Noto Nastaliq Urdu',serif;
        font-size:9px
    }
}
@media (max-width:477px) {
    .product-item {
        width:100%
    }
    .product-item-image {
        height:auto
    }
    .dots {
        position:absolute;
        bottom:62px;
        left:50%;
        transform:translateX(-50%);
        display:flex;
        gap:10px;
        margin-bottom:-9px
    }
    .light-mode .product-item-info {
        margin-bottom:1%;
        color:#f516c5;
        font-weight:bold
    }
    .dark-mode .product-item-info {
        margin-top:1px;
        color:#04f383;
        font-weight:bold
    }
    .light-mode .product-item-info-a {
        margin-top:90%;
        color:#f516c5;
        font-weight:bold;
        margin-bottom:-10px;
        font-family:'Noto Nastaliq Urdu',serif;
        font-size:12px
    }
    .dark-mode .product-item-info-a {
        margin-top:1%;
        color:#04f383;
        font-weight:bold;
        margin-bottom:-5px;
        font-family:'Noto Nastaliq Urdu',serif;
        font-size:12px
    }
    .light-mode .product-item-info-b {
        margin-bottom:-7px;
        font-family:'Noto Nastaliq Urdu',serif;
        font-size:10px
    }
    .dark-mode .product-item-info-b {
        margin-bottom:-7px;
        font-family:'Noto Nastaliq Urdu',serif;
        font-size:10px
    }
}
.cart-icon {
    position:absolute;
    top:10px;
    right:10px
}
.cart-icon a {
    margin-left:5px;
    color:#1a2224
}
.light-mode .product-item-info {
    margin-bottom:1%;
    color:#f516c5;
    font-weight:bold
}
.dark-mode .product-item-info {
    margin-top:1px;
    color:#04f383;
    font-weight:bold
}
.light-mode .product-item-info-a {
    margin-top:1%;
    color:#f516c5;
    font-weight:bold;
    margin-bottom:-5px
}
.dark-mode .product-item-info-a {
    margin-top:1%;
    color:#04f383;
    font-weight:bold;
    margin-bottom:-5px
}
.features-morebutton {
    text-align:center;
    margin-top:1px
}
.bt-glass {
    background-color:transparent;
    border:2px solid #1a2224;
    color:#1a2224;
    padding:10px 20px;
    text-decoration:none;
    border-radius:5px
}
.bt-glass:hover {
    background-color:#1a2224;
    color:#fff
}
.features-wrapper {
    position:relative
}
.dots {
    position:absolute;
    bottom:62px;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    gap:10px
}
.dot {
    width:13px;
    height:13px;
    background-color:rgb(153,92,207);
    border-radius:50%;
    cursor:pointer;
    transition:background-color .3s
}
.dark-mode .dot {
    background-color:rgb(87,232,2)
}
.dot.active {
    background-color:rgb(227,6,94)
}
.dark-mode .dot.active {
    background-color:rgb(78,11,248)
}
.slider-container {
    display:none
}
#slide1:checked~.features-active {
    transform:translateX(0%)
}
#slide2:checked~.features-active {
    transform:translateX(-25%)
}
#slide3:checked~.features-active {
    transform:translateX(-50%)
}
#slide4:checked~.features-active {
    transform:translateX(-75%)
}
html,body {
    height:10%;
    margin:0
}
.main-page-loader {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:white;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:100000;
    opacity:1;
    transition:opacity .5s ease
}
.main-page-loader.hidden {
    opacity:0;
    pointer-events:none
}
.main-loader {
    width:16rem;
    height:16rem;
    font-size:13px;
    position:fixed;
    background-image:url(../images/AE-Logo-1.png);
    top:50%;
    left:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background-size:cover;
    background-position:center;
    border-radius:50%;
    transform:translate(-50%,-50%)
}
.main-loader .my-head {
    position:absolute;
    border-radius:50%;
    border-style:solid;
    animation:preloader 4s linear infinite
}
.main-loader .my-head:nth-child(2) {
    width:100%;
    height:100%;
    color:rgb(25,0,255);
    border-color:rgb(98,0,255) rgb(21,0,255) transparent transparent;
    border-width:.3rem 0 .3rem .3rem;
    animation-direction:reverse
}
.main-loader .my-head .second-circle {
    position:absolute;
    width:50%;
    height:.1rem;
    top:50%;
    left:50%;
    background-color:transparent;
    transform:rotate(-140deg);
    transform-origin:left
}
.main-loader .my-head .second-circle::before {
    position:absolute;
    top:-.5em;
    right:-.8em;
    content:'';
    width:1rem;
    height:1rem;
    background-color:green;
    border-radius:50%;
    box-shadow:0 0 2rem,0 0 4rem,0 0 6rem,0 0 8rem,0 0 10rem,0 0 0 .5rem rgba(255,255,0,.1)
}
@keyframes preloader {
    to {
        transform:rotate(1turn)
    }
}
#preloader {
    opacity: 1; /* make sure default is visible */
    transition: opacity 0.2s ease; /* slightly faster fade-in/out */
    pointer-events: all;
}

#preloader.hidden {
    opacity: 0;
    pointer-events: none;
}

/* Loader progress text */
.loader-progress {
    margin-top: 150px;
    font-size: 20px;
    font-weight: 1000;
    color: #ff0101;
    letter-spacing: 1.5px;
    font-family: 'Poppins', sans-serif;
}





.custom-icon {
    font-size:24px;
    padding:5px;
    color:#3b5998;
    margin-right:8px;
    transition:transform .3s;
    margin-right:1px
}
.custom-icon:hover {
    transform:scale(1.1)
}
.icon {
    font-size:1px;
    padding:0;
    color:#3b5998;
    margin-right:1px;
    transition:transform .3s;
    margin-right:2px
}
.icon:hover {
    transform:scale(1.1)
}
.icon-btn {
    font-size:15px;
    border:0;
    color:rgb(91,6,156);
    border-radius:5px;
    cursor:pointer
}
.theme-toggle-btn {
    font-size:30px;
    border:0;
    color:rgb(91,6,156);
    border-radius:5px;
    cursor:pointer
}
.theme-toggle-btn i {
    font-size:30px;
    margin-right:8px
}
.theme-icon {
    width:51px!important;
    height:auto!important;
    margin:0 5px
}
.theme-icon:hover {
    transform:scale(1.1)
}
.social-icon {
    font-size:24px;
    color:#3b5998;
    margin-right:8px;
    transition:transform .3s;
    margin-right:1px
}
.social-icon:hover {
    transform:scale(2.1)
}
body {
    background-color:#fff;
    color:#333;
    transition:background-color .3s,color .3s
}
body.dark-mode {
    background-color:#333;
    color:#fff
}
.header-top {
    background-color:#e5dbe2
}
.header-top.dark-mode {
    background-color:#444
}
.header-main {
    background-color:#fff
}
.header-main.dark-mode {
    background-color:#555
}
.theme-toggle button {
    cursor:pointer
}
:root {
    --spanish-gray:hsl(0,0%,60%);
    --sonic-silver:hsl(0,0%,47%);
    --eerie-black:hsl(0,0%,13%);
    --salmon-pink:hsl(353,100%,78%);
    --sandy-brown:hsl(29,90%,65%);
    --bittersweet:hsl(0,100%,70%);
    --ocean-green:hsl(152,51%,52%);
    --davys-gray:hsl(0,0%,33%);
    --cultured:hsl(0,0%,93%);
    --white:hsl(0,100%,100%);
    --onyx:hsl(0,0%,27%);
    --fs-1:1.563rem;
    --fs-2:1.375rem;
    --fs-3:1.25rem;
    --fs-4:1.125rem;
    --fs-5:1rem;
    --fs-6:.938rem;
    --fs-7:.875rem;
    --fs-8:.813rem;
    --fs-9:.75rem;
    --fs-10:.688rem;
    --fs-11:.625rem;
    --weight-300:300;
    --weight-400:400;
    --weight-500:500;
    --weight-600:600;
    --weight-700:700;
    --border-radius-md:10px;
    --border-radius-sm:5px;
    --transition-timing:.2s ease
}
*,*::before,*::after {
    margin:0;
    padding:0;
    box-sizing:border-box
}
a {
    text-decoration:none
}
li {
    list-style:none
}
button {
    background:none;
    font:inherit;
    border:0;
    cursor:pointer
}
img,button,a {
    display:block
}
span {
    display:inline-block
}
html {
    font-family:Poppins,sans-serif;
    overscroll-behavior:contain
}
input {
    display:block;
    width:100%;
    font:inherit
}
input::placeholder {
    font:inherit
}
body {
    background:var(--white)
}
body::-webkit-scrollbar {
    width:15px
}
body.dark-mode::-webkit-scrollbar-track {
    background:linear-gradient(to top,#159957,#155799);
    border-left:1px solid var(--cultured)
}
body.dark-mode::-webkit-scrollbar-thumb {
    background:linear-gradient(to bottom,#eec5c5 2%,#b0efd8 100%);
    border:3px solid var(--white);
    border-radius:10px
}
body.light-mode::-webkit-scrollbar-track {
    background:linear-gradient(to bottom,#eec5c5 2%,#b0efd8 100%);
    border-left:1px solid var(--cultured)
}
body.light-mode::-webkit-scrollbar-thumb {
    background:linear-gradient(to top,#159957,#155799);
    border:3px solid var(--white);
    border-radius:10px
}
body.dark-mode::-webkit-scrollbar-thumb:hover {
    background:hsl(0,93%,62%)
}
body.light-mode::-webkit-scrollbar-thumb:hover {
    background:hsl(261,93%,62%)
}
.container {
    padding:0 15px
}
.has-scrollbar {
    padding-bottom:5px
}
.has-scrollbar::-webkit-scrollbar {
    width:12px;
    height:12px
}
.dark-mode .has-scrollbar::-webkit-scrollbar-thumb {
    background:linear-gradient(to top,#159957,#155799);
    border:3px solid var(--white);
    border-radius:20px
}
.light-mode .has-scrollbar::-webkit-scrollbar-thumb {
    background:linear-gradient(to bottom,#eec5c5 2%,#b0efd8 100%);
    border:3px solid var(--white);
    border-radius:20px
}
.has-scrollbar:hover::-webkit-scrollbar-thumb {
    background:hsl(0,100%,68%)
}
.has-scrollbar::-webkit-scrollbar-thumb:hover {
    background:hsl(261,93%,62%)
}
.title {
    color:var(--eerie-black);
    font-size:var(--fs-5);
    font-weight:var(--weight-600);
    letter-spacing:.4px;
    text-transform:capitalize;
    padding-bottom:10px;
    border-bottom:1px solid var(--cultured);
    margin-bottom:30px
}
.overlay {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background:hsla(0,0%,0%,.5);
    opacity:0;
    pointer-events:none;
    z-index:15;
    transition:.5s ease
}
.overlay.active {
    opacity:1;
    pointer-events:all
}
.modal {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background:hsla(0,0%,0%,.5);
    display:fixed;
    justify-content:center;
    align-items:center;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    z-index:10;
    animation:popup 1s ease-in-out 5s forwards
}
@keyframes popup {
    0% {
        opacity:0;
        visibility:hidden;
        pointer-events:none
    }
    100% {
        opacity:1;
        visibility:hidden;
        pointer-events:none
    }
}
.modal.closed {
    display:none
}
.modal-close-overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1
}
.modal-content {
    position:relative;
    max-width:350px;
    margin:20px;
    background:var(--white);
    border-radius:var(--border-radius-md);
    overflow:hidden;
    z-index:2;
    animation:scaleUp .5s ease-in-out 5s forwards
}
@keyframes scaleUp {
    0% {
        transform:scale(.9)
    }
    100% {
        transform:scale(1)
    }
}
.modal-close-btn {
    position:absolute;
    top:15px;
    right:15px;
    background:var(--salmon-pink);
    color:var(--white);
    font-size:16px;
    padding:5px;
    border-radius:var(--border-radius-sm)
}
.modal-close-btn:hover {
    opacity:.9
}
.swing-badge span {
    color:rgb(0,42,255);
    margin-right:6px;
    font-weight:bold
}
.swing-badge {
    animation:swing ease-in-out 1s infinite alternate;
    transform-origin:center -20px;
    width:auto;
    text-align:center;
    letter-spacing:0;
    border-radius:1px;
    align-items:baseline;
    margin-top:-5px;
    margin-inline-start:-13px;
    font-size:15px;
    font-weight:bold
}
.primary-swing-badge {
    background:linear-gradient(to right,#159957,#155799)
}
@keyframes swing {
    0% {
        transform:rotate(6deg)
    }
    100% {
        transform:rotate(-6deg)
    }
}
@media (min-width:601px) and (max-width:990px) {
    .swing-badge {
        animation:swing ease-in-out 1s infinite alternate;
        transform-origin:center -20px;
        width:auto;
        text-align:center;
        letter-spacing:0;
        border-radius:1px;
        align-items:baseline;
        margin-top:-5px;
        margin-inline-start:-13px;
        font-size:15px
    }
    .swing-badge-a {
        animation:swing ease-in-out 1s infinite alternate;
        transform-origin:center -20px;
        width:auto;
        text-align:center;
        letter-spacing:0;
        border-radius:1px;
        align-items:baseline;
        margin-top:-5px;
        margin-inline-start:-13px;
        font-size:15px
    }
    .notification-toast {
        position:fixed;
        bottom:60px;
        margin-bottom:40px;
        left:20px;
        right:20px;
        background:linear-gradient(to bottom,#eec5c5 2%,#b0efd8 100%);
        max-width:314px;
        display:flex;
        align-items:flex-start;
        gap:15px;
        padding:11px;
        border-radius:var(--border-radius-md);
        box-shadow:0 5px 20px hsla(0,0%,0%,.15);
        transform:translateX(calc(-100%-40px));
        transition:.5s ease-in-out;
        z-index:5;
        animation:slideInOut-en 10s ease-in-out infinite
    }
    .dark-mode .notification-toast {
        background:linear-gradient(to top,#5190d0 1%,#35cd95 100%)
    }
    @keyframes slideInOut-en {
        0%,45%,100% {
            transform:translateX(calc(-100%-40px));
            opacity:0;
            visibility:hidden
        }
        50%,95% {
            transform:translateX(0);
            opacity:1;
            visibility:visible
        }
    }
    .toast-en {
        animation:slideInOut-en 10s ease-in-out infinite;
        direction:ltr;
        text-align:left
    }
    .notification-toast.closed {
        display:none
    }
    .mobile-only-symbol-a {
        font-family:Amiri,serif;
        display:none
    }
    @media (min-width:601px) {
        .mobile-only-symbol-a {
            display:none
        }
    }
    .toast-close-btn {
        position:absolute;
        top:7px;
        right:1px;
        color:red;
        margin-right:8px
    }
    .toast-close-btn:hover {
        transform:scale(1.1)
    }
    .toast-banner {
        width:100px;
        height:90px;
        border:0 solid var(--cultured);
        border-radius:var(--border-radius-sm)
    }
    .toast-banner img {
        width:110%;
        height:110%;
        object-fit:contain;
        object-position:center
    }
    .toast-icon {
        margin-left:110px;
        margin-top:-15px
    }
    .toast-detail {
        width:calc(100% - 85px);
        padding-right:10px
    }
    .dark-mode .toast-message {
        font-size:var(--fs-6);
        font-weight:bold;
        color:rgb(130,9,74);
        margin-bottom:5px;
        font-family:'Times New Roman',Times,serif;
        white-space: pre-line;
    }
    .light-mode .toast-message {
        font-size:var(--fs-6);
        font-weight:bold;
        margin-bottom:5px;
        font-family:'Times New Roman',Times,serif;
        color:rgb(156,3,250);
        white-space: pre-line;
    }
    .toast-title {
        font-size:var(--fs-5);
        font-weight:bold;
        color:rgb(255,0,170);
        font-family:'Times New Roman',Times,serif;
    }
    .dark-mode .toast-title {
        font-weight:bold;
        color:rgb(6,0,122)
    }
    .notification-toast-a {
        position:fixed;
        bottom:80px;
        right:20px;
        left:auto;
        background:linear-gradient(to bottom,#eec5c5 2%,#b0efd8 100%);
        max-width:314px;
        display:flex;
        align-items:flex-start;
        gap:15px;
        padding:11px;
        border-radius:var(--border-radius-md);
        box-shadow:0 5px 20px hsla(0,0%,0%,.15);
        transform:translateX(100%);
        transition:.5s ease-in-out;
        z-index:5;
        animation:slideInOuturdu 10s ease-in-out infinite
    }
    .dark-mode .notification-toast-a {
        background:linear-gradient(to top,#5190d0 1%,#35cd95 100%)
    }
    @keyframes slideInOuturdu {
        0%,45%,100% {
            transform:translateX(100%);
            opacity:0;
            visibility:hidden
        }
        50%,95% {
            transform:translateX(0);
            opacity:1;
            visibility:visible
        }
    }
    .notification-toast-a.closed {
        display:none
    }
    .mobile-only-symbol {
        font-family:Amiri,serif;
        display:none
    }
    @media (max-width:601px) {
        .mobile-only-symbol {
            display:none
        }
    }
    .toast-close-btn-a {
        position:absolute;
        top:7px;
        right:1px;
        color:red;
        margin-right:8px
    }
    .toast-close-btn-a:hover {
        transform:scale(1.1)
    }
    .toast-banner-a {
        width:100px;
        height:90px;
        border:0 solid var(--cultured);
        border-radius:var(--border-radius-sm)
    }
    .toast-banner-a img {
        width:110%;
        height:110%;
        object-fit:contain;
        object-position:center
    }
    .toast-icon-a {
        margin-left:10px;
        margin-top:-35px
    }
    .toast-detail-a {
        width:calc(100% - 85px);
        padding-right:10px
    }
    .dark-mode .toast-message-a {
        font-size:var(--fs-6);
        font-weight:bold;
        color:rgb(130,9,74);
        margin-bottom:-10px;
        margin-top:-10px
    }
    .light-mode .toast-message-a {
        font-size:var(--fs-6);
        font-weight:bold;
        margin-bottom:-10px;
        margin-top:-10px;
        font-family:'Noto Nastaliq Urdu',serif;
        color:rgb(156,3,250)
    }
    .toast-title-a {
        font-size:var(--fs-7);
        font-weight:bold;
        color:rgb(255,0,170);
        margin-top:4px;
        direction:rtl;
        text-align:right;
        unicode-bidi:plaintext;
        font-family:'Noto Nastaliq Urdu',serif
    }
    .dark-mode .toast-title-a {
        font-weight:bold;
        color:rgb(6,0,122)
    }
}
@media (max-width:600px) {
    .swing-badge {
        animation:swing ease-in-out 1s infinite alternate;
        transform-origin:center -20px;
        width:auto;
        text-align:center;
        letter-spacing:0;
        border-radius:1px;
        align-items:baseline;
        margin-top:-5px;
        margin-inline-start:-13px;
        font-size:15px
    }
}
@media (max-width:477px) {
    .swing-badge {
        animation:swing ease-in-out 1s infinite alternate;
        transform-origin:center -20px;
        width:auto;
        text-align:center;
        letter-spacing:0;
        border-radius:1px;
        align-items:baseline;
        margin-top:-5px;
        margin-inline-start:-13px;
        font-size:15px
    }
}
@media (min-width:768px) {
    .notification-toast {
        position:fixed;
        bottom:80px;
        left:20px;
        right:20px;
        background:linear-gradient(to bottom,#eec5c5 2%,#b0efd8 100%);
        max-width:314px;
        display:flex;
        align-items:flex-start;
        gap:15px;
        padding:11px;
        border-radius:var(--border-radius-md);
        box-shadow:0 5px 20px hsla(0,0%,0%,.15);
        transform:translateX(calc(-100%-40px));
        transition:.5s ease-in-out;
        z-index:5;
        animation:slideInOut 10s ease-in-out infinite
    }
    .dark-mode .notification-toast {
        background:linear-gradient(to top,#5190d0 1%,#35cd95 100%)
    }
    @keyframes slideInOut-en {
        0%,45%,100% {
            transform:translateX(calc(-100%-40px));
            opacity:0;
            visibility:hidden
        }
        50%,95% {
            transform:translateX(0);
            opacity:1;
            visibility:visible
        }
    }
    .toast-en {
        animation:slideInOut-en 10s ease-in-out infinite;
        direction:ltr;
        text-align:left
    }
    .notification-toast.closed {
        display:none
    }
    .mobile-only-symbol-a {
        font-family:Amiri,serif;
        display:none
    }
    .toast-title {
        font-size:var(--fs-7);
        font-weight:bold;
        color:rgb(255,0,170);
        font-family:'Times New Roman',Times,serif;
        margin-top:3px
    }
    .dark-mode .toast-title {
        font-weight:bold;
        color:rgb(6,0,122)
    }
    @media (min-width:768px) {
        .mobile-only-symbol-a {
            display:none
        }
    }
    .toast-close-btn {
        position:absolute;
        top:5px;
        right:8px;
        color:red;
        margin-right:1px;
        border:0 solid var(--cultured);
        border-radius:var(--border-radius-sm)
    }
    .toast-close-btn:hover {
        transform:scale(1.2)
    }
    .toast-banner {
        width:100px;
        height:90px;
        border:0 solid var(--cultured);
        border-radius:var(--border-radius-sm)
    }
    .toast-banner img {
        width:110%;
        height:110%;
        object-fit:contain;
        object-position:center
    }
    .toast-icon {
        margin-left:110px;
        margin-top:-15px
    }
    .toast-detail {
        width:calc(100% - 85px);
        padding-right:10px
    }
    .dark-mode .toast-message {
        font-size:var(--fs-5);
        font-weight:bold;
        color:rgb(130,9,74);
        margin-bottom:5px;
        font-family:'Times New Roman',Times,serif
    }
    .light-mode .toast-message {
        font-size:var(--fs-5);
        font-weight:bold;
        margin-bottom:5px;
        font-family:'Times New Roman',Times,serif;
        color:rgb(156,3,250)
    }
    .toast-title {
        font-size:var(--fs-5);
        font-weight:bold;
        color:rgb(255,0,170);
        font-family:'Times New Roman',Times,serif;
        margin-top:4px
    }
    .dark-mode .toast-title {
        font-weight:bold;
        color:rgb(6,0,122)
    }
}
@media (max-width:600px) {
    .notification-toast {
        position:fixed;
        bottom:80px;
        left:20px;
        right:20px;
        background:linear-gradient(to bottom,#eec5c5 2%,#b0efd8 100%);
        max-width:314px;
        display:flex;
        align-items:flex-start;
        gap:15px;
        padding:11px;
        border-radius:var(--border-radius-md);
        box-shadow:0 5px 20px hsla(0,0%,0%,.15);
        transform:translateX(calc(-100%-40px));
        transition:.5s ease-in-out;
        z-index:5;
        animation:slideInOut-en 10s ease-in-out infinite
    }
    .dark-mode .notification-toast {
        background:linear-gradient(to top,#5190d0 1%,#35cd95 100%)
    }
    @keyframes slideInOut-en {
        0%,45%,100% {
            transform:translateX(calc(-100%-40px));
            opacity:0;
            visibility:hidden
        }
        50%,95% {
            transform:translateX(0);
            opacity:1;
            visibility:visible
        }
    }
    .toast-en {
        animation:slideInOut-en 10s ease-in-out infinite;
        direction:ltr;
        text-align:left
    }
    .notification-toast.closed {
        display:none
    }
    .mobile-only-symbol-a {
        font-family:Amiri,serif;
        display:none
    }
    @media (min-width:600px) {
        .mobile-only-symbol-a {
            display:none
        }
    }
    .toast-close-btn {
        position:absolute;
        top:7px;
        right:1px;
        color:red;
        margin-right:8px
    }
    .toast-close-btn:hover {
        transform:scale(1.1)
    }
    .toast-banner {
        width:100px;
        height:90px;
        border:0 solid var(--cultured);
        border-radius:var(--border-radius-sm)
    }
    .toast-banner img {
        width:110%;
        height:110%;
        object-fit:contain;
        object-position:center
    }
    .toast-icon {
        margin-left:110px;
        margin-top:-15px
    }
    .toast-detail {
        width:calc(100% - 85px);
        padding-right:10px
    }
    .dark-mode .toast-message {
        font-size:var(--fs-4);
        font-weight:bold;
        color:rgb(130,9,74);
        margin-bottom:5px;
        font-family:'Times New Roman',Times,serif
    }
    .light-mode .toast-message {
        font-size:var(--fs-4);
        font-weight:bold;
        margin-bottom:5px;
        font-family:'Times New Roman',Times,serif;
        color:rgb(156,3,250)
    }
    .toast-title {
        font-size:var(--fs-4);
        font-weight:bold;
        color:rgb(255,0,170);
        font-family:'Times New Roman',Times,serif
    }
    .dark-mode .toast-title {
        font-weight:bold;
        color:rgb(6,0,122)
    }
}
@media (max-width:477px) {
    .notification-toast {
        position:fixed;
        bottom:95px;
        left:20px;
        right:20px;
        background:linear-gradient(to bottom,#eec5c5 2%,#b0efd8 100%);
        max-width:317px;
        display:flex;
        align-items:flex-start;
        gap:15px;
        padding:10px;
        border-radius:var(--border-radius-md);
        box-shadow:0 5px 20px hsla(0,0%,0%,.15);
        transform:translateX(calc(-100%-40px));
        transition:.5s ease-in-out;
        z-index:5;
        animation:slideInOut 10s ease-in-out infinite
    }
    .dark-mode .notification-toast {
        background:linear-gradient(to top,#5190d0 1%,#35cd95 100%)
    }
    @keyframes slideInOut {
        0%,45%,100% {
            transform:translateX(calc(-100%-40px));
            opacity:0;
            visibility:hidden
        }
        50%,95% {
            transform:translateX(0);
            opacity:1;
            visibility:visible
        }
    }
    .notification-toast.closed {
        display:none
    }
    .toast-close-btn {
        position:absolute;
        top:5px;
        right:7px;
        color:red;
        margin-right:1px
    }
    .toast-close-btn:hover {
        transform:scale(1.1)
    }
    .toast-banner {
        width:100px;
        height:90px;
        border:0 solid var(--cultured);
        border-radius:var(--border-radius-sm)
    }
    .toast-banner img {
        width:110%;
        height:110%;
        object-fit:contain;
        object-position:center
    }
    .toast-icon {
        margin-left:116px;
        margin-top:-15px
    }
    .toast-detail {
        width:calc(100% - 85px);
        padding-right:10px
    }
    .dark-mode .toast-message {
        font-size:var(--fs-5);
        font-weight:bold;
        color:rgb(130,9,74);
        margin-bottom:5px;
        font-family:'Times New Roman',Times,serif
    }
    .light-mode .toast-message {
        font-size:var(--fs-5);
        font-weight:bold;
        margin-bottom:5px;
        font-family:'Times New Roman',Times,serif;
        color:rgb(156,3,250)
    }
    @media (max-width:477px) {
        .swing-badge {
            font-size:0
        }
        .swing-badge span {
            font-size:15px;
            font-weight:bold
        }
        .mobile-only-symbol-a {
            display:inline
        }
    }
    .toast-title {
        font-size:var(--fs-5);
        font-weight:bold;
        color:rgb(255,0,170);
        font-family:'Times New Roman',Times,serif;
        margin-top:3px
    }
    .dark-mode .toast-title {
        font-weight:bold;
        color:rgb(6,0,122)
    }
}
.swing-badge-a span {
    color:rgb(0,42,255);
    margin-right:6px;
    font-weight:bold
}
.swing-badge-a {
    animation:swing ease-in-out 1s infinite alternate;
    transform-origin:center -20px;
    width:auto;
    text-align:center;
    letter-spacing:0;
    border-radius:1px;
    align-items:baseline;
    margin-top:-4px;
    margin-inline-start:-13px;
    font-size:15px;
    font-weight:bold
}
.primary-swing-badge {
    background:linear-gradient(to right,#159957,#155799)
}
@keyframes swing {
    0% {
        transform:rotate(6deg)
    }
    100% {
        transform:rotate(-6deg)
    }
}
@media (max-width:600px) {
    .swing-badge-a {
        animation:swing ease-in-out 1s infinite alternate;
        transform-origin:center -20px;
        width:auto;
        text-align:center;
        letter-spacing:0;
        border-radius:1px;
        align-items:baseline;
        margin-top:-4px;
        margin-inline-start:-13px;
        font-size:15px
    }
}
@media (max-width:600px) {
    .swing-badge-a {
        animation:swing ease-in-out 1s infinite alternate;
        transform-origin:center -20px;
        width:auto;
        text-align:center;
        letter-spacing:0;
        border-radius:1px;
        align-items:baseline;
        margin-top:-4px;
        margin-inline-start:-13px;
        font-size:15px
    }
}
@media (max-width:477px) {
    .swing-badge-a {
        animation:swing ease-in-out 1s infinite alternate;
        transform-origin:center -20px;
        width:auto;
        text-align:center;
        letter-spacing:0;
        border-radius:1px;
        align-items:baseline;
        margin-top:-4px;
        margin-inline-start:-13px;
        font-size:15px
    }
}
@media (min-width:768px) {
    .notification-toast-a {
        position:fixed;
        bottom:80px;
        right:20px;
        left:auto;
        background:linear-gradient(to bottom,#eec5c5 2%,#b0efd8 100%);
        max-width:314px;
        display:flex;
        align-items:flex-start;
        gap:15px;
        padding:11px;
        border-radius:var(--border-radius-md);
        box-shadow:0 5px 20px hsla(0,0%,0%,.15);
        transform:translateX(100%);
        transition:.5s ease-in-out;
        z-index:5;
        animation:slideInOuturdu 10s ease-in-out infinite
    }
    .dark-mode .notification-toast-a {
        background:linear-gradient(to top,#5190d0 1%,#35cd95 100%)
    }
    @keyframes slideInOuturdu {
        0%,45%,100% {
            transform:translateX(100%);
            opacity:0;
            visibility:hidden
        }
        50%,95% {
            transform:translateX(0);
            opacity:1;
            visibility:visible
        }
    }
    .notification-toast-a.closed {
        display:none
    }
    .mobile-only-symbol {
        font-family:Amiri,serif;
        display:none
    }
    @media (min-width:768px) {
        .mobile-only-symbol {
            display:none
        }
    }
    .toast-close-btn-a {
        position:absolute;
        top:5px;
        right:8px;
        color:red;
        margin-right:1px
    }
    .toast-close-btn-a:hover {
        transform:scale(1.2)
    }
    .toast-banner-a {
        width:100px;
        height:90px;
        border:0 solid var(--cultured);
        border-radius:var(--border-radius-sm)
    }
    .toast-banner-a img {
        width:110%;
        height:110%;
        object-fit:contain;
        object-position:center
    }
    .toast-icon-a {
        margin-left:10px;
        margin-top:-35px
    }
    .toast-detail-a {
        width:calc(100% - 85px);
        padding-right:10px
    }
    .dark-mode .toast-message-a {
        font-size:var(--fs-8);
        font-weight:bold;
        color:rgb(130,9,74);
        margin-bottom:-10px;
        margin-top:-8px;
        font-family:'Noto Nastaliq Urdu',serif;
        line-height:1.8
    }
    .light-mode .toast-message-a {
        font-size:var(--fs-8);
        font-weight:bold;
        margin-bottom:-10px;
        margin-top:-8px;
        font-family:'Noto Nastaliq Urdu',serif;
        color:rgb(156,3,250);
        line-height:1.8
    }
    .light-mode .toast-title-a {
        font-size:var(--fs-7);
        font-weight:bold;
        color:rgb(255,0,170);
        font-family:'Noto Nastaliq Urdu',serif;
        margin-top:4px;
        direction:rtl;
        text-align:right;
        unicode-bidi:plaintext
    }
    .dark-mode .toast-title-a {
        font-size:var(--fs-7);
        font-weight:bold;
        color:rgb(6,0,122);
        font-family:'Noto Nastaliq Urdu',serif;
        margin-top:4px;
        direction:rtl;
        text-align:right;
        unicode-bidi:plaintext
    }
}
@media (max-width:600px) {
    .notification-toast-a {
        position:fixed;
        bottom:80px;
        right:20px;
        left:auto;
        background:linear-gradient(to bottom,#eec5c5 2%,#b0efd8 100%);
        max-width:314px;
        display:flex;
        align-items:flex-start;
        gap:15px;
        padding:11px;
        border-radius:var(--border-radius-md);
        box-shadow:0 5px 20px hsla(0,0%,0%,.15);
        transform:translateX(100%);
        transition:.5s ease-in-out;
        z-index:5;
        animation:slideInOuturdu 10s ease-in-out infinite
    }
    .dark-mode .notification-toast-a {
        background:linear-gradient(to top,#5190d0 1%,#35cd95 100%)
    }
    @keyframes slideInOuturdu {
        0%,45%,100% {
            transform:translateX(100%);
            opacity:0;
            visibility:hidden
        }
        50%,95% {
            transform:translateX(0);
            opacity:1;
            visibility:visible
        }
    }
    .notification-toast-a.closed {
        display:none
    }
    .mobile-only-symbol {
        font-family:Amiri,serif;
        display:none
    }
    @media (max-width:600px) {
        .mobile-only-symbol {
            display:none
        }
    }
    .toast-close-btn-a {
        position:absolute;
        top:7px;
        right:1px;
        color:red;
        margin-right:8px
    }
    .toast-close-btn-a:hover {
        transform:scale(1.1)
    }
    .toast-banner-a {
        width:100px;
        height:90px;
        border:0 solid var(--cultured);
        border-radius:var(--border-radius-sm)
    }
    .toast-banner-a img {
        width:110%;
        height:110%;
        object-fit:contain;
        object-position:center
    }
    .toast-icon-a {
        margin-left:10px;
        margin-top:-35px
    }
    .toast-detail-a {
        width:calc(100% - 85px);
        padding-right:10px
    }
    .dark-mode .toast-message-a {
        font-size:var(--fs-7);
        font-weight:bold;
        color:rgb(130,9,74);
        margin-bottom:-10px;
        margin-top:-8px;
        font-family:'Noto Nastaliq Urdu',serif;
        line-height:1.8
    }
    .light-mode .toast-message-a {
        font-size:var(--fs-7);
        font-weight:bold;
        margin-bottom:-10px;
        margin-top:-8px;
        font-family:'Noto Nastaliq Urdu',serif;
        color:rgb(156,3,250);
        line-height:1.8
    }
    .light-mode .toast-title-a {
        font-size:var(--fs-6);
        font-weight:bold;
        color:rgb(255,0,170);
        font-family:'Noto Nastaliq Urdu',serif;
        margin-top:4px;
        direction:rtl;
        text-align:right;
        unicode-bidi:plaintext
    }
    .dark-mode .toast-title-a {
        font-size:var(--fs-6);
        font-weight:bold;
        color:rgb(6,0,122);
        font-family:'Noto Nastaliq Urdu',serif;
        margin-top:4px;
        direction:rtl;
        text-align:right;
        unicode-bidi:plaintext
    }
}
@media (min-width:601px) and (max-width:767px) {
    .dark-mode .toast-message-a {
        font-size:var(--fs-7);
        font-weight:bold;
        color:rgb(130,9,74);
        margin-bottom:-10px;
        margin-top:-8px;
        font-family:'Noto Nastaliq Urdu',serif;
        line-height:1.8
    }
    .light-mode .toast-message-a {
        font-size:var(--fs-7);
        font-weight:bold;
        margin-bottom:-10px;
        margin-top:-8px;
        font-family:'Noto Nastaliq Urdu',serif;
        color:rgb(156,3,250);
        line-height:1.8
    }
    .light-mode .toast-title-a {
        font-size:var(--fs-6);
        font-weight:bold;
        color:rgb(255,0,170);
        font-family:'Noto Nastaliq Urdu',serif;
        margin-top:4px;
        direction:rtl;
        text-align:right;
        unicode-bidi:plaintext
    }
    .dark-mode .toast-title-a {
        font-size:var(--fs-6);
        font-weight:bold;
        color:rgb(6,0,122);
        font-family:'Noto Nastaliq Urdu',serif;
        margin-top:4px;
        direction:rtl;
        text-align:right;
        unicode-bidi:plaintext
    }
}
@media (max-width:477px) {
    .notification-toast-a {
        position:fixed;
        bottom:80px;
        right:20px;
        left:auto;
        background:linear-gradient(to bottom,#eec5c5 2%,#b0efd8 100%);
        max-width:314px;
        display:flex;
        align-items:flex-start;
        gap:15px;
        padding:11px;
        border-radius:var(--border-radius-md);
        box-shadow:0 5px 20px hsla(0,0%,0%,.15);
        transform:translateX(100%);
        transition:.5s ease-in-out;
        z-index:5;
        animation:slideInOuturdu 10s ease-in-out infinite
    }
    .dark-mode .notification-toast-a {
        background:linear-gradient(to top,#5190d0 1%,#35cd95 100%)
    }
    @keyframes slideInOuturdu {
        0%,45%,100% {
            transform:translateX(100%);
            opacity:0;
            visibility:hidden
        }
        50%,95% {
            transform:translateX(0);
            opacity:1;
            visibility:visible
        }
    }
    .mobile-only-symbol {
        font-family:Amiri,serif;
        display:none
    }
    .mobile-only-symbol {
        font-family:Amiri,serif;
        display:none
    }
    @media (max-width:477px) {
        .mobile-only-symbol {
            display:inline-flex
        }
    }
    .notification-toast-a.closed {
        display:none
    }
    .toast-close-btn-a {
        position:absolute;
        top:7px;
        right:1px;
        color:red;
        margin-right:8px
    }
    .toast-close-btn-a:hover {
        transform:scale(1.1)
    }
    .toast-banner-a {
        width:100px;
        height:90px;
        border:0 solid var(--cultured);
        border-radius:var(--border-radius-sm)
    }
    .toast-banner-a img {
        width:110%;
        height:110%;
        object-fit:contain;
        object-position:center
    }
    .toast-icon-a {
        margin-left:10px;
        margin-top:-35px
    }
    .toast-detail-a {
        width:calc(100% - 85px);
        padding-right:10px
    }
    .dark-mode .toast-message-a {
        font-size:var(--fs-6);
        font-weight:bold;
        color:rgb(130,9,74);
        margin-bottom:-8px;
        margin-top:-19px;
        font-family:'Noto Nastaliq Urdu',serif;
        line-height:1.8
    }
    .light-mode .toast-message-a {
        font-size:var(--fs-6);
        font-weight:bold;
        margin-bottom:-8px;
        margin-top:-19px;
        font-family:'Noto Nastaliq Urdu',serif;
        color:rgb(156,3,250)
    }
    .light-mode .toast-title-a {
        font-size:var(--fs-6);
        font-weight:bold;
        color:rgb(255,0,170);
        font-family:'Noto Nastaliq Urdu',serif;
        margin-top:4px;
        direction:rtl;
        text-align:right;
        unicode-bidi:plaintext
    }
    .dark-mode .toast-title-a {
        font-size:var(--fs-6);
        font-weight:bold;
        color:rgb(6,0,122);
        font-family:'Noto Nastaliq Urdu',serif;
        margin-top:4px;
        direction:rtl;
        text-align:right;
        unicode-bidi:plaintext
    }
    @media (max-width:477px) {
        .swing-badge-a {
            font-size:0
        }
        .swing-badge-a span {
            font-size:14px;
            font-weight:bold
        }
        .mobile-only-symbol {
            display:inline
        }
    }
}
.theme-toggle-btn {
    background:none;
    border:0;
    cursor:pointer
}
.theme-icon {
    width:30px;
    height:30px
}
.header-top,.header-user-actions,.desktop-navigation-menu {
    display:none
}
.header-main {
    padding:20px;
    border-bottom:1px solid var(--cultured);
    background-color:#e6eddb
}
.header-logo {
    margin-bottom:8px
}
.header-logo {
    margin-top:3px
}
.header-logo img {
    margin:auto
}
.header-main-a {
    padding:20px 5;
    border-bottom:1px solid var(--cultured);
    background-color:#e6eddb
}
.dark-mode .header-main-a {
    padding:20px 5;
    border-bottom:1px solid var(--cultured);
    background-color:#faf3f3db
}
.header-logo-a {
    margin-bottom:8px
}
.header-logo-a {
    margin-top:3px
}
.header-logo-a img {
    margin:auto
}
.mobile-bottom-navigation {
    background:rgba(218,249,246,.849);
    position:fixed;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:100%;
    max-width:500px;
    margin:auto;
    display:flex;
    justify-content:space-around;
    align-items:center;
    padding:0;
    box-shadow:0 0 10px hsla(0,78%,52%,.25);
    z-index:5;
    gap:63px
}
.mobile-bottom-navigation .action-btn,.mobile-bottom-navigation .action-btn-home {
    position:relative;
    font-size:25px;
    color:rgb(83,241,55);
    padding:5px
}
.mobile-bottom-navigation .action-btn-home {
    margin-left:0
}
.mobile-bottom-navigation .action-btn {
    margin-left:7px
}
.mobile-bottom-navigation .count {
    background:var(--bittersweet);
    color:var(--white);
    position:absolute;
    top:0;
    right:0;
    font-size:12px;
    font-weight:var(--weight-500);
    line-height:1;
    padding:2px 0;
    border-radius:20px
}
.menu-close-btn {
    margin-top:14px
}
.menu-close-btn:hover {
    transform:scale(1.1)
}
.light-mode .mobile-navigation-menu {
    background:rgba(189,252,252,.765);
    position:fixed;
    top:0;
    left:-100%;
    width:100%;
    max-width:400px;
    height:100vh;
    padding:20px;
    box-shadow:0 0 10px hsla(0,0%,0%,.1);
    overflow-y:scroll;
    overscroll-behavior:contain;
    visibility:hidden;
    transition:.5s ease;
    z-index:20
}
.dark-mode .mobile-navigation-menu {
    background:rgba(122,50,167,.664)!important;
    position:fixed;
    top:0;
    left:-100%;
    width:100%;
    max-width:400px;
    height:100vh;
    padding:20px;
    box-shadow:0 0 10px hsla(0,0%,0%,.1);
    overflow-y:scroll;
    overscroll-behavior:contain;
    visibility:hidden;
    transition:.5s ease;
    z-index:20
}
.mobile-navigation-menu.active {
    left:0;
    visibility:visible
}
.menu-top {
    margin-top:-35px;
    padding-bottom:0;
    margin-bottom:10px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-bottom:2px solid var(--cultured)
}
.menu-top .menu-title {
    color:#fe5151;
    font-size:var(--fs-1);
    font-weight:var(--weight-600)
}
.dark-mode .menu-top .menu-title {
    color:#f4e7e7
}
.menu-top-a {
    margin-top:-35px;
    padding-bottom:0;
    margin-bottom:8px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-bottom:2px solid var(--cultured);
    direction:rtl
}
.menu-top-a .menu-title-b {
    color:#fe5151;
    font-size:var(--fs-1);
    font-weight:var(--weight-600)
}
.dark-mode .menu-top-a .menu-title-b {
    color:#f4e7e7
}
.mobile-menu-category-list-a {
    margin-bottom:30px;
    direction:rtl
}
.mobile-menu-category-list {
    margin-bottom:30px;
    direction:ltr
}
.menu-category .accordion-menu {
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center
}
.mobile-menu-category-list-a .menu-category {
    border-bottom:1px solid var(--border-radius-sm)
}
.mobile-menu-category-list-a .menu-title {
    color:rgba(0,217,255,.993);
    font-size:var(--fs-3);
    font-weight:var(--weight-600);
    padding:12px 0;
    transition:color .3s ease,padding .3s ease
}
.mobile-menu-category-list-a .menu-title:hover {
    color:rgb(111,255,0);
    padding:14px 9px
}
.light-mode .mobile-menu-category-list-a .menu-title {
    color:rgba(119,0,119,.89)
}
.light-mode .mobile-menu-category-list-a .menu-title:hover {
    color:rgba(0,68,255,.861);
    padding:14px 9px
}
.mobile-menu-category-list .menu-category {
    border-bottom:1px solid var(--border-radius-sm)
}
.mobile-menu-category-list .menu-title {
    color:rgba(0,217,255,.993);
    font-size:var(--fs-3);
    font-weight:var(--weight-600);
    padding:12px 0;
    transition:color .3s ease,padding .3s ease
}
.mobile-menu-category-list .menu-title:hover {
    color:rgb(111,255,0);
    padding:14px 9px
}
.light-mode .mobile-menu-category-list .menu-title {
    color:rgba(119,0,119,.89)
}
.light-mode .mobile-menu-category-list .menu-title:hover {
    color:rgba(0,68,255,.861);
    padding:14px 9px
}
.accordion-menu>div {
    font-size:14px
}
.accordion-menu .fas,.accordion-menu .far,.accordion-menu .fab {
    color:var(--onyx);
    font-size:90px
}
.accordion-menu.active .add-icon,.accordion-menu .remove-icon {
    display:none
}
.accordion-menu .add-icon,.accordion-menu.active .remove-icon {
    display:block
}
.menu-category .submenu-category-list {
    margin-left:100px
}
.custom-select-b {
    position:relative;
    width:200px;
    font-family:'Segoe UI',sans-serif
}
.dropdown-arrow-b {
    margin-left:auto;
    font-size:14px;
    pointer-events:none
}
.custom-select-b button {
    width:100%;
    padding:10px 12px;
    background-color:#85ebff;
    border:2px solid #ccc;
    border-radius:8px;
    text-align:left;
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
    transition:border-color .2s ease,box-shadow .2s ease
}
.custom-select-b button:hover,.custom-select-b button:focus {
    border-color:#007bff;
    box-shadow:0 0 0 3px rgba(0,123,255,.2);
    outline:0
}
.flag-icon-d {
    width:40px;
    height:30px;
    margin-right:10px;
    border-radius:2px;
    vertical-align:middle
}
.flag-icon-b {
    width:20px;
    height:14px;
    margin-right:10px;
    border-radius:2px;
    vertical-align:middle;
    margin-right:8px
}
.light-mode li a {
    display:flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
    color:#0702a0
}
.dark-mode li a {
    display:flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
    color:#00fff7
}
.dropdown-arrow-b {
    transition:transform .3s ease;
    margin-left:8px;
    font-size:20px;
    font-weight:100px
}
.custom-select-b.open .dropdown-arrow {
    transform:rotate(180deg)
}
.language-options-b {
    position:absolute;
    top:calc(100% + 6px);
    left:0;
    width:100%;
    background-color:#f9dbca;
    border:0 solid #fd7f7f;
    border-radius:8px;
    max-height:0;
    overflow:hidden;
    transition:max-height .3s ease;
    z-index:1000;
    box-shadow:0 4px 12px rgba(0,0,0,.1)
}
.dark-mode .language-options-b {
    background-color:#5d7d81
}
.language-options-b.show {
    max-height:300px;
    overflow:auto
}
.language-options-b li {
    padding:10px 12px;
    cursor:pointer;
    display:flex;
    align-items:center;
    transition:background-color .2s ease
}
.light-mode .language-options-b li:hover {
    background-color:#f6baa8
}
.dark-mode .language-options-b li:hover {
    background-color:#79024b
}
.language-options-b::-webkit-scrollbar {
    width:6px
}
.flag-icon-b {
    width:76px;
    height:20px;
    object-fit:contain
}
.flag-icon-c {
    width:49px;
    height:20px;
    object-fit:contain
}
.flag-icon-a {
    width:30px;
    height:19px;
    object-fit:contain
}
.submenu-title:hover {
    color:rgb(0,60,255)
}
.submenu-title-a:hover {
    color:rgb(0,60,255)
}
.submenu-category-list {
    max-height:0;
    overflow:hidden;
    visibility:var(--davys-gray);
    transition:.5s ease-in-out
}
.submenu-category-list.active {
    max-height:148px;
    visibility:visible
}
.menu-bottom .menu-category-list {
    margin-bottom:20px
}
.menu-bottom .menu-category {
    border-bottom:none
}
.menu-bottom .menu-title {
    font-size:var(--fs-3);
    font-weight:var(--weight-600);
    color:red;
    padding:12px 0
}
.accordion-menu.active .caret-back {
    transform:rotate(-.25turn)
}
.menu-bottom .submenu-category-list {
    border:1px solid var(--cultured);
    border-radius:var(--border-radius-md);
    padding:0 15px;
    margin-left:0;
    box-shadow:0 0 10px hsla(0,63%,41%,.05)
}
.menu-bottom .submenu-category:not(:last-child) {
    border-bottom:1px solid var(--cultured)
}
.accordion-menu {
    cursor:pointer;
    padding:1px;
    display:flex;
    justify-content:space-between;
    align-items:center
}
.submenu-category-list {
    padding:10px;
    list-style:none;
    background:#b28b8b7a;
    border:1px solid #f00505
}
details>.submenu-category-list {
    display:none
}
details[open]>.submenu-category-list {
    display:block
}
.menu-social-container {
    display:flex;
    align-items:left;
    justify-content:center;
    gap:5px
}
.menu-social-container .social-link-a {
    padding:3px;
    background:rgb(53,106,249);
    border-radius:var(--border-radius-sm);
    color:var(--sonic-silver);
    transition:var(--transition-timing);
    margin:5px
}
.menu-social-container .social-link-a:hover {
    background:rgb(53,106,249);
    color:var(--white)
}
.social-link-a:hover {
    transform:scale(1.1)
}
.menu-social-container {
    display:flex;
    align-items:center;
    gap:5px;
    margin-top:5px;
    margin-bottom:5px
}
.menu-social-container .social-link-b {
    padding:3px;
    background:linear-gradient(45deg,#ffde85 0,#f7792a 30%,#f7504f 40%,#d82b81 60%,#d82b81 75%,#95362c 100%);
    border-radius:var(--border-radius-sm);
    color:var(--sonic-silver);
    transition:var(--transition-timing);
    margin:5px
}
.menu-social-container .social-link-b:hover {
    background:linear-gradient(45deg,#ffde85 0,#f7792a 30%,#f7504f 40%,#d82b81 60%,#d82b81 75%,#95362c 100%);
    color:var(--white)
}
.social-link-b:hover {
    transform:scale(1.1)
}
.menu-social-container {
    display:flex;
    align-items:center;
    gap:5px
}
.menu-social-container .social-link-c {
    padding:3px;
    background:hsl(0,100%,50%);
    border-radius:var(--border-radius-sm);
    color:var(--sonic-silver);
    transition:var(--transition-timing);
    margin:5px
}
.menu-social-container .social-link-c:hover {
    background:hsl(16,100%,52%);
    color:var(--white)
}
.social-link-c:hover {
    transform:scale(1.1)
}
.menu-social-container {
    display:flex;
    align-items:center;
    gap:5px
}
.menu-social-container .social-link-d {
    padding:6px;
    background:#0A66C2;
    border-radius:var(--border-radius-sm);
    color:var(--sonic-silver);
    transition:var(--transition-timing);
    margin:5px
}
.menu-social-container .social-link-d:hover {
    background:#0A66C2;
    color:var(--white)
}
.social-link-d:hover {
    transform:scale(1.1)
}
.menu-social-container {
    display:flex;
    align-items:center;
    gap:5px
}
.social-link-e:hover {
    transform:scale(1.1)
}
.menu-social-container {
    display:flex;
    align-items:center;
    gap:5px
}
@media (min-width:480px) {
    :root {
        --fs-1:1.875rem
    }
    .header-top {
        display:block;
        padding:1px 0;
        border-bottom:1px solid var(--cultured)
    }
    .header-social-container,.header-top-actions {
        display:none
    }
    .header-alert-news {
        color:var(--sonic-silver);
        font-size:var(--fs-9);
        text-transform:uppercase
    }
    .header-alert-news b {
        font-weight:var(--weight-500)
    }
    .header-main {
        padding:9px 0
    }
    .mobile-bottom-navigation {
        border-top-left-radius:var(--border-radius-md);
        border-top-right-radius:var(--border-radius-md)
    }
}
@media (min-width:570px) {
    .header-top .container,.header-main .container {
        display:flex;
        justify-content:space-between;
        align-items:center
    }
    .header-logo {
        margin-bottom:0
    }
    .container-a {
        width:100%;
        display:flex;
        justify-content:flex-end;
        align-items:center;
        padding:10px 20px;
        background-color:#e6eddb;
        direction:rtl
    }
    .dark-mode .container-a {
        background-color:#e8f7ce
    }
    .header-logo-a img {
        width:100px;
        height:100px
    }
    .marquee-container-urdu {
        margin-left:20px;
        margin-right:24px
    }
    .container-b {
        width:100%;
        display:flex;
        justify-content:flex-start;
        align-items:center;
        padding:10px 20px;
        background-color:#e6eddb
    }
    .dark-mode .container-b {
        background-color:#ebdfdf
    }
    .marquee-container {
        margin-left:20px;
        margin-right:24px
    }
    .header-top-actions {
        display:flex;
        align-items:center;
        gap:10px;
        margin-right:10px
    }
    .header-top-actions select {
        border:0;
        display:block;
        min-width:10px;
        padding:5px 0;
        font:inherit;
        color:var(--sonic-silver);
        font-size:var(--fs-8);
        text-transform:uppercase;
        cursor:pointer;
        transition:var(--transition-timing)
    }
    .header-top-actions select:hover {
        color:var(--eerie-black)
    }
}
@media (min-width:768px) {
    :root {
        --fs-1:2.375rem
    }
    html {
        font-size:17px
    }
    .modal-content {
        display:flex;
        align-items:center;
        max-width:750px;
        width:fit-content
    }
    .header-main .container {
        gap:20px
    }
}
@media screen and (min-width:768px) {
    .header-top {
        position:fixed;
        top:0;
        left:0;
        width:100%;
        z-index:999
    }
    #home_section {
        scroll-margin-top:59px
    }
    body {
        padding-top:54px
    }
}
@media (min-width:768px) {
    :root {
        --fs-1:2.625rem;
        --fs-2:1.125rem
    }
    .notification-toast {
        bottom:50px
    }
    .header-social-container {
        display:flex;
        align-items:center;
        gap:5px
    }
    .header-social-container .social-link-a {
        padding:2px;
        background:rgb(53,106,249);
        border-radius:var(--border-radius-sm);
        color:var(--sonic-silver);
        transition:var(--transition-timing)
    }
    .header-social-container .social-link-a:hover {
        background:rgb(53,106,249);
        color:var(--white)
    }
    .social-link-a:hover {
        transform:scale(1.1)
    }
    .header-social-container {
        display:flex;
        align-items:center;
        gap:10px;
        margin-top:5px;
        margin-bottom:5px
    }
    .header-social-container .social-link-b {
        padding:4px;
        background:linear-gradient(45deg,#ffde85 0,#f7792a 30%,#f7504f 40%,#d82b81 60%,#d82b81 75%,#95362c 100%);
        border-radius:var(--border-radius-sm);
        color:var(--sonic-silver);
        transition:var(--transition-timing)
    }
    .header-social-container .social-link-b:hover {
        background:linear-gradient(45deg,#ffde85 0,#f7792a 30%,#f7504f 40%,#d82b81 60%,#d82b81 75%,#95362c 100%);
        color:var(--white)
    }
    .social-link-b:hover {
        transform:scale(1.1)
    }
    .header-social-container {
        display:flex;
        align-items:center;
        gap:5px
    }
    .header-social-container .social-link-c {
        padding:2px;
        background:hsl(0,100%,50%);
        border-radius:var(--border-radius-sm);
        color:var(--sonic-silver);
        transition:var(--transition-timing)
    }
    .header-social-container .social-link-c:hover {
        background:hsl(16,100%,52%);
        color:var(--white)
    }
    .social-link-c:hover {
        transform:scale(1.1)
    }
    .header-social-container {
        display:flex;
        align-items:center;
        gap:5px
    }
    .header-social-container .social-link-d {
        padding:5px;
        background:#0A66C2;
        border-radius:var(--border-radius-sm);
        color:var(--sonic-silver);
        transition:var(--transition-timing)
    }
    .header-social-container .social-link-d:hover {
        background:#0A66C2;
        color:var(--white)
    }
    .social-link-d:hover {
        transform:scale(1.1)
    }
    .header-user-actions {
        display:flex;
        align-items:center;
        gap:15px
    }
    .header-user-actions .action-btn {
        position:relative;
        font-size:35px;
        color:var(--onyx);
        padding:5px
    }
    .header-user-actions .count {
        position:absolute;
        top:-2px;
        right:-3px;
        background:var(--bittersweet);
        color:var(--white);
        font-size:12px;
        font-weight:var(--weight-500);
        line-height:1;
        padding:2px 4px;
        border-radius:20px
    }
    .desktop-navigation-menu {
        display:block
    }
    .desktop-menu-category-list {
        position:relative;
        display:flex;
        justify-content:center;
        align-items:center;
        gap:30px
    }
    .desktop-menu-category-list .menu-category:not(:nth-child(2)) {
        position:relative
    }
    .desktop-menu-category-list .menu-category>.menu-title {
        position:relative;
        color:var(--onyx);
        font-size:var(--fs-3);
        font-style:bold;
        font-weight:bolder;
        text-transform:uppercase;
        padding:15px 0;
        transition:var(--transition-timing)
    }
    .desktop-menu-category-list .menu-category>.menu-title:hover {
        color:green
    }
    .desktop-menu-category-list .menu-category>.menu-title::after {
        content:'';
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
        height:5px;
        background:rgb(250,44,181);
        transform:scaleX(0);
        transform-origin:left;
        transition:var(--transition-timing)
    }
    .dark-mode .desktop-menu-category-list .menu-category>.menu-title::after {
        content:'';
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
        height:5px;
        background:rgb(205,250,44);
        transform:scaleX(0);
        transform-origin:left;
        transition:var(--transition-timing)
    }
    .desktop-menu-category-list .menu-category>.menu-title:hover,.desktop-menu-category-list .menu-category>.menu-title.active {
        color:rgb(41,3,255)
    }
    .dark-mode .desktop-menu-category-list .menu-category>.menu-title:hover,.dark-mode .desktop-menu-category-list .menu-category>.menu-title.active {
        color:rgb(175,254,211)
    }
    .desktop-menu-category-list .menu-category>.menu-title:hover::after,.desktop-menu-category-list .menu-category>.menu-title.active::after {
        transform:scaleX(1)
    }
    .desktop-menu-category-list .menu-category>.menu-title:hover::after {
        transform:scaleX(1)
    }
    .dropdown-panel {
        position:absolute;
        top:100%;
        left:0;
        background:var(--white);
        width:100%;
        display:grid;
        grid-template-columns:repeat(4,1fr);
        gap:30px;
        padding:30px;
        border:1px solid var(--cultured);
        box-shadow:0 3px 5px hsla(0,0%,0%,.1);
        border-radius:var(--border-radius-md);
        transform:translateY(50px);
        opacity:0;
        visibility:hidden;
        pointer-events:none;
        transition:var(--transition-timing);
        z-index:5
    }
    .desktop-menu-category-list .menu-category:hover>.dropdown-panel {
        transform:translateY(0);
        opacity:1;
        visibility:visible;
        pointer-events:all
    }
    .dropdown-panel-list .menu-title a {
        color:var(--onyx);
        font-size:var(--fs-7);
        font-weight:var(--weight-600);
        padding-bottom:10px;
        border-bottom:1px solid var(--cultured);
        margin-bottom:10px
    }
    .panel-list-item a {
        color:var(--sonic-silver);
        font-size:var(--fs-7);
        text-transform:capitalize;
        transition:var(--transition-timing)
    }
    .panel-list-item a:hover {
        color:rgb(75,232,75)
    }
    .panel-list-item:not(:last-child) a {
        padding:4px 0
    }
    .panel-list-item:last-child {
        margin-top:20px
    }
    .panel-list-item img {
        width:100%;
        height:auto;
        border-radius:var(--border-radius-sm)
    }
    .dropdown-list {
        position:absolute;
        top:100%;
        left:0;
        width:200px;
        background:var(--white);
        padding:20px 0;
        border-radius:var(--border-radius-md);
        border:1px solid var(--cultured);
        box-shadow:0 3px 5px hsla(0,0%,0%,.1);
        transform:translateY(50px);
        opacity:0;
        visibility:hidden;
        pointer-events:none;
        transition:var(--transition-timing);
        z-index:5
    }
    .desktop-menu-category-list .menu-category:hover>.dropdown-list {
        transform:translateY(0);
        opacity:1;
        visibility:visible;
        pointer-events:all
    }
    .dropdown-list .dropdown-item a {
        color:var(--sonic-silver);
        font-size:var(--fs-7);
        text-transform:capitalize;
        padding:4px 20px;
        transition:var(--transition-timing)
    }
    .dropdown-list .dropdown-item a:hover {
        color:var(--salmon-pink)
    }
    .mobile-bottom-navigation {
        display:none
    }
}
.datetime {
    display:inline-block;
    padding:2px 20px;
    font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
    font-size:18px;
    font-weight:500;
    color:#2c3e50;
    background:linear-gradient(135deg,#f9f9f9,#eaeaea);
    border-radius:12px;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
    transition:all .3s ease;
    margin-top:1px;
    max-width:90%;
    word-wrap:break-word;
    font-family:'Noto Nastaliq Urdu',serif
}
.datetime:hover {
    background:linear-gradient(135deg,#f0f0f0,#dcdcdc);
    transform:translateY(-2px);
    box-shadow:0 6px 16px rgba(0,0,0,.1)
}
.datetime-container {
    display:flex;
    justify-content:center;
    margin-top:30px
}
@media (max-width:767px) {
    .datetime {
        display:inline-block;
        padding:12px 20px;
        font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
        font-size:14px;
        font-weight:500;
        color:#2c3e50;
        background:linear-gradient(135deg,#f9f9f9,#eaeaea);
        border-radius:15px;
        box-shadow:0 4px 12px rgba(0,0,0,.08);
        transition:all .3s ease;
        margin-top:1px;
        max-width:90%;
        word-wrap:break-word;
        margin-left:50px
    }
    .datetime:hover {
        background:linear-gradient(135deg,#f0f0f0,#dcdcdc);
        transform:translateY(-2px);
        box-shadow:0 6px 16px rgba(0,0,0,.1)
    }
    .datetime-container {
        display:flex;
        justify-content:center;
        margin-top:30px
    }
}
.datetime-a {
    display:inline-block;
    padding:12px 20px;
    font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
    font-size:18px;
    font-weight:500;
    color:#2c3e50;
    background:linear-gradient(135deg,#f9f9f9,#eaeaea);
    border-radius:12px;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
    transition:all .3s ease;
    margin-top:1px;
    max-width:90%;
    word-wrap:break-word
}
.datetime-a:hover {
    background:linear-gradient(135deg,#f0f0f0,#dcdcdc);
    transform:translateY(-2px);
    box-shadow:0 6px 16px rgba(0,0,0,.1)
}
.datetime-a-container {
    display:flex;
    justify-content:center;
    margin-top:30px
}
@media (max-width:767px) {
    .datetime-a {
        display:inline-block;
        padding:12px 20px;
        font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
        font-size:15px;
        font-weight:500;
        color:#2c3e50;
        background:linear-gradient(135deg,#f9f9f9,#eaeaea);
        border-radius:12px;
        box-shadow:0 4px 12px rgba(0,0,0,.08);
        transition:all .3s ease;
        margin-top:1px;
        max-width:90%;
        word-wrap:break-word;
        margin-left:76px
    }
    .datetime-a:hover {
        background:linear-gradient(135deg,#f0f0f0,#dcdcdc);
        transform:translateY(-2px);
        box-shadow:0 6px 16px rgba(0,0,0,.1)
    }
    .datetime-a-container {
        display:flex;
        justify-content:center;
        margin-top:30px
    }
}
.custom-select {
    position:relative;
    width:200px;
    font-family:'Segoe UI',sans-serif
}
.dropdown-arrow {
    margin-left:auto;
    font-size:14px;
    pointer-events:none
}
.light-mode .language-options li.selected {
    background-color:#cafdaeea;
    font-weight:bold
}
.dark-mode .language-options li.selected {
    background-color:#fc488aea;
    font-weight:bold
}
.dark-mode .language-options-b li.selected {
    background-color:#080874;
    font-weight:bold
}
.light-mode .language-options-b li.selected {
    background-color:#04fc42cb;
    font-weight:bold
}
.custom-select button {
    width:100%;
    padding:10px 12px;
    background-color:#eaccf4;
    border:2px solid #ccc;
    border-radius:8px;
    text-align:left;
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
    transition:border-color .2s ease,box-shadow .2s ease
}
.custom-select button:hover,.custom-select button:focus {
    border-color:#007bff;
    box-shadow:0 0 0 3px rgba(0,123,255,.2);
    outline:violet
}
.flag-icon {
    width:40px;
    height:24px;
    margin-right:13px;
    border-radius:2px
}
.dropdown-arrow {
    transition:transform .3s ease;
    margin-left:8px;
    font-size:20px;
    font-weight:100px
}
.custom-select.open .dropdown-arrow {
    transform:rotate(180deg)
}
.language-options {
    position:absolute;
    top:calc(100% + 6px);
    left:0;
    width:100%;
    background-color:#bdd7fe;
    border:0 solid #fd7f7f;
    border-radius:8px;
    max-height:0;
    overflow:hidden;
    transition:max-height .3s ease;
    z-index:1000;
    box-shadow:0 4px 12px rgba(0,0,0,.1)
}
.language-options li {
    list-style:none;
    padding:0;
    margin:0
}
.language-options li a {
    display:block;
    width:100%;
    padding:12px 16px;
    box-sizing:border-box;
    text-decoration:none;
    color:inherit
}
.language-options li:hover {
    background-color:#01c677;
    cursor:pointer
}
.dark-mode .language-options li a {
    display:block;
    width:100%;
    padding:12px 16px;
    box-sizing:border-box;
    text-decoration:none;
    color:inherit
}
.light-mode .language-options li a {
    color:#43037b;
    font-size:18px
}
.language-options li a .flag-icon {
    width:40px;
    height:24px;
    object-fit:contain;
    display:inline
}
.dark-mode .language-options {
    background-color:#06419a
}
.language-options.show {
    max-height:300px;
    overflow:auto
}
.language-options::-webkit-scrollbar {
    width:6px
}
.language-options::-webkit-scrollbar-thumb {
    background-color:#ccc;
    border-radius:4px
}
.custom-select-a {
    position:relative;
    width:130px;
    font-family:'Segoe UI',sans-serif
}
.custom-select-a button {
    width:100%;
    padding:10px 12px;
    background-color:#fbe4e4;
    border:1px solid #f5d9d9;
    border-radius:8px;
    text-align:left;
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
    transition:border-color .2s ease,box-shadow .2s ease
}
.custom-select-a button:hover,.custom-select-a button:focus {
    border-color:#007bff;
    box-shadow:0 0 0 3px rgba(0,123,255,.2);
    outline:0
}
@media (min-width:900px) {
    .desktop-menu-category-list {
        gap:45px
    }
}
@media (min-width:768px) {
    html {
        font-size:18px
    }
}
.separator-wrapper {
    width:100%;
    margin:0;
    padding:0
}
.separator-wrapper .separator {
    width:100%;
    height:3px;
    animation:rotate 6s infinite linear;
    -webkit-animation:rotate 6s infinite linear
}
@-webkit-keyframes rotate {
    from {
        background-position:-3000px
    }
    to {
        background-position:0 0
    }
}
@keyframes rotate {
    from {
        background-position:-3000px
    }
    to {
        background-position:0 0
    }
}
.separator-gradient {
    background:#30ff90;
    background:-moz-linear-gradient(left,#30ff90 0,#ed2ded 25%,#c99826 50%,#59ead9 75%,#9afcc7 100%);
    background:-webkit-gradient(linear,left top,right top,color-stop(0%,#30ff90),color-stop(25%,#ed2ded),color-stop(50%,#c99826),color-stop(75%,#30ffe6),color-stop(100%,#30ff90));
    background:-webkit-linear-gradient(left,#30ff90 0,#ed2ded 25%,#c99826 50%,#6bd8cc 75%,#93f7c1 100%);
    background:-o-linear-gradient(left,#30ff90 0,#ed2ded 25%,#c99826 50%,#a5f1e9 75%,#84f5b9 100%);
    background:linear-gradient(to right,#30ff90 0,#ed2ded 25%,#c99826 50%,#70aea7 75%,#62f6a7 100%)
}
.section-space-sm {
    margin-top:100px
}
@media (min-width:768px) {
    .section-space-sm {
        margin-top:100px
    }
}
.section-space-md {
    margin-top:50px
}
@media (max-width:477px) {
    .section-space-sm {
        margin-top:10px
    }
}
.section-space-md {
    margin-top:50px
}
#small-services span {
    display:inline-block;
    text-decoration:none
}
.services-head {
    margin-bottom:60px
}
.service-item {
    background:linear-gradient(to right,#eec5c5 2%,#b0efd8 100%);
    text-align:center;
    padding:30px 25px;
    -webkit-box-shadow:0 0 25px rgba(15,4,4,.07);
    box-shadow:0 0 25px rgba(222,197,197,.07);
    border-radius:20px;
    border:5px solid rgba(0,0,0,.07);
    margin-bottom:30px;
    -webkit-transition:all .5s ease;
    transition:all .5s ease;
    font-size:20px;
    font-family:'Gill Sans','Gill Sans MT','Trebuchet MS',sans-serif;
    font-size:20px;
    margin-left:2px
}
.service-item:hover {
    background:#ccdee1;
    box-shadow:0 8px 20px 0 rgba(0,0,0,.2);
    -webkit-transition:all .5s ease;
    transition:all .5s ease
}
.light-mode .service-item:hover .service-item,.light-mode .service-item:hover span.icon {
    background:#fdf0008c;
    border-radius:50px;
    -webkit-transition:all .5s ease;
    transition:all .5s ease
}
.dark-mode .service-item:hover .service-item,.dark-mode .service-item:hover span.icon {
    background:#01fabc;
    border-radius:50px;
    -webkit-transition:all .5s ease;
    transition:all .5s ease
}
.service-item h6 {
    font-size:40px;
    font-family:'Gill Sans','Gill Sans MT','Trebuchet MS',sans-serif;
    margin-bottom:20px
}
.service-item:hover h6 {
    color:#4446ad;
    -webkit-transition:all .5s ease;
    transition:all .5s ease;
    font-size:34px;
    font-family:Arial,Helvetica,sans-serif;
    margin-bottom:20px
}
.service-item:hover p {
    color:#ce2060;
    -webkit-transition:all .5s ease;
    transition:all .5s ease;
    text-align:justify
}
.service-item .icon {
    font-size:40px;
    margin-bottom:25px;
    color:#f91942;
    width:90px;
    height:90px;
    line-height:96px;
    border-radius:50px
}
.service-item p {
    color:#05564e;
    text-align:justify;
    font-size:20px
}
.service-item h6 {
    color:#f06c00
}
.service-item p.lang-ur {
    direction:rtl;
    text-align:right;
    font-size:20px;
    text-align:justify
}
.dark-mode .service-item {
    background:linear-gradient(45deg,#6170a3 20%,#569a04 100%)
}
.dark-mode .service-item:hover .service-item,.service-item:hover span.icon {
    background:#79acaf
}
.dark-mode .service-item:hover h6 {
    color:#a7d7d0
}
.dark-mode .service-item:hover p {
    color:#e2f1ef
}
.dark-mode .service-item h6 {
    color:#f0b800
}
.dark-mode .service-item p {
    color:#32f5f5;
    text-align:justify
}
@keyframes move-wheel {
    0% {
        opacity:0;
        transform:translateY(-1rem)
    }
    100% {
        opacity:1;
        transform:translateY(1rem)
    }
}
@keyframes arrow-down {
    0% {
        opacity:0
    }
    25% {
        opacity:.25
    }
    0% {
        opacity:.5
    }
    75% {
        opacity:.75
    }
    100% {
        opacity:1
    }
}
.light-mode .products-item {
    width:20%;
    box-sizing:border-box;
    padding:15px;
    text-align:center;
    max-width:920px;
    width:100%;
    background:-webkit-linear-gradient(left,#eec5c5 2%,#b0efd8 100%);
    border-radius:8px;
    box-shadow:0 2px 10px rgba(0,0,0,.1);
    overflow:hidden;
    margin:0 auto
}
.dark-mode .products-item {
    width:20%;
    box-sizing:border-box;
    padding:15px;
    text-align:center;
    max-width:920px;
    width:100%;
    background:-webkit-linear-gradient(left,#651e8e 2%,#1bb472 100%);
    border-radius:8px;
    box-shadow:0 2px 10px rgba(0,0,0,.1);
    overflow:hidden;
    margin:0 auto
}
.products-item-image {
    overflow:hidden
}
.products-item-image img {
    width:100%;
    height:auto;
    object-fit:contain
}
@media (min-width:768px) {
    .products-item {
        width:100%
    }
    .products-item-image {
        height:500px
    }
}
@media (min-width:601px) and (max-width:900px) {
    .products-item {
        width:100%
    }
    .products-item-image {
        height:500px
    }
}
@media (max-width:600px) {
    .products-item {
        width:100%
    }
    .products-item-image {
        height:78%
    }
}
.about-content {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    gap:10px
}
.side-text-c {
    line-height:1.9
}
.side-text {
    width:550px;
    padding:50px 40px;
    background:#baecd0;
    color:#0026ff;
    box-shadow:2px 0 100px rgba(58,41,240,.443);
    border-radius:50px;
    text-align:justify;
    line-height:22px;
    opacity:0;
    transform:translateX(-100px);
    transition:opacity 1s ease,transform 1s ease;
    line-height:1.3
}
.light-mode .side-text {
    background:-webkit-linear-gradient(top,#f130ff 0,#f3d7d7 2%,#93f7d2 100%);
    color:#0202a3;
    line-height:1.3
}
.light-mode .side-text h2 {
    color:#002efc;
    text-align:center;
    margin-bottom:5px;
    font-size:22px
}
.dark-mode .side-text {
    background:-webkit-linear-gradient(left,#651e8e 2%,#1bb472 100%);
    color:#bedde8f3;
    line-height:1.3
}
.dark-mode .side-text h2 {
    color:#f89e67f1;
    text-align:center;
    font-size:22px;
    margin-bottom:5px
}
.light-mode .side-text:hover {
    background:-webkit-linear-gradient(bottom,#308aff 0,#eec5c5 2%,#b0efd8 100%);
    box-shadow:0 8px 20px 0 rgba(0,0,0,.2);
    -webkit-transition:all .5s ease;
    transition:all .5s ease
}
.dark-mode .side-text:hover {
    background:linear-gradient(to left,#495766,#44435a);
    box-shadow:0 8px 20px 0 rgba(0,0,0,.2);
    -webkit-transition:all .5s ease;
    transition:all .5s ease
}
.side-text p {
    padding:10px 0;
    font-size:20px
}
.side-text p.lang-ur {
    direction:rtl;
    text-align:right;
    font-size:24px;
    line-height:1.7;
    justify-content:center;
    text-align:justify;
    font-family:'Noto Nastaliq Urdu',serif
}
p.lang-ur {
    direction:rtl;
    text-align:right;
    font-size:24px;
    line-height:1.9;
    justify-content:center;
    text-align:justify;
    font-family:'Noto Nastaliq Urdu',serif
}
@keyframes sideTextAnimation {
    0% {
        opacity:0;
        transform:translateX(-100px)
    }
    100% {
        opacity:1;
        transform:translateX(0px)
    }
}
.side-text {
    animation:sideTextAnimation 1s forwards
}
@media (max-width:600px) {
    .about-content {
        flex-direction:row-reverse;
        align-items:center
    }
    .side-text {
        width:90%;
        padding:30px 20px;
        line-height:1.3
    }
}
.side-text-a {
    width:1240px;
    padding:50px 40px;
    background:#baecd0;
    color:#0026ff;
    box-shadow:2px 0 100px rgba(58,41,240,.443);
    border-radius:50px;
    text-align:justify;
    line-height:22px;
    opacity:0;
    transform:translateX(-100px);
    transition:opacity 1s ease,transform 1s ease;
    margin-left:8px;
    line-height:1.3
}
.light-mode .side-text-a {
    background:-webkit-linear-gradient(bottom,#308aff 0,#f3d7d7 2%,#93f7d2 100%);
    color:#430707;
    line-height:1.3
}
.light-mode .side-text-a h2 {
    color:#002efc;
    text-align:center
}
.dark-mode .side-text-a {
    background:-webkit-linear-gradient(left,#651e8e 2%,#1bb472 100%);
    color:#bedde8f3;
    line-height:1.3
}
.dark-mode .side-text-a h2 {
    color:#f89e67f1;
    text-align:center
}
.light-mode .side-text-a:hover {
    background:-webkit-linear-gradient(top,#308aff 0,#f9e7e7 2%,#cdf3e5 100%);
    box-shadow:0 8px 20px 0 rgba(0,0,0,.2);
    -webkit-transition:all .5s ease;
    transition:all .5s ease
}
.dark-mode .side-text-a:hover {
    background:linear-gradient(to left,#1d252e,#44435a);
    box-shadow:0 8px 20px 0 rgba(0,0,0,.2);
    -webkit-transition:all .5s ease;
    transition:all .5s ease
}
.side-text-a p {
    padding:10px 0
}
@keyframes sideTextAnimation {
    0% {
        opacity:0;
        transform:translateX(-100px)
    }
    100% {
        opacity:1;
        transform:translateX(0px)
    }
}
.side-text-a {
    animation:sideTextAnimation 1s forwards
}
@media (max-width:600px) {
    .about-content {
        flex-direction:row-reverse;
        align-items:center
    }
    .side-text-a {
        width:90%;
        padding:30px 20px
    }
    .side-text-a {
        width:465px;
        text-align:justify;
        text-justify:inter-word;
        margin-left:10px;
        line-height:1.3
    }
}
@media (max-width:477px) {
    .about-content {
        flex-direction:row-reverse;
        align-items:center
    }
    .service-item p {
        color:#05564e;
        text-align:justify;
        font-size:16px
    }
    .side-text-a {
        width:90%;
        padding:30px 20px
    }
    .side-text-a {
        width:340px;
        text-align:left;
        margin-left:10px
    }
    .side-text {
        width:550px;
        padding:50px 40px;
        background:#baecd0;
        color:#0026ff;
        box-shadow:2px 0 100px rgba(58,41,240,.443);
        border-radius:50px;
        text-align:justify;
        line-height:22px;
        opacity:0;
        transform:translateX(-100px);
        transition:opacity 1s ease,transform 1s ease
    }
    .light-mode .side-text {
        background:-webkit-linear-gradient(top,#308aff 0,#f3d7d7 2%,#93f7d2 100%);
        color:#0202a3
    }
    .light-mode .side-text h2 {
        color:#002efc;
        text-align:center;
        font-size:19px
    }
    .light-mode .side-text-a h2 {
        color:#002efc;
        text-align:center;
        font-size:25px
    }
    .dark-mode .side-text {
       background:-webkit-linear-gradient(top,#308aff 0,#721297 2%,#0b8458 100%);
        color:#bedde8f3
    }
    .dark-mode .side-text h2 {
        color:#04fce3f1;
        text-align:center;
        font-size:19px
    }
    .dark-mode .side-text-a h2 {
        color:#04fce3f1;
        text-align:center;
        font-size:25px
    }
    .light-mode .side-text:hover {
        background:-webkit-linear-gradient(bottom,#308aff 0,#eec5c5 2%,#b0efd8 100%);
        box-shadow:0 8px 20px 0 rgba(0,0,0,.2);
        -webkit-transition:all .5s ease;
        transition:all .5s ease
    }
    .dark-mode .side-text:hover {
        background:linear-gradient(to left,#1d252e,#44435a);
        box-shadow:0 8px 20px 0 rgba(0,0,0,.2);
        -webkit-transition:all .5s ease;
        transition:all .5s ease
    }
    .side-text p {
        padding:10px 0;
        font-size:14px
    }
    .side-text-a p.lang-ur {
        direction:rtl;
        text-align:right;
        font-size:22px;
        line-height:1.2;
        justify-content:center;
        text-align:justify
    }
}
.side-text-b {
    width:100%;
    max-width:1240px;
    padding:50px 40px;
    background:#baecd0;
    color:#0026ff;
    box-shadow:2px 0 100px rgba(58,41,240,.443);
    border-radius:50px;
    text-align:justify;
    line-height:22px;
    opacity:0;
    transform:translateX(-100px);
    transition:opacity 1s ease,transform 1s ease;
    margin:0 auto 20px auto;
    animation:sideTextAnimation 1s forwards
}
.light-mode .side-text-b {
    background:linear-gradient(to bottom,#308aff 0,#f3d7d7 2%,#93f7d2 100%);
    color:#430707
}
.light-mode .side-text-b h2 {
    color:#002efc;
    text-align:center;
    font-size:25px
}
.dark-mode .side-text-b {
    background:linear-gradient(to bottom,#651e8e 2%,#217f56 100%);
    color:#bedde8f3
}
.dark-mode .side-text-b h2 {
    color:#f89e67f1;
    text-align:center;
    font-size:25px
}
.light-mode .side-text-b:hover {
    background:linear-gradient(to bottom,#308aff 0,#eec5c5 2%,#b0efd8 100%);
    box-shadow:0 8px 20px 0 rgba(0,0,0,.2);
    transition:all .5s ease
}
.dark-mode .side-text-b:hover {
    background:linear-gradient(to left,#1d252e,#44435a);
    box-shadow:0 8px 20px 0 rgba(0,0,0,.2);
    transition:all .5s ease
}
.side-text-b p {
    padding:10px 0;
    font-size:17px
}
.side-text-b p.lang-ur {
    direction:rtl;
    text-align:justify;
    font-size:22px;
    line-height:1.5
}
@keyframes sideTextAnimation {
    0% {
        opacity:0;
        transform:translateX(-100px)
    }
    100% {
        opacity:1;
        transform:translateX(0)
    }
}
@media (min-width:810px) and (max-width:1300px) {
    .side-text-b {
        padding:40px 30px;
        max-width:70%;
        font-size:15px;
        line-height:1.5
    }
    .side-text-b h2 {
        font-size:22px
    }
    .side-text-b p {
        padding:10px 0;
        font-size:20px;
        line-height:1.5
    }
    .side-text-b p.lang-ur {
        font-size:20px;
        line-height:1.9
    }
}
@media (max-width:809px) {
    .side-text-b {
        padding:30px 20px;
        font-size:14px;
        line-height:1.9
    }
    .side-text-b h2 {
        font-size:20px
    }
    .side-text-b p {
        padding:10px 0;
        font-size:18px;
        line-height:1.9
    }
    .side-text-b p.lang-ur {
        font-size:20px;
        line-height:1.9
    }
}
@media (max-width:477px) {
    .side-text-b {
        padding:20px 15px;
        font-size:13px;
        border-radius:20px;
        line-height:1.9
    }
    .side-text-b h2 {
        font-size:18px
    }
    .side-text-b p.lang-ur {
        font-size:18px;
        line-height:1.9
    }
    .side-text-b p {
        padding:10px 0;
        font-size:16px;
        line-height:1.9
    }
    .dark-mode .link-clean {
        color:#09ff00;
        font-weight:bold;
        font-size:16px
    }
    .light-mode .link-clean {
        color:#781094;
        font-weight:bold;
        font-size:16px
    }
}
.dark-mode .link-clean {
    color:#09ff00;
    font-weight:bold
}
.light-mode .link-clean {
    color:#781094;
    font-weight:bold
}
.link-clean:hover {
    text-decoration:underline
}
.side-text-d {
    width:100%;
    max-width:1240px;
    padding:50px 40px;
    background:#baecd0;
    color:#0026ff;
    box-shadow:2px 0 100px rgba(58,41,240,.443);
    border-radius:50px;
    text-align:justify;
    line-height:22px;
    opacity:0;
    transform:translateX(-100px);
    transition:opacity 1s ease,transform 1s ease;
    margin:0 auto 20px auto;
    animation:sideTextAnimation 1s forwards
}
.light-mode .side-text-d {
    background:linear-gradient(to bottom,#308aff 0,#f3d7d7 2%,#93f7d2 100%);
    color:#430707
}
.light-mode .side-text-d h2 {
    color:#002efc;
    text-align:center;
    font-size:25px
}
.dark-mode .side-text-d {
    background:linear-gradient(to bottom,#651e8e 2%,#217f56 100%);
    color:#bedde8f3
}
.dark-mode .side-text-d h2 {
    color:#f89e67f1;
    text-align:center;
    font-size:25px
}
.light-mode .side-text-d:hover {
    background:linear-gradient(to bottom,#308aff 0,#eec5c5 2%,#b0efd8 100%);
    box-shadow:0 8px 20px 0 rgba(0,0,0,.2);
    transition:all .5s ease
}
.dark-mode .side-text-d:hover {
    background:linear-gradient(to left,#1d252e,#44435a);
    box-shadow:0 8px 20px 0 rgba(0,0,0,.2);
    transition:all .5s ease
}
.side-text-d p {
    padding:10px 0;
    font-size:17px
}
.side-text-d p.lang-ur {
    direction:rtl;
    text-align:justify;
    font-size:22px;
    line-height:1.5
}
@keyframes sideTextAnimation {
    0% {
        opacity:0;
        transform:translateX(-100px)
    }
    100% {
        opacity:1;
        transform:translateX(0)
    }
}
@media (min-width:810px) and (max-width:1300px) {
    .side-text-d {
        padding:40px 30px;
        max-width:70%;
        font-size:15px;
        line-height:.5
    }
    .side-text-d h2 {
        font-size:22px
    }
    .side-text-d p {
        padding:10px 0;
        font-size:20px;
        line-height:1.5
    }
    .side-text-d p.lang-ur {
        font-size:20px;
        line-height:1.9
    }
}
@media (max-width:809px) {
    .side-text-d {
        padding:30px 20px;
        font-size:14px;
        line-height:.5
    }
    .side-text-d h2 {
        font-size:20px
    }
    .side-text-d p {
        padding:10px 0;
        font-size:18px;
        line-height:1.9
    }
    .side-text-d p.lang-ur {
        font-size:20px;
        line-height:1.9
    }
}
@media (max-width:477px) {
    .side-text-d {
        padding:20px 15px;
        font-size:13px;
        border-radius:20px;
        line-height:.5
    }
    .side-text-d h2 {
        font-size:18px
    }
    .side-text-d p.lang-ur {
        font-size:18px;
        line-height:1.9
    }
    .side-text-d p {
        padding:10px 0;
        font-size:16px;
        line-height:1.9
    }
}
.uparrow a {
    position: fixed;
    right: 18px;
    bottom: 5px;
    background-color: #7840bd;
    padding: 9px;
    border-radius: 50%;
    color: #fff;
    display: none; /* hidden by default */
    opacity: 0;
    transition: opacity .2s ease-in-out;
    z-index: 1000;
}
.uparrow a.show {
    display: block;   /* show only when JS adds "show" */
    opacity: 1;
}
.uparrow a:hover {
    cursor: pointer;
    background: linear-gradient(to left, #25a93f, #5e24bc);
}
.uparrow a:active {
    background: linear-gradient(to left, #7f0a97, #010029);
}
@media (min-width: 989px) and (max-width: 1300px) {
    .uparrow a.show {
        background: linear-gradient(to left, #25a93f, #5e24bc);
    }
    .uparrow a:active {
    background: linear-gradient(to left, #7f0a97, #010029);
}
}


.extra {
    width:100%;
    padding:30px;
    padding-bottom:10px;
    font-size:50px;
    text-align:center;
    color:#00eaff;
    font-family:cursive;
    z-index:-9
}
.extra-a {
    width:100%;
    padding:30px;
    padding-bottom:10px;
    font-size:50px;
    text-align:center;
    color:#00eaff;
    font-family:cursive;
    z-index:-9
}
.extra-a p {
    padding:30px;
    padding-bottom:150px;
    font-size:30px;
    text-align:center;
    color:#9b5346;
    background:-webkit-linear-gradient(left,#c6b4d3 2%,#cfeeca 100%);
    border-radius:50px
}
.dark-mode .extra-a p {
    color:#00fff7;
    background:-webkit-linear-gradient(left,#155799 2%,#159957 100%)
}
.extra p {
    padding:30px;
    padding-bottom:150px;
    font-size:50px;
    text-align:center;
    color:#9b5346;
    background:-webkit-linear-gradient(left,#c6b4d3 2%,#cfeeca 100%);
    border-radius:50px
}
.dark-mode .extra p {
    color:#00fff7;
    background:-webkit-linear-gradient(left,#155799 2%,#159957 100%)
}
.center-text {
    text-align:center;
    text-decoration:solid;
    font-weight:400
}
.smbox {
    display:flex;
    flex-wrap:wrap;
    transform:translateY(-100px);
    justify-content:center
}
.smbox span {
    margin:1%;
    background:linear-gradient(to right,#eec5c5 2%,#b0efd8 100%);
    box-shadow:inset 0 0 25px rgba(0,0,0,.2),0 0 40px rgba(0,0,0,.3);
    border-radius:10px;
    padding:30px 50px;
    cursor:pointer
}
.dark-mode .smbox span {
    background:-webkit-linear-gradient(left,#155799 2%,#159957 100%)
}
.smbox span:hover {
    transform:scale(1.3);
    transition:.5s ease
}
.smbox .data {
    font-size:80px;
    color:#FA6146;
    margin-inline-start:0
    
}
.dark-mode .smbox .data {
    font-size:80px;
    color:#dec7c3;
    margin-inline-start:0
}
.smbox .det {
    font-size:20px;
    color:#272529;
    font-family:cursive
}
.dark-mode .smbox .det {
    font-size:20px;
    color:#ece6f2;
    font-family:cursive
}
@media (max-width:601px) {
    .extra {
        background-size:cover;
        background-position:center
    }
    .extra-a {
        background-size:cover;
        background-position:center
    }
}
@media (max-width:477px) {
    .extra {
        background-size:cover;
        background-position:center
    }
    .extra-a {
        background-size:cover;
        background-position:center
    }
}
.title {
    margin-top:0;
    font-family:'Open Sans',sans-serif;
    font-size:30px;
    text-align:center;
    color:#2E3D49
}
.cbox {
    position:relative;
    width:100%;
    display:inline-flex;
    flex-wrap:wrap;
    justify-content:center
}
.cbox .det {
    width:250px;
    height:80px;
    margin:10px;
    background:#fff;
    cursor:pointer
}
.cbox .det a {
    justify-content:space-around;
    width:250px;
    padding:28px;
    border-radius:10px;
    border:1px solid #FA4B37;
    font-size:15px;
    color:#272529;
    font-family:cursive;
    text-decoration:none
}
.cbox .det a:hover {
    background:linear-gradient(to right,#FA4B37,#DF2771);
    color:white
}
.cbox .det a:hover img {
    filter:brightness(100)
}
.cbox img {
    width:20px;
    margin-right:20px
}
.totalcard {
    width:100%;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    margin-bottom:5px
}
.totalcard .card {
    margin:50px;
    width:300px;
    border-radius:10px;
    background:#fff
}
.light-mode .totalcard .card {
    background:linear-gradient(to right,#c2e9e1,#fdfefe,#c2e9e1 6%,#eec5c5 2%,#b0efd8 100%)
}
.dark-mode .totalcard .card {
    background:linear-gradient(to right,#c2e9e1,#fdfefe,#c2e9e1,#97bc9b 6%,#308aff 0,#4173ad 0,#159957)
}
.card-title {
    margin-left:70px
}
.totalcard .card {
    box-shadow:inset 0 0 10px rgba(0,0,0,.4),0 0 10px rgba(0,0,0,.3)
}
.card:nth-child(1) {
    border-top:5px solid rgb(6,194,6)
}
.card:nth-child(2) {
    border-top:5px solid blue
}
.card:nth-child(3) {
    border-top:5px solid rgb(196,86,251)
}
.card:nth-child(4) {
    border-top:5px solid #00a58f
}
.card:nth-child(1):hover {
    box-shadow:inset 0 0 10px rgba(0,255,0,.5),1px 1px 30px rgba(0,255,0,.5)
}
.card:nth-child(2):hover {
    box-shadow:inset 0 0 10px rgba(0,81,255,.6),1px 1px 30px rgba(0,81,255,.6)
}
.card:nth-child(3):hover {
    box-shadow:inset 0 0 10px rgba(195,0,255,.5),1px 1px 30px rgba(195,0,255,.5)
}
.card:nth-child(4):hover {
    box-shadow:inset 0 0 10px rgba(0,145,92,.699),1px 1px 30px rgba(0,145,92,.699)
}
.totalcard .card img {
    transition-duration:.8s;
    width:150px;
    height:150px;
    margin-top:20px;
    margin-left:100px;
    cursor:pointer;
    border-radius:50%;
    align-items:center;
    margin-left:80px;
    transition:transform .5s ease,border-radius .5s ease,box-shadow .5s ease;
    box-shadow:0 4px 10px rgba(152,82,82,.2)
}
.totalcard .card:hover {
    transform:scale(1.3);
    transition:.5s ease
}
#detail p {
    font-size:17px;
    padding:20px;
    font-weight:700;
    margin-top:-25px;
    text-align:center;
    color:#c8eacc;
    line-height:1;
    transition:color .3s ease;
    margin-left:35;
    margin-right:-12px;
    font-size:20px;
    font-weight:bold;
    transition:color .3s ease
}
.light-mode #detail p {
    color:#ed2690
}
#detail button {
    outline:0;
    border-radius:10px;
    border-style:none;
    border:1px solid black;
    padding:9px 25px;
    cursor:pointer;
    transition-duration:.4s
}
#detail a {
    bottom:80px;
    text-decoration:none;
    margin-bottom:30px;
    margin-top:20px;
    margin-left:90px;
    align-self:center
}
.btn-roshan:hover {
    background:rgba(0,255,0,.7);
    color:#fff
}
.btn-roshan2:hover {
    background:rgba(0,0,255,.5);
    color:#fff
}
.card-title {
    font-size:17px;
    color:#c1d7ec;
    padding:20px;
    font-weight:700;
    margin-left:35px;
    font-size:23px;
    font-weight:bold;
    transition:color .3s ease
}
.light-mode .card-title {
    color:#08b149
}
.dark-mode .card-title {
    color:#5cfe9a
}
.card-title:hover {
    color:#bff745
}
.light-mode .card-title:hover {
    color:#c10808
}
#detail p:hover {
    color:#7e610a
}
.dark-mode #detail p:hover {
    color:#92fa89
}
.card-title-a {
    font-size:17px;
    color:#c1d7ec;
    padding:20px;
    font-weight:700;
    margin-left:45px;
    font-size:23px;
    font-weight:bold;
    transition:color .3s ease
}
.light-mode .card-title-a {
    color:#0b4ce1
}
.dark-mode .card-title-a {
    color:#e6eb7b
}
.card-title-a:hover {
    color:#bf6d09
}
.dark-mode .card-title-a:hover {
    color:#85ebf9
}
.card-title-b {
    font-size:17px;
    color:#c1d7ec;
    padding:20px;
    font-weight:700;
    margin-left:55px;
    font-size:23px;
    font-weight:bold;
    transition:color .3s ease
}
.light-mode .card-title-b {
    color:#0081a5
}
.dark-mode .card-title-b {
    color:#87ffdb
}
.card-title-b:hover {
    color:#bf6d09
}
.dark-mode .card-title-b:hover {
    color:#f9b385
}
.card-title-c {
    font-size:17px;
    color:#c1d7ec;
    padding:20px;
    font-weight:700;
    margin-left:45px;
    font-size:23px;
    font-weight:bold;
    transition:color .3s ease
}
.light-mode .card-title-c {
    color:#00a58f
}
.dark-mode .card-title-c {
    color:#87d5ff
}
.card-title-c:hover {
    color:#bf6d09
}
.dark-mode .card-title-c:hover {
    color:#f9b385
}
@media (max-width:477px) {
    .totalcard .card {
        margin:30px;
        width:300px;
        border-radius:10px;
        background:#fff
    }
    .card-title {
        font-size:17px;
        color:#c1d7ec;
        padding:20px;
        font-weight:700;
        margin-left:20px;
        font-size:23px;
        font-weight:bold;
        transition:color .3s ease
    }
    .card-title-a {
        font-size:17px;
        color:#c1d7ec;
        padding:20px;
        font-weight:700;
        margin-left:35px;
        font-size:23px;
        font-weight:bold;
        transition:color .3s ease
    }
    .card-title-b {
        font-size:17px;
        color:#c1d7ec;
        padding:20px;
        font-weight:700;
        margin-left:45px;
        font-size:23px;
        font-weight:bold;
        transition:color .3s ease
    }
    .card-title-c {
        font-size:17px;
        color:#c1d7ec;
        padding:20px;
        font-weight:700;
        margin-left:35px;
        font-size:23px;
        font-weight:bold;
        transition:color .3s ease
    }
    .totalcard .card:hover {
        transform:scale(1.1);
        transition:.5s ease
    }
}
.service-swipe {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:right;
    background-size:cover;
    background-attachment:fixed
}
.service-heading {
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    width:100%;
    padding:20px
}
.center-text {
    font-size:50px;
    color:var(--text-color);
    text-transform:capitalize;
    transition:color .3s ease-in-out
}
:root {
    --text-color:#0b0a0a
}
.dark-mode {
    --text-color:#fff
}
.service-swipe .s-card img {
    width:100px
}
.service-swipe a {
    padding:0;
    margin:40px 10px
}
.service-swipe .s-card {
    display:flex;
    justify-content:space-around;
    padding:10px;
    align-items:center;
    text-align:center;
    width:340px;
    height:200px;
    box-shadow:inset 0 0 20px rgba(255,255,255,.05),0 0 50px rgba(0,0,0,.8);
    border-radius:5px;
    cursor:pointer;
    transition-duration:.5s;
    margin:1%;
    background:linear-gradient(rgb(157,17,150),rgb(200,95,29));
    box-shadow:inset 0 0 25px rgba(0,0,0,.2),0 0 40px rgba(0,0,0,.3);
    background:linear-gradient(to right,#207b6a 25%,#6334a0 100%);
    border-radius:10px;
    padding:30px 50px;
    cursor:pointer
}
.light-mode .service-swipe .s-card {
    background:linear-gradient(to right,#c2e9e1,#97bc9b 5%,#25a93f,#5e24bc,#4d713e,#308aff 0,#eec5c5 2%,#b0efd8 100%)
}
.s-card {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:10px;
    width:350px;
    height:250px;
    box-shadow:inset 0 0 20px rgba(255,255,255,.05),0 0 50px rgba(248,247,247,.8);
    border-radius:5px;
    cursor:pointer;
    transition:.5s
}
.s-card img {
    width:100px;
    margin-bottom:10px
}
.s-card p {
    color:#f2f2f2;
    font-size:1.2em;
    font-family:'Noto Nastaliq Urdu',serif
}
@media (max-width:600px) {
    .service-heading {
        margin-top:90px
    }
    .service-swipe .s-card p {
        color:#f0da11;
        font-size:1.1em;
        font-family:'Noto Nastaliq Urdu',serif;
        text-align:center
    }
    .light-mode .service-swipe .s-card p {
        color:#9c01b4;
        font-family:'Noto Nastaliq Urdu',serif
    }
    .service-swipe .s-card:hover {
        box-shadow:0 0 50px rgba(21,214,117,.8);
        transform:translateY(-10px)
    }
    .light-mode .service-swipe .s-card:hover {
        box-shadow:0 0 50px rgba(223,170,170,.8);
        transform:translateY(-10px)
    }
}
@media (min-width:601px) and (max-width:899px) {
    .service-heading {
        margin-top:90px
    }
    .service-swipe .s-card {
        margin-right:5px;
        margin-left:1px
    }
    .service-swipe .s-card p {
        color:#f0da11;
        font-size:1.1em;
        font-family:'Noto Nastaliq Urdu',serif;
        text-align:center
    }
    .light-mode .service-swipe .s-card p {
        color:#9c01b4;
        font-family:'Noto Nastaliq Urdu',serif
    }
    .service-swipe .s-card:hover {
        box-shadow:0 0 50px rgba(21,214,117,.8);
        transform:translateY(-10px)
    }
    .light-mode .service-swipe .s-card:hover {
        box-shadow:0 0 50px rgba(223,170,170,.8);
        transform:translateY(-10px)
    }
}
@media (min-width:900px) {
    .service-swipe .s-card p {
        color:#f0da11;
        font-size:1.1em;
        font-family:'Noto Nastaliq Urdu',serif;
        text-align:center
    }
    .light-mode .service-swipe .s-card p {
        color:#9c01b4;
        font-family:'Noto Nastaliq Urdu',serif
    }
    .service-swipe .s-card:hover {
        box-shadow:0 0 50px rgba(21,214,117,.8);
        transform:translateY(-10px)
    }
    .light-mode .service-swipe .s-card:hover {
        box-shadow:0 0 50px rgba(223,170,170,.8);
        transform:translateY(-10px)
    }
}
@media (max-width:477px) {
    .service-heading {
        margin-top:30px
    }
    .service-swipe .s-card {
        margin-right:5px;
        margin-left:1px
    }
    .service-swipe .s-card p {
        color:#f0da11;
        font-size:1.2em;
        font-family:'Noto Nastaliq Urdu',serif;
        text-align:center
    }
    .light-mode .service-swipe .s-card p {
        color:#9c01b4;
        font-family:'Noto Nastaliq Urdu',serif
    }
    .service-swipe .s-card:hover {
        box-shadow:0 0 50px rgba(21,214,117,.8);
        transform:translateY(-10px)
    }
    .light-mode .service-swipe .s-card:hover {
        box-shadow:0 0 50px rgba(223,170,170,.8);
        transform:translateY(-10px)
    }
}
.marquee-container {
    overflow:hidden;
    white-space:nowrap;
    width:100%;
    background:linear-gradient(45deg,#6170a3 20%,#569a04 100%);
    padding:7px 0;
    color:white;
    font-size:1.3em;
    font-weight:500
}
.light-mode .marquee-container {
    background:linear-gradient(to right,#eec5c5 2%,#b0efd8 100%);
    color:rgb(158,21,21)
}
.marquee-content {
    display:inline-flex;
    gap:50px;
    width:max-content;
    animation:marquee 50s linear infinite
}
.marquee-container:hover .marquee-content {
    animation-play-state:paused
}
@media (min-width:900px) {
    @keyframes marquee {
        from {
            transform:translateX(48%)
        }
        to {
            transform:translateX(-100%)
        }
    }
}
@media (max-width:600px) {
    @keyframes marquee {
        from {
            transform:translateX(23%)
        }
        to {
            transform:translateX(-100%)
        }
    }
}
@media (min-width:601px) and (max-width:899px) {
    @keyframes marquee {
        from {
            transform:translateX(23%)
        }
        to {
            transform:translateX(-100%)
        }
    }
}
@media (max-width:477px) {
    @keyframes marquee {
        from {
            transform:translateX(15%)
        }
        to {
            transform:translateX(-100%)
        }
    }
}
.marquee-container-urdu {
    overflow:hidden;
    white-space:nowrap;
    width:100%;
    background:linear-gradient(45deg,#4d5c8a 20%,#4b8503 100%);
    padding:0;
    color:rgb(248,245,245);
    font-family:'Noto Nastaliq Urdu',serif;
    font-size:1.2em;
    font-weight:normal;
    direction:rtl;
    text-align:right
}
.light-mode .marquee-container-urdu {
    background:linear-gradient(to right,#eec5c5 2%,#b0efd8 100%);
    color:rgb(175,24,24)
}
.marquee-content-urdu {
    display:inline-flex;
    gap:50px;
    width:max-content;
    animation:marquee-urdu 50s linear infinite
}
.marquee-container-urdu:hover .marquee-content-urdu {
    animation-play-state:paused
}
@media (min-width:800px) {
    @keyframes marquee-urdu {
        from {
            transform:translateX(-60%)
        }
        to {
            transform:translateX(100%)
        }
    }
}
@media (max-width:600px) {
    @keyframes marquee-urdu {
        from {
            transform:translateX(-34%)
        }
        to {
            transform:translateX(100%)
        }
    }
}
@media (min-width:601px) and (max-width:899px) {
    @keyframes marquee-urdu {
        from {
            transform:translateX(-40%)
        }
        to {
            transform:translateX(100%)
        }
    }
}
@media (max-width:477px) {
    @keyframes marquee-urdu {
        from {
            transform:translateX(-25%)
        }
        to {
            transform:translateX(100%)
        }
    }
}
.diffSection {
    position:relative;
    min-height:0
}
.wrapper-a {
    text-align:center
}
.section-title {
    display:inline-block;
    margin:0 auto 20px;
    text-align:center;
    margin-bottom:20px
}
.section-title h3 {
    margin:0;
    display:inline-block;
    font-size:26px
}

.csec-a {
    background:linear-gradient(to right,#eec5c5 2%,#b0efd8 100%);
    background-attachment:fixed;
    position:absolute;
    width:100%;
    margin-top:1px;
    height:700px;
    top:100px;
    transform-origin:top right;
    transform:skewY(-10deg);
    z-index:0
}
.dark-mode .csec-a {
    background:linear-gradient(to right,#155799 2%,#159957 100%)
}
.dark-mode .container-v {
    background:linear-gradient(to bottom,#155799 2%,#18b47b 100%)
}
.light-mode .container-v {
    background:linear-gradient(to bottom,#eec5c5 2%,#b0efd8 100%)
}
.container-v {
    width:100%;
    margin:auto;
    background:linear-gradient(to bottom,#155799 1%,#18b47b 100%);
    padding:40px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(186,70,70,.1);
    margin-top:10px
}
@media (min-width:601px) and (max-width:920px) {
    .desktop-menu-category-list .menu-category>.menu-title {
        position:relative;
        color:var(--onyx);
        font-size:var(--fs-9);
        font-style:bold;
        font-weight:bolder;
        text-transform:uppercase;
        padding:15px 0;
        transition:var(--transition-timing)
    }
}
@media (max-width:600px) {
    .csec-a {
        height:520px;
        margin-top:90px
    }
    .container-v {
        width:450px;
        margin:auto;
        background:linear-gradient(to bottom,#155799 1%,#18b47b 100%);
        padding:40px;
        border-radius:12px;
        box-shadow:0 10px 30px rgba(186,70,70,.1);
        margin-top:10px
    }
}
@media (min-width:601px) and (max-width:989px) {
    
    .container-v {
        width:450px;
        margin:auto;
        background:linear-gradient(to bottom,#155799 1%,#18b47b 100%);
        padding:40px;
        border-radius:12px;
        box-shadow:0 10px 30px rgba(186,70,70,.1);
        margin-top:10px
    }
}
@media (min-width:989px) {
   
    .csec-a {
        height:535px;
        margin-top:0
    }
    .container-v {
        width:710px;
        margin:auto;
        background:linear-gradient(to bottom,#eec5c5 2%,#b0efd8 100%);
        padding:40px;
        border-radius:12px;
        box-shadow:0 10px 30px rgba(0,0,0,.1);
        margin-top:30px
    }
}

.contact-form-a {
    max-width:600px;
    background:#bc4141;
    margin:50px auto;
    padding:30px;
    border-radius:12px;
    box-shadow:0 8px 20px rgba(199,84,84,.1)
}
.contact-form-a h2 {
    text-align:center;
    margin-bottom:25px;
    color:#e02e2e
}
.form-group-a {
    margin-bottom:20px;
    font-weight:bold
}
.form-group-a .urdu {
    margin-bottom:20px;
}
.form-group {
    margin-bottom:2px;
    font-weight:bold;
}
.form-group .urdu {
    margin-bottom:2px;
    
}
label-a {
    display:block;
    margin-bottom:6px;
    font-weight:500
}
.imp-a {
    color:red
}
input[type=text],input[type=email],textarea {
    width:100%;
    padding:12px 12px;
    border:1px solid #cf0b0b;
    border-radius:6px;
    font-size:16px;
    transition:border-color .3s
}
input:focus,textarea:focus {
    border-color:#007BFF;
    outline:0;
    border:2px solid #f72626;
    border-radius:6px
}
input::placeholder, 
textarea::placeholder {
  line-height: normal;            
}

.row-a {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    line-height:1!important
}
.row-a .form-group-a {
    flex:1;
    min-width:100%;
    line-height:1!important
}
.row {
    display:flex;
    flex-wrap:wrap;
    gap:1px
}
.row .form-group {
    flex:1;
    min-width:100%
}
@media (min-width:600px) {
    .row-a .form-group-a {
        min-width:48%
    }
}
button[type=submit] {
    background-color:#318056;
    color:white;
    border:0;
    padding:8px 10px;
    font-size:16px;
    border-radius:6px;
    cursor:pointer;
    width:100%;
    transition:background-color .3s;
    line-height:2!important
}
button[type=submit]:hover {
    background-color:#0056b3
}
@media (max-width:477px) {
    .csec-a {
        height:410px;
        margin-top:125px
    }
    .container-v {
        width:300px;
        margin:auto;
        background:linear-gradient(to bottom,#eec5c5 2%,#b0efd8 100%);
        padding:25px;
        border-radius:12px;
        box-shadow:0 10px 30px rgba(0,0,0,.1);
        margin-top:-13px
    }
}
.dark-mode .field-error {
    color:rgb(232,248,60);
    font-size:.9em;
    margin-top:0;
    display:none
}
.light-mode .field-error {
    color:rgb(234,9,9);
    font-size:.9em;
    margin-top:0;
    display:none
}
.success-message {
    color:green;
    background:#e6ffe6;
    padding:10px;
    margin-top:15px;
    border-radius:5px;
    font-weight:bold;
    display:none
}
.form-group,.form-group-a {
    margin-bottom:15px;
    line-height:1!important
}
@media (max-width:600px) {
    .form-group,.form-group-a {
        margin-bottom:15px;
        line-height:1!important
    }
    .form-group-a label {
        line-height:1.6;
        display:block;
        margin-bottom:5px
    }
}
@media (min-width:601px) and (max-width:989px) {
    .form-group,.form-group-a {
        margin-bottom:15px;
        line-height:1!important
    }
    .form-group-a label {
        line-height:1.6;
        display:block;
        margin-bottom:5px
    }
}
@media (max-width:477px) {
    .form-group,.form-group-a {
        margin-bottom:15px;
        line-height:1!important
    }
    .form-group-a label {
        line-height:1.6;
        display:block;
        margin-bottom:8px
    }
}
@media (min-width:989px) {
    .form-group,.form-group-a {
        margin-bottom:15px;
        line-height:1!important
    }
    .form-group-a label {
        line-height:1.6;
        display:block;
        margin-bottom:5px
    }
}
input,textarea {
    width:100%;
    padding:8px;
    box-sizing:border-box
}
#review_section p {
    font-size:40px;
    padding:100px 20px 40px;
    color:#2E3D49;
    text-align:center;
    font-family:'Segoe UI',sans-serif;
    margin-top:20px
}
.dark-mode #review_section p {
    color:#f9fcfe
}
.rev-container {
    padding:10px 10%;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
    box-shadow:0 10px 25px rgb(243,7,7);
    gap:30px
}
.rev-card:hover {
    transform:scale(1.0);
    box-shadow:0 10px 25px rgb(249,102,102)
}
.identity {
    width:160px;
    display:flex;
    flex-direction:column;
    align-items:center;
    padding:10px;
    text-align:center
}
.identity img {
    width:120px;
    height:120px;
    transition-duration:.8s;
    border-radius:50%;
    transition:transform .3s ease,box-shadow .3s ease
}
.identity img:hover {
    transform:scale(1.15);
    box-shadow:0 0 10px rgba(0,0,0,.2)
}
.identity p {
    font-weight:bold;
    color:#2E3D49;
    margin-top:8px
}
.dark-mode .identity p {
    font-weight:bold;
    color:#f9f9fa;
    margin-top:8px
}
.identity h6 {
    color:#666;
    font-size:.85em;
    margin-top:4px
}
.rating {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:4px;
    margin-top:8px;
    background:linear-gradient(to left,100%)
}
.rating img {
    width:16px;
    height:16px;
    transition:transform .2s ease
}
.rating img:hover {
    transform:scale(1.3)
}
.rev-cont {
    flex:1;
    padding:1px;
    overflow:hidden
}
.rev-cont #title {
    color:#2E3D49;
    font-weight:bold;
    margin-bottom:0;
    align-items:center;
    text-align:center;
    background:linear-gradient(to bottom,#eec5c5 2%,#b0efd8 100%)
}
.rev-cont #content {
    color:#8123df;
    font-size:.95em;
    line-height:1.6;
    text-align:center;
    font-weight:bold;
    font-family:'Segoe UI',sans-serif;
    background:linear-gradient(to bottom,#eec5c5 2%,#b0efd8 100%)
}
.rev-card {
    flex-direction:column;
    width:100%
}
.identity {
    width:100%;
    margin-bottom:10px
}
.cards-wrapper {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    justify-content:center;
    margin-left:-90px
}
.card-container-a {
    width:300px;
    height:200px;
    perspective:1000px;
    margin-left:100px;
    margin-bottom:50px
}
.card-a {
    width:100%;
    height:100%;
    position:relative;
    transition:transform .8s;
    transform-style:preserve-3d;
    margin-bottom:50px
}
.card-container-a:hover .card-a {
    transform:rotateY(180deg)
}
.card-face-a {
    position:absolute;
    width:100%;
    height:100%;
    backface-visibility:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:10px;
    font-size:20px;
    font-family:sans-serif;
    color:rgb(245,246,243)
}
.light-mode .card-front {
    background:linear-gradient(to bottom,#eec5c5 2%,#b0efd8 100%)
}
.light-mode .card-back {
    background:linear-gradient(to bottom,#eec5c5 2%,#b0efd8 100%);
    transform:rotateY(180deg)
}
.dark-mode .card-front {
    background:linear-gradient(to bottom,#18b47b 1%,#155799 100%)
}
.dark-mode .card-back {
    background:linear-gradient(to bottom,#155799 1%,#18b47b 100%);
    transform:rotateY(180deg)
}
@media (max-width:600px) {
    .card-container-a {
        width:400px;
        height:200px;
        perspective:1000px;
        margin-left:100px
    }
}
@media (max-width:477px) {
    .card-container-a {
        width:300px;
        height:200px;
        perspective:1000px;
        margin-left:90px
    }
}
#makeitfull {
    display:flex;
    justify-content:center;
    transform:translateY(35px)
}
#makeitfull img {
    width:300px;
    margin-bottom:35px;
    margin-top:-70px
}
.ccardbox2 {
    display:flex;
    justify-content:center;
    flex-wrap:wrap
}
.dcard2 {
    margin:20px;
    width:370px;
    height:220px;
    border-radius:10px;
    background:linear-gradient(to bottom,#eec5c5 2%,#b0efd8 100%);
    box-shadow:0 2px 10px rgba(0,0,0,.1);
    overflow:hidden;
    margin:0 auto;
    line-height:1!important
}
.dark-mode .dcard2 {
    background:-webkit-linear-gradient(left,#155799 2%,#159957 100%);
    line-height:1!important
}
.fpart2 img {
    display:none
}
.dcard2 .fpart2 {
    width:370px;
    height:208px;
    color:#ff4e4e;
    text-align:left;
    border-top-right-radius:100px;
    transform:translateY(-19px);
    box-shadow:0 0 20px rgba(0,0,0,.4);
    overflow:hidden
}
.dcard2 .tag {
    position:relative;
    margin-left:346px;
    top:10px;
    color:#0e02fe;
    font-weight:bold
}
.dark-mode .dcard2 .tag {
    color:#02feb7
}
.dcard2 .fpart2 img {
    width:100%;
    height:100%
}
.fpart2 iframe {
    height:inherit;
    width:inherit
}
.click-me {
    justify-content:center;
    display:flex;
    margin-bottom:20px
}
.click-me a {
    color:#f5008f;
    text-decoration:none;
    transition-duration:.5s;
    padding:10px;
    background:linear-gradient(to bottom,#b0efd8 100%);
    border-radius:50px;
    margin-top:20px
}
.dark-mode .click-me a {
    color:#fff;
    background:-webkit-linear-gradient(left,#155799 2%,#159957 100%)
}
.light-mode .click-me a {
    color:#f8043d;
    background:linear-gradient(to bottom,#a1b7cd 2%,#b3dfc9 100%)
}
.click-me a:hover {
    background:#f0d0ed;
    color:#0c2ea5
}
.dark-mode .click-me a:hover {
    background:#4964c2;
    color:#08f7f7
}
.jelly-wrapper {
    overflow:hidden;
    display:center
}
@media (max-width:600px) {
    .dcard2 {
        margin-bottom:20px;
        line-height:1!important
    }
}
@media (min-width:601px) and (max-width:1200px) {
    .dcard2 {
        margin-bottom:20px;
        line-height:1!important
    }
}
@media (max-width:477px) {
    .dcard2 {
        margin-bottom:40px;
        line-height:1!important
    }
}
.light-mode .footer-container {
    background:linear-gradient(to right,#eec5c5 2%,#b0efd8 100%);
    padding:40px 10px;
    color:#ddd;
    font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
    font-family:'Noto Nastaliq Urdu',serif;
    line-height:1.8!important
}
.dark-mode .footer-container {
    background:linear-gradient(to bottom,#159957 2%,#155799 100%);
    padding:40px 10px;
    color:#ddd;
    font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
    font-family:'Noto Nastaliq Urdu',serif;
    line-height:1.8!important
}
.footer-logo-part {
    text-align:center;
    padding:800px 10;
    color:#f01e1e;
    font-size:21px;
    font-weight:bold;
    margin-bottom:-20px
}
.footer-logo-part-a {
    text-align:center;
    padding:800px 10;
    color:#f01e1e;
    font-size:22px;
    font-weight:bold;
    margin-bottom:-20px
}
.footer-logo-part-b {
    text-align:center;
    padding:800px 10;
    color:#f01e1e;
    font-size:22px;
    font-weight:bold;
    margin-bottom:-20px
}
.dark-mode .footer-logo-part {
    color:#f4e6e6
}
.dark-mode .footer-logo-part-a {
    color:#f4e6e6
}
.dark-mode .footer-logo-part-b {
    color:#f4e6e6
}
@media (min-width:787px) and (max-width:989px) {
    .footer-logo-part {
        margin-bottom:50px;
        font-size:20px
    }
    .footer-logo-part-a {
        margin-bottom:50px;
        font-size:20px
    }
    .footer-logo-part-b {
        margin-bottom:50px;
        font-size:20px
    }
}
@media (min-width:477px) and (max-width:786px) {
    .footer-logo-part {
        margin-bottom:50px;
        font-size:20px
    }
    .footer-logo-part-a {
        margin-bottom:50px;
        font-size:22px
    }
    .footer-logo-part-b {
        margin-bottom:50px;
        font-size:22px
    }
}
@media (max-width:477px) {
    .footer-logo-part {
        margin-bottom:50px;
        font-size:16px
    }
    .footer-logo-part-a {
        margin-bottom:45px;
        font-size:12px
    }
    .footer-logo-part-b {
        margin-bottom:50px;
        font-size:17px
    }
}
.footer-header h2 {
    color:#fff;
    font-size:20px;
    margin-bottom:1px;
    border-bottom:1px solid #555;
    padding-bottom:5px
}
.footer-btn {
    margin:5px;
    padding:10px 10px;
    background:linear-gradient(to right,#155799 2%,#159957 100%);
    color:#fff;
    border:0;
    border-radius:5px;
    transition:background .3s
}
.light-mode .footer-btn {
    background:linear-gradient(to right,#eec5c5 2%,#b0efd8 100%);
    color:#3b1951
}
.footer-btn:hover {
    background:#666;
    color:#f3f0f5
}
footer .right-col h1 {
    font-size:24px;
    color:#eee
}
.footer-header {
    margin-top:10px
}
.footer-row {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
    text-align:left;
    margin-top:10px
}
.footer-item {
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:5px;
    font-size:18px
}
.footer-icon {
    width:30px;
    height:30px;
    vertical-align:middle
}
.material-btn {
    width:auto;
    position:relative;
    display:inline-block;
    box-sizing:border-box;
    font-size:1rem;
    line-height:14px;
    overflow:hidden;
    outline:0;
    box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    cursor:pointer;
    padding:16px 32px;
    min-width:64px;
    vertical-align:middle;
    text-align:center;
    text-overflow:ellipsis;
    height:auto;
    transition:all .5s;
    z-index:1;
    border-radius:4px
}
.mini-btn {
    padding:5px 10px
}
.sm-btn {
    padding:10px 20px
}
.md-btn {
    padding:16px 32px
}
.lg-btn {
    padding:25px 50px
}
.tada-btn {
    animation:animtada 2s infinite ease
}
.pulse-btn {
    animation:shadowPulse 2s infinite ease
}
.jelly-btn:hover {
    animation:jelly .75s linear alternate
}
.heavy-pulse-btn {
    animation:shadowPulseHeavy 2s infinite ease
}
.rainbow-btn {
    color:rgb(255,255,255);
    background:linear-gradient(90deg,#03a9f4,#f441a5,#ffeb3b,#03a9f4);
    background-size:400px
}
.rainbow-btn:hover {
    animation:animateRainbowBtn 5s linear infinite
}
.material-btn i,.btn i {
    padding-right:9px;
    line-height:2px;
    text-align:center
}
.non-text-btn i {
    padding:0;
    margin:0;
    line-height:2px;
    text-align:center
}
.material-btn .rtl-btn-icon,.btn .rtl-btn-icon {
    padding-left:9px;
    line-height:2px
}
@keyframes shadowPulse {
    from {
        -webkit-box-shadow:0 0 0 0 rgba(255,255,255,.05);
        box-shadow:0 0 0 0 rgba(255,255,255,.05)
    }
    to {
        -webkit-box-shadow:0 0 0 30px rgba(255,255,255,0);
        box-shadow:0 0 0 30px rgba(255,255,255,0)
    }
}
@keyframes animateRainbowBtn {
    0% {
        background-position:0 0
    }
    100% {
        background-position:400%
    }
}
@keyframes shadowPulseHeavy {
    from {
        -webkit-box-shadow:0 0 0 0 rgba(255,255,255,.05);
        box-shadow:0 0 0 0 rgba(255,255,255,.05)
    }
    to {
        -webkit-box-shadow:0 0 0 100px rgba(255,255,255,0);
        box-shadow:0 0 0 100px rgba(255,255,255,0)
    }
}
@keyframes animtada {
    0% {
        transform:scale(1)
    }
    4.34783% {
        transform:scale(.9) rotate(-4deg)
    }
    8.69565% {
        transform:scale(.9) rotate(-4deg)
    }
    13.04348% {
        transform:scale(1.0) rotate(4deg)
    }
    17.3913% {
        transform:scale(1.0) rotate(-4deg)
    }
    21.73913% {
        transform:scale(1.0) rotate(4deg)
    }
    26.08696% {
        transform:scale(1.0) rotate(-4deg)
    }
    30.43478% {
        transform:scale(1.0) rotate(4deg)
    }
    34.78261% {
        transform:scale(1) rotate(0)
    }
    100% {
        transform:scale(1) rotate(0)
    }
}
@keyframes jelly {
    25% {
        transform:scale(.9,1.1)
    }
    50% {
        transform:scale(1.1,.9)
    }
    75% {
        transform:scale(.95,1.05)
    }
}
.material-btn::-moz-focus-inner {
    border:0
}
.dark-mode .primary-btn {
    border:0;
    border-radius:4px;
    color:rgb(255,255,255)!important;
    background:linear-gradient(to right,#159957,#155799)
}
.light-mode .primary-btn {
    background:linear-gradient(to right,#83d2b5 2%,#da8d8d 100%)
}
.dark-mode .secondary-btn {
    border:0;
    border-radius:4px;
    color:rgb(255,255,255)!important;
    background:linear-gradient(to right,#155799,#030236)
}
.light-mode .secondary-btn {
    background:linear-gradient(to right,#83d2b5 2%,#da8d8d 100%)
}
.rounded-btn {
    border-radius:50px!important
}
.right-side {
    padding:2rem;
    display:flex;
    justify-content:center;
    align-items:start;
    min-height:100vh
}
.quiz-wrapper {
    width:100%;
    max-width:900px;
    background:#fff;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(0,0,0,.1);
    overflow:hidden;
    animation:fadeIn .8s ease-in-out
}
.quiz-frame {
    width:100%;
    height:800px;
    border:0;
    transition:transform .3s ease
}
.quiz-frame:hover {
    transform:scale(1.005)
}
.placeholder {
    display:flex;
    justify-content:center;
    align-items:center;
    background:#f9fafb;
    color:#0f4ecb;
    height:200px;
    font-size:1.2rem;
    border-bottom:1px solid #e5e7eb
}
.iframe-wrapper {
    padding:1rem
}
@keyframes fadeIn {
    from {
        opacity:0;
        transform:translateY(12px)
    }
    to {
        opacity:1;
        transform:translateY(0)
    }
}
@media (min-width:768px) {
    .quiz-frame {
        height:600px
    }
    .right-side {
        padding:1rem
    }
}
@media (max-width:477px) {
    .quiz-frame {
        height:410px
    }
    .right-side {
        padding:0rem
    }
}
@media (max-width:477px) {
    .quiz-frame {
        height:600px
    }
    .right-side {
        padding:0rem
    }
}
.responsive-form {
    position:relative;
    padding-bottom:150%;
    height:0;
    overflow:hidden;
    max-width:100%
}
.responsive-form iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:0
}
.form-loader {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:2rem;
    font-size:1rem;
    color:#4b5563;
    background-color:#f9fafb
}
@keyframes spin {
    to {
        transform:rotate(360deg)
    }
}
.fade-in {
    animation:fadeIn .6s ease forwards
}
@keyframes fadeIn {
    from {
        opacity:0;
        transform:translateY(20px)
    }
    to {
        opacity:1;
        transform:translateY(0)
    }
}
.reload-btn {
    margin-top:1rem;
    padding:.5rem 1rem;
    background-color:#3b82f6;
    color:#fff;
    border:0;
    border-radius:6px;
    cursor:pointer;
    transition:background .3s ease
}
.reload-btn:hover {
    background-color:#2563eb
}
.toast {
    position:fixed;
    bottom:30px;
    left:50%;
    transform:translateX(-50%) scale(.95);
    background-color:#323232;
    color:white;
    padding:12px 24px;
    border-radius:24px;
    font-size:14px;
    opacity:0;
    pointer-events:none;
    transition:all .3s ease;
    z-index:9999
}
.toast.show {
    opacity:1;
    transform:translateX(-50%) scale(1)
}
h2,h4 {
    font-weight:700;
    color:#1a1a1a;
    margin-top:30px;
    margin-bottom:15px
}
.light-mode h4 {
    font-size:1.6em;
    color:#2980b9
}
.dark-mode h4 {
    font-size:1.6em;
    color:#6bbdf3
}
.light-mode ul {
    font-size:1.05em;
    text-align:justify;
    color:#444
}
.light-mode li {
    color:#001f6e
}
.dark-mode li {
    color:#00fff7
}
.dark-mode ul {
    font-size:1.05em;
    text-align:justify;
    color:#f3eaea
}
.light-mode strong {
    color:#4e0707
}
.dark-mode strong {
    color:#0ef5b7
}
@media (min-width:768px) {
    h4 {
        font-size:1.4em
    }
    li {
        font-size:1em
    }
}
@media (max-width:600px) {
    h4 {
        font-size:1.4em
    }
    li {
        font-size:1em
    }
}
@media (max-width:477px) {
    h4 {
        font-size:1.4em
    }
}
@media (min-width:478px) and (max-width:988px) {
    body {
        padding-top:1px
    }
    .mobile-bottom-navigation {
        background:rgba(218,249,246,.849);
        position:fixed;
        bottom:0;
        left:50%;
        transform:translateX(-50%);
        width:100%;
        max-width:500%;
        margin:auto;
        display:flex;
        justify-content:space-around;
        align-items:center;
        padding:0;
        box-shadow:0 0 10px hsla(0,78%,52%,.25);
        z-index:5;
        gap:63px
    }
    .mobile-bottom-navigation .action-btn,.mobile-bottom-navigation .action-btn-home {
        position:relative;
        font-size:25px;
        color:rgb(83,241,55);
        padding:5px
    }
    .mobile-bottom-navigation .action-btn-home {
        margin-left:0
    }
    .mobile-bottom-navigation .action-btn {
        margin-left:7px
    }
    .mobile-bottom-navigation .count {
        background:var(--bittersweet);
        color:var(--white);
        position:absolute;
        top:0;
        right:0;
        font-size:12px;
        font-weight:var(--weight-500);
        line-height:1;
        padding:2px 0;
        border-radius:20px
    }
}
@media (min-width:478px) and (max-width:1300px) {
    .light-mode .side-text h2 {
        color:#002efc;
        text-align:center;
        font-size:31px
    }
    .light-mode .side-text-a h2 {
        color:#002efc;
        text-align:center;
        font-size:25px
    }
    .dark-mode .side-text h2 {
        color:#04fce3f1;
        text-align:center;
        font-size:31px
    }
    .dark-mode .side-text-a h2 {
        color:#04fce3f1;
        text-align:center;
        font-size:25px
    }
}
@media (max-width:477px) {
    .big-text-a {
        font-size:17px;
        line-height:2!important
    }
    .big-text {
        font-size:14px;
        line-height:2!important
    }
}
@media (min-width:478px) and (max-width:600px) {
    .big-text-a {
        font-size:17px;
        line-height:2!important
    }
    .big-text {
        font-size:16px;
        line-height:2!important
    }
}
@media (min-width:601px) and (max-width:1300px) {
    .big-text-a {
        font-size:18px;
        line-height:2!important
    }
    .big-text {
        font-size:18px;
        line-height:2!important
    }
}
@media (min-width:478px) and (max-width:989px) {
    .header-top,.header-user-actions,.desktop-navigation-menu {
        display:none
    }
    .header-main {
        padding:20px;
        border-bottom:1px solid var(--cultured);
        background-color:#e6eddb
    }
    .header-logo {
        margin-bottom:8px
    }
    .header-logo {
        margin-top:3px
    }
    .header-logo img {
        margin:auto
    }
    .header-main-a {
        padding:20px 5;
        border-bottom:1px solid var(--cultured);
        background-color:#e6eddb
    }
    .dark-mode .header-main-a {
        padding:20px 5;
        border-bottom:1px solid var(--cultured);
        background-color:#faf3f3db
    }
    .header-logo-a {
        margin-bottom:8px
    }
    .header-logo-a {
        margin-top:3px
    }
    .header-logo-a img {
        margin:auto
    }
    .datetime {
        display:inline-block;
        padding:12px 20px;
        font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
        font-size:12px;
        font-weight:500;
        color:#2c3e50;
        background:linear-gradient(135deg,#f9f9f9,#eaeaea);
        border-radius:12px;
        box-shadow:0 4px 12px rgba(0,0,0,.08);
        transition:all .3s ease;
        margin-top:1px;
        max-width:90%;
        word-wrap:break-word
    }
    .datetime:hover {
        background:linear-gradient(135deg,#f0f0f0,#dcdcdc);
        transform:translateY(-2px);
        box-shadow:0 6px 16px rgba(0,0,0,.1)
    }
    .datetime-container {
        display:flex;
        justify-content:center;
        margin-top:30px
    }
    .datetime-a {
        display:inline-block;
        padding:12px 20px;
        font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
        font-size:17px;
        font-weight:500;
        color:#2c3e50;
        background:linear-gradient(135deg,#f9f9f9,#eaeaea);
        border-radius:12px;
        box-shadow:0 4px 12px rgba(0,0,0,.08);
        transition:all .3s ease;
        margin-top:1px;
        max-width:90%;
        word-wrap:break-word
    }
    .datetime-a:hover {
        background:linear-gradient(135deg,#f0f0f0,#dcdcdc);
        transform:translateY(-2px);
        box-shadow:0 6px 16px rgba(0,0,0,.1)
    }
    .datetime-a-container {
        display:flex;
        justify-content:center;
        margin-top:30px
    }
}
@media (min-width:1200px) {
    .menu-close-btn {
        margin-top:60px
    }
}
@media (max-width:477px) {
    .menu-close-btn {
        margin-top:45px
    }
    .menu-close-btn:hover {
        transform:scale(1.1)
    }
    .mobile-navigation-menu {
        background:rgba(220,234,252,.897);
        position:fixed;
        top:0;
        left:-100%;
        width:100%;
        max-width:400px;
        height:100vh;
        padding:20px;
        box-shadow:0 0 10px hsla(0,0%,0%,.1);
        overflow-y:scroll;
        overscroll-behavior:contain;
        visibility:hidden;
        transition:.5s ease;
        z-index:20
    }
    .dark-mode .mobile-navigation-menu {
        background:rgba(5,5,5,.84)
    }
    .mobile-navigation-menu.active {
        left:0;
        visibility:visible
    }
    .menu-top {
        margin-top:-65px;
        padding-bottom:0;
        margin-bottom:10px;
        display:flex;
        justify-content:space-between;
        align-items:center;
        border-bottom:2px solid var(--cultured)
    }
    .menu-top .menu-title {
        color:#fe5151;
        font-size:34px;
        font-weight:var(--weight-600);
        margin-top:55px
    }
    .dark-mode .menu-top .menu-title {
        color:#f4e7e7
    }
    .menu-top-a {
        margin-top:-65px;
        padding-bottom:0;
        margin-bottom:8px;
        display:flex;
        justify-content:space-between;
        align-items:center;
        border-bottom:2px solid var(--cultured);
        direction:rtl
    }
    .menu-top-a .menu-title-b {
        color:#fe5151;
        font-size:34px;
        font-weight:var(--weight-600)
    }
    .dark-mode .menu-top-a .menu-title-b {
        color:#f4e7e7
    }
    .mobile-menu-category-list-a {
        margin-bottom:30px;
        direction:rtl
    }
    .mobile-menu-category-list {
        margin-bottom:30px;
        direction:ltr
    }
    .menu-category .accordion-menu {
        width:100%;
        display:flex;
        justify-content:space-between;
        align-items:center
    }
    .mobile-menu-category-list-a .menu-category {
        border-bottom:1px solid var(--border-radius-sm)
    }
    .mobile-menu-category-list-a .menu-title {
        color:rgba(0,217,255,.993);
        font-size:var(--fs-3);
        font-weight:var(--weight-600);
        padding:3px 0;
        transition:color .3s ease,padding .3s ease
    }
    .mobile-menu-category-list-a .menu-title:hover {
        color:rgb(111,255,0);
        padding:14px 9px
    }
    .light-mode .mobile-menu-category-list-a .menu-title {
        color:rgba(119,0,119,.89)
    }
    .light-mode .mobile-menu-category-list-a .menu-title:hover {
        color:rgba(0,68,255,.861);
        padding:14px 9px
    }
    .mobile-menu-category-list .menu-category {
        border-bottom:1px solid var(--border-radius-sm)
    }
    .mobile-menu-category-list .menu-title {
        color:rgba(0,217,255,.993);
        font-size:var(--fs-3);
        font-weight:var(--weight-600);
        padding:12px 0;
        transition:color .3s ease,padding .3s ease
    }
    .mobile-menu-category-list .menu-title:hover {
        color:rgb(111,255,0);
        padding:14px 9px
    }
    .light-mode .mobile-menu-category-list .menu-title {
        color:rgba(119,0,119,.89)
    }
    .light-mode .mobile-menu-category-list .menu-title:hover {
        color:rgba(0,68,255,.861);
        padding:14px 9px
    }
    .accordion-menu>div {
        font-size:14px
    }
    .accordion-menu .fas,.accordion-menu .far,.accordion-menu .fab {
        color:var(--onyx);
        font-size:90px
    }
    .accordion-menu.active .add-icon,.accordion-menu .remove-icon {
        display:none
    }
    .accordion-menu .add-icon,.accordion-menu.active .remove-icon {
        display:block
    }
    .menu-category .submenu-category-list {
        margin-left:100px
    }
    .datetime {
        display:inline-block;
        padding:1px 2px;
        font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
        font-size:1px;
        font-weight:500;
        color:#2c3e50;
        background:linear-gradient(135deg,#f9f9f9,#eaeaea);
        border-radius:12px;
        box-shadow:0 4px 12px rgba(0,0,0,.08);
        transition:all .3s ease;
        margin-top:1px;
        max-width:90%;
        word-wrap:break-word
    }
    .datetime:hover {
        background:linear-gradient(135deg,#f0f0f0,#dcdcdc);
        transform:translateY(-2px);
        box-shadow:0 6px 16px rgba(0,0,0,.1)
    }
    .datetime-container {
        display:flex;
        justify-content:center;
        margin-top:30px
    }
    .datetime-a {
        display:inline-block;
        padding:12px 2px;
        font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
        font-size:18px;
        font-weight:500;
        color:#2c3e50;
        background:linear-gradient(135deg,#f9f9f9,#eaeaea);
        border-radius:12px;
        box-shadow:0 4px 12px rgba(0,0,0,.08);
        transition:all .3s ease;
        margin-top:1px;
        max-width:90%;
        word-wrap:break-word
    }
    .datetime-a:hover {
        background:linear-gradient(135deg,#f0f0f0,#dcdcdc);
        transform:translateY(-2px);
        box-shadow:0 6px 16px rgba(0,0,0,.1)
    }
    .datetime-a-container {
        display:flex;
        justify-content:center;
        margin-top:30px
    }
}
@media (min-width:477px) and (max-width:1200px) {
    .menu-close-btn {
        margin-top:45px
    }
    .menu-close-btn:hover {
        transform:scale(1.1)
    }
    .mobile-navigation-menu {
        background:rgba(220,234,252,.897);
        position:fixed;
        top:0;
        left:-100%;
        width:100%;
        max-width:400px;
        height:100vh;
        padding:20px;
        box-shadow:0 0 10px hsla(0,0%,0%,.1);
        overflow-y:scroll;
        overscroll-behavior:contain;
        visibility:hidden;
        transition:.5s ease;
        z-index:20
    }
    .dark-mode .mobile-navigation-menu {
        background:rgba(5,5,5,.84)
    }
    .mobile-navigation-menu.active {
        left:0;
        visibility:visible
    }
    .menu-top {
        margin-top:-65px;
        padding-bottom:0;
        margin-bottom:10px;
        display:flex;
        justify-content:space-between;
        align-items:center;
        border-bottom:2px solid var(--cultured)
    }
    .menu-top .menu-title {
        color:#fe5151;
        font-size:34px;
        font-weight:var(--weight-600);
        margin-top:55px
    }
    .dark-mode .menu-top .menu-title {
        color:#f4e7e7
    }
    .menu-top-a {
        margin-top:-65px;
        padding-bottom:0;
        margin-bottom:8px;
        display:flex;
        justify-content:space-between;
        align-items:center;
        border-bottom:2px solid var(--cultured);
        direction:rtl
    }
    .menu-top-a .menu-title-b {
        color:#fe5151;
        font-size:34px;
        font-weight:var(--weight-600)
    }
    .dark-mode .menu-top-a .menu-title-b {
        color:#f4e7e7
    }
    .mobile-menu-category-list-a {
        margin-bottom:30px;
        direction:rtl
    }
    .mobile-menu-category-list {
        margin-bottom:30px;
        direction:ltr
    }
    .menu-category .accordion-menu {
        width:100%;
        display:flex;
        justify-content:space-between;
        align-items:center
    }
    .mobile-menu-category-list-a .menu-category {
        border-bottom:1px solid var(--border-radius-sm)
    }
    .mobile-menu-category-list-a .menu-title {
        color:rgba(0,217,255,.993);
        font-size:var(--fs-3);
        font-weight:var(--weight-600);
        padding:3px 0;
        transition:color .3s ease,padding .3s ease
    }
    .mobile-menu-category-list-a .menu-title:hover {
        color:rgb(111,255,0);
        padding:14px 9px
    }
    .light-mode .mobile-menu-category-list-a .menu-title {
        color:rgba(119,0,119,.89)
    }
    .light-mode .mobile-menu-category-list-a .menu-title:hover {
        color:rgba(0,68,255,.861);
        padding:14px 9px
    }
    .mobile-menu-category-list .menu-category {
        border-bottom:1px solid var(--border-radius-sm)
    }
    .mobile-menu-category-list .menu-title {
        color:rgba(0,217,255,.993);
        font-size:var(--fs-3);
        font-weight:var(--weight-600);
        padding:12px 0;
        transition:color .3s ease,padding .3s ease
    }
    .mobile-menu-category-list .menu-title:hover {
        color:rgb(111,255,0);
        padding:14px 9px
    }
    .light-mode .mobile-menu-category-list .menu-title {
        color:rgba(119,0,119,.89)
    }
    .light-mode .mobile-menu-category-list .menu-title:hover {
        color:rgba(0,68,255,.861);
        padding:14px 9px
    }
    .accordion-menu>div {
        font-size:14px
    }
    .accordion-menu .fas,.accordion-menu .far,.accordion-menu .fab {
        color:var(--onyx);
        font-size:90px
    }
    .accordion-menu.active .add-icon,.accordion-menu .remove-icon {
        display:none
    }
    .accordion-menu .add-icon,.accordion-menu.active .remove-icon {
        display:block
    }
    .menu-category .submenu-category-list {
        margin-left:100px
    }
}
@media (max-width:477px) {
    .menu-close-btn {
        margin-top:45px
    }
    .menu-close-btn:hover {
        transform:scale(1.1)
    }
    .mobile-navigation-menu {
        background:rgba(220,234,252,.897);
        position:fixed;
        top:0;
        left:-100%;
        width:100%;
        max-width:400px;
        height:100vh;
        padding:20px;
        box-shadow:0 0 10px hsla(0,0%,0%,.1);
        overflow-y:scroll;
        overscroll-behavior:contain;
        visibility:hidden;
        transition:.5s ease;
        z-index:20
    }
    .dark-mode .mobile-navigation-menu {
        background:rgba(5,5,5,.84)
    }
    .mobile-navigation-menu.active {
        left:0;
        visibility:visible
    }
    .menu-top {
        margin-top:-65px;
        padding-bottom:0;
        margin-bottom:10px;
        display:flex;
        justify-content:space-between;
        align-items:center;
        border-bottom:2px solid var(--cultured)
    }
    .menu-top .menu-title {
        color:#fe5151;
        font-size:34px;
        font-weight:var(--weight-600);
        margin-top:55px
    }
    .dark-mode .menu-top .menu-title {
        color:#f4e7e7
    }
    .menu-top-a {
        margin-top:-65px;
        padding-bottom:0;
        margin-bottom:8px;
        display:flex;
        justify-content:space-between;
        align-items:center;
        border-bottom:2px solid var(--cultured);
        direction:rtl
    }
    .menu-top-a .menu-title-b {
        color:#fe5151;
        font-size:34px;
        font-weight:var(--weight-600)
    }
    .dark-mode .menu-top-a .menu-title-b {
        color:#f4e7e7
    }
    .mobile-menu-category-list-a {
        margin-bottom:30px;
        direction:rtl
    }
    .mobile-menu-category-list {
        margin-bottom:30px;
        direction:ltr
    }
    .menu-category .accordion-menu {
        width:100%;
        display:flex;
        justify-content:space-between;
        align-items:center
    }
    .mobile-menu-category-list-a .menu-category {
        border-bottom:1px solid var(--border-radius-sm)
    }
    .mobile-menu-category-list-a .menu-title {
        color:rgba(0,217,255,.993);
        font-size:var(--fs-3);
        font-weight:var(--weight-600);
        padding:3px 0;
        transition:color .3s ease,padding .3s ease
    }
    .mobile-menu-category-list-a .menu-title:hover {
        color:rgb(111,255,0);
        padding:14px 9px
    }
    .light-mode .mobile-menu-category-list-a .menu-title {
        color:rgba(119,0,119,.89)
    }
    .light-mode .mobile-menu-category-list-a .menu-title:hover {
        color:rgba(0,68,255,.861);
        padding:14px 9px
    }
    .mobile-menu-category-list .menu-category {
        border-bottom:1px solid var(--border-radius-sm)
    }
    .mobile-menu-category-list .menu-title {
        color:rgba(0,217,255,.993);
        font-size:var(--fs-3);
        font-weight:var(--weight-600);
        padding:12px 0;
        transition:color .3s ease,padding .3s ease
    }
    .mobile-menu-category-list .menu-title:hover {
        color:rgb(111,255,0);
        padding:14px 9px
    }
    .light-mode .mobile-menu-category-list .menu-title {
        color:rgba(119,0,119,.89)
    }
    .light-mode .mobile-menu-category-list .menu-title:hover {
        color:rgba(0,68,255,.861);
        padding:14px 9px
    }
    .accordion-menu>div {
        font-size:14px
    }
    .accordion-menu .fas,.accordion-menu .far,.accordion-menu .fab {
        color:var(--onyx);
        font-size:90px
    }
    .accordion-menu.active .add-icon,.accordion-menu .remove-icon {
        display:none
    }
    .accordion-menu .add-icon,.accordion-menu.active .remove-icon {
        display:block
    }
    .menu-category .submenu-category-list {
        margin-left:100px
    }
}