<!-- Faqs Css Start -->
.faq-section {
    max-width: 900px;
    margin: auto;
	padding:50px 0px;
}

.faq-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
}
.step-content h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
}
.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.faq-question h3 {
    font-size: 25px;
	font-weight:bold;
	text-transform:capitalize;
    margin: 0;
    flex: 1;
}

.faq-number {
	font-size:25px;
    font-weight: bold;
    margin-right: 10px;
}
section.faq-section {
    width: 100%;
    max-width: 1400px;
	font-family:"Lato", Sans-serif;
    margin: 0 auto;
    padding: 30px 20px;
}

.faq-answer p {
    font-size: 17px;
    padding-left:10px;
}
.faq-icon {
    font-size: 35px;
}

.faq-answer {
    display: none;
}
		
/* Faqs css End	
 */	
	
.download-format{
	text-align:center;
}
	
.qr-generator-container {
    max-width: 1440px;
    background: #fff;
    margin: 0 auto;
    padding: 30px 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.step-indicators {
    display: flex;
    justify-content: center;
    margin: 40px 0;
    gap: 20px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0.5;
    transition: all 0.3s;
    cursor: pointer;
}

.step.active {
    opacity: 1;
}

.step-number {
    width: 40px;
    height: 40px;
    background: #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

.step.active .step-number {
    background: #4CAF50;
    color: white;
}

.step-text {
    font-size: 14px;
    color: #666;
}

.qr-shortcode-section .step-content {
    display: none;
    padding: 20px;
	/*background:#4f6ae4;*/
	background: #D94960;
    border-radius: 10px;
    margin-top: 5px;
    min-height: 500px;
}

.step-content.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.qr-types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
    margin: 30px 0;
}

.qr-type-card {
    padding: 20px;
    background: white;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid #e0e0e0;
    min-height: 125px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.qr-type-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
/*     border-color: #4CAF50; */
	color:#000;
}

.qr-type-card.active {
/*     border-color: #4CAF50; */
	border-color:#000;
    background: #f0f9f0;
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.2);
}

.qr-type-card i {
    font-size: 35px;
/*     color: #4CAF50; */
	color:#0A0A46;
    margin-bottom: 12px;
}

.qr-type-card h3 {
    margin: 10px 0;
    color: #333;
    font-size: 16px;
}

.qr-type-card p {
    color: #666;
    font-size: 13px;
    margin: 0;
    line-height: 1.4;
}

.customization-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 30px;
}


.format-btn {
    padding: 10px 18px;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    background: #eee;
    font-weight: 600;
}

.format-btn.active {
    background: #007bff;
    color: #fff;
}

.btn-download-main {
    background: #28a745;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}







 #step-3 .auth-section .auth-tabs, #step-3 .auth-section .auth-content, #step-3  h2 {
    display:none;
}
.qr-generator-container #step-3 {
    vertical-align:middle;
    position:relative;
}
.auth-section {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}







/* @media (max-width: 992px) {
    .customization-wrapper {
        grid-template-columns: 1fr;
    }
} */





.preview-section {
    background: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

#qrPreview {
   	height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 2px dashed #0A0A46;
}

#qrPreview canvas {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}

.qr-preview-placeholder {
    text-align: center;
    color: #999;
    padding: 20px;
}

.qr-preview-placeholder i {
    font-size: 50px;
/*     margin-bottom: 15px; */
    display: block;
    color: #4f6ae4;
}

.qr-preview-placeholder p {
    margin: 10px 0;
    font-size: 16px;
}

.qr-preview-placeholder small {
    font-size: 13px;
    color: #000;
}

.preview-actions {
    margin-top: 35px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.controls-section {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.qr-form-container {
    margin-bottom: 30px;
}

.qr-form {
    display: none;
    animation: fadeIn 0.3s ease;
}

.qr-form.active {
    display: block;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    transition: all 0.3s;
    background: #fafafa;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: #4CAF50;
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
    outline: none;
    background: white;
}

.form-group textarea {
    min-height: 100px;
    resize: vertical;
    font-family: inherit;
}

.form-text {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #666;
}

.real-time-badge {
    display: inline-block;
    background: linear-gradient(45deg, #FF9800, #FF5722);
    color: white;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: bold;
    margin-left: 8px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.design-customization {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
    border: 1px solid #eee;
}

.color-picker-group {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.color-picker-group label {
    min-width: 120px;
}

input[type="color"] {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    border: 2px solid #ddd;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s;
}

input[type="color"]:hover {
    transform: scale(1.05);
    border-color: #4CAF50;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
/* 	max-width:430px; */
    height: 8px;
    background: #ddd;
    border-radius: 4px;
    outline: none;
    margin: 10px 0;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    background: #4CAF50;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
    border: 3px solid white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

input[type="range"]::-webkit-slider-thumb:hover {
    background: #45a049;
    transform: scale(1.1);
}

.size-display {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    font-size: 14px;
    color: #666;
}

#sizeValue {
    font-weight: bold;
    color: #4CAF50;
    font-size: 16px;
    background: #f0f9f0;
    padding: 4px 10px;
    border-radius: 4px;
}

.form-buttons {
    display: flex;
    gap: 15px;
    margin-top: 40px;
    flex-wrap: wrap;
}

button {
    padding: 14px 28px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

button:active {
    transform: translateY(0);
}

.btn-prev {
    background: #6c757d;
    color: white;
}

.btn-prev:hover {
    background: #5a6268;
}

.btn-next, .btn-generate {
    background: #0A0A46;
    color: white;
}

.btn-next:hover, .btn-generate:hover {
    background: #0A0A46;
}

.btn-save {
    background: #28a745;
    color: white;
}

.btn-save:hover {
    background: #218838;
}

.btn-download {
    background: #17a2b8;
    color: white;
}

.btn-download:hover {
    background: #138496;
}

.btn-copy {
    background: #6c757d;
    color: white;
}

.btn-copy:hover {
    background: #5a6268;
}

.btn-login, .btn-register {
    background: #007bff;
    color: white;
    width: 100%;
    padding: 15px;
    margin-top: 10px;
}

.btn-skip {
    background: #6c757d;
    color: white;
}

.btn-skip:hover {
    background: #5a6268;
}

.auth-tabs {
    display: flex;
    gap: 5px;
    margin-bottom: 30px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.auth-tab {
    flex: 1;
    padding: 15px 20px;
    background: #f8f9fa;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px 6px 0 0;
    transition: all 0.3s;
}

.auth-tab.active {
    background: #007bff;
    color: white;
}

.google-auth {
    background: #db4437;
    color: white;
    flex: 0.5;
}

.google-auth:hover {
    background: #c33d2e;
}

.auth-content {
    padding: 20px 0;
}

.auth-form {
    display: none;
}

.auth-form.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

.logged-in-section, .auth-section {
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.save-options {
    margin: 30px 0;
}

.action-buttons {
    gap: 15px;
    margin-top: 15px;
    flex-wrap: wrap;
	text-align:center;
}
.action-buttons label {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.skip-option {
    text-align: center;
    margin: 30px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.back-button {
    text-align: center;
    margin-top: 20px;
}

/* Alerts */
.alert {
    padding: 12px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from { transform: translateX(-20px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

.alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.qr-hint {
    margin-top: 10px;
    color: #666;
    font-size: 12px;
    text-align: center;
}
.qr-generator-container .step-indicators {
    display: none !important;
}
.qr-hint i {
    color: #007bff;
    margin-right: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .qr-types-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    
    .customization-wrapper {
        gap: 20px;
    }
    
/*     #qrPreview {
        width: 250px;
        height: 250px;
    } */
    
    .form-buttons, .action-buttons {
        flex-direction: column;
    }
    
    button {
        width: 100%;
    }
    
    .auth-tabs {
        flex-direction: column;
    }
    
    .auth-tab {
        border-radius: 6px;
        margin-bottom: 5px;
    }
	
	
	
	
	
	.mobile-screen{
		height:325px !important;
	}
	.qr-shortcode-section .mobile-preview {
    width: 250px !important;
    height: 450px !important;
	}
	#qrPreview {
        width: 165px;
        height: 150px;
    }
	.qr-preview-placeholder{
		height:145px !important;
	}
	
	
}


@media (max-width: 766px) {
    .customization-wrapper {
        grid-template-columns: 1fr;
    }
	.qr-shortcode-section .qr-generator-container{
		padding:25px 12px !important;
	}
}




.qr-shortcode-section .mobile-preview {
    width: 350px;
    height: 600px;
    background: #0A0A46;
    border-radius: 30px;
    padding: 20px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.mobile-header {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.speaker {
    width: 60px;
    height: 6px;
    background: #222;
    border-radius: 3px;
}
.camera {
    width: 12px;
    height: 12px;
    background: #222;
    border-radius: 50%;
    margin-left: 10px;
}
.mobile-screen {
    height: 480px;
    background: white;
    border-radius: 10px;
    padding: 20px;
    overflow-y: auto;
}
.qr-preview-placeholder {
    height: 200px;
    display: flex;
	flex-direction:column;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 10px;
/*     margin-bottom: 20px; */
/*     border: 2px dashed #ddd; */
}
.mobile-content {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.mobile-home-button {
    width: 40px;
    height: 40px;
    background: #0A0A46;
    border-radius: 50%;
    margin: 20px auto 0;
    border: 2px solid #000000;
}