/* FAQ Section Styles */
#shopify-section-template--20521017082107__faq_rd6ckf {
    background: #000000 !important;
    color: #ffffff !important;
}

#shopify-section-template--20521017082107__faq_rd6ckf .color-scheme-3 {
    background: #000000 !important;
}

.faq-content {
    padding: 0;
    background: #000000;
    color: #ffffff;
}

.faq-content__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
}

@media screen and (min-width: 990px) {
    .faq-content__wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
    }
}

.faq-with-content__block {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.faq-content-wrapper__inner {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

@media screen and (min-width: 990px) {
    .faq-content-wrapper__inner {
        gap: 4rem;
    }
}


.faq-section__content {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    color: #ffffff;
}

.faq-get-in__touch {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 2.5rem 2.5rem 2.5rem 4rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #000000;
    color: #ffffff;
}

.subheading__text {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.subheading__text p {
    color: #ffffff;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.subheading__text strong {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.5rem;
}

.faq-block__heading {
    margin: 0;
    font-weight: 700;
    color: #ffffff;
    font-size: 5rem;
    line-height: 1.1;
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
}

.faq-block__heading.h2 {
    font-size: 5rem;
    font-weight: 700;
}

.faq-block__heading.h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.faq-block__description {
    line-height: 1.8;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 2rem;
}

.faq-block__description h6 {
    margin: 0 0 1.5rem 0;
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 400;
}

.faq-block__description h6 a {
    color: #ffffff;
    text-decoration: underline;
}

.faq-block__description h6 a:hover {
    opacity: 0.8;
}

.faq-block__description p {
    color: #ffffff;
    margin: 0 0 1rem 0;
    font-size: 1.5rem;
}

.faq-get-in__touch .faq-block__description p:nth-of-type(1) {
    margin-bottom: 3.5rem;
}

.faq-get-in__touch .faq-block__description p:nth-of-type(2) {
    margin-bottom: 1rem;
}

.faq-get-in__touch .faq-block__description p:nth-of-type(3) {
    margin-top: 0;
    margin-bottom: 0;
}

.faq-get-in__touch .faq-block__description p:nth-of-type(3) br {
    display: block;
    margin-bottom: 0.3rem;
}

.faq-block__description strong {
    color: #ffffff;
    font-weight: 600;
}

.faq-content__grid {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: visible;
}

@media screen and (min-width: 990px) {
    .faq-content__grid {
        grid-column: 2;
        grid-row: 1 / span 2;
    }
}

.faqs-verticle-slider {
    width: 100%;
}

.faq-accordions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: visible;
}

.faq-accordion-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    background: #000000;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    min-height: 90px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: visible;
}

@media screen and (min-width: 750px) {
    .faq-accordion-item {
        min-height: 120px;
    }
}

.accordion-toggle-btn {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3rem;
    gap: 3rem;
    cursor: pointer;
    font-size: 1.75rem;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
    line-height: 1.4;
    min-height: 90px;
}

.accordion-toggle-btn:hover {
    opacity: 0.8;
}

.toggle-svg {
    position: relative;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.4rem;
    width: 4.4rem;
    min-width: 4.4rem;
    padding: 10px;
    background: #ff8c00;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.toggle-svg .svg-icon {
    color: #ffffff;
    stroke: #ffffff;
}

.toggle-svg .svg-icon {
    transition: transform 0.3s ease;
}

.faq-accordion-item.is-active .toggle-svg .svg-icon {
    transform: rotate(45deg);
}

.accordion-toggle-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, padding 0.4s ease;
    padding-left: 0;
    padding-right: 2rem;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    box-sizing: border-box;
}

.faq-accordion-item.is-active .accordion-toggle-content {
    max-height: none;
    height: auto;
    opacity: 1;
    overflow: visible;
    padding-left: 0;
    padding-right: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
    display: block;
    box-sizing: border-box;
}

.faq-block__details-content {
    line-height: 1.8;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 400;
    padding-left: 23px;
    margin-left: 0;
    overflow: visible;
    width: 100%;
    box-sizing: border-box;
}

.faq-block__details-content p {
    margin: 0;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 400;
}

.faq-block__details-content strong {
    font-weight: 600;
    color: #ffffff;
}

@media screen and (min-width: 750px) {
    .accordion-toggle-btn {
        padding: 3rem;
        gap: 3rem;
        font-size: 2rem;
        min-height: 120px;
    }
    
    .accordion-toggle-content {
        padding-left: 0;
        padding-right: 2.5rem;
    }
    
    .faq-accordion-item.is-active .accordion-toggle-content {
        padding-left: 0;
        padding-right: 2.5rem;
        padding-bottom: 2.5rem;
    }
    
    .faq-block__heading.h2 {
        font-size: 6rem;
    }
    
    .faq-block__description {
        font-size: 1.75rem;
    }
    
    .faq-block__details-content {
        font-size: 1.75rem;
    }
    
    .faq-block__details-content p {
        font-size: 1.75rem;
    }
    
    .faq-get-in__touch {
        padding: 3rem 3rem 3rem 5rem;
    }
}

.sp-small {
    padding: 0;
}

.faq-hidden__overlay {
    position: relative;
}

/* Button Styles */
.button {
    display: inline-block;
    padding: 1.2rem 2.4rem;
    text-decoration: none;
    border-radius: 0.4rem;
    font-weight: 500;
    transition: all 0.3s ease;
    text-align: center;
}

.button--primary {
    background-color: #ff8c00;
    color: #ffffff;
    border: 1px solid #ff8c00;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 16px 32px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    width: auto;
    margin-top: 1rem;
}

.button--primary:hover {
    background-color: #ff9500;
    border-color: #ff9500;
}

