:root {
    --cs-blue-color: #215eb8;
    /* rgba(36, 81, 100, 1) */
}

body,
html {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}

h6 {
    font-size: 40px;
    margin: 0;
    font-family: 'Poppins';
}

h1,
.cs-h1-heading {
    font-size: 50px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    margin: 20px 0;
    font-weight: 700;
}

h2,
.cs-h2-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 35px;
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 24px;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

p {
    font-size: 1em;
}

/* Global Styles */
.cs-content-wrapper {
    max-width: 1800px;
    width: 98%;
    margin-inline: auto;
}

.cs-section-padding {
    padding: 60px 20px;
}

.cs-main-wrapper {
display: flex;
flex-flow: row wrap;
padding: 0px 20px;
}

.cs-main-wrapper-reverse {
flex-wrap: wrap-reverse;
}

.cs-main-left,
.cs-main-right {
    width: 48.5%;
    margin-inline: auto;
}

.cs-text {
    text-align: center;
}


.underline-sm {
    width: 75px;
    height: 3px;
    background-color: var(--cs-blue-color);
    border: none;
    margin: 10px auto 15px;
}

.white-underline {
    background-color: #fff;
}

.cs-h1-heading,
.cs-h2-heading,
.cs-h3-heading {
    line-height: 1.3em;
    letter-spacing: .075em;
}

.cs-h1-heading {
    font-size: 2.4em;
    font-weight: 700;
}


.cs-h1-underline {
    width: 70%;
}

.cs-h2-heading {
    font-size: 2.15em;
    font-weight: 600;
    position: relative;
    text-align: center;
}


.cs-h2-heading.cs-h2-alt {
    color: #fff;
}

.cs-h2-subtitle {
    text-align: center;
    color: #000;
    margin: 15px auto;
    position: relative;
    width: fit-content;
}


.cs-h3-heading {
    font-size: 1.3em;
    font-weight: 500;
    text-align: center;
}

.cs-h-alt {
    display: block;
    color: #fff;
    font-size: .6em;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.cs-h-highlight {
    font-style: italic;
    font-weight: 700;
}

.cs-sub-para {
    max-width: 125ch;
    margin: 15px 0 20px;
    font-weight: 600;
    font-style: italic;
    width: fit-content;
    font-size: 1em;

}

.cs-site-button {
    position: relative;
    display: block;
    font-size: .85em;
    font-weight: 500;
    letter-spacing: .05em;
    max-width: fit-content;
    width: 100%;
    text-align: center;
    margin-block: 25px auto;
    padding: 8px 12px;
    text-decoration: none;
    background-color: var(--cs-blue-color);
    color: #ffffff;
    border: none;
    border-radius: 3px;
    z-index: 0;
    overflow: hidden;
    transition: all .3s;
    height: fit-content;
}

.cs-alt-button {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid var(--cs-blue-color);
}

.cs-site-button a {
    color: #fff;
}

.cs-centered-button {
    margin-inline: auto;
}

/* .site-button-white {
color: var(--primary-color);
background: #fff;
} */

.cs-site-button:hover,
.cs-site-button:focus,
.cs-site-button:active {
    color: #fff;
    opacity: .8;
    text-decoration: none;

}

/* Global Animation */
.fade-in {
    opacity: 0;
    /* Initially hide the element */
    transition: opacity 2s ease;
    /* Smooth transition for opacity change */
    transition-delay: 3s;
}

/********* Keyframes *********/

@keyframes fadeInLeft {
    0% {
        left: -60px;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes fadeInRight {
    0% {
        left: 60px;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}



.cs-page-wrapper {
    max-width: 2200px;
    width: 100%;
    margin-inline: auto;
}

/* Hero Section */
.cs-hero-wrapper {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .55) 25%, rgba(0, 0, 0, .65) 100%), url(/imageserver/UserMedia/briantest6/certainteed-solar/solar-hero002.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;

}

.cs-hero-wrapper-content {
    -webkit-animation: fadeInRight 1.25s both;
    animation: fadeInRight 1.25s both;
    animation-delay: 1s;
}

.cs-h1-heading.cs-hero-title {
    font-size: 65px;
    font-family: "Varela Round", sans-serif;
    color: #fff;
    max-width: 20ch;
    text-shadow: 2px 2px #0000008f;
    font-weight: 600;
    -webkit-animation: fadeInEft .8s both;
    animation: fadeInLeft .8s both;
    animation-delay: 1s;
}

.cs-hero-subtitle.cs-subtitle {
    font-size: 24px;
    color: #fff;
    max-width: 50ch;
    font-style: italic;
}

.logo-div {
    background-color: var(--cs-blue-color);
    padding: 1%;
}

/* Intro section */

.cs-intro-section {
    padding-block: 50px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 25%, rgba(255, 255, 255, 0.97) 100%), url(/imageserver/UserMedia/briantest6/certainteed-solar/solarBG003.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cs-intro-image {
    text-align: center;
    position: relative;
    max-width: fit-content;
    height: fit-content;
    margin: auto;
}

.cs-intro-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--cs-blue-color);
    border-radius: 50%;
    left: -5px;
    top: -5px;
}

.cs-intro-image img {
    max-width: 520px;
    width: 100%;
    height: auto;
    border-radius: 50%;
    position: relative;
}

.cs-intro-text.cs-main-right {
    padding-top: 50px;
}

.cs-info-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 35px;
}

.cs-info-list-item {
    display: flex;
    gap: 10px;
}

.cs-info-list-item i {
    vertical-align: middle;
}

.cs-info-list-item i svg {
    fill: var(--cs-blue-color);
    height: 24px;
    width: 24px;
}

.cs-info-list-item span {
    color: #000000;
    font-weight: 600;
}

/* Products Section */
.cs-products-cards-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    gap: 15px;
    justify-content: center;
    margin-top: 40px;
}


.cs-product-card {
    flex: 1 1 300px;
    max-width: 520px;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: #fff;
}

.cs-product-card-image {
    text-align: center;
}

.cs-product-card-image img {
    max-width: 495px;
    width: 100%;
}

.cs-product-card h3 {
    text-align: center;
    font-weight: 600;
}

.cs-product-card .cs-site-button {
    margin-inline: auto;
}

/* Grid Cards */
.cs-cards-section {
    background: var(--cs-blue-color);
    clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
    color: #fff;
    padding-block: 50px;
    background-image: url(/imageserver/UserMedia/briantest6/certainteed-solar/abstract-lineBG001.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
}

.cs-cards-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.cs-card-icon-container svg {
    width: 50px;
    height: 50px;
    fill: #fff;
}


.cs-card {
    max-width: 650px;
    padding: 30px 20px;
    transition: all 0.3s ease;
    padding: 60px 10px;
    text-align: center;
}

.cs-card-icon-container .st0 {
    fill: #ffffff;
}



/* ==========================================  Cutout Details =================================================== */

.cutout-details-section {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 25%, rgb(255, 255, 255) 100%), url(/imageserver/UserMedia/briantest6/certainteed-solar/solarBG001.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cs-benefits-text.cs-main-left {
    width: 42%;
}

.cs-benefits-image.cs-main-right {
    width: 56%;
}

.cs-benefits-text .cs-info-list-item i svg {
	fill: var(--cs-blue-color);
	height: 24px;
	width: 24px;
	text-align: center;
	display: flex;
}

.cs-benefits-text .cs-info-list-icon {
	background: #ececec;
	border-radius: 50%;
	padding: 2px 5px;
	border: 2px solid #dbdbdbab;
}

.cutout-section-container {
    max-width: 1100px;
    width: 100%;
    margin: 25px auto;
}


.hideNum {
    display: none;
}

.showNum {
    display: block;
}

.modal-content {
max-width: 350px;
margin-inline: auto;
}

.modal-content .modal-body img {
max-width: 350px;
width: 100%;
border-bottom: 4px solid #d2d2d2;
margin-bottom: 12px;
}

.modal-header {
    display: block;
}

.cutout-details {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
}


.number {
    font-size: clamp(15px, 2.5vw, 35px);
    background: lightblue;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: clamp(25px, 4vw, 60px);
    width: clamp(25px, 4vw, 60px);
    cursor: pointer;
    z-index: 2;
}



.st0 {
    stroke-width: 9;
}

.st1 {
    stroke-width: 3;
}

#num1 {
    position: absolute;
    transition: .5s;
    top: 21%;
    left: 11%;
}


#num2 {
    position: absolute;
    transition: .5s;
    bottom: 46%;
    left: 45%;
}

#num3 {
    position: absolute;
    transition: .5s;
    top: 8%;
    left: 54%;
}

#num4 {
    position: absolute;
    top: 25%;
    transition: .5s;
    right: 8%;
}



.sibling-fade {
    visibility: hidden;
}

.sibling-fade>* {
    visibility: visible;
}

.sibling-fade>* {
    transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms;
}

.sibling-fade:hover .number {
    opacity: 0;
    transform: scale(0.9);
}

.sibling-fade .number:hover {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0ms, 0ms;
}

.request-estimate-section {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.808) 25%, rgba(0, 0, 0, 0.815) 100%), url(/imageserver/UserMedia/briantest6/certainteed-solar/solarBG002.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-block: 150px;
    color: #fff;
}

.footer_wrapper {
    position: relative;
    background: #090909;
    border-top: none;
    min-height: 300px;

}

.maincontent {
display: block!important;
overflow: hidden;
}


/**** Product Page Styles ****/
.warranty-wrapper.cs-main-wrapper {
	padding-block: 40px;
}

.warranty-table table {
	width: 100%;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	background: #fff;
	border-collapse: unset;
}

.warranty-table th {
	text-align: left;
	color: #fff;
	padding: 8px 5px;
	background: var(--cs-blue-color);
	border-bottom: 2px solid #fff;
}

.warranty-table td {
	padding: 5px 5px;
	border-bottom: 2px solid #fff;
}

.warranty-table td:first-child {
	background-color: #f1f1f1;
}

.warranty-table td:last-child {
	font-weight: 600;
	border-bottom: 2px solid #e8e8e8;
}

.warranty-table p {
	max-width: 780px!important;
	margin: 30px 0!important;
}


/***** Media Queries / Breakpoints *****/
@media (max-width: 1200px) {
    .cs-main-left,
    .cs-main-right {
        width: 100%;
        margin-inline: auto;
    }

    .cs-intro-image img {
        max-width: 450px;

    }

    .cs-intro-text .cs-h2-heading {
        max-width: 30ch;
        margin-inline: auto;
    }

    .cs-intro-text.cs-main-right {
        max-width: 981px;
    }
    
    .cs-benefits-text.cs-main-left {
        width: 100%;
    }

    .cs-benefits-text .cs-info-list {
        display: flex;
        flex-direction: row;
        gap: 12px;
        margin: 30px auto auto;
    }

    .cs-benefits-image.cs-main-right {
        width: 100%;
    }

    .cs-benefits-text .cs-site-button {
        margin-inline: auto;
    }

}

@media (max-width: 981px) {

    .cs-h1-heading,
    .cs-h1-heading.cs-hero-title {
        font-size: 55px;
    }

    .cs-h2-heading {
        font-size: 2em;
    }

    .cs-hero-subtitle.cs-subtitle {
        font-size: 22px;
    }

    .mobile_logo img{
        max-width: 215px;

    }

    .cs-product-card {
        flex: unset;
        max-width: 520px;
        padding: 20px 20px;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0,0,0,.1);
        transition: all .3s ease;
        background: #fff;
    }

    .cs-cards-container {
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }

    .cs-card {
        padding: 60px 40px;
    }
}

@media (max-width: 800px) {

    .cs-hero-wrapper {
        padding: 50px 0;
    }

    .cs-cards-section {
        padding-block: 80px 50px;
    }

    .cs-cards-container {
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }

    .cs-card {
        padding: 40px 20px;
        margin-inline: auto;
    }

    .cs-cards-section {
        clip-path: polygon(0 2%,100% 0%,100% 98%,0% 100%);
    }

    
}

@media (max-width: 560px) {

    .cs-h1-heading.cs-hero-title {
        font-size: 44px;
    }
    
    .cs-h2-heading {
        font-size: 1.85em;
    }

    .cs-hero-wrapper {
        padding: 50px 0;
    }

    .cs-hero-subtitle.cs-subtitle {
        font-size: 20px;
    }

    .cs-benefits-text .cs-info-list {
        flex-direction: column;
    }

    .cs-benefits-image.cs-main-right {
        margin-top: 40px;
    }

}

@media (max-width: 450px) {

}



a.btn.btn-primary {    padding: 16px 28px;    border-radius: 5;    background: #093d87;    border: none;   box-shadow: 0 4px 5px -3px #333;    transition: 0.5s;    font-weight: bold;transition: ease-out 0.4s;}
a.btn.btn-primary:hover {    box-shadow: inset 0 0 0 50px #3a639f; }

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px;
  max-width:350px;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card img {
  border-radius: 5px 5px 0 0;
}

.card p{
  max-width:300px;
}

.card-content {
  padding: 2px 16px;
}


a.btn.btn-primary {    padding: 16px 28px;    border-radius: 5;    background: #093d87;    border: none;   box-shadow: 0 4px 5px -3px #333;    transition: 0.5s;    font-weight: bold;transition: ease-out 0.4s;}
a.btn.btn-primary:hover {    box-shadow: inset 0 0 0 50px #3a639f; }

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

th {
  background-color:#0073BF;
  color:white;
}

td, th {
  border: 1px solid black;
  text-align: right;
  padding: 2px 8px;
}

td:first-child {
  background-color: #dddddd;
}

.center {
  text-align:center;
}