img {
  width: 100%;
}
a:hover {
  text-decoration: none;
}
ul {
  list-style: none;
}
html {
  scroll-behavior: smooth;
}
body {
  /* font-family: "Teko", sans-serif; */
  font-family: "Be Vietnam Pro", sans-serif;
}
body {
  /* --pc: #3d107b; */
  /* --sc: #00a8ec; */
  --tc: #00a8ec;

  --pc: #002a43;
  --sc: #06a8fd;
  --sc-dark: #298abd;
  --sc-light: #6cccfe;
  --sc-lighter: #eef9ff;
  --gradient: linear-gradient(135deg, #06a8fd 0%, #00f5f6 100%);
  --teal: #00f5f6;
  --grad: linear-gradient(135deg, #06a8fd 0%, #00f5f6 100%);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}
::-webkit-scrollbar {
  width: 13px;
  position: absolute !important;
}
::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
::-webkit-scrollbar-thumb:vertical {
  background-image: linear-gradient(var(--pc), var(--sc));
  border-radius: 0;
}

.dropdown-menu {
  top: 145%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .dropdown-menu {
    left: 0%;
    transform: translateX(-0%);
  }
}

.navbar-light .navbar-toggler {
  cursor: pointer;
}
.navbar-light .navbar-toggler:not(.navbar-toggler.collapsed) {
  border-color: var(--sc);
}
.navbar-light .navbar-toggler:not(.navbar-toggler.collapsed) i {
  color: var(--sc);
}

.dropdown-toggle::after {
  display: none;
}

/********************************************nav***************************************************/
.nav-sec {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  /* padding: 10px 0; */
  transition:
    padding 0.4s ease,
    background 0.4s ease,
    box-shadow 0.4s ease;

  background-color: #f8f9fa !important;
  border: none !important;
  box-shadow:
    0 1px 0 rgba(6, 168, 253, 0.1),
    0 2px 16px rgba(0, 42, 67, 0.06) !important;
}

.navbar {
  padding: 0.5rem 0;
}

/* Default: white navbar always */
/* .nav-sec .navbar.bg-light, */
/* .inner-body .nav-sec .navbar.bg-light { */
/* background-color: #ffffff !important;
  border: none !important;
  border-radius: 14px !important;
  box-shadow:
    0 1px 0 rgba(6, 168, 253, 0.1),
    0 2px 16px rgba(0, 42, 67, 0.06) !important; */
/* } */

/* Scrolled: slightly smaller + stronger shadow */
.nav-sec.scrolled {
  padding: 6px 0;
}
/* .nav-sec.scrolled .navbar.bg-light { */
/* background-color: rgba(255, 255, 255, 0.97) !important; */
/* backdrop-filter: blur(16px) !important; */
/* -webkit-backdrop-filter: blur(16px) !important; */
/* border: none !important; */
/* border-radius: 14px !important; */
/* box-shadow:
    0 1px 0 rgba(6, 168, 253, 0.12),
    0 4px 28px rgba(0, 42, 67, 0.1) !important; */
/* } */

/* Logo */
.navbar-brand img {
  max-width: 130px !important;
  height: auto;
  display: block;
  transition: max-width 0.3s ease;
}
.nav-sec.scrolled .navbar-brand img {
  max-width: 110px !important;
}

/* Links */
.navbar-light .navbar-nav .nav-link {
  color: var(--sc) !important;
  font-weight: 600;
  font-size: 14px !important;
  padding: 7px 14px !important;
  border-radius: 8px;
  margin: 0 2px;
  transition:
    color 0.25s,
    background 0.25s;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--pc) !important;
  background-color: rgba(6, 168, 253, 0.08) !important;
  border-radius: 8px;
}
.navbar-light .navbar-nav .active > .nav-link {
  color: #fff !important;
  background: var(--grad) !important;
  border-radius: 8px;
}
.navbar-light .navbar-nav .nav-link:focus {
  /* background: var(--pc) !important; */
  color: var(--pc) !important;
  background-color: rgba(6, 168, 253, 0.08) !important;
  border-radius: 8px;
}

/* Dropdown */
.dropdown-menu {
  background: #fff;
  border: 1px solid rgba(6, 168, 253, 0.15);
  border-radius: 14px;
  box-shadow:
    0 4px 20px rgba(0, 42, 67, 0.1),
    0 12px 40px rgba(6, 168, 253, 0.08);
  padding: 8px;
  margin-top: 8px;
}
.dropdown-menu a {
  color: var(--pc) !important;
  border-radius: 8px;
  padding: 9px 14px;
  font-size: 14px;
  font-weight: 500;
  transition:
    background 0.2s,
    color 0.2s;
}
.dropdown-menu a:hover {
  color: var(--sc) !important;
  background: rgba(6, 168, 253, 0.08);
}

/* Mobile toggler */
.navbar-toggler {
  background: rgba(0, 42, 67, 0.06);
  border: 1px solid rgba(0, 42, 67, 0.15);
  border-radius: 5px;
  padding: 6px 10px;
}
.navbar-toggler i {
  color: var(--pc);
  font-size: 20px;
}

body {
  padding-top: 0;
}

@media (max-width: 991px) {
  .navbar-collapse {
    /* background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(6, 168, 253, 0.15);
    margin: 15px 0;
    padding: 10px 14px;
    box-shadow:
      0 8px 32px rgba(0, 42, 67, 0.1),
      0 2px 8px rgba(6, 168, 253, 0.08); */
    border-top: 2px solid rgba(6, 168, 253, 0.15);
    margin: 15px 0 0;
  }
  .navbar-light .navbar-nav .nav-link {
    color: var(--pc) !important;
    padding: 12px 12px !important;
    margin: 3px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-light .navbar-nav {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    width: 100%;
  }
}
.language {
  font-family: "Lalezar", cursive;
}
/********************************************nav***************************************************/

/* =========================================== */
/* Inner Pages — Page Banner                   */
/* =========================================== */
.page-banner {
  height: 380px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 42, 67, 0.72) 0%,
    rgba(0, 30, 50, 0.55) 100%
  );
}
.page-banner-content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.page-banner-content .sec-label {
  color: var(--sc-light);
  justify-content: center;
}
.page-banner-content .sec-label::before {
  background: var(--grad);
}
.page-banner-content h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: -1px;
  margin: 0;
}
@media (max-width: 600px) {
  .page-banner {
    height: 260px;
  }
}

/* =========================================== */
/* Services Page                               */
/* =========================================== */
.servcies-page {
  padding: 90px 0 110px;
  background: #f5f9ff;
  position: relative;
}

/* Section header */
.servcies-page .sec-title {
  margin-bottom: 8px;
}
.servcies-page .sec-label {
  color: var(--sc);
}

/* ── Featured Card (Card 1) ── */
.serv-card-featured {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: var(--pc);
  border-radius: 28px;
  padding: 52px 56px;
  margin-bottom: 28px;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 4px 16px rgba(0, 42, 67, 0.14),
    0 20px 56px rgba(0, 42, 67, 0.18);
  /* transition: 0.3s linear; */
}
.serv-card-featured::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(6, 168, 253, 0.07);
  pointer-events: none;
}
.serv-card-featured::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 30%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(0, 245, 246, 0.05);
  pointer-events: none;
}

.serv-card-featured-icon {
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  border-radius: 24px;
  background: rgba(6, 168, 253, 0.15);
  border: 1px solid rgba(6, 168, 253, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: var(--sc);
  transition: 0.3s linear;
}
.serv-card-featured:hover .serv-card-featured-icon {
  transform: scale(1.2) rotate(360deg);
  border-color: var(--sc-light);
}

.serv-card-featured-body {
  flex: 1;
  position: relative;
  z-index: 1;
}
.serv-card-featured-body h2 {
  font-size: 1.75rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.serv-card-featured-body p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  margin-bottom: 10px;
}

.serv-card-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: var(--sc);
  background: rgba(6, 168, 253, 0.15);
  border: 1px solid rgba(6, 168, 253, 0.3);
  border-radius: 50px;
  padding: 4px 12px;
  margin-bottom: 14px;
}

.serv-card-featured .serv-card-tag {
  color: var(--sc);
  background: rgba(6, 168, 253, 0.15);
}

.serv-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: rgba(6, 168, 253, 0.2);
  border: 1px solid rgba(6, 168, 253, 0.35);
  border-radius: 50px;
  padding: 10px 22px;
  text-decoration: none;
  transition:
    background 0.25s,
    gap 0.25s;
}
.serv-card-link:hover {
  background: var(--sc);
  border-color: var(--sc);
  color: #fff;
  text-decoration: none;
  gap: 12px;
}

/* ── Cards Row ── */
.serv-cards-row {
  margin-top: 4px;
}

/* ── Card v2 (Cards 2 & 3) ── */
.serv-card-v2 {
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(6, 168, 253, 0.1);
  padding: 40px 38px 36px;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 1px 3px rgba(0, 42, 67, 0.04),
    0 6px 18px rgba(6, 168, 253, 0.07),
    0 18px 44px rgba(0, 42, 67, 0.07);
  transition:
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.25s;
  margin-bottom: 24px;
}
.serv-card-v2:hover {
  transform: translateY(-6px);
  border-color: rgba(6, 168, 253, 0.25);
  box-shadow:
    0 2px 6px rgba(0, 42, 67, 0.04),
    0 10px 30px rgba(6, 168, 253, 0.11),
    0 30px 64px rgba(0, 42, 67, 0.1);
}

/* Accent variant (card 3) */
.serv-card-v2--accent {
  background: linear-gradient(160deg, #001f35 0%, var(--pc) 100%);
  border-color: rgba(6, 168, 253, 0.2);
}
.serv-card-v2--accent:hover {
  border-color: rgba(6, 168, 253, 0.4);
}
.serv-card-v2--accent h3,
.serv-card-v2--accent .serv-card-list li {
  color: rgba(255, 255, 255, 0.88);
}
.serv-card-v2--accent .serv-card-tag {
  color: var(--sc);
  background: rgba(6, 168, 253, 0.15);
  border-color: rgba(6, 168, 253, 0.3);
}
.serv-card-v2--accent .serv-card-v2-icon {
  background: rgba(6, 168, 253, 0.15);
  border-color: rgba(6, 168, 253, 0.3);
  color: var(--sc);
}
.serv-card-v2--accent .serv-card-list li {
  border-bottom-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
}
.serv-card-v2--accent .serv-card-list li::before {
  background: var(--sc);
  box-shadow: 0 0 0 3px rgba(6, 168, 253, 0.2);
}

/* Card v2 header row */
.serv-card-v2-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.serv-card-v2-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(6, 168, 253, 0.08);
  border: 1px solid rgba(6, 168, 253, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--sc);
  flex-shrink: 0;
  transition:
    background 0.3s,
    transform 0.3s;
}
.serv-card-v2:hover .serv-card-v2-icon {
  background: linear-gradient(135deg, var(--sc), var(--teal));
  border-color: transparent;
  color: #fff;
  transform: rotate(-6deg) scale(1.05);
}
.serv-card-v2--accent:hover .serv-card-v2-icon {
  background: var(--sc);
}

/* Card v2 heading */
.serv-card-v2 h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--pc);
  margin: 0 0 20px;
  letter-spacing: -0.3px;
  line-height: 1.25;
}

/* Card v2 list */
.serv-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.serv-card-list li {
  position: relative;
  padding: 11px 0 11px 24px;
  border-bottom: 1px solid rgba(6, 168, 253, 0.07);
  color: #5c6e80;
  font-size: 14.5px;
  line-height: 1.6;
}
.serv-card-list li:last-child {
  border-bottom: none;
}
.serv-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sc), var(--teal));
  box-shadow: 0 0 0 3px rgba(6, 168, 253, 0.1);
}

/* Responsive */
@media (max-width: 767px) {
  .serv-card-featured {
    flex-direction: column;
    gap: 24px;
    padding: 36px 28px;
  }
  .serv-card-featured-body h2 {
    font-size: 1.4rem;
  }
}

/* =========================================== */

/* =========================================== */
/* Products Detail Page                        */
/* =========================================== */
.product-detail-page {
  padding: 70px 0;
  background: #f4faff;
}
.product-detail-page .product-desc {
  font-size: 15px;
  color: #445566;
  line-height: 1.8;
  margin-bottom: 36px;
  background: #fff;
  border-radius: 16px;
  padding: 28px 32px;
  border: 1px solid rgba(6, 168, 253, 0.1);
  box-shadow: 0 4px 18px rgba(0, 42, 67, 0.05);
}

/* =========================================== */
/* Contact Page Improvements                   */
/* =========================================== */
.contact-page {
  padding: 70px 0;
  background: #f4faff;
}
.contact-card {
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(6, 168, 253, 0.1);
  box-shadow:
    0 1px 2px rgba(0, 42, 67, 0.04),
    0 4px 12px rgba(6, 168, 253, 0.07),
    0 16px 40px rgba(0, 42, 67, 0.07);
  padding: 36px 32px;
  height: 100%;
  transition:
    box-shadow 0.32s ease,
    border-color 0.25s ease,
    transform 0.32s ease;
}
.contact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(6, 168, 253, 0.22);
  /* box-shadow:
    0 2px 4px rgba(0, 42, 67, 0.04),
    0 8px 24px rgba(6, 168, 253, 0.11),
    0 24px 56px rgba(0, 42, 67, 0.1); */
}
.contact-card h3 {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--pc);
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(6, 168, 253, 0.12);
}
.contact-page h3 {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--pc);
  margin-bottom: 24px;
}
.contact-page .form-control {
  border: 1px solid rgba(6, 168, 253, 0.2);
  border-radius: 5px;
  padding: 20px 16px;
  font-size: 13px;
  margin-bottom: 14px;
}
.contact-page .form-control:focus {
  /* box-shadow: 0 0 0 3px rgba(6, 168, 253, 0.15) !important; */
  border-color: var(--sc) !important;
}
.contact-page h5 {
  color: #445566;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.contact-page input[type="submit"].btn-primary {
  background: var(--grad) !important;
  border: none;
  border-radius: 50px;
  padding: 13px 36px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  box-shadow: 0 6px 20px rgba(6, 168, 253, 0.25);
  margin-top: 4px;
  width: auto;
  display: flex;
  justify-self: center;
}
.contact-page input[type="submit"].btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(6, 168, 253, 0.4) !important;
}
.contact-details .detail {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(6, 168, 253, 0.08);
  font-size: 14px;
  color: #445566;
}
.contact-details .detail:last-child {
  border-bottom: none;
}
.contact-details .detail span {
  flex-shrink: 0;
}
.contact-details .detail i {
  color: var(--sc);
  font-size: 16px;
  margin-top: 2px;
}
.contact-details .detail a {
  color: var(--pc);
  text-decoration: none;
  font-weight: 500;
}
.contact-details .detail a:hover {
  color: var(--sc);
}
.map iframe {
  height: 240px !important;
  border-radius: 16px;
  width: 100%;
  margin-top: 20px;
}

/*******************************************slider*************************************************/
.carousel-caption h5 {
  color: var(--pc);
}
.carousel-caption p {
  color: var(--tc);
}
.carousel-inner img {
  /* height: 100vh; */
  height: calc(100vh - 80.5px);
  margin-top: 80.5px;
}
.carousel i {
  color: var(--pc);
}
@media (max-width: 700px) {
  .carousel-inner img {
    height: 400px;
  }
}
@media (min-width: 767px) {
  .carousel-caption {
    bottom: 250px;
  }
  .carousel-caption h5 {
    font-size: 35px;
  }
  .carousel-caption p {
    font-size: 20px;
  }
}
/*******************************************slider************************************************/

/*****************************************about-sec***********************************************/
.about-sec {
  padding-top: 40px;
  padding-bottom: 40px;
}
.about-sec p {
  font-size: 16px;
  color: #445566;
  margin-bottom: 15px;
}
.about-sec .btn-primary {
  margin-bottom: 15px;
}
.title {
  color: var(--pc);
  margin-bottom: 15px;
}
.title span {
  color: var(--tc);
  font-size: 60px !important;
  font-family: "Galada", cursive;
}
.btn-primary {
  background-color: var(--pc) !important;
  transition: 0.3s;
  border: none;
}
.btn-primary:hover {
  background-color: var(--tc) !important;
  transition: 0.3s;
}
/*****************************************about-sec***********************************************/

/****************************************products-sec (see updated block near bottom of file)*****/

/****************************************servicess-sec********************************************/
.services {
  padding: 50px 0;
  background: #f4faff;
}
.serv-card {
  background: #fff;
  border-radius: 20px;
  padding: 34px 28px;
  border: 1px solid rgba(6, 168, 253, 0.1);
  box-shadow: 0 4px 20px rgba(0, 42, 67, 0.05);
  transition: all 0.35s var(--ease);
  height: 100%;
  text-align: left;
  text-decoration: none !important;
  display: block;
  color: inherit;
}
.serv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(6, 168, 253, 0.14);
  border-color: rgba(6, 168, 253, 0.35);
}
.serv-icon-wrap {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    rgba(6, 168, 253, 0.12),
    rgba(0, 245, 246, 0.08)
  );
  border: 1px solid rgba(6, 168, 253, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--sc);
  margin-bottom: 20px;
  transition: all 0.35s;
}
.serv-card:hover .serv-icon-wrap {
  background: var(--grad);
  border-color: transparent;
  color: #fff;
  transform: rotate(-5deg) scale(1.1);
  box-shadow: 0 8px 20px rgba(6, 168, 253, 0.3);
}
.serv-card h4 {
  font-size: 17px;
  font-weight: 700;
  color: var(--pc);
  margin-bottom: 10px;
}
.serv-card p {
  font-size: 14px;
  color: #667788;
  line-height: 1.7;
  margin: 0;
}
.serv-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  font-size: 13px;
  font-weight: 700;
  color: var(--sc);
  transition: gap 0.3s;
}
.serv-card:hover .serv-arrow {
  gap: 10px;
}
.serv.hvr-shrink.wow.zoomIn {
  background: #fff;
  border-radius: 20px;
  padding: 30px 0;
  border: 1px solid rgba(6, 168, 253, 0.1);
  box-shadow: 0 4px 20px rgba(0, 42, 67, 0.05);
  transition: all 0.35s var(--ease);
  height: 100%;
  text-align: left;
  text-decoration: none !important;
  display: flex;
  color: inherit;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.serv.hvr-shrink.wow.zoomIn h2 {
  font-size: 1.2rem;
  text-transform: capitalize;
  margin: auto;
  padding: 10px 0 0 0;
  text-align: center;
}
#Div_Row_Services .col-12 {
  margin-top: 30px;
}

/****************************************servicess-sec********************************************/

/*****************************************clients-sec*********************************************/
.clients {
  padding-bottom: 60px;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}
.clients::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  background: var(--pc) 4f;
  transform: skewX(-30deg);
  width: 20%;
  z-index: -1;
  left: -25%;
}
.clients::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  background: var(--pc) 4f;
  transform: skewX(-30deg);
  width: 20%;
  z-index: -1;
  right: -25%;
}
@media (min-width: 600px) {
  .clients::before {
    left: -18%;
  }
  .clients::after {
    right: -18%;
  }
}
/*****************************************clients-sec*********************************************/

/******************************************footer*************************************************/
/* FOOTER */
.footer-new {
  background: var(--pc);
  padding: 70px 0 0;
  color: rgba(255, 255, 255, 0.72);
  position: relative;
  overflow: hidden;
}
.footer-new::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--grad);
}
.footer-new::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -60px;
  width: 320px;
  height: 320px;
  background: radial-gradient(
    circle,
    rgba(6, 168, 253, 0.07) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.footer-brand-desc {
  font-size: 14px;
  line-height: 1.8;
  margin: 14px 0 22px;
}
.footer-soc a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-right: 8px;
  margin-bottom: 8px;
  transition: all 0.3s;
  text-decoration: none;
}
.footer-soc a:hover {
  background: var(--sc);
  border-color: var(--sc);
  color: #fff;
  transform: translateY(-3px);
}
.footer-heading {
  font-family: "Syne", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.25s;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-links a:hover {
  color: var(--sc);
}
.footer-links a::before {
  content: "›";
  font-size: 16px;
  color: var(--sc);
}
.footer-cont li {
  display: flex;
  gap: 12px;
  margin-bottom: 13px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.62);
  list-style: none;
}
.footer-cont i {
  color: var(--sc);
  font-size: 15px;
  margin-top: 2px;
  flex-shrink: 0;
}
.footer-cont a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
}
.footer-cont a:hover {
  color: var(--sc);
}
.footer-bottom {
  background: rgba(0, 0, 0, 0.2);
  margin-top: 50px;
  padding: 16px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-bottom a {
  color: var(--sc);
  text-decoration: none;
}

@media (max-width: 991px) {
  .footer-new {
    padding: 40px 0 0 0;
  }
  .footer-new .row div {
    margin: 20px 0;
  }
  .footer-new .row div:first-child {
    text-align: center;
  }

  .footer-new .footer-bottom .row div {
    text-align: center !important;
  }
  .footer-new .footer-bottom .row div:first-child {
    margin: 0 0 10px 0;
  }
}

/* BACK TO TOP */
#topBtn {
  position: fixed;
  right: 22px;
  bottom: 80px;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--grad);
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(6, 168, 253, 0.35);
  transition: all 0.3s;
  z-index: 9999;
}
#topBtn:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(6, 168, 253, 0.5);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(8px);
  }
}
/*******************************************top***************************************************/

/***************************************** panner*************************************************/
.about-page p {
  margin-bottom: 5px;
}
.about-page .panner {
  height: 500px;
  background-image: url("../images/s2.jpg");
  background-size: cover;
  background-position: center;
}
.head {
  padding-top: 250px;
}
.head h1 {
  text-align: center;
  color: #3d107b;
  font-weight: bold;
}
.head p {
  text-align: center;
  font-size: 34px;
  color: #fff;
  text-shadow: #f56e6e 0px 1px 2px;
}
@media (max-width: 600px) {
  .about-page .panner {
    height: 350px;
  }
}
@media (max-width: 400px) {
  .head h1 {
    font-size: 35px;
  }
}
/***************************************** panner************************************************/

/****************************************about-page**********************************************/
.about-page-sec {
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: left;
  overflow: hidden;
}
.about-page-sec h3 {
  position: relative;
  color: var(--sc);
  margin-bottom: 10px;
}
.about-page-sec h3::before {
  content: " ";
  color: var(--pc);
  position: absolute;
  width: 5px;
  background-color: var(--pc);
  height: 30px;
  margin-left: -10px;
}
.about-page-sec img {
  height: 250px;
  border-radius: 15px;
}
.about-page-sec .carousel {
  margin-top: 15px;
  border-radius: 15px;
}
/****************************************about-page**********************************************/

/***************************************contact-page*********************************************/
.contact-page {
  padding-top: 40px;
  padding-bottom: 40px; /* background-image: url('../images/MAN.png'); */
  background-position: right bottom;
  background-repeat: no-repeat;
}
.contact-page h3 {
  /* font-family: 'Galada', cursive; */
  color: var(--sc);
  font-size: 35px;
}
.contact-page .form-control {
  margin-top: -4px;
  margin-bottom: 16px;
}
.contact-page h5 {
  color: var(--pc);
  margin-bottom: 12px;
}
.contact-page .form-control:focus {
  /* box-shadow: 0px 0px 20px var(--pc) !important; */
}
.contact-page .btn-primary {
  margin-top: 8px;
}
.contact-page ul {
  margin-left: -37px;
}
.contact-page i {
  color: var(--pc);
  font-size: 25px;
  margin-right: 8px;
}
.contact-page h6 {
  display: contents;
  font-size: 22px;
}
.contact-page a {
  color: #000;
}
.contact-page li {
  margin-bottom: 5px;
}
.icon i {
  margin-right: 4px;
}
.map iframe {
  height: 188px;
  border-radius: 20px;
}
/***************************************contact-page*********************************************/

/**************************************servcies-sec*****************************************/
.servcies-page {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.servs {
  text-align: center;
  transition: 0.3s;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  box-shadow: 0px 0px 16px 0px #00000070;
}
.servs i {
  color: var(--pc);
  transition: 0.3s;
  width: 75px;
  height: 75px;
  border-radius: 50px;
  padding-top: 14px;
  border: 1px solid var(--pc);
}
.servs p {
  margin-top: 15px;
}
.servcies-sec .container {
  padding-top: 40px;
}
.servs:hover.servs i {
  color: var(--sc);
  border-color: var(--sc);
  transition: 0.3s;
  transform: rotate(360deg);
}
.servs:hover {
  box-shadow: 0px 0px 16px 0px #00000070;
  transition: 0.3s;
}
.servs .btn-primary {
  margin-top: 40px;
}
/**************************************servcies-sec*****************************************/

.products-d-page {
  padding-bottom: 40px;
  padding-top: 40px;
}
.products-d-page h3 {
  color: var(--tc);
}
.products-d-page img {
  height: 250px;
  border-radius: 15px;
}
.products-d-page a {
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  .about-item:nth-of-type(even) {
    direction: rtl;
  }
}
.about-item {
  margin-bottom: 20px;
  padding: 0px 6px;
}
.about-item-img img {
  height: auto !important;
}
.value-section {
  text-align: center;
  margin-bottom: 20px;
}
.more-info {
  margin-bottom: 50px;
}
.servs {
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .about-item .col-md-8 {
    order: 2;
  }
}

.products-d-page iframe {
  width: 100%;
  height: 250px;
  margin-top: 20px;
  border-radius: 20px;
}

/* ======================================== */

/* Start Our Market */

.our-market-v2 {
  background: #f4faff;
  overflow: hidden;
}

/* ── Header ── */
.omv2-header {
  background: linear-gradient(135deg, #002a43 0%, #004a73 60%, #005f90 100%);
  padding: 70px 20px 80px;
  text-align: center;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 82%, 50% 100%, 0 82%);
}
.omv2-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(6, 168, 253, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 168, 253, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.omv2-header-inner {
  position: relative;
  z-index: 1;
}

.omv2-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(6, 168, 253, 0.18);
  border: 1px solid rgba(6, 168, 253, 0.4);
  color: #6cccfe;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 18px;
}
.omv2-title {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 900;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: -1px;
  line-height: 1.1;
}
.omv2-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ── Block Label ── */
.omv2-block-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #002a43;
  background: rgba(6, 168, 253, 0.1);
  border-left: 3px solid #06a8fd;
  padding: 7px 16px 7px 13px;
  border-radius: 0 6px 6px 0;
  margin-bottom: 4px;
}
.omv2-block-label i {
  color: #06a8fd;
}
.omv2-block-label--light {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-left-color: #00f5f6;
}
.omv2-block-label--light i {
  color: #00f5f6;
}

/* ── Local Market ── */
.omv2-local {
  padding: 60px 0 50px;
}
.omv2-stat-card {
  background: #fff;
  border-radius: 22px;
  padding: 36px 20px 30px;
  text-align: center;
  border: 1px solid rgba(6, 168, 253, 0.1);
  box-shadow:
    0 1px 2px rgba(0, 42, 67, 0.04),
    0 4px 14px rgba(6, 168, 253, 0.06),
    0 14px 36px rgba(0, 42, 67, 0.07);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}
.omv2-stat-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #06a8fd, #00f5f6);
  transform: scaleX(0);
  transition: transform 0.35s ease;
}
.omv2-stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(6, 168, 253, 0.14);
  border-color: rgba(6, 168, 253, 0.35);
}
.omv2-stat-card:hover::after {
  transform: scaleX(1);
}

.omv2-stat-card--featured {
  background: linear-gradient(135deg, #002a43 0%, #004a73 100%);
  border-color: transparent;
}
.omv2-stat-card--featured .omv2-stat-num {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.omv2-stat-card--featured .omv2-stat-label {
  color: rgba(255, 255, 255, 0.7);
}
.omv2-stat-card--featured::after {
  background: linear-gradient(90deg, #06a8fd, #00f5f6);
}

.omv2-stat-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    rgba(6, 168, 253, 0.12),
    rgba(0, 245, 246, 0.08)
  );
  border: 1px solid rgba(6, 168, 253, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 22px;
  color: #06a8fd;
  transition: transform 0.3s ease;
}
.omv2-stat-card:hover .omv2-stat-icon {
  transform: scale(1.12);
}

.omv2-stat-badge {
  display: inline-block;
  background: rgba(6, 168, 253, 0.2);
  color: #6cccfe;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 14px;
}
.omv2-stat-num {
  font-size: 3rem;
  font-weight: 900;
  background: linear-gradient(135deg, #002a43, #06a8fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 10px;
}
.omv2-stat-label {
  font-size: 14px;
  color: #556677;
  font-weight: 500;
  line-height: 1.5;
}

/* ── Industries ── */
.omv2-industries {
  background: linear-gradient(135deg, #002a43 0%, #003d60 100%);
  padding: 50px 0 60px;
  position: relative;
}
.omv2-industries::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  height: 30px;
  background: #f4faff;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.omv2-industry-pill {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(6, 168, 253, 0.2);
  border-radius: 18px;
  padding: 24px 14px 20px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: default;
  /* height: 100%; */
  /* margin-bottom: 30px !important; */
}
.omv2-industry-pill:hover {
  background: rgba(6, 168, 253, 0.14);
  border-color: #06a8fd;
  transform: scale(1.05);
  box-shadow: 0 12px 30px rgba(6, 168, 253, 0.18);
}
.omv2-industry-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #06a8fd, #00f5f6);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-size: 22px;
  color: #fff;
  box-shadow: 0 6px 16px rgba(6, 168, 253, 0.3);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.omv2-industry-pill:hover .omv2-industry-icon {
  transform: scale(1.1);
  box-shadow: 0 10px 24px rgba(6, 168, 253, 0.45);
}
.omv2-industry-name {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}
.omv2-industry-desc {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  line-height: 1.5;
}

/* ── International ── */
.omv2-international {
  padding: 60px 0 70px;
  background: #f4faff;
}
.omv2-countries-note {
  font-size: 15px;
  color: #445566;
  margin: 20px 0;
}
.omv2-countries-note strong {
  color: #002a43;
}

.omv2-country {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid rgba(6, 168, 253, 0.12);
  border-radius: 10px;
  padding: 20px 0;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 42, 67, 0.05);
  margin-bottom: 20px !important;
}
.omv2-country:hover {
  transform: scale(1.08);
  border-color: #06a8fd;
  box-shadow: 0 14px 32px rgba(6, 168, 253, 0.16);
}
.omv2-country img {
  width: 58px;
  height: 40px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.14);
  transition: transform 0.3s ease;
  display: block;
}
.omv2-country:hover img {
  transform: scale(1.08);
}
.omv2-country span {
  font-size: 13px;
  font-weight: 600;
  color: #002a43;
  transition: color 0.3s ease;
}
.omv2-country:hover span {
  color: #06a8fd;
}

/* End Our Market */

/* End Stats */

.stats {
  padding: 80px 0;
  background: linear-gradient(160deg, #002a43 0%, #004468 55%, #002a43 100%);
  position: relative;
  overflow: hidden;
}
.stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 60% 80% at 10% 50%,
      rgba(6, 168, 253, 0.08) 0%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 50% 70% at 90% 20%,
      rgba(0, 245, 246, 0.06) 0%,
      transparent 70%
    );
  pointer-events: none;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}
.stat-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(6, 168, 253, 0.15);
  border-radius: 16px;
  padding: 36px 24px;
  text-align: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}
.stat-item:hover {
  transform: translateY(-6px);
  border-color: rgba(6, 168, 253, 0.4);
  box-shadow: 0 16px 40px rgba(6, 168, 253, 0.12);
}

.stat-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    rgba(6, 168, 253, 0.2),
    rgba(0, 245, 246, 0.1)
  );
  border: 1px solid rgba(6, 168, 253, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: transform 0.3s ease;
}
.stat-item:hover .stat-icon {
  transform: scale(1.1);
}
.stat-icon i {
  font-size: 1.2rem;
  color: #06a8fd;
}
.stat-value {
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
.stat-value span {
  font-size: 1.8rem;
  color: #06a8fd;
}
.stat-label {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .stat-value {
    font-size: 2.2rem;
  }
  .stats {
    padding: 60px 0;
  }
}
/* End Stats */

/* Start why Choose Us */

.choose-us {
  padding: 96px 0;
  background: linear-gradient(175deg, #002a43 0%, #003d5c 50%, #002a43 100%);
  position: relative;
  overflow: hidden;
}
.choose-us::after {
  content: "";
  position: absolute;
  bottom: -120px;
  right: -120px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(6, 168, 253, 0.1) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.choose-us::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -80px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 245, 246, 0.07) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.choose-header {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 40px;
  margin-bottom: 56px;
  position: relative;
  z-index: 1;
}
.choose-overline {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #06a8fd;
  margin: 0 0 10px;
}
.choose-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin: 0;
  letter-spacing: -0.5px;
  line-height: 1.1;
}
.choose-title span {
  color: #06a8fd;
}
.choose-intro {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.75;
  margin: 0;
  max-width: 340px;
  text-align: right;
}
.choose-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.choose-feature {
  background: rgba(0, 42, 67, 0.5);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: background 0.3s ease;
  cursor: default;
}
.choose-feature:hover {
  background: rgba(6, 168, 253, 0.1);
}
.choose-feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(6, 168, 253, 0.15);
  border: 1px solid rgba(6, 168, 253, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.choose-feature:hover .choose-feature-icon {
  background: #06a8fd;
  border-color: #06a8fd;
}
.choose-feature-icon i {
  font-size: 1rem;
  color: #06a8fd;
  transition: color 0.3s;
}
.choose-feature:hover .choose-feature-icon i {
  color: #fff;
}
.choose-feature-text h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
}
.choose-feature-text p {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .choose-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .choose-header {
    flex-direction: column;
    align-items: center;
  }
  .choose-intro {
    text-align: left;
  }
  .choose-title {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .choose-list {
    grid-template-columns: 1fr;
  }
  .choose-us {
    padding: 64px 0;
  }
  .choose-feature {
    padding: 30px 16px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
/* End why Choose Us */

/* Start Quality  */

.quality {
  padding: 90px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.quality::before {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 380px;
  height: 380px;
  background: radial-gradient(
    circle,
    rgba(6, 168, 253, 0.05) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.quality-header {
  text-align: center;
  margin-bottom: 56px;
}
.quality-header .sec-tag {
  justify-content: center;
}
.quality-header .sec-tag::before {
  display: none;
}
.quality-header .sec-tag::after {
  content: "";
  width: 28px;
  height: 3px;
  background: linear-gradient(90deg, #06a8fd, #00f5f6);
  border-radius: 2px;
}

.quality-card {
  background: #fff;
  border: 1px solid rgba(6, 168, 253, 0.1);
  border-radius: 22px;
  padding: 42px 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 1px 2px rgba(0, 42, 67, 0.04),
    0 4px 14px rgba(6, 168, 253, 0.06),
    0 14px 36px rgba(0, 42, 67, 0.07);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s;
}

.quality-card::after {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #06a8fd, #00f5f6);
  border-radius: 2px;
  margin-top: auto;
  transition: width 0.4s;
  position: absolute;
  opacity: 0.1;
  left: -100%;
  top: 0;
  transition: 0.3s;
}

.quality-card:hover::after {
  left: 0;
}

.quality-card:hover {
  transform: translateY(-8px);
  border-color: rgba(6, 168, 253, 0.28);
  box-shadow:
    0 2px 4px rgba(0, 42, 67, 0.04),
    0 8px 24px rgba(6, 168, 253, 0.12),
    0 28px 60px rgba(0, 42, 67, 0.1);
}

/* decorative large number */
.quality-card-num {
  position: absolute;
  top: 16px;
  right: 22px;
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(6, 168, 253, 0.06);
  pointer-events: none;
  transition: color 0.35s;
}
.quality-card:hover .quality-card-num {
  color: rgba(6, 168, 253, 0.1);
}

.quality-icon {
  width: 66px;
  height: 66px;
  border-radius: 18px;
  background: linear-gradient(135deg, #06a8fd, #00f5f6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 8px 24px rgba(6, 168, 253, 0.3);
  transition:
    transform 0.35s,
    box-shadow 0.35s;
}
.quality-card:hover .quality-icon {
  transform: rotate(0) scale(1.08);
  box-shadow: 0 14px 32px rgba(6, 168, 253, 0.42);
}

.quality-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: #002a43;
  /* margin: 0 0 8px; */
  margin: 4px 0 12px;
}
.quality-card p {
  font-size: 14px;
  color: #7799aa;
  line-height: 1.8;
  margin: 0;
}

/* animated bottom bar */
.quality-bar {
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, #06a8fd, #00f5f6);
  border-radius: 2px;
  margin-top: auto;
  transition: width 0.4s;
}
.quality-card:hover .quality-bar {
  width: 100%;
}

.quality .brand-logos .img-box,
.quality .brand-logos .img-box img {
  border-radius: 5px;
}
.quality .brand-logos {
  padding: 0 9px;
}
.quality .brand-logos .row {
  display: flex;
  justify-content: center;
}
.quality .brand-logos .row > div {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* End Quality  */

/* Start SHARED UTILITIES */
.sec-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #06a8fd;
  margin-bottom: 12px;
}
.sec-tag::before {
  content: "";
  width: 28px;
  height: 3px;
  background: linear-gradient(90deg, #06a8fd, #00f5f6);
  border-radius: 2px;
  flex-shrink: 0;
}
.sec-tag--light {
  color: #6cccfe;
}
.sec-tag--light::before {
  background: linear-gradient(90deg, #6cccfe, #00f5f6);
}

.sec-heading {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 900;
  color: #002a43;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}
.sec-heading span {
  background: linear-gradient(135deg, #06a8fd, #00f5f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sec-heading--light {
  color: #fff;
}

.sec-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
  /* max-width: 480px; */
  max-width: 520px;
  margin: 10px auto 0;
  line-height: 1.7;
}

.col-md-6 {
  margin-bottom: 20px;
}

.sec-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sc);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.sec-label::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--grad);
  border-radius: 2px;
}
.sec-title {
  font-family: "Syne", sans-serif;
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 800;
  color: var(--pc);
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.sec-title span {
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.btn-main {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--pc);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 13px 28px;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  transition: all 0.3s var(--ease);
  box-shadow: 0 6px 20px rgba(0, 42, 67, 0.2);
}
.btn-main:hover {
  background: var(--sc);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(6, 168, 253, 0.3);
}
.btn-main i {
  transition: transform 0.3s;
}
.btn-main:hover i {
  transform: translateX(4px);
}
/* End SHARED UTILITIES */

/* ABOUT */
.about-home {
  padding: 50px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.about-home::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -80px;
  width: 450px;
  height: 450px;
  background: radial-gradient(
    circle,
    rgba(6, 168, 253, 0.05) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.about-text {
  font-size: 16px;
  color: #445566;
  margin-bottom: 15px;
}
.about-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 42, 67, 0.14);
}
.about-img-wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}
.about-img-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(0, 42, 67, 0.92);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(6, 168, 253, 0.25);
  border-radius: 14px;
  padding: 14px 20px;
  color: #fff;
}
.about-img-badge strong {
  display: block;
  font-size: 1.7rem;
  font-weight: 900;
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.about-img-badge span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.62);
}

/* PRODUCTS */
.products-home {
  padding: 50px 0;
  background: #f4faff;
  position: relative;
}
.products-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--grad);
}
.product-card-n {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(6, 168, 253, 0.1);
  box-shadow: 0 4px 20px rgba(0, 42, 67, 0.06);
  transition: all 0.35s var(--ease);
  height: 100%;
}
.product-card-n:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 50px rgba(6, 168, 253, 0.16);
  border-color: rgba(6, 168, 253, 0.35);
}
.product-card-n .pimg {
  height: 230px;
  overflow: hidden;
  position: relative;
}
.product-card-n .pimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}
.product-card-n:hover .pimg img {
  transform: scale(1.08);
}
.product-card-n .pimg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 42, 67, 0.4), transparent 60%);
}
.product-card-n .pbody {
  padding: 22px 24px 26px;
}
.product-card-n h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--pc);
  margin-bottom: 14px;
}
.btn-card {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--sc);
  font-weight: 700;
  font-size: 13px;
  padding: 9px 20px;
  border-radius: 50px;
  border: 1.5px solid rgba(6, 168, 253, 0.35);
  text-decoration: none;
  transition: all 0.3s;
}
.btn-card:hover {
  background: var(--sc);
  color: #fff;
  border-color: var(--sc);
}

/* CLIENTS */
.clients-home {
  padding: 50px 0;
  background: #fff;
  border-top: 1px solid rgba(6, 168, 253, 0.08);
  border-bottom: 1px solid rgba(6, 168, 253, 0.08);
}
.clients-lbl {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #aab8c4;
  text-align: center;
  margin-bottom: 28px;
}
.customer-logos .slide img {
  filter: grayscale(100%) opacity(0.4);
  transition: all 0.3s;
  max-height: 52px;
  width: auto !important;
}
.customer-logos .slide img:hover {
  filter: grayscale(0%) opacity(1);
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 3;
  width: 52px;
  height: 52px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  /* background: rgba(6, 168, 253, 0.3); */
  border-color: var(--sc);
  color: #fff;
  margin: 0 16px;
  transition: all 0.3s;
}

@media (max-width: 991.9px) {
  .carousel-control-next,
  .carousel-control-prev {
    top: calc(50% + 40.25px);
  }
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: rgba(6, 168, 253, 0.3);
  border-color: var(--sc);
}
.carousel-control-prev i,
.carousel-control-next i {
  color: #fff;
  font-size: 20px;
}

.product-sec {
  padding: 50px 0;
  background: #f4faff;
  position: relative;
}
.product-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient);
}

.product-sec .row {
  justify-content: center;
}

.prod-img {
  height: 220px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

.product-sec .content p {
  line-height: 1.8;
  font-size: 15px;
}
.product-sec .content ul {
  list-style-type: square;
  padding-left: 50px;
  margin-bottom: 50px;
}

.product-sec .content ul li {
  position: relative;
  font-size: 15px;
  margin-bottom: 5px;
  color: #667788;
}
.product-sec .content ul li::after {
  content: "";
  position: absolute;
}

.product {
  border-radius: 14px;
  border: 1px solid rgba(6, 168, 253, 0.12);
  padding-bottom: 18px;
  margin-bottom: 24px;
  background: #fff;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 42, 67, 0.06);
  transition: all 0.35s ease;
  overflow: hidden;
}
.product:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(6, 168, 253, 0.14);
  border-color: rgba(6, 168, 253, 0.3);
}
.product-sec img {
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
  width: 100%;
}
.product:hover img {
  transform: scale(1.08);
}
.product-sec h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--pc);
  margin-bottom: 14px;
  padding-top: 18px;
}

.product-sec p {
  font-size: 13.5px;
  color: #667788;
  padding: 0 14px;
  line-height: 1.65;
}
.more {
  margin-top: 36px;
  text-align: center;
}
.more .btn-primary {
  min-width: 160px;
}

.product-sec .video-box {
  width: 100%;
  margin: auto;
  border-radius: 5px;
  display: flex;
  justify-content: center;
}
.product-sec video {
  width: 100%;
  border-radius: 5px;
}

/* Top Button */
.top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--grad);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(6, 168, 253, 0.35);
  transition: all 0.3s;
  z-index: 9999;
}
/* Top Button */

.products-d-page p,
.products-d-page li {
  font-size: 16px;
  line-height: 1.7;
}
