  .slide-inner {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 90vh;
    /* Adjust height as needed */
    display: flex;
    align-items: center;
    padding: 0 15px;
  }

  .slide-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    /* Semi-transparent overlay */
    z-index: 1;
  }

  .slide-inner .row {
    position: relative;
    z-index: 2;
  }

  .banner-text .heading-one {
    font-size: 48px;
    font-weight: bold;
  }

  .banner-btn-wrapper .theme-btn {
    font-size: 14px;
    padding: 12px 24px;
  }

  .swiper-pagination {
    bottom: 40px !important;
  }

  /* ===================== */

  .trust-card {
    transition: transform 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 1rem;
  }

  .trust-card .hover-bg {
    transition: height 0.4s ease;
    z-index: 1;
    border-radius: 1rem;
  }

  .trust-card:hover .hover-bg {
    height: 100%;
  }

  .trust-card .hover-bg {
    background-color: #4891da;
    /* Bootstrap Primary */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
  }

  .trust-inner {
    position: relative;
    z-index: 2;
    padding: 2rem;
    height: 100%;
    /* background-color: white; */
    transition: color 0.3s ease;
  }

  .trust-card:hover .trust-inner .icon,
  .trust-card:hover .trust-inner h5,
  .trust-card:hover .trust-inner p {
    color: #fff !important;
  }


  .underline-animate {
    display: inline-block;
    position: relative;
    color: #06182b;
    text-decoration: none;
  }

  .underline-animate::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #f52d0a;
    transition: width 0.3s ease;
  }

  .underline-animate:hover::after {
    width: 100%;
  }

  /* .footer-widget img {
  max-height: 50px;
  object-fit: contain;
}
.footer-widget a {
  color: #ccc;
  transition: color 0.3s;
}
.footer-widget a:hover {
  color: #fff;
  text-decoration: underline;
} */

  .icon-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }

  .trust-card {
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    z-index: 1;
    position: relative;
  }

  .trust-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    background-color: #f0f8ff;
  }

  .trust-card:hover h5,
  .trust-card:hover p {
    color: #000 !important;
  }

  .underline-animate {
    position: relative;
    display: inline-block;
  }

  .underline-animate::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 3px;
    left: 0;
    bottom: -5px;
    background-color: #06182b;
    transition: width 0.4s ease;
  }

  .underline-animate:hover::after {
    width: 100%;
  }

  .slider-item {
    min-height: 320px;
    padding: 2rem;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    position: relative;
  }

  .author .rating i {
    color: #ffc107;
    /* Star color */
  }

  /* =======mission $vision====== */
  .mv-card {
    position: relative;
    transition: all 0.4s ease;
    border: 1px solid #eee;
    overflow: hidden;
    background: #06182b;
  }

  .mv-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  }

  .mv-card:hover h4,
  .mv-card:hover p {
    color: #0f355c;
  }

  .animated-img {
    transition: transform 0.5s ease;
    position: relative;
    z-index: 2;
    width: 100%;
    object-fit: cover;
    height: 300px;
    border-radius: 12px;
  }

  @media(max-width:992px){
     .animated-img {
    transition: transform 0.5s ease;
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  }

  /* Overlay animation shape */
  .mv-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(145, 59, 40, 0.1), rgba(187, 51, 43, 0.2), rgba(115, 22, 9, 0.1));
    transform: skewX(-20deg);
    transition: all 0.6s ease;
    z-index: 1;
    opacity: 0;
  }

  .mv-card:hover::before {
    left: 100%;
    opacity: 1;
  }

  /* ========our values section======= */
  .value-card {
    transition: all 0.4s ease;
    border: 1px solid #eee;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  .value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 24px rgba(13, 110, 253, 0.15);
  }

  .value-card:hover h5,
  .value-card:hover p {
    color: #163f7c;
  }

  .value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, #dce1e7, #9ab5dc, rgba(115, 22, 9, 0.1));
    transform: skewX(-20deg);
    transition: all 0.6s ease;
    z-index: 0;
    opacity: 0;
  }

  .value-card:hover::before {
    left: 100%;
    opacity: 1;
  }

  .value-icon i {
    transition: transform 0.3s ease;
  }

  .value-card:hover .value-icon i {
    transform: scale(1.2);
  }

  /* =============timeline section============ */
  .timeline {
    position: relative;
    margin-top: 40px;
    padding-left: 30px;
    border-left: 3px solid #06182b;
  }

  .timeline::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #06182b;
  }

  .timeline-item {
    position: relative;
    margin-bottom: 40px;
    padding-left: 40px;
  }

  .timeline-item::before {
    content: '';
    position: absolute;
    top: 15px;
    left: -7px;
    width: 15px;
    height: 15px;
    background-color: #06182b;
    border-radius: 50%;
    z-index: 2;
    border: 3px solid #fff;
    box-shadow: 0 0 0 3px #06182b;
  }

  /* .timeline-item.right .timeline-content {
    margin-left: 40px;
  } */

  /* .timeline-item.left .timeline-content {
    margin-right: 40px;
  } */

  .timeline-content {
    transition: all 0.4s ease;
  }

  .timeline-content:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 24px rgba(132, 12, 12, 0.15);
  }


  #contact input,
  #contact textarea,
  #contact select {
    border-radius: 8px;
    border: 1px solid #ccc;
  }

  #contact h2 {
    color: #1e3a8a;
    /* Primary dark blue (match homepage) */
  }

  .btn-primary {
    background-color: #1e3a8a;
    border: none;
  }

  .btn-primary:hover {
    background-color: #0f2c66;
  }

  /* ===================== */
  .portfolio-section {
    background-color: #fdfdfd;
    padding: 0rem 0;
  }

  .portfolio-section .subtitle {
    font-weight: bold;
    color: #002244;
    border: 1.5px solid red;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
  }

  .portfolio-section .subtitle svg {
    fill: red;
  }

  .portfolio-section h2 {
    font-weight: 700;
    font-size: 2.5rem;
    color: red;
  }

  .portfolio-section .nav-pills .nav-link {
    border-radius: 50px;
    padding: 0.7rem 1.5rem;
    border: 1px solid #06182b;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    transition: 0.3s;
  }

  .portfolio-section .nav-pills .nav-link.active {
    background-color: #06182b;
    color: white;
    border: none;
  }

  .portfolio-section .nav-pills .nav-link:hover {
    background-color: #06182b;
    color: white;
  }

  .product-card {
    transition: transform 0.3s ease;

  }

  .product-card:hover {
    transform: translateY(-5px);

  }

  .product-card img {
    transition: transform 0.4s ease;
  }

  .product-card:hover img {
    transform: scale(1.05);
  }

  .product-card img {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }

  .product-card:hover img {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }




  .equal-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
  }



  .equal-img {
    width: 100%;
    height: 160px;
    /* Adjust as needed */
    object-fit: cover;
    border-radius: 8px;
  }

  .imgresponsive img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  @media(max-width:992px) {
    .imgresponsive img {
      width: 100%;
      height: auto;
    }
  }

  .counting {
    color: #06182b;
  }

  .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    text-decoration: none;
    color: #000 !important;
  }

  .privacy-policy {
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.6;
    background-color: #fff;
    color: #333;
    padding: 40px 20px;
  }

  .privacy-container {
    max-width: 1100px;
    margin: auto;
  }

  .privacy-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: #c62828;
    text-align: center;
  }

  .privacy-heading {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 30px;
    color: #c62828;
  }

  .privacy-text {
    margin: 12px 0;
  }

  .privacy-list {
    list-style: disc;
    margin: 10px 0 20px 20px;
  }

  .privacy-contact {
    margin-top: 15px;
    font-style: normal;
  }

  .privacy-contact a {
    color: #c62828;
    text-decoration: none;
  }

  .shipping-policy {
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.6;
    background-color: #fdfdfd;
    color: #333;
    padding: 40px 20px;
  }

  .shipping-container {
    max-width: 1100px;
    margin: auto;
  }

  .shipping-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: #b71c1c;
    text-align: center;
  }

  .shipping-heading {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 30px;
    color: #b71c1c;
  }

  .shipping-text {
    margin: 12px 0;
  }

  .shipping-list {
    list-style: disc;
    margin: 10px 0 20px 20px;
  }

  .shipping-contact {
    margin-top: 15px;
    font-style: normal;
  }

  .shipping-contact a {
    color: #b71c1c;
    text-decoration: none;
  }

  .shipping-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
  }

  .shipping-table th,
  .shipping-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
  }

  .shipping-table th {
    background-color: #f5f5f5;
    font-weight: 600;
  }

  .terms-policy {
    font-family: 'Segoe UI', sans-serif;
    background-color: #fff;
    color: #333;
    padding: 40px 20px;
    line-height: 1.6;
  }

  .terms-container {
    max-width: 1100px;
    margin: auto;
  }

  .terms-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #b71c1c;
    margin-bottom: 30px;
  }

  .terms-heading {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 30px;
    color: #b71c1c;
  }

  .terms-text {
    margin: 12px 0;
  }

  .terms-list {
    list-style: disc;
    margin: 10px 0 20px 20px;
  }

  .terms-contact {
    margin-top: 15px;
    font-style: normal;
  }

  .terms-contact a {
    color: #b71c1c;
    text-decoration: none;
  }

  .cancel-policy {
    font-family: 'Segoe UI', sans-serif;
    background-color: #fff;
    color: #333;
    padding: 40px 20px;
    line-height: 1.6;
  }

  .cancel-container {
    max-width: 1100px;
    margin: auto;
  }

  .cancel-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #c62828;
    margin-bottom: 30px;
  }

  .cancel-heading {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 30px;
    color: #b71c1c;
  }

  .cancel-text {
    margin: 12px 0;
  }

  .cancel-list {
    list-style: disc;
    margin: 10px 0 20px 20px;
  }

  .cancel-contact {
    margin-top: 15px;
    font-style: normal;
  }

  .cancel-contact a {
    color: #b71c1c;
    text-decoration: none;
  }