    .testimonial-section {
    background-color: #ffcc33; /* Yellow background */
    text-align: center;
    padding: 80px 40px;
    font-family: Arial, sans-serif;
}

.testimonial-text {
    font-size: 18px;
    font-style: italic;
    color: #222;
    max-width: 800px;
    margin: 0 auto 20px;
}

.testimonial-author {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.testimonial-role {
    font-size: 16px;
    color: #444;
}
.content-section {
    display: flex;
    align-items: center;
    padding: 50px 100px;
    gap: 50px;
}

.content-section.reverse {
    flex-direction: row-reverse;
}

.content {
    flex: 1;
}

.image {
    flex: 1;
}

.image img {
    width: 100%;
    border-radius: 10px;
}

/* Buttons */
.btn-yellow {
    background-color: yellow;
    color: black;
    padding: 10px 15px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
}

.btn-yellow:hover {
    background-color: orange;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
}

.comparison-table th, .comparison-table td {
    padding: 24px;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
}

.comparison-table th {
    /* background-color: #f4f4f4; */
    font-weight: bold;
}

.comparison-table td {
    text-align: center;
}
.btn-container {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.btn {
    padding: 12px 25px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.sales-btn {
    background-color: black;
    color: white;
    border: 2px solid black;
}

.sales-btn:hover {
    color: black;
    background-color: white;
}

.user-btn {
    background-color: #ffcc33;
    color: black;
    border: 2px solid #ffcc33;
}

.user-btn:hover {
    background-color: black;
    color: white;
}

/* Form Styling */
.form-container {
    display: none; /* Default hidden */
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    background: #f9f9f9;
    /* max-width: 450px; */
    margin: auto;
}

.form-container input, 
.form-container select, 
.form-container textarea, 
.form-container button {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.form-container button {
    background-color: black;
    color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.form-container button:hover {
    background-color: #ffcc33;
    color: black;
}
.bg-colored{
    background-color: #f1f1ef48;
}
#we-djust{
    text-align: center;
    padding-bottom: 20px;
    font-size: 16px;
}
.service-conatiner{
    background-image: url("/assets/mdu/images/Boxes-Background@1x.png");
    background-size: cover; /* Ensures full coverage */
    background-position: center;
    background-repeat: no-repeat;
}
.service-box {
    background-color: #eaf4f1;
    padding: 80px;
    text-align: center;
    border-radius: 5px;
}
.service-box h3{
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 20px;
    color: #000;
}
.image-box {
    text-align: center;
    padding: 15px;
}
.image-box img{
    height: 240px;
}
#nava-space{
    margin-top: 40px;
}
.image-box img {
    width: 100%;
    max-width: 250px;
    border: 3px solid gold;
    border-radius: 5px;
}
.section-title {
    text-align: center;
    margin-bottom: 30px;
}
.boldtext{
    font-size: 18px;
    font-weight: bold;
    padding-top: 15px;
}
.col-md-5.text-center.text-md-start.text-md-start{
    display: flex;
        align-items: center;
        justify-content: center;
        height: 100dvh;
        max-height: 309px;
}
#Schedule-btn{
    text-align: start;
    float: left;
    border: 1px solid black;
    padding: 6px 23px;
    color: #fff;
    background-color: #000;
}
.help-section {
    background-color: #ffc72c; /* Yellow background */
    /* padding: 50px 0; */
}

.help-section img {
    max-width: 100%;
    height: auto;
}
.fw-bold{
    text-align: start;
    margin-bottom: 12px;
}
.fw-bold-para{
    text-align: start;
    font-size: 18px;
    margin-bottom: 12px;
}
