html {
    overflow-x: hidden;
}

h1 {
    font-size: 56px;
    line-height: 1.2em;
    margin-bottom: 30px;
}

h2 {
    font-size: 42px;
    line-height: 1.2em;
    margin-bottom: 30px;
    color: #023555;
}

h3 {
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 20px;
}

p {
    margin-bottom: 20px;
    line-height: 1.5rem;
}

p:last-child {
    margin-bottom: 0;
}

.flex {
    display: flex;
}

.flex_col {
    display: flex;
    flex-direction: column;
}

.max_width {
    max-width: 1340px;
    margin: auto;
}

.cta_btn_white {
    padding: 12px 24px;
    font-weight: 600;
    background: none;
    border: 2px solid white;
    color: white;
    cursor: pointer;
    transition: 0.3s ease;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
}


/**blue-btn**/

.cta_btn_blue {
    padding: 12px 24px;
    font-weight: 600;
    background-color: #28B7EA;
    border: 2px solid #28B7EA;
    color: white;
    cursor: pointer;
    transition: 0.3s ease;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
}

.cta_btn_blue a {
    text-decoration: none;
    color: white;
}

.cta_btn_blue:hover {
    background-color: #F25F2F;
    border: 2px solid #F25F2F;
    color: rgb(255, 255, 255);
}


/**Blue-btn**/

.cta_btn_orange {
    padding: 12px 24px;
    font-weight: 600;
    background-color: #28B7EA;
    border: 2px solid #28B7EA;
    color: white;
    cursor: pointer;
    transition: 0.3s ease;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
}

.cta_btn_orange a,
.cta_btn_white a {
    text-decoration: none;
    color: #ffffff;
}

.cta_btn_orange a:hover,
.cta_btn_white a:hover {
    text-decoration: none;
    color: #000;
}

.cta_btn_orange:hover,
.cta_btn_white:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000 !important;
}

.section_title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
    color: #ED8B00;
    margin-bottom: 0;
}

main.inner_page_header .hero_container {
    padding: 0 30px;
}

@media (max-width: 991px) {
    main.inner_page_header .hero_container .hero_wrapper .hero_content h1 {
        font-size: 45px;
    }
    h2 {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    main.inner_page_header .hero_container .hero_wrapper .hero_content h1 {
        font-size: 35px;
    }
    main.inner_page_header .hero_container .hero_wrapper .hero_content {
        width: 100% !important;
    }
    h2 {
        font-size: 30px;
    }
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
}

body {
    position: relative;
}

#header {
    position: sticky;
    top: 0;
    z-index: 999999;
}

.header_container {
    position: relative;
    z-index: 999999;
    width: 100%;
    background-color: #002443 !important;
}

.announcement-bar {
    color: white;
    padding: 15px 0px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.announcement-bar p {
    margin-bottom: 0;
}

.announcement-contact {
    display: flex;
    gap: 10px;
}

header {
    background-color: #002443;
    padding: 17px 50px;
}

.header_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    flex: 1;
}

.logo img {
    height: 90px;
    width: auto;
}

nav {
    flex: 1;
    text-align: center;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 40px;
}

nav ul li {
    display: inline-block;
    position: relative;
}

nav ul li a {
    text-decoration: none;
    color: #ffffff;
}


/* Submenu styles */

nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    z-index: 1000;
    padding: 10px;
}

nav ul li:hover>ul {
    display: block;
}

nav ul ul li {
    display: block;
    width: 250px;
    text-align: left;
    margin: 15px;
}

nav ul ul li a {
    padding: 10px;
    border-radius: 10px;
    transition: 0.2s ease;
}

nav ul ul li:hover a {
    background-color: #000;
    color: white;
}

.header-call-btn {
    /*flex: 1;*/
    display: flex;
    justify-content: end;
}

.header-call-btn button {
    background-color: #28B7EA !important;
    color: white;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.header-call-btn button:hover {
    background-color: #ffff !important;
    color: white;
}


/* Mobile menu styles */

.burger {
    display: none;
    /* Hide burger icon by default */
}

.topbar_email a {
    text-decoration: none;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .header_wrapper {
        flex-wrap: wrap;
    }
    .burger {
        display: block;
        /* Show burger icon on smaller screens */
        cursor: pointer;
        margin-left: auto;
        /* Push burger to the right */
    }
    .burger .bar {
        width: 25px;
        height: 3px;
        background-color: #ffffff;
        margin: 5px 0;
        transition: 0.4s;
    }
    /* Rotate bars to form X shape when menu is open */
    .burger.open .bar:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }
    .burger.open .bar:nth-child(2) {
        opacity: 0;
    }
    .burger.open .bar:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }
    nav {
        flex-basis: 100%;
        display: none;
        /* Hide the nav items by default */
    }
    nav.open {
        display: block;
        /* Show the nav items when burger is clicked */
    }
    nav ul {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    nav ul li {
        text-align: center;
    }
    nav ul li a {
        font-size: 18px;
        /* Adjust font size for mobile */
    }
    .header-call-btn {
        display: none;
    }
    .announcement-bar {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }
    .announcement-bar p {
        font-size: 12px;
    }
    .announcement-contact {
        align-items: center;
        flex-direction: column;
    }
    .burger+nav {
        margin-top: 50px;
    }
    .serving_text {
        display: none;
    }
    .announcement-contact {
        line-height: 10px;
    }
}

main .hero_container {
    background: url("assets/Manly-Solar-13-1024x683.jpg") no-repeat center center / cover;
    position: relative;
}

body.home main .hero_container {
    background: url("assets/image\ \(2\).webp") no-repeat center center / cover;
    position: relative;
}

.hero_container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    /* Adjust the opacity as needed */
}

main .hero_container .hero_wrapper {
    padding: 7rem 0 7rem 0;
    margin: auto;
    display: flex;
    align-items: center;
}

main.inner_page_header .hero_container .hero_wrapper {
    height: 300px;
}

main .hero_container .hero_wrapper .hero_content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    color: white;
    width: 60%;
    z-index: 1;
}

main .hero_container .hero_wrapper .hero_content h1,
main .hero_container .hero_wrapper .hero_content h2,
main .hero_container .hero_wrapper .hero_content h3 {
    margin-bottom: 0;
}

.hero_cta {
    display: flex;
    gap: 20px;
}


/* banner about section */

.banner_about_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.3em;
    padding: 5rem 1rem 0rem 1rem;
    word-spacing: 1x;
    font-size: 18px;
}

.banner_about_wrapper p a {
    color: #E3C900;
    text-decoration: none;
    font-weight: 600;
}


/* banner about section */


/* services section */

.services_content {
    display: flex;
    align-items: center;
    padding: 5rem 0rem;
    gap: 2rem;
}

.services_img {
    flex: 1;
}

.services_img img {
    width: 450px;
}

.services_item .item_icon {
    width: 45%;
    padding: 1rem;
}

.services_item .item_icon .orange {
    background-color: #ED8B00;
    padding: 1.5rem;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 35px;
}

.services_item .item_icon .blue {
    background-color: #023555;
    padding: 1.5rem;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 35px;
}

.services_item p {
    line-height: 1.7rem;
}

.services_items {
    display: flex;
    flex-direction: column;
    align-items: start;
    flex: 2;
    gap: 20px;
    padding: 20px;
}

.services_items h2 {
    margin-bottom: 0;
}

.services_items_cards {
    margin-top: 15px 0px;
    display: flex;
    gap: 10px;
}

.services_items_cards_content {
    flex: 1;
}

.services_items_cards_content ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.services_items_cards_content li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 80px;
    list-style: none;
    border: 1px solid rgb(235, 232, 232);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.062);
    padding: 5px;
    transition: 0.2s ease;
}

.services_items_cards_content li:hover {
    background-color: rgba(0, 0, 0, 0.055);
    transform: scale(1.08);
}

.services_items_cards_content li a {
    text-decoration: none;
    font-weight: 600;
    color: #000;
}


/* services section */


/* CTA section */

.cta {
    background: url("assets/Manly-Solar-10.jpg") no-repeat center center / cover;
    position: relative;
}

.cta::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    /* Adjust the opacity as needed */
}

.cta_wrapper {
    position: relative;
    z-index: 1000;
    padding: 8rem 0rem;
}

.cta_wrapper .cta_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    color: white;
}

.cta_wrapper .cta_content h2 {
    margin-bottom: 0;
    color: #f2f2f2;
}

.cta_row_column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    padding: 10px;
    align-items: stretch;
}

.cta_row_column .item {
    color: #f2f2f2;
    padding: 10px;
    text-align: left;
}

.services_item i {
    font-size: 50px;
    padding: 20px 0;
    color: #f2f2f2;
}

.cta_row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    padding: 10px;
    align-items: left;
    justify-content: stretch;
}

.cta_row .item {
    color: #f2f2f2;
    padding: 10px;
    align-items: left;
    border: #0000001e solid 1px;
    border-radius: 10px;
    padding: 2rem;
}

.cta_row .item i {
    color: #023555;
    background-color: #ED8B00;
    padding: 2rem;
    border-radius: 10px;
    margin: 0 0 20px 0;
    transition: transform 0.2s ease;
}

.cta_row .item i:hover {
    transform: rotate(10deg);
    transition: transform 0.2s ease;
}

.cta_row .item h3 {
    color: #000d;
}

.cta_row .item .cta_p {
    color: #000d;
    font-weight: 500;
}

@media (max-width: 768px) {
    .cta_row_column,
    .cta_row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .cta_row_column,
    .cta_row {
        grid-template-columns: 1fr;
    }
}


/* CTA section */


/* Why Choose Sunbrite Section */

.why_content {
    display: flex;
    align-items: center;
}

.why_us_wrapper {
    padding: 5rem 0rem;
}

.why_us_wrapper .section_title {
    text-align: center;
    padding: 0px 0px 30px 0px;
}

.why_content .why_us_details {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 10px;
}

.why_content .why_us_details h2 {
    margin-bottom: 0;
}

.why_content .why_us_details ul li {
    padding: 5px 0px;
}

.why_content .why_us_image {
    flex: 1;
}

.why_content .why_us_image img {
    max-width: 600px;
}


/* Why Choose Sunbrite Section */


/* FAQ SECTION */

.faq_section {
    background-color: #f5f5f5;
}

.faq_wrapper {
    text-align: center;
    padding: 4rem 0rem;
}

.faq_wrapper h2 {
    margin-bottom: 10px;
}


/* accordion */

.accordion {
    max-width: 600px;
    margin: 3rem auto;
}

.accordion-item {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
}

.accordion-header {
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
}

.accordion-button {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 15px;
    font-size: 16px;
    cursor: pointer;
    outline: none;
}

.accordion-button[aria-expanded="true"] {
    /* background-color: #e2e2e2; */
    background-color: #E3C900;
    color: white;
}

.accordion-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-body {
    padding: 15px;
    border-top: 1px solid #ddd;
}

.accordion-collapse[aria-expanded="true"] {
    max-height: 500px;
    /* adjust as needed */
}


/* accordion */


/* map section */

.map_section_wrapper {
    padding: 5rem 0rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.map_section_wrapper .g_map {
    width: 100%;
}

.map_section_wrapper .connect {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 2rem;
}

.map_section_wrapper .connect h2 {
    margin-bottom: 0;
}


/* map section */


/* reviews section */

.reviews {
    background-color: #f7f7f7;
}

.reviews_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4rem 0rem;
}

.google_review {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.google_review h3,
p {
    margin: 0;
}

.stars {
    display: flex;
    align-items: center;
}

.stars img {
    width: 20px;
}

.reviews_slider {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}


/* review card */

.review-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    max-width: 300px;
    margin: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.review-header {
    display: flex;
    align-items: center;
}

.review-header img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.review-header div {
    display: flex;
    flex-direction: column;
}

.review-header div .name {
    font-weight: bold;
}

.review-header div .date {
    color: #888;
    font-size: 0.9em;
}

.stars {
    color: gold;
    margin: 8px 0;
}

.review-content {
    color: #333;
}

.highlight {
    background-color: yellow;
}

.review-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    width: 300px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 220px;
    background-color: #ffffff;
}

.review-header {
    display: flex;
    align-items: center;
}

.review-header img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.review-header div {
    display: flex;
    flex-direction: column;
}

.review-header div .name {
    font-weight: bold;
}

.review-header div .date {
    color: #888;
    font-size: 0.9em;
}

.stars {
    color: gold;
    margin: 8px 0;
}

.review-content {
    color: #333;
    flex-grow: 1;
}

.highlight {
    background-color: yellow;
}

.google-logo {
    margin-left: auto;
    width: 20px;
    height: 20px;
}


/* Tablet responsiveness */

@media (max-width: 900px) and (min-width: 600px) {
    main .hero_container .hero_wrapper .hero_content {
        width: 80%;
    }
    .hero_cta {
        flex-direction: column;
        gap: 10px;
    }
    .services_content {
        flex-direction: column;
        gap: 1rem;
    }
    .services_img img {
        width: 100%;
    }
    .services_items {
        align-items: center;
        text-align: center;
    }
    .why_content {
        flex-direction: column;
    }
    .why_content .why_us_image img {
        max-width: 100%;
    }
    .cta_wrapper {
        padding: 8rem 0rem;
    }
    .faq_section {
        padding: 4rem 0rem;
    }
    .accordion {
        max-width: 100%;
    }
}


/* Mobile responsiveness */

@media (max-width: 600px) {
    main .hero_container .hero_wrapper .hero_content {
        width: 100%;
        padding: 1rem;
    }
    .hero_content h1 {
        font-size: 34px;
        text-align: center;
    }
    .hero_content h3 {
        font-size: 21px;
        text-align: center;
    }
    .hero_content p {
        text-align: center;
    }
    .hero_cta {
        flex-direction: column;
        gap: 10px;
    }
    .services_content {
        flex-direction: column;
        gap: 1rem;
        padding: 2rem 1rem;
    }
    .services_img img {
        width: 100%;
    }
    .services_items {
        align-items: center;
        text-align: center;
    }
    .services_items h2 {
        font-size: 30px;
    }
    .services_items_cards {
        flex-direction: column;
        gap: 1rem;
    }
    .cta_wrapper {
        padding: 6rem 1rem;
    }
    .cta_wrapper .cta_content {
        padding: 1rem;
    }
    .cta_content h2 {
        font-size: 30px;
        text-align: center;
    }
    .cta_content p {
        text-align: center;
    }
    .why_content {
        flex-direction: column;
        padding: 20px;
    }
    .why_content .why_us_image img {
        max-width: 100%;
    }
    .why_content h2 {
        font-size: 30px;
        text-align: center;
    }
    .faq_section {
        padding: 3rem 1rem;
    }
    .accordion {
        max-width: 100%;
        padding: 0 1rem;
    }
    .reviews {
        padding: 10px;
    }
    .reviews h2 {
        font-size: 30px;
        text-align: center;
    }
    .map_section_wrapper {
        flex-direction: column;
        padding: 20px;
    }
    .map_section_wrapper h2 {
        font-size: 30px;
        text-align: center;
    }
    .map_section_wrapper p {
        text-align: center;
    }
    .map_section_wrapper button {
        align-self: center;
    }
    .faq_wrapper h2 {
        font-size: 30px;
        text-align: center;
    }
}

.image_text {
    margin: 70px 0;
    padding: 0 30px;
}

.image_text .image_text_container .image_text_wrap {
    display: flex;
    justify-content: center;
    column-gap: 50px;
}

.image_text .image_text_container .image_text_wrap .image_text__text {
    width: 50%;
}

.image_text .image_text_container .image_text_wrap .image_text__image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50%;
}

@media (max-width: 767jpgpx) {
    .image_text .image_text_container .image_text_wrap {
        flex-wrap: wrap;
        gap: 30px;
    }
    .image_text .image_text_container .image_text_wrap .image_text__text,
    .image_text .image_text_container .image_text_wrap .image_text__image {
        width: 100%;
    }
    .image_text .image_text_container .image_text_wrap .image_text__image {
        min-height: 300px;
    }
    .image_text .image_text_container .image_text_wrap .image_text__text p {
        text-align: left;
    }
}

footer .footer_cta {
    padding: 70px 30px;
    background: linear-gradient(135deg, #1fb5a9 0%, #2aa7c7 50%, #2f8fd6 100%);
    position: relative;
}

footer .footer_cta_container {
    max-width: 1350px;
    margin: auto;
}

footer .footer_cta_container .footer_cta_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    footer .footer_cta_container .footer_cta_wrap {
        display: block;
    }
}

footer .footer_cta_container .footer_cta_wrap h2 {
    text-align: start;
    color: #f2f2f2;
}

footer .footer_cta_container .footer_cta_wrap p {
    text-align: start;
    color: #f2f2f2;
}

footer .footer_cta_container .footer_cta_wrap p {
    margin-top: 30px;
}

footer .footer_main {
    padding: 70px 30px 10px 30px;
    background-color: #002443;
}

footer .footer_container {
    max-width: 1340px;
    margin: auto;
}

footer .footer_container .footer_wrap {
    display: flex;
    justify-content: center;
    gap: 30px;
}

footer .footer_container .footer_wrap .footer_item {
    width: 25%;
}

footer .footer_container .footer_wrap .footer_item img {
    width: 80%;
}

footer .footer_container .footer_wrap .footer_item,
footer .footer_container .footer_wrap .footer_item h3 {
    color: #fff;
}

footer .footer_container .footer_wrap .footer_item h3 {
    margin-bottom: 20px;
}

footer .footer_container .footer_wrap .footer_item a {
    text-decoration: none;
    color: #fff;
}

footer .footer_container .footer_wrap .footer_item ul {
    list-style: none;
    padding-left: 10px;
}

footer .footer_container .footer_wrap .footer_item ul li {
    position: relative;
    padding: 3px 0;
}

footer .footer_container .footer_wrap .footer_item ul li:after {
    font-family: "FontAwesome";
    content: "\f0da";
    position: absolute;
    top: 6px;
    left: -15px;
    font-size: 14px;
    color: #EF612F;
}

@media (max-width: 991px) {
    footer .footer_container .footer_wrap {
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    footer .footer_container .footer_wrap .footer_item {
        width: 100%;
        text-align: center;
    }
    footer .footer_container .footer_wrap .footer_item ul li:after {
        display: none;
    }
    footer .footer_container .footer_wrap .footer_item img {
        width: 100%;
    }
}

.team {
    padding: 70px 30px 80px;
    background-color: #000;
}

.team .team_container>h2 {
    text-align: center;
    color: #fff;
}

.team .team_container>p {
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}

.team .team_container .team_wrap {
    display: flex;
    justify-content: center;
    column-gap: 30px;
}

.team .team_container .team_wrap .team_item {
    width: 25%;
}

.team .team_container .team_wrap .team_item img {
    box-shadow: 8px 8px 0px 0px #E3C900;
    width: 100%;
}

@media (max-width: 767px) {
    .team .team_container .team_wrap {
        flex-wrap: wrap;
        gap: 30px;
    }
    .team .team_container .team_wrap .team_item {
        width: calc(50% - 15px);
    }
}

@media (max-width: 500px) {
    .team .team_container .team_wrap .team_item {
        width: 100%;
    }
}

.contact {
    padding: 70px 30px 80px;
}

.contact .contact_container .contact_wrap {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.contact .contact_container .contact_wrap .contact_details {
    width: 33.33%;
}

.contact .contact_container .contact_wrap .contact_form {
    width: 66.67%;
}

.contact .contact_container .contact_wrap .contact_details p a {
    display: flex;
    column-gap: 15px;
    text-decoration: none;
    color: #000;
}

.contact .contact_container .contact_wrap .contact_details p a .contact_icon {
    text-align: center;
    display: block;
    min-width: 20px;
}

.contact .contact_container .contact_wrap .contact_details p a i {
    color: #E3C900;
}

.contact .contact_container .contact_wrap .contact_details p a i.fa-map-marker {
    font-size: 20px;
    margin-top: 3px;
}

.contact .contact_container .contact_wrap .contact_details p a i.fa-phone {
    font-size: 20px;
    margin-top: 2px;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
    width: 100%;
    border: 1px solid #acacac;
    border-radius: 5px;
    padding: 8px 15px 8px 20px;
    font-size: 16px;
    margin-bottom: 15px;
}

form button {
    margin-top: 15px;
    font-size: 16px;
}

@media (max-width: 767px) {
    .contact .contact_container .contact_wrap {
        flex-wrap: wrap;
        gap: 30px;
    }
    .contact .contact_container .contact_wrap .contact_details {
        width: 100%;
    }
    .contact .contact_container .contact_wrap .contact_details p {
        text-align: left;
    }
    .contact .contact_container .contact_wrap .contact_form {
        width: 100%;
    }
}

.blog {
    padding: 70px 30px;
}

.blog .blog_container .blog_wrap {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.blog .blog_container .blog_wrap .blog_item {
    width: calc(50% - 25px);
}

.blog .blog_container .blog_wrap .blog_item h3 {
    margin-top: 20px;
}

.blog .blog_container .blog_wrap .blog_item .blog_image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
}

.blog_page {
    padding: 70px 30px;
}

.blog_page .blog_page_container .blog_page_wrap .blog_page_image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    margin-bottom: 30px;
}

body.blog_single main .hero_container .hero_wrapper .hero_content {
    width: 80%;
}

body.blog_single main.inner_page_header .hero_container .hero_wrapper {
    height: 250px;
}

@media (max-width: 767px) {
    .blog .blog_container .blog_wrap {
        flex-wrap: wrap;
        gap: 30px;
    }
    .blog .blog_container .blog_wrap .blog_item {
        width: 100%;
    }
    .blog_page .blog_page_container .blog_page_wrap p,
    .blog .blog_container .blog_wrap .blog_item p {
        text-align: left;
    }
}

.our_services_wrapper {
    display: flex;
    flex-direction: column;
    padding: 2rem 0rem;
}

.our_services_content {
    display: flex;
    align-items: center;
    padding: 3rem 0rem;
    gap: 2rem;
}

.f-reversed {
    display: flex;
    flex-direction: row-reverse;
}

.our_services_img {
    flex: 1;
}

.our_services_img img {
    width: 450px;
    height: 350px;
}

.our_services_items {
    display: flex;
    flex-direction: column;
    align-items: start;
    flex: 2;
    gap: 20px;
    padding: 20px;
}

.our_services_items h2 {
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .our_services_content {
        flex-direction: column;
        padding: 15px;
    }
    .our_services_content h2,
    p {
        text-align: center;
    }
}

.text-center {
    text-align: center !important;
}

ul {
    padding-left: 20px;
}

.reviews_slider {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.reviews_slider .img-wrap {
    background-color: #ffff;
    padding: 3.5rem;
    border-radius: 10px;
    border: solid 1px #ED8B00;
    margin: 0.5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
}

.reviews_slider .img-wrap img {
    height: 50px;
    width: 250px;
}

.reviews_slider .review_items {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.reviews_slider .review_items p {
    margin-bottom: 10px;
}

h4 {
    font-size: 20px;
}

span.quote {
    font-size: 20px;
    font-weight: 700;
}

.team .team_container .team_wrap .team_item h4,
.team .team_container .team_wrap .team_item p {
    text-align: center;
    color: #fff;
}

.team .team_container .team_wrap .team_item h4 {
    margin-bottom: 15px;
    color: #E3C900;
}


/* FORM CARD */

.hero_form {
    flex: 1;
    max-width: 420px;
    background: rgb(0, 0, 0);
    padding: 50px;
    border-radius: 16px;
    color: #fff;
    z-index: 99;
}

.hero_form h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

.form_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.hero_form input,
.hero_form textarea {
    width: 100%;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
}

.hero_form textarea {
    margin-top: 15px;
    resize: none;
}

.hero_form button {
    width: 100%;
    margin-top: 20px;
    padding: 14px;
    background: #27c200;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}


/* 📱 Mobile Responsive */

@media (max-width: 900px) {
    .hero_wrapper {
        flex-direction: column;
        text-align: center;
    }
    .hero_form {
        max-width: 100%;
    }
    .form_grid {
        grid-template-columns: 1fr;
    }
}

img {
    width: 100%;
    display: block;
}


/* CONTAINERS */

.ng-container {
    max-width: 1200px;
    margin: auto;
    padding: 90px 20px;
}

.ng-center {
    text-align: center;
}

.ng-center-review {
    text-align: center;
    margin-bottom: -20px;
}


/* GRIDS */

.ng-grid-2,
.ng-grid-3,
.ng-grid-4 {
    display: grid;
    gap: 40px;
}

.ng-grid-2 {
    grid-template-columns: 1fr;
}

.ng-grid-3 {
    grid-template-columns: 1fr;
}

.ng-grid-4 {
    grid-template-columns: 1fr;
}


/* BACKGROUNDS */

.bg-dark {
    background: #0f0f0f;
    color: #fff;
}

.bg-light {
    background: #f5f7f8;
}

.bg-white {
    background: #ffffff;
}


/* CARDS */

.ng-card {
    background: #fff;
    padding: 35px;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
}


/* HERO */

.ng-hero-grid {
    display: grid;
    gap: 50px;
    align-items: center;
}

.ng-hero h1 {
    font-size: 42px;
    line-height: 1.2;
}

.ng-lead {
    margin: 25px 0 35px;
}

.ng-hero-form {
    background: #fff;
    color: #222;
    padding: 40px;
    border-radius: 10px;
}

.ng-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.ng-hero-form textarea {
    width: 100%;
    min-height: 120px;
    margin: 15px 0;
}


/* IMAGE BADGE */

.ng-img img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 530px;
    object-fit: cover;
}

.ng-badge {
    position: absolute;
    bottom: 18px;
    left: 18px;
    background: #2ecc71;
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 14px;
}


/* SERVICES */

.ng-service img {
    border-radius: 6px;
    margin-bottom: 20px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}


/* CHECKLIST */

.ng-checklist {
    list-style: none;
    margin: 25px 0;
}

.ng-checklist li {
    padding-left: 26px;
    margin-bottom: 14px;
    position: relative;
}

.ng-checklist li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #2ecc71;
}


/* RESPONSIVE */

@media (min-width: 768px) {
    .ng-hero-grid {
        grid-template-columns: 1.3fr 1fr;
    }
    .ng-grid-2 {
        grid-template-columns: 1fr 1fr;
    }
    .ng-grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .ng-grid-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}


/* Services dropdown */

.services-menu {
    position: relative;
}

.services-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 260px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    padding: 10px 0;
    z-index: 999;
}

.services-dropdown li {
    list-style: none;
}

.services-dropdown li a {
    display: block;
    padding: 3px 20px;
    color: #000;
    text-decoration: none;
}

.services-dropdown li a:hover {
    background: #0a0a0a;
}


/* Desktop hover */

@media (min-width: 769px) {
    .services-menu:hover .services-dropdown {
        display: block;
    }
}


/* Mobile friendly */

@media (max-width: 768px) {
    .services-dropdown {
        position: static;
        box-shadow: none;
    }
}


/* OPG Service */

 :root {
    --navy: #082f5b;
    --navy-deep: #04264a;
    --blue: #1fa9e5;
    --blue-soft: #42c0f0;
    --cyan: #20c6d1;
    --orange: #f36b21;
    --orange-dark: #e45b10;
    --text: #18324a;
    --muted: #6b7c8f;
    --bg: #f4f7fa;
    --white: #ffffff;
    --border: #d8e4ef;
    --shadow: 0 10px 30px rgba(8, 47, 91, 0.08);
    --radius: 18px;
    --radius-sm: 12px;
    --container: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.5;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
}

.container {
    width: min(calc(100% - 32px), var(--container));
    margin: 0 auto;
}

.section {
    padding: 74px 0;
}

.section-title,
.hero h1,
.faq-title,
.cta-band h2,
.service-area-card h2,
.about-copy h2 {
    margin: 0 0 12px;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--blue);
    margin-bottom: 14px;
}

.hero1 {
    position: relative;
    color: var(--white);
    padding-top: 50px;
    min-height: 0 !important;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(3, 33, 67, 0.88) 0%, rgba(3, 33, 67, 0.78) 34%, rgba(3, 33, 67, 0.40) 68%, rgba(3, 33, 67, 0.18) 100%), url('assets/OPG-Services.webp') center center / cover no-repeat;
}

.hero {
    position: relative;
    color: var(--white);
    min-height: 800px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(3, 33, 67, 0.88) 0%, rgba(3, 33, 67, 0.78) 34%, rgba(3, 33, 67, 0.40) 68%, rgba(3, 33, 67, 0.18) 100%), url('assets/OPG-Services.webp') center center / cover no-repeat;
}

.hero::before,
.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero::before {
    background: linear-gradient(to bottom, rgba(5, 27, 56, 0.22), rgba(5, 27, 56, 0.15)), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 68px);
    opacity: 0.7;
}

.hero::after {
    background: radial-gradient(circle at 16% 20%, rgba(32, 198, 209, 0.25), transparent 22%);
    mix-blend-mode: screen;
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 28px;
    align-items: end;
    padding: 80px 0 170px;
}

.hero-grid1 {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 3.08fr 0.92fr !important;
    gap: 28px;
    align-items: end;
    padding: 80px 0 170px;
}

.hero-grid1 .hero-copy {
    max-width: 860px !important;
}

.hero-copy {
    max-width: 560px;
}

.star-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 600;
}

.stars {
    color: #ffc838;
    letter-spacing: 1px;
    font-size: 14px;
}

.hero h1 {
    font-size: clamp(2.4rem, 5vw, 4.1rem);
    font-weight: 800;
    max-width: 500px;
    margin-bottom: 16px;
}

.hero1 h1 {
    font-size: clamp(2.4rem, 5vw, 4.1rem);
    font-weight: 800;
    max-width: 800px !important;
    margin-bottom: 16px;
}

.hero p {
    font-size: 1rem;
    max-width: 500px;
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.92);
}

.hero-checks {
    display: grid;
    gap: 10px;
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
}

.hero-checks li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
}

.hero-checks i {
    width: 18px;
    color: #ffd24f;
}

.header-call-btn,
.inline-btn {
    display: inline-flex;
}

.learn-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 14px 22px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    transition: 0.25s ease;
    border: 0;
    cursor: pointer;
}

.learn-btn {
    background: linear-gradient(180deg, var(--blue-soft) 0%, var(--blue) 100%);
    color: var(--white);
    box-shadow: 0 8px 20px rgba(31, 169, 229, 0.22);
}

.learn-btn:hover {
    transform: translateY(-2px);
}

.hero-visual {
    min-height: 520px;
    position: relative;
}

.offer-strip-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 99;
}

.offer-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.offer-card {
    background: var(--white);
    border-radius: 18px;
    box-shadow: var(--shadow);
    overflow: hidden;
    display: grid;
    grid-template-columns: 86px 1fr;
    min-height: 126px;
    border: 1px solid rgba(31, 169, 229, 0.15);
}

.offer-price {
    background: linear-gradient(180deg, #12c0d8 0%, #0da4dd 100%);
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1;
}

.offer-price small {
    display: block;
    font-size: 0.78rem;
    margin-top: 6px;
    font-weight: 600;
}

.offer-card.orange .offer-price {
    background: linear-gradient(180deg, #ff8a3d 0%, #f36b21 100%);
}

.offer-content {
    padding: 16px 16px 14px;
}

.offer-tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--orange);
    margin-bottom: 6px;
}

.offer-content h3 {
    margin: 0 0 6px;
    font-size: 1rem;
    line-height: 1.2;
    color: var(--navy);
}

.offer-content p {
    margin: 0;
    font-size: 12px;
    color: var(--muted);
    line-height: 1.45;
}

.services {
    padding-top: 140px;
}

.center-copy {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 36px;
}

.section-title {
    font-size: clamp(2rem, 4vw, 2.9rem);
    color: var(--navy);
    font-weight: 800;
}

.center-copy p {
    margin: 0;
    color: var(--muted);
    font-size: 1rem;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.service-card {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-card img {
    width: 100%;
    aspect-ratio: 1.38 / 1;
    object-fit: cover;
}

.service-card-body {
    padding: 16px 16px 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.service-card h3 {
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 1rem;
}

.service-card p {
    margin: 0 0 16px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
    flex: 1;
}

.service-card .learn-btn {
    width: 100%;
    min-height: 44px;
    font-size: 13px;
    border-radius: 9px;
}

.services-bottom-btn {
    text-align: center;
    margin-top: 24px;
}

.reviews-section {
    background: linear-gradient(180deg, #23c6d5 0%, #20afe1 100%);
    color: var(--white);
    padding: 78px 0;
}

.reviews-section .section-title,
.reviews-section p,
.reviews-section .eyebrow {
    color: var(--white);
}

.review-shell {
    margin-top: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 20px;
    padding: 14px;
    box-shadow: 0 18px 40px rgba(5, 55, 104, 0.18);
    backdrop-filter: blur(4px);
}

.how-we-work {
    background: linear-gradient(rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)), radial-gradient(circle at 20px 20px, rgba(31, 169, 229, 0.06) 1px, transparent 1px);
    background-size: auto, 90px 90px;
}

.steps-layout {
    display: grid;
    place-items: center;
    margin-top: 22px;
}

.steps {
    width: 100%;
    max-width: 980px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px 18px;
    align-items: start;
}

.step {
    position: relative;
    background: var(--white);
    border-radius: 999px;
    min-height: 220px;
    width: 100%;
    aspect-ratio: 1 / 1;
    box-shadow: var(--shadow);
    border: 1px solid #e4eef7;
    padding: 28px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.step.step-main {
    background: radial-gradient(circle at top, #0e3d74 0%, #062d58 78%);
    color: var(--white);
    transform: scale(1.04);
}

.step.step-main h3,
.step.step-main p,
.step.step-main .step-icon,
.step.step-main .step-num {
    color: var(--white);
}

.step-num {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 800;
    background: linear-gradient(180deg, var(--cyan), var(--blue));
    color: var(--white);
    box-shadow: 0 8px 14px rgba(31, 169, 229, 0.18);
}

.step-icon {
    font-size: 30px;
    color: var(--blue);
    margin-bottom: 14px;
}

.step h3 {
    margin: 0 0 8px;
    font-size: 1.05rem;
    color: var(--navy);
}

.step p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    max-width: 220px;
}

.step-offset-left {
    transform: translateY(-14px);
}

.step-offset-right {
    transform: translateY(-14px);
}

.step-bottom-left {
    justify-self: center;
}

.step-bottom-right {
    justify-self: center;
}

.how-btn {
    text-align: center;
    margin-top: 24px;
}

.about-section {
    background: #f7f7f7;
}

.about-grid {
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    gap: 42px;
    align-items: center;
}

.about-photo {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
    background: var(--white);
}

.about-photo img {
    width: 100%;
    min-height: 470px;
    object-fit: cover;
}

.callout-badge {
    position: absolute;
    left: 16px;
    bottom: 16px;
    background: linear-gradient(180deg, #22c6d6 0%, #22a6df 100%);
    color: var(--white);
    border-radius: 14px;
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    box-shadow: 0 12px 22px rgba(31, 169, 229, 0.24);
}

.about-copy h2 {
    font-size: clamp(2rem, 4vw, 2.9rem);
    color: var(--navy);
    font-weight: 800;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 18px;
    margin: 24px 0 28px;
}

.feature {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    align-items: start;
}

.feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: #e8f7fe;
    color: var(--blue);
    font-size: 18px;
}

.feature h4 {
    margin: 0 0 4px;
    color: var(--navy);
    font-size: 0.98rem;
}

.feature p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}

.service-area {
    position: relative;
    color: var(--white);
    background: linear-gradient(90deg, rgba(4, 32, 64, 0.78) 0%, rgba(4, 32, 64, 0.56) 42%, rgba(4, 32, 64, 0.28) 100%), url('https://opgservices.com.au/wp-content/uploads/OPG-Services-emergency-plumbing-1536x864.webp') center center / cover no-repeat;
}

.service-area::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08));
}

.service-area .container {
    position: relative;
    z-index: 1;
}

.service-area-card {
    max-width: 460px;
    background: rgba(7, 45, 86, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(5px);
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 16px 34px rgba(5, 33, 66, 0.22);
}

.service-area-card h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    color: var(--white);
    font-weight: 800;
}

.service-area-card p {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.9);
}

.faq-section {
    background: var(--white);
}

.faq-title {
    text-align: center;
    font-size: clamp(2rem, 4vw, 2.75rem);
    color: var(--navy);
    font-weight: 800;
    margin-bottom: 28px;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

details.faq-item {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(8, 47, 91, 0.05);
    align-self: start;
}

details.faq-item[open] {
    border-color: #b8dff3;
    box-shadow: 0 12px 28px rgba(8, 47, 91, 0.08);
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 20px;
    font-weight: 700;
    color: var(--navy);
    position: relative;
    padding-right: 56px;
    font-size: 14px;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #e8f7fe;
    color: var(--blue);
    font-size: 18px;
    font-weight: 700;
}

.faq-item[open] summary::after {
    content: '–';
}

.faq-answer {
    padding: 0 20px 18px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.map-wrap {
    margin-top: 34px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
    background: #dfe8ef;
}

.map-wrap iframe {
    width: 100%;
    height: 390px;
    border: 0;
    display: block;
}

@media (max-width: 1180px) {
    .service-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .offer-strip {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .hero {
        min-height: auto;
    }
    .hero-grid,
    .about-grid {
        grid-template-columns: 1fr;
    }
    .hero-grid {
        padding: 70px 0 150px 0;
    }
    .hero-visual {
        min-height: 60px;
    }
    .steps {
        grid-template-columns: repeat(2, 1fr);
        max-width: 760px;
    }
    .step-bottom-left,
    .step-bottom-right,
    .step-offset-left,
    .step-offset-right {
        grid-column: auto;
        justify-self: stretch;
        max-width: none;
        transform: none;
    }
    .faq-grid,
    .feature-grid,
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
    .cta-band-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .section {
        padding: 58px 0;
    }
    .hero-grid {
        padding: 54px 0 400px 0;
    }
    .hero-grid1 {
        padding: 54px 0 100px 0 !important;
    }
    .hero h1 {
        font-size: 2.55rem;
    }
    .offer-strip {
        grid-template-columns: 1fr;
    }
    .services {
        padding-top: 50px;
    }
    .service-grid,
    .steps,
    .faq-grid,
    .feature-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .step {
        min-height: 260px;
        max-width: 360px;
        margin: 0 auto;
    }
    .service-area-card,
    .hero-copy {
        max-width: none;
    }
    .cta_btn_orange,
    .cta_btn_blue,
    .learn-btn {
        width: 100%;
    }
    .faq-item summary {
        font-size: 13px;
    }
    .map-wrap iframe {
        height: 320px;
    }
    .cta-band-inner {
        padding: 24px 20px;
    }
}


/* Local Team Section */

.local-team-section {
    width: 100%;
}

.local-team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 420px;
}


/* LEFT SIDE */

.local-team-content {
    background: #072f59;
    color: #fff;
    padding: 80px 0 80px 370px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.local-team-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.local-team-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 18px;
    max-width: 420px;
}


/* RIGHT IMAGE */

.local-team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* RESPONSIVE */

@media (max-width:900px) {
    .local-team-grid {
        grid-template-columns: 1fr;
    }
    .local-team-content {
        padding: 50px 30px;
    }
    .local-team-content h2 {
        font-size: 30px;
    }
}


/* CONTACT SECTION */

.contact-section {
    padding: 80px 0;
    background: #f4f7fa;
}

.contact-wrapper {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 0;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}


/* LEFT PANEL */

.contact-info {
    background: #072f59;
    color: #fff;
    padding: 40px 30px;
}

.contact-info h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.contact-desc {
    font-size: 14px;
    margin-bottom: 25px;
    color: #cbd6e2;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.5;
}

.contact-list i {
    margin-right: 10px;
    color: #29b6f6;
}


/* FORM */

.contact-form {
    padding: 40px;
}

.contact-form h3 {
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.form-row {
    display: flex;
    gap: 10px;
}

.contact-form textarea {
    height: 120px;
    resize: none;
}

.contact-form button {
    width: 100%;
}


/* MAP */

.map-section {
    padding: 60px 0;
    background: #f4f7fa;
}

.map-container {
    max-width: 1200px;
    margin: auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.map-container iframe {
    width: 100%;
    height: 400px;
    border: 0;
}


/* RESPONSIVE */

@media(max-width:900px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
    }
    .form-row {
        flex-direction: column;
    }
}


/* OPG Service */