/*



* Theme Name: NS - Grand Imperial



*  Author: Netscriper



*  Author URI: http://www.netscriper.com/



*/     





:root {

    --color1: #439be1;

}





*{

font-family: "Figtree", sans-serif;

}



/* ****************** custom design ********************/


a.custom-btn img {

    padding-left: 10px;

    padding-bottom: 2px;

}


.heading h2 {

    font-size: 40px;

    font-weight: 600;

    color: #2a2a2a;

    letter-spacing: 0.5px;

    margin-top: 10px;

    /* text-transform: capitalize; */

}



.subtitle {

    color: var(--color1);

    font-weight: 700;

    font-size: 20px;

    text-transform: uppercase;

}



.subtitle img {

    margin-top: -4px;

    padding-right: 6px;

}


.custom-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    background: var(--color1);
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

/* hover effect */
.custom-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(67, 155, 225, 0.35);
    background: #2f86cb;
}

/* subtle shine animation */
.custom-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.3),
        transparent
    );
    transition: all 0.6s ease;
}

.custom-btn:hover::before {
    left: 120%;
}





i.bi-arrow-up-short {



    display: inline-block;



    transition: transform 0.3s;



    transform: rotate(45deg);



    font-size: 26px;

    color: #fff;



}



div#page {

    overflow: hidden;

}







/* Pagination */



/* 404 error */



.error img {



    position: relative;



    margin: 0 auto;



}



.back-home-wrap p {



    font-size: 21px;



	margin-top:50px;



}



.back-home-wrap {



    text-align: center;



    left: 0;



    right: 0;



}



.error {



    height: 400px;



}



.back-home {



    margin-top: 14px;



    border-radius: 0;



}







.mm-menu--offcanvas{



    position: absolute;



}







/* Breadcrumb */







#breadcrumbs {list-style-type: none; padding-left: 0;}



#breadcrumbs li{display: inline-block;}



#breadcrumbs {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    gap: 8px;

    font-size: 20px;

}



#breadcrumbs a,

#breadcrumbs span {

    display: inline-flex;

    align-items: center;

    white-space: nowrap;

}



#breadcrumbs img {

    width: 10px;

    height: auto;

    margin: 0 4px;

}



@media (max-width: 768px) {

    #breadcrumbs {

        font-size: 16px;

        line-height: 1.6;

    }



    #breadcrumbs img {

        width: 8px;

    }

}



@media (max-width: 480px) {

    #breadcrumbs {

        font-size: 16px;

    }



    #breadcrumbs a,

    #breadcrumbs span {

        white-space: normal;

    }

}







/*********************** Widget ******************/



.mywidget h4 {



    font-size: 14px;



}



.widget-title{



    font-weight: 700;



    font-size: 21px;



}




/* ********************************* Sub banner **********************************/



.sub-banner-wrapper {



    position: relative;



}



.sub-banner {

    position: relative;

    min-height: 500px;

    display: flex;

    align-items: center;

    /* border-bottom-right-radius: 800px; */

    /* margin: 0 40px; */

    /* border-radius: 20px; */

    /* margin-top: 170px; */

}





.sub-banner::before {

    content: "";

    position: absolute;

    inset: 0;

    /* background: rgba(1, 44, 149, 0.87); */

    z-index: 1;

    /* border-radius: 20px; */

}





.banneroverlay {

    width: 100%;

    height: 100%;

    min-height: 300px;

    color: white;

    text-align: left;



    padding: 80px 35px;

}





.sub-banner .container {

    position: relative;

    z-index: 2;

    margin: 0 auto;

    max-width: 1200px;

}





.sub-banner .title {

    font-size: 42px;

    font-weight: 700;

    line-height: 1.2;

    color: #2a2a2a;

    text-transform: uppercase;

    text-align: center;

}



.breadcrumbs {

    display: flex;

    align-items: center;

    gap: 10px;

    justify-content: center;

}





.breadcrumbs a {

    color: #000;

    text-decoration: none;

    font-size: 22px;

    transition: 0.3s;

    font-weight: 500;

}







.breadcrumbs a:hover {

    color: var(--color1);

}







.breadcrumbs img {

    width: 12px;

}



.bread-current {

    color: #242424;

    font-weight: 500;

    font-size: 20px;

}







@media (max-width: 768px) {



    .sub-banner .title {

        font-size: 24px;

        line-height: 1.7;

    }





.global-network p {

    font-size: 14px;

}

}







/* post breadcrumbs*/



.breadcrumb {



    display: flex;



    align-items: center;



    flex-wrap: wrap;



    font-size: 14px;



    margin-bottom: 15px;



}







.breadcrumb a {



    color: #000;



    text-decoration: none;



    font-size: 16px;



    transition: 0.3s;



    font-weight: 600;



}







.breadcrumb a:hover {



    color: var(--color1)



}







.breadcrumb img {



    width: 12px;     



    height: 12px;



    margin: 0 8px;  



    object-fit: contain;



}







@media (max-width: 576px) {



    .breadcrumb {



        font-size: 12px;



    }







    .breadcrumb img {



        width: 12px;



        height: 12px;



        margin: 0 5px;



    }



}















/* *********************header *************************** */







.menu .col {



    display: flex;



    align-items: center;



    justify-content: space-between;



}







.logo-wrapper {



    flex-shrink: 0;



}



.ds-menu {

    margin-left: auto;

}



ul#menu-main-menu {

    display: flex;

    gap: 30px;

    font-size: 16px;

    margin-left: 140px;

}



.logo-wrapper {

    padding: 20px 0;

}



.logo-wrapper img {
    width: 160px;
}



a.nav-link {



    font-size: 18px;



}



.navbar-nav li.contact-item {
    border-radius: 100px;
    margin-left: auto;
    background: #439be1;
    padding: 0px 18px;
    transition: all 0.3s ease;
    margin-top: 20px;
}



.navbar-nav li.contact-item a {

    color: #fff;

    font-weight: 700;

    transition: all 0.3s ease;

}



.navbar-nav li.contact-item:hover a {

    color: #fff;

}






.sub-banner .title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #2a2a2a;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 700px;
    margin-top: -20px;
}



.contact-item a {

    color: #fff;

    font-weight: 400 !important;

    font-size: 16px !important;

}



.header_menu .nav-link:hover {



    color: var(--color1);      



}







.header_menu .current-menu-item > .nav-link,



.header_menu .current_page_item > .nav-link {



    color: var(--color1);       



    font-weight: 600;       



}



.navbar-nav li {

    position: relative;

}



.navbar-nav li ul {

    position: absolute;

    top: 100%;

    left: 0;

}



.navbar-nav li:hover > ul,

.navbar-nav li:focus-within > ul {

    display: block;

}



/* hover bridge fix */

.navbar-nav li::after {

    content: "";

    position: absolute;

    bottom: -8px;

    left: 0;

    width: 100%;

    height: 8px;

}







/* logo */



.menu {

    position: relative;

}



.menu > * {

    position: relative;

    z-index: 10000;

}



.xs-menu-btn a {



    display: inline-flex;



    justify-content: center;



    align-items: center;



    height: 80px;



    color: var(--color1);



    border-radius: 8px;



    font-size: 2rem;



    transition: all 0.3s ease;



    border: none;



    text-decoration: none;



}







.xs-menu-btn a i {



    pointer-events: none;



}



a.dropdown-item {

    font-size: 16px;

    padding: 12px 16px;

}





/* header responsive */



@media (max-width: 1400px) {



    ul#menu-main-menu {



    gap: 10px;



}



}







@media (max-width: 1200px) {



    ul#menu-main-menu {



        gap: 25px;



    }







    a.nav-link {



        font-size: 15px;



        padding: 0px !important;



    }



}



@media (min-width: 992px){



    .navi{

        display:flex;

        align-items:center;

        justify-content:flex-end;

        gap:20px;

        flex-wrap:nowrap;

    }



    .ds-menu{

        flex:1;

        margin:0;

    }



    .ds-menu .container-fluid{

        padding:0;

    }



    .ds-menu .navbar-collapse{

        display:flex !important;

        justify-content:flex-end;

    }



    .header_menu{

        width:100%;

        display:flex;

        flex-wrap:nowrap !important;

        align-items:center;

        justify-content:flex-end;

        gap:28px;

        margin:0;

        padding:0;

    }



    .header_menu > li{

        white-space:nowrap;

        flex:0 0 auto;

    }



    .header_menu > li > a{

        display:block;

        padding:10px 0;

    }



    .all-lang{

        flex:0 0 auto;

        margin-left:15px;

    }



}



@media (max-width: 991.98px){

    .ds-menu{

        display:none !important;

    }



    .xs-menu-btn{

        display:block;

    }



    .navi{

        display:flex;

        align-items:center;

        justify-content:flex-end;

        gap:15px;

    }



    .all-lang{

        margin-right:10px;

    }



    .slidercontent {

        display: none;

    }

}



@media (min-width:992px){



    .navi{

        display:flex;

        align-items:center;

        justify-content:flex-end;

        gap:0px;

    }



    .ds-menu{

        flex:1;

    }



    .ds-menu .container-fluid{

        padding:0;

    }



    .header_menu{

        display: flex;

        align-items: center;

        justify-content: flex-end;

        flex-wrap: nowrap;

        gap: 10px;

        margin: 0;

        padding: 0;

        width: 100%;

    }



    .header_menu > li{

        white-space:nowrap;

        flex:0 0 auto;

    }



    .all-lang{

        flex:0 0 auto;

        margin-left:10px;

    }

}





@media (max-width:991.98px){



    .navi-row{

        display:flex;

        align-items:center;

        justify-content:space-between;

        flex-wrap:nowrap;

    }



    .navi-logo{

        width:auto;

        flex:0 0 auto;

    }



    .navi{

        width:auto;

        flex:1;

        display:flex;

        align-items:center;

        justify-content:flex-end;

        gap:12px;

    }



    .ds-menu{

        display:none !important;

    }



    .all-lang{

        margin:0;

        flex:0 0 auto;

    }



    .xs-menu-btn{

        display:block;

        flex:0 0 auto;

    }



    .xs-menu-btn a{

        font-size:32px;

        line-height:1;

        color:#003699;

        text-decoration:none;

    }



}



a.nav-link {

    font-size: 18px;

    font-weight: 500;

    color: #333;

}



.dropdown-item.active, .dropdown-item:active {

    background-color: #fff !important;

    color: var(--color1) !important;

    font-weight: 600;

}



@media (max-width:1400px){



    ul#menu-main-menu {

        gap: 40px;

        margin-left: 90px;

    }

}



/* position absolute */



.menu {

    position: absolute;

    top: 0px;

    left: 50%;

    transform: translateX(-50%);

    width: 90%;

    max-width: 1400px;

    z-index: 999;

}



.menu .container {

    width: 100%;

    margin: 0 auto;

    border-radius: 50px;

}



.navi-row {

    align-items: center;

}



.navi-logo {

    display: flex;

    align-items: center;

}



.navi {

    display: flex;

    justify-content: flex-end;

    align-items: center;

}



.header_menu {

    justify-content: center;

    gap: 25px;

}



/* *********************** Home ************************ */





/* home slider */

.homeslider {

    position: relative;

}



.splide__slide {

    position: relative;

}



.splide__slide img {

    width: 100%;

    height: 160px;

    object-fit: cover;

    display: block;

    border-radius: 30px;

}



.slidercontent{

    z-index: 500;

    top: 28%;

    position: absolute;

    left: 0;

    right: 0;

    color: var(--color2);

}



.splide__slide::before {

    content: "";

    position: absolute;

    inset: 0;

    z-index: 1;

}



.slidercomtitle {

    text-transform: uppercase;

    font-size: 33px;

    font-weight: 600;

}



.sinceyear {

    font-size: 19px;

    width: 120px;

    background: var(--color2);

    text-align: center;

    padding: 3px;

    margin: 15px 0px;

    color: white;

    font-weight: 400;

}



.sliderspecial {

    text-transform: uppercase;

    width: 44%;

    font-size: 46px;

    font-weight: 900;

}



@media (max-width: 768px) {



    .slidercomtitle {

        font-size: 26px;

    }



    .sinceyear {

        font-size: 18px;

    }



    .sliderspecial {

        font-size: 14px;

    }



    .splide__slide img {

    width: 100%;

    height: 250px;

    object-fit: cover;

    display: block;

    border-radius: 30px;

}

}



.homeslider .splide__slide{

    aspect-ratio: 16 / 5; 

    overflow: hidden;

}



.homeslider .splide__slide img{

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

}



@media (max-width: 992px){

    .homeslider .splide__slide{

        aspect-ratio: 16 / 6;

    }

}



@media (max-width: 768px){

    .homeslider .splide__slide{

        aspect-ratio: 16 / 9;

    }

}



@media (max-width: 1400px){

    .sliderspecial {

        font-size: 32px;

    }



    .slidercomtitle {

    text-transform: uppercase;

    font-size: 26px;

    font-weight: 600;

}

}



@media (max-width: 1200px){

    .sliderspecial {

        font-size: 26px;

    }



    .slidercomtitle {

    text-transform: uppercase;

    font-size: 18px;

    font-weight: 600;

}

}



/* hero section */

.hero-section {

    position: relative;

    min-height: 1120px;

    background: url(images/home-bg.png) no-repeat center center;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    /* padding: 140px 0 200px; */

    overflow: visible;

    /* top: 0px; */

    margin-top: -220px;

    padding-bottom: 180px;

}



.hero-section .container {

    position: relative;

    z-index: 2;

}



.hero-content {

    max-width: 770px;

    margin: 430px auto 40px;

}



.hero-content h1 {

    font-size: 54px;

    font-weight: 700;

    line-height: 1.2;

    color: #2a2a2a;

    margin-bottom: 20px;

    text-transform: uppercase;

}



.hero-content p {

    font-size: 16px;

    line-height: 1.5;

    color: #2a2a2a;

    max-width: 700px;

    margin: 0 auto 24px;

}



.hero-img {

    display: flex;

    justify-content: center;

    align-items: center;

    margin-bottom: -200px;

}



.hero-img img {

    max-width: 1100px;

    width: 100%;

    object-fit: contain;

}



/* Responsive */

@media (max-width: 991px) {

    .hero-content h1 {

        font-size: 42px;

    }



    .hero-content p {

        font-size: 16px;

    }



    .hero-img img {

        max-width: 500px;

    }

}



@media (max-width: 576px) {

    .hero-section {

        padding: 120px 0 0px;

    }



    .hero-content h1 {

        font-size: 26px;

    }



    .hero-content p {

        font-size: 15px;

    }

}



/* home about section */

.home-about {

    padding: 100px 0 60px;

    background: #ffffff;

}



.about-text p {
    font-size: 16px;
    line-height: 1.9;
    color: #2a2a2a;
    margin-bottom: 25px;
    text-align: justify;
}



.about-gallery {

    margin-top: 60px;

}



.about-img {

    overflow: hidden;

    position: relative;

}



.about-img img {

    width: 100%;

    object-fit: cover;

    transition: 0.4s ease;

    border-radius: 20px;

}



.about-top .heading {

    max-width: 540px;

}



.about-text {

    margin-top: 130px;

    padding-left: 100px;

}



.about-img-section {

    margin-top: 80px;

    justify-content: center;

    align-items: center;

    gap: 20px;

}



.about-img1, .about-img3 {

    width: 400px;

    height: 290px;

    object-fit: contain;

}



.about-img2 {

    width: 480px;

    height: 380px;

}



@media (max-width: 991px) {

    .home-about h2 {

        font-size: 32px;

    }



    .about-img img {

        height: 280px;

    }

}



@media (max-width: 576px) {

    .home-about {

        padding: 0px 0 0;

    }



    .home-about h2 {

        font-size: 26px;

    }



    .about-img img {

        height: 220px;

    }



    .hero-section {

    min-height: 1000px;

}

}



/* home our product */

.our-products {

    padding: 120px 0 0;

    background: linear-gradient(180deg, #ffffff 0%, #E0F3FF 100%);

    position: relative;

    overflow: hidden;

}



.our-products .heading {

    max-width: 750px;

    margin: 0 auto;

    margin-bottom: 30px;

}



.our-products h2 {

    margin-bottom: 24px;

}



.home-product-img {

    position: relative;

    width: 100%;

    margin-top: 80px;

}



.home-product-img img {

    width: 100%;

    display: block;

    object-fit: contain;

}



.home-product-img {

    position: relative;

    text-align: center;

}



.home-product-img .product-image {

    width: 100%;

    height: auto;

    display: block;

}

.home-product-img {

    position: relative;

    text-align: center;

}



.home-product-img .label {

    position: absolute;

    top: -20px;

    left: 52%;

    transform: translateX(-50%);

    width: 1050px;

    height: auto;

    object-fit: contain;

    z-index: 2;

    pointer-events: none;

}



.product-label {

    position: absolute;

    z-index: 3;

}



@media (max-width: 991px) {

    .our-products h2 {

        font-size: 32px;

    }



    .product-label {

        left: 25%;

        top: 20px;

    }



    .product-label::after {

        height: 60px;

    }

}



@media (max-width: 576px) {

    .our-products {

        padding: 70px 0 0;

    }



    .our-products h2 {

        font-size: 22px;

    }



    .product-label {

        padding: 10px 18px;

        left: 35%;

        top: 10px;

    }



    .product-label span {

        font-size: 13px;

    }

}



.product-label {

    position: absolute;

    z-index: 5;

    width: 300px;

}



.product-label p {

    font-size: 24px;

    line-height: 1.5;

    color: #636363;

    font-weight: bold;

}



.label-1 {

    top: 30%;

    left: 11%;

}



.label-2 {

    top: 11%;

    left: 17%;

}



.label-3 {

    top: -7%;

    right: 57%;

}



.label-4 {

    top: -6%;

    right: 27%;

}



.label-5 {

    top: 11%;

    right: 16%;

}



.label-6 {

    top: 29%;

    right: 9%;

}



/* home our services */

.home-our-services {

    padding: 140px 0;

    background: #ffffff;

}



.home-our-services .heading {

    margin-bottom: 80px;

}



.home-product-card {

    margin-bottom: 30px;

}



.product-card {

    background: #EAEDED;

    border-radius: 30px;

    padding: 16px;

    height: 100%;

    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);

    transition: all 0.3s ease;

    position: relative;

    overflow: hidden;

}



.home-our-services h2 {

    max-width: 700px;

    margin: 0 auto;

    margin-top: 12px;

}



.product-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);

}



.product-card {

    width: 100%;

}



.product-card .service-img {

    width: 100%;

    height: auto;

    display: block;

    border-radius: 20px;

}



.product-card h3 {

    font-size: 26px;

    font-weight: 600;

    margin-bottom: 10px;

    color: #2a2a2a;

    margin-top: 20px;

}



.product-card p {

    font-size: 16px;

    color: #303339;

    line-height: 1.8;

}



.product-list-card {

    margin-top: 20px;

    margin-bottom: 34px;

}



.product-list {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 10px;

}



.product-list img {

    width: 61px;

    height: 61px;

    margin-top: 3px;

    border-radius: 100px;

}



.product-list p {

    font-size: 17px;

    margin: 0;

    color: #2a2a2a;

    font-weight: 500;

    line-height: 1.4;

}



.product-list-card a {

    text-decoration: none;

}



.service-btn {

    width: 100%;

    margin: 0 auto;

    text-align: center;

}



/*  */



.home-our-project {

    padding: 120px 0 100px;

}



.home-our-project .heading {

    margin-bottom: 80px;

}



.home-our-project h2 {

    max-width: 700px;

    margin: 0 auto;

    margin-top: 10px;

}



.project-card {

    position: relative;

    overflow: hidden;

    border-radius: 16px;

    cursor: pointer;

}



.project-card img {

    width: 100%;

    height: 320px;

    object-fit: cover;

    display: block;

    transition: transform 0.4s ease;

}



.project-card:hover img {

    transform: scale(1.05);

}





.project-card::after {

    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(

        to top,

        rgba(0, 0, 0, 0.75),

        rgba(0, 0, 0, 0.1),

        rgba(0, 0, 0, 0)

    );

    z-index: 1;

    pointer-events: none;



}



.project-title {

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;



    z-index: 2;



    display: flex;

    justify-content: space-between;

    align-items: center;



    padding: 20px;

    color: #fff;

}



.project-title p {

    margin: 0;

    font-size: 20px;

    font-weight: 600;

}



.project-title img {

    width: 12px;

    height: 12px;

    transition: transform 0.3s ease;

}



.project-card:hover .project-title img {

    transform: translateX(5px);

}



.project-card {

    position: relative;

    overflow: hidden;

    border-radius: 30px;

    cursor: pointer;

    display: block; 

}



.project-card img {

    width: 100%;

    height: 320px;

    object-fit: cover;

    display: block;

    transition: transform 0.4s ease;

    will-change: transform;

}



.project-card:hover img {

    transform: scale(1.08);

}



.project-card {

    text-decoration: none;

    color: inherit;

}



img.img-fluid.arrow {

    width: 12px;

    height: 12px;

}









/*  */



.our-clients {

    padding: 80px 0 140px;

}



.our-clients .heading {

    margin-bottom: 50px;

}



.our-clients h2 {

    max-width: 700px;

    margin: 0 auto;

    margin-top: 10px;

    margin-bottom: 80px;

}



.our-clients .col-lg-3 {

    margin-bottom: 25px;

}



.our-clients .col-lg-3 img {

    width: 100%;

    height: 160px;

    object-fit: contain;

    padding: 15px;

    background: #ffffff;

    border-radius: 30px;

    transition: all 0.3s ease;

    box-shadow: -2px 1px 30px rgba(15, 23, 42, 0.2);

}



.our-clients .col-lg-3 img:hover {

    transform: translateY(-6px);

    box-shadow: -2px 1px 30px rgba(15, 23, 42, 0.3);

}



.gradient-bg{

    background: linear-gradient(180deg, #f2f2f2 0%, #E0F3FF 100%);

}



.product-list {

    display: flex;

    align-items: center;

    gap: 12px;

    text-decoration: none;

    color: inherit;

    padding: 8px 10px;

    border-radius: 100px;

    transition: all 0.3s ease;

}



.product-list:hover {

    background: #f5f8ff;

    transform: translateX(5px);

    box-shadow: 0 4px 12px rgba(0,0,0,0.08);

}



.product-list img {

    transition: transform 0.3s ease;

}



.product-list:hover img {

    transform: scale(1.1);

}



.product-list:hover p {

    color: #1e73be;

    font-weight: 500;

}



/* ************************** GPR Tank ****************************** */

.grp-water-tank-section {

    padding: 140px 0 100px;

    background: #f8fafc;

}



.grp-content {

    padding-right: 30px;

}





.grp-content h2 {

    font-size: 36px;

}



.grp-content p {

    font-size: 16px;

    line-height: 1.7;

    color: #353b42;

    margin-bottom: 10px;

}



.grp-image img {

    width: 400px;

    border-radius: 30px;

    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);

}



@media (max-width: 992px) {

    .grp-content {

        padding-right: 0;

        margin-bottom: 30px;

    }



    .grp-content h2 {

        font-size: 30px;

    }

}



.grp-feature-matrix {

    padding: 40px 0 70px;

    background: linear-gradient(180deg, #f8fafc, #ffffff);

}



/* TITLE */

.section-title span {

    display: inline-block;

    padding: 8px 18px;

    background: #dbeafe;

    color: #2563eb;

    border-radius: 30px;

    font-size: 14px;

    font-weight: 600;

    letter-spacing: 0.5px;

}



.section-title h2 {

    margin-top: 18px;

    font-size: 42px;

    font-weight: 800;

    color: #0f172a;

}



.feature-layout {

    display: flex;

    align-items: center;

    gap: 20px;

}



section.grp-feature-matrix .heading {

    text-align: center;

}



.feature-column {

    flex: 1;

    display: flex;

    flex-direction: column;

    gap: 22px;

}



.feature-card {

    background: #ffffff;

    padding: 26px 26px 0px 60px;

    border-radius: 18px;

    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);

    position: relative;

    transition: all 0.35s ease;

    border: 1px solid rgba(37, 99, 235, 0.08);

}



.feature-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.12);

    border-color: rgba(37, 99, 235, 0.25);

}



.feature-card i {

    position: absolute;

    left: 16px;

    top: 22px;

    font-size: 20px;

    color: var(--color1);

    background: rgba(37, 99, 235, 0.08);

    padding: 10px;

    border-radius: 10px;

}


.feature-number {
    position: absolute;
    top: -12px;
    right: 18px;
    background: linear-gradient(63deg, #b0dcff, #4cb0ff);
    color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
}



.feature-card h3 {

    font-size: 18px;

    font-weight: 700;

    margin-bottom: 8px;

    color: #0f172a;

}



.feature-card p {

    font-size: 14px;

    color: #3e4753;

    line-height: 1.7;

}



.feature-card li {

    font-size: 14px;

    color: #3e4753;

    line-height: 1.7;

}



.feature-center {

    flex: 1.3;

}



.tank-wrapper {

    text-align: center;

    position: relative;

    overflow: hidden;

}



.tank-wrapper img {

    max-width: 650px;

    position: relative;

    z-index: 2;

}



.center-badge {

    margin-top: 20px;

    background: linear-gradient(135deg, #2563eb, #1d4ed8);

    color: white;

    padding: 18px;

    border-radius: 16px;

    position: relative;

    z-index: 2;

}



.center-badge h4 {

    margin: 0;

    font-size: 18px;

    font-weight: 700;

}



.center-badge p {

    margin-top: 5px;

    font-size: 13px;

    opacity: 0.9;

}



.certificate-card ul {

    margin: 0;

    padding-left: 18px;

}



.certificate-card ul li {

    font-size: 13px;

    color: #475569;

    margin-bottom: 6px;

}



@media(max-width: 992px) {

    .feature-layout {

        flex-direction: column;

    }



    .feature-center {

        order: -1;

    }



    .section-title h2 {

        font-size: 32px;

    }

}



.feature-layout {

    position: relative;

    min-height: 700px;

}



.feature-card {

    position: absolute;

    width: 320px;

    background: #fff;

    padding: 24px 24px 0px 70px;

    border-radius: 18px;

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);

    transition: 0.3s;

    z-index: 10;

}



.feature-card:hover {

    transform: translateY(-6px) scale(1.03);

    z-index: 10;

}



.feature-column:nth-child(1) .feature-card:nth-child(1) {

    top: 120px;

    left: 60px;

}



.feature-column:nth-child(1) .feature-card:nth-child(2) {

    top: 300px;

    left: 0px;

}



.feature-column:nth-child(1) .feature-card:nth-child(3) {

    top: 480px;

    left: 40px;

}



.feature-column:nth-child(3) .feature-card:nth-child(1) {

    top: 120px;

    right: 20px;

}



.feature-column:nth-child(3) .feature-card:nth-child(2) {

    top: 290px;

    right: -10px;

}



.feature-column:nth-child(3) .feature-card:nth-child(3) {

    top: 450px;

    right: 20px;

    padding-left: 76px;

}



.feature-center {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    z-index: 1;

}



.tank-wrapper {

    position: relative;

    display: inline-block;

    overflow: hidden;

    border-radius: 40px;

}



.tank-wrapper img {

    max-width: 1700px;

    border-radius: 40px;

    display: block;

    position: relative;

    z-index: 1; 

}



.tank-wrapper::after {

    content: "";

    position: absolute;

    inset: 0;

    border-radius: 40px;

    background: linear-gradient(to top, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.10) 50%, rgba(0, 0, 0, 0) 100%);

    z-index: 2;

    pointer-events: none;

}



@media (max-width: 992px) {



    .feature-layout {

        display: flex;

        flex-direction: column;

        align-items: center;

    }



    .feature-center {

        order: 2;

        width: 100%;

        text-align: center;

        display: none

    }



    .feature-column {

        order: 1;

        width: 100%;

        display: flex;

        flex-direction: column;

        gap: 20px;

        margin-top: 30px;

    }



    .feature-card {

        position: relative !important;

        top: auto !important;

        left: auto !important;

        right: auto !important;

        width: 100%;

        /* max-width: 500px; */

        margin: 0 auto;

        padding: 24px;

        padding-left: 80px;

    }

}



.mobile-image {

    margin-top: 30px;

}



.mobile-image img {

    border-radius: 20px;

}



/* GRP water tank */

.grp-engineering-section {

    padding: 110px 0;

    background: linear-gradient(180deg, #f8fafc, #ffffff);

}



.section-title span {

    display: inline-block;

    padding: 8px 18px;

    background: #dbeafe;

    color: #2563eb;

    border-radius: 30px;

    font-size: 14px;

    font-weight: 600;

}



.section-title h2 {

    margin-top: 18px;

    font-size: 40px;

    font-weight: 800;

    color: #0f172a;

}



.engine-grid {

    margin-top: 60px;

    display: grid;

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

    gap: 25px;

}



.engine-card {

    background: #ffffff;

    padding: 30px;

    border-radius: 20px;

    box-shadow: 0px 2px 40px rgba(15, 23, 42, 0.1);

    position: relative;

    transition: 0.35s ease;

    overflow: hidden;

}



.engine-card:hover {

    transform: translateY(-10px);

    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.12);

}



.engine-card i {

    font-size: 24px;

    color: var(--color1);

    background: rgba(37, 99, 235, 0.08);

    padding: 12px;

    border-radius: 12px;

    margin-bottom: 15px;

    display: inline-block;

}



.engine-card h3 {

    font-size: 22px;

    font-weight: 700;

    margin-bottom: 10px;

    color: #3a3a3a;

}



.engine-card p {

    font-size: 16px;

    color: #343434;

    line-height: 1.8;

}



.engine-card.highlight {

    background: var(--color1);

    color: #fff;

}



.engine-card.highlight i {

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

    color: #fff;

}



.engine-card.highlight h3,

.engine-card.highlight p {

    color: #fff;

}



@media (max-width: 768px) {

    .engine-grid {

        grid-template-columns: 1fr;

    }



    .section-title h2 {

        font-size: 30px;

    }

}



.grp-engineering-section .heading {

    text-align: center;

    /* width: 700px; */

    margin: 0 auto;

}



/* design */

.design-bold-section {

    padding: 120px 0;

    background: #f8fafc;

}



.design-bold-header {

    margin-bottom: 80px;

}



.design-bold-header span {

    display: inline-block;

    padding: 8px 18px;

    background: #2563eb;

    color: #fff;

    border-radius: 30px;

    font-size: 14px;

    font-weight: 600;

}



.design-bold-header h2 {

    font-size: 48px;

    font-weight: 900;

    margin-top: 20px;

    color: #0f172a;

}



.design-bold-wrapper {

    position: relative;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 30px;

}



.design-product-image {

    position: absolute;

    top: 60%;

    left: 50%;

    width: 350px;

    transform: translate(-50%, -50%);

    z-index: 10;

}



.design-product-image img {

    width: 100%;

    filter: drop-shadow(0 25px 40px rgba(0,0,0,0.2));

}



.design-block {

    min-height: 520px;

    padding: 45px;

    border-radius: 25px;

    position: relative;

    overflow: hidden;

}



.resistance-block {

    background: var(--color1);

    color: #fff;

    padding-right: 180px;

}



.strength-block {

    background: #ffffff;

    border: 4px solid var(--color1);

    padding-left: 180px;

}



.big-letter {

    position: absolute;

    font-size: 220px;

    font-weight: 900;

    line-height: 1;

    opacity: 0.08;

    top: 20px;

}



.resistance-block .big-letter {

    right: 20px;

    color: #fff;

}



.strength-block .big-letter {

    left: 20px;

    color: #0f172a;

}



.block-content {

    position: relative;

    z-index: 2;

}



.block-content h3 {

    font-size: 32px;

    font-weight: 800;

    margin-bottom: 30px;

}



.data-row {

    margin-bottom: 25px;

    padding-bottom: 20px;

    border-bottom: 1px solid rgba(255,255,255,0.1);

}



.strength-block .data-row {

    border-color: rgba(15,23,42,0.08);

}



.data-row span {

    display: block;

    font-size: 20px;

    font-weight: 600;

    margin-bottom: 8px;

    text-transform: capitalize !important;

}



.data-row p {

    font-size: 16px;

    margin: 0;

    text-transform: none !important;

}



.strength-block h3,

.strength-block span,

.strength-block p {

    color: #0f172a;

}



.strength-block h3, .strength-block span, .strength-block p {

    color: #343434;

    text-transform: uppercase;

}



.resistance-block h3, .resistance-block span, .resistance-block p {

    color: #ffffff;

    text-transform: uppercase;

}



section.design-bold-section .heading {

    /* width: 600px; */

    margin: 0 auto;

    text-align: center;

    margin-bottom: 60px;

}



@media(max-width: 992px) {

    .design-bold-wrapper {

        grid-template-columns: 1fr;

    }



    .design-product-image {

        position: relative;

        top: auto;

        left: auto;

        transform: none;

        width: 700px;

        margin: 0 auto 30px;

    }



    .resistance-block,

    .strength-block {

        padding: 35px;

        min-height: auto;

    }



    .big-letter {

        font-size: 120px;

    }



    .design-bold-header h2 {

        font-size: 34px;

    }



    .strength-block .big-letter {

        right: 20px;

        left: inherit;

    }

}



/*  */

.hygiene-section {

    padding: 120px 0;

    background: #ffffff;

}



.hygiene-wrapper {

    display: flex;

    align-items: center;

    gap: 0px;

}



.hygiene-image {

    flex: 1;

}



.hygiene-image img {

    width: 100%;

    max-width: 600px;

    border-radius: 28px;

    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);

}



.hygiene-content {

    flex: 1;

}



.tag {

    display: inline-block;

    padding: 6px 14px;

    background: #e0f2fe;

    color: #0284c7;

    border-radius: 30px;

    font-size: 13px;

    font-weight: 600;

}



.hygiene-content h2 {

    font-size: 30px;

}



.desc {

    margin-top: 12px;

    color: #383838;

    line-height: 1.8;

    font-size: 16px;

}



.icon-grid {

    margin-top: 30px;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 26px;

}



.icon-item {

    display: flex;

    gap: 14px;

    align-items: flex-start;

}



.icon-item i {

    font-size: 22px;

    padding: 12px;

    border-radius: 14px;

    min-width: 44px;

    text-align: center;

}



.icon-item:nth-child(1) i {

    color: #f59e0b;

    background: rgba(245, 158, 11, 0.12);

}



.icon-item:nth-child(2) i {

    color: #2563eb;

    background: rgba(37, 99, 235, 0.12);

}



.icon-item:nth-child(3) i {

    color: #10b981;

    background: rgba(16, 185, 129, 0.12);

}



.icon-item:nth-child(4) i {

    color: #8b5cf6;

    background: rgba(139, 92, 246, 0.12);

}



.icon-item {

    transition: 0.3s ease;

}



.icon-item:hover i {

    transform: scale(1.1);

}



.icon-item:hover h4 {

    color: #0f172a;

}



.icon-item h4 {

    font-size: 18px;

    font-weight: 600;

    margin: 0;

    color: #323232;

}



.icon-item p {

    font-size: 16px;

    margin: 2px 0 0;

    color: #4d5867;

}



.badge-row {

    margin-top: 40px;

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

}


.badge-row span {
    background: #469bdf;
    color: #fff;
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}



@media(max-width: 1200px) {

    .hygiene-wrapper {

        flex-direction: column;

        gap: 30px;

    }



    .hygiene-content h2 {

        font-size: 32px;

    }



    .icon-grid {

        grid-template-columns: 1fr;

    }

}



/* grp application */

section.grp-applications.gradient .heading {
    margin: 0 auto;
    text-align: center;
    max-width: 700px;
    margin-bottom: 20px;
}

section.grp-applications.gradient h2 {
    margin-bottom: 80px;
}

.grp-applications {
    background: linear-gradient(135deg, #f1f5f9 0%, #ffffff 50%, #f8fafc 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.grp-applications::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(37,99,235,0.08) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.6;
    pointer-events: none;
}

.grp-applications::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(59,130,246,0.15), transparent 70%);
    border-radius: 50%;
    filter: blur(20px);
}

.grp-applications::after {
    content: "";
    position: absolute;
    top: 0%;
    left: -140px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.2), transparent 70%);
    border-radius: 50%;
    filter: blur(20px);
    transform: translateY(-50%);
    pointer-events: none;
}


.app-card {
    position: relative;
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(10px);
    padding: 40px 30px;
    border-radius: 28px;
    overflow: hidden;
    height: 100%;
    transition: all 0.5s ease;
    border: 1px solid rgba(37,99,235,0.08);
}

.app-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 28px;
    padding: 1px;
    background: linear-gradient(135deg, transparent, rgba(37,99,235,0.4), transparent);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: 0.4s ease;
}

.app-number {
    font-size: 110px;
    font-weight: 800;
    color: rgba(37, 99, 235, 0.05);
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 1;
    transition: 0.4s ease;
}

.app-icon {
    width: 70px;
    height: 70px;
    border-radius: 22px;
    background: linear-gradient(135deg, #2563eb, #60a5fa);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 25px rgba(37,99,235,0.25);
    transition: 0.4s ease;
}

.app-icon i {
    font-size: 26px;
    color: #fff;
}

.app-content h6 {
    font-size: 22px;
    font-weight: 600;
    color: #26365b;
    position: relative;
    z-index: 2;
}

.app-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 60px rgba(37, 99, 235, 0.18);
}

.app-card:hover::before {
    opacity: 1;
}

.app-card:hover .app-number {
    color: rgba(37, 99, 235, 0.08);
    transform: scale(1.1);
}

.app-card:hover .app-icon {
    transform: rotate(6deg) scale(1.08);
}

/* entrance animation */
.app-card {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.8s ease forwards;
}

.app-card:nth-child(1) { animation-delay: 0.1s; }
.app-card:nth-child(2) { animation-delay: 0.2s; }
.app-card:nth-child(3) { animation-delay: 0.3s; }
.app-card:nth-child(4) { animation-delay: 0.4s; }

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* responsive */
@media (max-width: 767px) {
    .grp-applications {
        padding: 80px 0;
    }

    .app-number {
        font-size: 70px;
    }

    section.grp-applications .heading h2 {
        font-size: 26px;
    }
}

/*  */

.installation-section {

    background: #f8fafc;

    padding: 100px 0;

}



.install-card {

    padding: 28px;

    border-radius: 18px;

}



.install-card h4 {

    font-size: 20px;

    font-weight: 700;

    margin-bottom: 18px;

    color: #0f172a;

}



.install-list {

    list-style: none;

    padding: 0;

    margin: 0;

}



.install-list li {

    padding: 10px 0;

    border-bottom: 1px dashed rgba(0, 0, 0, 0.08);

    color: #334155;

    font-size: 16px;

}



.install-list li strong {

    color: #272c36;

    font-weight: 600;

}



.install-card p {

    font-size: 18px;

    color: #313131 !important;

}



section.installation-section .heading {

    margin: 0 auto;

    text-align: center;

    max-width: 800px;

}



section.installation-section h2 {

    font-size: 32px;

    margin-bottom: 80px;

}



.install-img {

    max-width: 100%;

    border-radius: 18px;

    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.08);

}



@media(max-width: 768px) {

    .installation-section h2 {

        font-size: 30px;

    }

}



/* ************************** Footer ****************************** */



.site-footer {

    position: relative;

    padding: 370px 0 20px;

    color: #ffffff;

    background: url(images/footer-bg.png) no-repeat center center;

    background-size: cover;

}



.site-footer .container {

    position: relative;

    z-index: 1;

}



.site-footer h4 {

    font-size: 24px;

    font-weight: 700;

    margin-bottom: 24px;

    color: #ffffff;

    text-transform: uppercase;

}



.site-footer address {

    margin-bottom: 22px;

    font-style: normal;

    display: flex;

    gap: 20px;

    color: #ffffff;

}



.site-footer address span:first-child {

    min-width: 100px;

    font-weight: 500;

    color: #ffffff;

    font-size: 18px;

}



.site-footer address span:last-child {

    font-weight: 400;

    color: #ffffff;

    font-size: 17px;

    width: 450px;

}



.site-footer a {

    color: #ffffff;

    text-decoration: none;

    transition: 0.3s;

}



.site-footer a:hover {

    color: #3b82f6;

}



.site-footer ul {

    padding: 0;

    margin: 0;

    list-style: none;

}



.site-footer ul li {

    margin-bottom: 16px;

}



.site-footer ul li a {

    color: #ffffff;

    font-size: 17px;

    transition: 0.3s;

    display: inline-block;

}



.site-footer ul li img {

    padding-right: 12px;

}



.site-footer ul li a:hover {

    color: #ffffff;

    transform: translateX(5px);

}



.social-link {

    gap: 24px;

}



.social-link a img {

    width: 34px;

    height: 34px;

    transition: 0.3s;

}



.social-link a img:hover {

    transform: translateY(-4px);

}



.copyright {

    margin-top: 40px;

    padding-top: 20px;

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

}



.copyright p {

    color: #e5e7eb;

    font-size: 14px;

    margin: 0;

}



.copyright a {

    color: #ffffff;

    font-weight: 600;

}



.site-footer address span i {

    margin-right: 12px;

    color: #ffffff;

    font-size: 16px;

}



.widget.faq-widget img {

    width: 26px;

}



/* ********************* Breadcrumb ********************* */



.company-name {

    color: #f8d900;

    font-size: 18px;

    margin-bottom: 20px;

    margin-top: 15px;

    position: relative;

}



@media (max-width: 576px) {

    .company-name {

    font-size: 14px;

}



.bread-current {

    font-size: 16px;

}



.breadcrumbs a {

    font-size: 16px;

}

}



.company-name:before {

    content: "";

    display: inline-block;

    width: 50px;

    border-radius: 80px;

    height: 50px;

    margin-right: 15px;

    background-image: url(images/bannerogo1.png);

    margin-bottom: -10px;

}



/* ****************************** About Us ***************************** */

/* about us */

.about-company-section {

    padding: 0px 0 100px;

    overflow: visible;

}



.about-company-row {

    --bs-gutter-x: 0;

    align-items: center;

    position: relative;

}



.about-company-image-col {

    position: relative;

    z-index: 2; 

}



.about-company-image {

    position: relative;

}



.about-company-image img {

    width: 100%;

    height: 380px;

    object-fit: cover;

    display: block;

    border-radius: 20px;

    transform: translateX(40px);

}



.about-company-content-col {

    position: relative;

    z-index: 1;

}



.about-company-content {

    background: #eef8ff;

    padding: 70px 60px;

    border-radius: 20px;

    height: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    margin-left: -20px;

    padding-left: 110px;

}



.about-company-content h2 {

    text-transform: capitalize;

    font-weight: 600;

    margin-bottom: 20px;

    font-size: 36px;

    color: var(--color1);

}



.about-company-content p {

    font-size: 17px;

    line-height: 1.8;

    color: #363636;

    text-align: justify;

}



@media (max-width: 991px) {

    .about-company-image img {

        height: 400px;

        transform: none;

        border-radius: 20px 20px 0 0;

    }



    .about-company-content {

        padding: 40px 30px;

        margin-left: 0;

        border-radius: 20px;

    }

}



/* vision and mission */

.vm-section {

    padding: 20px 0 140px;

    background-color: #ffffff;

}



.vm-heading span {

    color: var(--color1);

    font-weight: 800;

    font-size: 20px;

}



.vm-heading h2 {

    font-size: 44px;

    font-weight: 600;

    color: #1b2b45;

    margin-top: 10px;

}



.vm-grid {

    display: grid;

    grid-template-columns: 1.2fr 1fr;

    gap: 50px;

    margin-top: 60px;

}



.vm-vision {
    background: linear-gradient(135deg, #2c9be9, #3d82b9);
    color: #fff;
    padding: 50px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(10, 122, 201, 0.25);
}



.vm-vision::before {

    content: "";

    position: absolute;

    width: 300px;

    height: 300px;

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

    border-radius: 50%;

    top: -120px;

    right: -120px;

}



.vm-vision-top {

    display: flex;

    gap: 15px;

    margin-bottom: 20px;

}



.vm-icon-box {

    width: 55px;

    height: 55px;

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

    border-radius: 14px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 22px;

}



.vm-vision h3 {

    margin: 0;

    font-size: 28px;

}



.vm-subtitle {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    font-weight: 600;

}



.vm-subtitle img {

    width: 15px;

    height: auto;

    display: block;

}



.vm-text {

    font-size: 18px;

    line-height: 1.9;

    margin-top: 20px;

    text-align: justify;

}



.vm-tags {

    margin-top: 30px;

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

}



.vm-tags span {

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

    padding: 8px 12px;

    border-radius: 20px;

    font-size: 16px;

    display: flex;

    align-items: center;

    gap: 10px;

}



.vm-mission {

    position: relative;

    display: flex;

    flex-direction: column;

    gap: 35px;

}



.vm-mission::before {

    content: "";

    position: absolute;

    left: 24px;

    top: 0;

    bottom: 0;

    width: 2px;

    background: #d7e6f5;

}



.vm-step {

    display: flex;

    gap: 18px;

    align-items: flex-start;

}



.vm-step-icon {

    width: 48px;

    height: 48px;

    background: #ffffff;

    border: 2px solid var(--color1);

    color: var(--color1);

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 18px;

    z-index: 2;

    flex-shrink: 0;

    transition: 0.3s;

}



.vm-step:hover .vm-step-icon {

    background: var(--color1);

    color: #fff;

    transform: scale(1.05);

}



.vm-step h4 {

    margin: 0 0 6px 0;

    font-size: 20px;

    color: #1b2b45;

}



.vm-step p {

    margin: 0;

    color: #444444;

    line-height: 1.7;

    font-size: 18px;

}



@media (max-width: 991px) {

    .vm-grid {

        grid-template-columns: 1fr;

    }



    .vm-vision {

        padding: 40px;

    }



    .vm-heading h2 {

        font-size: 32px;

    }



    .vm-mission::before {

        display: none;

    }

}



/* Company History */

.company-history {

    padding: 100px 20px;

    background: linear-gradient(359deg, #E0F3FF 0%, #f8f8f8 100%);

    font-family: "Segoe UI", sans-serif;

    position: relative;

}



/* HEADER */

.section-header {

  text-align: center;

  margin-bottom: 80px;

}



.section-header span{

    color: var(--color1);

    font-weight: 800;

    font-size: 20px;

    text-transform: uppercase;

}



.section-header h2 {

    font-size: 44px;

    font-weight: 600;

    color: #1b2b45;

    margin-top: 10px;

}



.section-header p {

    color: #485461;

    margin-top: 10px;

    font-size: 16px;

}



.timeline {

  position: relative;

  max-width: 1100px;

  margin: auto;

}



.timeline::after {

  content: '';

  position: absolute;

  width: 2px;

  background: linear-gradient(#d7dee8, #b8c4d6, #d7dee8);

  top: 0;

  bottom: 0;

  left: 50%;

  transform: translateX(-50%);

}



.timeline-item {

  width: 50%;

  padding: 30px 50px;

  position: relative;

}



.timeline-item.left {

  left: 0;

  text-align: right;

}



.timeline-item.right {

    left: 50%;

    text-align: left;

    margin-top: -40px;

}



.timeline-item .content {

    background: #ffffff;

    padding: 28px 28px 24px;

    border-radius: 18px;

    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);

    position: relative;

    transition: all 0.3s ease;

    border: 1px solid rgba(0, 0, 0, 0.1);

}



.timeline-item .content:hover {

  transform: translateY(-6px);

  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.12);

}



.year {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #38a7ff;
    background: rgba(37, 99, 235, 0.08);
    padding: 6px 12px;
    border-radius: 20px;
    margin-bottom: 22px;
}




.timeline-item h3 {

  font-size: 18px;

  font-weight: 700;

  color: #1f2a37;

  margin-bottom: 10px;

}



.timeline-item p {

  font-size: 16px;

  line-height: 1.6;

  color: #4a4d55;

}



.timeline-item li {

  font-size: 16px;

  line-height: 1.6;

  color: #4a4d55;

}



.img-circle {

    width: 82px;

    height: 82px;

    border-radius: 50%;

    overflow: hidden;

    border: 6px solid #ffffff;

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

    position: absolute;

    top: -36px;

    left: 20px;

    background: #fff;

}



.timeline-item.right .img-circle {

  left: auto;

  right: 20px;

}



.timeline-item::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #25a0ebd6;
    border-radius: 50%;
    top: 40px;
    z-index: 2;
    box-shadow: 0 0 0 6px rgba(37, 99, 235, 0.12);
    animation: pulseDot 1.8s infinite ease-in-out;
}



.timeline-item::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #5fd0fd;
    border-radius: 50%;
    top: 40px;
    z-index: 2;
    box-shadow: 0 0 0 6px rgba(37, 195, 235, 0.12);
    animation: pulseDot 1.8s infinite ease-in-out;
}



/* KEYFRAMES */

@keyframes pulseDot {

    0% {

        transform: scale(1);

        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.35);

    }



    50% {

        transform: scale(1.2);

        box-shadow: 0 0 0 10px rgba(37, 99, 235, 0);

    }



    100% {

        transform: scale(1);

        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0);

    }

}



.timeline-item.left::before {

  right: -6px;

}



.timeline-item.right::before {

  left: -6px;

}



/* CONNECTOR LINE */

.timeline-item::after {

  content: '';

  position: absolute;

  width: 30px;

  height: 2px;

  background: #d7dee8;

  top: 46px;

}



.timeline-item.left::after {

  right: 0;

}



.timeline-item.right::after {

  left: 0;

}



/* RESPONSIVE */

@media (max-width: 992px) {



  .timeline::after {

    left: 10px;

  }



  .timeline-item {

    width: 100%;

    padding-left: 40px;

    padding-right: 10px;

    text-align: left !important;

  }



  .timeline-item.left,

  .timeline-item.right {

    left: 0;

  }



  .timeline-item::before {

    left: 2px !important;

  }



  .timeline-item::after {

    left: 12px;

  }



  .img-circle {

    position: relative;

    top: 0;

    left: 0;

    margin-bottom: 15px;

  }



  .timeline-item.right .img-circle {

    left: auto;

    right: 10px;

}

}



/* partners */



.partners-section {

    padding: 140px 0px 140px;

    background: #ffffff;

}



.section-header {

  text-align: center;

  margin-bottom: 70px;

}



.section-header h2 {

    font-size: 44px;

    font-weight: 600;

    color: #0f172a;

    letter-spacing: 0.5px;

}



.section-header p {

  color: #64748b;

  margin-top: 10px;

}



.partners-layout {

    display: flex;

    gap: 0px;

    align-items: center;

    margin: auto;

    margin-top: 70px;

}



.map-side {

    flex: 0.7;

}



.map-card {

    position: relative;

    overflow: hidden;

}



.map-card img {

    width: 380px;

    display: block;

    opacity: 1;

}



.map-badge {

    position: absolute;

    bottom: 130px;

    left: 12px;

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

    backdrop-filter: blur(8px);

    padding: 14px 18px;

    border-radius: 14px;

    box-shadow: 3px 0px 20px rgba(0, 0, 0, 0.1);

}



.map-badge h3 {

  font-size: 18px;

  margin: 0;

  color: #0f172a;

}



.map-badge p {

  margin: 0;

  font-size: 13px;

  color: #64748b;

}



.dot {

  position: absolute;

  width: 10px;

  height: 10px;

  background: #2563eb;

  border-radius: 50%;

  box-shadow: 0 0 0 6px rgba(37,99,235,0.15);

  animation: pulse 2s infinite;

}



.d1 { top: 30%; left: 45%; }

.d2 {

    top: 50%;

    left: 40%;

}

.d3 { top: 40%; left: 30%; }



.d4 {

    top: 17%;

    left: 40%;

}



@keyframes pulse {

  0% { transform: scale(1); opacity: 1; }

  50% { transform: scale(1.4); opacity: 0.6; }

  100% { transform: scale(1); opacity: 1; }

}



.partners-side {

    flex: 1.2;

    overflow: hidden;

    position: relative;

    padding: 40px;

}



.logo-track {

  display: grid;

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

  gap: 18px;

}



.logo {

  background: #ffffff;

  border-radius: 14px;

  height: 75px;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 12px;

  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);

  /* filter: grayscale(100%); */

  transition: all 0.3s ease;

  border: 1px solid rgba(0,0,0,0.04);

}



.logo:hover {

  /* filter: grayscale(0%); */

  transform: translateY(-6px) scale(1.05);

  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);

}



.logo img {

  max-width: 100%;

  max-height: 38px;

  object-fit: contain;

}



@media (max-width: 1200px) {

.logo-grid {

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

}

}





@media (max-width: 992px) {

  .partners-layout {

    flex-direction: column;

  }



  .logo-track {

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

  }

}



@media (max-width: 576px) {

  .logo-track {

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

  }



  .map-badge {

    position: static;

    margin-top: 15px;

  }

}



.logo-grid {

    display: grid;

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

    gap: 10px;

}



.logo {

    background: #ffffff;

    border-radius: 14px;

    height: 110px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0px;

    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);

    transition: all 0.3s ease;

    border: 1px solid rgba(0, 0, 0, 0.1);

}



.logo:hover {

  /* filter: grayscale(0%); */

  transform: translateY(-6px) scale(1.05);

  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);

}



.logo img {

    max-width: 100%;

    max-height: 100px;

    object-fit: contain;

    border-radius: 10px;

}



@media (max-width: 1200px) {

    .logo-grid {

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

    }

}



@media (max-width: 992px) {

    .logo-grid {

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

    }

}



@media (max-width: 768px) {

    .logo-grid {

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

    }



    .certificate-section {

    padding: 100px 0 80px;

}

}



@media (max-width: 576px) {

  .logo-grid {

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

  }



  .partners-section {

    padding: 100px 0px 100px;

    background: #ffffff;

}

}



@media (max-width: 500px) {

  .logo-grid {

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

  }

}



/* certificate */

.certificate-section {

    padding: 120px 0 180px;

    background: linear-gradient(180deg, #f2f2f2 0%, #E0F3FF 100%);

}



section.certificate-section .heading {

    max-width: 800px;

    margin: 0 auto;

    margin-bottom: 80px;

}



.certificate-section .section-header {

  margin-bottom: 50px;

}



.certificate-section p {

  color: #64748b;

}



.certificate-card {

    background: #fff;

    padding: 20px;

    border-radius: 30px;

    box-shadow: 1px 0px 25px rgba(0, 0, 0, 0.1);

    transition: 0.3s;

}



.certificate-card img {

  border-radius: 10px;

  cursor: pointer;

  transition: 0.3s;

}



.certificate-card:hover img {

  transform: scale(1.05);

}



.certificate-card h4 {

    margin-top: 12px;

    font-size: 16px;

    font-weight: 600;

    color: #0f172a;

    text-align: center;

}



.splide__pagination {

    bottom: -3em !important;

}



.splide__pagination__page {

  width: 10px;

  height: 10px;

  background: #71b9cf;

  opacity: 1;

  border-radius: 50%;

  transition: all 0.3s ease;

  border: none;

  margin: 0 4px;

}



.splide__pagination {

  display: flex;

  justify-content: center;

  align-items: center;

  padding-top: 15px;

}



.splide__pagination__page:hover {

  transform: scale(1.2);

  background: #0d6efd;

}



.splide__pagination__page {

  width: 8px;

  height: 8px;

  background: #81aaf7 !important;

}



.splide__pagination__page.is-active {

  /* width: 30px; */

  background: linear-gradient(90deg, #0d6efd, #00c6ff) !important;

}



/* ******************* our projects ******************* */

.project-link {

    display: block;

    text-decoration: none;

    color: inherit;

}



.project-link:hover {

    color: inherit;

}



/* *************************** post ********************** */



/* side bar */

.sidebar {

    background: #fff;

    padding: 30px;

    border-radius: 30px;

    box-shadow: -1px 0px 20px rgba(0, 0, 0, 0.05);

    border: 2px solid #cfecf9;

}



.sidebar h2 {

    font-size: 20px;

    font-weight: 600;

    margin-bottom: 20px;

    padding-bottom: 16px;

    border-bottom: 1px solid #d4d4d4;

    color: var(--color1);

}



.sidebar .mywidget {

    margin-bottom: 20px;

    display: flex;

    align-items: center;

    padding-bottom: 15px;

    border-bottom: 1px solid #f0f0f0;

}


.sidebar .mywidget img {
    width: 300px;
    height: 100px;
    border-radius: 20px;
    transition: transform 0.3s ease;
    object-fit: cover;
}


.sidebar .mywidget a img:hover {

    transform: scale(1.05);

}



.sidebar .mywidget h3 {

    font-size: 15px;

    margin: 0;

    line-height: 1.4;

}



.sidebar .mywidget h3 a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
    font-size: 18px;
    /* padding-left: 20px; */
}



.sidebar .mywidget h3 a:hover {

    color: var(--color1);

}



.sidebar .col-md-4 {

    padding-right: 0;

}



.sidebar .col-md-8 {

    padding-left: 10px;

}



@media (max-width: 768px) {

    .sidebar {

        margin-top: 20px;

    }



    .sidebar .mywidget {

        flex-direction: column;

        text-align: center;

    }



    .sidebar .col-md-4,

    .sidebar .col-md-8 {

        width: 100%;

        padding: 0;

    }

}



section.post_section {

    padding: 120px 0 160px;

}



section.post_section.gradient h3 {

    font-weight: 600;

    color: #333;

    line-height: 1.7;

}



.gradient{

    background: linear-gradient(180deg, #ffffff 0%, #E0F3FF 100%);

}



/* post content */

.project-sites-section {

    padding: 0px 0;

}



.project-site-box {

    margin-bottom: 30px;

    padding-bottom: 32px;

    border-bottom: 2px solid #d0eef9;

}



.site-info h3 {

    font-size: 20px;

    margin-bottom: 15px;

}



.site-info ul {

    list-style: none;

    padding: 0;

}



.site-info ul li {

    padding: 5px 0;

    font-size: 17px;

    color: #2e2e2e;

}



.site-gallery {

    display: grid;

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

    gap: 10px;

    margin-top: 20px;

}



.gallery-item img {

    width: 100%;

    height: 150px;

    object-fit: cover;

    border-radius: 20px;

    transition: 0.3s;

}



.gallery-item img:hover {

    transform: scale(1.05);

}



.project-site-box h2 {

    font-size: 22px;

}



.wp-block-heading {
    font-size: 22px;
    margin-top: 40px;
}



@media (max-width: 768px) {

    .site-gallery {

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

    }

}



@media (max-width: 480px) {

    .site-gallery {

        grid-template-columns: 1fr;

    }

}



/* ****************************** other products posts ***************************** */

.service-detail {

    padding: 20px 0 60px;

}



.service-box {

    display: flex;

    align-items: flex-start;

    gap: 30px;

}



.service-image {

    flex: 1;

}



.service-image img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 20px;
}



.service-content {

    flex: 1.2;

}



.service-content h2 {

    font-size: 26px;

    margin-bottom: 15px;

    color: var(--color1);

    position: relative;

    padding-bottom: 10px;

}



.service-content h2::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 200px;

    height: 3px;

    background: var(--color1);

    border-radius: 2px;

}



.service-content p {

    font-size: 17px;

    margin-bottom: 15px;

    color: #3a3a3a;

    line-height: 1.6;

}



.service-content ul {

    padding-left: 18px;

}



.service-content ul li {

    margin-bottom: 20px;

    font-size: 17px;

    line-height: 1.6;

    color: #333;

}



.padding{

    padding: 100px 0 200px;

}



@media (max-width: 1200px) {

    .service-box {

        flex-direction: column;

    }

}



/* ********************* related products ***************** */

.related-products-section {

    padding: 70px 0;

    /* background: #f8f9fa; */

}



.related-title {

    font-size: 30px;

    font-weight: 700;

    margin-bottom: 40px;

    color: var(--color1);

}



.related-card {

    background: #fff;

    border-radius: 30px;

    overflow: hidden;

    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);

    transition: 0.3s ease;

    height: 100%;

}



.related-card:hover {

    transform: translateY(-6px);

    box-shadow: 0 12px 30px rgba(0,0,0,0.12);

}



.related-image img {

    width: 100%;

    height: 180px;

    object-fit: cover;

    transition: 0.3s ease;

}



.related-card:hover .related-image img {

    transform: scale(1.05);

}



.related-item-title {

    font-size: 18px;

    font-weight: 600;

    padding: 20px;

    margin: 0;

    color: #242424;

    text-align: center;

}



.related-link {

    text-decoration: none;

    color: inherit;

    display: block;

}





/* ********************* Product Category *********************** */

.fire-protection-section {

    padding: 80px 0 160px;

}



section.fire-protection-section .heading {

    margin: 0 auto;

    max-width: 800px;

}



section.fire-protection-section .heading h2 {

    margin-bottom: 80px;

}





.fire-product-card {

    background: #ffffff;

    border-radius: 30px;

    overflow: hidden;

    box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.06);

    transition: 0.3s ease;

}



.fire-product-card:hover {

    transform: translateY(-6px);

    box-shadow: 0 12px 35px rgba(0,0,0,0.12);

}



.fire-product-media {

    background: #fff;

    padding: 20px;

}



.fire-product-media img {

    width: 100%;

    height: 300px;

    object-fit: cover;

    border-radius: 12px;

}



.fire-product-footer {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 26px;

    gap: 15px;

    padding-bottom: 30px;

    padding-top: 10px;

}



.fire-product-content h3 {

    font-size: 20px;

    margin-bottom: 12px;

    font-weight: 600;

}



.fire-product-content h3 a {

    text-decoration: none;

    color: #222;

    transition: 0.3s;

}



.fire-product-content h3 a:hover {

    color: var(--color1);

}



.fire-product-content p {

    font-size: 16px;

    color: #4c4c4c;

    line-height: 1.5;

    margin: 0;

}



.fire-product-arrow {

    width: 45px;

    height: 45px;

    min-width: 45px;

    border-radius: 50%;

    background: var(--color1);

    display: flex;

    align-items: center;

    justify-content: center;

    transition: 0.3s ease;

    flex-shrink: 0;

    margin-top: 26px;

}



.fire-product-arrow img {

    width: 18px;

    filter: brightness(0) invert(1);

}





.fire-product-arrow:hover {

    transform: rotate(45deg);

    background: var(--color1);

}



/* RESPONSIVE */

@media (max-width: 768px) {

    .fire-product-media img {

        height: 200px;

    }



    .fire-product-footer {

        flex-direction: row;

        align-items: center;

    }

}



/* *********************** Contact Us ******************* */

section.contact-us.gradient {

    padding: 0px 0px 100px;

}



#contact-form {

    max-width: 850px;

    margin: auto;

    background: #ffffff;

    padding: 45px;

    border-radius: 30px;

    box-shadow: 1px 1px 60px rgba(0, 0, 0, 0.08);

    border: 1px solid #c8cdd3;

}



#contact-form .form-control {

    width: 100%;

    height: 56px;

    border: 1px solid #dfe7f1;

    border-radius: 30px;

    padding: 0 30px;

    font-size: 16px;

    color: #222;

    background: #fff;

    box-shadow: none;

    transition: all 0.3s ease;

}



#contact-form textarea.form-control {

    min-height: 170px;

    padding: 20px 30px;

    resize: none;

}



#contact-form .form-control::placeholder{

    color:#8b97a8;

    font-size:14px;

}



#contact-form .form-control:focus{

    border-color:var(--color1);

    box-shadow:0 0 0 4px rgba(0,54,153,0.08);

    outline:none;

}



#contact-form .mb-3{

    margin-bottom:18px !important;

}



#contact-form .btn {

    border: none;

    background: var(--color1);

    color: #fff;

    font-size: 16px;

    font-weight: 500;

    padding: 12px 32px;

    border-radius: 50px;

    transition: all 0.3s ease;

    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-top: 20px !important;

}



#contact-form .btn:hover{

    background:var(--color1);

    transform:translateY(-2px);

    box-shadow:0 12px 25px rgba(0,54,153,0.20);

}



.alert{

    border:none;

    border-radius:12px;

    padding:14px 18px;

    margin-bottom:25px;

    font-size:16px;

}



.alert-success{

    background:#eaf8ef;

    color:#1c6d36;

}



.alert-danger{

    background:#fff0f0;

    color:#b42318;

}



.alert-warning{

    background:#fff8e6;

    color:#9a6700;

}



.py-5{

    padding-top:80px !important;

    padding-bottom:80px !important;

}



@media(max-width:991px){



    #contact-form{

        padding:35px;

    }



    .py-5{

        padding-top:65px !important;

        padding-bottom:65px !important;

    }

}



@media(max-width:767px){



    #contact-form{

        padding:28px 22px;

        border-radius:16px;

    }



    #contact-form .form-control{

        height:52px;

        font-size:14px;

    }



    #contact-form textarea.form-control{

        min-height:150px;

    }



    #contact-form .btn{

        width:100%;

        justify-content:center;

        padding:14px 20px;

    }



    .py-5{

        padding-top:55px !important;

        padding-bottom:55px !important;

    }

}



@media(max-width:575px){

    #contact-form {

        padding: 22px 18px;

        margin-top: 40px;

    }

}



.contact-png img {

    height: 630px;

    width: 520px;

    object-fit: cover;

    border-radius: 20px;

}



form#contact-form h1 {

    font-size: 38px;

    font-weight: 700;

    color: var(--color2);

    margin-bottom: 25px;

    line-height: 1.3;

}





/* get in touch */

.contact-info-box {

    padding: 30px;

}



.contact-title {

    font-size: 32px;

    font-weight: 700;

    margin-bottom: 20px;

    color: var(--color1);

}



.contact-text {

    font-size: 16px;

    line-height: 1.8;

    color: #3a3a3a;

    margin-bottom: 30px;

}



.contact-item {

    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 20px;

    font-size: 16px;

    color: #333;

}



.contact-item i {

    width: 45px;

    height: 45px;

    background: var(--color1);

    color: #fff;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 18px;

}



.contact-item span {

    line-height: 1.6;

    max-width: 400px;

}





/* map */



.contact-map-section{

    padding:90px 0;

    background:#f8fbff;

}



.contact-map-section .row{

    overflow:hidden;

    border-radius:18px;

    box-shadow:0 20px 60px rgba(0,0,0,0.08);

    background:#fff;

}



.map-wrapper{

    height:100%;

    min-height:560px;

}



.map-wrapper iframe{

    width:100%;

    height:100%;

    min-height:560px;

    border:0;

}



.office-card{

    padding:55px 45px;

    height:100%;

    display:flex;

    flex-direction:column;

    justify-content:center;

}



.office-card .mini-title {

    display: inline-block;

    font-size: 13px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 1px;

    color: #003699;

    background: rgba(0, 54, 153, 0.08);

    padding: 8px 14px;

    border-radius: 30px;

    margin-bottom: 14px;

    width: 100px;

}



.contact-info-box{

    display:flex;

    flex-direction:column;

    gap:22px;

}



.info-item{

    display:flex;

    align-items:flex-start;

    gap:16px;

}



.info-item .icon{

    width:52px;

    height:52px;

    min-width:52px;

    border-radius:50%;

    background:#003699;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:18px;

    box-shadow:0 10px 20px rgba(0,54,153,0.18);

}



.info-item .text span{

    display:block;

    font-size:13px;

    font-weight:700;

    color:#003699;

    margin-bottom:4px;

    text-transform:uppercase;

    letter-spacing:0.5px;

}



.info-item .text p{

    margin:0;

    font-size:15px;

    line-height:1.7;

    color:#555;

}



@media(max-width:1199px){



    .office-card .section-title{

        font-size:34px;

    }



    .office-card{

        padding:45px 35px;

    }

}



@media(max-width:991px){



    .contact-map-section{

        padding:70px 0;

    }



    .map-wrapper,

    .map-wrapper iframe{

        min-height:420px;

    }



    .office-card{

        padding:40px 30px;

    }

}



@media(max-width:767px){



    .contact-map-section{

        padding:55px 0;

    }



    .map-wrapper,

    .map-wrapper iframe{

        min-height:320px;

    }



    .office-card{

        padding:30px 22px;

    }



    .office-card .section-title{

        font-size:28px;

        margin-bottom:22px;

    }



    .info-item .icon{

        width:46px;

        height:46px;

        min-width:46px;

        font-size:16px;

    }



    .info-item .text p{

        font-size:14px;

    }

}



@media(max-width:575px){



    .office-card .section-title{

        font-size:24px;

    }

}



/* ******************* slider ******************** */



.swiper.projectSwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {

    padding-bottom: 80px;

}



.swiper-button-prev {

    display: none !important;

}



.swiper-button-next {

    display: none !important;

}



/* go top */

#go-top {

    position: fixed;

    bottom: 120px;

    right: 30px;

    width: 50px;

    height: 50px;

    background: var(--color1);

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    cursor: pointer;

    z-index: 999;

    transform: translateY(20px);

    transition: all 0.3s ease;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);

    animation: goTopFloat 2s infinite ease-in-out;

}



#go-top i {

    font-size: 20px;

    line-height: 1;

}



#go-top:hover {

    transform: translateY(-5px) scale(1.1);

    animation-play-state: paused;

}



@keyframes goTopFloat {

    0% {

        transform: translateY(0);

        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);

    }

    50% {

        transform: translateY(-8px);

        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);

    }

    100% {

        transform: translateY(0);

        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);

    }

}



/* ***************** responsive ******************* */



@media(max-width:1700px){

    .tank-wrapper img {

    max-width: 1600px;

}

}



@media(max-width:1600px){

    .tank-wrapper img {

    max-width: 1500px;

}

}



@media(max-width:1500px){

.home-product-img .label {

    width: 800px;

}



.product-label p {

    font-size: 20px;

}



.label-1 {

    top: 28%;

    left: 9%;

}



.label-2 {

    top: 10%;

    left: 15%;

}



.label-3 {

    top: -8%;

    right: 55%;

}



.label-4 {

    top: -8%;

    right: 25%;

}



.label-5 {

    top: 10%;

    right: 14%;

}



.label-6 {

    top: 27%;

    right: 7%;

}



    .tank-wrapper img {

    max-width: 1400px;

}



}



@media(max-width:1400px){

.home-product-img .label {

    width: 800px;

}



.product-label p {

    font-size: 20px;

}



    .label-1 {

        top: 28%;

        left: 6%;

    }



    .label-2 {

        top: 10%;

        left: 12%;

    }



    .label-3 {

        top: -8%;

        right: 56%;

    }



    .label-4 {

        top: -8%;

        right: 22%;

    }



    .label-5 {

        top: 10%;

        right: 10%;

    }



    .label-6 {

        top: 29%;

        right: 2%;

    }



    .tank-wrapper img {

        max-width: 1300px;

        height: 600px;

        object-fit: cover;

    }



    .hygiene-image img {

    max-width: 500px;

}



}



@media(max-width:1300px){

.home-product-img .label {

    width: 800px;

}



.product-label p {

    font-size: 20px;

}



.tank-wrapper img {

    max-width: 1200px;

}



    .label-1 {

        top: 30%;

        left: 2%;

    }



    .label-2 {

        top: 10%;

        left: 9%;

    }



    .label-3 {

        top: -10%;

        right: 58%;

    }



    .label-4 {

        top: -10%;

        right: 20%;

    }



    .label-5 {

        top: 10%;

        right: 9%;

    }



    .label-6 {

        top: 29%;

        right: 0%;

    }



    .hygiene-image img {

        max-width: 500px;

    }



}



@media(max-width:1200px){

    .navbar-nav li.contact-item {

    border-radius: 100px;

    margin-left: auto;

    background: var(--color1);

    padding: 8px 24px;

    transition: all 0.3s ease;

}



    .home-product-img .label {

        display: none;

    }



    .tank-wrapper img {

    max-width: 1100px;

}



    .hygiene-image img {

        max-width: 700px;

    }

}



@media(max-width:1100px){

.tank-wrapper img {

    max-width: 1000px;

}



.feature-column:nth-child(3) .feature-card:nth-child(2) {

    top: 290px;

    right: -10px;

}

}





@media (max-width: 1200px) {



    .product-label {

        top: auto !important;

        left: auto !important;

        right: auto !important;

    }



    [class^="label-"] {

        top: auto !important;

        left: auto !important;

        right: auto !important;

        bottom: auto !important;

    }



    .home-product-img {

        position: relative;

        text-align: center;

    }



    .home-product-img .label {

        display: none;

    }



    .labels-wrapper {

        position: absolute;

        top: -10%;

        left: 50%;

        transform: translateX(-50%);

        width: 70%;

        display: grid !important;

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

        grid-template-rows: repeat(2, auto);

        gap: 20px 40px;

        z-index: 5;

    }



    .product-label {

        position: relative !important;

        width: 100%;

        text-align: center;

    }



    .product-label p {

        font-size: 18px;

        margin-bottom: 0px;

    }

}





@media(max-width: 992px){

.about-text {

    margin-top: 20px;

    padding-left: 0px;

}



.about-img1, .about-img3 {

    width: 400px;

    height: auto;

    object-fit: contain;

}



.about-img2 {

    width: 400px;

    height: auto;

}



    .product-label p {

        font-size: 16px;

        margin-bottom: 0px;

        font-weight: 500;

    }



    .labels-wrapper {

        position: absolute;

        top: -20%;

        left: 50%;

        transform: translateX(-50%);

        width: 90%;

        display: grid !important;

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

        grid-template-rows: repeat(2, auto);

        gap: 20px 0px;

        z-index: 5;

    }



    .home-our-services {

    padding: 100px 0;

    background: #ffffff;

}



}



@media (max-width: 992px) {

    .product-card {

        width: 100%;

        margin-bottom: 20px;

    }



    .product-list-card {

        display: flex;

        flex-direction: column;

        gap: 10px;

    }



    .product-list {

        width: 100%;

    }



    .home-our-services h2 {

    font-size: 22px;

}





.site-footer {

    padding: 600px 0 20px;

}



.our-clients {

    padding: 40px 0 0px;

}



    .about-company-image img {

        height: 400px;

        transform: none;

        border-radius: 20px 20px 0 0;

    }



    .contact-item a {

    color: #fff;

}


/* 
.page-meta {

    padding-top: 50px;

} */

.contact-item a {
    color: #fff;
    font-weight: 400 !important;
    font-size: 20px !important;
}


}



@media (max-width: 768px) {



    .product-card {

        width: 100%;

        padding: 14px;

        border-radius: 20px;

    }



    .product-card h3 {

        font-size: 20px;

    }



    .product-card p {

        font-size: 14px;

    }



    .product-list-card {

        display: flex;

        flex-direction: column;

        gap: 8px;

    }



    .product-list {

        width: 100%;

        align-items: center;

    }



    .product-list img {

        width: 50px;

        height: auto;

    }



    .service-btn {

        width: 100%;

        text-align: center;

    }



    .about-company-image img {

        height: 300px;

        transform: none;

        border-radius: 20px 20px 0 0;

    }



    .heading h2 {

    font-size: 26px;

    }



    .design-product-image {

        width: 400px;



    }



    .hygiene-section {

    padding: 80px 0;

}

}



@media(max-width: 578px){

    .hero-content {

        max-width: 770px;

        margin: 40px auto 40px;

    }



    .product-label {

        padding: 0px;

    }



    .product-label p {

        font-size: 14px;

    }



    .heading h2 {

    font-size: 26px;

}



    .splide__slide img {

    height: 200px;

}



    .about-company-image img {

        height: 300px;

        width: 100%;

        transform: none;

        border-radius: 20px 20px 0 0;

    }



    .about-company-section {

    padding: 0px 0 60px;

}



.vm-section {

    padding: 20px 0 100px;

}



.sub-banner .title {

    font-size: 28px;

}

}



@media(max-width: 500px){

    .labels-wrapper {

        top: -50%;

    }



    .labels-wrapper {

        gap: 20px 0px;

    }



    .home-our-services .heading {

    margin-bottom: 40px;

}



    .about-company-image img {

        height: 230px;

        width: 100%;

        transform: none;

        border-radius: 20px 20px 0 0;

    }



        .design-product-image {

        width: 350px;



    }

    .sidebar .mywidget img {
        margin-bottom: 16px;
    }

}



@media(max-width: 400px){



    .about-company-image img {

        height: 200px;

        width: 100%;

        transform: none;

        border-radius: 20px 20px 0 0;

    }



    .design-product-image {

        width: 300px;



    }

}



.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {

    text-decoration: none;

    color: #fff;

}

.navbar-nav li.contact-item.current-menu-item > a,
.navbar-nav li.contact-item.current_page_item > a {
    color: #fff !important;
}

.post-featured-image img {
    width: 900px;
    border-radius: 40px;
    height: 500px;
    object-fit: cover;
}

/* list style design */
.service-content ul {
    list-style: none;
    padding-left: 0;
}

.service-content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
}

.service-content ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 4px;
    color: #22c55e;
    font-weight: bold;
    font-size: 16px;
}

/* animation */
.si-text-reveal {
    overflow: hidden;
}

.si-reveal-line {
    display: block;
    overflow: hidden;
}

.si-char {
    display: inline-block;
    transform: translateY(120%);
    opacity: 0;
    will-change: transform, opacity;
}


.si-scroll-reveal {
    overflow: hidden;
}

.si-scroll-line {
    display: block;
    overflow: hidden;
}

.si-scroll-char {
    display: inline-block;
    transform: translateY(120%);
    opacity: 0;
    will-change: transform, opacity;
}

.si-subtitle-reveal {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
}

.si-subtitle-reveal img {
    transform: translateY(10px);
    opacity: 0;
}

.si-subtitle-text {
    display: inline-block;
    transform: translateY(20px);
    opacity: 0;
}