/*========================
 common css start  
==========================*/

* {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    list-style-type: none;
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;

}


a {
    text-decoration: none;
    display: inline-block;

}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clr {
    clear: both;
}

html {
    scroll-behavior: smooth;
}

/* body {
    
} */

body {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border: 5px solid #ffffff;
    border-top: none;
    border-bottom: none;
    /* Optional: Montserrat often looks better with a slight nudge to weight */
}


:root {
    --primary-color: #4472d1;
    --black-color: #000000;
    --white-color: #ffffff;
    --blue-color: #120958;
    --light-gray: #e8e6e0;
    --neutral-color: #d0cbc7;
    --sky-blue-color: #4ca8bd;
    --white-smoke: #f5f5f5;
    --brand-blue: #004b93;
    --brand-text: #003366;
    --nav-bg: #f5f5f5;
    --top-bar-border: #0099e6;
    --text-grey: #666;

}

/*========================
 common css end 
==========================*/

/*========================
  /* Top Header Bar Start 
  ==========================*/
.top-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--primary-color);
    padding: 10px 20px;
    margin-right: 70px;
    margin-left: 70px;
}



.top-navbar .tagline h4 {

    font-weight: 400;
    font-size: 22px;
    color: var(--primary-color);
}

.top-navbar .tagline h3 {

    font-weight: 400;
    font-size: 21px;
    color: var(--primary-color);
}

.navbar-toggler {
    margin-left: 30px;
}


.top-header {
    background-color: white;
    padding: 0;
}

.top-header-inner {
    padding: 15px 20px;
}

.brand-logo img {
    max-height: 85px;
    /* Adjusted size */
}

@media (max-width: 565px) {
    .brand-logo img {
        max-height: 55px;
    }

    .center-nav .active-link {
        font-size: 10px !important;
    }

    .top-right-links a {
        font-size: 10px !important;
    }
}

/* @media (max-width: 640px) {
    .ps-5 {
        padding-left: 75px !important;
    }
} */

@media (max-width: 620px) {
    .ps-5 {
        padding-left: 65px !important;
    }
}

@media (max-width: 500px) {
    .ps-5 {
        padding-left: 10px !important;
    }
}

/* Center Tabs (Additives | Instruments) */
.center-nav a {
    text-decoration: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    /* Slightly larger */
    padding-bottom: 5px;
    /* increased padding */
    position: relative;
    margin: 0 15px;
}

.center-nav .active-link {
    color: #069FE2;
    font-size: 15px;
    font-weight: 700;
}

.center-nav .active-link:hover {
    color: #52565a;
    transition: color 0.3s ease;
}

/* Grey bar under active link */
/* .center-nav .active-link::after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        height: 5px;
        background-color: #e0e0e0;
    } */

.center-nav .inactive-link {
    color: #8aa4c0 !important;
    /* Muted blue/grey */
    font-weight: 600;
}

.center-nav .inactive-link:hover {
    color: var(--brand-blue) !important;
}

/* Top Right Links (English, Member of ALTANA) */
.top-right-links {
    font-size: 0.9rem;
}

.top-right-links a {
    font-weight: 400;
    text-decoration: none;
    color: #069FE2;
    margin-right: 11px;
    display: inline-flex;
    align-items: center;
}

.top-right-links .altana-logo {
    margin-left: 5px;
    /* Placeholder styling if image not available, use text otherwise */
    font-weight: 800;
    color: #003366;
}

@media (max-width: 767.98px) {
    /* .center-nav {
        position: absolute !important;
        right: 30px !important;
        left: auto !important;
        transform: none !important;
        display: flex !important;
        justify-content: flex-end !important;
        width: auto !important;
    } */

    /* .ps-5 {
        padding-left: 2rem !important;
    } */



    .center-nav .active-link {
        font-size: 14px;
    }

    /* .center-nav .inactive-link {
        font-size: 8px;
    } */
}

/*========================
  /* Top Header Bar End
  ==========================*/

/*========================
  /* Main Header Bar Start
  ==========================*/


.main_logo {
    display: none;
}

.navbar-expand-lg {
    background: var(--white-smoke);
    color: #000000;
}

.navbar-nav a {
    font-size: 15px;
    /* color: var(--primary-color) !important; */
    font-weight: 400;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

/* Add this new CSS rule at the end of your stylesheet (or in your main CSS file) */

/* REMOVE VERTICAL GAP BETWEEN NAVBAR LINK AND DROPDOWN MENU */


.navbar-nav .dropdown .dropdown-menu {
    margin-top: 0 !important;
    /* This is the main fix - removes Bootstrap's default tiny spacer */
    top: 100% !important;
    /* Ensures it sits exactly at the bottom edge */
}

/* Optional: If you still see a 1px gap (due to borders/shadows), use this instead */
.navbar-nav .dropdown:hover .dropdown-menu {
    margin-top: -1px !important;
    /* Slight overlap to make it perfectly flush */
}

.navbar-nav {
    gap: 35px !important;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

/* ==================== ADD THIS NEW CSS ==================== */
/* Main NAV LINKS hover effect (Applications, Products, Company & News, etc.) */

.navbar-nav .nav-link {
    color: inherit;
    /* Keeps default color */
    transition: color 0.3s ease;
    /* Smooth color change */
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
    color: #069FE2 !important;
}

/* Also apply same hover color to dropdown toggles (Applications & Products) */
@media (max-width: 990px) {
    .navbar-nav {
        gap: 0px !important;
    }

    .navbar-expand-lg .navbar-nav {
        gap: 0px !important;
        margin-left: 20px;
    }

    .nav-item.dropdown {
        margin-left: 0 !important;
    }

    .nav-item .dropdown {
        margin-left: 0 !important;
    }
}

.navbar-nav .dropdown-toggle:hover,
.navbar-nav .dropdown-toggle:focus {
    color: #069FE2 !important;
}

/* Optional: Nice underline effect on hover (very modern look) */
.navbar-nav .nav-link:hover {
    /* text-decoration: underline; */
    color: #069FE2 !important;
    text-underline-offset: 6px;
}

.dropdown-item:hover {
    color: #069FE2;
}

.dropdown-item:active {
    color: #ffffff;
    background-color: #069FE2;
}



/*========================
  /* Main Header Bar End
  ==========================*/

/*========================
  /* Banner Section Start
  ==========================*/

.banner {
    margin-bottom: 50px;
}

/* Banner Left Side */
.banner-left-side {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 400px;
}

.banner-image {
    width: 100%;
    height: 100%;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-overlay {
    position: absolute;
    top: 80%;
    left: 50px;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 80%;
    /* background-color: rgba(255, 255, 255, 0.9); */
    padding: 50px;
    border-radius: 0;
}

.banner-overlay h2 {
    color: #004b93;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.banner-overlay p {
    color: #0099e6;
    /* Light Blue */
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 30px;
}

.btn-more {
    background-color: #069FE2;
    color: white;
    padding: 10px 25px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.9rem;
    display: inline-block;
    text-decoration: none;
    transition: background-color 0.3s;
}

.btn-more:hover {
    background-color: #0077b3;
    color: white;
}

/* Banner Right Side - Additive Guide */
.banner-right-side {
    background-color: #069FE2;
    /* Dark Blue */
    color: white;
    padding: 40px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.banner-right-side h3 {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: 1px;
}

.banner-right-side p {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    margin-bottom: 30px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}

/* Custom Select/Button styling */
.guide-input-wrapper {
    margin-bottom: 20px;
}

.btn-select-app {
    display: block;
    width: 100%;
    background-color: white;
    color: #069FE2;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    /* font-weight: 600; */
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-select-app:hover {
    background-color: #f0f0f0;
    color: #069FE2;
}

/* Divider with OR */
.divider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    color: white;
    font-size: 0.9rem;
}

.divider-line {
    flex-grow: 1;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}

.divider-text {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 0 15px;
    font-weight: 600;
}

.btn-show-all {
    display: block;
    width: 100%;
    background-color: transparent;
    color: white;
    border: 1px solid white;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 700;
    transition: all 0.3s;
}

.btn-show-all:hover {
    background-color: white;
    color: #069FE2;
}

/* Select styling override */
select.btn-select-app {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-align-last: center;
}

@media (max-width: 991px) {
    .banner-overlay {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        padding: 30px;
        background: rgba(255, 255, 255, 0.9);
        width: 100%;
        max-width: 100%;
    }

    .banner-left-side {
        min-height: auto;
    }
}


/* .banner-image img {
    width: 100%;
    height: 54vh;
} */

/* .banner-right-side {
    background-color: var(--blue-color);
    padding: 40px;
    text-align: center;
} */

.banner-right-side h3 {

    font-weight: 400;
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 32px;
    line-height: 40px;
}

.banner-right-side p {
    font-weight: 400;
    color: var(--white-color);
    font-size: 18px;
    line-height: 26px;
}

.banner-right-side select {
    border-radius: 0;
}

.banner-right-side select option {
    color: var(--black-color);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;

}

.banner-right-side a {
    padding: 10px 65px 10px 65px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: var(--white-color);
    border: 1px solid var(--white-color);
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;

}

.banner-right-side-divider {
    display: flex;
    align-items: center;
    text-align: center;
}

.banner-right-side-divider span {

    font-weight: 13px;
    color: var(--white-color);
    padding: 0 10px;
    font-size: 13px;
    text-transform: uppercase;
}

.banner-right-side-divider-line {
    flex: 1;
    border-bottom: 1px solid var(--white-color);

}

@media (min-width: 457px) {

    .banner.container-fluid,
    .banner .row {
        margin-right: 0 !important;
        padding-right: 0 !important;
        overflow-x: hidden;
    }
}

@media (min-width: 560px) {

    .banner.container-fluid,
    .banner .row {
        margin-right: 0 !important;
        padding-right: 0 !important;
        overflow-x: hidden;
    }
}

/* Mobile-first tweaks */
@media (max-width: 767.98px) {
    .additives-section {
        margin-top: 60px;
        padding: 60px 0 75px;
    }

    .card-body {
        padding: 1.35rem !important;
    }

    .new-badge {
        padding: 5px 14px;
        font-size: 0.7rem;
    }

    .additive-title {
        margin-top: 1.75rem;
    }

    .slider.row,
    .additives-section .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) and (min-width: 425px) {

    /* .antifoam-defoamers-details {
        margin-left: none;
        margin-right: none;
    } */

    /* ============================= */
    /* .banner {
        margin-left: 28px;
        margin-right: 17px;
    } */

    /* .banner-right-side {
               width: 390px;
               margin-top: 10px;
           } */

    /* .banner-image img {
        width: 390px;
        height: 80vh;
    } */

    .banner-right-side h3 {
        font-size: 30px;
    }

    .banner-right-side p {
        font-size: 18px;
    }

    .banner-right-side a {
        padding: 10px 46px 10px 46px;
        border: 2px solid var(--white-color);
        /* font-size: 28px; */
    }

    /* .banner-bg {
               width: 437px;
               height: 60vh;
           }

           .banner-content {
               width: 90%;
               padding: 5px;
               border-radius: 41px;
           }

           .banner-search-box p {
               font-size: 18px;
               padding: 6px;
           }

           .banner-search-box i {
               font-size: 32px;
           } */

    /* ============================= */

    /*========================
  /* Banner Section End
  ==========================*/

    /*========================
  /* About Section Start
  ==========================*/

    .about-section {
        margin-right: 22px;
        margin-left: 28px;

    }

    .about-title h3 {
        font-size: 30px;
    }

    .about-content p {
        font-size: 16px;
        text-align: left;

    }

    /*========================
  /* About Section End
  ==========================*/

    /*========================
  /* Market Section Start
  ==========================*/

    .market-section {
        margin-left: 33px;
        margin-right: 12px;
    }

    .slick-prev:before,
    .slick-next:before {
        display: none;
    }

    .slider {
        margin-left: -20px;
        margin-right: -6px;
    }

    .card {
        width: 24rem;
    }

    /* market about details page start */
    .market-about-details {
        margin-left: 22px;
        margin-right: 22px;
    }

    /* market about details page start */
    /* =================================== */
    /* .antifoam-defoamers {
        margin-right: 10px;
        margin-left: 20px;
    } */

    /*========================
  /* Market Section End
  ==========================*/

    /*========================
  /* Additives Section Start
  ==========================*/


    /*========================
  /* Additives Section End
  ==========================*/

    /*========================
  /* Product Details Start
  ==========================*/

    .antifoam-defoamers-details-left-side-content h1 {
        font-size: 18px;
    }

    .antifoam-defoamers-details-left-side-content p {
        font-size: 0.9em;
        width: 368px;
    }

    .antifoam-defoamers-details-right-side {
        display: flex;
        flex-direction: column;
    }


    .antifoam-defoamers-details-left-side-content h1 {
        font-size: 18px;
    }

    .antifoam-defoamers-details-left-side-content p {
        font-size: 14px;
        width: 414px;

    }

    .antifoam-defoamers-details-left-side-content ul {
        padding-left: 20px;
    }

    /* ============================= */
    .comapnyNews-header {
        margin-left: 28px;
    }

    .antifoam-defoamers-product-title {
        margin-top: 20px;
        /* margin-left: 20px; */
    }

    .antifoam-defoamers-product-heading a {
        font-size: 17px;
        margin-left: 22px;
        margin-right: 10px;
    }

    .antifoam-defoamers-details {
        margin-left: -18px;
    }

    /* .antifoam-defoamers-details-right-side {
        margin-left: 4px;
        padding: 20px;
        width: 126%;
    } */

    /* .back-btn-section {
        margin-left: 20px;
    } */

    .antifoam-defoamers-details-right-side-content {
        flex-direction: column;
    }

    .contact-information h3 {
        font-size: 20px;
        text-align: center;
    }

    .antifoam-defoamers-details-right-side-image {
        width: 60px;
        height: 60px;
    }



    .contact-information-email {
        justify-content: center;
        flex-direction: column;
    }

    .contact-information-email span {
        font-size: 16px;
    }

    .contact-information-email i {
        font-size: 20px;
    }

    /* =================================== */
    .management-team-bg {
        padding-top: 50px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
    }

    .management-team-items {
        margin-top: 20px;
    }

    .management-team .management-team-title h3 {
        font-size: 28px;
        text-align: center;
    }

    .management-team .management-team-items .management-team-items-image img {
        width: 300px;
        height: 300px;
    }

    .management-team .management-team-items .management-team-items-content h2 {
        font-size: 18px;
        margin-top: 5px;
    }

    .management-team .management-team-items .management-team-items-content h3 {
        font-size: 14px;
    }

    .management-team .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .management-team .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    /*========================
  /* Product Details End
  ==========================*/

    /* =================================== */
    .sustainability-bg {
        padding: 10px;
    }

    .sustainability-header a {
        font-size: 12px;
    }

    .sustainability-title {
        margin-left: 10px;
        margin-right: 10px;
        padding: 10px;
    }

    .sustainability-title h3 {
        font-size: 23px;
        margin-left: 0;
        text-align: center;
    }

    .sustainability-left-side-heading h3 {
        width: 272px;
    }

    .sustainability-left-side-content p {
        font-size: 14px;
        width: 272px;

    }

    .sustainability-right-side-content p {
        font-size: 14px;
        width: 272px;

    }

    /* =================================== */
    /* =================================== */
    /* .services {
        margin-left: 27px;
    } */

    .service-title h3 {
        font-size: 25px;
    }

    .service-content p {
        font-size: 14px;

    }

    .service-items-image img {
        width: 382px;
        height: 160px;
    }

    /* =================================== */

}

/*=====================
 banner  section end
=======================*/

/*=====================
 about  section start
=======================*/
.about-section {
    margin-top: 50px;
    margin-right: 88px;
    margin-left: 73px;

}

.about-title h3 {
    /*  */
    font-size: 36px;
    font-weight: 500;
    color: #069FE2;
}

.about-title h3 span {
    text-transform: uppercase;
}

.about-content p {
    text-align: justify;
    font-style: normal;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 400;
    color: var(--black-color);


}

.about-content p span {

    text-transform: uppercase;
}

.about-content ul li {

    font-size: 18px;
    font-weight: 400;
    color: var(--black-color);

}

.about-content ul li i {

    font-size: 18px;
    font-weight: 400;
    color: var(--sky-blue-color);

}

/*=====================
 about  section end
=======================*/


/* right: -30px !important
/*=====================
 market  section start
=======================*/

.slick-prev:before,
.slick-next:before {
    color: black;
}

/* .card {
    margin: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
} */

.card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.card-title {
    font-size: 16px;
    font-weight: bold;
}

.slick-dots li button:before {
    font-size: 12px;
    color: black;
}

.more-about-this-btn a {
    margin-bottom: 20px !important;
    color: var(--sky-blue-color);
}

.view-all-btn a {
    margin: 0;
    color: var(--sky-blue-color);
}

.slider {
    margin-left: -6px;
    margin-right: -6px;
}


.market-section {
    margin-top: 50px;
    margin-left: 84px;
    margin-right: 84px;
}

.market-title {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
}

.market-title h3 {
    font-size: 30px;
    font-weight: 500;
    color: #069FE2;
}

/* .card {
    width: 17rem;
} */

/* .card-body h5 {
    
    font-weight: 400;
    color: var(--sky-blue-color);
    font-size: 20px;
} */

.card-body-content p {

    font-weight: 400;
    color: var(--black-color);
    font-size: 15px;
}

.card-body-content p span {

    text-transform: uppercase;
}

.card-body-content p a {

    font-weight: 400;
    color: var(--sky-blue-color);
    font-size: 16px;
}

.view-all-btn a {
    margin-top: 10px;
    font-weight: 400;
    color: var(--sky-blue-color);
    font-size: 17px;
    text-transform: uppercase;
}

/*=====================
 market  section end
=======================*/
/*=================================
 market about details section start
===================================*/
.market-about-details {
    margin-top: 30px;
    margin-left: 94px;
    margin-right: 94px;

}

.market-about-details-image img {
    width: 100%;
}

.market-about-details-content p {
    margin-top: 10px;
    font-size: 15px;

    font-weight: 400;
    color: var(--black-color);
    text-align: justify;
}

.market-about-details-item-content p {
    margin-top: 10px;
    font-size: 15px;

    font-weight: 400;
    color: var(--black-color);
    text-align: justify;
}

.market-about-details-item-content p span {

    font-weight: 600;

}

.market-about-details-item-content p span i {
    font-size: 8px;
}

/*=================================
 market about details section end
===================================*/

/*=====================
 antifoam & defoamers page start
=======================*/
.antifoam-defoamers {
    margin-top: 30px;
    margin-right: 88px;
    margin-left: 88px;
}

.antifoam-defoamers-item {
    background-color: var(--light-gray);
    padding: 30px 30px 30px 15px;
    margin: 10px 0px;
}

.antifoam-defoamers-item-title h3 {
    font-size: 18px;
    color: var(--blue-color);
    text-transform: uppercase;
    font-weight: 500;

}

.antifoam-defoamers-item .antifoam-defoamers-item-content p span {
    font-weight: 500;
    font-size: 14px;
    color: var(--black-color);
    text-transform: uppercase;
}

/* .antifoam-defoamers-item .antifoam-defoamers-item-content p {
    
    font-size: 14px;
    color: var(--black-color);
    font-weight: 400;
    min-height: 90px !important;
    overflow: hidden;
    padding: 20px auto;

} */
.antifoam-defoamers-item .antifoam-defoamers-item-content {
    height: 150px;
    /* Set this value to your desired fixed height */
    /* overflow: hidden; */
    /* Ensures content doesn't overflow the container */
    padding: 20px;
    /* Adds padding around the content */
    box-sizing: border-box;



}

.antifoam-defoamers-item .antifoam-defoamers-item-content p {
    font-size: 14px;
    color: var(--black-color);
    font-weight: 400;
}

/*=============================
antifoam & defoamers page end
=============================== */

/*=====================================
antifoam & defoamers details page start
======================================= */
.antifoam-defoamers-product-finder {
    background-color: var(--white-color);
}

.antifoam-defoamers-product-finder-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;

}

.antifoam-defoamers-product-finder-left-side a {
    color: var(--black-color);
    font-size: 14px;
    line-height: 21px;

}

.antifoam-defoamers-product-finder-left-side i {
    color: var(--black-color);
}

.antifoam-defoamers-product-finder-right-side {
    text-align: right;
}

.antifoam-defoamers-product-finder-right-side .search-icon-container {
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
}

.antifoam-defoamers-product-finder-right-side .search-icon-container i {
    font-size: 16px;
    color: var(--white-color);
}

.antifoam-defoamers-product-title {
    margin-top: 20px;
    background-color: #069FE2;

}

.antifoam-defoamers-product-heading a {
    font-size: 28px;
    font-weight: 700;
    color: var(--white-color);
    /* margin-left: 90px;
    margin-right: 90px; */
}



.antifoam-defoamers-details {
    padding-top: 20px;
    margin-left: -50px;
    margin-right: 57px;
}

.antifoam-defoamers-details-left-side {
    background-color: var(--white-color);
    padding: 54px;
}

.antifoam-defoamers-details-left-side-content h1 {
    font-size: 22px;
    font-weight: 400;
    color: #069FE2;
    text-transform: uppercase;

}

.antifoam-defoamers-details-left-side-content p span {
    text-transform: uppercase;
    font-size: 12px;

}

.antifoam-defoamers-details-left-side-content p {

    font-weight: 400;
    color: var(--black-color);
    font-size: 14px;
    line-height: 21px;

}

.antifoam-defoamers-details-left-side-content ul li {

    font-weight: 400;
    color: var(--black-color);
    font-size: 14px;
    line-height: 28px;
}

.antifoam-defoamers-details-left-side-content ul li i {
    font-size: 8px;
    color: var(--blue-color);
}

.antifoam-defoamers-details-right-side {
    background-color: var(--white-color);
    padding: 30px;
    /* width: 560px; */
    max-width: 560px;
    margin: 0 auto;
}

/* .antifoam-defoamers-details-right-side-content {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    margin-top: 20px;
    padding: 10px;
} */

.antifoam-defoamers-details-right-side-content {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    margin-top: 20px;
    padding: 10px;

    /* Added styles */
    border: 1px solid #ddd;
    border-radius: 8px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.antifoam-defoamers-details-right-side-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}

.antifoam-defoamers-details-right-side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-information h3 {

    font-weight: 400;
    font-size: 22px;
    color: #069FE2;
    text-transform: uppercase;
}

.contact-information-email {
    display: flex;
    justify-content: end;
    align-items: center;
}

.contact-information-email i {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #069FE2;
}

.contact-information-email span {

    font-size: 18px;
    font-weight: 400;
    color: #069FE2;
    margin-top: 10px;
    margin-right: 8px;
}

.contact-information a {

    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin-top: 10px;
    text-align: center;
    display: block;
    margin-left: 12px;
}

.contact-form {
    margin-top: 50px;
}

@media only screen and (max-width: 374px) and (min-width: 320px) {

    /* ============================= */
    .comapnyNews-header {
        margin-left: 28px;
    }

    /* .antifoam-defoamers-product-title {
        margin-top: 20px;
        margin-left: 20px;
    } */

    .antifoam-defoamers-product-heading a {
        font-size: 17px;
        margin-left: 22px;
        margin-right: 10px;
    }

    .antifoam-defoamers-details {
        margin-left: -18px;
    }

    .antifoam-defoamers-details-right-side {
        margin-left: 4px;
        padding: 20px;
        width: 126%;
    }

    /* .back-btn-section {
        margin-left: 20px;
    } */

    .antifoam-defoamers-details-right-side-content {
        flex-direction: column;
    }

    .contact-information h3 {
        font-size: 20px;
        text-align: center;
    }

    .antifoam-defoamers-details-right-side-image {
        width: 60px;
        height: 60px;
    }

    .contact-information-email {
        justify-content: center;
        flex-direction: column;
    }

    .contact-information-email span {
        font-size: 16px;
    }

    .contact-information-email i {
        font-size: 20px;
    }

}

@media only screen and (max-width: 424px) and (min-width: 375px) {

    /* ============================= */
    .comapnyNews-header {
        margin-left: 28px;
    }

    /* .antifoam-defoamers-product-title {
        margin-top: 20px;
        margin-left: 20px;
    } */

    .antifoam-defoamers-product-heading a {
        font-size: 17px;
        margin-left: 22px;
        margin-right: 10px;
    }

    .antifoam-defoamers-details {
        margin-left: -18px;
    }

    /* .antifoam-defoamers-details-right-side {
        margin-left: 4px;
        padding: 20px;
        width: 126%;
    } */

    /* 
    .back-btn-section {
        margin-left: 20px;
    } */

    .antifoam-defoamers-details-right-side-content {
        flex-direction: column;
    }

    .contact-information h3 {
        font-size: 20px;
        text-align: center;
    }

    .antifoam-defoamers-details-right-side-image {
        width: 60px;
        height: 60px;
    }

    .contact-information-email {
        justify-content: center;
        flex-direction: column;
    }

    .contact-information-email span {
        font-size: 16px;
    }

    .contact-information-email i {
        font-size: 20px;
    }

    .contact-form {
        width: 325px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 425px) {
    .comapnyNews-header {
        margin-left: 28px;
    }

    /* 
    .antifoam-defoamers-product-title {
        margin-top: 20px;
        margin-left: 20px;
    } */

    .antifoam-defoamers-product-heading a {
        font-size: 17px;
        margin-left: 22px;
        margin-right: 10px;
    }

    /* .antifoam-defoamers-details {
        margin-left: -18px;
    } */

    /* .antifoam-defoamers-details-right-side {
        margin-left: 4px;
        padding: 20px;
        width: 126%;
    } */

    /* 
    .back-btn-section {
        margin-left: 20px;
    } */

    .antifoam-defoamers-details-right-side-content {
        flex-direction: column;
    }

    .contact-information h3 {
        font-size: 20px;
        text-align: center;
    }

    .antifoam-defoamers-details-right-side-image {
        width: 60px;
        height: 60px;
    }

    .contact-information-email {
        justify-content: center;
        flex-direction: column;
    }

    .contact-information-email span {
        font-size: 16px;
    }

    .contact-information-email i {
        font-size: 20px;
    }
}

/* =========================== */

.download-btn {
    color: #069FE2;
}

/* .back-btn-section {
    margin-top: 20px;
} */

.back-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #069FE2;
}

.back-btn {

    font-weight: 400;
    color: var(--white-color);
    font-size: 18px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s ease;
}

.back-btn i {
    margin-right: 10px;
}

/* ============================ 
     Hidden Search Input start
    ===============================*/
.search-input-container {
    margin-top: 10px;
    background-color: var(--blue-color);
    padding: 20px;
    display: none;
}

.search-input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
}

/* ============================ 
     Hidden Search Input end
    ===============================*/

/*=====================================
antifoam & defoamers details page end
======================================= */

/*============================ 
company & news page start
============================= */
.comapnyNews-header {
    margin-top: 20px;
}

.comapnyNews-header a {
    color: var(--black-color);
}

/* Container */
.management-team-bg {
    background-color: var(--white-color);
    padding-top: 70px;
    margin-top: 20px;
}

.management-team-items {
    margin-top: 50px;
}

/* Title */
.management-team .management-team-title h3 {

    font-weight: 400;
    color: var(--sky-blue-color);
    font-size: 46px;
}

/* Image */
.management-team .management-team-items .management-team-items-image img {
    width: 100%;
    max-width: 288px;
    height: 288px;
    /* padding: 15px; */
}

/* Name */
.management-team .management-team-items .management-team-items-content h2 {

    font-weight: 400;
    color: var(--black-color);
    font-size: 24px;
    margin-top: 10px;
}

/* Designation */
.management-team .management-team-items .management-team-items-content h3 {

    font-weight: 400;
    color: var(--black-color);
    font-size: 18px;
}

/* ======================
   RESPONSIVE BREAKPOINTS
   ====================== */

/* Large tablets */
@media (max-width: 992px) {

    .management-team .management-team-title h3 {
        font-size: 36px;
    }
}

/* Tablets */
@media (max-width: 768px) {

    .management-team .management-team-title h3 {
        font-size: 30px;
        text-align: center;
    }

    .management-team-items {
        margin-top: 30px;
    }
}

/* Mobile */
@media (max-width: 576px) {

    .comapnyNews-header {
        font-size: 14px;
    }

    .management-team-bg {
        padding-top: 40px;
    }

    .management-team .management-team-title h3 {
        font-size: 24px;
    }

    .management-team .management-team-items .management-team-items-content h2 {
        font-size: 20px;
    }

    .management-team .management-team-items .management-team-items-content h3 {
        font-size: 16px;
    }
}

@media (max-width: 600px) {

    .management-team {
        text-align: center;
    }

    .container.p-0 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

/*============================ 
company & news page end
============================= */

/*========================
sustainability page start 
==========================*/
.sustainability {
    margin-left: 62px;
    margin-right: 62px;
}

.sustainability-bg {
    background-color: var(--white-color);
    padding: 20px;
}

/* .sustainability-header {
    margin-left: 22px;
} */

.sustainability-header a {
    color: var(--black-color);
}

.sustainability-title {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;

}

.sustainability-title h3 {

    text-transform: uppercase;
    color: var(--sky-blue-color);
    font-style: normal;
    font-weight: 400;
    font-size: 46px;
    margin-left: 20px;
}

.sustainability-left-side {
    margin-top: 40px;
}

.sustainability-left-side-heading h3 {

    font-weight: 400;
    color: var(--sky-blue-color);
    font-size: 24px;
}

.sustainability-left-side-heading h3 span {
    text-transform: uppercase;
}

.sustainability-left-side-content p {

    margin-top: 15px;
    font-weight: 400;
    color: var(--black-color);
    font-size: 17px;
}

.sustainability-left-side-content p span {

    text-transform: uppercase;
    font-weight: 400;
}

.sustainability-right-side-content p {

    /* margin-top: 85px; */
    font-weight: 400;
    color: var(--black-color);
    font-size: 17px;
}

/*========================
sustainability page end 
==========================*/

/*========================
services page start
==========================*/
/* .services {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
} */

.services {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    /* centers the container */
}

/* Header Links */
.service-header a {
    font-weight: 400;
    color: var(--black-color);
}

.service-title {
    margin-bottom: 30px;
}

/* Title */
.service-title h3 {

    margin-top: 40px;
    color: var(--sky-blue-color);
    font-size: 36px;
}

/* Content Paragraph */
.service-content p {

    font-size: 15px;
    line-height: 1.5;
    color: var(--black-color);
    text-align: justify;
}

/* Service Items */
.service-items {
    margin-top: 30px;
}

.service-items-image img {
    width: 100%;
    height: auto;
    max-width: 286px;
    max-height: 160px;
    object-fit: cover;
    border-radius: 5px;
}

.service-items-title h3 {

    margin-top: 10px;
    font-size: 16px;
    color: var(--black-color);
}

/*========================
Responsive Media Queries
==========================*/
@media (max-width: 1200px) {
    .service-title h3 {
        font-size: 32px;
    }

    .service-content p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .service-title h3 {
        text-align: center;
        font-size: 28px;
    }

    .service-content p {
        font-size: 13px;
    }

    .service-items-image img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 576px) {
    .services {
        padding-left: 10px;
        padding-right: 10px;
    }

    .service-title h3 {
        text-align: center;
        font-size: 24px;
    }

    .service-content p {
        font-size: 12px;
        line-height: 1.4;
    }

    .service-items-title h3 {
        font-size: 14px;
    }
}

/*========================
services details page end
==========================*/

/*========================
contact page start
==========================*/
.contact {
    margin-top: 20px;
    margin-left: 90px;
    margin-right: 90px;
}

.contact-header {
    margin-top: 20px;
    /* margin-left: -11px; */
    /* margin-right: 90px; */
    /* margin-left: -16px; */
}

.contact-header a {
    color: var(--black-color);
}

.contact-left-side,
.contact-right-side {
    margin-top: 30px;
    margin-right: 11px;
}

/* .contact-right-side-image img {
    height: auto;
} */

.contact-left-side-heading h3 {
    color: var(--sky-blue-color);
    font-weight: 400;
    font-size: 46px;
    margin-left: -4px;
}

.contact-left-side-content p {
    font-weight: 400;
    color: var(--black-color);
    font-size: 17px;
    margin: 0;
}

/* .contact-right-side {
    display: flex;
    gap: 15px;
} */

.contact-right-side-content h3 {

    font-weight: 400;
    color: var(--sky-blue-color);
    font-size: 24px;
}

.contact-right-side-content p {

    font-weight: 400;
    color: var(--black-color);
    font-size: 17px;
}

@media screen and (max-width: 960px) {
    .contact-right-side-image img {
        width: 100%;
        /* This forces the image to shrink to fit the Bootstrap column */
        max-width: 300px;
        /* Optional: Limits how wide it can get */
        height: auto;
        /* Keeps the aspect ratio proportional */
    }
}



/* .contact-right-side-image img {
    width: 387px;
    height: 218px;
} */

/*========================
contact page end
==========================*/

/*========================
service details page start
==========================*/
/* .services-details-segment {
    margin-top: 100px;
} */

.services-details-page {
    margin: 20px auto 50px;
    padding: 0 15px;
    max-width: 1100px;
}

/* Title */
.services-details-page h3 {

    color: var(--sky-blue-color);
    font-size: 26px;
    margin-bottom: 25px;
}

/* Segment */
.services-details-segment {
    margin-bottom: 20px;
}

/* Row */
.services-details-segment-content {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    /* IMPORTANT */
}

/* PDF Button */
.services-details-btn {

    text-transform: uppercase;
    color: var(--sky-blue-color);
    font-size: 18px;
    text-decoration: none;
    border: 1px solid var(--sky-blue-color);
    padding: 5px 14px;
    border-radius: 6px;
    transition: .3s;
}

.services-details-btn:hover {
    background: var(--sky-blue-color);
    color: white;
}

/* Text */
.services-details-segment-content p {

    color: var(--black-color);
    font-size: 18px;
    margin: 0;
}

/* ========== TABLET ========== */
@media (max-width: 768px) {

    .services-details-page h3 {
        font-size: 22px;
        text-align: center;
    }

    .services-details-segment-content {
        justify-content: center;
        text-align: center;
    }

    .services-details-segment-content p {
        font-size: 17px;
    }
}

/* ========== MOBILE ========== */
@media (max-width: 480px) {

    .services-details-page h3 {
        font-size: 20px;
    }

    .services-details-btn {
        font-size: 16px;
        padding: 4px 12px;
    }

    .services-details-segment-content {
        flex-direction: column;
        /* stack */
        gap: 6px;
    }

    .services-details-segment-content p {
        font-size: 16px;
    }
}

/*========================
service details page end
==========================*/


/*========================
footer page start
==========================*/


.footer {
    height: 40vh;
    margin-top: 70px;
}


.footer-title h3 {

    font-size: 17px;
    text-align: center !important;
    font-weight: 500;
    color: var(--black-color);
}

.social-media {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
    text-align: center;
}

.social-media-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-media-item i {
    font-size: 30px;
    color: var(--black-color);
    margin-bottom: 10px;
}

.social-media-item h5 {
    margin: 0;
    margin-top: 10px;
    font-size: 16px;
    color: var(--black-color);

}

.social-media-item p {
    margin: 0;
    font-size: 14px;
    color: var(--black-color);
}



/* Service */


.service-section {
    /* margin-right: 22px;
    margin-left: 28px; */
    margin-bottom: 40px;

}

.service-title h3 {
    font-size: 24px;
}

.service-content p {
    font-size: 16px;
    line-height: 1.8;
    /* text-align: left; */

}



/*========================
footer page end
==========================*/

/* Remove horizontal margins for .antifoam-defoamers-details on mobile */

@media (max-width: 767px) {
    .antifoam-defoamers-details {
        margin-left: none !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 575px) {
    .antifoam-defoamers-details-left-side {
        padding: 26px !important;
    }

    .antifoam-defoamers-details {
        margin-left: -7px !important;
    }
}

@media (max-width: 460px) {
    .antifoam-defoamers-details-left-side {
        padding: 10px !important;
    }
}