body {
      overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro", sans-serif;
    /* font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; */
  }

  .top-bar {
    background: #f5f5f5;
    font-size: 14px;
    padding: 5px 15px;
  }

  .top-bar a {
    color: #007bff;
    text-decoration: none;
  }

  .header {
    background: white;
    padding: 15px 30px;
    /* border-bottom: 1px solid #ddd; */
  }

  .yellow-nav {
    background-color: #1b4ba1;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
  }

  .yellow-nav .nav-link {
    color: #fff;
    font-weight: bold;
  }

  .buy-btn {
    border: 1px dashed white;
    padding: 5px 15px;
    color: white;
    font-weight: bold;
    background: transparent;
  }

  .navbar-brand img {
    height: 40px;
  }

  .hero {
    height: 400px;
    background: url('../img/technology-8676540_1920.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
  }

  .hero2 {
   
    background: none repeat scroll 0 0 #333333;
          padding: 60px 0;
          text-align: center;
          color: white;
      }
      .hero-content {
          max-width: 960px;
          margin: 0 auto;
      }
      .hero2 h1 {
          font-size: 2.5rem;
          margin-bottom: 20px;
          color: #212529;
      }
      .hero2 .btn {
          margin: 10px;
      }
      .quality-work-section {
          padding: 60px 0;
      }
      .quality-item {
          text-align: center;
          padding: 20px;
      }
      .quality-item img {
          max-width: 100%;
          height: auto;
          border-radius: 5px;
          margin-bottom: 15px;
      }
      .quality-item h3 {
          font-size: 1.2rem;
          margin-bottom: 10px;
          color: #007bff; /* Primary color */
      }
      .quality-item p {
          font-size: 0.9rem;
          color: #6c757d; /* Secondary color */
      }
      /* Small adjustments for the layout */
      .row > div {
          margin-bottom: 30px;
      }
      @media (min-width: 768px) {
          .row > div {
              margin-bottom: 0;
          }
      }


    .quality-standards-section h4 {
        color: #343a40; /* Dark heading color */
        margin-bottom: 0.75rem;
    }
    
    .quality-standards-section p {
        font-size: 0.9rem;
    }

    .stats-section { /* Give your section a class */
        background-image: url('../img/technology-8676540_1920.jpg');
        background-size: cover;
        background-position: center;
    }

    /* .hero {
      height: 400px;
      background: url('../img/technology-8676540_1920.jpg') no-repeat center center;
      background-size: cover;
      position: relative;
    }
   */

   .border-bottom{
    border-bottom: 0px !important;

   }

   .botton-red{
    border-radius: 0px !important;
    background-color: #fa2837 !important;
    color:#fff !important;


   }

   .botton-blue{
    border-radius: 0px !important;
    background-color: #1b4ba1 !important;
    color:#fff !important;


   }

   .logo-carousel {
    height: 150px;
    overflow: hidden;
  }
  
  .logo-track {
    display: flex;
    gap: 50px;
    position: relative;
    left: 0;
  }
  

  .logo-track img {
    height: 120px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: all 0.4s ease;
  }
  
  .logo-track img:hover {
    filter: grayscale(0%);
  }
  .footerlist{

    background-image: url('../img/png-clipart-back.jpg'); background-size: cover; background-position: center;

    color:#fff;

  }
  .footerlist a{ 

    color: #fff !important;
    text-decoration: none;

    color:#fff !important;

  }
  .footerlist p{ 

   

    color:#fff !important;

  }

  .redline{

    background-color: #fa2837 !important;
    color:#fff !important;
  }

  .card-img-top {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
  }
  .card-img-top:hover {
    filter: grayscale(0%);
  }
  

  .who-we-are-section {
    background: #ffffff;
  }
  .who-we-are-section h2 {
    font-size: 2rem;
    font-weight: bold;
  }
  .who-we-are-section p {
    font-size: 1rem;
    line-height: 1.6;
  }
  @media (max-width: 767px) {
    .who-we-are-section h2 {
      text-align: center;
    }
    .who-we-are-section img {
      max-height: 300px;
      object-fit: cover;
    }
  }
/* move button */


  #topBtn {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: #0d6efd;
    color: white;
    cursor: pointer;
    padding: 12px 22px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: background-color 0.3s ease;
  }

  #topBtn:hover {
    background-color: #0056b3;
  }


/* By default, hide mobile version */
.mobile-carousel {
  display: none;
}

/* Desktop Version visible on larger screens */
.desktop-carousel {
  display: block;
}

/* Mobile Version visible on small screens */
@media (max-width: 767.98px) {
  .desktop-carousel {
    display: none;
  }
  .mobile-carousel {
    display: block;
  }
}



/* Mobile first: show .mobile, hide .web */
.mobile {
  display: block;
}

.web {
  display: none;
}

/* On tablets and larger: show .web, hide .mobile */
@media (min-width: 768px) {
  .mobile {
      display: none !important;
  }

  .web {
      display: block !important;
  }
}

 

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.top-bar-left i,
.top-bar-right i {
    color: #1b4ba1;
}

.top-bar-left small,
.top-bar-right small {
    font-size: 0.9rem;
}

#menu-main-menu{

  padding-left: 0px !important;
  list-style: none;
 
  margin: 0;
}

#menu-main-menu li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #333;
}

#menu-main-menu li::before {
  content: '›'; /* or use '\f105' for Font Awesome */
  position: absolute;
  left: 0;
  color: #fa2837;
  font-weight: bold;
}

#menu-main-menu  li::before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fa2837;
}


#menu-product-list{

  padding-left: 0px !important;
  list-style: none;
 
  margin: 0;
}


#menu-product-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #333;
}

#menu-product-list li::before {
  content: '›'; /* or use '\f105' for Font Awesome */
  position: absolute;
  left: 0;
  color: #fa2837;
  font-weight: bold;
}

#menu-product-list  li::before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fa2837;
}

 /* Section Heading */
 .special-offers-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fa2837;
  margin-bottom: 40px;
}

/* Flip Card Container */
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
}

.flip-card-front {
  background-color: #fff;
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flip-card-back {
  background-color: #fa2837;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transform: rotateY(180deg);
}

.flip-card-back h5 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.flip-card-back p {
  font-size: 0.95rem;
}

/* Responsive Design */
@media (max-width: 767px) {
  .flip-card {
    height: 250px;
  }
  .special-offers-title {
    font-size: 1.5rem;
  }
  .flip-card-back h5 {
    font-size: 1rem;
  }
  .flip-card-back p {
    font-size: 0.85rem;
  }
}

.hero2 {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 20px 0;
  color: #fff;
}

.hero2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6); /* semi-transparent black */
  z-index: 1;
}

.hero2 .hero-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#breadcrumbs {
  font-size: 1rem;
  color: #ddd;
}
.hero-title{
  color: #ddd !important

}

.design-wrapper {
  /* max-width: 900px; */
  margin: auto;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 30px;
}

.design-header {
  text-align: center;
  margin-bottom: 40px;
}

.design-header h1 {
  font-size: 32px;
  color: #333333;
  margin: 0;
}

.software-block {
  margin-bottom: 40px;
}

.software-title {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #0a58ca;
  margin-bottom: 10px;
}

.software-title img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.software-subtitle {
  font-size: 18px;
  color: #555555;
  margin-bottom: 20px;
}

.software-description p {
  color: #222222;
  line-height: 1.7;
  margin-bottom: 15px;
}

.feature-list {
  padding-left: 20px;
  margin-bottom: 25px;
}

.feature-list li {
  margin-bottom: 12px;
}

.action-links {
  margin-top: 20px;
}

.action-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 15px;
  padding: 8px 14px;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  color: white;
  background-color: #0a58ca;
  transition: background-color 0.3s ease;
}

.action-links a:hover {
  background-color: #084298;
}

.action-links a.download {
  background-color: #6c757d;
}

.action-links a.download:hover {
  background-color: #5a6268;
}

.shadow-box {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}
.shadow-box:hover {
  transform: translateY(-5px);
}
.headingbig {
  font-size: 26px;
  color: #fa2837;
  font-weight: bold;
  margin-bottom: 15px;
}
.subheading {
  font-size: 20px;
  color: #1b4ba1;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}
.bodyp {
  color: #333;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 15px;
}
.ulinslidepage, .olquote {
  color: #1b4ba1;
  padding-left: 20px;
}
.ulinslidepage li, .olquote li {
  margin-bottom: 10px;
}
.productprice {
  color: #1b4ba1;
  font-size: 16px;
  font-weight: 500;
}
.productprice a {
  color: #1b4ba1;
  text-decoration: none;
}
.contact-box {
  margin-top: 30px;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
}
.contact-table {
  width: 100%;
  margin-top: 10px;
}
.icon-img {
  width: 30px;
  margin-right: 10px;
}
.imgquote {
  width: 100%;
  max-width: 320px;
  border-radius: 8px;
  margin: 20px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.undernote, .undernote2 {
  font-size: 14px;
  margin-top: 10px;
}
.undernote {
  color: #fa2837;
}
.undernote2 {
  color: #1b4ba1;
}
.linkblue {
  color: #1b4ba1;
  text-decoration: underline;
}

.nav-link:focus, .nav-link:hover{
    
    color:#fa2837 !important;
    
}

.entry-title{
    display:none;
}

 .top-banner-style{
     
     margin-top:200px;
 }
 
 .video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.n2-section-smartslider{
	
	    margin-top: -30px;
}