/* FAQ-only styles for Robotic Automation page */

.faq-widget {
    background-color: #f9fafb;
    border: 1px solid #f3f4f6;
    border-top: 4px solid #d1d5db;
    padding: 2rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    margin-top: 2rem;
}

.faq-widget .widget-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1.5rem;
}

.faq-accordion {
    width: 100%;
}

.faq-item {
    border-bottom: 1px solid #e5e7eb;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 0;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    line-height: 1.25rem;
    font-weight: 600;
    transition: all 0.2s;
}

.faq-question:hover {
    color: #f37121;
    text-decoration: underline;
}

.faq-question svg {
    transition: transform 0.3s ease-in-out;
}

.faq-item.active .faq-question svg {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-left: 6px;
}

.faq-answer p {
    font-size: 0.875rem;
    line-height: 22.75px;
    padding-left: 0;
}

.faq-item.active .faq-answer {
    max-height: 1000px;
    padding-bottom: 1rem;
}



.sidebar {

    width: 100%;

}
 
@media (min-width: 1024px) {

    .sidebar {

        width: 33.333333%;

    }

}
 
.sidebar-widget {

    margin-bottom: 2.5rem;

}
 
.video-widget {

    border-radius: 0.5rem;

    overflow: hidden;

    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

    border: 1px solid #e5e7eb;

    background-color: #000;

}
 
.video-widget img {

    width: 100%;

    height: auto;

    opacity: 0.9;

    transition: opacity 0.3s;

}
 
.video-widget img:hover {

    opacity: 1;

}
 
.request-info-widget {

    background-color: #143985;

    color: #fff;

    padding: 2rem;

    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);

}
 
.request-info-widget .widget-title {

    font-size: 1.25rem;

    line-height: 1.75rem;

    font-weight: 500;

    margin-bottom: 1rem;

    color: #fff;

}
 
.request-info-widget .widget-text {

    font-size: 0.875rem;

    line-height: 1.25rem;

    color: #d1d5db;

    margin-bottom: 1rem;

}
 
.request-quote-button {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 0.5rem;

    white-space: nowrap;

    font-size: 0.875rem;

    line-height: 1.25rem;

    transition-property: color;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 150ms;

    min-height: 2.25rem;

    padding-left: 1rem;

    padding-right: 1rem;

    width: 100%;

    background-color: #f37121;

    color: #fff;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.05em;

    border-radius: 0.125rem;

    padding-top: 1.5rem;

    padding-bottom: 1.5rem;

    cursor: pointer;

    border: 1px solid #fff;

}
 
.request-quote-button:hover {

    background-color: #d66018;

}
 

.precision-components-widget {

    margin-top: 2rem;

}
 
.precision-components-widget .widget-title {

    font-size: 1.25rem;

    line-height: 1.75rem;

    font-weight: 700;

    color: #000;

    margin-bottom: 1rem;

}
 
.precision-components-widget img {

    width: 100%;

    height: auto;

    object-fit: cover;

    border-radius: 4px;

    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

    border: 1px solid #e5e7eb;

}

ul.feature-list {
   padding-left: 30px;
}

.faq-item.active .faq-answer ul  {
    list-style: inside;
}
.faq-item.active .faq-answer ul li {
    line-height: 27.75px;
}