/* ===================================
   COMMON ROOFING PROBLEMS LANDING PAGE
====================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #111;
    color: #222;
}

/* HEADER */

.champion-header,
.champion-header * {
    box-sizing: border-box;
}

.champion-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 9999;
    background:rgba(255, 255, 255, 1);
    overflow: visible;
    pointer-events: auto;
}

.champion-logo-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 310px;
    height: 136px;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 58% 100%, 0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    z-index: 5;
}

.champion-logo-panel img {
    width: 320px;
    height: auto;
    display: block;
    margin-right: 40px;
}

.champion-nav {
    position: relative;
    height: 100%;
    padding-left: 380px;
    padding-right: 360px;
    display: flex;
    align-items: flex-start;
}

.champion-menu {
    list-style: none;
    margin: 56px 0 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6, max-content);
    column-gap: 22px;
    row-gap: 20px;
    align-items: center;
}

.champion-menu > li:nth-child(1) {
    transform: translateY(-3px);
}

.champion-menu > li:nth-child(2) {
    margin-left: 8px;
    margin-top: -10px;
}


.champion-menu > li:nth-child(7) {
    grid-column: 4;
   transform: translateY(-7px);

}

.champion-menu > li:nth-child(3) {
    margin-top: -8px;
}

.champion-menu > li:nth-child(4) {
    margin-top: -0px;
}

.champion-menu > li:nth-child(5) {
    margin-top: -6px;
}

.champion-menu > li:nth-child(6) {
    margin-top: -5px;
}

.champion-menu > li:nth-child(7) {
    margin-top: -1px;
   margin-left: -80px; 
}

.champion-menu > li:nth-child(8) {
    margin-top: -7px;
    margin-left: -50px; 
}

.champion-menu > li:nth-child(9) {
    margin-top: -7px;
    margin-left: -40px; 
}


.champion-menu > li {
    position: relative;

}

    .has-dropdown {
    position: relative;
}


.champion-menu > li > a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1;
    white-space: nowrap;
    transition: color 0.25s ease;
}

.champion-menu > li > a.active,
.champion-menu > li > a.active span {
    color: #00ff3c !important;
}

.champion-menu > li > a:hover,
.champion-menu > li > a:hover span,
.champion-menu > li > a:focus,
.champion-menu > li > a:focus span {
    color: #00ff3c;
}

.champion-menu span {
    font-size: 22px;
    margin-left: 8px;
    position: relative;
    top: 2px;
}

/* PHONE BUTTON */

.champion-phone {
    position: absolute;
    top: 65px;
    right: 22px;
    background: #ffffff;
    color: #4d4d4d;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 8px 18px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.champion-phone:hover {
    background: #00ff3c;
    color: #ffffff;
}

/* =========================
   DROPDOWN MENU
========================= */

.has-dropdown {
    position: relative;
}

.roofing-dropdown {

    position: absolute;

    top: 100%;

    left: -28px;

    padding-top: 14px;

    opacity: 0;

    visibility: hidden;

    pointer-events: none;

    z-index: 999999;

    transition: 0.25s ease;
}

/* SHOW MAIN DROPDOWN */

.has-dropdown:hover .roofing-dropdown,
.has-dropdown:focus-within .roofing-dropdown {

    opacity: 1;

    visibility: visible;

    pointer-events: auto;
}

/* LEFT COLUMN */

.dropdown-left {

    position: relative;

    width: 220px;

    margin: 0;

    padding: 0;

    list-style: none;

    background: rgba(80, 80, 80, 0.96);
}

/* RIGHT COLUMN */

.dropdown-right {

    position: absolute;

    top: 0;

    left: 100%;

    width: 240px;

    margin: 0;

    padding: 0;

    list-style: none;

    background: rgba(80, 80, 80, 0.96);

    opacity: 0;

    visibility: hidden;

    pointer-events: none;

    transition: 0.2s ease;

    z-index: 999999;
}

/* SHOW SUBMENU */

.has-submenu:hover > .dropdown-right,
.has-submenu:focus-within > .dropdown-right {

    opacity: 1;

    visibility: visible;

    pointer-events: auto;
}

/* LIST ITEMS */

.dropdown-left li,
.dropdown-right li {

    position: relative;
}

/* LINKS */

.dropdown-left li a,
.dropdown-right li a {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 20px 34px;

    color: #ffffff;

    text-decoration: none;

    text-transform: uppercase;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 1px;

    line-height: 1.0;

    transition: 0.2s ease;
}

/* HOVER */

.dropdown-left li a:hover,
.dropdown-right li a:hover {
    color: #00ff3c;
}

/* ACTIVE */

.dropdown-left li a.active-submenu,
.dropdown-right li a.active-submenu {
    color: #00ff3c !important;
}

/* ARROWS */

.dropdown-left li a span {

    margin-left: 12px;

    font-size: 18px;

    line-height: 1;
}




/* ===================================
   COMMON ROOFING PROBLEMS HERO HTML PAGE
====================================== */

.crp-hero-section {
    position: relative;
    width: 100%;
    min-height: 820px;
    background-image: url("../images/common-roofing-problems-hero.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.crp-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
    z-index: 1;
}

.crp-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1250px;
    padding: 210px 30px 70px;
    text-align: center;
}

.crp-hero-content h1 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.crp-hero-content h2 {
    margin: 0 0 42px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.crp-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 380px;
    padding: 13px 26px;
    background: #ff4b1f;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    transition: background 0.25s ease, transform 0.25s ease;
}

.crp-hero-btn:hover,
.crp-hero-btn:active {
    background: #00ff3c;
    color: #ffffff;
    transform: translateY(-2px);
}

.crp-hero-icons {
    margin: 80px auto 0;
    width: 100%;
    max-width: 1350px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.crp-hero-icons img {
    width: 155px;
    height: auto;
    display: block;
    opacity: 0.98;
}

/* ===================================
   FIX ALL NON-ROOFING DROPDOWNS
====================================== */

.painting-dropdown,
.gutters-dropdown,
.why-us-dropdown,
.areas-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    background: rgba(80, 80, 80, 0.96);
    margin-top: 14px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 999999;
    transition: 0.25s ease;
}

.has-dropdown:hover > .painting-dropdown,
.has-dropdown:hover > .gutters-dropdown,
.has-dropdown:hover > .why-us-dropdown,
.has-dropdown:hover > .areas-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.painting-dropdown ul,
.gutters-dropdown ul,
.why-us-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.painting-dropdown li,
.gutters-dropdown li,
.why-us-dropdown li {
    list-style: none;
}

.painting-dropdown a,
.gutters-dropdown a,
.why-us-dropdown a,
.areas-dropdown a {
    display: block;
    padding: 18px 28px;
    color: #ffffff !important;
    background: rgba(80, 80, 80, 0.96);
    text-decoration: none !important;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    white-space: nowrap;
}

.painting-dropdown a:hover,
.gutters-dropdown a:hover,
.why-us-dropdown a:hover,
.areas-dropdown a:hover {
    color: #00ff3c !important;
}


/* ===================================
   RESPONSIVE
====================================== */

@media (max-width: 1300px) {
    .champion-nav {
        padding-left: 330px;
        padding-right: 190px;
    }

    .champion-menu {
        column-gap: 20px;
    }

    .champion-menu > li > a {
        font-size: 13px;
        letter-spacing: 3px;
    }

    .crp-hero-content h1 {
        font-size: 52px;
    }

    .crp-hero-icons {
        gap: 38px;
    }
}

@media (max-width: 991px) {
    .champion-header {
        position: relative;
        height: auto;
        background: #111111;
    }

    .champion-logo-panel {
        position: relative;
        width: 100%;
        height: auto;
        clip-path: none;
        padding: 20px;
    }

    .champion-logo-panel img {
        width: 210px;
        margin: 0;
    }

    .champion-nav {
        padding: 20px;
        display: block;
    }

    .champion-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
        gap: 20px;
    }

    .champion-menu > li:nth-child(n) {
        margin: 0;
        grid-column: auto;
        transform: none;
    }

    .champion-phone {
        position: relative;
        display: block;
        top: auto;
        right: auto;
        margin: 25px auto;
        width: fit-content;
    }

    .roofing-dropdown,
    .painting-dropdown,
    .gutters-dropdown,
    .why-us-dropdown,
    .areas-dropdown {
        position: relative;
        top: auto;
        left: auto;
        margin-top: 12px;
    }

    .dropdown-right,
    .roofing-brand-submenu {
        position: relative;
        top: auto;
        left: auto;
    }

    .crp-hero-section {
        min-height: auto;
        background-attachment: scroll;
    }

    .crp-hero-content {
        padding: 90px 22px 60px;
    }

    .crp-hero-content h1 {
        font-size: 38px;
        letter-spacing: 3px;
    }

    .crp-hero-content h2 {
        font-size: 23px;
        letter-spacing: 2px;
    }

    .crp-hero-btn {
        min-width: 0;
        width: 100%;
        max-width: 430px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .crp-hero-icons {
        margin-top: 50px;
        flex-wrap: wrap;
        gap: 30px;
    }

    .crp-hero-icons img {
        width: 115px;
    }
}

@media (max-width: 480px) {
    .crp-hero-content h1 {
        font-size: 30px;
    }

    .crp-hero-content h2 {
        font-size: 18px;
    }

    .crp-hero-icons img {
        width: 92px;
    }
}


/* ===================================
   COMMON ROOFING PROBLEMS SERVICE LINKS
====================================== */

.crp-service-card-section {
    position: relative;
    width: 100%;
    padding: 0 40px 70px;
    background-image: url("../images/common-roofing-problems-29.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top: 7px solid #00ff3c;
    border-bottom: 7px solid #00ff3c;
    overflow: visible;
    z-index: 10;
    margin-top: 80px;
}

.crp-service-card-wrap {
    position: relative;
    top: -115px;
    max-width: 1900px;
    margin: 0 auto -115px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 90px;
    overflow: visible;
}

.crp-service-card-link {
    display: block;
    width: 540px;
    height: 260px;
    border: 4px solid #ffffff;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.45);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.crp-service-card-link img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.crp-service-card-link:hover,
.crp-service-card-link:active {
    transform: translateY(-8px);
    border-color: #00ff3c;
}

/* RESPONSIVE */

@media (max-width: 1500px) {
    .crp-service-card-wrap {
        gap: 55px;
        top: -90px;
        margin-bottom: -90px;
    }

    .crp-service-card-link {
        width: 420px;
        height: 255px;
    }
}

@media (max-width: 991px) {
    .crp-service-card-section {
        padding: 45px 25px 60px;
    }

    .crp-service-card-wrap {
        top: 0;
        margin-bottom: 0;
        flex-direction: column;
        align-items: center;
        gap: 35px;
    }

    .crp-service-card-link {
        width: 100%;
        max-width: 620px;
        height: 310px;
    }
}

@media (max-width: 520px) {
    .crp-service-card-link {
        height: 230px;
    }
}


/* ===================================
   COMMON ROOFING PROBLEMS FIX SECTION
====================================== */

.crp-fix-roof-section {
    width: 100%;
    padding: 55px 40px 60px;
    background-image: url("../images/common-roofing-problems-31.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.crp-fix-roof-container {
    max-width: 1150px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.65fr 0.85fr;
    align-items: center;
    gap: 80px;
}

.crp-fix-roof-text-wrap {
    display: grid;
    grid-template-columns: 8px 1fr;
    gap: 18px;
    align-items: start;
}

.crp-fix-roof-line {
    width: 8px;
    height: 415px;
    background: #5f5f5f;
    margin-top: 0;
}

.crp-fix-roof-text h2 {
    margin: 35px 0 28px;
    color: #ff4b1f;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    max-width: 980px;
}

.crp-fix-roof-text p {
    margin: 0 0 18px;
    color: #777777;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    max-width: 950px;
}

.crp-fix-roof-image-wrap {
    position: relative;
    width: 430px;
    height: 360px;
    justify-self: center;
}

.crp-fix-roof-image-wrap img {
    position: relative;
    z-index: 2;
    width: 330px;
    height: 295px;
    object-fit: cover;
    display: block;
}

/* RESPONSIVE */

@media (max-width: 1200px) {
    .crp-fix-roof-container {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .crp-fix-roof-image-wrap {
        justify-self: center;
    }
}

@media (max-width: 768px) {
    .crp-fix-roof-section {
        padding: 70px 24px;
        background-attachment: scroll;
    }

    .crp-fix-roof-text-wrap {
        grid-template-columns: 1fr;
    }

    .crp-fix-roof-line {
        width: 100px;
        height: 5px;
    }

    .crp-fix-roof-text h2 {
        margin-top: 0;
        font-size: 28px;
    }

    .crp-fix-roof-text p {
        font-size: 17px;
    }

    .crp-fix-roof-image-wrap {
        width: 100%;
        max-width: 430px;
        height: 320px;
    }

    .crp-fix-roof-orange-block {
        right: 0;
        width: 85%;
        height: 245px;
    }

    .crp-fix-roof-image-wrap img {
        width: 90%;
        height: 255px;
    }
}


/* ===================================
   COMMON ROOFING PROBLEMS DAMAGE CONTROL
====================================== */

.crp-damage-control-section {
    position: relative;
    width: 100%;
    min-height: 560px;
    background-image: url("../images/common-roofing-problems-1.png");
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 60px 260px 60px 40px;
}

.crp-damage-control-card {
    position: relative;
    width: 580px;
    background: #ffffff;
    padding: 55px 70px 52px;
    border-left: 24px solid #ff4b1f;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.25);
}

.crp-damage-control-card p {
    color: #222222;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 20px;
    font-weight: 400;
}

.crp-damage-control-card h3 {
    color: #222222;
    font-size: 16px;
    line-height: 1.4;
    margin: 22px 0 38px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.crp-damage-control-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 430px;
    padding: 13px 26px;
    background: #00ff3c;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.5px;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.crp-damage-control-btn:hover,
.crp-damage-control-btn:active {
    background: #ff4b1f;
    color: #ffffff;
    transform: translateY(-2px);
}

/* RESPONSIVE */

@media (max-width: 1300px) {
    .crp-damage-control-section {
        padding-right: 90px;
    }
}

@media (max-width: 991px) {
    .crp-damage-control-section {
        min-height: auto;
        background-attachment: scroll;
        justify-content: center;
        padding: 80px 30px;
    }

    .crp-damage-control-card {
        width: 100%;
        max-width: 720px;
        padding: 50px 38px;
        border-left: 14px solid #ff4b1f;
    }

    .crp-damage-control-btn {
        min-width: 0;
        width: 100%;
        max-width: 430px;
        font-size: 15px;
        letter-spacing: 2px;
    }
}

@media (max-width: 520px) {
    .crp-damage-control-card p,
    .crp-damage-control-card h3 {
        font-size: 17px;
    }
}


/* ===================================
   COMMON ROOFING PROBLEMS CTA BUTTONS
====================================== */

.crp-dual-cta-section {
    width: 100%;
    padding: 80px 40px;
    background-image: url("../images/common-roofing-problems-28.png");
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
}

.crp-dual-cta-container {
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 55px;
}

.crp-dual-cta-orange,
.crp-dual-cta-green {
    width: 480px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.crp-dual-cta-orange {
    background: #ff4b1f;
    color: #ffffff;
}

.crp-dual-cta-green {
    background: #00ff26;
    color: #000000;
}

/* HOVER */

.crp-dual-cta-orange:hover,
.crp-dual-cta-orange:active {
    background: #00ff26;
    color: #000000;
    transform: translateY(-4px);
}

.crp-dual-cta-green:hover,
.crp-dual-cta-green:active {
    background: #ff4b1f;
    color: #ffffff;
    transform: translateY(-4px);
}

/* RESPONSIVE */

@media (max-width: 1200px) {

    .crp-dual-cta-container {
        flex-direction: column;
        gap: 35px;
    }

    .crp-dual-cta-orange,
    .crp-dual-cta-green {
        width: 100%;
        max-width: 800px;
    }
}

@media (max-width: 768px) {

    .crp-dual-cta-section {
        padding: 70px 25px;
    }

    .crp-dual-cta-orange,
    .crp-dual-cta-green {
        min-height: 95px;
        font-size: 16px;
        letter-spacing: 2px;
        padding: 20px;
    }
}


/* ===================================
   COMMON ROOFING PROBLEMS NOCO LIST
====================================== */

.crp-noco-problems-section {
    position: relative;
    width: 100%;
    min-height: 530px;
    background-image: url("../images/common-roofing-problems-2.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 50px 40px 50px 250px;
}

.crp-noco-problems-card {
    width: 500px;
    min-height: 300px;
    background: #ffffff;
    border-left: 26px solid #ff4b1f;
    padding: 35px 70px 50px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.22);
}

.crp-noco-problems-card h2 {
    color: #ff4b1f;
    font-size: 20px;
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 32px;
}

.crp-noco-problems-card ul {
    margin: 0;
    padding-left: 35px;
}

.crp-noco-problems-card li {
    color: #222222;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 2px;
}

/* RESPONSIVE */

@media (max-width: 1200px) {
    .crp-noco-problems-section {
        padding-left: 90px;
    }
}

@media (max-width: 768px) {
    .crp-noco-problems-section {
        min-height: auto;
        background-attachment: scroll;
        padding: 70px 25px;
        justify-content: center;
    }

    .crp-noco-problems-card {
        width: 100%;
        padding: 42px 35px;
        border-left: 16px solid #ff4b1f;
    }

    .crp-noco-problems-card h2 {
        font-size: 28px;
    }

    .crp-noco-problems-card li {
        font-size: 18px;
    }
}


/* ===================================
   COMMON ROOFING PROBLEMS DETAIL CARDS
====================================== */

.crp-problem-details-section {
    position: relative;
    width: 100%;
    padding: 95px 0 95px;
    background: #ffffff;
    overflow: hidden;
}

/* orange vertical block on left */
.crp-problem-details-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 520px;
    height: 100%;
    background: #ff4b1f;
    z-index: 1;
}

/* card */
.crp-problem-detail-card {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1050px;
    min-height: 370px;
    margin: 0 auto 65px;
    padding: 32px 80px 32px 30px;
    background: #f2f2f2;
    display: grid;
    grid-template-columns: 330px 1fr;
    align-items: center;
    gap: 80px;
}

/* remove old pseudo orange blocks */
.crp-problem-detail-card::before {
    display: none;
}

/* circle image */
.crp-problem-detail-image {
    width: 285px;
    height: 285px;
    border-radius: 50%;
    border: 13px solid #555555;
    overflow: hidden;
    justify-self: center;
    background: #ffffff;
}

.crp-problem-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* text area */
.crp-problem-detail-text {
    max-width: 910px;
}

.crp-problem-detail-text h2 {
    margin: 0 0 22px;
    color: #ff4b1f;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.crp-problem-detail-text h3 {
    margin: 42px 0 18px;
    color: #ff4b1f;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 600;
    text-transform: uppercase;
}

.crp-problem-detail-text p {
    margin: 0 0 18px;
    color: #4b4b4b;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}

.crp-problem-detail-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    min-width: 345px;
    padding: 15px 20px;
    background: #00ff3c;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.5px;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.crp-problem-detail-btn:hover,
.crp-problem-detail-btn:active {
    background: #ff4b1f;
    color: #ffffff;
    transform: translateY(-2px);
}

/* spacing for last card */
.crp-problem-detail-card:last-child {
    margin-bottom: 0;
}

/* RESPONSIVE */

@media (max-width: 1400px) {
    .crp-problem-details-section::before {
        width: 500px;
    }

    .crp-problem-detail-card {
        max-width: 1220px;
        grid-template-columns: 280px 1fr;
        gap: 55px;
        padding: 55px 55px;
    }

    .crp-problem-detail-image {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 900px) {
    .crp-problem-details-section {
        padding: 70px 22px;
    }

    .crp-problem-details-section::before {
        width: 130px;
    }

    .crp-problem-detail-card {
        grid-template-columns: 1fr;
        gap: 35px;
        padding: 45px 30px;
    }

    .crp-problem-detail-image {
        width: 230px;
        height: 230px;
    }

    .crp-problem-detail-text h2 {
        font-size: 30px;
    }

    .crp-problem-detail-text h3 {
        font-size: 24px;
    }

    .crp-problem-detail-text p {
        font-size: 17px;
    }

    .crp-problem-detail-btn {
        min-width: 0;
        width: 100%;
        max-width: 430px;
        font-size: 15px;
        letter-spacing: 2px;
    }
}


/* ===================================
   COMMON ROOFING PROBLEMS RIGHT IMAGE CARDS
====================================== */

.crp-right-problem-section {
    position: relative;
    width: 100%;
    padding: 100px 0 100px;
    background: #222222;
    overflow: hidden;
}

.crp-right-problem-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 650px;
    height: 100%;
    background: #ff4b1f;
    z-index: 1;
}

.crp-right-problem-card {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1050px;
    min-height: 410px;
    margin: 0 auto 55px;
    padding: 48px 55px;
    background: #f2f2f2;
    display: grid;
    grid-template-columns: 1fr 340px;
    align-items: center;
    gap: 70px;
}

.crp-right-problem-card:last-child {
    margin-bottom: 0;
}

.crp-right-problem-text {
    max-width: 900px;
}

.crp-right-problem-text h2 {
    margin: 0 0 20px;
    color: #ff4b1f;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.crp-right-problem-text h3 {
    margin: 42px 0 18px;
    color: #ff4b1f;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 600;
    text-transform: uppercase;
}

.crp-right-problem-text p {
    margin: 0 0 18px;
    color: #4b4b4b;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.crp-right-problem-image {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 13px solid #555555;
    overflow: hidden;
    justify-self: center;
    background: #ffffff;
}

.crp-right-problem-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.crp-right-problem-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    min-width: 340px;
    padding: 16px 26px;
    background: #00ff3c;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.5px;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.crp-right-problem-btn:hover,
.crp-right-problem-btn:active {
    background: #ff4b1f;
    color: #ffffff;
    transform: translateY(-2px);
}

/* RESPONSIVE */

@media (max-width: 1400px) {
    .crp-right-problem-section::after {
        width: 500px;
    }

    .crp-right-problem-card {
        max-width: 1220px;
        grid-template-columns: 1fr 280px;
        gap: 55px;
        padding: 55px;
    }

    .crp-right-problem-image {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 900px) {
    .crp-right-problem-section {
        padding: 70px 22px;
    }

    .crp-right-problem-section::after {
        width: 130px;
    }

    .crp-right-problem-card {
        grid-template-columns: 1fr;
        gap: 35px;
        padding: 45px 30px;
    }

    .crp-right-problem-image {
        width: 230px;
        height: 230px;
        order: -1;
    }

    .crp-right-problem-text h2 {
        font-size: 30px;
    }

    .crp-right-problem-text h3 {
        font-size: 24px;
    }

    .crp-right-problem-text p {
        font-size: 17px;
    }

    .crp-right-problem-btn {
        min-width: 0;
        width: 100%;
        max-width: 430px;
        font-size: 15px;
        letter-spacing: 2px;
    }
}



/* ===================================
   COMMON ROOFING PROBLEMS LEFT IMAGE CARDS
====================================== */

.crp-left-problem-section {
    position: relative;
    width: 100%;
    padding: 100px 0 100px;
    background: #ffffff;
    overflow: hidden;
}

.crp-left-problem-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 670px;
    height: 100%;
    background: #ff4b1f;
    z-index: 1;
}

.crp-left-problem-card {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1050px;
    min-height: 380px;
    margin: 0 auto 55px;
    padding: 48px 55px;
    background: #f2f2f2;
    display: grid;
    grid-template-columns: 340px 1fr;
    align-items: center;
    gap: 70px;
}

.crp-left-problem-card:last-child {
    margin-bottom: 0;
}

.crp-left-problem-image {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 13px solid #555555;
    overflow: hidden;
    justify-self: center;
    background: #ffffff;
}

.crp-left-problem-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.crp-left-problem-text {
    max-width: 910px;
}

.crp-left-problem-text h2 {
    margin: 0 0 20px;
    color: #ff4b1f;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.crp-left-problem-text h3 {
    margin: 42px 0 18px;
    color: #ff4b1f;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 600;
    text-transform: uppercase;
}

.crp-left-problem-text p {
    margin: 0 0 18px;
    color: #4b4b4b;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
}

.crp-left-problem-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    min-width: 330px;
    padding: 15px 26px;
    background: #00ff3c;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.5px;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.crp-left-problem-btn:hover,
.crp-left-problem-btn:active {
    background: #ff4b1f;
    color: #ffffff;
    transform: translateY(-2px);
}

/* RESPONSIVE */

@media (max-width: 1400px) {
    .crp-left-problem-section::before {
        width: 500px;
    }

    .crp-left-problem-card {
        max-width: 1220px;
        grid-template-columns: 280px 1fr;
        gap: 55px;
        padding: 55px;
    }

    .crp-left-problem-image {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 900px) {
    .crp-left-problem-section {
        padding: 70px 22px;
    }

    .crp-left-problem-section::before {
        width: 130px;
    }

    .crp-left-problem-card {
        grid-template-columns: 1fr;
        gap: 35px;
        padding: 45px 30px;
    }

    .crp-left-problem-image {
        width: 230px;
        height: 230px;
    }

    .crp-left-problem-text h2 {
        font-size: 30px;
    }

    .crp-left-problem-text h3 {
        font-size: 24px;
    }

    .crp-left-problem-text p {
        font-size: 17px;
    }

    .crp-left-problem-btn {
        min-width: 0;
        width: 100%;
        max-width: 430px;
        font-size: 15px;
        letter-spacing: 2px;
    }
}



/* ===================================
   COMMON ROOFING PROBLEMS FINAL CTA
====================================== */

.crp-final-roofing-section {
    position: relative;
    width: 100%;
    min-height: 720px;
    background-image: url("../images/common-roofing-problems-3.png");
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 70px 330px 70px 40px;
}

.crp-final-roofing-card {
    position: relative;
    width: 600px;
    background: #ffffff;
    border-left: 24px solid #ff4b1f;
    padding: 50px 60px 50px;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.28);
}

.crp-final-roofing-card h2 {
    margin: 0 0 26px;
    color: #ff4b1f;
    font-size: 25px;
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.crp-final-roofing-card p {
    margin: 0 0 18px;
    color: #242424;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}

.crp-final-roofing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    min-width: 395px;
    padding: 13px 26px;
    background: #00ff3c;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.5px;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.crp-final-roofing-btn:hover,
.crp-final-roofing-btn:active {
    background: #ff4b1f;
    color: #ffffff;
    transform: translateY(-2px);
}

/* RESPONSIVE */

@media (max-width: 1300px) {
    .crp-final-roofing-section {
        padding-right: 120px;
    }
}

@media (max-width: 900px) {
    .crp-final-roofing-section {
        min-height: auto;
        background-attachment: scroll;
        justify-content: center;
        padding: 75px 28px;
    }

    .crp-final-roofing-card {
        width: 100%;
        max-width: 650px;
        border-left: 14px solid #ff4b1f;
        padding: 42px 34px;
    }

    .crp-final-roofing-card h2 {
        font-size: 27px;
    }

    .crp-final-roofing-card p {
        font-size: 16px;
    }

    .crp-final-roofing-btn {
        min-width: 0;
        width: 100%;
        max-width: 430px;
        font-size: 14px;
        letter-spacing: 2px;
    }
}


/* ===================================
   COMMON ROOFING PROBLEMS TRUST FINAL
====================================== */

.crp-trust-final-section {
    width: 100%;
    padding: 50px 40px 50px;
    background-image: url("../images/common-roofing-problems-31.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.crp-trust-final-content {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.crp-trust-final-content p {
    margin: 0 auto 48px;
    color: #222222;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    max-width: 1140px;
}

.crp-trust-final-content strong {
    font-weight: 800;
}

.crp-trust-final-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 355px;
    padding: 13px 26px;
    background: #00ff3c;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.5px;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.crp-trust-final-btn:hover,
.crp-trust-final-btn:active {
    background: #ff4b1f;
    color: #ffffff;
    transform: translateY(-2px);
}

/* RESPONSIVE */

@media (max-width: 768px) {
    .crp-trust-final-section {
        padding: 75px 25px 85px;
        background-attachment: scroll;
    }

    .crp-trust-final-content p {
        font-size: 17px;
        line-height: 1.5;
    }

    .crp-trust-final-btn {
        min-width: 0;
        width: 100%;
        max-width: 430px;
        font-size: 14px;
        letter-spacing: 2px;
    }
}



.crp-expert-service-item {
    width: 170px;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.crp-expert-service-item img {
    width: 145px;
    height: 145px;
    object-fit: contain;
    display: block;
    margin-bottom: 22px;
    transition: transform 0.3s ease;
}

.crp-expert-service-item h3 {
    margin: 0;
    color: #00ff3c;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.crp-expert-service-item:hover img {
    transform: translateY(-8px);
}

.crp-expert-service-item:hover h3 {
    color: #ff4b1f;
}

.crp-expert-service-item:active img {
    transform: translateY(-4px);
}

.crp-expert-service-item:active h3 {
    color: #ff4b1f;
}



/* ===================================
   COMMON ROOFING PROBLEMS EXPERT SERVICES
====================================== */

.crp-expert-services-section {
    width: 100%;
    padding: 55px 40px 55px;
    background-image: url("../images/common-roofing-problems-28.png");
    background-size: 350px auto;
    background-position: center;
    background-repeat: repeat;
    border-bottom: 4px solid #ff4b1f;
}

.crp-expert-services-container {
    max-width: 1450px;
    margin: 0 auto;
}

.crp-expert-services-text {
    max-width: 1050px;
    margin: 0 auto;
}

.crp-expert-services-text h2 {
    margin: 0 0 28px;
    color: #00ff3c;
    font-size: 25px;
    line-height: 1.15;
    font-weight: 700;
    text-transform: uppercase;
}

.crp-expert-services-text p {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 500;
}

.crp-expert-services-text span {
    color: #ff4b1f;
    font-weight: 700;
}

.crp-expert-services-icons {
    margin: 65px auto 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 80px;
}

.crp-expert-service-item {
    width: 150px;
    text-align: center;
    text-decoration: none;
    display: block;
}

.crp-expert-service-item img {
    width: 145px;
    height: 145px;
    object-fit: contain;
    display: block;
    margin: 0 auto 24px;
    transition: transform 0.3s ease;
}

.crp-expert-service-item h3 {
    margin: 0;
    color: #00ff3c;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
}

.crp-expert-service-item:hover img,
.crp-expert-service-item:active img {
    transform: translateY(-8px);
}

.crp-expert-service-item:hover h3,
.crp-expert-service-item:active h3 {
    color: #ff4b1f;
}

/* RESPONSIVE */

@media (max-width: 1200px) {
    .crp-expert-services-icons {
        gap: 45px;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .crp-expert-services-section {
        padding: 65px 24px;
    }

    .crp-expert-services-text h2 {
        font-size: 26px;
    }

    .crp-expert-services-text p {
        font-size: 17px;
    }

    .crp-expert-services-icons {
        gap: 35px;
    }

    .crp-expert-service-item {
        width: 130px;
    }

    .crp-expert-service-item img {
        width: 120px;
        height: 120px;
    }

    .crp-expert-service-item h3 {
        font-size: 20px;
    }
}


/* ===================================
   COMMON ROOFING PROBLEMS CONTACT FORM
====================================== */

.crp-contact-map-section {
    position: relative;
    width: 100%;
    padding: 90px 40px;
    background-image: url("../images/common-roofing-problems-map.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.crp-contact-map-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0
    );
    z-index: 1;
}

.crp-contact-map-wrapper {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.crp-contact-map-box {
    background: #ffffff;
    padding: 55px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
}

.crp-contact-map-box h2 {
    color: #ff4b1f;
    font-size: 34px;
    line-height: 1.1;
    margin: 0 0 30px;
    text-align: center;
    text-transform: uppercase;
}

.crp-contact-map-box label,
.crp-contact-checkbox-group p {
    display: block;
    color: #222222;
    font-size: 16px;
    margin: 0 0 8px;
}

.crp-required-text {
    color: #ff4b1f;
}

.crp-contact-form-row {
    display: flex;
    gap: 18px;
    margin-bottom: 20px;
}

.crp-contact-field-half {
    width: 100%;
}

.crp-contact-map-box input,
.crp-contact-map-box textarea {
    width: 100%;
    padding: 13px;
    border: 1px solid #cccccc;
    font-size: 16px;
}

.crp-contact-map-box textarea {
    min-height: 130px;
    resize: vertical;
    margin-bottom: 20px;
}

.crp-contact-checkbox-group {
    margin-bottom: 22px;
}

.crp-contact-checkbox-group label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.crp-contact-checkbox-group input {
    width: auto;
}

.crp-contact-submit-btn {
    display: block;
    width: 220px;
    margin: 25px auto 0;
    padding: 16px 30px;
    border: none;
    background: #00ff3c;
    color: #000000;
    font-size: 17px;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.25s ease;
}

.crp-contact-submit-btn:hover,
.crp-contact-submit-btn:active {
    background: #ff4b1f;
    color: #ffffff;
}



/* ===================================
   CONTACT CONSULTATION SECTION
====================================== */

.contact-consultation-section {
    position: relative;
    width: 100%;
    background-image: url("../images/common-roofing-problems-map.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.contact-consultation-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.05);
    z-index: 1;
}

.contact-consultation-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-consultation-box {
    position: relative;
    z-index: 2;
    width: 550px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.45);
    padding: 85px 85px 90px;
    margin-left: 0;
}

.contact-consultation-box h2 {
    font-family: "Teko", Arial, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    color: #1d1d1d;
    margin-bottom: 45px;
    margin-top: -40px;
}

.contact-consultation-box label {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d9d9d9;
}

.required-text {
    color: #f04a23;
    font-style: italic;
    font-weight: 500;
    font-size: 13px;
}

.contact-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.contact-consultation-box input,
.contact-consultation-box textarea {
    width: 100%;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    padding: 12px 16px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    outline: none;
}

.contact-consultation-box textarea {
    height: 180px;
    resize: none;
    border-radius: 0;
    margin-bottom: 30px;
}

.contact-checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 35px;
}

.contact-checkbox-group label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #5c5c5c;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.contact-checkbox-group input {
    width: 18px;
    height: 18px;
}

.contact-submit-btn {
    width: 100%;
    background: #00ff22;
    border: none;
    padding: 15px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    margin-top: -10px;
    transition: 0.3s ease;
}

.contact-submit-btn:hover,
.contact-submit-btn:active {
    background: #ff4b22;
    color: #ffffff;
}

/* RESPONSIVE */

@media (max-width: 991px) {
    .contact-consultation-section {
        padding: 70px 25px;
    }

    .contact-consultation-box {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding: 60px 35px 65px;
    }

    .contact-form-row {
        flex-direction: column;
        gap: 0;
    }

    .contact-consultation-box h2 {
        margin-top: 0;
    }
}

@media (max-width: 520px) {
    .contact-consultation-box {
        padding: 45px 24px 50px;
    }

    .contact-consultation-box h2 {
        font-size: 24px;
    }
}



/* ===================================
   COMMON ROOFING PROBLEMS FOOTER
====================================== */

.main-footer {
    background: #4a4a4a;
    color: #ffffff;

    display: grid;
    grid-template-columns: 360px 1fr;

    gap: 15px;

    padding: 30px 40px;

    margin-top: 0 !important;
   
}

.footer-logo img {
    width: 340px;

    display: block;
}

.footer-info {
    width: 100%;
}

.footer-nav {
    display: flex;

    gap: 40px;

    border-bottom: 1px solid #7a7a7a;

    padding-bottom: 28px;

    margin-bottom: 35px;
}

.footer-nav a {
    color: #ffffff;

    text-decoration: none;

    text-transform: uppercase;

    letter-spacing: 2px;

    font-weight: 700;

    font-size: 15px;
}

.footer-nav a:hover {
    color: #00ff40;
}

.footer-nav a.active {
    color: #00ff40;
}

.footer-columns {
    display: flex;

    gap: 180px;

    justify-content: flex-start;

    align-items: flex-start;
}

.footer-columns h3 {
    font-size: 17px;

    letter-spacing: 1px;

    text-transform: uppercase;

    margin-bottom: 18px;

    font-weight: 700;
}

.footer-columns p {
    font-size: 15px;

    line-height: 1.0;

    margin-bottom: 10px;

    color: #f1f1f1;
}

.footer-address a.directions-link,
.footer-address a.directions-link:visited {

    color: #ffffff !important;

    text-decoration: none !important;
}

.footer-address a.directions-link:hover,
.footer-address a.directions-link:active {

    color: #bfbfbf !important;

    text-decoration: underline !important;
}


.footer-nav a {
    color: #ffffff !important;
}

.footer-nav a.active {
    color: #00ff40 !important;
}



.copyright {
    background: #8a8a8a;

    color: #ffffff;

    text-align: center;

    padding: 16px;

    font-size: 14px;
}



/* ===================================
   WHY HIRE CHAMPION ROOFING HERO HTML PAGE
====================================== */

.why-hire-roofing-hero-section {
    position: relative;
    width: 100%;
    min-height: 680px;
    background-image: url("../images/why-hire-us-hero.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.why-hire-roofing-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.18);
    z-index: 1;
}

.why-hire-roofing-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    padding: 140px 35px 70px;
    text-align: center;
}

.why-hire-roofing-hero-content h1 {
    max-width: 1200px;
    margin: 0 auto 62px;
    color: #ffffff;
    font-family: "Teko", Arial, sans-serif;
    font-size: 30px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.why-hire-roofing-hero-content h2 {
    margin: 0 auto 58px;
    color: #00ff3c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.why-hire-roofing-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    min-height: 50px;
    padding: 13px 26px;
    background: #050505;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.why-hire-roofing-hero-btn:hover,
.why-hire-roofing-hero-btn:active {
    background: #555555;
    color: #ffffff;
    transform: translateY(-2px);
}

/* RESPONSIVE */

@media (max-width: 1200px) {
    .why-hire-roofing-hero-content h1 {
        font-size: 54px;
    }

    .why-hire-roofing-hero-content h2 {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .why-hire-roofing-hero-section {
        min-height: 650px;
        background-attachment: scroll;
    }

    .why-hire-roofing-hero-content {
        padding: 100px 24px 60px;
    }

    .why-hire-roofing-hero-content h1 {
        font-size: 38px;
        line-height: 1.15;
        margin-bottom: 42px;
    }

    .why-hire-roofing-hero-content h2 {
        font-size: 21px;
        margin-bottom: 40px;
    }

    .why-hire-roofing-hero-btn {
        width: 100%;
        max-width: 330px;
        min-width: 0;
        font-size: 14px;
        letter-spacing: 2px;
    }
}

@media (max-width: 480px) {
    .why-hire-roofing-hero-content h1 {
        font-size: 30px;
    }

    .why-hire-roofing-hero-content h2 {
        font-size: 18px;
    }
}



/* ===================================
   WHY HIRE ARTICLE CONTENT
====================================== */

.why-hire-article-intro-section {
    width: 100%;
    background: #ffffff;
    padding: 55px 30px 55px;
}

.why-hire-article-intro-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.why-hire-article-intro-container p {
    margin: 0 auto 18px;
    color: #6d6d6d;
    font-size: 16px;
    line-height: 1.45;
    font-family: Arial, Helvetica, sans-serif;
    max-width: 1000px;
}

.why-hire-article-content-section {
    width: 100%;
    background: #f5f5f5;
    padding: 60px 40px;
}

.why-hire-article-white-section {
    width: 100%;
    background: #ffffff;
    padding: 60px 40px;
}

.why-hire-article-row {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 645px 1fr;
    align-items: center;
    gap: 60px;
}

.why-hire-article-row-reverse {
    grid-template-columns: 1fr 690px;
    max-width: 1000px;
    margin: 0 auto;
    transform: translateX(80px);
}

.why-hire-article-image img {
    width: 80%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.why-hire-article-text h2 {
    margin: 0 0 28px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-left: -145px;
}

.why-hire-article-text p {
    margin: 0;
    color: #6d6d6d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    margin-left: -145px;
}

.why-hire-article-bottom-cta {
    width: 100%;
    background: #222222;
    padding: 58px 30px;
    text-align: center;
}

.why-hire-article-bottom-cta p {
    margin: 0 auto;
    max-width: 1150px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.4;
}

/* RESPONSIVE */

@media (max-width: 1200px) {
    .why-hire-article-row,
    .why-hire-article-row-reverse {
        grid-template-columns: 1fr 1fr;
        gap: 45px;
    }

    .why-hire-article-text h2 {
        font-size: 40px;
    }

    .why-hire-article-image img {
        height: 390px;
    }
}

@media (max-width: 850px) {
    .why-hire-article-content-section,
    .why-hire-article-white-section {
        padding: 65px 25px;
    }

    .why-hire-article-row,
    .why-hire-article-row-reverse {
        grid-template-columns: 1fr;
    }

    .why-hire-article-row-reverse .why-hire-article-image {
        order: -1;
    }

    .why-hire-article-text h2 {
        font-size: 32px;
        line-height: 1.25;
    }

    .why-hire-article-text p,
    .why-hire-article-intro-container p {
        font-size: 17px;
    }

    .why-hire-article-image img {
        height: 330px;
    }
}

@media (max-width: 480px) {
    .why-hire-article-image img {
        height: 260px;
    }

    .why-hire-article-text h2 {
        font-size: 27px;
    }

    .why-hire-article-bottom-cta p {
        font-size: 18px;
    }
}


/* ===================================
   WHY HIRE SHARE SECTION
====================================== */

.why-hire-post-share-section {
    width: 100%;
    background: #ffffff;
    padding: 70px 30px 60px;
}

.why-hire-post-share-container {
    max-width: 1000px;
    margin: 0 auto;
}

.why-hire-post-share-container h2 {
    margin: 0 0 22px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 600;
    text-transform: uppercase;
}

.why-hire-post-share-buttons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    margin-bottom: 78px;
}

.why-hire-post-share-btn {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #ffffff;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1;
    border-right: 2px solid #ffffff;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.why-hire-post-share-btn:last-child {
    border-right: none;
}

.why-hire-post-share-btn span {
    font-size: 18px;
    font-weight: 600;
}

.why-hire-post-share-btn:hover,
.why-hire-post-share-btn:active {
    opacity: 0.82;
    transform: translateY(-2px);
}

.why-hire-post-share-x {
    background: #414447;
}

.why-hire-post-share-facebook {
    background: #587cac;
}

.why-hire-post-share-linkedin {
    background: #3696c2;
}

.why-hire-post-share-email {
    background: #5c5c5c;
}

.why-hire-post-line {
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    margin: 0 0 58px;
}

.why-hire-post-category {
    margin: 0 0 58px;
    color: #6d6d6d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.why-hire-post-category a,
.why-hire-post-next-link {
    color: #111111;
    text-decoration: none;
    transition: color 0.25s ease;
}

.why-hire-post-category a:hover,
.why-hire-post-category a:active,
.why-hire-post-next-link:hover,
.why-hire-post-next-link:active {
    color: #ff4b1f;
}

.why-hire-post-line-small {
    margin-bottom: 32px;
}

.why-hire-post-next-link {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
}

/* ===================================
   WHY HIRE COMMENT SECTION
====================================== */

.why-hire-comment-section {
    width: 100%;
    background: #ffffff;
    padding: 25px 30px 100px;
}

.why-hire-comment-container {
    max-width: 1000px;
    margin: 0 auto;
}

.why-hire-comment-container h2 {
    margin: 0 0 25px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 600;
    text-transform: uppercase;
}

.why-hire-comment-form label {
    display: block;
    margin: 0 0 10px;
    color: #6d6d6d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.why-hire-comment-form textarea,
.why-hire-comment-form input[type="text"],
.why-hire-comment-form input[type="email"] {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 4px;
    background: #ffffff;
    padding: 12px 14px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
    margin-bottom: 26px;
}

.why-hire-comment-form textarea {
    height: 205px;
    resize: vertical;
}

.why-hire-comment-form textarea:focus,
.why-hire-comment-form input[type="text"]:focus,
.why-hire-comment-form input[type="email"]:focus {
    border-color: #bbbbbb;
}

.why-hire-comment-save {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin: 8px 0 22px !important;
    font-size: 16px !important;
    line-height: 1.35;
}

.why-hire-comment-save input {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.why-hire-comment-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #222222;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    padding: 11px 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease;
}

.why-hire-comment-submit-btn:hover,
.why-hire-comment-submit-btn:active {
    background: #ff4b1f;
    color: #ffffff;
}

/* RESPONSIVE */

@media (max-width: 850px) {
    .why-hire-post-share-buttons {
        grid-template-columns: 1fr 1fr;
    }

    .why-hire-post-share-btn {
        border-bottom: 2px solid #ffffff;
    }

    .why-hire-post-share-container h2,
    .why-hire-comment-container h2 {
        font-size: 30px;
    }
}

@media (max-width: 520px) {
    .why-hire-post-share-buttons {
        grid-template-columns: 1fr;
    }

    .why-hire-post-share-btn {
        border-right: none;
    }

    .why-hire-post-share-section {
        padding: 65px 22px 45px;
    }

    .why-hire-comment-section {
        padding: 20px 22px 75px;
    }

    .why-hire-post-next-link {
        font-size: 17px;
    }
}



/* ===================================
   FOUR SIGNS ROOF HERO HTML PAGE
====================================== */

.four-signs-roof-hero-section {
    position: relative;
    width: 100%;
    min-height: 550px;
    background-image: url("../images/4-signs-hero.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.four-signs-roof-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
}

.four-signs-roof-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    padding: 140px 30px 70px;
    text-align: center;
}

.four-signs-roof-hero-content h1 {
    margin: 0;
    color: #ffffff;
    font-family: "Teko", Arial, sans-serif;
    font-size: 35px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* RESPONSIVE */

@media (max-width: 1200px) {
    .four-signs-roof-hero-content h1 {
        font-size: 56px;
    }
}

@media (max-width: 768px) {
    .four-signs-roof-hero-section {
        min-height: 520px;
        background-attachment: scroll;
    }

    .four-signs-roof-hero-content {
        padding: 110px 24px 60px;
    }

    .four-signs-roof-hero-content h1 {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .four-signs-roof-hero-content h1 {
        font-size: 31px;
    }
}


/* ===================================
   FOUR SIGNS ARTICLE CONTENT
====================================== */

.four-signs-article-intro-section {
    width: 100%;
    background: #ffffff;
    padding: 50px 30px 55px;
}

.four-signs-article-intro-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.four-signs-article-intro-container p {
    margin: 0 auto 18px;
    color: #6d6d6d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.45;
    max-width: 1000px;
}

.four-signs-article-intro-container strong {
    font-weight: 700;
}

.four-signs-article-gray-section {
    width: 100%;
    background: #f5f5f5;
    padding: 50px 40px;
}

.four-signs-article-white-section {
    width: 100%;
    background: #ffffff;
    padding: 50px 40px;
}

.four-signs-article-row {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 665px 1fr;
    align-items: center;
    gap: 55px;
}

.four-signs-article-row-reverse {
    grid-template-columns: 1fr 690px;
}

.four-signs-article-image img {
    width: 80%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.four-signs-article-text h2 {
    margin: 0 0 28px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: -130px;
}

.four-signs-article-text p {
    margin: 0 0 20px;
    color: #6d6d6d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    margin-left: -130px;
}

/* RESPONSIVE */

@media (max-width: 1200px) {
    .four-signs-article-row,
    .four-signs-article-row-reverse {
        grid-template-columns: 1fr 1fr;
        gap: 42px;
    }

    .four-signs-article-text h2 {
        font-size: 40px;
    }

    .four-signs-article-image img {
        height: 390px;
    }
}

@media (max-width: 850px) {
    .four-signs-article-gray-section,
    .four-signs-article-white-section {
        padding: 65px 25px;
    }

    .four-signs-article-row,
    .four-signs-article-row-reverse {
        grid-template-columns: 1fr;
    }

    .four-signs-article-row-reverse .four-signs-article-image {
        order: -1;
    }

    .four-signs-article-text h2 {
        font-size: 32px;
        line-height: 1.25;
    }

    .four-signs-article-text p,
    .four-signs-article-intro-container p {
        font-size: 17px;
    }

    .four-signs-article-image img {
        height: 330px;
    }
}

@media (max-width: 480px) {
    .four-signs-article-image img {
        height: 260px;
    }

    .four-signs-article-text h2 {
        font-size: 27px;
    }
}


/* ===================================
   FOUR SIGNS ARTICLE CTA
====================================== */

.four-signs-cta-section {

    width: 100%;

    padding: 50px 20px 50px;

    background: linear-gradient(
        90deg,
        #1f1f1f 0%,
        #242424 50%,
        #1f1f1f 100%
    );
}

.four-signs-cta-container {

    max-width: 1150px;

    margin: 0 auto;

    text-align: center;
}

.four-signs-cta-container h2 {

    color: #ffffff;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 20px;

    font-weight: 500;

    margin-bottom: 12px;
}

.four-signs-cta-container p {

    max-width: 1100px;

    margin: 0 auto 28px;

    color: #ffffff;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 18px;

    line-height: 1.4;

    font-weight: 400;
}

.four-signs-cta-container h3 {

    color: #ffffff;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 18px;

    line-height: 1.4;

    font-weight: 700;

    margin: 0;
}

/* RESPONSIVE */

@media (max-width: 991px) {

    .four-signs-cta-container p {

        font-size: 20px;
    }

    .four-signs-cta-container h3 {

        font-size: 24px;
    }
}

@media (max-width: 768px) {

    .four-signs-cta-section {

        padding: 45px 20px;
    }

    .four-signs-cta-container h2 {

        font-size: 22px;
    }

    .four-signs-cta-container p {

        font-size: 18px;
    }

    .four-signs-cta-container h3 {

        font-size: 21px;
    }
}



/* ===================================
   FOUR SIGNS SHARE + POST NAVIGATION
====================================== */

.four-signs-post-share-section {
    width: 100%;
    background: #ffffff;
    padding: 85px 30px 60px;
}

.four-signs-post-share-container {
    max-width: 1050px;
    margin: 0 auto;
}

.four-signs-post-share-container h2 {
    margin: 0 0 22px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
}

.four-signs-post-share-buttons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    margin-bottom: 78px;
}

.four-signs-post-share-btn {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    color: #ffffff;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1;
    border-right: 2px solid #ffffff;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.four-signs-post-share-btn:last-child {
    border-right: none;
}

.four-signs-post-share-btn span {
    font-size: 16px;
    font-weight: 700;
}

.four-signs-post-share-btn:hover,
.four-signs-post-share-btn:active {
    opacity: 0.82;
    transform: translateY(-2px);
}

.four-signs-post-share-x {
    background: #414447;
}

.four-signs-post-share-facebook {
    background: #587cac;
}

.four-signs-post-share-pinterest {
    background: #d63250;
}

.four-signs-post-share-linkedin {
    background: #3696c2;
}

.four-signs-post-share-email {
    background: #5c5c5c;
}

.four-signs-post-line {
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    margin: 0 0 58px;
}

.four-signs-post-category {
    margin: 0 0 58px;
    color: #6d6d6d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
}

.four-signs-post-category a {
    color: #111111;
    text-decoration: none;
    transition: color 0.25s ease;
}

.four-signs-post-category a:hover,
.four-signs-post-category a:active {
    color: #ff4b1f;
}

.four-signs-post-line-small {
    margin-bottom: 32px;
}

.four-signs-post-navigation {
    display: flex;
    justify-content: space-between;
    gap: 35px;
    align-items: center;
}

.four-signs-post-nav-link {
    color: #111111;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    transition: color 0.25s ease;
}

.four-signs-post-nav-link:hover,
.four-signs-post-nav-link:active {
    color: #ff4b1f;
    text-decoration: underline;
}

.four-signs-post-nav-prev {
    text-align: left;
}

.four-signs-post-nav-next {
    text-align: right;
}

/* RESPONSIVE */

@media (max-width: 1000px) {
    .four-signs-post-share-buttons {
        grid-template-columns: repeat(2, 1fr);
    }

    .four-signs-post-share-btn {
        border-bottom: 2px solid #ffffff;
    }

    .four-signs-post-share-email {
        grid-column: 1 / -1;
    }

    .four-signs-post-navigation {
        flex-direction: column;
        align-items: flex-start;
    }

    .four-signs-post-nav-next {
        text-align: left;
    }
}

@media (max-width: 520px) {
    .four-signs-post-share-section {
        padding: 70px 22px 55px;
    }

    .four-signs-post-share-buttons {
        grid-template-columns: 1fr;
    }

    .four-signs-post-share-btn {
        border-right: none;
    }

    .four-signs-post-share-container h2 {
        font-size: 30px;
    }

    .four-signs-post-nav-link {
        font-size: 17px;
    }
}


/* ===================================
   FOUR POPULAR ROOF TYPES HERO HTML PAGE
====================================== */

.four-popular-roof-hero-section {
    position: relative;
    width: 100%;
    min-height: 590px;
    background-image: url("../images/4-popular-hero.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.four-popular-roof-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
}

.four-popular-roof-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1050px;
    padding: 150px 30px 70px;
    text-align: center;
}

.four-popular-roof-hero-content h1 {
    max-width: 1050px;
    margin: 0 auto;
    color: #ffffff;
    font-family: "Teko", Arial, sans-serif;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* RESPONSIVE */

@media (max-width: 1200px) {
    .four-popular-roof-hero-content h1 {
        font-size: 54px;
    }
}

@media (max-width: 768px) {
    .four-popular-roof-hero-section {
        min-height: 540px;
        background-attachment: scroll;
    }

    .four-popular-roof-hero-content {
        padding: 110px 24px 60px;
    }

    .four-popular-roof-hero-content h1 {
        font-size: 38px;
    }
}

@media (max-width: 480px) {
    .four-popular-roof-hero-content h1 {
        font-size: 30px;
    }
}



/* ===================================
   FOUR POPULAR ROOF TYPES CONTENT
====================================== */

.four-popular-article-intro-section {
    width: 100%;
    background: #ffffff;
    padding: 50px 30px 50px;
}

.four-popular-article-intro-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.four-popular-article-intro-container p {
    margin: 0 auto;
    color: #6d6d6d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.45;
    max-width: 1100px;
}

.four-popular-article-gray-section {
    width: 100%;
    background: #f5f5f5;
    padding: 60px 40px;
}

.four-popular-article-white-section {
    width: 100%;
    background: #ffffff;
    padding: 60px 40px;
}

.four-popular-article-row {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 650px 1fr;
    align-items: center;
    gap: 45px;
}

.four-popular-article-row-reverse {
    grid-template-columns: 1fr 650px;
}

.four-popular-article-image img {
    width: 80%;
    height: 480px;
    object-fit: cover;
    display: block;
}

.four-popular-article-text h2 {
    margin: 0px 0 28px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.four-popular-article-text p {
    margin: 0;
    color: #6d6d6d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

/* RESPONSIVE */

@media (max-width: 1200px) {
    .four-popular-article-row,
    .four-popular-article-row-reverse {
        grid-template-columns: 1fr 1fr;
        gap: 38px;
    }

    .four-popular-article-text h2 {
        font-size: 40px;
    }

    .four-popular-article-image img {
        height: 430px;
    }
}

@media (max-width: 850px) {
    .four-popular-article-gray-section,
    .four-popular-article-white-section {
        padding: 65px 25px;
    }

    .four-popular-article-row,
    .four-popular-article-row-reverse {
        grid-template-columns: 1fr;
    }

    .four-popular-article-row-reverse .four-popular-article-image {
        order: -1;
    }

    .four-popular-article-text h2 {
        font-size: 32px;
        line-height: 1.25;
    }

    .four-popular-article-text p,
    .four-popular-article-intro-container p {
        font-size: 17px;
    }

    .four-popular-article-image img {
        height: 330px;
    }
}

@media (max-width: 480px) {
    .four-popular-article-image img {
        height: 260px;
    }

    .four-popular-article-text h2 {
        font-size: 27px;
    }
}


/* ===================================
   FOUR POPULAR FINAL CTA
====================================== */

.four-popular-final-cta-section {
    width: 100%;
    background: #222222;
    padding: 50px 30px 50px;
}

.four-popular-final-cta-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.four-popular-final-cta-container p {
    margin: 0 auto 26px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 400;
}

.four-popular-final-cta-container p:last-child {
    margin-bottom: 0;
}

/* RESPONSIVE */

@media (max-width: 768px) {
    .four-popular-final-cta-section {
        padding: 45px 22px;
    }

    .four-popular-final-cta-container p {
        font-size: 19px;
    }
}


/* ===================================
   FOUR POPULAR POST NAVIGATION
====================================== */

.four-popular-share-nav-section {
    width: 100%;
    background: #ffffff;
    padding: 20px 40px 20px;
}

.four-popular-share-nav-container {
    max-width: 1000px;
    margin: 0 auto;
}

.four-popular-share-nav-divider {
    width: 100%;
    height: 1px;
    background: #dddddd;
    margin-bottom: 48px;
}

.four-popular-share-nav-category {
    margin: 0 0 58px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.four-popular-share-nav-category a {
    color: #111111;
    text-decoration: none;
    transition: color 0.25s ease;
}

.four-popular-share-nav-category a:hover,
.four-popular-share-nav-category a:active {
    color: #ff4b1f;
    text-decoration: underline;
}

.four-popular-share-nav-divider-small {
    margin-bottom: 22px;
}

.four-popular-share-nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.four-popular-share-nav-prev,
.four-popular-share-nav-next {
    color: #111111;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    transition: color 0.25s ease;
}

.four-popular-share-nav-prev:hover,
.four-popular-share-nav-prev:active,
.four-popular-share-nav-next:hover,
.four-popular-share-nav-next:active {
    color: #ff4b1f;
    text-decoration: underline;
}

.four-popular-share-nav-next {
    text-align: right;
}

/* RESPONSIVE */

@media (max-width: 850px) {
    .four-popular-share-nav-links {
        flex-direction: column;
        align-items: flex-start;
    }

    .four-popular-share-nav-next {
        text-align: left;
    }
}

@media (max-width: 520px) {
    .four-popular-share-nav-section {
        padding: 55px 22px 60px;
    }

    .four-popular-share-nav-prev,
    .four-popular-share-nav-next {
        font-size: 17px;
    }
}



/* ===================================
   OUR NEWS BLOG HERO SECTION
====================================== */

.our-news-blog-hero-section {
    position: relative;
    width: 100%;
    min-height: 660px;
    background-image: url("../images/our-news-blog-hero.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-bottom: 6px solid #00c853;
}

.our-news-blog-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.10);
}

.our-news-blog-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1100px;
    padding: 0 20px;
}

.our-news-blog-hero-content h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 35px;
    letter-spacing: 1px;
}

.our-news-blog-hero-button {
    display: inline-block;
    background: #ff4b1f;
    color: #ffffff;
    text-decoration: none;
    padding: 13px 26px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.our-news-blog-hero-button:hover,
.our-news-blog-hero-button:active {
    background: #00c853;
    color: #ffffff;
}

/* ===================================
   RESPONSIVE
====================================== */

@media (max-width: 1200px) {

    .our-news-blog-hero-content h1 {
        font-size: 68px;
    }
}

@media (max-width: 991px) {

    .our-news-blog-hero-section {
        min-height: 650px;
        background-attachment: scroll;
    }

    .our-news-blog-hero-content h1 {
        font-size: 54px;
        margin-bottom: 40px;
    }

    .our-news-blog-hero-button {
        font-size: 20px;
        padding: 20px 40px;
    }
}

@media (max-width: 767px) {

    .our-news-blog-hero-content h1 {
        font-size: 42px;
    }

    .our-news-blog-hero-button {
        font-size: 18px;
        padding: 18px 32px;
    }
}

@media (max-width: 480px) {

    .our-news-blog-hero-section {
        min-height: 560px;
    }

    .our-news-blog-hero-content h1 {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .our-news-blog-hero-button {
        width: 100%;
        max-width: 320px;
        font-size: 16px;
        padding: 16px 24px;
    }
}



/* ===================================
   OUR NEWS BLOG CONTENT + SHARE
====================================== */

.our-news-blog-content-section {
    width: 100%;
    background: #ffffff;
    padding: 50px 40px 50px;
}

.our-news-blog-content-container {
    max-width: 1200px;
    margin: 0 auto;
}

.our-news-blog-content-container p {
    margin: 0 0 20px;
    color: #747474;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.45;
}

.our-news-blog-content-container h2 {
    margin: 50px 0 24px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 600;
    text-transform: uppercase;
}

.our-news-blog-share-buttons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}

.our-news-blog-share-btn {
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    color: #ffffff;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1;
    border-right: 2px solid #ffffff;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.our-news-blog-share-btn:last-child {
    border-right: none;
}

.our-news-blog-share-btn span {
    font-size: 24px;
    font-weight: 700;
}

.our-news-blog-share-btn:hover,
.our-news-blog-share-btn:active {
    opacity: 0.82;
    transform: translateY(-2px);
}

.our-news-blog-share-x {
    background: #414447;
}

.our-news-blog-share-facebook {
    background: #587cac;
}

.our-news-blog-share-linkedin {
    background: #3696c2;
}

.our-news-blog-share-email {
    background: #5c5c5c;
}

/* RESPONSIVE */

@media (max-width: 850px) {
    .our-news-blog-share-buttons {
        grid-template-columns: repeat(2, 1fr);
    }

    .our-news-blog-share-btn {
        border-bottom: 2px solid #ffffff;
    }
}

@media (max-width: 520px) {
    .our-news-blog-content-section {
        padding: 85px 24px 80px;
    }

    .our-news-blog-content-container h2 {
        font-size: 30px;
    }

    .our-news-blog-share-buttons {
        grid-template-columns: 1fr;
    }

    .our-news-blog-share-btn {
        border-right: none;
    }
}




/* ===================================
   WOMAN-OWNED ROOFING LANDING PAGE
   No header CSS included
====================================== */

.woman-owned-hero-section {
    width: 100%;
    min-height: 650px;
    background-image: url("../../images/federal-hero.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 8px solid #ff4b1f;
}

.woman-owned-hero-overlay {
    min-height: 720px;
    background: rgba(0, 0, 0, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
    text-align: center;
}

.woman-owned-hero-content {
    max-width: 1100px;
}

.woman-owned-hero-content h1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.05;
    text-transform: uppercase;
    margin-bottom: -45px;
}

.woman-owned-hero-content p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.7;
    max-width: 850px;
    margin: 0 auto 35px;
    margin-top: 70px;
}

.woman-owned-hero-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.woman-owned-btn {
    display: inline-block;
    background: #ff4b1f;
    color: #ffffff;
    padding: 13px 26px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 550;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.woman-owned-btn:hover,
.woman-owned-btn:active {
    background: #2e7d32;
    color: #ffffff;
    transform: translateY(-3px);
}

.woman-owned-btn-green {
    background: #2e7d32;
}

.woman-owned-btn-green:hover,
.woman-owned-btn-green:active {
    background: #ff4b1f;
}


/* WHO WE ARE / TRUST */

.woman-owned-about-section,
.woman-owned-trust-section {
    width: 100%;
    padding: 85px 40px;
    background: #ffffff;
}

.woman-owned-about-container,
.woman-owned-trust-container {
    max-width: 1150px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
    align-items: center;
}

.woman-owned-trust-container {
    grid-template-columns: 1fr 2fr;
}

.woman-owned-about-text h2,
.woman-owned-services-container h2,
.woman-owned-founder-container h2,
.woman-owned-final-cta h2 {
    color: #ff4b1f;
    font-size: 30px;
    font-weight: 650;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.woman-owned-about-text p,
.woman-owned-founder-container p,
.woman-owned-final-cta p {
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 18px;
}

.woman-owned-card {
    background: #f5f5f5;
    padding: 38px 32px;
    border-top: 6px solid #ff4b1f;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.10);
}

.woman-owned-card h3 {
    color: #222222;
    font-size: 20px;
    margin-bottom: 20px;
}

.woman-owned-card ul {
    padding-left: 20px;
    margin: 0;
}

.woman-owned-card li {
    color: #333333;
    font-size: 17px;
    line-height: 1.5;
}


/* FOUNDER */

.woman-owned-founder-section {
    width: 100%;
    padding: 60px 40px;
    background-image: url("../../images/mixed-black-background.png");
    background-size: 30% auto;
    background-repeat: repeat;
    background-position: center;
}

.woman-owned-founder-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.woman-owned-founder-container h2,
.woman-owned-founder-container p {
    color: #ffffff;
}


/* SERVICES */

.woman-owned-services-section {
    width: 100%;
    padding: 85px 40px;
    background: #ffffff;
}

.woman-owned-services-container {
    max-width: 1150px;
    margin: 0 auto;
    text-align: center;
}

.woman-owned-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.woman-owned-service-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 130px;
    background: #f5f5f5;
    padding: 35px 20px;
    color: #222222;
    font-size: 21px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    border-bottom: 5px solid #ff4b1f;
    transition: all 0.3s ease;
}

.woman-owned-service-box:hover,
.woman-owned-service-box:active {
    background: #222222;
    color: #ffffff;
    border-bottom-color: #2e7d32;
    transform: translateY(-6px);
}


/* CTA */

.woman-owned-final-cta {
    width: 100%;
    padding: 65px 40px;
    text-align: center;
    background: #eeeeee;
}

.woman-owned-final-cta p {
    max-width: 850px;
    margin: 0 auto 32px;
}



/* RESPONSIVE */

@media (max-width: 991px) {

    .woman-owned-about-container,
    .woman-owned-trust-container {
        grid-template-columns: 1fr;
    }

    .woman-owned-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .woman-owned-hero-content h1 {
        font-size: 46px;
    }
}

@media (max-width: 767px) {

    .woman-owned-hero-section,
    .woman-owned-hero-overlay {
        min-height: 560px;
    }

    .woman-owned-hero-overlay {
        padding: 50px 22px;
    }

    .woman-owned-hero-content h1 {
        font-size: 34px;
    }

    .woman-owned-hero-content p {
        font-size: 17px;
    }

    .woman-owned-label {
        font-size: 14px;
    }

    .woman-owned-about-section,
    .woman-owned-founder-section,
    .woman-owned-services-section,
    .woman-owned-trust-section,
    .woman-owned-final-cta {
        padding: 60px 22px;
    }

    .woman-owned-services-grid {
        grid-template-columns: 1fr;
    }

    .woman-owned-about-text h2,
    .woman-owned-services-container h2,
    .woman-owned-founder-container h2,
    .woman-owned-final-cta h2 {
        font-size: 29px;
    }

    .woman-owned-btn {
        width: 100%;
        max-width: 330px;
        text-align: center;
    }
}



/* FIX AREAS WE SERVE DROPDOWN HOVER GAP */

.champion-menu li.has-dropdown {
    position: relative;
}

.champion-menu li.has-dropdown:hover .areas-dropdown,
.areas-dropdown:hover {
    display: block;
    opacity: 1;
    visibility: visible;
}

.areas-dropdown {
    top: 100%;
    margin-top: 0;
    z-index: 9999;
}




/* FIX ROOFING BRANDS SIDE DROPDOWN */

.dropdown-left {
    overflow: visible !important;
}

.roofing-menu-item.has-side-menu {
    position: relative !important;
}

.roofing-brand-submenu {
    position: absolute !important;
    top: 0 !important;
    left: 100% !important;
    width: 240px !important;
    background: rgba(80, 80, 80, 0.96) !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;

    z-index: 999999 !important;
}

.roofing-menu-item.has-side-menu:hover > .roofing-brand-submenu,
.roofing-menu-item.has-side-menu:focus-within > .roofing-brand-submenu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.roofing-brand-submenu li {
    list-style: none !important;
}

.roofing-brand-submenu li a {
    display: block !important;
    padding: 20px 34px !important;
    color: #ffffff !important;
    background: rgba(80, 80, 80, 0.96) !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
}

.roofing-brand-submenu li a:hover {
    color: #00ff3c !important;
}



/* ===================================
   DENVER HAIL DAMAGE HERO
====================================== */

.denver-hail-hero-section {
    width: 100%;
    min-height: 720px;
    background-image: url("../images/roof-hail-damage.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-bottom: 8px solid #ff4b1f;
}

.denver-hail-hero-overlay {
    width: 100%;
    min-height: 720px;
    background: rgba(0, 0, 0, 0.42);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 150px 40px 80px;
    text-align: center;
}

.denver-hail-hero-content {
    max-width: 1150px;
    margin: 0 auto;
}

.denver-hail-hero-content h1 {
    color: #ffffff;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.denver-hail-hero-content p {
    max-width: 1150px;
    margin: 0 auto 42px;
    color: #ffffff;
    font-size: 21px;
    line-height: 1.7;
}

.denver-hail-hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.denver-hail-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;
    min-height: 48px;
    padding: 13px 26px;
    background: #ff4b1f;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.denver-hail-hero-btn:hover,
.denver-hail-hero-btn:active {
    background: #2e7d32;
    color: #ffffff;
    transform: translateY(-3px);
}

.denver-hail-call-btn {
    background: #2e7d32;
}

.denver-hail-call-btn:hover,
.denver-hail-call-btn:active {
    background: #ff4b1f;
}

/* RESPONSIVE */

@media (max-width: 991px) {

    .denver-hail-hero-section,
    .denver-hail-hero-overlay {
        min-height: 620px;
    }

    .denver-hail-hero-overlay {
        padding: 110px 28px 70px;
    }

    .denver-hail-hero-content h1 {
        font-size: 44px;
    }

    .denver-hail-hero-content p {
        font-size: 19px;
    }
}

@media (max-width: 767px) {

    .denver-hail-hero-section {
        background-attachment: scroll;
    }

    .denver-hail-hero-section,
    .denver-hail-hero-overlay {
        min-height: 560px;
    }

    .denver-hail-hero-overlay {
        padding: 85px 22px 60px;
    }

    .denver-hail-hero-content h1 {
        font-size: 32px;
    }

    .denver-hail-hero-content p {
        font-size: 17px;
        line-height: 1.6;
    }

    .denver-hail-hero-btn {
        width: 100%;
        min-width: 0;
        max-width: 340px;
        min-height: 60px;
        font-size: 15px;
    }
}


/* ===================================
   COLORADO HAIL DAMAGE HERO
====================================== */

.colorado-hail-hero-section {
    width: 100%;
    min-height: 720px;
    background-image: url("../images/hail-damage.png");
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-bottom: 8px solid #ff4b1f;
}

.colorado-hail-hero-overlay {
    width: 100%;
    min-height: 720px;
    background: rgba(0, 0, 0, 0.48);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 40px;
    text-align: center;
}

.colorado-hail-hero-content {
    max-width: 1150px;
    margin: 0 auto;
}

.colorado-hail-hero-content h1 {
    color: #ffffff;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.colorado-hail-hero-content p {
    max-width: 1000px;
    margin: 0 auto 42px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.7;
}

.colorado-hail-hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.colorado-hail-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;
    min-height: 36px;
    padding: 13px 26px;
    background: #ff4b1f;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.colorado-hail-hero-btn:hover,
.colorado-hail-hero-btn:active {
    background: #2e7d32;
    color: #ffffff;
    transform: translateY(-3px);
}

.colorado-hail-call-btn {
    background: #2e7d32;
}

.colorado-hail-call-btn:hover,
.colorado-hail-call-btn:active {
    background: #ff4b1f;
}

/* RESPONSIVE */

@media (max-width: 991px) {

    .colorado-hail-hero-section,
    .colorado-hail-hero-overlay {
        min-height: 620px;
    }

    .colorado-hail-hero-overlay {
        padding: 80px 28px;
    }

    .colorado-hail-hero-content h1 {
        font-size: 44px;
    }

    .colorado-hail-hero-content p {
        font-size: 19px;
    }
}

@media (max-width: 767px) {

    .colorado-hail-hero-section {
        background-attachment: scroll;
    }

    .colorado-hail-hero-section,
    .colorado-hail-hero-overlay {
        min-height: 560px;
    }

    .colorado-hail-hero-overlay {
        padding: 70px 22px;
    }

    .colorado-hail-hero-content h1 {
        font-size: 32px;
    }

    .colorado-hail-hero-content p {
        font-size: 17px;
        line-height: 1.6;
    }

    .colorado-hail-hero-btn {
        width: 100%;
        min-width: 0;
        max-width: 340px;
        min-height: 60px;
        font-size: 15px;
    }
}



/* ===================================
   AURORA HAIL DAMAGE HERO SECTION
====================================== */

.aurora-hail-hero-section {
    width: 100%;
    min-height: 750px;
    background-image: url("../images/hail-damage-1.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    border-bottom: 8px solid #ff4b1f;
}

.aurora-hail-hero-overlay {
    width: 100%;
    min-height: 750px;
    background: rgba(0, 0, 0, 0.60);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 30px;
}

.aurora-hail-hero-content {
    max-width: 1100px;
    text-align: center;
}

.aurora-hail-hero-content h1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 60px;
}

.aurora-hail-hero-content p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
    max-width: 900px;
    margin: 0 auto 40px;
}

.aurora-hail-hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.aurora-hail-hero-btn {
    display: inline-block;
    background: #ff4b1f;
    color: #ffffff;
    text-decoration: none;
    padding: 13px 26px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.aurora-hail-hero-btn:hover {
    background: #00c853;
}

.aurora-hail-hero-btn:active {
    background: #00c853;
}

/* ===================================
   RESPONSIVE
====================================== */

@media (max-width: 991px) {

    .aurora-hail-hero-content h1 {
        font-size: 50px;
    }

    .aurora-hail-hero-content p {
        font-size: 20px;
    }

}

@media (max-width: 768px) {

    .aurora-hail-hero-section,
    .aurora-hail-hero-overlay {
        min-height: 650px;
        background-attachment: scroll;
    }

    .aurora-hail-hero-content h1 {
        font-size: 38px;
    }

    .aurora-hail-hero-content p {
        font-size: 18px;
        line-height: 1.7;
    }

    .aurora-hail-hero-btn {
        width: 100%;
        max-width: 320px;
    }

}