/*body {
    background-color: #f7fafd;
    font-family: 'Segoe UI', sans-serif;
    color: #1c2d41;
}
body {
   background-color: #f7fafd;
   font-family: 'Segoe UI', sans-serif;
   }*/
/*body {
   background-color: #f7fafd;
   font-family: 'Segoe UI', sans-serif;
   color: #1c2d41;
   }*/
   
/*body {
   background-color: #f8fafc;
   font-family: 'Segoe UI', sans-serif;
   }*/

/*body {
   background: #f8f9fa;
   }*/

/* Offcanvas menu styling */
.offcanvas-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background: #fff;
  z-index: 1050;
  transition: right 0.3s ease-in-out;
  overflow-y: auto;
  box-shadow: -2px 0 5px rgba(0,0,0,0.2);
}

.offcanvas-menu.show {
  right: 0;
}

.offcanvas-menu ul li {
  padding: 10px 0;
}

.offcanvas-menu .menu-link {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 8px;
}

.offcanvas-menu .menu-link.active {
  background-color: #eaf2ff;
  color: #0d6efd;
  border-radius: 5px;
}

.dropdown-btn {
  background: none;
  border: none;
  padding: 8px;
  width: 100%;
  text-align: left;
  font-size: 16px;
}

.dropdown-container {
  display: none;
  padding-left: 15px;
}

.dropdown-container li {
  padding: 5px 0;
}

.dropdown-container a {
  color: #333;
  text-decoration: none;
}

#menu-btn {
  font-size: 20px;
}

#close-menu {
  font-size: 24px;
}
.social-icons {
  display: flex;
  gap: 15px;
  font-size: 20px;
}

.social-icons a {
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #084298;
}

.sub-menu li {
  display: flex;
  align-items: center;
  padding: 8px 0;
}

.sub-menu li i {
  margin-right: 10px;
  color: #0d6efd;
  font-size: 16px;
}

/* Sidebar Menu */
.nav-item a {
  display: block;
  font-size: 14px;        
  color: #384152;           
  padding: 12px 15px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
  margin: 0px 8px;
}

.nav-item a:hover {
  background-color: #f4f8ff;  
  color: #0d6efd;
}

/* Sub Menu (Products) */
.sub-menu li {
  display: flex;
  align-items: center;
  padding: 10px 15px;
}

.sub-menu li a {
  font-size: 15px;
  color: #212529;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.sub-menu li i {
  margin-right: 10px;
  color: #0d6efd;         
  font-size: 16px;
}

/* Active Menu Item */
.nav-item a.active {
  background-color: #f4f8ff;
  color: #0d6efd;
}

/* Sidebar Social Icons */
.sidebar-social a {
  color: #0d6efd;
  font-size: 18px;
  margin-right: 12px;
}

.sidebar-social a:hover {
  color: #0b5ed7;
}

.dropdown-menu li i {
  color: #0d6efd;          
}

/*website home page slider design*/
.owl-carousel {
            padding: 20px 0;
        }
        .owl-item .item {
            background: #fff;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            text-align: center;
            padding: 15px;
        }
        .owl-item .item img {
            max-width: 100%;
            height: auto;
            margin-bottom: 10px;
        }
        .owl-item .item .title {
            font-size: 16px;
            font-weight: bold;
            color: #333;
            margin-bottom: 5px;
        }
        .owl-item .item .price {
            font-size: 14px;
            color: #007bff;
        }
        .owl-prev, .owl-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 123, 255, 0.7);
            color: #fff;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            cursor: pointer;
        }
        .owl-prev {
            left: 10px;
        }
        .owl-next {
            right: 10px;
        }
        .owl-dots {
            text-align: center;
            margin-top: 10px;
        }
        .owl-dot {
            width: 10px;
            height: 10px;
            background: #bbb;
            border-radius: 50%;
            display: inline-block;
            margin: 0 5px;
        }
        .owl-dot.active {
            background: #007bff;
        }


.hero-section {
  background: linear-gradient(to right, #f9fdf9, #eef6ef);
  padding: 80px 20px;
  text-align: center;
  position: relative;
}

.hero-section .container {
  max-width: 1000px;
  margin: 0 auto;
}

.welcome {
  font-size: 14px;
  color: #113c80;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.title {
  font-size: 40px;
  font-weight: 700;
  color: #113c80;
  line-height: 1.2;
}

.title .highlight {
  color: #f8ce47;
}

.subtitle {
  font-size: 18px;
  color: #f8ce47;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 28px;
  }
  .subtitle {
    font-size: 16px;
  }
}


.sidebar {
        background: #fff;
        border-radius: 10px;
        padding: 15px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }
    .category-item {
        display: flex;
        align-items: center;
        padding: 10px;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s;
    }
    .category-item i {
        margin-right: 10px;
        color: #6c757d;
    }
    .category-item.active, .category-item:hover {
        background-color: #e9f2ff;
        color: #0d6efd;
    }
    .category-item.active i, .category-item:hover i {
        color: #0d6efd;
    }
    .product-card {
        background: #fff;
        border-radius: 10px;
        padding: 10px;
        text-align: center;
        transition: all 0.3s;
        box-shadow: 0 1px 5px rgba(0,0,0,0.05);
    }
    .product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
    .product-card img {
        max-width: 100%;
        height: 150px;
        margin-bottom: 10px;
    }
    
.category-item {
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 5px;
    cursor: pointer;
}
.category-item.active {
    background-color: #e9f3ff;
    color: #0d6efd;
    font-weight: 600;
}
.category-item:hover {
    background-color: #f5faff;
}
.product-card {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
}
.product-card img {
    max-height: 150px;
    object-fit: contain;
}

/* Shield Circle with Animation */
  .shield-wrapper {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .shield-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: radial-gradient(circle at center, #113c80, #27467b);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulseGlow 2.5s infinite ease-in-out;
    margin: 0 auto;
  }
  .shield-circle i {
    color: white;
    font-size: 3rem;
  }
  .sparkle {
    position: absolute;
    top: -8px;
    right: -8px;
    color: gold;
    font-size: 1.2rem;
    animation: sparkleFloat 2s infinite ease-in-out;
  }
  @keyframes pulseGlow {
    0% { transform: scale(1); box-shadow: 0 6px 15px rgb(248 206 71); }
    50% { transform: scale(1.08); box-shadow: 0 0 20px rgb(248 206 71); }
    100% { transform: scale(1); box-shadow: 0 6px 15px rgb(248 206 71); }
  }
  @keyframes sparkleFloat {
    0% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-3px) rotate(15deg); }
    100% { transform: translateY(0) rotate(0deg); }
  }

  /* Features */
  .feature-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    padding: 1.5rem;
    margin-bottom: 1rem;
    transition: 0.3s ease;
  }
  .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  }
  .feature-icon {
    background: linear-gradient(135deg, #113c80, #113c80);
    color: white;
    font-size: 32px;
    padding: 0.7rem;
    border-radius: 20%;
    margin-right: 0.8rem;
    height: 55px;
    padding-top: 2px;
  }

  /* Product List */
  .product-list {
    background: #ffffff;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  }
  .product-list h5 {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
  .product-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    padding: 0.8rem 1rem;
    border-radius: 12px;
    margin-bottom: 0.8rem;
    transition: all 0.3s ease;
    color: black;
  }
  .product-left {
    display: flex;
    align-items: center;
  }
  .product-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(135deg, #113c80, #113c80);
    color: white;
    font-size: 1.2rem;
    margin-right: 0.8rem;
  }
  .checkmark {
    opacity: 0;
    transition: opacity 0.3s ease;
    background-color: white;
    color: #007bff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Hover Effects */
  .product-item:hover {
    background: #f8ce47;
    color: white;
  }
  .product-item:hover .checkmark {
    opacity: 1;
  }
  
/* Container styling */
.section-box {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  padding: 20px;
}

/* List items */
.solution-item {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 12px;
  background: #fff;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.solution-item:hover {
  border-color: #f8ce47;
  background: #fff4d3;
}
/* Active state */
.solution-item.active {
  border-color: #f8ce47;
  background: #fff4d3;
  box-shadow: 0 0 10px rgba(148,193,32,0.3);
}

/* Icon gradient */
.solution-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #113c80, #5a85c8);
  color: #fff;
  font-size: 20px;
  margin-right: 15px;
}
.solution-icon-new{
    width: 70px;
  height: 70px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #113c80, #5a85c8);
  color: #fff;
  font-size: 38px;
  margin-right: 15px;
}
.solution-content h6 {
  font-weight: bold;
  margin: 0;
}

.solution-content small {
  color: #666;
}

/* Certifications check dot */
.check-dot {
  width: 10px;
  height: 10px;
  background: #f8ce47;
  border-radius: 50%;
  display: inline-block;
  margin-left: auto;
}

.section-title {
      text-align: center;
      margin-bottom: 3rem;
    }

    .section-title h2 {
      font-size: 2.6rem;
      font-weight: 700;
    }

    .section-title h2 span {
      background: linear-gradient(to right, #113c80, #f8ce47);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .section-title p {
      color: #5b6b79;
      font-size: 1.05rem;
      margin-top: 0.75rem;
    }

    .card-box {
      background: #ffffff;
      border-radius: 1rem;
      padding: 2rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      text-align: center;
      height: 100%;
      transition: all 0.3s ease;
    }

    .card-box:hover {
      transform: translateY(-5px);
    }

    .card-icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1rem auto;
      font-size: 1.8rem;
      color: white;
    }

    .icon-blue {
      background-color: #1d3b53;
    }

    .icon-green {
      background: linear-gradient(to right, #113c80, #f9d24f);
    }

    .card-title {
      font-size: 1.25rem;
      font-weight: 700;
      margin-bottom: 0.5rem;
    }

    .card-text {
      font-size: 1rem;
      color: #5b6b79;
    }

    .card-highlight {
      font-family: 'Courier New', monospace;
      font-size: 0.95rem;
      color: #83c337;
      margin-top: 0.75rem;
    }

    @media (max-width: 767px) {
      .section-title h2 {
        font-size: 2rem;
      }
    }
    
.contact-wrapper {
      background-color: #ffffff;
      border-radius: 20px;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
      padding: 3rem 2rem;
    }

    .contact-header {
      text-align: center;
      margin-bottom: 2.5rem;
    }

    .contact-header h3 {
      font-size: 1.6rem;
      font-weight: 700;
      color: #1d3b53;
      margin-bottom: 0.5rem;
    }

    .contact-header p {
      font-size: 1rem;
      color: #5b6b79;
    }

    .contact-box {
      display: flex;
      align-items: flex-start;
      gap: 1rem;
      padding: 1.25rem 1rem;
      border-radius: 12px;
      transition: all 0.3s ease;
    }

    .contact-box:hover {
      background-color: #f3f8fc;
    }

    .icon-circle {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background-color: #f2f7fc;
      border: 1px solid #cfdde9;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .icon-circle i {
      font-size: 1.3rem;
      color: #113c80;
    }

    .info-label {
      font-size: 1rem;
      font-weight: 600;
      color: #1d3b53;
      margin-bottom: 0.25rem;
    }

    .info-value {
         font-size: 14px;
        font-weight: 600;
        color: #000000;
        line-height: 1.4;
    }

    .info-sub {
      font-size: 0.92rem;
      color: #5b6b79;
      margin-top: 0.25rem;
    }

    @media (max-width: 767px) {
      .contact-box {
        flex-direction: column;
        align-items: flex-start;
      }
    }
    
.footer {
      background-color: #f9fbfc;
      padding: 50px 30px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      border-top: 1px solid #e0e0e0;
      color: #2d3a4b;
    }

    .footer h3 {
      font-size: 18px;
      color: #1c2d41;
      margin-bottom: 15px;
    }

    .footer p {
      font-size: 14px;
      color: #4a5a6a;
    }

    .footer ul {
      list-style: none;
      padding: 0;
    }

    .footer ul li {
      margin-bottom: 8px;
      font-size: 14px;
      color: #4a5a6a;
      cursor: pointer;
    }

    .footer ul li:hover {
      text-decoration: underline;
    }

    .social-icons {
      margin-top: 15px;
    }

    .social-icons i {
      font-size: 18px;
      margin-right: 10px;
      color: #113c80;
      cursor: pointer;
    }

    .footer-bottom {
      text-align: center;
      padding: 20px;
      font-size: 14px;
      color: #4a5a6a;
      border-top: 1px solid #e0e0e0;
    }

    .contact-info i {
      margin-right: 10px;
      color:#113c80;
    }
    footer {
      background-color: #f9f9f9;
      color: #333;
    }
    
.quick-links li a {
    text-decoration: none;
    color: #4a5a6a;
}
.quick-links li a:hover{
    /*color: #f8ce47;
    text-decoration: none;*/
}

.product-cat li a{
    text-decoration: none;
    color: #4a5a6a;
}

.product-card a{
    color: #212529;
    text-decoration: none;
}



.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}
@media screen and (min-width: 992px) {
    body {
    padding-top: 100px;
}
}
@media screen and (max-width: 767px) {
    body {
    padding-top: 62px;
}
}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
    body {
    padding-top: 95px;
}
}
