@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Roboto+Slab&display=swap");
:root {
  --prm2-color: #0576b9;
  --prm3-color: #0576b9;
  --gold-accent: #f5c400;
  /*  --prm2-color:#008FCA;*/
  --sec1-color: #ffe9de;
  --sec2-color: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}      
body {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: var(--prm2-color) #eaf6fc;
}

.modal {
  z-index: 13000 !important;
}

.modal-backdrop {
  z-index: 12990 !important;
}

.modal-dialog {
  z-index: 13001;
}

.modal.fade .modal-dialog {
  transform: none !important;
}

.modal-header .close[aria-label="Close"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 32px;
  width: 32px !important;
  height: 32px !important;
  padding: 0 !important;
  margin: 0 0 0 auto !important;
  border: 1px solid #ffffff !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: #2a3695 !important;
  font-size: 0 !important;
  line-height: 1 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

.modal-header .close[aria-label="Close"]::before {
  content: "\00d7";
  color: #2a3695;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

#exampleModalCenter .modal-dialog,
#footerEnquiryModal .modal-dialog {
  width: min(94vw, 620px);
  max-width: 620px;
  margin: 1.75rem auto;
}

#exampleModalCenter .modal-content,
#footerEnquiryModal .modal-content {
  max-height: calc(100vh - 3.5rem);
}

#exampleModalCenter .modal-body,
#footerEnquiryModal .modal-body {
  overflow-y: auto;
  padding: clamp(14px, 3vw, 20px) !important;
}

#exampleModalCenter form,
#footerEnquiryModal form {
  display: grid;
  gap: 12px;
  width: 100%;
  padding: clamp(14px, 3vw, 20px) !important;
}

#exampleModalCenter form > div,
#footerEnquiryModal form > div {
  min-width: 0;
}

#exampleModalCenter form div[style*="display:flex"],
#footerEnquiryModal form div[style*="display:flex"] {
  flex-wrap: wrap;
  gap: 12px !important;
}

#exampleModalCenter form div[style*="display:flex"] > div,
#footerEnquiryModal form div[style*="display:flex"] > div {
  min-width: min(100%, 230px);
}

#exampleModalCenter .form-control,
#footerEnquiryModal .form-control {
  width: 100%;
  min-height: 42px;
  font-size: 14px;
}

#exampleModalCenter textarea.form-control,
#footerEnquiryModal textarea.form-control {
  min-height: 96px;
  resize: vertical;
}

#exampleModalCenter .product-recaptcha,
#exampleModalCenter [id*="recaptcha"],
#footerEnquiryModal [id*="recaptcha"] {
  max-width: 100%;
  overflow-x: auto;
}

#exampleModalCenter form button,
#footerEnquiryModal form button {
  min-height: 38px;
}

@media (max-width: 575px) {
  #exampleModalCenter .modal-dialog,
  #footerEnquiryModal .modal-dialog {
    width: calc(100vw - 20px);
    margin: 10px auto;
  }

  #exampleModalCenter .modal-content,
  #footerEnquiryModal .modal-content {
    max-height: calc(100vh - 20px);
  }

  #exampleModalCenter .modal-header,
  #footerEnquiryModal .modal-header {
    padding: 9px 12px !important;
  }

  #exampleModalCenter .modal-title,
  #footerEnquiryModal .modal-title {
    font-size: 16px;
  }

  #exampleModalCenter form div[style*="display:flex"],
  #footerEnquiryModal form div[style*="display:flex"] {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  #exampleModalCenter form div[style*="display:flex"] > div,
  #footerEnquiryModal form div[style*="display:flex"] > div {
    min-width: 0;
    width: 100%;
  }

  #exampleModalCenter form > div:last-child,
  #footerEnquiryModal form > div:last-child {
    grid-template-columns: 1fr;
  }

  #exampleModalCenter form > div:last-child button,
  #footerEnquiryModal form > div:last-child button {
    width: 100%;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #eaf6fc;
}

::-webkit-scrollbar-thumb {
  background: var(--prm2-color);
  border: 2px solid #eaf6fc;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: #045d92;
}

bb {
  position: fixed;
  top: 0px;
  z-index: 88;
}
.nav-top {
  background-color: #fff;
  color: #fff;

  position: sticky;
  top: 0px;
  z-index: 88;
  transition: all 0.2s linear;
}
.nav-btm {
  background: #fff;
  color: #000;
  padding: 5px;
  h6 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}
.input-box {
  position: relative;
  border-radius: 10px;
}

.input-box i {
  position: relative;
  background: #e8e8e8;
  align-self: center;
  padding: 18px;
  border-radius: 5px;
}

.form-control {
  width: 150px;
  height: 50px;
  background-color: #eeeeee69 !important;
}

.form-control:focus {
  background-color: #eeeeee69;
  box-shadow: none;
  border-color: #eee;
}
.btn-grp {
  gap: 4px;
  margin-left: 10px;
  justify-content: end;
}
.nav-btns {
  padding: 10px;
  background-color: #333333;
  color: #fff;
  border-radius: 5px;
  border: 1px solid var(--sec1-color);
}
.nav-btns:hover {
  background-color: var(--prm1-color);
  color: var(--prm2-color);
  border: 1px solid var(--prm2-color);
}

.nav {
  background-color: #0576b9;
  color: #fff;
  padding: 0px;
}
.border {
  border-top: 1px solid #d4d1d1;
}
.nav-link li {
  list-style: none;
}
.nav-link a {
  text-decoration: none;
  color: #fff;
}
.nav-link a:hover {
  transition: all 0.2s ease;
  color: #c1c7cc;
  transform: scale(1.9);
}
.nav ul {
  gap: 20px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  padding: 1px;
}
.closebtn,
.menuToggle {
  display: none;
}

.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero-banner {
  width: 100%;
  overflow: hidden;
}

.home-hero-banner .swiper,
.home-hero-banner .swiper-wrapper,
.home-hero-banner .swiper-slide {
  width: 100%;
  min-height: clamp(460px, 40vw, 620px);
}

.home-hero-banner .swiper-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

.home-hero-banner .swiper-slide picture img {
  display: block;
  width: 100%;
  height: clamp(460px, 40vw, 620px);
  object-fit: cover;
}

@media (max-width: 767px) {
  .home-hero-banner .swiper,
  .home-hero-banner .swiper-wrapper,
  .home-hero-banner .swiper-slide {
    min-height: 380px;
  }

  .home-hero-banner .swiper-slide picture img {
    height: 380px;
  }
}

.home-marquee {
  width: 100%;
  overflow: hidden;
  background: #85bddc;
  border-top: 1px solid rgba(5, 118, 185, 0.22);
  border-bottom: 1px solid rgba(5, 118, 185, 0.22);
}

.home-marquee__track {
  width: max-content;
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 0 18px;
  animation: homeMarquee 30s linear infinite;
}

.home-marquee__track span {
  position: relative;
  color: #053f66;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
  text-transform: uppercase;
}

.home-marquee__track span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0576b9;
  transform: translateY(-50%);
}

@keyframes homeMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}
.v-img {
  padding: 0;
  padding: 20px;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.title {
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  padding-top: 30px;
}
.t-border {
  display: block;
  width: 80px;
  height: 3px;
  background: var(--gold-accent);
  margin: 10px auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.hott {
  background-image: url(../imgs/creative2/7xm.xyz514276.jpg);
}
.card-p {
  padding: 10px;
  border-radius: 20px;
}
.card-h {
  background-color: #333333;
  padding: 10px;
  text-align: center;
  color: #fff;
}
.card-h:hover {
  background: var(--prm2-color);
  color: #fff;
}
.c-blue {
  background-color: #0576b9;
  color: #fff;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
.c-grey {
  background-color: #2b3c43 !important;
  color: #fff;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
.c-blue:hover {
  transform: scale(0.99);
}
.c-grey:hover {
  transform: scale(0.99);
}
.list {
  list-style: none;
}
.list li {
  padding: 10px;
}

.img-text img:hover {
  filter: brightness(100%);
  transition: 0.3s ease;
  transform: scale(0.98);
}

.img-text {
  position: relative;
}

.overlay-text {
  position: absolute;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 0px;
  text-align: center;
  display: block;

  top: 50%;
  left: 50%;
}
.q-head {
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.y-btn {
  border: 2px solid var(--prm2-color);
  padding: 10px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  align-self: center;
}
.box-shadow {
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.box-shadow1 {
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  border-radius: 4px;
}
.blue {
  color: var(--prm2-color);
}

.home-testimonials {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 3.2vw, 44px) 22px;
  background:
    radial-gradient(circle at 99% 0%, rgba(5, 118, 186, 0.16) 0 120px, transparent 122px),
    radial-gradient(circle at 4% 100%, rgba(5, 118, 186, 0.08) 0 170px, transparent 172px),
    linear-gradient(135deg, #ffffff 0%, #f8fcff 58%, #eef8fe 100%);
}

.home-testimonials::before,
.home-testimonials::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.home-testimonials::before {
  left: 27%;
  top: 44px;
  width: 138px;
  height: 92px;
  border: 28px solid rgba(5, 118, 186, 0.08);
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-12deg);
}

.home-testimonials::after {
  right: -86px;
  top: -72px;
  width: 270px;
  height: 270px;
  background: rgba(5, 118, 186, 0.11);
}

.home-testimonials__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1720px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(500px, 1.28fr) minmax(320px, 0.92fr);
  grid-template-areas:
    "intro featured side"
    "controls featured side";
  gap: clamp(16px, 2vw, 28px);
  align-items: center;
}

.home-testimonials__intro {
  grid-area: intro;
  min-width: 0;
}

.home-testimonials__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: #0576ba;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-testimonials__eyebrow::before {
  content: "";
  width: 42px;
  height: 3px;
  background: #f5c400;
}

.home-testimonials h2 {
  margin: 0 0 14px;
  color: #062b52;
  font-size: clamp(38px, 3.5vw, 56px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: 0;
  word-break: normal;
}

.home-testimonials h2 span {
  display: block;
  color: #0576ba;
}

.home-testimonials__intro p {
  max-width: 540px;
  margin: 0;
  color: #26384d;
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.48;
}

.home-testimonials__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: clamp(16px, 2vw, 24px);
}

.home-testimonials__stats div {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 0 16px;
  text-align: center;
}

.home-testimonials__stats div + div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 34px;
  width: 1px;
  height: 52px;
  background: rgba(6, 43, 82, 0.18);
}

.home-testimonials__stat-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eaf6fc;
  color: #0576ba;
  font-size: 21px;
}

.home-testimonials__stats strong {
  color: #062b52;
  font-size: clamp(22px, 1.8vw, 28px);
  line-height: 1;
  font-weight: 900;
}

.home-testimonials__stats small {
  color: #43536a;
  font-size: 14px;
  line-height: 1.3;
}

.home-testimonials__mobile-controls {
  grid-area: controls;
  align-self: end;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 10px;
}

.home-testimonials__controls {
  display: flex;
  align-items: center;
  gap: 14px;
}

.home-testimonials__nav {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.home-testimonials__nav:hover {
  transform: translateY(-2px);
}

.home-testimonials__nav--prev {
  background: #eaf6fc;
  color: #0576ba;
}

.home-testimonials__nav--next {
  background: #0576ba;
  color: #ffffff;
  box-shadow: 0 16px 28px rgba(5, 118, 186, 0.24);
}

.home-testimonials__featured {
  grid-area: featured;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(300px, 1.22fr);
  align-items: stretch;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 22px 70px rgba(6, 43, 82, 0.11);
  overflow: hidden;
  height: 315px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.home-testimonials.is-changing .home-testimonials__featured,
.home-testimonials.is-changing .home-testimonials__side-list {
  opacity: 0.35;
  transform: translateY(4px);
}

.home-testimonials__photo {
  position: relative;
  min-height: 315px;
  overflow: hidden;
  background: #d8eaf6;
}

.home-testimonials__photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.home-testimonials__photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, rgba(5, 118, 186, 0) 0%, rgba(5, 118, 186, 0.92) 100%);
}

.home-testimonials__photo div {
  position: absolute;
  z-index: 1;
  left: 34px;
  right: 24px;
  bottom: 22px;
  color: #ffffff;
}

.home-testimonials__photo strong {
  display: block;
  font-size: clamp(20px, 1.7vw, 26px);
  font-weight: 800;
  line-height: 1.1;
}

.home-testimonials__photo span {
  display: block;
  margin-top: 8px;
  font-size: 15px;
}

.home-testimonials__quote-card {
  position: relative;
  min-height: 315px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 2.4vw, 34px);
  color: #26384d;
}

.home-testimonials__stars {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #ffb800;
  font-size: 18px;
  line-height: 1;
}

.home-testimonials__quote-card p {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.45;
  font-weight: 400;
}

.home-testimonials__quote-mark {
  position: absolute;
  right: 34px;
  bottom: 8px;
  color: rgba(5, 118, 186, 0.1);
  font-family: Georgia, serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
}

.home-testimonials__side-list {
  grid-area: side;
  display: grid;
  gap: 16px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.home-testimonials__mini-card {
  position: relative;
  height: 190px;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 58px rgba(6, 43, 82, 0.09);
  overflow: hidden;
}

.home-testimonials__mini-card img {
  width: 82px;
  height: 82px;
  border-radius: 10px;
  object-fit: cover;
  background: #eaf6fc;
}

.home-testimonials__mini-card h3 {
  margin: 0;
  color: #062b52;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.home-testimonials__mini-card span {
  display: block;
  margin-top: 5px;
  color: #4a6281;
  font-size: 13px;
}

.home-testimonials__mini-card .home-testimonials__stars {
  margin-top: 8px;
  font-size: 15px;
}

.home-testimonials__mini-card p {
  position: relative;
  z-index: 1;
  margin: 8px 0 0;
  color: #26384d;
  font-size: 13px;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.home-testimonials__mini-card .home-testimonials__quote-mark {
  right: 26px;
  top: 18px;
  bottom: auto;
  color: rgba(5, 118, 186, 0.18);
  font-size: 70px;
}

.home-testimonials__dots {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-testimonials__dots button {
  width: 30px;
  height: 3px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(5, 118, 186, 0.22);
  transition: width 0.2s ease, background 0.2s ease;
}

.home-testimonials__dots button.is-active {
  width: 74px;
  background: #f5c400;
}

@media (max-width: 1399px) {
  .home-testimonials__inner {
    grid-template-columns: minmax(360px, 0.85fr) minmax(430px, 1.15fr);
    grid-template-areas:
      "intro featured"
      "controls featured"
      "side side";
    gap: 26px;
  }

  .home-testimonials h2 {
    font-size: clamp(36px, 3.5vw, 50px);
  }

  .home-testimonials__featured {
    grid-template-columns: minmax(220px, 0.86fr) 1fr;
  }

  .home-testimonials__side-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-testimonials__mini-card {
    grid-template-columns: 78px 1fr;
    padding: 18px;
  }

  .home-testimonials__mini-card img {
    width: 78px;
    height: 78px;
  }
}

@media (max-width: 1199px) {
  .home-testimonials__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    grid-template-areas:
      "intro featured"
      "controls featured"
      "side side";
  }

  .home-testimonials__side-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-testimonials h2 {
    font-size: clamp(34px, 4vw, 46px);
  }
}

@media (max-width: 991px) {
  .home-testimonials {
    padding: 30px 16px;
  }

  .home-testimonials__inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "featured"
      "side"
      "controls";
    gap: 20px;
  }

  .home-testimonials__intro p {
    max-width: 720px;
  }

  .home-testimonials__mobile-controls {
    justify-content: space-between;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .home-testimonials__featured,
  .home-testimonials__side-list {
    grid-template-columns: 1fr;
  }

  .home-testimonials__featured {
    height: auto;
  }

  .home-testimonials__photo,
  .home-testimonials__quote-card {
    min-height: 260px;
  }

  .home-testimonials__mini-card {
    height: 180px;
    min-height: 0;
  }
}

@media (max-width: 575px) {
  .home-testimonials {
    padding: 26px 14px;
  }

  .home-testimonials::before {
    left: auto;
    right: 24px;
    top: 28px;
    width: 88px;
    height: 64px;
    border-width: 18px;
  }

  .home-testimonials__eyebrow {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .home-testimonials__eyebrow::before {
    width: 34px;
  }

  .home-testimonials h2 {
    margin-bottom: 14px;
    font-size: 32px;
  }

  .home-testimonials__stats {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 14px;
  }

  .home-testimonials__stats div {
    grid-template-columns: 58px 1fr;
    justify-items: start;
    align-items: center;
    gap: 2px 14px;
    padding: 0;
    text-align: left;
  }

  .home-testimonials__stats div + div::before {
    display: none;
  }

  .home-testimonials__stat-icon {
    grid-row: span 2;
    width: 48px;
    height: 48px;
    font-size: 18px;
  }

  .home-testimonials__photo {
    min-height: 240px;
  }

  .home-testimonials__photo div {
    left: 24px;
    bottom: 24px;
  }

  .home-testimonials__quote-card {
    min-height: 0;
    padding: 22px 18px 40px;
  }

  .home-testimonials__quote-card p {
    margin-top: 14px;
    font-size: 15px;
  }

  .home-testimonials__quote-mark {
    right: 18px;
    font-size: 94px;
  }

  .home-testimonials__mini-card {
    height: 170px;
    grid-template-columns: 68px 1fr;
    gap: 12px;
    padding: 16px;
  }

  .home-testimonials__mini-card img {
    width: 68px;
    height: 68px;
  }

  .home-testimonials__mini-card h3 {
    font-size: 16px;
  }

  .home-testimonials__mini-card .home-testimonials__stars {
    margin-top: 8px;
    font-size: 14px;
  }

  .home-testimonials__mini-card p {
    grid-column: 1 / -1;
    margin-top: 4px;
    font-size: 13px;
    -webkit-line-clamp: 3;
  }

  .home-testimonials__mobile-controls {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .home-testimonials__nav {
    width: 48px;
    height: 48px;
  }
}

.faq {
  background-image: url(../imgs/creative2/7xm.xyz514276.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.home-faq {
  position: relative;
  overflow: hidden;
  padding: clamp(20px, 2.4vw, 34px) 20px;
  background:
    radial-gradient(circle at 96% 14%, rgba(5, 118, 186, 0.1) 0 150px, transparent 152px),
    radial-gradient(circle at 6% 96%, rgba(5, 118, 186, 0.08) 0 230px, transparent 232px),
    linear-gradient(135deg, #ffffff 0%, #f8fcff 55%, #eef8fe 100%);
}

.home-faq::before,
.home-faq::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
}

.home-faq::before {
  right: -42px;
  top: -70px;
  width: 240px;
  height: 240px;
  border: 54px solid rgba(5, 118, 186, 0.08);
}

.home-faq::after {
  left: -88px;
  bottom: -94px;
  width: 210px;
  height: 210px;
  border: 54px solid rgba(5, 118, 186, 0.18);
  border-top-color: transparent;
  border-right-color: transparent;
  transform: rotate(18deg);
}

.home-faq__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1580px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
  gap: clamp(20px, 3vw, 34px);
  align-items: start;
}

.home-faq__form-panel {
  position: relative;
  padding-left: clamp(18px, 2.2vw, 30px);
  border-left: 1px solid rgba(6, 43, 82, 0.16);
}

.home-faq__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: #0576ba;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.home-faq__eyebrow::before {
  content: "";
  width: 36px;
  height: 2px;
  background: #f5c400;
}

.home-faq h2 {
  margin: 0;
  color: #062b52;
  font-size: clamp(25px, 2.35vw, 34px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.home-faq h2 span {
  color: #0576ba;
}

.home-faq p {
  margin: 7px 0 0;
  color: #344867;
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.42;
}

.home-faq__accordion {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.home-faq__accordion .accordion-item {
  overflow: hidden;
  border: 1px solid rgba(5, 118, 186, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 38px rgba(6, 43, 82, 0.06);
}

.home-faq__accordion .accordion-button {
  min-height: 48px;
  display: grid;
  grid-template-columns: 38px 1fr 18px;
  gap: 10px;
  align-items: center;
  padding: 8px 18px;
  background: #ffffff;
  color: #062b52;
  box-shadow: none;
  font-size: 14px;
  line-height: 1.35;
}

.home-faq__accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, #eaf6fc 0%, rgba(234, 246, 252, 0.48) 100%);
  color: #062b52;
}

.home-faq__accordion .accordion-button::after {
  width: 15px;
  height: 15px;
  margin: 0;
  justify-self: end;
  background-size: 15px;
  filter: invert(34%) sepia(94%) saturate(1646%) hue-rotate(181deg) brightness(91%) contrast(96%);
}

.home-faq__accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.home-faq__accordion .accordion-button span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eaf6fc;
  color: #062b52;
  font-size: 12px;
  font-weight: 900;
}

.home-faq__accordion .accordion-button:not(.collapsed) span {
  background: linear-gradient(135deg, #0576ba, #16a4e8);
  color: #ffffff;
}

.home-faq__accordion .accordion-button strong {
  font-size: inherit;
  font-weight: 900;
}

.home-faq__accordion .accordion-body {
  padding: 12px 48px 16px 66px;
  color: #26384d;
  font-size: 13px;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.72);
}

.home-faq__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.home-faq__field {
  min-height: 46px;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 6px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid rgba(6, 43, 82, 0.12);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(6, 43, 82, 0.06);
  color: #0576ba;
}

.home-faq__field:focus-within {
  border-color: rgba(5, 118, 186, 0.48);
  box-shadow: 0 16px 38px rgba(5, 118, 186, 0.12);
}

.home-faq__field i {
  justify-self: center;
  color: #0576ba;
  font-size: 16px;
}

.home-faq__field input,
.home-faq__field textarea {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #26384d;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
}

.home-faq__field input::placeholder,
.home-faq__field textarea::placeholder {
  color: #4b6284;
  opacity: 1;
}

.home-faq__field--textarea {
  grid-column: 1 / -1;
  min-height: 70px;
  align-items: start;
  padding-top: 13px;
}

.home-faq__field textarea {
  min-height: 44px;
  resize: vertical;
}

.home-faq__recaptcha {
  grid-column: 1 / -1;
  min-height: 54px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.home-faq__submit {
  grid-column: 1 / -1;
  width: min(100%, 320px);
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 8px;
  background: #0576ba;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 18px 34px rgba(5, 118, 186, 0.24);
}

.home-faq__help-art {
  position: relative;
  min-height: 62px;
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
}

.home-faq__bubble {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 18px;
}

.home-faq__bubble span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
}

.home-faq__bubble--one {
  right: auto;
  top: auto;
  order: 2;
  width: 72px;
  height: 38px;
  background: linear-gradient(135deg, #0576ba, #2a74ff);
  box-shadow: 0 18px 28px rgba(5, 118, 186, 0.24);
}

.home-faq__bubble--one::after,
.home-faq__bubble--two::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: -10px;
  border-top: 14px solid currentColor;
  border-right: 12px solid transparent;
}

.home-faq__bubble--one::after {
  color: #0576ba;
}

.home-faq__bubble--two {
  right: auto;
  top: auto;
  order: 3;
  width: 58px;
  height: 34px;
  background: linear-gradient(135deg, #7bc8ff, #4da9f0);
  color: #4da9f0;
}

.home-faq__bubble--two::after {
  left: auto;
  right: 20px;
}

.home-faq__help-art strong {
  position: static;
  order: 1;
  color: #54709c;
  font-family: "Quicksand", "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  text-align: right;
  transform: none;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .home-faq__inner {
    grid-template-columns: 1fr;
  }

  .home-faq__form-panel {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 767px) {
  .home-faq {
    padding: 24px 14px;
  }

  .home-faq h2 {
    font-size: 25px;
  }

  .home-faq__accordion .accordion-button {
    min-height: 50px;
    grid-template-columns: 38px 1fr 18px;
    gap: 10px;
    padding: 9px 14px;
    font-size: 14px;
  }

  .home-faq__accordion .accordion-button span {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }

  .home-faq__accordion .accordion-body {
    padding: 12px 16px 16px 62px;
    font-size: 13px;
  }

  .home-faq__form {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-faq__field {
    min-height: 48px;
  }

  .home-faq__field--textarea {
    min-height: 78px;
  }

  .home-faq__submit {
    width: 100%;
  }

  .home-faq__help-art {
    display: none;
  }
}

@media (max-width: 420px) {
  .home-faq__accordion .accordion-button {
    grid-template-columns: 1fr 22px;
  }

  .home-faq__accordion .accordion-button span {
    display: none;
  }

  .home-faq__accordion .accordion-body {
    padding-left: 18px;
  }
}

.skn {
  /* background:rgb(245, 244, 244);*/
}

.home-difference {
  position: relative;
  overflow: hidden;
  padding: clamp(18px, 2.4vw, 34px) 20px;
  background:
    radial-gradient(circle at 0 100%, rgba(5, 118, 186, 0.1) 0 220px, transparent 222px),
    radial-gradient(circle at 100% 0, rgba(5, 118, 186, 0.08) 0 190px, transparent 192px),
    linear-gradient(135deg, #ffffff 0%, #f8fcff 55%, #eef8fe 100%);
}

.home-difference__inner {
  width: min(100%, 1560px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: clamp(20px, 3vw, 38px);
  align-items: start;
}

.home-difference__right {
  padding-left: clamp(18px, 2.6vw, 34px);
  border-left: 1px solid rgba(6, 43, 82, 0.16);
}

.home-difference__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #0576ba;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-difference__eyebrow::before {
  content: "";
  width: 46px;
  height: 2px;
  background: #f5c400;
}

.home-difference h2 {
  margin: 0;
  color: #062b52;
  font-size: clamp(28px, 2.8vw, 42px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.home-difference h2 span {
  color: #0576ba;
}

.home-difference p {
  margin: 10px 0 0;
  color: #42577c;
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.42;
}

.home-difference__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.home-difference__cards article {
  position: relative;
  height: 124px;
  min-height: 124px;
  padding: 20px 18px 18px 90px;
  border: 1px solid rgba(5, 118, 186, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(6, 43, 82, 0.06);
}

.home-difference__cards article > i {
  position: absolute;
  left: 18px;
  top: 22px;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eaf6fc;
  color: #0576ba;
  font-size: 23px;
}

.home-difference__cards article > span {
  position: absolute;
  right: 16px;
  top: 12px;
  color: rgba(5, 118, 186, 0.46);
  font-size: 14px;
  font-weight: 900;
}

.home-difference__cards h3,
.home-difference__metrics h3 {
  margin: 0;
  color: #062b52;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.home-difference__cards p {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-difference__right > p {
  margin-bottom: 16px;
}

.home-difference__metrics {
  display: grid;
  gap: 9px;
}

.home-difference__metrics article {
  min-height: 62px;
  display: grid;
  grid-template-columns: 54px minmax(130px, 1fr) minmax(130px, 190px) 34px;
  align-items: center;
  gap: 12px;
  padding: 8px 14px;
  border: 1px solid rgba(5, 118, 186, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 42px rgba(6, 43, 82, 0.05);
}

.home-difference__metrics article > i {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eaf6fc;
  color: #0576ba;
  font-size: 20px;
}

.home-difference__metrics p {
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 1.3;
}

.home-difference__metrics strong {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 8px;
  background: #f5c400;
  color: #062b52;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.home-difference__metrics article > span {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef8fe;
  color: #0576ba;
}

@media (max-width: 1199px) {
  .home-difference__inner {
    grid-template-columns: 1fr;
  }

  .home-difference__right {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 767px) {
  .home-difference {
    padding: 24px 14px;
  }

  .home-difference h2 {
    font-size: 26px;
  }

  .home-difference__cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-difference__cards article {
    height: 112px;
    min-height: 112px;
    padding: 18px 16px 16px 76px;
  }

  .home-difference__cards article > i {
    left: 16px;
    top: 20px;
    width: 46px;
    height: 46px;
    font-size: 20px;
  }

  .home-difference__cards h3,
  .home-difference__metrics h3 {
    font-size: 14px;
  }

  .home-difference__cards p,
  .home-difference__metrics p {
    font-size: 12px;
  }

  .home-difference__metrics article {
    grid-template-columns: 40px 1fr;
    gap: 10px;
    min-height: 82px;
    padding: 10px 12px;
  }

  .home-difference__metrics article > i {
    width: 40px;
    height: 40px;
    font-size: 17px;
  }

  .home-difference__metrics strong {
    grid-column: 2;
    justify-content: flex-start;
    min-height: 30px;
    padding: 0 10px;
    font-size: 12px;
  }

  .home-difference__metrics article > span {
    display: none;
  }
}

.frm-btn {
  background: var(--prm2-color);
  color: #fff;
  padding: 7px;
  border-radius: 4px;
  border: transparent;
}
.frm-btn:hover {
  color: var(--prm2-color);
  background: #fff;
  border: 1px solid var(--prm2-color);
  display: flex;
}
.input-bg {
  background-color: transparent;
}

footer {
  background-color: var(--prm2-color);
  color: #fff;

  ul {
    li {
      list-style: none;
      a {
        text-decoration: none;
        color: #fff;
      }
      a:hover {
        color: #646464;
        transition: all 0.2s linear;
      }
    }
  }
}
.footer-end {
  color: #fff;
  background: #333333;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-top: 1px solid #444343;
}

.f-list {
  list-style: none;
  right: 0;
  gap: 10px;
  padding-right: 0;
  margin: 0 !important;
  a {
    padding: 10px;
    color: #fff;
    background-color: #333333;
    border: 1px solid #fff;
    border-radius: 50%;
  }
}
.img-blur {
  filter: brightness(50%);
  border-radius: 10px;
  margin: 10px;
}
.img-blur:hover {
  transform: scale(0.9);

  transition: all 0.5s linear;

  .overlay-text1 {
    color: #000 !important;
  }
}
.o-text {
  position: relative;
}
.overlay-text1 {
  position: absolute;
  transform: translate(-50%, -50%);
  color: #fff;

  display: block;

  top: 60%;
  left: 50%;
}
.overlay-text1 h6 {
  color: #d4d1d1;
}
.grey {
  color: #a7a4a4;
}
.q-bg {
  background-image: url(../imgs/creative2/7xm.xyz514276.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  text-align: center;
  padding-bottom: 15px;
}
.q-card {
  margin-right: 0px;
  padding: 1px;
  border-radius: 4px;
}
.q-card:hover {
  filter: brightness(100%);
  .overlay-text {
    display: none;
  }
}
.s-img {
  border: 2px solid #a7a4a4;
  border-radius: 50%;
}
.industry-serve {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 52px 18px;
  background:
    /* linear-gradient(135deg, rgba(5, 118, 185, 0.42), rgba(15, 32, 51, 0.46)), */ url("../imgs/banners/global-industry-network-banner.png")
    center/cover fixed no-repeat;
}

.industry-serve::before {
  display: none;
}

.industry-bg {
  max-width: 980px;
  margin: 0 auto 26px;
  background: transparent !important;
  color: #000000;
  text-align: center;
}

.industry-bg .title {
  padding-top: 0;
  color: #000000;
  font-size: 30px !important;
  font-weight: 900;
  letter-spacing: 0;
}

.industry-bg .t-border {
  width: 110px;
  height: 4px;
  background: #000000;
}

.sol {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  text-align: center;
}

.industry-serve .sol .row {
  justify-content: center;
  gap: 20px;
}

.sol-card {
  position: relative;
  flex: 0 0 200px !important;
  width: 200px !important;
  max-width: 200px !important;
  min-height: 185px;
  padding: 22px 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  margin: 0 !important;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.94),
    rgba(238, 248, 255, 0.78)
  );
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(12px) saturate(1.2);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.sol-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.74),
    rgba(255, 255, 255, 0.2) 36%,
    transparent 64%
  );
  pointer-events: none;
}

.sol-card::after {
  content: "";
  position: absolute;
  top: -65%;
  left: -85%;
  width: 70%;
  height: 220%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.58),
    transparent
  );
  transform: rotate(24deg);
  opacity: 0;
  pointer-events: none;
  transition:
    left 0.65s ease,
    opacity 0.25s ease;
}

.sol-card:hover {
  transform: translateY(-8px);
  border-color: #ffffff;
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.24);
}

.sol-card:hover::after {
  left: 118%;
  opacity: 1;
}

.sol-card a {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 16px;
  height: 100%;
}

.sol-card img {
  width: 96px !important;
  height: 96px;
  padding: 12px;
  border-radius: 50%;
  background: rgba(5, 118, 185, 0.1);
  object-fit: contain;
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.sol-card:hover img {
  transform: scale(1.08);
  background: rgba(5, 118, 185, 0.16);
}

.sol-card h6 {
  margin: 0;
  color: #132033;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  text-transform: capitalize;
  overflow-wrap: anywhere;
}
.ind-img {
  margin-top: 30px;
}
.i-bg {
  border: 2px dashed #646464;
  background-color: #fff;
}
.in-bg {
  background-color: rgb(245, 244, 244);
  padding: 20px;
}
.c-bg {
  background: #0576b9;
  color: #fff;
}
.c-btn {
  padding: 10px;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  border: transparent;
}
.c-btn:hover {
  background: #0576b9;
  color: #fff;
}
.consult {
  background-color: var(--prm2-color);
  color: #fff;
}
.btn-next,
.btn-prev {
  bottom: 0;
  right: 0;
}
.vedio {
  margin-top: 0px;
  background: #000;
  justify-content: center;
  align-items: center;
}
.vedio-hero {
  align-items: center !important;
}

.ved {
  background: #0576b9;
  color: #fff;
}

.company-profile-section {
  position: relative;
  overflow: hidden;
  min-height: 590px;
  padding: 24px 18px 18px;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.98), rgba(237, 249, 255, 0.94) 56%, rgba(255, 255, 255, 0.9)),
    url("../imgs/banners/global-industry-network-banner.png") center/cover no-repeat;
  color: #10203f;
}

.company-profile-section::before {
  content: "";
  position: absolute;
  left: -180px;
  top: -230px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 54px solid rgba(5, 118, 186, 0.16);
  background: transparent;
  pointer-events: none;
}

.company-profile-section::after {
  content: "";
  position: absolute;
  right: -170px;
  bottom: -220px;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(5, 118, 186, 0.12), transparent 68%);
  pointer-events: none;
}

.company-profile-section__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1520px);
  margin: 0 auto;
}

.company-profile-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.company-profile-section__media,
.company-profile-section__content {
  transition: opacity 0.72s ease, transform 0.72s ease;
}

.reveal-slide {
  opacity: 0;
}

.reveal-slide--left {
  transform: translateX(-46px);
}

.reveal-slide--right {
  transform: translateX(46px);
}

.reveal-slide.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.company-profile-section__image-card {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border: 8px solid #ffffff;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(6, 46, 85, 0.14);
}

.company-profile-section__image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  width: auto;
  height: auto;
  background:
    linear-gradient(135deg, rgba(6, 46, 85, 0.18), transparent 46%),
    linear-gradient(0deg, rgba(6, 46, 85, 0.58), transparent 42%);
  clip-path: none;
}

.company-profile-section__image-card::after {
  content: "";
  position: absolute;
  left: -7%;
  bottom: -8%;
  z-index: 2;
  width: 56%;
  height: 54%;
  border: 0;
  border-radius: 0 100% 0 0;
  background: linear-gradient(135deg, rgba(5, 118, 186, 0.96), rgba(6, 46, 85, 0.9));
}

.company-profile-section__image-card img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: center;
}

.company-profile-section__image-copy {
  position: absolute;
  left: 30px;
  bottom: 28px;
  z-index: 3;
  display: grid;
  gap: 14px;
  max-width: 230px;
  color: #ffffff;
}

.company-profile-section__image-copy strong {
  font-size: 25px;
  font-weight: 900;
  line-height: 1.12;
}

.company-profile-section__image-copy span {
  display: block;
  padding-top: 14px;
  border-top: 2px solid rgba(255, 255, 255, 0.86);
  color: #d9f1ff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.company-profile-section__content {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 16px 28px;
  align-items: start;
}

.company-profile-section__copy {
  max-width: 760px;
}

.company-profile-section__copy > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
  color: #062b52;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.company-profile-section__copy > span::before {
  content: "";
  width: 42px;
  height: 2px;
  background: #f5c400;
}

.company-profile-section__copy h3 {
  margin: 0 0 12px;
  color: #062e55;
  font-size: clamp(32px, 3vw, 46px) !important;
  font-weight: 900;
  line-height: 1.05;
}

.company-profile-section__copy h3 span {
  color: #0576b9;
}

.company-profile-section__copy p {
  margin: 0;
  max-width: 700px;
  color: #263a53;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.58;
}

.company-profile-section__btn {
  width: fit-content;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 0 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0576ba, #04649d);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(5, 118, 185, 0.22);
}

.company-profile-section__btn:hover {
  color: #ffffff;
  background: #04649d;
}

.company-profile-section__features {
  display: grid;
  gap: 12px;
  padding-top: 7px;
}

.company-profile-section__features div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 76px;
  padding: 12px;
  border: 1px solid rgba(5, 118, 186, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 40px rgba(6, 46, 85, 0.08);
  backdrop-filter: blur(8px);
}

.company-profile-section__features i {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(5, 118, 186, 0.16), rgba(218, 245, 255, 0.86));
  color: #0576ba;
  font-size: 21px;
}

.company-profile-section__features strong,
.company-profile-section__features small {
  display: block;
}

.company-profile-section__features strong {
  color: #10203f;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.18;
}

.company-profile-section__features small {
  margin-top: 4px;
  color: #42536a;
  font-size: 12px;
  font-weight: 600;
}

.company-profile-section__showcase {
  position: relative;
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 22px;
  width: 100%;
  min-height: 188px;
  padding: 20px 28px;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(6, 46, 85, 0.96), rgba(4, 24, 45, 0.98)),
    #062e55;
  box-shadow: 0 24px 58px rgba(6, 46, 85, 0.2);
}

.company-profile-section__showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(6, 46, 85, 0.72), rgba(6, 46, 85, 0.2) 44%, rgba(6, 46, 85, 0.08)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 28px);
  pointer-events: none;
}

.company-profile-section__showcase::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 3;
  border: 1px solid rgba(116, 221, 255, 0.22);
  border-radius: 12px;
  pointer-events: none;
}

.company-profile-section__showcase-copy {
  position: relative;
  z-index: 6;
  display: grid;
  gap: 8px;
  width: 34%;
  min-width: 220px;
}

.company-profile-section__showcase-copy strong {
  color: #ffffff;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.15;
}

.company-profile-section__showcase-copy span {
  color: #6fdcff;
  font-size: 13px;
  font-weight: 700;
}

.company-profile-section__showcase-video {
  position: relative;
  z-index: 4;
  width: min(56%, 460px);
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  margin-left: auto;
  border: 4px solid #F5C400;
  border-radius: 6px;
  background: #001d36;
  box-shadow: 0 18px 34px rgba(0, 18, 38, 0.28);
}

.company-profile-section__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 46px rgba(6, 46, 85, 0.08);
  backdrop-filter: blur(8px);
}

.company-profile-section__stats div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 68px;
  border-right: 1px solid rgba(5, 118, 185, 0.25);
}

.company-profile-section__stats div:last-child {
  border-right: 0;
}

.company-profile-section__stats i {
  color: #0576ba;
  font-size: 28px;
}

.company-profile-section__stats strong,
.company-profile-section__stats small {
  display: block;
}

.company-profile-section__stats strong {
  color: #062e55;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.company-profile-section__stats small {
  margin-top: 5px;
  color: #263a53;
  font-size: 13px;
  font-weight: 700;
}

.ql-img {
  transform: skew(5deg);
  filter: brightness(40%);
  border-radius: 20px;
  width: 300px;
}
.blogs {
  background-image: url(../imgs/creative2/7xm.xyz514276.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.home-blogs {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3vw, 36px) 20px;
  background:
    radial-gradient(circle at -8% 55%, rgba(5, 118, 185, 0.12) 0 140px, transparent 142px),
    radial-gradient(circle at 106% 34%, rgba(5, 118, 185, 0.1) 0 190px, transparent 192px),
    linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
}

.home-blogs::before {
  content: "Ideas\A Packaging\A a Better\A Tomorrow";
  display: none;
}

.home-blogs::after {
  content: "";
  position: absolute;
  left: -44px;
  bottom: -36px;
  width: clamp(130px, 16vw, 260px);
  height: clamp(70px, 9vw, 145px);
  background: rgba(245, 196, 0, 0.18);
  clip-path: polygon(0 42%, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.home-blogs__inner {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  margin: 0 auto;
}

.home-blogs__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.home-blogs__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #0576b9;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.home-blogs__eyebrow::before {
  content: "";
  width: 48px;
  height: 2px;
  background: #0576b9;
  border-radius: 999px;
}

.home-blogs__heading h2 {
  margin: 10px 0 4px;
  color: #06244c;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.home-blogs__heading h2 span {
  color: #0576b9;
}

.home-blogs__heading p {
  max-width: 760px;
  margin: 0;
  color: #40557a;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.45;
}

.home-blogs__all,
.home-blog-read {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #0576b9;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.home-blogs__all {
  min-width: 152px;
  min-height: 42px;
  padding: 9px 16px;
  border: 2px solid #0576b9;
  border-radius: 6px;
  background: #ffffff;
  font-size: 15px;
}

.home-blogs__all:hover,
.home-blog-read:hover {
  color: #0576b9;
  transform: translateX(4px);
}

.home-blogs__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 18px;
  align-items: stretch;
}

.home-blog-featured,
.home-blog-list-card,
.home-blogs__empty {
  border: 1px solid rgba(5, 118, 185, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 42px rgba(6, 36, 76, 0.08);
}

.home-blog-featured {
  overflow: hidden;
}

.home-blog-featured__media {
  position: relative;
  display: block;
  min-height: 0;
  height: 255px;
  overflow: hidden;
  text-decoration: none;
}

.home-blog-featured__media img,
.home-blog-list-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.home-blog-featured__media span {
  position: absolute;
  top: 12px;
  left: 14px;
  padding: 6px 14px;
  border-radius: 5px;
  background: #0576b9;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-blog-featured__body {
  padding: 14px 18px 16px;
}

.home-blog-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 6px;
  color: #536383;
  font-size: 13px;
}

.home-blog-meta strong {
  color: #0576b9;
  font-weight: 800;
}

.home-blog-meta small {
  position: relative;
  color: #536383;
  font-size: 13px;
}

.home-blog-meta small::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 11px;
  margin: 0 9px 0 0;
  vertical-align: -2px;
  background: #8392ad;
}

.home-blog-featured h3,
.home-blog-list-card h3 {
  margin: 0;
  color: #06244c;
  font-weight: 900;
  line-height: 1.18;
}

.home-blog-featured h3 {
  max-width: 650px;
  font-size: clamp(20px, 1.65vw, 26px);
}

.home-blog-featured p,
.home-blog-list-card p {
  margin: 8px 0 0;
  color: #465a7d;
  line-height: 1.5;
}

.home-blog-featured p {
  display: -webkit-box;
  overflow: hidden;
  font-size: clamp(13px, 1vw, 15px);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-blog-read {
  margin-top: 10px;
  font-size: 14px;
}

.home-blogs__list {
  position: relative;
  height: 436px;
  overflow: hidden;
  padding-right: 2px;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
}

.home-blogs__track {
  display: grid;
  animation: homeBlogSlideUp 16s linear infinite;
  will-change: transform;
}

.home-blogs__list:hover .home-blogs__track {
  animation-play-state: paused;
}

.home-blogs__stack {
  display: grid;
  gap: 14px;
  padding-bottom: 14px;
}

@keyframes homeBlogSlideUp {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }
}

.home-blog-list-card {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 16px;
  min-height: 136px;
  padding: 10px 14px 10px 10px;
}

.home-blog-list-card__media {
  display: block;
  height: 116px;
  overflow: hidden;
  border-radius: 8px;
  background: #e9f5fd;
}

.home-blog-list-card h3 {
  display: -webkit-box;
  overflow: hidden;
  font-size: clamp(16px, 1.2vw, 20px);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-blog-list-card p {
  display: -webkit-box;
  overflow: hidden;
  font-size: clamp(12px, 0.9vw, 14px);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-blog-list-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e8f5fd;
  color: #0576b9;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.home-blog-featured:hover img,
.home-blog-list-card:hover img {
  transform: scale(1.045);
}

.home-blog-list-card:hover .home-blog-list-card__arrow {
  background: #0576b9;
  color: #ffffff;
  transform: translateX(3px);
}

.home-blogs__empty {
  padding: 32px;
  color: #40557a;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1199px) {
  .home-blogs__layout {
    grid-template-columns: 1fr;
  }

  .home-blogs__list {
    height: 330px;
  }

  .home-blog-list-card {
    grid-template-columns: 1fr;
    gap: 9px;
    min-height: 0;
    padding: 10px;
  }

  .home-blog-list-card__media {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .home-blog-list-card__arrow {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 767px) {
  .home-blogs {
    padding: 24px 14px;
  }

  .home-blogs::before,
  .home-blogs::after {
    display: none;
  }

  .home-blogs__heading {
    display: block;
    margin-bottom: 14px;
  }

  .home-blogs__eyebrow::before {
    width: 40px;
  }

  .home-blogs__heading h2 {
    margin-top: 8px;
  }

  .home-blogs__all {
    width: 100%;
    min-height: 40px;
    margin-top: 12px;
    font-size: 16px;
  }

  .home-blog-featured__media {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .home-blog-featured__body {
    padding: 12px;
  }

  .home-blogs__list {
    height: 238px;
  }

  .home-blog-list-card {
    grid-template-columns: 94px minmax(0, 1fr) 34px;
    gap: 10px;
    min-height: 104px;
    padding: 8px;
  }

  .home-blog-list-card__media {
    height: 84px;
    aspect-ratio: auto;
  }

  .home-blog-meta {
    gap: 8px;
    margin-bottom: 6px;
    font-size: 12px;
  }

  .home-blog-meta small {
    font-size: 12px;
  }

  .home-blog-meta small::before {
    height: 10px;
    margin: 0 7px 0 0;
  }

  .home-blog-list-card h3 {
    font-size: 15px;
    -webkit-line-clamp: 2;
  }

  .home-blog-list-card p {
    display: none;
  }

  .home-blog-list-card__arrow {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .home-blog-list-card {
    grid-template-columns: 82px minmax(0, 1fr) 30px;
  }

  .home-blog-list-card__media {
    height: 76px;
  }
}
.rate {
  align-self: center;
  display: contents;
}
.white {
  color: #fff;
}

.whychoose-ussection {
  background-position: center bottom 0px;
  background-image:
    url(../imgs/why-choose-us.png),
    radial-gradient(
      circle at top right,
      var(--prm2-color) 100%,
      var(--sec2-color) 100%
    ) !important;
  background-size: cover;
  padding-bottom: 20px;
  padding-top: 10px;

  .content-points {
    /* border: 2px solid var(--secondary); */
    border-radius: 10px;
    margin: 5px;
    /* box-shadow: 0px 10px 60px 0px rgba(10, 45, 97, 0.1); */
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    background: white;

    div {
      display: flex;
      justify-content: flex-start;
      padding: 10px 20px;
      align-items: center;
      gap: 10px;
      /* box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px; */
      /* border: 1px solid red; */

      h5 {
        color: rgb(31, 40, 57);
        transition: all 0.3s linear;
        font-size: 16px;
      }
    }

    p {
      border: 2px solid var(--primary);
      border-radius: 100%;
      width: 25px;
      height: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s linear;
      padding: 2px;

      i {
        font-size: 18px;
        color: var(--primary);
        text-align: center;
        transition: all 0.3s linear;
      }
    }

    &:hover p {
      border: 2px solid rgb(31, 40, 57);
    }

    &:hover i {
      color: rgb(31, 40, 57);
    }

    &:hover div h5 {
      color: var(--primary);
    }
  }

  .contact-in {
    display: flex;
    justify-content: flex-start;

    gap: 15px;
    margin-bottom: 2px;

    p {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: white;
      display: flex;

      justify-content: center;
      text-align: justify;
      padding: 5px;

      i {
        color: var(--prm3-color);
        font-size: 16px;
      }
    }

    a {
      color: #fff;
      font-size: 16px;
    }
  }
}
.ab-card {
  border: 1px solid #a7a4a4;
  padding: 2px;
  border-radius: 5px;
  justify-content: center;
  text-align: center;
}
.ab-strips {
  border: 1px solid #646464;
  border-radius: 8px;

  .strip-data {
    margin-top: 30px;
    align-items: center;
  }
}
.str-img {
  padding-left: 0 !important;
  border-top-right-radius: 60%;
  border-bottom-right-radius: 0%;
}
.str-img1 {
  padding-left: 0 !important;
  border-top-left-radius: 60%;
  border-bottom-left-radius: 0%;
}

.director-message {
  padding: clamp(34px, 5vw, 68px) 20px;
  background:
    linear-gradient(90deg, rgba(5, 118, 185, 0.08), transparent 38%),
    #f8fcff;
}

.director-message__inner {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
}

.director-message__media {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 8px solid #ffffff;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(6, 36, 76, 0.14);
}

.director-message__media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.director-message__name {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px;
  border-left: 4px solid #f5c400;
  border-radius: 6px;
  background: rgba(6, 36, 76, 0.92);
  color: #ffffff;
}

.director-message__name strong,
.director-message__name span {
  display: block;
}

.director-message__name strong {
  font-size: 18px;
  font-weight: 900;
}

.director-message__name span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
}

.director-message__content {
  max-width: 720px;
}

.director-message__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0576b9;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.director-message__eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: #0576b9;
}

.director-message h2 {
  margin: 8px 0 16px;
  color: #06244c;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.05;
}

.director-message p {
  margin: 0 0 14px;
  color: #465a7d;
  font-size: 16px;
  line-height: 1.75;
}

.director-message__quote {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(5, 118, 185, 0.16);
  border-radius: 8px;
  background: #ffffff;
  color: #06244c;
  box-shadow: 0 14px 30px rgba(6, 36, 76, 0.07);
}

.director-message__quote i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f5c400;
  color: #06244c;
}

.director-message__quote span {
  color: #253a5e;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.55;
}

.about-fact-sheet {
  padding: clamp(22px, 3vw, 38px) 20px;
  background: #ffffff;
}

.about-fact-sheet__inner {
  max-width: 1320px;
  margin: 0 auto;
}

.about-fact-sheet__heading {
  max-width: 680px;
  margin: 0 auto 18px;
  text-align: center;
}

.about-fact-sheet__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #0576b9;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.about-fact-sheet__eyebrow::before,
.about-fact-sheet__eyebrow::after {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: #0576b9;
}

.about-fact-sheet__heading h2 {
  margin: 7px 0 6px;
  color: #06244c;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.about-fact-sheet__heading h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin: 9px auto 0;
  border-radius: 999px;
  background: #f5c400;
}

.about-fact-sheet__heading p {
  margin: 0;
  color: #536383;
  font-size: 14px;
  line-height: 1.55;
}

.about-fact-table {
  overflow: hidden;
  border: 1px solid rgba(5, 118, 185, 0.18);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(6, 36, 76, 0.06);
}

.about-fact-table__row {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  min-height: 46px;
  border-bottom: 1px solid rgba(5, 118, 185, 0.14);
}

.about-fact-table__row:last-child {
  border-bottom: 0;
}

.about-fact-table__row:nth-child(even) {
  background: #f8fcff;
}

.about-fact-table__label,
.about-fact-table__value {
  display: flex;
  align-items: center;
  padding: 10px 18px;
  color: #253a5e;
  font-size: 14px;
  line-height: 1.45;
}

.about-fact-table__label {
  gap: 10px;
  border-right: 1px solid rgba(5, 118, 185, 0.14);
  background: rgba(232, 245, 253, 0.68);
  color: #06244c;
  font-weight: 900;
}

.about-fact-table__label i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffffff;
  color: #0576b9;
  font-size: 13px;
}

.about-fact-table__value {
  font-weight: 600;
}

.about-fact-table__value ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-fact-table__value li {
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(245, 196, 0, 0.16);
  color: #06244c;
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 991px) {
  .director-message__inner {
    grid-template-columns: 300px minmax(0, 1fr);
  }

  .director-message__media,
  .director-message__media img {
    min-height: 380px;
  }

  .about-fact-table__row {
    grid-template-columns: 260px minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .director-message {
    padding: 30px 14px;
  }

  .director-message__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .director-message__media,
  .director-message__media img {
    min-height: 360px;
  }

  .director-message__name {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .director-message p {
    font-size: 14px;
    line-height: 1.65;
  }

  .director-message__quote {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 11px;
    padding: 14px;
  }

  .director-message__quote i {
    width: 36px;
    height: 36px;
  }

  .director-message__quote span {
    font-size: 13px;
  }

  .about-fact-sheet {
    padding: 24px 14px;
  }

  .about-fact-sheet__heading {
    margin-bottom: 14px;
  }

  .about-fact-sheet__eyebrow::before,
  .about-fact-sheet__eyebrow::after {
    width: 28px;
  }

  .about-fact-table__row {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .about-fact-table__label {
    border-right: 0;
    border-bottom: 1px solid rgba(5, 118, 185, 0.12);
    padding: 9px 12px;
  }

  .about-fact-table__value {
    padding: 9px 12px 11px;
  }

  .about-fact-table__value li {
    font-size: 12px;
  }
}
.profile {
  background: #0576b9;
  color: #fff;
}
.blue-bg {
  background: #0576b9;
  color: #fff;
}

.home-certifications {
  position: relative;
  overflow: hidden;
  padding: clamp(16px, 2vw, 28px) 20px;
  background:
    radial-gradient(circle at -2% -8%, rgba(5, 118, 186, 0.1) 0 210px, transparent 212px),
    radial-gradient(circle at 102% 104%, rgba(5, 118, 186, 0.1) 0 190px, transparent 192px),
    linear-gradient(135deg, #ffffff 0%, #fbfdff 55%, #f1f9fe 100%);
}

.home-certifications__inner {
  width: min(100%, 1580px);
  margin: 0 auto;
}

.home-certifications__heading {
  position: relative;
  margin-bottom: 14px;
  text-align: center;
}

.home-certifications__heading > span {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  color: #62779d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 6px;
}

.home-certifications__heading > span::before,
.home-certifications__heading > span::after {
  content: "";
  width: 34px;
  height: 2px;
  background: #f5c400;
}

.home-certifications__heading h2 {
  margin: 5px 0 5px;
  color: #062b52;
  font-size: clamp(26px, 2.6vw, 38px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.home-certifications__heading h2 span {
  color: #0576ba;
}

.home-certifications__heading p {
  margin: 0 auto;
  max-width: 860px;
  color: #4e668d;
  font-size: 13px;
  line-height: 1.3;
}

.home-certifications__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.home-certifications__card {
  height: 82px;
  display: grid;
  grid-template-columns: 62px 1fr 30px;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(5, 118, 186, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(6, 43, 82, 0.06);
}

.home-certifications__seal {
  position: relative;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eaf6fc;
  color: #0576ba;
  font-weight: 900;
}

.home-certifications__seal::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 7px;
  width: 1px;
  height: 36px;
  background: rgba(6, 43, 82, 0.16);
}

.home-certifications__seal--iso {
  font-size: 20px;
}

.home-certifications__seal--leaf,
.home-certifications__seal--fsc {
  color: #08743b;
  font-size: 23px;
}

.home-certifications__card h3,
.home-certifications__un h3 {
  margin: 0;
  color: #062b52;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.home-certifications__card p,
.home-certifications__un p {
  margin: 3px 0 0;
  color: #55709c;
  font-size: 11px;
  line-height: 1.25;
}

.home-certifications__card > i,
.home-certifications__un > i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f5c400;
  color: #062b52;
  font-size: 11px;
}

.home-certifications__un {
  position: relative;
  overflow: hidden;
  min-height: 78px;
  display: grid;
  grid-template-columns: 130px minmax(240px, 1fr) minmax(180px, 0.75fr) 34px;
  align-items: center;
  gap: 18px;
  margin-top: 10px;
  padding: 12px 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(234, 246, 252, 0.88), rgba(217, 240, 253, 0.86));
  box-shadow: 0 18px 48px rgba(6, 43, 82, 0.07);
}

.home-certifications__un-icon {
  justify-self: center;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #0576ba;
  border: 2px solid rgba(5, 118, 186, 0.24);
  font-size: 26px;
}

.home-certifications__un strong {
  display: block;
  margin-top: 4px;
  color: #0576ba;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.5px;
}

.home-certifications__map {
  height: 52px;
  border-left: 1px solid rgba(6, 43, 82, 0.16);
  background-image: radial-gradient(rgba(5, 118, 186, 0.22) 1px, transparent 1px);
  background-size: 8px 8px;
  opacity: 0.5;
  mask-image: radial-gradient(ellipse at center, #000 0 58%, transparent 72%);
}

@media (max-width: 1199px) {
  .home-certifications__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-certifications__un {
    grid-template-columns: 70px 1fr 34px;
  }

  .home-certifications__map {
    display: none;
  }
}

@media (max-width: 767px) {
  .home-certifications {
    padding: 22px 12px;
  }

  .home-certifications__heading {
    margin-bottom: 14px;
  }

  .home-certifications__heading > span {
    gap: 20px;
    font-size: 14px;
    letter-spacing: 6px;
  }

  .home-certifications__heading > span::before,
  .home-certifications__heading > span::after {
    width: 34px;
  }

  .home-certifications__heading h2 {
    font-size: 26px;
  }

  .home-certifications__heading p {
    font-size: 14px;
  }

  .home-certifications__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .home-certifications__card {
    height: 76px;
    grid-template-columns: 48px 1fr 26px;
    gap: 10px;
    padding: 10px 12px;
  }

  .home-certifications__seal {
    width: 42px;
    height: 42px;
  }

  .home-certifications__seal::after {
    display: none;
  }

  .home-certifications__seal--iso {
    font-size: 18px;
  }

  .home-certifications__seal--leaf,
  .home-certifications__seal--fsc {
    font-size: 21px;
  }

  .home-certifications__card h3,
  .home-certifications__un h3 {
    font-size: 13px;
  }

  .home-certifications__card p,
  .home-certifications__un p {
    margin-top: 2px;
    font-size: 11px;
  }

  .home-certifications__card > i,
  .home-certifications__un > i {
    width: 26px;
    height: 26px;
    font-size: 10px;
  }

  .home-certifications__un {
    grid-template-columns: 44px 1fr 26px;
    min-height: 76px;
    gap: 10px;
    margin-top: 8px;
    padding: 10px 12px;
  }

  .home-certifications__un-icon {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }

  .home-certifications__un strong {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

.gradient {
  background-image: radial-gradient(
    circle at top right,
    #fff 0%,
    var(--prm2-color) 100%
  ) !important ;
  color: #fff;
}
.gradient1 {
  background-image: radial-gradient(
    circle at top left,
    #fff 0%,
    var(--prm2-color) 100%
  ) !important ;
  color: #fff;
}
.border {
  border: 2px solid #000;
}
.delighted {
  /*   background-image: url(../imgs/creative2/7xm.xyz514276.jpg);
      background-repeat: no-repeat;
      background-size: cover;*/
  padding: 20px;
}
.c-grp {
  background: #0576b9;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px;
  border-radius: 10px;
  flex-wrap: wrap;

  i {
    background-color: #000;
    border-radius: 50px;
    padding: 10px;
  }
}
.all-products,
.img-bg {
  background-image: url(../imgs/creative2/7xm.xyz514276.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.products-page {
  background: #f7fbff;
  overflow: hidden;
}

.products-hero {
  position: relative;
  min-height: 340px;
  display: grid;
  align-items: center;
  padding: clamp(34px, 5vw, 72px) 20px;
  isolation: isolate;
}

.products-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.products-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4, 28, 60, 0.58);
}

.products-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products-hero__content,
.products-catalog {
  width: min(100%, 1320px);
  margin: 0 auto;
}

.products-hero__content {
  color: #ffffff;
}

.products-page__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #0576b9;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.products-hero .products-page__eyebrow {
  color: #f5c400;
}

.products-page__eyebrow::before {
  content: "";
  width: 44px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.products-hero h1 {
  max-width: 720px;
  margin: 14px 0 12px;
  font-size: clamp(36px, 5vw, 66px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.products-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(15px, 1.35vw, 20px);
  line-height: 1.55;
}

.products-catalog {
  padding: clamp(28px, 4.5vw, 58px) 20px;
}

.products-catalog__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.products-catalog__heading h2 {
  margin: 10px 0 0;
  color: #06244c;
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.products-catalog__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.products-category-card {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  min-height: 320px;
  overflow: hidden;
  border: 1px solid rgba(5, 118, 185, 0.18);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(6, 36, 76, 0.08);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.products-category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(5, 118, 185, 0.38);
  box-shadow: 0 20px 48px rgba(6, 36, 76, 0.12);
}

.products-category-card__image {
  position: relative;
  display: block;
  min-height: 100%;
  overflow: hidden;
  background: #e8f5fd;
}

.products-category-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.products-category-card:hover .products-category-card__image img {
  transform: scale(1.05);
}

.products-category-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 18px;
}

.products-category-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.products-category-card__top span {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(245, 196, 0, 0.16);
  color: #665100;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.products-category-card__top small {
  color: rgba(5, 118, 185, 0.3);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.products-category-card h3 {
  margin: 0 0 9px;
  color: #06244c;
  font-size: clamp(20px, 1.55vw, 25px);
  font-weight: 900;
  line-height: 1.18;
}

.products-category-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 12px;
  color: #465a7d;
  font-size: 14px;
  line-height: 1.55;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.products-category-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.products-category-card__links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  max-width: 100%;
  padding: 7px 10px;
  border-radius: 999px;
  background: #f1f8fd;
  color: #06244c;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.products-category-card__links a i {
  color: #0576b9;
  font-size: 10px;
}

.products-category-card__links a:hover {
  background: #e8f5fd;
  color: #0576b9;
}

.products-category-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-self: flex-start;
  min-height: 40px;
  margin-top: 16px;
  padding: 9px 16px;
  border-radius: 8px;
  background: #0576b9;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.products-category-card__action:hover {
  background: #035f96;
  color: #ffffff;
  transform: translateX(3px);
}

.product-detail-page {
  background: #f7fbff;
  color: #06244c;
  overflow: hidden;
}

.product-detail-hero {
  padding: clamp(28px, 4.2vw, 56px) 20px;
  background: #ffffff;
  border-bottom: 1px solid rgba(5, 118, 185, 0.16);
}

.product-detail-hero__inner,
.product-detail-main,
.product-detail-content {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.product-detail-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 14px;
  color: #536383;
  font-size: 13px;
  font-weight: 800;
}

.product-detail-breadcrumb a {
  color: #0576b9;
  text-decoration: none;
}

.product-detail-breadcrumb i {
  font-size: 10px;
  color: #95a6bf;
}

.product-detail-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #0576b9;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-detail-eyebrow::before {
  content: "";
  width: 44px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.product-detail-hero h1 {
  max-width: 900px;
  margin: 12px 0 12px;
  color: #06244c;
  font-size: clamp(34px, 4.4vw, 62px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.product-detail-hero p {
  max-width: 820px;
  margin: 0;
  color: #465a7d;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.6;
}

.product-detail-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.product-detail-primary-btn,
.product-detail-secondary-btn,
.product-detail-read-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 11px 18px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.product-detail-primary-btn {
  border: 0;
  background: #0576b9;
  color: #ffffff;
}

.product-detail-primary-btn:hover {
  background: #035f96;
  color: #ffffff;
  transform: translateY(-2px);
}

.product-detail-secondary-btn,
.product-detail-read-btn {
  border: 1px solid rgba(5, 118, 185, 0.32);
  background: #ffffff;
  color: #0576b9;
}

.product-detail-secondary-btn:hover,
.product-detail-read-btn:hover {
  color: #0576b9;
  border-color: #0576b9;
  transform: translateY(-2px);
}

.product-detail-main {
  display: grid;
  grid-template-columns: minmax(0, 680px) 390px;
  gap: 22px;
  padding: clamp(24px, 4vw, 44px) 20px 0;
  align-items: start;
  justify-content: center;
}

.product-detail-gallery,
.product-detail-panel,
.product-detail-content {
  border: 1px solid rgba(5, 118, 185, 0.18);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(6, 36, 76, 0.08);
}

.product-detail-gallery {
  overflow: hidden;
  padding: 14px;
  width: 100%;
  max-width: 680px;
}

.product-detail-gallery__main {
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #eef7fd;
  aspect-ratio: 4 / 3;
  max-height: 510px;
}

.product-detail-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-detail-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 9px;
  margin-top: 12px;
}

.product-detail-gallery__thumbs button {
  overflow: hidden;
  aspect-ratio: 1;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #e8f5fd;
  padding: 0;
  cursor: pointer;
}

.product-detail-gallery__thumbs button.is-active {
  border-color: #f5c400;
}

.product-detail-gallery__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-detail-panel {
  position: sticky;
  top: 94px;
  padding: 24px;
}

.product-detail-panel > span {
  display: inline-flex;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(245, 196, 0, 0.16);
  color: #665100;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-detail-panel h2 {
  margin: 14px 0 9px;
  color: #06244c;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.15;
}

.product-detail-panel p {
  margin: 0;
  color: #465a7d;
  font-size: 15px;
  line-height: 1.55;
}

.product-detail-panel__points {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.product-detail-panel__points div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #06244c;
  font-size: 14px;
  font-weight: 800;
}

.product-detail-panel__points i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e8f5fd;
  color: #0576b9;
  font-size: 12px;
}

.product-detail-content {
  margin-top: 22px;
  margin-bottom: clamp(28px, 4vw, 54px);
  padding: clamp(18px, 2.4vw, 30px);
}

.product-detail-content__heading {
  margin-bottom: 16px;
}

.product-detail-content__heading h2 {
  margin: 9px 0 0;
  color: #06244c;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.08;
}

.product-detail-content .product-description {
  color: #2d405f;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.75;
}

.product-detail-content .product-description h1,
.product-detail-content .product-description h2,
.product-detail-content .product-description h3,
.product-detail-content .product-description h4,
.product-detail-content .product-description h5,
.product-detail-content .product-description h6 {
  color: #06244c;
  font-weight: 900;
}

.product-detail-content .product-description a {
  color: #0576b9;
  font-weight: 800;
}

.product-detail-content .product-description table {
  overflow: hidden;
  border-radius: 8px;
}

.product-detail-read-btn {
  margin-top: 8px;
}

.category-detail-page {
  background: #f7fbff;
  overflow: hidden;
}

.category-detail-hero {
  position: relative;
  min-height: 360px;
  display: grid;
  align-items: center;
  padding: clamp(34px, 5vw, 72px) 20px;
  isolation: isolate;
}

.category-detail-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.category-detail-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4, 28, 60, 0.62);
}

.category-detail-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-detail-hero__content,
.category-detail-content {
  width: min(100%, 1320px);
  margin: 0 auto;
}

.category-detail-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
}

.category-detail-breadcrumb a {
  color: #f5c400;
  text-decoration: none;
}

.category-detail-breadcrumb i {
  font-size: 10px;
}

.category-detail-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #0576b9;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.category-detail-hero .category-detail-eyebrow {
  color: #f5c400;
}

.category-detail-eyebrow::before {
  content: "";
  width: 44px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.category-detail-hero h1 {
  max-width: 900px;
  margin: 12px 0 12px;
  color: #ffffff;
  font-size: clamp(36px, 5vw, 66px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.category-detail-hero p {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(15px, 1.35vw, 20px);
  line-height: 1.58;
}

.category-detail-content {
  padding: clamp(26px, 4vw, 52px) 20px;
}

.category-detail-description,
.category-detail-products {
  border: 1px solid rgba(5, 118, 185, 0.18);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(6, 36, 76, 0.08);
}

.category-detail-description {
  padding: clamp(18px, 2.4vw, 30px);
}

.category-detail-description__heading,
.category-detail-products__heading {
  margin-bottom: 16px;
}

.category-detail-description__heading h2,
.category-detail-products__heading h2 {
  margin: 9px 0 0;
  color: #06244c;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.08;
}

.category-description-text {
  color: #2d405f;
  font-size: 15px;
  line-height: 1.75;
}

.category-description-text p {
  margin: 0 0 12px;
}

.category-description-text h1,
.category-description-text h2,
.category-description-text h3,
.category-description-text h4,
.category-description-text h5,
.category-description-text h6 {
  color: #06244c;
  font-weight: 900;
}

.category-description-text a {
  color: #0576b9;
  font-weight: 800;
}

.category-detail-read-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 8px;
  padding: 9px 17px;
  border: 1px solid rgba(5, 118, 185, 0.32);
  border-radius: 8px;
  background: #ffffff;
  color: #0576b9;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.category-detail-products {
  margin-top: 22px;
  padding: clamp(18px, 2.4vw, 30px);
}

.category-detail-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.category-product-card {
  overflow: hidden;
  border: 1px solid rgba(5, 118, 185, 0.18);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(6, 36, 76, 0.06);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.category-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(5, 118, 185, 0.36);
  box-shadow: 0 18px 40px rgba(6, 36, 76, 0.1);
}

.category-product-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  background: #e8f5fd;
}

.category-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.34s ease;
}

.category-product-card:hover .category-product-card__image img {
  transform: scale(1.05);
}

.category-product-card__body {
  padding: 15px;
}

.category-product-card__body > span {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(245, 196, 0, 0.16);
  color: #665100;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.category-product-card h3 {
  min-height: 48px;
  margin: 10px 0 14px;
  color: #06244c;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.category-product-card__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.category-product-card__actions a,
.category-product-card__actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.category-product-card__actions a {
  border: 0;
  background: #0576b9;
  color: #ffffff;
}

.category-product-card__actions a:hover {
  color: #ffffff;
  background: #035f96;
}

.category-product-card__actions button {
  border: 1px solid rgba(5, 118, 185, 0.28);
  background: #ffffff;
  color: #0576b9;
}

.category-detail-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 18px;
  border-radius: 8px;
  background: #f8fcff;
  color: #465a7d;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 1199px) {
  .category-detail-products__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .category-detail-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .category-detail-hero {
    min-height: 280px;
    padding: 30px 14px;
  }

  .category-detail-content {
    padding: 22px 14px;
  }

  .category-detail-description,
  .category-detail-products {
    padding: 16px;
  }

  .category-detail-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .category-product-card h3 {
    min-height: 0;
    font-size: 13px;
  }

  .category-product-card__image {
    aspect-ratio: 1 / 0.82;
  }

  .category-product-card__body {
    padding: 11px;
  }

  .category-product-card__actions a,
  .category-product-card__actions button {
    flex: 1 1 100%;
    min-height: 34px;
    padding: 7px 8px;
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  .product-detail-main {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .product-detail-panel {
    position: static;
  }
}

@media (max-width: 640px) {
  .product-detail-hero {
    padding: 26px 14px;
  }

  .product-detail-main {
    padding: 18px 14px 0;
    max-width: 480px;
  }

  .product-detail-gallery {
    padding: 10px;
  }

  .product-detail-gallery__main {
    aspect-ratio: 1 / 1;
    max-height: 420px;
  }

  .product-detail-content {
    width: calc(100% - 28px);
    padding: 16px;
  }

  .product-detail-gallery__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-detail-hero__actions,
  .product-detail-primary-btn,
  .product-detail-secondary-btn {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .products-catalog__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .products-hero {
    min-height: 280px;
    padding: 34px 14px;
  }

  .products-catalog {
    padding: 26px 14px;
  }

  .products-catalog__heading {
    display: block;
    margin-bottom: 16px;
  }

  .products-category-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .products-category-card__image {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .products-category-card__body {
    padding: 15px;
  }

  .products-category-card p {
    -webkit-line-clamp: 3;
  }
}
.a {
  color: black;
  text-decoration: none;
}

.b-links {
  list-style: none;
  padding-left: 0;

  li {
    margin: 10px;

    padding: 10px;
  }
}
.b-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;

  width: 100%;
  height: 100vh;
}
.partners {
  position: relative;
  overflow: hidden;
  padding: 44px 20px;
  background: linear-gradient(135deg, #f5f9ff 0%, #eef5fb 100%);
}
.partners::before {
  content: "";
  position: absolute;
  inset: auto -80px -140px auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(42, 54, 149, 0.1);
  pointer-events: none;
}
.partners__inner {
  position: relative;
  width: min(100%, 1320px);
  margin: 0 auto;
}
.partners__heading {
  display: grid;
  justify-items: center;
  text-align: center;
  margin-bottom: 26px;
}
.partners__heading span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: #e6f0fb;
  color: var(--prm2-color);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.partners__heading h3 {
  margin: 10px 0 6px;
  color: #172033;
  font-size: 28px !important;
  font-weight: 800;
  text-transform: uppercase;
}
.partners__heading p {
  margin: 0;
  max-width: 620px;
  color: #5d6878;
  font-size: 15px;
  font-weight: 500;
}
.partners__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px;
}
.partner-card {
  width: 100%;
  min-height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid #dbe6f0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}
.partner-card img {
  max-width: 92%;
  max-height: 92px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.partner-card:hover {
  transform: translateY(-5px);
  border-color: #f5c400;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
}
.partners__nav {
  display: none !important;
}
.partners__nav::after {
  font-size: 14px !important;
  font-weight: 900;
}
.p-img {
  border-radius: 6px;
}
.p-text {
  width: 100%;
  margin-right: 40px;
  display: ruby-text;
  align-items: center;
  color: #fff;
}
.btn1 {
  color: #fff;
  background: #0576b9;
  text-decoration: none;
  padding: 5px;
  border-radius: 2px;
}
.btn1:hover {
  color: #062b52;
  background: #f5c400;
}

.hover:hover {
  transform: scale(1.1);
}

.home-product-gallery {
  position: relative;
  overflow: hidden;
  padding: 58px 18px;
  background: #ffffff;
}

.home-product-gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(5, 118, 185, 0.07),
      transparent 34%,
      transparent 66%,
      rgba(5, 118, 185, 0.05)
    ),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 42%, #f3f8fc 100%);
  pointer-events: none;
}

.home-product-gallery__inner {
  position: relative;
  width: min(100%, 1320px);
  margin: 0 auto;
}

.home-product-gallery__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 30px;
}

.home-product-gallery__heading span {
  display: inline-flex;
  color: #062b52;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-product-gallery__heading h3 {
  margin: 6px 0 0;
  color: #132033;
  font-size: 30px !important;
  font-weight: 900;
  text-transform: uppercase;
}

.home-product-gallery__heading a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 16px;
  border-radius: 6px;
  background: #0576b9;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.home-product-gallery__heading a span {
  color: inherit;
  font-size: inherit;
}

.home-product-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.home-product-card {
  position: relative;
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid #d9e9f4;
  border-radius: 8px;
  background: #ffffff;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  opacity: 0;
  transform: translateX(-34px);
  transition:
    opacity 0.56s ease,
    transform 0.56s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
  transition-delay: var(--gallery-delay);
}

.home-product-card.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.home-product-card:nth-child(1),
.home-product-card:nth-child(8n + 6) {
  grid-column: span 1;
  grid-row: auto;
}

.home-product-card:nth-child(8n + 3),
.home-product-card:nth-child(8n + 5) {
  grid-row: auto;
}

.home-product-card:hover {
  border-color: #d9e9f4;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.home-product-card figure {
  position: relative;
  margin: 0;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(135deg, #edf6fc, #ffffff);
}

.home-product-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(5, 118, 185, 0.18), transparent 62%);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.home-product-card:hover figure::after {
  opacity: 0;
}

.home-product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.home-product-card:hover img {
  transform: none;
}

.home-product-card__body {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 16px;
  min-height: 150px;
}

.home-product-card__body h4 {
  margin: 0;
  color: #172033;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.32;
  text-transform: capitalize;
}

.home-product-card__body div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid #e7f0f7;
  color: #0576b9;
  opacity: 1;
  transform: none;
  transition:
    opacity 0.26s ease,
    transform 0.26s ease;
}

.home-product-card__body small {
  color: inherit;
  font-size: 12px;
  font-weight: 800;
}

.home-product-card__body i {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(5, 118, 185, 0.1);
  color: #0576b9;
  transition:
    transform 0.24s ease,
    background 0.24s ease,
    color 0.24s ease;
}

.home-product-card:hover .home-product-card__body i {
  transform: none;
  background: rgba(5, 118, 185, 0.1);
  color: #0576b9;
}

.scroll-animate {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.62s ease,
    transform 0.62s ease;
  transition-delay: var(--scroll-delay, 0ms);
  will-change: opacity, transform;
}

.scroll-animate:nth-child(2n) {
  transform: translateY(34px) translateX(14px);
}

.scroll-animate:nth-child(3n) {
  transform: translateY(34px) translateX(-14px);
}

.scroll-animate.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

.reveal-slide.scroll-animate,
.home-product-card.scroll-animate {
  transition-delay: var(--scroll-delay, 0ms);
}

@media (prefers-reduced-motion: reduce) {
  .scroll-animate,
  .home-product-card,
  .home-product-card img,
  .home-product-card__body i,
  .home-blogs__track {
    transition: none;
    animation: none;
  }

  .scroll-animate,
  .home-product-card {
    opacity: 1;
    transform: none;
  }
}

.header-form {
  width: 100%;
  margin: 0px 50px;
  border-radius: 8px;
  background: var(--chalk);
  border: 2px solid var(--chalk);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.header-form:focus-within {
  background: var(--white);
  border-color: var(--prm2-color);
}

.header-form input {
  width: 100%;
  height: 45px;
  font-size: 15px;
  padding-left: 15px;
}

.header-form button i {
  width: 45px;
  height: 45px;
  font-size: 15px;
  line-height: 45px;
  text-align: center;
  border-radius: 8px;
  color: var(--text);
  display: inline-block;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.header-form button i:hover {
  color: var(--prm2-color);
}

.header-media-grp {
  display: none !important;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.radius {
  border-radius: 10px;
}
.nav-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  right: 20;
  margin-right: 30px;
}
.nav-img1 {
  right: 0;
  top: 0;
  width: 50px;
  right: 20;
  margin-right: 30px;
}
.nav-img0 {
  right: 0;
  top: 0;
  width: 28px;
  right: 30;
  margin-right: 102px;
  position: absolute;
  padding-top: 6px;
}
.nav-img00 {
  right: 0;
  top: 0;
  width: 33px;
  right: 40;
  margin-right: 68px;
  position: absolute;
  padding-top: 4px;
  margin-top: 0;
}
.hero-link {
  list-style: none;
  padding: 0;
  color: #000 !important;
  font-weight: bold;
  gap: 10px;
  align-items: center;
  justify-content: center;

  a {
    text-decoration: none;
    color: #000 !important;
  }
}
#mobile {
  display: none;
}
.lap-nav {
  background-color: #0576b9;
}
.mob-nav {
  background-color: #7fb8e0;
  padding: 5px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .laptop {
    display: none;
  }
}

a {
  text-decoration: none;
}

h3 {
  font-size: 1.25rem !important;
}

/* Redesigned site header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 11000;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.08);
  isolation: isolate;
}

.site-header__inner {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 22px;
}

.site-header__top {
  background: #0576b9;
  border-bottom: 1px solid rgba(245, 196, 0, 0.45);
  max-height: 40px;
  overflow: hidden;
  opacity: 1;
  transition:
    max-height 0.32s ease,
    opacity 0.2s ease,
    border-color 0.2s ease;
  will-change: max-height, opacity;
}

.site-header__top .site-header__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-header__contact {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.site-header__contact a,
.site-header__whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.site-header__contact i {
  color: #f5c400;
}

.site-header__whatsapp {
  color: #f5c400;
}

.site-header__whatsapp i {
  font-size: 16px;
}

.site-header__main {
  position: relative;
  z-index: 2;
  background: #ffffff;
}

.site-header__bar {
  position: relative;
  z-index: 2;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  padding: 0;
  flex: 0 0 auto;
}

.site-header__brand img {
  width: 132px;
  height: auto;
  object-fit: contain;
}

.site-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 1 1 auto;
}

.site-header__nav a {
  color: #1f2937;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 6px;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.site-header__nav a:hover {
  background: rgba(245, 196, 0, 0.12);
  color: #062b52;
}

.site-header__dropdown {
  position: relative;
}

.site-header__dropdown-toggle {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
}

.site-header__dropdown-toggle i {
  color: #f5c400;
  font-size: 11px;
  transition: transform 0.2s ease;
}

.site-header__dropdown:hover .site-header__dropdown-toggle i,
.site-header__dropdown:focus-within .site-header__dropdown-toggle i {
  transform: rotate(180deg);
}

.site-header__dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 1000;
  width: min(760px, calc(100vw - 32px));
  padding: 16px;
  border: 1px solid #dbe4ef;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0.18s ease;
}

.site-header__dropdown-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

.site-header__dropdown:hover .site-header__dropdown-menu,
.site-header__dropdown:focus-within .site-header__dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.site-header__dropdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.site-header__product-card {
  display: grid !important;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 74px;
  padding: 8px !important;
  border: 1px solid #e4edf6;
  border-radius: 8px !important;
  background: #f8fbfe;
  color: #172033 !important;
}

.site-header__product-card:hover {
  background: rgba(245, 196, 0, 0.12) !important;
  border-color: #f5c400;
  color: #062b52 !important;
}

.site-header__product-card img {
  width: 58px;
  height: 58px;
  border-radius: 6px;
  object-fit: cover;
  background: #ffffff;
}

.site-header__product-card span {
  min-width: 0;
  color: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.site-header__dropdown-all {
  margin-top: 12px;
  min-height: 42px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px !important;
  background: #0576b9 !important;
  color: #ffffff !important;
  font-size: 14px !important;
}

.site-header__dropdown-all:hover {
  background: #0576b9 !important;
  color: #ffffff !important;
}

.site-header__actions {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 auto;
}

.site-header__search {
  width: clamp(210px, 22vw, 320px);
  height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 8px 0 14px;
  background: #f6f8fb;
  border: 1px solid #dbe4ef;
  border-radius: 6px;
}

.site-header__search > i {
  color: var(--prm2-color);
  font-size: 14px;
  flex: 0 0 auto;
}

.site-header__search input {
  min-width: 0;
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #172033;
  font-size: 14px;
  font-weight: 600;
}

.site-header__search input::placeholder {
  color: #6b7280;
}

.site-header__search button {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 5px;
  background: #ffffff;
  color: var(--prm2-color);
  box-shadow: inset 0 0 0 1px rgba(245, 196, 0, 0.65);
}

.site-header__catalogue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  background: var(--prm2-color);
  color: #ffffff;
  border: 1px solid rgba(245, 196, 0, 0.7);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(42, 54, 149, 0.18);
}

.site-header__catalogue:hover {
  background: #0576b9;
  color: #ffffff;
}

.site-header__enquiry {
  background: #f5c400;
  color: #062b52;
  border-color: #f5c400;
  box-shadow: 0 8px 18px rgba(245, 196, 0, 0.2);
}

.site-header__enquiry:hover {
  background: #0576b9;
  color: #ffffff;
  border-color: #0576b9;
}

.site-header__menu {
  position: relative;
  z-index: 4;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 6px;
  background: var(--prm2-color);
  color: #ffffff;
  box-shadow: inset 0 -3px 0 #f5c400;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  pointer-events: auto;
}

.site-mobile-nav {
  display: none !important;
}

.site-mobile-menu-open {
  overflow: hidden;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.82)),
    url("../imgs/banners/footerbg.png") center/cover no-repeat;
  color: #172033;
}

.site-footer::before {
  display: none;
}

.site-footer__cta,
.site-footer__main,
.site-footer__bottom {
  position: relative;
  z-index: 1;
  width: min(100%, 1220px);
  margin: 0 auto;
}

.site-footer__cta {
  transform: translateY(-1px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  background: #0576b9;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.site-footer__cta span {
  display: block;
  color: #cce9ff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer__cta h4 {
  margin: 0;
  max-width: 780px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
}

.site-footer__cta p {
  margin: 8px 0 0;
  max-width: 900px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.55;
}

.site-footer__cta a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border-radius: 6px;
  background: #ffffff;
  color: var(--prm2-color);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.site-footer__cta a span {
  color: var(--prm2-color);
}

.site-footer__cta a i {
  color: var(--prm2-color);
}

.site-footer__main {
  display: grid;
  grid-template-columns:
    minmax(360px, 1.55fr) minmax(150px, 0.7fr) minmax(250px, 1fr)
    minmax(290px, 1.1fr);
  gap: 42px;
  padding: 54px 22px 38px;
}

.site-footer__brand img {
  width: 190px;
  max-width: 100%;
  height: auto;
  margin-bottom: 18px;
  object-fit: contain;
}

.site-footer__brand p {
  margin: 0;
  color: #334155;
  font-size: 14px;
  line-height: 1.7;
}

.site-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.site-footer__badges span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(5, 118, 185, 0.08);
  color: #0576b9;
  font-size: 12px;
  font-weight: 700;
}

.site-footer__panel h5 {
  position: relative;
  margin: 0 0 18px;
  color: #10203f;
  font-size: 16px;
  font-weight: 800;
}

.site-footer__panel h5::after {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  margin-top: 10px;
  border-radius: 99px;
  background: #f5c542;
}

.site-footer__panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.site-footer__panel li {
  list-style: none;
}

.site-footer__panel a {
  color: #334155;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.site-footer__panel a:hover {
  color: #0576b9;
}

.site-footer__contact li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: start;
}

.site-footer__contact i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(5, 118, 185, 0.1);
  color: #0576b9;
}

.site-footer__contact span {
  display: grid;
  gap: 4px;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border-top: 1px solid rgba(5, 118, 185, 0.12);
}

.site-footer__bottom p {
  margin: 0;
  color: #334155;
  font-size: 13px;
  font-weight: 600;
}

.site-footer__bottom a {
  color: #0576b9;
  text-decoration: none;
}

.footer-location-strip {
  margin-top: -34px;
  background: transparent;
  color: #0576b9;
}

.footer-location-strip__nav {
  width: min(100%, 1180px);
  min-height: 34px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-location-strip__nav a {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 19px;
  color: #0576b9;
  border-right: 1px solid rgba(7, 0, 68, 0.42);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.footer-location-strip__nav a:last-child {
  border-right: 0;
}

.footer-location-strip__nav a:hover {
  color: var(--prm2-color);
}

.footer-location-strip__panel {
  position: relative;
  overflow: hidden;
  min-height: 150px;
  background: #0576b9;
  color: #ffffff;
  clip-path: polygon(0 0, 73% 22%, 100% 0, 100% 100%, 0 100%);
}

.footer-location-strip__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1440px);
  min-height: 150px;
  margin: 0 auto;
  padding: 54px 48px 24px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(330px, auto) minmax(
      430px,
      1fr
    );
  align-items: center;
  gap: 48px;
}

.footer-location-strip__tagline {
  display: grid;
  justify-items: start;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: 0;
}

.footer-location-strip__tagline strong {
  color: #f5c400;
  font: inherit;
}

.footer-location-strip__inner p {
  align-self: center;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}

.footer-location-strip__credit {
  justify-self: end;
  max-width: none;
  line-height: 1.45;
  white-space: nowrap !important;
}

.footer-location-strip__credit a {
  color: #ffffff;
  text-decoration: none;
}

.footer-location-strip__credit a:hover {
  color: #f5c400;
}

.contact-wrapper {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
}

.main-btn {
  width: 62px;
  height: 62px;
  border: 0;
  border-radius: 50%;
  background: #111827;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.main-btn:hover {
  transform: scale(1.07);
  background: #000;
}

.main-btn i {
  font-size: 22px;
  color: #fff;
}

.contact-icons {
  position: absolute;
  bottom: 85px;
  right: 6px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.contact-wrapper.active .contact-icons {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.contact-icons a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.contact-icons a:hover {
  transform: translateY(-4px) scale(1.05);
  color: #fff;
}

.whatsapp {
  background: #25d366;
}
.call {
  background: #2563eb;
}
.mail {
  background: #dc2626;
}

.contact-page {
  overflow: hidden;
  background: #f7fbff;
}

.contact-hero {
  position: relative;
  min-height: 360px;
  display: grid;
  align-items: center;
  padding: clamp(34px, 6vw, 82px) 20px;
  isolation: isolate;
}

.contact-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.contact-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4, 28, 60, 0.62);
}

.contact-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-hero__content {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
}

.contact-page__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #0576b9;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-hero .contact-page__eyebrow {
  color: #f5c400;
}

.contact-page__eyebrow::before {
  content: "";
  width: 44px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.contact-hero h1 {
  max-width: 760px;
  margin: 14px 0 12px;
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.contact-hero p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.55;
}

.contact-section,
.contact-map-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 68px) 20px;
}

.contact-section__intro {
  max-width: 760px;
  margin-bottom: 22px;
}

.contact-section__intro h2,
.contact-map-section__header h2 {
  margin: 10px 0 8px;
  color: #06244c;
  font-size: clamp(28px, 3.6vw, 48px);
  font-weight: 900;
  line-height: 1.05;
}

.contact-section__intro p {
  margin: 0;
  color: #465a7d;
  font-size: 17px;
  line-height: 1.55;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 24px;
  align-items: stretch;
}

.contact-form-card,
.contact-info-panel,
.contact-map-card {
  border: 1px solid rgba(5, 118, 185, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 46px rgba(6, 36, 76, 0.08);
}

.contact-form-card {
  padding: clamp(18px, 2.4vw, 30px);
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  margin: 0;
  color: #06244c;
  font-size: 13px;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(5, 118, 185, 0.18);
  border-radius: 9px;
  background: #f8fcff;
  color: #06244c;
  font: inherit;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-form input {
  min-height: 48px;
  padding: 0 15px;
}

.contact-form textarea {
  min-height: 116px;
  resize: vertical;
  padding: 14px 15px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #0576b9;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(5, 118, 185, 0.1);
}

.contact-form__recaptcha {
  overflow: visible;
  min-height: 78px;
}

.contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 12px 22px;
  border: 0;
  border-radius: 9px;
  background: #0576b9;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.22s ease, background 0.22s ease;
}

.contact-form__submit:hover {
  background: #035f96;
  transform: translateY(-2px);
}

.contact-info-panel {
  padding: clamp(20px, 2.4vw, 32px);
}

.contact-info-panel__top {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(5, 118, 185, 0.14);
}

.contact-info-panel__icon,
.contact-info-list article > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #e8f5fd;
  color: #0576b9;
  font-size: 20px;
}

.contact-info-panel__top h3 {
  margin: 0 0 6px;
  color: #06244c;
  font-size: 24px;
  font-weight: 900;
}

.contact-info-panel__top p,
.contact-info-list p {
  margin: 0;
  color: #465a7d;
  line-height: 1.55;
}

.contact-info-list {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.contact-info-list article {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.contact-info-list h4 {
  margin: 0 0 5px;
  color: #06244c;
  font-size: 16px;
  font-weight: 900;
}

.contact-info-list a {
  display: block;
  color: #0576b9;
  font-weight: 800;
  text-decoration: none;
  word-break: break-word;
}

.contact-map-section {
  padding-top: 0;
}

.contact-map-section__header {
  margin-bottom: 16px;
}

.contact-map-card {
  overflow: hidden;
  height: clamp(300px, 38vw, 460px);
}

.contact-map-card iframe {
  display: block;
}

@media (max-width: 991px) {
  .contact-hero {
    min-height: 300px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .contact-hero {
    min-height: 260px;
    padding: 34px 14px;
  }

  .contact-section,
  .contact-map-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .contact-form__row {
    grid-template-columns: 1fr;
  }

  .contact-form__recaptcha .g-recaptcha {
    transform: scale(0.92);
    transform-origin: left top;
  }

  .contact-form-card,
  .contact-info-panel {
    border-radius: 10px;
  }

  .contact-info-panel__top,
  .contact-info-list article {
    gap: 12px;
  }

  .contact-info-panel__icon,
  .contact-info-list article > i {
    width: 42px;
    height: 42px;
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .site-footer {
    background-attachment: scroll, scroll;
  }

  .partners {
    padding: 36px 14px;
  }

  .partners__heading h3 {
    font-size: 24px !important;
  }

  .home-product-gallery {
    padding: 42px 14px;
  }

  .company-profile-section {
    padding: 44px 14px;
    background-attachment: scroll, scroll;
  }

  .company-profile-section__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .company-profile-section__image-card,
  .company-profile-section__image-card img {
    min-height: 420px;
  }

  .company-profile-section__content {
    grid-template-columns: 1fr;
  }

  .company-profile-section__copy h3 {
    font-size: 34px !important;
  }

  .company-profile-section__features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding-top: 0;
  }

  .company-profile-section__features div {
    grid-template-columns: 48px 1fr;
    gap: 10px;
  }

  .company-profile-section__features i {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .company-profile-section__showcase {
    min-height: 0;
    padding: 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .company-profile-section__showcase-copy {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .company-profile-section__showcase-video {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .company-profile-section__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-profile-section__stats div:nth-child(2n) {
    border-right: 0;
  }

  .industry-serve {
    padding: 42px 14px;
    background-attachment: scroll, scroll;
  }

  .industry-bg .title {
    font-size: 24px !important;
  }

  .sol-card {
    flex: 0 0 calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
    min-height: 190px;
  }

  .home-product-gallery__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-product-gallery__heading h3 {
    font-size: 24px !important;
  }

  .home-product-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-product-card:nth-child(1),
  .home-product-card:nth-child(8n + 6),
  .home-product-card:nth-child(8n + 3),
  .home-product-card:nth-child(8n + 5) {
    grid-column: span 1;
    grid-row: span 2;
  }

  .partner-card {
    min-height: 118px;
    padding: 16px;
  }

  .site-footer__cta {
    margin: 0 14px;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
  }

  .site-footer__cta h4 {
    font-size: 19px;
  }

  .site-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    padding: 42px 18px 30px;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-location-strip__nav {
    padding: 8px 12px;
  }

  .footer-location-strip__nav a {
    margin: 4px 0;
    padding: 0 12px;
    font-size: 14px;
  }

  .footer-location-strip__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
    min-height: 210px;
    padding: 62px 18px 26px;
    text-align: center;
  }

  .footer-location-strip__tagline {
    justify-items: center;
  }

  .footer-location-strip__inner p {
    align-self: auto;
    white-space: normal;
  }

  .footer-location-strip__credit {
    justify-self: center;
    text-align: center;
  }

  .site-header__inner {
    padding: 0 14px;
  }

  .site-header__top .site-header__inner {
    min-height: 36px;
    justify-content: center;
  }

  .site-header__contact {
    width: 100%;
    justify-content: center;
    gap: 12px;
    overflow: hidden;
  }

  .site-header__optional,
  .site-header__whatsapp {
    display: none !important;
  }

  .site-header__contact a {
    font-size: 12px;
  }

  .site-header__contact a span {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-header__bar {
    min-height: 68px;
  }

  .site-header__brand img {
    width: 112px;
  }

  .site-header__menu.menuToggle {
    display: inline-flex !important;
    position: static;
    padding: 0;
    color: #ffffff;
  }

  .site-mobile-nav {
    display: block !important;
    padding: 0;
    background: transparent;
  }

  .site-mobile-nav .side-open {
    position: fixed;
    inset: 0 auto 0 0;
    width: min(82vw, 330px);
    height: 100vh;
    z-index: 12000 !important;
    background: #16215f;
    box-shadow: 16px 0 30px rgba(15, 23, 42, 0.18);
    transform: translateX(-105%);
    transition: transform 0.25s ease;
  }

  .site-mobile-nav .side-open.open {
    transform: translateX(0);
  }

  .site-mobile-nav ul.main {
    position: static;
    width: 100%;
    min-height: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 0 10px;
    padding: 20px 18px;
    margin: 0;
    background: transparent;
    color: #ffffff;
  }

  .site-mobile-nav .closebtn {
    display: flex !important;
    position: static;
    grid-column: 1 / -1;
    width: 38px;
    height: 38px;
    margin: 0 0 20px auto !important;
    padding: 0;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border-radius: 6px;
    box-shadow: none;
  }

  .site-mobile-nav li {
    list-style: none;
    grid-column: 1 / -1;
  }

  .site-mobile-nav__product {
    grid-column: span 1 !important;
  }

  .site-mobile-nav a {
    display: block;
    padding: 14px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }

  .site-mobile-nav__product a {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 7px;
    min-height: 118px;
    padding: 10px 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.25;
  }

  .site-mobile-nav__product img {
    width: 100%;
    height: 64px;
    border-radius: 6px;
    object-fit: cover;
    background: #ffffff;
  }
}

@media (max-width: 575px) {
  .partners {
    padding: 30px 12px;
  }

  .partners__heading {
    margin-bottom: 18px;
  }

  .partners__heading p {
    font-size: 13px;
  }

  .partners__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .partner-card {
    min-height: 96px;
    padding: 14px;
  }

  .partner-card img {
    max-height: 72px;
  }

  .home-product-gallery {
    padding: 34px 12px;
  }

  .company-profile-section {
    padding: 34px 12px;
  }

  .company-profile-section__image-card,
  .company-profile-section__image-card img {
    min-height: 350px;
  }

  .company-profile-section__image-card {
    border-width: 6px;
    border-radius: 18px;
  }

  .company-profile-section__image-copy {
    left: 20px;
    bottom: 24px;
    max-width: 180px;
  }

  .company-profile-section__image-copy strong {
    font-size: 20px;
  }

  .company-profile-section__features {
    grid-template-columns: 1fr;
  }

  .company-profile-section__copy p {
    font-size: 14px;
  }

  .company-profile-section__copy h3 {
    font-size: 28px !important;
  }

  .company-profile-section__showcase {
    padding: 14px;
  }

  .company-profile-section__stats {
    gap: 10px;
  }

  .company-profile-section__stats div {
    min-height: 78px;
    justify-content: flex-start;
    gap: 12px;
    padding: 0 6px;
  }

  .company-profile-section__stats i {
    font-size: 28px;
  }

  .company-profile-section__stats strong {
    font-size: 24px;
  }

  .company-profile-section__stats small {
    font-size: 12px;
  }

  .industry-serve {
    padding: 34px 12px;
  }

  .industry-bg {
    margin-bottom: 20px;
  }

  .industry-bg .title {
    font-size: 21px !important;
  }

  .industry-serve .sol .row {
    gap: 12px;
  }

  .sol-card {
    flex: 0 0 calc(50% - 6px) !important;
    width: calc(50% - 6px) !important;
    max-width: calc(50% - 6px) !important;
    min-height: 160px;
    padding: 16px 10px !important;
  }

  .sol-card img {
    width: 74px !important;
    height: 74px;
    padding: 10px;
  }

  .sol-card h6 {
    font-size: 13px;
  }

  .home-product-gallery__heading {
    margin-bottom: 20px;
  }

  .home-product-gallery__heading h3 {
    font-size: 21px !important;
  }

  .home-product-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .home-product-card,
  .home-product-card:nth-child(1),
  .home-product-card:nth-child(8n + 6),
  .home-product-card:nth-child(8n + 3),
  .home-product-card:nth-child(8n + 5) {
    grid-column: span 1;
    grid-row: auto;
  }

  .home-product-card figure {
    aspect-ratio: 1 / 0.82;
  }

  .home-product-card__body {
    gap: 8px;
    min-height: 126px;
    padding: 11px;
  }

  .home-product-card__body h4 {
    font-size: 13px;
    line-height: 1.28;
  }

  .home-product-card__body div {
    gap: 6px;
    padding-top: 8px;
  }

  .home-product-card__body small {
    font-size: 10px;
  }

  .home-product-card__body i {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }

  .site-footer__cta {
    margin: 0 12px;
  }

  .site-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 36px 16px 28px;
    gap: 26px 16px;
  }

  .site-footer__brand,
  .site-footer__contact {
    grid-column: 1 / -1;
  }

  .site-footer__panel h5 {
    font-size: 15px;
  }

  .site-footer__panel a {
    font-size: 13px;
  }

  .site-footer__brand img {
    width: 142px;
  }

  .footer-location-strip__panel {
    min-height: 220px;
    clip-path: polygon(0 0, 72% 9%, 100% 0, 100% 100%, 0 100%);
  }

  .footer-location-strip__inner {
    min-height: 220px;
    padding: 58px 16px 24px;
  }

  .footer-location-strip__tagline {
    font-size: 21px;
  }

  .footer-location-strip__credit {
    max-width: 260px;
  }

  .contact-wrapper {
    right: 16px;
    bottom: 18px;
  }

  .site-header__contact a span {
    max-width: 128px;
  }

  .site-header__bar {
    min-height: 62px;
  }

  .site-header__brand img {
    width: 98px;
  }
}

.home-product-card img,
.products-category-card__image img,
.category-product-card__image img,
.product-detail-gallery__thumbs img,
.site-header__product-card img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.product-detail-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #ffffff;
}
