body {
    font-family: 'SUSE', sans-serif;
}

.hero {
    text-align: center;
    padding: 60px 20px;
}

.hero h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero p {
    color: #6c757d;
    margin-bottom: 0px;
}

.hero a {
    color: #0d6efd;
    text-decoration: underline;
}

.features {
    background-color: #4C79D6;
    color: #fff;
    padding: 40px 20px;
    border-radius: 8px;
    margin-top: 0px;
}

.features ul {
    list-style: none;
    padding: 0;
}

.features li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.features li i {
    color: #4caf50;
    margin-right: 10px;
}

.mockup img {
    max-width: 100%;
    margin-top: 20px;
}

.industry-container {
    padding: 40px 20px;
}

.industry-card {
    border: 2px solid #f1f1f1;
    border-radius: 12px;
    text-align: center;
    padding: 20px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.industry-card:hover,
.industry-card.active {
    border-color: #3b82f6;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.industry-card img {
    max-width: 50px;
    margin-bottom: 10px;
}

.industry-card span {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.industry-card.active span {
    color: #3b82f6;
}

.section-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.sub-text {
    font-size: 0.9rem;
    color: #6c757d;
}

.option-card {
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    text-align: center;
    padding: 15px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.option-card:hover,
.option-card.active {
    border-color: #3b82f6;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.option-card img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.option-card span {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
}

.option-card.active span {
    color: #3b82f6;
}

.slider-container {
    margin: 50px auto;
    text-align: center;
    max-width: 600px;
}

.slider {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 6px;
    background: #e0e0e0;
    outline: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    background-color: #3b82f6;
    border: 3px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.slider::-webkit-slider-thumb:hover {
    background-color: #2563eb;
}

.budget-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 0.9rem;
    color: #6c757d;
}

.selected-value {
    position: relative;
    display: inline-block;
    margin-top: 20px;
}

.selected-value span {
    background: #3b82f6;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    font-weight: bold;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}


.slider-container {
    max-width: 600px;
    margin: 0 auto;
}

.slider {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 4px;
    background: #ddd;
    outline: none;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #007bff;
    border-radius: 50%;
    cursor: pointer;
}

.budget-labels {
    font-size: 0.9rem;
    color: #666;
    text-align: center;
}

.budget-labels div {
    flex: 1;
    text-align: center;
}

.slider-container {
    max-width: 700px;
    margin: 0 auto;
}

.slider {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 4px;
    background: #ddd;
    outline: none;
    opacity: 0.9;
    transition: opacity 0.2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #007bff;
    border: 3px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.timeline-labels {
    font-size: 0.9rem;
    color: #666;
    text-align: center;
}

.timeline-labels div {
    flex: 1;
    text-align: center;
}

.is-invalid {
    border-color: #dc3545;
}

.text-success {
    font-size: 0.9rem;
    font-weight: bold;
}

.text-danger {
    font-size: 0.9rem;
}


.option-container {
    width: calc(50% - 10px); /* Two options per row with spacing */
    flex: 0 0 calc(50% - 10px);
}

.option-label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 70px; /* Set minimum height */
    padding: 12px 15px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    cursor: pointer;
    transition: all 0.3s ease;
}

.option-content {
    display: flex;
    align-items: center;
    margin-left: 10px;
    width: 100%;
}

.option-label:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.selected-option {
    border-color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.1);
}

@media (min-width: 768px) {
    .list-unstyled {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .option-container {
        width: 100%;
        flex: 0 0 100%;
    }
}

.industry-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s;
    height: 100%;
}

.industry-card.active {
    border-color: #007bff;
    box-shadow: 0 0 15px rgba(0, 123, 255, 0.2);
}

.industry-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.question-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s;
}

.question-card:hover {
    box-shadow: 0 8px 15px rgba(0,0,0,0.15);
}

.option-container {
    width: calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
}

.option-label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 70px;
    padding: 12px 15px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    cursor: pointer;
    transition: all 0.3s ease;
}

.option-content {
    display: flex;
    align-items: center;
    margin-right: 10px;
    width: 100%;
}

.option-label:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.selected-option {
    border-color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.1);
}

.form-check-input {
    margin-left: 10px;
    margin-right: 0;
}

@media (max-width: 576px) {
    .option-container {
        width: 100%;
        flex: 0 0 100%;
    }
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

.shake-animation {
    animation: shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

/* RTL slider specific styles */
.rtl-slider {
    direction: ltr; /* Keep the slider itself LTR */
    transform: scaleX(-1); /* Flip the slider horizontally */
}

/* For the slider thumb */
.rtl-slider::-webkit-slider-thumb {
    transform: scaleX(-1); /* Flip the thumb back */
}

.rtl-slider::-moz-range-thumb {
    transform: scaleX(-1);
}

.rtl-slider::-ms-thumb {
    transform: scaleX(-1);
}

/* For Firefox specifically */
.rtl-slider::-moz-range-progress {
    transform: scaleX(-1);
}

/* Style for the budget labels in RTL */
.budget-labels {
    direction: rtl;
}

/* Custom slider styling */
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #e0e0e0;
    outline: none;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #0d6efd;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

.slider::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #0d6efd;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

.profession-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px 10px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.profession-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.profession-card.active {
    border-color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.05);
    box-shadow: 0 0 15px rgba(13, 110, 253, 0.2);
}

.profession-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.profession-card span {
    font-weight: 500;
    font-size: 14px;
}

.sub-text {
    color: #0d6efd;
    font-weight: 600;
}
