@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 3vw, 1.125rem);
  font-weight: 400;
  color: #011627;
  overflow-x: hidden;
  transition: all 0.5s ease;
  background-color: #fdfffc;
}
body.locked {
  overflow: hidden;
}

p {
  font-size: clamp(1rem, 2vw, 1.125rem);
  transition: all 0.5s ease;
  line-height: 2.0313rem;
}
p:last-child {
  margin-bottom: 0 !important;
}

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

.rounded__lg {
  border-radius: 15px;
  overflow: hidden;
}

.m__tb {
  margin-top: clamp(2.5rem, 5vw, 4.375rem);
  margin-bottom: clamp(2.5rem, 5vw, 4.375rem);
}
.m__tb--t {
  margin-top: clamp(2.5rem, 5vw, 4.375rem);
}
.m__tb--b {
  margin-bottom: clamp(2.5rem, 5vw, 4.375rem);
}

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

.l__container {
  width: 95%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 15px;
}

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;
}

.hr__custom {
  border-top: 2px solid #ffffff;
  margin: 48px 0;
}

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

.section__title h5 {
  color: #e71d36;
  font-size: 1.625rem;
  font-weight: 500;
  margin-bottom: clamp(0.625rem, 3vw, 1.5rem);
}
.section__title h1,
.section__title h2 {
  color: #011627;
  font-size: clamp(1.75rem, 3vw, 2.8125rem);
  font-weight: 700;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}
.section__title span {
  display: block;
  position: relative;
  height: 0.1875rem;
  width: 2.625rem;
  background-color: #011627;
  margin-top: 0.5rem;
}
.section__title span::before, .section__title span::after {
  content: "";
  height: 0.1875rem;
  width: 1.25rem;
  overflow: hidden;
  background-color: #011627;
}
.section__title span::before {
  position: absolute;
  top: 0;
  right: -2rem;
}
.section__title span::after {
  position: absolute;
  top: 0;
  right: -4rem;
}

.l__button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  text-transform: capitalize;
  border: 2px solid #000;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 500;
  padding: clamp(0.625rem, 1vw, 0.9375rem) clamp(20px, 2vw, 40px);
  background-color: #ffffff;
  border-radius: 0.625rem;
  display: inline-block;
  transition: all 0.8s ease;
  text-decoration: none;
  text-align: center;
}
.l__button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.l__button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transition: all 0.8s;
  z-index: -1;
}
.l__button--primary {
  color: #ffffff;
  background-color: #ff1d03;
  border-color: #ff1d03;
  box-shadow: 0px 4px 12px 0px #ff8d9b;
}
.l__button--primary::after {
  background-color: #ff1d03;
}
.l__button--primary::before {
  background-color: #fdbf6b;
}
.l__button--primary:hover {
  border-color: #fdbf6b;
  color: #ffffff;
}
.l__button--secondary {
  color: #ffffff;
  background-color: #fdbf6b;
  border-color: #fdbf6b;
  box-shadow: 0px 4px 12px 0px #ffd8a3;
}
.l__button--secondary::after {
  background-color: #fdbf6b;
}
.l__button--secondary::before {
  background-color: #ffffff;
}
.l__button--secondary:hover {
  border-color: #ffffff;
  color: #fdbf6b;
}
.l__button--transparent {
  color: #fdbf6b !important;
  background-color: #ffffff;
  border-color: #fdbf6b;
}
.l__button--transparent::after {
  background-color: #ffffff;
}
.l__button--transparent::before {
  background-color: #e71d36;
}
.l__button--transparent:hover {
  border-color: #e71d36;
  color: #ffffff !important;
}
.l__button:hover:before {
  width: 100%;
}

.social__icon {
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.social__icon li {
  list-style: none;
}
.social__icon li:first-child {
  margin-left: 0;
}
.social__icon li a {
  display: block;
  transition: all 0.5s ease;
}

.owl-nav {
  margin: 0 !important;
  width: 100%;
}
.owl-nav button {
  height: 32px;
  width: 32px;
  overflow: hidden;
  border-radius: 50% !important;
  background-color: #e71d36 !important;
  color: #ffffff !important;
}

.breadcrumb {
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(1rem, 3vw, 1.25rem);
  margin-top: 0;
}
.breadcrumb-item {
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.breadcrumb-item a {
  color: #011627 !important;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none !important;
  text-transform: capitalize;
}
.breadcrumb-item.active {
  color: #011627 !important;
}
.breadcrumb-item::before {
  content: "/" !important;
  color: #011627 !important;
}
.breadcrumb-item:first-child::before {
  display: none;
}
.breadcrumb__mb {
  background-color: #fdbf6b;
  padding: 0.5rem 0;
}
.breadcrumb__mb .breadcrumb-item {
  font-size: 0.875rem;
  font-weight: 500;
}
.breadcrumb__mb .breadcrumb-item a {
  font-size: 0.875rem;
  font-weight: 500;
}
.breadcrumb__mb .breadcrumb-item::before {
  font-size: 0.75rem;
}

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

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.main-header {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}
.main-header__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}
.main-header__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.main-header__logo a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: #e71d36;
  padding: 3rem 4.6875rem;
  clip-path: polygon(0 0, 100% 0%, 77% 100%, 0% 100%);
}

.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: 15.625rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  visibility: 0;
  opacity: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(6.25rem);
  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);
}
.main-menu .main-menu__list > li + li {
  margin-left: 1rem;
}
@media (max-width: 1200px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 1rem;
  }
}
.main-menu .main-menu__list > li > a {
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  color: #151422;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li > a::before {
  content: "";
  height: 2px;
  border-radius: 0px;
  background-color: #e71d36;
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  left: 0px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}
.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: #151422;
  transform: translateY(-50%);
  font-weight: 700;
  z-index: 1;
}
.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.current > a, .main-menu .main-menu__list > li:hover > a {
  color: #e71d36;
}
.main-menu .main-menu__list > li.current > a::before, .main-menu .main-menu__list > li:hover > a::before {
  transform: scale(1, 1);
  transform-origin: right center;
}
.main-menu .main-menu__list > li.current > a ::after, .main-menu .main-menu__list > li:hover > a ::after {
  color: #e71d36;
}
.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;
  border-bottom: 1px solid rgba(21, 20, 34, 0.1);
}
.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;
  line-height: 1.875rem;
  color: #151422;
  font-weight: 500;
  display: flex;
  padding: 0.625rem 1.25rem 0.625rem;
}
.main-menu .main-menu__list > li > ul > li:hover > a, .main-menu .main-menu__list > li > ul > li > ul > li:hover > a {
  background-color: #e71d36;
  color: #ffffff;
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  cursor: pointer;
  transition: 500ms;
}
.main-menu .mobile-nav__toggler .main-menu .mobile-nav__toggler:hover {
  color: #151422;
}

.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}
.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: 2.5rem;
  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: #011627;
  font-size: 0.875rem;
  font-weight: 500;
  height: 2.875rem;
  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: #e71d36;
}

.mobile-nav__content .main-menu__list {
  /* no menu after 2rd level dropdown */
}
.mobile-nav__content .main-menu__list li a.expanded {
  color: #e71d36;
}
.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;
  background-color: #e71d36;
  color: #fff;
  border: none;
  outline: none;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
  padding: 0;
}
.mobile-nav__content .main-menu__list > li > a > button.expanded, .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #e71d36;
}
.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: #e71d36;
}
.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 {
  font-size: 1rem;
  color: #ffffff;
  text-decoration: none;
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 1.875rem;
}
.mobile-nav__social a:hover {
  color: #e71d36;
}
.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: #011627;
  text-decoration: none;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #e71d36;
}
.mobile-nav__contact li > i {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #e71d36;
  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 {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
}
.main-header-two__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.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: 3rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .main-menu-two__logo a img {
    height: 2rem;
  }
}
@media (max-width: 991px) {
  .main-menu-two__logo a img {
    height: 2.5rem;
  }
}
@media (max-width: 350px) {
  .main-menu-two__logo a img {
    height: 2rem;
  }
}
.main-menu-two__wrapper-inner {
  padding: 0.75rem 0.9375rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  z-index: 1;
}
.main-menu-two__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-two__left {
  position: relative;
  display: block;
}
.main-menu-two__main-menu-box {
  position: relative;
  display: block;
}
.main-menu-two__right {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.main-menu-two__right .call {
  display: block;
}
.main-menu-two__right .call a {
  color: #e71d36;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
}
.main-menu-two__right .call a:hover {
  color: #fdbf6b;
}
@media (max-width: 1200px) {
  .main-menu-two__right .call a i {
    background-color: #ff1d03;
    height: 2.6875rem;
    width: 2.6875rem;
    overflow: hidden;
    line-height: 2.6875rem;
    min-width: 2.6875rem;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    color: #ffffff;
  }
  .main-menu-two__right .call a span {
    display: none;
  }
}
@media (max-width: 380px) {
  .main-menu-two__right .call a i {
    display: none;
  }
}
.main-menu-two__btn-box {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
}
.main-menu-two__btn-box .l__button {
  padding: 8px 20px;
}
@media (max-width: 320px) {
  .main-menu-two__btn-box .l__button {
    padding: 4px 12px;
  }
}

@media (min-width: 992px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}
.myHeader {
  background-color: #ffffff;
}

.footer {
  background: linear-gradient(90deg, #ffe5e5 0%, #f5fffe 26.81%, #fcf3ff 54.58%, #fff4e5 99.86%);
}
.footer .container {
  position: relative;
  z-index: 1;
}
.footer__title {
  font-size: clamp(1.375rem, 3vw, 1.625rem);
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 2.375rem;
  position: relative;
  color: #e71d36;
}
@media (max-width: 991px) {
  .footer__title {
    margin-bottom: 1.125rem;
  }
}
@media (max-width: 767px) {
  .footer__title {
    margin-bottom: 1rem;
    line-height: normal;
  }
}
.footer__desc p {
  text-align: justify;
}
.footer__desc .social__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
.footer__desc .social__icon li {
  margin-bottom: 0;
}
.footer__desc .social__icon li a {
  display: block;
  color: #fdbf6b !important;
  height: 2.625rem;
  width: 2.625rem;
  overflow: hidden;
  line-height: 2.625rem;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
}
.footer__desc .social__icon img {
  height: 1.875rem;
  width: 1.875rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.footer__menu img {
  height: 3.125rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.footer__menu ul {
  padding: 0;
  margin: 0;
}
.footer__menu ul li {
  list-style: none;
  margin-bottom: 1.125rem;
}
.footer__menu ul li a {
  font-size: 1.125rem;
  font-weight: 400;
  display: block;
  text-decoration: none;
  position: relative;
  color: #011627;
}
.footer__menu ul li a:hover {
  color: #e71d36;
}
.footer__menu ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .footer__menu ul li {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .footer__menu ul li {
    margin-bottom: 0.5rem;
  }
}
.footer__menu ul.info li a {
  padding-left: 1.625rem;
}
.footer__menu ul.info li a span {
  padding-right: 5px;
  position: absolute;
  top: -1rem;
  left: -1.25rem;
}
.footer__menu ul.info .highlight a {
  font-weight: 700;
  color: #e71d36 !important;
}
.footer__menu p.text {
  font-size: 1.125rem;
  font-weight: 400;
  color: #011627;
}
.footer__menu li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
}
.footer__menu li i {
  color: #ff1d03;
}
@media (max-width: 991px) {
  .footer__menu {
    margin-bottom: 1.5625rem;
  }
}
.footer__bottom {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-top: 1px solid #e71d36;
}
.footer__bottom .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 79px;
  padding: 0;
  margin: 0;
}
.footer__bottom .left li {
  list-style: none;
}
.footer__bottom .left li a {
  color: #e5e4e4;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
}
.footer__bottom .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.footer__bottom .copyright p {
  margin-bottom: 0;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
}
.footer__bottom .copyright p.developed {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.footer__bottom .copyright p.developed img {
  height: 2.5rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.footer__bottom .copyright span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.footer__bottom .copyright span a {
  text-decoration: none;
}
@media (max-width: 991px) {
  .footer__bottom .copyright {
    flex-direction: column;
  }
  .footer__bottom .copyright p {
    text-align: center;
    margin-top: 1rem;
  }
  .footer__bottom .copyright span {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .footer__bottom .copyright {
    flex-direction: column;
  }
  .footer__bottom .copyright p {
    text-align: center;
    margin-top: 1rem;
  }
  .footer__bottom .copyright span {
    flex-direction: column;
  }
}
.footer__social {
  position: relative;
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}
.footer__social h4 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.footer__social--icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}
.footer__social--icon a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 2rem;
  text-decoration: none;
  color: #ff1d03;
  overflow: hidden;
  transition: all 0.4s linear;
}
.footer__social--icon a:hover {
  color: #e71d36;
}
.footer .iso__certified {
  height: 8rem;
  width: 8rem;
  overflow: hidden;
  margin-top: 0.5rem;
}
.footer .iso__certified img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
.owl-carousel .owl-dot span {
  background-color: #ffffff !important;
}
.owl-carousel .owl-dot.active span {
  background-color: #801926 !important;
  width: 1.25rem;
}

.banner {
  background: linear-gradient(90deg, #ffe5e5 0%, #f5fffe 26.81%, #fcf3ff 54.58%, #fff4e5 99.86%);
  position: relative;
}
.banner__bg--one {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, rgba(1, 22, 39, 0.76) 0%, rgba(5, 13, 19, 0.76) 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.banner__bg--one img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.banner__img {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 100%;
  width: 42%;
  overflow: hidden;
}
.banner__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 991px) {
  .banner__img {
    position: relative;
    width: 100%;
    border-radius: 0.625rem;
  }
  .banner__img img {
    max-height: 25rem;
  }
}
.banner .container {
  height: 100%;
}
.banner__content {
  padding: 5rem 0;
  position: relative;
  z-index: 2;
}
.banner__content .content {
  margin-bottom: clamp(1.5rem, 5vw, 4.375rem);
}
.banner__content .content .title {
  font-size: clamp(2rem, 5vw, 4.0625rem);
  font-weight: 700;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  color: #011627;
}
.banner__content .content .title span {
  color: #e71d36;
}
.banner__content .content .sub__title {
  font-size: 1.625rem;
  font-weight: 500;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  color: #011627;
}
.banner__content .content .text {
  font-size: 1.125rem;
  font-weight: 400;
}
.banner__content .btn__group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5625rem;
}
.banner__content .btn__group span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
}
.banner__content .btn__group span a {
  color: #e71d36;
  text-decoration: none;
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
}
.banner__content .btn__group span a::before {
  content: "";
  height: 2px;
  width: 100%;
  overflow: hidden;
  background-color: #e71d36;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .banner__content .btn__group {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .banner__content {
    padding: 2rem 0;
  }
}

.partner .section__title {
  margin-bottom: 1.5rem;
}
.partner__carousel {
  border-radius: 10px;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.11);
  padding: 0.875rem clamp(1.25rem, 3vw, 4.0625rem);
}
.partner__card {
  border-radius: 0.5rem;
  height: 7.5rem;
  width: 8.75rem;
  overflow: hidden;
  overflow: hidden;
}
.partner__card img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.partner .single-partner img {
  max-width: 100%;
}

.about {
  background-color: #f5f5f5;
}
.about__img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  max-height: 33.6875rem;
  border-radius: 1rem;
  position: sticky;
  top: 6.25rem;
}
.about__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.about__content .mission {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.125rem;
  width: 100%;
  margin-bottom: clamp(1.5rem, 3vw, 4.375rem);
}
.about__content .mission span {
  height: 5.875rem;
  width: 5.875rem;
  overflow: hidden;
  min-width: 5.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: #ffe5e5;
  border-radius: 50%;
}
.about__content .mission span img {
  height: 3.375rem;
  width: 3.375rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.about__content .mission h3 {
  font-size: clamp(1.5rem, 3vw, 1.625rem);
  font-weight: 500;
}
.about__detail {
  position: relative;
  z-index: 1;
}
.about__detail--img {
  height: auto;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 0.625rem;
  margin-bottom: clamp(2rem, 3vw, 3.125rem);
  display: block;
  max-height: 30rem;
}
@media (max-width: 767px) {
  .about__mission .row {
    flex-direction: column-reverse;
  }
}
.about__mission--content h2 {
  font-size: clamp(1.5rem, 3vw, 1.625rem);
  font-weight: 600;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .about__mission--img {
    position: sticky;
    top: 5rem;
  }
}
.about__mission--img img {
  display: block;
}
.about__mission--img .one,
.about__mission--img .two {
  height: auto;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  max-height: 12rem;
  border-radius: 0.625rem;
}
@media (max-width: 1200px) {
  .about__mission--img .one,
  .about__mission--img .two {
    max-height: 16rem;
  }
}
@media (max-width: 991px) {
  .about__mission--img .one,
  .about__mission--img .two {
    max-height: 100%;
    position: sticky;
    top: 5rem;
  }
}
.about__mission--img .one {
  margin-bottom: 1rem;
}
.about__mission--img .three {
  border-radius: 0.625rem;
  height: 25rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}

.team .section__title {
  margin-bottom: clamp(1.5rem, 3vw, 2.875rem);
}
.team__card {
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
}
.team__card img {
  height: auto;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 0.625rem;
  object-position: top;
  max-height: 28rem;
}
.team__card h3 {
  background-color: #e71d36;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  padding: 0.75rem;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .team__card img {
    max-height: 35rem;
  }
}

.service .section__title {
  margin-bottom: clamp(1.5rem, 3vw, 3.75rem);
}
.service__card {
  position: relative;
}
.service__card a {
  text-decoration: none;
}
.service__card--img {
  height: 21.25rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.9375rem;
  box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.03);
  transition: all 0.05s ease;
}
.service__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.service__card--content {
  margin-top: clamp(1rem, 3vw, 1.625rem);
  text-align: center;
}
.service__card--content h3 {
  color: #4b4343;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
}
.service__card:hover img {
  transform: scale(1.1);
}
.service__card:hover h3 {
  color: #e71d36;
}
.service__detail--img img {
  height: auto;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  max-height: 25rem;
  border-radius: 0.625rem;
}
.service__detail .design h2 {
  font-size: 1.625rem;
  font-weight: 500;
  margin-bottom: 1.875rem;
}
.service__detail .design__card {
  height: 17.1875rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1.25rem;
  background-color: #dee1e7;
  padding: 1rem;
}
.service__detail .design__card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 0.3125rem;
}
.service__detail .sidebar {
  position: sticky;
  top: 5rem;
}
.service__detail .sidebar h2 {
  font-size: 1.625rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.service__detail .sidebar ul {
  padding: 0;
  margin: 0;
  border-radius: 0.3125rem;
  border: 1px solid rgba(252, 206, 208, 0.6);
}
.service__detail .sidebar ul li {
  border-bottom: 1px solid rgba(252, 206, 208, 0.6);
  list-style: none;
}
.service__detail .sidebar ul li:last-child {
  border-bottom: 0;
}
.service__detail .sidebar ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  background-color: #f9f9f9;
  padding: 0.8125rem 0.9375rem;
  text-decoration: none;
  transition: all 0.5s ease;
}
.service__detail .sidebar ul li a span {
  font-size: 1.125rem;
  font-weight: 500;
  color: #011627;
}
.service__detail .sidebar ul li a small {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
  border: 1px solid #f66767;
  color: #f66767;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.service__detail .sidebar ul li a:hover {
  background-color: #fbf8f8;
}

.choose {
  background-color: #e71d36;
  position: relative;
  overflow: hidden;
}
.choose::before {
  content: "";
  background: url("/static/site-asset/images/spiral.png") no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 90%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  position: absolute;
  bottom: -2.6875rem;
  left: 15%;
  opacity: 0.4;
}
@media (max-width: 991px) {
  .choose {
    padding-bottom: 2.5rem;
  }
}
.choose .section__title {
  margin-bottom: 1.5rem;
}
.choose .section__title h5 {
  color: #fdbf6b;
}
.choose .section__title h2 {
  color: #ffffff;
}
.choose__content {
  padding-bottom: 3.125rem;
}
.choose__content .text {
  margin-bottom: 1.5rem;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
}
.choose__list {
  padding: 0;
  margin: 0;
}
.choose__list--card {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 1.875rem;
}
.choose__list--card:last-child {
  margin-bottom: 0;
}
.choose__list--card-icon {
  height: 5.125rem;
  width: 5.125rem;
  overflow: hidden;
  min-width: 5.125rem;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.choose__list--card-icon img {
  height: 3.3125rem;
  width: 3.3125rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.choose__list--card-content h3 {
  color: #ffffff;
  font-size: clamp(1.5rem, 3vw, 1.625rem);
  font-weight: 500;
  margin-bottom: 0.625rem;
}
.choose__list--card-content p {
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1250px) {
  .choose__list--card-content p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.choose__img {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 1.5rem;
  height: 100%;
  position: relative;
}
.choose__img--index {
  max-width: 10.9375rem;
  width: 100%;
  margin-bottom: 20%;
}
.choose__img .index {
  background-color: #ffffff;
  width: 100%;
  border-radius: 1.25rem;
  text-align: center;
  padding: 1.25rem;
}
.choose__img .index .icon {
  height: 2.625rem;
  width: 2.625rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  margin: auto;
}
.choose__img .index h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0.625rem 0;
}
.choose__img .index p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
}
.info {
  background-color: #fffbf3;
}
.info__card {
  background-color: #ffffff;
  padding: 2.25rem 0.5rem;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1rem;
  height: 100%;
}
.info__card--icon img {
  height: 4.75rem;
  width: 4.75rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  min-width: 4.75rem;
}
.info__card--content span.percent {
  font-size: clamp(2rem, 3vw, 2.8125rem);
  font-weight: 700;
  color: #ff1d03;
  margin-bottom: 0.3125rem;
  display: inline-block;
}
.info__card--content span.percent::after {
  content: "+";
  display: inline-block;
  font-size: clamp(2rem, 3vw, 2.8125rem);
  font-weight: 700;
  color: #ff1d03;
}
.info__card--content h3 {
  color: #e34242;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0;
}

.portfolio .section__title {
  margin-bottom: clamp(1.5rem, 3vw, 2.875rem);
}
.portfolio__card {
  height: 17.1875rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1.25rem;
}
.portfolio__card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.5s ease;
}
.portfolio__card:hover img {
  transform: scale(1.1);
}
.portfolio__page {
  position: relative;
  z-index: 1;
}
.portfolio__page--card {
  padding: 1rem;
  background-color: #d3eefc;
  border-radius: 1.25rem;
}
.portfolio__page--card img {
  height: 15.3125rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 0.3125rem;
}
.portfolio__top {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 1.5rem;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.portfolio__top::-webkit-scrollbar {
  width: 5px;
  height: 0.625rem;
}
.portfolio__top::-webkit-scrollbar-track {
  background: #011627;
}
.portfolio__top::-webkit-scrollbar-thumb {
  background: #e71d36;
}
.portfolio__top::-webkit-scrollbar-thumb:hover {
  background: #e71d36;
}
.portfolio__name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 3rem);
  flex-wrap: nowrap;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .portfolio__name {
    justify-content: start;
    align-items: start;
  }
}
.portfolio__name span {
  font-size: 1.125rem;
  font-weight: 400;
  display: block;
  cursor: pointer;
}
.portfolio__name span.active {
  color: #e71d36;
}
.testimonial {
  background-color: #e71d36;
  position: relative;
  overflow: hidden;
}
.testimonial::before {
  content: "";
  background: url("/static/site-asset/images/spiral.png") no-repeat;
  background-position: center;
  background-size: cover;
  height: 546px;
  width: 70%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  position: absolute;
  bottom: -72px;
  left: 72px;
  transform: rotate(-10deg);
  opacity: 0.4;
}
.testimonial .img {
  height: 500px;
  width: 500px;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.testimonial .section__title {
  margin-bottom: clamp(1.25rem, 3vw, 1.625rem);
}
.testimonial .section__title h5 {
  color: #fdbf6b;
}
.testimonial .section__title h2 {
  color: #ffffff;
}
.testimonial__card {
  background-color: #ffffff;
  border-radius: 1.25rem;
  padding: 2rem;
}
.testimonial__card .author {
  margin-top: 2.5rem;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1.25rem;
}
.testimonial__card .author img {
  height: 3.125rem;
  width: 3.125rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  min-width: 3.125rem;
  border-radius: 50%;
}
.testimonial__card .author h4 {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.testimonial__card .author span {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
  display: block;
}
.testimonial__carousel {
  margin-top: 3.75rem;
}
@media (max-width: 991px) {
  .testimonial__carousel {
    margin-top: 0;
  }
}
.testimonial__carousel .owl-nav {
  position: absolute;
  top: -3.75rem;
  right: 0;
  width: auto;
}
.testimonial__carousel .owl-nav button {
  background-color: #ffffff !important;
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
  border-radius: 0.375rem !important;
  position: relative;
}
.testimonial__carousel .owl-nav button span {
  display: none;
}
.testimonial__carousel .owl-nav button::before {
  font: var(--fa-font-solid);
  content: "\f054";
  color: #011627 !important;
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial__carousel .owl-nav button.owl-prev {
  transform: rotate(180deg);
}
.testimonial__carousel .owl-nav button:hover {
  background-color: #801926 !important;
}
.testimonial__carousel .owl-nav button:hover::before {
  color: #ffffff !important;
}

.blog .section__title {
  margin-bottom: 1.625rem;
}
@media (max-width: 991px) {
  .blog__index .row .col:last-child {
    display: none;
  }
}
.blog__card {
  position: relative;
  background-color: #fff8f9;
  border-radius: 0.625rem;
  border: 2px solid rgba(181, 182, 182, 0.5);
  overflow: hidden;
}
.blog__card--img {
  height: 13.125rem;
  width: 100%;
  overflow: hidden;
}
.blog__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.blog__card--content {
  padding: 1rem;
}
.blog__card--content .meta {
  color: #011627;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.blog__card--content h3 {
  color: #011627;
  font-size: clamp(1.5rem, 3vw, 1.625rem);
  font-weight: 500;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__card--content h3 a {
  transition: all 0.5s ease;
  color: #1e293b;
  text-decoration: none;
}
.blog__card--content p {
  color: #011627;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__card--content .more {
  color: #e71d36;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.5s ease;
}
.blog__card--content .more:hover {
  color: #fdbf6b;
}
.blog__card:hover img {
  transform: scale(1.04);
}
.blog__card:hover a {
  color: #fdbf6b;
}
.blog__list {
  box-shadow: none;
}
@media (max-width: 991px) {
  .blog__list {
    margin-top: clamp(2.5rem, 5vw, 4.375rem);
  }
}
.blog__detail {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .blog__detail {
    margin-top: clamp(2.5rem, 5vw, 4.375rem);
  }
}
.blog__detail--img {
  height: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}
.blog__detail--img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.blog__detail--content .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.blog__detail--content .meta small {
  color: #0e0e0e;
  font-size: 11px;
  font-weight: 400;
  margin-right: 32px;
}
.blog__detail--content .meta span {
  color: #0e0e0e;
  font-size: 11px;
  font-weight: 500;
}
.blog__detail--content .meta h6 {
  color: #151b30;
  font-size: 16px;
  font-weight: 500;
}
.blog__detail .blog__card {
  background-color: transparent;
  border: none;
}
.blog__detail .blog__card--img {
  height: 11.25rem;
}
.blog__detail .blog__card--content {
  padding: 0;
  margin-top: 1.5rem;
}
.blog__detail .blog__card--content h3 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0.9375rem;
}
.blog__detail .blog__card--content p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
  line-height: normal;
}
.blog__detail .sidebar {
  position: sticky;
  top: 5rem;
}

.pages {
  background: linear-gradient(90deg, rgba(255, 229, 229, 0.26) 0%, rgba(245, 255, 254, 0.26) 26.81%, rgba(252, 243, 255, 0.26) 54.58%, rgba(255, 244, 229, 0.26) 99.86%);
  padding: 2rem 0;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}
.pages h1, .pages h2 {
  font-size: clamp(2.25rem, 3vw, 2.8125rem);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

.contact {
  position: relative;
  z-index: 1;
}
.contact .form {
  box-shadow: 0px 20px 50px 0px rgba(18, 17, 39, 0.08);
  padding: clamp(1rem, 3vw, 3rem);
  background-color: #ffffff;
  border-radius: 1rem;
}
.contact .form__group {
  margin-bottom: 1.5rem;
}
.contact .form-control {
  height: 3.25rem;
  line-height: 3.25rem;
}
.contact .form textarea.form-control {
  height: 5.375rem;
  line-height: normal;
}
.contact__info {
  box-shadow: 0px 20px 50px 0px rgba(18, 17, 39, 0.08);
  padding: clamp(1rem, 3vw, 3rem);
  background-color: #ffffff;
  border-radius: 1rem;
}
.contact__info h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.contact__info ul {
  padding: 0;
  margin: 0;
}
.contact__info ul li {
  list-style: none;
  padding-left: 1.75rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.contact__info ul li:last-child {
  margin-bottom: 0;
}
.contact__info ul li a {
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  color: #011627;
  line-height: normal;
}
.contact__info ul li i {
  position: absolute;
  top: 0.3125rem;
  left: 0;
  font-size: 1.25rem;
}

.map iframe {
  height: 37.5rem;
  width: 100%;
  object-fit: cover;
}

.enquiry .form-label {
  font-size: 1rem;
}

#productContainer {
  --product-view-height: 100%;
}

#productContainer .f-thumbs.is-classic.is-vertical {
  height: var(--product-view-height, 100%);
}

.md\:max-w-lg {
  max-width: 90% !important;
}

/*
    Thumbnails
  */
.f-thumbs.is-classic {
  --f-thumb-width: 90px;
  --f-thumb-height: 135px;
  --f-thumb-gap: 0.5rem;
  --f-thumb-opacity: 1;
  --f-thumb-selected-opacity: 0.2;
  --f-button-color: #0d0c22;
  --f-button-hover-color: #ff3520;
  --f-button-bg: #fff;
  --f-button-hover-bg: #fff;
  --f-button-active-bg: #fff;
}

.f-thumbs.is-classic .f-thumbs__slide__img {
  object-fit: cover;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.f-thumbs.is-classic .f-carousel__nav .f-button[disabled] {
  display: none;
}

/*
    Main carousel
  */
#productCarousel {
  --f-carousel-spacing: 0;
  --f-button-width: 48px;
  --f-button-height: 48px;
  --f-button-border-radius: 0;
  --f-button-color: #0d0c22;
  --f-button-hover-color: #ff3520;
  --f-button-bg: #fff;
  --f-button-hover-bg: #fff;
  --f-button-active-bg: #fff;
  --f-button-svg-width: 28px;
  --f-button-svg-height: 28px;
  --f-button-svg-stroke-width: 1;
  --f-button-svg-filter: none;
  height: var(--product-view-height);
}

#productCarousel .f-carousel__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 500px;
}

#productCarousel .f-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-carousel__slide {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}

#productCarousel .f-carousel__nav {
  opacity: 0;
  transition: opacity 0.15s;
}

@media (hover: hover) {
  #productCarousel:hover .f-carousel__nav {
    opacity: 1;
  }
}
/*
    Fancybox
  */
.fancybox__container {
  --fancybox-color: #0d0c22;
  --fancybox-bg: #fff;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
}

.fancybox__toolbar,
.fancybox__nav {
  --f-button-width: 60px;
  --f-button-height: 60px;
  --f-button-border-radius: 0;
  --f-button-color: #0d0c22;
  --f-button-hover-color: #ff3520;
  --f-button-bg: #fff;
  --f-button-hover-bg: #fff;
  --f-button-active-bg: #fff;
  --f-button-svg-width: 32px;
  --f-button-svg-height: 32px;
  --f-button-svg-stroke-width: 1;
  --f-button-svg-filter: none;
}

.fancybox__nav {
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-thumbs__slide__button {
  height: 5.625rem !important;
}

.error {
  margin: auto;
}
.error .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
  width: 100%;
  text-align: center;
}
.error-page {
  background-color: #ffffff;
  padding: 50px;
}

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