@charset "UTF-8";
/*!
 * QRcdr - php QR Code generator
 * Copyright 2015-2020 Nicola Franchini
 * item sold on codecanyon https://codecanyon.net/item/qrcdr-responsive-qr-code-generator/9226839
 */
a:hover, a:focus, a:active{
    text-decoration: none;
}
hr{
    border-color: #c7c7c7;
}
.form-control{
    background-color: rgba(0,0,0,0.01);
}
.btn:disabled{
    opacity: 0.2;
}
.btn.focus, .btn:focus{
    box-shadow: none !important;
}

img{
    max-width: 100%;
    height: auto;
}
textarea.form-control{
    margin-bottom: 1rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0;
}
.custom-file-label{
    border:none;
}
label.custom-file-label:after{
    content: "\f093" !important;
    font-family:'FontAwesome';
    width: 100%;
    border: none;
    text-align: center;
    border-radius:.25rem;
}
.custom-file-label:after{
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: calc(1.5em + .75rem);
padding: .375rem .75rem;
line-height: 1.5;

}
.nav-pills > li > a span{
    font-size: .8em;
}
.dropdown-menu {
    z-index: 1022;
}
.navbar-dark .navbar-toggler{
    border-color: transparent;
}
.logoselecta img{
    min-height: 2em;
    min-width: 2em;
    max-width: 2em;
    max-height: 2em;
}
.btn.custom-watermark{
    padding: 0;
}
.custom-watermark img{
    max-width: 100%;
    height: 2em;
    margin: .375rem .75rem;
}
.styleselecta img{
    width: 2.5em;
}
.styleselecta label{
    min-width: 2.5em;
}
.btn-group-toggle .btn{
    border-radius: 0;
}
.btn-check:active + .btn, .btn-check:checked + .btn{
    background-color: #dae0e5;
    border-color: #dae0e5;
}
/* 
* Google map
*/
#map-canvas img { 
    max-width: none; 
}
#map-canvas {
    width: 100%;
    height: 350px;
    padding: 0px;
    float: left;
}
.controls {
    margin-top: 16px;
    border: 1px solid transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#pac-input, #latlong input{
    background-color: #fff;
    padding: 0 11px 0 13px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    text-overflow: ellipsis;
}
#pac-input{
    width: 50%;
}
#latbox, #lngbox{
    width: 20%;
}
#pac-input:focus, #latlong input:focus {
    border-color: #4d90fe;
}

/* 
* QR code placeholder 
*/
.wrapresult, .resultholder{
    position: relative;
    text-align: center;
}
.resultholder svg{
    max-width: 100%;
    height: auto;
}
.placeresult{
    float: left;
    width: 100%;
    padding: 10px;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    position: relative;
}
.placeresult .linksholder .btn{
    font-size: 2.5rem;
}
.preloader{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 36px;
    display: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.preloader .fa-cog{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -18px;
}

.was-validated .form-control:valid {
  background-image: none;
  border-color: #ced4da;
}
.was-validated .custom-select:valid{
  border-color: #ced4da;   
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label{
  color: inherit;   
}
.form-group{
    margin-bottom: 1rem;
}
.overlay-gradient{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,0.2)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(-45deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
.vertical-middle{
    vertical-align: middle;
}
#infomarker_admin {
    width: 24px;
    height: 24px;
    border: 2px solid #950000;
    border-radius: 3em;
    background-color: #0FF;
    opacity: 0.5;
    cursor: move;
}
.venomap{
    width: 100%;
    height: 400px;
}
.form-control.no-validate:valid,
.form-control.no-validate:invalid {
    border-color: #ced4da;
    padding-right: .75rem;
    background: none;
}
/*
 * OL controls
 */
.ol-attribution *{
  font-size: 9px;
}
.ol-control{
  padding: 0;
}
.ol-control.ol-zoom,
.ol-control.ol-zoom:hover{
  background:none;
  z-index: 9;
}

.ol-control button,
.ol-control button:focus, .ol-control button:hover{
  background-color: #393939;
}
.ol-control button:focus, .ol-control button:hover{
  opacity: .8;
}
/* Toast Alert */
.alert_placeholder{
    position: fixed; bottom: 15px; right: 15px;
    z-index: 1021;
    transition: visibility .15s linear;
    visibility: hidden;
}
.alert_placeholder.show{
    visibility: visible;
}
.icon-spin{
    -webkit-animation:icon-spin 2s infinite linear;
    animation:icon-spin 2s infinite linear
}
@keyframes icon-spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

input[type=range].qrcdr-slider-input {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  opacity: 0.7;
}
input[type=range].qrcdr-slider-input:focus {
  outline: none;
}
input[type=range].qrcdr-slider-input::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #d3d3d3;
  border-radius: 50px;
  border: 0px solid #000000;
}
input[type=range].qrcdr-slider-input::-webkit-slider-thumb {
  box-shadow: 0px 0px 1px #000000;
  border: 0px solid #000000;
  height: 14px;
  width: 14px;
  border-radius: 50px;
  background: #0083fd;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}
input[type=range].qrcdr-slider-input:focus::-webkit-slider-runnable-track {
  background: #d3d3d3;
}
input[type=range].qrcdr-slider-input::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #d3d3d3;
  border-radius: 50px;
  border: 0px solid #000000;
}
input[type=range].qrcdr-slider-input::-moz-range-thumb {
  box-shadow: 0px 0px 1px #000000;
  border: 0px solid #000000;
  height: 14px;
  width: 14px;
  border-radius: 50px;
  background: #0083fd;
  cursor: pointer;
}
input[type=range].qrcdr-slider-input::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range].qrcdr-slider-input::-ms-fill-lower {
  background: #d3d3d3;
  border: 0px solid #000000;
  border-radius: 100px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range].qrcdr-slider-input::-ms-fill-upper {
  background: #d3d3d3;
  border: 0px solid #000000;
  border-radius: 100px;
  box-shadow: 0px 0px 0px #000000;
}

.form-control, .form-select{
    border-radius: 0;
}

input[type=range].qrcdr-slider-input::-ms-thumb {
  box-shadow: 0px 0px 1px #000000;
  border: 0px solid #000000;
  height: 14px;
  width: 14px;
  border-radius: 50px;
  background: #0083fd;
  cursor: pointer;
}
input[type=range].qrcdr-slider-input:focus::-ms-fill-lower {
  background: #d3d3d3;
}
input[type=range].qrcdr-slider-input:focus::-ms-fill-upper {
  background: #d3d3d3;
}
.input-group > .sp-colorize-container{
    flex: 1 1 auto;
    width: 1%;
}

/*
 * CropIt
 */
.image-editor{
    width: 248px;
}
.cropit-preview img{
    max-width: none;
}
.cropit-preview {
    background-size: cover;
    width: 200px;
    height: 200px;
    margin: 25px;
    border: 1px solid #E4E1E6;
}
.cropit-preview-image-container {
    cursor: move;
}
input.cropit-image-input {
    visibility: hidden;
    display: none;
}
.cropit-preview-background {
    opacity: .2;
}
input.cropit-image-zoom-input {
    position: relative;
}

.cropit-image-zoom-input, .cropit-preview{
  display: none;
}

.cropit-preview.cropit-image-loaded{
  display: block;
}
.cropit-image-loaded.cropit-image-zoom-input:not([disabled]){
  display: inline-block;
}

.accordion {--bs-accordion-border-width: 0;}

.ltr{
    direction: ltr;
}

/* Ancologi Digital Agency - Modern Enhancements */

/* Enhanced Card Styles for Dark Theme */
.card {
    border: 1px solid var(--border-color);
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    background: var(--surface-elevated);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    position: relative;
    color: var(--text-color);
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
    border-color: var(--primary-color);
}

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

.card-header {
    background: var(--surface-elevated-high);
    color: var(--text-color);
    border-bottom: 1px solid var(--border-color);
    border-radius: 20px 20px 0 0 !important;
    padding: 1.5rem 2rem;
    font-weight: 600;
}

.card-body {
    padding: 2rem;
    background: var(--surface-elevated);
    color: var(--text-color);
}

/* QR Result Area */
.qr-result-area {
    background: var(--background-light);
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
    border: 3px dashed var(--border-color);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.qr-result-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(204, 214, 39, 0.05) 50%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.qr-result-area:hover::before {
    opacity: 1;
}

.qr-result-area.has-qr {
    border-color: var(--primary-color);
    background: var(--background-white);
    box-shadow: 0 12px 40px rgba(204, 214, 39, 0.2);
    border-style: solid;
}

/* Enhanced Form Styles for Dark Theme */
.form-control {
    border: 2px solid var(--border-color);
    border-radius: 15px;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: var(--surface-color);
    color: var(--text-color);
    position: relative;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(204, 214, 39, 0.15), 0 4px 20px rgba(204, 214, 39, 0.1);
    background: var(--surface-elevated);
    color: var(--text-color);
    outline: none;
    transform: translateY(-1px);
}

.form-control:hover {
    border-color: var(--primary-light);
    background: var(--surface-elevated);
}

.form-control::placeholder {
    color: var(--text-muted);
}

.form-label {
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 0.5rem;
}

.form-select {
    background: var(--surface-color);
    color: var(--text-color);
    border: 2px solid var(--border-color);
    border-radius: 12px;
}

.form-select:focus {
    border-color: var(--primary-color);
    background: var(--surface-elevated);
    color: var(--text-color);
}

/* Navigation Tabs for Light Theme - Horizontal Layout */
.nav-tabs {
    border-bottom: 2px solid var(--border-color);
    margin-bottom: 2rem;
    background: var(--surface-color);
    border-radius: 15px 15px 0 0;
    padding: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.nav-pills {
    background: var(--surface-color);
    border-radius: 15px;
    padding: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.25rem;
}

.nav-pills .nav-link {
    border: none;
    border-radius: 12px;
    margin: 0.25rem;
    color: var(--text-secondary);
    background: transparent;
    transition: all 0.3s ease;
    font-weight: 500;
    padding: 0.75rem 1.25rem;
    white-space: nowrap;
    font-size: 0.9rem;
}

.nav-tabs .nav-link {
    border: none;
    border-radius: 12px;
    margin-right: 0.25rem;
    color: var(--text-secondary);
    background: transparent;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 500;
    padding: 1rem 1.75rem;
    position: relative;
    overflow: hidden;
}

.nav-tabs .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: var(--gradient-primary);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-pills .nav-link.active,
.nav-tabs .nav-link.active {
    background: var(--gradient-primary);
    color: var(--secondary-color);
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(204, 214, 39, 0.3);
    transform: translateY(-1px);
}

.nav-pills .nav-link:hover,
.nav-tabs .nav-link:hover {
    background: var(--surface-elevated);
    color: var(--primary-color);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(204, 214, 39, 0.2);
}

.nav-tabs .nav-link.active::before {
    width: 80%;
}

.nav-tabs .nav-link:hover::before {
    width: 60%;
}

/* Modern Button Styles */
.btn {
    border-radius: 15px;
    padding: 0.875rem 2rem;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    font-size: 1rem;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    text-decoration: none;
}

.btn:hover::before {
    left: 100%;
}

.btn-primary {
    background: var(--gradient-primary);
    color: var(--secondary-color);
    border: 2px solid var(--primary-color);
    box-shadow: 0 4px 20px rgba(204, 214, 39, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 100%);
    color: var(--secondary-color);
    border-color: var(--primary-dark);
    box-shadow: 0 8px 40px rgba(204, 214, 39, 0.5);
}

.btn-secondary {
    background: var(--gradient-secondary);
    color: var(--primary-color);
}

.btn-outline-secondary {
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color);
    background: transparent;
}

.btn-outline-secondary:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
}

.btn-lg {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    border-radius: 15px;
}

.rounded-pill {
    border-radius: 50rem !important;
}

/* Modern Form Styles */
.form-control {
    border-radius: 0.75rem;
    border: 2px solid #e5e7eb;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
    background-color: #ffffff;
}

.form-control:focus {
    border-color: #2563EB;
    box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.25);
    background-color: #ffffff;
}

.form-label {
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}

/* Modern Navigation */
.nav-pills .nav-link {
    border-radius: 0.75rem;
    font-weight: 500;
    transition: all 0.3s ease;
    margin: 0 0.25rem;
}

.nav-pills .nav-link.active {
    background: linear-gradient(135deg, #2563EB 0%, #1d4ed8 100%);
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

/* Modern QR Result Area */
.placeresult {
    border-radius: 1rem;
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border: 2px solid #e5e7eb;
    transition: all 0.3s ease;
}

.placeresult:hover {
    border-color: #2563EB;
    box-shadow: 0 0.5rem 1rem rgba(37, 99, 235, 0.1);
}

/* Modern Gradient Backgrounds */
.bg-gradient-primary {
    background: linear-gradient(135deg, #2563EB 0%, #1d4ed8 100%);
}

.bg-gradient-light {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
}

/* Modern Typography */
.display-1, .display-2 {
    font-weight: 700;
    letter-spacing: -0.025em;
}

.lead {
    font-weight: 400;
    line-height: 1.6;
}

/* Modern Spacing */
.min-vh-50 {
    min-height: 50vh;
}

/* Modern Shadows */
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* Modern Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* Modern Loading Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.fa-spin {
    animation: spin 1s linear infinite;
}

/* Modern Light Theme CSS Variables for Ancologi Brand */
:root {
    --primary-color: #ccd627;
    --primary-light: #d4de3a;
    --primary-dark: #b8c01f;
    --secondary-color: #081d20;
    --secondary-light: #0f2a2f;
    --accent-color: #10B981;
    /* Light Theme Colors - Following Best Practices */
    --background-color: #ffffff; /* Clean white background */
    --surface-color: #f8f9fa; /* Light gray surfaces */
    --surface-elevated: #ffffff; /* White elevated surfaces */
    --surface-elevated-high: #f1f3f4; /* Slightly gray highest elevation */
    --background-light: #f8f9fa;
    --background-white: #ffffff;
    --text-color: #212529; /* Dark text for readability */
    --text-secondary: #6c757d; /* Secondary text */
    --text-muted: #adb5bd; /* Muted text */
    --text-dark: #212529;
    --text-light: #6c757d;
    --border-color: #dee2e6; /* Light borders */
    --shadow-color: rgba(0, 0, 0, 0.1); /* Light shadows */
    --shadow-light: rgba(0, 0, 0, 0.075);
    --shadow-medium: rgba(0, 0, 0, 0.125);
    --shadow-heavy: rgba(0, 0, 0, 0.175);
    --gradient-primary: linear-gradient(135deg, #ccd627 0%, #d4de3a 100%);
    --gradient-secondary: linear-gradient(135deg, #081d20 0%, #0f2a2f 100%);
    --gradient-light: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    --ancologi-primary: #ccd627;
    --ancologi-secondary: #081d20;
    --ancologi-success: #10b981;
    --ancologi-warning: #f59e0b;
    --ancologi-danger: #ef4444;
    --ancologi-light: #f8f9fa;
    --ancologi-dark: #212529;
}

/* Light Theme Base Styles */
body {
    background-color: var(--background-color) !important;
    color: var(--text-color) !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    transition: all 0.3s ease;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Container improvements */
.container {
    max-width: 1200px;
}

/* Modern glass effect */
.glass-effect {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
}

/* Improved shadows */
.shadow-modern {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.shadow-soft {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

/* Enhanced contrast for better accessibility */
.high-contrast {
    color: #ffffff;
    background-color: #000000;
}

/* Modern gradient overlays */
.gradient-overlay {
    position: relative;
    overflow: hidden;
}

.gradient-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(204, 214, 39, 0.1) 0%, rgba(8, 29, 32, 0.1) 100%);
    pointer-events: none;
    z-index: 1;
}

/* Improved text readability */
.text-enhanced {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

/* Modern border styles */
.border-modern {
    border: 2px solid var(--border-color);
    border-radius: 12px;
    transition: border-color 0.3s ease;
}

.border-modern:hover {
    border-color: var(--primary-color);
}

/* Override Bootstrap defaults for light theme */
.bg-light {
    background-color: var(--surface-color) !important;
}

.bg-white {
    background-color: var(--surface-elevated) !important;
}

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

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

.border {
    border-color: var(--border-color) !important;
}

/* Header Section Styles - Compact Design */
.header-section {
    background: var(--gradient-light);
    color: var(--text-color);
    padding: 2rem 0;
    position: relative;
    overflow: hidden;
    text-align: left;
    min-height: auto;
    border-bottom: 1px solid var(--border-color);
}

.header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(135deg, rgba(204, 214, 39, 0.03) 0%, rgba(248, 249, 250, 0.95) 100%);
    z-index: 1;
}

.header-section .container {
    position: relative;
    z-index: 2;
}

.company-logo {
    margin-bottom: 1rem;
}

.company-logo .logo-img {
    max-height: 40px;
    width: auto;
    filter: brightness(1.1);
}

.free-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: var(--gradient-primary);
    color: var(--secondary-color);
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.8rem;
    margin-bottom: 1rem;
    box-shadow: var(--shadow-light);
}

.header-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-color);
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.header-description {
    font-size: 1.1rem;
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    max-width: 600px;
    line-height: 1.6;
    font-weight: 400;
}

/* Enhanced typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: var(--text-color);
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1.1rem; }

p {
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: var(--text-secondary);
}

/* Enhanced link styles */
a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: var(--primary-light);
    text-decoration: underline;
}

.company-info {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
}

.company-info .contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.company-info .contact-item i {
    color: var(--primary-color);
    width: 16px;
    text-align: center;
    font-size: 0.9rem;
}

.company-info .contact-item a {
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.company-info .contact-item a:hover {
    color: var(--primary-color);
}

.social-media {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: var(--gradient-primary);
    color: var(--secondary-color);
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-light);
    font-size: 0.9rem;
}

.social-link:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
    color: var(--secondary-color);
}

.header-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.header-visual {
    display: none; /* إخفاء العناصر البصرية الكبيرة */
}

/* Features Section - Compact */
.features-section {
    padding: 1.5rem 0;
    background: var(--background-light);
    border-bottom: 1px solid var(--border-color);
}

.feature-item {
    text-align: center;
    padding: 1rem 0.5rem;
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-2px);
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
}

.feature-icon i {
    font-size: 1.3rem;
    color: var(--secondary-color);
}

.feature-item h4 {
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1rem;
}

.feature-item p {
    color: var(--text-light);
    margin: 0;
    font-size: 0.85rem;
}

/* CTA Section */
.cta-section {
    background: var(--gradient-secondary);
    padding: 4rem 0;
    color: white;
}

.cta-section h3 {
    color: white;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-section p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
}

/* Footer Styles */
.footer {
    background: var(--secondary-color);
    color: white;
    padding: 3rem 0 1rem;
}

.footer-section {
    margin-bottom: 2rem;
}

.footer-logo-img {
    max-height: 50px;
    width: auto;
    margin-bottom: 1rem;
}

.footer-section h5,
.footer-section h6 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-weight: 600;
}

.footer-section p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

.footer-contact .contact-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.footer-contact .contact-item i {
    color: var(--primary-color);
    width: 20px;
    text-align: center;
}

.footer-contact .contact-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact .contact-item a:hover {
    color: var(--primary-color);
}

.tool-link {
    margin: 1rem 0;
}

.tool-link a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-badges {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.footer-badges .badge {
    background: var(--primary-color);
    color: var(--secondary-color);
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--primary-color);
}

.footer-social {
    margin-top: 1.5rem;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.footer-social .social-link {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social .social-link:hover {
    background: var(--primary-light);
    transform: translateY(-2px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    margin-top: 2rem;
}

.footer-info h6 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.footer-info p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0;
}

.footer-copyright p {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.5rem;
}

.footer-legal {
    display: flex;
    gap: 1rem;
}

.footer-legal a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: var(--primary-color);
}

/* Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Modern/* Sidebar Styles */
.sidebar-section {
    background: var(--surface-color);
    border-radius: 16px;
    border: 1px solid var(--border-color);
}

.sidebar-section .card {
    background: var(--surface-elevated);
    border: 1px solid var(--border-color);
}

.sidebar-section .card-header {
    background: var(--gradient-primary);
    color: var(--secondary-color);
    border-bottom: 1px solid var(--border-color);
}

.sidebar-section .card-header h5 {
    color: var(--text-color);
    font-weight: 600;
}

.sidebar-section .list-unstyled li {
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.popular-types .badge {
    font-size: 0.75rem;
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
}

.badge-primary {
    background: var(--primary-color);
    color: var(--secondary-color);
}

.badge-secondary {
    background: var(--secondary-color);
    color: var(--primary-color);
}

.sidebar-section .btn-sm {
    padding: 0.4rem 1rem;
    font-size: 0.875rem;
    border-radius: 8px;
}

.sidebar-section .text-success {
    color: var(--accent-color) !important;
}

/* Enhanced Responsive Design */
@media (max-width: 1200px) {
    .header-title {
        font-size: 3.5rem;
    }
    
    .container {
        max-width: 100%;
        padding: 0 2rem;
    }
}

@media (max-width: 992px) {
    .header-title {
        font-size: 3rem;
    }
    
    .header-description {
        font-size: 1.2rem;
    }
    
    .card-body {
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .header-section {
        padding: 3rem 0;
        min-height: 60vh;
    }
    
    .header-title {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
    
    .header-description {
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }
    
    .company-logo .logo-img {
        max-height: 40px;
    }
    
    .card-body {
        padding: 1.25rem;
    }
    
    .btn {
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
        width: 100%;
        margin-bottom: 0.5rem;
    }
    
    .btn-lg {
        padding: 0.6rem 1.5rem;
        font-size: 1rem;
    }
    
    .nav-tabs .nav-link {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
    
    .form-control {
        padding: 0.875rem 1rem;
    }
    
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    .card {
        margin-bottom: 1rem;
    }
    
    .header-actions {
        flex-direction: column;
        gap: 1rem;
    }
    
    .features-section .row {
        gap: 1rem;
    }
    
    .header-visual {
        height: 300px;
        margin-top: 2rem;
    }
    
    .qr-preview-container {
        width: 200px;
        height: 200px;
    }
    
    .social-media {
        justify-content: center;
    }
    
    .company-info {
        text-align: center;
    }
    
    .footer-section {
        text-align: center;
        margin-bottom: 2rem;
    }
    
    .footer-bottom {
        text-align: center;
    }
    
    .footer-legal {
        justify-content: center;
        margin-top: 1rem;
    }
}

@media (max-width: 576px) {
    .header-title {
        font-size: 2rem;
    }
    
    .header-description {
        font-size: 1rem;
    }
    
    .container {
        padding: 0 1rem;
    }
    
    .card {
        margin-bottom: 1.5rem;
    }
    
    .sidebar-section {
        margin-top: 2rem;
    }
}

/* Loading states and animations */
.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
}

.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid var(--border-color);
    border-top: 2px solid var(--primary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Focus states for accessibility */
.btn:focus,
.form-control:focus,
.nav-link:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .header-section,
    .sidebar-section,
    .btn {
        display: none !important;
    }
    
    .card {
        border: 1px solid #000;
        box-shadow: none;
    }
}

/* Modern Focus States */
.btn:focus,
.form-control:focus,
.nav-link:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.25);
}

/* Modern Hover Effects */
.hover-lift {
    transition: transform 0.3s ease;
}

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

/* Modern Badge Styles */
.badge {
    font-weight: 500;
    letter-spacing: 0.025em;
}

/* Modern Border Radius */
.rounded-4 {
    border-radius: 1rem !important;
}

.rounded-3 {
    border-radius: 0.75rem !important;
}

/* Modern Text Colors */
.text-primary {
    color: var(--ancologi-primary) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* Modern Background Opacity */
.bg-opacity-10 {
    background-color: rgba(37, 99, 235, 0.1) !important;
}

.bg-opacity-20 {
    background-color: rgba(37, 99, 235, 0.2) !important;
}

/* Modern Utilities */
.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

/* Modern QR Code Styling */
.qr-container {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

/* Success and Error States */
.alert {
    border-radius: 12px;
    border: none;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
    box-shadow: var(--shadow-light);
}

.alert-success {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    border-left: 4px solid #065f46;
}

.alert-danger {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    border-left: 4px solid #991b1b;
}

.alert-info {
    background: var(--gradient-primary);
    color: var(--secondary-color);
    border-left: 4px solid var(--primary-dark);
}

/* Loading States */
.loading {
    position: relative;
    overflow: hidden;
}

.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(204, 214, 39, 0.3), transparent);
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* Hover Effects */
.hover-lift {
    transition: all 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-heavy);
}

/* Badge Styles */
.badge {
    border-radius: 8px;
    padding: 0.5rem 1rem;
    font-weight: 600;
    font-size: 0.85rem;
}

.badge-primary {
    background: var(--gradient-primary);
    color: var(--secondary-color);
}

.badge-secondary {
    background: var(--gradient-secondary);
    color: var(--primary-color);
}

/* Progress Bar */
.progress {
    height: 8px;
    border-radius: 10px;
    background: var(--background-light);
    overflow: hidden;
}

.progress-bar {
    background: var(--gradient-primary);
    border-radius: 10px;
    transition: width 0.3s ease;
}

/* Tooltip Styles */
.tooltip {
    font-size: 0.875rem;
}

.tooltip-inner {
    background: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 8px;
    padding: 0.5rem 1rem;
}

.form-control, .form-select{
    border-radius: 0;
}

input[type=range].qrcdr-slider-input::-ms-thumb {
  box-shadow: 0px 0px 1px #000000;
  border: 0px solid #000000;
  height: 14px;
  width: 14px;
  border-radius: 50px;
  background: #0083fd;
  cursor: pointer;
}
input[type=range].qrcdr-slider-input:focus::-ms-fill-lower {
  background: #d3d3d3;
}
input[type=range].qrcdr-slider-input:focus::-ms-fill-upper {
  background: #d3d3d3;
}
.input-group > .sp-colorize-container{
    flex: 1 1 auto;
    width: 1%;
}

/*
 * CropIt
 */
.image-editor{
    width: 248px;
}
.cropit-preview img{
    max-width: none;
}
.cropit-preview {
    background-size: cover;
    width: 200px;
    height: 200px;
    margin: 25px;
    border: 1px solid #E4E1E6;
}
.cropit-preview-image-container {
    cursor: move;
}
input.cropit-image-input {
    visibility: hidden;
    display: none;
}
.cropit-preview-background {
    opacity: .2;
}
input.cropit-image-zoom-input {
    position: relative;
}

.cropit-image-zoom-input, .cropit-preview{
  display: none;
}

.cropit-preview.cropit-image-loaded{
  display: block;
}
.cropit-image-loaded.cropit-image-zoom-input:not([disabled]){
  display: inline-block;
}

.accordion {--bs-accordion-border-width: 0;}

.ltr{
    direction: ltr;
}