:root {
    --rx-main-color: #006649;
    /* rgba(36, 81, 100, 1) */
}

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

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

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

h2,
.rx-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;
}

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;
}


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

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

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

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

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

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


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

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

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

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


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

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


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

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


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

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

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

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

}

.rx-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(--rx-main-color);
    color: #ffffff;
    border: none;
    border-radius: 3px;
    z-index: 0;
    overflow: hidden;
    transition: all .3s;
    height: fit-content;
}

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

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

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

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

.rx-site-button:hover,
.rx-site-button:focus,
.rx-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;
    }
}



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

/* Hero Section */
.rx-hero-wrapper {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .55) 25%, rgba(0, 0, 0, .65) 100%), url(/imageserver/Reusable/gutter-rx/gutterRX-hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 200px 0 100px;
}


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

.rx-h1-heading.rx-hero-title {
    font-size: 65px;
    color: #fff;
    max-width: 26ch;
    text-shadow: 2px 2px #0000008f;
    font-weight: 600;
    -webkit-animation: fadeInEft .8s both;
    animation: fadeInLeft .8s both;
    animation-delay: 1s;
}

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

.logo-div {
    background-color: #0066499c;
    padding: 1%;
    position: absolute;
    width: 100%;
}

/* Intro section */

.rx-intro-section {
    padding-block: 50px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 25%, rgba(255, 255, 255, 0.94) 100%), url(/imageserver/Reusable/gutter-rx/abstract-dotsBG2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rx-intro-wrapper.rx-main-wrapper {
    align-items: center;
}

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

.rx-intro-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--rx-main-color);
    left: -5px;
    top: -5px;
}

.rx-intro-image img {
    max-width: 650px;
    width: 100%;
    height: auto;
    position: relative;
}

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

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

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

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

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

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

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


.rx-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;
}

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

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

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

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

/* Grid Cards */
.rx-cards-section {
    background: var(--rx-main-color);
    clip-path: polygon(50% 0%, 100% 3%, 100% 100%, 0 100%, 0 3%);
    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;
}

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

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


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

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


/* Gutter RX Colors */
.rx-heading-wrapper {
    /* position: absolute; */
    width: 100%;
    text-align: center;
    color: #fff;
    background: #000000f7;
    padding: 15px 10px;
}

.rx-colors-wrapper {
    display: flex;
    flex-flow: row wrap;
}

.rx-color-item {
    width: 50%;
    justify-content: center;
    text-align: center;
    padding-block: 200px;
    background-color: #333;
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#grx-white {
    background-image: url(/imageserver/Reusable/gutter-rx/grx-white.jpg);
}

#grx-bronze {
    background-image: url(/imageserver/Reusable/gutter-rx/grx-bronze.jpg);
}

#grx-reg {
    background-image: url(/imageserver/Reusable/gutter-rx/grx-reg.jpg);
}

#grx-step {
    background-image: url(/imageserver/Reusable/gutter-rx/grx-step.jpg);
}

.rx-color-item p {
    color: #fff;
    font-size: 42px;
}

.rx-color-item:hover {
    background-color: #00000056;
}


.rx-warranty-section {
    padding-block: 150px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 25%, rgba(255, 255, 255, 0.86) 100%), url(/imageserver/Reusable/gutter-rx/gutterRX-hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

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

}

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


/**** Product Page Styles ****/
.warranty-wrapper.rx-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(--rx-main-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;
}

/* FAQ's */
.rx-faqs-wrapper {
    padding: 20px 15px;
    background: #f9f9f9;
    font-family: Arial, sans-serif;
}

.rx-faqs-container {
    max-width: 800px;
    margin: 0 auto;
}

.rx-faqs-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.question {
    position: relative;
    font-size: 1rem;
    font-weight: bold;
    color: var(--rx-main-color);
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.question .toggle-icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.rx-faqs-item.active .question .toggle-icon {
    transform: rotate(45deg);
}

.answer {
    display: none;
    margin-top: 10px;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}




/***** Media Queries / Breakpoints *****/

@media (max-width: 1600px) {
    .rx-product-card {
	flex: 1 1 400px;
}
}

@media (max-width: 1200px) {
    .rx-main-left,
    .rx-main-right {
        width: 100%;
        margin-inline: auto;
    }

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

    }

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

    .rx-intro-text.rx-main-right {
        max-width: 981px;
    }

    .rx-benefits-text.rx-main-left {
        width: 100%;
    }

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

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

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

}

@media (max-width: 981px) {

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

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

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

    .mobile_logo img {
        max-width: 215px;

    }

    .rx-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;
    }

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

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

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

@media (max-width: 800px) {

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

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

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

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


}

@media (max-width: 680px) {
    .rx-color-item {
        width: 100%;
        padding-block: 125px;
    }
}

@media (max-width: 600px) {

    .question {
        font-size: 0.95rem;
    }

    .toggle-icon {
        font-size: 1.25rem;
    }

    .answer {
        font-size: 0.9rem;
    }
}



@media (max-width: 560px) {

    .rx-h1-heading.rx-hero-title {
        font-size: 44px;
    }

    .rx-h2-heading {
        font-size: 1.85em;
    }

    .rx-hero-wrapper {
        padding: 100px 0;
    }

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

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

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

    .rx-cards-section {
        clip-path: polygon(50% 0%, 100% 1%, 100% 100%, 0 100%, 0 1%);
    }

}