
@font-face {
  font-family: 'Poppins';
  src: url('../webfonts/Poppins-Regular.ttf') format('truetype'),
         url('../webfonts/Poppins-SemiBold.ttf') format('woff'),
         url('../webfonts/Poppins-Regular.ttf') format('opentype');
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-M';
  src: url('../webfonts/Poppins-Medium.ttf') format('truetype'),
         url('../webfonts/Poppins-Regular.ttf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-B';
  src: url('../webfonts/Poppins-SemiBold.ttf') format('truetype'),
         url('../webfonts/Poppins-Regular.ttf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
.logo_cust .navbar-brand {
    width: 13%;
    top: 5px;
}

.service-tab-content-list.service_page ul li {
    position: relative;
    width: 100%;
    color: #101010;
    padding-left: 25px;
    font-size: 18px;
}

.service-tab-content-list.service_page ul li::before {
    content: '\f00c';
    position: absolute;
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 18px;
    top: 0;
    left: 0;
    color: var(--accent-color);
}

.ser_img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}


.contact-form-content {
    padding: 30px;
    border-radius: 9px;
    display: block;
    background: linear-gradient(89.96deg, rgb(0 0 0 / 68%) 62.89%, #1e1e1e 99.96%), url(../images/service-bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

section.products_page {
    padding: 100px 0 50px;
}

.contact-form-content:before {
   
}

@media only screen and (max-width: 767px){
	.logo_cust {
	    width: 80%;
	    top: 0px;
	}
    header.main-header {
        position: relative;
        z-index: 100;
        height: 42px;
    }
    a.nav-link.active {
        color: #FFF !important;
        text-decoration: underline;
        text-underline-offset: 5px;
    }
}


.product_name {
    background-color: #f0c801;
    margin: 0px 20px;
    margin-top: -35px;
    z-index: 99999;
    position: relative;
    padding: 12px;
    border-radius: 8px;
    border: 5px solid #fdfbff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 28px;
}

img.client-logo {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 20px 0;
    border: 1px solid #d3d3d3;
}

.clientele-section{
    padding: 90px 0;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img{
    padding: 8px;
    border-radius: 8px;
    background-color: #fff;
}

.footer-copyright-text a {
    color: rgb(255 212 0) !important;
}

a.nav-link.active {
    color: #b22217;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #b22217 !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.company-skills .reveal {
    position: relative;
    /* display: -webkit-inline-box; */
    display: -ms-inline-flexbox;
    display: flex !important;
    visibility: hidden;
    overflow: hidden;
}

.company-skills .section-title h2 {
    font-size: 35px;
    margin-bottom: 0;
    cursor: none;
    font-weight: 700;
    font-family: 'Poppins-B', sans-serif;
    color: #b22217;
    text-shadow: 1px 1px 2px #000;
}

.mt-25 {
    margin-top: 25px;
}

.product_name a {
    color: #000 !important;
}

.btn-phone-pulse {
   background: #fcb412;
    color: white;
    position: fixed;
    bottom: 16PX;
    right: 6px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    z-index: 999;
    font-size: 27px;

    
}
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 40px;
    font-size: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    
    
    z-index: 999;

}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

i.fab.fa-whatsapp {
      
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;

}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(-25deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(-25deg); } 
}45deg
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(-25deg); 
        transform:rotate(-25deg); 
    } 
}
.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

.btn-whatsapp-pulse-border {
        bottom: 16PX;
    left: 6PX;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-top: 0px;
    margin-left: 0px;
}
.btn-phone-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #fcb412;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-top: 0px;
    margin-right: 0px;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

body.no-scroll {
        overflow: hidden !important;
      }
      

      .gallery-item {
        box-sizing: border-box;
        position: relative; /* For image placement */
        margin-bottom: 25px;
      }

      .gallery-item img {
        display: block; /* Ensure no extra gaps */
        width: 100%;
        height: auto;
        object-fit: cover; /* Maintain aspect ratio */
        border-radius: 5px;
        transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effect */
      }

      .gallery-item img:hover {
        transform: scale(0.9); /* Slight zoom on hover */
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      }

        .overlay.cust {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: #00bcd4;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          color: white;
          font-size: 24px;
          opacity: 0;
          transition: opacity 0.3s ease;
        }

        .gallery-item:hover .overlay.cust {
          opacity: 1;
        }   

      /* Mobile layout: 1 image per row */
      @media (max-width: 768px) {

         
        .gallery-item {
          flex: 1 1 100%; /* Full width for each image */
          margin: 0; /* Remove extra margins */
        }

        .gallery-row {
          gap: 15px; /* Smaller spacing for mobile */
        }
      }
          /* Lightbox */
          .lightbox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.8);
        justify-content: center;
        align-items: center;
        z-index: 9999 !important; /* Ensure it stays above other content */
      }

      /* Centering the image in the popup */
      .lightbox img {
        max-width: 80%;
        max-height: 80%;
        border-radius: 5px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
      }

      /* Close button styling */
      .lightbox .close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        background: rgba(255, 255, 255, 0.8);
        border: none;
        border-radius: 50%;
        color: black;
        font-size: 24px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 99999;
        transition: background 0.3s;
      }

      .lightbox .close-btn:hover {
        background: rgba(255, 255, 255, 1);
      }

      /* Previous and Next buttons */
      .lightbox .prev-btn,
      .lightbox .next-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.8);
        border: none;
        border-radius: 50%;
        color: black;
        font-size: 24px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 99999;
        transition: background 0.3s;
      }

      .lightbox .prev-btn {
        left: 20px;
      }

      .lightbox .next-btn {
        right: 20px;
      }

      .lightbox .prev-btn:hover,
      .lightbox .next-btn:hover {
        background: rgba(255, 255, 255, 1);
      }
      section.gallery_cust {
      margin: 100px 0px;
      }


      