body {
    font-family: Raleway
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.container {
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto
}

@media (max-width:991px) {
    .container {
        padding: 0 16px
    }
}

.main {
    background-image: url(../images/geothermal-drilling.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (min-width:992px) {
    .main {
        min-height: 870px
    }
}

@media (max-width:991px) {
    .main {
        padding-top: 200px
    }
}

.main .map {
    position: absolute;
    right: 200px;
    top: 190px;
    z-index: 1
}

@media (max-width:991px) {
    .main .map {
        width: 300px;
        right: 0
    }
}

@media (max-width:600px) {
    .main .map {
        width: 200px;
        top: 100px
    }
}

.main__main {
    position: relative
}

.main h1 {
    text-align: center;
    font-size: 60px;
    max-width: 780px;
    margin-top: -90px!important;
    margin: 0 auto;
    font-weight: 600;
    position: relative;
    z-index: 10
}

.banner h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
}

.banner h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px !important;
}

.main h2 {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 20px !important;
    margin: 0 auto;
    font-size: 40px;
    font-weight: 700;
    z-index: 10;
    position: relative;
}
/* Tablet */
@media (max-width:991px) {
    .main h1 {
        font-size: 60px;
        max-width: 380px
    }

    .main h2 {
        font-size: 40px;
        max-width: 380px;
        z-index: 10;
    }
    .banner h1 {
        font-size: 36px;
    }

    .banner h2 {
        font-size: 24px;
    }
}
/* Mobile */
@media (max-width:600px) {
    .main h1 {
        font-size: 40px;
        max-width: 380px
    }
    .main h2 {
        font-size: 26px;
    }
    .banner h1 {
        font-size: 28px; /* even smaller for mobile */
    }

    .banner h2 {
        font-size: 18px;
    }
}

.main__bottom {
    padding: 40px 0;
    background: rgba(0, 0, 0, .7450980392);
    margin-top: auto;
    position: relative;
    z-index: 5
}

@media (max-width:991px) {
    .main__bottom {
        margin-top: 120px
    }
}

.main__bottom-inner {
    margin-top: auto;
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    position: relative
}

@media (max-width:991px) {
    .main__bottom-inner {
        grid-template-columns: 1fr
    }
}

@media (max-width:600px) {
    .main__bottom-inner {
        gap: 24px
    }
}

.main__bottom-block--top {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    gap: 20px;
    line-height: 1.5;
    margin-bottom: 30px
}

@media (max-width:600px) {
    .main__bottom-block--top {
        margin-bottom: 16px
    }
}

.main__bottom-block--top img {
    max-height: 72px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:600px) {
    .main__bottom-block--top img {
        max-height: 50px;
        max-width: 60px
    }
}

.main__bottom-block--top p {
    color: #fff !important
}

.main__bottom-block p {
    color: #ababab;
    line-height: 1.7
}

@media (max-width:600px) {
    .main__bottom-block p {
        font-size: 12px
    }
}

.main__bottom-block p span {
    color: #d01613
}

.header {
    position: absolute;
    width: 100%;
    top: 40px
}

.header__inner {
    position: relative
}

.header .float-link {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    transition: .2s linear;
    position: absolute;
    right: 0;
    top: -32px
}

@media (max-width:991px) {
    .header .float-link {
        display: none
    }
}

@media (max-width:991px) {
    .header {
        top: 0
    }

    .header .container {
        padding-left: 0;
        padding-right: 0
    }
}

.header__mobile {
    display: flex;
    align-items: center;
    gap: 10px
}

@media (min-width:992px) {
    .header__mobile {
        display: none
    }
}

.header__mobile .burger svg {
    width: 24px;
    height: 24px
}

.header__mobile a {
    font-size: 12px;
    color: #fff;
    text-decoration: none
}

.header__inner {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:991px) {
    .header__inner {
        padding-right: 16px
    }
}

.header__inner .logo {
    background: #fff;
    width: 100px;
    height: 100%
}

@media (min-width:992px) {
    .header__inner .logo {
        width: 140px;
        padding: 8px
    }
}

@media (max-width:991px) {
    .header__inner .logo {
        width: 70px;
        padding: 4px
    }
}

.header__inner .logo img {
    width: 90px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
    display: block
}

@media (max-width:991px) {
    .header__inner .logo img {
        width: 60px
    }
}

.header__inner ul {
    padding: 40px 0;
    padding-right: 40px;
    display: flex;
    align-items: center;
    gap: 25px
}

@media (max-width:991px) {
    .header__inner ul {
        position: absolute;
        background: #000;
        flex-direction: column;
        text-align: center;
        width: 100%;
        z-index: 99;
        padding-right: 0;
        top: 80px;
        padding-top: 16px;
        transition: .2s linear;
        right: -100%
    }
}

.header__inner ul a {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    transition: .2s linear
}

.header__inner ul a:hover {
    color: red;
    text-decoration: underline;
    text-decoration-color: #fff;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px
}

@media (max-width:600px) {
    .header__inner ul a {
        font-size: 14px
    }
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    z-index: 50;
    transition: .2s linear;
    opacity: 0;
    visibility: hidden
}

.header {
    z-index: 51
}

body {
    overflow-x: hidden
}

.menu-opened {
    overflow: hidden
}

.menu-opened .overlay {
    opacity: .6;
    visibility: visible
}

.menu-opened .header ul {
    right: 0
}

.menu-opened .header__mobile .burger svg path {
    fill: #d22
}

.reach {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    text-align: center
}

@media (max-width:600px) {
    .reach {
        padding: 40px 0
    }
}

.reach h2 {
    font-size: 35px;
    font-weight: 600
}

@media (max-width:600px) {
    .reach h2 {
        font-size: 18px
    }
}

.reach .links {
    display: flex;
    align-items: center;
    gap: 100px;
    margin: 0 auto;
    justify-content: center;
    padding-top: 50px
}

@media (max-width:600px) {
    .reach .links {
        gap: 10px;
        flex-direction: column;
        padding-top: 24px
    }
}

.reach .links a {
    font-size: 26px;
    color: #ed1d25;
    font-weight: 600;
    text-decoration: none
}

@media (max-width:600px) {
    .reach .links a {
        font-size: 14px
    }
}

.partners__blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 60px 0
}

@media (max-width:600px) {
    .partners__blocks {
        grid-template-columns: 1fr;
        gap: 24px
    }
}

.partners__blocks-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

@media (max-width:600px) {
    .partners__blocks-item {
        font-size: 12px
    }
}

.partners__blocks-item:first-child {
    border-right: 1px solid #000
}

@media (max-width:600px) {
    .partners__blocks-item:first-child {
        border: none
    }
}

.partners__blocks-item img {
    height: 75px;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 160px
}

.site-footer {
    background: #0a0a0a;
    color: #b5bcc2;
    text-align: center;
    padding: 28px 16px 18px;
    position: relative
}

.site-footer__container {
    max-width: 1200px;
    margin: 0 auto
}

.site-footer__heading {
    color: #eaeaea;
    margin: 0 0 24px;
    font-size: 18px;
    font-weight: 500
}

.city-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 22px 28px;
    justify-content: center;
    margin: 0 0 18px;
    padding: 0
}

@media (max-width:600px) {
    .city-list {
        flex-direction: column;
        gap: 8px
    }
}

.city-link {
    color: #fff;
    text-decoration: none;
    font-size: 16px
}

.city-link.is-active,
.city-link:hover {
    color: #d22
}

.site-footer__divider {
    height: 1px;
    border: 0;
    background: #a7a7a7;
    margin: 24px auto;
    max-width: 92%
}

.site-footer__copyright {
    color: #9aa3ab;
    font-size: 14px;
    margin: 24px 0 0
}

@media (max-width:640px) {
    .city-link {
        font-size: 15px
    }

    .site-footer__divider {
        max-width: 100%
    }
}

.banner {
    padding-top: 180px;
    padding-bottom: 90px;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media (max-width:991px) {
    .banner {
        padding-top: 100px;
        padding-bottom: 40px
    }
}

.advantages__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    padding: 80px 0
}

@media (max-width:991px) {
    .advantages__inner {
        grid-template-columns: 1fr
    }

    .advantages__inner img {
        width: 100%
    }
}

@media (max-width:600px) {
    .advantages__inner {
        padding: 40px 0
    }
}

.advantages__inner p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7
}

@media (max-width:600px) {
    .advantages__inner p {
        font-size: 12px
    }
}

.advantages__image img {
    margin-top: -100px
}


.advantages__content-list {
    padding-top: 0px;
}

@media (max-width:600px) {
    .advantages__content-list {
        padding-top: 24px
    }
}

.advantages__content-list--item {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 32px
}

@media (max-width:600px) {
    .advantages__content-list--item {
        margin-bottom: 24px
    }
}

.advantages__content-list--item h2 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 8px
}

@media (max-width:600px) {
    .advantages__content-list--item h2 {
        font-size: 14px;
        margin-bottom: 4px
    }
}

.advantages__content-list--item p {
    font-size: 16px
}

@media (max-width:600px) {
    .advantages__content-list--item p {
        font-size: 12px
    }
}

.advantages__content-list--item img {
    width: 58px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: 4px
}

@media (max-width:600px) {
    .call-to-action {
        margin-top: 48px
    }
}

.call-to-action__inner {
    display: grid;
    grid-template-columns: 1fr 1fr
}

@media (max-width:991px) {
    .call-to-action__inner {
        grid-template-columns: 1fr
    }
}

.call-to-action__inner .content {
    padding: 80px 50px;
    background: #fdb2b2;
    background: linear-gradient(90deg, #fdb2b2 0, #fff 100%);
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width:991px) {
    .call-to-action__inner .content {
        align-items: center
    }
}

@media (max-width:600px) {
    .call-to-action__inner .content {
        padding: 30px
    }
}

.call-to-action__inner .content h2 {
    font-size: 30px;
    margin-bottom: 32px
}

@media (max-width:600px) {
    .call-to-action__inner .content h2 {
        font-size: 16px;
        margin-bottom: 16px
    }
}

.call-to-action__inner .content a {
    display: inline-block;
    width: -moz-max-content;
    width: max-content;
    padding: 16px 32px;
    background: #000;
    color: #fff;
    text-decoration: none
}

@media (max-width:600px) {
    .call-to-action__inner .content a {
        font-size: 14px
    }
}

.call-to-action__inner img {
    width: 100%;
    display: block
}

/* Report screenshot and popup */
.advantages__imageGeothermal {
    position: relative;
    display: inline-block;
}

.report-cta {
    position: absolute;
    top: 30%; /* center vertically */
    left: 50%; /* center horizontally */
    transform: translate(-50%, -50%); /* pull back by half width & height */
    background: rgba(255,255,255,0.9);
    padding: 16px;
    text-align: center;
    width: 480px; /* force width */
    max-width: 90%; /* still keeps it responsive on small screens */
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

    .report-cta h3 {
        font-size: 18px;
        margin-bottom: 12px;
        color: #000;
    }

    .report-cta img {
        width: 100%;
        height: auto;
        cursor: pointer;
        border: 2px solid #000;
    }

    .report-cta p {
        font-size: 14px;
        margin-top: 8px;
        color: #333;
    }

/* Visibility */
.advantages__content-list ul {
    margin: 16px 0 16px 20px;
    padding: 0;
    list-style-type: disc;
}

.advantages__content-list li {
    font-size: 16px; /* match default paragraph size */
    line-height: 1.7;
    margin-bottom: 10px;
    color: #000;
}

.advantages__content-list h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 24px 0 16px; /* space above and below */
    color: #000; /* ensure solid black */
}

@media (max-width:600px) {
    .advantages__content-list li {
        font-size: 12px; /* smaller on phones */
    }
}

/* Contact */
.advantages__inner--single {
    display: block; /* instead of grid */
    padding: 10px 0;
}

.contact-container {
    height: 300px;
    background: url('/images/right-bg.webp') center center no-repeat;
    background-size: 700px auto;
    padding: 60px 40px; /* space around content */
    color: #000;
    text-align: center;
}

    .contact-container input,
    .contact-container textarea {
        width: 100%;
        padding: 12px;
        margin-bottom: 16px;
        border: none;
        border-radius: 4px;
    }

    .contact-container button {
        padding: 12px 24px;
        background: #000;
        color: #fff;
        border: none;
        cursor: pointer;
    }
    .contact-container p {
        font-size: 20px; /* adjust as needed */
        line-height: 1.6; /* improves readability */
        color: #000; /* make sure it stays black */
        max-width: 600px; /* optional: keep it from stretching too wide */
        margin: 0 auto; /* center the text block */
    }
@media (max-width: 600px) {
    .contact-container {
        min-height: 200px;
        background-size: 80%;
    }
    .contact-actions {
        flex-direction: column; /* stack vertically if too tight */
        gap: 12px;
        align-items: center;
    }

        .contact-actions .pill {
            font-size: 14px; /* smaller text */
            padding: 10px 20px; /* less padding */
        }

            .contact-actions .pill svg {
                width: 16px;
                height: 16px;
            }
}

.contact-actions {
    display: flex;
    justify-content: center;
    gap: 20px; /* spacing between pills */
    margin-top: 20px;
}

    .contact-actions .pill {
        display: inline-flex; /* flex so icon + text align */
        align-items: center; /* vertical centering */
        gap: 8px; /* space between icon and text */
        padding: 12px 24px;
        border-radius: 999px;
        background: #000;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        transition: background 0.3s ease;
    }

        .contact-actions .pill:hover {
            background: #d01613;
            color: #fff;
        }

        .contact-actions .pill svg {
            width: 18px; /* adjust size to match text */
            height: 18px;
        }

.header__inner ul a.is-active {
    color: #d22;
    text-decoration: underline;
    text-decoration-color: #fff; 
    text-underline-offset: 4px;
}

/* About page */
.highlight-box {
    background: #f5f5f5; 
    border-radius: 8px;
    padding: 20px 24px;
    margin-top: 30px;
    text-align: center;
}

    .highlight-box p {
        font-size: 18px;
        font-weight: 600;
        margin: 0;
        color: #333; 
        line-height: 1.5;
    }

@media (min-width:992px){
    .advantages__undertext{
    grid-column:span 2}
}

.parent {
    position: relative
}

@media (max-width:991px) {
    .parent {
        width: 100%
    }

        .parent .parent-link {
            width: 100%;
            padding: 10px 0;
            color: #fff;
            background: #d01613;
            display: block
        }

            .parent .parent-link:hover {
                color: #fff;
                text-decoration: none
            }
}

.parent .submenu {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    min-width: 240px;
    background: #1a1a1a;
    padding: 8px 4px;
    text-align: left;
    font-size: 14px;
    align-items: flex-start;
    gap: 0 !important;
    list-style: none;
    top: calc(100% + 8px);
    opacity: 0;
    visibility: hidden
}

    .parent .submenu li {
        width: 100%
    }

        .parent .submenu li a {
            font-size: 14px;
            padding: 8px;
            display: inline-block;
            width: 100%
        }

@media (max-width:991px) {
    .parent .submenu {
        opacity: 1;
        visibility: visible;
        position: static;
        width: 100%;
        max-width: 100%
    }

        .parent .submenu li a {
            text-align: center;
            padding: 10px 0;
            color: grey
        }

            .parent .submenu li a:hover {
                color: #d01613;
                text-decoration: none
            }
}

.parent:hover .submenu {
    opacity: 1;
    visibility: visible
}

.advantages__imagegeothermal img {
    margin-top: -350px!important;
    width: 100%;
    height: auto;
    display: block;
}

/* Feature box */
.didyouknow {
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.95);
    padding: 2rem 2.5rem;
    border-radius: 12px;
    width: 340px;
    max-width: 90%;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    text-align: center;
    border-left: 6px solid #0077b6;
    border-right: 6px solid #0077b6;
}

    .didyouknow h3 {
        font-size: 1.4rem;
        margin-bottom: 0.75rem;
        color: #0077b6;
        font-weight: 600;
    }

    .didyouknow p {
        font-size: 1rem;
        margin: 0;
        line-height: 1.6;
        color: #333;
    }

.didyouknow-icon img {
    max-width: 110px;
    height: auto;
    display: block;
    margin: 0 auto;
}


/* --- Variation 1: Logo above text --- */
.didyouknow--logo-top .didyouknow-icon {
    margin-bottom: 1rem;
    text-align: center;
}

/* Neutral light background */
.didyouknow--icon-bg-light .didyouknow-icon {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 8px;
}

/* Brand blue background + invert logo */
.didyouknow--icon-bg-blue .didyouknow-icon {
    background: #0077b6;
    padding: 10px;
    border-radius: 8px;
}

    .didyouknow--icon-bg-blue .didyouknow-icon img {
        filter: brightness(0) invert(1);
    }

/* White logo with shadow */
.didyouknow--icon-shadow .didyouknow-icon img {
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.4));
}

/* Barge icon */
.didyouknow-icon-bottom {
    margin-top: 1rem;
}

    .didyouknow-icon-bottom img {
        max-width: 80px; /* adjust size */
        height: auto;
        display: block;
        margin: 0 auto;
    }

.didyouknow-icon-bottomlogo img {
    max-width: 110px; /* adjust size */
    height: auto;
    display: block;
    margin: 0 auto;
}

.didyouknow-cta {
    display: inline-block;
    margin-top: 1.8rem;
    padding: 12px 24px;
    background: #0077b6; /* brand blue */
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.3s ease;
}

    .didyouknow-cta:hover {
        background: #005f8a; /* darker blue on hover */
        color: #fff;
    }

/* Did You Know – Vertical Bar Chart */
.didyouknow-chart-vertical {
    display: flex;
    flex-direction: column; /* bars on top, labels below */
    align-items: center;
    margin: 0rem auto;
    max-width: 260px;
}

/* Row of bars */
.bars-row {
    display: flex;
    justify-content: center; /* center bars as a group */
    align-items: flex-end;
    gap: 2rem; /* spacing between bars */
    height: 160px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

/* Each bar column */
.bar-vertical {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
    flex: 0; /* prevent stretching */
}

/* The bar itself */
.bar-fill-vert {
    width: 50px;
    border-radius: 4px 4px 0 0;
    display: block;
}

/* Labels row */
.labels-row {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 0.5rem;
    width: 100%;
}

    .labels-row .label {
        flex: 1;
        font-size: 0.85rem;
        font-weight: 600;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

/* Bar colors and heights */
.bar-sand-vert {
    height: 70%;
    background: #f4a261;
}

.bar-clay-vert {
    height: 30%;
    background: #2a9d8f;
}

.bar-silt-vert {
    height: 30%;
    background: #e76f51;
}

/* Geothermal chart bars */
.bar-hvac-vert {
    height: 100%; /* full height baseline */
    background: #d22;
}

.bar-geo-vert {
    height: 40%; /* 60% savings vs conventional */
    background: #0077b6;
}

