#webnotick-welcome-box {
    background: #fff !important;
    padding: 30px !important;
    border-radius: 12px !important;
    border: 1px solid #ddd !important;
    margin: 20px 10px !important;
}

#webnotick-welcome-box .webnotick-welcome-image {
    width: 100% !important;
    height: 300px !important;
    border-radius: 8px !important;
    border: 1px solid #ddd !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08) !important;
}

#webnotick-welcome-box .webnotick-welcome-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: fill !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

#webnotick-welcome-box .webnotick-welcome-content {
    z-index: 2 !important;
    position: relative !important;
    width: 50% !important;
}

#webnotick-welcome-box .webnotick-welcome-content .webnotick-top-heading {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 25px;
}

#webnotick-welcome-box .webnotick-welcome-content .webnotick-logo-box {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    background: #f4f7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}
#webnotick-welcome-box .webnotick-welcome-content .webnotick-logo-box .webnotick-icon {
    width: 50px;
    height: 50px;
    min-width: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    position: relative;
      transition: all 0.4s ease;
    cursor: pointer;
     animation: webnotickFloat 3s ease-in-out infinite;
}
/* hover animation */
#webnotick-welcome-box:hover .webnotick-welcome-content .webnotick-logo-box .webnotick-icon {
   animation: handWave 0.8s ease-in-out infinite;
}

@keyframes handWave {

    0% {
        transform: rotate(0deg);
    }

    15% {
        transform: rotate(14deg);
    }

    30% {
        transform: rotate(-8deg);
    }

    45% {
        transform: rotate(14deg);
    }

    60% {
        transform: rotate(-4deg);
    }

    75% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
#webnotick-welcome-box .webnotick-welcome-content .webnotick-logo-box::after {
    content: '';
    position: absolute;
    bottom: -12px;
    width: 45px;
    height: 4px;
    border-radius: 10px;
    background: #4f6eff;
}

#webnotick-welcome-box .webnotick-welcome-content .webnotick-heading-text h2 {
    margin: 0;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    color: #202124;
}

#webnotick-welcome-box .webnotick-welcome-content .webnotick-heading-text h2 span {
    color: #4f6eff;
}

#webnotick-welcome-box .webnotick-welcome-content p {
    font-size: 18px;
    color: #555;
    font-size: 16px;
    margin: 0 0 2.5rem 0 !important;
}

#webnotick-welcome-box .webnotick-welcome-content .webnotick-btns a {
    margin: 0 !important;
    padding: 12px 28px;
    font-size: 16px;
    line-height: 20px;
    background: #4f6eff;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 6px 18px 0px rgba(0, 0, 0, 0.5);
}

#webnotick-welcome-box .webnotick-welcome-content .webnotick-btns a::after{
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    color: #ffffff;
    margin-left: 10px;
    display: inline-block;
    transition: 0.3s ease;
}

/* hover animation */
#webnotick-welcome-box .webnotick-welcome-content .webnotick-btns a:hover::after{
    transform: translateX(5px);
}

















#welcome .admin-wrap {
    background: #fff;
    padding: 40px;
    margin: 20px 20px 0 0;
    border: 1px solid #dcdcde;
}

#welcome .admin-wrap h1 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
}

#welcome .admin-text {
    font-size: 20px;
    color: #555;
    margin-bottom: 40px;
}

#welcome .admin-images {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

#welcome .admin-images img {
    width: 48%;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

#welcome .admin-buttons {
    margin-bottom: 5px;
    display: flex;
    justify-self: center;
    gap: 20px;
}

#welcome .admin-buttons .button {
    margin: 0;
    padding: 12px 28px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 10px;
    box-shadow: 0 6px 18px 0px rgba(0, 0, 0, 0.5);
}

#welcome .admin-buttons .button2 {
    background: #7CC048;
    color: #fff;
    font-weight: 500;
    border: none;
}

#welcome .buy-button {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-50%, -50%);
}

#welcome .buy-button a {
    margin: 0;
    padding: 12px 28px;
    font-size: 16px;
    line-height: 20px;
    background: #7CC048;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 6px 18px 0px rgba(0, 0, 0, 0.5);
}

#welcome .buy-button a span {
    margin-left: .3rem;
}

#welcome .discount-box {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(135deg, #111c4e, #071a3d);
    padding: 40px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
}

/* Glow Background */

#welcome .discount-box::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(93, 74, 255, 0.3) 0%, rgba(7, 26, 61, 0) 70%);
    left: 21%;
    top: 0px;
    z-index: 0;
    animation: zoomEffect 4s ease-in-out infinite;
}

/* Grid Lines */

#welcome .discount-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 80px 80px;
    z-index: 0;
}

@keyframes zoomEffect {

    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.3);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.5;
    }

}

#welcome .discount-content {
    position: relative;
    z-index: 1;
}

#welcome .discount-box h2 {
    font-size: 36px;
    color: #0dc995;
    margin: 12px 0;
    font-weight: 600;
}

#welcome .discount-box p {
    color: #ddd;
    font-size: 16px;
    margin: 18px 0 10px 0;
}

#welcome .coupon-code {
    display: inline-block;
    background: #0dc995;
    color: #fff;
    padding: 12px 40px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 6px;
    letter-spacing: 1px;
    cursor: pointer;
}

#welcome .theme-guide-box {
    background: #fff;
    border-radius: 16px;
    padding: 35px;
    margin-top: 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
}

#welcome .theme-guide-title {
    padding-left: 18px;
    margin-bottom: 35px;
}

#welcome .theme-guide-title h2 {
    margin: 0 0 10px;
    font-size: 34px;
    font-weight: 700;
    color: #222;
}

#welcome .theme-guide-title p {
    margin: 0;
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}

#welcome .theme-guide-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

#welcome .theme-guide-item {
    position: relative;
    background: #f8f9ff;
    border-left: 5px solid #4f6eff;
    border-top: 5px solid #4f6eff;
    border-radius: 14px;
    padding: 30px;
    transition: .3s;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

#welcome .theme-guide-item:hover {
    transform: translateY(-4px);
    /* box-shadow: 0 10px 25px rgba(0,0,0,0.08); */
}

#welcome .theme-guide-item span {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    background: #4f6eff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

#welcome .theme-guide-item h3 {
    margin: 0 0 12px;
    font-size: 22px;
    color: #222;
}

#welcome .theme-guide-item p {
    margin: 0;
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

@media(max-width:768px) {

    #welcome .theme-guide-grid {
        grid-template-columns: 1fr;
    }

}










/* Customizer Upgrade Control */

/* DISCOUNT BOX */

#customizer-discount-box .discount-box {
    position: relative;
    overflow: hidden;
    background: #071a3d;
    border: 3px solid #0dc995;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    margin: 10px 10px;
}

/* Glow Effect */

#customizer-discount-box .discount-box::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(93, 74, 255, 0.3) 0%, rgba(7, 26, 61, 0) 70%);
    left: 21%;
    top: 0px;
    z-index: 0;

    animation: zoomEffect 5s ease-in-out infinite;
}

@keyframes zoomEffect {

    0% {
        transform: scale(1);
        opacity: .5;
    }

    50% {
        transform: scale(1.3);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: .5;
    }

}

#customizer-discount-box .discount-box * {
    position: relative;
    z-index: 2;
}

#customizer-discount-box .discount-box h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

#customizer-discount-box .discount-box p {
    color: #ddd;
    font-size: 16px;
    margin: 0 0 10px 0;
}

#customizer-discount-box .coupon-code {
    background: #0dc995;
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}

#customizer-discount-box .discount-box2 {
    padding: 15px 10px;
}

#customizer-discount-box h2.feature-title {
    font-size: 12px;
    color: #ffffff;
    margin: 0 0;
    font-weight: 400;
    text-align: left;
    margin-left: 3px;
}

#customizer-discount-box .discount-box2 h3 {
    margin-bottom: 10px;
}

#customizer-discount-box h2.feature-title:before {
    display: inline-block;
    content: "\f140";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    color: #0dc995;
    margin-right: 10px;
    vertical-align: middle;
}

#customizer-discount-box .feature-button a {
    margin: 0rem 0 1rem 0;
    padding: 6px 28px;
    font-size: 16px;
    line-height: 30px;
    background: #0dc995;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 6px 18px 0px rgba(0, 0, 0, 0.5);
        min-height: 39px;
}

#customizer-discount-box .feature-button {
    justify-self: center;
}


li#accordion-panel-computer_repair_solutions_section_pro_panel .button.computer_repair_solutions-pro-btn {
    position: absolute !important;
    right: 0.1rem !important;
    top: 8.7% !important;
}