
/* welcome  */

.welcome {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 64px 32px;
}

@media (max-width: 767px) {
    .welcome {
        padding: 32px 16px!important;
    }
}

.welcome .wrapper {
    width: 100%;
    max-width: 1200px;
}

.welcome .wrapper .content {
    width: 100%;
}

.welcome .wrapper .content .intro {
    margin-bottom: 40px;
    width: 100%;
}

.welcome .wrapper .content .intro h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 16px;
}

.welcome .wrapper .content .intro p {
    margin-top: 0;
}

.welcome .wrapper .content .full-info {
    width: 100%;
}

.welcome .wrapper .content .full-info h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 16px;
}

.welcome .wrapper .content .full-info p {
    margin-top: 0;
}

/* end of welcome  */

/* other calculators  */

.other-calculators {
    width: 100%;
    padding: 64px 32px;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .other-calculators {
        padding: 32px 16px!important;
    }
    .other-calculators .wrapper .grid .grid-item {
        flex-direction: column;
    }
    .other-calculators .wrapper .grid .grid-item .image-wrapper, .other-calculators .wrapper .grid .grid-item .product-content {
        width: 100%!important;
    }
    .other-calculators .wrapper .grid .grid-item .product-content{
        padding: 16px!important;
    }
    .other-calculators .wrapper .grid .grid-item .product-content .product-name {
        font-size: 24px!important;
    }
    .other-calculators .wrapper .grid .grid-item .product-content .product-link {
        width: 100%!important;
    }
}

@media (max-width: 1024px) {
    .other-calculators .wrapper .grid .grid-item .product-content ul {
        font-size: 16px!important;
    }
}

.other-calculators .wrapper {
    width: 100%;
    max-width: 1200px;
}

.other-calculators .wrapper .grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 40px;
}

.other-calculators .wrapper .grid .grid-item {
    width: 100%;
    display: flex;
    align-items: stretch;
}

.other-calculators .wrapper .grid .grid-item .image-wrapper, .other-calculators .wrapper .grid .grid-item .product-content {
    width: 50%;
}

.other-calculators .wrapper .grid .grid-item .image-wrapper {
    display: flex;
}

.other-calculators .wrapper .grid .grid-item .image-wrapper img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.other-calculators .wrapper .grid .grid-item .product-content {
    padding: 12px 12px 12px 40px;
    background-color: var(--off-white);
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.other-calculators .wrapper .grid .grid-item .product-content .product-name {
    font-size: 28px;
    margin-bottom: 24px;
    margin-top: 0;
}

.other-calculators .wrapper .grid .grid-item .product-content ul {
    padding: 0;
    font-size: 18px;
    margin: 0;
    list-style-position: inside;
}

.other-calculators .wrapper .grid .grid-item .product-content ul li {
    margin-bottom: 16px;
}

.other-calculators .wrapper .grid .grid-item .product-content .product-link {
    height: 54px;
    width: fit-content;
    background-color: var(--orange-primary);
    padding: 24px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    text-decoration: none;
    gap: 8px;
    color: var(--white);
    cursor: pointer;
    border: 2px solid var(--orange-primary);
    border-radius: 6px;
    font-size: 16px;
    margin-top: 16px;
}

.other-calculators .wrapper .grid .grid-item .product-content .product-link:hover {
    background-color: transparent;
    color: var(--black);
}

/* end of other calculators  */

/* not found solution */

.not-found-solution {
    width: 100%;
    padding: 64px 32px;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .not-found-solution {
        padding: 32px 16px!important;
    }
}

@media (min-width: 577px) and (max-width: 1024px) {
    .not-found-solution .wrapper .grid {
        grid-template-columns: repeat(2,1fr)!important;
    }
}

@media (max-width: 576px) {
    .not-found-solution .wrapper .grid {
        grid-template-columns: repeat(1,1fr)!important;
    }
}

.not-found-solution .wrapper {
    width: 100%;
    max-width: 1200px;
}

.not-found-solution .wrapper .intro {
    text-align: center;
    margin-bottom: 32px;
}

.not-found-solution .wrapper .intro h2 {
    margin: 0;
    font-size: 36px;
    font-weight: bold;
}

.not-found-solution .wrapper .grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    align-items: stretch;
}

.not-found-solution .wrapper .grid .grid-item {
    padding: 32px;
    display: flex;
    flex-direction: column;
    position: relative;
    color: var(--white);
    text-decoration: none;
    overflow: hidden;
    isolation: isolate;
}

/* Background image */
.not-found-solution .wrapper .grid .grid-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    transition: transform 0.2s ease-in-out;
    z-index: -1;
}

/* Overlay */
.not-found-solution .wrapper .grid .grid-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 0;
}

/* Zoom image only */
.not-found-solution .wrapper .grid .grid-item:hover::after {
    transform: scale(1.08);
}

.not-found-solution .wrapper .grid .grid-item.walls::after {
    background-image: url("https://soundstop.co.uk/cdn/shop/files/red-brick-wall-wide-texture_509x339.jpg?v=1661514002");
}

.not-found-solution .wrapper .grid .grid-item .content {
    position: relative;
    z-index: 1;
}

.not-found-solution .wrapper .grid .grid-item .content h3 {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 16px;
}

.not-found-solution .wrapper .grid .grid-item .content p {
    margin-top: 0;
}

.not-found-solution .wrapper .grid .grid-item .content button {
    height: 40px;
    width: fit-content;
    background-color: var(--orange-primary);
    padding: 24px 12px;
    display: flex;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    gap: 8px;
    color: var(--white);
    cursor: pointer;
    border: 2px solid var(--orange-primary);
    font-size: 16px;
}

.not-found-solution .wrapper .grid .grid-item:hover .content button {
    background-color: transparent;
}

/* end of not found solution  */


/* need help  */

.need-help {
    width: 100%;
    padding: 64px 32px;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .need-help {
        padding: 32px 16px!important;
    }
    .need-help .wrapper {
        padding: 24px!important;
    }
}

.need-help .wrapper {
    background-color: #d0dbec6e;
    padding: 40px;
    max-width: 1200px;
    width: 100%;
    border-radius: 6px;
}

.need-help .wrapper .content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.need-help .wrapper .content h3 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 28px;
}

.need-help .wrapper .content p {
    margin-top: 0;
}

.need-help .wrapper .content a {
    height: 54px;
    padding: 24px 26px;
    display: flex;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: fit-content;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid transparent;
    background-color: var(--orange-primary);
    color: var(--white);
    margin-top: 16px;
    text-decoration: none;
}

.need-help .wrapper .content a:hover {
    border: 2px solid var(--orange-primary);
    background-color: transparent;
    color: var(--black);
}

/* end of need help  */

/* faqs  */

.solutions-faqs {
    width: 100%;
    padding: 64px 32px;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .solutions-faqs {
        padding: 32px 16px !important;
    }
}

.solutions-faqs .solutions-wrapper {
    max-width: 1200px;
    width: 100%;
}

.solutions-faqs .solutions-wrapper .intro {
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
}

.solutions-faqs .solutions-wrapper .intro h2 {
    margin: 0;
    font-size: 40px;
    font-weight: bold;
}

.solutions-faqs .solutions-wrapper .solutions-accordion-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.solutions-faqs .solutions-wrapper .solutions-accordion-wrapper .solutions-accordion-item {
    width: 100%;
    background-color: rgb(240, 240, 240);
}

.solutions-faqs .solutions-wrapper .solutions-accordion-wrapper .solutions-accordion-item .solutions-accordion-head {
    width: 100%;
}

.solutions-faqs .solutions-wrapper .solutions-accordion-wrapper .solutions-accordion-item .solutions-accordion-head button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 24px 12px;
    border: unset;
    background-color: rgb(240, 240, 240);
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
}

.solutions-faqs .solutions-wrapper .solutions-accordion-wrapper .solutions-accordion-item .solutions-accordion-head button svg {
    width: 20px;
    min-width: 20px;
    height: 20px;
    color: var(--black);
    transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
}

.solutions-faqs .solutions-wrapper .solutions-accordion-wrapper .solutions-accordion-item .solutions-accordion-head button svg * {
    stroke: var(--black);
}

.solutions-faqs .solutions-wrapper .solutions-accordion-wrapper .solutions-accordion-item.active .solutions-accordion-head button svg {
    transform: rotate(180deg);
}

.solutions-faqs .solutions-wrapper .solutions-accordion-wrapper .solutions-accordion-item .solutions-accordion-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .4s cubic-bezier(0.4, 0, 0.2, 1);
}

.solutions-faqs .solutions-wrapper .solutions-accordion-wrapper .solutions-accordion-item.active .solutions-accordion-body {
    grid-template-rows: 1fr;
}

.solutions-faqs .solutions-wrapper .solutions-accordion-wrapper .solutions-accordion-item .solutions-accordion-body .solutions-info-wrapper {
    overflow: hidden;
    padding: 0 12px;
    min-height: 0;
    transition: padding .2s cubic-bezier(0.4, 0, 0.2, 1);
}

.solutions-faqs .solutions-wrapper .solutions-accordion-wrapper .solutions-accordion-item.active .solutions-accordion-body .solutions-info-wrapper {
    padding: 12px 12px 0 12px;
}

.solutions-faqs .solutions-wrapper .solutions-accordion-wrapper .solutions-accordion-item .solutions-accordion-body .solutions-info-wrapper .solutions-content {
    width: 100%;
}

.solutions-faqs .solutions-wrapper .solutions-accordion-wrapper .solutions-accordion-item .solutions-accordion-body .solutions-info-wrapper .solutions-content p {
    margin-top: 0;
    font-weight: 400;
}

/* end of faqs */


/* individual calculators/solutions  */

.solution-details {
    width: 100%;
    padding: 64px 32px;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .solution-details {
        padding: 32px 16px!important;
    }
    .solution-details .wrapper {
        flex-direction: column;
    }
    .solution-details .wrapper .image-wrapper, .solution-details .wrapper .content {
        width: 100%!important;
    }
    .solution-details .wrapper .content {
        padding: 16px!important;
    }
    .solution-details .wrapper .content h3 {
        font-size: 24px!important;
    }
    .solution-details .wrapper .content ul {
        font-size: 16px!important;
    }
}

.solution-details .wrapper {
    width: 100%;
    max-width: 1200px;
    display: flex;
    gap: 0px;
    align-items: center;
    background-color: var(--off-white);
}

.solution-details .wrapper .image-wrapper, .solution-details .wrapper .content {
    width: 50%;
}

.solution-details .wrapper .image-wrapper {
    display: flex;
}

.solution-details .wrapper .image-wrapper img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.solution-details .wrapper .content {
    padding: 12px 12px 12px 40px;
    background-color: var(--off-white);
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.solution-details .wrapper .content h3 {
    font-size: 28px;
    margin-bottom: 24px;
    margin-top: 0;
}

.solution-details .wrapper .content ul {
    padding: 0;
    font-size: 18px;
    margin: 0;
    list-style-position: inside;
}

.solution-details .wrapper .content ul li {
    margin-bottom: 16px;   
}

/* end of individual calculators/solutions  */

/* our solutions  */

.our-solutions {
    width: 100%;
    padding: 64px 32px;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .our-solutions {
        padding: 32px 16px!important;
    }
    .our-solutions .wrapper .grid {
        grid-template-columns: repeat(1,1fr)!important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .our-solutions .wrapper .grid {
        grid-template-columns: repeat(2,1fr)!important;
    }
}

.our-solutions .wrapper {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.our-solutions .wrapper .intro {
    margin-bottom: 32px;
    width: 100%;
    text-align: center;
}

.our-solutions .wrapper .intro h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}

.our-solutions .wrapper .extra {
    max-width: 800px;
    margin: 32px auto 0 auto;
    width: 100%;
    text-align: left;
}

.our-solutions .wrapper .grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    align-items: stretch;
}

.our-solutions .wrapper .grid .grid-item {
    width: 100%;
    background-color: var(--blue-primary);
    color: var(--white);
    padding: 32px;
}

.our-solutions .wrapper .grid .grid-item .item-name h4 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 16px;
}

.our-solutions .wrapper .grid .grid-item .separator {
    height: 0px;
    border: 2px dashed var(--white);
    width: 100%;
    max-width: 60px;
    margin-bottom: 16px;
}

.our-solutions .wrapper .grid .grid-item .content {
    width: 100%;
}

.our-solutions .wrapper .grid .grid-item .content p {
    margin-top: 0;
}

/* end of our solutions  */


/* product info tabs  */

.product-specifications {
    width: 100%;
    padding: 24px 16px;
    display: flex;
    justify-content: center;
}

.product-specifications .wrapper {
    max-width: 1200px;
    width: 100%;
}

.product-specifications .wrapper .accordion-tabs {
    width: 100%;
    display: flex;
    gap: 4px;
}

@media (max-width: 1024px) {
    .product-specifications .wrapper .accordion-tabs {
        flex-direction: column;
    }
    .product-specifications .wrapper .accordion-tabs .tab {
        width: 100%!important;
    }
}

.product-specifications .wrapper .accordion-tabs .tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 20px;
    font-size: 16px;
    text-align: start;
    cursor: pointer;
    width: 25%;
    font-weight: bold;
    border-radius: 4px;
    border: 2px solid var(--blue-light);
    background-color: transparent;
}

.product-specifications .wrapper .accordion-tabs .tab.active {
    background-color: var(--blue-dark);
    color: var(--white);
    border-color: var(--blue-dark);
}

.product-specifications .wrapper .accordion-tabs .tab.active:hover {
    background-color: var(--blue-dark);
}

.product-specifications .wrapper .accordion-tabs .tab.active .chevron-wrapper svg * {
    stroke: var(--white)!important;
}

.product-specifications .wrapper .accordion-tabs .tab:hover {
    background-color: #d3d3d36b;
}

.product-specifications .wrapper .accordion-tabs .tab .tab-type {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-specifications .wrapper .accordion-tabs .tab .tab-type svg {
    width: 24px;
    min-width: 24px;
    height: 24px;
    max-width: 100%;
}

.product-specifications .wrapper .accordion-tabs .tab .chevron-wrapper {
    width: 24px;
    height: 24px;
    min-width: 24px;
}

.product-specifications .wrapper .accordion-tabs .tab .chevron-wrapper svg {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.product-specifications .wrapper .accordion-tabs .tab.active .chevron-wrapper svg {
    transform: rotate(180deg);
}

.product-specifications .wrapper .accordion-tabs .tab .chevron-wrapper svg * {
    stroke: var(--black);
}

.product-specifications .wrapper .product-tabs-content {
    width: 100%;
}

.product-specifications .wrapper .product-tabs-content .tab-panel {
    width: 100%;
    padding: 20px;
    border: 2px solid var(--blue-light);
    border-radius: 4px;
    margin-top: 8px;
    display: none;
}

.product-specifications .wrapper .product-tabs-content .tab-panel.active {
    display: block;
}

/* end of product specs + info  */

/* other spots  */

.other-spots {
    width: 100%;
    padding: 64px 32px;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .other-spots {
        padding: 32px 16px!important;
    }
    .other-spots .wrapper .grid {
        grid-template-columns: repeat(1,1fr)!important;
    }
}

.other-spots .wrapper {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
}

.other-spots .wrapper .intro {
    text-align: center;
    margin-bottom: 32px;
}

.other-spots .wrapper .intro h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}

.other-spots .wrapper .grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    align-items: stretch;
}

.other-spots .wrapper .grid .grid-item {
    padding: 32px;
    display: flex;
    flex-direction: column;
    position: relative;
    color: var(--white);
    text-decoration: none;
    overflow: hidden;
    isolation: isolate;
}

.other-spots .wrapper .grid .grid-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.other-spots .wrapper .grid .grid-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("https://soundstop.co.uk/cdn/shop/files/red-brick-wall-wide-texture_509x339.jpg?v=1661514002");
}

.other-spots .wrapper .grid .grid-item .content {
    width: 100%;
    z-index: 1;
    position: relative;
}

.other-spots .wrapper .grid .grid-item .content h3 {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 16px;
}

.other-spots .wrapper .grid .grid-item .content p {
    margin-top: 0;
}   

.other-spots .wrapper .grid .grid-item .content button {
    height: 40px;
    width: fit-content;
    background-color: var(--orange-primary);
    padding: 24px 12px;
    display: flex;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    gap: 8px;
    color: var(--white);
    cursor: pointer;
    border: 2px solid var(--orange-primary);
    font-size: 16px;
}

.other-spots .wrapper .grid .grid-item:hover button {
    background-color: transparent;
}

.other-spots .wrapper .grid .grid-item:hover::after {
    transform: scale(1.08);
}

/* end of other spots  */
