@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Inter:400"); /* @FONTWARNING[{"type": "restricted", "family": "Helvetica Neue", "weight": "var(--h2-font-weight)", "style": "italic", "allowsCrossOrigin": false}] */
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}

:root {
  --site-header-offset: 110px;
}

@media (max-width: 767px) {
  :root {
    --site-header-offset: 96px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  :root {
    --site-header-offset: 104px;
  }
}

.site-nav-item {
  position: relative;
}

.site-nav-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}

.site-nav-link:hover,
.site-nav-link:focus-visible {
  color: #dc1e37;
}

.text-wrapper-11,
.text-wrapper-30,
.text-wrapper-31,
.text-wrapper-32,
.text-wrapper-54,
.text-wrapper-55,
.text-wrapper-56 {
  cursor: pointer;
  transition: color 0.2s ease;
}

.text-wrapper-11:hover,
.text-wrapper-30:hover,
.text-wrapper-31:hover,
.text-wrapper-32:hover,
.text-wrapper-54:hover,
.text-wrapper-55:hover,
.text-wrapper-56:hover {
  color: #dc1e37;
}

.site-nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  border: 1px solid #ececec;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
  z-index: 1300;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
}

.site-nav-dropdown:hover .site-nav-dropdown-menu,
.site-nav-dropdown:focus-within .site-nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-nav-dropdown-link {
  display: block;
  padding: 10px 14px;
  font-family: "Inter", Helvetica;
  font-size: 15px;
  line-height: 1.35;
  color: #000000;
  white-space: nowrap;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.site-nav-dropdown-link:hover,
.site-nav-dropdown-link:focus-visible {
  background-color: #fff5f7;
  color: #dc1e37;
}

.site-enquiry-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  padding: 10px 16px !important;
  border: none !important;
  background-color: #dc1e37 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
}

.site-enquiry-btn,
.site-enquiry-btn * {
  color: #ffffff !important;
  text-decoration: none !important;
}

.site-enquiry-btn:hover,
.site-enquiry-btn:focus-visible {
  background-color: #2e2e2e !important;
}

.site-floating-enquiry {
  position: fixed !important;
  right: 16px !important;
  bottom: 16px !important;
  z-index: 1400 !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24) !important;
  font-family: "Inter", Helvetica !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

@media (min-width: 768px) {
  .site-floating-enquiry {
    right: 24px !important;
    bottom: 24px !important;
    font-size: 15px !important;
    padding: 12px 18px !important;
  }
}

.site-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 40px !important;
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 1000 !important;
  background-color: #ffffff !important;
  box-shadow: var(--drop-shadow-2) !important;
}

.homepage-mobile,
.about-tablet.about-mobile,
.about-tablet.div-2,
.about-tablet.about-desktop,
.company-profile.div-3,
.company-profile.div-6,
.company-profile.company-profile-page,
.contact-us-page,
.authorised,
.enquiry-page {
  overflow: visible !important;
  padding-top: var(--site-header-offset) !important;
}

.site-footer {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 20px !important;
  width: 100% !important;
  padding: 50px 0px !important;
  position: relative !important;
  background-color: #2e2e2e !important;
}

.site-footer-enquiry {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
}

.site-footer-text,
.site-footer-link {
  font-family: "Helvetica Neue-Regular", Helvetica !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  font-size: 20px !important;
  letter-spacing: 0 !important;
  line-height: normal !important;
  white-space: nowrap !important;
}

.site-footer-link {
  text-decoration: underline !important;
}

.site-footer-icons {
  width: 100% !important;
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 24px !important;
}

.site-footer-icon-link {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: transparent !important;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-decoration: none !important;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.site-footer-icon-link:hover,
.site-footer-icon-link:focus-visible {
  transform: translateY(-1px);
  opacity: 0.9;
}

.site-footer-icon-location {
  background-image: url("assets/uploaded-asset-1784275431265-2.png");
}

.site-footer-icon-facebook {
  background-image: url("assets/uploaded-asset-1784275431265-1.png");
}

.site-footer-icon-linkedin {
  background-image: url("assets/uploaded-asset-1784275431265-0.png");
}

@media (max-width: 767px) {
  .site-footer-icons {
    gap: 18px !important;
  }

  .site-footer-icon-link {
    width: 38px;
    height: 38px;
  }
}

.site-menu-toggle {
  all: unset;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-menu-toggle img {
  display: block;
}

.site-mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: min(82vw, 340px);
  height: 100dvh;
  display: flex;
  flex-direction: column;
  padding-top: 88px;
  background-color: #ffffff;
  border-left: 1px solid #e6e6e6;
  box-shadow: -12px 0 28px rgba(0, 0, 0, 0.2);
  z-index: 1200;
  overflow-y: auto;
}

.site-mobile-menu[hidden] {
  display: none !important;
}

.site-mobile-menu a {
  padding: 16px 24px;
  font-family: "Inter", Helvetica;
  font-size: 17px;
  line-height: 1.35;
  color: #000000;
  border-bottom: 1px solid #efefef;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.site-mobile-menu a:last-child {
  border-bottom: none;
}

.site-mobile-menu-back {
  all: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  font-family: "Inter", Helvetica;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: #000000;
  border-bottom: 1px solid #efefef;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.site-mobile-menu-back::before {
  content: "←";
  font-size: 18px;
  line-height: 1;
}

.site-mobile-menu-back:hover,
.site-mobile-menu-back:focus-visible,
.site-mobile-menu a:hover,
.site-mobile-menu a:focus-visible {
  background-color: #fff5f7;
  color: #dc1e37;
}

@media (min-width: 1280px) {
  .site-menu-toggle,
  .site-mobile-menu {
    display: none !important;
  }
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue");
}
/* @FONTWARNING[{"type": "restricted", "family": "Helvetica Neue-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": true}] */

@font-face {
  font-family: "Helvetica Neue-Regular";
  src: url("assets/5796578-1.svg")
    format("");
}
