:root {
    --primary-dark: #0d47a1;
    --primary: #1e88e5;
    --accent: #ff9800;
    --accent-light: #fff3e0;
    --accent-dark: #ef6c00;
    --light-bg-1: #f0f8ff;
    --light-blue-bg: #e3f2fd;
    --light-blue: #bbdefb;
    --light-blue-hover: #90caf9;
    --card-public: #4CAF50;
    --card-private: #FF9800;
    --card-hidden: #9E9E9E;
    --text: #333333;
    --text-light: #555555;
    --text-lighter: #666666;
    --border-light: #e0e0e0;
    --shadow-color: #0000001a;
    --primary-shadow: #0d47a133;
    --accent-shadow: #ff980066;
    --light-bg-2: #fff8f0;
    --white: #ffffff
}
 /* Animations */
      .feature-card:nth-child(1) { animation-delay: 0.1s; }
        .feature-card:nth-child(2) { animation-delay: 0.2s; }
        .feature-card:nth-child(3) { animation-delay: 0.3s; }
        .feature-card:nth-child(4) { animation-delay: 0.4s; }
        .feature-card:nth-child(5) { animation-delay: 0.5s; }
        .feature-card:nth-child(6) { animation-delay: 0.6s; }
        .feature-card:nth-child(7) { animation-delay: 0.7s; }
        .feature-card:nth-child(8) { animation-delay: 0.8s; }
        @keyframes fadeInScale {
            to {
                transform: translateY(0) scale(1);
                opacity: 1;
            }
        }
        
        @keyframes fadeInUp {
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }
        
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }
           @keyframes shadow-pulse {
            0% { box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.7); }
            70% { box-shadow: 0 0 0 10px rgba(76, 175, 80, 0); }
            100% { box-shadow: 0 0 0 0 rgba(76, 175, 80, 0); }
        }
        @keyframes progressFill {
    from { width: 0; }
    to { width: var(--progress); }
}
 /* Animations */
@keyframes gradientSlide {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        @keyframes cardAppear {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes float {
    0% { transform: translate(0, 0) rotate(0deg); opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { transform: translate(100px, -100px) rotate(360deg); opacity: 0; }
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(var(--accent), 0.4); }
    70% { box-shadow: 0 0 0 15px rgba(var(--accent), 0); }
    100% { box-shadow: 0 0 0 0 rgba(var(--accent), 0); }
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes graphBar {
    0% { height: 20%; }
    50% { height: 70%; }
    100% { height: 30%; }
}

.Feature-page{
        background: linear-gradient(135deg,var(--light-bg-1),var(--light-bg-2));
        color: var(--text);
        line-height: 1.6;
        min-height: 100vh;
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 45px;
        align-items: center;
        width: 100vw;
      .btn {
	user-select: none;
	-moz-user-select: none;
	background:unset;
	border: unset;

	border-radius: unset;
	color: unset;
	cursor: unset;
	display: unset;
	align-items: unset;
	font-size: unset;
	font-weight: unset;
	letter-spacing: unset;
	line-height: unset;
	margin-bottom: unset;
	padding: unset;
	text-align: unset;
	text-transform: unset;
	touch-action: unset;
	-webkit-transition: unset 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: unset 0.3s ease-out 0s;
	vertical-align: unset;
	white-space: unset;
	position: unset;
	overflow: unset;
	z-index: unset;
	}
  .btn::before {
	content: unset;
	position: unset;
	-webkit-transition-duration:unset;
	transition-duration: unset;
	width: unset;
	height: unset;
	top: unset;
	left: unset;
	background: transparent;
	transform: unset;

	border-radius: unset;
	z-index: unset;
  }
  .btn::after {
	content: none;
	font-weight: unset;
	margin-left: unset;
	line-height: unset;
	transition: unset;
  }
  .btn:hover, .btn:focus-visible {
	color: transparent;
	background: transparent;
  }
  .btn:hover:before, .btn:focus-visible:before {
	top: unset;
  }
	.tabs {
    min-height: unset;
    box-sizing: unset;
    overflow: unset;
    /* box-shadow: 16px 16px 48px #2e364330; */
    width: unset;
    /* max-width: 240px; */
    display: unset;
    flex-direction:unset;
    justify-content: unset;
    position: unset;
    align-items: unset;
}
	.nav-tabs {
    float: unset;
    border-bottom: unset;
    border-color: unset;
    flex-direction: unset;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "Segoe UI",Tahoma,Geneva,Verdana,sans-serif; */
}
.fab {
    font-family: "Font Awesome 5 Brands";
}	

.header h1,.Feature-page {
    display: flex;
    align-items: center;
    justify-content: center
}

.container {
    width: 80vw;
    max-width: 1600px;
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0 20px 60px var(--shadow-color);
    overflow: hidden
}

.header {
    background: linear-gradient(135deg,var(--primary-dark),var(--primary));
    color: var(--white);
    padding: 40px;
    position: relative;
    overflow: hidden;
    text-align: center
}

.header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 10% 20%,rgba(255,255,255,.1)0,transparent 20%),radial-gradient(circle at 90% 80%,rgba(255,152,0,.1)0,transparent 20%)
}

.header::after {
    content: "";
    position: absolute;
    bottom: -80px;
    right: 30px;
    width: 150px;
    height: 150px;
    background: #ffffff14;
    border-radius: 50%
}

.header h1 {
    font-size: 44.8px;
    margin-bottom: 15px;
    font-weight: 700;
    gap: 15px;
    color: var(--white);
    flex-wrap: wrap
}

.header h1 span {
    color: var(--accent)
}
.header p {
            font-size: 18px;
            max-width: 700px;
            margin: 0 auto;
            opacity: 0.9;
            color: white;
        }
     
/* Scrollbar styling */
.features-display::-webkit-scrollbar {
    width: 8px;
}

.features-display::-webkit-scrollbar-track {
    background: var(--light-bg-2);
    border-radius: 10px;
}

.features-display::-webkit-scrollbar-thumb {
    background: var(--light-blue);
    border-radius: 10px;
}

.features-display::-webkit-scrollbar-thumb:hover {
    background: var(--light-blue-hover);
}
.editor-container::-webkit-scrollbar {
    width: 8px;
}

.editor-container::-webkit-scrollbar-track {
    background: var(--light-bg-2);
    border-radius: 10px;
}

.editor-container::-webkit-scrollbar-thumb {
    background: var(--light-blue);
    border-radius: 10px;
}

.editor-container::-webkit-scrollbar-thumb:hover {
    background: var(--light-blue-hover);
}
.Adv-Order{
       .content {
            display: flex;
            flex-wrap: wrap;
            min-height: 600px;
        }

        .left-panel {
            flex: 1;
            min-width: 300px;
            background: var(--light-blue-bg);
            padding: 32px;
            display: flex;
            flex-direction: column;
            gap: 32px;
        }

        .workflow-container {
            background: var(--white);
            border-radius: 15px;
            padding: 24px;
            box-shadow: 0 5px 20px var(--shadow-color);
        }

        .workflow-header {
            text-align: center;
            margin-bottom: 24px;
        }

        .workflow-header h2 {
            color: var(--primary-dark);
            font-size: 28.8px;
            margin-bottom: 8px;
        }

        .workflow-header p {
            color: var(--text-light);
        }

        .workflow-steps {
            display: flex;
            justify-content: space-between;
            width: 100%;
            margin-bottom: 16px;
        }

        .workflow-step {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: var(--white);
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0 5px 20px var(--shadow-color);
            z-index: 2;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            border: 3px solid var(--primary);
        }

        .workflow-step:hover {
            transform: scale(1.1);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            border-color: var(--accent);
        }

        .workflow-step i {
            font-size: 32px;
            color: var(--primary);
            transition: all 0.3s ease;
        }

        .workflow-step:hover i {
            color: var(--accent);
        }

        .step-label {
            position: absolute;
            bottom: -36px;
            width: 150px;
            text-align: center;
            font-weight: 600;
            color: var(--primary-dark);
            transition: all 0.3s ease;
            font-size: 63%;
        }

        .workflow-step:hover .step-label {
            color: var(--accent);
            font-weight: 700;
        }

        .workflow-connectors {
            display: flex;
            justify-content: space-between;
            width: 100%;
            padding: 0 40px;
            position: relative;
            top: -10px;
        }

        .connector {
            height: 4px;
            background: var(--primary);
            flex: 1;
            margin: 0 5px;
            border-radius: 2px;
            position: relative;
        }

        .connector::after {
            content: "●";
            position: absolute;
            right: -11px;
            top: -15px;
            color: var(--primary);
            font-size: 19.2px;
        }

        .benefits-container {
            background: var(--white);
            border-radius: 15px;
            padding: 24px;
            box-shadow: 0 5px 20px var(--shadow-color);
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 24px;
        }

        .benefit-card {
            text-align: center;
            transition: all 0.3s ease;
            padding: 16px;
            border-radius: 10px;
        }

        .benefit-card:hover {
            transform: translateY(-5px);
            background: #fff8e1;
        }

        .benefit-card i {
            font-size: 40px;
            color: var(--primary);
            margin-bottom: 16px;
            transition: all 0.3s ease;
        }

        .benefit-card:hover i {
            color: var(--accent);
            transform: scale(1.2);
        }

        .benefit-card h3 {
            color: var(--primary-dark);
            font-size: 19.2px;
            margin-bottom: 8px;
        }

        .benefit-card p {
            color: var(--text-light);
            font-size: 15.2px;
        }

        .integrations {
            background: var(--white);
            border-radius: 15px;
            padding: 24px;
            box-shadow: 0 5px 20px var(--shadow-color);
            flex: 1;
        }

        .integrations-header {
            text-align: center;
            margin-bottom: 24px;
        }

        .integrations-header h3 {
            color: var(--primary-dark);
            font-size: 24px;
            margin-bottom: 8px;
            position: relative;
            display: inline-block;
        }

        .integrations-header h3::after {
            content: "";
            position: absolute;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: var(--accent);
            border-radius: 2px;
        }

        .integrations-header p {
            color: var(--text-light);
            max-width: 500px;
            margin: 16px auto 0;
        }

        .integration-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            gap: 19.2px;
            margin-top: 24px;
        }

        .integration-card {
            background: #f8f9ff;
            border-radius: 12px;
            padding: 19.2px 16px;
            text-align: center;
            transition: all 0.3s ease;
            border: 2px solid var(--light-blue-bg);
        }

        .integration-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            border-color: var(--accent);
            background: var(--white);
        }

        .integration-icon {
            width: 60px;
            height: 60px;
            background: var(--light-blue-bg);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto 16px;
            font-size: 28.8px;
            color: var(--primary);
            transition: all 0.3s ease;
        }

        .integration-card:hover .integration-icon {
            background: var(--primary);
            color: var(--white);
            transform: rotate(10deg);
        }

        .integration-card h4 {
            color: var(--primary-dark);
            font-size: 15.2px;
            margin-bottom: 5px;
        }

        .integration-card p {
            color: var(--text-light);
            font-size: 12.8px;
            line-height: 1.4;
        }

        .features-section {
            flex: 1;
            min-width: 300px;
            padding: 40px;
            background: var(--white);
        }

        .features-section h2 {
            color: var(--primary-dark);
            text-align: center;
            font-size: 32px;
            margin-bottom: 32px;
            position: relative;
        }

        .features-section h2::after {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: var(--accent);
            border-radius: 2px;
        }

        .feature-categories {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 24px;
            margin-top: 32px;
        }

        .category-card {
            background: var(--light-blue-bg);
            border-radius: 15px;
            padding: 24px;
            transition: all 0.3s ease;
            border-left: 4px solid var(--primary);
            height: 100%;
        }

        .category-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            border-left-color: var(--accent);
            background: #fff3e0;
        }

        .category-header {
            display: flex;
            align-items: center;
            margin-bottom: 16px;
        }

        .category-header i {
            width: 50px;
            height: 50px;
            background: var(--white);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 24px;
            color: var(--primary);
            margin-right: 15px;
            box-shadow: 0 5px 15px rgba(30, 136, 229, 0.2);
        }

        .category-card:hover .category-header i {
            background: var(--accent);
            color: var(--white);
        }

        .category-header h3 {
            color: var(--primary-dark);
            font-size: 20.8px;
        }

        .feature-list {
            list-style: none;
        }

        .feature-list li {
            padding: 10px 0;
            border-bottom: 1px dashed rgba(30, 136, 229, 0.2);
            display: flex;
            align-items: center;
        }

        .feature-list li:last-child {
            border-bottom: none;
        }

        .feature-list li::before {
            content: "•";
            color: var(--accent);
            font-size: 24px;
            margin-right: 10px;
        }

        @media (max-width: 900px) {
            .content {
                flex-direction: column;
            }
            
            .left-panel {
                min-height: auto;
            }
            
            .workflow-steps {
                width: 90%;
                margin: 0 auto 16px;
            }
            
            .workflow-step {
                width: 70px;
                height: 70px;
            }
            
            .integration-grid {
                grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
            }
        }

        @media (max-width: 668px) {
            .workflow-container {
                display: none;
            }
        }

        @media (max-width: 500px) {
            .header h1 {
                font-size: 35.2px;
            }
            
            .header p {
                font-size: 16px;
            }
            
            .workflow-step {
                width: 60px;
                height: 60px;
            }
            
            .workflow-step i {
                font-size: 24px;
            }
            
            .step-label {
                font-size: 12.8px;
                width: 120px;
                bottom: -25px;
            }
            
            .workflow-connectors {
                padding: 0 30px;
            }
            
            .features-section h2 {
                font-size: 28.8px;
            }
            
            .integration-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
}
.Adv-Catalog{
 .catalog-system {
            background: var(--white);
            border-radius: 20px;
            box-shadow: 0 25px 60px var(--primary-shadow);
            overflow: hidden;
            animation: fadeInScale 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
            transform: translateY(30px) scale(0.95);
            opacity: 0;
        }
.catalog-system.animate {
    opacity: 1;
    transform: translateY(0) scale(1);
}
        h1 {
            font-size: 44.8px;
            margin-bottom: 15px;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            color: var(--white);
        }
        h1 i {
            background: #ffffff33;
            width: 70px;
            height: 70px;
            border-radius: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 32px;
          align-content: center;
        }
        
        .subtitle {
            font-size: 20.8px;
            opacity: 0.9;
            line-height: 1.6;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .features-section {
            padding: 50px 40px;
        }
        
        .features-intro {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .features-intro h2 {
            font-size: 35.2px;
            color: var(--primary-dark);
            margin-bottom: 20px;
        }
        
        .features-intro p {
            color: var(--text-light);
            font-size: 17.6px;
            max-width: 800px;
            margin: 0 auto 30px;
            line-height: 1.7;
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 50px;
        }
        
        .feature-card {
            background: var(--white);
            border-radius: 16px;
            padding: 35px 30px;
            box-shadow: 0 10px 30px #00000014;
            transition: all 0.6s ease;
            border: 1px solid var(--border-color);
            position: relative;
            overflow: hidden;
            animation: fadeInUp 0.6s forwards;
            transform: translateY(30px);
            opacity: 0;
            z-index: 1;
}
.catalog-system.animate .feature-card {
    transform: translateY(0);
    opacity: 1;
}
        
        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px #1e88e533;
            z-index: 10;
        }
        
        .feature-card::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
            background: linear-gradient(to bottom, var(--primary), var(--primary-dark));
        }
.feature-card:nth-child(1) {
    animation-delay: .2s
}

.feature-card:nth-child(2) {
    animation-delay: .3s
}

.feature-card:nth-child(3) {
    animation-delay: .4s
}

.feature-card:nth-child(4) {
    animation-delay: .5s
}

.feature-card:nth-child(5) {
    animation-delay: .6s
}

.feature-card:nth-child(6) {
    animation-delay: .7s
}

.feature-card:nth-child(7) {
    animation-delay: .8s
}

.feature-card:nth-child(8) {
    animation-delay: .9s
}

.feature-card:nth-child(9) {
    animation-delay: 1s
}

.feature-card:nth-child(10) {
    animation-delay: 1.1s
}
        
        .feature-icon {
            width: 80px;
            height: 80px;
            border-radius: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 35.2px;
            color: var(--white);
            margin-bottom: 25px;
            background: linear-gradient(135deg, var(--primary), var(--primary-dark));
            box-shadow: 0 8px 20px #1e88e54d;
        }
        
        .feature-title {
            font-size: 22.4px;
            color: var(--primary-dark);
            margin-bottom: 15px;
            font-weight: 700;
        }
        
        .feature-description {
            color: var(--text-light);
            line-height: 1.6;
            font-size: 16.8px;
        }
        
        .cta-container {
            text-align: center;
            padding: 30px 0;
        }
        
        .cta-button {
            padding: 18px 45px;
            border-radius: 50px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s;
            border: none;
            font-size: 19.2px;
            display: inline-flex;
            align-items: center;
            gap: 15px;
            background: linear-gradient(135deg, var(--accent), var(--accent-dark));
            color: var(--white);
            box-shadow: 0 8px 25px var(--accent-shadow);
            animation: pulse 2s infinite;
        }
        
        .cta-button:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 30px #ff980080;
            animation: none;
        }
        
        .cta-button i {
            font-size: 22.4px;
        }
        
        /* Category Editor Styles */
        .editor-section {
            display: none;
            padding: 40px;
            background: var(--light-bg);
        }
        
        .editor-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
            padding-bottom: 20px;
            border-bottom: 2px solid var(--border-color);
        }
        
        .editor-title {
            font-size: 28.8px;
            color: var(--primary-dark);
            display: flex;
            align-items: center;
            gap: 15px;
        }
        
        .editor-title i {
            background: var(--light-blue-bg);
            width: 55px;
            height: 55px;
            border-radius: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: var(--primary);
            font-size: 24px;
        }
        
        .back-button {
            background: var(--light-blue);
            color: var(--primary-dark);
            border: none;
            padding: 12px 25px;
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .back-button:hover {
            background: var(--light-blue-hover);
            transform: translateY(-3px);
        }
        
        .editor-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
        }
        
        .editor-column {
            background: var(--white);
            border-radius: 16px;
            padding: 30px;
            box-shadow: 0 5px 20px #0000000d;
        }
        
        .section-title {
            font-size: 20.8px;
            color: var(--primary-dark);
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 2px solid var(--border-color);
            display: flex;
            align-items: center;
            gap: 15px;
        }
        
        .section-title i {
            background: var(--light-blue-bg);
            width: 45px;
            height: 45px;
            border-radius: 12px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: var(--primary);
        }
        
        .form-group {
            margin-bottom: 25px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 10px;
            font-weight: 600;
            color: var(--text);
        }
        
        .form-group input, 
        .form-group select,
        .form-group textarea {
            width: 100%;
            padding: 14px 18px;
            border: 1px solid #ddd;
            border-radius: 10px;
            font-size: 16px;
            transition: all 0.3s;
        }
        
        .form-group input:focus, 
        .form-group select:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px #1e88e533;
        }
        
        .required::after {
            content: " *";
            color: var(--accent-dark);
        }
        
        /* Enhanced Featured Listing Toggle */
        .featured-toggle-section {
            background: var(--light-bg);
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 25px;
            border: 1px solid var(--border-color);
        }
        
        .toggle-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 15px;
        }
        
        .toggle-title {
            font-size: 17.6px;
            color: var(--text);
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .toggle-title i {
            color: var(--accent);
            font-size: 19.2px;
        }
        
        .toggle-description {
            color: var(--text-lighter);
            line-height: 1.6;
            margin-bottom: 15px;
            max-width: 600px;
        }
        
        /* Modern Toggle Switch */
        .toggle-container {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        
        .toggle-label {
            font-weight: 600;
            color: var(--text-light);
            transition: all 0.3s;
        }
        
        .toggle-switch {
            position: relative;
            display: inline-block;
            width: 60px;
            height: 34px;
        }
        
        .toggle-switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }
        
        .slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ccc;
            transition: .4s;
            border-radius: 34px;
        }
        
        .slider:before {
            position: absolute;
            content: "";
            height: 26px;
            width: 26px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            transition: .4s;
            border-radius: 50%;
        }
        
        input:checked + .slider {
            background: linear-gradient(135deg, var(--accent), var(--accent-dark));
        }
        
        input:checked + .slider:before {
            transform: translateX(26px);
        }
        
        /* Visibility Section */
        .visibility-options {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }
        
        .visibility-card {
            background: var(--white);
            border-radius: 16px;
            padding: 20px;
            border: 2px solid var(--border-color);
            transition: all 0.4s ease;
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }
        
        .visibility-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px #1e88e526;
        }
        
        .visibility-card.selected {
            border-color: var(--primary);
            background: #f0f8ff;
            box-shadow: 0 10px 25px #1e88e533;
        }
        
        .visibility-card.selected::after {
            content: "\f00c";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            top: 15px;
            right: 15px;
            width: 30px;
            height: 30px;
            background: var(--primary);
            color: var(--white);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 14px;
        }
        
        .card-header {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 15px;
        }
        
        .card-icon {
            width: 50px;
            height: 50px;
            border-radius: 14px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 24px;
            color: var(--white);
        }
        
        .public .card-icon {
            background: linear-gradient(135deg, var(--card-public), #2E7D32);
        }
        
        .private .card-icon {
            background: linear-gradient(135deg, var(--card-private), var(--accent-dark));
        }
        
        .hidden .card-icon {
            background: linear-gradient(135deg, var(--card-hidden), #616161);
        }
        
        .card-title {
            font-size: 17.6px;
            font-weight: 700;
            color: var(--text);
        }
        
        .card-description {
            color: var(--text-lighter);
            font-size: 15.2px;
            line-height: 1.6;
        }
        
        /* SEO Section */
        .seo-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
        }
        
        .char-count {
            font-size: 13.6px;
            color: var(--text-lighter);
            text-align: right;
            margin-top: 5px;
        }
        
        /* URL Section */
        .url-section {
            background: var(--light-blue-bg);
            padding: 15px;
            border-radius: 8px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 10px;
        }
        
        .url-section a {
            background: var(--accent);
            color: var(--white);
            text-decoration: none;
            padding: 8px 15px;
            border-radius: 6px;
            font-weight: 600;
            transition: all 0.3s;
        }
        
        .url-section a:hover {
            background: var(--accent-dark);
            transform: translateY(-2px);
        }
        
        /* Action Buttons */
        .action-buttons {
            display: flex;
            gap: 15px;
            margin-top: 30px;
            padding-top: 30px;
            border-top: 1px solid var(--border-color);
        }
        
        .btn {
            padding: 15px 30px;
            border-radius: 12px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            border: none;
            font-size: 16px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .btn-primary {
            background: linear-gradient(135deg, var(--primary), var(--primary-dark));
            color: var(--white);
            box-shadow: 0 5px 15px #0d47a14d;
        }
        
        .btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px #0d47a166;
        }
        
        .btn-secondary {
            background: var(--white);
            color: var(--primary);
            border: 2px solid var(--light-blue);
        }
        
        .btn-secondary:hover {
            background: #f0f8ff;
            transform: translateY(-3px);
        }
        
  
          /* Responsive design */
        @media (max-width: 900px) {
            .editor-content {
                grid-template-columns: 1fr;
            }
        }
        
        @media (max-width: 768px) {
            .header {
                padding: 30px 20px;
            }
            
            h1 {
                font-size: 35.2px;
            }
            
            .features-section {
                padding: 30px 20px;
            }
            
            .features-intro h2 {
                font-size: 28.8px;
            }
            
            .editor-section {
                padding: 30px 20px;
            }
            
            .action-buttons {
                flex-direction: column;
            }
        }

}
.UserManagement{
        .product-header p {
            font-size: 15px;
            max-width: 700px;
            margin: 0 auto;
            color: var(--white);
            position: relative;
            animation: fadeInUp 1s ease-out 0.2s forwards;
        }

        .product-content {
            display: flex;
            flex-wrap: wrap;
            min-height: 600px;
        }

        .features-section {
            flex: 1;
            min-width: 300px;
            padding: 2.5rem;
            background: var(--white);
            display: flex;
            flex-direction: column;
        }

        .um-tabs {
            display: flex;
            border-bottom: 2px solid var(--light-blue-bg);
            margin-bottom: 39px;
            flex-wrap: wrap;
            min-height: auto;
            flex-direction: row;
        }

        .um-tab {
            padding: 12px 25px;
            cursor: pointer;
            font-weight: 600;
            color: #666;
            transition: all 0.3s ease;
            position: relative;
        }

        .um-tab.active {
            color: var(--primary);
        }

        .um-tab.active::after {
            content: "";
            position: absolute;
            bottom: 0px;
            left: 0;
            width: 100%;
            height: 3px;
            background: var(--accent);
        }

        .um-tab:hover {
            color: var(--primary-dark);
        }

        .um-tab-content {
            display: none;
            flex: 1;
        }

        .um-tab-content.active {
            display: flex;
            flex-direction: column;
            animation: fadeIn 0.5s ease;
        }

        .feature-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(40%, 2fr));
            gap: 20px;
            flex: 1;
        }

        .feature-card {
            background: var(--light-blue-bg);
            border-radius: 12px;
            padding: 25px;
            transition: all 0.4s ease;
            animation: cardAppear 0.6s ease-out forwards;
            opacity: 0;
            display: flex;
            flex-direction: column;
            border-left: 4px solid var(--primary);
        }

        .feature-card:hover {
            transform: translateY(-8px);
            background: var(--accent-light);
            border-left-color: var(--accent);
            box-shadow: 0 12px 25px rgba(0,0,0,0.1);
        }

        .feature-card i {
            color: var(--accent);
            font-size: 26px;
            margin-bottom: 20px;
            transition: all 0.3s ease-in-out;
            
        }

        .feature-card:hover i {
            color: #ff9800;
            transform: scale(1.5) translate(15%, 0px);
            -webkit-transform: scale(1.5) translate(15%, 0px);
            -moz-transform: scale(1.5) translate(15%, 0px);
            -ms-transform: scale(1.5) translate(15%, 0px);
            -o-transform: scale(1.5) translate(15%, 0px);
}

        .feature-card h3 {
            color: var(--primary-dark);
            margin-bottom: 12px;
            font-size: 22px;
        }

        .feature-card p {
            color: var(--text-light);
            font-size: 15px;
            line-height: 1.6;
            flex: 1;
        }

        .visualization {
            flex: 1;
            min-width: 300px;
            background: var(--light-blue-bg);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 39px;
            position: relative;
            overflow: hidden;
        }

        .user-preview {
            width: 100%;
            max-width: 450px;
            background: white;
            border-radius: 15px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            position: relative;
            transition: transform 0.5s ease;
        }

        .user-header {
            background: linear-gradient(135deg, var(--light-blue), var(--accent-light));
            padding: 25px;
            text-align: center;
            color: var(--primary-dark);
            position: relative;
        }

        .user-avatar {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            background: white;
            margin: 0 auto 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 40px;
            color: var(--accent);
            border: 4px solid var(--accent);
        }

        .user-info {
            padding: 25px;
        }

        .user-title {
            color:var(--primary-dark);
            font-size: 24px;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .user-status {
            font-size: 14px;
            padding: 4px 10px;
            border-radius: 20px;
            background: var(--card-public);
            color: white;
        }

        .user-details {
            margin: 20px 0;
        }

        .detail-row {
            display: flex;
            margin-bottom: 15px;
            align-items: flex-start;
        }

        .detail-label {
            width: 140px;
            font-weight: 600;
            color: var(--primary-dark);
        }

        .detail-value {
            flex: 1;
            color: var(--text-light);
        }

        .user-groups {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 15px;
        }

        .group-tag {
            background: var(--light-blue-bg);
            padding: 6px 15px;
            border-radius: 20px;
            font-size: 14px;
            color: var(--primary-dark);
            border: 1px solid var(--light-blue-hover);
        }
        @media (max-width: 900px) {
            .product-content {
                flex-direction: column;
            }
            
            .visualization {
                min-height: 400px;
            }
            
            .um-tabs {
                overflow-x: auto;
                padding-bottom: 5px;
            }
        }

        @media (max-width: 500px) {
            .header {
                padding: 39px 1.5rem;
            }
            
            .header h1 {
                font-size: 2.39px;
            }
            
            .header p {
                font-size: 1rem;
            }
            
            .um-tab {
                padding: 10px 15px;
                font-size: 15px;
            }
            
            .user-title {
                font-size: 1.39px;
            }
            
            .feature-grid {
                grid-template-columns: 1fr;
            }
            
            .detail-row {
                flex-direction: column;
                gap: 5px;
            }
            
            .detail-label {
                width: 100%;
            }
        }
}
.Product-Manager{
    header {
            background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
            color: var(--white);
            padding: 15px 25px;
            border-radius: 12px 12px 0 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            box-shadow: 0 4px 12px var(--shadow-color);
        }
        
        .logo {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 1.8rem;
            font-weight: 700;
        }
        
        .logo i {
            font-size: 2.39px;
            color: var(--light-blue);
        }
        
        .user-info {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        
        .user-info img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 2px solid rgba(255, 255, 255, 0.3);
        }
        
        .breadcrumb {
            background: var(--light-bg-2);
            padding: 15px 25px;
            border-bottom: 1px solid var(--border-light);
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 16px;
            color: var(--text-lighter);
        }
        
        .breadcrumb a {
            color: var(--primary);
            text-decoration: none;
            transition: all 0.3s;
        }
        
        .breadcrumb a:hover {
            text-decoration: underline;
            color: var(--primary-dark);
        }
        
        .breadcrumb i {
            font-size: 14px;
            color: var(--text-lighter);
        }
        
        .product-management {
            display: flex;
            gap: 25px;
            padding: 25px;
        }
        
        .features-section {
            flex: 1;
            background: var(--white);
            border-radius: 12px;
            box-shadow: 0 4px 15px var(--shadow-color);
            overflow: hidden;
        }
        
        .section-header {
            background: var(--light-blue-bg);
            padding: 18px 25px;
            font-size: 16px;
            font-weight: 600;
            color: var(--primary-dark);
            border-bottom: 1px solid var(--light-blue);
        }
        
        .onetabs {
            display: flex;
            background: var(--light-bg-1);
            border-bottom: 1px solid var(--border-light);
            padding: 0 15px;
        }
        
        .onetab {
            padding: 16px 25px;
            cursor: pointer;
            font-weight: 600;
            color: var(--text-lighter);
            border-bottom: 3px solid transparent;
            transition: all 0.3s ease;
        }
        
        .onetab:hover {
            color: var(--primary);
            background: rgba(30, 136, 229, 0.05);
        }
        
        .onetab.active {
            color: var(--primary);
            border-bottom: 3px solid var(--primary);
            background: rgba(30, 136, 229, 0.05);
        }
        
        .onetab-content {
            display: none;
            padding: 25px;
            animation: fadeIn 0.4s ease;
        }
        
        .onetab-content.active {
            display: block;
        }
        
        .feature-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
        
        .feature-card {
            background: var(--light-bg-1);
            border-radius: 10px;
            padding: 20px;
            border-left: 3px solid var(--primary);
            transition: all 0.3s ease;
        }
        
        .feature-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px var(--shadow-color);
            background: var(--white);
        }
        
        .feature-card i {
            font-size: 1.8rem;
            color: var(--primary);
            margin-bottom: 12px;
        }
        
        .feature-card h3 {
            font-size: 21px;
            margin-bottom: 8px;
            color: var(--primary-dark);
        }
        
        .feature-card p {
            color: var(--text-light);
            font-size: 15px;
            line-height: 1.5;
        }
        
        .form-section {
            flex: 1.5;
            background: var(--white);
            border-radius: 12px;
            box-shadow: 0 4px 15px var(--shadow-color);
            overflow: hidden;
        }
        
        .form-header {
            background: var(--primary);
            color: var(--white);
            padding: 18px 25px;
            font-size: 24px;
            font-weight: 600;
        }
        
        .form-content {
            padding: 25px;
            max-height: 730px;
            overflow-y: auto;
        }
        
        .form-group {
            margin-bottom: 25px;
            padding-bottom: 20px;
            border-bottom: 1px solid var(--border-light);
        }
        
        .form-group:last-child {
            border-bottom: none;
        }
        
        .form-group h3 {
            font-size: 22px;
            color: var(--primary-dark);
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid var(--border-light);
        }
        
        .form-row {
            display: flex;
            gap: 20px;
            margin-bottom: 15px;
        }
        
        .form-column {
            flex: 1;
        }
        
        .form-label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: var(--text);
            font-size: 16px;
        }
        
        .form-label .required {
            color: #f44336;
        }
        
        .form-input {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid var(--border-light);
            border-radius: 8px;
            font-size: 17px;
            transition: all 0.3s;
            background: var(--white);
            color: var(--text);
        }
        
        .form-input:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 3px var(--primary-shadow);
            outline: none;
        }
        
        .input-group {
            display: flex;
            gap: 10px;
        }
        
        .input-group .form-input {
            flex: 1;
        }
        
        textarea.form-input {
            min-height: 100px;
            resize: vertical;
        }
        
        .checkbox-group {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 12px;
        }
        
        .checkbox-group input {
            width: 18px;
            height: 18px;
            accent-color: var(--primary);
        }
        
        .checkbox-group label {
            font-size: 17px;
            color: var(--text-light);
        }
        
        .select-container {
            position: relative;
        }
        
        .select-container select {
            appearance: none;
            padding: 12px 15px;
            width: 100%;
            border: 1px solid var(--border-light);
            border-radius: 8px;
            background: var(--white);
            font-size: 17px;
            color: var(--text);
        }
        
        .select-container::after {
            content: "▼";
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 15px;
            color: var(--text-lighter);
        }
        
        .button-group {
            display: flex;
            gap: 15px;
            margin-top: 25px;
            padding-top: 20px;
            border-top: 1px solid var(--border-light);
        }
        
        .btn {
            padding: 12px 25px;
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            border: none;
            font-size: 1rem;
        }
        
        .btn-primary {
            background: var(--primary);
            color: var(--white);
        }
        
        .btn-primary:hover {
            background: var(--primary-dark);
            box-shadow: 0 4px 12px var(--primary-shadow);
        }
        
        .btn-secondary {
            background: var(--light-bg-1);
            color: var(--text-light);
        }
        
        .btn-secondary:hover {
            background: var(--light-blue);
        }
        
        .character-count {
            font-size: 15px;
            color: var(--text-lighter);
            text-align: right;
            margin-top: 5px;
        }
        
      
        
        @media (max-width: 1100px) {
            .product-management {
                flex-direction: column;
            }
            
            .feature-grid {
                grid-template-columns: 1fr;
            }
        }
        
        @media (max-width: 768px) {
            .form-row {
                flex-direction: column;
                gap: 15px;
            }
            
            .breadcrumb {
                flex-wrap: wrap;
            }
            
            .product-management {
                padding: 15px;
            }
            
            .features-section, .form-section {
                width: 100%;
            }
            
            .onetabs {
                flex-direction: column;
            }
            
            .onetab {
                padding: 12px 20px;
            }
        }

        /* Custom enhancements */
        .feature-card:nth-child(2) i {
            color: var(--accent);
        }
        
        .feature-card:nth-child(3) i {
            color: var(--card-public);
        }
        
        .feature-card:nth-child(4) i {
            color: var(--card-private);
        }
        
        .form-header i {
            margin-right: 10px;
        }
        
        .user-info i {
            font-size: 1.39px;
            color: rgba(255, 255, 255, 0.8);
            transition: all 0.3s;
        }
        
        .user-info i:hover {
            color: var(--white);
            transform: scale(1.1);
        }
}
.Adv-Shipping{


.header p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    color: rgba(255,255,255,0.9);
    position: relative;
    animation: fadeInUp 1s ease-out 0.2s forwards;
}

.shipping-content {
    display: flex;
    flex-wrap: wrap;
    min-height: 700px;
}

.features-section {
    flex: 1;
    min-width: 300px;
    padding: 2.5rem;
    background: var(--white);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.shipping-tabs {
    display: flex;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
    background: var(--light-bg-1);
    border-radius: 15px;
    padding: 5px;
    box-shadow: inset 0 0 10px var(--shadow-color);
}

.shipping-tab {
    flex: 1;
    padding: 16px 25px;
    cursor: pointer;
    font-weight: 600;
    color: var(--text-lighter);
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    border-radius: 12px;
    z-index: 1;
}

.shipping-tab.active {
    color: var(--primary-dark);
    background: var(--white);
    box-shadow: 0 5px 20px var(--primary-shadow);
}

.shipping-tab:hover:not(.active) {
    color: var(--primary);
}

.shipping-content-section {
    display: none;
    flex: 1;
}

.shipping-content-section.active {
    display: flex;
    flex-direction: column;
    animation: fadeIn 0.5s ease;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    flex: 1;
}

.feature-card {
    background: var(--light-bg-1);
    border-radius: 16px;
    padding: 28px;
    transition: all 0.4s ease;
    animation: cardAppear 0.6s ease-out forwards;
    opacity: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--light-blue);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(to bottom, var(--primary), var(--light-blue-hover));
    transition: all 0.4s ease;
}

.feature-card:hover::before {
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-8px);
    background: var(--white);
    box-shadow: 0 15px 35px var(--primary-shadow);
}

.feature-card i {
    color: var(--primary);
    font-size: 32px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    z-index: 2;
    transform-origin: left;
}

.feature-card:hover i {
    color: var(--accent);
    transform: scale(1.2);
}

.feature-card h3 {
    color: var(--primary-dark);
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
    z-index: 2;
}

.feature-card p {
    color: var(--text-light);
    font-size: 16px;
    line-height: 1.7;
    flex: 1;
    z-index: 2;
}

.feature-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--accent);
    color: var(--white);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}

.checkout-preview {
    flex: 1;
    min-width: 350px;
    background: var(--light-bg-1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    border-left: 1px solid var(--light-blue-bg);
}

.checkout-preview::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 80% 20%, var(--accent-shadow) 0%, transparent 20%),
        radial-gradient(circle at 20% 80%, var(--primary-shadow) 0%, transparent 20%);
}

.checkout-container {
    width: 100%;
    max-width: 450px;
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0 15px 40px var(--shadow-color);
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.checkout-header {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: var(--white);
    padding: 1.5rem;
    text-align: center;
}

.checkout-header h2 {
    font-size: 22px;
    font-weight: 600;
}

.checkout-steps {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    background: var(--light-blue-bg);
    border-bottom: 1px solid var(--border-light);
}

.step {
    text-align: center;
    flex: 1;
    position: relative;
    font-size: 14px;
    color: var(--text-lighter);
}

.step.active {
    color: var(--primary-dark);
    font-weight: 600;
}

.step.active .step-number {
    background: var(--accent);
    color: var(--white);
}

.step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 15px;
    right: -15px;
    width: 30px;
    height: 1px;
    background: var(--border-light);
}

.step-number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--border-light);
    color: var(--text-lighter);
    margin-bottom: 8px;
    font-weight: bold;
}

.checkout-body {
    padding: 25px;
}

.cart-summary {
    border-bottom: 1px dashed var(--border-light);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.item-image {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--light-blue), var(--light-blue-hover));
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.item-image i {
    color: var(--primary);
    font-size: 24px;
}

.item-details {
    flex: 1;
}

.item-name {
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--primary-dark);
}

.item-price {
    color: var(--accent-dark);
    font-weight: 600;
}

.shipping-address {
    padding: 20px 0;
    border-bottom: 1px dashed var(--border-light);
    margin-bottom: 20px;
}

.address-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.address-header h3 {
    color: var(--primary-dark);
    font-size: 18px;
}

.change-btn {
    color: var(--primary);
    font-weight: 600;
    cursor: pointer;
}

.address-details {
    background: var(--light-bg-2);
    padding: 15px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.6;
}

.shipping-methods {
    margin-bottom: 25px;
}

.method-header {
    color: var(--primary-dark);
    font-size: 18px;
    margin-bottom: 15px;
}

.method-option {
    display: flex;
    align-items: center;
    padding: 15px;
    border: 2px solid var(--border-light);
    border-radius: 10px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.method-option.active {
    border-color: var(--primary);
    background: var(--light-blue-bg);
}

.method-option:hover {
    border-color: var(--light-blue-hover);
}

.method-icon {
    width: 40px;
    height: 40px;
    background: var(--light-blue-bg);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    color: var(--primary-dark);
    font-size: 27px;
}

.method-details {
    flex: 1;
}

.method-name {
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--text);
}

.method-desc {
    font-size: 14px;
    color: var(--text-light);
}

.method-price {
    font-weight: 700;
    color: var(--accent-dark);
    font-size: 18px;
}

.order-total {
    background: var(--light-bg-2);
    padding: 20px;
    border-radius: 12px;
}

.total-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 16px;
}

.total-row.final {
    font-weight: 700;
    font-size: 18px;
    color: var(--primary-dark);
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed var(--border-light);
}

.checkout-btn {
    display: block;
    width: 100%;
    padding: 16px;
    background: linear-gradient(to right, var(--accent), var(--accent-dark));
    color: var(--white);
    border: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 20px;
    box-shadow: 0 5px 15px rgba(239, 108, 0, 0.3);
    transition: all 0.3s ease;
}

.checkout-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px var(--accent-shadow);
}

@media (max-width: 900px) {
    .shipping-content {
        flex-direction: column;
    }
    
    .checkout-preview {
        min-height: 600px;
        border-left: none;
        border-top: 1px solid var(--light-blue-bg);
    }
}

@media (max-width: 500px) {
    .shipping-header {
        padding: 39px 1.5rem;
    }
    
    .shipping-header h1 {
        font-size: 32px;
    }
    
    .shipping-header p {
        font-size: 16px;
    }
    
    .shipping-tabs {
        flex-direction: column;
    }
    
    .shipping-tab {
        margin-bottom: 5px;
    }
    
    .feature-grid {
        grid-template-columns: 1fr;
    }
}

.feature-card:nth-child(1) { animation-delay: 0.1s; }
.feature-card:nth-child(2) { animation-delay: 0.2s; }
.feature-card:nth-child(3) { animation-delay: 0.3s; }
.feature-card:nth-child(4) { animation-delay: 0.4s; }
.feature-card:nth-child(5) { animation-delay: 0.5s; }
.feature-card:nth-child(6) { animation-delay: 0.6s; }

}
.CMS-Feature{
.header p {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
    color: var(--white);
    opacity: 0.9;
    font-weight: 300;
}

.cms-content {
    display: flex;
    flex-wrap: wrap;
    min-height: 650px;
}

.features-section {
    flex: 1;
    min-width: 300px;
    padding: 2.5rem;
    background: var(--white);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.feature-categories {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    background: var(--light-bg-1);
    padding: 15px;
    border-radius: 15px;
}

.category-tab {
    background: var(--light-blue-bg);
    border-radius: 12px;
    padding: 16px 24px;
    cursor: pointer;
    transition: all 0.4s ease;
    border: 2px solid transparent;
    position: relative;
    text-align: center;
    flex: 1;
    min-width: 120px;
}

.category-tab:hover {
    background: var(--light-blue);
}

.category-tab.active {
    background: var(--accent-light);
    border-color: var(--accent);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px var(--accent-shadow);
}

.category-tab i {
    font-size: 28px;
    color: var(--primary);
    margin-bottom: 10px;
    display: block;
}

.category-tab.active i {
    color: var(--accent);
}

.category-tab h3 {
    color: var(--primary-dark);
    font-size: 16px;
    font-weight: 600;
}

.category-tab.active h3 {
    color: var(--accent-dark);
}

.features-display {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 450px;
    overflow-y: auto;
    padding-right: 10px;
}

.feature-content {
    display: none;
    flex-direction: column;
    gap: 20px;
}

.feature-content.active {
    display: flex;
    animation: fadeIn 0.5s ease;
}

.feature-item {
    background: var(--light-bg-1);
    border-radius: 15px;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border-left: 4px solid var(--primary);
    box-shadow: 0 5px 15px var(--primary-shadow);
    transition: all 0.3s ease;
    cursor: pointer;
}

.feature-item:hover {
    transform: translateX(5px);
    border-left-color: var(--accent);
    box-shadow: 0 8px 20px var(--accent-shadow);
    background: var(--white);
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: var(--light-blue-bg);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon i {
    color: var(--primary);
    font-size: 22px;
}

.feature-item:hover .feature-icon {
    background: var(--accent-light);
}

.feature-item:hover .feature-icon i {
    color: var(--accent);
}

.feature-text h3 {
    color: var(--primary-dark);
    margin-bottom: 10px;
    font-size: 18px;
}

.feature-text p {
    color: var(--text-light);
    font-size: 15px;
    line-height: 1.7;
}

.visualization {
    flex: 1;
    min-width: 300px;
    background: var(--light-blue-bg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 39px;
    position: relative;
    overflow: hidden;
}

.admin-panel {
    width: 100%;
    max-width: 900px;
    background: var(--white);
    border-radius: 15px;
    box-shadow: 0 15px 40px var(--shadow-color);
    overflow: hidden;
    position: relative;
    height: 550px;
    display: flex;
}

.admin-sidebar {
    width: 70px;
    background: linear-gradient(to bottom, var(--primary-dark), var(--primary));
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    /* overflow-y: auto; */
    position: relative;
    z-index: 10;
}

.admin-sidebar:hover {
    width: 224px;
}

.sidebar-item {
    width: 100%;
    padding: 16px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.sidebar-item:hover {
    background: rgba(255, 255, 255, 0.15);
    color: var(--white);
}

.sidebar-item.active {
    background: rgba(255, 255, 255, 0.2);
    color: var(--white);
}

.sidebar-item i {
    font-size: 22px;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.sidebar-item span {
    font-size: 14px;
    opacity: 0;
    transition: all 0.3s ease;
    white-space: nowrap;
    transform: translateX(10px);
}

.admin-sidebar:hover .sidebar-item span {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.1s;
}

.admin-main {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-light);
}

.panel-title {
    font-size: 20px;
    color: var(--primary-dark);
    font-weight: 600;
}

.toggle-container {
    display: flex;
    align-items: center;
}

.toggle-label {
    font-size: 14px;
    color: var(--text-lighter);
    margin-right: 10px;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: var(--white);
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: var(--card-public);
}

input:checked + .slider:before {
    transform: translateX(24px);
}

.editor-container {
    flex: 1;
    background: var(--light-bg-1);
    border-radius: 10px;
    padding: 20px;
    border: 1px solid var(--border-light);
    overflow: scroll;
}

.editor-header {
    display: flex;
    margin-bottom: 20px;
}

.page-title {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid var(--border-light);
    border-radius: 6px;
    font-size: 16px;
    color: var(--text);
}

.editor-toolbar {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-light);
    flex-wrap: wrap;
}

.toolbar-btn {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background: var(--light-bg-2);
    border: 1px solid var(--border-light);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-lighter);
    font-size: 16px;
}

.toolbar-btn:hover {
    background: var(--border-light);
}

.editor-content {
    min-height: 280px;
    padding: 15px;
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text);
}

.editor-content p {
    margin-bottom: 15px;
}

.editor-content ul {
    padding-left: 30px;
    margin-bottom: 15px;
}

.editor-content li {
    margin-bottom: 8px;
}

.status-bar {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid var(--border-light);
    color: var(--text-lighter);
    font-size: 14px;
}

.status-indicator {
    display: flex;
    align-items: center;
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--card-public);
    margin-right: 8px;
}

.action-buttons {
    display: flex;
    gap: 12px;
}

.btn {
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-save {
    background: var(--light-blue-bg);
    color: var(--primary-dark);
    border: 1px solid var(--light-blue);
}

.btn-publish {
    background: var(--primary-dark);
    color: var(--white);
    border: 1px solid var(--primary-dark);
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px var(--shadow-color);
}

/* Widget Palette Styles */
.widget-palette {
    width: 100%;
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px var(--shadow-color);
    margin-top: 20px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.admin-sidebar:hover .widget-palette {
    opacity: 1;
    max-height: 600px;
}

.widget-tabs {
    display: flex;
    background: linear-gradient(to bottom, var(--primary-dark), var(--primary));
    border-bottom: 1px solid var(--border-light);
}

.widget-tab {
    flex: 1;
    padding: 15px;
    text-align: center;
    color: var(--white);
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.widget-tab.active {
    background: rgba(255, 255, 255, 0.2);
    border-bottom: 3px solid var(--accent);
}

.widget-tab-content {
    padding: 15px;
    max-height: 400px;
    overflow-y: auto;
    display: none;
}

.widget-tab-content.active {
    display: block;
}

.widget-category {
    margin-bottom: 20px;
    background: var(--light-bg-1);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.widget-category-header {
    background: var(--light-blue-bg);
    padding: 12px 15px;
    font-weight: 600;
    color: var(--primary-dark);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.widget-category-header i {
    transition: transform 0.3s ease;
}

.widget-category-content {
    padding: 15px;
    display: none;
}

.widget-category.expanded .widget-category-content {
    display: block;
}

.widget-item {
    padding: 12px;
    background: var(--white);
    border-radius: 6px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-left: 3px solid var(--primary);
    display: flex;
    align-items: center;
    gap: 10px;
}

.widget-item:hover {
    transform: translateX(3px);
    border-left-color: var(--accent);
    background: var(--light-bg-1);
}

.widget-item i {
    color: var(--primary);
    font-size: 18px;
}

.widget-name {
    font-size: 14px;
    color: var(--text);
}

.widget-description {
    font-size: 12px;
    color: var(--text-light);
    margin-top: 4px;
}

/* Theme Customization */
.theme-controls {
    padding: 15px;
}

.theme-control-group {
    margin-bottom: 20px;
}

.theme-control-group h3 {
    color: var(--primary-dark);
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--light-blue-bg);
    font-size: 16px;
}

.color-picker {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.color-label {
    width: 150px;
    font-weight: 500;
    color: var(--text);
}

.color-input {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.color-preview {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--border-light);
    cursor: pointer;
}

.color-value {
    width: 100px;
    padding: 8px;
    border: 1px solid var(--border-light);
    border-radius: 4px;
    font-family: monospace;
}

.theme-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.theme-btn {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.theme-btn-primary {
    background: var(--primary-dark);
    color: var(--white);
}

.theme-btn-secondary {
    background: var(--light-blue-bg);
    color: var(--primary-dark);
}

.theme-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px var(--shadow-color);
}

/* Responsive Styles */
@media (max-width: 1100px) {
    .cms-content {
        flex-direction: column;
    }
    
    .visualization {
        min-height: 500px;
    }
    
    .admin-panel {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .header {
        padding: 2.5rem 1.5rem;
    }
    
    .header h1 {
        font-size: 32px;
    }
    
    .header p {
        font-size: 16px;
    }
    
    .category-tab {
        min-width: 100px;
        padding: 12px 15px;
    }
    
    .admin-sidebar {
        width: 60px;
    }
    
    .admin-sidebar:hover {
        width: 60px;
    }
    
    .sidebar-item span {
        display: none;
    }
    
    .widget-palette {
        display: none;
    }
}

}
.Taxes-features{
    /* Main Content */
.dashboard-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 39px;
    padding: 2.5rem;
}

/* Columns */
.column {
    display: flex;
    flex-direction: column;
    gap: 39px;
}

/* Panel Styles */
.panel {
    background: var(--white);
    border-radius: 15px;
    padding: 39px;
    box-shadow: 0 5px 20px var(--shadow-color);
    position: relative;
    overflow: hidden;
}

.panel-header {
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 15px;
}

.panel-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: var(--accent);
    border-radius: 2px;
}

.panel-header h2 {
    color: var(--primary-dark);
    font-size: 26px;
    margin-bottom: 0.5rem;
}

.panel-header p {
    color: var(--text-light);
    font-size: 15px;
}

/* Tab Container */
.tab-container {
    background: #f8f9ff;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 1rem;
}

.tab-header {
    display: flex;
    background: var(--light-blue-bg);
    border-bottom: 2px solid var(--primary);
}

.tab-button {
    flex: 1;
    padding: 15px;
    background: none;
    border: none;
    font-size: 17px;
    font-weight: 500;
    color: var(--primary-dark);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.tab-button.active {
    background: var(--primary);
    color: var(--white);
}

.tab-button:not(.active):hover {
    background: rgba(30, 136, 229, 0.1);
}

.tab-content {
    padding: 39px;
    display: none;
}

.tab-content.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

/* Process Steps */
.process-steps,.benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.process-step,.benefit-card {
    display: flex;
    align-items: flex-start;
    padding: 5px;
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0 3px 10px var(--shadow-color);
    transition: all 0.3s ease;
}

.process-step:hover,.benefit-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px var(--primary-shadow);
}

.step-number,.benefit-icon {
    width: 40px;
    height: 40px;
    background: var(--light-blue-bg);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: var(--primary);
    margin-right: 15px;
    flex-shrink: 0;
    font-weight: 600;
}

.step-content h3,.benefit-content h3 {
    color: var(--primary-dark);
    margin-bottom: 0.5rem;
    font-size: 16px;
}

.step-content p,.benefit-content p {
    color: var(--text-light);
    font-size: 17px;
}



/* Tax Solutions */
.solutions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(307px, 1fr));
    gap: 24px;
    margin-top: 15px;
}

.solution-card {
    background: var(--white);
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid var(--light-blue-bg);
    position: relative;
}

.solution-card.featured {
    background: linear-gradient(135deg, var(--light-blue-bg), var(--accent-light));
    border: 2px solid var(--accent);
    transform: scale(1.05);
    z-index: 2;
    box-shadow: 0 10px 30px var(--accent-shadow);
}

.solution-card.featured::after {
    content: "RECOMMENDED";
    position: absolute;
    top: 10px;
    right: -30px;
    background: var(--accent);
    color: var(--white);
    padding: 3px 30px;
    font-size: 10px;
    font-weight: bold;
    transform: rotate(45deg);
}

.solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px var(--shadow-color);
    border-color: var(--accent);
}

.solution-icon {
    width: 60px;
    height: 60px;
    background: var(--light-blue-bg);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1rem;
    font-size: 1.8rem;
    color: var(--primary);
    transition: all 0.3s ease;
}

.solution-card.featured .solution-icon {
    background: var(--primary);
    color: var(--white);
}

.solution-card:hover .solution-icon {
    background: var(--primary);
    color: var(--white);
    transform: rotate(10deg);
}

.solution-card h4 {
    color: var(--primary-dark);
    font-size: 16px;
    margin-bottom: 5px;
}

.solution-card p {
    color: var(--text-lighter);
    font-size: 14px;
    line-height: 1.4;
}

/* Tax Features */
.feature-card {
    background: #f9f9ff;
    border-radius: 15px;
    padding: 1.8rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid #e0e0ff;
    height: 100%;
}

.feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--primary);
}

.feature-card.featured {
    background: linear-gradient(to bottom, #f0f7ff, var(--accent-light));
    border: 1px solid var(--accent);
}

.feature-card.featured::before {
    background: var(--accent);
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px var(--primary-shadow);
    border-color: var(--accent);
}

.feature-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.39px;
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: var(--light-blue-bg);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: var(--primary);
    margin-right: 15px;
    transition: all 0.3s ease;
}

.feature-card.featured .feature-icon {
    background: var(--accent);
    color: var(--white);
}

.feature-card h3 {
    color: var(--primary-dark);
    font-size: 1.4rem;
}

.feature-list {
    list-style: none;
    padding-left: 1rem;
}

.feature-list li {
    padding: 10px 0;
    display: flex;
    align-items: flex-start;
    font-size: 15px;
}

.feature-list li::before {
    content: "•";
    color: var(--accent);
    font-size: 1.5rem;
    margin-right: 10px;
    line-height: 1;
}

.feature-highlight {
    background: var(--light-blue-bg);
    padding: 15px;
    border-radius: 8px;
    margin-top: 1.39px;
    font-size: 15px;
    border-left: 3px solid var(--primary);
    display: flex;
    align-items: center;
    box-shadow: 0 5px 20px var(--shadow-color);
}

.feature-highlight i {
    color: var(--accent);
    margin-right: 10px;
    font-size: 1.39px;
}

/* Tax Compliance */
.compliance-card {
    background: #f9f9ff;
    border-radius: 15px;
    padding: 1.8rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid #e0e0ff;
    height: 100%;
}

.compliance-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--primary);
}

.compliance-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px var(--primary-shadow);
    border-color: var(--accent);
}

.compliance-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.39px;
}

.compliance-icon {
    width: 50px;
    height: 50px;
    background: var(--light-blue-bg);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: var(--primary);
    margin-right: 15px;
    transition: all 0.3s ease;
}

.compliance-card:hover .compliance-icon {
    background: var(--accent);
    color: var(--white);
}

.compliance-card h3 {
    color: var(--primary-dark);
    font-size: 1.4rem;
}

.compliance-list {
    list-style: none;
    padding-left: 1rem;
}

.compliance-list li {
    padding: 10px 0;
    display: flex;
    align-items: flex-start;
    font-size: 16px;
}

.compliance-list li::before {
    content: "•";
    color: var(--accent);
    font-size: 1.5rem;
    margin-right: 10px;
    line-height: 1;
}

/* State Compliance */
.state-compliance {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 1.5rem;
}

.state-badge {
    background: var(--light-blue-bg);
    border-radius: 20px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: var(--primary-dark);
    border: 1px solid var(--primary);
}

.state-badge i {
    color: var(--accent);
}

/* Tax Alert at Bottom */
.tax-alert {
    background: rgba(255, 152, 0, 0.15);
    border: 2px solid var(--accent);
    border-radius: 12px;
    padding: 1.39px;
    margin: 0 auto 2.5rem;
    max-width: 800px;
    display: flex;
    align-items: center;
    color: var(--text);
}

.tax-alert i {
    font-size: 39px;
    color: var(--accent);
    margin-right: 15px;
}

.tax-alert-content h3 {
    color: var(--accent-dark);
    margin-bottom: 0.5rem;
}

.tax-alert-content p {
    opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 1100px) {
    .dashboard-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .dashboard-header h1 {
        font-size: 2.39px;
    }
    
    .dashboard-header p {
        font-size: 1rem;
    }
    
    .tax-alert {
        flex-direction: column;
        text-align: center;
    }

    .tax-alert i {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .tab-header {
        flex-direction: column;
    }
    
    .feature-card, .compliance-card {
        padding: 1.5rem;
    }
}
}
.Feature-Reports{
     .product-content {
            display: flex;
            flex-wrap: wrap;
            min-height: 600px;
        }

        .features-section {
            flex: 1;
            min-width: 300px;
            padding: 2.5rem;
            background: var(--white);
            display: flex;
            flex-direction: column;
            position: relative;
            overflow: hidden;
            background: linear-gradient(135deg, #f8fbff, #fffaf5);
        }
        
        .features-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="none" stroke="%23e3f2fd" stroke-width="0.5" stroke-dasharray="5,5"/></svg>');
            opacity: 0.3;
            z-index: 0;
        }

        .features-section > * {
            position: relative;
            z-index: 1;
        }
        .tabs {
            display: flex;
            border-bottom: 2px solid var(--light-blue-bg);
            margin-bottom: 39px;
            flex-wrap: wrap;
            min-height: auto;
            flex-direction: row;
            background: var(--white);
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        }

        .Adv-Rep-tab {
            padding: 12px 25px;
            cursor: pointer;
            font-weight: 600;
            color: var(--text-lighter);
            transition: all 0.3s ease;
            position: relative;
            flex: 1;
            text-align: center;
            background: var(--white);
        }

        .Adv-Rep-tab.active {
            color: var(--primary);
            background: var(--light-blue-bg);
        }

        .Adv-Rep-tab.active::after {
            content: "";
            position: absolute;
            bottom: 0px;
            left: 0;
            width: 100%;
            height: 3px;
            background: var(--accent);
        }

        .Adv-Rep-tab:hover {
            color: var(--primary-dark);
            background: #f5f9ff;
        }

        .Adv-Rep-tab-content {
            display: none;
            flex: 1;
        }

        .Adv-Rep-tab-content.active {
            display: flex;
            flex-direction: column;
            animation: fadeIn 0.5s ease;
        }

        .feature-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 15px;
            flex: 1;
        }

        .feature-card {
            background: var(--white);
            border-radius: 15px;
            padding: 20px;
            transition: all 0.4s ease;
            animation: cardAppear 0.6s ease-out forwards;
            opacity: 0;
            display: flex;
            flex-direction: column;
            border-left: 5px solid var(--primary);
            cursor: pointer;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            position: relative;
            overflow: hidden;
        }
        
        .feature-card::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
            background: var(--accent);
            transform: translateX(-5px);
            transition: transform 0.3s ease;
        }
        
        .feature-card:hover::after {
            transform: translateX(0);
        }
        
        .feature-card.selected {
            background: var(--white);
            border-left: 5px solid var(--accent);
            transform: translateX(10px);
            box-shadow: 0 8px 25px rgba(30, 136, 229, 0.15);
        }

        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 30px rgba(30, 136, 229, 0.2);
        }

        .feature-card .icon-container {
            width: 50px;
            height: 50px;
            border-radius: 12px;
            background: linear-gradient(135deg, var(--light-blue-bg), var(--light-blue));
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
        }

        .feature-card i {
            color: var(--primary);
            font-size: 24px;
            transition: all 0.3s ease-in-out;
        }

        .feature-card:hover i {
            color: var(--accent);
            transform: scale(1.2);
        }

        .feature-card h3 {
            color: var(--primary-dark);
            margin-bottom: 10px;
            font-size: 20px;
            display: flex;
            align-items: center;
        }
        
        .feature-card h3 .badge {
            font-size: 12px;
            background: var(--accent);
            color: var(--white);
            padding: 3px 10px;
            border-radius: 20px;
            margin-left: 10px;
            font-weight: 500;
        }

        .feature-card p {
            color: var(--text-lighter);
            font-size: 14px;
            line-height: 1.6;
            flex: 1;
        }
        
        .feature-card .stats {
            display: flex;
            margin-top: 15px;
            gap: 10px;
        }
        
        .feature-card .stat {
            font-size: 12px;
            padding: 5px 10px;
            border-radius: 20px;
            background: var(--light-blue-bg);
            color: var(--primary-dark);
        }

        .visualization {
            flex: 1;
            min-width: 300px;
            background: var(--light-blue-bg);
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            padding: 39px;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        
        .visualization::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: 
                radial-gradient(circle at 80% 20%, rgba(255, 152, 0, 0.05) 0%, transparent 30%),
                radial-gradient(circle at 20% 80%, rgba(30, 136, 229, 0.05) 0%, transparent 30%);
        }
        
        .report-visualization {
            width: 100%;
            max-width: 700px;
            background: var(--white);
            border-radius: 15px;
            box-shadow: 0 10px 40px var(--shadow-color);
            overflow: hidden;
            position: relative;
            padding: 25px;
            z-index: 1;
            transition: all 0.4s ease;
        }
        
        .report-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }
        
        .report-title {
            color: var(--primary-dark);
            font-size: 24px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .report-title i {
            color: var(--accent);
            font-size: 28px;
        }
        
        .export-btn {
            background: var(--primary);
            color: var(--white);
            border: none;
            padding: 10px 20px;
            border-radius: 30px;
            cursor: pointer;
            font-weight: 600;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            gap: 8px;
            box-shadow: 0 4px 10px rgba(30, 136, 229, 0.3);
        }
        
        .export-btn:hover {
            background: var(--primary-dark);
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(13, 71, 161, 0.4);
        }
        
        .time-selector {
            display: flex;
            gap: 10px;
            margin-bottom: 20px;
            flex-wrap: wrap;
            background: #f5f9ff;
            padding: 10px;
            border-radius: 30px;
        }
        
        .time-option {
            padding: 8px 15px;
            background: var(--white);
            border-radius: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 15px;
            border: 1px solid var(--light-blue-bg);
            font-weight: 500;
        }
        
        .time-option:hover, .time-option.active {
            background: var(--primary);
            color: var(--white);
            box-shadow: 0 4px 8px rgba(30, 136, 229, 0.3);
        }
        
        .chart-container {
            height: 300px;
            width: 100%;
            margin-top: 20px;
            position: relative;
            transition: opacity 0.3s ease;
        }
        
        .metrics-summary {
            display: flex;
            justify-content: space-around;
            margin-top: 20px;
            gap: 15px;
            flex-wrap: wrap;
        }
        
        .metric-card {
            background: linear-gradient(135deg, var(--light-blue-bg), var(--light-blue));
            border-radius: 15px;
            padding: 15px;
            text-align: center;
            min-width: 120px;
            flex: 1;
            position: relative;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .metric-card::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
            background: var(--accent);
        }
        
        .metric-value {
            font-size: 24px;
            font-weight: bold;
            color: var(--primary-dark);
            margin: 5px 0;
        }
        
        .metric-label {
            font-size: 14px;
            color: var(--text-light);
            font-weight: 500;
        }
        
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
            font-size: 14px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .data-table th {
            background: var(--primary);
            color: var(--white);
            text-align: left;
            padding: 12px 15px;
            font-weight: 600;
        }
        
        .data-table td {
            padding: 12px 15px;
            border-bottom: 1px solid var(--border-light);
        }
        
        .data-table tr:nth-child(even) {
            background: #f9f9f9;
        }
        
        .data-table tr:hover {
            background: var(--light-blue-bg);
        }
        
        .data-table .highlight {
            font-weight: 600;
            color: var(--accent);
        }
        
        
        .smooth-transition {
            transition: all 0.4s ease;
        }

        @media (max-width: 900px) {
            .product-content {
                flex-direction: column;
            }
            
            .visualization {
                min-height: 400px;
            }
            
            .onetabs {
                overflow-x: auto;
                padding-bottom: 5px;
            }
        }

        @media (max-width: 500px) {
            .product-header {
                padding: 39px 1.5rem;
            }
            
            .product-header h1 {
                font-size: 2.39px;
            }
            
            .product-header p {
                font-size: 1rem;
            }
            
            .onetab {
                padding: 10px 15px;
                font-size: 15px;
            }
            
            .report-title {
                font-size: 1.39px;
            }
            
            .feature-grid {
                grid-template-columns: 1fr;
            }
            
            .metrics-summary {
                flex-direction: column;
            }
        }
}
.Adv-data-exchange{
.visualization {
    background: linear-gradient(135deg, var(--light-blue-bg), var(--light-bg-1));
    border-radius: 25px;
    padding: 60px 40px;
    margin-bottom: 70px;
    box-shadow: 0 20px 60px var(--shadow-color);
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.visualization::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(29, 136, 229, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 152, 0, 0.15) 0%, transparent 30%);
    z-index: -1;
}

.flow-header {
    text-align: center;
    margin-bottom: 50px;
}

.flow-header h2 {
    color: var(--primary-dark);
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 700;
}

.flow-header p {
    color: var(--text-light);
    font-size: 20px;
    max-width: 700px;
    margin: 0 auto;
}

.flow-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
    position: relative;
    margin-bottom: 60px;
}

.flow-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.system-box {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    box-shadow: 0 15px 40px var(--shadow-color);
    padding: 35px 30px;
    transition: all 0.5s ease;
    text-align: center;
    flex: 1;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.system-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 1);
}

.system-box i {
    font-size: 52px;
    color: var(--primary);
    margin-bottom: 25px;
    display: block;
    transition: all 0.4s ease;
}

.system-box:hover i {
    color: var(--accent);
    transform: scale(1.2);
}

.system-box h3 {
    color: var(--primary-dark);
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
}

.system-box ul {
    text-align: left;
    padding-left: 25px;
    margin-top: 20px;
}

.system-box li {
    margin-bottom: 12px;
    color: var(--text-light);
    font-size: 18px;
    position: relative;
    padding-left: 15px;
    list-style: none;
}

.system-box li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: var(--accent);
    border-radius: 50%;
}

.exchange-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.exchange-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 15px 30px var(--primary-shadow);
    position: relative;
    overflow: hidden;
    animation: gradientSlide 3s infinite alternate;
}

.exchange-icon::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(135deg, var(--accent), var(--primary));
    border-radius: 50%;
    z-index: -1;
    animation: gradientSlide 3s infinite alternate-reverse;
}

.exchange-icon i {
    font-size: 42px;
    color: var(--white);
    z-index: 2;
}

.integration-logos {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 40px;
    flex-wrap: wrap;
    position: relative;
}

.integration-logo {
    width: 100px;
    height: 100px;
    background: var(--white);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 12px 25px var(--shadow-color);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}

.integration-logo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    transition: all 0.4s ease;
    z-index: 1;
    opacity: 0.95;
}

.integration-logo:hover::before {
    height: 100%;
}

.integration-logo i {
    font-size: 36px;
    color: var(--primary);
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.integration-logo span {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-light);
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 5px;
}

.integration-logo .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: var(--white);
    font-size: 12px;
    text-align: center;
    transition: all 0.4s ease;
    opacity: 0;
    z-index: 3;
    transform: translateY(100%);
}

.integration-logo:hover .info {
    opacity: 1;
    transform: translateY(0);
}

.integration-logo:hover i {
    color: var(--white);
    transform: scale(1.2);
}

.integration-logo:hover span {
    color: var(--white);
}

.features-section {
    background: var(--white);
    border-radius: 25px;
    padding: 60px 40px;
    box-shadow: 0 20px 60px var(--shadow-color);
    position: relative;
    overflow: hidden;
}

.features-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 90% 10%, rgba(227, 242, 253, 0.6) 0%, transparent 30%),
        radial-gradient(circle at 10% 90%, rgba(255, 243, 224, 0.6) 0%, transparent 30%);
    z-index: 1;
}

.tabs-container {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.Adv-data-tabs {
    display: flex;
    background: var(--light-blue-bg);
    border-radius: 50px;
    padding: 8px;
    box-shadow: 0 5px 15px var(--shadow-color);
}

.Adv-data-tab {
    padding: 15px 35px;
    cursor: pointer;
    font-weight: 600;
    color: var(--text-lighter);
    transition: all 0.4s ease;
    position: relative;
    font-size: 18px;
    border-radius: 50px;
    z-index: 2;
    white-space: nowrap;
}

.Adv-data-tab.active {
    color: var(--primary-dark);
}

.tab-highlight {
    position: absolute;
    top: 8px;
    left: 0px;
    height: calc(100% - 16px);
    background: var(--white);
    border-radius: 50px;
    box-shadow: 0 5px 15px var(--shadow-color);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1;
}

.Adv-data-tab-content {
    display: none;
    position: relative;
    z-index: 2;
}

.Adv-data-tab-content.active {
    display: block;
    animation: fadeIn 0.8s ease;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.feature-card {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    padding: 30px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(227, 242, 253, 0.5);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px var(--shadow-color);
    background: var(--white);
}

.feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, var(--primary), var(--primary-dark));
    transition: all 0.4s ease;
}

.feature-card:hover::before {
    width: 100%;
    opacity: 0.05;
}

.feature-card i {
    font-size: 40px;
    color: var(--primary);
    margin-bottom: 20px;
    display: block;
    transition: all 0.4s ease;
}

.feature-card:hover i {
    color: var(--accent);
    transform: scale(1.15);
}

.feature-card h3 {
    color: var(--primary-dark);
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}

.feature-card p {
    color: var(--text-light);
    font-size: 16px;
    line-height: 1.7;
    flex-grow: 1;
}

@media (max-width: 1100px) {
    .flow-container {
        flex-direction: column;
        gap: 40px;
    }
    
    .exchange-center {
        padding: 30px 0;
    }
    
    .exchange-icon {
        transform: rotate(90deg);
    }
    
    .header h1 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .header h1 {
        font-size: 32px;
    }
    
    .header p {
        font-size: 18px;
    }
    
    .visualization, .features-section {
        padding: 40px 25px;
    }
    
    .Adv-data-tab {
        padding: 12px 25px;
        font-size: 16px;
    }
    
    .system-box, .feature-card {
        padding: 25px 20px;
    }
    
    .integration-logo {
        width: 85px;
        height: 85px;
    }
}

@media (max-width: 500px) {
    .header h1 {
        font-size: 28px;
    }
    
    .header p {
        font-size: 16px;
    }
    
    .flow-header h2 {
        font-size: 28px;
    }
    
    .feature-grid {
        grid-template-columns: 1fr;
    }
    
    .Adv-data-tabs {
        flex-wrap: wrap;
        border-radius: 15px;
    }
    
    .Adv-data-tab {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    
    .tab-highlight {
        display: none;
    }
}


}
.Store-config{

/* Navigation Tabs */
.nav-tabs {
    display: flex;
    background: var(--white);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 5px 20px var(--shadow-color);
    flex-wrap: wrap;
}

.tab {
    flex: 1;
    min-width: 150px;
    text-align: center;
    padding: 18px 10px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 600;
    color: var(--text-lighter);
    border-bottom: 3px solid transparent;
}

.tab i {
    margin-right: 8px;
    color: var(--primary);
}

.tab:hover {
    background: var(--light-blue-bg);
    color: var(--primary-dark);
}

.tab.active {
    color: var(--primary-dark);
    border-bottom: 3px solid var(--accent);
    background: var(--light-bg-1);
}

/* Settings Panel */
.settings-panel {
    background: var(--white);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 25px var(--shadow-color);
    margin-bottom: 30px;
}

.settings-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--light-blue-bg);
}

.settings-header h2 {
    color: var(--primary-dark);
    font-size: 1.8rem;
}

.settings-header p {
    color: var(--text-lighter);
    margin-top: 8px;
    font-size: 15px;
}

.save-btn {
    background: linear-gradient(to right, var(--card-public), #2E7D32);
    color: var(--white);
    border: none;
    padding: 2px 15px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
    display: flex;
    align-items: center;
    gap: 8px;
}

.save-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
}

/* Settings Sections */
.setting-section {
    margin-bottom: 40px;
    padding: 25px;
    border-radius: 12px;
    background: #f9fbfd;
    border: 1px solid var(--light-blue-bg);
}

.setting-section h3 {
    color: var(--primary-dark);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--light-blue-bg);
    display: flex;
    align-items: center;
}

.setting-section h3 i {
    margin-right: 12px;
    color: var(--primary);
    background: var(--light-blue-bg);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.setting-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 25px;
}

.setting-card {
    background: var(--white);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-left: 4px solid var(--primary);
    transition: all 0.3s;
}

.setting-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px var(--shadow-color);
    border-left-color: var(--accent);
}

.setting-card h4 {
    color: var(--primary-dark);
    margin-bottom: 15px;
    font-size: 18px;
}

.setting-card p {
    color: var(--text-lighter);
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: var(--text-light);
    font-weight: 500;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s;
    color: black;
    height: unset;
    font-weight: normal;
}

.form-control:focus {
    border-color: var(--primary);
    outline: none;
    box-shadow: 0 0 0 3px var(--primary-shadow);
}

select.form-control {
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") no-repeat right 0.75rem center/8px 10px;
    background-color: var(--white);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.checkbox-group {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.checkbox-group input {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

.help-text {
    font-size: 0.85rem;
    color: var(--text-lighter);
    margin-top: 5px;
    font-style: italic;
}

/* Status Indicators */
.status-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    margin-top: 10px;
    padding: 8px 12px;
    border-radius: 6px;
    background: #e8f5e9;
    color: #2e7d32;
    width: fit-content;
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--card-public);
}
/* Responsive */
@media (max-width: 1200px) {
    .setting-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .header h1 {
        font-size: 2.39px;
    }
    
    .header p {
        font-size: 1rem;
    }
    
    .settings-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .save-btn {
        margin-top: 20px;
        align-self: flex-end;
    }
    
    .tab {
        min-width: 120px;
        padding: 15px 8px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .tab {
        min-width: 100%;
    }
    
    .setting-section {
        padding: 15px;
    }
}
}
.Adv-Security{

.floating-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.floating-icon {
    position: absolute;
    font-size: 1.5rem;
    opacity: 0.3;
    animation: float 15s infinite linear;
}

.security-header h1 {
    font-size: 3.39px;
    margin-bottom: 1rem;
    color: var(--surface);
    position: relative;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.security-header h1 span {
    color: var(--accent);
    text-shadow: 0 0 10px rgba(var(--accent), 0.5);
}

.security-header p {
    font-size: 1.39px;
    max-width: 700px;
    margin: 0 auto;
    color: var(--text-light);
    position: relative;
    animation: fadeInUp 1s ease-out 0.2s forwards;
}

.certification-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(5px);
    border-radius: 50px;
    padding: 8px 20px;
    margin-top: 25px;
    border: 1px solid rgba(255,255,255,0.2);
    animation: pulse 2s infinite;
}

.certification-badge i {
    font-size: 1.8rem;
    color: var(--accent-light);
    margin-right: 10px;
}

.certification-badge span {
    font-size: 1.1rem;
    font-weight: 600;
}

.security-content {
    display: flex;
    flex-wrap: wrap;
    min-height: 700px;
}

.features-section {
    flex: 1.2;
    min-width: 300px;
    padding: 2.5rem;
    background: #0f4fa9;
    display: flex;
    flex-direction: column;
}

.security-tabs {
    display: flex;
    background: rgb(227 242 253 / 8%);
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 39px;
    flex-wrap: wrap;
    min-height: auto;
    flex-direction: row;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.security-tab {
    flex: 1;
    padding: 15px;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    border-radius: 10px;
    min-width: 120px;
}

.security-tab.active {
    color: var(--primary);
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    color:#555;
}

.security-tab:hover:not(.active) {
    background: rgba(255,255,255,0.5);
}

.security-tab i {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: var(--primary);
}

.security-tab.active i {
    color: var(--accent);
}

.security-tab-content {
    display: none;
    flex: 1;
}

.security-tab-content.active {
    display: flex;
    flex-direction: column;
    animation: fadeIn 0.5s ease;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 25px;
    flex: 1;
	background-image: unset;
}

.feature-card {
    background: linear-gradient(to bottom right,white, #f0f8ff);
    border-radius: 15px;
    padding: 25px;
    transition: all 0.4s ease;
    animation: cardAppear 0.6s ease-out forwards;
    opacity: 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 20px rgba(var(--primary), 0.1);
    border: 1px solid rgba(var(--primary), 0.15);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, var(--primary), var(--primary-dark));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(var(--primary), 0.2);
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-card i {
    color: var(--primary);
    font-size: 2.5rem;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    background: rgba(var(--primary), 0.1);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.feature-card:hover i {
    color: var(--surface);
    background: var(--accent);
    transform: rotate(10deg) scale(1.1);
}

.feature-card h3 {
    color: var(--primary-dark);
    margin-bottom: 15px;
    font-size: 1.5rem;
    position: relative;
    display: inline-block;
}

.feature-card h3::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--accent);
    transition: width 0.3s ease;
}

.feature-card:hover h3::after {
    width: 100%;
}

.feature-card p {
    color: var(--text-secondary);
    font-size: 16px;
    line-height: 1.7;
    flex: 1;
}

.feature-tag {
    display: inline-block;
    background: rgba(var(--accent), 0.15);
    color: var(--accent);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
    align-self: flex-start;
}

.visualization {
    flex: 1;
    min-width: 300px;
    background: linear-gradient(to bottom, var(--primary-dark), var(--primary));
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
}

.dashboard-container {
    width: 100%;
    max-width: 500px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.dashboard-header {
    padding: 20px;
    text-align: center;
    background: rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.dashboard-title {
    color: white;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 1px;
}

.dashboard-subtitle {
    color: rgb(255 255 255);
    font-size: 15px;
}

.dashboard-body {
    padding: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.dashboard-card {
    background: rgba(255,255,255,0.1);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
}

.dashboard-card:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-5px);
}

.dashboard-card i {
    font-size: 2.5rem;
    color: var(--accent);
    margin-bottom: 15px;
}

.card-title {
    color: white;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.card-value {
    color: white;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.card-label {
    color: rgba(255,255,255,0.7);
    font-size: 15px;
}

.security-status {
    grid-column: span 2;
    background: rgba(0,0,0,0.15);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
}

.status-title {
    color: white;
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.status-indicator {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: relative;
}

.status-ring {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    border: 8px solid;
    border-top-color: var(--card-public);
    border-right-color: var(--accent);
    border-bottom-color: var(--accent);
    border-left-color: var(--card-public);
    animation: rotate 8s infinite linear;
}

.status-shield {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    color: var(--card-public);
}

.status-text {
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 15px;
}

.status-subtext {
    color: rgba(255,255,255,0.7);
    font-size: 15px;
    margin-top: 5px;
}

.threat-monitor {
    grid-column: span 2;
    background: rgba(0,0,0,0.15);
    padding: 20px;
    border-radius: 15px;
}

.monitor-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.monitor-title {
    color: var(--surface);
    font-size: 1.1rem;
}

.monitor-value {
    color: var(--accent);
    font-weight: 700;
    font-size: 1.39px;
}

.monitor-graph {
    height: 80px;
    background: rgba(0,0,0,0.2);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.graph-bar {
    position: absolute;
    bottom: 0;
    width: 10px;
    background: var(--card-public);
    animation: graphBar 1.5s infinite alternate;
    border-radius: 3px 3px 0 0;
}


.floating-icon:nth-child(1) { top: 10%; left: 5%; animation-duration: 20s; }
.floating-icon:nth-child(2) { top: 20%; left: 90%; animation-duration: 25s; animation-delay: -5s; }
.floating-icon:nth-child(3) { top: 70%; left: 15%; animation-duration: 18s; animation-delay: -3s; }
.floating-icon:nth-child(4) { top: 40%; left: 80%; animation-duration: 22s; animation-delay: -7s; }
.floating-icon:nth-child(5) { top: 85%; left: 45%; animation-duration: 15s; animation-delay: -2s; }
.floating-icon:nth-child(6) { top: 25%; left: 40%; animation-duration: 17s; animation-delay: -4s; }

@media (max-width: 1100px) {
    .security-content {
        flex-direction: column;
    }
    
    .visualization {
        min-height: 500px;
    }
    
    .security-tabs {
        overflow-x: auto;
        padding-bottom: 5px;
    }
}

@media (max-width: 768px) {
    .dashboard-body {
        grid-template-columns: 1fr;
    }
    
    .security-status, .threat-monitor {
        grid-column: span 1;
    }
    
    .security-header h1 {
        font-size: 2.5rem;
    }
    
    .feature-grid {
        grid-template-columns: 1fr;
    }
}

}
.inventory-management{
.inventory-updates {
    margin-top: 25px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e9ecef;
}

.update-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

.update-title i {
    font-size: 22px;
    color: #4361ee;
    margin-right: 12px;
}

.update-title h3 {
    margin: 0;
    font-size: 18px;
    color: #2d3748;
    font-weight: 600;
}

.update-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.update-feature {
    display: flex;
    align-items: center;
    padding: 16px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #e9ecef;
}

.update-feature:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.update-icon {
    width: 48px;
    height: 48px;
    background: green;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
}

.update-icon i {
    font-size: 22px;
    color: white;
}

.update-content {
    flex: 1;
}

.update-content h4 {
    margin: 0 0 6px 0;
    font-size: 16px;
    color: #2d3748;
    font-weight: 600;
}

.update-content p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.update-status {
    margin-left: 12px;
    flex-shrink: 0;
}

.update-status i {
    font-size: 20px;
    color: #10b981;
}

.update-status i.fa-plug {
    color: #8b5cf6;
}

.update-feature:nth-child(2) .update-icon {
    background: black;
}

.update-feature:nth-child(3) .update-icon {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}


.inventory-content {
    display: flex;
    flex-wrap: wrap;
    min-height: 600px;
}

.features-section {
    flex: 1;
    min-width: 300px;
    padding: 2.5rem;
    background: var(--white);
    display: flex;
    flex-direction: column;
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--light-blue-bg);
}

.dashboard-title {
    font-size: 24px;
    color: var(--primary-dark);
    font-weight: 600;
}

.dashboard-controls {
    display: flex;
    gap: 10px;
}

.dashboard-btn {
    padding: 8px 15px;
    background: var(--light-blue-bg);
    border: none;
    border-radius: 8px;
    color: var(--primary-dark);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.dashboard-btn:hover {
    background: var(--primary);
    color: var(--white);
}

.dashboard-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.stat-card {
    background: var(--white);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 4px solid var(--primary);
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-card.warning {
    border-left-color: var(--accent);
}

.stat-card.danger {
    border-left-color: var(--accent-dark);
}

.stat-card.success {
    border-left-color: var(--card-public);
}

.stat-title {
    font-size: 14px;
    color: var(--text-lighter);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.stat-value {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 10px;
}

.stat-card.warning .stat-value {
    color: var(--accent);
}

.stat-card.danger .stat-value {
    color: var(--accent-dark);
}

.stat-card.success .stat-value {
    color: var(--card-public);
}

.stat-trend {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 5px;
}

.trend-up {
    color: var(--card-public);
}

.trend-down {
    color: var(--accent-dark);
}

.inventory-tabs {
    display: flex;
    border-bottom: 2px solid var(--light-blue-bg);
    margin-bottom: 39px;
    flex-wrap: wrap;
    min-height: auto;
    flex-direction: row;
}

.inventory-tab {
    padding: 12px 25px;
    cursor: pointer;
    font-weight: 600;
    color: var(--text-lighter);
    transition: all 0.3s ease;
    position: relative;
}

.inventory-tab.active {
    color: var(--primary);
}

.inventory-tab.active::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--accent);
}

.inventory-tab:hover {
    color: var(--primary-dark);
}

.tab-content {
    display: none;
    flex: 1;
}

.tab-content.active {
    display: flex;
    flex-direction: column;
    animation: fadeIn 0.5s ease;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    flex: 1;
}

.feature-card {
    background: var(--light-blue-bg);
    border-radius: 12px;
    padding: 25px;
    transition: all 0.4s ease;
    animation: cardAppear 0.6s ease-out forwards;
    opacity: 0;
    display: flex;
    flex-direction: column;
    border-left: 4px solid var(--primary);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0));
    z-index: 1;
}

.feature-card:hover {
    transform: translateY(-8px);
    background: var(--accent-light);
    border-left-color: var(--accent);
    box-shadow: 0 12px 25px rgba(0,0,0,0.1);
}

.feature-card i {
    color: var(--primary);
    font-size: 26px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 2;
    transform-origin: left;
}

.feature-card:hover i {
    color: var(--accent);
    transform: scale(1.2) rotate(5deg);
}

.feature-card h3 {
    color: var(--primary-dark);
    margin-bottom: 12px;
    font-size: 22px;
    position: relative;
    z-index: 2;
}

.feature-card p {
    color: var(--text-light);
    font-size: 15px;
    line-height: 1.6;
    flex: 1;
    position: relative;
    z-index: 2;
}

.feature-card .progress-container {
    height: 6px;
    background: rgba(0,0,0,0.05);
    border-radius: 3px;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.feature-card .progress-bar {
    height: 100%;
    border-radius: 3px;
    background: var(--primary);
    width: 0;
    transition: width 1s ease-in-out;
}

.visualization {
    flex: 1;
    min-width: 300px;
    background: linear-gradient(135deg, var(--light-blue-bg), #f5f9ff);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 39px;
    position: relative;
    overflow: hidden;
}

.inventory-preview {
    width: 100%;
    max-width: 450px;
    background: var(--white);
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
}

.inventory-preview-header {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    padding: 20px;
    color: var(--white);
    text-align: center;
}

.inventory-preview-header h2 {
    font-size: 22px;
    margin-bottom: 5px;
	color:white;
}
.inventory-preview-header p {
	color:white;
}
.inventory-preview-content {
    padding: 25px;
}

.product-display {
    display: flex;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--border-light);
    padding-bottom: 20px;
}

.product-image {
    width: 100px;
    height: 100px;
    background: #f5f9ff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    border: 1px solid var(--border-light);
}

.product-image i {
    font-size: 40px;
    color: var(--primary);
}

.product-details {
    flex: 1;
}

.product-title {
    color: var(--primary-dark);
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
}

.product-sku {
    color: var(--text-lighter);
    font-size: 14px;
    margin-bottom: 10px;
}

.stock-info {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.stock-level {
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}

.in-stock {
    background: color-mix(in srgb, var(--card-public) 15%, transparent);
    color: var(--card-public);
}

.low-stock {
    background: color-mix(in srgb, var(--accent) 15%, transparent);
    color: var(--accent-dark);
}

.back-ordered {
    background: color-mix(in srgb, var(--accent-dark) 15%, transparent);
    color: var(--accent-dark);
}

.stock-bar {
    height: 8px;
    background: var(--border-light);
    border-radius: 4px;
    margin-top: 10px;
    overflow: hidden;
}

.stock-fill {
    height: 100%;
    border-radius: 4px;
}

.fill-in-stock {
    background: var(--card-public);
    width: 65%;
}

.fill-low-stock {
    background: var(--accent);
    width: 25%;
}

.fill-back-ordered {
    background: var(--accent-dark);
    width: 0%;
}

.restock-section {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
    margin-top: 15px;
}

.restock-title {
    color: var(--primary-dark);
    font-size: 16px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.restock-title i {
    margin-right: 10px;
    color: var(--primary);
}

.restock-form input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    margin-bottom: 12px;
    font-size: 14px;
}

.restock-form button {
    width: 100%;
    padding: 12px;
    background: var(--primary);
    color: var(--white);
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.restock-form button:hover {
    background: var(--primary-dark);
}

.inventory-reports {
    margin-top: 25px;
    border-top: 1px solid var(--border-light);
    padding-top: 20px;
}

.report-title {
    color: var(--primary-dark);
    font-size: 16px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.report-title i {
    margin-right: 10px;
    color: var(--primary);
}

.report-items {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.report-item {
    background: #f5f9ff;
    border-radius: 8px;
    padding: 15px;
    flex: 1;
    min-width: 120px;
    text-align: center;
    border: 1px solid var(--border-light);
}

.report-item h4 {
    color: var(--text-lighter);
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 500;
}

.report-item .value {
    color: var(--primary-dark);
    font-size: 18px;
    font-weight: 700;
}

.report-item .low {
    color: var(--accent-dark);
}

@media (max-width: 900px) {
    .inventory-content {
        flex-direction: column;
    }
    
    .visualization {
        min-height: 400px;
    }
    
    .inventory-tabs {
        overflow-x: auto;
        padding-bottom: 5px;
    }
    
    .dashboard-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {
    .inventory-header {
        padding: 39px 1.5rem;
    }
    
    .inventory-header h1 {
        font-size: 28px;
    }
    
    .inventory-header p {
        font-size: 16px;
    }
    
    .inventory-tab {
        padding: 10px 15px;
        font-size: 14px;
    }
    
    .feature-grid {
        grid-template-columns: 1fr;
    }
}


.feature-card .progress-bar {
    animation: progressFill 1.5s ease-in-out forwards;
}


}
.Adv-Sales{
.product-content {
    display: flex;
    flex-wrap: wrap;
    min-height: 600px;
}

.features-section {
    flex: 1;
    min-width: 300px;
    padding: 39px;
    background: linear-gradient(to bottom, var(--light-bg-1), var(--light-blue-bg));
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.onetabs {
    display: flex;
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    min-height: auto;
    flex-direction: row;
    overflow: hidden;
}

.SalesTabs {
    flex: 1;
    padding: 14px 8px;
    cursor: pointer;
    font-weight: 600;
    color: var(--text-lighter);
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.SalesTabs i {
    font-size: 18px;
    margin-bottom: 6px;
    transition: all 0.3s ease;
}

.SalesTabs.active {
    color: var(--primary);
    background: linear-gradient(to bottom, var(--light-blue-bg), var(--light-bg-1));
}

.SalesTabs.active i {
    color: var(--accent);
    transform: translateY(-5px);
}

.SalesTabs:hover {
    background: var(--light-blue-hover);
}

.SalesTabs-content {
    display: none;
    flex: 1;
}

.SalesTabs-content.active {
    display: flex;
    animation: fadeIn 0.5s ease;
}

.feature-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 15px;
    margin-bottom: 20px;
}

.feature-card {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 12px;
    padding: 20px;
    transition: all 0.4s ease;
    animation: cardAppear 0.6s ease-out forwards;
    opacity: 0;
    display: flex;
    flex-direction: column;
    border-left: 4px solid var(--primary);
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
    min-height: 170px;
}

.feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: rgba(30, 136, 229, 0.05);
    border-radius: 0 0 0 100%;
    transition: all 0.4s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.95);
    border-left-color: var(--accent);
    box-shadow: 0 12px 25px rgba(0,0,0,0.1);
}

.feature-card:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: rgba(255, 152, 0, 0.05);
}

.feature-card i {
    color: var(--primary);
    font-size: 26px;
    margin-bottom: 12px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 2;
    transform-origin: left;
}

.feature-card:hover i {
    color: var(--accent);
    transform: rotate(10deg)scale(1.5);
}

.feature-card h3 {
    color: var(--primary-dark);
    margin-bottom: 8px;
    font-size: 18px;
    position: relative;
    z-index: 2;
}

.feature-card p {
    color: var(--text-light);
    font-size: 14px;
    line-height: 1.5;
    flex: 1;
    position: relative;
    z-index: 2;
}

.add-coupon-section {
    background: var(--white);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-top: auto;
}

.add-coupon-section h3 {
    color: var(--primary-dark);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.add-coupon-section h3 i {
    color: var(--accent);
}

.coupon-types {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.coupon-type {
    background: var(--light-blue-bg);
    border: 2px solid var(--light-blue-bg);
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.coupon-type:hover {
    border-color: var(--primary);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(30, 136, 229, 0.1);
}

.coupon-type.active {
    border-color: var(--accent);
    background: var(--accent-light);
}

.coupon-type h4 {
    color: var(--primary-dark);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.coupon-type h4 i {
    color: var(--accent);
}

.coupon-type p {
    color: var(--text-light);
    font-size: 14px;
    line-height: 1.5;
    padding-left: 26px;
}

.create-coupon-btn {
    background: var(--accent);
    color: var(--white);
    border: none;
    border-radius: 30px;
    padding: 12px 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.create-coupon-btn:hover {
    background: var(--accent-dark);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px var(--accent-shadow);
}

.visualization {
    flex: 1;
    min-width: 300px;
    background: var(--light-blue-bg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
}

.product-preview {
    width: 100%;
    max-width: 400px;
    background: var(--white);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
}

.product-image {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, var(--light-blue), #ffcc80);
}

.product-icon {
    font-size: 6rem;
    transition: all 0.4s ease;
    filter: drop-shadow(0 10px 15px rgba(0,0,0,0.2));
    color: var(--primary);
}

.product-info {
    padding: 20px;
}

.product-title {
    color: var(--primary-dark);
    font-size: 18px;
    margin-bottom: 8px;
}

.product-price {
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--accent-dark);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.original-price {
    font-size: 1.1rem;
    color: var(--card-hidden);
    text-decoration: line-through;
}

.discount-badge {
    background: #f44336;
    color: var(--white);
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
}

.product-description {
    color: var(--text-light);
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 14px;
}

.product-options {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.option {
    padding: 6px 12px;
    border: 1px solid var(--border-light);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.option:hover, .option.active {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.coupon-section {
    background: var(--light-blue-bg);
    border-radius: 10px;
    padding: 12px;
    margin-top: 10px;
}

.coupon-title {
    font-size: 15px;
    color: var(--primary);
    margin-bottom: 8px;
    font-weight: 600;
}

.coupon-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.coupon-item {
    background: var(--white);
    border: 1px dashed var(--primary);
    border-radius: 8px;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.coupon-item:hover {
    background: var(--light-blue-bg);
    transform: translateY(-3px);
}

.coupon-code {
    font-weight: bold;
    color: var(--primary-dark);
    font-size: 14px;
}

.coupon-desc {
    font-size: 0.75rem;
    color: var(--text-lighter);
}

.feature-separator {
    height: 1px;
    background: var(--border-light);
    margin: 30px 0;
    border: none;
    position: relative;
}

.feature-separator:after {
    content: '';
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 2px;
    background: linear-gradient(to right, transparent, var(--primary), transparent);
}

.recommendations-section {
    background: var(--light-bg-1);
    padding: 1.5rem;
    border-top: 1px solid var(--light-blue-bg);
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.section-title {
    font-size: 1.1rem;
    color: var(--primary-dark);
    margin-bottom: 1rem;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--accent);
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-title i {
    color: var(--accent);
}

.recommendations-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.rec-card {
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.rec-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px var(--primary-shadow);
}

.rec-image {
    height: 100px;
    background: linear-gradient(135deg, var(--light-blue-bg), #ffecb3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.rec-icon {
    font-size: 2.5rem;
    color: var(--primary);
}

.rec-content {
    padding: 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.rec-title {
    color: var(--primary-dark);
    font-size: 14px;
    margin-bottom: 6px;
    flex: 1;
}

.rec-price {
    color: var(--accent-dark);
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 8px;
}

.rec-badge {
    background: var(--accent);
    color: var(--white);
    padding: 2px 6px;
    border-radius: 20px;
    font-size: 10px;
    align-self: flex-start;
    margin-bottom: 8px;
}

.rec-button {
    background: var(--primary);
    color: var(--white);
    border: none;
    border-radius: 30px;
    padding: 6px 12px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    margin-top: auto;
}

.rec-button:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
}

@media (max-width: 1100px) {
    .product-content {
        flex-direction: column;
    }
    
    .recommendations-section {
        border-top: 1px solid var(--light-blue-bg);
    }
    
    .visualization {
        min-height: 400px;
    }
    
    .onetabs {
        overflow-x: auto;
        padding-bottom: 5px;
    }
    
    .recommendations-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }
}

@media (max-width: 500px) {
    .product-header {
        padding: 1.5rem;
    }
    
    .product-header h1 {
        font-size: 1.8rem;
    }
    
    .product-header p {
        font-size: 15px;
    }
    
    .onetab {
        padding: 8px 10px;
        font-size: 14px;
    }
    
    .product-title {
        font-size: 1.1rem;
    }
    
    .product-price {
        font-size: 1.3rem;
    }
    
    .feature-grid {
        grid-template-columns: 1fr;
    }
    
    .coupon-grid {
        grid-template-columns: 1fr;
    }
    
    .recommendations-grid {
        grid-template-columns: 1fr;
    }
}

}
.Features-Seo {
    background: linear-gradient(135deg, var(--light-bg-1), var(--light-bg-2));
    color: var(--text);
    line-height: 1.6;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
.seo-content {
    display: flex;
    flex-wrap: wrap;
    min-height: 500px;
}

.visualization {
    flex: 1;
    min-width: 300px;
    background: var(--light-blue-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 39px;
    position: relative;
    overflow: hidden;
}

.search-engine {
    width: 100%;
    max-width: 510px;
    background: var(--white);
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    position: relative;
    transition: transform 0.5s ease;
}

.search-engine:hover {
    transform:scale(1.05);
}

.search-bar {
    padding: 20px;
    background: var(--light-blue-bg);
    display: flex;
    border-bottom: 1px solid var(--border-light);
}

.search-input {
    flex: 1;
    height: 50px;
    border-radius: 30px;
    border: 1px solid var(--border-light);
    padding: 0 20px;
    font-size: 1rem;
    outline: none;
    transition: all 0.3s ease;
}

.search-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--primary-shadow);
}

.search-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--accent);
    color: var(--white);
    border: none;
    margin-left: 15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    transition: all 0.3s ease;
}

.search-button:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 15px var(--accent-shadow);
}

.search-results {
    padding: 20px;
}

.result-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-light);
}

.result-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.result-url {
    color: var(--card-public);
    font-size: 15px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.result-url i {
    margin-right: 8px;
}

.result-title {
    color: var(--primary);
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}

.result-desc {
    color: var(--text-light);
    font-size: 13px;
}

.features-section {
    flex: 1;
    min-width: 300px;
    padding: 2.5rem;
    background: var(--white);
}

.seotabs {
    display: flex;
    border-bottom: 2px solid var(--light-blue-bg);
    margin-bottom: 39px;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: auto;
}

.seotab {
    padding: 12px 25px;
    cursor: pointer;
    font-weight: 600;
    color: var(--text-lighter);
    transition: all 0.3s ease;
    position: relative;
}

.seotab.active {
    color: var(--primary);
}

.seotab.active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--accent);
}

.seotab:hover {
    color: var(--primary-dark);
}

.seotab-content {
    display: none;
}

.seotab-content.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

.feature-list {
    list-style: none;
    max-height: 480px;
    overflow-y: auto;
    padding-right: 10px;
}

.feature-list li {
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    background: var(--light-blue-bg);
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease;
    border-left: 4px solid var(--primary);
}

.feature-list li:hover {
    transform: translateX(5px);
    background: var(--accent-light);
    border-left-color: var(--accent);
}

.feature-list i {
    color: var(--accent);
    font-size: 17px;
    min-width: 30px;
    padding-top: 3px;
}

.feature-text h3 {
    color: var(--primary-dark);
    margin-bottom: 5px;
   font-size:17.5px;
}

.feature-text p {
    color: var(--text-light);
    font-size: 15px;
}

.analytics-card {
    background: linear-gradient(135deg, var(--light-blue-bg), var(--accent-light));
    border-radius: 15px;
    padding: 20px;
    margin-top: 39px;
    border-left: 4px solid var(--accent);
}

.analytics-card h3 {
    color: var(--primary-dark);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.analytics-card h3 i {
    color: var(--accent);
    margin-right: 10px;
}

.analytics-card p {
    color: var(--text-light);
    margin-bottom: 10px;
}

/* Scrollbar styling */
.feature-list::-webkit-scrollbar {
    width: 8px;
}

.feature-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.feature-list::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
}

.feature-list::-webkit-scrollbar-thumb:hover {
    background: var(--primary-dark);
}


@media (max-width: 900px) {
    .seo-content {
        flex-direction: column;
    }
    
    .visualization {
        min-height: 300px;
    }
    
    .tabs {
        overflow-x: auto;
        padding-bottom: 5px;
    }
}

@media (max-width: 500px) {
    .seo-header h1 {
        font-size: 2.39px;
    }
    
    .seo-header p {
        font-size: 1rem;
    }
    
    .tab {
        padding: 10px 15px;
        font-size: 15px;
    }
}
}

.Features-Adv-Pay{

        .product-content {
            display: flex;
            flex-wrap: wrap;
            min-height: 650px;
        }

        .features-section {
            flex: 1.2;
            min-width: 300px;
            padding: 2.5rem 3rem;
            background: var(--white);
            display: flex;
            flex-direction: column;
            position: relative;
            overflow: hidden;
        }

        .features-section::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 120%;
            height: 40px;
            background: linear-gradient(to right, var(--primary), transparent);
            transform: translateY(-20px) rotate(3deg);
            opacity: 0.1;
        }

        .Adv-Pay-tabs-container {
            display: flex;
            margin-bottom: 2.5rem;
            position: relative;
        }

        .Adv-Pay-tab {
            padding: 15px 28px;
            cursor: pointer;
            font-weight: 600;
            color: var(--text-lighter);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            z-index: 2;
            border-radius: 12px 12px 0 0;
            background: transparent;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 16px;
        }

        .Adv-Pay-tab i {
            font-size: 18px;
            transition: all 0.3s ease;
        }

        .Adv-Pay-tab.active {
            color: var(--primary);
        }

        .Adv-Pay-indicator {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--primary), var(--accent));
            border-radius: 2px;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 4px 12px var(--primary-shadow);
        }

        .Adv-Pay-tab:hover {
            color: var(--primary-dark);
        }

        .Adv-Pay-content {
            display: none;
            flex: 1;
        }

        .Adv-Pay-content.active {
            display: flex;
            flex-direction: column;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(355px, 1fr));
            gap: 25px;
        }

        .feature-card {
            background: rgba(255, 255, 255, 0.85);
            border-radius: 18px;
            padding: 28px;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            display: flex;
            flex-direction: column;
            height: min-content;
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(227, 242, 253, 0.8);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
            z-index: 1;
        }

        .feature-card::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
            background: linear-gradient(135deg, rgba(227, 242, 253, 0.6), rgba(255, 243, 224, 0.4));
            z-index: -1;
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .feature-card:hover::before {
            opacity: 1;
        }

        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px var(--primary-shadow), 0 5px 15px var(--accent-shadow);
            border-color: rgba(30, 136, 229, 0.3);
        }

        .feature-card .icon-container {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--primary), var(--primary-dark));
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 22px;
            transition: all 0.4s ease;
            box-shadow: 0 8px 20px var(--primary-shadow);
        }

        .feature-card:hover .icon-container {
            background: linear-gradient(135deg, var(--accent), var(--accent-dark));
            transform: rotate(10deg) scale(1.1);
        }

        .feature-card .icon-container i {
            color: var(--white);
            font-size: 26px;
        }

        .feature-card h3 {
            color: var(--primary-dark);
            margin-bottom: 15px;
            font-size: 22px;
            font-weight: 600;
            position: relative;
        }

        .feature-card h3::after {
            content: "";
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 40px;
            height: 3px;
            background: var(--primary);
            border-radius: 2px;
            transition: all 0.4s ease;
        }

        .feature-card:hover h3::after {
            width: 70px;
            background: var(--accent);
        }

        .feature-card p {
            color: var(--text-lighter);
            font-size: 16px;
            line-height: 1.7;
            flex: 1;
            height: min-content;
        }

        .feature-card .highlight {
            display: inline-block;
            background: rgba(255, 152, 0, 0.1);
            color: var(--accent-dark);
            padding: 2px 8px;
            border-radius: 4px;
            font-weight: 500;
        }

        /* Payment Method Form Styles */
        .payment-method-form {
            flex: 0.8;
            min-width: 300px;
            background: linear-gradient(135deg, var(--light-blue-bg), var(--accent-light));
            padding: 2.5rem;
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .payment-method-form::before {
            content: "";
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
            transform: rotate(45deg);
            z-index: 0;
        }

        .form-container {
            background: rgba(255, 255, 255, 0.85);
            border-radius: 25px;
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
            padding: 30px;
            position: relative;
            z-index: 2;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.5);
            flex: 1;
        }

        .form-container h2 {
            color: var(--primary-dark);
            font-size: 26px;
            margin-bottom: 20px;
            padding-bottom: 15px;
            border-bottom: 2px solid rgba(30, 136, 229, 0.2);
        }

        .form-container p {
            color: var(--text-lighter);
            margin-bottom: 25px;
            font-size: 16px;
        }

        .form-group {
            margin-bottom: 25px;
        }

        .form-group label {
            display: block;
            margin-bottom: 10px;
            font-weight: 600;
            color: var(--primary-dark);
            font-size: 16px;
        }

        .form-group input[type="text"],
        .form-group select {
            width: 100%;
            padding: 14px 18px;
            border: 1px solid var(--border-light);
            border-radius: 12px;
            font-size: 16px;
            transition: all 0.3s ease;
            background: var(--white);
        }

        .form-group input[type="text"]:focus,
        .form-group select:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(30, 136, 229, 0.2);
            outline: none;
        }

        .form-group input[type="checkbox"] {
            margin-right: 10px;
            width: 18px;
            height: 18px;
            accent-color: var(--primary);
        }

        .radio-group {
            display: flex;
            gap: 20px;
            margin-bottom: 15px;
        }

        .radio-group label {
            display: flex;
            align-items: center;
            gap: 8px;
            font-weight: normal;
            color: var(--text-lighter);
        }

        .radio-group input[type="radio"] {
            accent-color: var(--primary);
        }

        .select-group {
            background: var(--white);
            border: 1px solid var(--border-light);
            border-radius: 12px;
            padding: 15px;
            margin-top: 10px;
            max-height: 200px;
            overflow-y: auto;
        }

        .select-group label {
            display: flex;
            align-items: center;
            padding: 8px 0;
            font-weight: normal;
            margin-bottom: 0;
        }

        .select-group input[type="checkbox"] {
            margin-right: 10px;
        }

        .gateway-logos {
            display: grid;
              grid-template-columns: minmax(100px, max-content)
  repeat(auto-fill, 100px);
            gap: 12px;
            margin-top: 15px;
        }

        .gateway-logo {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: var(--white);
            border-radius: 10px;
            padding: 12px;
            border: 1px solid var(--border-light);
            transition: all 0.3s ease;
            min-height: 100px;
        }

        .gateway-logo:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            border-color: var(--primary);
        }

        .gateway-logo img {
            width: 80px;
            height: 40px;
            object-fit: contain;
            margin-bottom: 8px;
        }

        .gateway-logo .logo-name {
            font-size: 12px;
            text-align: center;
            color: var(--text-lighter);
            font-weight: 600;
            margin-top: 5px;
        }

        .submit-btn {
            background: linear-gradient(90deg, var(--primary), var(--primary-dark));
            color: var(--white);
            border: none;
            border-radius: 12px;
            padding: 16px 32px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            width: 100%;
            box-shadow: 0 8px 20px var(--primary-shadow);
            margin-top: 20px;
        }

        .submit-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 25px var(--primary-shadow);
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .gateway-logos {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media (max-width: 992px) {
            .product-content {
                flex-direction: column;
            }
            
            .payment-method-form {
                min-height: 500px;
            }
            
            .Adv-Pay-tabs-container {
                overflow-x: auto;
                padding-bottom: 10px;
            }
        }

        @media (max-width: 768px) {
            .gateway-logos {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        @media (max-width: 576px) {
            .product-header {
                padding: 2.5rem 1.5rem;
            }
            
            .product-header h1 {
                font-size: 32px;
            }
            
            .product-header p {
                font-size: 16px;
            }
            
            .features-section, .payment-method-form {
                padding: 39px 1.5rem;
            }
            
            .Adv-Pay-tab {
                padding: 12px 20px;
                font-size: 15px;
            }
            
            .features-grid {
                grid-template-columns: 1fr;
            }
            
            .gateway-logos {
                grid-template-columns: repeat(3, 1fr);
            }
        }

}
}