@charset "utf-8";

/* acc */
.l-content .prd-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #d3ddea;
    padding: 20px 15px 40px;
}
.l-content .bg_gray {
    background-color: #f0f0f0;
    padding: 20px;
    width: 100%;
}
.l-content .m-acc-container {
    margin-top: 20px;
    font-size: 15px;
	
}
.l-content .m-acc {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}
.l-content .m-acc-head {
    background-color:#fff7c4;
    padding: 10px;
    cursor: pointer;
    padding-left: 20px;
	
}
.l-content .m-acc-head div {
    background: url('/pr/service/product/aluminium_frames/frame/images/plus-dropdown.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}
/* .l-content .active div {
	background: url('/pr/service/product/aluminium_frames/frame/images/minus-dropdown.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
} */

.l-content .m-acc-head p {
	margin: 0;
}

.l-content .m-acc-content {
	padding: 10px;
	display: none; /* Hide content by default */
	background-color: #fff;
	
	
}
.l-content .title-black {
    color: white;
    background-color: #152c3e;
    position: relative;
    height: 78px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}
.l-content .title-blue h2 {
    font-size: 22px;
    margin: 0;
    text-align: center;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: bold;
}
.l-content .design-examples .img-description {
	background-color: #ffcc00;
	color: #000;
	text-transform: uppercase;
	padding: 12px 5px 10px 5px;
	margin-top: 0px;
	font-size: 20px;
	font-weight: 400;
}
.l-content .about-frames .m--flex-3cols {
	max-width: 280px;
}
.l-content .design-box {
    border: 1px solid #000000;
}
.l-content .m--flex-colsWrap {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}
.l-content .overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.l-content .try-frames {
    text-align: left;
    font-size: 15px;
    margin-top: 20px;
    color: white;
}
.l-content .download-form {
	width: 40%;
	font-size: 15px;
    background: #ff730a;
	border-radius: 10px;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}
.l-content .about-frames {
    padding-top: 40px;
	padding-bottom: 40px;
    background: #fffdeb;
    color: #000;
}
.l-content .about-frames .m--flex-colsWrap {
    justify-content: space-evenly;
    gap: 60px;
}
.l-content .img-desc{
	font-size: 16px;
}
.l-content .get-started .headerText {
    color: #ffc425;
    font-size: 36px;
    font-weight: bold;
    transform: translateY(-1%);
}
.l-content .get-started h2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.2;
	color: white;
	transform: translateY(-1%);
}

.l-content .get-started .col-description h3 {
	color: #fff;
	font-size: 20px;
	transform: translateY(-1%);
}

.l-content .get-started .col-description p {
	color: #fff;
	font-size: 16px;
	transform: translateY(-1%);
}
.l-content .get-started {
    padding-top: 30px;
	padding-bottom: 1px;
    background: #001b35;
    background-position: center;
    position: relative;
}
/* end */
/* new acc */
.l-content .acc {
    font-size: 15px;
    color: #fff;
    max-width: 900px;
    margin: 30px auto;
    font-family: Arial, sans-serif;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
}

.l-content .acc-item {
    border-bottom: 1px solid #ccc;
}

.l-content .acc-header {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #348cc5;
    color: white;
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s;
}

.l-content .acc-header:hover,
.l-content .acc-item.active .acc-header {
    background-color: #3a586d;
}

.l-content .acc-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.l-content .acc-content {
    color: #000;
    max-height: 0;
    overflow: hidden;
    background-color: #f2f2f2;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 15px;
}

.l-content .acc-item.active .acc-content {
    max-height: 500px;
    padding: 15px;
}
.l-content .product-list-div{
    background: #d3ddea;
}
/* end */