﻿
/* ============== Default Element Style ================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat",sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #4B4B4B;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Gantari",sans-serif;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #111;
}

h1, .h1 {
    font-size: 50px;
    font-weight: 800;
}

h2 {
    font-size: 42px;
    font-weight: 600;
}

h3 {
    font-size: 32px;
    font-weight: 600;
}

h4 {
    font-size: 28px;
    font-weight: 500;
}

h5 {
    font-size: 24px;
    font-weight: 600;
}

h6 {
    font-size: 18px;
    font-weight: 500;
}

p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #444;
}

a {
    color: #336699;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #03478a;
    }

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.padding-tb {
    padding: 80px 0;
}

.padding-top {
    padding-top: 80px;
}

.padding-bottom {
    padding-bottom: 80px;
}

.text-blue {
    color: #17313D;
}

.bg-green {
    background: #008B2F;
}

.bg-blue {
    background: #003A9E;
}

.bg-light-blue {
    background: #D8EFFF;
}

.btn-theme {
    background-color: #064cb5;
    color: #fff;
    padding: 12px 22px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    font-family: inherit;
    font-weight: 400;
    cursor: pointer;
    box-shadow: none;
    transition: background 0.2s;
}

    .btn-theme:hover, .btn-theme:focus {
        background-color: #053a8d;
        color: #fff;
        outline: none;
    }

.btn-theme-light {
    background-color: #e6f2ff;
    color: #333;
    padding: 8px 10px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    font-family: inherit;
    font-weight: 400;
    cursor: pointer;
    box-shadow: none;
    transition: background 0.2s,color 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

    .btn-theme-light:hover, .btn-theme-light:focus {
        background-color: #cce6ff;
        color: #064cb5;
        outline: none;
    }

/* Tablet (≤1024px) */
@media(max-width:1024px) {
    h1 {
        font-size: 54px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }
}

/* Mobile (≤768px) */
@media(max-width:768px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .banner-content p {
        font-size: 15px;
    }
}

.logo {
    max-height: 140px;
}

@media (max-width: 992px) {
    .navbar-toggler-icon {
        width: 20px;
        height: 20px;
    }

    .navbar-toggler {
        padding: 5px 8px;
    }

    .logo {
        max-height: 110px;
    }
}

@media (max-width: 768px) {
    .logo {
        width: 170px;
    }

    .header-hr {
        margin: 10px 0px 0px;
    }
}

@media (max-width: 480px) {
    .logo {
        width: 140px;
    }
}

@media (max-width: 992px) {
    .navbar-nav .nav-link {
        border-bottom: 1px solid #dbdbdb;
    }
}


#footer, .bootom-footer {
    background: #17313D;
}

#footer {
    padding-top: 100px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    color: #17313D;
    text-decoration: none;
    font-size: 1.2rem;
    transition: transform 0.2s;
    background-color: #fff;
}

    .social-icon:hover {
        transform: scale(1.1);
    }

.dropdown-item {
    border-bottom: 1px solid #008b2f;
    padding: 8px 15px !important;
}

.navbar-nav .dropdown-menu {
    border: 1px solid #008b2f;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #008b2f;
}

.nav-link {
    color: #2B2B2B !important;
}

    .nav-link:hover, .nav-link.active {
        color: #008b2f !important;
    }

    .nav-link.active {
        font-weight: 600;
    }
/* Google Translate */
#google_translate_element {
    position: absolute !important;
    left: -9999px !important;
    top: auto !important;
}

.translate-wrapper {
    position: relative;
    font-family: Arial, sans-serif;
}

.translate-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 28px;
    padding: 8px 14px;
    border: 1px solid #e6e6e6;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    cursor: pointer;
    font-size: 15px;
    color: #202124;
}

    .translate-btn img {
        width: 22px;
        height: 22px;
        display: block;
    }

.dots {
    margin-left: 6px;
    font-weight: 600;
}

.custom-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 220px;
    max-height: 300px;
    overflow: auto;
    background: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
    border-radius: 8px;
    z-index: 9999;
    display: none;
    padding: 6px 0;
}

    .custom-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .custom-menu li {
        padding: 8px 14px;
        cursor: pointer;
        white-space: nowrap;
    }

        .custom-menu li:hover {
            background: #f5f5f5;
        }

    .custom-menu .section-title {
        color: #666;
        font-size: 13px;
        padding: 8px 14px;
        font-weight: 600;
    }

.custom-divider {
    height: 1px;
    background: #eee;
    margin: 6px 0;
}

.header-hr {
    margin: 15px 0px;
    color: #abb8b8;
}

/*-------banner--------*/
#hm-banner {
    position: relative; /* needed for overlay */
    background: url(../images/pure-water-powered-by-innovation-innoflare.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    color: #fff; /* ensure text stays visible */
}

    #hm-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.2); /* black overlay with 60% opacity */
        z-index: 1;
    }

.hm-banner-content {
    max-width: 680px;
    position: relative; /* so it sits above overlay */
    z-index: 2;
}

@media (max-width:991px) {
    #hm-banner {
        padding: 60px 0;
        align-items: flex-start;
    }
}

#hm-banner h2 span {
    text-shadow: 2px 2px 4px rgb(255 255 255 / 30%);
}

#industries {
    position: relative;
    background: url("../images/industries-with-serve.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 80vh;
    display: flex;
    align-items: stretch; /* stretch children vertically */
    padding: 0;
    color: #fff;
    text-align: center;
}

    #industries .col-md-3 {
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        #industries .col-md-3:hover {
            background-color: rgba(0, 0, 0, 0.3);
        }

    #industries .row {
        height: 100%; /* make row fill parent */
    }

    #industries .col-md-3 {
        display: flex;
        flex-direction: column;
        justify-content: flex-end; /* push content to bottom */
        height: 100%; /* fill section height */
        border-right: 1px solid #fff;
    }


    #industries h6 {
        font-weight: 700;
        font-size: 46px;
        line-height: 100%;
        color: transparent; /* make fill transparent */
        -webkit-text-stroke: 2px #fff; /* white border */
        text-shadow: 2px 2px 6px rgba(0,0,0,0.8); /* shadow */
    }

.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#industries p {
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    color: #fff; /* keep visible */
    text-shadow: 2px 2px 6px rgba(0,0,0,0.8); /* shadow for visibility */
}

#industries .col-md-3:hover h6 {
    color: #008B2F;
    font-weight: 700;
}

#industries .col-md-3:hover h6, #industries .col-md-3:hover p {
    transform: translateY(-8px) scale(1.02);
}

@media (max-width:991px) {
    #industries p {
        font-size: 18px;
    }

    #industries .col-md-3 {
        height: unset;
        padding: 15px 10px !important;
    }
}

.text-green {
    color: #008B2F;
}

.btn-green, .btn-blue {
    background: #fff;
    border: 2px solid #008B2F;
    color: #008B2F !important;
    border-radius: 8px !important;
    min-width: 120px;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    display: block;
    width: fit-content;
    transition: all 0.3s ease-in-out;
}

.btn-green-full {
    background: #008B2F;
    color: #fff !important;
}

.btn-green:hover {
    background-color: #008B2F;
    color: #fff !important;
    box-shadow: 0 4px 10px rgba(0, 139, 47, 0.3);
}

.btn-green-full:hover {
    background: #fff;
    color: #008B2F !important;
}

.btn-green:focus, .btn-blue:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 139, 47, 0.4);
}

.btn-green.active {
    background-color: #008B2F !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 139, 47, 0.35);
}

.btn-blue {
    background: #17313D;
    border: 2px solid #17313D;
    color: #fff !important;
}

    .btn-blue:hover {
        background-color: #fff;
        color: #17313D !important;
        box-shadow: 0 4px 10px rgba(23, 49, 61, 0.3);
    }

    .btn-blue.active {
        background-color: #17313D !important;
        color: #fff !important;
        box-shadow: 0 4px 12px rgba(23, 49, 61, 0.35);
    }

#water-solutions .card, #water-solutions1 .card {
    border-radius: 36px;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

    #water-solutions .card:hover, #water-solutions1 .card:hover {
        transform: translateY(-8px) scale(1.02);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    }

/* Arrow Button */
.btn_arrow {
    border: 5px solid #ECEFEF;
    width: 70px;
    height: 70px;
    line-height: 56px;
    display: block;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    position: absolute;
    background: #fff;
    right: -9px;
    bottom: -10px;
    color: #008B2F;
    transition: all 0.3s ease-in-out;
}

    /* Arrow Animation */
    .btn_arrow i {
        display: inline-block;
        transform: rotate(-40deg);
        transition: transform 0.3s ease-in-out;
    }

/* Card hover → Arrow animates */
.card:hover .btn_arrow {
    background: #008B2F;
    color: #fff;
    border-color: #008B2F;
    box-shadow: 0 4px 12px rgba(0, 139, 47, 0.3);
}

    .card:hover .btn_arrow i {
        transform: rotate(0deg) scale(1.02);
    }

#water-solutions, #specifications, #guidelines {
    position: relative;
    background: url("../images/innovating-water-solutions-on-a-global-scale.png") no-repeat center center;
    background-size: cover;
}

#products-sw {
    position: relative;
    background: url("../images/innovating-water-solutions-on-a-global-scale-imgs.png") no-repeat center center;
    background-size: cover;
}

#performance-chart {
    background: url("../images/high-accurate-digital-display.png") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

#integrity .card {
    border: 1px solid #008B2F !important;
}

#free-water-treatment input {
    border: 1px solid #2B2B2B;
    background: #ECEFEF;
}

#contact {
    background: url("../images/sustainability-solutions-innoflare.png") no-repeat top center;
    background-size: cover;
    padding-top: 160px;
}

#new-horizons .left_bg {
    background: url("../images/high-performance-reverse-osmosis-system.jpg") no-repeat center left;
    background-size: cover;
}


input, select, textarea, .form-control {
    border: 1px solid #2B2B2B !important;
    border-radius: 6px !important;
    padding: 12px !important;
    transition: all 0.3s ease; /* smooth effect */
}

    input:hover, select:hover, textarea:hover,
    .form-control:hover,
    input:focus, select:focus, textarea:focus,
    .form-control:focus {
        border: 1px solid #008B2F !important;
        color: #008B2F !important;
        outline: none !important; /* remove default focus outline */
        font-weight: 600;
        box-shadow: unset;
    }

    input::placeholder,
    textarea::placeholder {
        color: #2B2B2B !important;
        opacity: 1; /* Ensures the color is fully applied in all browsers */
    }

#free-water-treatment {
    position: relative;
    /* how much horizontal space the image should occupy (adjust min / preferred / max) */
    --image-space: clamp(260px, 38vw, 640px);
    overflow: visible; /* ensure image can bleed */
}

    /* reserve room on the container so content never sits under the image */
    /*    #free-water-treatment > .container {
        padding-right: var(--image-space);
    }*/

    /* the bleed image — absolutely positioned to the right edge of the viewport */
    #free-water-treatment .free-water-image {
        position: absolute;
        top: 50%;
        right: 37px;
        transform: translateY(-50%);
        width: var(--image-space);
        max-width: 32%;
        pointer-events: none; /* decorative */
        z-index: 1;
    }

        #free-water-treatment .free-water-image img {
            display: block;
            width: 100%;
            height: auto;
        }

/* Mobile: stack image below content and remove the reserved right padding */
@media (max-width: 992px) {
    #free-water-treatment {
        --image-space: 0;
    }

        #free-water-treatment > .container {
            padding: 0;
        }

        #free-water-treatment .free-water-image {
            position: relative;
            transform: none;
            width: 100%;
            max-width: 100%;
            margin-top: 1rem;
            right: 0 !important;
            pointer-events: auto;
        }

            #free-water-treatment .free-water-image img {
                width: 50%;
                margin: auto;
                margin-top: 20px;
            }
}

@media (max-width: 500px) {
    #free-water-treatment .free-water-image img {
        width: 70%;
        margin: auto;
        margin-top: 20px;
    }
}

.pe_5 {
    padding-right: 80px;
}

@media (max-width: 992px) {
    .pe_5 {
        padding-right: 40px;
        padding-left: 40px;
    }

    #contact {
        background: url(../images/sustainability-solutions-innoflare.png) no-repeat top left;
        background-size: cover;
        padding-top: 10px;
    }
}

@media (max-width: 460px) {
    .pe_5 {
        padding-right: 20px;
        padding-left: 20px;
    }
}

#banner {
    background: #000;
}

    #banner img {
        min-height: 210px;
        object-fit: cover;
        object-position: right top;
        max-height: 320px;
    }

    #banner .banner-content {
        margin: auto;
        position: absolute;
        top: 26%;
        left: 0;
        right: 0;
        text-align: center;
        color: #fff;
    }

.br_0 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.bl_0 {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

#career-form .card {
    border: 1px solid #008B2F;
}

.border-green {
    border: 1px solid #008B2F;
    border-radius: 20px;
}

.specs-list {
    padding: 0;
    margin: 0;
}

.specs-item {
    display: grid;
    grid-template-columns: 28px 240px 1fr; /* icon | label (fixed) | value (fluid) */
    column-gap: 16px;
    align-items: start;
    padding: 6px 0;
    line-height: 1.4;
}

#guidelines .specs-item {
    grid-template-columns: 28px 340px 1fr;
}

.spec-icon {
    width: 20px;
    height: auto;
    margin-top: 4px;
}

/* Label column — keeps the label width fixed so all values align vertically */
.spec-label {
    display: block;
    font-weight: 500;
    color: #2b2b2b;
    /* white-space: nowrap;*/ /* prevents label wrapping; remove if label may wrap */
}

/* Values are strong only */
.spec-value strong {
    font-weight: 700;
    color: #0b3d2f; /* adjust to your design */
    display: inline-block;
}

.table {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    border-color: #17313D;
}

    .table thead th {
        background-color: #17313D;
        color: #fff;
        vertical-align: middle;
    }

    .table tbody tr td {
        background-color: #fff;
        color: #333;
        font-weight: 500;
    }

    .table td, .table th {
        padding: 1rem;
    }
/* Responsive: on small screens stack label & value vertically (icon left) */
@media (max-width: 767.98px) {
    .specs-item {
        grid-template-columns: 18px 1fr; /* icon + one stacked column */
        row-gap: 2px;
    }

    #guidelines .specs-item {
        grid-template-columns: 18px 1fr;
    }

    .spec-label {
        grid-column: 2;
        font-size: 15px;
    }

    .spec-value {
        grid-column: 2;
    }

    .table td, .table th {
        padding: 10px;
        font-size: 15px;
        white-space: nowrap;
    }
}

/* Submenu positioning */
/* Position submenu */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    /* Arrow (Font Awesome 4) */
    .dropdown-submenu > a::after,
    .dropdown-submenu > span::after {
        content: "\f105";
        font-family: "FontAwesome";
        float: right;
        margin-left: 8px;
        border: unset;
    }

/* Hover open on desktop */
@media (min-width: 992px) {
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}

/* Transition (optional, smoother toggle) */
.dropdown-submenu > .dropdown-menu {
    transition: all 0.25s ease;
}

.ul_list {
    list-style: disc;
    padding-left: 30px;
}

    .ul_list li, .ol_list li {
        margin-bottom: 10px;
        font-weight: 500;
        color: #2B2B2B;
        font-size: 18px;
    }

@media (max-width: 767.98px) {
    .ul_list li, .ol_list li {
        font-size: 16px;
    }
}


.technical-accordion {
    background-color: #082f3a !important; /* dark teal/blue tone */
    color: #fff !important;
    font-weight: 600;
    box-shadow: none !important;
    transition: all 0.3s ease-in-out;
}

    /* Hover / Active states */
    .technical-accordion:hover,
    .technical-accordion:not(.collapsed) {
        background: #17313D;
        color: #fff !important;
    }

/* Remove default borders */
.accordion-item {
    border: none !important;
    border-radius: 14px !important;
    border: 1px solid #17313D !important;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* Accordion body */
.accordion-body {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    padding: 1.25rem 1.5rem;
}





/* Remove dark arrow from Bootstrap */
.accordion-button::after {
    filter: brightness(0) invert(1);
}

/* Gap between accordion sections */
.accordion-item + .accordion-item {
    margin-top: 10px;
}

.accordion-button::after {
    display: none;
}

/* Remove default Bootstrap arrow */
.accordion-button::after {
    display: none;
}

/* Position the Font Awesome arrow to the right */
.accordion-arrow {
    margin-left: auto; /* pushes to far right */
    transition: transform 0.3s ease;
    font-size: 1.1rem; /* adjust size if needed */
    transform: rotate(40deg);
}

/* Rotate arrow when accordion is expanded */
.accordion-button:not(.collapsed) .accordion-arrow {
    transform: rotate(330deg); /* arrow points down */
}

.img_right {
    position: relative;
    left: -20px;
}

.rounded_2 {
    border-top-left-radius: 34px;
    border-bottom-left-radius: 34px;
}

@media (max-width:768px) {
    #new-horizons .left_bg {
        background: unset;
    }

    .img_right {
        position: unset;
        left: 0px;
    }

    .rounded_2 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    #new-horizons {
        background: url("../images/high-performance-reverse-osmosis-system.jpg") no-repeat center left;
        background-size: cover;
    }
}

#module-specifications {
    position: relative;
    background: url(../images/innovating-water-solutions-on-a-global-scale-11.png) no-repeat center center;
    background-size: cover;
    background-position: right;
}

.no_bg {
    background: unset !important;
}

.application_box {
    border: 1px solid #17313D;
    border-radius: 10px;
}

#integrity .card-body img {
    width: 80px !important;
    height: 80px;
}

#integrity .card-body .me-3 {
    flex-shrink: 0;
}

#header_txtSearch {
    border-radius: 0px !important;
}

/*About us page*/
.technical-accordion, .accordion-green {
    background-color: #008B2F !important;
}

.accordion-border {
    border: 1px solid #008B2F !important;
}

.bg-green-custom {
    background-color: #008B2F;
}

.partner-card {
    border: 1px solid #008B2F !important;
    border-radius: 15px;
}

.img-border {
    border-radius: 25px;
}

.accordion-blue {
    background-color: #17313D !important;
}

.our-core-values {
    position: relative;
    background: url(../images/innovating-water-solutions-on-a-global-scale.png) no-repeat center center;
    background-size: cover;
}

.hide-accordion {
    display: none;
    width: 0px;
}

.display-accordion {
    display: block;
    width: 70% !important;
}

.buss-rhs .item {
    width: 7.5%;
    float: left;
    background-color: #95a5a6;
    height: 425px;
    cursor: pointer;
    position: relative;
}

.buss-rhs .item-1 {
    background-color: #008B2F !important;
    transition: 0.3s ease-in-out;
}

    .buss-rhs .item-1:hover {
        background-color: #186331 !important;
    }

.buss-rhs .info {
    width: 0;
    float: left;
    background-color: #f0f0f0 !important;
    color: #222;
    height: 425px;
    display: none;
    position: relative;
}

.buss-rhs {
    margin: 0px auto;
    width: 100%;
    text-align: center;
    font-weight: bold;
    height: 425px;
    overflow: hidden;
    border-radius: 20px;
}

    .buss-rhs .item-2 {
        background-color: #17313D;
    }

        .buss-rhs .item-2:hover {
            background-color: #0f1f26;
        }

.item:hover .adtech-accordion-title i {
    transform: translateY(-6px);
    opacity: 0.7;
}


.buss-rhs .item h3 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(-90deg);
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    width: 555px;
    left: -235px;
    text-align: center;
    bottom: 190px;
}

.adtech-accordion-title i {
    font-size: 20px !important;
}

@media (max-width:1199px) and (min-width: 992px) {
    .buss-rhs .item h3.analytics-audit-accordion-title, .buss-rhs .item h3.adtech-accordion-title {
        left: -250px;
    }

    .buss-rhs .item h3 {
        left: -255px;
    }
}

@media (max-width: 768px) {
    #goal {
        text-align: center;
    }

        #goal .btn-blue {
            margin: auto;
        }

        #goal .nav-pills {
            justify-content: center !important;
        }

    .padding-tb {
        padding: 60px 0;
    }

    .padding-top {
        padding-top: 60px;
    }

    .padding-bottom {
        padding-bottom: 60px;
    }
}

@media (max-width: 992px) {
    .btn-green-full {
        margin: auto;
    }

    #hm-banner::before {
        background: rgba(0,0,0,0.6); /* black overlay with 60% opacity */
    }

    #hm-banner {
        background-attachment: unset;
    }

        #hm-banner h2 span {
            color: #fff;
        }

    #free-water-treatment .btn-blue {
        margin: auto;
    }

    #integrity .card-body img {
        width: 45px !important;
        height: 45px;
    }

    #integrity .card-body {
        padding: 8px !important;
    }
}

#searchModal .modal-dialog {
    height: 100vh; /* full viewport height */
}

@media (max-width: 460px) {
    .#banner img {
        min-height: 260px;
    }
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down .modal-content {
        height: unset;
    }
}

.head_bg_text_center {
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke: 3px #009846;
    font-size: 50px;
    margin-bottom: 1px;
    z-index: -1;
    opacity: 0.5 !important;
    letter-spacing: 3px;
    font-family: 'Roboto';
    paint-order: stroke fill;
}

.head_text {
    color: #17313D;
    font-size: 30px;
}

@media (max-width: 768px) {
    .head_bg_text_center {
        font-size: 30px;
        left: 0px;
        bottom: -8px;
    }

    .head_text {
        color: #17313D;
        font-size: 26px;
    }
}

h1.head_bg_text_center {
    opacity: 1 !important;
}

.theme-txt-size {
    font-size: 30px !important;
    margin-bottom: 12px !important;
}

.black-txt-size {
    font-size: 36px !important;
}

@media(max-width: 576px) {
    .black-txt-size {
        font-size: 24px !important;
    }
}

#water-solutions .owl-stage {
    margin-bottom: 35px !important;
    margin-top: 13px !important;
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item {
    display: flex;
}

.owl-carousel .item {
    display: flex;
    height: 100%;
}

.owl-carousel .card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.owl-carousel .card-body {
    flex: 1 1 auto;
}

.owl-carousel picture,
.owl-carousel img {
    display: block;
}

/*.owl-carousel img {
    height: 220px;
    object-fit: cover;
}*/

.owl-carousel .owl-item img {
    width: unset !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: unset !important;
}

@media(min-width: 992px) {

    #water-solutions .owl-prev {
        position: absolute;
        top: -78px;
        right: 57px;
    }

    #water-solutions .owl-next {
        position: absolute;
        top: -78px;
        right: 13px;
    }
}

.link-hover:hover {
    color: #008B2F !important;
}


#water-solutions1 .card-body {
    margin-bottom: 40px;
}

#water-solutions .card-body {
    margin-bottom: 40px;
}


.tabs-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Pills container */
.custom-tabs .nav {
    background: rgba(255,255,255,0.9);
    padding: 10px;
    border-radius: 60px;
    box-shadow: 0 16px 23px rgba(0,0,0,0.08), inset 0 0 0 3px rgba(0,0,0,0.05);
    justify-content: center;
    width: 660px;
    display: flex !important;
    margin: auto;
}

/* Tab items gap */
.custom-tabs .nav-item {
    margin: 0 6px;
}

/* Tab buttons */
.custom-tabs .nav-link {
    border-radius: 40px;
    padding: 10px 34px;
    font-weight: 500;
    letter-spacing: .3px;
    color: #444;
    background: transparent;
    border: none;
    position: relative;
    transition: all .35s ease;
    font-size: 22px !important;
}

    /* Hover effect */
    .custom-tabs .nav-link:hover {
        color: #0d6efd;
        background: rgba(13,110,253,.08);
    }

    /* Active tab premium look */
    .custom-tabs .nav-link.active {
        background: #008B2F;
        color: #fff !important;
        box-shadow: 0 6px 15px rgba(13,110,253,.35);
    }

/* Content area */
.custom-tabs .tab-content {
    padding: 25px;
    background: white;
    border-radius: 18px;
    /*    box-shadow: 0 12px 28px rgba(0,0,0,0.05);
*/
}

@media(max-width: 768px) {
    .custom-tabs .nav-link {
        font-size: 17px !important;
    }

    .custom-tabs .nav {
        width: 100% !important;
    }
}
