@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* Let's get this party started */
::-webkit-scrollbar {
  width: 6px;
  background: #f6f6f6;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #D92D20;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #D92D20;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, margin-top .15s ease-out;
}

html {
  direction: ltr;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #fff;
  font-weight: 400;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

a,
button {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a {
  cursor: pointer !important;
  text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none !important;
}

input,
textarea,
a,
button {
  outline: none !important;
  text-decoration: none;
}

.margin-auto {
  margin: 0 auto;
  float: none !important;
}

/* img hover */
.img-hover {
  overflow: hidden;
  display: block;
}

.img-hover>img {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

img {
  max-width: 100%;
}

/* end img hover */
.main-wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1250px;
  width: 100%;
}

.gap-96 {
  gap: 96px;
}

.btn-primary {
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #475467;
  background: #475467;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.btn-primary:hover {
  color: #FFF;
  background: rgba(71, 84, 103, 0.8);
  border-color: rgba(71, 84, 103, 0.5);
}

.btn-primary:active {
  color: #FFF !important;
  background: rgba(71, 84, 103, 0.8) !important;
  border-color: rgba(71, 84, 103, 0.5) !important;
}

.btn-secondary {
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #344054;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.btn-secondary:hover {
  color: #344054;
  background: #D0D5DD;
  border-color: #D0D5DD;
}

.btn-secondary:active,
.btn-secondary.show {
  color: #344054 !important;
  background: #D0D5DD !important;
  border-color: #D0D5DD !important;
}

.btn-secondary:hover svg path {
  stroke: #344054;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  border-radius: 8px;
  border: 1px solid #EAECF0;
  background: #F2F4F7;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #98A2B3;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.btn-secondary {
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #344054;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

/**=============================
 * AUTH PAGES
 * ===========================**/
.auth-page-layout {
  display: flex;
  width: 100%;
  min-height: 100vh;
  align-items: center;
  flex-shrink: 0;
  background-color: #ffffff;
}

.auth-page-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 0;
  align-self: stretch;
  padding: 32px;
  gap: 10px;
  width: 50%;
}

.auth-page-images {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  padding: 16px 16px 16px 0;
}

.logo {
  width: 150px;
}

.logo-site-auth a {
  display: inline-block;
}

.footer-auth {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.footer-auth .copy-right {
  color: #475467;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.help-txt {
  display: flex;
  align-items: center;
  gap: 8px;
}

.help-txt p {
  color: #475467;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.icon-help {
  line-height: 20px;
  display: flex;
}

.content-signUp {
  max-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: auto;
}

.txt-auth-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.txt-auth-head h2 {
  color: #101828;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin: 0;
}

.text {
  color: #475467;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.auth-or {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.auth-or p {
  color: #475467;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.auth-or a {
  color: #B42318;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.auth-or a:hover {
  color: #2E90FA;
}

.agree-process {
  color: #475467;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.agree-process a {
  color: #528BFF;
  display: inline-flex;
}

.agree-process a:hover {
  color: #2E90FA;
}

.auth-page-images-bk {
  /*  display: flex;*/
  padding: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  background: #D92D20;
  /*  padding: 100px 50px 50px 50px;*/
}

.auth-page-images-bk-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.item-reg-slide {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.reg-slide-txt {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 456px;
}

.reg-slide-txt h3 {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}

.reg-slide-txt p {
  color: #FECDCA;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

#register-slider .owl-dots {
  text-align: center;
}

#register-slider .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}

#register-slider .owl-dots button {
  width: 10px;
  height: 10px;
  background-color: #F04438;
  border-radius: 50%;
}

#register-slider .owl-dots button.active {
  background-color: #ffffff;
}

#register-slider .owl-nav {
  max-width: 300px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

#register-slider .owl-nav button {
  position: absolute;
  bottom: -8px;
  color: #ffffff;
  font-size: 24px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#register-slider .owl-nav button.owl-prev {
  left: 35%;
}

#register-slider .owl-nav button.owl-next {
  right: 35%;
}

.form-auth-sty .form-control {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 9px 14px;
  /*overflow: hidden;*/
  color: #101828;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.form-auth-sty .form-select {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 9px 14px;
  overflow: hidden;
  color: #101828;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.form-auth-sty .form-label {
  color: #344054;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 6px;
}

.form-auth-sty .form-control::-moz-placeholder,
.form-auth-sty .form-select::-moz-placeholder {
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.form-auth-sty .form-control:-ms-input-placeholder,
.form-auth-sty .form-select:-ms-input-placeholder {
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.form-auth-sty .form-control::-webkit-input-placeholder,
.form-auth-sty .form-select::-webkit-input-placeholder {
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.form-auth-sty .mb-3 {
  margin-bottom: 20px;
}

.note-input {
  margin: 0;
  color: #475467;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.form-auth-sty .select2-container {
  width: 100% !important;
}

.form-auth-sty .select2-container .select2-selection--single {
  height: 44px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 9px 7px;
}

.form-auth-sty .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 22px;
  overflow: hidden;
  color: #101828;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 0;
}

.form-auth-sty .select2-container--default .select2-selection--single .select2-selection__placeholder {
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.form-auth-sty .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #D92D20;
}

.select2-results__option {
  padding: 6px 14px;
  font-size: 14px;
  color: #101828;
}

.select2-dropdown {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.phone-field {
  position: relative;
  padding-left: 60px;
}

.phone-field .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  padding-left: 5px;
}

.phone-field .select2-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px !important;
}

.phone-field .select2-container .select2-selection--single {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.login-page-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 0;
  align-self: stretch;
  padding: 32px;
  gap: 10px;
  width: 50%;
  position: relative;
  overflow: hidden;
  background-image: url(../images/pattern-decorative.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.login-page-images {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  background: url(../images/login-pic.jpg) lightgray 50% / cover no-repeat;
  background-position: top;
}

.login-content-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - 96px);
}

.container-login {
  display: flex;
  max-width: 360px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.header-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  text-align: center;
}

.txt-auth-head h2 {
  white-space: pre-line;
}

.form-auth-sty {
  width: 100%;
}

.remember-pass .form-check-label {
  color: #344054;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.forget_link {
  color: #B42318;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.forget_link:hover {
  color: #2E90FA;
}

.remember-pass .form-check-input {
  box-shadow: none !important;
  border-color: #D0D5DD;
}

.remember-pass .form-check-input:checked {
  background-color: #B42318;
  border-color: #B42318;
}

.remember-pass .form-check-input {
  width: 16px;
  height: 16px;
}

.forget-layout {
  display: flex;
  min-height: 100vh;
  padding: 96px 0px 48px 0;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  flex-shrink: 0;
  background-image: url(../images/forget-decorative.png);
  background-repeat: no-repeat;
  background-position: top center;
}

.container-forget-layout {
  display: flex;
  max-width: 1280px;
  width: 100%;
  padding: 0px 32px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.content-forget-layout {
  display: flex;
  max-width: 360px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.header-forget {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.button-back {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #475467;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.button-back:hover {
  color: #2E90FA;
}

.txt-auth-head p.text span {
  font-weight: 500;
  display: block;
}

.reset-note-checks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.check-txt-icon {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.check-txt-icon p {
  color: #475467;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.icon-check-res {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D0D5DD;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
}

.icon-check-res.active {
  background-color: green;
}

/**==================
 * Home Page
 * =================**/
.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 99;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.logo-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.logo-site a {
  display: flex;
}

.main-menu {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu a {
  color: #475467;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.main-menu a .active {
  color: #bb2a24;
  border-bottom: 2px solid;
}

.main-menu a:hover {
  color: #B42318;
}

.navigation-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dropdown-menu {
  border-color: #D0D5DD;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.dropdown-lang .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dropdown-lang .dropdown-item:active {
  background: #475467;
  color: #fff;
}

.footer {
  display: flex;
  padding: 0px 0 48px 0;
  flex-direction: column;
  gap: 24px;
  background-color: #ffffff;
}


.ft-content {
  width: 100%;
  padding-top: 64px;
  border-top: 1px solid #EAECF0;
}

.ft-content {
  display: flex;
  align-content: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ft-logo-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex: 0.75
}

.app-stores {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.logo-supporting-txt {
  display: flex;
  max-width: 320px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}

.ft-logo {
  display: flex;
  align-items: center;
  gap: 7px;
}

.ft-logo img {
  display: inline-flex;
}

.logo-supporting-txt p {
  color: #475467;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.ft-navigation {
  width: 100%;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  flex: 1;
}

.ft-navigation {
  padding: 0;
  list-style: none;
}

.ft-navigation .ft-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
  width: 25%;
}

.ft-navigation .ft-list li {
  width: 100%;
}

.ft-navigation .ft-list a {
  color: #475467;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.ft-navigation a:hover {
  color: #B42318;
}

.app-stores h3 {
  color: #B42318;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.app-actions {
  display: flex;
  gap: 16px;
  flex: 1;
  align-content: stretch;
  flex-direction: column;
}



.fb-content {
  display: flex;
  padding-top: 32px;
  align-items: center;
  align-content: center;
  gap: 32px;
  flex-wrap: wrap;
  border-top: 1px solid #EAECF0;
}

.copy-right {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.fb-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  flex: 1 0 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.fb-menu a {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.fb-menu a:hover {
  color: #B42318;
}

.fb-social-links {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.fb-social-links a:hover path {
  fill: #B42318;
}

.sec-head {
  display: flex;
  max-width: 768px;
  flex-direction: column;
  gap: 20px;
}

.representative-offices-section {
  display: flex;
  padding: 96px 0px;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  background: #F2F4F7;
}

.sec-head h3,
.heading-sub-title-red {
  color: #B42318;
  font-size: 25px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}

.sec-head h2 {
  color: #101828;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin: 0;
}

.sec-head p,
.heading-txt-parag {
  color: #475467;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

.representative-offices-section .sec-head {
  display: flex;
  max-width: 768px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  text-align: left;
}

.sec-head-titles {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.box-representative-item {
  display: flex;
  min-width: 100%;
  padding: 24px;
  flex-direction: column;
  gap: 64px;
  flex: 1 0 0;
  border-radius: 0px;
  background: #F9FAFB;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.rep-icon {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 14px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 9999px;
  background: #F2F4F7;
}

.rep-icon img {
  width: 28px;
  height: 28px;
}

.rep-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.rep-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.rep-txt h2 {
  color: #101828;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}

.rep-txt p {
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.rep-txt h2 a {
  color: #101828;
  display: inline-block;
}

.rep-txt h2 a:hover {
  color: #B42318;
}

.rep-action {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.rep-action .btn-more {
  color: #B42318;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.rep-action a:hover {
  text-decoration: underline !important;
}

.faq-section {
  display: flex;
  padding: 60px 0px;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  background: #FFF;
}

.content-accordion {
  width: 100%;
}

.accordion-sty {
  display: flex;
  max-width: 768px;
  flex-direction: column;
  align-items: flex-start;
  margin: auto;
}

.accordion-sty .accordion-item {
  border-radius: 0;
  border: 0;
  width: 100%;
  border-bottom: 1px solid #EAECF0;
}

.accordion-sty .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-sty .accordion-button {
  border-radius: 0;
  box-shadow: none;
  outline: none;
  padding: 20px 0;
  color: #101828;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  background: transparent !important;
}

.accordion-sty .accordion-body {
  padding: 0;
  color: #475467;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.box-block-help {
  display: flex;
  padding: 32px 32px 40px 32px;
  margin-bottom: 60px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  border-radius: 16px;
  background: #F9FAFB;
  text-align: center;
  overflow: hidden;
}

.maps-section {
  padding: 60px 0;
}

.heading-supprting-help {
  display: flex;
  max-width: 768px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.heading-supprting-help h3 {
  margin: 0;
  color: #101828;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.heading-supprting-help p {
  margin: 0;
  color: #475467;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.features-section {
  display: flex;
  padding: 60px 0px;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  background: #FFF;
}

.content-features {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 64px 32px;
  align-self: stretch;
  flex-wrap: wrap;
}

.feature-item {
  display: flex;
  min-width: 320px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
}

.feature-icon {
  display: flex;
  width: 64px;
  height: 64px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #EAECF0;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.feature-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.feature-txt h3 {
  margin: 0;
  color: #101828;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  align-self: stretch;
}

.feature-txt p {
  margin: 0;
  color: #475467;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.marketer-number-section {
  display: flex;
  padding: 96px 0px;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  background: #FEF3F2;
  background-image: url(../images/patern.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 51% -20px;
}

.marketer-icon {
  width: 56px;
  height: 56px;
  position: relative;
  margin: auto;
}

.icon-bg-mark {
  width: 56px;
  height: 56px;
  transform: rotate(15deg);
  flex-shrink: 0;
  border-radius: 12px;
  background: #D92D20;
  position: absolute;
  top: -10px;
  left: 10px;
}

.icon-glass {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 14px;
  justify-content: center;
  align-items: center;
  gap: 0px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.60);
  background: rgba(255, 255, 255, 0.60);
  backdrop-filter: blur(8px);
}

.marketer-number-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}

.metric-item {
  display: flex;
  min-width: 240px;
  padding-left: 24px;
  align-items: flex-start;
  flex: 1 0 0;
  border-left: 2px solid #D92D20;
}

.content-metric-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}

.metric-number-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

.metric-number {
  color: #D92D20;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.96px;
}

.metric-number-txt p {
  color: #101828;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}

.cta-section {
  display: flex;
  padding: 96px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
  align-self: stretch;
  background: #FFF;
}

.cta-content {
  display: flex;
  align-items: end;
  flex: 1 0 0;
  border-radius: 24px;
  background-color: #B42318;
  background-repeat: no-repeat;
  background-image: url(../images/cta-pattern.png);
  background-position: right;
  overflow: hidden;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}

.cta-content-txt {
  display: flex;
  padding: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  flex: 1 0 0;
  min-width: 50%;
}

.cta-content-pic {
  display: flex;
  align-items: end;
  padding-top: 20px;
}

.cta-content-txt-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.cta-content-txt-heading h2 {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin: 0;
}

.cta-content-txt-heading p {
  color: #FECDCA;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

.blog-section {
  display: flex;
  padding: 96px 0px;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  align-self: stretch;
  background: #FFF;
}

.blog-content {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 48px 32px;
  align-self: stretch;
  flex-wrap: wrap;
}

.blog-post-card {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex: 1 0 0;
  flex-wrap: wrap;
  border-radius: 16px;
  border: 1px solid #EAECF0;
  background: #FFF;
  overflow: hidden;
  margin-bottom: 30px;
  padding-left: 330px;
  position: relative;
}

.blog-thumb {
  width: 330px;
  flex: 1 0 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-thumb a {
  display: block;
  height: 100%;
}

.blog-thumb a img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.blog-txt {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}

.blog-haading-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.blog-time {
  color: #B42318;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.blog-haading-title-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.blog-haading-title-txt h3 {
  color: #101828;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}

.blog-haading-title-txt h3 a {
  display: inline-flex;
  color: #101828;
}

.blog-haading-title-txt h3 a:hover {
  color: #B42318;
}

.blog-haading-title-txt p {
  overflow: hidden;
  color: #475467;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  margin: 0;
}

.blog-item-category {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px 8px;
  align-self: stretch;
  flex-wrap: wrap;
}

.cate-badge {
  border-radius: 6px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  display: flex;
  padding: 2px 8px 2px 6px;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.label-checkbox-itm:hover .cate-badge {
  background: #d0d5dd;
}

.icon-cate img {
  width: 25px;
}

.icon-cate .catimgsmall {
  width: 15px;
}

.cate-badge p {
  margin: 0;
  color: #344054;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.icon-cate {
  line-height: 16px;
  width: 22px;
}

.advantages-section {
  display: flex;
  padding: 96px 0px;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  background: #F2F4F7;
}

.advantages-section .sec-head-titles {
  align-items: flex-start;
  align-self: stretch;
}

.text-left {
  text-align: left;
}

.advantages-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
}

.job-post-item {
  border-radius: 16px;
  border: 1px solid #EAECF0;
  background: #FFF;
  display: flex;
  padding: 24px 24px 28px 24px;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 30px;
}

.job-post-item:hover {
  box-shadow: 0px 4px 25px -10px #00000038;
}

.advantages-list .job-post-item {
  margin-bottom: 0;
}

.job-pic {
  width: 144px;
  height: 144px;
  border-radius: 12px;
  display: flex;
  flex: 144px 0 0;
  overflow: hidden;
}

.job-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.job-content-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}

.job-title-label {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}

.job-title-label h3 {
  color: #101828;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}

.job-title-label h3 a {
  display: inline-flex;
  color: #101828;
}

.job-title-label h3:hover {
  color: #B42318;
}

.badge-job {
  display: flex;
  padding: 2px 10px 2px 8px;
  align-items: center;
  gap: 4px;
  border-radius: 9999px;
  border: 1px solid #FECDCA;
  background: #FEF3F2;
}

.badge-job span {
  color: #B42318;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.job-part-txt {
  overflow: hidden;
  color: #475467;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
}

.list-tags-job {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}

.list-tags-job li {
  color: #475467;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.meta-job-itm {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  align-self: stretch;
}

.meta-job-itm div {
  text-align: center;
  color: #9c9c9c;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.jb-place {
  color: #344054;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  display: flex;
  padding: 2px 8px 2px 6px;
  align-items: center;
  gap: 6px;
}

.jb-place img {
  width: 16px;
  height: 16px;
}

.advantages-pic img {
  border-radius: 12px;
}

.current-request-section {
  display: flex;
  padding: 60px 0px;
  flex-direction: column;
  gap: 64px;
  background: #FFF;
}

.current-request-section .sec-head-titles {
  align-items: flex-start;
  align-self: stretch;
}

.badge-job.export-blue {
  border: 1px solid #C7D7FE;
  background: #EEF4FF;
  color: #3538CD;
}

.badge-job.export-blue span {
  color: #3538CD;
}

.category-section {
  display: flex;
  padding: 60px 0px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  background: #F9FAFB;
  gap: 64px;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.category-item {
  display: flex;
  padding: 12px;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  margin-bottom: 20px;
}

.category-item:hover .cate-icon {
  margin-top: -10px;
  background: #e7e8e9;
}

.category-item:hover .cate-icon img {
  filter: invert(0.5);

}

.cate-icon {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 0px;
  justify-content: center;
  align-items: center;
  flex: 48px 0 0;
  border-radius: 9999px;
  background: #FEE4E2;
}

.cate-icon:hover {}

.cate-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
}

.cate-txt-badge {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cate-txt h3 {
  margin: 0;
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 1;*/
  overflow: hidden;
  color: #101828;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cate-txt p {
  margin: 0;
  display: -webkit-box;
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 2;*/
  align-self: stretch;
  /*overflow: hidden;*/
  color: #475467;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.category-badge {
  display: flex;
  padding: 2px 10px;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid transparent;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.cate-badge-green {
  border-color: #ABEFC6;
  background: #ECFDF3;
  color: #067647;
}

.category-item:hover .cate-txt h3 {
  color: #B42318;
}

.companies-section {
  display: flex;
  padding: 96px 0px;
  flex-direction: column;
  gap: 64px;
  overflow: hidden;
  background: #FCFCFD;
}

.box-item-companies {
  border-radius: 16px;
  border: 1px solid #EAECF0;
  background: #FFF;
  position: relative;
  overflow: hidden;
}

.camp-thumb {
  height: 240px;
  display: block;
}

.box-item-companies .camp-thumb {
  height: 150px;
  display: block;
}

.camp-thumb img {
  object-fit: cover;
  height: 250px;
  width: 100%;
  border-radius: 10px;
}

.camp-bk-txt {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.camp-heading-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.camp-heading-txt h3 {
  margin: 0;
}

.camp-heading-txt h3 a,
.camp-heading-txt h2 a {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
  color: #101828;
  align-items: center;
}

.camp-heading-txt h3 a span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}


.camp-heading-txt h2 a span {
  font-size: 24px;
}

.camp-heading-txt h3 a:hover,
.camp-heading-txt h2 a:hover {
  color: #B42318;
}

.camp-heading-txt h3 a:hover svg path {
  stroke: #B42318;
}

.camp-heading-txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  overflow: hidden;
  color: #475467;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.camp-category {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px 8px;
  align-self: stretch;
  flex-wrap: wrap;
}

.camp-category>div {
  border-radius: 9999px;
  border: 1px solid #FECDCA;
  background: #FEF3F2;
  display: flex;
  padding: 2px 10px 2px 4px;
  align-items: center;
  gap: 6px;
}

.camp-category>div img {
  width: 16px !important;
  height: 16px;
}

.camp-category>div span {
  color: #B42318;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.camp-category>div.cate-blue {
  border: 1px solid #C7D7FE;
  background: #EEF4FF;
}

.camp-category>div.cate-blue span {
  color: #3538CD;
}

.camp-category>div.cate-blue svg {
  fill: #3538CD;
}

.camp-category>div.cate-export {
  border: 1px solid #FCCEEE;
  background: #FDF2FA;
}

.camp-category>div.cate-export span {
  color: #C11574;
}

.nav-sty.owl-carousel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}

.nav-sty.owl-carousel .owl-nav>button {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background: #F2F4F7;
}

#companies-slider .owl-nav {
  margin: 0;
}

#companies-slider .owl-nav>button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.nav-sty.owl-carousel .owl-nav>button:hover {
  background: #B42318;
  color: #fff;
}

#companies-slider .owl-nav>button.owl-next {
  right: -24px;
}

#companies-slider .owl-nav>button.owl-prev {
  left: -24px;
}

.social-proof-section {
  display: flex;
  padding: 20px 0px;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  background: #D92D20;
}

.social-proof-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  flex: 1 0 0;
}

.social-proof-txt p {
  margin: 0;
  color: #FECDCA;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.partner-item {
  display: flex;
  padding: 2px 0.152px 2px 0px;
  justify-content: center;
  align-items: center;
}

.partner-item>img {
  width: auto !important;
  max-height: 100%;
}

.hero-section {
  position: relative;
  display: flex;
  padding-top: 100px;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  align-self: stretch;
  z-index: 1;
}

.hero-section:before {
  content: '';
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-pattern.svg);
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.content-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  align-self: stretch;
}

.hero-heading-supprting-txt {
  display: flex;
  max-width: 1024px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  margin: auto;
}

.heading-badges {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.badges-group-hero {
  border-radius: 10px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  display: flex;
  padding: 4px 10px 4px 4px;
  align-items: center;
  gap: 12px;
}

.badge-feature {
  border-radius: 6px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  display: flex;
  padding: 2px 8px;
  align-items: center;
  gap: 6px;
}

.badge-feature img {
  width: 8px;
  height: 8px;
}

.badge-feature span {
  color: #344054;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.btn-dashbord {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #344054;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.btn-dashbord:hover {
  color: #D92D20;
}

.btn-dashbord:hover svg path {
  stroke: #D92D20;
}

.heading-badges h1 {
  color: #101828;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -1.2px;
  margin: 0;
}

.heading-badges h1 span {
  color: #D92D20;
  display: inline-block;
}

.hero-heading-supprting-txt p {
  color: #475467;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

.hero-actions {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.hero-actions .btn {
  height: 60px;
  padding-left: 22px;
  padding-right: 22px;
}

#home-slider {
  position: relative;
  padding: 0 60px;
}

.item-slide img {
  border-radius: 16px 16px 0 0;
}

#home-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #D92D20;
  color: #fff;
  font-size: 20px;
}

#home-slider .owl-nav button.owl-next {
  right: 0;
}

#home-slider .owl-nav button.owl-prev {
  left: 0;
}

#home-slider .owl-nav button:hover {
  color: #ffffff;
  background-color: #475467;
}

#home-slider .owl-dots {
  display: none !important;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

#home-slider .owl-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #fff;
  margin: 0 3px;
}

#home-slider .owl-dots button.active {
  width: 25px;
}

.item-slide img {
  min-height: 200px;
  object-fit: cover;
}

.btn-primary {
  white-space: nowrap;
}

.navigation-actions .btn {
  height: 46px;
}

.hd-btn-search {
  width: 46px;
  height: 46px;
  padding: 0;
}

.header .menu-trigger {
  cursor: pointer;
  position: relative;
  width: 25px;
  height: 25px;
  text-indent: -9999em;
  z-index: 99;
  display: none;
}

.header .menu-trigger span,
.header .menu-trigger span:before,
.header .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #000000;
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  left: 0;
}

.header .menu-trigger span:before,
.header .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #000000;
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  left: 0;
}

.header .menu-trigger span:after {
  width: 100%;
}

.header .menu-trigger span:before,
.header .menu-trigger span:after {
  content: "";
}

.header .menu-trigger span {
  top: 12px;
}

.header .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -8px;
  z-index: 10;
}

.header .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 8px;
}

.header .menu-trigger.active span,
.header .menu-trigger.active span:before,
.header .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header .menu-trigger.active span:before {
  -moz-transform: translateY(4px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(4px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(4px) translateX(1px) rotate(45deg);
  transform: translateY(4px) translateX(1px) rotate(45deg);
  background-color: #000000;
}

.header .menu-trigger.active span:after {
  -moz-transform: translateY(-5px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-5px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-5px) translateX(1px) rotate(-45deg);
  transform: translateY(-5px) translateX(1px) rotate(-45deg);
  background-color: #000000;
}

.menu-mobile .btn-white {
  background-color: #F8F9FA;
}

/*.header{
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}*/

.header.fixed-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: 99;
  padding: 20px 0 !important;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
}

.header.fixed-header .btn-white {
  background-color: #F8F9FA;
}

/*mobile menu*/
.menu-mobile {
  position: fixed;
  right: 0px;
  top: 0px;
  bottom: 0;
  height: 100%;
  width: 250px;
  background: #ffffff;
  z-index: 1001;
  overflow-y: auto;
  -webkit-transform: translateX(275px);
  -moz-transform: translateX(275px);
  -ms-transform: translateX(275px);
  -o-transform: translateX(275px);
  transform: translateX(275px);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.2);
  box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.2);
}

.brand-area {
  position: relative;
  padding-top: 20px;
}

.brand-area a {
  width: 80%;
  height: auto;
  display: block;
  background-size: contain;
  margin: 0px auto 0 auto;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.brand-area a>img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.mmenu>ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.mmenu>ul li a {
  display: block;
  border-bottom: 1px solid rgba(71, 84, 103, 0.05);
  color: #475467;
  font-size: 16px;
  padding: 10px;
  transition: all .3s;
  font-weight: 600;
  text-transform: capitalize;
}

.mmenu>ul li a:hover,
a.mmenu>ul li.active a {
  background: #B42318;
  color: #ffffff;
  border-color: #B42318;
}

.m-overlay {
  position: fixed;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: #333;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.menu-toggle {
  overflow: hidden;
}

.menu-toggle .m-overlay {
  opacity: 0.6;
  visibility: visible;
}

.menu-toggle .menu-mobile {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);

}

/*.menu-toggle .main-wrapper{
  -webkit-transform:translate3d(-250px,0,0);
  -moz-transform:translate3d(-250px,0,0);
  -ms-transform:translate3d(-250px,0,0);
  -o-transform:translate3d(-250px,0,0);
  transform:translate3d(-250px,0,0);
}*/
html.menu-toggle {
  overflow: hidden;
}

/*** 
====================================================================
  Loading Transition
====================================================================
 ***/
/* Preloader */
.ctn-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999999;
  background: #fff;
}

.txt-loading {
  direction: ltr;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 1px solid rgba(180, 35, 24, 0.15);
  border-top-color: #B42318;
  height: 100px;
  margin: 0 auto 0 auto;
  width: 100px;
}

/* Texto cargando */

.ctn-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: #2196C6;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  line-height: 50px;
  position: absolute;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 10px;
  display: inline-block;
  color: rgba(12, 58, 86, 0.15);
  position: relative;
  font-size: 50px;
  line-height: 50px;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
  animation-delay: 1.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
  animation-delay: 1.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before {
  animation-delay: 2s;
}

.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

#world-map {
  height: 450px;
}

/* AnimaciÄ‚Å‚n del preloader */

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 80px;
    width: 80px;
  }
}

@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 80px;
    width: 80px;
  }

  .ctn-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 30px;
    letter-spacing: 5px;
  }
}

.blog-post-card:hover .img-hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.box-item-companies:hover .img-hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.feature-item:hover .feature-icon {
  background-color: #aaaaaaa1;
  border-color: #aaaaaaa1;
  transform: translateY(-10px);
}

.feature-icon path,
.feature-icon,
.job-post-item {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.feature-item:hover .feature-icon path {
  stroke: #fff;
}

#representative-slider.nav-sty.owl-carousel .owl-nav {
  margin-top: 10px;
}

#representative-slider.nav-sty.owl-carousel .owl-nav>button {
  background-color: #B42318;
  color: #ffffff;
}

#representative-slider.nav-sty.owl-carousel .owl-nav>button:hover {
  color: #fff;
  background-color: #475467;
}

.owl-nav.disabled {
  display: none !important;
}

.advantages-list-mobile,
.current-request-mobile {
  display: none;
}

.meta-job-itm div img {
  width: auto !important;
}

#advantages-slider.nav-sty.owl-carousel .owl-nav,
#current-request-slider.nav-sty.owl-carousel .owl-nav {
  margin: 0;
}

#advantages-slider.nav-sty.owl-carousel .owl-nav>button {
  background-color: #B42318;
  color: #ffffff;
}

#advantages-slider.nav-sty.owl-carousel .owl-nav>button:hover {
  color: #fff;
  background-color: #475467;
}

/**================================
 * verification page
 * =================================**/
.relative {
  position: relative !important;
}

.verification-inputs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.verification-inputs .form-control {
  display: flex;
  width: 80px;
  min-height: 80px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: #D92D20;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  /* 125% */
  letter-spacing: -0.96px;
}

.email-verification-layout {
  background-image: url(../images/forget-decorative.png);
  background-repeat: no-repeat;
  background-position: top center;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 96px 48px 48px 48px;
  flex-direction: column;
  gap: 32px;
}

.content-account-created {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 470px;
  margin: auto;
}

.header-account-created {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.header-account-created .txt-auth-head h2 {
  font-size: 30px;
}

.box-modal-company {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #FFF;
  padding: 24px;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}

.box-modal-company-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.icon-head-modal-co {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #EAECF0;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.txt-head-modal-co {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

.txt-head-modal-co h2 {
  margin: 0;
  color: #101828;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.txt-head-modal-co p {
  margin: 0;
  color: #475467;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.form-auth-sty textarea.form-control {
  height: 128px;
  resize: vertical;
  resize: none;
  border-radius: 8px;
}

.input-noBg {
  background: none;
}

.input-noBg .form-control {
  border-right: 0;
}

.input-group-text {
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/**============================================
 * INNER PAGE
 * ============================================**/
.inner-page .header {
  position: relative;
}

.section-advantage {
  display: flex;
  padding: 96px 0px;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  align-self: stretch;
  background: #FFF;
}

.mokup-box {
  border-radius: 10px;
  border: 4px solid #101828;
  background: #000;
  box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
  overflow: hidden;
}

.divider {
  width: 100%;
  height: 1px;
  background: #EAECF0;
}

.section-pricing {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}

.header-section {
  display: flex;
  padding: 96px 0px;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  align-self: stretch;
}

.breadcrumb-sty {
  margin: 0;
  padding: 0;
}

.breadcrumb-sty {
  display: flex;
  align-items: center;
  gap: 6px;
}

.breadcrumb-sty li:last-child {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #FEF3F2;
  color: #B42318 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.breadcrumb-sty li a {
  color: #475467;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.breadcrumb-sty li:before {
  display: none;
}

.pricing-group {
  display: flex;
  padding-bottom: 96px;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  width: 100%;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  margin-bottom: 20px;
  overflow: hidden;
  height: 100%;
  justify-content: space-between;
}

.head-pricing-card {
  display: flex;
  padding: 12px 8px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: #475467;
}

.head-pricing-card h3 {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.body-pricing-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 0px 0px 16px 16px;
  border-right: 1px solid #EAECF0;
  border-bottom: 1px solid #EAECF0;
  border-left: 1px solid #EAECF0;
  padding: 32px;
  height: 100%;
  justify-content: space-between;
}

.hd-body-pricing {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.cont-body-pricing {
  display: flex;
  padding: 10px 0 10px 0;
  flex-direction: column;
  gap: 20px;
  align-self: stretch;
  height: 100%;
  align-items: flex-start;
}

.ft-body-pricing {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.price-txt {
  color: #101828;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.96px;
}

.heading-price-txt {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-self: stretch;
}

.heading-price-txt h2 {
  margin: 0;
  color: #101828;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.heading-price-txt p {
  margin: 0;
  color: #475467;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.checks-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  height: 100%;
}

.check-item-txt {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.check-item-txt .check-icon {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
}

.check-item-txt .check-icon img {
  width: 24px;
}

.check-item-txt p {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.pricing-card-importer .head-pricing-card {
  background: #D92D20;
}

.pricing-group .container-fluid {
  max-width: 1350px;
}

.modal-sty .modal-content {
  border-radius: 12px;
  background: #FFF;
  border: 0;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}

.modal-sty .modal-body {
  position: relative;
  padding: 0;
}

.modal-header-sty {
  position: relative;
  padding: 24px;
}

.btn-close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 2;
}

.modal-frame-slide {
  padding: 12px 0 12px 24px;
}

.card-frame-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 12px;
  border: 1px solid #F2F4F7;
  background: #FFF;
}

.content-frame {
  display: flex;
  padding: 20px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.avatar-txt-frame {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  padding-right: 30px;
  width: 100%;
}

#slide-frame .owl-stage {
  padding-left: 0 !important;
}

.feature-icon-frm {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background: #F2F4F7;
  flex: 0 0 48px;
}

.feature-icon-frm img {
  width: 24px !important;
}

.txt-frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.txt-frame h3 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: #101828;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.txt-frame .frame-badge {
  display: flex;
  padding: 2px 8px;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid #FECDCA;
  background: #FEF3F2;
  color: #B42318;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
}

.txt-frame p {
  margin: 0;
  color: #475467;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.frame-icon-drop {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.frame-icon-drop a {
  display: flex;
}

.frame-icon-drop a:hover svg path {
  stroke: #B42318;
}

.actions-frame {
  display: flex;
  align-items: center;
  gap: 12px;
}

.modal-content-sty {
  padding: 24px;
}

.min-width {
  min-width: 170px;
}

.txt-head-small.sec-head p {
  font-size: 16px;
  line-height: 24px;
}

.sec-head p span {
  font-weight: 500;
}

.txt-head-small.sec-head h2 {
  font-size: 30px;
  line-height: 20px;
}

.txt-head-large.sec-head h2 {
  font-size: 48px;
  line-height: 60px;
}

.txt-head-small.sec-head {
  gap: 10px;
}

.section-payment {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.section-other-payment {
  padding: 40px 0;
}

.form-check-sty label {
  color: #344054;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.form-check-sty label span {
  display: block;
  font-weight: 400;
}

.form-check-input:checked {
  background-color: #D92D20;
  border-color: #D92D20;
  box-shadow: none !important;
  outline: none !important;
}

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

.form-switch .form-check-input {
  width: 36px;
  height: 20px;
}

.box-payment-method {
  display: flex;
  width: 100%;
  max-width: 480px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 12px;
  background: #FFF;
  padding: 24px;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}

.input-card-number {
  position: relative;
}

.input-card-number .form-control {
  padding-left: 60px;
}

.mastercard-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: flex;
  width: 34px;
  height: 24px;
  padding: 5.03px 5.642px 5.57px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #EAECF0;
  background: #FFF;
}

.box-order-summary {
  display: flex;
  max-width: 404px;
  width: 100%;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #EAECF0;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.content-order-summary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.content-divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.content-divider h3 {
  position: relative;
  z-index: 1;
  background: #fff;
  color: #475467;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 0 20px;
  margin: 0;
}

.content-divider:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #EAECF0;
}

.check-item-txt h3 {
  color: #344054;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 2px;
}

.section-other-payment {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.box-other-payment {
  display: flex;
  padding: 40px 55px 100px 55px;
  justify-content: center;
  align-items: flex-start;
  border-radius: 12px;
  background: #F9FAFB;
  width: 100%;
  max-width: 1140px;
  position: relative;
  overflow: hidden;
}

.other-payment-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.oth-pay-icon {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 14px;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background: #FEE4E2;
}

.oth-pay-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

.oth-pay-txt h3 {
  margin: 0;
  color: #101828;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.oth-pay-txt p {
  margin: 0;
  color: #475467;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.oth-pay-action {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.oth-pay-action a {
  color: #B42318;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.oth-pay-action a:hover {
  color: #475467;
}

.call-out {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.call-out h3 {
  margin: 0;
  color: #667085;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.call-out img {
  position: absolute;
  top: 10px;
  right: 100%;
}

.ourRepresentative-offices-section {
  display: flex;
  padding: 96px 0px;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  background: #FFF;
}

.title-bordered {
  color: #B42318;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: inline-flex;
  padding: 4px 12px;
  align-items: center;
  border-radius: 9999px;
  border: 1.5px solid #D92D20;
}

.label-export span {
  color: #3538CD;
}

.label-export {
  border-color: #C7D7FE;
  background: #EEF4FF;
}

.section-head-page {
  display: flex;
  padding: 96px 0px;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  align-self: stretch;
}

.bg-secondary-background {
  background: #F9FAFB;
}

.section-content-about-page {
  display: flex;
  padding: 96px 0px;
  flex-direction: column;
  align-items: center;
  gap: 96px;
  align-self: stretch;
  background: #FFF;
}

.content-txt-about-nrm {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
}

.heading-txt-nrm {
  display: flex;
  max-width: 768px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}

.heading-txt-nrm h2 {
  margin: 0;
  color: #101828;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}

.heading-txt-nrm p {
  margin: 0;
  color: #475467;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.content-txt-image-about {
  display: flex;
  gap: 96px;
  align-self: stretch;
}

.half-image-about {
  flex: 1 0 0;
  height: 400px;
  border-radius: 0px;
  background: #F2F4F7;
  padding: 40px;
  position: relative;
}

.half-image-about:before {
  content: '';
  position: absolute;
  width: 298px;
  height: 408px;
  background-repeat: no-repeat;
  background-image: url(../images/line-pattern.png);
  background-size: contain;
  top: 100px;
  right: -100px;
}

.half-image-about.image-service:before {
  top: auto;
  bottom: 100px;
}

.half-image-about.image-story:before {
  right: auto;
  left: -100px;
}

.half-txt-about {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  flex: 1 0 0;
}

.featured-circle-icon {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background: #FEE4E2;
}

.half-txt-about-grp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.half-txt-about-grp h3 {
  color: #101828;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}

.txt-grp-point {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.txt-grp-point p {
  margin: 0;
  color: #475467;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.txt-grp-point p span {
  color: #475467;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.screen-mokup {
  display: flex;
  height: 320px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 6px;
  border: 4px solid #101828;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.screen-mokup img {
  width: 100%;
  height: inherit;
  object-fit: cover;
}

.cta-coverage-section {
  display: flex;
  padding-bottom: 96px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
  background: #FFF;
}

.box-content-cta-coverage {
  display: flex;
  align-items: end;
  flex: 1 0 0;
  border-radius: 24px;
  background: #F9FAFB;
  overflow: hidden;
}

.bk-cta-coverage-img {
  display: flex;
  padding: 48px 0px 0px 48px;
  justify-content: flex-end;
  align-items: center;
  flex: 1 0 0;
  overflow: hidden;
}

.cnt-pic-cta {
  border-radius: 10px 0 0 0;
  border: 4px solid #101828;
  background: #000;
  box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
  overflow: hidden;
  position: relative;
  margin-bottom: -10px;
  margin-right: -10px;
}

.bk-cta-coverage-details {
  display: flex;
  padding: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  flex: 1 0 0;
}

.coverage-dt-heading-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.coverage-dt-heading-txt h2 {
  margin: 0;
  color: #101828;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}

.coverage-dt-heading-txt p {
  margin: 0;
  color: #475467;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.coverage-dt-actions {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.subscribe-sections {
  display: flex;
  padding: 96px 0px;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  align-self: stretch;
}

.newsletter-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}

.bk-email-capture {
  display: flex;
  max-width: 480px;
  gap: 16px;
}

.input-email-grp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  flex: 1 0 0;
}

.input-email-grp p {
  color: #475467;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.input-email-grp p a {
  color: #475467;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline !important;
}

.input-email-grp .form-control {
  height: 48px;
}

.bk-email-capture .btn-primary {
  height: 48px;
}

.section-content-privacy {
  display: flex;
  padding: 96px 0px;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  background: #FFF;
}

.content-container-privacy {
  display: flex;
  max-width: 720px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.content-container-privacy p {
  color: #475467;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.content-container-privacy h2 {
  color: #101828;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
}

.content-container-privacy h3 {
  color: #101828;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}

.desktop-hidden {
  display: none;
}

.sec-head {
  width: 100%;
}

.max-w-heading-half {
  display: flex;
  max-width: 480px;
  padding-top: 12px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}

.flex-1-0 {
  flex: 1 0 0;
}

.form-search-nrm {
  position: relative;
  display: flex;
  /*max-width: 320px;*/
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
}

.form-search-nrm .form-control {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  height: 48px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding-left: 40px;
}

.search--icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.heading-input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
}

.section-contact-bkk {
  display: flex;
  padding: 96px 0px;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  align-self: stretch;
  background: #FFF;
}

.form-contact-terms {
  display: flex;
  max-width: 480px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}

.banner-red-top {
  display: flex;
  padding: 8px 40px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 0px;
  border-bottom: 1px solid #D92D20;
  background: #B42318;
  position: relative;
}

.btn-x-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 30px;
  display: flex;
  align-items: center;
  background: transparent;
  box-shadow: none !important;
  outline: none !important;
}

.txt-banner-red {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 2px 6px;
  flex: 1 0 0;
  flex-wrap: wrap;
}

.txt-banner-red h3 {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}

.txt-banner-red p {
  overflow: hidden;
  color: #FECDCA;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0;
  gap: 5px;
  display: flex;
  align-items: center;
}

.txt-banner-red p a {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #FECDCA;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline !important;
}

.warp-content-map-offices {
  max-width: 1024px;
  width: 100%;
  /*  height: 488px;*/
  margin: auto;
  background-repeat: no-repeat;
  /*  background-image: url(../images/vector-map.svg);*/
  background-position: center;
  background-size: contain;
  position: relative;
}

.point-pin {
  position: absolute;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-radius: 28px;
  background: #F04438;
}

.point-pin:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0.1;
  background: #F04438;
}

.point-pin:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 50%;
  opacity: 0.2;
  background: #F04438;
  cursor: pointer;
}

.tooltip-amkor {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

.abs115 {
  top: 51%;
  left: 52%;
}

.abs97 {
  top: 43%;
  left: 61%;
}

.abs3 {
  top: 46%;
  left: 50%;
}

.abs139 {
  top: 46%;
  left: 46%;
}

.abs223 {
  top: 50%;
  left: 62%;
}

.abs183 {
  top: 51%;
  left: 60%;
}

.abs37 {
  top: 27%;
  left: 17%;
}

.abs72 {
  top: 33%;
  left: 50%;
}

.abs224 {
  top: 32%;
  left: 47%;
}

.abs62 {
  top: 50%;
  left: 55%;
}

.abs225 {
  top: 41%;
  left: 22%;
}

.tooltip_templates {
  display: none;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  display: flex;
  padding: 12px 16px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border: 0;
  text-align: center;
  max-width: 200px;
}

.tooltipster-content>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
  padding: 0;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content img {
  width: 20px;
  height: 20px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content h3 {
  margin: 0;
  color: #101828;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content p {
  margin: 0;
  color: #475467;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.tooltipster-arrow-border,
.tooltipster-arrow-background {
  border-top-color: #ffffff !important;
}

.section-frindly-team {
  display: flex;
  flex-direction: column;
  gap: 96px;
  padding: 96px 0;
}

.content-boxs-frindly {
  display: flex;
  /*align-items: flex-start;*/
  align-content: flex-start;
  gap: 24px 24px;
  flex-wrap: wrap;
}

.box-frindly {
  display: flex;
  /*height: 290px;*/
  min-width: 280px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  flex: 1 0 0;
  border-radius: 0px;
  background: #F9FAFB;
}

.friendly-icon {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 14px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 12px;
  background: #D92D20;
}

.friendly-icon svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.friendly-txt-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.friendly-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.friendly-txt h3 {
  margin: 0;
  color: #101828;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.friendly-txt p {
  margin: 0;
  color: #475467;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.friendly-action {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.friendly-action a {
  color: #B42318;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.section-our-locations {
  display: flex;
  padding: 96px 0;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  align-self: stretch;
  background: #F9FAFB;
}

.contact-head-grp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.contact-grp-item {
  display: flex;
  min-width: 240px;
  align-items: flex-start;
  gap: 16px;
}

.ct-grp-icon {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #D92D20;
}

.ct-grp-icon svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.ct-grp-txt {
  display: flex;
  padding-top: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.ct-grp-txt h3 {
  margin: 0;
  color: #101828;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.ct-grp-txt p {
  margin: 0;
  color: #475467;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.banner-red-represntative {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  border-radius: 0;
  border-bottom: 1px solid #D92D20;
  background: #B42318;
  padding: 12px 0;
}

.content-banner-red-represntative {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
}

.content-txt-banner-rep {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
}

.actions-banner-rep {
  display: flex;
  align-items: center;
  gap: 8px;
}

.banner-red-represntative .txt-banner-red {
  justify-content: start;
}

.careers-section {
  display: flex;
  padding: 64px 0px 96px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  background: #FFF;
}

.content-represntative-office {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.bk-office-location-dt {
  display: flex;
  max-width: 879px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.job-post-office {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #EAECF0;
  background: #FFF;
  position: relative;
}

.jbp-off-pic {
  display: flex;
  height: 128px;
  width: 128px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 12px;
  padding: 4px 8px;
  /* background: #F2F4F7; */
}

.bk-office-location-dt .job-post-office .jbp-off-pic {
  display: flex;
  width: 128px;
  padding: unset;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 12px;
  /* background: #F2F4F7; */
  height: 128px;
}

.jbp-off-pic img {
  border-radius: 7px;
}

.jbp-off-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
}

.jbp-title-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  max-width: calc(100% - 110px);
}

.jbp-title-badge h3 {
  margin: 0;
  overflow: hidden;
  color: #101828;
  text-overflow: ellipsis;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /*display: -webkit-box;*/
  width: 320px;
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 1;*/
}

.jbp-off-txt>p {
  margin: 0;
  /*overflow: hidden;*/
  color: #475467;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /*height: 47px;*/
  align-self: stretch;
  display: -webkit-box;
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 2;*/
}

.btn-xs {
  display: flex;
  padding: 8px 12px;
  gap: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.box-contact-informations-side {
  display: flex;
  width: 359px;
  padding: 16px;
  align-items: flex-start;
  border-radius: 12px;
  border: 1px solid #D0D5DD;
  background: #FCFCFD;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.informations-side-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}

.icon-informations-side {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #EAECF0;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.icon-informations-side svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.informations-side-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.informations-side-list h2 {
  color: #344054;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}

.contact-txt-sitm {
  display: flex;
  min-width: 240px;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.sitm-icon {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background: #F2F4F7;
}

.sitm-icon svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.sitm-txt {
  flex: 1 0 0;
  display: flex;
  /*padding-top: 10px;*/
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.sitm-txt h3 {
  margin: 0;
  color: #101828;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.sitm-txt p {
  margin: 0;
  color: #475467;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.sitm-txt p a {
  display: flex;
  color: #475467;
}

.informations-side-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.informations-side-actions a {
  display: flex;
  width: 100%;
}

.badge-ribbon {
  position: absolute;
  right: -8px;
  top: 16px;
  border-radius: 4px 4px 0px 4px;
  background: #1677FF;
  display: flex;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.badge-ribbon:before {
  content: '';
  position: absolute;
  right: 0px;
  bottom: -6px;
  width: 8px;
  height: 6px;
  background-color: var(--ribbon-color, #067647);
  mask: url(../images/arrow-rib.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  filter: brightness(70%);
}

.section-companies-page {
  display: flex;
  padding: 96px 0px;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  align-self: stretch;
}

.content-bk-with-sideFilter {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap;
}

.side-out-menu {
  display: flex;
  align-items: flex-start;
  flex: 1 0 0;
  width: 100%;
  max-width: 400px;
}

.side-panel {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 12px;
  border: 1px solid #EAECF0;
  background: #FFF;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}

.side-panel-header {
  display: flex;
  padding: 0px 24px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.side-panel-content {
  display: flex;
  padding: 0px 24px 24px 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}

.content-panel-header {
  display: flex;
  padding-top: 24px;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}

.pannel-head-icon {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #EAECF0;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.pannel-head-icon svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.pannel-head-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
}

.pannel-head-txt h2 {
  margin: 0;
  color: #101828;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.pannel-head-txt p {
  margin: 0;
  color: #475467;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.group-panel-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.title-group-panel {
  color: #344054;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.group-checkBoxs-labels {
  display: flex;
  padding-left: 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  align-self: stretch;
}

.label-checkbox-itm {
  position: relative;
}

.checkbox-sort {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}

.cat-blog {
  margin: 0;
  cursor: pointer;
}

.label-checkbox-itm:hover .cate-badge img {
  filter: invert(0.1);
}

.actions-panel-group {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.actions-panel-group a {
  color: #B42318;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.actions-panel-group a:hover {
  color: #475467;
}

.content-companies-result {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
  flex: 1 0 0;
}

.banner-companies-red {
  display: flex;
  padding: 20px 48px;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #D92D20;
  background: #B42318;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.label-checkbox-itm input:checked~.cate-badge {
  border-color: #B42318;
}

#country-checkboxs>div:nth-child(1)>div {
  border-color: #D0D5DD;
}

.companies-format-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  align-self: stretch;
  flex-wrap: wrap;
}

.check-box-all {
  display: flex;
  height: 24px;
  padding: 0px 12px;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
}

.check-box-all .form-check {
  margin: 0;
}

.check-box-all .form-check .form-check-label {
  color: #344054;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
}

.selected-result-num {
  display: flex;
  padding: 3px 4px 3px 8px;
  justify-content: center;
  align-items: center;
  gap: 3px;
  border-radius: 6px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  color: #344054;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
}

.selected-result-num span {
  display: flex;
  padding: 0px 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: #F2F4F7;
  color: #344054;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.list-companies-group-results {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.companies-item-rw {
  display: flex;
  min-width: 100%;
  padding: 12px;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #EAECF0;
  background: #FFF;
  position: relative;
}

.rw-content-txt-comp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
}

.rw-content-txt-comp h3 {
  /*display: -webkit-box;*/
  /*max-width: 320px;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 1;*/
  /*overflow: hidden;*/
  /*color: #101828;*/
  text-overflow: ellipsis;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
  margin-top: auto;
  margin-bottom: auto;
  line-height: normal;
}

.max-w-max {
  max-width: max-content;
}

.rw-content-txt-comp h3 a {
  display: flex;
  display: -webkit-box;
  max-width: 320px;
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 1;*/
  overflow: hidden;
  color: #101828;
  /*text-overflow: ellipsis;*/
}

.rw-content-txt-comp p {
  overflow: hidden;
  color: #475467;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  height: 47px;
  align-self: stretch;
  margin: 0;
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 2;*/
}

.pic-compp-right img {
  width: 152px;
  align-self: stretch;
  border-radius: 12px;
  object-fit: cover;
}

.sponsored-label {
  background: #FA541C;
}

.badge-ribbon.sponsored-label:before {
  background-image: url(../images/arrow-spon.svg);
}

.badge-ribbon.ribbon-green {
  background: #4CA30D;
}

.badge-ribbon.ribbon-green:before {
  background-image: url(../images/arrow-green.svg);
}

.bk-navigation {
  padding-top: 12px;
  border-top: 1px solid #EAECF0;
  width: 100%;
  display: flex;
  justify-content: end;
}

.pagination-sty {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.pagination-sty a {
  box-shadow: none !important;
  outline: none !important;
  background: #fff;
  border: 0;
  color: #344054;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  gap: 10px;
  border-right: 1px solid #D0D5DD !important;
  border-left: 1px solid #D0D5DD !important;
  background: transparent;
}

.pagination-sty a.active {
  background: #F9FAFB;
  color: #182230;
  border-color: #D0D5DD !important;
}

.pagination-sty li:last-child a {
  border-right: 0 !important;
}

.pagination-sty li:first-child a {
  border-left: 0 !important;
}

.pagination-sty a.page-link:hover,
.pagination-sty a.page-link:active,
.pagination-sty a.page-link:focus {
  color: #344054 !important;
  background: #F9FAFB;
}

.underline {
  text-decoration: underline;
}

.box-content-sty-border {
  display: flex;
  flex-direction: column;
  padding: 12px;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #EAECF0;
  background: #FFF;
  max-width: 879px;
  width: 100%;
}

.title-box-content-sty {
  display: flex;
}

.title-box-content-sty h3 {
  color: #101828;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}

.ltd-list {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}

.ltd-tag-itm {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #344054;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.ltd-tag-itm:hover {
  background: #D0D5DD;
  color: #344054;
}

.export-products-list {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  gap: 16px;
  align-self: stretch;
  flex-wrap: wrap;
}

.product-export-itm {
  display: flex;
  width: 168px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.product-ex-pic {
  height: 111px;
  align-self: stretch;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.product-ex-txt {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #344054;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
}

.product-export-itm:hover .product-ex-txt {
  background: #D0D5DD;
  color: #344054;
}

.bk-modal-selected-comp {
  display: flex;
  width: 100%;
  max-width: 40%;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 0px 12px 12px 0px;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}

.bk-modal-free-post {
  display: flex;
  width: 100%;
  max-width: 60%;
  flex-direction: column;
  border-radius: 12px 0px 0px 12px;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}

.group-selected-comps {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.checkbox-itm-comps {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.checkbox-itm-comps img {}

.checkbox-itm-comps p {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  color: #344054;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.group-selected-comps {
  padding: 0 24px 24px 24px;
}

.modal-dialog.modal-xl {
  width: 100%;
  max-width: 1140px;
}

.select2-container--open {
  z-index: 9999999;
}

.content-hrz-tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  align-self: stretch;
}

.horizontal-tabs-menu {
  display: flex;
  padding: 6px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #EAECF0;
  background: #F9FAFB;
}

.btn-tab {
  display: flex;
  height: 44px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  background: transparent;
  color: #667085;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.btn-tab:hover,
.btn-tab.active {
  background: #FFF;
  color: #344054;
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
}

.list-companies-group-results .job-post-item {
  margin: 0;
}

.section-success-stories {
  display: flex;
  padding: 96px 0px;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  background: #912018;
}

.content-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}

.quotes-attribution {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}

.fictional-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10.817px;
}

.quotes-attribution h2 {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  /* 125% */
  letter-spacing: -0.96px;
  margin: 0;
}

.avatar-story-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.avatar-story-txt img {
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  background: #E0E0E0;
}

.avatar-txt-title {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-self: stretch;
}

.avatar-txt-title h3 {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.avatar-txt-title p {
  margin: 0;
  color: #FECDCA;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.group-checked-dn-list {
  display: flex;
  padding: 0px 24px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}

.btn-remove-cate {
  background: transparent;
  box-shadow: none !important;
  outline: none !important;
  color: #667085;
  font-size: 16px;
}

.sec-head .meta-job-itm {
  justify-content: center;
}

.empty-state-bk {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background-image: url(../images/decorative.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.empty-state-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
}

.content-emp-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.action-emp-state {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.emp-state-txt {
  display: flex;
  max-width: 352px;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.emp-state-txt h3 {
  margin: 0;
  color: #101828;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.emp-state-txt p {
  margin: 0;
  color: #475467;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.illustration-img {
  width: 152px;
  height: 118px;
}

.banner-buy-company {
  display: flex;
  width: 100%;
  padding: 12px;
  align-items: flex-start;
  border-radius: 12px;
  border: 1px solid #D0D5DD;
  background: #FCFCFD;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.content-banner-buy-company {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
}

.content-buy-comp {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
}

.action-buy-comp {
  display: flex;
  align-items: center;
  gap: 8px;
}

.buy-comp-icon {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #EAECF0;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.buy-comp-icon img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.buy-comp-txt-supporting {
  display: flex;
  align-items: center;
  align-content: flex-start;
  gap: 2px 6px;
  flex: 1 0 0;
  flex-wrap: wrap;
}

.buy-comp-txt-supporting h3 {
  margin: 0;
  color: #344054;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.buy-comp-txt-supporting p {
  margin: 0;
  overflow: hidden;
  color: #475467;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.badge-sty-label {
  display: flex;
  padding: 4px 10px 4px 8px;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #344054;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.badge-sty-label img {
  width: 12px;
  height: 12px;
}

.dot-circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.circle-red {
  background: #F04438;
}

.circle-green {
  background: #17B26A;
}

.content-page-import {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap;
}

.frame-side-import-left {
  display: flex;
  max-width: 468px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
}

.frame-side-import-right {
  display: flex;
  max-width: 768px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}

.heading-similer {
  display: flex;
  padding: 0px 15px;
  align-items: flex-start;
  gap: 8px;
}

.content-similer {
  display: flex;
  padding-top: 24px;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}

.similer-icon {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #EAECF0;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.similer-icon img {
  width: 20px;
  height: 20px;
}

.similer-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
}

.similer-txt h3 {
  margin: 0;
  color: #101828;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.similer-txt p {
  margin: 0;
  color: #475467;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.frame-category {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.category-list-frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

.category-list-frame .category-item {
  margin: 0;
}

.category-list-frame .cate-txt {
  gap: 4px;
}

.frame-side-import-left .job-post-item {
  margin: 0;
}

.box-cta-join {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 12px;
  border: 1px solid #EAECF0;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  margin: auto;
  max-width: 581px;
}

.join-cta-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.join-cta-txt h3 {
  color: #101828;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}

.join-cta-txt p {
  color: #475467;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.join-cta-action {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.badge-job.label-ex-green {
  border-color: #ABEFC6;
  background: #ECFDF3;
  color: #067647;
}

.badge-job.label-ex-green span {
  color: #067647;
}

.attachment-clothing-bk {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}

.attachments-bk {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
}

.clothing-bk {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
}

h3.title--bk {
  color: #101828;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}

.box-file-upload-item {
  display: flex;
  padding: 16px 48px 16px 16px;
  align-items: center;
  gap: 0px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #EAECF0;
  background: #FFF;
}

.content-file-upload {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
}

.file-icon-pdf {
  width: 40px;
  height: 40px;
}

.file-txt-pdf {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
}

.file-txt-pdf h3 {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch;
  overflow: hidden;
  color: #344054;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.file-txt-pdf p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch;
  overflow: hidden;
  color: #475467;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.clothing-bk p {
  white-space: pre-line;
  margin: 0;
  color: #475467;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.content-account-created.w-full {
  max-width: 100%;
}

.tabs-manufacturer {
  border: 0;
}

.tabs-manufacturer .nav-link {
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid transparent;
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #667085;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.tabs-manufacturer .nav-link span {
  display: flex;
  padding: 2px 8px;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid #EAECF0;
  background: #F9FAFB;
  color: #344054;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.tabs-manufacturer .nav-link.active {
  color: #B42318;
  border-bottom-color: #B42318;
}

.tabs-manufacturer .nav-link.active span {
  border-color: #FECDCA;
  background: #FEF3F2;
  color: #B42318;
}

.box-tabs-manufacturer {
  display: flex;
  max-width: 608px;
  width: 100%;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}

.box-tabs-manufacturer div {
  width: 100%;
}

.content-manufacturer-results {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}

.content-txt-manuf {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.content-txt-manuf>div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

.content-txt-manuf>div h3 {
  margin: 0;
  color: #101828;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.content-txt-manuf>div p {
  margin: 0;
  color: #475467;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.link-manu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #B42318;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.box-upload-bk {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 12px;
  border: 2px solid #D92D20;
  background: #FFF;
  cursor: pointer;
  position: relative;
}

.content-upload-bk {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.upload-icon {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #EAECF0;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.upload-icon img {
  width: 20px;
  height: 20px;
}

.txt-uploaded-bk {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}

.txt-uploaded-bk h3 {
  color: #475467;
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.txt-uploaded-bk h3 span {
  color: #B42318;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.txt-uploaded-bk p {
  color: #475467;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}

.file-upload-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  margin: 0;
  opacity: 0;
}

.products-page {
  display: flex;
  padding: 96px 0px;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  align-self: stretch;
  background: #FFF;
}

.horizontal-tabs-products a {
  display: flex;
  height: 36px;
  width: 44px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 44px 0 0;
}

.nav-product-item {
  display: flex;
  padding: 12px 16px 12px 12px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  border-left: 3px solid #D92D20;
  background: #F9FAFB;
  margin-bottom: 10px;
  justify-content: space-between;
}

.nav-product-item h3 {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 0;
  overflow: hidden;
  color: #101828;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.nav-product-item span {
  display: flex;
  padding: 4px 10px;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #FECDCA;
  background: #FEF3F2;
  color: #B42318;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.horizontal-tabs-products {
  width: 100%;
  overflow-x: auto;
  gap: 2px;
}

.nav-product-item:hover {
  background: #f7f7f7;
}

.horizontal-tabs-menu::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: #f6f6f6;
}

/* Track */
.horizontal-tabs-menu::-webkit-scrollbar-track {
  border-radius: 0px;
}

/* Handle */
.horizontal-tabs-menu::-webkit-scrollbar-thumb {
  background: #D92D20;
}

.horizontal-tabs-menu::-webkit-scrollbar-thumb:window-inactive {
  background: #D92D20;
}

.bk-navigation-sty {
  margin-top: 40px;
  padding-top: 20px;
}

.bk-navigation-sty nav {
  width: 100%;
}

.bk-navigation-sty .pagination-sty {
  width: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  justify-content: center;
}

.bk-navigation-sty .pagination-sty li.previous-item {
  margin: auto auto auto 0;
}

.bk-navigation-sty .pagination-sty li.next-item {
  margin: auto 0 auto auto;
}

.bk-navigation-sty .pagination-sty a {
  border: 0 !important;
}

.layout-page-404 {
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 96px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
  flex-shrink: 0;
  align-self: stretch;
}

.content-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  flex-direction: row-reverse;
}

.not-found-txt {
  display: flex;
  padding-right: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  flex: 1 0 0;
}

.not-heading-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.not-heading-txt h3 {
  margin: 0;
  color: #B42318;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.not-heading-txt h2 {
  margin: 0;
  color: #101828;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -1.2px;
}

.not-heading-txt p {
  margin: 0;
  color: #475467;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  max-width: 480px;
  align-self: stretch;
}

.form-search-404 {
  display: flex;
  max-width: 480px;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  width: 100%;
}

.group-input-search {
  position: relative;
  width: 100%;
}

.group-input-search .form-control {
  display: flex;
  height: 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  flex: 1 0 0;
  display: flex;
  padding: 10px 14px;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding-left: 40px;
}

.icon-search-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.bk-search-404 {
  display: flex;
  width: 100%;
}

.illustration-not-found-pic {
  display: flex;
  flex: 1 0 0;
}

.adds-after-login {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-hd-notification {
  width: 46px;
  height: 46px;
  padding: 0;
}

.user-pic-profile {
  display: flex;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  border: 2px solid rgba(152, 162, 179, 0.14);
  overflow: hidden;
}

.user-pic-profile img {
  border-radius: 9999px;
  width: 100%;
  height: 100%;
  border: 0.75px solid rgba(0, 0, 0, 0.08);
}

.head-drop-profile {
  display: flex;
  padding: 12px 16px;
  flex-direction: column;
  align-items: flex-start;
  /*width: 240px;*/
}

.avatar-label-group {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.drop-profile-pic {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
}

.drop-profile-pic img {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  flex: 1 0 0;
  align-self: stretch;
  display: flex;
  border: 0.75px solid rgba(0, 0, 0, 0.08);
}

.drop-profile-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}

.drop-profile-txt h3 {
  margin: 0;
  color: #344054;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.drop-profile-txt p {
  margin: 0;
  color: #475467;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.dropdown-menu-profile-user {
  padding: 0;
}

.dropdown-menu-profile-user ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dropdown-menu-profile-user ul .divider {
  margin: 0;
}

.dropdown-menu-profile-user ul li {
  display: flex;
  padding: 1px 6px;
  align-items: center;
  align-self: stretch;
}

.dropdown-menu-profile-user ul li a {
  display: flex;
  padding: 9px 10px;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  color: #344054;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.dropdown-menu-profile-user ul li a img {
  width: 16px;
  height: 16px;
}

.dropdown-menu-profile-user ul li a span {
  color: #667085;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: auto 0 auto auto;
}

.dropdown-menu-profile-user ul li.divider {
  padding: 0 !important;
}

.dropdown-menu-profile-user {
  left: auto !important;
  right: -100px !important;
  border-radius: 8px;
  border: 1px solid #EAECF0;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.box-search-site {
  position: relative;
  z-index: 9;
  display: flex;
  padding: 12px;
  align-items: flex-start;
  border-radius: 12px;
  border: 1px solid #D92D20;
  background: #B42318;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.content-search-site {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.content-search-bk {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
}

.actions-search-bk {
  display: flex;
  align-items: center;
  gap: 8px;
}

.fet-search-icon {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #D92D20;
}

.fet-search-icon img {
  width: 24px;
  height: 24px;
}

.input-field-search {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 2px 6px;
  flex: 1 0 0;
  flex-wrap: wrap;
}

.input-field-search .form-control {
  display: flex;
  padding: 10px 14px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.actions-search-bk {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-close-search {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
  outline: none !important;
  border: 0;
}

.btn-close-search img {
  width: 20px;
  height: 20px;
}

.content-search-site .form-control::-moz-placeholder {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 0;
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.content-search-site .form-control:-ms-input-placeholder {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 0;
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.content-search-site .form-control::-webkit-input-placeholder {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 0;
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.btn-submit-xs {
  display: none;
}

.block-search-site {
  display: none;
}

.box-bk-search-result {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  align-items: flex-start;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.content-most-search {
  display: flex;
  max-width: 932px;
  width: 100%;
  padding: 32px;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
  align-self: stretch;
  flex: 1 0 0;
}

.content-post-search {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
  background: #F9FAFB;
  width: 100%;
  max-width: 310px;
}

.block-search-site {
  position: relative;
}

.search-result-large {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 9;
}

.blog-post-card-search {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #EAECF0;
  background: #FFF;
  overflow: hidden;
}

.post-card-pic {
  flex: 1 0 0;
  display: flex;
}

.blog-post-card-search .camp-heading-txt p {
  -webkit-line-clamp: 2;
}

.blog-post-card-search .camp-heading-txt h3 a span {
  -webkit-line-clamp: 2;
  font-size: 20px;
}

.blog-post-card-search .camp-heading-txt h2 a span {
  -webkit-line-clamp: 2;
  font-size: 20px;
}

.most-search-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
}

.most-search-section h3 {
  color: #D92D20;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}

.most-search-section ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.most-search-section ul li a {
  display: flex;
  padding: 12px;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  color: #101828;
}

.most-search-section ul li a span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
}

.most-search-section ul li a img {
  width: 24px;
  height: 24px;
}

.most-search-section ul li a:hover {
  color: #D92D20;
}

.search-state-one {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: flex-start;
}

.search-state-two {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  gap: 20px;
}

.title-red-search {
  color: #D92D20;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}

.search-state-two .content-most-search {
  padding: 0;
}

.search-state-two {
  padding: 30px;
}

.box-no-results-search {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.icon-no-results {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #EAECF0;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.box-no-results-search p {
  margin: 0;
  color: #101828;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.search-state-three {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  gap: 20px;
}

.search-state-three {
  padding: 30px;
}

.list-search-result-content {
  display: flex;
  flex-direction: column;
  height: 300px;
  overflow-y: auto;
}

.list-search-result-content a {
  display: flex;
  padding: 10px 10px 10px 8px;
  align-items: flex-start;
  gap: 8px;
  color: #101828;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.list-search-result-content a img {
  width: 24px;
  height: 24px;
}

.list-search-result-content a span {
  display: block;
}

.hide-item {
  display: none;
}

.fixed-header .header {
  position: fixed !important;
  background: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
  z-index: 999;
}

.fixed-header .main-wrapper {
  padding-top: 80px;
}

.group-checkBoxs-labels {
  height: 250px;
  overflow: auto;
}

.accordion {
  width: 100%;
}

.feature-accordion {
  width: 100%;
}

.feature-accordion .accordion-button {
  width: 100%;
  background: none;
  padding: 1rem;
  box-shadow: none;
  border-radius: 8px;
}

.feature-accordion .accordion-button:not(.collapsed) {
  color: #101828;
}

.feature-accordion .accordion-body {
  width: 100%;
  padding: 1rem;
  color: #475467;
}

.checkmark-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  color: #12B76A;
}

.price-tag {
  font-size: 2rem;
  font-weight: 600;
  color: #101828;
  margin-bottom: 1rem;
}

.product-header {
  padding: 2rem;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #EAECF0;
  margin-bottom: 2rem;
}

.product-header h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.product-header p {
  color: #475467;
  margin-bottom: 0;
}

.blog .box-item-companies .camp-thumb {
  height: auto;
  display: block;
  border-radius: 10px;
}


.featured-article {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  max-height: 380px;
  width: 100%;
}

.featured-image {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.featured-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.featured-article:hover .featured-overlay {
  opacity: 1;
}

.featured-content {
  text-align: center;
}

.featured-content h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.featured-content p {
  font-size: 1rem;
}

.single_blog_img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}

.blog-txt {
  display: flex;
  padding: 5px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.related-articles {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.related-articles h3 {
  margin-bottom: 15px;
  font-size: 18px;
}

.related-articles ul {
  list-style: none;
  padding: 0;
}

.related-articles li {
  margin-bottom: 10px;
}

.related-articles a {
  text-decoration: none;
  color: #007bff;
}

.related-articles a:hover {
  text-decoration: underline;
}

.related-post-img {
  height: 200px;
  object-fit: cover;
}

.active>.page-link,
.page-link.active {
  line-height: normal;
  border-bottom: 0;
  border-top: 0;
  background-color: #e5e6e9 !important;
  color: #000;
  border-color: #d0d5dd;
}

.disabled>.page-link,
.page-link.disabled {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
  border-top: 0;
  border-bottom: 0;
  line-height: normal;
}

.page-link {
  height: 100%;
}

.youtube-slider {
  border-radius: 16px 16px 0 0;
}

.video-container {
  position: relative;
  width: 100%;
  height: 365px;
  /* Ø£Ùˆ Ø£ÙŠ Ø§Ø±ØªÙØ§Ø¹ ØªØ±ØºØ¨ Ø¨Ù‡ */
  overflow: hidden;
  pointer-events: none;
}

.youtube-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.horizontal-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.horizontal-list li {
  position: relative;
  padding: 0 15px;
  font-size: 16px;
  color: #475467;
}

.horizontal-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #555;
  font-size: 20px;
  line-height: 1;
}

.text-justify {
  text-align: justify;
}

.chat-item {
  display: block;
  margin: 15px 0;
  padding: 20px;
  background-color: #f5f7fb;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.chat-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.chat-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-info {
  flex: 2;
  padding-right: 20px;
}

.company-name {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.contact-person {
  font-size: 18px;
  font-weight: 500;
  color: #666;
  margin-bottom: 12px;
}

.company-description {
  font-size: 14px;
  color: #777;
  margin-bottom: 8px;
}

.chat-contact {
  flex: 0.5;
  text-align: start;
  padding: 0 20px;
}

.company-email,
.company-website,
.company-phone {
  font-size: 14px;
  color: #344054;
  margin-bottom: 12px;
  overflow-wrap: break-word;
}

.company-email a,
.company-website a,
.company-phone a {
  color: #344054;
  text-decoration: none;
  transition: color 0.3s ease;
}

.company-email a:hover,
.company-website a:hover,
.company-phone a:hover {
  color: #0056b3;
}

.phone-number {
  direction: ltr;
  unicode-bidi: bidi-override;
  white-space: pre;
}