.service_container{margin:20px auto;padding:30px;background-color:#f5f5f5;border-radius:5px;box-shadow:0 2px 5px rgba(0,0,0,0.1);max-width:1200px}.breadcrumb{background-color:#f0f2f5;margin:0 auto;padding:15px 30px;display:flex;align-items:center;flex-wrap:wrap;max-width:1200px}.breadcrumb a{color:#0066cc;text-decoration:none;margin-right:10px}.breadcrumb span{color:#666;margin-right:10px}.breadcrumb-separator{margin:0 5px;color:#666}.service_container{background-color:white;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,0.1);margin:20px;overflow:hidden}.service_header{background-color:#e6f0fa;padding:20px;text-align:center}.service_header_title{color:#333;font-size:24px;font-weight:bold}.service_form_container{padding:30px;margin:0 auto;max-width:1000px}.service_form_group{margin-bottom:25px}.service_form_label{display:block;font-weight:bold;margin-bottom:8px;color:#333}.service_required::after{color:red;content:" *"}.service_input,.service_select,.service_textarea{border:1px solid #ddd;border-radius:3px;font-size:14px;padding:12px;width:100%}.service_input:focus,.service_select:focus,.service_textarea:focus,.custom-file-input:focus-within{border-color:#4CAF50 !important;box-shadow:0 0 0 2px rgba(76,175,80,0.2);outline:none}.service_textarea{height:120px;resize:vertical}.service_row{display:flex;flex-wrap:wrap;margin:0 -15px;gap:20px}.service_col{flex:1;padding:0 15px;min-width:250px;margin-bottom:0}.service_submit_btn{background-color:#0066cc;border:none;border-radius:3px;color:white;cursor:pointer;font-size:14px;font-weight:bold;padding:12px 24px;text-transform:uppercase;transition:background-color 0.3s}.service_submit_btn:hover{background-color:#0052a3}.select2-container{position:relative;width:100%}.select2-container select.service_select{position:absolute;opacity:0;pointer-events:none;width:100%;height:100%;z-index:1}.select2-selection{background-color:#fff;border:1px solid #ddd;border-radius:3px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;min-height:42px;padding:6px 12px;position:relative;z-index:0}.select2-selection:hover{border-color:#aaa}.select2-selection:after{content:"▼";font-size:12px;margin-left:10px}.select2-dropdown{background-color:#fff;border:1px solid #ddd;border-radius:3px;box-shadow:0 2px 5px rgba(0,0,0,0.1);display:none;left:0;max-height:300px;overflow-y:auto;position:absolute;top:100%;width:100%;z-index:100}.select2-search{padding:8px;position:sticky;top:0;background:white;z-index:1;border-bottom:1px solid #eee}.select2-search input{border:1px solid #ddd;border-radius:3px;padding:8px 10px;width:100%}.select2-search input:focus{border-color:#4CAF50;outline:none}.select2-results{list-style:none;margin:0;padding:0}.select2-option{cursor:pointer;padding:8px 12px}.select2-option:hover,.select2-option.highlighted{background-color:#f5f5f5}.select2-option.selected{background-color:#e8f5e9;color:#4CAF50}.select2-container.open .select2-dropdown{display:block}.flag-img{height:16px;margin-right:8px;vertical-align:middle;width:auto}.country-option{display:flex;align-items:center}.custom-file-input{position:relative;display:inline-block;width:100%}.custom-file-input input[type="file"]{position:absolute;left:0;top:0;opacity:0;width:100%;height:100%;cursor:pointer;z-index:2}.custom-file-label{display:flex;align-items:center;justify-content:space-between;background-color:#fff;border:1px solid #ddd;border-radius:3px;padding:12px 15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;transition:all 0.3s}.custom-file-label:hover{border-color:#aaa}.custom-file-label-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-file-button{background-color:#f5f5f5;border:none;border-radius:3px;color:#333;font-size:14px;margin-left:10px;padding:5px 10px;white-space:nowrap}.custom-file-input:hover .custom-file-button{background-color:#e0e0e0}.image-preview-container{margin-top:10px;display:none;text-align:center}.image-preview{max-width:100%;max-height:200px;border:1px solid #ddd;border-radius:3px;padding:5px;background-color:#fff}.time-input-container{position:relative}.time-input-container .time-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#666;pointer-events:none}input[type="date"]{position:relative}input[type="date"]::-webkit-calendar-picker-indicator{background:transparent;color:transparent;cursor:pointer;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.date-input-container{position:relative}.date-input-container .date-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#666;pointer-events:none}@media (max-width:768px){.service_container{margin:10px;padding:15px}.breadcrumb{padding:10px 15px}.service_form_container{padding:15px}.service_col{flex:100%;margin-bottom:15px;padding:0}.service_row{margin:0;gap:15px}}.modal{position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.6);justify-content:center;align-items:center;display:none}.modal-content{background:#fff;padding:20px;width:90%;max-width:500px;margin:auto;position:relative;border-radius:8px}.close-modal{position:absolute;top:10px;right:15px;font-size:20px;cursor:pointer}.no-shadow{box-shadow:none !important}.modal-backdrop{z-index:1040 !important}.modal{z-index:1050 !important}.modal-content{pointer-events:auto}.notification{position:fixed;top:20px;right:20px;padding:15px 25px;background-color:#4CAF50;color:white;border-radius:4px;box-shadow:0 2px 5px rgba(0,0,0,0.2);z-index:1000;display:none;animation:slideIn 0.5s ease-out;min-width:300px}.notification-content{display:flex;align-items:center;justify-content:space-between;gap:10px}.notification-left{display:flex;align-items:center;gap:10px}.notification-close{background:none;border:none;color:white;cursor:pointer;padding:0;font-size:20px;opacity:.\1;transition:opacity 0.3s}.notification-close:hover{opacity:1}.notification-message{font-size:14px;margin-right:10px}@keyframes slideIn{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.notification.show{display:block}.service_input.error,.service_select.error,.service_textarea.error{border-color:#dc3545 !important;box-shadow:0 0 0 2px rgba(220,53,69,0.2) !important}.error-message{color:#dc3545;font-size:12px;margin-top:5px;display:none}.error-message.show{display:block}.service_form_group.has-error .service_form_label{color:#dc3545}.input-group{display:flex;align-items:stretch;width:100%}.input-group-text{display:flex;align-items:center;padding:12px;background-color:#f8f9fa;border:1px solid #ddd;border-right:none;border-radius:3px 0 0 3px;color:#333;font-weight:500;min-width:60px;justify-content:center}.input-group .service_input{border-radius:0 3px 3px 0;flex:1}.input-group:focus-within .input-group-text{border-color:#4CAF50;color:#4CAF50}.input-group:focus-within .service_input{border-color:#4CAF50}.budget-select{position:relative;width:100%}.budget-select .service_select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:40px;cursor:pointer;transition:all 0.3s ease}.budget-select .service_select:hover{border-color:#4CAF50;box-shadow:0 0 0 2px rgba(76,175,80,0.1)}.budget-select .service_select:focus{border-color:#4CAF50;box-shadow:0 0 0 2px rgba(76,175,80,0.2);outline:none}.budget-select .service_select option{padding:12px;font-size:14px;color:#333;background-color:white}.budget-select .service_select option:hover{background-color:#f5f5f5}.budget-select .service_select option:checked{background-color:#e8f5e9;color:#4CAF50;font-weight:500}.budget-select-container{position:relative;width:100%}.budget-select-container::after{content:"💰";position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;font-size:16px;z-index:1}.budget-select-container .service_select{padding-right:45px}.budget-range{display:inline-block;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;margin-left:8px}.budget-range.low{background-color:#e8f5e9;color:#2e7d32}.budget-range.medium{background-color:#fff3e0;color:#f57c00}.budget-range.high{background-color:#fce4ec;color:#c2185b}.budget-range.discussion{background-color:#e3f2fd;color:#1976d2}.budget-select-container.budget-low .service_select{border-color:#2e7d32;background-color:#f1f8e9}.budget-select-container.budget-medium .service_select{border-color:#f57c00;background-color:#fff8e1}.budget-select-container.budget-high .service_select{border-color:#c2185b;background-color:#fce4ec}.budget-select-container.budget-discussion .service_select{border-color:#1976d2;background-color:#e3f2fd}.budget-select-container.budget-low .service_select:focus{box-shadow:0 0 0 2px rgba(46,125,50,0.2)}.budget-select-container.budget-medium .service_select:focus{box-shadow:0 0 0 2px rgba(245,124,0,0.2)}.budget-select-container.budget-high .service_select:focus{box-shadow:0 0 0 2px rgba(194,24,91,0.2)}.budget-select-container.budget-discussion .service_select:focus{box-shadow:0 0 0 2px rgba(25,118,210,0.2)}.glassmorphism-card{background:rgba(255,255,255,0.7);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.3);border-radius:15px;box-shadow:0 8px 32px rgba(31,38,135,0.1);transition:all 0.3s ease}.glassmorphism-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgba(31,38,135,0.2);background:rgba(255,255,255,0.85)}[data-theme="dark"] .glassmorphism-card{background:rgba(30,30,30,0.7);border:1px solid rgba(255,255,255,0.1);color:#e0e0e0}[data-theme="dark"] .glassmorphism-card:hover{background:rgba(40,40,40,0.85);box-shadow:0 12px 40px rgba(0,0,0,0.3)}[data-theme="dark"] .text-muted{color:#b0b0b0 !important}[data-theme="dark"] .badge.bg-primary.bg-opacity-10{background-color:rgba(102,126,234,0.2) !important;color:#a0b0ff !important;border-color:rgba(102,126,234,0.4) !important}[data-theme="dark"] .badge.bg-secondary.bg-opacity-10{background-color:rgba(108,117,125,0.2) !important;color:#c0c0c0 !important;border-color:rgba(108,117,125,0.4) !important}[data-theme="dark"] .badge.bg-light{background-color:rgba(255,255,255,0.1) !important;color:#e0e0e0 !important}[data-theme="dark"] .card{background:rgba(30,30,30,0.9);color:#e0e0e0}[data-theme="dark"] .card-body{color:#e0e0e0}.service-card{cursor:pointer}.service-card-popular{transition:all 0.3s ease}.service-card-popular:hover{transform:translateY(-10px)}.stat-card{border:2px solid transparent;transition:all 0.3s ease}.stat-card:hover{border-color:var(--bs-primary)}.stat-number{font-size:2.5rem;font-weight:bold;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.search-form .input-group{border-radius:.\1rem;overflow:hidden}.search-form input:focus{box-shadow:none}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.service-card,.stat-card,.service-card-popular{animation:fadeInUp 0.6s ease-out;animation-fill-mode:both}.service-card:nth-child(1),.stat-card:nth-child(1),.service-card-popular:nth-child(1){animation-delay:.\1s}.service-card:nth-child(2),.stat-card:nth-child(2),.service-card-popular:nth-child(2){animation-delay:.\1s}.service-card:nth-child(3),.stat-card:nth-child(3),.service-card-popular:nth-child(3){animation-delay:.\1s}.service-card:nth-child(4),.stat-card:nth-child(4),.service-card-popular:nth-child(4){animation-delay:.\1s}.service-card:nth-child(5),.stat-card:nth-child(5),.service-card-popular:nth-child(5){animation-delay:.\1s}.service-card:nth-child(6),.stat-card:nth-child(6),.service-card-popular:nth-child(6){animation-delay:.\1s}.service-card:nth-child(7),.stat-card:nth-child(7),.service-card-popular:nth-child(7){animation-delay:.\1s}.service-card:nth-child(8),.stat-card:nth-child(8),.service-card-popular:nth-child(8){animation-delay:.\1s}.service-card:nth-child(9),.stat-card:nth-child(9),.service-card-popular:nth-child(9){animation-delay:.\1s}.service-card:nth-child(10),.stat-card:nth-child(10),.service-card-popular:nth-child(10){animation-delay:1.0s}.service-card:nth-child(11),.stat-card:nth-child(11),.service-card-popular:nth-child(11){animation-delay:1.1s}.service-card:nth-child(12),.stat-card:nth-child(12),.service-card-popular:nth-child(12){animation-delay:1.2s}.step-card{transition:all 0.3s ease}.step-card:hover{transform:scale(1.05)}.step-number{box-shadow:0 4px 15px rgba(0,0,0,0.2)}@media (max-width:768px){.stat-number{font-size:2rem}.hero-section h1{font-size:2rem}.hero-section .lead{font-size:1rem}}