/* Tabs */
.tabs {
	display: flex;
	cursor: pointer;
	justify-content: space-between;
	border-bottom: 1px solid #D1D1D1;
	margin-bottom: 24px;
}

.tab {
	padding: 10px 11px;
	color: #fff;
	margin-right: 5px;
	border-radius: 5px;
	font-family: Roboto;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	text-align: center;
}

.tab.active {
	color: #CDA569;
	border-bottom: 4px solid;
	border-radius: 0px;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

/* Accordion */
.accordion {
	margin-top: 10px;
}

.accordion-item {
	border-bottom: 1px solid rgb(221 221 221 / 20%);
	margin-bottom: 1px;
	overflow: hidden;
	padding-bottom: 14px;
    padding-top: 14px;
}

.accordion>div:first-child {
    padding-top: 0px;
}

.accordion-header {
	padding: 10px;
	cursor: pointer;
	color: #fff;
	font-family: Roboto;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion .accordion-header:after {
    content: "";
    width: 100%;
    max-width: 24px;
    height: 24px;
    padding: 5px;
    background: url(/wp-content/uploads/2025/03/drywall-down.png) no-repeat center;
    z-index: 99;
}

.childActive .accordion-header:after {
    content: "";
    background: url(/wp-content/uploads/2025/03/drywall-up.png) no-repeat center !important;
}

.faq-repair .et_pb_toggle_open h3:before {
    font-family: FontAwesome !important;
    font-weight: 900 !important;
    content: "\f056" !important;
    display: block !important;
    visibility: visible;
    color: #fff !important;
}

.faq-repair .et_pb_toggle {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0px !important;
}

.faq-repair .et_pb_toggle h3:before {
    right: 0px !important;
}

.accordion-body {
	display: none;
	padding: 10px;
}

.tabs>div:last-child {
    margin-right: 0px;
}

.accordion-body p {
    color: #fff;
}

.accordion-body {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.tab-v2 .tabs {
    border: 0;
    max-width: 541px;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

.tab-v2 .tab.active {
    border: 0;
    background-color: #CDA569;
    color: #fff;
}

.tab-v2 .tabs-container {
    display: flex;
    padding: 44px 32px;
    background-color: #F5F1ED;
}

.tab-v2 .tabs-content {
    flex: auto;
    width: 100%;
    padding-left: 29px;
}

.tab-v2 .tab {
    width: 100%;
    text-align: left;
    color: #23242A;
    font-family: Roboto;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 130%;
    margin-bottom: 16px;
    background-color: #fff;
    padding: 24px 11px;
    border-radius: 0px !important;
}

.tab-v2 .tab:last-child{
    margin-bottom: 0px;
}

.tab-v2 .tab-items h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 110.00000000000001%;
}

.tab-v2 .tab-items p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -1%;
    color: #050231;
}

@media(max-width: 992px){
    
    .tab-v2 .tabs-container {
        flex-wrap: wrap;
        padding: 24px 12px;
    }
    
    .tab-v2 .tabs-content {
        padding-left: 0;
        padding-top: 24px;
    }
    
    .tab-v2 .tab {
        font-weight: 400;
        font-size: 14.45px !important;
        line-height: 130%;
        padding: 14px 11px;
        margin-bottom: 14px;
        margin-right: 0px;
    }

    .tab-v2 .tab-items h3 {
        font-family: Roboto;
        font-weight: 600;
        font-size: 21.68px;
        line-height: 110.00000000000001%;
        padding-bottom: 16px;
    }


}