body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa;
}

/* logo sections */
.top-bar {
    width: 100%;
    height: 80px;
    background-color:transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.logo {
    height: 60px;
}

.left {
    float: left;
}

.right {
    float: right;
}
/* end of logo  */

.navbar-brand {
    font-weight: bold;
    margin-left: 1.8%;
}
.hero-section {
    /* background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1523240795612-9a054b0db644?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80'); */
    background: linear-gradient(rgba(100, 100, 100, 0.6), rgba(0, 0, 0, 0.6)), url('./images/praveensir\ \(1\).png');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 16rem 0;

}
.feature-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #0056b3;
}
.form-container {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.testimonial {
    background-color: #e9ecef;
    border-left: 4px solid #0056b3;
    padding: 20px;
    margin-bottom: 20px;
}

.navbar{
    background: orange;
}
 .nav-item:hover{
background: #0056b3;
color: white;
 }
 .nav-item{
    color: white;
    font-weight: bolder;
 }
 


/* view res css  */

.response-item {
    cursor: pointer;
}

.response-item.active {
    background-color: #e9ecef;
}

.question-item {
    border-bottom: 1px solid #dee2e6;
    padding: 10px 0;
}

.question-item:last-child {
    border-bottom: none;
}


/* dashboard css */
.badge-pre {
    background-color: #17a2b8;
    color:orange;
}

.badge-post {
    background-color: #28a745;
}

.response-item {
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
}

.response-item:last-child {
    border-bottom: none;
}

.assessment-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.assessment-item .btn {
    min-width: 100px;
}

/* create -form css */

.question-card {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
}

.option-container {
    margin-bottom: 0.75rem;
}

.remove-question-btn {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

.remove-option-btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.add-option-btn {
    margin-top: 0.5rem;
}

.input-group-text {
    background-color: #f8f9fa;
}

.input-group-text .form-check-input {
    margin-top: 0;
}

/* edit forms */

.question-card {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
}

.option-container {
    margin-bottom: 0.75rem;
}

.remove-question-btn {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

.remove-option-btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.add-option-btn {
    margin-top: 0.5rem;
}

.input-group-text {
    background-color: #f8f9fa;
}

.input-group-text .form-check-input {
    margin-top: 0;
}