@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
      font-family: "Inter", sans-serif;

}
:root{
    --primary-color:#DC2828;
    --font-inter: "Inter", sans-serif;
}
#wpadminbar {
    /*display: none !important;*/
}
p{
    font-family: "Inter", sans-serif;
    font-size: 18px;
}
a{
    text-decoration: none;
}
.top-section{
    padding: 50px 0px;
}
/* .header-logo img{
    width: 70px;
}
.header-btn{
    background-color: #166CB3;
} */

.nav-link.active{
  /* color:#ff6600 !important; */
  font-weight:600;
}
/* .main-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
}
.main-header{
    padding:10px 0;
    background:#fff;
    border-bottom: 1px solid #ffffff8b;
}
.main-header.sticky{
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  background:#fff;
  transition:0.3s;
} */



.main-header{
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background:#fff;
  border-bottom: 1px solid #ffffff8b;
  padding:0px 20px;
}

.main-header.sticky{
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  background:#ffffff;
  transition:0.3s e;
}

.main-header.sticky .navbar-nav .nav-link{
    color:#000 !important;
}

.navbar-brand img{
    width:50px;
}

.navbar-nav{
    gap:25px;
}

.navbar-nav .nav-link{
    font-size:16px;
    font-weight:500;
    color:#fff;
    /* position: relative; */
    /* padding-bottom: 6px; */
}

.navbar-nav .nav-link:hover{
    color:#166CB3;
}



.navbar-nav .nav-link{
    position:relative;
    padding-bottom:8px;
}

/* underline */
.navbar-nav .nav-link::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-35px;
    width:0;
    height:1px;
    background:#DC2828;
    transition:0.3s;
}

/* hover + active */
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after{
    width:100% !important;
}





.main-header.sticky .navbar-nav .nav-link.active::after{
       height:2px;
}
















.main-header.sticky .navbar .button{
    border: 1px solid #0f4f85 !important;
    color: #0f4f85 !important;
     transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);

}
.main-header.sticky .navbar .button:hover{
    /* border: 1px solid #0f4f85 !important;
    color: #0f4f85 !important; */
      color: #fff !important;
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(15,79,133,0.4);

}




/* .navbar-nav .nav-link.active{
    border-bottom:1px solid red;

} */
.header-btn{
    background:#166CB3;
    color:#fff;
    padding:10px 22px;
    border-radius:5px;
    text-decoration:none;
    font-weight:500;
    border-radius: 70px;
    transition: all 0.5s ease; /* slow hover transition */

}

.header-btn:hover{
    background:#0f4f85;
    color:#fff;
}


.about-page-btn{
     border: 1px solid #fff !important;
      color: #fff !important;
}
.about-page-btn:hover {
    border: 1px solid #0f4f85 !important;
 
}
.button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  font-size: 18px;
  color: #0f4f85;
  border: 1px solid #0f4f85;
  border-radius: 34px;
  background-color: transparent;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

/* circle animation */
.button::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: inherit;
  transform: scale(0);
  z-index: -1;
  background-color: #0f4f85;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.button:hover::before {
  transform: scale(3);
}

.button:hover {
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(15,79,133,0.4);
}

.button:active {
  transform: scale(1);
}

/* ------------- */





/* .navbar-toggler{
   border: 1px solid black !important;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em !important;
    height: 0em !important;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    
    color: red;
    border: 1px solid black !important;
} */







/* 
.header-sec{
    transition: 0.3s;
}


.header-sec.menu-open{
    background-color: #000;
}


@media (max-width:991px){

.navbar-nav{
    background:#000;
    padding:20px;
}

.navbar-nav .nav-link{
    color:#fff !important;
    padding:10px 0;
    border-bottom:1px solid rgba(255,255,255,0.2);
}

}
 */


/* header default */


/* when menu open */
/* .header-sec.menu-open{
    background:#1b1b1b;
} */

/* mobile menu */
@media (max-width:991px){

.navbar-nav{
    /* background:#000; */
    padding:20px;
}

.navbar-nav .nav-link{
    color:#000 !important;
    padding:10px 0;
    border-bottom:1px dotted rgba(0, 0, 0, 0.2);
}
.header-sec.menu-open{
    background:#fff;
}
.navbar-nav .nav-link::after{
    display: none;
}

}


 





.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em !important;
    height: 0em !important;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    
    color: red;
    border: 1px solid black !important;
} 

.main-header .navbar-toggler{
    border: 1px solid #000;
}
.navbar-toggler{
border: 1px solid #fff !important;
  width: 40px;
  height: 35px;
  position: relative;
}
/* .navbar-toggler:focus {
    
    border: 1px solid #fff !important;
}

button:focus:not(:focus-visible) {
    outline: 0;
     border: 1px solid #000 !important;
} */



/* default button border */
.navbar-toggler{
    border: 1px solid #000;
}

/* when menu is OPEN */
.navbar-toggler:not(.collapsed){
    border: 1px solid #000000 !important;
   
}

/* remove blue focus outline */
/* .navbar-toggler:focus{
    box-shadow: none;
}
.menu-icon::after:not(.collapsed){
    border: 1px solid #fff !important;
} */

.main-header.sticky .menu-icon,
.main-header.sticky .menu-icon::before,
.main-header.sticky .menu-icon::after{
    background: #000;
}
.menu-icon,
.menu-icon::before,
.menu-icon::after{
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: #fff;
  left: 5px;
  transition: 0.3s;
}

.menu-icon{
  top: 16px;
}

.menu-icon::before{
  top: -7px;
}

.menu-icon::after{
  top: 7px;
}

/* OPEN MENU â†’ SHOW CLOSE ICON */
.navbar-toggler:not(.collapsed) .menu-icon{
  background: transparent;
}

.navbar-toggler:not(.collapsed) .menu-icon::before{
  transform: rotate(45deg);
  top: 0;
  border: 1px solid #000000 !important;
}

.navbar-toggler:not(.collapsed) .menu-icon::after{
  transform: rotate(-45deg);
  top: 0;
  border: 1px solid #000000 !important;
}
.navbar-toggler:focus {
    
   box-shadow: 0 0 0 0rem !important; 
}







/* Mobile Fix */
@media (max-width:991px){

    .header-btn-wrapper{
        margin-top:10px;
        text-align:center;
        width:100%;
    }

    .navbar-nav{
        text-align:center;
        gap:10px;
        padding:10px 0;
    }
    .button{
        display: none;
    }

}
@media screen and (min-width:991px){
    .contact-btn-d-none{
        display:none;
    }
}


.header-sec{
    position:absolute;
    width:100%;
    top:0;
    left:0;
    z-index:999;
    background:transparent;
}

.banner-section{
    /* height:100vh; */
    
    /*background:*/
    /*linear-gradient(204deg,#0B243800 0%,#0B243870 44%,#0B2438 100%),*/
    /*url('../images/saudi-banner.webp');*/

      overflow: hidden;
   position:relative;
}

.banner-section .banner-content-h{
       position: relative;
    z-index: 3;
    color: #fff;
    font-weight: 700;
    font-size: 50px; 
        margin-bottom: 30px;
}
.banner-section .banner-content-p{
    position: relative;
    z-index: 3;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px;
}

.banner-section .banner-content-div{
        position: absolute;
    top: 30%;
}


.banner-section video {
  width: 100%;
  display: block;
}
.banner-section .container {

  z-index: 2;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); /* change color/opacity */
  z-index: 1;
}
.banner-content{
    color:#fff;
     padding: 300px 0px 200px 0px;
}


.banner-content h1{
    font-size:65px;
    font-weight:500;
    padding-bottom: 20px;
}

.banner-content p{
    /* font-size:20px; */
    padding-bottom: 30px;
    color: #E1E1E1;
}
.ban-btn{
    background-color: #DC2828;
    padding: 18px 36px;
    color: #fff;
    font-weight: 600;
    border-radius: 70px;
    text-decoration: none;
    transition: all 0.5s ease; /* slow hover transition */

}
.ban-btn:hover{
    color: #fff;
    /* background-color: #d81717c9; */
    background-color: #d81717;
}







.ban-button {
  cursor: pointer;
  position: relative;
  display: inline-block;
    padding: 18px 36px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #DC2828;
  border-radius: 34px;
background-color: #dc2828fb;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
      z-index: 1;

  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

/* circle animation */
.ban-button::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: inherit;
  transform: scale(0);
  z-index: -1;
  background-color: #fff;
  /* background-color: #0f4f85; */
  /* background-color: #d71313e0; */
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
 
}

.ban-button:hover::before {
  transform: scale(4);
}

.ban-button:hover {
  color: #0f4f85;
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(15,79,133,0.4);
  /* border: 0px solid #DC2828; */
   border: 1px solid #0f4f85;
   /* background-color: transparent; */
}

.ban-button:active {
  transform: scale(1);
}

/* ------------- */




.subbanner-wrap{
    padding: 150px 0;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}
.subbanner-wrap .def-opt {
        font-size: 16px;
    font-weight: 600;
    color: #ffff;
    text-decoration: none;
}
.subbanner-wrap .current-opt{
        font-size: 16px;
    font-weight: 600;
    color: #ffff;
    text-decoration: none;
}



@media screen and (max-width:441px){
    .banner-content h1{
         font-size: 35px !important;
    }
    .banner-section .banner-content-h{
        font-size: 35px !important;
    }
   
}
@media screen and (max-width:1280px){
    .banner-content{
        padding: 190px 0px 90px;
    }
    .banner-section{
        height: auto;
    }
}
@media screen and (max-width:991px){
    .banner-content h1{
        font-size: 45px;
    }
    .banner-content p{
        padding-bottom: 10px;
    }
    .banner-section video {
    width: 100%;
    height: 650px;
    object-fit: cover;
}
}
@media screen and (max-width:767px){
     .banner-section .banner-content-h{
        font-size: 35px !important;
        margin-bottom: 10px !important;
    }
    .ban-button{
        padding: 8px 12px;
    }
}
@media screen and (max-width:991px) and (min-width:541px){
    .banner-section .banner-content-div{
        padding-right:50px;
    }
}
/* ----------------about--- */





.about-sec{
    background-color: #F3FAFF;
}

.about-saudi-sec{
    display: flex;
    align-items: center;
    justify-content: center;
}
.saudi-about-center h3{
    font-size:24px !important;
}
.saudi-about-center p{
    /* font-size:16px; */
    line-height:1.7;
    margin-bottom:15px;
}

.about-left-img img{
    border-radius: 18px;
    height: 255px;
    /* width: 200px; */

    max-width:400px;
    width:100%;
   
}
.about-left-img{
 transform: rotate(15deg);
}
.about-right-img img{
    border-radius: 18px;
    height: 359px;
    /* width: 312px; */

    max-width:400px;
    width:100%;
}
.about-right-img{
    transform: rotate(-15deg);
}






.about-button {
  cursor: pointer;
  position: relative;
  display: inline-block;
    padding: 12px 30px;
  font-size: 16px;
  color: #0f4f85;
  border: 1px solid #0f4f85;
  border-radius: 34px;
background-color: transparent;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

/* circle animation */
.about-button::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: inherit;
  transform: scale(0);
  z-index: -1;
  background-color: #0f4f85;
  /* background-color: #0f4f85; */
  /* background-color: #d71313e0; */
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
 
}

.about-button:hover::before {
  transform: scale(4);
}

.about-button:hover {
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(15,79,133,0.4);
  /* border: 0px solid #DC2828; */
   border: 1px solid #0f4f85;
   /* background-color: transparent; */
}

.about-button:active {
  transform: scale(1);
}





/* .about-btn{
    display:inline-block;
    border-radius: 70px;
    border: 1px solid #C1C1C1;
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
}
.about-btn:hover{
    color: #000;
} */



/* 
.about-btn{
    position: relative;
    display: inline-block;
    border-radius: 70px;
    border: 1px solid #C1C1C1;
    padding: 10px 22px;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
}

.about-btn::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #0F4C81;
    transition: 0.4s ease;
    z-index: -1;
    border-radius: 70px;
}


.about-btn:hover::before{
    width: 100%;
}

.about-btn:hover{
    color: #fff;
    border-color: #0F4C81;
}
 */


/* Tablet */
@media (max-width:991px){

.about-left-img,
.about-right-img{
    transform:none;
    text-align:center;
    margin-bottom:20px;
}

}

/* Mobile */
@media (max-width:441px){
   .about-left-img img,
.about-right-img img{
    max-width:300px !important;
} 
}
@media (max-width:576px){

.about-sec{
    text-align:center;
}



}
/* ----------------about--- */
/*------------single-product---*/











.product-download-box {
    text-align: center; /* centers both h5 & button */
}

.product-download-box h5 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.single-product-dwn-btn {
    display: inline-block;
    padding: 0px 20px;
    /*background-color: #0f4f85;*/
    border-radius: 50px;
    color: #0f4f85;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
   align-items: center;
    justify-content: flex-start;
}

.single-product-dwn-btn:hover {
    letter-spacing: 1px;
    /*background-color: #08345a;*/
}




/*------------single-product---*/
/* --------product------ */
.product-head{
    width: 80%;
}
.product-dec{
    /* width: 70% !important; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.product-dec p{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 90%;
}
/* icon */
.product-icon-postion{
    background:#187ACC;
    /* box-shadow:0px 4px 22.4px 0px #AFD2EE; */
    box-shadow:0px 4px 22.4px 0px #afd2eead;
    border-radius:10px;
    width:70px;
    height:70px;

    display:flex;
    align-items:center;
    justify-content:center;

    position:absolute;
    left:20px;
    bottom:190px; /* adjust based on image height */
}
.position-two{
       position:absolute;
    left:20px;
    bottom:220px !important; 
}
.top-icon{
   position:absolute;
    left:20px;
    bottom:220px !important; 
}
.product-sec-img{
     width: 80%;
    display: block;
    margin: auto;

}

@media (max-width:991px){
    .product-head{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .product-dec{
         display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .product-head{
        width: 100%;
    }
}
@media (max-width:768px){
.product-sec-img{
    height:200px;
}
.product-icon-postion {
        bottom: 178px ;
    }
    .top-icon{
        bottom: 170px !important;
    }
}
@media (max-width:441px){

.product-icon-postion {
        bottom: 198px ;
    }
    .top-icon{
        bottom: 210px !important;
    }
}

    

@media (max-width:576px){
.product-sec-img{
    height:180px;
}
}
@media screen and (max-width:1280px)and (min-width:768px){
    .product-icon-postion{
         bottom:200px !important; 
    }
}

.product-card-head {
    padding:50px 20px 20px;
}
.product-card-head h3{
    font-size: 24px;
}
.fs-15{
    font-size: 15px;
}
.product-btn{
    /* padding: 10px 20px; */
    border-radius: 70px;
    color: #0F4C81;
    font-weight: 500;
    text-decoration: none;
    transition: letter-spacing 0.4s ease; /* smooth animation */
}
.product-btn:hover{
   
   
     letter-spacing: 1px;
    
}
.susbainability-box .product-btn:hover{
    letter-spacing: 0px;
}
/* --------product------ */

/* ------sus-section------ */
/* .sus-section{
    background:url(../images/sustainability-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    
} */




.sus-section{
    position:relative;
    background:url('../images/sustainability-bg.jpg') center/cover no-repeat;
    padding:100px 0 150px;
    color:#fff;
}

.sus-section::before{
    content:"";
    position:absolute;
    inset:0;
    /* background:linear-gradient(204deg,#08345396 0%,#03121D 100%); */
    background: linear-gradient(179deg, #0834538c 0%, #03121D 100%);
    /* background:linear-gradient(204deg,#083453bd 0%,#03121D 100%); */
}







/* .sus-section{ */
    /* background:
    linear-gradient(204deg, #083453bd 100%, #03121D 100%),
    url('./img/sustainability-bg.jpg'); */
    /* background:
    linear-gradient(180deg, #08345354 33%, #03121D 100%),
    url('./img/sustainability-bg.jpg'); */
    /* background:url(./img/sustainability-bg.png); */

    /* background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    padding:50px 0 100px 0px;
    color:#fff; */
/* } */
.sustainability-head {
    position:relative;
    z-index:2;
}
.sustainability-head h3{
    font-size: 65px;
    font-weight: 600;
}
/* .susbainability-box{
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    border:  15px solid #98959587;
} */



.susbainability-box{
    background:#fff;
    padding:20px;
    border-radius:12px;
    position:relative;
    z-index:5;
    border: 0px;


     display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    height:100%;
    flex-direction: column;

}

/* outer border */
.susbainability-box::after{
    content:"";
    position:absolute;
    top:-12px;
    left:-12px;
    right:-12px;
    bottom:-12px;
    border:15px solid #ffffff87;
    /* border:15px solid #98959587; */
    border-radius:18px;
    z-index:-5;
}

/* .susbainability-box{
    background-color:#fff;
    padding:20px;
    border:15px solid #98959587;
    border-radius:12px;
    box-sizing:border-box;
} */

/* .susbainability-box{
    background:#fff;
    padding:20px;
    border-radius:12px;
    box-shadow:0 0 0 15px #98959587 inset;
} */

/* .susbainability-box img{
    width: 132px;
    height: 141px;
    border-radius: 12px;
} */


.susbainability-box img{
    width:100%;
    object-fit:cover;
    border-radius:12px;
}
.sus-box-head h4{
    font-size: 20px;
    color: #000;
}
.sus-box-head p{
    font-size: 18px;
    color: #212529;
}
.sustainability-bottom{
    margin-top: -120px;
    background-color: #F3FAFF;
}
@media (max-width:441px){
    .sustainability-head h3{
        font-size: 35px !important;
    }
}
@media (max-width:991px){
    .sustainability-head h3{
    font-size: 35px;

}
}
@media (max-width:768px){

.susbainability-box{
    flex-direction:column;
    text-align:center;
}

.susbainability-box img{
    max-width:200px;
    height:auto;
}

}
@media screen and (max-width:768px){
    .sus-sec-con-line{
        padding-bottom:50px;
    }
}
/* ------sus-section------ */

/* ------------adavnced-manufacturing--------- */
.advanced-sec{
    background-color: #F3FAFF;
}
.advanced-head h3{
    font-size: 45px;

   
}
.head-h{
    font-size: 45px;
}


.advanced-head{
    width: 100%;
}
.advanced-dec{
    /* width: 70% !important; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.advanced-dec p{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 80%;
    color: #4B4B4B;
}


.advanced-image {
    position:relative;
    display:inline-block;
}
.advanced-second{
  
    position:relative;
    background:url('../images/grease-manufacture-img.jpg') center/cover no-repeat !important;
    border-radius:12px;
    border:1px solid #0B203C33;
    padding:40px 30px ;
    color:#fff;
    overflow:hidden;
    height: 100%;
    width: 100%;
}


/* overlay */
.advanced-second::after{
    content:"";
    position:absolute;
    inset:0;
    /* background:#0B203C33; */
    background:#0b203ca8;
    border-radius:12px;
}




/* keep text above overlay */
.advanced-second h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #3b83f6bb;
}
.advanced-second h4{
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 0;
}
.advanced-second span{
    font-size: 30px;
    color: #3B82F6;
}
.advanced-second h3,
.advanced-second h4{
    position:relative;
    z-index:2;
}


.advanced-image{
    position:relative;
    background:url('../images/lube-manufacture-img.jpg') center/cover no-repeat;
    border-radius:12px;
    border:1px solid #0B203C33;
    padding:40px 30px ;
    color:#fff;
    overflow:hidden;
    height: 100%;
    width: 100%;
}

/* overlay */
.advanced-image::after{
    content:"";
    position:absolute;
    inset:0;
    /* background:#0B203C33; */
    /* background:#1e40af3a; */
    /* background:#1e40af; */
    background:#0b203c92;
    border-radius:12px;
    /* background: linear-gradient(rgba(30,64,175,0.44), rgba(30,64,175,0.44)); */
    /* background: rgba(30, 64, 175, 0.44); */
}

/* keep text above overlay */
.advanced-image h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #3B82F6;
}
.advanced-image h4{
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 0;
}
.advanced-image span{
    font-size: 30px;
    color: #3B82F6;
}
.advanced-image h3,
.advanced-image h4{
    position:relative;
    z-index:2;
}
.advanced-content h4, p{
      position:relative;
    z-index:2;
}
.advanced-content h4{
    font-size: 22px;
    font-weight: 500;
}
.advanced-content p{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.advanced-content{
    padding-top: 90px;
}


@media screen and (max-width:441px){
    .head-h{
        font-size: 35px !important;
    }
    .advanced-image h4{
        font-size: 35px;
    }
    .advanced-content h4, .advanced-content h4{
        font-size: 22px !important;
    }
    .advanced-second h4{
         font-size: 35px;
    }
}
@media screen and (max-width:991px){
    .advanced-head{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .advanced-dec{
         display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .advanced-head h3{
    font-size: 35px;

   
}
.head-h{
     font-size: 35px;
}
    /* .advanced-image{ */
        /* margin-bottom: 20px; */
    /* } */
}
/* ------------adavnced-manufacturing--------- */

/* --------------certificate-section-------- */
.certificate-image-sec img{
    height: 441px;
}
.certificate-image-sec .certificate-image{
    display: flex;
    align-items: center;
    justify-content: center;
}

.certificate-btn:hover{
     color: #fff;
}
.certificate-btn{
    background-color: #0f4f85;
     padding: 10px 20px;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    /* margin-top: 20px; */
    font-size: 18px;
    font-weight: 600;
}
/* --------------certificate-section-------- */

/* -----------cta-section--- */
.cta-sec{
    background: url(../images/cta-bg.png) center/cover no-repeat;
    padding: 80px 0px;
    overflow: hidden;
    height: 100%;
    width: 100%;
     position:relative;
     /* height: 90px; */
}
/* .cta-sec::after{ */
    /* content: ""; */
    /* position:absolute; */
   /* inset:0; */
   /* background:#060E1FCC; */
/* } */
.cta-sec-content{
    position: relative;
    z-index: 2;
}
.cta-sec-content p{
    width: 80%;
}
.cta-sec-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}
/* .cta-btn{
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;

} */





.cta-btn{
    position: relative;
    padding: 10px 20px;
    border-radius: 100px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
}

/* swipe background */
.cta-btn::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0F4C81; /* hover color */
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    z-index: -1;
}

/* hover effect */
.cta-btn:hover::before{
    transform: translateX(0);
}

.cta-btn:hover{
    color: #fff;
}



.cta-sec-content{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:991px){
    .cta-sec-content p {
    width: 100%;
}
 .cta-sec-btn{
         display: flex;
    align-items: center;
    justify-content: flex-start;

    }
}
@media screen and (max-width:441px){
    .cta-sec-btn{
         display: flex;
    align-items: center;
    justify-content: center;

    }
    .cta-sec-content{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
}
/* -----------cta-section--- */







/* -------------about-page------- */
.about-banner{
    background-image: url('../images/about-banner.webp'); /* your banner image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    position: relative;
   
}

.banner-overlay{
     background: rgb(0 0 0 / 67%); 
    /* background:  linear-gradient(
  204deg,
  rgba(0,0,0,0.55) 0%,
  rgba(0,0,0,0.55) 100%
);; */
/* background: linear-gradient(204deg, #0B243800 0%, #0B243870 44%, #0B2438 100%); */
    /* width: 100%; */
    height: 100%;
    display: flex;
    align-items: center;
     padding: 145px 0px 60px 0px;
}

.banner-title{
    color:#fff;
    font-size:42px;
    font-weight:700;
    margin-bottom:10px;
}

.breadcrumb{
    background: transparent;
    margin-bottom:0;
}

.breadcrumb a{
    color:#fff;
    text-decoration:none;
}

.breadcrumb-item.active{
    /* color:#ddd; */
}
.breadcrumb-item.active {
    color: #fff !important;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}



/* -------about-page-ul---- */
.about-tag-line {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-tag-line li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  margin-bottom: 10px;
  color: #212529;
}

.about-tag-line li i {
  color: #0f4f85;
  font-size: 16px;
}
.about-page-line-tag h4{
    font-size: 20px;
}






.about-tag-line-sec h3{
    font-size: 20px;
   
}
.about-tag-line-sec p{
     color: #212529;
}
.about-tag-line-sec{
    border-top: 1px solid rgba(128, 128, 128, 0.279);
    border-bottom: 1px solid rgba(128, 128, 128, 0.279);
    padding: 30px 10px;
    background-color: #80808005;
}




/* -------about-page----- */








/* .about-page-center span{
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 15px;
}
.about-page-center h3{
    font-size: 35px;
    font-weight: 700;

}
.about-page-image-two{
    display: flex;
    align-items: center;
    justify-content: flex-end;
} */















.about-page-sec{
    padding:60px 0;
    /* background-color: #FFF3ED; */
}

/* left image */
.about-page-left-img img{
    border-radius:12px;
    height:520px;
    object-fit:cover;
    width:100%;
}

/* right column */
.about-right-column{
    display:flex;
    align-items:flex-end;
}
.about-page-right-img{
    position: relative;
}

.about-page-right-img img{
    border-radius:12px;
    height:320px;
    object-fit:cover;
    width:100%;
    position: absolute;
    top: 20px;
}

.abt-sec-h{
    text-align:center;
}
.abt-sec-p{
    color: #212529;
    /*color: #6b7280;*/
    line-height: 1.7;
        text-align: center;
}

/* tag */
.about-tag{
    color:#0f4f85;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
        text-align: center;
}

/* heading */
.about-page-center h3{
    font-size:35px;
    font-weight:700;
    margin:15px 0;
}

/* paragraph */
.about-page-center p{
    color:#212529;
    line-height:1.7;
}

/* check list */
.check-list{
    list-style:none;
    padding:0;
}

.check-list li{
    position:relative;
    padding-left:25px;
    padding-bottom:15px;
    font-size:16px;
    font-weight:500;
}

/* font awesome icon */
.check-list li::before{
    content:"\f058";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    color:#0f4f85;
    position:absolute;
    left:0;
    top:2px;
}

/* checklist box */
.about-check-list{
    background:#566dfb1a;
    padding:15px 15px 0 15px;
    border-left:3px solid #0f4f85;
    margin-top:20px;
}

/* stats */
.about-stats{
    margin-top:80px;
}

/* stat numbers */
.stat-box h3{
    font-size:70px;
    color:#0d4f87;
    font-weight:700;
    border-bottom: 1px solid gray;
}

.stat-box p{
    font-size:18px;
    color:#333;
}
.about-count-sec-center{
    display:flex;
    align-items:center;
    justify-content:center;
}

/* Tablet */
@media (max-width:991px){

.about-page-left-img img{
    height:auto;
}

.about-page-right-img img{
    height:auto;
}

.about-right-column{
    align-items:center;
    margin-top:30px;
}

.about-page-center h3{
    font-size:28px;
}

.stat-box h3{
    font-size:50px;
}
.about-page-right-img img{
    position:relative;
}
.about-page-sec{
    padding:30px 0;
    /* background-color: #FFF3ED; */
}

}

/* Mobile */
@media (max-width:768px){

.about-page-center{
    text-align:center;
    margin:30px 0;
}

.about-check-list{
    text-align:left;
}

.about-stats{
    text-align:center;
}

.stat-box{
    margin-bottom:30px;
}

}

@media screen and (min-width:1080px){
    .about-banner{
        height: 78%;
    }
    .banner-overlay{
            padding: 160px 0px 88px 0px;
    }
}

/* ----------------section-top- */
   .top-section{
   
}
.top-about-page{
    background-color: #FFF3ED;
}

/* feature box */
.feature-box{
    text-align:center;
    padding:40px 30px;
    /* background:#f6efe9; */
    border-radius:20px;
    position:relative;
}

/* icon */
.feature-icon{
    width:70px;
    height:70px;
    /* background:#fff; */
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    font-size:28px;
    color:#0f4f85;
    /* box-shadow:0 10px 20px rgba(0,0,0,0.08); */
}
.feature-icon img{
    width: 50px;
}

/* heading */
.feature-box h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:10px;
}

/* paragraph */
.feature-box p{
    /* color:#666; */
    line-height:1.6;
    /* font-size:15px; */
}

/* responsive */
@media (max-width:768px){

.feature-box{
    padding:30px 20px;
}
.top-section{
    padding:30px 0px;
}

}
/* ----------------section-top- */

/* ------bg------ */
  .about-success-sec{
    position: relative;
    background-image: url("../images/about-bg.jpg");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 150px 0 200px 0px;
    z-index: 1;
}

/* overlay */
.about-success-sec::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6); /* overlay color */
    z-index: -1;
}

/* content */
.about-success-content{
    color:#fff;
}

.about-success-content span{
    color: #DC2828;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
}
.about-success-content h3{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
    /* color: #DC2828; */
}

.about-success-content p{
    font-size:18px;
    max-width:1000px;
    margin:auto;
}

.about-success-top h4{
    color: #000;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
.about-success-content-top p{
    color: #000;
}
.about-success-top{
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
     height:100%;
  
}
.about-success-content-top{
  padding: 25px;
}
.about-success-sec-container{
    margin-top: -150px;
    position: relative;
    z-index: 2;
}
.about-success-sec-container{
    padding: 0px 0px 80px 0px;
}
.success-top-sec-image{
    overflow: hidden;
}
.success-top-sec-image img{
    width:100%;
    transition: transform 0.4s ease;
}
.success-top-sec-image:hover img{
    transform: scale(1.1);
}
.flex-between{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
/* ------bg------ */


/* ----------about-mission-vison--- */
.about-mission-sec{
    background-color: #f8f9fa!important;
    padding: 60px 0px;
}
.mission-content{
    position: relative;
    transition: 0.5s;
    padding: 20px 15px;
    text-align: center;
        border: 1px solid #dee2e6 !important;
        height: 100%;
}
.mission-content i{
    color: #0f4f85;
    font-size: 40px;
}
.mission-content h3{
        color: #0f4f85;
    font-weight: 600;
    font-size: 28px;
    margin-top: 10px;
}
.vision-content{
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}
.mission-content:hover{
      background: #fff;
    border: 1px solid transparent;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}

@media screen and (max-width:991px){
    .mission-content h3 {
  font-size: 25px;
}
}
/* ----------about-mission-vison--- */

/* ------why-choose---- */

.why-choo-sec h3{
    font-size: 35px;
    font-weight: 700;
}


  .why-choose-sec{
    padding:80px 0;
    /* background:#f8f9fc; */
}



.why-title{
    font-size:36px;
    font-weight:700;
    margin-bottom:10px;
}

.why-subtitle{
    max-width:600px;
    margin:auto;
    color:#666;
    font-size:16px;
}



.why-card{
    display:flex;
    align-items:flex-start;
    gap:18px;
    background:#fff;
    padding:25px;
    border-radius:10px;
    box-shadow:0 6px 20px rgba(0,0,0,0.06);
    transition:0.3s;
    height: 100%;
}

.why-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

/* Icon */

.why-icon{
    width:65px;
    height:60px;
    background:#0f5085;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.why-icon img{
    width:30px;
}

/* Content */

.why-content h4{
    font-size:22px;
    margin-bottom:6px;
    font-weight:600;
}

.why-content p{
    font-size:18px;
    color:#666;
    margin:0;
}

/* Responsive */

@media screen and  (max-width:441px){
    .why-icon{
    width:100px;
    height:60px;
    
}
}
@media screen and  (max-width:991px) and (min-width:768px){
    .why-icon{
    width:100px;
    height:60px;
    
}
}
@media screen and  (max-width:991px){
    .why-content h4{
    font-size:20px;
}
.why-card{
    padding:15px;
}

}
@media (max-width:768px){



.why-title{
    font-size:28px;
}


}







/* .why-choo-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    padding: 18px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
} */

/* .why-choo-item:hover{
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.why-choo-item img{
    width:50px;
    height:50px;
    background:#0f50857d;
    padding:12px;
    border-radius:50%;
    object-fit: contain;
    position: relative;
    z-index: 12;
}

.why-choo-item h4{
    margin:0;
    font-size:18px;
    line-height:1.5;
    color:#000;
    font-weight:600;
} */

/* .why-choo-item{
    display:flex;
    align-items:center;
    gap:12px;
} */

/* .why-icon{
    width:45px;
    height:45px;
    background:#0f4f85;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.why-icon i{
    color:var(--primary-color);
    font-size:25px;
} */
/* ------why-choose---- */
















/* --------------team------------ */




/* our team page st */

  /* SECTION */
.stlop-team-section {
  padding: 80px 0;
  background: #f8f9fb;
  text-align: center;
}

.stlop-team-title {
  font-size: 40px;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
}

.stlop-team-subtitle {
  color: #212529;
  margin-bottom: 40px;
}

/* CARD */
.stlop-team-section-col-main {
  border-radius: 14px;
  overflow: hidden;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  cursor: pointer;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.stlop-team-section-col-main:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* IMAGE */
.stlop-team-img-wrap {
  position: relative;
  overflow: hidden;
  height: 260px;
  background: #ddd;
}

.stlop-team-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.45s ease;
}

/* IMAGE ZOOM */
.stlop-team-section-col-main:hover .stlop-team-img-wrap img {
  transform: scale(1.06);
}

/* âœ¨ SUPER SMOOTH SHINE */
.stlop-shine-overlay {
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.6),
    transparent
  );
  transform: skewX(-25deg);
  pointer-events: none;
}

.stlop-team-section-col-main:hover .stlop-shine-overlay {
  animation: stlop-shine-move 0.5s ease forwards;
}

@keyframes stlop-shine-move {
  100% {
    left: 125%;
  }
}

/* CARD INFO */
.stlop-team-card-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.1rem;
  transition: background 0.3s ease;
}

/* NAME */
.stlop-team-card-name {
  font-size: 16px;
  font-weight: 500;
  color: #111;
  margin: 0;
  transition: color 0.3s ease;
}

/* ROLE */
.stlop-team-card-role {
  font-size: 13px;
  color: #212529;
  margin: 0;
  transition: color 0.3s ease;
}

/* SOCIAL ICONS */
.stlop-team-social {
  display: flex;
  gap: 8px;
  display: none;
}

.stlop-team-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  text-decoration: none;
}

.stlop-team-social i {
  font-size: 14px;
  color: #212529;
  transition: color 0.3s ease;
}

/* ðŸ”¥ HOVER ACTIVE EFFECT */
.stlop-team-section-col-main:hover .stlop-team-card-info {
 background: linear-gradient(135deg, #166cb3, #0d4f87);
}

.stlop-team-section-col-main:hover .stlop-team-card-name {
  color: #fff;
}

.stlop-team-section-col-main:hover .stlop-team-card-role {
  color: #c8c7f5;
}

.stlop-team-section-col-main:hover .stlop-team-social i {
  color: #fff;
}

@media screen and (max-width:991px){
    .stlop-team-title{
        font-size:35px;
    }
}
/* --------------team------------ */
/* -------------about-page------- */

/*-------------gallery-page*/
.stlop-gallery-sec{
    padding:50px 12px;
}
.stlop-gallery-sec img{
    width:100%;
}
.gallery-item {
  background-color:#d9d9d94d;
}
/* Hover effect */
.gallery-item:hover img {
  transform: scale(1.08);
}

/* Mobile optimization */
@media (max-width: 576px) {
  .gallery-item img {
    height: 160px;
  }
}






/*-------------gallery-page*/












/* ----------------services-page-------- */

.lanch-sec h3 {
    font-size: 35px;
    font-weight: 700;
    color: #0f4f85;
    /* padding: 20px 100px 0px 0px; */

}

.lanch-sec p {
    text-align: justify;
    padding: 10px 50px 0px 0px;
}

.ser-lanch-sec-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ser-lanch-sec-img img {
    /* width: 600px; */
    /* height: 300px; */
}

.ser-trusted-sec-center {
    margin-top: 60px !important;
}

.ser-trusted-sec-center .lanch-sec {
    padding: 20px 0px 0px 50px;
}


.ava-head-h {
    /* font-size: 35px; */
    /* font-weight: 600; */
    padding: 30px 0 150px 0px;
    font-size: 35px;
    font-weight: 600;
    color: #0f4f85;
}

/* Card */
.ava-ser-sec {
    position: relative;
    background-color: #f4f4f4;
    padding: 80px 20px 20px;
    /* extra top space for image */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    text-align: center;
    transition: 0.3s;
    width: 90%;
    max-height: 100%;
    margin: auto;
    height: 100%;
}

/* Hover effect */
.ava-ser-sec:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Image */
.ava-ser-sec img {
    width: 200px;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

/* Title */
.ava-ser-sec h3 {
    font-size: 20px;
    margin-top: 30px;
}

.ava-ser-sec-row {
    margin-top: 150px !important;
}




@media screen and (max-width:991px){
    .ser-trusted-sec-center .lanch-sec{
        padding: 13px 0px 0px 0px;
    }
    .ser-img-col{
        display:flex  !important;
            flex-direction: column-reverse;
    }
    .ser-lanch-sec-center{
        
    }
    .why-right-content{
        /*text-algin:center;*/
        justify-content: center;
        padding:30px 0px;
    }
    .ser-trusted-sec-center {
    margin-top: 10px !important;
}
.lanch-sec h3{
    font-size:30px;
}
}




/* ----------services-section- */


/* .our-ser-sec-content h3::before,
.our-ser-sec-content h3::after {
    transform: translateY(-50%);
} */
 .our-ser-page-sec{
    padding: 50px 12px;
 }
.our-ser-sec-content{
    margin-left: 100px !important;
}
.our-ser-sec-content h4 {
    font-size: 35px;
    /* color: #0f4f85; */
    font-weight: 600;
    /* position: relative; */
    /* display: inline-block; */
    padding: 0  0px;
}

.our-ser-sec-content h3 {
    font-size: 35px;
    color: #0f4f85;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

/* Left line */
.our-ser-sec-content h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -80px;
    width: 70px;
    height: 2px;
    background: #0f4f85;
}

/* Right line */
.our-ser-sec-content h3::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -80px;
    width: 70px;
    height: 2px;
    background: #0f4f85;
}

.our-ser-sec-high-cen {
    padding: 50px 0px;
}

.our-ser-sec-box {
    padding: 20px 20px 20px 20px;
    /* box-shadow: 0 2px 10px rgba(0,0,0,0.15); */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.151);
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); */
    transition: all 0.3s ease;
    border-radius: 10px;
    background: #fff;
    height: 100%;
}

/* Hover effect */
.our-ser-sec-box:hover {
    /* transform: translateY(-8px); */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.044);
    /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); */
}

.our-ser-sec-box img {
    width: 70px;
    margin-bottom: 20px;
}

.our-ser-sec-box h4 {
    color: #0d4f87;
    font-size: 22px;
}








/* ----------our-services------list- */

 /* SECTION TITLE */

      /* SERVICE BOX */
      .our-ser-page-sec-service-box {
        
        padding: 30px 20px;
        
        transition: 0.3s;
        height: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
      }

   

      /* TITLE */
      .our-ser-page-sec-service-box h4 {
        font-size: 20px;
        margin-bottom: 15px;
      }

      /* LIST */
      .our-ser-page-sec-service-box ul {
        list-style: none;
        padding: 0;
      }

      .our-ser-page-sec-service-box ul li {
       
        
        
        font-size: 22px;
        margin-bottom: 15px;
        font-weight: 600;
        
      }

      /* CHECK ICON */
      .our-ser-page-sec-service-box ul li i {
        color: #0f4f85;
        margin-right: 8px;
      }
/* ----------our-services------list- */




/* ------------how-we-work- */
 /* SECTION */
.ser-why-choose-sec {
  overflow: hidden;
}

/* LEFT IMAGE */
/*.why-left-img {*/
/*  background: url("./img/oil-why-choose.webp") center/cover no-repeat;*/
/*  min-height: 500px;*/
/*  background-attachment: */
/*  overflow: hidden;*/
/*   position: relative;*/
  
/*}*/

/* 🔥 OVERLAY */
.why-left-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, 0.5); /* dark overlay */

  z-index: 1;
}

/* RIGHT CONTENT */
.why-right-content {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  color: #0f4f85;
  /* padding: 60px; */
  padding-left: 50px !important;
  border-top: 1px solid #0f508550;
  border-bottom: 1px solid #0f508550;
}

/* CONTENT BOX */
.content-box {
  max-width: 450px;
}

/* TITLE */
.title {
  font-size: 32px;
  margin-bottom: 30px;
}

/* STEP */
.step-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

/* NUMBER */
.step-number {
  width: 60px;
  height: 60px;
  background: #0f4f85;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

/* TEXT */
.step-box h4 {
  font-size: 22px;
  margin-bottom: 5px;
}

.step-box p {
  font-size: 18px;
  opacity: 0.8;
}

/* BUTTON */
.ser-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #0f4f85;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 5px;
  transition: 0.3s;
}

.ser-btn:hover {
  background: #0f4f85;
  color: #fff;
}


@media (max-width: 768px) {
  .why-left-img {
    background-attachment: scroll;
    min-height: 300px;
  }

  .why-right-content {
    padding: 30px;
    text-align: center;
  }

  .step-box {
    justify-content: center;
    flex-direction: column;
  }
  .why-right-content {
padding-left:0px !important;
}
}
/* ------------how-we-work- */



/* ------------------why-choose------- */
/* Section */
.ser-why-choose-sec .row {
    min-height: 600px;
}

/* LEFT IMAGE */
/* LEFT IMAGE */
.why-left-img {
    position: relative;
    background-image: url("../images/oil-why-choose.webp");
    background-size: cover;
    background-position: center;
    min-height: 500px;
    overflow: hidden;
}

/* LAYER */
.image-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(52 48 48 / 21%);
}

/* TRIANGLE SHAPE */
.image-layer::before {
    content: "";
      position: absolute;
    top: 0px;
    right: 0px;
    border-top: 599px solid #f4f4f4;
    border-left: 200px solid transparent;

    z-index: 2;
    
}

/* RIGHT SIDE */
.why-right-content {
    background-color: #f4f4f4;
    color: #0f4f85;
    display: flex;
    align-items: center;
}

/* Content spacing */
.content-wrapper {
    padding: 60px;
}

/* Titles */
.why-right-sub-title {
    color: #0f4f85;
    margin-bottom: 30px;
    font-size: 35px ;
    font-weight: 600;
}

.main-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* Items */
.why-item {
    display: flex;
    align-items: center;
    margin-bottom: 46px;
    position: relative;
}

/* Circle icon */
.why-right-content-icon {
    width: 50px;
    height: 50px;
    background-color: #0f4f85;
    border-radius: 50%;
    margin-right: 20px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.why-right-content-icon.bg-light-color {
    background-color: #f4f4f4 !important;
    border: 1px dotted #0f4f85;
}

.why-right-content-icon img {
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
    /* border-radius: 50%; */
    /* color: red; */
}

/* 🔥 Vertical line */
.why-right-content-icon::after {
    content: "";
    position: absolute;
    top: 48px;
    /* start below icon */
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100px;
    /* adjust based on spacing */
    background: #ccccccb5;
}

.why-right-content-icon.why-choose-last-child::after {
    content: "";
    position: absolute;
    top: 60px;
    /* start below icon */
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100px;
    /* adjust based on spacing */
    background: #cccccc00 !important;
}

/* Text */
.why-item h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.why-item p {
    font-size: 14px;
    opacity: 0.8;
}

/* ------------------why-choose------- */

/* ----------services-section- */


/* .our-ser-sec-content h3::before,
.our-ser-sec-content h3::after {
    transform: translateY(-50%);
} */

.our-ser-sec-content h4 {
    font-size: 35px;
    /* color: #0f4f85; */
    font-weight: 600;
    /* position: relative; */
    /* display: inline-block; */
    padding: 0 20px;
}

.our-ser-sec-content h3 {
    font-size: 25px;
    color: #0f4f85;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

/* Left line */
.our-ser-sec-content h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -80px;
    width: 70px;
    height: 2px;
    background: #0f4f85;
}

/* Right line */
.our-ser-sec-content h3::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -80px;
    width: 70px;
    height: 2px;
    background: #0f4f85;
}

.our-ser-sec-high-cen {
    padding: 50px 0px;
}

.our-ser-sec-box {
    padding: 50px 20px 20px 20px;
    /* box-shadow: 0 2px 10px rgba(0,0,0,0.15); */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    border-radius: 10px;
    background: #fff;
    height: 100%;
}

/* Hover effect */
.our-ser-sec-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.our-ser-sec-box img {
    width: 70px;
    margin-bottom: 20px;
}

.our-ser-sec-box h4 {
    color: #0d4f87;
    font-size: 22px;
}

/* ----------services-section- */





/* ----------------why----- */





/* Section */
.ser-sec-why-choose-us {
  padding: 60px 20px;
  background: #f9fbff;
}

/* Container */
.container {
  max-width: 1200px;
  margin: auto;
}

/* Title */
.ser-why-choose-us-section-title {
  text-align: center;
  font-size: 32px;
  color: #0f4f85;
  margin-bottom: 50px;
  font-weight: 700;
  position: relative;
}

.ser-why-choose-us-section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #0f4f85;
  display: block;
  margin: 10px auto 0;
}

/* 🔥 Responsive Grid */
.why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

/* Card */
.ser-sec-why-box {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  border-radius: 12px;
  transition: 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

/* Icon */
.ser-sec-why-box-icon img {
  width: 50px;
  margin-bottom: 15px;
}

/* Text */
.ser-sec-why-box h3 {
  font-size: 18px;
  color: #212529;
}

/* Hover */
.ser-sec-why-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* =========================
   📱 RESPONSIVE BREAKPOINTS
   ========================= */

/* Laptop */
@media (max-width: 1200px) {
  .why-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Tablet */
@media (max-width: 768px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ser-why-choose-us-section-title {
    font-size: 26px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .ser-sec-why-box {
    padding: 25px 15px;
  }

  .ser-sec-why-box h3 {
    font-size: 16px;
  }
}









/* ----------------why----- */
/* ----------------services-page-------- */




































/* ---------contact-page---------- */


/* contact form section */

/* Section */
.gx-contact-wrap {
  background: #f6f6f6;
}

/* Heading */
.gx-contact-subtitle {
  color: #0f4f85;
  font-weight: 600;
  letter-spacing: 1px;
}

.gx-contact-title {
  font-size: 42px;
  font-weight: 600;
  color: #000000;
}

/* Left Side */
.gx-info-title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 24px;
}

.gx-info-text {
  color: #525252;
  margin-bottom: 25px;
  font-size: 16px;
  width: 80%;
}

.gx-info-box {
  margin-bottom: 20px;
  align-items: flex-start;
  gap: 22px;
}
.gx-info-box h6{
    font-size: 22px;
    font-weight: 600;
    color: #000000;
}

.gx-icon {
  width: 45px;
  height: 45px;
  border: 2px solid #0f4f85;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f4f85;
  font-size: 18px;
}

/* Form */
.gx-contact-form {
  background: transparent;
}

.gx-input {
  border-radius: 30px !important;
  padding: 14px 20px !important;
  border: none !important;
  background: #eaeaea !important;
}
.stloip-a-fo{
    color: #212529;
    transition: 0.3;
    display: block;
    text-decoration: none;
}
.stloip-a-fo:hover{
    color: #000;
     transition: 0.3;
}

.gx-input:focus {
  box-shadow: none !important;
  background: #e0e0e0 !important;
}

.gx-textarea {
  border-radius: 20px !important;
}

/* Button */
.gx-submit-btn {
  background: #0f4f85;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  transition: 0.3s;
}
.con-button-st{
    margin-top: 16px;
}

.gx-submit-btn:hover {
  background: #000;
}

.gx-arrow {
  background: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive */
@media (max-width: 768px) {
  .gx-contact-title {
    font-size: 28px;
  }
}

.stlop-map-section{
    margin-top: 80px;
}




/* ---------contact-page---------- */
/* ----------footer-------- */
.whats-app-span img {
    width: 50px;
    position: fixed;
    bottom: 25px;
    right: 20px;

    z-index: 9999;
    animation: 3s linear infinite animate-pulse-whatsapp;
    border-radius: 40px;
}

@keyframes animate-pulse-whatsapp {
    0% {
        box-shadow: 0 0 0 0 rgb(37 211 102 / .4),0 0 0 0 rgb(37 211 102 / .4)
    }

    40% {
        box-shadow: 0 0 0 20px #fff0,0 0 0 0 rgb(37 211 102 / .4)
    }

    80% {
        box-shadow: 0 0 0 20px #fff0,0 0 0 30px #fff0
    }

    100% {
        box-shadow: 0 0 0 0 rgb(37 211 102 / .4),0 0 0 30px #fff0
    }
}


footer{
    padding: 50px 0px 0px 0px;
    background: #040E17;
    color: #fff;
}
.footer-logo img{
    padding: 20px 0px 20px 0px;
}
.footer-logo p{
    font-size:16px;
    color:#ccc;
}
footer .footer-logo img{
    width: 50px;
    /* background-color: #DC2828; */
}
.footer-social-media{
    
     display:flex;
    gap:10px;
    padding:0;
}
.footer-social-media li {
    list-style-type: none;
}
.footer-social-media li a{
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #C0C0C00D;
    border-radius: 50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:16px;
    transition:0.3s;

}

.footer-links h3{
    font-size: 20px;
}
.quick-link{
    padding:0;
    margin:0;
}

.quick-link li{
    list-style:none;
    margin-bottom:10px;
}
.quick-link li i{
    margin-right: 5px;
    color:#ccc;
}

.quick-link li a{
    text-decoration:none;
    color:#ccc;
    font-size:14px;
    /*transition:0.3s;*/
     transition: all 0.3s ease; /* smoother */
}

.quick-link li a:hover{
    /*color:#1e40af;*/
    padding-left:5px;
    letter-spacing: 1px;
}

.contact-info img{
    width: 20px;
    margin-right: 8px;
}
.contact-info{
    padding:0;
}

.contact-info li{
    list-style:none;
    margin-bottom:12px;
    display: flex;
    align-items: flex-start;
    /* justify-content: center; */
}

.contact-info li a{
    display:flex;
    align-items:flex-start;
    gap:10px;
    color:#ccc;
    text-decoration:none;
    line-height:1.5;
}

.contact-info li i{
    color:#fff;
    font-size:16px;
    margin-top:4px;
}

.copy-rights{
    background-color: #03182A78;
    padding: 10px 0px;
}
.copy-rights p{
    color: #ccc;
    margin-bottom: 0px !important;
    font-size:14px;
}
.copy-rights p a{
    color: #ccc;
    text-decoration: none;
}
.copy-rights-img img{
    width: 70px;
}
.copy-rights-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:991px){
    .copy-rights-img{
         display: flex;
    align-items: center;
    justify-content: center;
    }
    .copy-rights-content{
         display: flex;
    align-items: center;
    justify-content: center;
    }
}
/* ----------footer-------- */






.product-sec .view-all-pro-btn{
    background-color: #0f4f85;
    padding: 10px 20px;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    /* margin-top: 20px; */
    font-size: 18px;
    font-weight: 600;
}
.product-sec .view-all-pro-div{
        margin-top: 30px;
    display: flex;
    justify-content: center;
}
.product-card{
    border-radius:6px;
    box-shadow:0px 4px 10.4px 0px #A6A5A540;
    position:relative;
    overflow:hidden;

     display:flex;
    flex-direction:column;
    margin-bottom: 30px;
    height:100%;
}



/* product detail start */
.product-detail-sec{
    margin:40px 0;
}
.product-detail-sec .form-div .wpcf7-not-valid-tip{
    margin-left:40px;
}
.product-detail-sec .form-div {
    position: sticky;
    top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px 0;
}
.product-detail-sec .pro-input{
        width: 80%;
    display: block;
    /* margin-bottom: 20px; */
    padding: 6px 6px 6px 20px;
     border: 1px solid #166cb3;

    outline: none;
    border-radius: 5px;
    margin: auto;
        margin-bottom: 10px;

}
.product-detail-sec .pro-textarea{
    width: 80%;
    display: block;
    resize: none;
    padding: 6px 6px 6px 20px;
    margin-bottom: 20px;
    height: 80px;
       border: 1px solid #166cb3;

    outline: none;
    border-radius: 5px;
    margin: auto;
        margin-bottom: 10px;

}
.product-detail-sec .detail-btn{
        color: #fff;
    background-color:  #166cb3;
    text-decoration: none;
    padding: 5px 33px;
    border-radius: 5px;
       border: 1px solid #166cb3;

    font-size: 14px;
    display: block;
       width: 100%;
    text-align: center;
}
/* product detail end */


.all-pro-sec{
   margin-top:40px;
}
.all-pro-sec .all-pro-img{
 width:100%;
}


.white-label-img-sec{
    margin:40px 0;
}

.white-label-img-sec .white-label-img{
    width:100%;
}
.white-label-img-sec .label-img-box{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding:10px;
}