
/* STP submenu default me hidden rahe */
.stp-dropdown {
    display: none !important;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 250px;
}

/* Hover karne par open */
.dropdown-submenu:hover > .stp-dropdown {
    display: block !important;
}

/* Arrow */
.stp-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.submenu-arrow {
    font-size: 12px;
    margin-left: 10px;
}







/* =========================================
   V9 PRODUCTS SECTION
========================================= */

.v9-products-section {
    padding: 95px 0;

    background: #f7fafc;
}


/* =========================================
   HEADER
========================================= */

.v9-products-header {
    text-align: center;

    max-width: 800px;

    margin: 0 auto 55px;
}


.v9-products-label {
    display: inline-block;

    margin-bottom: 12px;

    color: #0b76a8;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2.5px;
}


.v9-products-title {
    margin: 0;

    color: #173b50;

    font-size: 44px;

    line-height: 1.2;

    font-weight: 700;
}


.v9-products-title span {
    color: #0b76a8;
}


.v9-products-line {
    width: 60px;

    height: 3px;

    margin: 20px auto;

    background: #0b76a8;

    border-radius: 20px;
}


.v9-products-intro {
    margin: 0;

    color: #718089;

    font-size: 13px;

    font-weight: 500;

    letter-spacing: .5px;
}


/* =========================================
   PRODUCT CARD
========================================= */

.v9-product-card {
    position: relative;

    height: 100%;

    padding: 32px;

    background: #ffffff;

    border: 1px solid #e2eaee;

    border-radius: 14px;

    overflow: hidden;

    transition: all .35s ease;
}


.v9-product-card:hover {
    transform: translateY(-5px);

    border-color: #0b76a8;

    box-shadow: 0 18px 45px rgba(20, 70, 95, .10);
}


/* =========================================
   PRODUCT NUMBER
========================================= */

.v9-product-number {
    position: absolute;

    top: 18px;

    right: 22px;

    color: #dce8ed;

    font-size: 38px;

    line-height: 1;

    font-weight: 800;
}


.v9-product-content {
    position: relative;

    z-index: 2;
}


/* =========================================
   CATEGORY
========================================= */

.v9-product-category {
    display: block;

    margin-bottom: 10px;

    color: #0b76a8;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.8px;
}


/* =========================================
   TITLE
========================================= */

.v9-product-card h3 {
    max-width: 85%;

    margin: 0 0 13px;

    color: #173b50;

    font-size: 23px;

    line-height: 1.3;

    font-weight: 700;
}


.v9-product-card h3 small {
    color: #6c7c84;

    font-size: 15px;

    font-weight: 600;
}


/* =========================================
   DESCRIPTION
========================================= */

.v9-product-card p {
    margin: 0;

    color: #63727a;

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   STP OPTIONS
========================================= */

.v9-product-options {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 10px;

    margin-top: 25px;
}


.v9-product-options a {
    display: flex;

    flex-direction: column;

    justify-content: center;

    min-height: 85px;

    padding: 13px;

    color: #173b50;

    background: #f5f9fb;

    border: 1px solid #e4edf1;

    border-radius: 9px;

    text-decoration: none;

    transition: all .3s ease;
}


.v9-product-options a:hover {
    color: #ffffff;

    background: #0b76a8;

    border-color: #0b76a8;
}


.v9-product-options span {
    margin-bottom: 5px;

    color: #0b76a8;

    font-size: 15px;

    font-weight: 800;
}


.v9-product-options a:hover span {
    color: #ffffff;
}


.v9-product-options b {
    color: #6d7c83;

    font-size: 13px;

    line-height: 1.4;

    font-weight: 500;
}


.v9-product-options a:hover b {
    color: #ffffff;
}


.v9-product-options i {
    margin-top: 7px;

    color: #9baab0;

    font-size: 10px;
}


.v9-product-options a:hover i {
    color: #ffffff;
}


/* =========================================
   PRODUCT LINK
========================================= */

.v9-product-link {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-top: 22px;

    color: #0b76a8;

    font-size: 15px;

    font-weight: 700;

    text-decoration: none;

    letter-spacing: .3px;

    transition: all .3s ease;
}


.v9-product-link i {
    transition: transform .3s ease;
}


.v9-product-link:hover {
    color: #173b50;
}


.v9-product-link:hover i {
    transform: translateX(5px);
}


/* =========================================
   SMALL PRODUCT CARDS
========================================= */




/* =========================================
   BOTTOM
========================================= */

.v9-products-bottom {
    display: flex;

    align-items: center;

    gap: 25px;

    margin-top: 55px;
}


.v9-products-bottom-line {
    flex: 1;

    height: 1px;

    background: #d5e0e5;
}


.v9-products-bottom p {
    margin: 0;

    white-space: nowrap;

    color: #173b50;

    font-size: 14px;

    font-weight: 700;
}


.v9-products-bottom p span {
    color: #0b76a8;
}


.v9-products-bottom b {
    margin: 0 8px;

    color: #aab8bd;

    font-weight: 400;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

    .v9-products-section {
        padding: 75px 0;
    }


    .v9-products-title {
        font-size: 38px;
    }


    .v9-product-options {
        grid-template-columns: repeat(3, 1fr);
    }


    .v9-products-bottom {
        gap: 15px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767.98px) {

    .v9-products-section {
        padding: 55px 0;
    }


    .v9-products-header {
        margin-bottom: 35px;
    }


    .v9-products-label {
        font-size: 9px;

        letter-spacing: 2px;
    }


    .v9-products-title {
        font-size: 29px;
    }


    .v9-products-intro {
        font-size: 11px;

        line-height: 1.7;
    }


    .v9-product-card {
        padding: 25px;

        border-radius: 11px;
    }


    .v9-product-number {
        top: 15px;

        right: 17px;

        font-size: 30px;
    }


    .v9-product-card h3 {
        font-size: 21px;
    }


    .v9-product-card p {
        font-size: 12px;

        line-height: 1.8;
    }


    .v9-product-options {
        grid-template-columns: 1fr;

        gap: 8px;
    }


    .v9-product-options a {
        min-height: auto;

        padding: 12px;

        flex-direction: row;

        align-items: center;

        gap: 10px;
    }


    .v9-product-options span {
        margin: 0;

        min-width: 40px;
    }


    .v9-product-options b {
        flex: 1;
    }


    .v9-product-options i {
        margin: 0;
    }


    .v9-product-small {
        min-height: auto;
    }


    .v9-products-bottom {
        flex-direction: column;

        gap: 12px;

        margin-top: 35px;
    }


    .v9-products-bottom-line {
        width: 100%;

        flex: none;
    }


    .v9-products-bottom p {
        white-space: normal;

        text-align: center;

        font-size: 13px;

        line-height: 1.8;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .v9-products-title {
        font-size: 26px;
    }


    .v9-product-card {
        padding: 22px;
    }


    .v9-product-card h3 {
        font-size: 19px;
    }


    .v9-product-category {
        font-size: 8px;
    }

}




/* =========================================
   V10 SBR PRODUCT DETAIL
========================================= */

.v10-sbr-section {
    padding: 90px 0;

    background: #ffffff;

    color: #173b50;
}


/* =========================================
   HERO
========================================= */

.v10-sbr-hero {
    margin-bottom: 90px;
}


/* IMAGE */

.v10-sbr-image {
    position: relative;

    overflow: hidden;

    min-height: 470px;

    border-radius: 16px;

    background: #eaf3f7;

    box-shadow: 0 20px 55px rgba(20, 70, 95, .12);
}


.v10-sbr-image img {
    width: 100%;

    height: 470px;

    object-fit: cover;

    display: block;
}


.v10-sbr-image-label {
    position: absolute;

    left: 22px;

    bottom: 22px;

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 12px 18px;

    color: #ffffff;

    background: rgba(23, 59, 80, .92);

    border-radius: 8px;

    backdrop-filter: blur(8px);
}


.v10-sbr-image-label span {
    color: #ffffff;

    font-size: 19px;

    font-weight: 800;
}


.v10-sbr-image-label small {
    padding-left: 12px;

    border-left: 1px solid rgba(255,255,255,.35);

    font-size: 9px;

    letter-spacing: 1.4px;
}


/* INTRO */

.v10-sbr-label {
    display: inline-block;

    margin-bottom: 12px;

    color: #0b76a8;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2.5px;
}


.v10-sbr-intro h1 {
    margin: 0;

    color: #173b50;

    font-size: 45px;

    line-height: 1.2;

    font-weight: 700;
}


.v10-sbr-line {
    width: 60px;

    height: 3px;

    margin: 22px 0;

    background: #0b76a8;

    border-radius: 20px;
}


.v10-sbr-intro p {
    margin: 0 0 18px;

    color: #5f7078;

    font-size: 14px;

    line-height: 1.9;
}


.v10-sbr-intro p:last-child {
    margin-bottom: 0;
}


/* =========================================
   SECTION HEADING
========================================= */

.v10-sbr-section-heading {
    max-width: 850px;

    margin: 0 auto 45px;

    text-align: center;
}


.v10-sbr-section-heading > span {
    display: inline-block;

    margin-bottom: 10px;

    color: #0b76a8;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2.5px;
}


.v10-sbr-section-heading h2 {
    margin: 0;

    color: #173b50;

    font-size: 35px;

    line-height: 1.3;

    font-weight: 700;
}


.v10-sbr-section-heading h2 strong {
    color: #0b76a8;
}


.v10-sbr-section-heading p {
    max-width: 650px;

    margin: 14px auto 0;

    color: #718089;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================
   SBR PROCESS
========================================= */

.v10-sbr-process {
    position: relative;

    max-width: 950px;

    margin: 0 auto 90px;
}


.v10-sbr-process::before {
    content: "";

    position: absolute;

    top: 0;

    bottom: 0;

    left: 31px;

    width: 1px;

    background: #dce7ec;
}


.v10-sbr-step {
    position: relative;

    display: flex;

    gap: 30px;

    padding-bottom: 35px;
}


.v10-sbr-step:last-child {
    padding-bottom: 0;
}


.v10-sbr-step-number {
    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    justify-content: center;

    flex: 0 0 63px;

    width: 63px;

    height: 63px;

    color: #ffffff;

    background: #0b76a8;

    border: 7px solid #ffffff;

    border-radius: 50%;

    box-shadow: 0 0 0 1px #dce7ec;

    font-size: 11px;

    font-weight: 800;
}


.v10-sbr-step-content {
    flex: 1;

    padding: 3px 0 0;
}


.v10-sbr-step-content h3 {
    margin: 0 0 12px;

    color: #173b50;

    font-size: 22px;

    font-weight: 700;
}


.v10-sbr-step-content p {
    margin: 0 0 12px;

    color: #61727a;

    font-size: 13px;

    line-height: 1.85;
}


.v10-sbr-step-content p:last-child {
    margin-bottom: 0;
}


/* =========================================
   PROCESS FLOW
========================================= */

.v10-sbr-flow-section {
    margin-bottom: 90px;

    padding: 50px 40px;

    background: #f6fafc;

    border: 1px solid #e1eaee;

    border-radius: 15px;
}


.v10-sbr-flow {
    display: flex;

    align-items: center;

    gap: 9px;

    overflow-x: auto;

    padding: 10px 3px 20px;

    scrollbar-width: thin;
}


.v10-sbr-flow-item {
    flex: 0 0 auto;

    min-width: 135px;

    padding: 13px 14px;

    color: #52656e;

    background: #ffffff;

    border: 1px solid #dfe9ed;

    border-radius: 7px;

    text-align: center;

    font-size: 10px;

    line-height: 1.45;

    font-weight: 600;
}


.v10-sbr-flow-highlight {
    color: #ffffff;

    background: #0b76a8;

    border-color: #0b76a8;
}


.v10-sbr-flow > i {
    flex: 0 0 auto;

    color: #91a4ad;

    font-size: 10px;
}


.v10-sbr-sludge-note {
    display: flex;

    align-items: flex-start;

    gap: 12px;

    margin-top: 25px;

    padding: 15px 18px;

    background: #ffffff;

    border-left: 3px solid #0b76a8;

    border-radius: 5px;
}


.v10-sbr-sludge-note i {
    margin-top: 4px;

    color: #0b76a8;

    font-size: 13px;
}


.v10-sbr-sludge-note p {
    margin: 0;

    color: #64747c;

    font-size: 11px;

    line-height: 1.7;
}


/* =========================================
   BENEFITS
========================================= */

.v10-sbr-benefits-section {
    margin-bottom: 90px;
}


.v10-sbr-benefit {
    display: flex;

    height: 100%;

    gap: 15px;

    padding: 23px;

    background: #ffffff;

    border: 1px solid #e1e9ed;

    border-radius: 10px;

    transition: all .3s ease;
}


.v10-sbr-benefit:hover {
    transform: translateY(-4px);

    border-color: #0b76a8;

    box-shadow: 0 14px 35px rgba(20, 70, 95, .08);
}


.v10-sbr-benefit > span {
    display: flex;

    align-items: center;

    justify-content: center;

    flex: 0 0 32px;

    width: 32px;

    height: 32px;

    color: #0b76a8;

    background: #eef7fb;

    border-radius: 50%;

    font-size: 9px;

    font-weight: 800;
}


.v10-sbr-benefit h3 {
    margin: 2px 0 8px;

    color: #173b50;

    font-size: 16px;

    line-height: 1.4;

    font-weight: 700;
}


.v10-sbr-benefit p {
    margin: 0;

    color: #697981;

    font-size: 11.5px;

    line-height: 1.75;
}


/* =========================================
   REUSE
========================================= */

.v10-sbr-reuse {
    display: flex;

    align-items: center;

    gap: 40px;

    margin-bottom: 80px;

    padding: 30px 35px;

    background: #173b50;

    border-radius: 12px;
}


.v10-sbr-reuse-title {
    display: flex;

    align-items: center;

    gap: 15px;

    min-width: 300px;
}


.v10-sbr-reuse-title > span {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 43px;

    height: 43px;

    color: #ffffff;

    background: #0b76a8;

    border-radius: 50%;

    font-size: 10px;

    font-weight: 800;
}


.v10-sbr-reuse-title small {
    display: block;

    margin-bottom: 5px;

    color: #8faab7;

    font-size: 8px;

    letter-spacing: 1.7px;

    font-weight: 700;
}


.v10-sbr-reuse-title h3 {
    margin: 0;

    color: #ffffff;

    font-size: 18px;

    font-weight: 700;
}


.v10-sbr-reuse-list {
    display: flex;

    flex-wrap: wrap;

    gap: 8px;
}


.v10-sbr-reuse-list span {
    padding: 8px 12px;

    color: #dceaf0;

    background: rgba(255,255,255,.07);

    border: 1px solid rgba(255,255,255,.12);

    border-radius: 5px;

    font-size: 10px;
}


/* =========================================
   APPLICATIONS
========================================= */

.v10-sbr-applications {
    margin-bottom: 75px;
}


.v10-sbr-application-list {
    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    gap: 10px;

    max-width: 950px;

    margin: 0 auto;
}


.v10-sbr-application-list span {
    padding: 11px 17px;

    color: #53656d;

    background: #f6fafc;

    border: 1px solid #dfe9ed;

    border-radius: 6px;

    font-size: 11px;

    font-weight: 600;

    transition: all .3s ease;
}


.v10-sbr-application-list span:hover {
    color: #ffffff;

    background: #0b76a8;

    border-color: #0b76a8;
}


/* =========================================
   FINAL
========================================= */

.v10-sbr-final {
    display: flex;

    align-items: center;

    gap: 25px;
}


.v10-sbr-final-line {
    flex: 1;

    height: 1px;

    background: #d7e2e7;
}


.v10-sbr-final h3 {
    margin: 0;

    color: #173b50;

    white-space: nowrap;

    font-size: 16px;

    font-weight: 700;
}


.v10-sbr-final h3 span {
    margin: 0 8px;

    color: #0b76a8;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

    .v10-sbr-section {
        padding: 70px 0;
    }


    .v10-sbr-hero {
        margin-bottom: 70px;
    }


    .v10-sbr-image,
    .v10-sbr-image img {
        min-height: 400px;

        height: 400px;
    }


    .v10-sbr-intro h1 {
        font-size: 38px;
    }


    .v10-sbr-reuse {
        align-items: flex-start;

        flex-direction: column;

        gap: 25px;
    }


    .v10-sbr-reuse-title {
        min-width: 0;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767.98px) {

    .v10-sbr-section {
        padding: 55px 0;
    }


    .v10-sbr-hero {
        margin-bottom: 60px;
    }


    .v10-sbr-image,
    .v10-sbr-image img {
        min-height: 300px;

        height: 300px;
    }


    .v10-sbr-image-label {
        left: 15px;

        bottom: 15px;

        padding: 9px 13px;
    }


    .v10-sbr-image-label span {
        font-size: 16px;
    }


    .v10-sbr-image-label small {
        font-size: 7px;

        padding-left: 8px;
    }


    .v10-sbr-label {
        font-size: 9px;

        letter-spacing: 2px;
    }


    .v10-sbr-intro h1 {
        font-size: 30px;

        line-height: 1.25;
    }


    .v10-sbr-intro p {
        font-size: 13px;

        line-height: 1.8;
    }


    .v10-sbr-section-heading {
        margin-bottom: 32px;
    }


    .v10-sbr-section-heading h2 {
        font-size: 27px;
    }


    .v10-sbr-section-heading p {
        font-size: 12px;
    }


    /* PROCESS */

    .v10-sbr-process {
        margin-bottom: 65px;
    }


    .v10-sbr-process::before {
        left: 25px;
    }


    .v10-sbr-step {
        gap: 17px;

        padding-bottom: 28px;
    }


    .v10-sbr-step-number {
        flex: 0 0 50px;

        width: 50px;

        height: 50px;

        border-width: 5px;

        font-size: 9px;
    }


    .v10-sbr-step-content h3 {
        font-size: 18px;
    }


    .v10-sbr-step-content p {
        font-size: 12px;

        line-height: 1.8;
    }


    /* FLOW */

    .v10-sbr-flow-section {
        margin-bottom: 65px;

        padding: 30px 18px;
    }


    .v10-sbr-flow {
        justify-content: flex-start;

        padding-bottom: 15px;
    }


    .v10-sbr-flow-item {
        min-width: 125px;

        font-size: 9px;
    }


    /* BENEFITS */

    .v10-sbr-benefits-section {
        margin-bottom: 65px;
    }


    .v10-sbr-benefit {
        padding: 20px;
    }


    /* REUSE */

    .v10-sbr-reuse {
        margin-bottom: 60px;

        padding: 25px 20px;
    }


    .v10-sbr-reuse-title h3 {
        font-size: 16px;
    }


    .v10-sbr-reuse-list span {
        font-size: 9px;

        padding: 7px 10px;
    }


    /* APPLICATIONS */

    .v10-sbr-applications {
        margin-bottom: 55px;
    }


    .v10-sbr-application-list {
        gap: 7px;
    }


    .v10-sbr-application-list span {
        padding: 9px 11px;

        font-size: 9px;
    }


    /* FINAL */

    .v10-sbr-final {
        flex-direction: column;

        gap: 12px;
    }


    .v10-sbr-final-line {
        width: 100%;

        flex: none;
    }


    .v10-sbr-final h3 {
        white-space: normal;

        text-align: center;

        font-size: 14px;

        line-height: 1.8;
    }

}



/* =========================================
   V11 - MBR COMPARISON
========================================= */

.v11-mbr-comparison {
    margin-bottom: 80px;
}


.v11-mbr-compare-card {
    height: 100%;

    padding: 30px;

    background: #f7fafb;

    border: 1px solid #dfe8ec;

    border-radius: 12px;

    transition: all .3s ease;
}


.v11-mbr-compare-card:hover {
    transform: translateY(-4px);

    box-shadow: 0 15px 35px rgba(20, 70, 95, .08);
}


.v11-mbr-compare-active {
    background: #173b50;

    border-color: #173b50;

    box-shadow: 0 15px 35px rgba(20, 70, 95, .12);
}


.v11-mbr-compare-head {
    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 20px;
}


.v11-mbr-compare-head span {
    display: flex;

    align-items: center;

    justify-content: center;

    flex: 0 0 40px;

    width: 40px;

    height: 40px;

    color: #0b76a8;

    background: #eaf5fa;

    border-radius: 50%;

    font-size: 10px;

    font-weight: 800;
}


.v11-mbr-compare-active .v11-mbr-compare-head span {
    color: #ffffff;

    background: #0b76a8;
}


.v11-mbr-compare-head h3 {
    margin: 0;

    color: #173b50;

    font-size: 20px;

    line-height: 1.4;

    font-weight: 700;
}


.v11-mbr-compare-active .v11-mbr-compare-head h3 {
    color: #ffffff;
}


.v11-mbr-compare-card > p {
    margin-bottom: 20px;

    color: #64767e;

    font-size: 12px;

    line-height: 1.8;
}


.v11-mbr-compare-active > p {
    color: #c4d6de;
}


.v11-mbr-compare-card ul {
    margin: 0;

    padding: 0;

    list-style: none;
}


.v11-mbr-compare-card li {
    position: relative;

    margin-bottom: 11px;

    padding-left: 22px;

    color: #52656d;

    font-size: 11px;

    line-height: 1.6;
}


.v11-mbr-compare-active li {
    color: #d4e3e9;
}


.v11-mbr-compare-card li::before {
    content: "\f00c";

    position: absolute;

    left: 0;

    top: 2px;

    color: #0b76a8;

    font-family: "Font Awesome 6 Free";

    font-size: 10px;

    font-weight: 900;
}


.v11-mbr-comparison-note {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-top: 25px;

    padding: 18px 22px;

    background: #eef7fb;

    border-left: 3px solid #0b76a8;

    border-radius: 6px;
}


.v11-mbr-comparison-note i {
    color: #0b76a8;

    font-size: 15px;
}


.v11-mbr-comparison-note p {
    margin: 0;

    color: #526871;

    font-size: 12px;

    line-height: 1.7;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767.98px) {

    .v11-mbr-comparison {
        margin-bottom: 60px;
    }


    .v11-mbr-compare-card {
        padding: 23px;
    }


    .v11-mbr-compare-head h3 {
        font-size: 17px;
    }


    .v11-mbr-compare-card > p {
        font-size: 11px;
    }


    .v11-mbr-comparison-note {
        align-items: flex-start;

        padding: 15px 16px;
    }


    .v11-mbr-comparison-note p {
        font-size: 11px;
    }

}




/* =========================================
   V12 - ETP
========================================= */

.v12-etp-principles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 80px;
}

.v12-etp-principle {
    position: relative;
    padding: 25px;
    background: #f7fafb;
    border: 1px solid #e1e9ed;
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s ease;
}

.v12-etp-principle:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(20, 70, 95, .08);
}

.v12-etp-principle > span {
    display: block;
    margin-bottom: 14px;
    color: #0b76a8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
}

.v12-etp-principle strong {
    display: block;
    margin-bottom: 8px;
    color: #173b50;
    font-size: 16px;
    font-weight: 700;
}

.v12-etp-principle small {
    display: block;
    color: #687980;
    font-size: 11px;
    line-height: 1.7;
}


/* =========================================
   MINI TECHNOLOGY TAGS
========================================= */

.v10-sbr-mini-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 10px 0 14px;
}

.v10-sbr-mini-tags span {
    display: inline-flex;
    align-items: center;
    padding: 5px 9px;
    background: #edf6fa;
    border-radius: 4px;
    color: #0b76a8;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .4px;
}


/* =========================================
   SLUDGE MANAGEMENT
========================================= */

.v12-etp-sludge {
    margin-bottom: 80px;
}

.v12-etp-sludge-note {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    padding: 16px 20px;
    background: #f5f9fa;
    border-left: 3px solid #0b76a8;
    border-radius: 5px;
}

.v12-etp-sludge-note i {
    color: #0b76a8;
    font-size: 14px;
}

.v12-etp-sludge-note p {
    margin: 0;
    color: #5f7078;
    font-size: 11px;
    line-height: 1.7;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 991.98px) {

    .v12-etp-principles {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 575.98px) {

    .v12-etp-principles {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 55px;
    }

    .v12-etp-principle {
        padding: 20px;
    }

    .v12-etp-principle strong {
        font-size: 15px;
    }

    .v12-etp-principle small {
        font-size: 10px;
    }

    .v12-etp-sludge {
        margin-bottom: 55px;
    }

    .v12-etp-sludge-note {
        align-items: flex-start;
        padding: 14px 15px;
    }

}














/* ==========================================
   OUR SOLUTIONS
========================================== */

.solutions-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0 110px;
    background:
        radial-gradient(circle at 15% 20%, rgba(25, 143, 218, 0.07), transparent 28%),
        radial-gradient(circle at 85% 70%, rgba(0, 155, 190, 0.06), transparent 30%),
        #f8fbfd;
}


/* ==========================================
   HEADING
========================================== */

.solutions-heading {
    margin-bottom: 42px;
}

.solutions-heading h2 {
    margin: 0;
    font-size: 48px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1px;
    color: #101010;
}

.solutions-heading h2 span {
    color: #164fa5;
}

.heading-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.heading-divider span {
    width: 185px;
    height: 1px;
    background: #222;
    display: block;
}

.heading-divider i {
    color: #075dc7;
    font-size: 20px;
}


/* ==========================================
   COMMON CARD
========================================== */

.solution-card,
.services-card {
    position: relative;
    height: 100%;
    min-height: 395px;
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.04);

    box-shadow:
        0 12px 35px rgba(23, 68, 105, 0.08),
        0 2px 8px rgba(23, 68, 105, 0.04);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.solution-card:hover,
.services-card:hover {
    transform: translateY(-7px);

    box-shadow:
        0 22px 50px rgba(23, 68, 105, 0.15),
        0 5px 15px rgba(23, 68, 105, 0.07);
}


/* ==========================================
   ICON
========================================== */

.solution-icon {
    width: 82px;
    height: 82px;

    margin: 18px auto 9px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;

    font-size: 34px;

    position: relative;
    z-index: 3;

    border: 4px solid rgba(255, 255, 255, 0.8);

    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.12);
}

.solution-icon::after {
    content: "";
    position: absolute;
    inset: 7px;

    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}


/* ==========================================
   CARD COLORS
========================================== */

.solution-blue .solution-icon {
    background: linear-gradient(145deg, #167ac6, #1453a2);
}

.solution-teal .solution-icon {
    background: linear-gradient(145deg, #27aeb4, #16838e);
}

.solution-green .solution-icon {
    background: linear-gradient(145deg, #4ca957, #2c8739);
}

.solution-purple .solution-icon {
    background: linear-gradient(145deg, #5634a3, #38227f);
}


/* ==========================================
   RO ICON
========================================== */

.ro-icon {
    width: 62px;
    height: 62px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;

    font-size: 20px;
    font-weight: 800;

    position: relative;
}

.ro-icon::after {
    content: "";
    position: absolute;

    width: 34px;
    height: 4px;

    bottom: 12px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.8);
}


/* ==========================================
   CARD CONTENT
========================================== */

.solution-card h3 {
    position: relative;
    z-index: 2;

    text-align: center;

    margin: 0 15px;

    font-size: 21px;
    line-height: 1.25;

    font-weight: 700;
}

.solution-blue h3 {
    color: #124287;
}

.solution-teal h3 {
    color: #128b96;
}

.solution-green h3 {
    color: #368a3f;
}

.solution-purple h3 {
    color: #4c3293;
}


/* ==========================================
   SMALL LINE
========================================== */

.card-line {
    width: 48px;
    height: 3px;

    margin: 10px auto 11px;

    border-radius: 20px;

    position: relative;
    z-index: 3;
}

.solution-blue .card-line {
    background: #1458a8;
}

.solution-teal .card-line {
    background: #1599a2;
}

.solution-green .card-line {
    background: #399443;
}

.solution-purple .card-line {
    background: #4b3290;
}


/* ==========================================
   DESCRIPTION
========================================== */

.solution-card p {
    position: relative;
    z-index: 3;

    max-width: 320px;

    min-height: 70px;

    margin: 0 auto;

    padding: 0 15px;

    text-align: center;

    color: #1f2630;

    font-size: 15px;
    line-height: 1.55;
}


/* ==========================================
   IMAGE AREA
========================================== */

.solution-img {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 145px;

    overflow: hidden;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0),
            rgba(215,235,246,0.35)
        );
}


/*
   Replace .img-placeholder with your actual
   image/background later.
*/

.img-placeholder {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 72px;

    opacity: 0.16;

    color: #1674ae;

    background:
        linear-gradient(
            135deg,
            #dceef7,
            #f9fcff
        );
}


/* ==========================================
   WATER WAVE
========================================== */

.water-wave {
    position: absolute;

    left: -10%;
    bottom: -30px;

    width: 120%;
    height: 70px;

    border-radius: 50% 50% 0 0;

    transform: rotate(-2deg);

    opacity: 0.9;

    background: linear-gradient(
        180deg,
        rgba(38, 151, 218, 0.85),
        rgba(13, 91, 174, 0.95)
    );
}

.solution-teal .water-wave {
    background: linear-gradient(
        180deg,
        rgba(28, 178, 183, 0.85),
        rgba(12, 139, 153, 0.95)
    );
}

.solution-green .water-wave {
    background: linear-gradient(
        180deg,
        rgba(85, 179, 79, 0.8),
        rgba(39, 133, 53, 0.95)
    );
}

.solution-purple .water-wave {
    background: linear-gradient(
        180deg,
        rgba(105, 77, 190, 0.85),
        rgba(66, 39, 145, 0.95)
    );
}


/* ==========================================
   SERVICES CARD
========================================== */

.services-card {
    min-height: 395px;

    padding: 27px 25px 0;

    background:
        radial-gradient(
            circle at 20% 10%,
            rgba(255,255,255,0.13),
            transparent 25%
        ),
        linear-gradient(
            150deg,
            #164f89,
            #073e75
        );

    color: #ffffff;
}


/* ==========================================
   SERVICES ICON
========================================== */

.services-icon {
    width: 76px;
    height: 76px;

    margin: 0 auto 17px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    color: #164d85;

    font-size: 32px;

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.2);
}

.services-card h3 {
    margin: 0;

    text-align: center;

    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0.3px;
}

.services-line {
    width: 48px;
    height: 3px;

    margin: 12px auto 18px;

    background: #ffffff;
    border-radius: 20px;
}


/* ==========================================
   SERVICES LIST
========================================== */

.services-list {
    position: relative;
    z-index: 5;

    display: flex;
    flex-wrap: wrap;

    justify-content: center;
    align-items: center;

    gap: 4px 7px;

    text-align: center;

    font-size: 14px;
    line-height: 1.7;
}

.services-list span {
    color: #ffffff;
}

.services-list b {
    font-weight: 400;
    opacity: 0.55;
}


/* ==========================================
   SERVICE WATER BOTTOM
========================================== */

.services-water {
    position: absolute;

    left: -5%;
    bottom: -25px;

    width: 110%;
    height: 105px;

    overflow: hidden;

    transform: rotate(-3deg);

    background:
        linear-gradient(
            180deg,
            rgba(34, 130, 207, 0.8),
            rgba(0, 68, 139, 0.95)
        );

    border-radius: 50% 50% 0 0;
}

.services-water::before {
    content: "";

    position: absolute;

    left: -5%;
    top: 12px;

    width: 110%;
    height: 35px;

    border-radius: 50%;

    border-top: 3px solid rgba(255,255,255,0.45);
}

.services-water span {
    position: absolute;

    bottom: 15px;

    width: 5px;
    height: 5px;

    border-radius: 50%;

    background: rgba(255,255,255,0.7);

    animation: waterBubble 3s infinite ease-in-out;
}

.services-water span:nth-child(1) {
    left: 30%;
}

.services-water span:nth-child(2) {
    left: 55%;
    animation-delay: 1s;
}

.services-water span:nth-child(3) {
    left: 75%;
    animation-delay: 1.7s;
}

@keyframes waterBubble {

    0% {
        transform: translateY(15px);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    100% {
        transform: translateY(-40px);
        opacity: 0;
    }
}


/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 1199.98px) {

    .solutions-heading h2 {
        font-size: 42px;
    }

    .solution-card,
    .services-card {
        min-height: 390px;
    }

}


@media (max-width: 767.98px) {

    .solutions-section {
        padding: 60px 12px 80px;
    }

    .solutions-heading {
        margin-bottom: 30px;
    }

    .solutions-heading h2 {
        font-size: 34px;
    }

    .heading-divider span {
        width: 70px;
    }

    .solution-card,
    .services-card {
        min-height: 400px;
    }

    .solution-icon {
        width: 75px;
        height: 75px;
    }

    .solution-card h3 {
        font-size: 19px;
    }

    .solution-card p {
        font-size: 14px;
        max-width: 330px;
    }

    .services-card h3 {
        font-size: 25px;
    }

}


@media (max-width: 575.98px) {

    .solutions-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .solutions-heading h2 {
        font-size: 30px;
    }

    .heading-divider {
        margin-top: 15px;
    }

    .heading-divider span {
        width: 55px;
    }

    .solution-card,
    .services-card {
        border-radius: 15px;
        min-height: 390px;
    }

    .solution-img {
        height: 135px;
    }

    .services-list {
        font-size: 13px;
        line-height: 1.65;
    }

}






/* =========================================
   WHY CHOOSE WRT
========================================= */

.why-wrt-section {
    position: relative;
    overflow: hidden;
    padding: 95px 0;
    background: #f5f9fc;
}


/* =========================================
   LEFT PANEL
========================================= */

.why-wrt-left {
    position: relative;
    min-height: 570px;
    overflow: hidden;

    padding: 55px 45px;

    border-radius: 28px;

    color: #fff;

    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(55, 178, 225, 0.28),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            #083f78,
            #062c58
        );

    box-shadow:
        0 20px 55px rgba(8, 63, 120, 0.16);
}


/* Decorative circles */

.why-wrt-left::before {
    content: "";

    position: absolute;

    width: 280px;
    height: 280px;

    top: -110px;
    right: -100px;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,0.12);
}

.why-wrt-left::after {
    content: "";

    position: absolute;

    width: 190px;
    height: 190px;

    top: -65px;
    right: -55px;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,0.10);
}


/* =========================================
   SMALL TITLE
========================================= */

.why-wrt-small-title {
    position: relative;
    z-index: 3;

    display: inline-block;

    padding: 7px 15px;

    margin-bottom: 10px;

    border-radius: 30px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;

    background: rgba(255,255,255,0.10);

    border: 1px solid rgba(255,255,255,0.16);
}


/* =========================================
   MAIN TITLE
========================================= */

.why-wrt-left h2 {
    position: relative;
    z-index: 3;

    margin: 0;

    font-size: 78px;
    line-height: 0.95;

    font-weight: 800;
    letter-spacing: -3px;
}

.why-wrt-left h2 span {
    color: #42b8e9;
}


/* =========================================
   HEADING LINE
========================================= */

.why-wrt-line {
    position: relative;
    z-index: 3;

    display: flex;
    align-items: center;

    gap: 10px;

    margin: 25px 0;
}

.why-wrt-line span {
    width: 70px;
    height: 2px;

    background: rgba(255,255,255,0.55);
}

.why-wrt-line i {
    color: #42b8e9;
    font-size: 19px;
}


/* =========================================
   DESCRIPTION
========================================= */

.why-wrt-left > p {
    position: relative;
    z-index: 3;

    max-width: 440px;

    margin: 0;

    color: rgba(255,255,255,0.82);

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   HIGHLIGHT BOX
========================================= */

.why-wrt-highlight {
    position: relative;
    z-index: 5;

    display: flex;
    align-items: center;

    gap: 15px;

    max-width: 400px;

    margin-top: 38px;

    padding: 17px 18px;

    border-radius: 15px;

    background: rgba(255,255,255,0.09);

    border: 1px solid rgba(255,255,255,0.13);

    backdrop-filter: blur(5px);
}

.highlight-icon {
    flex: 0 0 52px;

    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 13px;

    color: #0b558e;
    background: #fff;

    font-size: 21px;
}

.why-wrt-highlight strong {
    display: block;

    font-size: 16px;
    font-weight: 700;
}

.why-wrt-highlight small {
    display: block;

    margin-top: 3px;

    color: rgba(255,255,255,0.65);

    font-size: 12px;
    line-height: 1.5;
}


/* =========================================
   WATER DECORATION
========================================= */

.why-water-shape {
    position: absolute;

    left: -5%;
    bottom: -75px;

    width: 110%;
    height: 175px;

    transform: rotate(-4deg);

    background:
        linear-gradient(
            180deg,
            rgba(31, 146, 211, 0.72),
            rgba(4, 72, 139, 0.95)
        );

    border-radius: 50% 50% 0 0;
}

.why-water-shape::before {
    content: "";

    position: absolute;

    top: 25px;
    left: 0;

    width: 100%;
    height: 35px;

    border-top: 2px solid rgba(255,255,255,0.35);

    border-radius: 50%;
}

.why-water-shape span {
    position: absolute;

    display: block;

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: rgba(255,255,255,0.6);
}

.why-water-shape span:nth-child(1) {
    left: 30%;
    top: 50px;
}

.why-water-shape span:nth-child(2) {
    left: 58%;
    top: 32px;
}

.why-water-shape span:nth-child(3) {
    left: 75%;
    top: 65px;
}


/* =========================================
   RIGHT LIST
========================================= */

.why-wrt-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
}


/* =========================================
   ITEM
========================================= */

.why-wrt-item {
    position: relative;

    display: flex;
    align-items: center;

    gap: 15px;

    min-height: 94px;

    padding: 13px 17px;

    background: #ffffff;

    border: 1px solid #e5edf3;

    border-radius: 16px;

    box-shadow: 0 7px 22px rgba(18, 66, 102, 0.045);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.why-wrt-item:hover {
    transform: translateX(7px);

    border-color: rgba(17, 108, 166, 0.25);

    box-shadow:
        0 14px 35px rgba(18, 66, 102, 0.11);
}


/* =========================================
   NUMBER
========================================= */

.why-number {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 11px;

    color: #17649c;

    background: #eef7fc;

    font-size: 12px;
    font-weight: 800;

    transition: 0.3s ease;
}

.why-wrt-item:hover .why-number {
    color: #ffffff;
    background: #17649c;
}


/* =========================================
   ICON
========================================= */

.why-icon {
    flex: 0 0 48px;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #12659d;

    background: #eaf5fb;

    font-size: 18px;

    transition: 0.3s ease;
}

.why-wrt-item:hover .why-icon {
    color: #ffffff;
    background: #12659d;

    transform: rotate(5deg);
}


/* =========================================
   CONTENT
========================================= */

.why-content {
    flex: 1;
}

.why-content h3 {
    margin: 0 0 4px;

    color: #123b5d;

    font-size: 16px;
    line-height: 1.3;

    font-weight: 700;
}

.why-content p {
    margin: 0;

    color: #71808d;

    font-size: 12px;
    line-height: 1.5;
}


/* =========================================
   ARROW
========================================= */

.why-arrow {
    flex: 0 0 32px;

    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #17649c;

    background: #f1f7fb;

    font-size: 12px;

    transition: 0.3s ease;
}

.why-wrt-item:hover .why-arrow {
    color: #ffffff;
    background: #17649c;

    transform: translateX(3px);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991.98px) {

    .why-wrt-section {
        padding: 70px 0;
    }

    .why-wrt-left {
        min-height: 470px;
        padding: 45px 35px;
    }

    .why-wrt-left h2 {
        font-size: 65px;
    }

}


@media (max-width: 767.98px) {

    .why-wrt-section {
        padding: 55px 12px;
    }

    .why-wrt-left {
        min-height: 430px;

        padding: 38px 28px;

        border-radius: 22px;
    }

    .why-wrt-left h2 {
        font-size: 58px;
    }

    .why-wrt-left > p {
        font-size: 14px;
        line-height: 1.7;
    }

    .why-wrt-item {
        padding: 12px;

        gap: 10px;
    }

    .why-number {
        display: none;
    }

    .why-icon {
        flex: 0 0 43px;

        width: 43px;
        height: 43px;

        font-size: 16px;
    }

    .why-content h3 {
        font-size: 14px;
    }

    .why-content p {
        font-size: 11px;
    }

    .why-arrow {
        display: none;
    }

}


@media (max-width: 575.98px) {

    .why-wrt-left {
        min-height: 420px;

        padding: 32px 23px;
    }

    .why-wrt-left h2 {
        font-size: 52px;
    }

    .why-wrt-highlight {
        margin-top: 25px;
    }

    .why-wrt-item {
        min-height: 88px;
    }

}







/* =========================================
   OUR PURPOSE SECTION
========================================= */

.purpose-section {
    position: relative;
    overflow: hidden;

    padding: 100px 0;

    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(20, 128, 194, 0.08),
            transparent 25%
        ),
        radial-gradient(
            circle at 90% 75%,
            rgba(25, 157, 193, 0.07),
            transparent 28%
        ),
        #f6fafc;
}


/* =========================================
   MAIN WRAPPER
========================================= */

.purpose-wrapper {
    position: relative;

    overflow: hidden;

    padding: 70px 45px 55px;

    border-radius: 30px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #f2f9fd
        );

    border: 1px solid #e3eef4;

    box-shadow:
        0 25px 70px rgba(20, 74, 108, 0.10);
}


/* =========================================
   DECORATIVE DROPS
========================================= */

.purpose-drop {
    position: absolute;

    display: flex;
    align-items: center;
    justify-content: center;

    color: rgba(19, 116, 176, 0.07);

    pointer-events: none;
}

.purpose-drop i {
    font-size: 120px;
}

.drop-one {
    left: -20px;
    top: 40px;

    transform: rotate(-20deg);
}

.drop-two {
    right: -20px;
    top: 130px;

    transform: rotate(20deg);
}

.drop-three {
    right: 12%;
    bottom: -35px;

    opacity: 0.5;

    transform: rotate(10deg);
}

.drop-three i {
    font-size: 80px;
}


/* =========================================
   HEADING
========================================= */

.purpose-heading {
    position: relative;
    z-index: 2;

    margin-bottom: 35px;
}

.purpose-label {
    display: inline-block;

    padding: 7px 17px;

    margin-bottom: 14px;

    border-radius: 30px;

    color: #11669b;

    background: #e8f5fb;

    border: 1px solid #d3eaf5;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 2.5px;
}

.purpose-heading h2 {
    margin: 0;

    color: #102f48;

    font-size: 45px;
    line-height: 1.15;

    font-weight: 800;

    letter-spacing: -1px;
}

.purpose-heading h2 span {
    color: #1488c4;
}


/* =========================================
   DIVIDER
========================================= */

.purpose-divider {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    margin-top: 18px;
}

.purpose-divider span {
    width: 100px;
    height: 2px;

    background: #b9d5e3;

    border-radius: 20px;
}

.purpose-divider i {
    color: #168bc5;

    font-size: 18px;
}


/* =========================================
   QUOTE
========================================= */

.purpose-quote {
    position: relative;
    z-index: 3;

    max-width: 850px;

    margin: 0 auto;

    padding: 35px 30px 30px;

    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            #075187,
            #0d6da3
        );

    box-shadow:
        0 18px 40px rgba(8, 76, 120, 0.18);
}

.quote-mark {
    position: absolute;

    top: -22px;
    left: 50%;

    transform: translateX(-50%);

    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #116da3;

    background: #ffffff;

    font-size: 17px;

    box-shadow:
        0 5px 15px rgba(0,0,0,0.12);
}

.purpose-quote h3 {
    margin: 0;

    color: #ffffff;

    font-size: 29px;
    line-height: 1.45;

    font-weight: 700;
}

.purpose-quote h3 span {
    color: #8ddcff;
}


/* =========================================
   CONTENT
========================================= */

.purpose-content {
    position: relative;
    z-index: 2;

    max-width: 800px;

    margin: 30px auto 0;
}

.purpose-content p {
    margin: 0;

    color: #536b7b;

    font-size: 16px;
    line-height: 1.85;
}

.purpose-content strong {
    color: #164d6f;
    font-weight: 700;
}


/* =========================================
   PURPOSE POINTS
========================================= */

.purpose-points {
    position: relative;
    z-index: 3;

    margin-top: 38px;
}


/* =========================================
   POINT CARD
========================================= */

.purpose-point {
    height: 100%;

    padding: 28px 22px;

    text-align: center;

    border-radius: 18px;

    background: #ffffff;

    border: 1px solid #e2edf3;

    box-shadow:
        0 8px 25px rgba(23, 72, 101, 0.055);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.purpose-point:hover {
    transform: translateY(-7px);

    border-color: #b9dceb;

    box-shadow:
        0 18px 38px rgba(23, 72, 101, 0.12);
}


/* =========================================
   POINT ICON
========================================= */

.purpose-point-icon {
    width: 65px;
    height: 65px;

    margin: 0 auto 17px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #0872aa;

    background:
        linear-gradient(
            145deg,
            #e8f7fd,
            #d8edf7
        );

    font-size: 24px;

    transition: 0.3s ease;
}

.purpose-point:hover .purpose-point-icon {
    color: #ffffff;

    background:
        linear-gradient(
            145deg,
            #0878b4,
            #07548b
        );

    transform: scale(1.05);
}


/* =========================================
   POINT TITLE
========================================= */

.purpose-point h4 {
    margin: 0 0 9px;

    color: #123f5d;

    font-size: 16px;

    font-weight: 800;

    letter-spacing: 1px;
}

.purpose-point p {
    max-width: 280px;

    margin: 0 auto;

    color: #71818d;

    font-size: 13px;
    line-height: 1.65;
}


/* =========================================
   BOTTOM STATEMENT
========================================= */

.purpose-bottom {
    position: relative;
    z-index: 3;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 18px;

    margin-top: 45px;
}

.purpose-bottom-line {
    flex: 1;

    max-width: 120px;

    height: 1px;

    background: #bdd5e1;
}

.purpose-bottom-text {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    color: #125d87;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 1.5px;

    white-space: nowrap;
}

.purpose-bottom-text b {
    color: #1c9bd0;

    font-size: 16px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991.98px) {

    .purpose-section {
        padding: 75px 0;
    }

    .purpose-wrapper {
        padding: 60px 30px 45px;
    }

    .purpose-heading h2 {
        font-size: 38px;
    }

    .purpose-quote h3 {
        font-size: 25px;
    }

}


@media (max-width: 767.98px) {

    .purpose-section {
        padding: 55px 12px;
    }

    .purpose-wrapper {
        padding: 50px 18px 35px;

        border-radius: 22px;
    }

    .purpose-heading {
        margin-bottom: 30px;
    }

    .purpose-heading h2 {
        font-size: 31px;
    }

    .purpose-divider span {
        width: 55px;
    }

    .purpose-quote {
        padding: 30px 20px 24px;

        border-radius: 16px;
    }

    .purpose-quote h3 {
        font-size: 20px;
        line-height: 1.5;
    }

    .purpose-content {
        margin-top: 25px;
    }

    .purpose-content p {
        font-size: 14px;
        line-height: 1.75;
    }

    .purpose-point {
        padding: 24px 18px;
    }

    .purpose-bottom {
        gap: 8px;
        margin-top: 35px;
    }

    .purpose-bottom-line {
        display: none;
    }

    .purpose-bottom-text {
        flex-wrap: wrap;

        gap: 7px;

        font-size: 11px;

        letter-spacing: 1px;

        white-space: normal;
    }

}


@media (max-width: 575.98px) {

    .purpose-heading h2 {
        font-size: 28px;
    }

    .purpose-label {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .purpose-quote h3 {
        font-size: 18px;
    }

    .purpose-point-icon {
        width: 58px;
        height: 58px;
        font-size: 21px;
    }

}