/* ==========================================================================
   Installers — Header
   ========================================================================== */
.installers header {
    background: transparent;
}
.installers header.full_width {
    position: relative;
    z-index: 2;
    overflow: visible;
}
.installers .header_wrapper .row {
    display: flex;
    align-items: center;
}
/* Below 1110px the desktop nav is replaced by the hamburger button — centering
   it against the logo's own height (the logo image has a tall, near-square
   aspect ratio) pushes it far down from where every other page shows it. */
@media only screen and (max-width: 1110px) {
    .installers .header_wrapper .row {
        align-items: flex-start;
    }
}
.installers .header_wrapper .row .col-4,
.installers .header_wrapper .row .col-8 {
    float: none;
}
.installers header .navigation {
    padding-top: 0;
    text-align: right;
}

/* ==========================================================================
   Installers — Hero
   ========================================================================== */
body.installers {
    background-image: url(../img/installers_hero_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: var(--brand-accent);
}
.installers_hero {
    position: relative;
    text-align: center;
    padding: 40px 0 100px;
}
.installers_hero_content {
    position: relative;
    z-index: 1;
}
.installers_hero_heading {
    font-size: 112px;
    font-weight: 700;
    color: var(--brand-dark-background);
    margin-top: 0;
    margin-bottom: 20px;
}
.installers_hero_description {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
    color: var(--brand-dark-background);
    margin-bottom: 40px;
}
/* 769px is the site's common tablet/mobile breakpoint (nav collapse, mobile
   gutter, etc.) — matching it here keeps the hero text change lined up with
   everything else that shifts at the same viewport width. */
@media only screen and (min-width: 426px) and (max-width: 769px) {
    .installers_hero_heading {
        font-size: 64px;
    }
}
@media only screen and (max-width: 769px) {
    .installers_hero_description {
        font-size: 18px;
    }
}
@media only screen and (max-width: 425px) {
    .installers_hero_heading {
        font-size: 40px;
    }
}
.installers_hero_cloud {
    position: absolute;
    pointer-events: none;
}
.installers_hero_cloud_right {
    bottom: 0;
    right: 40px;
    max-width: 500px;
    width: 40%;
}
.installers_hero_cloud_left {
    bottom: 0;
    left: 40px;
    max-width: 420px;
    width: 34%;
}

.installers .cta_box img {
    width: 135px;
    clip-path: inset(0 0 11px 0);
    margin-bottom: -11px;
	margin-left: 110px;
}

/* ==========================================================================
   Installers — About / What is GoSolr Grid
   ========================================================================== */
.installers_about {
    background-color: var(--brand-white);
    padding: 60px 0;
}
.installers_about_svg {
    display: block;
    width: 100%;
    height: auto;
}
.installers_about_cards {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .installers_about_svg {
        display: none;
    }
    .installers_about_cards {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .installers_about_card {
        background: transparent;
        border: 2px solid #c0c0c0;
        border-radius: 16px;
        padding: 30px;
    }
    .installers_about_card_split {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        padding: 20px 24px 0;
    }
    .installers_about_card_text {
        width: 70%;
		padding-bottom: 30px;
    }
	.installers_about_card_text p {
		font-family: "Poppins", sans-serif;
    }
    .installers_about_card_image {
        width: 30%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        align-self: stretch;
    }
    .installers_about_card_image img {
        width: 100%;
        height: auto;
		margin-bottom: -8px;
    }
    .installers_about_card h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 1.2;
        margin: 0;
        color: var(--brand-dark-background);
    }
    .installers_about_card p {
        font-size: 16px;
        line-height: 1.7;
        color: var(--brand-dark-background);
        margin-bottom: 16px;
    }
    .installers_about_card p:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 500px) {
    .installers_about_card_image {
        display: none;
    }
    .installers_about_card_text {
        width: 100%;
    }
	.installers_about_card_text p {
		font-family: "Poppins", sans-serif;
    }
}

/* ==========================================================================
   Installers — CTA
   ========================================================================== */
.installers .cta {
    position: relative;
}
.installers .cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid var(--brand-white);
}

@media only screen and (max-width: 769px) {
    .installers .cta_box img {
        margin-top: 0;
        align-self: flex-end;
    }
    .installers .cta .cta_content {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding-bottom: 30px !important;
    }
    .installers .cta .cta_content p {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 740px) {
    .installers .cta_box img {
        margin-left: 68px;
    }
}

@media only screen and (max-width: 515px) {
    .installers .cta .cta_content {
        align-items: center;
        padding-top: 0 !important;
		padding-bottom: 20px!important;
    }
}

/* ==========================================================================
   Installers — Benefits / What's in it for you
   ========================================================================== */
.installers_benefits {
    position: relative;
    background-image: url(../img/installers_hero_bg.webp);
    background-size: cover;
    background-position: center top;
    background-color: var(--brand-accent);
    padding: 120px 0 0;
    position: relative;
}
.installers_benefits::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 40px solid var(--brand-white);
    z-index: 1;
}
.installers_benefits_cloud_right {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 500px;
    width: 40%;
    pointer-events: none;
}
.installers_benefits_heading {
    font-size: 84px;
    font-weight: 700;
    color: var(--brand-dark-background);
    text-align: center;
    margin-top: 0;
    margin-bottom: 60px;
}
.installers_benefits_row {
    display: flex;
    align-items: center;
}
.installers_benefits_left,
.installers_benefits_right {
    float: none;
}
.installers_benefits_image_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.installers_benefits_cloud {
    position: absolute;
    width: 80%;
    top: -5%;
    left: -20%;
    pointer-events: none;
}
.installers_benefits_circle {
    width: 90%;
    max-width: 500px;
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    margin-bottom: -80px;
}
.installers_benefits_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.installers_benefits_list li {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--brand-dark-background);
    padding: 14px 0 14px 50px;
    position: relative;
}
.installers_benefits_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--brand-dark-background);
}

/* Chevrons: hero → about (yellow) and about → benefits (white) */
.installers_about {
    position: relative;
}
.installers_about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 40px solid var(--brand-accent);
    z-index: 1;
}

@media only screen and (max-width: 1100px) {
	.installers_about::before {
		display: none
	}
}

@media only screen and (max-width: 1024px) {
    .installers_benefits {
        padding: 80px 0 0;
    }
    .installers_benefits_heading {
        font-size: 52px;
        margin-bottom: 40px;
        padding: 0 20px;
    }
    .installers_steps_heading {
        font-size: 52px !important;
    }
    .installers_benefits_row {
        flex-direction: column;
    }
    .installers_benefits_left,
    .installers_benefits_right {
        width: 100%;
    }
    .installers_benefits_circle {
        max-width: 340px;
        margin-bottom: 40px;
    }
    .installers_benefits_list {
        padding: 0 20px 60px;
    }
    .installers_benefits_list li {
        font-size: 18px;
    }
    .installers_benefits_cloud_right {
        width: 50%;
		right: -115px;
    }
}

@media only screen and (max-width: 500px) {
    .installers_benefits_heading {
        font-size: 38px;
    }
    .installers_steps_heading {
        font-size: 38px !important;
    }
    .installers_benefits_circle {
        max-width: 260px;
    }
    .installers_benefits_list li {
        font-size: 16px;
    }
}

/* ==========================================================================
   Installers — Steps Section
   ========================================================================== */
.installers_steps_section {
    background-color: var(--brand-white);
    position: relative;
    z-index: 0;
    padding-top: 120px !important;
}
.installers_steps_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 40px solid var(--brand-accent);
}
.installers_steps_heading {
    font-size: 84px;
    font-weight: 700;
    color: var(--brand-dark-background);
    text-align: center;
    margin-top: 0;
    margin-bottom: 60px;
}
.installers_steps_inner {
    max-width: 860px;
    margin: 0 auto;
}
.installers_steps_decal {
    text-align: center;
	margin-top: -60px;
	margin-bottom: -40px
}
.installers_steps_decal_2 {
    text-align: center;
	margin-top: 20px;
	margin-bottom: -40px
}
.installers_steps_decal img, .installers_steps_decal_2 img {
    width: 100%;
    max-width: 450px;
    height: auto;
}
.installers_step {
    display: flex;
}
.installers_step img {
    width: 250px;
    height: auto;
}
.installers_step_right {
    justify-content: flex-end;
    align-items: center;
    gap: 80px;
}
.installers_step_label {
    flex: 1;
}
.installers_step_label h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 8px;
}
.installers_step_label p {
    font-size: 25px;
    line-height: 1.6;
    margin: 0;
	max-width: 400px;
}
.paragraph_wider {
	max-width: 600px!important;
}
.installers_step_left {
    justify-content: flex-start;
    align-items: center;
    gap: 80px;
}

@media only screen and (max-width: 768px) {
    .installers_step img {
        width: 140px;
    }
}

@media only screen and (max-width: 1024px) {
    .installers_steps_section {
        padding-top: 80px !important;
    }
}

@media only screen and (max-width: 900px) {
    .installers_steps_inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .installers_steps_heading {
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* The next size-down only kicked in at 768px, so 769-900px was still
   rendering these at the full 250px desktop size. The min-width lower bound
   keeps this from also matching <=768px — both are max-width queries, and
   this block sits after the 768px one above, so at equal specificity it
   would otherwise win there too and undo the smaller 140px size. */
@media only screen and (min-width: 769px) and (max-width: 900px) {
    .installers_step img {
        width: 180px;
    }
}

@media only screen and (max-width: 600px) {
    /* .installers_hero gutter removed — .full_width_inner now provides it
       globally, and keeping both gave this section a doubled 40px inset. */
    .installers_steps_decal,
    .installers_steps_decal_2 {
        display: none;
    }
    .installers_step {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }
    .installers_step_left {
        flex-direction: column;
    }
    .installers_step img {
        width: 120px;
        order: -1;
    }
    .installers_step_label {
        flex: none;
        width: 100%;
        padding-bottom: 30px;
    }
    .installers_step_label p {
        max-width: 100%;
        font-size: 18px;
    }
    .installers_step_label h3 {
        font-size: 22px;
    }
}
