@charset "UTF-8";

/*---------------------------------------------------------
Theme Name: Leeucode
Theme URI: https://leeucode.net
Author: LeeuCode
Author URI: https://leeucode.net
Description: LeeuCode is a modern and creative HTML5 template for IT Solutions, Software, SaaS Product, and Services Company.
Version: 1.0.0
---------------------------------------------------------*/

/*---------------------------------------------------------
Table of Contents
01. Imports
02. Global Styles
03. Helper Classes
04. Hover CSS
05. Preloader
06. Header
07. Home Banner
08. Card Icon
09. Utilities & Animations
---------------------------------------------------------*/

/*=============================
	01. Imports
===============================*/

/* Google font */
/* @import url(https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;700&display=swap); */

/* Bootstrap Icons */
/* @import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css); */

/* Bootstrap */
/* @import url(https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.8/css/bootstrap.min.css); */

/* Swiper Carousel */
@import url(https://unpkg.com/swiper/swiper-bundle.min.css);

/* Animate */
@import url(https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css);

/*---------------------------------------------------------
[Master Stylesheet]
----------------------------------------------------------*/

/*=============================
	02. Global Styles
===============================*/

:root {
    --primary-color: #6610f2;
    --primary-color: #6610f2;
    --secondary-color: #0ea5e9;
    --accent-color: #6610f2;
    --dark-bg: #0f172a;
    --glass-border: rgba(255, 255, 255, 0.2);
    --primary-envato: #6610f2;
    --primary-hover: #0ea5e9;
    --dark-envato: #262626;
    --bg-envato: #f0f2f5;
    --rating-color: #ff9529;
}

.breadcrumb {
    --bs-breadcrumb-item-padding-x: .3rem;
}

* {
    font-family: 'Cairo', Helvetica, sans-serif;
}

body {
    position: relative;
}

a {
    text-decoration: none;
}

main {
    min-height: 60vh;
}

.btn-primary {
    background-color: #6610f2 !important;
    border-color: #6610f2 !important;
}

.text-primary {
    color: #6610f2 !important;
}

.bg-primary {
    background-color: #6610f2 !important;
}

.border-primary {
    border-color: #6610f2 !important;
}

.w-48 {
    width: 48%;
}

.w-65 {
    width: 65%;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.nav-item.active {
    font-weight: 600;
}

.custom-logo-link img {
    height: 65px;
    width: auto !important;
}

.service-container {
    border: 1px solid #f2f2f2;
    padding: 2.5rem 2rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    background-color: #fff;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.04);
    will-change: box-shadow, transform;
}

.dropdown-menu {
    padding: 0;
    border-radius: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10), 0 6px 6px rgba(0, 0, 0, 0.05);
}

.dropdown-item {
    padding: .7rem 1rem;
    border-bottom: 1px solid #f2f2f2;
}

.service-container:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10), 0 6px 6px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

.product .thumb {
    position: relative;
    overflow: hidden;
}

.product .thumb .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product:hover .thumb .overlay {
    opacity: 1;
}

.product .thumb .overlay .btn {
    background-color: #ffffff;
    color: #000000;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.product .thumb .overlay .btn:hover {
    background-color: #6610f2;
    color: #ffffff;
}

.product-title {
    height: 3rem;
    overflow: hidden;
}

.product-title a {
    color: #000;
    transition: color 0.3s ease;
}

.product-title a:hover {
    color: #6610f2;
}

/*=============================
	03. Helper Classes
===============================*/

.hover-underline-left,
.hover-underline-right,
.hover-underline-center {
    position: relative;
}

.hover-underline-left::before,
.hover-underline-right::before,
.hover-underline-center::before {
    content: '';
    position: absolute;
    background-color: #274abb;
    width: 0;
    height: 3px;
    bottom: 0;
    transition: all 0.5s;
}

.hover-underline-center::before {
    right: 50%;
    left: 50%;
}

.hover-underline-center:hover::before,
.nav-item.active .hover-underline-center::before {
    right: 0;
    left: 0;
    width: 100%;
}

.bg-image {
    background-position: center;
    background-size: cover;
}

.twelve {
    position: relative;
}

.twelve:before {
    background-color: #0044ea;
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}

.twelve:after {
    background-color: #0044ea;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 75px;
    margin-bottom: 0.25em;
}

.icon-xl {
    width: 90px !important;
    height: 90px !important;
}

.icon-lg {
    width: 55px !important;
    height: 55px !important;
}

.icon-md {
    width: 48px !important;
    height: 48px !important;
}

.icon-sm {
    width: 32px !important;
    height: 32px !important;
}

.icon-xs {
    width: 24px !important;
    height: 24px !important;
}

.mt-min-45 {
    margin-top: -45px;
}

.mt-min-15 {
    margin-top: -15px;
}

.feature {
    position: relative;
    overflow: hidden;
}

.whatsapp-bg {
    background-color: #25D366;
}

.text-silver {
    color: #aab0bc;
}

.text-xs {
	font-size: 14px;
}

.lh-md {
    line-height: 1.8 !important;
}

.bg-fixed {
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.lc-underline {
    position: absolute;
    right: 0;
    bottom: -4px;
    width: 100%;
    z-index: -1;
}

.title-logo {
    position: relative;
}

.title-logo::before {
    content: '';
    background-image: url(assets/images/logo.png);
    width: 170px;
    height: 170px;
    position: absolute;
    top: -150%;
    right: -5%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.05;
}

.feature::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #6610f2;
    border-radius: 50%;
    bottom: -65%;
    right: -85%;
    z-index: 1;
}

.contact-us {
    bottom: 2%;
    left: 2%;
}

.heading {
    height: 450px;
    display: flex;
    align-content: center;
    align-items: center;
}

.vert-move {
    -webkit-animation: top-bottom-mover 1s infinite alternate;
    animation: top-bottom-mover 1.3s infinite alternate;
}

.shadow-pulse {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10), 0 6px 6px rgba(0, 0, 0, 0.05);
    animation: shadow-pulse 1s infinite;
}

.bottom-1 {
    bottom: 1%;
}

.end-1 {
    left: 1%;
}

.category-float {
    font-size: 90px;
    color: #f2f2f2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.z-index-1 {
    z-index: 1;
}

.social-media a {
    color: #aab0bc;
    transition: all 0.3s ease;
    overflow: hidden;
}

.facebook:hover {
    background-color: #5d82d1;
    color: #fff;
}

.twitter:hover {
    background-color: #000;
    color: #fff;
}

.linkedin:hover {
    background-color: #456bbd;
    color: #fff;
}

.youtube:hover {
    background-color: #f52c2c;
    color: #fff;
}

.text-gradient-sky-blue-pink {
    background: linear-gradient(to left, #ffc107, #556fff, #556fff, #ffca2c, #ffcd39);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sprate,
.sprate-light {
    position: relative;
}

.sprate::after,
.sprate::before,
.sprate-light::after,
.sprate-light::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 3px;
}

.sprate::after {
    right: -17%;
    background: linear-gradient(to left, #ffc107, #556fff, #f52c2c, #6610f2, #274abb);
}

.sprate::before {
    left: -17%;
    background: linear-gradient(to right, #ffc107, #556fff, #f52c2c, #6610f2, #274abb);
}

.sprate-light::after {
    right: -17%;
    background-color: #ddd;
}

.sprate-light::before {
    left: -17%;
    background-color: #ddd;
}

.features-list {
    list-style-type: none;
    padding: 0;
}

/* نخفي السهم الافتراضي */
.accordion-button::after {
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: none !important;
    content: '\ea13' !important;
    font-size: 12px;
    transform: none !important;
    transition: all 0.3s ease;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    border: 1px solid #818181;
    align-items: center;
    border-radius: 50%;
}

/* عند الفتح نغير الرمز لـ - */
.accordion-button:not(.collapsed)::after {
    content: '\f1ae' !important;
}

.accordion-item {
    border: none;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-radius: 8px;
    margin-bottom: 1rem;
}

.accordion-button:not(.collapsed) {
    /* color: var(--bs-accordion-active-color); */
    background-color: #f8f9fa;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #ecedef;
}


.call-to-action {
    position: relative;
    overflow: hidden;
    background-color: transparent;
    background-image: radial-gradient(at center center, #0A73FF 0%, #0F225A 100%);
    color: #ffffff;

}

.call-to-action .call-toaction-container {
    backdrop-filter: blur(5px);
    padding: 8.125rem 3rem;
}

.call-to-action:before {
    content: '';
    position: absolute;
    background-image: url('https://leeucode.net/wp-content/uploads/2025/11/network-connections-2.jpg');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0.3px) hue-rotate(220deg);
    -webkit-filter: brightness(100%) contrast(100%) saturate(100%) blur(0.3px) hue-rotate(220deg);
    mix-blend-mode: luminosity;
    opacity: 0.42;
}

.call-to-action::after {
    content: '';
    position: absolute;
    background-image: url('https://leeucode.net/wp-content/uploads/2025/11/onepage-library-group-e1762023836139.png');
    background-position: center left;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.plan {
    border-top: 3px solid #6610f2;
}

.plan .badge {
    position: absolute;
    top: 10px;
    right: -10px;
    background-color: #6610f2;
    color: #fff;
    padding: 5px 10px;
    font-size: 0.75rem;
    border-radius: 0.25rem;
    text-transform: uppercase;
}

.rotate-45 {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

/* Utility for sections */
.section-padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

/* Classic Card Hover Effect */
.classic-card {
    transition: all 0.3s ease;
}

.classic-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .075) !important;
}

.classic-card .icon-box {
    transition: all 0.3s ease;
}

.classic-card:hover .icon-box {
    background-color: #6610f2 !important;
    /* Bootstrap primary */
    color: white !important;
}

/* Modern Bootstrap Card */
.modern-card {
    border-top: 5px solid #6610f2;
    transition: all 0.3s ease;
}

.modern-card:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .1) !important;
    transform: translateY(-2px);
}

/* Glass Gradient Card */
.glass-card-wrapper {
    position: relative;
}

.glass-card-bg {
    position: absolute;
    inset: -2px;
    background: linear-gradient(45deg, #d63384, #6f42c1);
    border-radius: 1rem;
    filter: blur(10px);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 0;
}

.glass-card-wrapper:hover .glass-card-bg {
    opacity: 0.75;
}

.glass-card {
    position: relative;
    background: rgba(33, 37, 41, 0.95);
    /* Dark bg */
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.glass-glow {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    filter: blur(40px);
}

/* Tech Border Card */
.tech-card {
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
}

.tech-card:hover {
    border-color: transparent;
}

.tech-corner {
    position: absolute;
    background-color: #198754;
    /* Success color */
    transition: all 0.5s ease;
}

.tech-card .t-top,
.tech-card .t-bottom {
    height: 2px;
    width: 0;
}

.tech-card .t-left,
.tech-card .t-right {
    width: 2px;
    height: 0;
}

.tech-card:hover .t-top {
    width: 100%;
    top: 0;
    left: 0;
}

.tech-card:hover .t-bottom {
    width: 100%;
    bottom: 0;
    right: 0;
}

.tech-card:hover .t-left {
    height: 100%;
    top: 0;
    left: 0;
}

.tech-card:hover .t-right {
    height: 100%;
    bottom: 0;
    right: 0;
}

/* Overlap Card */
.overlap-card {
    margin-top: 2rem;
    border-top: 4px solid #6610f2;
    /* Indigo */
    overflow: visible;
    transition: transform 0.3s ease;
}

.overlap-card:hover {
    transform: translateY(-5px);
}

.overlap-icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    border: 4px solid white;
}

/* Geometric Card */
.geo-wrapper {
    position: relative;
    height: 100%;
}

.geo-bg {
    position: absolute;
    inset: 0;
    background: white;
    border-radius: 1rem;
    transform: rotate(2deg);
    border: 1px solid #dee2e6;
    transition: transform 0.3s ease;
    z-index: 0;
}

.geo-wrapper:hover .geo-bg {
    transform: rotate(4deg);
}

.geo-card {
    position: relative;
    background: white;
    z-index: 1;
    transition: transform 0.3s ease;
}

.geo-wrapper:hover .geo-card {
    transform: translateY(-5px);
}

.diamond-icon {
    transform: rotate(45deg);
    transition: transform 0.5s ease;
}

.geo-wrapper:hover .diamond-icon {
    transform: rotate(225deg);
}

/* Neumorphism Card */
.neumorph-card {
    background-color: #eff6ff;
    border: none;
    border-radius: 2rem;
    box-shadow: 10px 10px 20px #dbe4ef, -10px -10px 20px #ffffff;
    transition: box-shadow 0.3s ease;
}

.neumorph-card:hover {
    box-shadow: inset 10px 10px 20px #dbe4ef, inset -10px -10px 20px #ffffff;
}

.neumorph-icon {
    border-radius: 1rem;
    background-color: #eff6ff;
    box-shadow: 5px 5px 10px #dbe4ef, -5px -5px 10px #ffffff;
}

/* --- NEW STYLES --- */

/* Gradient Border Card */
.gradient-border-card {
    position: relative;
    background: white;
    border: none;
    z-index: 1;
    border-radius: 1rem;
    transition: transform 0.3s ease;
}

.gradient-border-card:hover {
    transform: translateY(-5px);
}

.gradient-border-card::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 1.1rem;
    background: linear-gradient(45deg, #4facfe, #00f2fe);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gradient-border-card:hover::before {
    opacity: 1;
}

/* Blob Icon Card */
.blob-card {
    overflow: hidden;
    transition: all 0.3s ease;
}

.blob-shape {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #6610f2 0%, #6610f2 100%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transition: all 0.5s ease-in-out;
    opacity: 0.5;
    z-index: 0;
}

.blob-card:hover .blob-shape {
    transform: scale(1.5) rotate(180deg);
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    opacity: 0.8;
}

.blob-card-content {
    position: relative;
    z-index: 1;
}

/* Minimal Hover Card */
.minimal-hover-card {
    border: 1px solid #e9ecef;
    border-left: 4px solid transparent;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.minimal-hover-card:hover {
    border-left-color: #6610f2;
    /* Danger color or any accent */
    background-color: white;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
}

.hero {
    height: 100vh;
    min-height: 500px;
}

.hero .container {
    z-index: 3;
}

.hero-bg,
.hero-overlay {
    z-index: 1;
}

.hero-video {
    height: 85vh;
    min-height: 500px;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.hero-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
}

.description_content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.description_content ul li {
    margin-bottom: .7em;
}

.description_content ul:not(.list-unstyled) li::before {
    content: '\eb81';
    color: #6610f2;
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 18px;
    margin-left: 0.5em;

}

/* plans */
/* --- General Utilities --- */
.hover-up {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
}

.hover-up:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}

.check-circle {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

/* --- Style 1: Modern --- */
.card-modern {
    border: none;
    border-radius: 24px;
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: visible;
}

.card-modern-content {
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    background: white;
    position: relative;
    z-index: 1;
}

.card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 12px;
    right: 12px;
    height: 10px;
    border-radius: 12px 12px 0 0;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 2;
    transform: translateY(-4px);
}

.card-modern:hover::before {
    opacity: 1;
}

.card-modern.popular {
    transform: scale(1.02);
    z-index: 10;
    box-shadow: 0 20px 50px rgba(79, 70, 229, 0.15);
}

.card-modern.popular .card-modern-content {
    border: 2px solid var(--primary-color);
}

.card-modern .price-tag {
    color: #1e293b;
    letter-spacing: -1px;
}

.card-modern .btn-action {
    background: #f1f5f9;
    color: #334155;
    border: none;
    padding: 12px;
    border-radius: 12px;
    font-weight: 700;
    transition: all 0.3s;
}

.card-modern .btn-action:hover {
    background: #e2e8f0;
}

.card-modern.popular .btn-action {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    box-shadow: 0 10px 20px rgba(79, 70, 229, 0.3);
}

.card-modern.popular .btn-action:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 25px rgba(79, 70, 229, 0.4);
}

/* --- Style 2: Glassmorphism --- */
.bg-glass-wrapper {
    background: radial-gradient(circle at 10% 20%, rgb(239, 246, 255) 0%, rgb(219, 228, 255) 90%);
    min-height: 100vh;
    position: relative;
}

.bg-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
    animation: float 10s infinite ease-in-out;
}

.bg-blob-1 {
    top: 10%;
    left: 10%;
    width: 300px;
    height: 300px;
    background: rgba(99, 102, 241, 0.4);
}

.bg-blob-2 {
    bottom: 20%;
    right: 10%;
    width: 400px;
    height: 400px;
    background: rgba(236, 72, 153, 0.3);
    animation-delay: -5s;
}

.card-glass {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

.card-glass.popular {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
    z-index: 10;
}

.card-glass .glass-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* --- Style 3: Business --- */
.card-business {
    border: 1px solid #d1d5db;
    border-radius: 4px;
    background: white;
}

.card-business .card-header-strip {
    height: 8px;
    background: #94a3b8;
}

.card-business.popular {
    border-color: #2563eb;
    box-shadow: 0 0 0 1px #2563eb;
    z-index: 2;
}

.card-business.popular .card-header-strip {
    background: #2563eb;
}

.card-business .business-price {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    border-top: 1px solid #e2e8f0;
}

/* --- Style 4: Dark Neon --- */
.card-neon {
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 16px;
    color: white;
    box-shadow: 0 0 0 0 transparent;
    transition: all 0.3s;
}

.card-neon:hover {
    border-color: #64748b;
}

.card-neon.popular {
    background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);
    border: 1px solid #8b5cf6;
    box-shadow: 0 0 25px rgba(139, 92, 246, 0.15);
    z-index: 5;
}

.card-neon .btn-neon {
    border: 1px solid #475569;
    color: white;
    background: transparent;
}

.card-neon .btn-neon:hover {
    background: #334155;
}

.card-neon.popular .btn-neon {
    background: #8b5cf6;
    border-color: #8b5cf6;
    box-shadow: 0 0 15px rgba(139, 92, 246, 0.4);
}

/* --- Style 5: Minimal --- */
.card-minimal {
    border: 2px solid #f1f5f9;
    border-radius: 16px;
    background: white;
}

.card-minimal:hover {
    border-color: #cbd5e1;
}

.card-minimal.popular {
    background: #1e293b;
    border-color: #1e293b;
    color: white;
    z-index: 2;
}

.card-minimal.popular .text-muted {
    color: #94a3b8 !important;
}

/* --- Style 6: Claymorphism --- */
.bg-clay {
    background-color: #eef2f6;
}

.card-clay {
    border: none;
    border-radius: 40px;
    background: #eef2f6;
    box-shadow: 20px 20px 45px #cacaca,
        -20px -20px 45px #ffffff;
    transition: all 0.3s ease;
    position: relative;
    padding: 2.5rem 2rem;
}

.card-clay:hover {
    transform: translateY(-5px);
}

.card-clay.popular {
    background: #eef2f6;
    box-shadow: inset 20px 20px 45px #cacaca,
        inset -20px -20px 45px #ffffff;
    z-index: 10;
    transform: scale(1.02);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.card-clay .btn-clay {
    border: none;
    border-radius: 50px;
    background: #eef2f6;
    box-shadow: 8px 8px 16px #cacaca,
        -8px -8px 16px #ffffff;
    color: #555;
    font-weight: 800;
    transition: all 0.2s;
}

.card-clay .btn-clay:hover {
    box-shadow: 5px 5px 10px #cacaca,
        -5px -5px 10px #ffffff;
    transform: translateY(-1px);
    color: var(--primary-color);
}

.card-clay .btn-clay:active {
    box-shadow: inset 5px 5px 10px #cacaca,
        inset -5px -5px 10px #ffffff;
    transform: translateY(1px);
}

.card-clay.popular .btn-clay {
    background: var(--primary-color);
    color: white;
    box-shadow: 8px 8px 16px #a3a3a3,
        -8px -8px 16px #ffffff;
}

.card-clay.popular .btn-clay:hover {
    background: var(--accent-color);
}

.badge-clay {
    border-radius: 20px;
    background: #eef2f6;
    box-shadow: 5px 5px 10px #cacaca,
        -5px -5px 10px #ffffff;
    color: var(--primary-color);
    font-weight: bold;
    padding: 8px 16px;
}

/* --- Style 7: Abstract --- */
.card-abstract {
    border: none;
    border-radius: 24px;
    color: white;
    overflow: hidden;
    position: relative;
    background: #334155;
    transition: transform 0.3s;
}

.card-abstract-bg-1 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.card-abstract-bg-2 {
    background: linear-gradient(135deg, #fcb045 0%, #fd1d1d 50%, #833ab4 100%);
}

.card-abstract-bg-3 {
    background: linear-gradient(135deg, #00c6fb 0%, #005bea 100%);
}

.card-abstract:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.card-abstract.popular {
    transform: scale(1.03);
    z-index: 10;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.card-abstract .abstract-overlay {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.card-abstract .btn-abstract {
    background: white;
    color: #333;
    border: none;
    font-weight: 700;
    border-radius: 50px;
}

.card-abstract .btn-abstract:hover {
    background: #f8f9fa;
    transform: scale(1.02);
}

[dir="rtl"] .lwptoc_i {
    text-align: right;
}

.lwptoc_item {
    margin-bottom: 1rem;
}

.lwptoc-light .lwptoc_i A {
    color: #000 !important;
}

.post-content p {
    line-height: 2;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.post-content p img {
    margin: 1.5rem 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    height: auto;
}

.post-content ul {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.post-content ul li {
    margin-bottom: 0.5rem;
}


/* Work Plan Styles */
.step-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    transition: all 0.3s;
}

.price-box {
    background: linear-gradient(135deg, #6610f2, #084298);
    color: #fff;
    padding: 24px;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.group-title {
    background: #e9ecef;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}


.addtocart-spinner {
    display: none;
}

.addtocart-spinner.show {
    display: inline-block;
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(20px, 20px);
    }

    100% {
        transform: translate(0, 0);
    }
}

/* Extra utility for demo page spacing */
/* section {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
} */

/* end plans */

/* Custom Styling for Envato Theme */
.bg-dark-envato {
    background-color: var(--dark-envato) !important;
}

.text-primary-envato {
    color: var(--primary-envato) !important;
}

.btn-primary-envato {
    background-color: var(--primary-envato);
    border-color: var(--primary-envato);
    color: white;
    font-weight: 700;
}

.btn-primary-envato:hover {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    color: white;
}

.card-custom {
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.nav-tabs-envato {
    border-bottom: 2px solid #eee;
}

.nav-tabs-envato .nav-link {
    border: none;
    color: #888;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 15px 25px;
    background: none;
    cursor: pointer;
}

.nav-tabs-envato .nav-link.active {
    color: var(--primary-envato);
    border-bottom: 3px solid var(--primary-envato);
}

.preview-container {
    position: relative;
    background: white;
}

.preview-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}

.preview-container:hover .preview-overlay {
    opacity: 1;
}

.faq-item {
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 10px;
}

.faq-question {
    width: 100%;
    padding: 15px;
    text-align: right;
    border: none;
    background: none;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    padding: 0 15px 15px;
    color: #666;
    font-size: 0.85rem;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .lucide-chevron-down {
    transform: rotate(180deg);
}

.sticky-sidebar {
    position: sticky;
    top: 85px;
}

/* Product Attributes Styles */
.attribute-list {
    font-size: 0.85rem;
}

.attribute-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.attribute-item:last-child {
    border-bottom: none;
}

.attribute-label {
    color: #777;
    font-weight: 500;
}

.attribute-value {
    color: #333;
    font-weight: 700;
}

/* Related Products Styles */
.related-product-card {
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    overflow: hidden;
}

.related-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important;
}

.related-product-img {
    height: 160px;
    object-fit: cover;
}

.header-preview {
    height: 70px;
}

.device-preview {
    background-color: #000300;
}

.device-preview.active {
    background-color: #0044ea;
}

.iframe-preview {
    width: 100%;
    margin-top: 70px;
    height: calc(100vh - 70px);
}

@-webkit-keyframes top-bottom-mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes top-bottom-mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgb(66 66 66 / 53%);
    }

    100% {
        box-shadow: 0 0 0 15px rgb(66 66 66 / 0%);
    }
}