@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
.l__container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  /* Add padding for inner spacing */
}

/* Increased Bootstrap-like responsive max-widths */
@media (min-width: 576px) {
  .l__container {
    max-width: 600px;
    /* Increased from 540px */
  }
}
@media (min-width: 768px) {
  .l__container {
    max-width: 800px;
    /* Increased from 720px */
  }
}
@media (min-width: 992px) {
  .l__container {
    max-width: 1040px;
    /* Increased from 1000px by 40px */
  }
}
@media (min-width: 1200px) {
  .l__container {
    max-width: 1240px;
    /* Increased from 1200px by 40px */
  }
}
@media (min-width: 1400px) {
  .l__container {
    max-width: 1440px;
    /* Increased from 1400px by 40px */
  }
}
@media (min-width: 1500px) {
  .l__container {
    max-width: 1540px;
    /* Increased from 1400px by 40px */
  }
}
@media (min-width: 1600px) {
  .l__container {
    max-width: 1640px;
    /* Increased from 1400px by 40px */
  }
}
@media (min-width: 1700px) {
  .l__container {
    max-width: 1740px;
    /* Increased from 1400px by 40px */
  }
}
/* 1500px */
@media (min-width: 1500px) {
  .container {
    max-width: 1420px;
  }
}
/* 1600px */
@media (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1620px;
  }
}
.m__tb {
  margin-top: clamp(2.5rem, 6vw, 6.25rem);
  margin-bottom: clamp(2.5rem, 6vw, 6.25rem);
}
.m__tb--t {
  margin-top: clamp(2.5rem, 6vw, 6.25rem);
}
.m__tb--b {
  margin-bottom: clamp(2.5rem, 6vw, 6.25rem);
}

.p {
  padding: clamp(2.5rem, 6vw, 6.25rem);
}
.p__tb {
  padding-top: clamp(2.5rem, 6vw, 6.25rem);
  padding-bottom: clamp(2.5rem, 6vw, 6.25rem);
}
.p__tb--t {
  padding-top: clamp(2.5rem, 6vw, 6.25rem);
}
.p__tb--b {
  padding-bottom: clamp(2.5rem, 6vw, 6.25rem);
}

*[data-aos] {
  will-change: transform, opacity;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  transition: all 0.5s ease;
  background-color: #F8F8F8;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}

p,
small,
span {
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
}

h2 {
  font-size: clamp(1.25rem, 3vw, 1.875rem);
}

h3 {
  font-size: clamp(1.125rem, 3vw, 1.5rem);
}

h4 {
  font-size: clamp(1rem, 3vw, 1.25rem);
}

h5 {
  font-size: clamp(1rem, 3vw, 1.125rem);
}

h6 {
  font-size: 1rem;
}

p {
  font-size: 1rem;
  transition: all 0.5s ease;
}
p:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  p {
    font-size: 1rem !important;
  }
}

li {
  font-size: 16px;
  transition: all 0.5s ease;
}

input {
  outline: none !important;
  box-shadow: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control::placeholder,
input.form-control::placeholder {
  color: #797373;
  font-size: 14px;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

figure {
  margin-bottom: 0;
}

.pages {
  min-width: 0;
}

.section__title {
  overflow: hidden;
  margin-bottom: clamp(1.25rem, 3vw, 2.25rem);
}
.section__title h6 {
  color: #000000;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  position: relative;
}
@media (max-width: 767px) {
  .section__title h6 {
    font-size: 1rem;
  }
}
.section__title h1,
.section__title h2 {
  font-size: 3rem;
  font-weight: 400;
  position: relative;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 1300px) {
  .section__title h1,
  .section__title h2 {
    font-size: 3rem;
  }
}
@media (max-width: 1200px) {
  .section__title h1,
  .section__title h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .section__title h1,
  .section__title h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767px) {
  .section__title h1,
  .section__title h2 {
    font-size: 1.625rem;
  }
}
.section__title h1 span,
.section__title h2 span {
  color: #000094;
}
.section__title p {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.9375rem;
}
.section__title i {
  color: #14e49a;
  margin-right: 0.3125rem;
  font-size: 0.875rem;
}

.social__icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.social__icon li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  transition: all 500ms ease;
  border-radius: 50%;
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
}
.social__icon li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  color: #FF6C00;
  transition: all 500ms ease;
  text-decoration: none;
  font-size: 0.9375rem;
}
.social__icon li a i {
  font-size: 0.9375rem;
}
.social__icon li a + a {
  margin-left: 0.5rem;
}
.social__icon li:hover {
  border-color: #FF6C00;
}
.social__icon li:hover a {
  color: #FF6C00;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.pagination .page-link {
  background-color: #000094;
  color: #ffffff;
}
.pagination .page-item.active .page-link {
  background-color: #FF6C00;
  border-color: #ffffff;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.breadcrumb__custom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.breadcrumb__custom span,
.breadcrumb__custom a {
  color: #4f4f4f;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
}
.breadcrumb__custom span:hover,
.breadcrumb__custom a:hover {
  color: #000094;
}
.breadcrumb__custom span.active,
.breadcrumb__custom a.active {
  color: #000094;
}
.breadcrumb__custom span {
  margin-inline: 0.25rem;
}

.btn__group {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1rem;
  flex-wrap: wrap;
}

.banner__page {
  padding-block: 5.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner__page::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.banner__page .section__title {
  margin-bottom: 0;
}
.banner__page .section__title h1,
.banner__page .section__title h2 {
  color: #ffffff;
}
.banner__page .section__title--text {
  position: relative;
}
.banner__page .section__title--text p {
  color: #ffffff;
}

/* Pagination Wrapper */
.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin-top: 2rem;
  margin-bottom: 0;
}
.page-numbers li {
  display: inline-block;
}
.page-numbers a,
.page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.75rem;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  color: #333;
  background-color: #fff;
  transition: all 0.25s ease;
}
.page-numbers a:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.page-numbers .current {
  background-color: #000;
  color: #fff;
  border-color: #000;
  cursor: default;
}
.page-numbers {
  /* Prev / Next Buttons */
}
.page-numbers .prev,
.page-numbers .next {
  padding: 0 1rem;
  font-weight: 600;
}
.page-numbers .disabled {
  opacity: 0.4;
  pointer-events: none;
}

/* Mobile Optimization */
@media (max-width: 576px) {
  .page-numbers {
    gap: 0.3rem;
  }
  .page-numbers a,
  .page-numbers span {
    min-width: 34px;
    height: 34px;
    font-size: 0.85rem;
  }
}
.l__button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  text-transform: capitalize;
  border: 1px solid #003459;
  padding: 0.625rem 1.375rem;
  font-size: 1rem;
  font-weight: 400;
  background-color: transparent;
  display: inline-block;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
}
.l__button i {
  margin-left: 0.3125rem;
  transition: all 0.3s ease;
  font-weight: 600;
  transform: rotate(-45deg);
}
.l__button i.secondary {
  color: #000094;
}
.l__button i.primary {
  color: #FF6C00;
}
.l__button svg {
  margin-left: 0.3125rem;
  transition: all 0.3s ease;
}
.l__button--bgDark {
  border-color: #000000;
  color: #f7f7f7;
  background-color: #000000;
}
.l__button--bgDark i.primary, .l__button--bgDark i.secondary {
  color: #ffffff;
}
.l__button--bgDark:hover {
  border-color: #000094;
  background-color: #000094;
  color: #ffffff;
}
.l__button--bgDark:hover i.primary, .l__button--bgDark:hover i.secondary {
  color: #ffffff;
}
.l__button--bgWhite {
  border-color: #f7f7f7;
  color: #000000;
  background-color: #f7f7f7;
}
.l__button--bgWhite i.primary, .l__button--bgWhite i.secondary {
  color: #000000;
}
.l__button--bgWhite:hover {
  border-color: #000094;
  background-color: #000094;
  color: #ffffff;
}
.l__button--bgWhite:hover i.primary, .l__button--bgWhite:hover i.secondary {
  color: #ffffff;
}
.l__button--borderWhite {
  border-color: #f7f7f7;
  color: #efefef;
}
.l__button--borderWhite i.primary, .l__button--borderWhite i.secondary {
  color: #ffffff;
}
.l__button--borderWhite:hover {
  border-color: #000094;
  background-color: #000094;
  color: #ffffff;
}
.l__button--borderWhite:hover i.primary, .l__button--borderWhite:hover i.secondary {
  color: #ffffff;
}
.l__button--borderBlack {
  border-color: #000000;
  color: #000000;
}
.l__button--borderBlack i.primary, .l__button--borderBlack i.secondary {
  color: #000000;
}
.l__button--borderBlack:hover {
  border-color: #000094;
  background-color: #000094;
  color: #ffffff;
}
.l__button--borderBlack:hover i.primary, .l__button--borderBlack:hover i.secondary {
  color: #ffffff;
}
.l__button:hover i {
  transform: rotate(0deg);
}
.l__button:hover svg {
  filter: brightness(0) invert(1);
}
@media (max-width: 480px) {
  .l__button {
    padding: 0.625rem 1rem;
    font-size: 0.9375rem;
  }
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
}

@media (min-width: 992px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list > li > ul,
  .main-menu .main-menu__list > li > ul > li > ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  position: relative;
}
.main-menu .main-menu__list > li > ul, .main-menu .main-menu__list > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 18.125rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  transform: scaleY(0);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-radius: 0.625rem;
  overflow: hidden;
}
.main-menu .main-menu__list > li + li {
  margin-left: clamp(1rem, 3vw, 1.625rem);
}
@media (max-width: 1400px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 1.5rem;
  }
}
@media (max-width: 1300px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 1rem;
  }
}
@media (max-width: 1100px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 0.625rem;
  }
}
.main-menu .main-menu__list > li > a {
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  color: #1b2534;
  text-transform: capitalize;
  position: relative;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li > a.active, .main-menu .main-menu__list > li > a:hover {
  color: #FF6C00;
}
.main-menu .main-menu__list > li > a.active::after, .main-menu .main-menu__list > li > a:hover::after {
  color: #FF6C00 !important;
}
@media (max-width: 1200px) {
  .main-menu .main-menu__list > li > a {
    font-size: 1rem;
  }
}
.main-menu .main-menu__list > li.dropdown > a {
  padding-right: 0.9375rem;
}
.main-menu .main-menu__list > li.dropdown > a:after {
  position: absolute;
  top: 52%;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-size: 0.875rem;
  color: #002345;
  transform: translateY(-50%);
  font-weight: 700;
  z-index: 1;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li > ul > li > ul {
  top: 0;
  left: 100%;
}
.main-menu .main-menu__list > li > ul > li > ul > li > ul {
  display: none;
}
.main-menu .main-menu__list > li:hover .mega__menu, .main-menu .main-menu__list > li:hover > ul, .main-menu .main-menu__list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > li > ul > li, .main-menu .main-menu__list > li > ul > li > ul > li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu .main-menu__list > li > ul > li:last-child, .main-menu .main-menu__list > li > ul > li > ul > li:last-child {
  border-bottom: 0;
}
.main-menu .main-menu__list > li > ul > li + li, .main-menu .main-menu__list > li > ul > li > ul > li + li {
  border-top: 0;
  margin-top: 0px;
}
.main-menu .main-menu__list > li > ul > li > a, .main-menu .main-menu__list > li > ul > li > ul > li > a {
  position: relative;
  text-decoration: none;
  font-size: 1rem;
  color: #151422;
  font-weight: 400;
  display: flex;
  padding: 0.375rem 0.75rem;
  text-transform: capitalize;
}
.main-menu .main-menu__list > li > ul > li.active > a, .main-menu .main-menu__list > li > ul > li:hover > a, .main-menu .main-menu__list > li > ul > li > ul > li:hover > a {
  background-color: #FF6C00;
  color: #ffffff;
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  transition: 500ms;
  display: flex;
  text-decoration: none;
}
.main-menu .mobile-nav__toggler:hover {
  color: #FF6C00;
}

.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: all 0.3s ease;
  visibility: hidden;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: all 0.3s ease;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 0.3s ease;
}
.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}
.mobile-nav__content {
  width: 18.75rem;
  background-color: #fdfffc;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 1.875rem 0.9375rem;
  visibility: 0;
  opacity: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .logo-box {
  margin-bottom: 2rem;
  display: inline-block;
}
.mobile-nav__content .logo-box img {
  height: 4rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.mobile-nav__close {
  position: absolute;
  top: 1.25rem;
  right: 0.9375rem;
  font-size: 1.125rem;
  cursor: pointer;
}

.mobile-nav__content .main-menu__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-nav__content .main-menu__list > li > ul, .mobile-nav__content .main-menu__list > li > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}
.mobile-nav__content .main-menu__list > li:not(:last-child), .mobile-nav__content .main-menu__list > li > ul > li:not(:last-child), .mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
  display: none !important;
}
.mobile-nav__content .main-menu__list > li > a, .mobile-nav__content .main-menu__list > li > ul > li > a, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  line-height: 1.875rem;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
  height: 2.5rem;
  text-decoration: none;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
  color: #FF6C00;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: #FF6C00;
}
.mobile-nav__content .main-menu__list > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: none;
  outline: none;
  text-align: center;
  transition: transform 500ms ease;
  padding: 0;
  font-size: 0.625rem;
}
.mobile-nav__content .main-menu__list > li > a > button .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > a > button .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button .fa-minus {
  display: none;
}
.mobile-nav__content .main-menu__list > li > a > button.expanded .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded .fa-minus {
  display: block;
}
.mobile-nav__content .main-menu__list > li > a > button.expanded .fa-plus, .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded .fa-plus, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded .fa-plus {
  display: none;
}
.mobile-nav__content .main-menu__list {
  /* no menu after 2rd level dropdown */
}
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
  display: none !important;
}

.mobile-nav__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  margin-bottom: 1.875rem;
}
.mobile-nav__top .main-menu__login a {
  color: #FF6C00;
}
.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.mobile-nav__social a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  text-decoration: none;
  color: #ffffff;
  height: 2.25rem;
  width: 2.25rem;
  overflow: hidden;
  min-width: 2.25rem;
  text-align: center;
  border-radius: 50%;
  background-color: #000094;
  transition: all 0.4s linear;
}
.mobile-nav__social a:hover {
  color: #FF6C00;
}
.mobile-nav__social a + a {
  margin-left: 1rem;
}
.mobile-nav__contact {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mobile-nav__contact li {
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.mobile-nav__contact li + li {
  margin-top: 0.9375rem;
}
.mobile-nav__contact li a {
  color: #000000;
  text-decoration: none;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #FF6C00;
}
.mobile-nav__contact li > i {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #FF6C00;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-align: center;
  font-size: 0.6875rem;
  margin-right: 0.625rem;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

.main-header-two {
  display: block;
  width: 100%;
  transition: all 500ms ease;
  position: relative;
}
.main-header-two__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__wrapper-inner {
  padding-block: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  z-index: 999;
}
.main-menu-two__wrapper.show, .main-menu-two__wrapper.sticky {
  position: fixed;
  top: 0;
  animation: slideDown 0.5s;
  z-index: 9;
  width: 100%;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
}
.main-menu-two__logo {
  position: relative;
  display: block;
}
.main-menu-two__logo a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.main-menu-two__logo a img {
  height: 100%;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.main-menu-two__left {
  display: block;
}
.main-menu-two__left .btn__group {
  display: none;
}
.main-menu-two__main-menu-box {
  display: block;
}
.main-menu-two__right {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.main-menu-two__right .trip__btn {
  border: 1px solid #212832;
  border-radius: 0.3125rem;
  padding: 0.5625rem 1.125rem;
  font-size: 1rem;
  font-weight: 500;
  color: #212832;
  text-decoration: none;
  transition: all 0.5s ease;
}
.main-menu-two__right .trip__btn:hover {
  background-color: #000094;
  border-color: #000094;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .main-menu-two__right .trip__btn {
    padding: 0.5rem;
    font-size: 0.9375rem;
  }
}
@media (max-width: 1400px) {
  .main-menu-two__right .trip__btn {
    font-size: 0.9063rem;
  }
}
.main-menu-two__btn-box {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.main-menu-two__btn-box > ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
}
.main-menu-two__btn-box > ul li {
  list-style: none;
}
.main-menu-two__btn-box > ul li a {
  text-decoration: none;
  color: #383838;
  display: flex;
  font-size: 1.5rem;
  position: relative;
}
.main-menu-two__btn-box > ul li a span {
  height: 1.0625rem;
  width: 1.0625rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: #FF6C00;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 500;
  position: absolute;
  top: -0.3125rem;
  right: -0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.main-menu-two__btn-box > ul li a:hover {
  color: #FF6C00;
}
.main-menu-two__btn-box > ul li .profile .icon {
  color: #383838;
  font-size: 1.5rem;
}
.main-menu-two__btn-box > ul li .profile .img {
  cursor: pointer;
}
.main-menu-two__btn-box > ul li .profile .img img {
  height: 1.875rem;
  width: 1.875rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 50%;
}
.main-menu-two__btn-box > ul li .profile > ul {
  padding: 0;
  overflow: hidden;
}
.main-menu-two__btn-box > ul li .profile > ul li a {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.3125rem 0.875rem;
}
.main-menu-two__btn-box > ul li .profile > ul li a:active {
  background-color: #f8f9fa;
  color: #FF6C00;
}
.main-menu-two__btn-box > ul li .profile > ul li a:hover {
  color: #FF6C00;
}
@media (max-width: 767px) {
  .main-menu-two__btn-box {
    gap: 0.5rem;
  }
  .main-menu-two__btn-box ul {
    gap: 0.5rem;
  }
}

@media (min-width: 992px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}
.tab__buttons {
  list-style: none;
  height: 100%;
  background-color: #f8f8f8;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  padding: 0;
  margin: 0;
  padding: 0.75rem;
}
.tab__buttons--btn {
  cursor: pointer;
}
.tab__buttons--btn:hover, .tab__buttons--btn.active {
  color: #FF6C00;
}
.tab__contents--text {
  display: none;
}
.tab__contents--text.active {
  display: block;
}

.main-header-two-top {
  height: 3.125rem;
  line-height: 3.125rem;
  background-color: #000000;
  align-content: center;
}
.main-header-two-top p {
  text-align: right;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
}

.main-menu-two__logo a {
  height: 4.6875rem;
  width: auto;
  overflow: hidden;
}
.main-menu-two__left {
  display: flex;
  flex-grow: 1;
}
.main-menu-two__main-menu-box {
  display: flex;
  flex-grow: 1;
}
.main-menu-two__main-menu-box .main-menu__list {
  align-items: center;
  flex-grow: 1;
}
.main-menu-two__main-menu-box .main-menu__list li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.875rem;
}
.main-menu-two__main-menu-box .main-menu__list li span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.main-menu-two__main-menu-box .main-menu__list li.nav-logo {
  margin-left: auto;
  margin-right: auto;
}
.main-menu-two__main-menu-box .main-menu__list li.nav-logo img {
  height: 4.6875rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.main-menu-two__main-menu-box .main-menu__list li:nth-child(5) {
  margin-left: 0;
}
.main-menu-two__main-menu-box .main-menu__list li + li {
  margin-left: 1.5rem;
}
@media (min-width: 1100px) {
  .main-menu-two__main-menu-box .main-menu__list li + li {
    margin-left: 2rem;
  }
}
@media (min-width: 1300px) {
  .main-menu-two__main-menu-box .main-menu__list li + li {
    margin-left: 4rem;
  }
}
.main-menu .main-menu__list > li > a {
  color: #404864;
  font-size: 1rem;
  font-weight: 500;
}
.main-menu .main-menu__list > li > a span svg rect {
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li > a.active, .main-menu .main-menu__list > li > a:hover {
  color: #FF6C00;
}
.main-menu .main-menu__list > li > a.active span, .main-menu .main-menu__list > li > a:hover span {
  color: #FF6C00;
}
.main-menu .main-menu__list > li > a.active span svg rect, .main-menu .main-menu__list > li > a:hover span svg rect {
  fill: #FF6C00;
}

.mobile-nav__container .main-menu__list li span {
  display: none;
}
.mobile-nav__container .main-menu__list li.nav-logo {
  display: none;
}

.main-header-two {
  background-color: #ffffff;
}

.main-header__wrapper.sticky {
  position: fixed;
  top: 0;
  animation: slideDown 0.5s;
  z-index: 9;
  width: 100%;
  transition: all 0.5s ease;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
}

.main-menu .mobile-nav__toggler {
  padding: 0.625rem;
}
.main-menu .mobile-nav__toggler i {
  transform: rotate(0deg);
}
.main-menu .mobile-nav__toggler:hover i {
  color: #ffffff;
}

.cta {
  position: relative;
  z-index: 1;
  padding-block: clamp(2.5rem, 6vw, 4.875rem);
}
.cta__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cta__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.cta__box {
  max-width: 48.75rem;
}
.cta__box .section__title {
  margin-bottom: clamp(1.25rem, 4vw, 3.4375rem);
}
.cta__box .section__title h2,
.cta__box .section__title h6 {
  color: #ffffff;
}

.footer {
  background-color: #ffffff;
  position: relative;
}
.footer .footerWrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .footer .footerWrapper {
    grid-template-columns: 1fr;
  }
}
.footer .footerWrapper__left {
  padding-top: 3.125rem;
}
.footer .footerWrapper__right {
  border-left: 0.5px solid #dcdcdc;
}
@media (max-width: 991px) {
  .footer .footerWrapper__right {
    border-left: none;
  }
}
.footer .footerWrapper__right--box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 100%;
}
@media (max-width: 1300px) {
  .footer .footerWrapper__right--box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .footer .footerWrapper__right--box {
    display: block;
  }
}
.footer .footerWrapper__right--box .footer__menu {
  border-right: 0.5px solid #dcdcdc;
  border-bottom: 0.5px solid #dcdcdc;
  padding-top: 5.3125rem;
  padding-left: 1.125rem;
  padding-right: 0.3125rem;
}
@media (max-width: 991px) {
  .footer .footerWrapper__right--box .footer__menu {
    padding-top: 0;
  }
  .footer .footerWrapper__right--box .footer__menu:first-child {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .footer .footerWrapper__right--box .footer__menu {
    border: none;
    padding-left: 0;
  }
}
.footer .footerWrapper__right--box .footer__menu:nth-child(4) {
  border-right: none;
  padding-right: 0;
}
.footer .footerWrapper__right--box .footer__menu:last-child {
  border-right: none;
  border-bottom: none;
  padding-top: 0;
  padding-right: 0;
  grid-column: 1/5;
  justify-items: end;
}
@media (max-width: 1300px) {
  .footer .footerWrapper__right--box .footer__menu:last-child {
    justify-items: center;
  }
}
@media (max-width: 767px) {
  .footer .footerWrapper__right--box .footer__menu:last-child {
    border-top: 0.5px solid #dcdcdc;
    margin-bottom: 0;
  }
}
@media (max-width: 1300px) {
  .footer .footerWrapper__right--box .footer__menu:nth-child(2) {
    display: none;
  }
}
.footer .footerWrapper__right--box .footer__menu .social__icon {
  gap: 1.875rem;
  padding-block: 1rem;
}
.footer .footerWrapper__right--box .footer__menu .social__icon li {
  height: auto;
  width: auto;
  border-radius: 0;
  margin-bottom: 0;
}
.footer .footerWrapper__right--box .footer__menu .social__icon a i {
  font-size: 2rem;
  font-weight: 600;
  display: block;
}
.footer__menu {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer__menu {
    margin-bottom: 1.5rem;
  }
}
.footer__menu img {
  height: 4.75rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  margin-bottom: 1.25rem;
}
.footer__menu p.desc {
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 1.875rem !important;
}
@media (max-width: 1300px) {
  .footer__menu p.desc {
    font-size: 1.25rem;
  }
}
@media (max-width: 1200px) {
  .footer__menu p.desc {
    font-size: 1.125rem;
  }
}
.footer__menu p.text {
  color: rgba(0, 0, 0, 0.9);
}
.footer__menu ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .footer__menu ul.contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}
@media (max-width: 767px) {
  .footer__menu ul.contact {
    grid-template-columns: 1fr;
  }
}
.footer__menu ul.contact li {
  background-color: #f3f3f3;
  border-radius: 0.375rem;
  padding: 0.625rem 1.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.footer__menu ul.contact li:last-child {
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .footer__menu ul.contact li {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .footer__menu ul.contact li {
    padding: 0.625rem;
  }
}
.footer__menu ul.contact li .left {
  flex: 1;
  min-width: 0;
  font-size: 1.125rem;
  font-weight: 500;
}
.footer__menu ul.contact li .left a {
  text-transform: lowercase;
}
.footer__menu ul.contact li .left small {
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
}
.footer__menu ul.contact li .right {
  width: 30px;
  flex-shrink: 0;
}
.footer__menu ul.contact li .right img {
  height: 1.875rem;
  width: 1.875rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  margin-bottom: 0;
}
.footer__menu ul li {
  list-style: none;
  margin-bottom: 0.625rem;
}
.footer__menu ul li a {
  font-size: 1.125rem;
  font-weight: 300;
  text-decoration: none;
  color: #000000;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.footer__menu ul li a:hover {
  color: #FF6C00;
}
.footer__menu ul li a:last-child span {
  display: none;
}
.footer__menu .infos li {
  position: relative;
  padding-left: 2.5rem;
}
.footer__menu .infos li i {
  font-size: 1.25rem;
  position: absolute;
  top: -0.3125rem;
  left: 0;
}
.footer__menu .social__icon li a i {
  font-size: 1.25rem;
}
.footer__title {
  font-size: 1.5rem !important;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 1rem;
  color: #000000;
}
.footer__bottom {
  position: relative;
  z-index: 1;
}
.footer__bottom .copyright {
  padding-block: 2.125rem;
  border-top: 0.5px solid #dcdcdc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 991px) {
  .footer__bottom .copyright {
    flex-direction: column;
  }
}
.footer__bottom .copyright p {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
  font-size: 1.125rem;
  font-weight: 300;
}
@media (max-width: 575px) {
  .footer__bottom .copyright p {
    justify-content: center !important;
    text-align: center;
  }
}
.footer__bottom .copyright ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1.625rem;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.footer__bottom .copyright ul li {
  list-style: none;
}
.footer__bottom .copyright ul li a {
  font-size: 1.125rem;
  font-weight: 300;
  color: #000000;
  text-decoration: none;
}
.footer__bottom .copyright ul li a:hover {
  color: #FF6C00;
}

.btnGroup__fixed {
  position: fixed;
  bottom: 4.375rem;
  left: 0;
  z-index: 9;
  width: 100%;
  text-align: right;
}
.btnGroup__fixed .l__button--borderBlack {
  background-color: #f3f3f3;
}
.btnGroup__fixed .l__button--borderBlack:hover {
  background-color: #FF6C00;
}

.categoryList__card {
  position: relative;
}
.categoryList__card--img {
  height: 38.25rem;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .categoryList__card--img {
    margin-top: 2rem;
    height: 22.5rem;
  }
}
.categoryList__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.categoryList__card--title {
  position: absolute;
  top: 1.5625rem;
  left: 2rem;
  transition: all 0.3s ease;
}
@media (max-width: 1100px) {
  .categoryList__card--title {
    position: absolute;
    top: 1.5625rem;
    left: 1.5625rem;
  }
}
@media (max-width: 991px) {
  .categoryList__card--title {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .categoryList__card--title {
    padding: 1rem;
  }
}
.categoryList__card--title h3 {
  font-size: 2rem;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 1100px) {
  .categoryList__card--title h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .categoryList__card--title h3 {
    margin-bottom: 1rem;
  }
  .categoryList__card--title h3::before {
    content: "";
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
}
.categoryList__card--spec {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 1.5625rem;
}
@media (max-width: 991px) {
  .categoryList__card--spec {
    display: none;
  }
}
.categoryList__card--spec ul {
  padding: 0;
  margin: 0;
}
.categoryList__card--spec ul li {
  list-style: none;
  border-top: 1px solid #272727;
  padding-right: 5rem;
  padding-block: 0.875rem;
}
.categoryList__card--spec ul li:last-child {
  border-bottom: 1px solid #272727;
}
.categoryList__card--spec ul li span {
  display: block;
}
.categoryList__card--spec ul li span.weight {
  font-size: 1.25rem;
  font-weight: 500;
}
.categoryList__card--spec ul li span.text {
  font-size: 1rem;
  font-weight: 500;
}

.product__card {
  box-shadow: 0px 4px 21.8px 0px rgba(202, 202, 202, 0.1019607843);
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product__card--badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #000094;
  color: #fff;
  padding: 0.2rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 4px;
  text-transform: uppercase;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 148, 0.2);
}
.product__card--body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.product__card--body a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.product__card--title {
  padding: 0;
  flex-grow: 1;
  margin-bottom: 0;
  margin: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product__card--title .tags {
  background-color: #FF6C00;
  font-size: 0.875rem;
  font-weight: 300;
  padding: 0.25rem 0.625rem;
  border-radius: 0.125rem;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 0.75rem;
}
.product__card--title h3 {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 500;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product__card--title h3:hover {
  color: #FF6C00;
}
.product__card--title a {
  text-decoration: none;
}
.product__card--origin {
  border-top: 1px solid #bdbdbd;
  padding: 0.75rem;
}
.product__card--img {
  height: 18rem;
  width: 100%;
  overflow: hidden;
}
.product__card--img img {
  transition: all 0.3s ease;
  object-position: top center;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.product__card--footer .l__button--bgDark i {
  transform: rotate(0deg);
}
.product__card--meta {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  margin-top: auto;
}
.product__card--meta .l__button--bgDark {
  display: block;
}
.product__card--meta h5 {
  margin-inline: 1.25rem;
  padding-top: 0.625rem;
  border-top: 1px solid #000000;
  font-size: clamp(1rem, 3vw, 1.125rem);
  font-weight: 500;
}
.product__card--meta h5 span {
  font-weight: 600;
}
.product__card:hover img {
  transform: scale(1.05);
}

.certificate__card {
  background-color: #efefef;
  padding: 1rem;
}
.certificate__card--img {
  height: 25rem;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .certificate__card--img {
    height: 20rem;
  }
}
.certificate__card--img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.certificate__card a {
  cursor: pointer;
}

.stats__card {
  padding: 3.125rem clamp(1rem, 2vw, 2.5rem);
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}
.stats__card:not(:first-child) {
  border-left: 1px solid #bdbdbd;
}
.stats__card h4 {
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.stats__card h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .stats__card {
    text-align: center;
  }
  .stats__card:last-child {
    grid-column: 1/span 2;
  }
}

.testimonial__card {
  position: relative;
}
.testimonial__card--img {
  margin-bottom: 0.875rem;
  position: relative;
  margin-inline: auto;
  height: 11.875rem;
  width: 11.875rem;
  overflow: hidden;
}
.testimonial__card--img > img {
  margin-inline: auto;
  border-radius: 50%;
  height: 11.875rem;
  width: 11.875rem !important;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.testimonial__card--img .quote {
  position: absolute;
  top: 0;
  left: 0;
}
.testimonial__card--img .quote img {
  height: 3.125rem !important;
  width: 3.125rem !important;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.testimonial__card--content {
  text-align: center;
}
.testimonial__card--content h3 {
  font-size: 1.375rem;
  font-weight: 400;
}
.testimonial__card--content p {
  font-size: 1rem;
  font-weight: 500;
  color: #797979;
}

.blog__card {
  position: relative;
  background-color: #ffffff;
}
.blog__card--img {
  height: 31.25rem;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .blog__card--img {
    height: 25rem;
  }
}
.blog__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.3s ease;
}
.blog__card--content {
  padding: 1.25rem;
  padding-bottom: 0;
}
.blog__card--content h3 {
  font-size: 1.5rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__card--content h3:hover {
  color: #FF6C00;
}
.blog__card--content p {
  font-size: 1rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__card--content a {
  display: inline-block;
  text-decoration: none;
}
.blog__card:hover img {
  transform: scale(1.05);
}

.caseStudy__card a {
  text-decoration: none;
}
.caseStudy__card--img {
  height: 50rem;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .caseStudy__card--img {
    height: 43.75rem;
  }
}
@media (max-width: 1100px) {
  .caseStudy__card--img {
    height: 40.625rem;
  }
}
@media (max-width: 991px) {
  .caseStudy__card--img {
    height: 34.375rem;
  }
}
.caseStudy__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.caseStudy__card--content {
  margin-top: 3rem;
}
.caseStudy__card--content h3 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0;
  padding-right: 2rem;
}
.caseStudy__card--content h3:hover {
  color: #FF6C00;
}

.aboutQuote {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.aboutQuote .section__title {
  max-width: 68.75rem;
  margin: auto;
  margin-bottom: 0;
}
.aboutQuote .section__title h2 {
  font-size: clamp(3rem, 5vw, 3.875rem);
  text-align: center;
}

.team__card {
  background-color: #eaeaea;
}
.team__card--img {
  height: 31.25rem;
  width: 100%;
  overflow: hidden;
}
.team__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.team__card--content {
  padding: 1.25rem;
}
.team__card--content h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0;
}

.download__card {
  position: relative;
  background-color: #ffffff;
}
.download__card--img {
  height: 31.25rem;
  width: 100%;
  overflow: hidden;
}
.download__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.download__card--content {
  padding: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
}
.download__card--content a {
  text-decoration: none;
}
.download__card--content h3 {
  color: #000000;
  transition: all 0.3s ease;
  padding-right: 3.75rem;
}
.download__card--content h3:hover {
  color: #FF6C00;
}
.download__card--content .l__button--bgDark i {
  transform: rotate(0deg);
  margin-left: 0;
}
.download__card:hover img {
  transform: scale(1.05);
}

.certificate__carousel button,
.categoryList__carousel button {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 2rem !important;
  color: #614f4f;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.certificate__carousel button:hover,
.categoryList__carousel button:hover {
  background-color: transparent !important;
  color: #000094 !important;
}
.certificate__carousel button.owl-prev,
.categoryList__carousel button.owl-prev {
  left: 0;
}
.certificate__carousel button.owl-next,
.categoryList__carousel button.owl-next {
  right: 0;
  left: auto;
}
.certificate__carousel:hover button,
.categoryList__carousel:hover button {
  visibility: visible;
  opacity: 1;
}

.team .section__title,
.caseStudy .section__title,
.blog .section__title {
  max-width: 50rem;
}

.banner {
  position: relative;
}
.banner__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.banner__video video {
  height: calc(100vh - 9.6875rem);
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.banner__index {
  height: calc(100vh - 9.6875rem);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner__index::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.32);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner__content {
  max-width: 900px;
  width: 100%;
  margin-right: auto;
  height: 100%;
  align-content: center;
  position: relative;
  z-index: 1;
}
.banner__content :where(h1, p) {
  color: #ffffff;
}
.banner__content h1 {
  font-size: clamp(2.25rem, 6vw, 4rem);
  font-weight: 500;
  margin-bottom: 2rem;
}
.banner__content p {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 3.125rem;
}

.intro {
  padding-bottom: 20.3125rem;
  background-color: #ffffff;
  position: relative;
}
.intro .content {
  max-width: 68.75rem;
  width: 100%;
  margin-right: auto;
}
.intro .content .section__title .tags {
  background-color: #000094;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  display: inline-block;
  padding: 0.3125rem 0.875rem;
  margin-bottom: 1.5rem;
}
.intro .content p {
  font-size: clamp(1.125rem, 3vw, 1.5rem) !important;
  margin-bottom: 2.25rem !important;
}
.intro__right {
  height: 18.75rem;
  width: 100%;
  overflow: hidden;
}
.intro__right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}

.aboutIndex {
  background-color: #efefef;
}
.aboutIndex__box {
  margin-top: -16.25rem;
  box-shadow: 0px -7px 54px 0px rgba(0, 0, 0, 0.031372549);
  padding: 0.75rem;
  background-color: #ffffff;
}
.aboutIndex__img {
  height: 37.5rem;
  width: 100%;
  overflow: hidden;
  position: sticky;
  top: 2rem;
}
@media (max-width: 1100px) {
  .aboutIndex__img {
    height: 28.125rem;
  }
}
.aboutIndex__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.aboutIndex__content {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.aboutIndex__content .box {
  min-width: 0;
  flex: 1;
  margin-bottom: 1rem;
}

.categoryList {
  background-color: #efefef;
}
.categoryList .tab__buttons {
  max-height: 38.25rem;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .categoryList .tab__buttons {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0.75rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    /* Hide scrollbar visually but keep it functional */
    scrollbar-width: none;
    margin-bottom: 2rem;
    cursor: grab;
  }
  .categoryList .tab__buttons::-webkit-scrollbar {
    display: none;
  }
}
.categoryList .tab__buttons--btn {
  background-color: #f1f1f1;
  border-radius: 0.375rem;
  padding: 1.25rem 1.875rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 991px) {
  .categoryList .tab__buttons--btn {
    flex-shrink: 0;
    scroll-snap-align: start;
    white-space: nowrap;
  }
}
@media (max-width: 1200px) {
  .categoryList .tab__buttons--btn {
    padding: 1rem;
  }
}
.categoryList .tab__buttons--btn:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .categoryList .tab__buttons--btn:not(:last-child) {
    margin-bottom: 0;
  }
}
.categoryList .tab__buttons--btn h6 {
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
}
.categoryList .tab__buttons--btn span {
  color: #bcbcbc;
}
.categoryList .tab__buttons--btn:hover, .categoryList .tab__buttons--btn.active {
  background-color: #ffffff;
  color: #000000;
}
.categoryList .tab__buttons--btn.active span {
  color: #000000;
}
.categoryList .tab__contents {
  padding-left: 3.125rem;
}
@media (max-width: 1200px) {
  .categoryList .tab__contents {
    padding-left: 2rem;
  }
}
@media (max-width: 1100px) {
  .categoryList .tab__contents {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .categoryList .tab__contents {
    padding-left: 0;
  }
}
.categoryList__carousel button {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 2rem !important;
  color: #614f4f;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.categoryList__carousel button:hover {
  background-color: transparent !important;
  color: #000094 !important;
}
.categoryList__carousel button.owl-prev {
  left: 0;
}
.categoryList__carousel button.owl-next {
  right: 0;
  left: auto;
}
.categoryList__carousel:hover button {
  visibility: visible;
  opacity: 1;
}

.productList {
  background-color: #f8f8f8;
}
.productList__title {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1rem;
  align-items: end;
  margin-bottom: clamp(1.25rem, 3vw, 2.25rem);
}
@media (max-width: 767px) {
  .productList__title {
    flex-direction: column;
    align-items: start;
  }
}
.productList__title .section__title {
  margin-bottom: 0;
}
.productList__title .filter {
  margin-left: auto;
  position: relative;
  width: 25rem;
}
.productList__title .filter :where(button, li) {
  display: flex;
  align-items: center;
  padding: 0.625rem 0.875rem;
  font-size: 1.125rem;
  font-weight: 400;
  background-color: #efefef;
}
.productList__title .filter :where(button, li) i {
  margin-left: auto;
  transform: rotate(45deg);
  color: #444444;
  font-size: inherit;
  font-weight: 600;
  transition: all 0.3s ease;
}
.productList__title .filter button {
  margin-bottom: 0.625rem;
  border: 1px solid #cbcbcb;
  background-color: #efefef;
  width: 100%;
}
.productList__title .filter ul {
  padding: 0;
  margin: 0;
  border: 1px solid #cbcbcb;
  position: absolute;
  top: 3.0625rem;
  left: 0;
  z-index: 3;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
.productList__title .filter ul li {
  list-style: none;
  cursor: pointer;
}
.productList__title .filter ul li:not(:last-child) {
  border-bottom: 1px solid #cbcbcb;
}
.productList__title .filter ul li:hover {
  background-color: #000094;
}
.productList__title .filter ul li:hover span {
  color: #ffffff;
}
.productList__title .filter ul li:hover i {
  color: #ffffff;
  transform: rotate(0deg);
}
.productList__title .filter:hover ul {
  visibility: visible;
  opacity: 1;
}

.certificate {
  background-color: #ffffff;
}

.stats__index {
  background-color: #ffffff;
}
.stats__counter {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
  grid-gap: 0px;
}
@media (max-width: 991px) {
  .stats__counter {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats__counter > *:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .stats__counter {
    grid-template-columns: 1fr;
  }
}

.video {
  background: linear-gradient(to bottom, #ffffff, #f8f8f8);
}
.video__card {
  position: relative;
}
.video__card--img {
  height: 50rem;
  width: 100%;
  overflow: hidden;
  border-radius: 2rem;
}
.video__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.video__card a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.video__card a img {
  height: 15.625rem;
  width: 15.625rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}

.testimonial {
  background-color: #f8f8f8;
}
.testimonial .section__title h2 {
  color: #ededed;
  font-size: clamp(4rem, 10vw, 11rem);
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .testimonial .section__title h2 {
    font-size: 6.875rem;
  }
}
@media (max-width: 767px) {
  .testimonial .section__title h2 {
    font-size: 4rem;
    color: #000000;
  }
}
.testimonial__carousel {
  margin-top: -10rem;
}
@media (max-width: 1400px) {
  .testimonial__carousel {
    margin-top: -9rem;
  }
}
@media (max-width: 1300px) {
  .testimonial__carousel {
    margin-top: -8rem;
  }
}
@media (max-width: 1200px) {
  .testimonial__carousel {
    margin-top: -7rem;
  }
}
@media (max-width: 991px) {
  .testimonial__carousel {
    margin-top: -6rem;
  }
}
@media (max-width: 767px) {
  .testimonial__carousel {
    margin-top: 0;
  }
}

.blog {
  background-color: #f8f8f8;
}

.about {
  background-color: #ffffff;
}
.about__img {
  height: 27.1875rem;
  width: 100%;
  overflow: hidden;
  position: sticky;
  top: 7.1875rem;
}
.about__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}

.strength {
  background-color: #f3f3f3;
  padding-bottom: 12.5rem;
}
.strength__img {
  height: 27.1875rem;
  width: 100%;
  overflow: hidden;
  position: sticky;
  top: 7.1875rem;
}
.strength__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.strength .accordion__item {
  background-color: #ffffff;
}
.strength .accordion__item--title {
  background-color: #ffffff;
  margin-bottom: 0;
}
.strength .accordion__item--title i {
  transform: rotate(-45deg) !important;
}
.strength .accordion__item--content {
  background-color: #ffffff;
  padding-inline: 0;
  margin-inline: 1.5rem;
  border-top: 1px solid #8c8c8c;
}

.combine {
  background-color: #000000;
}

.stats__about {
  background-color: #ffffff;
  position: relative;
  top: -8.125rem;
}
.stats__about .stats__card {
  border-top: none;
  border-bottom: none;
}
@media (max-width: 991px) {
  .stats__about .stats__card {
    border-bottom: 1px solid #bdbdbd;
  }
}

.caseStudy .section__title :where(h6, h2) {
  color: #ffffff;
}
.caseStudy__box {
  position: relative;
}
.caseStudy #counter {
  background-color: #000000;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 1rem;
  z-index: 1;
}
.caseStudy #counter span {
  color: #ffffff;
}

.journey .content {
  font-size: 1.125rem;
  font-weight: 500;
}
.journey .content p, .journey .content span, .journey .content strong, .journey .content small, .journey .content li {
  font-size: inherit;
  font-weight: 5inherit;
}

.productDetail__head {
  border-bottom: 1px solid #d4d4d4;
  padding-block: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.productDetail__head h1 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
.productDetail__head h6 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.productDetail__head h6 a {
  color: #000094;
  text-decoration: none;
}
.productDetail__head h6 a:hover {
  text-decoration: underline;
}
.productDetail__head .l__button i {
  transform: rotate(0deg);
}
.productDetail__body {
  margin-block: 3rem;
}
.productDetail__body .other,
.productDetail__body .quote,
.productDetail__body .spec,
.productDetail__body .info {
  background-color: #ffffff;
  box-shadow: 0px 4px 21.8px 0px rgba(202, 202, 202, 0.1019607843);
}
.productDetail__body .info {
  padding: 1.25rem;
}
.productDetail__body .info__bottom .key {
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
}
.productDetail__body .info__bottom .content {
  font-size: 1.125rem !important;
  font-weight: 400;
}
.productDetail__body .info__bottom .content p,
.productDetail__body .info__bottom .content span,
.productDetail__body .info__bottom .content strong,
.productDetail__body .info__bottom .content li,
.productDetail__body .info__bottom .content a {
  font-size: inherit !important;
}
.productDetail__body .images {
  position: sticky;
  top: 7.25rem;
}
.productDetail__body .spec {
  padding: 1.25rem 2rem;
}
@media (max-width: 767px) {
  .productDetail__body .spec {
    padding: 1.25rem;
  }
}
.productDetail__body .spec .tab__buttons {
  border-bottom: 1px solid #cccaca;
  padding-bottom: 0.75rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: stretch;
  gap: 0.75rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  /* Hide scrollbar visually but keep it functional */
  scrollbar-width: none;
}
.productDetail__body .spec .tab__buttons::-webkit-scrollbar {
  display: none;
}
.productDetail__body .spec .tab__buttons--btn {
  padding-inline: 1.5rem;
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  flex-shrink: 0;
  scroll-snap-align: start;
  white-space: nowrap;
}
.productDetail__body .spec .tab__buttons--btn::before {
  content: "";
  height: 0.3125rem;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: -0.9375rem;
  left: 0;
  background-color: transparent;
}
.productDetail__body .spec .tab__buttons--btn.active {
  color: #000000;
}
.productDetail__body .spec .tab__buttons--btn.active::before {
  background-color: #000000;
}
.productDetail__body .spec .tab__contents--text {
  margin-top: 1.25rem;
}
.productDetail__body .spec__detail {
  padding: 0;
  margin: 0;
}
.productDetail__body .spec__detail li {
  list-style: none;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.productDetail__body .spec__detail li:not(:last-child) {
  padding-bottom: 1rem;
  border-bottom: 1px solid #d9d9d9;
}
.productDetail__body .spec__detail li strong {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .productDetail__body .spec__detail li strong {
    font-size: 0.875rem;
  }
}
.productDetail__body .spec__detail li span {
  font-size: 1.125rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .productDetail__body .spec__detail li span {
    font-size: 0.875rem;
  }
}
.productDetail__body .other,
.productDetail__body .quote {
  padding: 1.25rem;
}
.productDetail__body .other h3,
.productDetail__body .quote h3 {
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 1px solid #cccaca;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}
.productDetail__body .other .footer__menu ul.contact li:last-child,
.productDetail__body .quote .footer__menu ul.contact li:last-child {
  margin-bottom: 0;
}
.productDetail__body .other {
  height: 100%;
}
.productDetail__body .other ul {
  padding: 0;
  margin: 0;
}
.productDetail__body .other ul li {
  list-style: none;
  background-color: #fcfcfc;
  padding: 0.5rem 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
  border-bottom: 1px solid #e8e8e8;
}
.productDetail__body .other ul li a {
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease;
}
.productDetail__body .other ul li span {
  transform: rotate(-45deg);
}
.productDetail__body .other ul li a.active {
  color: #000094;
}
.productDetail__body .other ul li a.active + span {
  color: #000094;
}
.productDetail__body .other ul li:hover {
  color: #000094;
}
.productDetail__body .other ul li:hover a {
  color: #000094;
}
.productDetail__body .other ul li:hover span {
  color: #000094;
}

/* ─── CARD WRAPPER ──────────────────────────────── */
.gallery-card {
  display: flex;
  gap: 20px;
  width: 100%;
  position: relative;
}

/* ─── THUMBNAIL COLUMN ──────────────────────────── */
.thumb-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
  position: relative;
  background: #ffffff;
  justify-content: center;
  align-items: center;
  padding: 0 1.25rem;
}

/* vertical Swiper for thumbnails */
.swiper-thumbs {
  height: 266px; /* 3 visible thumbs */
  width: 82px;
}

.swiper-thumbs .swiper-slide {
  height: 82px !important;
  width: 82px !important;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  transition: border-color 0.22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.22s cubic-bezier(0.4, 0, 0.2, 1), transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.swiper-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.swiper-thumbs .swiper-slide:hover img {
  transform: scale(1.07);
}

.swiper-thumbs .swiper-slide-thumb-active {
  border-color: #1a6fd4;
  box-shadow: 0 0 0 3px var(--accent-dim);
}

/* prev/next arrows for thumb column */
.thumb-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 28px;
  cursor: pointer;
  color: #888;
  transition: color 0.22s cubic-bezier(0.4, 0, 0.2, 1), transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
}

.thumb-nav:hover {
  color: #1a6fd4;
  transform: scale(1.15);
}

.thumb-nav svg {
  display: block;
}

/* ─── MAIN VIEWER ───────────────────────────────── */
.main-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  background-color: #ffffff;
}

.swiper-main {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  aspect-ratio: 4/3;
}

.swiper-main .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

/* Swiper Zoom – required wrapper */
.swiper-main .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-main .swiper-zoom-container img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
  -webkit-user-drag: none;
}

/* left / right nav arrows */
.main-prev,
.main-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: 1.5px solid #dde1e7;
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #555;
  transition: background 0.22s cubic-bezier(0.4, 0, 0.2, 1), color 0.22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.22s cubic-bezier(0.4, 0, 0.2, 1), transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-prev {
  left: 8px;
}

.main-next {
  right: 8px;
}

.main-prev:hover,
.main-next:hover {
  background: #1a6fd4;
  color: #fff;
  box-shadow: 0 4px 14px rgba(26, 111, 212, 0.35);
  transform: translateY(-50%) scale(1.08);
}

.main-prev.swiper-button-disabled,
.main-next.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

/* zoom hint badge */
.zoom-hint {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  background: #ffffff;
  backdrop-filter: blur(6px);
  border: 1px solid #dde1e7;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 0.875rem;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 5px;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.4s;
}

.btn-view-all {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  border: none;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 4px 10px;
  cursor: pointer;
}

/* pagination dots */
.swiper-main-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 4px 0;
}

.swiper-main-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #bbb;
  cursor: pointer;
  transition: background 0.22s cubic-bezier(0.4, 0, 0.2, 1), transform 0.22s cubic-bezier(0.4, 0, 0.2, 1), width 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.swiper-main-pagination .swiper-pagination-bullet-active {
  background: #1a6fd4;
  width: 18px;
  border-radius: 3px;
}

.swiper-main-pagination {
  display: none;
}

/* ─── RESPONSIVE ─────────────────────────────────── */
@media (max-width: 480px) {
  .gallery-card {
    flex-direction: column-reverse;
    padding: 16px;
  }
  .thumb-col {
    flex-direction: row;
    width: 100%;
  }
  .swiper-thumbs {
    width: 266px;
    height: 82px;
  }
  .thumb-nav {
    width: 28px;
    height: 82px;
  }
}
@media (min-width: 991px) {
  .productList__list .offcanvas-start {
    position: sticky;
    top: 7.25rem;
    height: calc(100vh - 8.75rem);
    overflow-y: auto;
  }
}
.productList__list .offcanvas-body {
  background-color: #ffffff !important;
  padding: 1rem;
}
.productList__list .offcanvas-header {
  background-color: #000000;
}
.productList__list .offcanvas-header h5 {
  color: #ffffff;
  font-size: 1.25rem;
}
.productList__list .productList__filter {
  background-color: #ffffff;
  box-shadow: 0px 4px 21.8px 0px rgba(202, 202, 202, 0.1019607843);
  width: 100%;
}
.productList__list .productList__filter h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d9d9d9;
}
.productList__list .productList__filter--box:not(:last-child) {
  margin-bottom: 1.5rem;
}
.productList__list .productList__filter--box h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 0.625rem;
}
.productList__list .productList__filter--box .form-check {
  margin-bottom: 0.5rem;
}
.productList__list .productList__filter--box .form-check:last-child {
  margin-bottom: 0;
}
.productList__list .productList__filter--box .form-check-group {
  max-height: 31.25rem;
  height: 100%;
  overflow-y: auto;
  /* width */
}
.productList__list .productList__filter--box .form-check-group::-webkit-scrollbar {
  width: 0.5rem;
}
.productList__list .productList__filter--box .form-check-group {
  /* Track */
}
.productList__list .productList__filter--box .form-check-group::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.productList__list .productList__filter--box .form-check-group {
  /* Handle */
}
.productList__list .productList__filter--box .form-check-group::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  background: #FF6C00;
}
.productList__list .productList__filter--box .form-check-group {
  /* Handle on hover */
}
.productList__list .productList__filter--box .form-check-group::-webkit-scrollbar-thumb:hover {
  background: #FF6C00;
}
@media (max-width: 991px) {
  .productList__list .productList__filter--box .form-check-group {
    max-height: 100%;
  }
}
.productList__list .productList__filter--box .form-check-input {
  cursor: pointer;
}
.productList__list .productList__filter--box .form-check-input:checked {
  background-color: #FF6C00 !important;
  border-color: #FF6C00 !important;
}
.productList__list .productList__filter--box .form-check-label {
  cursor: pointer;
  color: #00171f;
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 400;
}
.productList__list .productList__filter--box .form-check:hover .form-check-label {
  color: #FF6C00;
}

.productSlider {
  overflow-x: hidden;
}
.productSlider .product__carousel .owl-stage-outer {
  margin-right: -36rem;
}
.productSlider .product__card--img {
  height: 21.875rem;
}

.sequence .strength__img {
  height: 31.25rem;
}

.catalogue .section__title {
  border-top: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
  padding-block: 1.875rem;
}

.productList__section .product__card--title .tags {
  display: none;
}
.productList__section .product__card--meta h5 {
  display: none;
}

.product__carousel .owl-stage {
  height: 100%;
  display: flex;
}
.product__carousel .owl-item {
  height: auto imn !important;
}

.contact .footer__menu {
  position: sticky;
  top: 6.25rem;
}
.contact .footer__menu ul.contact > li {
  background-color: #ffffff;
}

.form {
  background-color: #ffffff;
  padding: clamp(1rem, 4vw, 2.5rem) clamp(1rem, 5vw, 3.75rem);
}
.form__group {
  margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .form__group {
    margin-bottom: 2rem;
  }
}
.form-label {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
  display: block;
}
.form-control {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #5F5F5F;
}

.blog__detail img {
  height: 37.5rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}

.accordion__item {
  margin-bottom: 1rem;
}
.accordion__item--title {
  position: relative;
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  background-color: #f2f2f2;
  margin-bottom: 0.5rem;
}
.accordion__item--title i {
  position: absolute;
  top: 1.125rem;
  right: 5px;
  font-size: 0.875rem;
}
.accordion__item--content {
  background-color: #f2f2f2;
  display: none;
  padding: 0.75rem 1.5rem;
}
.accordion__item--content p {
  font-size: 1rem;
  font-weight: 300;
}
.accordion__item--content table tbody,
.accordion__item--content table td,
.accordion__item--content table tfoot,
.accordion__item--content table th,
.accordion__item--content table thead,
.accordion__item--content table tr {
  border: 1px solid #808080;
  padding: 0.5rem;
}
.accordion__item.active .accordion__item--title i {
  transform: rotate(180deg);
}

/*# sourceMappingURL=style.css.map */
