 body {
         font-family: 'Segoe UI', sans-serif;
         margin: 0;
         background: #ffffff;
       }
       .navbar {
         box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
         padding-top: 0.75rem;
         padding-bottom: 0.75rem;
       }
       .navbar-brand {
         font-weight: bold;
         color: #1d3557;
         font-size: 1.5rem;
       }
       .lead {
    font-size: 15px !important;
    color: #fbfbfb;
    font-weight: 500;
}
 .why-brands{font-size:24px;}
 .why-brands1{font-size:20px;}
       .service-p{font-size:14px!important;}
       .btn-contact {
         background-color: #007bff;
         color: #fff;
         border-radius: 6px;
         font-weight: 500;
         padding: 8px 18px;
       }
       .btn-contact:hover {
         background-color: #0069d9;
       }
       .hero-section {
         background: linear-gradient(135deg, #f8fcff 30%, #e9f4ef 100%);
         text-align: center;
       }
       .hero-title {
         font-size: 3rem;
         font-weight: 700;
         color: #ffffff;
         animation: fadeInDown 0.8s ease-out;
       }
       .hero-title span.green {
         color: #139ff7;
       }
       .hero-text {
         font-size: 1.1rem;
         color: #e5e5e5;
         margin: 20px auto 40px;
         max-width: 700px;
         animation: fadeIn 1.2s ease-out;
       }
       .hero-buttons .btn {
         font-size: 1rem;
         padding: 12px 24px;
         margin: 10px;
         transition: all 0.3s ease-in-out;
       }
       .btn-outline {
         border: 2px solid #007bff;
         color: #007bff;
         background-color: transparent;
       }
       .btn-outline:hover {
         background-color: #007bff;
         color: #fff;
       }
       @keyframes fadeInDown {
         from {
           opacity: 0;
           transform: translateY(-20px);
         }
         to {
           opacity: 1;
           transform: translateY(0);
         }
       }
       @keyframes fadeIn {
         from {
           opacity: 0;
         }
         to {
           opacity: 1;
         }
       }
       .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: rgb(255 255 255);
    content: var(--bs-breadcrumb-divider, "/");
}
       .fw-section {
         background: linear-gradient(to right, #f5fafe, #eef7f1);
         padding: 100px 0;
       }
       .fw-grid {
         display: grid;
         grid-template-columns: repeat(3, 1fr);
         grid-template-rows: auto auto;
         gap: 20px;
         width: 90%;
         margin: auto;
       }
       .fw-box {
         border-radius: 16px;
         height: 230px;
         padding: 25px 30px;
         box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
         position: relative;
         display: flex;
         flex-direction: column;
         justify-content: space-between;
         color: #fff;
         font-size: 16px;
       }
       .bg1 { background: #d4eafd; color: #000; }
       .bg2 { background: #002a4e; }
       .bg3 { background: #0086d4; }
       .bg4 { background: #c5efbc; color: #000; }
       .bg5 { background: #003a5d; }
       .bg6 { background: #003a5d; }
       .fw-box h5 {
         font-size:20px;
         font-weight: 700;
         margin-bottom: 10px;
       }
       .fw-badge {
         position: absolute;
         top: -20px;
         right: -20px;
         background: #fff;
         border-radius: 50%;
         width: 48px;
         height: 48px;
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 18px;
         box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
       }
       .fw-map {
         margin-top: 10px;
         max-width: 100%;
       }
       .avatars img {
         width: 32px;
         height: 32px;
         border-radius: 50%;
         margin-right: 5px;
       }
       @media(max-width: 991px) {
         .fw-grid { grid-template-columns: repeat(2, 1fr); }
       }
       @media(max-width: 768px) {
         .fw-grid { grid-template-columns: 1fr; }
       }
       .dual-section {
         padding: 40px 0;
         background-color: #fff;
         border-top: 1px solid #eaeaea;
       }
       .card-dual {
         padding: 20px 40px;
       }
       .card-dual h6 {
         color: #007bff;
         font-weight: 600;
         font-size: 1rem;
       }
       .card-dual h2 {
         font-size: 25px;
         font-weight: 700;
         color: #0c2e60;
       }
       .card-dual h2 span{font-size:45px;}
       .card-dual p {
         font-size: 1rem;
         color: #555;
         line-height: 1.6;
       }
       .card-divider {
         border-right: 1px solid #dee2e6;
       }
       .dual-btns .btn {
         margin: 0 10px 10px;
         font-weight: 600;
       }
       .btn-outline-primary {
         border: 2px solid #007bff;
         color: #007bff;
         background: #fff;
       }
       .btn-outline-primary:hover {
         background-color: #007bff;
         color: #fff;
       }
       .btn-blue {
         background-color: #007bff;
         color: #fff;
         border: 2px solid #007bff;
       }
       .btn-blue:hover {
         background-color: #0056b3;
         border-color: #0056b3;
       }
       .dual-icon {
         font-size: 28px;
         color: #007bff;
         margin-bottom: 10px;
       }
       @media(max-width: 767px) {
         .card-divider {
           border-right: none;
           border-bottom: 1px solid #dee2e6;
           margin-bottom: 30px;
         }
       }
       .services-section {
         background: linear-gradient(to bottom, #0072b5, #004d73);
         padding: 80px 0;
         color: #fff;
         text-align: center;
       }
       .services-section h2 {
         font-size: 1.8rem;
         font-weight: 700;
         margin-bottom: 15px;
       }
       .services-section p.desc {
         max-width: 800px;
         margin: 0 auto 40px;
         font-size: 0.95rem;
         color: #cbd8e3;
       }
       .service-card {
         background: #ffffff;
         border-radius: 8px;
         padding: 25px 20px;
         text-align: left;
         transition: all 0.3s ease-in-out;
         height: 100%;
         box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
       }
       .service-card:hover {
         transform: translateY(-5px);
       }
       .service-icon {
         width: 36px;
         height: 36px;
         margin-bottom: 15px;
       }
       .service-card h5 {
         font-size: 1.1rem;
         font-weight: 600;
         color: #00395c;
         margin-bottom: 10px;
       }
       .service-card p {
         font-size: 0.9rem;
         color: #555;
       }
       .learn-link {
         font-size: 0.85rem;
         color: #007bff;
         font-weight: 600;
         margin-top: 10px;
         display: inline-block;
       }
       .learn-link:hover {
         text-decoration: underline;
       }
       .concept-section {
         padding: 80px 0;
         background: #fff;
         text-align: center;
       }
       .concept-section h2 {
         font-size: 2rem;
         font-weight: 700;
         color: #003c61;
       }
       .concept-section p.lead {
         color: #666;
         margin-top: 10px;
         margin-bottom: 40px;
       }
       .concept-step {
         position: relative;
         padding-top: 50px;
       }
       .concept-step .circle {
         width: 38px;
         height: 38px;
         background: #007bff;
         color: white;
         font-weight: bold;
         border-radius: 50%;
         display: inline-flex;
         align-items: center;
         justify-content: center;
         position: absolute;
         top: 0;
         left: 50%;
         transform: translateX(-50%);
         font-size: 1rem;
         z-index: 10;
       }
       .concept-step .line {
         height: 2px;
         width: 100%;
         background: linear-gradient(to right, #007bff, #ffffff);
         position: absolute;
         top: 19px;
         left: 50%;
         transform: translateX(-50%);
         z-index: 1;
       }
       .concept-step h5 {
         font-weight: 700;
         color: #003c61;
         margin-top: 20px;
         font-size: 1.1rem;
       }
       .concept-step p {
         font-size: 0.95rem;
         color: #6c757d;
       }
       @media(max-width: 767px) {
         .concept-step .line {
           display: none;
         }
       }
       .footer {
      background-color: #00344a;
      color: #ffffff;
      padding: 60px 0 30px;
    }
    .footer .logo-text {
      font-size: 1.5rem;
      font-weight: 700;
    }
    .footer ul {
      list-style: none;
      padding-left: 0;
    }
    .footer ul li {
      margin-bottom: 8px;
    }
    .footer ul li a {
      color: #aad5ec;
      text-decoration: none;
      font-size: 0.95rem;
    }
    .footer ul li a:hover {
      text-decoration: underline;
    }
    .footer h6 {
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 20px;
    }
    .footer .map-img {
      width: 100%;
      max-width: 280px;
      margin-top: 15px;
    }
    .footer .contact-info i {
      margin-right: 8px;
    }
    .footer .social-icons a {
      color: #ffffff;
      margin-right: 12px;
      font-size: 1.1rem;
    }
    .footer-bottom {
      text-align: center;
      font-size: 0.85rem;
      margin-top: 40px;
      border-top: 1px solid #1c5e7a;
      padding-top: 20px;
      color: #aad5ec;
    }
    @media (max-width: 768px) {
      .footer .row > div {
        margin-bottom: 30px;
      }
    }
    .home-bg{background: url(img/bg.jpg);
    background-position-x: left;
    background-position-y: center;}
    .home-bg-color {background:#000000de;padding: 100px 0px;}
    .pricing-section {
      padding: 50px 0;
      background-color: #f8f9fa;
      text-align: center;
    }
    .pricing-section h2 {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 10px;
      color: #00395c;
    }
    .pricing-card {
      background: #ffffff;
      border: 1px solid #e0e0e0;
      border-radius: 10px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      padding:25px;
      transition: all 0.3s ease;
      height: 100%;
    }
    .pricing-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    }
    .pricing-card h5 {
      font-size: 1.25rem;
      font-weight: 600;
      color: #139ff7;
    }
    .pricing-card .price {
          font-size: 34px;
    font-weight: 700;
    margin: 0px 0px 15px 0;
    color: #000;
    }
    .pricing-card ul {
      list-style: none;
      padding: 0;
      margin: 20px 0;
    }
    .pricing-card ul li {
      font-size: 0.95rem;
      color: #555;
      margin-bottom: 10px;
    }
    .pricing-card .btn {
      padding: 10px 24px;
      font-weight: 600;
      border-radius: 50px;
    }
        .contact-buttons {
      position: fixed;
      bottom: 20px;
      left: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 999;
    }

    .contact-button {
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      padding: 6px 10px;
      border-radius: 50px;
      font-weight: bold;
      color: #fff;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      min-width: 180px;
    }

    .contact-button:hover {
      transform: scale(1.05);
      box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
      color:#fff;
    }

    .call {
      background-color: #1222CE;
    }

    .direction {
      background-color: #65AD43;
    }

    .contact-button i {
      margin-right: 8px;
    }

    @media screen and (max-width: 600px) {
        .contact-buttons {
        flex-direction: row;
        bottom: 0px;
        right: 0;
        left: 0;
        justify-content: center;
        gap: 0px;
        padding: 0 0px;
    }

      .contact-button {
        flex: 1;
        min-width: auto;
        padding: 15px 5px;
        font-size: 15px;
        border-radius: 0px;
        white-space: nowrap;
      }

      .contact-button i {
        margin-right: 6px;
      }
    }
      .hover-lift {
    transition: all 0.3s ease-in-out;
  }
  .hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  }
  .hero-section {
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 55%);
    z-index: -1;
  }
  .text-shadow {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  }
  .btn-gradient-blue {
    background: linear-gradient(135deg, #3b82f6, #1e3a8a);
    color: #fff;
    border: none;
  }
  .btn-gradient-blue:hover {
    background: linear-gradient(135deg, #2563eb, #1e40af);
  }
  .btn-gradient-green {
    background: linear-gradient(135deg, #10b981, #065f46);
    color: #fff;
    border: none;
  }
  .btn-gradient-green:hover {
    background: linear-gradient(135deg, #059669, #064e3b);
  }
  @media (max-width: 576px) {
    .hero-section h1 {
      font-size: 2rem;
    }
    .hero-section p.lead {
      font-size: 1rem;
    }
  }
  .hover-lift {
  transition: all 0.35s ease;
}
.hover-lift:hover {
  background-color: #007acc !important;
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.hover-lift:hover h5,
.hover-lift:hover p,
.hover-lift:hover i {
  color: #fff !important;
}
.hover-lift h5,
.hover-lift p,
.hover-lift i {
  transition: color 0.35s ease;
}
.breadcrumb-wrapper {
    background: #0d0d0d;
    padding-top: 0px;
    padding: 9px 10px 4px 10px;
    width: fit-content;
    border-radius: 4px;
    box-shadow: revert-layer;
}
.breadcrumb {
  font-size: 14px;
  background: none;
  margin-bottom: 10px;
}
.breadcrumb-item a {
  color: #0d6efd;
  text-decoration: none;
  font-weight: 500;
}
.breadcrumb-item a:hover {
  text-decoration: underline;
}
.breadcrumb-item.active {
  color: #fff;
}
@media (max-width: 576px) {
  .breadcrumb {
    font-size: 13px;
  }
}