* {
    box-sizing: border-box;
}


.header_wrapper {
	background: transparent;
	position: absolute;
	box-shadow: none;
}

.menu_wrapper {
	display: none;
}

.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5px;
}

.section-header {
    margin-bottom: 50px;
}

.section-header.center {
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.section-header h2 {
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.section-header p {
    color: #666;
    line-height: 1.7;
}

.about-grid,
.hero-content,
.services-grid,
.james-hardie-showcase,
.option-image,
.features-grid,
.testimonials-grid,
.final-cta-image{
    opacity: 0;
}

.logo {
	top: -65px;
}

/* Hero Split Section */
.hero-split {
	position: relative;
	padding: 150px 0px 100px;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.44) 100%), url(/imageserver/UserMedia/northern/cement-sidingbg001.jpg);
	background-size: cover;
	background-position: center 25%;
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-content {
    max-width: 600px;
}

.hero-label {
	font-weight: 700;
	letter-spacing: 1.5px;
	color: #e7c504;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.hero-content h1 {
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 1.1;
}

.hero-subtitle {
    color: #f3f3f3;
    margin-bottom: 30px;
    line-height: 1.6;
}

.hero-features {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.hero-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: #ffffff;
}

.hero-features svg {
    color: #f3c001;
    flex-shrink: 0;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.hero-testimonial {
    margin-top: 40px;
    padding: 25px;
    background: #fff;
    border-left: 4px solid #007fa8;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.hero-testimonial {
	margin-top: 40px;
	padding: 25px;
	background: #00000082;
	border-left: 4px solid #007fa8;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.hero-testimonial strong {
    color: #ffffff;
}

.hero-image {
    position: relative;
}

.hero-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

/* About Section */
.about-section {
    padding: 80px 20px;
    background: #fff;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 50px;
    align-items: flex-start;
}

.about-images {
    position: relative;
}

.about-images img {
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
}

.about-image-top {
	width: 63%;
	height: 350px;
}

.about-image-bottom {
	width: 60%;
	height: 300px;
	top: -60px;
	left: 120px;
}

.about-benefits h3 {
    color: #1a1a1a;
    margin-bottom: 25px;
    font-weight: 700;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.benefits-list li {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.benefits-list svg {
    color: #007fa8;
    flex-shrink: 0;
    margin-top: 3px;
}

.benefits-list strong {
    display: block;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.benefits-list p {
    margin: 0;
    color: #666;
    line-height: 1.6;
}

/* Services Section */
.services-section {
    padding: 80px 20px;
    background: #f8f9fa;
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 50px;
}

.service-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.service-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.05);
}

.service-content {
    padding: 30px;
}

.service-content h3 {
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 700;
}

.service-content p {
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* Siding Options Section */
.siding-options {
    padding: 80px 20px;
    background: #fff;
}

.option-section {
    margin: 60px 0;
}

.option-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.option-section.reverse .option-content {
    direction: rtl;
}

.option-section.reverse .option-text {
    direction: ltr;
}

.option-section.reverse .option-image {
    direction: ltr;
}

.option-text h3 {
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 700;
}

.option-text p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
}

.option-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Brands Section */
.brands-section {
	padding: 40px 20px;
	background: #0782b5;
}

.james-hardie-showcase {
    margin: 50px auto 0;
    color: #fff;
    border-radius: 16px;
}

.jh-logo-large {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.jh-logo-large img {
	max-width: 200px;
	height: auto;
	background: #fff;
	border-radius: 50%;
	width: 100%;
}

.jh-content {
	text-align: center;
}

.jh-content h3 {
    color: #ffffff;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 700;
}

.jh-subtitle {
    font-weight: 600;
}

.jh-content p {
    line-height: 1.8;
    margin-bottom: 20px;
}


.jh-button-group {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 35px;
    flex-wrap: wrap;
}


/* Why Choose Section */
.why-choose {
    padding: 80px 20px;
    background: #fff;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 50px;
}

.feature-item {
    text-align: center;
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 50%;
    color: #007fa8;
}

.feature-item h3 {
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 700;
}

.feature-item p {
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* Testimonials Section */
.testimonials-section {
    padding: 80px 20px;
    background: #f8f9fa;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.testimonial-card {
    background: #fff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.testimonial-header {
    margin-bottom: 15px;
}

.rating {
    color: #fbbf24;
    margin-bottom: 10px;
}

.testimonial-card h4 {
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 700;
}

.testimonial-card p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
    font-style: italic;
}

.testimonial-card strong {
    color: #333;
    font-style: normal;
}

/* Final CTA Section */
.final-cta {
	padding: 80px 20px;
	background: #1a1a1a;
	color: #fff;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.685) 100%), url(/imageserver/UserMedia/northern/siding-bg006.jpg);
	background-size: cover;
	background-position: center 25%;
	background-repeat: no-repeat;
}

.final-cta-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
    align-items: center;
}

.final-cta-text h2 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.final-cta-text p {
    color: #ddd;
    margin-bottom: 30px;
    line-height: 1.6;
}

.final-cta-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 12px;
}

/* CTA Center */
.cta-center {
    text-align: center;
    margin-top: 50px;
}

/* Button Styles */
.site_button {
    display: inline-block;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.site_button.square {
    background: #007fa8;
}

.site_button.square a {
    color: #fff;
    text-decoration: none;
}

.site_button.square:hover {
    background: #005572;
    transform: translateY(-2px);
}

.site_button.outline {
    background: transparent;
    border: 2px solid #ffffff;
}

.site_button.outline a {
    color: #ffffff;
    text-decoration: none;
}

.site_button.outline:hover {
    background: #ffffff;
}

.site_button.outline:hover a {
    color: #007fa8;
}

.site_button.large {
    padding: 18px 45px;
}

.final-cta .site_button.square {
    background: #fff;
}

.final-cta .site_button.square a {
    color: #1a1a1a;
}

.final-cta .site_button.square:hover {
    background: #007fa8;
}

.final-cta .site_button.square:hover a {
    color: #fff;
}

/* Responsive Design */
@media (max-width: 1300px) {
    .logo {
	left: 60px;
	transform: translateX(-50%);
	top: -85px;
}
}

@media (max-width: 1024px) {
    .hero-grid,
    .about-grid,
    .services-grid,
    .option-content,
    .final-cta-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .option-section .option-image {
        order: 1;
    }
    
    
    .option-section .option-text {
        order: 2;
    }
    
    .brands-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .final-cta-image {
        order: 1;
    }

    .final-cta-text {
        order: 2;
    }
}

@media (max-width: 981px) {
  .mobile_logo {
    display: block;
    text-align: center;
    top: 20px;
    margin-top: -100px;
  }

  .mobile_logo img {
	width: 100%;
	max-width: 65px!important;
	min-height: 0px;
}

}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.2rem;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .hero-image img {
        height: 350px;
    }
    
    .option-image img {
        height: 300px;
    }
    
    .brands-grid {
        grid-template-columns: 1fr;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .hero-buttons {
        flex-direction: column;
    }
    
    .site_button {
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
.mobile_logo img {
	width: 100%;
	max-width: 65px;
	min-height: 0px;
}
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.8rem;
    }
    
    .section-header h2 {
        font-size: 1.6rem;
    }
    
    .about-section,
    .services-section,
    .siding-options,
    .brands-section,
    .why-choose,
    .testimonials-section,
    .final-cta {
        padding: 50px 15px;
    }
    
    .hero-image img {
        height: 250px;
    }
    
    .option-image img {
        height: 250px;
    }
    
    .final-cta-image img {
        height: 250px;
    }
}


.footer_wrapper{
	display: none!important;
}