:root {
    --text-color: rgba(0, 0, 0, 0.87);
    /* --secondary-color: rgb(0, 94, 253); */
    --field-text-color: rgb(19, 19, 19);
    --field-place-color: rgb(101, 101, 101);
    --field-color: rgb(230, 230, 230);
    --secondary-color: #6b41ff;
}

/* DROPDOWN BUTTON ANIMATION */
.animated-dropdown-btn {
    color: #ffffff;
    font-weight: 700;
    border-radius: 2rem;
    border: 2px solid #ffffff;
    padding: .55rem 1.5rem .55rem 1.1rem;
    transition: background 0.19s, box-shadow 0.19s;
}
.animated-dropdown-btn:hover {
    background: #ffffff;
    color: #000000;
}
.animated-dropdown-btn i {
    transition: transform 0.23s cubic-bezier(.62,-0.08,.46,1.15);
}
.animated-dropdown-btn[aria-expanded="true"] i {
    transform: rotate(180deg);
}	
.glass-dropdown .dropdown-menu {
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(12px) saturate(1.5);
    -webkit-backdrop-filter: blur(12px) saturate(1.5);
    border-radius: 1.25rem;
    box-shadow: 0 8px 24px rgba(30, 64, 175, 0.09), 0 1.5px 6px rgba(0,0,0,.08);
    border: none;
    min-width: 180px;
    padding: 0.35rem 0.1rem;
    
}

.glass-dropdown .dropdown-item {
    color: #222;
    font-weight: 500;
    border-radius: .8rem;
    transition: background 0.17s, color 0.15s;
    padding: 0.65rem 1.25rem;
    margin: 0.13rem 0rem;
}
.glass-dropdown .dropdown-item:hover, .glass-dropdown .dropdown-item.active {
        background: rgb(224 235 251);
    color: #9c79f8;
}
@keyframes glass-pop {
    from { opacity: 0; transform: translateY(15px) scale(.98);}
    to   { opacity: 1; transform: translateY(0) scale(1);}
}
            .sidebar-collapsed {
                width: 58px;
                transition: width 0.25s;
            }

            .sidebar-expanded {
                width: 256px;
                transition: width 0.25s;
            }

            .sidebar-collapsed .sidebar-label {
                opacity: 0;
                width: 0;
                pointer-events: none;
                transition: opacity 0.18s, width 0.18s;
                display: none;
            }

            .sidebar-expanded .sidebar-label {
                opacity: 1;
                width: auto;
                transition: opacity 0.18s, width 0.18s;
                display: inline;
            }

            /* Smooth Sidebar Transition */
            .bootstrap-sidebar {
                width: 58px;
                overflow: hidden;
                transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
                z-index: 9999 !important;
            }

            .bootstrap-sidebar.expanded {
                width: 256px;
            }
			.humaniser-class{
			    align-items: center;
				border: 0.83px solid #E6E6E6;
				border-radius: 20px;
				background: linear-gradient(#ece5ff, #fdf9ff 66%);
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				-webkit-justify-content: center;
				justify-content: center;
				padding-top: 80px;
				padding-bottom: 80px;
				margin-top: 40px;
				padding: 80px;
			}
			.landing-text{
				margin: 0;
				color: #1d2130;
				font-weight: 400;
				font-size: 0.875rem;
				line-height: 1.43;
				letter-spacing: 0.01071em;
				white-space: pre-line;
				font-size: 18px;
			}
			
			.spantext {
				background: linear-gradient(74deg, #bfaaff, #6b41ff 31%, #f64cff 76%, #ffc553);
				margin: 0;
				font-weight: 300;
				line-height: 1.2;
				letter-spacing: -0.00833em;
				color: #000;
				font-weight: 700;
				background: linear-gradient(74deg, #bfaaff, #6b41ff 31%, #f64cff 76%, #ffc553);
				-webkit-background-clip: text;
				background-clip: text;
				-webkit-text-fill-color: transparent;
			}
			
			.ai-detector{
			 background: linear-gradient(#fff9e5, #fefbf6 28%);
			}
			.plagiarism-remover{
			background: linear-gradient(#e0ffe3, #fdfffa);
			}
            .bootstrap-sidebar .sidebar-label {
                display: inline-block;
                opacity: 0;
                margin-left: 0;
                max-width: 0;
                transition:
                    opacity 0.25s ease,
                    margin-left 0.2s cubic-bezier(0.77, 0, 0.175, 1),
                    max-width 0.2s cubic-bezier(0.77, 0, 0.175, 1);
                white-space: nowrap;
                overflow: hidden;
            }

            .bootstrap-sidebar.expanded .sidebar-label {
                opacity: 1;
                margin-left: 12px;
                max-width: 180px;
            }

            /* Optional: Highlight on hover */
            .bootstrap-sidebar a:hover,
            .bootstrap-sidebar a.active {
                background: #e7f1fa;
                color: #0d6efd;
            }

            .gradient-header-bg {
                background: linear-gradient(90deg, #38bdf8 0%, #a78bfa 50%, #8b5cf6 100%);
            }

            .bootstrap-sidebar:not(.expanded) a {
                justify-content: center !important;
            }
            
            
            
            .steps {
				border-radius: 30px;
				background-color: rgb(255, 255, 255);
				box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.07);
				width: 100%;
				min-height: 300px;
				overflow: hidden;
				padding: 60px;
				display: grid;
				align-content: center;
				position: relative;
				width: 65%;
				margin: 0 auto;
			}
			article .main-heading {
				font-size: 35px;
				color: var(--text-color);
				font-weight: bold;
				line-height: 2;
			}
			article .main-text {
				font-size: 14px;
				color: var(--field-place-color);
				line-height: 1.5;
				width: 100%;
			}
			.extract-preview {
        margin-top: 1.7rem;
        background: #f3f4f6;
        border-radius: 0.75rem;
        padding: 1rem;
        color: #334155;
        font-size: 0.98rem;
        white-space: pre-wrap;
        max-height: 190px;
        overflow-y: auto;
    }
    
			.form-inner {
				position: relative;
			}
			.steps-inner {
				margin-top: 20px;
			}
			.lightSpeedIn {
				animation: lightSpeedIn 0.7s ease-in forwards;
			}
			
			.input-field, .select-field {
				width: 100%;
				height: auto;
				position: relative;
			}
			.input-field label, .radio-box label {
				font-size: 16px;
				color: var(--field-text-color);
				line-height: 1.8;
				font-weight: 600;
				margin-bottom: 10px;
				display: block;
			}
			.slider-value {
				font-size: 1.25rem;
				font-weight: bold;
				color: var(--secondary-color);
			}
			
			.input-field input, .select-field select, .input-field textarea {
				border: solid 2px var(--field-color);
				border-radius: 5px;
				background-color: rgb(255, 255, 255);
				width: 100%;
				height: 60px;
				font-size: 14px;
				color: var(--field-place-color);
				padding: 0 20px;
				transition: 0.4s ease;
				margin-bottom: 30px;
			}
			.input-field textarea{
resize:none;height:350px;padding: 20px;
}
			
			.next-prev {
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
				width: 100%;
				height: 100%;
				margin-top: 50px;
				justify-content: center;
			}
			
			.button {
				box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.07);
				padding: 0 20px;
				height: 53px;
				border-radius: var(--bs-border-radius-pill)!important;
				font-size: 15px;
				color: rgb(255, 255, 255);
				font-weight: 600;
				text-transform: uppercase;
				background:linear-gradient(to right, #38bdf8, #a78bfa);
				border:none;
				align-items: center;
				display: flex;
				text-decoration: none;
			}
			
			.button:hover {
				background:var(--secondary-color);
			}
			.progress-bar{
			background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
			}
			.next-prev button {
				box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.07);
				padding: 0 20px;
				height: 53px;
				border-radius: var(--bs-border-radius-pill)!important;
				font-size: 15px;
				color: rgb(255, 255, 255);
				font-weight: 600;
				text-transform: uppercase;
				background:linear-gradient(to right, #38bdf8, #a78bfa);
				border:none;
				align-items: center;
				display: flex;
				text-decoration: none;
			}
			
			.next-prev button:hover {
				background:var(--secondary-color);
			}
			
			
			
			  .order-upload-section {
        background: #f9fafb;
        border-radius: 1.25rem;
        box-shadow: 0 2px 24px 0 rgba(80,80,130,0.10);
        padding: 2.5rem 2rem;
        margin-top: 2rem;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        transition: box-shadow 0.2s;
        box-shadow: 0 4px 40px 0 rgba(80,80,130,0.18);
    }
    
    .upload-label {
        font-size: 1.1rem;
        font-weight: 600;
        color: #7c3aed;
        margin-bottom: 0.5rem;
    }
    .upload-hint {
        margin-bottom: 1.5rem;
    }
    .file-input-box {
        background: #f3f4f6;
        border: 2px dashed #a78bfa;
        border-radius: 0.75rem;
        padding: 2.2rem 1rem;
        text-align: center;
        transition: border-color 0.2s;
    }
    .file-input-box:hover {
        border-color: #6366f1;
    }
    .custom-file-input::-webkit-file-upload-button {
        visibility: hidden;
    }
    .custom-file-input::before {
        content: 'Choose file';
        display: inline-block;
        background: #6366f1;
        color: #fff;
        border: none;
        border-radius: 20px;
        padding: 0.6rem 1.2rem;
        font-weight: 500;
        cursor: pointer;
        margin-right: 8px;
    }
    .next-btn {
        background: linear-gradient(90deg,#38bdf8,#a78bfa);
        border: none;
        color: #fff;
        border-radius: 100px;
        padding: 0.75rem 2.5rem;
        font-size: 1rem;
        font-weight: 600;
        transition: box-shadow 0.16s, background 0.2s;
        box-shadow: 0 2px 8px 0 rgba(56,189,248,0.10);
    }
    .next-btn:hover {
        background: linear-gradient(90deg,#a78bfa,#38bdf8);
        box-shadow: 0 4px 20px 0 rgba(168,139,250,0.12);
        color: #fff;
    }
    .extract-preview {
        margin-top: 1.7rem;
        background: #f3f4f6;
        border-radius: 0.75rem;
        padding: 1rem;
        color: #334155;
        font-size: 0.98rem;
        white-space: pre-wrap;
        max-height: 190px;
        overflow-y: auto;
    }
    .file-name-preview {
    font-size: 1.06rem;
    color: #6366f1;
    margin-top: 0.3rem;
    white-space: break-spaces;
    word-break: break-all;
    max-width: 100%;
    overflow-x: auto;
}
    
    
    .upload-btn-custom {
    display: inline-block;
    padding: 0.7rem 2.3rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg,#38bdf8,#a78bfa);
    border-radius: 25px;
    cursor: pointer;
    border: none;
    transition: background 0.2s, box-shadow 0.18s;
    margin-bottom: 0.6rem;
    box-shadow: 0 2px 12px 0 rgba(56,189,248,0.08);
}
.upload-btn-custom:hover {
    background: linear-gradient(90deg,#a78bfa,#38bdf8);
}


.stripe-button {
    background: #635BFF;
    color: #fff;
    padding: 12px 24px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.stripe-button:hover {
    background-color: #4b42e0;
}

.paypal-button {
    background: #FFC439;
    color: #111;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.paypal-button:hover {
    background-color: #e0ac00;
}


            @media (max-width: 991.98px) {
                aside {
                    display: none !important;
                }
            }
			
			@media (max-width: 576px) {
                .steps {
					width: 100%;
					margin-top: 0;
					display: block;
					padding: 20px;
                }
                .download-buttons{
					display: block !important;                
                }
                .download-buttons button {
						width: 100%;
				}
                .card-header {
					display: block !important; text-align:center;
				}
            }
