body {
    font-family: 'roboto';
    padding: 0px;
    margin: 0px;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    align-items: center;.header-outter:before
}
.container {
    margin: 0 auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
        width: 100%;
    }
}
@media (min-width: 1300px) {
    .container {
        max-width: 1320px;
        width: 100%;
        margin: 0 auto;
    }
}

 #top-bar {
      background-color: #0094de;
      color: #fff;
      padding: 10px 20px;
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: sans-serif;
    }

    #top-bar button {
      background: none;
      border: none;
      color: white;
      font-size: 18px;
      cursor: pointer;
          position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    }
    
    /* Base nav-bar style */
.nav-bar {
  background-color: #fff;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}

/* Fixed style */
.nav-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.quote-btn.side-nav.inner-btn.mobile-btn {
    display: none;
}
.nav-bar.mobile-view {
    display: none;
}
.hero_section .container {
    padding: 60px 0px;
}

.col-1, .col-2 {
    width: 50%;
}
.col-2.form-div {
    position: absolute;
    right: 110px;
    z-index: 9;
    top: 50%;
transform: translateY(-50%);
}
.swiper .form-banner-btn.swiper-button-prev, .swiper-rtl .form-banner-btn.swiper-button-next {
    top: 50%;
    left: 1%;
}
.swiper .form-banner-btn.swiper-button-next, .swiper-rtl .form-banner-btn.swiper-button-prev {
    top: 50%;
    right: 1%;
}
button.btn-form {
    background-color: rgb(0, 148, 222);
    color: white;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    padding: 12px;
    border-radius: 3px;
    border: none;
}


h4.form-head {
    margin-top: 0px;
}
.header-top-area {
    background-color: #02111e;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}
.header-top-item .header-left li img {
    margin-right: 10px;
    width: 20px;
}
section.main-header {
    position: fixed;
    width: 100%;
    z-index: 9;
}
.header-top-item .header-left ul {
    display: flex;
    gap: 50px;
    list-style: none;
    padding: 0;
}
.header-top-area .header-top-item .header-left ul li a {
    font-size: 14px;
    color: #ffffff;
}
.header-top-area .header-top-item .header-left ul li i {
    color: #ffffff;
    margin-right: 3px;
    font-size: 18px;
}
.header-top-area .header-top-item .header-right ul li {
    margin-right: 15px;
}
.header-top-area .header-top-item .header-right {
    text-align: right;
}
.header-top-area .header-top-item ul li {
    list-style-type: none;
    display: inline-flex;
}
.header-top-area .header-top-item .header-right ul li a {
    border-radius: 50%;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.header-top-area .header-top-item ul {
    margin: 0;
    padding: 0;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
.mobile-nav {
    display: none;
}
.gallery-image-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    padding: 20px;
}
.gallery-image-container .industry-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
  position: relative;
}

.gallery-image-container .industry-image:hover {
    transform: scale(1.05) rotate(1deg);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
}
.gallery-banner {
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(/images/3370.jpg);
    color: #fff;
    padding: 80px 20px 80px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gallery-banner span.light-title {
    position: absolute;
    z-index: 0;
    font-size: 50px;
    font-weight: 500;
    top: -25px;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    -webkit-text-fill-color: #ffffff00;
}

a {
    transition: 0.5s all ease;
    text-decoration: none;
    color: #0094de;
}
img {
    max-width: 100%;
}
.navbar-area .main-nav {
    background-color: #0094DE;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: 0.5s all ease;
    justify-content: center;
    display: flex;
}
.main-nav {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    z-index: 999;
    height: auto;
}
@media only screen and (min-width: 1500px) and (max-width: 1600px) {
    .navbar-area .main-nav:before {
        width: 31%;
    }
}
.navbar-area .main-nav:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 39px;
    height: 100%;
    width: 26%;
    border-left: 0px solid transparent;
    border-top: 82px solid #fff;
    border-right: 100px solid transparent;
    transition: 0.5s all ease;
}
.navbar {
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-light .navbar-brand .white-logo {
    display: none;
}
.navbar-expand-md .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
    align-items: center;
    width: 100%;
}
img.main-logo {
    width: 340px;
}
.navbar-expand-md .navbar-nav {
    display: flex;
    flex-direction: row;
}
.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    transition: 0.5s all ease;
}
.navbar-area .main-nav .navbar-light .navbar-nav .nav-item .dropdown-menu {
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 3px solid #282828;
}
.main-nav nav .navbar-nav .nav-item {
    position: relative;
    padding: 15px 0;
}
.main-nav nav ul {
    list-style-type: none;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    background: #0d1028;
    position: absolute;
    top: 80px;
    left: 0;
    width: 250px;
    z-index: 99;
    display: block;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-nav nav .navbar-nav .nav-item a {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
}
.navbar-area .main-nav .navbar-light .navbar-nav {
    margin-left: auto;
    margin-right: auto;
}
.side-nav a {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #0094DE;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 12px 20px;
    position: relative;
    z-index: 1;
}
.side-nav a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    left: 0;
    top: 0;
    background-color: #282828;
    border-radius: 5px 5px 0 0;
    transition: 0.5s all ease;
    opacity: 0;
    z-index: -1;
}
.side-nav a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    background-color: #282828;
    border-radius: 0 0 5px 5px;
    transition: 0.5s all ease;
    opacity: 0;
    z-index: -1;
}
.side-nav a:hover {
    color: #ffffff;
}
.side-nav a:hover:before {
    opacity: 1;
    height: 50%;
}
.side-nav a:hover:after {
    opacity: 1;
    height: 50%;
}


/* hero section css start */
.hero_section { 
    padding: 0px; 
    display: flex;
    justify-content: center;
    background-image: url(/images/hero-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
h1 {
    font-size: 3.125vw;
    font-family: 'roboto';
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.side-nav.inner-btn {
    margin: 40px 0px 30px;
}
.side-nav.inner-btn a {
    padding: 11px 30px;
    background: #0094DE;
    color: #fff;
}
input {
    width: -webkit-fill-available;
    padding: 11px 16px;
    margin: 8px 0;
    border: none;
    border-radius: 3px;
}
.btn {
    background-color: #0094DE;
    color: white;
    padding: 12px;
    width: 100%;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    border-radius: 3px;
}
/*.btn:hover {*/
/*    background-color: #0056b3;*/
/*}*/
.steps {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.step {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: gray;
    border-radius: 50%;
}
.step.active {
    background: white;
}
.btn:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    left: 0;
    top: 0;
    background-color: #282828;
    border-radius: 5px 5px 0 0;
    transition: 0.5s all ease;
    opacity: 0;
    z-index: -1;
}
.btn:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    background-color: #282828;
    border-radius: 0 0 5px 5px;
    transition: 0.5s all ease;
    opacity: 0;
    z-index: -1;
}
.btn:hover:before {
    opacity: 1;
    height: 50%;
}
.hero-outter {
    display: flex;
}
.form-box {
    margin: 0px 0px 0px 0px;
    padding: 25px 35px;
    background-color: #11111180;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0094DE;
    max-width: 450px;
    width: 100%;
    float: right;
}
.form-head span {
    font-size: 2.105vw;
}
.input-manual {
    display: flex;
    gap: 20px;
}


.about-area {
    display: flex;
    justify-content: center;
}
.section-title .sub-title {
    display: inline-block;
    color: #0094DE;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 8px;
}
.section-title h2 {
    font-weight: 600;
    font-size: 38px;
    color: #282828;
    text-transform: capitalize;
}
.about-area .about-content p {
    color: #282828;
    font-weight: 500;
    margin-bottom: 18px;
}
.about-area .about-content ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}
.about-area .about-content ul li {
    list-style-type: none;
    display: block;
    font-weight: 500;
    margin-bottom: 15px;
}
.about-area .about-img-wrap .about-year {
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8509803922);
    border-left: 5px solid #02111e;
    display: inline-block;
    padding: 35px 60px;
    position: absolute;
    left: 0;
    bottom: 20px;
}
.about-shape img {
    border: 30px solid #0094DE;
    border-left: 0px;
    width: 65%;
    padding-left: 50px;
}
.about-count .counter-box {
    background: inherit;
    padding: 0;
        box-shadow: unset;
}
.about-count .counters {
    justify-content: left;
}
.about-count .counter-box::before {
    background: #fff;
}
.about-img-wrap {
    position: relative;
}
.about-second-img {
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.about-area .about-img-wrap .about-year h2 {
    font-size: 58px;
    color: #02111e;
    font-weight: 700;
    margin-bottom: 0;
}
.about-area .about-img-wrap .about-year h2 span {
    font-size: 38px;
}
.row.align-iems-center {
    padding: 109px 20px;
    gap: 24px;
}
section.counter-section {
    display: flex;
    justify-content: center;
    margin-top: 100px;

}
.service-area .section-title h2 {
    color: #ffffff;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.service-area {
    background: url('/images/image-bg-s.png');
    padding: 100px 20px;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-area .section-title {
    text-align: center;
    color: #0094DE;
}
.service-box {
    background: #fff;
    width: 32%;
    border-radius: 10px;
}
.services-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
}
.service-item p {
    margin-bottom: 12px;
    transition: 0.5s all ease;
}
.service-item h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 8px;
    transition: 0.5s all ease;
}
.service-item h3 a:hover {
    color: #282828;
}
.service-item {
    text-align: center;
    padding: 30px 30px 28px;
    position: relative;
    z-index: 1;
    transition: 0.5s all ease;
    padding-bottom: 40px;
}
.service-item img.animated-img {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    z-index: -1;
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s all ease;
    /* width: 220px; */
    height: 80%;
}
.service-box .service-item img.animated-img {
    -webkit-animation: rotation 30s infinite linear;
    animation: rotation 30s infinite linear;
}
    
@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
.service-box:hover {
    transform: translate(0, -10px);
}
.service-box:hover h3 a, .service-box:hover p, .service-box:hover a.service-link {
    color: #fff;
}
.service-box:hover img.animated-img {
    opacity: .2;
}
.service-box a.service-link {
    font-size: 14px;
    font-weight: 500;
    color: #0094DE;
}
.service-box h3 a {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.service-item:hover:before {
    height: 100%;
}
.service-area .sub-title:before {
    content: 'Services';
    position: absolute;
    top: -42px;
    left: 0px;
    right: 0px;
    font-size: 60px;
    z-index: 0;
    color: transparent;
    -webkit-text-stroke: 1px #CCCACA;
    -webkit-text-fill-color: transparent;
}
.service-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    bottom: 0;
    left: 0;
    background-color: #0094de;
    transition: 0.5s all ease;
    border-radius: 10px;
    z-index: -1;
    background-image: url(/images/hero-img.png);
}
.counter-item {
    text-align: center;
    border: 1px dashed #0094DE;
    padding: 23px 56px;
    border-radius: 8px;
    
}
.part {
    width: 100%;
    margin-right: 20px;
}
.counter-item h3 {
    font-size: 36px;
    font-weight: bold;
    color: #0094DE;
    margin: 0px;
}
.counter-item p {
    font-size: 18px;
    font-weight: 500;
    color: #0094DE;
    margin-bottom: 0px;
}


.materials-section {
    background: #f5f5f5;
    text-align: center;
    padding-bottom: 10px;
    background-image: url(/images/map-bg.png);
    background-position: bottom;
    background-size: cover;
  }
  
  .materials-hero {
    background: url('/images/matrerial-bg.png') no-repeat center;
    background-size: cover;
    height: 414px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #000;
  }
  
  .materials-title {
    font-size: 2rem;
    font-weight: bold;
    color: white;
    position: relative;
    z-index: 2;
  }
  
  .materials-title::before {
    content: "MATERIALS";
    position: absolute;
    top: -27px;
    left: -80px;
    color: rgba(255, 255, 255, 0.1);
    font-size: 60px;
    font-weight: bold;
    z-index: -1;
    -webkit-text-stroke: 1px #CCCACA;
    -webkit-text-fill-color: transparent;
  }
  
  .materials-slider {
    margin-top: -150px;
    padding: 40px 20px;
    width: 66%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .swiper-slide {
    display: flex;
    justify-content: center;
  }
  
  .material-card {
    background: white;
    border-radius: 5px;
    box-shadow: 0 10px 10px #DDDDDD;
    overflow: hidden;
    width: 300px;
    transition: transform 0.3s;
    padding-bottom: 25px;
  }
  
  .material-card img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;

  }
  
  .card-text {
    padding: 15px;
    text-align: left;
    border-left: 3px solid #0094DE;
  }
  
  .card-text h3 {
    margin: 0;
    font-size: 1rem;
    color: #333;
  }
  
  .card-text a {
    font-size: 0.8rem;
    color: #0094DE;
    text-decoration: none;
  }
  
   /* Swiper buttons */
   .swiper-button-next,
   .swiper-button-prev {
     background-color: #0094DE;
     width: 30px !important;
     height: 30px !important;
     border-radius: 50%;
     color: white;
     top: auto;
     bottom: -30px;
     transform: translateY(50%);
   }

   .swiper-button-prev {
     left: 47%;
   }

   .swiper-button-next {
     right: 47%;
   }

   .swiper-button-next::after,
   .swiper-button-prev::after {
     font-size: 16px;
     font-weight: bold;
   }
   .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 10px !important;
    color: #fff;
}
 



.industries-section {
    text-align: center;
    padding: 50px 20px 132px;
  }
  
  .industries-section .section-title {
    position: relative;
    font-size: 32px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 68px;
  }
  
  .industries-section .section-title .outline-text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: transparent;
    -webkit-text-stroke: 1px #ccc;
    z-index: 0;
  }
  
  .industries-section .section-title .solid-text {
    position: relative;
    z-index: 1;
  }
  
  .tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
  }
  
  .tab {
    padding: 15px 30px;
    border: none;
    background-color: #DCDBDB;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s;
    font-size: 20px;
    font-weight: 400;
    font-family: 'roboto';
    width: 16%;
  }
  
  .tab.active {
    background-color: #0094DE;
    color: white;
  }
  
  .tab-content {
    display: none;
    margin: 0 auto;
  }
  
  .tab-content.active {
    display: block;
  }
  
  .industry-image-container {
    position: relative;
  }
  
  .industry-image {
    width: 100%;
    height: 540px;
    display: block;
        object-fit: cover;
  }
  .industry-image-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); 
  pointer-events: none; 
  z-index: 0;
}
  
  .industry-info-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0094deb5;
    color: white;
    padding: 30px 76px;
    width: 75%;
    height: 65%;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        align-items: center;
    display: inline-grid;
  }
  
  .industry-info-box p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
  }
  
  .info-label {
    font-size: 12px;
    letter-spacing: 2px;
    opacity: 1;
  }
  span.light-title {
    position: absolute;
    z-index: -1;
    font-size: 50px;
    font-weight: 500;
    top: -32px;
    color: transparent;
    -webkit-text-stroke: 1px #CCCACA;
    -webkit-text-fill-color: transparent;
}
.section-title {
    position: relative;
}
span.light-title.light-center-text {
    left: 0;
    right: 0px;
}


.quote-section {
   
    background-size: cover;
    background-position: center;
    padding: 60px 20px;
    color: white;
  }
  
  .quote-container {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 110px;
    padding: 0 20px;
  }
  
  .quote-image-wrapper {
    position: relative;
    flex: 0 0 300px;
    border-radius: 8px;
  }
  
  .blue-corner {
    position: absolute;
    top: -20px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 20px 0 0 0;
    background-color: #0094DE;
    z-index: 0;
  }
  
  .quote-image {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    margin-left: 20px;
  }
  
  .quote-content {
    flex: 1;
  }
  
  .quote-description {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 40px;
  }
  
  .quote-heading {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 22px;
  }
  
  .quote-heading span {
    color: #0094DE;
  }
  
  .quote-actions {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  
  .quote-button {
    background-color: #0094DE;
    color: white;
    padding: 20px 28px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.3s ease;
  }
  
  .quote-button:hover {
    background-color: #005fa3;
  }
  
  .quote-contact p {
    margin: 0;
    font-size: 14px;
    color: #cfcfcf;
  }
  
  .quote-contact strong {
    font-size: 15px;
    color: white;
  }
  .pb-70 {
    padding-bottom: 70px;
}
.pt-100 {
    padding-top: 100px;
}
.col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
}
.footer-item .footer-service ul li {
    list-style-type: none;
    display: block;
    transition: 0.5s all ease;
    margin-bottom: 13px;
}
.footer-item .footer-service h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #ffffff;
    margin-top: 0px;
}
.footer-touch h3 {
    margin-top: 0px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #ffffff;
}
footer {
    background: linear-gradient(rgba(6, 15, 30, 0.9), rgba(6, 15, 30, 0.9)), url(/images/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.footer-logo .logo-link img {
    width: 280px;
}
.footer-item ul {
    padding: 0px;
    list-style: none;
}
.footer-item ul li a {
    color: #fff;
}
.footer-service {
    padding-left: 60px;
}
footer .row {
    align-items: flex-start;
}
.batch {
    display: flex;
    align-items: center;
}
.footer-item .footer-touch ul li a, .footer-item .footer-touch ul li span {
    color: #CECBCB;
}
.footer-item .footer-touch ul li h4 {
  margin-bottom: 10px;
  margin: 0px;
}
.footer-logo p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 28px;
}
.copyright-area {
    background-color: #121f34;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}
.copyright-area .copyright-item p {
    font-size: 15px;
    color: #ffffff;
    margin: 0;
}
.footer-touch ul li {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.materials-section .swiper {
    padding-bottom: 90px;
}
.swiper .swiper-button-next, .swiper-rtl .swiper-button-prev {
    top: 90%; 
    right: 46%;
}
.swiper .swiper-button-prev, .swiper-rtl .swiper-button-next {
    top: 90%;
    left: 46%;
}

/*service-page-css*/

/* Banner */
.service-banner {
  background-color: #002b5c;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.service-banner-wrapper h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.service-banner-wrapper p {
  font-size: 1.2rem;
}
.service-category-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  width: 100%;
  padding: 8px 0;
  background: none;
  border: none;
  color: #002b5c;
  cursor: pointer;
}

.service-toggle-icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}
.service-toggle-icon.open {
  transform: rotate(0deg); /* Turn "+" into "×" or a rotated chevron */
}

/* Layout */
.service-layout {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  gap: 20px;
}

/* Sidebar */
.service-nav-panel {
  flex: 1 1 250px;
  background: #fff;
}

.service-nav-panel h2 {
  font-size: 1.2rem;
  border-bottom: 2px solid #002b5c;
  padding-bottom: 8px;
  margin-top: 0;
}
.service-card img {
    width: -webkit-fill-available;
        margin-bottom: 10px;
            height: 200px;
    object-fit: cover;
}

.service-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-category-list li {
  margin-bottom: 10px;
}

.service-category-toggle {
  background: none;
  border: none;
  color: #002b5c;
  font-size: 1rem;
  cursor: pointer;
  padding: 5px 0;
  text-align: left;
  width: 100%;
}

.service-category-toggle:hover {
  text-decoration: underline;
}

.service-subcategory-list {
  list-style: none;
  padding-left: 15px;
  margin-top: 5px;
  display: none;
}

.service-subcategory-list li {
  margin-bottom: 5px;
}

.service-subcategory-list a {
  color: #002b5c;
  text-decoration: none;
  font-size: 0.95rem;
}

.service-subcategory-list a:hover {
  text-decoration: underline;
}

/* Main Content */
.service-content-panel {
  flex: 3 1 600px;
}

/* Product Grid */
.service-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.service-card {
  background: white;
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
  transition: 0.3s ease;
}

.service-card a {
  text-decoration: none;
  color: #002b5c;
  font-weight: bold;
}

.service-card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Info Section */
.service-info-text h2 {
  font-size: 1.5rem;
  color: #002b5c;
  margin-bottom: 10px;
}

.service-info-text p {
  margin-bottom: 1em;
  line-height: 1.6;
}

/* Banner */
.service-banner {
   background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(/images/3370.jpg);
  color: #fff;
  padding: 80px 20px 80px;
  text-align: center;
      background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.product-info {
    width: 50%;
    text-align: left;
}
.service-banner-wrapper h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.service-banner-wrapper p {
  font-size: 1.2rem;
}

/* Layout */
.service-layout {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0px;
  gap: 40px;
}

/* Sidebar */
.service-nav-panel {
  flex: 1 1 250px;
  background: #fff;
  height: max-content;
}

.service-nav-panel h2 {
  font-size: 1.2rem;
  border-bottom: 1px solid #0094de;
  padding-bottom: 8px;
  margin-top: 0;
  text-align: center;
}

.service-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-category-list li {
  margin-bottom: 10px;
      /*background: #f4f4f4;*/
    padding: 10px 15px;
    /*border-bottom:1px solid #0094de;*/
}
.service-category-toggle:active {
    text-decoration: none;
    color: #0094de;
}

.service-category-toggle {
  background: none;
  border: none;
  color: #000;
  font-size: 1rem;
  cursor: pointer;
  padding: 5px 0;
  text-align: left;
  width: 100%;
}

.service-category-toggle:hover {
      text-decoration: none;
    color: #0094de;
}

.service-subcategory-list {
  list-style: none;
  padding-left: 0px;
  margin-top: 5px;
  display: none;
}

.service-subcategory-list li {
  margin-bottom: 5px;
}

.service-subcategory-list a {
  color: #002b5c;
  text-decoration: none;
  font-size: 0.95rem;
}

.service-subcategory-list a:hover {
      text-decoration: none;
    color: #0094de;
}

/* Main Content */
.service-content-panel {
  flex: 3 1 600px;
}

/* Product Grid */
.service-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.service-card {
  background: white;
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
  transition: 0.3s ease;
}

.service-card a {
  text-decoration: none;
  color: #002b5c;
  font-weight: bold;
}

.service-card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Info Section */
.service-info-text h2 {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 10px;
}

.service-info-text p {
  margin-bottom: 1em;
  line-height: 1.6;
}
.service-locations {
  background: #fff;
  padding: 20px;
  border-top: 1px solid #ddd;
  margin-top: 60px;
}

.service-locations-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.service-locations h2 {
  font-size: 1.8rem;
  color: #002b5c;
  margin-bottom: 30px;
}

.service-locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 130px;
  row-gap: 0px;
}

.service-locations-grid ul {
    margin-top: 0px;
}
section.service-main-head.section-title {
    text-align: center;
    padding: 130px 0px;
}
section.service-main-head {
        background: url(/images/image-bg-s.png);
    padding: 100px 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

section.service-main-head span.light-title {
    position: absolute;
    z-index: 0;
    font-size: 50px;
    font-weight: 500;
    top: 30%;
    color: transparent;
    -webkit-text-stroke: 1px #CCCACA;
    -webkit-text-fill-color: transparent;
}
section.service-area.service-page.pt-100.pb-70 {
    background: #fff;
    padding: 60px 20px 100px;
}
.service-area.service-page .service-box {
    background: #ffffff;
    width: 32%;
    border-radius: 10px;
    box-shadow: 0px 2px 10px -5px;
}
.service-area.service-page .section-title h2 {
    color: #0094de;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin: 0px auto 60px;
}

.service-locations-grid ul {
  list-style: none;
  padding: 0;
}

.service-locations-grid li {
  padding: 8px 0;
  font-size: 1rem;
  color: #333;
}

.how-to-work {
  padding: 60px 20px;
  text-align: center;
}

.how-to-work h2 {
  font-size: 28px;
  margin-bottom: 50px;
}

.work-steps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}

.work-step {
  max-width: 220px;
}

.work-step img {
  height: 60px;
  margin-bottom: 20px;
}

.work-step h3 {
  font-size: 18px;
  margin-bottom: 12px;
}

.work-step p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.start-project-button {
  display: inline-block;
  padding: 12px 28px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
}

.start-project-button:hover {
  background-color: #0056b3;
}
.service-banner-wrapper {
    display: flex;
    justify-content: space-between;
}

.counters {
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .counter-box {
      width: 220px;
      height: 120px;
      background: #ffffff;
      padding: 20px;
      border-radius: 16px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: transform 0.3s ease;
      border: 2px solid transparent;
      background-clip: padding-box;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .counter-box::before {
      content: "";
      position: absolute;
      inset: 0;
      padding: 2px;
      border-radius: 16px;
      background: linear-gradient(135deg, #00c6ff, #0072ff);
      z-index: -1;
      color: #fff;
    }

    .counter-box h2 {
      font-size: 2.5rem;
      color: #0094de;
      margin: 0;
      font-weight: 700;
    }
    .counter-box:hover h2 {
    color: #fff;
}
.counter-box:hover p {
    color: #fff;
}

    .counter-box p {
      margin-top: 10px;
      font-size: 1rem;
      color: #555;
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    .counter-box:hover {
      transform: scale(1.03);
    }
    section.count-sec {
    margin-top: 100px;
}

.single-blog-right {
    width: 25%;
}
section.single-blog-page {
    margin-top: 30px;
    margin-bottom: 30px;
}
.single-blog-left .blog-box .admin-info p a {
    color: #0094de;
    text-decoration: underline;
}

.single-blog-page .blog-box h2 {
    margin: 10px 0px 20px;
}

.single-blog-page .single-blog-right h3 {
    font-size: 20px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    margin-bottom: 15px;
}
.single-blog-page .single-blog-right .blog-sidebar-form h3 {
    color:#fff; 
}
.table-of-contents {
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    display: table;
    margin-bottom: 1em;
    padding: 10px 20px 10px 10px;
    position: relative;
    width: auto;
}
p.ez-toc-title {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 5px;
}
.toc li a {
    color: #444;
    box-shadow: none;
    text-decoration: none;
    text-shadow: none;
    display: inline-flex;
    align-items: stretch;
    flex-wrap: nowrap;
    font-size: 15px;
    margin-left: 10px;
}
.toc li.toc-level-2, .toc li.toc-level-1 {
    padding: 5px 0px;
    list-style: auto;
}
.single-blog-page h2 {
    font-size: 30px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
}
.single-blog-page .theme-btn1 {
    display: inline-block;
    border-radius: 10px;
    background: #0094de;
    padding: 15px 30px 15px 30px;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 18px;
    transition: all .4s;
    position: relative;
    overflow: hidden;
    z-index: 2;
    border: none;
    text-decoration: none;
    border: 1px solid;
}






    @media (max-width: 768px) {
        .single-blog-left {
    width: 100% !important;
}
.single-blog-right {
    width: 100% !important;
}
section.single-blog-page {
    padding: 0px 20px;
}
.single-blog-page .blog-box h2 {
    margin: 0px 0px 0px !important;
}
.breadcrumb {
    margin-bottom: 5px !important;
}
.admin-info {
    align-items: baseline !important;
    gap: 0px !important;
    flex-direction: column;
}
.single-blog-outter {
    flex-direction: column;
}
      .counter-box {
        width: 100%;
        max-width: 300px;
      }
    }
    .icon-box {
    display: flex;
    gap: 0px;
}
.box-1, .box-2 {
    display: flex;
    align-items: center;
        gap: 20px;
}
.box-1 img, .box-2 img {
    width: 12%;
}
.about-shape span.light-title {
    transform: rotate(90deg);
    text-wrap: inherit;
    white-space: nowrap;
    z-index: 0;
    top: 234px;
    right: -8.854vw;
    font-size: 5.521vw;
}
 /* Top Info Bar */
 .top-bar-outter {
     background-color: #0a0a0a;
 }
 .top-bar .side-nav a {
    color: #0094de;

}
    .top-bar {
          align-items: center;
      color: #fff;
      padding: 10px 0px;
      display: flex;
      justify-content: flex-end;
      font-size: 16px;
      gap: 30px;
    }
    .header-outter:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 39px;
    height: 0%;
    width: 22%;
    border-left: 0px solid transparent;
    border-top: 74px solid #fff;
    border-right: 60px solid transparent;
    transition: 0.5s all ease;
}

    .top-bar a {
      color: #ccc;
      text-decoration: none;
      margin-left: 20px;
    }

    /* Header Section */
    .header-outter{
        background-color: #0094de;
        position: relative;
    }
    .header {
      padding: 10px 0px; 
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      position: relative;
    }

    .logo img {
      height: 50px;
    }

    .contact-info {
      text-align: center;
      font-size: 16px;
      display: flex;
      gap: 50px;
      color: #fff;
    }
    .contact-info p a {
    color: #fff;
}
.nav-item i {
  margin-left: 6px;
  font-size: 12px;
  transition: transform 0.3s ease;
}
.nav-item >a {
    color: #fff;
}
.submenu div >a {
    color: #fff;
}
.nav-item:hover i {
  transform: rotate(180deg);
}

    .contact-info p {
      margin: 3px 0;
    }

    .search-area {
      display: flex;
      gap: 10px;
    }

    .search-area input,
    .search-area select {
      padding: 8px;
      border: 1px solid #ccc;
      border-radius: 4px;
      margin: 0;
    }

    .search-area button {
        background-color: #ffffff;
        color: #0094de;
      border: none;
      padding: 8px 16px;
      border-radius: 4px;
      cursor: pointer;
          font-size: 16px;
    }

    /* Nav Bar */
    .nav-bar {
      background-color: #141414;
      display: flex;
      justify-content: center;
      padding: 20px 0;
      font-size: 15px;
      position: relative;
    }
/*    section.header-sec {*/
/*    position: fixed;*/
/*    width: 100%;*/
/*        z-index: 9;*/
/*}*/

    .nav-item {
      /*position: relative;*/
      margin: 0 25px;
      color: white;
      cursor: pointer;
      font-weight: 500;
    }

    .nav-item:hover {
      color: #00AEEF;
    }

    .nav-item::after {
      content: "";
      display: block;
      height: 2px;
      width: 0%;
      background: #00AEEF;
      transition: 0.3s ease;
      margin-top: 5px;
    }

    .nav-item:hover::after {
      width: 100%;
    }

    .submenu {
      /*display: none;*/
      /*position: absolute;*/
      /*top: 26px;*/
      /*left: 0;*/
      background-color: #141414;
      /*padding: 10px 0;*/
      /*border-radius: 6px;*/
      /*box-shadow: 0 4px 8px rgba(0,0,0,0.3);*/
      /*z-index: 999;*/
      /*min-width: 180px;*/
       display: none;
    position: absolute;
    top: 40px;
    left: 0;
    padding: 25px 30px;
    width: -webkit-fill-available;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    border-radius: 6px;
    transition: 0.3s ease-in-out;
    z-index: 999;
  
      
    }

    .submenu div {
      padding: 10px 20px;
      color: white;
      white-space: nowrap;
    }

    .submenu div:hover {
      background-color: #0094de;
    }

    .nav-item:hover .submenu {
      display: block;
      display: grid;
    }

    @media screen and (max-width: 768px) {
      .header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
      }

      .nav-bar {
        flex-direction: column;
        align-items: center;
      }

      .nav-item {
        margin: 10px 0;
      }
      .hero_section .container {
    padding: 0px 0px;
}
    }
    
    
    
    /* Swiper buttons */
    .services-banner.swiper-button-next,
    .services-banner.swiper-button-prev {
      color: white;
    }

    .swiper-pagination-bullet {
      background: white;
    }
    .swiper .services-banner.swiper-button-next, .swiper-rtl .services-banner.swiper-button-prev {
    top: 50%;
    right: 0;
    background: none;
}
.swiper .services-banner.swiper-button-prev, .swiper-rtl .services-banner.swiper-button-next {
    top: 50%;
    left: 0%;
    background: none;
}

.side-nav.inner-btn a {
  overflow: hidden;
}

/*.side-nav.inner-btn a:nth-child(1) {*/
/*  filter: hue-rotate(270deg);*/
/*}*/
/*.side-nav.inner-btn a:nth-child(2) {*/
/*  filter: hue-rotate(110deg);*/
/*}*/
.side-nav.inner-btn a span {
  position: absolute;
  display: block;
}
.side-nav.inner-btn a span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #fff);
  animation: animate1 1s linear infinite;
}
@keyframes animate1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}
.side-nav.inner-btn a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #fff);
  animation: animate2 1s linear infinite;
  animation-delay: 0.25s;
}
@keyframes animate2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}
.side-nav.inner-btn a span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(270deg, transparent, #fff);
  animation: animate3 1s linear infinite;
  animation-delay: 0.5s;
}
@keyframes animate3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}
.side-nav.inner-btn a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #fff);
  animation: animate4 1s linear infinite;
  animation-delay: 0.75s;
}
@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}
.quote-actions.side-nav.inner-btn a {
    padding: 17px 30px;
}
.quote-btn.side-nav.inner-btn {
    margin: 0px;
}
.quote-btn.side-nav.inner-btn a {
    color: #fff;
}
.side-bar-menus {
    padding: 20px;
    box-shadow: 0px 0px 5px 0px #a0a0a02b;
    border-radius: 10px;
    margin-bottom: 80px;
    background: #a0a0a02b;

}
.sidebar-bottom-content {
    border: 1px solid #d7d7d7;
    padding: 20px;
    text-align: center;
}
.service-card:hover img {
    transform: scale(1.02);
}

 .faq-container {
      margin: 0 auto;
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    .faq-container h2 {
      text-align: center;
      margin-bottom: 20px;
    }

    details {
      margin-bottom: 20px;
      border: 1px solid #0094de70;
      border-radius: 5px;
      padding: 15px 20px;
    }

    summary {
      font-weight: 500;
      cursor: pointer;
      position: relative;
    }
    summary::marker {
    color: #fff;
}

    summary::after {
      content: "▼";
      position: absolute;
      right: 0;
      transition: transform 0.3s;
    }

    details[open] summary::after {
      transform: rotate(180deg);
    }

    details p {
        margin-top: 20px;
        color: #333;
        padding: 0px 18px;
    }
    .about-count .counter-box:hover h2 {
        color: #0094de;
    }
    .about-count .counter-box:hover p {
        color: #555 ;
    }
    a.call-btn {
        background: #5e5e5e !important;
    border: 1px solid #0094de;
    color: #ffffff !important;
    margin-left: 40px;
}

h1.service-banner-head {
    font-size: 42px; 
}
.product-info li i {
    padding-right: 10px;
} 
.points-outter ul {
    list-style: none;
}
.points-outter {
    display: flex;
    margin-bottom: 50px;
    gap: 50px;
}
.points-outter li {
    margin-bottom: 20px;
}
.info-about {
    padding: 50px 20px;
}

.achievements-container {
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .card {
      background: white;
      border-radius: 20px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
      padding: 30px;
      width: 280px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      border-top: 5px solid #0094de;
    }

    .card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    }

    .icon-box-about {
      background: linear-gradient(135deg, #c1c9cd, #0094de);
      padding: 18px;
      border-radius: 50%;
      margin-bottom: 20px;
      color: white;
      font-size: 30px;
    }

    .card h3 {
      font-size: 28px;
      margin: 0;
      color: #1a1a1a;
    }

    .card p {
      color: #666;
      font-size: 16px;
      margin-top: 8px;
    }
    .achivement-section {
    text-align: center;
    padding: 50px 20px;
}
.achivement-section h2 {
    color: #0094de;
}
.about-section {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      padding: 60px 10%;
      background: linear-gradient(to right, #e6f0ff, #ffffff);
      position: relative;
      overflow: hidden;
    }

    .about-section::before {
      content: "";
      position: absolute;
      top: -50px;
      right: -100px;
      width: 400px;
      height: 400px;
      background: radial-gradient(circle at center, #007bff33 0%, transparent 70%);
      z-index: 0;
    }

    .left-col {
      flex: 1;
      min-width: 300px;
      position: relative;
      z-index: 1;
    }

    .left-col img {
      width: 100%;
      max-width: 500px;
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
      border: 8px solid #ffffff;
    }

    .right-col {
      flex: 1;
      min-width: 300px;
      padding-left: 40px;
      z-index: 1;
    }

    .right-col h5 {
      color: #007bff;
      font-size: 16px;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .right-col h1 {
      font-size: 38px;
      margin: 0 0 20px;
      color: #1a1a1a;
      line-height: 1.3;
    }

    .right-col p {
      font-size: 16px;
      color: #444;
      line-height: 1.6;
      margin-bottom: 30px;
    }

    .features-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 15px 30px;
      margin-bottom: 30px;
    }

    .feature-item {
      font-weight: 600;
      color: #333;
      position: relative;
      padding-left: 24px;
    }

    .feature-item::before {
      content: '✔';
      position: absolute;
      left: 0;
      top: 0;
      color: #0094de;
      font-size: 16px;
    }

    .about-card {
      background: white;
      display: flex;
      align-items: center;
      padding: 16px 20px;
      border-radius: 12px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.07);
      margin-bottom: 25px;
    }

    .about-card i {
      font-size: 28px;
      color: #007bff;
      margin-right: 15px;
    }

    .about-card h4 {
      margin: 0;
      font-size: 18px;
      color: #1a1a1a;
    }

    .about-card p {
      margin: 4px 0 0;
      font-size: 14px;
      color: #777;
    }

    .explore-btn {
      background: #0094de;
      color: #fff;
      border: none;
      padding: 14px 30px;
      font-size: 14px;
      font-weight: bold;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s ease;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .explore-btn:hover {
      background: #e25500;
    }
    
    .what-we-do-section {
      padding: 80px 10%;
      text-align: center;
    }

    .what-we-do-section h2 {
      font-size: 38px;
      margin-bottom: 10px;
      color: #1b1b1b;
    }

    .what-we-do-section p {
      max-width: 700px;
      margin: 0 auto 50px;
      font-size: 16px;
      color: #5a5a5a;
      line-height: 1.6;
    }

    .card-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 30px;
    }

    .card-boxes {
      background: #ffffff;
      border-radius: 16px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .card-boxes:hover {
      transform: translateY(-8px);
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    }

    .card-boxes img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .card-content {
      padding: 24px;
      flex-grow: 1;
    }

    .card-content h3 {
      margin-top: 0;
      font-size: 20px;
      color: #1b1b1b;
    }

    .card-content p {
      font-size: 14px;
      color: #555;
      line-height: 1.5;
      margin: 12px 0 20px;
    }

    .card-content a {
      font-weight: bold;
      font-size: 14px;
      text-decoration: none;
      display: inline-block;
      color: #0094de;
      transition: color 0.3s;
    }

    .card-content a:hover {
      color: #e25500;
    }
    .client-section {
      padding: 80px 10%;
      text-align: center;
      background-color: #f9fbfc;
    }

    .client-section h5 {
      color: #0094de;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .client-section h2 {
      font-size: 36px;
      color: #1b1b1b;
      margin-bottom: 12px;
    }

    .client-section p {
      font-size: 15px;
      color: #6a6a6a;
      max-width: 700px;
      margin: 0 auto 50px;
      line-height: 1.6;
    }

    .client-logos {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 30px;
      align-items: center;
      justify-items: center;
    }

    .client-logo-box {
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .client-logo-box:hover {
      transform: scale(1.05);
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    }

    .client-logo-box svg {
      width: 100%;
      max-height: 60px;
      fill: #3b82f6;
    }







@media(max-width: 600px) {
      .what-we-do-section {
        padding: 40px 5%;
      }

      .card-boxes img {
        height: 150px;
      }
       .client-section {
        padding: 40px 5%;
      }
    }
@media(max-width: 900px) {
      .about-section {
        flex-direction: column;
        padding: 40px 5%;
        text-align: center;
      }

      .right-col {
        padding-left: 0;
        margin-top: 30px;
      }

      .features-grid {
        grid-template-columns: 1fr;
      }

      .about-card {
        justify-content: center;
      }
    }
@media screen and (min-device-width: 320px) and (max-device-width: 767px) { 
    .mobile-nav a.meanmenu-reveal {
    width: 35px;
    height: 30px;
    padding: 12px 15px 0 0;
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-weight: 700;
}
.row {
    flex-wrap: wrap; 
    --bs-gutter-x: unset;
    --bs-gutter-y: unset;
    margin-top: unset;
    margin-right: unset;
    margin-left: unset;
}
.hero-outter {
    flex-wrap: wrap;
    padding: 0px 20px;
}
.col-1, .col-2 {
    width: 100%;
}
h1 {
    font-size: 28px;
}
p {
    font-size: 16px;
    line-height: 28px;
}
.service-box {
    width: 100% !important;
}
.material-card {
    width: 100%;
}
.materials-slider {
    width: 90%;
    margin-top: -80px;
}
.mean-nav .side-nav {
    position: absolute;
    top: 10px;
    right: 60px;
}
.mobile-nav {
    display: block;
    position: relative;
}
.mobile-nav img {
    width: 110px;
}
.quote-container {
    max-width: 100%;
    gap: 10px;
    flex-wrap: wrap;
}
.header-top-area {
    padding: 20px 20px;
}
.navbar-area .main-nav:before {
    border-top: 0px solid #fff;
}
.main-nav {
    display: none !important;
}
.mobile-nav .mean-bar {
    background-color: #0094DE;
}
.mobile-nav .mean-bar {
    float: left;
    width: 100%;
    position: absolute;
    padding: 0px;
    z-index: 999;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    height: 55px;
}
.mobile-nav .logo {
    text-decoration: none;
    position: absolute;
    top: 5px;
    z-index: 999;
    left: 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}
.side-nav a {
    font-size: 14px;
    padding: 8px 12px;
}
.mean-nav a.meanmenu-reveal {
    padding: 15px 15px 0 0;
}
.mean-nav a.meanmenu-reveal span {
    margin-top: -8px;
    position: relative;
    top: 10px;
}
.mean-nav a.meanmenu-reveal span {
    display: block;
    background: #ffffff;
    height: 4px;
    margin-top: 3px;
    border-radius: 3px; 
}
.header-top-item .header-left ul {
    gap: 5px;
    flex-wrap: wrap;
    flex-direction: column;
            text-align: center;
}
.header-top-area .header-top-item .header-right {
    text-align: center;
        margin-top: 10px;
}
.header-top-item .header-left li img {
    margin-right: 6px;
    width: 15px;
}
.header-top-area .header-top-item .header-right ul li {
    margin: 0px 6px;
}

.header-top-area .header-top-item .header-left ul li {
    margin-right: 0;
    display: block;
    margin-bottom: 5px;
}
.header-top-item {
    margin: 0 auto;
}
.form-box {
    padding: 20px;
    max-width: 100%;
    float: left;
    width: -webkit-fill-available;
    margin-top: 50px;
}
.input-manual {
    gap: 4px;
    flex-wrap: wrap;
}
.about-shape img {
    border: 10px solid #0094DE;
    width: -webkit-fill-available;
}
.about-area .about-img-wrap .about-year {
    padding: 5px 15px;
    bottom: 4px;
}
.about-second-img {
    width: 60%;
    right: 0px;
}
section.counter-section {
    margin-bottom: 50px;
    padding: 0px 20px;
}
.part {
    margin-right: 0px;
    margin-bottom: 20px;
}
.row.align-iems-center {
    padding: 50px 20px;
}
.quote-description {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}
.quote-heading {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 16px;
}
.industry-info-box { 
    padding: 10px 15px;
    width: 75%;
}
.industry-info-box p {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 18px;
}
.industry-image {
    height: 500px;
    object-fit: cover;
}
.tab {
    padding: 10px 15px;
    font-size: 14px;
    width: 48%;
}
.pt-100 {
    padding-top: 50px;
}
.pb-70 {
    padding-bottom: 35px;
}
.col-lg-3 {
    width: 100%;
}
footer {
    padding: 0px 20px;
}
.footer-service {
    padding-left: 0px;
    padding-top: 50px;
}
.swiper .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 38%;
}
.swiper .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 38%;
}
.materials-hero {
    height: 250px;
}
.input-manual input {
    width: 100%;
}
.hero_section {
    padding: 0px;
    height: 1100px; 
}
.industries-section {
    text-align: center;
    padding: 70px 20px 60px;
}
.industries-section .section-title {
    margin-bottom: 35px;
}
.service-layout {
    padding: 40px 20px;
    gap: 30px;
}
.service-locations-grid {
    gap: 0px;
}


}
/*single blog post page css*/

.single-blog-outter {
    display: flex;
    gap:50px;
}
.blog-box {
    margin-top: 20px;
}
.blog-box img {
    margin: 50px 0px;
}
    .single-blog-left {
    width: 75%;
}
.single-blog-right {
    margin-top: 20px;
}
.share-post, .blog-newsletter {
    margin-bottom: 40px;
}
.blog-social-icon a{
    color:#000;
}
.blog-social-icon i {
    font-size: 27px;
    letter-spacing: 20px;
}
.single-blog-right input.form-elements {
    background: #fff;
    padding: 10px;
    width: -webkit-fill-available;
    border: 1px solid #0094de;
    border-radius: 10px;
    margin: 10px 0px;
}
.single-blog-page .blog-box img {
    margin: 30px 0px;
    width: 100%;
}
.single-blog-page .theme-btn1:hover {
    background: #000;
    cursor: pointer;
}
.blog-sidebar-form {
    background-color: #5e5e5e;
}
.single-blog-right .theme-btn1 {
    width: 100%;
    text-align: center;
        margin-top: 20px;
}
.blog-sidebar-form {
    background-image: url('images/bg-2.svg');
        background-size: cover;
    padding: 20px;
    border-radius: 10px;
}
.blog-sidebar-form h3 {
    color: #fff;
}
.blog-newsletter h5 {
    margin-bottom: 20px;
}
    .admin-info {
    display: flex;
    align-items: center;
    gap: 50px;
}
.author-box {
    display: flex;
    gap: 30px;
    margin: 60px 0px;
    align-items: center;
    background: #f258222b;
    padding: 30px;
    border-radius: 10px;
}
.author-img-box img {
    width: 100px;
    border-radius: 50px;
}
.author-img-box {
    width: 40%;
    display: flex;
    gap: 20px;
    align-items: center;
}
.author-info-box a.theme-btn1 {
    margin-top: 20px;
}

.comment-form .contact-page-form { 
    width: 100%;
    margin-bottom: 50px;
}
.hRight.cstm-check {
    display: flex;
    float: right;
    align-items: center;
    gap: 20px;
}
.hRight.cstm-check label {
    white-space: nowrap;
}
.form-row.submit-btn-blog {
    width: 100%;
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;

} 

/*single blog post page css end*/
/*Blog*/
.blog-image img {
    height: 300px !important;
    object-fit: cover;
}
.blog-banner {
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(/images/3370.jpg);
    color: #fff;
    padding: 80px 20px 80px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-banner span.light-title {
    position: absolute;
    z-index: 0;
    font-size: 50px;
    font-weight: 500;
    top: -25px;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    -webkit-text-fill-color: #ffffff00;
}
    .breadcrumb {
      font-size: 14px;
      margin-bottom: 15px;
      color: #555;
    }

    .breadcrumb a {
      color: #007bff;
      text-decoration: none;
    }

    .filter-search-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 15px;
      margin-bottom: 30px;
    }

    .filter-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .filter-buttons button {
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      background: #333;
      color: #fff;
      cursor: pointer;
      transition: background 0.3s;
    }

    .filter-buttons button.active {
      background: #007bff;
    }

    .search-bar {
      flex-shrink: 0;
    }

    .search-bar input {
      padding: 10px;
      font-size: 16px;
      border-radius: 5px;
      border: 1px solid #ccc;
      width: 250px;
      max-width: 100%;
    }

    .blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
    }

    .blog-item {
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }

    .blog-item:hover {
      transform: translateY(-5px);
    }

    .blog-item a {
      text-decoration: none;
      color: inherit;
      display: block;
    }

    .blog-image {
      overflow: hidden;
    }

    .blog-image img {
      width: 100%;
      height: auto;
      transition: transform 0.3s ease;
      display: block;
    }

    .blog-item:hover img {
      transform: scale(1.05);
    }

    .blog-content {
      padding: 20px;
    }

    .blog-title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px;
      color: #333;
    }

    .blog-desc {
      font-size: 14px;
      color: #555;
    }

    @media (max-width: 600px) {
      .filter-search-wrapper {
        flex-direction: column;
        align-items: stretch;
      }

      .search-bar input {
        width: 100%;
      }

      .filter-buttons {
        justify-content: center;
      }
    }
    /***************Contact Us Page*****************/
    .contact-banner {
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(/images/3370.jpg);
    color: #fff;
    padding: 80px 20px 80px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-banner span.light-title {
    position: absolute;
    z-index: 0;
    font-size: 50px;
    font-weight: 500;
    top: -25px;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    -webkit-text-fill-color: #ffffff00;
}

    .contact-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
    }

    .contactus-info, .contact-form {
      flex: 1 1 300px;
      background: #fff;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .contactus-info h2 {
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 20px;
}

  .contactus-info p {
    margin: 10px 0;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 30px;
}

    .contactus-info i {
      margin-right: 10px;
      color: #007bff;
    }

    .social-icons a {
      margin-right: 15px;
      font-size: 18px;
      color: #007bff;
      transition: color 0.3s;
    }

    .social-icons a:hover {
      color: #0056b3;
    }

    .contact-form h2 {
      font-size: 1.5rem;
    color: #000;
      margin-bottom: 20px;
    }

    .contact-form form {
      display: flex;
      flex-direction: column;
    }

    .contact-form input,
    .contact-form textarea {
      padding: 10px;
      margin-bottom: 15px;
      border-radius: 5px;
      border: 1px solid #ccc;
      font-size: 14px;
    }

    .contact-form textarea {
      resize: vertical;
      height: 60px;
    }

    .contact-form button {
      padding: 12px;
      border: none;
      border-radius: 5px;
      background: #0094de;
      color: #fff;
      font-size: 16px;
      cursor: pointer;
      transition: background 0.3s;
    }

    .contact-form button:hover {
      background: #0056b3;
    }

    .map {
      margin-top: 40px;
      width: 100%;
      height: 400px;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    @media (max-width: 768px) {
      .contact-wrapper {
        flex-direction: column;
      }
      
    
      
      
      
      
    }
    
    
    
    /* Hide nav-bar by default on mobile */
@media (max-width: 768px) {
  .mobile-nav-toggle {
    display: block;
    background: #333;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    text-align: left;
  }

  .nav-bar-inner {
    display: none;
    flex-direction: column;
    background: #000;
    border-top: 1px solid #ccc;
    position: absolute;
    top: 64px;
    width: 100%;
    left: 0;
  }

  .nav-bar-inner.show {
    display: flex;
  }

  .nav-item {
    padding: 12px;
    border-bottom: 1px solid #eee;
  }

  .submenu {
    display: none;
  }

  .nav-item.active .submenu {
    display: flex;
    flex-direction: column;
    background: #000;
    padding-left: 10px;
            top: 60px;
        width: -webkit-fill-available;
 
  }
  .search-area {
    display: none !important;
}
.logo img {
    height: 100%;
    width: 100%;
    float: left;
}
.contact-info p{
    font-size: 10px;
}
.header {
    padding: 10px 20px;
}
.contact-info {
    text-align: end;
    gap: 10px;
    display:none;
}
.logo {
    width: 30%;
}
.header-outter:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 39px;
    height: 0%;
    width: 68%;
    border-left: 0px solid transparent;
    border-top: 46px solid #fff;
    border-right: 100px solid transparent;
    transition: 0.5s all ease;
}
.nav-bar {
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    padding: 10px;
}
.quote-btn.side-nav.inner-btn.mobile-btn {
    display: block;
}
.quote-btn.side-nav.inner-btn.desktop-btn {
    display: none;
}
.top-bar {
    align-items: center;
    padding: 10px 0px;
    justify-content: center;
    font-size: 12px;
    gap: 10px;
}
.nav-bar.desktop-view {
    display: none;
}
.nav-bar.mobile-view {
    display: block;
    display: flex;
}
.search-bar input {
    width: 90%;
}
.filter-buttons button {
    padding: 10px 15px;
    font-size: 10px;
}
.top-bar a {
    margin-left: 10px;
}
.service-banner-wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.product-info {
    width: 100%;
}
.service-banner {
    padding: 50px 20px 20px;
}
h1.service-banner-head {
    font-size: 30px;
}
.service-banner-wrapper p {
    font-size: 16px;
}
.product-info ul li {
    font-size: 13px;
    margin-bottom: 10px;
}
.swiper .services-banner.swiper-button-next, .swiper-rtl .services-banner.swiper-button-prev {
    display: none;
}
.swiper .services-banner.swiper-button-prev, .swiper-rtl .services-banner.swiper-button-next {
    display: none;
}
.service-locations-grid {
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
}
.left-col img {
    max-width: 320px;
}
.right-col h1 {
    font-size: 24px;
}
.col-2.form-div {
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: unset;
    z-index: 9;
        transform: unset;
}
.form-head span {
    font-size: 21px;
}
.side-nav.inner-btn {
    display: flex;
}
.side-nav.inner-btn a {
    padding: 10px 20px;
}
.box-1 h3, .box-2 h3 {
    font-size: 18px;
}
.box-1, .box-2 {
    gap: 10px;
}
.box-1 img, .box-2 img {
    width: 15%;
}
.about-content .icon-box {
    flex-wrap: wrap;
    gap: 20px;
}
.counter-box p {
    font-size: 12px;
}
.about-count .counters {
    flex-wrap: nowrap;
}
.about-shape img {
    padding-left: 0px;
}
.about-shape span.light-title {
    bottom: 68px;
    top: unset;
}
.section-title h2 {
    font-size: 30px;
}
.service-area .sub-title:before {
    top: -35px;
    font-size: 50px;
}
.work-step {
    max-width: 46%;
}
.work-steps {
    gap: 10px;
}
.side-nav.inner-btn {
    justify-content: center;
}
.section-title .sub-title {
    font-size: 30px;
}
.material-card img {
    height: 270px;
    object-fit: cover;
}
.swiper .form-banner-btn.swiper-button-prev, .swiper-rtl .form-banner-btn.swiper-button-next {
    top: 34%;
    left: 0%;
    background: none;
}
.swiper .form-banner-btn.swiper-button-next, .swiper-rtl .form-banner-btn.swiper-button-prev {
    top: 34%;
    right: 0%;
    background: none;
}
.submenu {
    display: none;
    padding: 25px 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;

  }
  .nav-item:hover .submenu {
    display: grid;
  }
  .nav-item {
    position: relative;
}






}
.breadcrumb {
  font-size: 14px;
  padding: 15px 0px;
  list-style: none;   /* removes bullets */
    display: flex;      /* makes items horizontal */
    gap: 5px;           /* space between items */
}

.breadcrumb a {
  color: #0073aa;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  font-weight: bold;
}
    /***********************************************/

