.single-materials #main {
	padding-top:0 !important;
}
.materials-hero {
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.materials-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.60);
}

.materials-hero-title {
    position: relative;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    padding: 0 20px;
    z-index: 2;
}

/************** Page content wrapper **************/
.material-wrapper {
    margin: 60px 0 0 0;
}
.package-price {
	background:#95302b;
	margin:15px 0 0 0 !important;
}
.package-price p {
	color:#FFF;
	padding:6px 15px;
	margin:0;
	font-weight:700;
	font-size:18px;
	line-height:26px;
	text-transform:uppercase;
}

.package-title-wrapper {
    width: 100vw;  
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
	margin-top:40px;
	margin-bottom:50px;
    background: #95302b;
    padding: 20px 0; 
    text-align: center;
    display: block;
}

.package-title {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    margin: 0 auto;
	line-height:40px;
}


/************** Main Machine **************/
h3.the-machine-title { 
	font-size:26px; 
	line-height:36px; 
	text-transform:uppercase;
	margin:0 0 35px 0;
}
.featured-product-card {
    display: grid;
    grid-template-columns: 1.2fr 1.8fr;
    gap: 100px;
    align-items: center;
}

.featured-product-image img {
    width: 100%;
    height: auto;
    display: block;
}

.featured-product-title {
    font-size: 24px;
	line-height:32px;
    font-weight: 700;
	padding:0;
	margin:0;
}

.featured-product-price {
    color: #95302b;
    font-weight: 600;
    margin:10px 0 15px;
}

.featured-product-short {
    margin-bottom: 15px;
}

.featured-product-long {
    margin-bottom: 20px;
}

.featured-product-button {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 999px;
    background: #f9a53a;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
	margin-top:5px;
}
.featured-product-button:hover {
	background: #95302b;
	color:#FFF;
}

/************** INCLUDED EQUIPMENT **************/
.included-equipment-wrapper {
	padding:70px 0 0 0;
}
.included-equipment-title {
    font-size:26px; 
	line-height:36px; 
	text-transform:uppercase;
	margin:0 0 35px 0;
}

.equipment-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.equipment-card {
	border:1px solid #ececec;
	border-radius:8px;
	padding:20px 25px;
}

.equipment-image img {
    width: 100%;
    height: auto;
    display: block;
}

.equipment-title {
    margin: 15px 0 5px;
    font-size: 18px;
	line-height:26px;
}

.equipment-price {
    color: #95302b;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.equipment-description {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}
.read-more-link {
	font-size: 15px;
    line-height: 1.5;
}

/************** INCLUDED SOFTWARE **************/
.included-software-section {
    margin: 40px 0 70px;
}

.included-software-heading {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.included-software-item {
    display: flex;
    gap: 40px;
    padding: 30px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.included-software-image-wrap {
    flex: 0 0 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.included-software-image {
    max-width: 100%;
    height: auto;
}

.included-software-content {
    flex: 1;
}

.included-software-name {
    font-size: 24px;
    font-weight: 700;
	line-height:30px;
	margin:0;
}

.included-software-price {
    font-size: 18px;
	line-height:24px;
    color: #95302b;
    font-weight: 600;
    margin: 10px 0 20px;
}

.included-software-description {
	margin-bottom:20px;
}

.included-software-description p {
    margin-bottom: 10px;
    line-height: 1.5;
}

/************** CTA **************/
.materials-cta {
    width: 100vw;  
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
	padding-left:30px !important;
	padding-right:30px !important;
}


/************** FAQ Section **************/
.materials-faq-section {
    margin: 60px 0;
}

.materials-faq-title {
    font-size: 34px;
	line-height:42px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
	color:#95302b;
}

.materials-faq-accordion {
    width: 100%;
}

.materials-faq-item {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
}

.materials-faq-toggle {
    width: 100%;
    padding: 18px 20px;
    background: #f7f7f7;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    transition: background 0.2s ease;
	font-family: inherit;
}

.materials-faq-toggle:hover {
    background: #ececec;
}

.materials-faq-icon {
    font-size: 20px;
    font-weight: 700;
}

.materials-faq-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #fff;
}

.materials-faq-answer {
    padding: 15px 20px 20px;
    font-size: 15px;
    line-height: 1.6;
}

.materials-faq-answer p {
    margin: 0 0 10px;
}



/************** Materials Slider **************/
.mk-materials-grid {
    width: 100%;
    margin: 30px 0;
}

.mk-mg-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.mk-mg-item {
    text-align: center;
	border:1px solid #ececec;
}

.mk-mg-image img {
    width: 100%;
    height: auto;
}

.mk-mg-title {
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.mk-mg-title a {
    text-decoration: none;
    color: #000;
}

.view-all-btn {
	text-align:center;
	padding:15px 0 10px 0;
}
.view-all-btn a{
	border:1px solid #95302b;
	border-radius:25px;
	padding: 9px 20px;
    line-height: 16px;
    font-size: 14px;
	text-transform:uppercase;
	font-weight:600;
}
.view-all-btn a:hover {
	background:#95302b;
	color:#FFF;
}

/************** Book Your Personalized Demo POPUP **************/
.personalized_demo h3.modal-title {
	font-size:24px;
	line-height:32px;
}
.personalized_demo .quform {
	margin-top:25px;
}


/************** RESPONSIVE **************/
@media (max-width:800px) {
	.featured-product-card {
        grid-template-columns: 1fr;
		gap: 40px;
    }
	.package-title {
		font-size:24px;
		line-height:32px;
		padding:0 15px;
	}
    .equipment-grid {
        grid-template-columns: 1fr;
		gap: 20px;
    }
	.included-software-item {
        flex-direction: column;
    }
	.materials-faq-title {
        font-size: 22px;
    }
    .materials-faq-toggle {
		 padding: 15px;
		font-size: 16px;
		text-align: left;
		line-height: 24px;
    }
    .materials-faq-answer {
        padding: 12px 16px 16px;
    }
	.mk-mg-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 801px) and (max-width: 1024px) {
    .mk-mg-row {
        grid-template-columns: repeat(3, 1fr);
    }
}






