/* ==========================================
   BALIA CHEMICALS HEADER
   ========================================== */
body {
    margin: 0;
        font-family: "Muli", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #777;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.balia-main-header {
    width: 100%;
    background: #ffffff;
    position: relative;
    z-index: 9999;
    border-bottom: 1px solid #eeeeee;
}

.balia-header-container {
    width: 92%;
    max-width: 1440px;
    min-height: 82px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

/* ==========================================
   LOGO
   ========================================== */

.balia-brand-logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.balia-brand-logo a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.balia-brand-logo img {
    width: 175px;
    max-width: 100%;
    height: auto;
    display: block;
}

/* ==========================================
   DESKTOP NAVIGATION
   ========================================== */

.balia-navigation {
    flex: 1;
    display: flex;
    justify-content: center;
}

.balia-nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
}

.balia-nav-item {
    position: relative;
}

.balia-nav-item > a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 31px 0;
    color: #151515;
    text-decoration: none;
        font-family: "Saira", sans-serif;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    transition: color 0.3s ease;
}

/* Hover */

.balia-nav-item > a:hover {
    color: #1d4f9c;
}

/* Active Home */

.balia-nav-item.balia-active > a {
    color: #1d4f9c;
}

.balia-nav-item.balia-active > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 22px;
    width: 100%;
    height: 2px;
    background: #e6383f;
    border-radius: 2px;
}

/* ==========================================
   DROPDOWN
   ========================================== */

.balia-dropdown-arrow {
 font-size: 16px;
    line-height: 1;
    margin-top: -10px;
}

.balia-dropdown-menu {
    position: absolute;
    top: calc(100% - 10px);
    left: -15px;
    min-width: 190px;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    background: #ffffff;
    border-top: 3px solid #1d4f9c;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.10);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
}

.balia-dropdown:hover .balia-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.balia-dropdown-menu li {
    margin: 0;
    padding: 0;
}

.balia-dropdown-menu li a {
    display: block;
    padding: 10px 18px;
    color: #222222;
    text-decoration: none;
       font-family: "Muli", sans-serif;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.25s ease;
}

.balia-dropdown-menu li a:hover {
    color: #1d4f9c;
    background: #f5f8fc;
    padding-left: 23px;
}

/* ==========================================
   ENQUIRE BUTTON
   ========================================== */

.balia-header-action {
    flex-shrink: 0;
}

.balia-enquire-button {
    min-width: 126px;
    height: 42px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff;
    background: #12499b;
    border-radius: 4px;
    text-decoration: none;
    font-family: "Saira", sans-serif;   
     font-size: 15px;
    font-weight: 600;
    box-shadow: 0 3px 8px rgba(18, 73, 155, 0.18);
    transition: all 0.3s ease;
}

.balia-enquire-button:hover {
    background: #0c3b82;
    transform: translateY(-1px);
    box-shadow: 0 5px 12px rgba(18, 73, 155, 0.25);
}

.balia-button-arrow {
    font-size: 16px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.balia-enquire-button:hover .balia-button-arrow {
    transform: translateX(3px);
}

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

.balia-mobile-toggle {
    width: 42px;
    height: 42px;
    padding: 8px;
    border: 0;
    background: transparent;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
}

.balia-mobile-toggle span {
    width: 24px;
    height: 2px;
    background: #12499b;
    display: block;
    transition: all 0.3s ease;
}

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

.balia-mobile-navigation {
    display: none;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
}

.balia-mobile-nav-list {
    width: 92%;
    margin: 0 auto;
    padding: 10px 0 20px;
    list-style: none;
}

.balia-mobile-nav-list li {
    border-bottom: 1px solid #eeeeee;
}

.balia-mobile-nav-list li:last-child {
    border-bottom: 0;
}

.balia-mobile-nav-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 5px;
    color: #222222;
    text-decoration: none;
       font-family: "Muli", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.balia-mobile-nav-list li a:hover,
.balia-mobile-nav-list li a.balia-mobile-active {
    color: #1d4f9c;
}

/* Mobile Product Dropdown */

.balia-mobile-dropdown {
    display: none;
    margin: 0;
    padding: 0 0 5px 15px;
    list-style: none;
}

.balia-mobile-dropdown li a {
    font-size: 13px;
    font-weight: 500;
    padding: 10px 5px;
    color: #555555;
}

 
/* Mobile Enquire */

.balia-mobile-enquire {
    margin-top: 15px;
    border: 0 !important;
}

.balia-mobile-enquire a {
    justify-content: center !important;
    color: #ffffff !important;
    background: #12499b;
    border-radius: 4px;
}

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

@media (max-width: 1100px) {

    .balia-header-container {
        width: 94%;
        gap: 20px;
    }

    .balia-brand-logo img {
        width: 155px;
    }

    .balia-nav-list {
        gap: 18px;
    }

    .balia-nav-item > a {
        font-size: 12px;
    }

    .balia-enquire-button {
        min-width: 115px;
        padding: 0 12px;
    }
}

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

@media (max-width: 900px) {

    .balia-header-container {
        min-height: 72px;
        width: 92%;
    }

    .balia-brand-logo img {
        width: 155px;
    }

    .balia-navigation,
    .balia-header-action {
        display: none;
    }

    .balia-mobile-toggle {
        display: flex;
    }

    .balia-mobile-navigation.balia-menu-open {
        display: block;
    }

    /* If using hover-free mobile menu */
    .balia-mobile-navigation {
        display: block;
        max-height: 0;
        overflow: hidden;
        border-top: 0;
        transition: max-height 0.35s ease;
    }

    .balia-mobile-navigation.balia-menu-open {
        max-height: 600px;
        border-top: 1px solid #eeeeee;
    }
}

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

@media (max-width: 480px) {

    .balia-header-container {
        min-height: 66px;
        width: 90%;
    }

    .balia-brand-logo img {
        width: 140px;
    }

    .balia-mobile-toggle {
        width: 38px;
        height: 38px;
    }

    .balia-mobile-toggle span {
        width: 22px;
    }

    .balia-mobile-nav-list {
        width: 90%;
    }
}

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

@media (max-width: 360px) {

    .balia-brand-logo img {
        width: 125px;
    }

    .balia-header-container {
        width: 92%;
    }
}


/* ==========================================
   BALIA MOBILE PRODUCT SUBMENU
   ========================================== */

.balia-mobile-product > a {
    cursor: pointer;
}

.balia-mobile-product > a span {
    transition: transform 0.3s ease;
}

.balia-mobile-product.balia-submenu-open > a span {
    transform: rotate(180deg);
}

.balia-mobile-dropdown {
    display: none;
    margin: 0;
    padding: 0 0 8px 15px;
    list-style: none;
    background: #fafafa;
}

.balia-mobile-product.balia-submenu-open .balia-mobile-dropdown {
    display: block;
}

.balia-mobile-dropdown li {
    border-bottom: 0 !important;
}

.balia-mobile-dropdown li a {
    display: block;
    padding: 11px 10px !important;
    color: #555555 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    border-bottom: 1px solid #eeeeee;
}

.balia-mobile-dropdown li:last-child a {
    border-bottom: 0;
}

.balia-mobile-dropdown li a:hover {
    color: #12499b !important;
    background: #f5f8fc;
}


/* =========================================================
   BALIA CHEMICALS FOOTER
   UNIQUE CLASS NAMES
========================================================= */


/* =========================================================
   MAIN FOOTER
========================================================= */

.balia-footer-main {
    width: 100%;
    position: relative;

    background: #f8fcff;

    border-top: 2px solid #174c9c;

    overflow: hidden;

 
    box-sizing: border-box;
}


.balia-footer-main *,
.balia-footer-main *::before,
.balia-footer-main *::after {
    box-sizing: border-box;
}


/* =========================================================
   BACKGROUND PATTERN
========================================================= */

.balia-footer-main::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    pointer-events: none;

    opacity: 0.035;

    background-image:
        linear-gradient(
            30deg,
            #174c9c 12%,
            transparent 12.5%,
            transparent 87%,
            #174c9c 87.5%,
            #174c9c
        ),
        linear-gradient(
            150deg,
            #174c9c 12%,
            transparent 12.5%,
            transparent 87%,
            #174c9c 87.5%,
            #174c9c
        ),
        linear-gradient(
            30deg,
            #174c9c 12%,
            transparent 12.5%,
            transparent 87%,
            #174c9c 87.5%,
            #174c9c
        ),
        linear-gradient(
            150deg,
            #174c9c 12%,
            transparent 12.5%,
            transparent 87%,
            #174c9c 87.5%,
            #174c9c
        );

    background-position:
        0 0,
        0 0,
        30px 30px,
        30px 30px;

    background-size:
        60px 105px,
        60px 105px,
        60px 105px,
        60px 105px;
}


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

.balia-footer-wrapper {
    width: 90%;
    max-width: 1320px;

    margin: 0 auto;

    padding: 48px 0 42px;

    display: grid;

    grid-template-columns:
        1fr
        0.8fr
        1.4fr
        1.4fr;

    gap: 42px;

    position: relative;

    z-index: 2;
}


/* =========================================================
   BRAND COLUMN
========================================================= */

.balia-footer-brand {
    display: flex;

    flex-direction: column;

    align-items: flex-start;
}


.balia-footer-logo-link {
    display: inline-block;

    text-decoration: none;
}


.balia-footer-logo {
    width: 180px;

    max-width: 100%;

    height: auto;

    display: block;
}


.balia-footer-brand-text {
    max-width: 270px;

    margin: 18px 0 22px;

    color: #555555;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.7;
}


/* =========================================================
   SOCIAL ICONS
========================================================= */

.balia-footer-social {
    display: flex;

    align-items: center;

    gap: 8px;
}


.balia-footer-social a {
    width: 38px;
    height: 38px;

    display: flex;

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

    color: #174c9c;

    background: #ffffff;

    border: 1px solid #d6e1ed;

    border-radius: 3px;

    text-decoration: none;

    font-size: 14px;

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


.balia-footer-social a:hover {
    color: #ffffff;

    background: #174c9c;

    border-color: #174c9c;

    transform: translateY(-3px);
}


/* =========================================================
   FOOTER HEADINGS
========================================================= */

.balia-footer-heading {
    margin: 0 0 23px;

    color: #174c9c;

 
    font-size: 20px;

    font-weight: 700;

    line-height: 1.3;
}


.balia-footer-heading::after {
    content: "";

    display: block;

    width: 38px;
    height: 2px;

    margin-top: 8px;

    background: #e33b42;

    border-radius: 2px;
}


/* =========================================================
   QUICK LINKS
========================================================= */

.balia-footer-links {
    margin: 0;

    padding: 0;

    list-style: none;
}


.balia-footer-links li {
    margin: 0 0 11px;
}


.balia-footer-links li:last-child {
    margin-bottom: 0;
}


.balia-footer-links li a {
    display: flex;

    align-items: center;

    color: #333333;

    font-size: 14px;

    font-weight: 500;

    line-height: 1.5;

    text-decoration: none;

    transition:
        color 0.3s ease,
        padding-left 0.3s ease;
}


.balia-footer-arrow {
    display: inline-block;

    margin-right: 9px;

    color: #e33b42;

    font-size: 21px;

    line-height: 14px;

    transition: transform 0.3s ease;
}


.balia-footer-links li a:hover {
    color: #174c9c;

    padding-left: 3px;
}


.balia-footer-links li a:hover
.balia-footer-arrow {
    transform: translateX(3px);
}


/* =========================================================
   CONTACT SECTION
========================================================= */

.balia-footer-contact {
    display: flex;

    flex-direction: column;

    gap: 14px;
}


.balia-footer-contact-item {
    display: flex;

    align-items: flex-start;

    gap: 11px;

    min-width: 0;
}


.balia-footer-icon {
    flex: 0 0 22px;

    width: 22px;

    padding-top: 3px;

    color: #e33b42;

    font-size: 15px;

    text-align: center;
}


.balia-footer-contact-item p {
    margin: 0;

    color: #3e3e3e;

    font-size: 13px;

    font-weight: 500;

    line-height: 1.7;
}


.balia-footer-contact-item p strong {
    color: #222222;

    font-weight: 700;
}


.balia-footer-contact-item a {
    display: block;

    max-width: 100%;

    color: #3e3e3e;

    font-size: 13px;

    font-weight: 500;

    line-height: 1.6;

    text-decoration: none;

    overflow-wrap: anywhere;

    word-break: break-word;

    transition: color 0.3s ease;
}


.balia-footer-contact-item a:hover {
    color: #174c9c;
}


/* =========================================================
   COPYRIGHT BAR
========================================================= */

.balia-footer-bottom {
    width: 100%;

    background: #174c9c;

    position: relative;

    z-index: 3;
}


.balia-footer-bottom-wrapper {
    width: 90%;
    max-width: 1320px;

    min-height: 64px;

    margin: 0 auto;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;
}


.balia-footer-bottom-wrapper p {
    margin: 0;

    color: #ffffff;

 
    font-size: 13px;

    font-weight: 500;

    line-height: 1.5;
}


.balia-footer-bottom-wrapper a {
    color: #ffffff;

    font-weight: 700;

    text-decoration: none;

    transition: color 0.3s ease;
}


.balia-footer-bottom-wrapper a:hover {
    color: #e33b42;
}


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

@media (max-width: 1150px) {

    .balia-footer-wrapper {
        width: 92%;

        grid-template-columns:
            1fr
            0.9fr
            1.4fr
            1.4fr;

        gap: 30px;
    }


    .balia-footer-logo {
        width: 165px;
    }


    .balia-footer-heading {
        font-size: 18px;
    }


    .balia-footer-contact-item p,
    .balia-footer-contact-item a {
        font-size: 12.5px;
    }

}


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

@media (max-width: 900px) {

    .balia-footer-wrapper {
        width: 90%;

        grid-template-columns: 1fr 1fr;

        gap: 42px 45px;

        padding: 42px 0;
    }


    .balia-footer-brand {
        align-items: flex-start;
    }


    .balia-footer-brand-text {
        max-width: 290px;
    }


    .balia-footer-heading {
        font-size: 19px;
    }


    .balia-footer-contact-item p,
    .balia-footer-contact-item a {
        font-size: 13px;
    }


    .balia-footer-bottom-wrapper {
        width: 90%;
    }

}


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

@media (max-width: 600px) {

    .balia-footer-wrapper {
        width: 88%;

        grid-template-columns: 1fr;

        gap: 34px;

        padding: 38px 0;
    }


    /* Logo */

    .balia-footer-brand {
        align-items: center;

        text-align: center;
    }


    .balia-footer-logo {
        width: 175px;
    }


    .balia-footer-brand-text {
        max-width: 320px;

        margin: 16px auto 20px;

        font-size: 13px;

        line-height: 1.7;
    }


    /* Social */

    .balia-footer-social {
        justify-content: center;
    }


    /* Headings */

    .balia-footer-heading {
        margin-bottom: 18px;

        font-size: 19px;
    }


    /* Links */

    .balia-footer-links li {
        margin-bottom: 10px;
    }


    .balia-footer-links li a {
        font-size: 14px;
    }


    /* Contact */

    .balia-footer-contact {
        gap: 13px;
    }


    .balia-footer-contact-item {
        gap: 10px;
    }


    .balia-footer-contact-item p,
    .balia-footer-contact-item a {
        font-size: 13px;

        line-height: 1.65;
    }


    /* Bottom */

    .balia-footer-bottom-wrapper {
        width: 88%;

        min-height: auto;

        padding: 15px 0;

        flex-direction: column;

        justify-content: center;

        text-align: center;

        gap: 7px;
    }


    .balia-footer-bottom-wrapper p {
        font-size: 12px;
    }

}


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

@media (max-width: 400px) {

    .balia-footer-wrapper {
        width: 90%;

        gap: 30px;

        padding: 32px 0;
    }


    .balia-footer-logo {
        width: 155px;
    }


    .balia-footer-brand-text {
        font-size: 12.5px;
    }


    .balia-footer-heading {
        font-size: 18px;
    }


    .balia-footer-links li a {
        font-size: 13px;
    }


    .balia-footer-contact-item p,
    .balia-footer-contact-item a {
        font-size: 12.5px;
    }


    .balia-footer-social a {
        width: 35px;
        height: 35px;

        font-size: 13px;
    }

}



/* ==========================================
   BALIA CHEMICALS HERO CAROUSEL
========================================== */
/* ==========================================
   BALIA CHEMICALS CAROUSEL
========================================== */

.balia-hero-carousel {
    width: 100%;
    position: relative;
    overflow: hidden;

    background: #ffffff;

    /* Exact banner ratio */
    aspect-ratio: 1920 / 700;
}


/* ==========================================
   TRACK
========================================== */

.balia-hero-track {
    width: 100%;
    height: 100%;

    position: relative;
}


/* ==========================================
   SLIDE
========================================== */

.balia-hero-slide {
    width: 100%;
    height: 100%;

    position: absolute;

    top: 0;
    left: 0;

    opacity: 0;
    visibility: hidden;

    transition: opacity 0.7s ease;

    overflow: hidden;
}


.balia-hero-slide.balia-hero-active {
    opacity: 1;
    visibility: visible;

    z-index: 2;
}


/* ==========================================
   BANNER IMAGE
========================================== */

.balia-hero-image {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center center;
}


/* ==========================================
   PREVIOUS / NEXT BUTTON
========================================== */

.balia-hero-arrow {
    width: 45px;
    height: 45px;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    z-index: 10;

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

    padding: 0;

    color: #174c9c;

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

    border: none;

    border-radius: 50%;

    cursor: pointer;

    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}


.balia-hero-arrow span {
    font-size: 30px;

    line-height: 1;

    font-family: Arial, sans-serif;
}


.balia-hero-prev {
    left: 25px;
}


.balia-hero-next {
    right: 25px;
}


.balia-hero-arrow:hover {
    color: #ffffff;

    background: #174c9c;
}


/* ==========================================
   DOTS
========================================== */

.balia-hero-dots {
    position: absolute;

    left: 50%;
    bottom: 18px;

    transform: translateX(-50%);

    z-index: 20;

    display: flex;

    align-items: center;

    gap: 8px;
}


.balia-hero-dot {
    width: 9px;
    height: 9px;

    padding: 0;

    border: none;

    border-radius: 20px;

    background: #9db5d8;

    cursor: pointer;
}


.balia-hero-dot-active {
    width: 28px;

    background: #174c9c;
}


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

@media (max-width: 768px) {

    .balia-hero-carousel {
        aspect-ratio: 1920 / 700;
    }


    .balia-hero-arrow {
        width: 36px;
        height: 36px;
    }


    .balia-hero-arrow span {
        font-size: 24px;
    }


    .balia-hero-prev {
        left: 12px;
    }


    .balia-hero-next {
        right: 12px;
    }


    .balia-hero-dots {
        bottom: 10px;
    }

}


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

@media (max-width: 600px) {

    .balia-hero-carousel {
        width: 100%;

        /* Keeps exact banner proportion */
        aspect-ratio: 1920 / 700;

        height: auto;
    }


    .balia-hero-image {
        width: 100%;
        height: 100%;

        object-fit: cover;
    }


    .balia-hero-arrow {
        width: 30px;
        height: 30px;
    }


    .balia-hero-arrow span {
        font-size: 21px;
    }


    .balia-hero-prev {
        left: 8px;
    }


    .balia-hero-next {
        right: 8px;
    }


    .balia-hero-dots {
        bottom: 7px;

        gap: 5px;
    }


    .balia-hero-dot {
        width: 7px;
        height: 7px;
    }


    .balia-hero-dot-active {
        width: 20px;
    }

}

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

/* @media (max-width: 1100px) {

    .balia-hero-carousel {
        height: 600px;
    }

} */


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

@media (max-width: 768px) {

    /* .balia-hero-carousel {
        height: 500px;
    } */


    .balia-hero-image {
        object-position: center;
    }


    .balia-hero-arrow {
        width: 38px;
        height: 38px;
    }


    .balia-hero-arrow span {
        font-size: 26px;
    }


    .balia-hero-prev {
        left: 15px;
    }


    .balia-hero-next {
        right: 15px;
    }


    .balia-hero-dots {
        bottom: 18px;
    }

}


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

@media (max-width: 600px) {

    .balia-hero-carousel {
        height: auto;

        aspect-ratio: 1920 / 700;
    }


    .balia-hero-arrow {
        width: 32px;
        height: 32px;
    }


    .balia-hero-arrow span {
        font-size: 22px;
    }


    .balia-hero-prev {
        left: 10px;
    }


    .balia-hero-next {
        right: 10px;
    }


    .balia-hero-dots {
        bottom: 10px;

        gap: 6px;
    }


    .balia-hero-dot {
        width: 7px;
        height: 7px;
    }


    .balia-hero-dot-active {
        width: 22px;
    }

}


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

@media (max-width: 400px) {

    .balia-hero-carousel {
        aspect-ratio: 1920 / 700;
    }


    .balia-hero-arrow {
        width: 28px;
        height: 28px;
    }


    .balia-hero-arrow span {
        font-size: 20px;
    }

}






/* ==========================================
   BALIA CHEMICALS
   PREMIUM ABOUT SECTION
========================================== */

.baliax-about-section {
    width: 100%;
    padding: 40px 0;

    position: relative;
    overflow: hidden;

    background: #f7f9fc;

    font-family: "Muli", sans-serif;
}


/* ==========================================
   BACKGROUND DECORATION
========================================== */

.baliax-about-section::before {
    content: "";

    width: 420px;
    height: 420px;

    position: absolute;

    top: -220px;
    right: -150px;

    border: 1px solid rgba(23, 76, 156, 0.08);

    border-radius: 50%;
}


.baliax-about-section::after {
    content: "";

    width: 300px;
    height: 300px;

    position: absolute;

    bottom: -180px;
    left: -130px;

    border: 1px solid rgba(227, 59, 66, 0.08);

    border-radius: 50%;
}


/* ==========================================
   MAIN CONTAINER
========================================== */

.baliax-about-container {
    width: 90%;
    max-width: 1240px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 0.95fr 1.05fr;

    gap: 85px;

    align-items: center;

    position: relative;

    z-index: 2;
}


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

.baliax-about-media {
    min-height: 560px;

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* ==========================================
   IMAGE FRAME
========================================== */

.baliax-about-image-frame {
    width: 88%;
    height: 500px;

    position: relative;

    overflow: hidden;

    background: #ffffff;

    border-radius: 8px;

    box-shadow:
        0 25px 60px rgba(20, 52, 100, 0.16);

    z-index: 3;
}


.baliax-about-image {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.7s ease;
}


.baliax-about-image-frame:hover
.baliax-about-image {
    transform: scale(1.05);
}


/* ==========================================
   BLUE DECORATIVE SHAPE
========================================== */

.baliax-about-blue-shape {
    width: 130px;
    height: 130px;

    position: absolute;

    top: 5px;
    left: 0;

    background: #174c9c;

    z-index: 1;
}


/* ==========================================
   RED DECORATIVE SHAPE
========================================== */

.baliax-about-red-shape {
    width: 105px;
    height: 105px;

    position: absolute;

    right: 0;
    bottom: 15px;

    background: #e33b42;

    z-index: 1;
}


/* ==========================================
   OUTLINE BOX
========================================== */

.baliax-about-outline-box {
    width: 88%;
    height: 500px;

    position: absolute;

    top: 28px;
    left: 6%;

    /* border: 2px solid rgba(23, 76, 156, 0.20); */

    z-index: 2;

    transform: translate(18px, 18px);
}


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

.baliax-about-content {
    padding: 15px 0;
}


/* ==========================================
   ABOUT LABEL
========================================== */

.baliax-about-heading-row {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 18px;
}


.baliax-about-small-line {
    width: 35px;
    height: 3px;

    display: block;

    background: #e33b42;
}


.baliax-about-label {
    color: #174c9c;

    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 2px;
}


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

.baliax-about-title {
    max-width: 700px;

    margin: 0;

    color: #172b4d;

    font-size: 45px;

    font-weight: 900;

    line-height: 1.17;

    letter-spacing: -1px;
}


.baliax-about-title span {
    color: #174c9c;

    display: inline;
}


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

.baliax-about-divider {
    width: 75px;
    height: 4px;

    margin: 25px 0 27px;

    position: relative;

    background: #174c9c;
}


.baliax-about-divider::after {
    content: "";

    width: 25px;
    height: 4px;

    position: absolute;

    left: 85px;
    top: 0;

    background: #e33b42;
}


/* ==========================================
   PARAGRAPH
========================================== */

.baliax-about-text {
    max-width: 720px;

    margin: 0 0 18px;

    color: #5b6472;

    font-size: 15px;

    line-height: 1.82;

    font-weight: 400;
    text-align: justify;
}


.baliax-about-text strong {
    color: #243d61;

    font-weight: 700;
}


/* ==========================================
   BOTTOM DECORATIVE LINE
========================================== */

.baliax-about-bottom-line {
    margin-top: 28px;

    display: flex;

    align-items: center;

    gap: 6px;
}


.baliax-about-bottom-line span {
    height: 4px;

    display: block;

    border-radius: 10px;
}


.baliax-about-bottom-line span:nth-child(1) {
    width: 55px;

    background: #174c9c;
}


.baliax-about-bottom-line span:nth-child(2) {
    width: 20px;

    background: #e33b42;
}


.baliax-about-bottom-line span:nth-child(3) {
    width: 8px;

    background: #174c9c;
}


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

@media (max-width: 1100px) {

    .baliax-about-section {
        padding: 80px 0;
    }


    .baliax-about-container {
        gap: 55px;
    }


    .baliax-about-title {
        font-size: 39px;
    }


    .baliax-about-text {
        font-size: 14px;
    }


    .baliax-about-media {
        min-height: 490px;
    }


    .baliax-about-image-frame {
        height: 440px;
    }


    .baliax-about-outline-box {
        height: 440px;
    }

}


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

@media (max-width: 850px) {

    .baliax-about-section {
        padding: 70px 0;
    }


    .baliax-about-container {
        width: 88%;

        grid-template-columns: 1fr;

        gap: 60px;
    }


    .baliax-about-content {
        order: 1;
    }


    .baliax-about-media {
        order: 2;

        min-height: 470px;

        max-width: 650px;

        width: 100%;

        margin: 0 auto;
    }


    .baliax-about-title {
        font-size: 40px;
    }


    .baliax-about-text {
        max-width: 100%;
    }


    .baliax-about-image-frame {
        width: 86%;
        height: 450px;
    }


    .baliax-about-outline-box {
        width: 86%;
        height: 450px;

        left: 7%;
    }

}


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

@media (max-width: 600px) {

    .baliax-about-section {
        padding: 55px 0;
    }


    .baliax-about-container {
        width: 90%;

        gap: 45px;
    }


    .baliax-about-heading-row {
        gap: 9px;

        margin-bottom: 14px;
    }


    .baliax-about-small-line {
        width: 25px;
        height: 2px;
    }


    .baliax-about-label {
        font-size: 11px;

        letter-spacing: 1.5px;
    }


    .baliax-about-title {
        font-size: 31px;

        line-height: 1.2;

        letter-spacing: -0.4px;
    }


    .baliax-about-divider {
        width: 55px;
        height: 3px;

        margin: 20px 0 22px;
    }


    .baliax-about-divider::after {
        left: 63px;

        width: 20px;
        height: 3px;
    }


    .baliax-about-text {
        margin-bottom: 15px;

        font-size: 13px;

        line-height: 1.75;
    }


    .baliax-about-bottom-line {
        margin-top: 22px;
    }


    .baliax-about-media {
        min-height: 360px;
    }


    .baliax-about-image-frame {
        width: 86%;

        height: 340px;

        border-radius: 5px;
    }


    .baliax-about-outline-box {
        width: 86%;

        height: 340px;

        top: 20px;

        left: 7%;

        transform: translate(10px, 10px);
    }


    .baliax-about-blue-shape {
        width: 85px;
        height: 85px;

        top: 0;
    }


    .baliax-about-red-shape {
        width: 70px;
        height: 70px;

        bottom: 5px;
    }

}


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

@media (max-width: 400px) {

    .baliax-about-section {
        padding: 45px 0;
    }


    .baliax-about-title {
        font-size: 28px;
    }


    .baliax-about-text {
        font-size: 12.5px;

        line-height: 1.7;
    }


    .baliax-about-media {
        min-height: 310px;
    }


    .baliax-about-image-frame {
        height: 290px;
    }


    .baliax-about-outline-box {
        height: 290px;
    }

}


/* ==========================================
   BALIA CHEMICALS
   PREMIUM PRODUCT SHOWCASE
========================================== */

.baliapremium-products {
    width: 100%;
    padding: 105px 0 100px;

    position: relative;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 10% 15%,
            rgba(36, 94, 170, 0.35),
            transparent 28%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(227, 59, 66, 0.18),
            transparent 25%
        ),
        #071a35;

    font-family: "Muli", sans-serif;
}


/* ==========================================
   BACKGROUND GRID
========================================== */

.baliapremium-products::before {
    content: "";

    position: absolute;
    inset: 0;

    opacity: 0.18;

    background-image:
        linear-gradient(
            rgba(255,255,255,0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,0.035) 1px,
            transparent 1px
        );

    background-size: 55px 55px;

    pointer-events: none;
}


/* ==========================================
   GLOW
========================================== */

.baliapremium-glow {
    position: absolute;

    border-radius: 50%;

    filter: blur(2px);

    pointer-events: none;
}


.baliapremium-glow-one {
    width: 480px;
    height: 480px;

    top: -260px;
    right: -160px;

    border: 1px solid rgba(91,171,255,0.15);

    box-shadow:
        0 0 0 45px rgba(91,171,255,0.025),
        0 0 0 90px rgba(91,171,255,0.018);
}


.baliapremium-glow-two {
    width: 350px;
    height: 350px;

    bottom: -220px;
    left: -140px;

    border: 1px solid rgba(227,59,66,0.18);

    box-shadow:
        0 0 0 35px rgba(227,59,66,0.025);
}


/* ==========================================
   BUBBLES
========================================== */

.baliapremium-bubble {
    position: absolute;

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

    border-radius: 50%;

    pointer-events: none;
}


.baliapremium-bubble-1 {
    width: 80px;
    height: 80px;

    top: 130px;
    left: 4%;
}


.baliapremium-bubble-2 {
    width: 28px;
    height: 28px;

    top: 105px;
    left: 10%;

    border-color: rgba(227,59,66,0.35);
}


.baliapremium-bubble-3 {
    width: 45px;
    height: 45px;

    right: 5%;
    bottom: 170px;
}


/* ==========================================
   MOLECULE GRAPHICS
========================================== */

.baliapremium-molecule {
    position: absolute;

    width: 170px;
    height: 150px;

    opacity: 0.35;

    pointer-events: none;
}


.baliapremium-molecule span {
    width: 15px;
    height: 15px;

    position: absolute;

    border: 1px solid rgba(108,181,255,0.5);

    border-radius: 50%;

    background: rgba(108,181,255,0.05);
}


.baliapremium-molecule span::after {
    content: "";

    width: 75px;
    height: 1px;

    position: absolute;

    left: 12px;
    top: 7px;

    background: rgba(108,181,255,0.3);

    transform-origin: left center;
}


.baliapremium-molecule-1 {
    right: -30px;
    top: 190px;
}


.baliapremium-molecule-1 span:nth-child(1) {
    left: 20px;
    top: 30px;
}


.baliapremium-molecule-1 span:nth-child(2) {
    left: 95px;
    top: 5px;
}


.baliapremium-molecule-1 span:nth-child(3) {
    left: 120px;
    top: 75px;
}


.baliapremium-molecule-1 span:nth-child(4) {
    left: 45px;
    top: 105px;
}


.baliapremium-molecule-2 {
    left: -40px;
    bottom: 120px;

    transform: scale(0.8);
}


/* ==========================================
   CONTAINER
========================================== */

.baliapremium-container {
    width: 90%;
    max-width: 1240px;

    margin: auto;

    position: relative;

    z-index: 5;
}


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

.baliapremium-header {
    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 50px;

    margin-bottom: 65px;
}


.baliapremium-header-left {
    width: 55%;
}


.baliapremium-header-right {
    width: 38%;

    padding-bottom: 5px;
}


.baliapremium-mini-label {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 17px;

    color: #ffffff;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 3px;
}


.baliapremium-mini-label span {
    width: 35px;
    height: 3px;

    display: block;

    background: #e33b42;
}


.baliapremium-header h2 {
    max-width: 650px;

    margin: 0;

    color: #ffffff;

    font-size: 47px;

    font-weight: 800;

    line-height: 1.16;

    letter-spacing: -1px;
}


.baliapremium-header h2 strong {
    display: block;

    color: #66b5ff;
}


.baliapremium-header-right p {
    margin: 0;

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

    font-size: 14px;

    line-height: 1.9;
}


/* ==========================================
   PRODUCT GRID
========================================== */

.baliapremium-grid {
    display: grid;

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

    gap: 30px;
}


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

.baliapremium-card {
    position: relative;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,0.12),
            rgba(255,255,255,0.045)
        );

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

    border-radius: 14px;

    overflow: hidden;

    backdrop-filter: blur(12px);

    -webkit-backdrop-filter: blur(12px);

    box-shadow:
        0 20px 50px rgba(0,0,0,0.18);

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


.baliapremium-card:hover {
    transform: translateY(-12px);

    border-color: rgba(102,181,255,0.55);

    box-shadow:
        0 30px 65px rgba(0,0,0,0.28);
}


/* ==========================================
   TOP RED ACCENT
========================================== */

.baliapremium-card::before {
    content: "";

    width: 0;
    height: 4px;

    position: absolute;

    top: 0;
    left: 0;

    z-index: 10;

    background: #e33b42;

    transition: width 0.45s ease;
}


.baliapremium-card:hover::before {
    width: 100%;
}


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

.baliapremium-image {
    width: 100%;
    height: 250px;

    position: relative;

    overflow: hidden;

    background: #12345d;
}


.baliapremium-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform 0.7s ease;
}


.baliapremium-card:hover
.baliapremium-image img {
    transform: scale(1.1);
}


/* ==========================================
   IMAGE SHINE
========================================== */

.baliapremium-image-shine {
    position: absolute;

    width: 45%;
    height: 180%;

    top: -40%;
    left: -80%;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,0.18),
            transparent
        );

    transform: rotate(20deg);

    transition: left 0.8s ease;

    pointer-events: none;
}


.baliapremium-card:hover
.baliapremium-image-shine {
    left: 130%;
}


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

.baliapremium-number {
    width: 48px;
    height: 48px;

    position: absolute;

    top: 18px;
    right: 18px;

    display: flex;

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

    color: #ffffff;

    background: rgba(7,26,53,0.75);

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

    border-radius: 50%;

    font-size: 12px;

    font-weight: 800;

    backdrop-filter: blur(10px);
}


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

.baliapremium-content {
    padding: 27px 28px 29px;
}


.baliapremium-red-line {
    width: 40px;
    height: 3px;

    margin-bottom: 14px;

    background: #e33b42;

    transition: width 0.35s ease;
}


.baliapremium-card:hover
.baliapremium-red-line {
    width: 70px;
}


.baliapremium-content h3 {
    margin: 0 0 12px;

    color: #ffffff;

    font-size: 20px;

    line-height: 1.35;

    font-weight: 800;
}


.baliapremium-content p {
    min-height: 73px;

    margin: 0;

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

    font-size: 13px;

    line-height: 1.75;
}


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

.baliapremium-link {
    margin-top: 20px;

    display: inline-flex;

    align-items: center;

    gap: 12px;

    color: #66b5ff;

    font-size: 12px;

    font-weight: 800;

    text-decoration: none;

    text-transform: uppercase;

    letter-spacing: 0.7px;

    transition:
        color 0.3s ease,
        gap 0.3s ease;
}


.baliapremium-link span {
    width: 28px;
    height: 28px;

    display: flex;

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

    color: #ffffff;

    background: #e33b42;

    border-radius: 50%;

    font-size: 15px;

    transition:
        transform 0.3s ease;
}


.baliapremium-link:hover {
    color: #ffffff;

    gap: 16px;
}


.baliapremium-link:hover span {
    transform: rotate(45deg);
}


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

.baliapremium-bottom {
    margin-top: 60px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 25px;
}


.baliapremium-bottom-line {
    width: 130px;
    height: 1px;

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


.baliapremium-view {
    padding: 14px 25px;

    display: inline-flex;

    align-items: center;

    gap: 15px;

    color: #ffffff;

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

    border-radius: 4px;

    text-decoration: none;

    font-size: 12px;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 1px;

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


.baliapremium-view b {
    color: #e33b42;

    font-size: 18px;

    font-weight: 400;

    transition: transform 0.3s ease;
}


.baliapremium-view:hover {
    color: #ffffff;

    background: #174c9c;

    border-color: #174c9c;

    transform: translateY(-3px);
}


.baliapremium-view:hover b {
    color: #ffffff;

    transform: translateX(5px);
}


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

@media (max-width: 1050px) {

    .baliapremium-products {
        padding: 85px 0;
    }


    .baliapremium-header {
        gap: 35px;
    }


    .baliapremium-header h2 {
        font-size: 40px;
    }


    .baliapremium-grid {
        grid-template-columns:
            repeat(2, 1fr);

        gap: 24px;
    }

}


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

@media (max-width: 750px) {

    .baliapremium-products {
        padding: 70px 0;
    }


    .baliapremium-container {
        width: 88%;
    }


    .baliapremium-header {
        display: block;

        margin-bottom: 42px;
    }


    .baliapremium-header-left,
    .baliapremium-header-right {
        width: 100%;
    }


    .baliapremium-header-right {
        margin-top: 20px;
    }


    .baliapremium-header h2 {
        font-size: 36px;
    }


    .baliapremium-grid {
        grid-template-columns: 1fr;
    }


    .baliapremium-image {
        height: 270px;
    }

}


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

@media (max-width: 500px) {

    .baliapremium-products {
        padding: 58px 0;
    }


    .baliapremium-container {
        width: 90%;
    }


    .baliapremium-mini-label {
        font-size: 10px;

        letter-spacing: 2px;
    }


    .baliapremium-mini-label span {
        width: 25px;
    }


    .baliapremium-header h2 {
        font-size: 30px;

        line-height: 1.2;
    }


    .baliapremium-header-right p {
        font-size: 13px;

        line-height: 1.75;
    }


    .baliapremium-header {
        margin-bottom: 35px;
    }


    .baliapremium-grid {
        gap: 20px;
    }


    .baliapremium-image {
        height: 225px;
    }


    .baliapremium-content {
        padding: 23px 22px 25px;
    }


    .baliapremium-content h3 {
        font-size: 18px;
    }


    .baliapremium-content p {
        min-height: auto;

        font-size: 12.5px;
    }


    .baliapremium-number {
        width: 42px;
        height: 42px;

        top: 13px;
        right: 13px;
    }


    .baliapremium-bottom {
        margin-top: 40px;

        gap: 10px;
    }


    .baliapremium-bottom-line {
        width: 40px;
    }


    .baliapremium-view {
        padding: 13px 17px;

        font-size: 10px;
    }


    .baliapremium-bubble-1 {
        left: -30px;
    }


    .baliapremium-molecule-1 {
        right: -90px;
    }

}







/* ==========================================
   BALIA CHEMICALS
   PREMIUM PRODUCT COLLECTION
========================================== */

.baliaprem-products {

    width: 100%;

    padding:50px 0 50px;

    position: relative;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 15% 25%,
            rgba(34,91,170,.25),
            transparent 28%
        ),
        radial-gradient(
            circle at 85% 70%,
            rgba(227,59,66,.10),
            transparent 25%
        ),
        linear-gradient(
            135deg,
            #06172f 0%,
            #0a2345 48%,
            #06172f 100%
        );

    font-family: "Muli", sans-serif;
}


/* ==========================================
   BACKGROUND GLOW
========================================== */

.baliaprem-bg-glow {

    position: absolute;

    border-radius: 50%;

    filter: blur(4px);

    pointer-events: none;
}


.baliaprem-bg-glow-a {

    width: 600px;
    height: 600px;

    top: -360px;
    right: -220px;

    border: 1px solid rgba(91,174,255,.14);

    box-shadow:
        0 0 0 50px rgba(91,174,255,.025),
        0 0 0 100px rgba(91,174,255,.015);
}


.baliaprem-bg-glow-b {

    width: 450px;
    height: 450px;

    left: -280px;
    bottom: -270px;

    border: 1px solid rgba(227,59,66,.13);
}


/* ==========================================
   BACKGROUND RINGS
========================================== */

.baliaprem-bg-ring {

    position: absolute;

    border-radius: 50%;

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

    pointer-events: none;
}


.baliaprem-bg-ring-a {

    width: 340px;
    height: 340px;

    right: -120px;
    top: 380px;
}


.baliaprem-bg-ring-b {

    width: 200px;
    height: 200px;

    left: 3%;
    top: 150px;

    border-color: rgba(98,178,255,.08);
}


/* ==========================================
   TECHNICAL DOT PATTERN
========================================== */

.baliaprem-bg-dots {

    position: absolute;

    width: 220px;
    height: 220px;

    right: 2%;
    bottom: 60px;

    opacity: .18;

    background-image:
        radial-gradient(
            rgba(255,255,255,.45) 1px,
            transparent 1px
        );

    background-size: 16px 16px;

    mask-image:
        linear-gradient(
            135deg,
            transparent,
            #000
        );

    pointer-events: none;
}


/* ==========================================
   CONTAINER
========================================== */

.baliaprem-container {

    width: 90%;

    max-width: 1260px;

    margin: auto;

    position: relative;

    z-index: 5;
}


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

.baliaprem-header {

    max-width: 850px;

    margin: 0 auto 65px;

    text-align: center;
}


.baliaprem-header-tag {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    margin-bottom: 17px;

    color: #ffffff;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 3px;
}


.baliaprem-header-tag i {

    width: 35px;
    height: 2px;

    display: block;

    background: #e33b42;
}


.baliaprem-header h2 {

    margin: 0;

    color: #ffffff;

    font-size: 48px;

    font-weight: 800;

    line-height: 1.12;

    letter-spacing: -1px;
}


.baliaprem-header h2 span {

    display: block;

    color: #64b5ff;
}


.baliaprem-header p {

    max-width: 650px;

    margin: 20px auto 0;

    color: rgba(255,255,255,.62);

    font-size: 14px;

    line-height: 1.8;
}


/* ==========================================
   MAIN SHOWCASE
========================================== */

.baliaprem-showcase {

    display: grid;

    grid-template-columns: 1.15fr .85fr;

    gap: 22px;
}


/* ==========================================
   FEATURED PRODUCT
========================================== */

.baliaprem-feature {

    min-height: 575px;

    position: relative;

    overflow: hidden;

    border-radius: 18px;

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

    background: #0d2b50;

    box-shadow:
        0 35px 80px rgba(0,0,0,.28);
}


.baliaprem-feature-bg {

    position: absolute;

    width: 500px;
    height: 500px;

    top: -250px;
    right: -200px;

    border-radius: 50%;

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

    box-shadow:
        0 0 0 35px rgba(255,255,255,.025),
        0 0 0 70px rgba(255,255,255,.018);
}


.baliaprem-feature-image {

    position: absolute;

    inset: 0;

    overflow: hidden;
}


.baliaprem-feature-image img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .9s cubic-bezier(.2,.7,.2,1);
}


.baliaprem-feature:hover
.baliaprem-feature-image img {

    transform: scale(1.06);
}


/* ==========================================
   FEATURE OVERLAY
========================================== */

.baliaprem-feature::after {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(5,20,40,.02) 15%,
            rgba(5,20,40,.10) 35%,
            rgba(5,20,40,.92) 100%
        );

    pointer-events: none;
}


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

.baliaprem-feature-number {

    width: 56px;
    height: 56px;

    position: absolute;

    top: 24px;
    right: 24px;

    z-index: 4;

    display: flex;

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

    color: #fff;

    background:
        rgba(4,20,40,.65);

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

    border-radius: 50%;

    font-size: 12px;

    font-weight: 800;

    backdrop-filter: blur(12px);
}


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

.baliaprem-feature-content {

    position: absolute;

    left: 42px;
    right: 42px;
    bottom: 38px;

    z-index: 4;
}


.baliaprem-feature-content > span {

    color: rgba(255,255,255,.55);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2.5px;
}


.baliaprem-feature-content h3 {

    margin: 8px 0 10px;

    color: #ffffff;

    font-size: 38px;

    line-height: 1.1;

    font-weight: 800;
}


.baliaprem-feature-content p {

    max-width: 540px;

    margin: 0 0 20px;

    color: rgba(255,255,255,.68);

    font-size: 13px;

    line-height: 1.75;
}


.baliaprem-feature-content a {

    display: inline-flex;

    align-items: center;

    gap: 14px;

    color: #ffffff;

    text-decoration: none;

    font-size: 11px;

    text-transform: uppercase;

    letter-spacing: 1px;
}


.baliaprem-feature-content a b {

    width: 34px;
    height: 34px;

    display: flex;

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

    color: #ffffff;

    background: #e33b42;

    border-radius: 50%;

    font-size: 16px;

    font-weight: 400;

    transition:
        transform .3s ease;
}


.baliaprem-feature-content a:hover b {

    transform: rotate(45deg);
}


/* ==========================================
   RIGHT COLLECTION
========================================== */

.baliaprem-collection {

    display: flex;

    flex-direction: column;

    gap: 22px;
}


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

.baliaprem-product {

    flex: 1;

    display: grid;

    grid-template-columns: 43% 57%;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.105),
            rgba(255,255,255,.035)
        );

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

    border-radius: 14px;

    backdrop-filter: blur(15px);

    transition:
        transform .4s ease,
        border-color .4s ease;
}


.baliaprem-product:hover {

    transform: translateX(-7px);

    border-color: rgba(100,181,255,.45);
}


/* ==========================================
   PRODUCT IMAGE
========================================== */

.baliaprem-product-image {

    min-height: 185px;

    position: relative;

    overflow: hidden;
}


.baliaprem-product-image img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .65s ease;
}


.baliaprem-product:hover
.baliaprem-product-image img {

    transform: scale(1.09);
}


.baliaprem-product-image span {

    width: 35px;
    height: 35px;

    position: absolute;

    top: 12px;
    left: 12px;

    display: flex;

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

    color: #fff;

    background: rgba(4,20,40,.75);

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

    border-radius: 50%;

    font-size: 9px;

    font-weight: 800;
}


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

.baliaprem-product-content {

    padding: 25px 23px;
}


.baliaprem-product-content small {

    color: #e33b42;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1.8px;
}


.baliaprem-product-content h3 {

    margin: 7px 0 9px;

    color: #fff;

    font-size: 20px;

    line-height: 1.2;
}


.baliaprem-product-content p {

    margin: 0;

    color: rgba(255,255,255,.58);

    font-size: 10.5px;

    line-height: 1.7;
}


.baliaprem-product-content a {

    margin-top: 14px;

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #64b5ff;

    text-decoration: none;

    font-size: 9px;

    font-weight: 800;

    text-transform: uppercase;
}


.baliaprem-product-content a b {

    color: #e33b42;

    font-size: 15px;
}


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

.baliaprem-bottom {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 22px;

    margin-top: 22px;
}


.baliaprem-bottom-product {

    display: grid;

    grid-template-columns: 38% 62%;

    min-height: 205px;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.09),
            rgba(255,255,255,.035)
        );

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

    border-radius: 13px;

    transition:
        transform .4s ease,
        border-color .4s ease;
}


.baliaprem-bottom-product:hover {

    transform: translateY(-7px);

    border-color: rgba(100,181,255,.4);
}


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

.baliaprem-bottom-image {

    position: relative;

    overflow: hidden;
}


.baliaprem-bottom-image img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .65s ease;
}


.baliaprem-bottom-product:hover
.baliaprem-bottom-image img {

    transform: scale(1.08);
}


.baliaprem-bottom-image span {

    width: 34px;
    height: 34px;

    position: absolute;

    top: 12px;
    left: 12px;

    display: flex;

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

    color: #ffffff;

    background: #174c9c;

    border-radius: 50%;

    font-size: 9px;

    font-weight: 800;
}


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

.baliaprem-bottom-info {

    padding: 25px 23px;
}


.baliaprem-bottom-info h3 {

    margin: 0 0 10px;

    color: #ffffff;

    font-size: 18px;

    line-height: 1.25;
}


.baliaprem-bottom-info p {

    margin: 0;

    color: rgba(255,255,255,.57);

    font-size: 10.5px;

    line-height: 1.7;
}


.baliaprem-bottom-info a {

    margin-top: 14px;

    display: inline-block;

    color: #64b5ff;

    font-size: 9px;

    font-weight: 800;

    text-decoration: none;

    text-transform: uppercase;

    letter-spacing: .7px;
}


/* ==========================================
   FOOTER CTA
========================================== */

.baliaprem-footer {

    margin-top: 55px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 25px;
}


.baliaprem-footer-line {

    width: 160px;
    height: 1px;

    background: rgba(255,255,255,.12);
}


.baliaprem-view-all {

    padding: 15px 28px;

    display: flex;

    align-items: center;

    gap: 16px;

    color: #ffffff;

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

    border-radius: 3px;

    text-decoration: none;

    font-size: 10px;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 1.2px;

    transition:
        background .3s ease,
        transform .3s ease,
        border-color .3s ease;
}


.baliaprem-view-all b {

    color: #e33b42;

    font-size: 18px;

    font-weight: 400;

    transition:
        transform .3s ease;
}


.baliaprem-view-all:hover {

    color: #fff;

    background: #174c9c;

    border-color: #174c9c;

    transform: translateY(-3px);
}


.baliaprem-view-all:hover b {

    color: #fff;

    transform: translateX(5px);
}


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

@media (max-width: 1050px) {

    .baliaprem-products {

        padding: 85px 0;
    }


    .baliaprem-header h2 {

        font-size: 42px;
    }


    .baliaprem-showcase {

        grid-template-columns: 1fr;
    }


    .baliaprem-feature {

        min-height: 520px;
    }


    .baliaprem-product {

        min-height: 220px;
    }

}


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

@media (max-width: 700px) {

    .baliaprem-products {

        padding: 70px 0;
    }


    .baliaprem-container {

        width: 88%;
    }


    .baliaprem-header {

        margin-bottom: 42px;
    }


    .baliaprem-header h2 {

        font-size: 35px;
    }


    .baliaprem-showcase {

        gap: 18px;
    }


    .baliaprem-feature {

        min-height: 470px;

        border-radius: 13px;
    }


    .baliaprem-collection {

        gap: 18px;
    }


    .baliaprem-bottom {

        grid-template-columns: 1fr;

        gap: 18px;
    }

}


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

@media (max-width: 500px) {

    .baliaprem-products {

        padding: 58px 0;
    }


    .baliaprem-container {

        width: 90%;
    }


    .baliaprem-header h2 {

        font-size: 29px;

        line-height: 1.2;
    }


    .baliaprem-header p {

        font-size: 12.5px;
    }


    .baliaprem-header-tag {

        font-size: 9px;

        letter-spacing: 2px;
    }


    .baliaprem-header-tag i {

        width: 22px;
    }


    .baliaprem-feature {

        min-height: 420px;
    }


    .baliaprem-feature-content {

        left: 22px;
        right: 22px;
        bottom: 23px;
    }


    .baliaprem-feature-content h3 {

        font-size: 28px;
    }


    .baliaprem-feature-content p {

        font-size: 11px;

        line-height: 1.7;
    }


    .baliaprem-feature-number {

        width: 45px;
        height: 45px;

        top: 14px;
        right: 14px;
    }


    .baliaprem-product {

        grid-template-columns: 42% 58%;

        min-height: 185px;
    }


    .baliaprem-product-image {

        min-height: 185px;
    }


    .baliaprem-product-content {

        padding: 20px 16px;
    }


    .baliaprem-product-content h3 {

        font-size: 17px;
    }


    .baliaprem-product-content p {

        font-size: 9.5px;
    }


    .baliaprem-bottom-product {

        grid-template-columns: 40% 60%;

        min-height: 175px;
    }


    .baliaprem-bottom-info {

        padding: 20px 16px;
    }


    .baliaprem-bottom-info h3 {

        font-size: 16px;
    }


    .baliaprem-bottom-info p {

        font-size: 9.5px;
    }


    .baliaprem-footer {

        margin-top: 40px;

        gap: 8px;
    }


    .baliaprem-footer-line {

        width: 35px;
    }


    .baliaprem-view-all {

        padding: 13px 17px;

        font-size: 8.5px;
    }

}


/* ==========================================
   BALIA CHEMICALS
   PRODUCT CATEGORY SECTION
========================================== */

.balia-product-category-section {
    position: relative;
    width: 100%;
    padding: 100px 20px;
    background: #f7f9fc;
    overflow: hidden;
}

/* Decorative Background */
.balia-product-category-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(20, 78, 180, 0.05);
    top: -180px;
    left: -180px;
}

.balia-product-category-section::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(238, 32, 39, 0.04);
    bottom: -180px;
    right: -120px;
}

/* Container */
.balia-product-category-container {
    position: relative;
    z-index: 2;
    max-width: 1240px;
    margin: 0 auto;
}

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

.balia-product-category-heading {
    text-align: center;
    margin-bottom: 55px;
}

.balia-product-category-label {
    display: inline-block;
    position: relative;
    margin-bottom: 12px;
    color: #ed1c24;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.balia-product-category-heading h2 {
    margin: 0;
    color: #111111;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -1px;
}

.balia-product-category-heading h2 span {
    color: #1557c0;
}

.balia-product-category-line {
    position: relative;
    width: 58px;
    height: 4px;
    margin: 20px auto 0;
    background: #ed1c24;
    border-radius: 20px;
}

.balia-product-category-line::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 4px;
    left: 20px;
    top: 0;
    background: #1557c0;
    border-radius: 20px;
}

/* ==========================================
   GRID
========================================== */

.balia-product-category-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

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

.balia-product-category-card {
    position: relative;
    min-height: 350px;
    padding: 35px 27px 30px;
    background: #ffffff;
    border: 1px solid #e6eaf0;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}

/* Top Blue Line */
.balia-product-category-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #1557c0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

/* Red Bottom Decoration */
.balia-product-category-card::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    right: -40px;
    bottom: -40px;
    border-radius: 50%;
    background: rgba(237, 28, 36, 0.06);
    transition: 0.4s ease;
}

/* Hover */
.balia-product-category-card:hover {
    transform: translateY(-10px);
    border-color: rgba(21, 87, 192, 0.25);
    box-shadow: 0 22px 45px rgba(20, 40, 80, 0.12);
}

.balia-product-category-card:hover::before {
    transform: scaleX(1);
}

.balia-product-category-card:hover::after {
    width: 150px;
    height: 150px;
    right: -75px;
    bottom: -75px;
}

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

.balia-product-category-number {
    position: absolute;
    top: 20px;
    right: 23px;
    color: #dfe5ed;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

.balia-product-category-card:hover
.balia-product-category-number {
    color: #ed1c24;
}

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

.balia-product-category-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 30px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #edf4ff;
    color: #1557c0;
    font-size: 28px;
    transition: 0.4s ease;
}

.balia-product-category-card:hover
.balia-product-category-icon {
    background: #1557c0;
    color: #ffffff;
    transform: translateY(-3px);
}

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

.balia-product-category-content {
    position: relative;
    z-index: 3;
}

.balia-product-category-content h3 {
    margin: 0 0 15px;
    color: #111111;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
}

.balia-product-category-content p {
    margin: 0;
    color: #697386;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
}

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

.balia-product-category-arrow {
    position: relative;
    z-index: 3;
    width: 38px;
    height: 38px;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f2f5f9;
    color: #1557c0;
    font-size: 13px;
    transition: 0.4s ease;
}

.balia-product-category-card:hover
.balia-product-category-arrow {
    background: #ed1c24;
    color: #ffffff;
    transform: translateX(5px);
}

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

@media (max-width: 1100px) {

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

    .balia-product-category-card {
        min-height: 330px;
    }

    .balia-product-category-heading h2 {
        font-size: 38px;
    }
}

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

@media (max-width: 768px) {

    .balia-product-category-section {
        padding: 75px 18px;
    }

    .balia-product-category-heading {
        margin-bottom: 40px;
    }

    .balia-product-category-heading h2 {
        font-size: 32px;
    }

    .balia-product-category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .balia-product-category-card {
        min-height: 320px;
        padding: 30px 23px 25px;
    }

    .balia-product-category-icon {
        width: 62px;
        height: 62px;
        font-size: 25px;
        margin-bottom: 25px;
    }

    .balia-product-category-content h3 {
        font-size: 18px;
    }

    .balia-product-category-content p {
        font-size: 13.5px;
    }
}

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

@media (max-width: 575px) {

    .balia-product-category-section {
        padding: 60px 15px;
    }

    .balia-product-category-heading {
        margin-bottom: 32px;
    }

    .balia-product-category-label {
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .balia-product-category-heading h2 {
        font-size: 28px;
        line-height: 1.25;
    }

    .balia-product-category-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .balia-product-category-card {
        min-height: auto;
        padding: 28px 23px;
    }

    .balia-product-category-icon {
        margin-bottom: 22px;
    }

    .balia-product-category-content h3 {
        font-size: 19px;
    }

    .balia-product-category-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .balia-product-category-arrow {
        margin-top: 25px;
    }
}



/* ==========================================
   BALIA CHEMICALS
   PREMIUM PRODUCT CATEGORY
========================================== */

.balia-products-premium {

    position: relative;

    width: 100%;

    overflow: hidden;

    padding: 105px 0 110px;

    background: #ffffff;

    font-family: "Muli", sans-serif;
}


/* ==========================================
   CONTAINER
========================================== */

.balia-products-container {

    width: 90%;

    max-width: 1180px;

    margin: 0 auto;

    position: relative;

    z-index: 5;
}


/* ==========================================
   BACKGROUND GRAPHICS
========================================== */

.balia-products-bg-shape {

    position: absolute;

    pointer-events: none;

    border-radius: 50%;

    border: 1px solid rgba(17,48,82,.055);
}


.balia-products-bg-one {

    width: 500px;

    height: 500px;

    right: -280px;

    top: -220px;
}


.balia-products-bg-two {

    width: 280px;

    height: 280px;

    left: -170px;

    bottom: -120px;

    border-color: rgba(214,50,60,.07);
}


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

.balia-products-top {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 50px;

    margin-bottom: 55px;
}


.balia-products-title {

    max-width: 650px;
}


.balia-products-kicker {

    position: relative;

    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 14px;

    padding-left: 30px;

    color: #d3343d;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2.5px;

    text-transform: uppercase;
}


.balia-products-kicker::before {

    content: "";

    position: absolute;

    left: 0;

    width: 20px;

    height: 2px;

    background: #d3343d;
}


.balia-products-title h2 {

    margin: 0;

    color: #14263a;

    font-size: 48px;

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -1.5px;
}


.balia-products-title h2 span {

    display: block;

    color: #28537e;
}


.balia-products-heading-line {

    width: 150px;

    height: 1px;

    margin-bottom: 13px;

    background: #dfe3e7;
}


/* ==========================================
   PRODUCT LIST
========================================== */

.balia-products-list {

    border-top: 1px solid #dfe3e7;
}


/* ==========================================
   PRODUCT ROW
========================================== */

.balia-product-row {

    position: relative;

    display: grid;

    grid-template-columns:
        55px
        150px
        1fr
        55px;

    align-items: center;

    min-height: 170px;

    column-gap: 28px;

    padding: 20px 12px;

    border-bottom: 1px solid #dfe3e7;

    background: #ffffff;

    transition:
        background .35s ease,
        padding .35s ease;
}


.balia-product-row:hover {

    padding-left: 25px;

    padding-right: 25px;

    background: #f8f9f8;
}


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

.balia-product-count {

    color: #9aa3aa;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1px;

    transition: color .3s ease;
}


.balia-product-row:hover
.balia-product-count {

    color: #d3343d;
}


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

.balia-product-image {

    width: 150px;

    height: 125px;

    overflow: hidden;

    border-radius: 5px;

    background: #f1f3f2;
}


.balia-product-image img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .6s ease;
}


.balia-product-row:hover
.balia-product-image img {

    transform: scale(1.08);
}


/* ==========================================
   DETAILS
========================================== */

.balia-product-details {

    padding-left: 15px;
}


.balia-product-details h3 {

    position: relative;

    margin: 0 0 10px;

    padding-left: 18px;

    color: #152b43;

    font-size: 24px;

    font-weight: 800;

    line-height: 1.2;
}


.balia-product-details h3::before {

    content: "";

    position: absolute;

    left: 0;

    top: 5px;

    width: 3px;

    height: 19px;

    background: #d3343d;

    transform: scaleY(.4);

    transform-origin: bottom;

    transition:
        transform .35s ease;
}


.balia-product-row:hover
.balia-product-details h3::before {

    transform: scaleY(1);
}


.balia-product-details p {

    max-width: 610px;

    margin: 0;

    color: #737c83;

    font-size: 12px;

    line-height: 1.8;
}


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

.balia-product-arrow {

    width: 43px;

    height: 43px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #dce1e4;

    border-radius: 50%;

    color: #203f61;

    font-size: 17px;

    transition:
        color .35s ease,
        background .35s ease,
        border-color .35s ease,
        transform .35s ease;
}


.balia-product-row:hover
.balia-product-arrow {

    color: #ffffff;

    background: #d3343d;

    border-color: #d3343d;

    transform: rotate(45deg);
}


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

@media (max-width: 900px) {

    .balia-products-premium {

        padding: 80px 0 85px;
    }


    .balia-products-title h2 {

        font-size: 40px;
    }


    .balia-product-row {

        grid-template-columns:
            45px
            125px
            1fr
            45px;

        column-gap: 20px;

        min-height: 150px;
    }


    .balia-product-image {

        width: 125px;

        height: 105px;
    }


    .balia-product-details h3 {

        font-size: 21px;
    }

}


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

@media (max-width: 650px) {

    .balia-products-premium {

        padding: 65px 0 70px;
    }


    .balia-products-container {

        width: 90%;
    }


    .balia-products-top {

        display: block;

        margin-bottom: 38px;
    }


    .balia-products-title h2 {

        font-size: 32px;

        line-height: 1.15;
    }


    .balia-products-heading-line {

        display: none;
    }


    .balia-product-row {

        display: grid;

        grid-template-columns:
            38px
            95px
            1fr;

        grid-template-rows:
            auto auto;

        column-gap: 14px;

        row-gap: 10px;

        padding: 20px 5px;
    }


    .balia-product-row:hover {

        padding-left: 10px;

        padding-right: 10px;
    }


    .balia-product-count {

        grid-row: span 2;

        align-self: start;

        padding-top: 4px;
    }


    .balia-product-image {

        width: 95px;

        height: 95px;

        grid-row: span 2;
    }


    .balia-product-details {

        padding-left: 0;

        padding-right: 5px;
    }


    .balia-product-details h3 {

        margin-bottom: 6px;

        padding-left: 13px;

        font-size: 17px;
    }


    .balia-product-details h3::before {

        top: 3px;

        width: 2px;

        height: 16px;
    }


    .balia-product-details p {

        font-size: 10px;

        line-height: 1.6;
    }


    .balia-product-arrow {

        position: absolute;

        right: 3px;

        top: 20px;

        width: 31px;

        height: 31px;

        font-size: 13px;
    }

}


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

@media (max-width: 420px) {

    .balia-products-title h2 {

        font-size: 28px;
    }


    .balia-products-kicker {

        font-size: 9px;

        letter-spacing: 2px;
    }


    .balia-product-row {

        grid-template-columns:
            28px
            82px
            1fr;

        column-gap: 11px;
    }


    .balia-product-image {

        width: 82px;

        height: 85px;
    }


    .balia-product-details h3 {

        font-size: 15px;
    }


    .balia-product-details p {

        font-size: 9px;
    }


    .balia-product-arrow {

        display: none;
    }

}


/* ==========================================
   BALIA CHEMICALS
   PREMIUM CATEGORY SHOWCASE
========================================== */

.balia-premium-category {

    position: relative;

    width: 100%;

    overflow: hidden;

    padding: 50px 0 70px;

    background: #f9faf8;

    font-family: "Muli", sans-serif;
}


/* ==========================================
   CONTAINER
========================================== */

.bpc-container {

    width: 90%;

    max-width: 1200px;

    margin: auto;

    position: relative;

    z-index: 5;
}


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

.bpc-header {

    position: relative;

    text-align: center;

    margin-bottom: 70px;
}


.bpc-small-title {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: #d4343e;

    font-size: 20px;

    font-weight: 800;

    letter-spacing: 3px;

    text-transform: uppercase;

    margin-bottom: 15px;
}


.bpc-small-title span {

    width: 28px;

    height: 2px;

    background: #d4343e;
}


.bpc-header h2 {

    margin: 0;

    color: #16283b;

    font-size: 48px;

    line-height: 1.1;

    font-weight: 800;

    letter-spacing: -1.5px;
}


.bpc-header h2 strong {

    color: #29547d;

    font-weight: 800;
}


.bpc-header-number {

    position: absolute;

    right: 0;

    bottom: -5px;

    color: #e3e6e5;

    font-size: 75px;

    line-height: 1;

    font-weight: 900;

    z-index: -1;
}


/* ==========================================
   SHOWCASE
========================================== */

.bpc-showcase {

    display: grid;
    margin-top: -65px;
    grid-template-columns: 1fr 1.2fr 1fr;

    align-items: center;

    gap: 15px;

    min-height: 570px;
}


/* ==========================================
   SIDE COLUMNS
========================================== */

.bpc-side {

    display: flex;

    flex-direction: column;

    gap: 38px;
}


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

.bpc-category {

    position: relative;

    display: flex;

    align-items: center;

    gap: 20px;

    padding: 10px;

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

    border: 1px solid #e4e7e5;

    border-radius: 80px 12px 12px 80px;

    transition:
        transform .4s ease,
        box-shadow .4s ease,
        background .4s ease;
}


.bpc-category:hover {

    transform: translateY(-6px);

    background: #ffffff;

    box-shadow:
        0 18px 45px rgba(21,42,60,.10);
}


/* Right side mirrored */

.bpc-side-right .bpc-category {

    flex-direction: row-reverse;

    border-radius: 12px 80px 80px 12px;

    text-align: right;
}


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

.bpc-category-image {

    flex: 0 0 105px;

    width: 105px;

    height: 105px;

    overflow: hidden;

    border-radius: 50%;

    border: 5px solid #ffffff;

    box-shadow:
        0 5px 20px rgba(20,40,60,.10);
}


.bpc-category-image img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .6s ease;
}


.bpc-category:hover
.bpc-category-image img {

    transform: scale(1.1);
}


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

.bpc-category-text {

    padding-right: 10px;
}


.bpc-side-right .bpc-category-text {

    padding-right: 0;

    padding-left: 10px;
}


.bpc-category-text span {

    display: block;

    margin-bottom: 5px;

    color: #d4343e;

    font-size: 15px;

    font-weight: 800;

    letter-spacing: 1px;
}


.bpc-category-text h3 {

    margin: 0 0 7px;

    color: #172d44;

    font-size: 18px;

    line-height: 1.2;

    font-weight: 800;
}


.bpc-category-text p {

    margin: 0;

    color: #747d83;

    font-size: 13px;

    line-height: 1.65;
}


/* ==========================================
   CENTER
========================================== */

.bpc-center {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    height: 570px;
}


.bpc-center-circle {

    position: relative;

    width: 450px;

    height: 450px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #dce2df;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            #ffffff 0%,
            #f2f5f3 70%,
            #e9eeeb 100%
        );

    box-shadow:
        0 25px 70px rgba(21,42,60,.10);
}


/* Outer rings */

.bpc-center-circle::before {

    content: "";

    position: absolute;

    inset: -25px;

    /* border: 1px dashed #d9dfdc; */

    border-radius: 50%;
}


.bpc-center-circle::after {

    content: "";

    position: absolute;

    inset: -48px;

    /* border: 1px solid rgba(212,52,62,.10); */

    border-radius: 50%;
}


/* ==========================================
   CENTER IMAGE
========================================== */

.bpc-center-image {

    position: relative;

    width: 355px;

    height: 355px;

    overflow: hidden;

    border-radius: 50%;

    z-index: 3;

    border: 10px solid #ffffff;

    box-shadow:
        0 20px 55px rgba(20,40,60,.15);
}


.bpc-center-image img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .8s ease;
}


.bpc-center:hover
.bpc-center-image img {

    transform: scale(1.06);
}


/* ==========================================
   CENTER TECHNICAL LINES
========================================== */

.bpc-circle-line {

    position: absolute;

    width: 12px;

    height: 12px;

    background: #d4343e;

    border-radius: 50%;

    z-index: 5;
}


/* .bpc-circle-line-one {

    top: 20px;

    right: 90px;
} */


/* .bpc-circle-line-two {

    bottom: 45px;

    left: 55px;

    background: #29547d;
} */


/* ==========================================
   CENTER LABEL
========================================== */

.bpc-center-tag {

    position: absolute;

    bottom: 17px;

    left: 50%;

    transform: translateX(-50%);

    padding: 8px 18px;

    color: #ffffff;

    background: #173957;

    font-size: 20px;

    font-weight: 800;

    letter-spacing: 2px;

    white-space: nowrap;

    border-radius: 30px;

    z-index: 10;
}


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

.bpc-bottom-category {

    width: 460px;

    margin: 35px auto 0;

    display: flex;

    align-items: center;

    gap: 20px;

    padding: 10px;

    background: #ffffff;

    border: 1px solid #e1e5e3;

    border-radius: 12px;

    box-shadow:
        0 12px 35px rgba(20,40,60,.06);

    transition:
        transform .4s ease,
        box-shadow .4s ease;
}


.bpc-bottom-category:hover {

    transform: translateY(-5px);

    box-shadow:
        0 20px 45px rgba(20,40,60,.11);
}


.bpc-bottom-image {

    width: 100px;

    height: 90px;

    flex: 0 0 100px;

    overflow: hidden;

    border-radius: 8px;
}


.bpc-bottom-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition:
        transform .6s ease;
}


.bpc-bottom-category:hover
.bpc-bottom-image img {

    transform: scale(1.08);
}


.bpc-bottom-text span {

    color: #d4343e;

    font-size: 15px;

    font-weight: 800;
}


.bpc-bottom-text h3 {

    margin: 5px 0 6px;

    color: #172d44;

    font-size: 19px;

    font-weight: 800;
}


.bpc-bottom-text p {

    margin: 0;

    color: #747d83;

    font-size: 13px;

    line-height: 1.65;
}


/* ==========================================
   MOLECULE GRAPHICS
========================================== */

.bpc-molecule {

    position: absolute;

    width: 120px;

    height: 120px;

    opacity: .35;

    pointer-events: none;
}


.bpc-molecule-one {

    left: 3%;

    top: 25%;
}


.bpc-molecule-two {

    right: 3%;

    bottom: 18%;
}


.bpc-molecule span {

    position: absolute;

    width: 9px;

    height: 9px;

    border: 1px solid #b9c2c5;

    border-radius: 50%;

    background: #f9faf8;
}


.bpc-molecule span:nth-child(1) {

    left: 10px;

    top: 40px;
}


.bpc-molecule span:nth-child(2) {

    left: 70px;

    top: 15px;
}


.bpc-molecule span:nth-child(3) {

    left: 85px;

    top: 80px;
}


.bpc-molecule i {

    position: absolute;

    height: 1px;

    background: #c4cbcd;

    transform-origin: left center;
}


.bpc-molecule i:nth-of-type(1) {

    width: 65px;

    left: 18px;

    top: 43px;

    transform: rotate(-23deg);
}


.bpc-molecule i:nth-of-type(2) {

    width: 65px;

    left: 77px;

    top: 24px;

    transform: rotate(76deg);
}


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

@media (max-width: 1050px) {

    .balia-premium-category {

        padding: 85px 0 90px;
    }


    .bpc-header h2 {

        font-size: 40px;
    }


    .bpc-showcase {

        grid-template-columns:
            1fr 1fr;

        gap: 25px;
    }


    .bpc-center {

        grid-column: 1 / -1;

        grid-row: 1;

        height: 450px;
    }


    .bpc-side {

        grid-row: 2;
    }


    .bpc-center-circle {

        width: 350px;

        height: 350px;
    }


    .bpc-center-image {

        width: 275px;

        height: 275px;
    }


    .bpc-center-tag {

        bottom: 10px;
    }

}


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

@media (max-width: 700px) {

    .balia-premium-category {

        padding: 65px 0 70px;
    }


    .bpc-container {

        width: 90%;
    }


    .bpc-header {

        margin-bottom: 45px;
    }


    .bpc-header h2 {

        font-size: 31px;

        line-height: 1.15;
    }


    .bpc-header-number {

        display: none;
    }


    .bpc-showcase {

        display: flex;

        flex-direction: column;

        gap: 20px;
    }


    .bpc-center {

        order: 1;

        width: 100%;

        height: 350px;
    }


    .bpc-side-left {

        order: 2;
    }


    .bpc-side-right {

        order: 3;
    }


    .bpc-center-circle {

        width: 285px;

        height: 285px;
    }


    .bpc-center-image {

        width: 225px;

        height: 225px;

        border-width: 7px;
    }


    .bpc-center-circle::before {

        inset: -15px;
    }


    .bpc-center-circle::after {

        inset: -28px;
    }


    .bpc-category {

        width: 100%;

        box-sizing: border-box;

        border-radius: 60px 10px 10px 60px;

        gap: 15px;
    }


    .bpc-side-right .bpc-category {

        border-radius: 10px 60px 60px 10px;
    }


    .bpc-category-image {

        flex-basis: 85px;

        width: 85px;

        height: 85px;
    }


    .bpc-category-text h3 {

        font-size: 16px;
    }


    .bpc-category-text p {

        font-size: 9px;

        line-height: 1.55;
    }


    .bpc-side {

        gap: 16px;
    }


    .bpc-bottom-category {

        width: 100%;

        box-sizing: border-box;

        margin-top: 25px;
    }

}


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

@media (max-width: 450px) {

    .bpc-header h2 {

        font-size: 27px;
    }


    .bpc-small-title {

        font-size: 8px;

        letter-spacing: 2px;
    }


    .bpc-center {

        height: 300px;
    }


    .bpc-center-circle {

        width: 245px;

        height: 245px;
    }


    .bpc-center-image {

        width: 195px;

        height: 195px;
    }


    .bpc-category-image {

        flex-basis: 72px;

        width: 72px;

        height: 72px;
    }


    .bpc-category {

        gap: 12px;

        padding: 8px;
    }


    .bpc-category-text h3 {

        font-size: 14px;
    }


    .bpc-category-text p {

        font-size: 8px;
    }


    .bpc-bottom-image {

        width: 80px;

        height: 75px;

        flex-basis: 80px;
    }


    .bpc-bottom-text h3 {

        font-size: 16px;
    }

}


.balia-simple-why {
  padding: 80px 20px;
  background: #ffffff;
 }

.balia-simple-container {
  max-width: 1150px;
  margin: 0 auto;
}

.balia-simple-heading {
  max-width: 720px;
  margin: 0 auto 45px;
  text-align: center;
}

.balia-simple-heading > span {
  display: inline-block;
  margin-bottom: 12px;
  color: #d62b3b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.balia-simple-heading h2 {
  margin: 0;
  color: #172238;
  font-size: 33px;
  line-height: 1.25;
  font-weight: 700;
}

.balia-simple-heading h2 b {
  color: #144bb5;
}

.balia-simple-heading p {
  margin: 15px auto 0;
  color: #6f7b8c;
  font-size: 15px;
  line-height: 1.7;
}

.balia-simple-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.balia-simple-card {
  padding: 30px 25px;
  text-align: left;
  border: 1px solid #e5e9ef;
  border-radius: 10px;
  background: #ffffff;
  transition: 0.3s ease;
}

.balia-simple-card:hover {
  border-color: #144bb5;
  box-shadow: 0 10px 30px rgba(20, 75, 181, 0.09);
  transform: translateY(-4px);
}

.balia-simple-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #edf3ff;
  color: #144bb5;
  font-size: 21px;
}

.balia-simple-card:hover .balia-simple-icon {
  background: #144bb5;
  color: #ffffff;
}

.balia-simple-card h3 {
  margin: 0 0 10px;
  color: #172238;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
}

.balia-simple-card p {
  margin: 0;
  color: #727d8d;
  font-size: 13px;
  line-height: 1.7;
}

/* Tablet */
@media (max-width: 900px) {
  .balia-simple-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

/* Mobile */
@media (max-width: 600px) {
  .balia-simple-why {
    padding: 55px 15px;
  }

  .balia-simple-heading {
    margin-bottom: 30px;
  }

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

  .balia-simple-heading p {
    font-size: 13px;
  }

  .balia-simple-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .balia-simple-card {
    padding: 25px 20px;
  }
}



/* ============================================
   BALIA CHEMICALS
   COMMITMENT HERO SECTION
============================================ */

.balia-commitment-hero {
    position: relative;
    width: 100%;
    min-height: 760px;

    background-image: url("../img/commitment.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    overflow: hidden;
    isolation: isolate;
}

/* Dark overlay for better text readability */
.balia-commitment-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;

    background:
        linear-gradient(
            90deg,
            rgba(3, 30, 91, 0.12) 0%,
            rgba(3, 30, 91, 0.03) 55%,
            rgba(3, 30, 91, 0) 100%
        );
}

/* Main wrapper */
.balia-commitment-wrapper {
    width: 100%;
    /* max-width: 1280px;
    min-height: 760px; */

    margin: 0 auto;
    padding: 80px 30px;

    display: flex;
    align-items: center;
}

/* Content */
.balia-commitment-content {
    width: 58%;
    max-width: 720px;
    color: #ffffff;
}

/* Small heading */
.balia-commitment-eyebrow {
    display: inline-flex;
    align-items: center;

    margin-bottom: 18px;

    color: #ff2424;

    font-size: 16px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1.2;
}

/* Main title */
.balia-commitment-title {
    margin: 0;

    max-width: 680px;

    color: #ffffff;

    font-size: clamp(42px, 5vw, 40px);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -2px;
}


 

.balia-commitment-title span {
    display: inline-block;
    color: #31a9ff;
}

/* Decorative line */
.balia-commitment-line {
    width: 100px;
    height: 5px;

    margin: 28px 0 35px;

    background: linear-gradient(
        90deg,
        #ed1c24 0%,
        #ed1c24 55%,
        #1557c0 55%,
        #1557c0 100%
    );

    border-radius: 20px;
}

/* Points wrapper */
.balia-commitment-points {
    display: flex;
    flex-direction: column;
    gap: 23px;
}

/* Individual point */
.balia-commitment-point {
    display: flex;
    align-items: flex-start;
    gap: 20px;

    max-width: 670px;
}

/* Icon */
.balia-commitment-icon {
    flex: 0 0 54px;

    width: 54px;
    height: 54px;

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

    border-radius: 50%;

    background: rgba(21, 87, 192, 0.95);

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

    color: #ffffff;

    font-size: 21px;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.18),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);

    transition: all 0.3s ease;
}

.balia-commitment-point:hover
.balia-commitment-icon {
    background: #ed1c24;
    transform: translateY(-3px);
}

/* Paragraph */
.balia-commitment-point p {
    margin: 0;

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

    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

/* CTA */
.balia-commitment-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;

    margin-top: 38px;
    padding: 15px 24px 15px 28px;

    color: #ffffff;
    background: #ed1c24;

    border: 2px solid #ed1c24;
    border-radius: 7px;

    font-size: 15px;
    font-weight: 700;
    line-height: 1;

    text-decoration: none;

    box-shadow: 0 12px 30px rgba(237, 28, 36, 0.25);

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

.balia-commitment-button i {
    width: 34px;
    height: 34px;

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

    background: #ffffff;
    color: #ed1c24;

    border-radius: 50%;

    transition: transform 0.3s ease;
}

.balia-commitment-button:hover {
    color: #ffffff;
    background: #c9151c;
    border-color: #c9151c;

    transform: translateY(-3px);

    box-shadow: 0 15px 35px rgba(237, 28, 36, 0.35);
}

.balia-commitment-button:hover i {
    transform: translateX(4px);
}


/* ============================================
   LARGE DESKTOP
============================================ */

@media (max-width: 1200px) {

    .balia-commitment-wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }

    .balia-commitment-content {
        width: 60%;
    }

    .balia-commitment-title {
        font-size: 58px;
    }
}


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

@media (max-width: 991px) {

    .balia-commitment-hero {
        min-height: 700px;

        background-position: center right;
    }

    .balia-commitment-wrapper {
        min-height: 700px;
        padding: 65px 35px;
    }

    .balia-commitment-content {
        width: 68%;
    }

    .balia-commitment-title {
        font-size: 48px;
    }

    .balia-commitment-point p {
        font-size: 15px;
    }

    .balia-commitment-icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
        font-size: 18px;
    }
}


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

@media (max-width: 767px) {

    .balia-commitment-hero {
        min-height: auto;

        background-position: 62% center;
    }

    /*
       Stronger overlay on mobile because
       background products remain visible.
    */
    .balia-commitment-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(3, 28, 85, 0.94) 0%,
                rgba(3, 28, 85, 0.88) 55%,
                rgba(3, 28, 85, 0.72) 100%
            );
    }

    .balia-commitment-wrapper {
        min-height: auto;

        padding: 65px 22px;
    }

    .balia-commitment-content {
        width: 100%;
        max-width: 100%;
    }

    .balia-commitment-eyebrow {
        font-size: 13px;
        letter-spacing: 1.5px;
    }

    .balia-commitment-title {
        font-size: 40px;
        line-height: 1.08;
        letter-spacing: -1px;
    }

    .balia-commitment-line {
        margin: 22px 0 28px;
    }

    .balia-commitment-points {
        gap: 20px;
    }

    .balia-commitment-point {
        gap: 14px;
    }

    .balia-commitment-icon {
        flex: 0 0 45px;

        width: 45px;
        height: 45px;

        font-size: 17px;
    }

    .balia-commitment-point p {
        font-size: 14px;
        line-height: 1.65;
    }

    .balia-commitment-button {
        width: 100%;
        max-width: 280px;

        margin-top: 30px;

        padding: 14px 18px 14px 20px;
    }
}


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

@media (max-width: 480px) {

    .balia-commitment-wrapper {
        padding: 52px 18px;
    }

    .balia-commitment-title {
        font-size: 34px;
    }

    .balia-commitment-eyebrow {
        font-size: 12px;
    }

    .balia-commitment-point {
        align-items: flex-start;
    }

    .balia-commitment-icon {
        flex: 0 0 42px;

        width: 42px;
        height: 42px;
    }

    .balia-commitment-point p {
        font-size: 13.5px;
    }

    .balia-commitment-button {
        max-width: 100%;
    }
}




























/* 
.baliafaq-section {
    position: relative;
    width: 100%;
    padding: 100px 20px;
    background: #f7f9fc;
    overflow: hidden;
 }

 .baliafaq-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: rgba(18, 78, 190, 0.05);
    border-radius: 50%;
    top: -180px;
    left: -180px;
}

.baliafaq-section::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(238, 30, 36, 0.04);
    border-radius: 50%;
    bottom: -150px;
    right: -120px;
} */

.baliafaq-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}

/* Heading */
.baliafaq-heading {
    text-align: center;
    margin-bottom: 50px;
}

.baliafaq-label {
    display: inline-block;
    color: #ed1c24;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.baliafaq-heading h2 {
    margin: 0;
    color: #111111;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
}

.baliafaq-heading h2 span {
    color: #1557c0;
}

.baliafaq-line {
    position: relative;
    width: 65px;
    height: 4px;
    background: #1557c0;
    margin: 20px auto 0;
    border-radius: 20px;
}

.baliafaq-line::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 4px;
    right: -28px;
    top: 0;
    background: #ed1c24;
    border-radius: 20px;
}

/* FAQ List */
.baliafaq-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}





















/* FAQ Item */
.baliafaq-item {
    position: relative;
    background: #ffffff;
    border: 1px solid #e7ebf2;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.baliafaq-item:hover {
    border-color: rgba(21, 87, 192, 0.35);
    box-shadow: 0 12px 35px rgba(14, 39, 80, 0.08);
}

/* Active Item */
.baliafaq-item.baliafaq-active {
    border-color: #1557c0;
    box-shadow: 0 14px 40px rgba(21, 87, 192, 0.10);
}

/* Question Button */
.baliafaq-question {
    width: 100%;
    border: 0;
    outline: none;
    background: transparent;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    text-align: left;
    color: #161616;
    font-size: 17px;
    font-weight: 700;
      font-family: "Muli", sans-serif;
 }

/* Question hover */
.baliafaq-question:hover {
    color: #1557c0;
}

/* Icon */
.baliafaq-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f1f5fb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1557c0;
    font-size: 13px;
    transition: all 0.3s ease;
}

.baliafaq-active .baliafaq-icon {
    background: #1557c0;
    color: #ffffff;
    transform: rotate(45deg);
}

.baliafaq-active .baliafaq-question {
    color: #1557c0;
}

/* Answer */
.baliafaq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
}

.baliafaq-answer p {
    min-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0 28px;
    color: #626b78;
    font-size: 15px;
    line-height: 1.8;
}

.baliafaq-active .baliafaq-answer {
    grid-template-rows: 1fr;
}

.baliafaq-active .baliafaq-answer p {
    padding-bottom: 25px;
}


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

@media (max-width: 991px) {

    .baliafaq-section {
        padding: 80px 20px;
    }

    .baliafaq-heading h2 {
        font-size: 36px;
    }

    .baliafaq-question {
        padding: 21px 22px;
        font-size: 16px;
    }

    .baliafaq-answer p {
        padding-left: 22px;
        padding-right: 22px;
    }
}


@media (max-width: 767px) {

    .baliafaq-section {
        padding: 65px 15px;
    }

    .baliafaq-heading {
        margin-bottom: 35px;
    }

    .baliafaq-label {
        font-size: 12px;
        letter-spacing: 1.5px;
    }

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

    .baliafaq-question {
        padding: 18px 16px;
        font-size: 15px;
        gap: 12px;
    }

    .baliafaq-icon {
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
        font-size: 11px;
    }

    .baliafaq-answer p {
        padding-left: 16px;
        padding-right: 16px;
        font-size: 14px;
        line-height: 1.7;
    }

    .baliafaq-active .baliafaq-answer p {
        padding-bottom: 20px;
    }
}


@media (max-width: 480px) {

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

    .baliafaq-heading h2 {
        font-size: 26px;
    }

    .baliafaq-item {
        border-radius: 9px;
    }

    .baliafaq-question {
        padding: 16px 14px;
        font-size: 14px;
    }

    .baliafaq-icon {
        flex: 0 0 31px;
        width: 31px;
        height: 31px;
    }

    .baliafaq-answer p {
        padding-left: 14px;
        padding-right: 14px;
        font-size: 13.5px;
    }
}


.balia-graphic-cta {
    position: relative;

    width: 100%;
    min-height: 390px;

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

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #071c48 0%,
            #0d3f91 48%,
            #155dcc 100%
        );

 }


/* =========================================
   MAIN CONTAINER
========================================= */

.balia-graphic-cta__container {
    position: relative;

    z-index: 10;

    width: 100%;
    max-width: 1100px;

    padding: 70px 25px;

    text-align: center;
}


.balia-graphic-cta__content {
    max-width: 900px;

    margin: auto;
}


/* =========================================
   LABEL
========================================= */

.balia-graphic-cta__label {
    display: flex;

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

    gap: 12px;

    margin-bottom: 17px;

    color: #ffffff;

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

    letter-spacing: 2.5px;
}


.balia-graphic-cta__label span {
    width: 30px;
    height: 3px;

    display: block;

    background: #ed1c24;

    border-radius: 10px;
}


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

.balia-graphic-cta__content h2 {
    margin: 0;

    color: #ffffff;

    font-size: 42px;
    line-height: 1.2;

    font-weight: 800;

    letter-spacing: -0.7px;
}


.balia-graphic-cta__content h2 strong {
    display: block;

    color: #ffffff;

    font-weight: 800;
}


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

.balia-graphic-cta__content p {
    max-width: 820px;

    margin: 20px auto 0;

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

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


/* =========================================
   BUTTONS
========================================= */

.balia-graphic-cta__buttons {
    display: flex;

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

    gap: 14px;

    margin-top: 30px;
}


.balia-graphic-cta__button {
    min-width: 190px;
    height: 53px;

    padding: 0 25px;

    display: inline-flex;

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

    gap: 11px;

    border-radius: 30px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    transition: all 0.3s ease;
}


.balia-graphic-cta__button i {
    font-size: 11px;

    transition: transform 0.3s ease;
}


/* Red Button */

.balia-graphic-cta__button--primary {
    color: #ffffff;

    background: #ed1c24;

    border: 2px solid #ed1c24;

    box-shadow: 0 8px 25px rgba(237,28,36,0.25);
}


.balia-graphic-cta__button--primary:hover {
    color: #1557c0;

    background: #ffffff;

    border-color: #ffffff;
}


.balia-graphic-cta__button--primary:hover i {
    transform: translateX(5px);
}


/* Outline Button */

.balia-graphic-cta__button--outline {
    color: #ffffff;

    background: transparent;

    border: 2px solid rgba(255,255,255,0.9);
}


.balia-graphic-cta__button--outline:hover {
    color: #1557c0;

    background: #ffffff;

    border-color: #ffffff;
}


.balia-graphic-cta__button--outline:hover i {
    transform: translateX(5px);
}


/* =========================================
   BUBBLES
========================================= */

.balia-graphic-cta__bubble {
    position: absolute;

    z-index: 2;

    border-radius: 50%;

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

    background:
        radial-gradient(
            circle at 30% 25%,
            rgba(255,255,255,0.25),
            rgba(255,255,255,0.04) 55%,
            transparent 70%
        );

    box-shadow:
        inset 0 0 20px rgba(255,255,255,0.08),
        0 0 30px rgba(255,255,255,0.04);

    animation: baliaBubbleFloat 7s ease-in-out infinite;
}


.balia-graphic-cta__bubble--1 {
    width: 95px;
    height: 95px;

    left: 6%;
    top: 14%;
}


.balia-graphic-cta__bubble--2 {
    width: 38px;
    height: 38px;

    left: 16%;
    bottom: 18%;

    animation-delay: 1s;
}


.balia-graphic-cta__bubble--3 {
    width: 125px;
    height: 125px;

    right: 5%;
    bottom: -25px;

    animation-delay: 2s;
}


.balia-graphic-cta__bubble--4 {
    width: 48px;
    height: 48px;

    right: 18%;
    top: 13%;

    animation-delay: 3s;
}


.balia-graphic-cta__bubble--5 {
    width: 20px;
    height: 20px;

    right: 10%;
    top: 35%;

    animation-delay: 1.5s;
}


@keyframes baliaBubbleFloat {

    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-14px);
    }

}


/* =========================================
   SOFT LIGHT GLOW
========================================= */

.balia-graphic-cta__glow {
    position: absolute;

    z-index: 1;

    border-radius: 50%;

    filter: blur(5px);

    pointer-events: none;
}


.balia-graphic-cta__glow--left {
    width: 280px;
    height: 280px;

    left: -130px;
    top: 50px;

    background: rgba(76,160,255,0.16);
}


.balia-graphic-cta__glow--right {
    width: 350px;
    height: 350px;

    right: -150px;
    top: -100px;

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


/* =========================================
   FLOWING LIGHT WAVES
========================================= */

.balia-graphic-cta__wave {
    position: absolute;

    z-index: 1;

    width: 700px;
    height: 180px;

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

    border-radius: 50%;

    transform: rotate(-14deg);

    pointer-events: none;
}


.balia-graphic-cta__wave--one {
    left: -180px;
    bottom: -90px;
}


.balia-graphic-cta__wave--two {
    right: -230px;
    top: -90px;

    transform: rotate(18deg);
}


/* =========================================
   DOT PATTERNS
========================================= */

.balia-graphic-cta__dots {
    position: absolute;

    z-index: 2;

    width: 90px;
    height: 90px;

    opacity: 0.25;

    background-image:
        radial-gradient(
            rgba(255,255,255,0.7) 1px,
            transparent 1px
        );

    background-size: 12px 12px;
}


.balia-graphic-cta__dots--left {
    left: 3%;
    bottom: 12%;
}


.balia-graphic-cta__dots--right {
    right: 3%;
    top: 16%;
}


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

@media (max-width: 991px) {

    .balia-graphic-cta {
        min-height: 370px;
    }

    .balia-graphic-cta__container {
        padding: 65px 25px;
    }

    .balia-graphic-cta__content h2 {
        font-size: 36px;
    }

    .balia-graphic-cta__content p {
        font-size: 15px;
    }

}


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

@media (max-width: 767px) {

    .balia-graphic-cta {
        min-height: 430px;
    }

    .balia-graphic-cta__container {
        padding: 60px 20px;
    }

    .balia-graphic-cta__label {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .balia-graphic-cta__label span {
        width: 20px;
        height: 2px;
    }

    .balia-graphic-cta__content h2 {
        font-size: 29px;
        line-height: 1.25;
        letter-spacing: 0;
    }

    .balia-graphic-cta__content p {
        margin-top: 17px;

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

    .balia-graphic-cta__buttons {
        flex-direction: column;

        gap: 10px;

        margin-top: 25px;
    }

    .balia-graphic-cta__button {
        width: 100%;
        max-width: 260px;

        height: 50px;

        font-size: 13px;
    }

    .balia-graphic-cta__bubble--1 {
        left: -35px;
        top: 8%;
    }

    .balia-graphic-cta__bubble--3 {
        right: -50px;
    }

    .balia-graphic-cta__dots {
        opacity: 0.15;
    }

}


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

@media (max-width: 480px) {

    .balia-graphic-cta {
        min-height: 440px;
    }

    .balia-graphic-cta__container {
        padding: 55px 16px;
    }

    .balia-graphic-cta__content h2 {
        font-size: 25px;
    }

    .balia-graphic-cta__content p {
        font-size: 13.5px;
    }

    .balia-graphic-cta__button {
        max-width: 100%;
    }

    .balia-graphic-cta__bubble--2,
    .balia-graphic-cta__bubble--5 {
        display: none;
    }

}




.bcx-floating-contact {
    position: fixed;
    right: 22px;
    bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 99999;
}

/* Common Button */
.bcx-float-whatsapp,
.bcx-float-call {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.20);
    transition: all 0.3s ease;
}

/* Icons */
.bcx-float-whatsapp i,
.bcx-float-call i {
    color: #ffffff;
    font-size: 23px;
}

/* WhatsApp */
.bcx-float-whatsapp {
    background: #25D366;
}

/* Call */
.bcx-float-call {
    background: #0057d9;
}

/* Hover */
.bcx-float-whatsapp:hover,
.bcx-float-call:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

/* Tooltip */
.bcx-float-whatsapp span,
.bcx-float-call span {
    position: absolute;
    right: 66px;
    top: 50%;
    transform: translateY(-50%);
    background: #111111;
    color: #ffffff;
    padding: 8px 13px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.25s ease;
}

/* Tooltip Arrow */
.bcx-float-whatsapp span::after,
.bcx-float-call span::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #111111;
}

/* Show Tooltip */
.bcx-float-whatsapp:hover span,
.bcx-float-call:hover span {
    opacity: 1;
    visibility: visible;
}

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

@media (max-width: 767px) {

    .bcx-floating-contact {
        right: 15px;
        bottom: 18px;
        gap: 10px;
    }

    .bcx-float-whatsapp,
    .bcx-float-call {
        width: 50px;
        height: 50px;
    }

    .bcx-float-whatsapp i,
    .bcx-float-call i {
        font-size: 21px;
    }

    /* Hide tooltip on mobile */
    .bcx-float-whatsapp span,
    .bcx-float-call span {
        display: none;
    }
}

/* Small Mobile */
@media (max-width: 400px) {

    .bcx-floating-contact {
        right: 12px;
        bottom: 15px;
    }

    .bcx-float-whatsapp,
    .bcx-float-call {
        width: 46px;
        height: 46px;
    }

    .bcx-float-whatsapp i,
    .bcx-float-call i {
        font-size: 19px;
    }
}



/* =========================================
   BALIA CONTACT HERO
========================================= */

.balia-contact-hero-x91{
    width:100%;
    min-height:390px;

    background-image:
        url('../img/contact-banner.png');

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    position:relative;
    overflow:hidden;

    /* font-family:'Poppins',Arial,sans-serif; */
}


/* =========================================
   OVERLAY
========================================= */

.balia-contact-overlay-x91{
    width:100%;
    min-height:460px;

    display:flex;
    align-items:center;

    /* background:linear-gradient(
        90deg,
        rgba(255,255,255,0.98) 0%,
        rgba(255,255,255,0.94) 34%,
        rgba(255,255,255,0.30) 55%,
        rgba(255,255,255,0) 72%
    ); */
}


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

.balia-contact-content-x91{
    width:100%;
    max-width:1200px;

    margin:0 auto;
    padding:45px 30px;

    position:relative;
    z-index:2;
}


/* =========================================
   SMALL LABEL
========================================= */

.balia-contact-label-x91{
    display:block;

    color:#003b91;

    font-size:50px;
    font-weight: bold;

    letter-spacing:.5px;

    margin-bottom:5px;
}


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

.balia-contact-content-x91 h1{
    margin:0 0 12px;

    color:#003b91;

    font-size:25px;
    line-height:1.12;

    /* font-weight:800; */

    /* text-transform:uppercase; */
}


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

.balia-contact-content-x91 p{
   max-width: 510px;
    text-align: justify;

    margin:0 0 18px;

    color:#222;

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


/* =========================================
   CONTACT INFO
========================================= */

.balia-contact-info-x91{
    display:flex;
    gap:22px;

    margin-bottom:20px;
}


.balia-contact-item-x91{
    display:flex;
    align-items:center;
    gap:8px;

    color:#222;

    font-size:13px;
    font-weight:600;
}


.balia-contact-item-x91 i{
    color:#003b91;

    font-size:14px;
}


/* =========================================
   BUTTON
========================================= */

.balia-contact-btn-x91{
    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:11px 22px;

    background:#003b91;
    color:#fff !important;

    border-radius:4px;

    text-decoration:none !important;

    font-size:13px;
    font-weight:600;

    transition:all .3s ease;
}


.balia-contact-btn-x91:hover{
    background:#d71920;
    transform:translateY(-2px);
}


.balia-contact-btn-x91 i{
    font-size:12px;
}


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

@media(max-width:900px){

    .balia-contact-hero-x91{
        min-height:350px;

        background-position:center right;
    }

    .balia-contact-overlay-x91{
        min-height:350px;

        /* background:linear-gradient(
            90deg,
            rgba(255,255,255,0.98) 0%,
            rgba(255,255,255,0.92) 48%,
            rgba(255,255,255,0.25) 75%,
            rgba(255,255,255,0) 100%
        ); */
    }

    .balia-contact-content-x91{
        padding:35px 25px;
    }

    .balia-contact-content-x91 h1{
        font-size:32px;
    }

}


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

@media(max-width:600px){

    .balia-contact-hero-x91{
        min-height:470px;

        background-position:center bottom;
        background-size:auto 100%;
    }

    .balia-contact-overlay-x91{
        min-height:470px;

        align-items:flex-start;

        /* background:linear-gradient(
            180deg,
            rgba(255,255,255,0.98) 0%,
            rgba(255,255,255,0.94) 45%,
            rgba(255,255,255,0.35) 75%,
            rgba(255,255,255,0) 100%
        ); */
    }

    .balia-contact-content-x91{
        padding:35px 20px;
        text-align:left;
    }

    .balia-contact-label-x91{
        font-size:12px;
    }

    .balia-contact-content-x91 h1{
        font-size:27px;
        line-height:1.15;
    }

    .balia-contact-content-x91 p{
        max-width:100%;

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

    .balia-contact-info-x91{
        flex-direction:column;
        gap:9px;
        margin-bottom:18px;
    }

    .balia-contact-item-x91{
        font-size:12px;
    }

    .balia-contact-btn-x91{
        padding:10px 18px;
        font-size:12px;
    }

}


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

@media(max-width:380px){

    .balia-contact-hero-x91{
        min-height:440px;
    }

    .balia-contact-overlay-x91{
        min-height:440px;
    }

    .balia-contact-content-x91{
        padding:28px 16px;
    }

    .balia-contact-content-x91 h1{
        font-size:24px;
    }

}





/* =========================================
   BALIA CONTACT / ENQUIRY SECTION
   ========================================= */

.balia-contact-enquiry {
    width: 100%;
    padding: 70px 20px;
    background: #ffffff;
     box-sizing: border-box;
}

.balia-contact-enquiry *,
.balia-contact-enquiry *::before,
.balia-contact-enquiry *::after {
    box-sizing: border-box;
}


/* Main Container */

.balia-contact-wrap {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}


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

.balia-enquiry-panel {
    padding: 30px 25px 25px;
    border-right: 1px solid #e1e4e8;
}


/* =========================================
   RIGHT PANEL
   ========================================= */

.balia-contact-panel {
    padding: 30px 28px 25px;
}


/* =========================================
   HEADINGS
   ========================================= */

.balia-section-title {
       margin: 0;
    color: #063b9e;
    font-size: 25px;
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: 0;
}

.balia-section-title span {
    color: #e21b16;
}

.balia-title-line {
    width: 36px;
    height: 3px;
    margin-top: 8px;
    background: #e21b16;
    border-radius: 2px;
}


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

.balia-section-desc {
    margin: 15px 0 18px;
    color: #292929;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================
   FORM
   ========================================= */

.balia-enquiry-form {
    width: 100%;
}

.balia-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}


/* =========================================
   INPUTS
   ========================================= */

.balia-input-box {
    position: relative;
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    border: 1px solid #d9dde3;
    border-radius: 4px;
    background: #fff;
}

.balia-full-field {
    margin-bottom: 12px;
}

.balia-input-icon {
    width: 35px;
    flex-shrink: 0;
    text-align: center;
    color: #6d7682;
    font-size: 15px;
}

.balia-input-box input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 10px 0 0;
    color: #222;
    font-size: 15px;
    background: transparent;
}

.balia-input-box input::placeholder {
    color: #4c525a;
    opacity: 1;
}


/* =========================================
   SELECT
   ========================================= */

.balia-select-box {
    position: relative;
    width: 100%;
    height: 57px;
    padding: 8px 12px;
    margin-bottom: 12px;
    border: 1px solid #d9dde3;
    border-radius: 4px;
    background: #fff;
}

.balia-select-box label {
    display: block;
    margin-bottom: 4px;
    color: #34383d;
    font-size: 12px;
}

.balia-select-box select {
    width: 100%;
    border: none;
    outline: none;
    appearance: none;
    color: #202020;
    background: transparent;
    font-size: 12px;
    cursor: pointer;
}


/* Custom arrow */

.balia-select-box::after {
    content: "⌄";
    position: absolute;
    right: 12px;
    bottom: 9px;
    color: #333;
    font-size: 15px;
    pointer-events: none;
}


/* =========================================
   MESSAGE
   ========================================= */

.balia-message-box {
    position: relative;
    width: 100%;
    height: 91px;
    display: flex;
    align-items: flex-start;
    border: 1px solid #d9dde3;
    border-radius: 4px;
    margin-bottom: 12px;
    overflow: hidden;
}

.balia-message-icon {
    width: 35px;
    flex-shrink: 0;
    padding-top: 11px;
    text-align: center;
    color: #69727d;
    font-size: 14px;
}

.balia-message-box textarea {
    width: 100%;
    height: 100%;
    padding: 11px 10px 8px 0;
    border: none;
    outline: none;
    resize: none;
     font-size: 15px;
    color: #222;
}

.balia-message-box textarea::placeholder {
    color: #4c525a;
}


/* =========================================
   SUBMIT BUTTON
   ========================================= */

.balia-submit-btn {
    width: 100%;
    height: 37px;
    border: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: #063ca9;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2px;
    cursor: pointer;
    transition: all .25s ease;
    font-family: "Muli", sans-serif;
}

.balia-submit-btn strong {
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
}

.balia-submit-btn:hover {
    background: #e21b16;
}


/* =========================================
   CONTACT INFORMATION
   ========================================= */

.balia-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    margin-top: 27px;
}

.balia-contact-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 19px;
}

.balia-blue-icon {
    background: #073ca8;
}

.balia-red-icon {
    background: #e51b18;
}


/* =========================================
   CONTACT TEXT
   ========================================= */

.balia-contact-content {
    padding-top: 1px;
}

.balia-contact-content h3 {
    margin: 0 0 5px;
    color: #063b9e;
    font-size: 15px;
    font-weight: 800;
}

.balia-contact-content a {
    display: inline-block;
    margin-bottom: 5px;
    color: #181818;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.balia-contact-content p {
    margin: 0;
    color: #343434;
    font-size: 14px;
    line-height: 1.6;
}

.balia-contact-content h4 {
    margin: 0 0 5px;
    color: #202020;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}


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

@media (max-width: 900px) {

    .balia-contact-enquiry {
        padding: 50px 18px;
    }

    .balia-contact-wrap {
        grid-template-columns: 1fr;
    }

    .balia-enquiry-panel {
        border-right: none;
        border-bottom: 1px solid #e1e4e8;
    }

    .balia-contact-panel {
        padding-top: 30px;
    }

}


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

@media (max-width: 600px) {

    .balia-contact-enquiry {
        padding: 30px 12px;
    }

    .balia-contact-wrap {
        border-radius: 6px;
    }

    .balia-enquiry-panel,
    .balia-contact-panel {
        padding: 24px 18px;
    }

    .balia-section-title {
        font-size: 18px;
    }

    .balia-section-desc {
        font-size: 11px;
        line-height: 1.6;
    }

    .balia-form-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .balia-input-box {
        height: 40px;
    }

    .balia-select-box {
        height: 60px;
    }

    .balia-message-box {
        height: 110px;
    }

    .balia-submit-btn {
        height: 42px;
    }

    .balia-contact-item {
        gap: 13px;
        margin-top: 24px;
    }

    .balia-contact-icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        font-size: 17px;
    }

    .balia-contact-content a {
        font-size: 12px;
    }

    .balia-contact-content p {
        font-size: 10.5px;
    }

}


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

@media (max-width: 380px) {

    .balia-enquiry-panel,
    .balia-contact-panel {
        padding: 20px 14px;
    }

    .balia-section-title {
        font-size: 16px;
    }

    .balia-contact-item {
        gap: 10px;
    }

    .balia-contact-icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

}



/* =========================================
   BALIA FIND US ON MAP SECTION
   ========================================= */

.balia-map-section {
    width: 100%;
    padding: 45px 20px 60px;
    background: #ffffff;
     box-sizing: border-box;
}

.balia-map-section *,
.balia-map-section *::before,
.balia-map-section *::after {
    box-sizing: border-box;
}


/* =========================================
   MAIN CONTAINER
   ========================================= */

.balia-map-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}


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

.balia-map-heading {
    margin-bottom: 8px;
}

.balia-map-heading h2 {
    margin: 0;
    color: #063b9e;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 0;
}

.balia-map-heading h2 span {
    color: #e21b16;
}

.balia-map-heading-line {
    width: 40px;
    height: 3px;
    margin-top: 7px;
    background: #e21b16;
    border-radius: 2px;
}


/* =========================================
   MAP WRAPPER
   ========================================= */

.balia-map-wrapper {
    width: 100%;
    height: 260px;
    display: grid;
    grid-template-columns: 240px 1fr;
    overflow: hidden;
    border: 1px solid #dce0e5;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}


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

.balia-map-info {
    position: relative;
    z-index: 2;
    padding: 23px 20px 18px;
    background: #063ca9;
    color: #ffffff;
}


/* Location circle */

.balia-map-location-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    border-radius: 50%;
    background: #e31b18;
}

.balia-map-location-icon span {
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
}


/* Our Location */

.balia-map-label {
position: absolute;
    top: 30px;
    left: 58px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}


/* Company heading */

.balia-map-info h3 {
    margin: 6px 0 8px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
}


/* Company name */

.balia-map-company {
    margin: 0 0 5px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}


/* Address */

.balia-map-address {
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: 11px;
    line-height: 1.55;
}


/* =========================================
   MAP
   ========================================= */

.balia-map-frame {
    width: 100%;
    height: 100%;
    background: #e8edf2;
}

.balia-map-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}


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

@media (max-width: 900px) {

    .balia-map-section {
        padding: 40px 18px 50px;
    }

    .balia-map-wrapper {
        grid-template-columns: 220px 1fr;
        height: 230px;
    }

    .balia-map-info {
        padding: 20px 17px;
    }

    .balia-map-info h3 {
        font-size: 16px;
    }

}


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

@media (max-width: 650px) {

    .balia-map-section {
        padding: 30px 12px 40px;
    }

    .balia-map-heading h2 {
        font-size: 18px;
    }

    .balia-map-wrapper {
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .balia-map-info {
        width: 100%;
        min-height: 190px;
        padding: 20px 18px;
    }

    .balia-map-label {
        top: 35px;
        left: 56px;
    }

    .balia-map-info h3 {
        margin-top: 8px;
        font-size: 18px;
    }

    .balia-map-company {
        font-size: 11px;
    }

    .balia-map-address {
        font-size: 10.5px;
        line-height: 1.6;
    }

    .balia-map-frame {
        width: 100%;
        height: 300px;
    }

}


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

@media (max-width: 400px) {

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

    .balia-map-info {
        min-height: 195px;
        padding: 18px 15px;
    }

    .balia-map-info h3 {
        font-size: 17px;
    }

    .balia-map-address {
        font-size: 10px;
    }

    .balia-map-frame {
        height: 270px;
    }

}



.balia-purpose-section {
    width: 100%;
    padding: 40px 20px;
    background: white;
    overflow: hidden;
}

.balia-purpose-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}


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

.balia-purpose-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 55px;
}

.balia-purpose-tag {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 14px;

     font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;

    color: #64864f;
}

.balia-purpose-tag::before {
    content: "";
    width: 26px;
    height: 1px;
    background: #9db48f;
}

.balia-purpose-tag::after {
    content: "";
    width: 26px;
    height: 1px;
    background: #9db48f;
}

.balia-purpose-header h2 {
    margin: 0 0 15px;

     font-size: 42px;
    line-height: 1.2;
    font-weight: 700;

    letter-spacing: -1px;

    color: #18251b;
}

.balia-purpose-header p {
    max-width: 650px;
    margin: 0 auto;

     font-size: 15px;
    line-height: 1.75;

    color: #6c766e;
}


/* =========================================
   MAIN GRID
========================================= */

.balia-purpose-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 24px;
}


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

.balia-purpose-card {
    position: relative;

    /* min-height: 470px; */

    padding: 48px 45px;

    background: #ffffff;

    border: 1px solid #e1e7df;
    border-radius: 20px;

    overflow: hidden;

    transition:
        transform 0.35s ease,
        border-color 0.35s ease;
}


/* =========================================
   LEFT ACCENT LINE
========================================= */

.balia-purpose-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 5px;
    height: 100%;

    background: #034eec;
}

.balia-purpose-card--vision::before {
    background: #034eec;
}


/* =========================================
   DECORATIVE CIRCLE
========================================= */

.balia-purpose-card::after {
    content: "";

    position: absolute;

    width: 310px;
    height: 310px;

    right: -165px;
    bottom: -170px;

    border-radius: 50%;

    border: 1px solid #edf2eb;

    pointer-events: none;
}

.balia-purpose-card--vision::after {
    border-color: #eff1e5;
}


/* =========================================
   CARD HOVER
========================================= */

.balia-purpose-card:hover {
    transform: translateY(-6px);

    border-color: #cad7c7;
}


/* =========================================
   TOP ROW
========================================= */

.balia-purpose-top {
    position: relative;
    z-index: 2;

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

    margin-bottom: 38px;
}


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

.balia-purpose-icon {
    width: 64px;
    height: 64px;

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

    border-radius: 17px;

    background: #f0f6ee;

    border: 1px solid #dbe8d8;

    color: #034eec;
}

.balia-purpose-card--vision .balia-purpose-icon {
    background: #f4f7ea;
    border-color: #e1e8cf;
    color: #034eec;
}

.balia-purpose-icon svg {
    width: 29px;
    height: 29px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.6;

    stroke-linecap: round;
    stroke-linejoin: round;
}


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

.balia-purpose-number {
    font-family: Georgia, "Times New Roman", serif;

    font-size: 72px;
    line-height: 1;

    color: #edf2eb;

    font-weight: 400;
}


/* =========================================
   LABEL
========================================= */

.balia-purpose-label {
     position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 11px;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
}


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

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

    max-width: 470px;

    margin: 0 0 20px;

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

    font-weight: 700;

    letter-spacing: -0.5px;

    color: #18251b;
}


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

.balia-purpose-card p {
    position: relative;
    z-index: 2;

    max-width: 490px;

    margin: 0;

 
    font-size: 15px;

    line-height: 1.85;

    color: #68736b;
}


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

.balia-purpose-bottom {
    position: absolute;

    left: 45px;
    bottom: 40px;

    display: flex;
    align-items: center;
    gap: 10px;

    z-index: 3;
}

.balia-purpose-bottom-line {
    width: 42px;
    height: 3px;

    border-radius: 20px;

    background: #638b4e;
}

.balia-purpose-card--vision .balia-purpose-bottom-line {
    background: #879b52;
}

.balia-purpose-bottom span {
 
    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.4px;

    text-transform: uppercase;

    color: #879187;
}


/* =========================================
   CENTER CONNECTOR
========================================= */

.balia-purpose-connector {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    margin-top: 32px;
}

.balia-purpose-connector span {
    width: 35px;
    height: 1px;

    background: #cdd7ca;
}

.balia-purpose-connector strong {
 
    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;

    color: #7c877e;
}


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

@media (max-width: 991px) {

    .balia-purpose-section {
        padding: 70px 20px;
    }

    .balia-purpose-header {
        margin-bottom: 45px;
    }

    .balia-purpose-header h2 {
        font-size: 36px;
    }

    .balia-purpose-card {
        min-height: 480px;
        padding: 40px 35px;
    }

    .balia-purpose-card h3 {
        font-size: 26px;
    }

    .balia-purpose-number {
        font-size: 62px;
    }

    .balia-purpose-bottom {
        left: 35px;
        bottom: 32px;
    }

}


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

@media (max-width: 767px) {

    .balia-purpose-section {
        padding: 55px 16px;
    }

    .balia-purpose-header {
        margin-bottom: 35px;
    }

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

    .balia-purpose-tag::before,
    .balia-purpose-tag::after {
        width: 18px;
    }

    .balia-purpose-header h2 {
        font-size: 29px;
        letter-spacing: -0.5px;
    }

    .balia-purpose-header p {
        font-size: 14px;
    }

    .balia-purpose-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .balia-purpose-card {
        min-height: auto;

        padding: 32px 25px 90px;

        border-radius: 17px;
    }

    .balia-purpose-top {
        margin-bottom: 28px;
    }

    .balia-purpose-icon {
        width: 56px;
        height: 56px;

        border-radius: 15px;
    }

    .balia-purpose-icon svg {
        width: 26px;
        height: 26px;
    }

    .balia-purpose-number {
        font-size: 58px;
    }

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

    .balia-purpose-card h3 {
        font-size: 24px;
        line-height: 1.3;

        margin-bottom: 15px;
    }

    .balia-purpose-card p {
        font-size: 14px;
        line-height: 1.8;
    }

    .balia-purpose-bottom {
        left: 25px;
        bottom: 30px;
    }

}


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

@media (max-width: 400px) {

    .balia-purpose-section {
        padding: 45px 14px;
    }

    .balia-purpose-header h2 {
        font-size: 26px;
    }

    .balia-purpose-card {
        padding: 28px 21px 85px;
    }

    .balia-purpose-card h3 {
        font-size: 22px;
    }

    .balia-purpose-card p {
        font-size: 13.5px;
    }

    .balia-purpose-bottom {
        left: 21px;
    }

}