/****** Utils ******/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anek+Latin:wght@100..800&family=Bangers&display=swap');

.header .header-navbar-rht .nav-item .header-reg,
.header .header-navbar-rht .nav-item .header-login:hover,
.header .header-navbar-rht .nav-item .header-login,
.header.fixed,
.header {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/******* Base *******/
html {
  background-color: #ffffff;
}

body {
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
    font-weight: 400;
    /* line-height: 2.6rem; */
  color: #212529;
  line-height: 1.5;
  background-color: #ffffff;

}

@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
}

::selection {
  background: #ff9f3d;
  color: #ffffff;
  text-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: inherit;
}

* {
  outline: none;
}

button {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

button:focus {
  box-shadow: none !important;
}

a {
  color: #ff9f3d;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  color: #e31e24;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:focus {
  outline: 0;
}

p {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
}

ol,
ul {
  list-style: none;
  margin-block-end: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ul.list-disc {
  list-style: disc;
  padding-left: 15px;
}

ul.list-disc ul {
  list-style-type: circle;
}

ul.list-decimal {
  list-style: decimal;
  padding-left: 15px;
}

ul.list-decimal ul {
  list-style-type: decimal;
}

ul.list-icon {
  list-style: none;
  padding-left: 0;
}

ul.list-icon>li {
  padding-left: 1.875rem;
  counter-increment: li;
}

ul.list-icon>li i,
ul.list-icon>li .feather-icon,
ul.list-icon>li .svg-icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  margin-left: -1.25rem;
  position: relative;
  left: -10px;
  padding: 1px;
  top: -1px;
}

ul.list-icon>li i {
  font-size: 20px;
  top: 5px;
}

ul .btn-primary:not(:disabled):not(.disabled):active:focus,
ul .btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}

.form-group {
  margin-bottom: 24px;
}

.form-wrap {
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  .form-wrap {
    margin-bottom: 20px;
  }
}

label {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  color: #000000;
}

@media (max-width: 767.98px) {
  label {
    font-size: 14px;
  }
}

.form-control {
  border: 1px solid #E4E8EB;
  box-shadow: none;
  background: #ffffff;
  border-radius: 6px;
  color: #000000;
  font-size: 16px;
  padding: 10px 15px;
  height: 50px;
  transition: all 0.5s;
}

@media (max-width: 767.98px) {
  .form-control {
    height: 46px;
    font-size: 14px;
  }
}

.form-control:focus {
  border-color: #ff9f3d;
  box-shadow: none;
  outline: 0 none;
}

.form-control:focus {
  border: 1px solid #ff9f3d;
}

.form-control.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}

.form-control-sm {
  background-color: #fff;
}

.form-control.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.form-control::placeholder {
  font-size: 14px;
  color: #99A2A8;
}

input,
input:focus,
button,
button:focus {
  outline: none;
}

input[type=file] {
  height: auto;
  min-height: calc(1.5em + 0.75rem + 2px);
}

input[type=text],
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.form-control {
  resize: none;
  min-height: 100px;
}

/******* Components ******/
.avatar {
  position: relative;
  height: 2.625rem;
  width: 2.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #ffffff;
  font-weight: 500;
}

.avatar a.badge:hover {
  color: #ffffff;
}

.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.avatar.avatar-rounded {
  border-radius: 50%;
}

.avatar.avatar-rounded img {
  border-radius: 50%;
}

.avatar.avatar-radius-0 {
  border-radius: 0;
}

.avatar.avatar-radius-0 img {
  border-radius: 0;
}

.avatar .avatar-badge {
  position: absolute;
  inset-block-start: -4%;
  inset-inline-end: -0.375rem;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 0.625rem;
  border: 2px solid #ffffff;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar.online:before,
.avatar.offline:before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  inset-inline-end: 0;
  inset-block-end: 0;
  border: 2px solid #ffffff !important;
  z-index: 1;
}

.avatar.online:before {
  background-color: #71DE71;
}

.avatar.offline:before {
  background-color: #000;
}

.avatar.avatar-xs {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.65rem;
}

.avatar.avatar-xs .avatar-badge {
  padding: 0.25rem;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.5rem;
  inset-block-start: -25%;
  inset-inline-end: -0.5rem;
}

.avatar.avatar-sm {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 0.65rem;
}

.avatar.avatar-sm .avatar-badge {
  padding: 0.3rem;
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: 0.5rem;
  inset-block-start: -28%;
  inset-inline-end: -0.45rem;
}

.avatar.avatar-sm.online:before,
.avatar.avatar-sm.offline:before {
  width: 0.5rem;
  height: 0.5rem;
}

.avatar.avatar-md {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 0.8rem;
}

.avatar.avatar-md .avatar-badge {
  padding: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.65rem;
  inset-block-start: -6%;
  inset-inline-end: -13%;
}

.avatar.avatar-md.online:before,
.avatar.avatar-md.offline:before {
  width: 0.75rem;
  height: 0.75rem;
}

.avatar.avatar-md svg {
  width: 1.5rem;
  height: 1.5rem;
}

.avatar.avatar-lg {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1rem;
}

.avatar.avatar-lg .avatar-badge {
  inset-block-start: -15%;
  inset-inline-end: -0.25%;
}

.avatar.avatar-lg.online:before,
.avatar.avatar-lg.offline:before {
  width: 0.8rem;
  height: 0.8rem;
}

.avatar.avatar-lg svg {
  width: 1.8rem;
  height: 1.8rem;
}

.avatar.avatar-xl {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.25rem;
}

.avatar.avatar-xl .avatar-badge {
  inset-block-start: -8%;
  inset-inline-end: -0.2%;
}

.avatar.avatar-xl.online:before,
.avatar.avatar-xl.offline:before {
  width: 0.95rem;
  height: 0.95rem;
}

.avatar.avatar-xxl {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.5rem;
}

.avatar.avatar-xxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}

.avatar.avatar-xxl.online:before,
.avatar.avatar-xxl.offline:before {
  width: 1.05rem;
  height: 1.05rem;
  inset-block-end: 0.25rem;
}

.avatar.avatar-xxxl {
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.75rem;
}

.avatar.avatar-xxxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}

.avatar.avatar-xxxl.online:before,
.avatar.avatar-xxxl.offline:before {
  width: 1.05rem;
  height: 1.05rem;
  inset-block-end: 0.25rem;
}

.avatar-list-stacked {
  padding: 0;
}

.avatar-list-stacked.avatar-group-overlapped .avatar {
  margin-right: -0.875rem;
}

.avatar-list-stacked.avatar-group-overlapped .avatar:hover {
  z-index: 1;
}

.avatar-list-stacked.avatar-group-lg .avatar {
  width: 3.25rem;
  height: 3.25rem;
}

.avatar-list-stacked.avatar-group-lg .avatar>.initial-wrap {
  font-size: 0.95rem;
}

.avatar-list-stacked.avatar-group-lg.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}

.avatar-list-stacked.avatar-group-sm .avatar {
  width: 2rem;
  height: 2rem;
}

.avatar-list-stacked.avatar-group-sm .avatar>.initial-wrap {
  font-size: 0.6rem;
}

.avatar-list-stacked.avatar-group-sm.avatar-group-overlapped .avatar {
  margin-right: -0.625rem;
}

.avatar-list-stacked .avatar {
  margin-inline-end: -0.875rem !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  transition: transform ease 200ms;
}

.avatar-list-stacked .avatar:last-child {
  margin-inline-end: 0 !important;
}

.avatar-list-stacked .avatar:hover {
  z-index: 1;
  transform: translateY(-0.188rem);
}

.avatar-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.avatar-group .avatar {
  width: 2.625rem;
  height: 2.625rem;
}

.avatar-group .avatar .avatar-img,
.avatar-group .avatar>.initial-wrap {
  border: 2px solid #E4E8EB;
  font-size: 0.9rem;
}

.avatar-group.avatar-group-overlapped .avatar {
  margin-right: -0.875rem;
}

.avatar-group.avatar-group-overlapped .avatar:hover {
  z-index: 1;
}

.avatar-group.avatar-group-lg .avatar {
  width: 3.25rem;
  height: 3.25rem;
}

.avatar-group.avatar-group-lg .avatar>.initial-wrap {
  font-size: 0.95rem;
}

.avatar-group.avatar-group-lg.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}

.avatar-group.avatar-group-sm .avatar {
  width: 2rem;
  height: 2rem;
}

.avatar-group.avatar-group-sm .avatar>.initial-wrap {
  font-size: 0.6rem;
}

.avatar-group.avatar-group-sm.avatar-group-overlapped .avatar {
  margin-right: -0.625rem;
}

.avatar-group .avatar+.avatar {
  margin-left: -0.75rem;
}

.avatar-group .avatar:hover {
  z-index: 1;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #FF9900;
  text-shadow: unset;
}

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #FF9900;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: transparent;
}

.bor-b1 {
  border-bottom: 1px solid #000;
}

.btn-primary {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 20px;
  border: 1px solid #ff9f3d;
  border-radius: 50px;
  background: #ff9f3d;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

@media (max-width: 767.98px) {
  .btn-primary {
    font-size: 14px;
    padding: 8px 15px;
  }
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
  border: 1px solid #e31e24;
  background: #e31e24;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  background-color: #e31e24;
  border: 1px solid #e31e24;
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}

.btn-secondary {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 20px;
  border: 1px solid #26262C;
  border-radius: 50px;
  background: #26262C;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

@media (max-width: 767.98px) {
  .btn-secondary {
    font-size: 14px;
    padding: 8px 15px;
  }
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active,
.btn-secondary:active,
.open>.dropdown-toggle.btn-secondary {
  border: 1px solid #ff9f3d;
  background: #ff9f3d;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary.focus:active,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open>.dropdown-toggle.btn-secondary.focus,
.open>.dropdown-toggle.btn-secondary:focus,
.open>.dropdown-toggle.btn-secondary:hover {
  background-color: #ff9f3d;
  border: 1px solid #ff9f3d;
}

.btn-secondary.active:focus:not(:disabled):not(.disabled),
.btn-secondary:active:focus:not(:disabled):not(.disabled),
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: unset;
}

.btn-light {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  padding: 10px 20px;
  border: 1px solid #E4E8EB;
  background: #ffffff;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

@media (max-width: 767.98px) {
  .btn-light {
    font-size: 14px;
    padding: 8px 15px;
  }
}

.btn-light:hover,
.btn-light:focus,
.btn-light.active,
.btn-light:active,
.open>.dropdown-toggle.btn-light {
  border: 1px solid #E4E8EB;
  background: #E4E8EB;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-light.active.focus,
.btn-light.active:focus,
.btn-light.active:hover,
.btn-light.focus:active,
.btn-light:active:focus,
.btn-light:active:hover,
.open>.dropdown-toggle.btn-light.focus,
.open>.dropdown-toggle.btn-light:focus,
.open>.dropdown-toggle.btn-light:hover {
  background-color: #E4E8EB;
  border: 1px solid #E4E8EB;
}

.btn-light.active:focus:not(:disabled):not(.disabled),
.btn-light:active:focus:not(:disabled):not(.disabled),
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: unset;
}

.select2-container--default .select2-selection--single {
  height: 40px !important;
  border: 1px solid #E4E8EB !important;
  padding: 5px 10px !important;
  border-radius: 6px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ff9f3d !important;
  color: #ffffff !important;
}

.btn-hvr,
.link-hvr {
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease 0s;
  position: relative;
}

.btn-hvr::after,
.link-hvr::after {
  content: "";
  display: block;
  width: 150px;
  height: 48px;
  border-radius: 50%;
  background: #26262C;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.5s ease 0s;
}

.btn-hvr:hover::after,
.link-hvr:hover::after {
  transform: translate(-50%, -50%) scale(5);
  background: rgba(0, 0, 0, 0.2);
}

.link-tag {
  background-color: #ff9f3d;
  height: 44px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 0 25px;
  transition: all 0.7s ease 0s;
  line-height: 44px;
}

.link-tag:hover {
  background-color: #26262C;
  color: #ffffff;
}

@media (max-width: 575px) {
  .link-tag {
    width: 49%;
  }
}

.link-hvr {
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease 0s;
  position: relative;
}

.link-hvr::after {
  content: "";
  display: block;
  width: 80px;
  height: 48px;
  border-radius: 50%;
  background: #ff9f3d;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.5s ease 0s;
}

.link-hvr:hover::after {
  transform: translate(-50%, -50%) scale(5);
  background: rgba(0, 0, 0, 0.2);
}

.table {
  width: 100%;
  color: #000000;
  border: 1px solid #E4E8EB;
  margin-bottom: 0;
}

.table>tbody>tr>th {
  border-top: 0;
  padding: 10px;
}

.table.dataTable {
  margin: 0 !important;
  border-collapse: collapse !important;
}

.table thead {
  background-color: #F1F4F6;
  border-bottom: 1px solid #F1F4F6;
}

.table thead tr {
  border-bottom: 1px solid #E4E8EB;
}

.table thead tr:last-child {
  border-color: transparent;
}

.table thead tr th {
  font-weight: 500;
  color: #000000;
  border: 0;
  vertical-align: middle;
  padding: 10px;
  background: transparent;
  box-shadow: none;
}

.table thead tr th:first-child {
  padding-right: 0 !important;
}

.table tbody tr {
  border-bottom: 1px solid #E4E8EB;
}

.table tbody tr td {
  vertical-align: middle;
  padding: 10px;
}

.table tbody tr td::first-child {
  padding: 0;
}

.table tbody tr .light-text {
  color: #99A2A8;
}

table.table td h2 {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

table.table td h2.table-avatar {
  align-items: center;
  display: inline-flex;
  font-size: inherit;
  font-weight: regular;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

table.table td h2 a {
  font-weight: 500;
  color: #000000;
}

table.table td h2 a:hover {
  color: #ff9f3d;
}

table.table td h2 span {
  color: #99A2A8;
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 3px;
}

table .badge {
  font-size: 13px;
  font-weight: 400;
  min-width: 70px;
  padding: 7px 9px;
  border-radius: 50px;
}

table .bg-light-success {
  color: #71DE71;
  background: #EAFFEA;
}

table .bg-light-warning {
  color: #FF9900;
  background: #FFF3DC;
}

table .bg-light-danger {
  color: #FF0000;
  background: #FFEAEA;
}

.table-responsive {
  white-space: nowrap;
}

.table-space {
  width: 100px;
}

.card.table-card .card-body {
  padding: 15px;
}

#tablelength {
  margin-bottom: 15px;
}

#tablelength label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 0;
}

#tablelength .dataTables_length {
  margin-top: 0 !important;
}

#tablelength .form-control.form-control-sm {
  height: 34px;
  appearance: auto;
  min-height: 34px;
  min-width: 56px;
  width: 56px;
  padding: 4px 8px;
  margin-left: 10px;
}

.nav-table-filter {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  margin-bottom: 15px;
}

.nav-table-filter li {
  margin-right: 10px;
}

.nav-table-filter li:last-child {
  margin-right: 0;
}

.nav-table-filter .form-control.form-control-sm {
  height: 35px;
}

#tablefilter label {
  margin: 0;
}

.tab-footer .pagination {
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  margin-bottom: 0;
}

.tab-footer .dataTables_info {
  float: left;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
}

.tab-footer .dataTables_paginate .pagination li:last-child {
  margin: 0;
}

.tab-footer .dataTables_paginate .pagination li a {
  font-size: 14px;
  border-radius: 3px !important;
}

.tab-footer .dataTables_paginate .pagination li a.page-link:focus {
  box-shadow: none;
}

.tab-footer .dataTables_paginate .pagination li.active a.page-link {
  color: #ffffff;
}

.tab-footer .dataTables_paginate .pagination li.previous .page-link {
  font-size: 18px;
  background: transparent;
  border: 0;
}

.tab-footer .dataTables_paginate .pagination li.previous .page-link:hover {
  color: #ff9f3d;
}

.tab-footer .dataTables_paginate .pagination li.next .page-link {
  font-size: 18px;
  background: transparent;
  border: 0;
}

.tab-footer .dataTables_paginate .pagination li.next .page-link:hover {
  color: #ff9f3d;
}

.table-card table.dataTable>thead .sorting:before,
.table-card table.dataTable>thead .sorting_asc:before,
.table-card table.dataTable>thead .sorting_desc:before,
.table-card table.dataTable>thead .sorting_asc_disabled:before,
.table-card table.dataTable>thead .sorting_desc_disabled:before {
  content: "\f0de" !important;
  font-weight: 600;
}

.table-card table.dataTable>thead .sorting:after,
.table-card table.dataTable>thead .sorting_asc:after,
.table-card table.dataTable>thead .sorting_desc:after,
.table-card table.dataTable>thead .sorting_asc_disabled:after,
.table-card table.dataTable>thead .sorting_desc_disabled:after {
  content: "\f0dd" !important;
  font-weight: 600;
  bottom: 14px !important;
}

.data-check-list .nav li {
  margin-right: 4px;
}

.data-check-list .nav li:last-child {
  margin-right: 0;
}

.data-check-list span {
  width: 17px;
  height: 7px;
  border-radius: 2px;
  display: inline-block;
}

.data-check-list .check-list-active {
  background: #71DE71;
}

.data-check-list .check-list-warning {
  background: #FF9900;
}

.data-check-list .check-list-danger {
  background: #FF0000;
}

.data-check-list p {
  font-size: 12px;
  color: #99A2A8;
  margin-bottom: 0;
}

.data-check-list p span {
  color: #000000;
}

.data-check-list p a {
  font-weight: 400;
  color: #99A2A8;
}

.data-check-list .view-checklist {
  position: relative;
  display: inline-block;
}

.data-check-list .view-checklist:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #99A2A8;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  bottom: 1px;
  left: 0;
}

.data-check-list .view-checklist:hover {
  color: #ff9f3d;
}

.data-check-list .view-checklist:hover:after {
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
}

.table-action .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 20px;
  color: #000000;
  background: transparent;
}

.table-action .dropdown-toggle::after {
  display: none;
}

.table-action .dropdown-menu {
  min-width: 170px;
  border-radius: 6px;
  border: 0;
  padding: 0;
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.1490196078);
}

.table-action .dropdown-menu .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 14px;
  color: #606060;
  padding: 10px 15px;
  border-bottom: 0;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #E4E8EB;
}

.table-action .dropdown-menu .dropdown-item:first-child {
  border-radius: 6px 6px 0 0;
}

.table-action .dropdown-menu .dropdown-item:last-child {
  border-radius: 0 0 6px 6px;
  border-bottom: 0;
}

.table-action .dropdown-menu .dropdown-item:hover {
  color: #ff9f3d;
  padding-left: 20px;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.table-action .dropdown-menu .dropdown-item i {
  font-size: 16px;
  margin-right: 8px;
}

.breadcrumb-bar {
  background: #194185;
  margin: 0;
  padding: 20px 0 10px;
}

.breadcrumb-bar .breadcrumb-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb-bar .breadcrumb-info .breadcrumb-title {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .breadcrumb-bar .breadcrumb-info .breadcrumb-title {
    font-size: 18px;
  }
}

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

.breadcrumb-bar .breadcrumb-item {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 10px;
}

.breadcrumb-bar .breadcrumb-item a {
  color: #FFA500;
}

.breadcrumb-bar .breadcrumb-item a:hover {
  color: #ff9f3d;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #ffffff;
}

.breadcrumb-arrow .breadcrumb-item+.breadcrumb-item::before {
  color: #9595b5;
  content: "\f101";
  font-family: "Fontawesome" !important;
}

.breadcrumb-pipe .breadcrumb-item+.breadcrumb-item::before {
  color: #9595b5;
  content: "\f061";
  font-family: "Fontawesome" !important;
}

.breadcrumb-line .breadcrumb-item+.breadcrumb-item::before {
  color: #9595b5;
  content: "-";
}

.breadcrumb-dot .breadcrumb-item+.breadcrumb-item::before {
  color: #9595b5;
  content: "â€¢";
}

.breadcrumb-divide .breadcrumb-item+.breadcrumb-item::before {
  color: #9595b5;
  content: "\f054";
  font-family: "Fontawesome" !important;
}

.breadcrumb-separatorless .breadcrumb-item+.breadcrumb-item::before {
  content: "";
  display: none;
}

.breadcrumb-colored {
  padding: 12px 15px;
  border-radius: 6px;
}

.breadcrumb-colored li a {
  color: #ffffff;
}

.breadcrumb-colored .breadcrumb-item a {
  color: #ffffff;
}

.breadcrumb-colored .breadcrumb-item.active {
  color: #ffffff;
  opacity: 0.8;
}

.breadcrumb-colored .breadcrumb-item+.breadcrumb-item a {
  color: #ffffff;
}

.breadcrumb-colored .breadcrumb-item+.breadcrumb-item::before {
  color: #ffffff;
}

.embedded-breadcrumb:before {
  opacity: 0.7;
}

[data-theme-mode=dark] .embedded-breadcrumb:before {
  filter: invert(1);
}

.breadcrumb-div {
  padding: 60px;
  text-align: center;
  background-color: #ffffff;
  background-image: url("../../assets/img/breadcrumb.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (max-width: 991.98px) {
  .breadcrumb-div {
    padding: 20px;
  }
}

.breadcrumb-div .breadcrumb-links ul {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  gap: 20px;
  background: #fff;
  border-radius: 3px;
  padding: 5px 10px;
}

@media (max-width: 991.98px) {
  .breadcrumb-div .breadcrumb-links ul {
    display: none;
  }
}

.breadcrumb-div .breadcrumb-links ul li {
  position: relative;
}

.breadcrumb-div .breadcrumb-links ul li a {
  color: #000;
  font-size: 14px;
}

.breadcrumb-div .breadcrumb-links ul li a.active {
  color: #2CCAB9;
  text-decoration: underline;
}

.breadcrumb-div .breadcrumb-links ul li+li::after {
  position: absolute;
  content: "/";
  left: -13px;
  top: 0;
  color: #000;
}

.breadcrumb-div .breadcrumb-head h5 {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  .breadcrumb-div .breadcrumb-head h5 {
    font-size: 30px;
  }
}

.breadcrumb-div .breadcrumb-content p {
  color: #FFFFFF;
  font-size: 18px;
  max-width: 800px;
  margin: auto;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .breadcrumb-div .breadcrumb-content p {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .breadcrumb-div .breadcrumb-content p {
    display: none;
  }
}

/******* Vendors ******/
.select2-container {
  min-width: 100% !important;
  z-index: 99;
}

.select2-container .select2-selection--single {
  height: 40px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid var(--Stroke, rgba(145, 158, 171, 0.3));
  border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000;
  line-height: 38px;
  border-radius: 5px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
}

.select2-container--default .select2-selection--single .select {
  width: 219px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  border-color: #637381;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  height: 0;
  margin-left: -6px;
  margin-top: -3px;
  width: 0;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #000000;
  border-width: 2px 0 0 2px;
  margin-top: 3px;
  padding: 3px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #ff9f3d;
  color: #ffffff;
}

.select2-container--focus .select2-selection--single {
  background: #ffffff !important;
  border-color: #ff9f3d;
}

span.select2-container.select2-container--default.select2-container--open {
  z-index: 9999;
}

.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple,
.select2-container--classic .select2-selection--single .select2-selection__arrow,
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  border-color: #000;
  color: #000000;
  height: 40px;
  line-height: 40px;
}

.select2-container--default .select2-selection--multiple {
  line-height: 27px;
  height: auto;
  min-height: 40px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}

table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:after {
  right: 0.5em !important;
  content: "\f107" !important;
  font-family: "Font Awesome 5 Free";
  bottom: 12px !important;
  color: #BABFC7 !important;
  font-size: 12px !important;
  opacity: 1 !important;
  position: absolute;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before {
  right: 0.5em !important;
  content: "\f106" !important;
  font-family: "Font Awesome 5 Free";
  top: 12px !important;
  color: #BABFC7 !important;
  font-size: 12px !important;
  opacity: 1 !important;
  position: absolute;
}

.dataTables_paginate .paging_numbers {
  float: right;
}

.dataTables_info {
  float: right;
  padding-right: 15px;
  font-size: 12px;
  color: #000;
  font-weight: 600;
}

.custom-select {
  min-width: 80px;
  background: no-repeat 95% 50%;
}

.dataTables_paginate .pagination li {
  margin: 0 5px;
}

.dataTables_paginate .pagination li a {
  background: var(--Stroke, rgba(145, 158, 171, 0.3));
  border-radius: 85px !important;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5B6670;
}

.dataTables_paginate .pagination li a:hover {
  background: #ff9f3d;
  color: #ffffff;
}

.dataTables_paginate .pagination li.active a.page-link {
  background: #ff9f3d;
  border-color: #ff9f3d;
  border-radius: 85px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dataTables_paginate .pagination li.previous.disabled {
  width: 20px;
}

.dataTables_paginate .pagination li.previous.disabled a {
  background-color: transparent;
  border: 0;
  width: 20px;
}

.dataTables_paginate .pagination li.next.disabled {
  width: 20px;
}

.dataTables_paginate .pagination li.next.disabled a {
  background-color: transparent;
  border: 0;
  width: 20px;
}

.dataTables_length,
.dataTables_paginate {
  margin-top: 15px !important;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 23px;
}

table.dataTable thead>tr>th.no-sort.sorting_asc:before {
  display: none;
}

table.dataTable thead>tr>th.no-sort.sorting_asc::after {
  display: none;
}

table.dataTable thead>tr>th.no-sort.sorting:before {
  display: none;
}

table.dataTable thead>tr>th.no-sort.sorting::after {
  display: none;
}

/****** Layout ******/
.content {
  overflow: hidden;
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  .content {
    padding: 40px 0;
  }
}

.page-header {
  margin-bottom: 14px;
  position: relative;
}

.page-header .page-title {
  font-size: 24px;
  font-weight: 600;
  color: #2F4B64;
  margin-bottom: 10px;
}

.page-header .page-title span {
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .page-header .page-title {
    font-size: 20px;
  }
}

.swal2-header .swal2-title {
  font-size: 18px;
}

.none {
  display: none !important;
}

.text-red {
  color: #FF0000 !important;
}

.text-primary {
  color: #ff9f3d !important;
}

.text-green {
  color: #71DE71 !important;
}

.input-blocks input[type=text]:focus {
  border-color: #e9edf6;
}

.input-group .scanner-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background: #ff9f3d;
  border-radius: 5px !important;
  width: 40px;
  color: #ffffff;
  font-weight: 600;
  padding: 0;
}

.input-group .scanner-set:hover {
  background: #1B2850;
}

.swal2-header .swal2-title {
  font-size: 18px;
}

.none {
  display: none !important;
}

.text-gray {
  color: #606060 !important;
}

.text-danger {
  color: #FF0000 !important;
}

.text-success {
  color: #71DE71 !important;
}

.bg-light-success {
  background: #F5FFF5;
}

.bg-light-danger {
  background: #FFF6F6;
}

.bg-light-gray {
  background: #F6F6F6;
}

.input-blocks input[type=text]:focus {
  border-color: #e9edf6;
}

.custom-control.custom-checkbox .checkboxs {
  line-height: 1;
}

.custom-control.custom-checkbox .checkmarks {
  border-radius: 5px;
}

.custom-control.custom-checkbox .checkboxs input {
  cursor: auto;
}

.checkboxs {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  user-select: none;
}

.checkboxs input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkboxs input~.checkmarks {
  border: 1px solid #000;
  border-radius: 5px;
}

.checkboxs input:checked~.checkmarks {
  background-color: #ff9f3d;
  border-color: #ff9f3d;
}

.checkboxs input:checked~.checkmarks:after {
  display: block;
}

.checkboxs .checkmarks {
  height: 15px;
  width: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.checkboxs .checkmarks:after {
  content: "";
  position: absolute;
  display: none;
}

.checkboxs .checkmarks:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

th .checkboxs .checkmarks,
td .checkboxs .checkmarks {
  width: 18px;
  height: 18px;
}

th .checkboxs .checkmarks::after,
td .checkboxs .checkmarks::after {
  left: 6px;
  top: 3px;
}

.checktoggle {
  background-color: rgba(115, 103, 240, 0.2);
  border-radius: 12px;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 13px;
  margin-bottom: 0;
  position: relative;
  width: 25px;
}

.checktoggle:after {
  content: " ";
  display: block;
  transform: translate(2px, -50%);
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  transition: left 300ms ease, transform 300ms ease;
  border-radius: 50%;
  transform: translate(2px, -50%);
  -webkit-transform: translate(2px, -50%);
  -ms-transform: translate(2px, -50%);
  position: absolute;
  top: 50%;
  left: 0;
}

.check:checked+.checktoggle:after {
  background-color: #ffffff;
  left: 100%;
  transform: translate(calc(-90% - 3px), -45%);
}

.check {
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.check:checked+.checktoggle {
  background-color: #71DE71;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
}

.card {
  background: #ffffff;
  border: 1px solid #f8f9fa;
  border-radius: 0;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1490196078);
  margin: 0 0 24px;
}

@media (max-width: 767.98px) {
  .card {
    margin: 0 0 20px;
  }
}

.card .card-header {
  background: #ffffff;
  border-bottom: 1px solid #E4E8EB;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media (max-width: 767.98px) {
  .card .card-header {
    padding: 20px;
  }
}

.card .card-header .card-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 767.98px) {
  .card .card-header .card-title {
    font-size: 18px;
  }
}

.card .card-header .view-all-link {
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.card .card-header .view-all-link:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #ff9f3d;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.card .card-header .view-all-link:hover:after {
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
}

.card .card-body {
  padding: 24px;
}

@media (max-width: 767.98px) {
  .card .card-body {
    padding: 20px;
  }
}

.card .card-footer {
  background: #ffffff;
  border-top: 1px solid #E4E8EB;
  padding: 24px;
}

@media (max-width: 767.98px) {
  .card .card-footer {
    padding: 20px;
  }
}

.table-checkbox {
  position: relative;
}

.table-checkbox .check-input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}

.table-checkbox .check-input input {
  display: none;
}

.table-checkbox .check-input input:checked+.box {
  background: #ff9f3d;
}

.table-checkbox .check-input input:checked+.box:after {
  top: 0;
}

.table-checkbox .check-input .box {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 8px;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  background: #ffffff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #E4E8EB;
  border-radius: 5px;
}

.table-checkbox .check-input .box:after {
  width: 12px;
  height: 6px;
  content: "";
  position: absolute;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-color: #ffffff;
  transform: rotate(-45deg) translate3d(0, 0, 0);
  transform-origin: center center;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  left: 0;
  right: 0;
  top: 200%;
  bottom: 3px;
  margin: auto;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 20px;
  color: #000000;
  background: transparent;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  min-width: 170px;
  border-radius: 6px;
  border: 0;
  padding: 0;
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.1490196078);
}

.dropdown-menu .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 14px;
  color: #606060;
  padding: 10px 15px;
  border-bottom: 1px solid #f8f9fa;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #E4E8EB;
}

.dropdown-menu .dropdown-item:first-child {
  border-radius: 6px 6px 0 0;
}

.dropdown-menu .dropdown-item:last-child {
  border-radius: 0 0 6px 6px;
  border-bottom: 0;
}

.dropdown-menu .dropdown-item:hover {
  color: #ff9f3d;
  padding-left: 20px;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.dropdown-menu .dropdown-item i {
  font-size: 16px;
  margin-right: 8px;
}

.pagination {
  padding: 0;
  margin-bottom: 20px;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

@media (max-width: 767.98px) {
  .pagination {
    margin-bottom: 0;
  }
}

.pagination .nav {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.pagination .nav li {
  margin-right: 10px;
  margin-bottom: 5px;
}

.pagination .nav li:last-child {
  margin-right: 0;
}

.pagination .nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  color: #606060;
  background: #ffffff;
  border-radius: 3px;
}

.pagination .nav li a:hover {
  color: #ff9f3d;
}

.pagination .nav li a.active {
  color: #ffffff;
  background: #ff9f3d;
}

.pagination .nav li a.active:hover {
  color: #ffffff;
}

/* Shop Page Pagination - Custom Style */
.shop-pagination-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
  padding: 20px 0;
}

.shop-pagination-info {
  color: #666;
  font-size: 16px;
}

.shop-pagination-info p {
  margin: 0;
}

.shop-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}

.shop-pagination .page-item {
  margin: 0;
}

.shop-pagination .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  min-width: 100px;
  height: 45px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  color: #ff9f3d;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 500;
  background-color: #ffffff;
}

.shop-pagination .page-link:hover:not(.disabled) {
  background-color: #ff9f3d;
  color: #ffffff;
  border-color: #ff9f3d;
}

.shop-pagination .page-item.disabled .page-link {
  color: #6c757d;
  background-color: #e9ecef;
  border-color: #dee2e6;
  cursor: not-allowed;
  opacity: 0.6;
}

.shop-pagination .page-item.disabled .page-link:hover {
  background-color: #e9ecef;
  color: #6c757d;
  border-color: #dee2e6;
}

/* Responsive for Shop Pagination */
@media (max-width: 768px) {
  .shop-pagination-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }

  .shop-pagination-info {
    font-size: 14px;
  }

  .shop-pagination .page-link {
    padding: 8px 16px;
    min-width: 90px;
    height: 40px;
    font-size: 14px;
  }
}

/* Pagination Arrow Fixes for Shop Page */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.pagination li {
  margin: 0 4px;
}

.pagination li a,
.pagination li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  min-width: 40px;
  height: 40px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  color: #ff9f3d;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
  background-color: #ffffff;
}

.pagination li a:hover:not(.disabled) {
  background-color: #ff9f3d;
  color: #ffffff;
  border-color: #ff9f3d;
}

.pagination li.active span,
.pagination li.active a {
  background-color: #ff9f3d;
  color: #ffffff;
  border-color: #ff9f3d;
}

.pagination li.disabled span,
.pagination li.disabled a {
  color: #6c757d;
  background-color: #e9ecef;
  border-color: #dee2e6;
  cursor: not-allowed;
  opacity: 0.6;
}

.pagination li.disabled span:hover,
.pagination li.disabled a:hover {
  background-color: #e9ecef;
  color: #6c757d;
  border-color: #dee2e6;
}

/* Fix arrow display - ensure proper rendering */
.pagination li a[rel="prev"],
.pagination li a[rel="next"],
.pagination li span[aria-label*="previous"],
.pagination li span[aria-label*="next"] {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

/* Ensure arrows are visible and properly styled */
.pagination li a[rel="prev"]:not(.disabled),
.pagination li a[rel="next"]:not(.disabled) {
  color: #ff9f3d;
}

.pagination li a[rel="prev"]:not(.disabled):hover,
.pagination li a[rel="next"]:not(.disabled):hover {
  color: #ffffff;
}

.datepicker table tr td.active {
  background-image: none !important;
  background-color: #ff9f3d;
}

/* Header top bar */
.header-top-bar {
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  font-size: 13px;
  font-weight: 400;
  color: #333333;
}

.header-top-bar .container {
  max-width: 1440px;
}

.header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  gap: 16px;
}

.header-top-left {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333333;
}

.header-top-left .ti-phone {
  font-size: 16px;
  color: #333333;
  flex-shrink: 0;
}

.header-top-call {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: #333333;
}

.header-top-call a {
  color: #333333;
  text-decoration: none;
  font-weight: 500;
}

.header-top-call a:hover {
  color: #111111;
}

.header-top-free {
  font-weight: 600;
  color: #333333;
}

.header-top-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.header-top-link {
  color: #333333;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 400;
}

.header-top-link:hover {
  color: #111111;
}

.header-top-account-avatar {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
  object-fit: contain;
  vertical-align: middle;
}

.header-mobile-account-avatar {
  width: 22px;
  height: 22px;
  display: block;
  object-fit: contain;
  vertical-align: middle;
}

.header-top-sep {
  color: #d0d0d0;
  user-select: none;
  font-weight: 300;
}

.header-top-account-dd .dropdown-toggle::after {
  display: none;
}

/* Header/Navbar - Bootstrap Design */
.site-header {
  width: 100%;
  padding: 0;
  background: #ffffff;
  display: block !important;
  position: sticky;
  top: 0;
  z-index: 999 !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease;
}

.site-header .navbar {
  padding: 0;
  position: relative;
  margin-bottom: 0;
}

.site-header .navbar .container {
  margin-bottom: 0;
  padding-bottom: 0;
}

.site-header .container {
  max-width: 1440px;
}

.header-main-grid {
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  grid-template-areas: "logo search actions";
  align-items: center;
  gap: 24px 28px;
  padding: 14px 0 14px;
}

@media (min-width: 992px) {
  .header-main-grid {
    grid-template-columns: auto minmax(320px, 1.35fr) auto;
    gap: 24px 32px;
  }
}

.header-logo-main {
  grid-area: logo;
  position: relative !important;
  left: auto !important;
  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2;
}

.header-logo-main img {
  width: auto;
  max-width: 160px;
  height: auto;
  max-height: 72px;
  margin-top: 0 !important;
  object-fit: contain;
}

.header-search-form {
  grid-area: search;
  min-width: 0;
  width: 100%;
}

.header-action-group {
  grid-area: actions;
}

.header-mobile-icons {
  grid-area: icons;
  justify-self: end;
}

.header-search-wrap {
  display: flex;
  align-items: stretch;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.header-search-cat {
  max-width: 200px;
  min-width: 132px;
  border: none !important;
  border-radius: 0 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  color: #6b7280;
  padding: 10px 2rem 10px 14px;
  box-shadow: none !important;
  cursor: pointer;
  min-height: 0;
  border-right: 1px solid #e5e7eb !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.65rem center;
  background-size: 14px;
}

.header-search-cat option {
  color: #111827;
  background: #ffffff;
  font-weight: 400;
}

.header-search-cat:focus {
  box-shadow: none !important;
  outline: none;
  color: #4b5563;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234b5563' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.65rem center;
  background-size: 14px;
}

.header-search-input {
  flex: 1;
  min-width: 0;
  border: none !important;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  box-shadow: none !important;
}

.header-search-input::placeholder {
  color: #9ca3af;
  font-weight: 400;
}

.header-search-input:focus {
  outline: none;
}

.header-search-submit {
  border: none;
  border-left: 1px solid #e5e7eb;
  background: #ffffff;
  color: #1a1a1a;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.header-search-submit:hover {
  background: #f9fafb;
  color: #000000;
}

.header-search-submit .ti-search {
  font-size: 20px;
}

.header-action-group {
  align-items: center;
  gap: 26px;
  flex-shrink: 0;
}

.header-action-item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #333333;
}

.header-action-item:hover {
  color: #111111;
}

.header-action-item:hover .header-action-sub {
  color: #6b6b6b;
}

.header-action-icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
}

.header-action-icon-wrap > .ti {
  font-size: 26px;
  color: #333333;
}

.header-badge {
  position: absolute;
  top: -2px;
  right: -4px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
}

.header-badge--orange {
  background: #f97316;
}

.header-badge--green {
  background: #0d9488;
}

.header-badge--teal {
  background: #0d9488;
}

.header-badge--red {
  background: #dc2626;
}

.header-action-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.2;
}

.header-action-title {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.01em;
}

.header-action-sub {
  font-size: 12px;
  font-weight: 400;
  color: #888888;
}

.header-mobile-icon {
  position: relative;
  color: #333333;
  font-size: 22px;
  padding: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-mobile-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-mobile-icon .header-badge {
  top: -4px;
  right: -6px;
}

.header-navbar-toggler {
  border: none;
  padding: 4px 8px;
  margin-left: 4px;
}

/* Full-width dark navigation (reference: black bar, white links, red active) */
.header-nav-bar {
  width: 100%;
  background: #0a0a0a;
  padding: 0;
  border-top: 1px solid #1f1f1f;
}

.header-nav-bar .container {
  max-width: 1440px;
}

.header-nav-bar .navbar-collapse {
  justify-content: center;
}

.header-nav-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  column-gap: 1.75rem;
  row-gap: 0.25rem;
}

.header-nav-bar .nav-item {
  margin: 0;
}

.header-nav-bar .nav-link {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95) !important;
  padding: 14px 0 13px !important;
  margin: 0 !important;
  border-top: none;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.header-nav-bar .nav-link:hover,
.header-nav-bar .nav-link:focus {
  color: #ffffff !important;
}

.header-nav-bar .nav-link.active {
  color: #ffffff !important;
  border-bottom-color: #e53935;
}

.header-nav-bar .dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: 0.15em;
  border-top-color: rgba(255, 255, 255, 0.85);
}

.header-nav-bar .header-nav-shop-toggle::after {
  display: none;
}

.header-nav-bar .header-nav-shop-chevron {
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  line-height: 1;
  vertical-align: -0.2em;
  opacity: 0.92;
  font-weight: 400;
  transition: transform 0.2s ease;
}

.header-nav-bar .nav-item.dropdown.show .header-nav-shop-chevron {
  transform: rotate(180deg);
}

.header-nav-bar .header-nav-shop-toggle:focus,
.header-nav-bar .header-nav-shop-toggle:focus-visible,
.header-nav-bar .header-nav-shop-toggle:active {
  outline: none !important;
  box-shadow: none !important;
}

.header-nav-bar .nav-item.dropdown .header-nav-shop-toggle:focus-visible {
  outline: none !important;
}

.header-nav-bar .dropdown-menu {
  border: none;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
  margin-top: 0 !important;
}

.header-nav-bar .dropdown-item {
  font-size: 14px;
  padding: 10px 18px;
}

.header-nav-bar .dropdown-item:hover,
.header-nav-bar .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

/* Shop mega-menu (centered block, side gaps like reference) */
.header-nav-bar .shop-mega-dropdown {
  background: #ffffff;
  color: #1a1a1a;
  border-radius: 0 0 12px 12px !important;
  padding: 2.85rem clamp(1.25rem, 9vw, 6rem) 3.1rem;
  max-width: 100%;
  z-index: 1025;
  border-bottom: 1px solid #e8e8e8 !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.07) !important;
}

.shop-mega-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.72fr) minmax(200px, 260px);
  gap: 2.25rem 3.25rem;
  align-items: start;
  max-width: min(920px, 70vw);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.shop-mega-col--category {
  max-width: 260px;
}

.shop-mega-heading {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 1.05rem;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.shop-mega-list li + li {
  margin-top: 0.55rem;
}

.shop-mega-list a {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #5a5a5a;
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.2s ease;
}

.shop-mega-list a:hover,
.shop-mega-list a:focus {
  color: #c62828;
}

.shop-mega-all {
  display: inline-block;
  margin-top: 1.35rem;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #c62828;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.shop-mega-all:hover,
.shop-mega-all:focus {
  color: #a31515;
  border-bottom-color: rgba(198, 40, 40, 0.45);
}

.shop-mega-promo {
  justify-self: end;
  width: 100%;
  max-width: 260px;
}

.shop-mega-promo-link {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background: #ffffff;
  line-height: 0;
  aspect-ratio: 1 / 1;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.shop-mega-promo-link:hover,
.shop-mega-promo-link:focus {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.shop-mega-promo-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 991.98px) {
  .header-nav-bar .navbar-collapse {
    padding: 4px 0 12px;
  }

  .header-nav-main {
    column-gap: 0;
    row-gap: 0;
    width: 100%;
    text-align: left;
  }

  .header-nav-bar .nav-link {
    padding: 12px 12px 12px 16px !important;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 3px solid transparent;
  }

  .header-nav-bar .nav-link.active {
    border-bottom-color: rgba(255, 255, 255, 0.1);
    border-bottom-width: 1px;
    border-left-color: #e53935;
    padding-bottom: 12px !important;
  }

  .header-nav-bar .shop-mega-dropdown {
    padding: 1.35rem 1rem 1.6rem;
    border-radius: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .shop-mega-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 100%;
  }

  .shop-mega-col--category {
    max-width: none;
  }

  .shop-mega-promo {
    justify-self: start;
    max-width: min(280px, 100%);
  }
}

.navbar-toggler {
  border: none;
  padding: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: none;
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon span {
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  background-color: #333333;
  border-radius: 2px;
}

.navbar-toggler-icon span {
  margin: 0;
}

.header-nav-left .nav-link,
.header-nav-right .nav-link {
  font-size: 18px;
  font-weight: 400;
  color: #003353 !important;
  padding: 0.5rem 0;
  margin: 0 24px;
  white-space: nowrap;
}

.header-nav-left .nav-item:first-child .nav-link {
  margin-left: 0;
}

.header-nav-right .nav-item:last-child .nav-link {
  margin-right: 0;
}

.header-logo {
  flex-shrink: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  position: relative;
  left: auto;
  transform: none;
  z-index: 999 !important;
}

.header-logo img {
  width: auto;
  max-width: 160px;
  max-height: 72px;
  height: auto;
  display: block;
  margin-top: 0;
  transition: all 0.3s ease;
  object-fit: contain;
}

/* Scrolled state - compact header */
.site-header.scrolled .header-main-grid {
  padding-top: 8px;
  padding-bottom: 8px;
}

.site-header.scrolled {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.site-header.scrolled .header-logo-main img {
  max-height: 52px;
}

@media (min-width: 992px) {
  .site-header.scrolled .header-logo-main img {
    max-height: 56px;
  }
}

@media (max-width: 991.98px) {
  .header-main-grid {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "logo icons"
      "search search";
    gap: 12px 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-logo-main {
    grid-area: logo;
  }

  .header-search-form {
    grid-area: search;
  }

  .header-mobile-icons {
    grid-area: icons;
    justify-self: end;
  }

  .header-search-wrap {
    max-width: none;
    border-radius: 12px;
  }

  .header-top-bar {
    font-size: 13px;
  }

  .header-top-bar .header-top-inner {
    flex-wrap: wrap;
    min-height: 36px;
    padding: 6px 0;
  }

  .header-top-inner {
    min-height: 36px;
    flex-wrap: wrap;
  }

  .header-top-call {
    font-size: 13px;
  }
}

.header-icons {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 24px
}

.header-icons img {
  display: block;
  width: auto;
  height: auto;
}

.header-icons a:nth-child(1) img {
  height: 30px;
  width: auto;
}

.header-icons a:nth-child(2) img {
  height: 34px;
  width: auto;
}

.header-icons a:nth-child(3) img {
  height: 37px;
  width: auto;
}

.header-icons .cart-icon,
.header-action-item.cart-icon,
.header-mobile-icon.cart-icon {
  position: relative;
}

.header-icons .cart-count,
.cart-icon .cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #e53935;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
}

.header-action-icon-wrap .cart-count {
  top: -2px;
  right: -4px;
}

.header-mobile-icon.cart-icon .cart-count {
  top: -4px;
  right: -6px;
}

.header-icons .dropdown-toggle {
  background: none;
  border: none;
  padding: 0;
}

@media (max-width: 1350px) {

  .header-nav-left .nav-link,
  .header-nav-right .nav-link {
    margin: 0 15px;
  }
}

@media (max-width: 1200px) {

  .header-nav-left .nav-link,
  .header-nav-right .nav-link {
    margin: 0 10px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .site-header {
    padding: 10px 0;
    display: block !important;
    /* Always show header on mobile */
    margin-bottom: 0 !important;
    position: sticky !important;
    /* Keep header sticky on mobile */
    top: 0 !important;
    z-index: 1000 !important;
    /* Ensure header stays on top */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
  }

  .site-header .navbar {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Ensure mobile header elements are visible */
  .site-header .d-lg-none,
  .site-header [class*="d-lg-none"] {
    display: block !important;
  }

  .site-header .d-lg-none.d-flex,
  .site-header [class*="d-lg-none"][class*="flex"] {
    display: flex !important;
  }

  .header-logo-main img {
    max-width: 120px;
    max-height: 48px;
  }

  .site-header.scrolled .header-logo-main img {
    max-width: 120px;
    max-height: 48px;
  }

  .header-icons {
    gap: 15px;
    font-size: 20px;
    display: flex !important;
    /* Ensure icons are visible */
  }

  .header-icons i {
    font-size: 20px;
  }

  .header-icons a:nth-child(1) img {
    height: 24px;
  }

  .header-icons a:nth-child(2) img {
    height: 28px;
  }

  .header-icons a:nth-child(3) img {
    height: 30px;
  }

  .cart-count {
    width: 18px !important;
    height: 18px !important;
    font-size: 11px !important;
    top: -6px !important;
    right: -6px !important;
  }

  .header-navbar-toggler {
    display: block !important;
  }

  /* Fix navbar collapse spacing */
  .navbar-collapse {
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
  }

  /* Ensure menu items are visible */
  .navbar-collapse .navbar-nav {
    display: block !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .navbar-collapse .navbar-nav .nav-item {
    display: block !important;
    list-style: none !important;
  }

  .navbar-collapse .navbar-nav .nav-link {
    display: block !important;
  }

  /* Fix for nested wrapper divs */
  .navbar-collapse>div>div {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (max-width: 480px) {
  .site-header {
    padding: 8px 0;
    position: sticky !important;
    /* Keep header sticky on small mobile */
    top: 0 !important;
    z-index: 1000 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
  }

  .header-logo {
    left: 0 !important;
    transform: none !important;
    margin-right: auto !important;
  }

  .header-logo img {
    width: 45px;
  }

  .header-icons {
    gap: 12px;
    font-size: 18px;
  }

  .header-icons i {
    font-size: 18px;
  }

  .cart-count {
    width: 16px !important;
    height: 16px !important;
    font-size: 10px !important;
  }
}

.header .header-nav .main-nav>li .submenu li {
  position: relative;
}

.header .header-nav .main-nav>li .submenu li.active {
  color: #ff9f3d;
}

.header .header-nav .main-nav>li .submenu li.active>a {
  color: #ff9f3d;
}

.header .header-nav .main-nav>li .submenu li a {
  display: block;
  padding: 10px 15px 10px;
  clear: both;
  white-space: nowrap;
  color: #606060;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
  position: relative;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .header .header-nav .main-nav>li .submenu li a {
    padding: 10px;
    color: #000000;
    font-size: 14px;
    padding: 10px 25px 10px;
  }
}

.header .header-nav .main-nav>li .submenu li a:hover {
  color: #ff9f3d;
  padding-left: 20px;
}

.header .header-nav .main-nav>li .login-link {
  display: none;
}

.header .navbar-header .navbar-brand {
  display: inline-block;
  max-width: 174px;
  padding: 0;
  line-height: 0;
  margin-right: 0;
}

.header .navbar-header .navbar-brand img {
  width: 174px;
}

@media (max-width: 991.98px) {
  .header .navbar-header .navbar-brand {
    margin-right: 0;
    max-width: none;
  }
}

@media (max-width: 992px) {
  .header .navbar-header .logo {
    display: none;
    position: relative;
    z-index: 999 !important;
  }
}

.header .navbar-header .logo-small {
  display: none;
}

@media (max-width: 992px) {
  .header .navbar-header .logo-small {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
  }

  .header .navbar-header .logo-small img {
    max-height: 35px;
  }
}

.header .navbar-header #mobile_btn {
  display: none;
  margin-right: 30px;
}

@media (max-width: 991.98px) {
  .header .navbar-header #mobile_btn {
    display: inline-block;
    line-height: 0;
    left: 0;
    margin-right: 0;
    padding: 0 0px;
    position: absolute;
    z-index: 99;
  }
}

.header .navbar-header #mobile_btn .bar-icon {
  display: inline-block;
  width: 31px;
}

.header .navbar-header #mobile_btn .bar-icon span {
  background-color: #ffffff;
  display: block;
  float: left;
  height: 3px;
  margin-bottom: 7px;
  width: 31px;
  border-radius: 2px;
  margin-bottom: 5px;
}

.header .navbar-header #mobile_btn .bar-icon span:nth-child(2) {
  width: 20px;
}

.header .navbar-header #mobile_btn .bar-icon span:nth-child(3) {
  width: 16px;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .header .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    align-items: center;
  }
}

.header .main-menu-wrapper {
  margin: auto auto 0 auto;
}

@media (max-width: 991.98px) {
  .header .main-menu-wrapper {
    order: 3;
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 11111;
    transform: translateX(-260px);
    transition: all 0.4s;
    background: #004394;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
  }
}

.header .main-menu-wrapper .menu-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  display: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 991.98px) {
  .header .main-menu-wrapper .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 77px;
    align-items: center;
  }
}

@media (max-width: 991.98px) {
  .header .main-menu-wrapper .menu-header .menu-logo img {
    width: 104px;
  }
}

.header .main-menu-wrapper .menu-header .menu-close {
  font-size: 18px;
  color: #ffffff;
}

.header .main-menu-wrapper .main-nav>li .submenu>li .submenu {
  left: 100%;
  top: 0;
  margin-top: 10px;
}

@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav>li .submenu>li .submenu {
    left: 0;
  }
}

.header .main-menu-wrapper .main-nav>li .submenu>li.has-submenu>a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 13px;
}

.header .main-menu-wrapper .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav {
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background: #004394;
  }
}

.header .main-menu-wrapper .main-nav:last-child {
  margin-right: 0;
}

@media (max-width: 992px) {
  .header .main-menu-wrapper .main-nav>li {
    margin-right: 0;
  }

  .header .main-menu-wrapper .main-nav>li:last-child {
    margin-right: 0;
    border: 0;
  }
}

.header .main-menu-wrapper .main-nav>li.active>a {
  display: block;
  color: #FFCE26;
}

@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav>li.active>a {
    color: #FFCE26;
  }
}

.header .main-menu-wrapper .main-nav>li a i {
  font-size: 12px;
  margin-left: 3px;
}

@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav>li a {
    display: block;
    line-height: 20px;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-align: left;
  }

  .header .main-menu-wrapper .main-nav>li a i {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav>li a i {
    float: right;
    margin-top: 5px;
    font-size: 14px;
  }
}

.header .main-menu-wrapper .main-nav>li:last-child {
  margin-right: 0;
}

@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
  }
}

@media (min-width: 992px) {
  .header .main-menu-wrapper .main-nav>li {
    position: relative;
    display: block;
    margin-right: 36px;
  }

  .header .main-menu-wrapper .main-nav>li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 1199.98px) {
  .header .main-menu-wrapper .main-nav>li {
    margin-right: 15px;
  }
}

@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav>li {
    position: relative;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .header .main-menu-wrapper .main-nav>li ul {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 14px;
    left: 0;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    padding: 0;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    top: 100%;
    visibility: hidden;
    z-index: 1000;
  }
}

@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .mega-menu-info {
    padding: 0 0 0 15px;
  }
}

.header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .mega-menu-info h4 {
  font-size: 14px;
  color: #ff9f3d;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .mega-menu-info h4 {
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

.header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .mega-menu-info p {
  margin-bottom: 24px;
}

@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .mega-menu-info p {
    margin-bottom: 15px;
  }
}

.header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .mega-menu-info p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .mega-menu-info p:last-child {
    margin-bottom: 15px;
  }
}

.header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .mega-menu-info p a {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .mega-menu-info p a {
    font-size: 13px;
  }
}

.header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .mega-menu-info p a:hover {
  color: #ff9f3d;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .mega-menu-info p a:hover i {
  color: #ff9f3d;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .mega-menu-info p a i {
  font-size: 22px;
  color: #354052;
  margin: 0;
  margin-right: 10px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .mega-menu-info p a i {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu {
    position: inherit;
  }

  .header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .submenu {
    padding: 48px;
    width: 100%;
    min-width: inherit;
    border-radius: 30px;
  }

  .header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu:hover .submenu {
    width: 100%;
    min-width: inherit;
    border-radius: 30px;
  }

  .header .main-menu-wrapper .main-nav li.has-submenu:hover>.submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border-radius: 5px;
    border: 1px solid #D0D0D7;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1490196078);
  }
}

@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav .has-submenu ul {
    display: none;
    background: #E6ECF1;
  }
}

.header .main-menu-wrapper .main-nav li.login-link {
  display: none;
}

@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav li.login-link {
    display: block;
  }
}

.header .header-navbar-rht {
  margin: 0 15px;
  padding: 0;
}

.header .header-navbar-rht>li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 15px;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.header .header-navbar-rht>li:last-child {
  padding-right: 0px;
}

.header .header-navbar-rht>li .dropdown-menu {
  border: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.header .header-navbar-rht>li .dropdown-menu .dropdown-item {
  border-top: 1px solid #000000;
  padding: 10px 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}

.header .header-navbar-rht>li .dropdown-menu .dropdown-item:hover {
  color: #ff9f3d;
}

.header .header-navbar-rht>li .dropdown-menu .dropdown-item:last-child {
  border-top: 0;
  border-radius: 5px 5px 0 0;
}

.header .header-navbar-rht>li .dropdown-menu .dropdown-item:first-child {
  border-radius: 0 0 5px 5px;
}

.header .header-navbar-rht .nav-item span {
  margin: 0 8px 0 0;
}

.header .header-navbar-rht .nav-item .add-listing {
  font-weight: 500;
  font-size: 16px;
  color: #606060;
}

.header .header-navbar-rht .nav-item .add-listing span {
  color: #29344a;
}

.header .header-navbar-rht .nav-item .header-login {
  background-color: #606060;
  border: 1px solid #606060;
  box-shadow: inset 0 0 0 #ffffff;
  color: #ffffff;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 20px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .header .header-navbar-rht .nav-item .header-login {
    padding: 8px 12px;
    font-size: 14px;
  }
}

.header .header-navbar-rht .nav-item .header-login:hover {
  background-color: #ffffff;
  border: 1px solid #606060;
  box-shadow: inset 0 70px 0 0 #ffffff;
  color: #606060;
}

.header .header-navbar-rht .nav-item .header-reg {
  background-color: #26262C;
  border: 1px solid #26262C;
  color: #ffffff;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  padding: 9px 24px;
}

@media (max-width: 991.98px) {
  .header .header-navbar-rht .nav-item .header-reg {
    padding: 8px 12px;
    font-size: 14px;
  }
}

.header .header-navbar-rht .nav-item .header-reg:hover {
  background-color: #ff9f3d;
  border: 1px solid #ff9f3d;
  color: #ffffff;
}

.header .header-navbar-rht .nav-item .link-login {
  position: relative;
  font-size: 23px;
  font-weight: 500;
  color: #26262C;
  padding: 0;
  color: white;
}

.header .header-navbar-rht .nav-item .link-login:hover {
  color: #FFCE26;
}

.header .dropdown-toggle::after {
  display: none;
}

.menu-opened .main-menu-wrapper {
  transform: translateX(0);
}

.menu-opened .main-menu-wrapper body {
  overflow: hidden;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

.table-dark {
  background-color: #E9FAFF !important;
}

.alert-warning {
  background-color: #E9FAFF !important;
  color: #002955 !important;
}

.btn-theme {
  background-color: #002955;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
}

.btn-theme:active,
.btn-theme:focus,
.btn-theme:hover {
  background-color: #e31e24;
  color: #ffffff;
}

/* Cart drawer, cart page, checkout — primary orange, hover red */
.checkout-cta-orange {
  background-color: #ff9f3d;
  color: #ffffff;
  border-color: #ff9f3d;
}

.checkout-cta-orange:hover,
.checkout-cta-orange:focus {
  background-color: #e31e24;
  color: #ffffff;
  border-color: #e31e24;
}

.checkout-cta-orange:active {
  background-color: #c41a1f;
  color: #ffffff;
  border-color: #c41a1f;
}

.btn-varient {
  background-color: #ff9f3d;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
}

.btn-varient:active,
.btn-varient:focus,
.btn-varient:hover {
  background-color: #e31e24;
  color: #ffffff;
}

.cta-blk {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

@media (max-width: 479px) {
  .cta-blk {
    flex-direction: column;
  }
}

@media (max-width: 479px) {
  .cta-blk a {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .apply-section {
    padding: 15px !important;
  }
}

.form-select {
  min-height: 50px;
}

.text-theme {
  color: #002955;
}

/****** Pages ******/
.card-box {
  opacity: 0;
  transform: translateY(50px);
}

.svg-arrow-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
}

.svg-arrow-row .arrow-icon {
  font-size: 25px;
  color: black;
  opacity: 0;
  animation: waveRight 1.5s infinite ease-in-out;
}

.floating-wrapper {
  display: inline-block;
  overflow: visible;
}

.floating-wrapper .floating-image {
  animation: floatUpDown 3s ease-in-out infinite;
}

/* Keyframes for smooth up-down floating */
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Rightward wave animation */
@keyframes waveRight {
  0% {
    transform: translateX(0);
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  50% {
    transform: translateX(10px);
    opacity: 0.8;
  }

  100% {
    transform: translateX(0);
    opacity: 0;
  }
}

/* Staggered delays */
.arrow-icon:nth-child(1) {
  animation-delay: 0s;
}

.arrow-icon:nth-child(2) {
  animation-delay: 0.3s;
}

.arrow-icon:nth-child(3) {
  animation-delay: 0.6s;
}

.image-tilt-wrapper {
  perspective: 800px;
  /* key to enable 3D transforms */
  display: inline-block;
}

.tilt-container {
  display: inline-block;
  perspective: 1000px;
}

.tilt-image {
  height: auto;
  transition: transform 0.2s ease;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.banner-section {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.banner-section .banner-info-blk {
  position: relative;
  z-index: 5;
}

@media (max-width: 1599.98px) {
  .banner-section .banner-info-blk {
    margin-top: 100px;
  }
}

@media (max-width: 991.98px) {
  .banner-section .banner-info-blk {
    margin-top: 0px;
  }
}

.banner-section .banner-info-blk span.sub-title {
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  padding-left: 68px;
  margin-bottom: 15px;
}

@media (min-width: 1599.98px) {
  .banner-section .banner-info-blk span.sub-title {
    font-size: 20px;
  }
}

.banner-section .banner-info-blk span.sub-title:before {
  width: 50px;
  height: 1px;
  content: "";
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.banner-section .banner-info-blk h1 {
  font-size: 48px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 25px;
}

@media (min-width: 1599.98px) {
  .banner-section .banner-info-blk h1 {
    font-size: 68px;
  }

  .banner-section .banner-info-blk h1 span {
    font-size: 50px;
  }
}

@media (max-width: 991.98px) {
  .banner-section .banner-info-blk h1 {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  .banner-section .banner-info-blk h1 {
    font-size: 36px;
  }
}

.banner-section .banner-info-blk h1 span {
  display: block;
  font-size: 56px;
  font-weight: bold;
  color: #000000;
}

@media (max-width: 991.98px) {
  .banner-section .banner-info-blk h1 span {
    font-size: 46px;
  }
}

@media (max-width: 767.98px) {
  .banner-section .banner-info-blk h1 span {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .banner-section .banner-info-blk h1 {
    margin-bottom: 20px;
  }
}

.banner-section .banner-info-blk p {
  margin: 0;
  padding: 0;
  font-size: 24px;
}

@media (max-width: 1199.98px) {
  .banner-section .banner-info-blk p {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .banner-section .banner-info-blk p {
    font-size: 16px;
  }
}

.banner-section.banner-gif {
  color: #ffffff;
  /*background: #004394;*/
  /*min-height: 500px;*/
}

@media (min-width: 1599.98px) {
  .banner-section.banner-gif {
    min-height: 662px;
  }
}

@media (max-width: 991.98px) {
  .banner-section.banner-gif {
    min-height: inherit;
  }
}

.banner-section.banner-gif .slide1,
.banner-section.banner-gif .slide2,
.banner-section.banner-gif .slide3 {
  min-height: 700px;
  padding: 95px 0 80px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
  z-index: 1;
}

.banner-section.banner-gif .slide1 {
  background: url(../img/salz-hero.jpg);
}

.banner-section.banner-gif .slide2 {
  background: url(../img/salz-hero-1.jpg);
}

.banner-section.banner-gif .slide3 {
  background: url(../img/salz-hero-2.jpg);
}

/* Tablet */
@media (max-width: 992px) {

  .banner-section.banner-gif .slide1,
  .banner-section.banner-gif .slide2,
  .banner-section.banner-gif .slide3 {
    min-height: 500px;
    padding: 60px 0 50px;
    background-size: cover;
    background-position: center center;
  }
}

/* Mobile Landscape */
@media (max-width: 768px) {

  /* Only apply to home page banner with banner-gif class, not inner pages */
  .banner-section.banner-gif {
    min-height: 300px !important;
  }

  .banner-section.banner-gif .slide1,
  .banner-section.banner-gif .slide2,
  .banner-section.banner-gif .slide3 {
    min-height: 300px;
    padding: 40px 0 30px;
    background-size: cover;
    background-position: center center;
  }
}

/* Mobile Portrait */
@media (max-width: 576px) {

  .banner-section.banner-gif .slide1,
  .banner-section.banner-gif .slide2,
  .banner-section.banner-gif .slide3 {
    min-height: 300px;
    padding: 30px 0 20px;
    background-size: cover;
    background-position: center center;
  }
}

/* Small Mobile */
@media (max-width: 480px) {

  .banner-section.banner-gif .slide1,
  .banner-section.banner-gif .slide2,
  .banner-section.banner-gif .slide3 {
    min-height: 300px;
    padding: 25px 0 15px;
    background-size: cover;
    background-position: center center;
  }
}

.btn-group {
  margin-top: 35px;
}

@media (max-width: 767.98px) {
  .btn-group {
    margin-top: 20px;
  }
}

.btn-group .btn-style {
  background: transparent;
  color: #ffffff;
  padding: 10px 17px;
  border-radius: 9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.3s ease;
  transition: background-color 0.3s, color 0.3s;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #ffffff;
}

@media (max-width: 991.98px) {
  .btn-group .btn-style {
    font-size: 14px;
    padding: 8px 17px;
  }
}

.btn-group .btn-style:hover {
  color: #ff9f3d;
  background-color: #E9FAFF;
  border: 1px solid #E9FAFF;
}

.btn-group .btn-style:focus {
  color: #ff9f3d;
  background-color: #E9FAFF;
  border: 1px solid #E9FAFF;
}

.text-slider {
  width: auto;
  height: 70px;
  overflow: hidden;
  position: relative;
}

.text-slider #text-group {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s ease-in-out;
}

.text-slider #text-group .slide {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: start;
}

@media (max-width: 767.98px) {
  .text-slider #text-group .slide {
    justify-content: center;
  }
}

.text-slider #text-group .slide img {
  width: 50px;
}

.banner-header {
  position: relative;
  text-align: center;
  padding-top: 30px;
}

@media (max-width: 1199.98px) {
  .banner-header {
    display: none;
  }
}

.banner-header h2 {
  font-size: 160px;
  color: rgba(110, 110, 110, 0.0588235294);
}

@media (max-width: 1299.98px) {
  .banner-header h2 {
    font-size: 100px;
  }
}

.banner-slider {
  position: relative;
}

.banner-slider .item {
  opacity: 0.4;
  transition: 0.4s ease all;
  margin: 0 20px;
  transform: scale(0.8);
}

@media (max-width: 1000px) {
  .banner-slider .item {
    margin: 0;
    transform: scale(0.9);
  }
}

.banner-slider .active .item {
  opacity: 1;
  transform: scale(1);
}

.banner-slider .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.banner-slider img {
  border-radius: 30px;
}

.thumb-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  padding-bottom: 30px;
  position: relative;
  margin-top: -120px;
}

@media (max-width: 1299.98px) {
  .thumb-slider {
    margin-top: -80px;
  }
}

@media (max-width: 1199.98px) {
  .thumb-slider {
    margin-top: 30px;
  }
}

.thumb-slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  overflow: auto hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
  width: 100% !important;
}

.thumb-slider .owl-item {
  border-radius: 50px;
}

.thumb-slider .owl-item .item {
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  opacity: 1;
  transition: all 0.3s ease;
  padding: 15px 24px;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 1299.98px) {
  .thumb-slider .owl-item .item {
    padding: 7px 20px;
    width: auto !important;
  }
}

.thumb-slider .slide1 {
  background: #26262C !important;
  border-radius: 50px;
  color: #ffffff;
}

.thumb-slider .active-thumb {
  background: #26262C;
  color: #ffffff;
  opacity: 1;
  transition: all 0.3s ease;
}

.thumb-slider .active-thumb .item {
  background: transparent;
}

@media (max-width: 1199.98px) {
  .scroll-down-info {
    display: none;
  }
}

.scroll-down-info .smooth-menu {
  color: #000000;
}

.scroll-down-info .scroll-down {
  position: absolute;
  right: auto;
  left: 100px;
  top: 100px;
}

@media (max-width: 1399.98px) {
  .scroll-down-info .scroll-down {
    left: 50px;
  }
}

.scroll-down-info .scroll-down .scroll-text {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  width: 150px;
  right: auto;
  left: -68px;
  top: 28px;
}

.scroll-down-info .scroll-down .scroll-text p {
  font-size: 14px;
  margin-bottom: 0;
}

.scroll-down-info .scroll-center {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 100px;
  margin-top: 135px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }

  100% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }

  100% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
  }
}

.banner-content {
  position: relative;
  text-align: center;
  padding: 80px 0;
}

@media (max-width: 1199.98px) {
  .banner-content {
    padding: 60px 0 0;
  }
}

@media (max-width: 767.98px) {
  .banner-content {
    padding: 40px 0 20px;
  }
}

.banner-content h1 {
  font-size: 56px;
  font-weight: 700;
  color: #26262C;
  line-height: 76px;
  position: relative;
  justify-content: center;
  margin: 0 auto 32px;
}

@media (max-width: 1199.98px) {
  .banner-content h1 {
    font-size: 38px;
    line-height: 1.5;
    margin: 0 auto 30px;
  }
}

@media (max-width: 991.98px) {
  .banner-content h1 {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .banner-content h1 {
    font-size: 26px;
    margin: 0 auto 20px;
    flex-direction: column;
  }
}

.banner-content h1 img.shape-img {
  position: absolute;
  bottom: 32px;
  left: 32px;
  width: 70px;
}

@media (max-width: 991.98px) {
  .banner-content h1 img.shape-img {
    display: none;
  }
}

.banner-content p {
  font-size: 16px;
  max-width: 1050px;
  line-height: 29px;
  margin: 0 auto 0;
}

@media (max-width: 767.98px) {
  .banner-content p {
    font-size: 14px;
    line-height: 24px;
  }
}

.banner-shapes {
  position: relative;
}

@media (max-width: 1199.98px) {
  .banner-shapes {
    display: none;
  }
}

.banner-shapes .shape-img2 {
  position: absolute;
  top: 0;
  left: 0;
}

.banner-shapes .shape-img3 {
  position: absolute;
  top: 0;
  right: 0;
}

.banner-info {
  position: relative;
}

@media (max-width: 1199.98px) {
  .banner-info {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .banner-info {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .banner-info .banner-play {
    padding-bottom: 20px;
  }
}

.banner-info .banner-play a {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 767.98px) {
  .banner-info .banner-play a {
    font-size: 13px;
  }
}

.banner-info .banner-play a:hover {
  color: #ff9f3d;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.banner-info .banner-play a:hover span {
  color: #ffffff;
  border: 1px solid #ff9f3d;
  background: #ff9f3d;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.banner-info .banner-play a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 20px;
  color: #000000;
  border: 1px solid #D0D0D7;
  border-radius: 100px;
  background: #ffffff;
  width: 80px;
  height: 40px;
  margin-bottom: 16px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 767.98px) {
  .banner-info .banner-play a span {
    font-size: 16px;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
}

.banner-info .banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  text-align: center;
}

.banner-info .banner-list.banner-gif {
  /* Blur layer */
  background: rgba(255, 255, 255, 0.1);
  /* transparent glass feel */
  padding: 15px;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  /* ðŸ‘ˆ this does the blur */
  -webkit-backdrop-filter: blur(10px);
  /* for Safari */
  color: white;
}

.banner-info .banner-list.banner-gif h4 {
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .banner-info .banner-list {
    text-align: left;
    display: block;
  }
}

.banner-info h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  .banner-info h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .banner-info .banner-ratings {
    padding-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .banner-info .banner-review {
    padding-bottom: 20px;
  }
}

.banner-info .banner-border {
  width: 1px;
  height: 52px;
  background: #ff9f3d;
}

@media (max-width: 767.98px) {
  .banner-info .banner-border {
    display: none;
  }
}

.ratings li {
  margin-right: 5px;
}

.ratings li:last-child {
  margin-right: 0;
}

.ratings li i {
  color: #D0D0D7;
}

.ratings li i.filled {
  color: #FFB906;
}

.banner-btn {
  position: relative;
  text-align: right;
}

@media (max-width: 767.98px) {
  .banner-btn {
    text-align: left;
  }
}

.banner-btn a {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
  display: block;
  padding-top: 20px;
  padding-right: 60px;
}

@media (max-width: 767.98px) {
  .banner-btn a {
    font-size: 13px;
    padding: 8px 24px;
    background: #ff9f3d;
    color: #ffffff;
    border-radius: 50px;
    display: inline-block;
  }

  .banner-btn a br {
    display: none;
  }
}

.banner-btn a span {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: #ff9f3d;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  display: inline-block;
  animation: zigZag2 20s alternate infinite;
  -webkit-animation: zigZag2 20s alternate infinite;
  -moz-animation: zigZag2 20s alternate infinite;
}

@media (max-width: 991.98px) {
  .banner-btn a span {
    display: none;
  }
}

@keyframes zigZag2 {
  0% {
    -webkit-transform: rotate(0deg) translate(-10px, -10px);
    -ms-transform: rotate(0deg) translate(-10px, -10px);
    transform: rotate(0deg) translate(-10px, -10px);
  }

  20% {
    -webkit-transform: rotate(360deg) translate(-10px, -10px);
    -ms-transform: rotate(360deg) translate(-10px, -10px);
    transform: rotate(360deg) translate(-10px, -10px);
  }

  40% {
    -webkit-transform: rotate(0deg) translate(10px, 10px);
    -ms-transform: rotate(0deg) translate(10px, 10px);
    transform: rotate(0deg) translate(10px, 10px);
  }

  60% {
    -webkit-transform: rotate(360deg) translate(10px, 10px);
    -ms-transform: rotate(360deg) translate(10px, 10px);
    transform: rotate(360deg) translate(10px, 10px);
  }

  80% {
    -webkit-transform: rotate(0deg) translate(10px, 10px);
    -ms-transform: rotate(0deg) translate(10px, 10px);
    transform: rotate(0deg) translate(10px, 10px);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-10px, -10px);
    -ms-transform: rotate(360deg) translate(-10px, -10px);
    transform: rotate(360deg) translate(-10px, -10px);
  }
}

.section-header {
  padding-bottom: 60px;
}

@media (max-width: 767.98px) {
  .section-header {
    padding-bottom: 40px;
  }
}

.section-header h6 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
  background: #ffffff;
  border: 1px solid #D0D0D7;
  border-radius: 100px;
  display: inline-block;
  padding: 4px 16px;
}

@media (max-width: 991.98px) {
  .section-header h6 {
    font-size: 15px;
  }
}

.section-header h2 {
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .section-header h2 {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .section-header h2 {
    font-size: 24px;
  }
}

.section-header h2 span {
  color: #ff9f3d;
}

.benefit-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(212.38deg, #EAFFFD 6.52%, #FBFFFE 80.6%);
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .benefit-section {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  .benefit-section {
    padding: 40px 0;
  }
}

.benefit-section .benefit-text {
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {
  .benefit-section .benefit-text {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .benefit-section .benefit-text {
    margin-bottom: 20px;
  }
}

.benefit-shape {
  position: relative;
}

@media (max-width: 1199.98px) {
  .benefit-shape {
    display: none;
  }
}

.benefit-shape img {
  position: absolute;
  top: -180px;
  right: 0;
  width: 300px;
}

.benefit-header {
  max-width: 500px;
}

@media (max-width: 767.98px) {
  .benefit-header {
    padding-bottom: 20px;
  }
}

.benefit-card {
  background: #ffffff;
}

.benefit-card .benefit-grid {
  padding: 24px;
  background: #ffffff;
}

@media (max-width: 767.98px) {
  .benefit-card .benefit-grid {
    padding: 15px;
  }
}

.benefit-card .benefit-grid span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 50px;
  background: #ff9f3d;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  .benefit-card .benefit-grid span {
    margin-bottom: 20px;
  }
}

.benefit-card .benefit-grid h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  max-width: 220px;
}

@media (max-width: 991.98px) {
  .benefit-card .benefit-grid h2 {
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  .benefit-card .benefit-grid h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.benefit-card .benefit-grid p {
  margin-bottom: 24px;
  max-width: 320px;
}

@media (max-width: 767.98px) {
  .benefit-card .benefit-grid p {
    margin-bottom: 20px;
  }
}

.benefit-card .benefit-grid .btn {
  font-size: 13px;
  padding: 6px 16px;
}

.benefit-card .benefit-grid .btn:hover {
  background: #ff9f3d;
  border-color: #ff9f3d;
}

.benefit-card .benefit-img {
  padding-top: 48px;
}

@media (max-width: 767.98px) {
  .benefit-card .benefit-img {
    padding-top: 0;
  }
}

.clients-section {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #26262C;
  padding: 90px 0;
}

@media (max-width: 991.98px) {
  .clients-section {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  .clients-section {
    padding: 40px 0;
  }
}

.clients-section .section-header {
  text-align: center;
}

.clients-section .section-header h6 {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
}

.clients-section .section-header h2 {
  color: #ffffff;
}

.clients-section .client-shape {
  position: relative;
}

@media (max-width: 1199.98px) {
  .clients-section .client-shape {
    display: none;
  }
}

.clients-section .client-shape img {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
}

.clients-section .slide-nav-center .owl-nav {
  padding-top: 70px;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

@media (max-width: 767.98px) {
  .clients-section .slide-nav-center .owl-nav {
    padding-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .client-slider {
    padding: 0 15px;
  }
}

.client-slider .client-card:hover .clients-img .client-btn {
  -webkit-transform: translate(0, -80%);
  transform: translate(0, -80%);
  opacity: 1;
}

.client-slider .client-card:hover .clients-img img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}

.client-slider .client-card .clients-img {
  border-radius: 10px;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.client-slider .client-card .clients-img img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.client-slider .client-card .clients-img .client-btn {
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
  position: absolute;
  bottom: -20px;
  left: 20px;
}

.client-slider .client-card .clients-img .client-btn a {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 767.98px) {
  .client-slider .client-card .clients-img .client-btn a {
    font-size: 13px;
  }
}

.client-slider .client-card .clients-img .client-btn a:hover {
  color: #ff9f3d;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.client-slider .client-card .clients-img .client-btn a:hover span {
  color: #ffffff;
  border: 1px solid #ff9f3d;
  background: #ff9f3d;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.client-slider .client-card .clients-img .client-btn a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 20px;
  color: #000000;
  border: 1px solid #D0D0D7;
  border-radius: 50px;
  background: #ffffff;
  width: 50px;
  height: 50px;
  margin-right: 16px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 767.98px) {
  .client-slider .client-card .clients-img .client-btn a span {
    font-size: 16px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}

.client-slider .client-card .clients-content {
  text-align: center;
  padding-top: 24px;
}

.client-slider .client-card .clients-content h4 {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .client-slider .client-card .clients-content h4 {
    font-size: 18px;
  }
}

.client-slider .client-card .clients-content p {
  font-size: 15px;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .client-slider .client-card .clients-content p {
    font-size: 14px;
  }
}

.trusted-section {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .trusted-section {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  .trusted-section {
    padding: 40px 0 20px;
  }
}

.trusted-section .trusted-info {
  padding-left: 120px;
}

@media (max-width: 1199.98px) {
  .trusted-section .trusted-info {
    padding-left: 60px;
  }
}

@media (max-width: 767.98px) {
  .trusted-section .trusted-info {
    padding-left: 20px;
  }
}

.trusted-section .trusted-info .trusted-header {
  max-width: 525px;
}

@media (max-width: 767.98px) {
  .trusted-section .trusted-info .trusted-header {
    padding-bottom: 20px;
  }
}

.trusted-section .trusted-info .trusted-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .trusted-section .trusted-info .trusted-details {
    padding: 0 0 30px;
  }
}

.trusted-section .trusted-info .trusted-details .trusted-text {
  margin-left: 20px;
}

@media (max-width: 767.98px) {
  .trusted-section .trusted-info .trusted-details .trusted-text {
    margin-left: 10px;
  }
}

.trusted-section .trusted-info .trusted-details .trusted-text h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}

@media (max-width: 767.98px) {
  .trusted-section .trusted-info .trusted-details .trusted-text h4 {
    font-size: 18px;
  }
}

.trusted-logo-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clients-grid {
  margin-bottom: 30px;
}

.clients-grid.logo-animate {
  grid-column-gap: 2rem;
  opacity: 1;
  flex: none;
  width: 100rem;
  margin-top: 0;
  margin-right: 0;
  display: flex;
}

.clients-grid img {
  width: 130px;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.8s ease-in-out;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  padding: 10px 15px;
  object-fit: cover;
}

.clients-grid img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
}

.logo-animate {
  animation: slide 35s infinite linear;
}

.clients-grid.logo-animate-alt {
  grid-column-gap: 2rem;
  flex: none;
  width: 100rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.logo-animate-alt {
  animation: slidealt 35s infinite linear;
  animation-direction: reverse;
}

@keyframes slide {
  0% {
    transform: translateX(calc(0% + 50px));
  }

  100% {
    transform: translateX(-100%);
  }
}

.logo-animate {
  animation: slide 35s infinite linear;
}

@keyframes slidealt {
  0% {
    transform: translateX(calc(0% + 50px));
  }

  100% {
    transform: translateX(-100%);
  }
}

.logo-animate-alt {
  animation: slidealt 35s infinite linear;
  animation-direction: reverse;
}

.video-section {
  position: relative;
  overflow: hidden;
}

.video-section img {
  width: 100%;
}

.video-section a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 30px;
  color: #000000;
  border-radius: 100px;
  background: #ffffff;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-animation: pulse-secondary 2s infinite;
  animation: pulse-secondary 2s infinite;
  -webkit-box-shadow: 0 0 0 rgba(44, 202, 185, 0.9);
  box-shadow: 0 0 0 rgba(44, 202, 185, 0.9);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 767.98px) {
  .video-section a {
    font-size: 20px;
    width: 50px;
    height: 50px;
  }
}

.video-section a:hover {
  color: #ffffff;
  background: #ff9f3d;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@-webkit-keyframes pulse-secondary {
  0% {
    -webkit-box-shadow: 0 0 0 rgba(44, 202, 185, 0.7);
    box-shadow: 0 0 0 rgba(44, 202, 185, 0.6);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(44, 202, 185, 0);
    box-shadow: 0 0 0 20px rgba(44, 202, 185, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(44, 202, 185, 0);
    box-shadow: 0 0 0 0 rgba(44, 202, 185, 0);
  }
}

@keyframes pulse-secondary {
  0% {
    -webkit-box-shadow: 0 0 0 rgba(44, 202, 185, 0.7);
    box-shadow: 0 0 0 rgba(44, 202, 185, 0.6);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(44, 202, 185, 0);
    box-shadow: 0 0 0 20px rgba(44, 202, 185, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(44, 202, 185, 0);
    box-shadow: 0 0 0 0 rgba(44, 202, 185, 0);
  }
}

.testimonial-section {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .testimonial-section {
    padding: 60px 0;
  }
}

@media (max-width: 991.98px) {
  .testimonial-section {
    padding: 40px 0;
  }
}

.testimonial-info {
  position: relative;
}

.testimonial-info .testimonial-header {
  position: relative;
}

@media (max-width: 1199.98px) {
  .testimonial-info .testimonial-header {
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .testimonial-info .testimonial-header {
    padding-bottom: 20px;
  }
}

.testimonial-info .testimonial-header h2 {
  font-size: 54px;
  font-weight: 700;
  text-transform: uppercase;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  margin-top: 250px;
  width: 580px;
  position: absolute;
  left: -250px;
}

@media (max-width: 1199.98px) {
  .testimonial-info .testimonial-header h2 {
    font-size: 34px;
    position: relative;
    margin-top: 0;
    left: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}

@media (max-width: 991.98px) {
  .testimonial-info .testimonial-header h2 {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .testimonial-info .testimonial-header h2 {
    font-size: 20px;
  }
}

.testimonial-info .testimonial-card {
  padding-left: 180px;
  position: relative;
}

@media (max-width: 1199.98px) {
  .testimonial-info .testimonial-card {
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  .testimonial-info .testimonial-card .client-img {
    display: none;
  }
}

.testimonial-info .testimonial-grid {
  background: #26262C;
  padding: 48px;
  max-width: 650px;
  position: absolute;
  top: 50%;
  right: -350px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

@media (max-width: 1299.98px) {
  .testimonial-info .testimonial-grid {
    right: -200px;
  }
}

@media (max-width: 1199.98px) {
  .testimonial-info .testimonial-grid {
    padding: 30px;
  }
}

@media (max-width: 991.98px) {
  .testimonial-info .testimonial-grid {
    position: relative;
    max-width: inherit;
    top: 0;
    right: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@media (max-width: 767.98px) {
  .testimonial-info .testimonial-grid {
    padding: 20px;
  }
}

.testimonial-info .testimonial-grid .testimonial-slider .testimonial-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 24px;
}

@media (max-width: 767.98px) {
  .testimonial-info .testimonial-grid .testimonial-slider .testimonial-profile {
    padding-bottom: 20px;
  }
}

.testimonial-info .testimonial-grid .testimonial-slider .testimonial-profile img {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50px;
}

.testimonial-info .testimonial-grid .testimonial-slider .testimonial-profile div {
  margin-left: 15px;
}

.testimonial-info .testimonial-grid .testimonial-slider .testimonial-profile div h4 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 4px;
}

@media (max-width: 767.98px) {
  .testimonial-info .testimonial-grid .testimonial-slider .testimonial-profile div h4 {
    font-size: 14px;
  }
}

.testimonial-info .testimonial-grid .testimonial-slider .testimonial-profile div p {
  font-size: 14px;
  color: #ffffff;
}

.testimonial-info .testimonial-grid .testimonial-slider .testimonial-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  .testimonial-info .testimonial-grid .testimonial-slider .testimonial-content h4 {
    font-size: 14px;
  }
}

.testimonial-info .testimonial-grid .testimonial-slider .testimonial-content p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  .testimonial-info .testimonial-grid .testimonial-slider .testimonial-content p {
    font-size: 14px;
  }
}

.slide-nav-center .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 24px;
}

@media (max-width: 767.98px) {
  .slide-nav-center .owl-nav {
    padding-top: 20px;
  }
}

.slide-nav-center .owl-nav button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #ff9f3d;
  color: #ff9f3d;
  margin: 0;
  width: 40px;
  min-width: 40px;
  height: 40px;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .slide-nav-center .owl-nav button {
    width: 34px;
    min-width: 34px;
    height: 34px;
    font-size: 12px;
  }
}

.slide-nav-center .owl-nav button:hover {
  background: #ff9f3d;
  border: 1px solid #ff9f3d;
  color: #ffffff;
}

.slide-nav-center .owl-nav .owl-prev {
  margin-right: 16px;
}

@media (max-width: 767.98px) {
  .slide-nav-center .owl-nav .owl-prev {
    margin-right: 10px;
  }
}

.testimonial-shape {
  position: relative;
}

@media (max-width: 1199.98px) {
  .testimonial-shape {
    display: none;
  }
}

.testimonial-shape img {
  position: absolute;
  bottom: -50px;
  right: -400px;
  width: 240px;
}

@media (max-width: 1399.98px) {
  .testimonial-shape img {
    right: -300px;
    width: 230px;
  }
}

@media (max-width: 1299.98px) {
  .testimonial-shape img {
    bottom: -20px;
    right: -200px;
    width: 200px;
  }
}

.feature-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(212.38deg, #EAFFFD 6.52%, #FBFFFE 80.6%);
  padding: 80px 0 54px;
}

@media (max-width: 991.98px) {
  .feature-section {
    padding: 60px 0 40px;
  }
}

@media (max-width: 767.98px) {
  .feature-section {
    padding: 40px 0;
  }
}

.feature-section .feature-shape {
  position: relative;
}

@media (max-width: 1199.98px) {
  .feature-section .feature-shape {
    display: none;
  }
}

.feature-section .feature-shape img {
  position: absolute;
  top: 0;
  right: 0;
}

.feature-info {
  position: relative;
}

.feature-info .feature-img {
  padding-bottom: 65px;
}

@media (max-width: 991.98px) {
  .feature-info .feature-img {
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .feature-info .feature-img {
    padding-bottom: 20px;
  }
}

.feature-info .feature-img-two {
  padding: 0 20px 24px;
}

@media (max-width: 767.98px) {
  .feature-info .feature-img-two {
    padding: 0 0 20px;
  }
}

.feature-info .feature-img-two img {
  width: 100%;
}

.feature-info h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 48px;
  position: relative;
}

@media (max-width: 991.98px) {
  .feature-info h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .feature-info h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.feature-info h2 span {
  color: #ff9f3d;
}

.feature-info h2 img {
  position: absolute;
  top: 20px;
  right: -50px;
}

@media (max-width: 1199.98px) {
  .feature-info h2 img {
    display: none;
  }
}

.feature-info h5 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  .feature-info h5 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.feature-info .feature-list {
  padding-bottom: 24px;
}

@media (max-width: 767.98px) {
  .feature-info .feature-list {
    padding-bottom: 20px;
  }
}

.feature-info .feature-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-info .feature-list ul li {
  margin-bottom: 16px;
}

.feature-info .feature-list ul li:last-child {
  margin-bottom: 0;
}

.feature-info .feature-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  background: #ffffff;
  border: 1px solid #D0D0D7;
  border-radius: 10px;
  padding: 13px 16px;
}

.feature-info .feature-list ul li a:hover {
  color: #ff9f3d;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2509803922);
}

@media (max-width: 767.98px) {
  .feature-info .feature-list ul li a {
    font-size: 14px;
    padding: 8px 10px;
  }
}

.feature-info .feature-list ul li a i {
  font-size: 24px;
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .feature-info .feature-list ul li a i {
    font-size: 20px;
  }
}

.feature-info .feature-list ul li a span {
  margin-left: auto;
}

.feature-info .feature-list ul li a span i {
  margin-right: 0;
}

.feature-info p {
  font-size: 15px;
}

@media (max-width: 767.98px) {
  .feature-info p {
    font-size: 14px;
  }
}

.feature-info .btn {
  padding: 10px 38px;
}

@media (max-width: 767.98px) {
  .feature-info .btn {
    padding: 8px 20px;
  }
}

.smarter-section {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .smarter-section {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  .smarter-section {
    background: #F5F5F9;
    padding: 40px 0;
  }
}

.smarter-info {
  border-radius: 50px;
  padding: 48px;
}

@media (max-width: 991.98px) {
  .smarter-info {
    padding: 20px;
  }
}

@media (max-width: 767.98px) {
  .smarter-info {
    border-radius: 0;
    padding: 0;
  }
}

.smarter-info .smarter-header h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
}

@media (max-width: 991.98px) {
  .smarter-info .smarter-header h2 {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .smarter-info .smarter-header h2 {
    font-size: 22px;
  }
}

.smarter-info .smarter-header p {
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  .smarter-info .smarter-header p {
    margin-bottom: 20px;
  }
}

.smarter-info .smarter-header .smarter-btns {
  padding-bottom: 24px;
}

@media (max-width: 767.98px) {
  .smarter-info .smarter-header .smarter-btns {
    padding-bottom: 20px;
  }
}

.smarter-info .smarter-header .smarter-btns .btn {
  font-size: 15px;
  font-weight: 500;
  padding: 10px 24px;
  border-radius: 50px;
}

@media (max-width: 767.98px) {
  .smarter-info .smarter-header .smarter-btns .btn {
    font-size: 14px;
    padding: 8px 20px;
  }
}

.smarter-info .smarter-header .smarter-btns .btn-secondary {
  margin-right: 20px;
}

@media (max-width: 767.98px) {
  .smarter-info .smarter-header .smarter-btns .btn-secondary {
    margin-right: 10px;
  }
}

.smarter-info .smarter-header .smarter-btns .btn-white {
  color: #26262C;
  background: transparent;
  border: 1px solid #26262C;
}

.smarter-info .smarter-header .smarter-btns .btn-white:hover {
  color: #ffffff;
  background: #26262C;
  border: 1px solid #26262C;
}

.smarter-info .smarter-header .watch-video a {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 767.98px) {
  .smarter-info .smarter-header .watch-video a {
    font-size: 13px;
  }
}

.smarter-info .smarter-header .watch-video a:hover {
  color: #ff9f3d;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.smarter-info .smarter-header .watch-video a:hover span {
  color: #ffffff;
  border: 1px solid #ff9f3d;
  background: #ff9f3d;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.smarter-info .smarter-header .watch-video a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 20px;
  color: #000000;
  border: 1px solid #D0D0D7;
  border-radius: 50px;
  background: #ffffff;
  width: 50px;
  height: 50px;
  margin-right: 16px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 767.98px) {
  .smarter-info .smarter-header .watch-video a span {
    font-size: 16px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}

.smarter-info .smarter-img {
  text-align: right;
}

@media (max-width: 767.98px) {
  .smarter-info .smarter-img {
    text-align: left;
    padding-top: 20px;
  }
}

.smarter-info .smarter-img img {
  border-radius: 30px;
}

@media (max-width: 767.98px) {
  .smarter-info .smarter-img img {
    width: 100%;
  }
}

/*footer {*/
/*  padding: 80px 0;*/
/*  background-color: #002141;*/
/*}*/
@media (max-width: 991.98px) {
  footer {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  footer {
    padding: 40px 0;
  }
}

footer .footer-top {
  /*padding-bottom: 40px;*/
  margin-bottom: 40px;
  border-bottom: 1px solid #FFFFFF;
}

@media (max-width: 767.98px) {
  footer .footer-top {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}

footer .footer-widget {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  footer .footer-widget {
    margin-bottom: 20px;
  }
}

footer .footer-widget .footer-logo {
  margin-bottom: 15px;
}

footer .footer-widget .footer-logo a img {
  width: 150px;
}

footer .footer-widget .footer-logo p {
  font-size: 16px;
  font-weight: 300;
  color: #FBF6B2;
}

footer .footer-widget p {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
}

@media (max-width: 1199.98px) {
  footer .footer-widget p {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  footer .footer-widget p {
    font-size: 14px;
  }
}

footer .footer-widget .nav li a {
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 1599.98px) {
  footer .footer-widget .nav li a {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  footer .footer-widget .nav li a {
    font-size: 14px;
  }
}

footer .footer-widget ul li i {
  color: #FFCE26;
}

footer .footer-widget ul li a {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
}

footer .footer-widget ul li a:hover {
  color: #a5d8dd;
}

@media (max-width: 1599.98px) {
  footer .footer-widget ul li a {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  footer .footer-widget ul li a {
    font-size: 14px;
  }
}

footer .footer-widget ul li:not(:last-child) {
  margin-bottom: 10px;
}

footer .copy-right {
  text-align: center;
}

footer .copy-right p {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  footer .copy-right p {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  footer .copy-right p {
    font-size: 14px;
  }
}

.progress-wrap {
  position: fixed;
  right: 25px;
  bottom: 25px;
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(112, 201, 134, 0.2);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font-family: "FontAwesome";
  text-align: center;
  line-height: 35px;
  font-size: 17px;
  color: #ff9f3d;
  left: 0;
  top: 0;
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #ff9f3d;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.section-blk {
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .section-blk {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  .section-blk {
    padding: 40px 0;
  }
}

.bg-theme {
  background-color: #ff9f3d;
}

.title-style-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 50px;
  padding: 0;
}

@media (max-width: 992px) {
  .title-style-wrapper {
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .title-style-wrapper {
    margin: 0 0 40px;
    padding: 0;
  }
}

.title-style-wrapper .title-style {
  flex: 1 0 0;
}

.title-style-wrapper .title-style span {
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 40px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .title-style-wrapper .title-style span {
    font-size: 26px;
  }
}

.title-style-wrapper .title-style h2 {
  font-size: 40px;
  font-weight: 300;
  color: #002E66;
  margin: 0;
  padding: 0;
}

@media (max-width: 991.98px) {
  .title-style-wrapper .title-style h2 {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  .title-style-wrapper .title-style h2 {
    font-size: 20px;
  }
}

.title-style-wrapper .title-style.center-position {
  text-align: center;
}

.title-style-wrapper .title-style.right-position {
  text-align: right;
}

.title-style-wrapper .title-style p {
  margin-top: 15px;
}

.card-wrapper .card-theme1 {
  border-radius: 15px;
  padding: 15px;
  background-color: rgba(235, 221, 196, 0.2);
}

.card-wrapper .card-theme1 .icon-shadow {
  box-shadow: 0px 40px 40px rgba(200, 160, 90, 0.2);
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #ffffff;
  margin-bottom: 30px;
  width: 68px;
  height: 68px;
}

.card-wrapper .card-theme1 .icon-shadow img {
  width: 40px;
}

.card-wrapper .card-theme1 h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
}

@media (min-width: 1599.98px) {
  .card-wrapper .card-theme1 h3 {
    font-size: 25px;
  }
}

.card-wrapper .card-theme2 {
  border-radius: 15px;
  padding: 15px;
  background-color: rgba(235, 221, 196, 0.2);
}

.card-wrapper .card-theme2 h2 {
  font-size: 30px;
  margin: 0 0 20px;
  padding: 0;
}

.card-wrapper .card-theme2 .flex-content-info {
  display: flex;
  gap: 30px;
  align-items: start;
}

@media (max-width: 992px) {
  .card-wrapper .card-theme2 .flex-content-info {
    flex-direction: column;
    gap: 14px;
  }
}

.card-wrapper .card-theme2 .flex-content-info h4 {
  font-size: 20px;
  color: #ff9f3d;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .card-wrapper .card-theme2 .flex-content-info h4 {
    min-width: 203px;
    max-width: 203px;
  }
}

.card-wrapper .card-theme2 .flex-content-info p {
  font-size: 18px;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.7);
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .card-wrapper .card-theme2 .flex-content-info.about-block h4 {
    min-width: 140px;
    max-width: 140px;
  }
}

.card-wrapper .card-theme2:not(:last-child) {
  margin-bottom: 15px;
}

.card-wrapper .card-theme3 {
  border-radius: 15px;
  background-color: rgba(235, 221, 196, 0.2);
  display: flex;
  align-items: center;
  gap: 24px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .card-wrapper .card-theme3 {
    flex-direction: column;
  }
}

.card-wrapper .card-theme3 .left-img-blk {
  border-radius: 15px;
  overflow: hidden;
  height: 254px;
  width: 230px;
  min-width: 230px;
}

@media (max-width: 992px) {
  .card-wrapper .card-theme3 .left-img-blk {
    padding-top: 15px;
    height: auto;
  }
}

.card-wrapper .card-theme3 .left-img-blk img {
  object-fit: cover;
  overflow: hidden;
}

.card-wrapper .card-theme3 .right-content {
  padding: 15px;
}

@media (max-width: 992px) {
  .card-wrapper .card-theme3 .right-content {
    padding: 0 15px 15px;
  }
}

.card-wrapper .card-theme3 .right-content p {
  margin: 15px 0;
  padding: 0;
}

.card-wrapper .card-theme3 .right-content span {
  font-size: 18px;
  font-weight: 600;
}

.card-wrapper .card-theme3 .right-content img {
  width: 30px;
}

.list-style.dark-blk li {
  text-align: right;
  justify-content: end;
  background: linear-gradient(90deg, rgba(251, 248, 243, 0.2) 0%, rgba(255, 234, 197, 0.2) 100%);
}

.list-style ul li {
  padding: 10px 15px;
  background: #FBF8F3;
  background: linear-gradient(90deg, rgb(251, 248, 243) 0%, rgb(255, 234, 197) 100%);
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  border-radius: 110px;
}

@media (min-width: 1599.98px) {
  .list-style ul li {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  .list-style ul li {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .list-style ul li {
    font-size: 14px;
  }
}

.list-style ul li i {
  font-size: 32px;
  color: #ff9f3d;
}

.list-style ul li:not(:last-child) {
  margin-bottom: 15px;
}

.blockquote-btn {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin: 40px 0 0 0;
  padding: 10px 0 10px 20px;
  border-left: 3px solid #1a1a1a;
}

.blockquote-btn span {
  color: #1a1a1a;
}

.blockquote-btn span i {
  font-size: 40px;
}

.blockquote-btn.white-btn {
  color: #ffffff;
  border-left: 3px solid #ffffff;
}

.blockquote-btn.white-btn span {
  color: #ffffff;
}

.spot-shadow {
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.spot-shadow:before {
  position: absolute;
  background: url("../img/spot-2.png") right bottom/cover no-repeat;
  width: 887px;
  height: 787px;
  content: "";
  right: 0;
  bottom: 0;
  z-index: -1;
}

.foo-bottom-blk p {
  margin: 10px 0 0 0;
}

.foo-bottom-blk a {
  color: #ffffff;
}

.foo-bottom-blk a:hover {
  color: #ff9f3d;
}

.footer-menu p {
  margin: 10px 0 0 0;
}

.footer-menu a {
  color: #ffffff;
}

.footer-menu a:hover {
  color: #ff9f3d;
}

.social-link {
  margin: 30px 0;
}

.social-link a {
  display: inline-block;
  font-size: 18px;
  position: relative;
  margin-right: 6px;
}

.social-link a:last-child {
  margin-right: 0;
}

.social-link .hi-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 0px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.social-link .hi-icon:hover {
  border: 1px solid #ff9f3d;
  background: #ff9f3d;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.social-link .hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.social-link .hi-icon:before {
  speak: none;
  font-size: 18px;
  line-height: 35px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.social-link .hi-icon {
  overflow: hidden;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.social-link .hi-icon:after {
  display: none;
}

.social-link .hi-icon:hover:before {
  -webkit-animation: toTopFromBottom 0.5s forwards;
  -moz-animation: toTopFromBottom 0.5s forwards;
  animation: toTopFromBottom 0.5s forwards;
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

.btn-group .btn-style:hover i {
  transform: translate(3px, -3px);
}

@media (max-width: 991.98px) {
  .with-img .btn-group {
    justify-content: center;
    width: 100%;
  }
}

.footer-title {
  font-size: 18px;
}

.icon-wrapper-section {
  padding: 40px 0 20px;
}

.icon-wrapper {
  margin-bottom: 20px;
}

.icon-wrapper .icon-blk {
  display: flex;
  flex: 1 0 0;
  gap: 14px;
  align-items: center;
}

.icon-wrapper .icon-blk p {
  font-weight: 500;
  color: #ff9f3d;
  max-width: 100px;
  width: 100%;
  margin: 0;
  padding: 0;
}

@media (max-width: 991.98px) {
  .icon-wrapper .icon-blk img {
    width: 40px;
  }
}

.bg-couple {
  background: url(../img/bg-banner-couples.jpg) center center/cover no-repeat;
}

.key-wrapper.section-ingre .key-card {
  max-width: 140px;
}

.key-wrapper .key-card {
  text-align: center;
}

@media (max-width: 991.98px) {
  .key-wrapper .key-card {
    margin-bottom: 20px;
  }
}

.key-wrapper .key-card p {
  font-size: 20px;
  margin: 10px 0 0;
  padding: 0;
}

@media (max-width: 991.98px) {
  .key-wrapper .key-card p {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .key-wrapper .key-card p {
    font-size: 14px;
  }
}

.bg-pdt {
  background: url("../img/pdt-banner.jpg") left bottom/cover no-repeat;
  min-height: 768px;
}

.title-style-wrapper.style2 .title-style span {
  font-size: 24px;
  color: #000;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .title-style-wrapper.style2 .title-style span {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .title-style-wrapper.style2 .title-style span {
    font-size: 16px;
  }
}

.title-style-wrapper.style2 .title-style h2 {
  font-size: 40px;
  font-weight: 400;
  color: #000;
}

@media (max-width: 991.98px) {
  .title-style-wrapper.style2 .title-style h2 {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .title-style-wrapper.style2 .title-style h2 {
    font-size: 26px;
  }
}

.pdt-card {
  background-color: white;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (max-width: 991.98px) {
  .pdt-card {
    margin-bottom: 20px;
  }
}

.pdt-card .pdt-info h4 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 5px;
}

@media (max-width: 767.98px) {
  .pdt-card .pdt-info h4 {
    font-size: 18px;
  }
}

.pdt-card .pdt-info span {
  color: #9A9A9A;
  font-size: 16px;
}

.pdt-card .price-tag {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

@media (max-width: 767.98px) {
  .pdt-card .price-tag {
    font-size: 20px;
  }
}

.pdt-card .price-tag span {
  color: #595959;
  padding-left: 5px;
  font-weight: 400;
  text-decoration: line-through;
}

.cart-blk {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}

.btn-cart {
  flex: 1;
  background: #093c5c;
  color: white;
  padding: 18px;
  border: 2px solid #093c5c;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Rubik', sans-serif;
}

.btn-cart:hover {
  color: #fff;
  background-color: #c69933;
  border: 1px solid #c69933;
}

.btn-cart:focus {
  color: #ff9f3d;
  background-color: #E9FAFF;
  border: 1px solid #ff9f3d;
}

.flex-card {
  display: flex;
  gap: 15px;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}

.flex-card .key-card p {
  font-weight: 300;
}

.bg-blue {
  background-color: #ff9f3d;
}

.bg-blue .title-style-wrapper .title-style span {
  text-transform: none;
  color: #ff9f3d;
}

.bg-blue .title-style-wrapper .title-style h2 {
  color: white;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.people-card {
  margin-bottom: 20px;
}

.people-card .people-img {
  position: relative;
}

.people-card .people-img a {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 40px;
}

.people-card .people-img a:hover img {
  transform: scale(1.1);
  transition: 0.7s all;
}

.people-card .people-img a img {
  width: 100%;
  border-radius: 40px;
  position: relative;
  transition: 0.7s all;
}

@media (max-width: 767.98px) {
  .people-card .people-img {
    max-width: 230px;
    align-items: center;
    margin: 0 auto;
  }
}

.main-content {
  position: relative;
}

.main-content .owl-theme .custom-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
  font-size: 23px;
  color: #141414;
}

.main-content .owl-theme .custom-nav .owl-prev {
  left: 104px;
}

.main-content .owl-theme .custom-nav .owl-next {
  right: 104px;
}

.avail-wrapper {
  background-color: #F1F1F1;
  border-radius: 20px;
  overflow: hidden;
}

.avail-wrapper .avail-title {
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media (max-width: 991.98px) {
  .avail-wrapper .avail-title {
    height: auto;
    padding: 15px;
  }
}

.avail-wrapper .avail-title p {
  font-size: 22px;
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .avail-wrapper .avail-title p {
    font-size: 15px;
  }
}

.avail-wrapper .avail-title img {
  margin-right: 16px;
}

@media (max-width: 767.98px) {
  .avail-wrapper .avail-title img {
    width: 30px;
  }
}

.avail-brand-wrapper {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}

.avail-brand-wrapper img {
  width: 77px;
  height: auto;
}

@media (max-width: 767.98px) {
  .avail-brand-wrapper img {
    width: 80px !important;
  }
}

.gallery-wrap {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.slider-nav-thumbnails {
  width: 100px;
  min-width: 100px;
  /* thumbnail column width */
  max-height: 500px;
  /* adjust as needed */
}

.slider-nav-thumbnails img {
  width: 100%;
  height: 90px;
  /* uniform thumbnail height */
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
}

.slider-nav-thumbnails div:not(:last-child) {
  margin-bottom: 15px;
}

.slider-nav-thumbnails .slick-current {
  border: 1px solid #999999;
}

.product-img {
  border: 1px solid #999999;
}

.gallery-wrap {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

/* Thumbnails column (desktop) */
.slider-nav-thumbnails {
  width: 100px;
  max-height: 500px;
}

.slider-nav-thumbnails img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
}

.rental-slider {
  flex: 1;
  max-width: 400px;
  /* optional: limit max width */
}

.rental-slider img {
  width: 100%;
  height: 500px;
  /* control how tall the big image should be */
  object-fit: cover;
  /* crop nicely instead of squishing */
  border-radius: 12px;
}

/* ðŸ“± Mobile: shrink image height */
@media (max-width: 768px) {
  .rental-slider img {
    height: 320px;
  }
}

/* ðŸ“± Mobile: stack layout */
@media (max-width: 768px) {
  .gallery-wrap {
    flex-direction: column;
  }

  .slider-nav-thumbnails {
    width: 100%;
    max-height: none;
    order: 2;
    /* push thumbnails below main slider */
  }

  .slider-nav-thumbnails img {
    height: 70px;
    /* smaller thumbs on mobile */
  }
}

.product-detail-info h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.product-detail-info .rating-blk {
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
  align-items: center;
}

.product-detail-info .rating-blk .rate-icons {
  display: flex;
  gap: 3px;
}

.product-detail-info .rating-blk .rate-icons i {
  color: #FFC300;
}

.product-detail-info .rating-blk p {
  margin: 0;
  font-size: 18px;
  color: #000000;
}

.product-detail-info span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #ff9f3d;
  margin-bottom: 15px;
}

.product-detail-info p {
  font-size: 18px;
  color: #141414;
  margin-bottom: 23px;
}

.price-blk .price-tag-blk {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  align-items: center;
}

.price-blk .price-tag-blk .amt-blk {
  display: flex;
  align-items: center;
  font-size: 40px;
  color: #141414;
}

.price-blk .price-tag-blk .amt-blk span {
  padding-left: 10px;
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #000000;
  text-decoration: line-through;
  margin: 0;
}

.price-blk .price-tag-blk .price-badge {
  background-color: #FFC300;
  border-radius: 10px;
  padding: 5px 10px;
}

.price-blk .price-tag-blk .price-badge p {
  color: #141414;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.price-blk p {
  font-size: 23px;
  color: #FF003B;
  font-weight: medium;
}

.price-blk p span {
  font-size: 23px;
  display: inline-block;
  font-weight: bold;
  color: #FF003B;
}

.quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  background: #f8f8f8;
}

.qty-btn {
  background: none;
  border: none;
  font-size: 20px;
  padding: 8px 14px;
  cursor: pointer;
  user-select: none;
  color: #555;
}

.qty-btn:hover {
  background: #eee;
}

.qty-input {
  width: 50px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 16px;
  background: transparent;
}

/*.buy-action-blk {*/
/*  display: flex;*/
/*  align-items: flex-end;*/
/*  gap: 10px;*/
/*}*/

.breadcrumb {
  font-size: 14px;
  color: #555;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb a {
  text-decoration: none;
  color: #093c5c;
  /* link color */
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: #c69933
    /* darker on hover */
}

.breadcrumb .separator {
  margin: 0 8px;
  color: #888;
}

.breadcrumb .current {
  color: #222;
  font-weight: 500;
}

.cart-count {
  background: #f0f7ff;
  color: #ff9f3d;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 18px;
}

.email-input {
  max-width: 350px;
  border: 1px solid #9be2ff;
  border-radius: 8px;
  background-color: transparent;
  color: #fff;
}

.email-input input {
  border: none;
  box-shadow: none;
  background: transparent;
  color: #fff;
  font-size: 18px;
  padding-left: 5px;
}

@media (max-width: 991.98px) {
  .email-input input {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .email-input input {
    font-size: 14px;
  }
}

.email-input input:focus {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  color: #fff;
  background: transparent;
  border: none;
  outline: none;
}

.email-input input::placeholder {
  color: #FFF;
  font-weight: 300;
  font-size: 18px;
}

@media (max-width: 991.98px) {
  .email-input input::placeholder {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .email-input input::placeholder {
    font-size: 14px;
  }
}

.email-input .input-group-text {
  background: transparent;
  border: none;
  color: #9be2ff;
}

.footer-widget h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 18px;
}

@media (max-width: 991.98px) {
  .footer-widget h4 {
    font-size: 26px;
  }
}

@media (max-width: 767.98px) {
  .footer-widget h4 {
    font-size: 20px;
  }
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.owl-nav i {
  font-size: 32px;
}

.owl-nav button {
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.owl-nav button:hover {
  background: #ff9f3d;
  /* Bootstrap cyan */
}

.owl-dots {
  display: none;
  /* hide dots */
}

.owl-carousel .item {
  display: flex;
  align-items: center;
  /* Vertical center */
  justify-content: center;
  /* Horizontal center */
  height: 400px;
  /* Fixed carousel height */
  /*background: #111; */
}

.owl-stage {
  display: flex;
  align-items: center;
}

.bg-darkblue {
  background-color: #002E66;
}

.btn-old {
  background: transparent;
  color: #ffffff;
  padding: 10px 17px;
  border-radius: 9px;
  transition: transform 0.3s ease;
  transition: background-color 0.3s, color 0.3s;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #ffffff;
}

@media (max-width: 767.98px) {
  .btn-old {
    font-size: 14px;
  }
}

.btn-old:hover {
  color: #ff9f3d;
  background-color: #E9FAFF;
  border: 1px solid #E9FAFF;
}

.btn-old:hover:focus {
  color: #ff9f3d;
  background-color: #E9FAFF;
  border: 1px solid #E9FAFF;
}

.info-left span {
  font-size: 86px;
  color: #F6D061;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .info-left span {
    font-size: 60px;
  }
}

@media (max-width: 767.98px) {
  .info-left span {
    font-size: 40px;
  }
}

.info-left div h4 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 30px;
  max-width: 400px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .info-left div h4 {
    font-size: 20px;
  }
}

.info-left div h4 span {
  font-size: 36px;
  font-weight: 500;
  color: #F6D061;
}

@media (max-width: 767.98px) {
  .info-left div h4 span {
    font-size: 20px;
  }
}

.no-flex {
  flex-direction: column;
  align-items: center !important;
  gap: 5px !important;
  margin-bottom: 20px;
}

.no-flex p {
  color: white !important;
}

.bg-grey {
  background-color: #f5f5f5;
}

/* Tabs */
.custom-tabs .nav-link {
  border-radius: 0;
  background: #ddd;
  color: #000;
  font-weight: 600;
  padding: 12px 30px;
}

.custom-tabs .nav-link.active {
  background: #ffffff;
  color: #000;
}

.custom-tabs .nav-item:not(:last-child) {
  margin-right: 10px;
}

/* Tab content box */
.tab-content {
  background: #fff;
  border-radius: 0 0 12px 12px;
  padding: 30px;
  min-height: 300px;
}

/* Numbered list */
.numbered-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.numbered-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.numbered-list li .num {
  background: #005eb8;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.numbered-list li h6 {
  font-weight: bold;
  margin: 0 0 5px 0;
}

.bg-home {
  background-color: #FFCE26;
}

.about-banner {
  background: #1a1a1a;
  position: relative;
  z-index: 5;
  padding-bottom: 0;
}

@media (max-width: 992px) {
  .about-banner {
    height: 275px;
  }
}

@media (max-width: 767.98px) {
  .about-banner {
    height: auto;
  }
}

.about-banner:before {
  background: url("../img/spot-3.png") top left/cover no-repeat;
  content: "";
  position: absolute;
  width: 577px;
  height: 680px;
  left: 0;
  top: 0;
  z-index: -1;
}

.about-banner .banner-img-blk {
  height: 474px;
}

@media (max-width: 1199.98px) {
  .about-banner .banner-img-blk {
    height: 347px;
  }
}

@media (max-width: 992px) {
  .about-banner .banner-img-blk {
    height: 275px;
  }
}

@media (max-width: 767.98px) {
  .about-banner .banner-img-blk {
    height: 275px;
  }
}

.about-banner .banner-info-blk {
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-radius: 20px;
  padding: 50px;
  z-index: 5;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

@media (max-width: 767.98px) {
  .about-banner .banner-info-blk {
    margin-bottom: 30px;
  }
}

@media (max-width: 1199.98px) {
  .about-banner .banner-info-blk {
    padding: 30px;
  }
}

@media (max-width: 992px) {
  .about-banner .banner-info-blk {
    padding: 20px;
  }
}

.about-banner .banner-info-blk p {
  font-size: 27px;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

@media (max-width: 1199.98px) {
  .about-banner .banner-info-blk p {
    font-size: 23px;
  }
}

@media (max-width: 992px) {
  .about-banner .banner-info-blk p {
    font-size: 18px;
  }
}

@media (min-width: 1599.98px) {
  .about-banner .banner-info-blk p {
    font-size: 30px;
  }
}

.about-banner .banner-info-blk:before {
  background: url("../img/spot-4.png") bottom right/cover no-repeat;
  content: "";
  position: absolute;
  width: 627px;
  height: 405px;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.inner-wrapper .btn-group .btn-style {
  background: #ff9f3d;
  color: #ffffff;
}

.inner-wrapper .btn-group .btn-style:hover span {
  background-color: #ffffff;
  color: #1a1a1a;
}

.award-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.award-wrapper .award-item-two {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33.33%;
  counter-increment: ol-counter;
  position: relative;
  z-index: 2;
}

.award-wrapper .award-item-two:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  position: relative;
  z-index: 2;
}

@media (max-width: 992px) {
  .award-wrapper .award-item-two:nth-child(even) .award-icon {
    position: relative;
    top: -100px;
  }
}

@media (max-width: 767.98px) {
  .award-wrapper .award-item-two:nth-child(even) .award-icon {
    position: relative;
    top: auto;
  }
}

.award-wrapper .award-item-two:nth-child(even)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30%;
  top: 70px;
  right: 0px;
  background: #707176;
}

@media (max-width: 992px) {
  .award-wrapper .award-item-two:nth-child(even)::after {
    background: transparent;
  }
}

.award-wrapper .award-item-two:nth-child(even) .award-content {
  margin-bottom: 139px;
}

.award-wrapper .award-item-two:nth-child(even) .award-content::before {
  position: absolute;
  content: "";
  width: 105%;
  height: 1px;
  bottom: -71px;
  top: auto;
  left: 0;
  background: #707176;
}

.award-wrapper .award-item-two:nth-child(even) .award-content::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 25px;
  left: 0px;
  background: #707176;
}

@media (max-width: 992px) {
  .award-wrapper .award-item-two:nth-child(even) .award-content::after {
    background: transparent;
  }
}

.award-wrapper .award-item-two:nth-child(3)::after,
.award-wrapper .award-item-two:nth-child(1)::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  background: #ff9f3d;
  z-index: 2;
}

.award-wrapper .award-item-two:nth-child(1) .award-content {
  position: relative;
  z-index: 2;
}

.award-wrapper .award-item-two:nth-child(1) .award-content::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: -20px;
  right: 0px;
  background: #707176;
}

@media (max-width: 992px) {
  .award-wrapper .award-item-two:nth-child(1) .award-content::after {
    background: transparent;
  }
}

.award-wrapper .award-item-two:nth-child(3)::after {
  right: 0;
  left: auto;
}

.award-wrapper .award-item-two:nth-child(3) .award-content {
  position: relative;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .award-wrapper .award-item-two:nth-child(3) .award-content {
    margin-top: 160px;
  }
}

.award-wrapper .award-item-two:nth-child(3) .award-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: -40px;
  left: 0;
  background: #707176;
}

.award-wrapper .award-item-two:nth-child(3) .award-content::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #707176;
}

@media (max-width: 992px) {
  .award-wrapper .award-item-two:nth-child(3) .award-content::after {
    background: transparent;
  }
}

.award-wrapper .award-item-two::before {
  content: "0" counter(ol-counter);
  color: var(--tj-color-common-white);
  line-height: 1;
  font-weight: var(--tj-fw-medium);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ff9f3d;
  padding: 11px 22px;
  z-index: 4;
}

.award-wrapper .award-item-two .award-icon {
  margin-bottom: 56px;
}

@media (max-width: 992px) {
  .award-wrapper .award-item-two .award-icon {
    margin-bottom: 29px;
  }
}

.award-wrapper .award-item-two:nth-child(3) .award-icon {
  margin-bottom: 45px;
}

@media (max-width: 992px) {
  .award-wrapper .award-item-two:nth-child(3) .award-icon {
    margin-bottom: 10px;
  }
}

.award-wrapper .award-item-two .award-icon img {
  width: 140px;
}

@media (max-width: 992px) {
  .award-wrapper .award-item-two .award-icon img {
    width: 86px;
  }
}

.award-wrapper .award-item-two .award-content {
  margin-top: 45px;
  position: relative;
  z-index: 1;
}

@media (max-width: 992px) {
  .award-wrapper .award-item-two .award-content {
    font-size: 12px;
    margin-top: 97px;
  }
}

.award-wrapper .award-item-two .award-content::before {
  position: absolute;
  content: "";
  width: 105%;
  height: 1px;
  top: -60px;
  left: 0;
  background: #707176;
}

.award-wrapper .award-item-two .award-content span {
  display: block;
  color: #ff9f3d;
  font-size: 24px;
  margin-bottom: 5px;
}

.award-wrapper .award-item-two .award-content .title {
  margin-bottom: 20px;
}

.award-wrapper .award-item-two .desc {
  max-width: 300px;
  margin: 0 auto;
}

.award-wrapper .award-item-two .desc p {
  line-height: 1.8;
}

.award-wrapper .award-item-two .desc p:last-child {
  margin-bottom: 0;
}

.award-wrapper .award-item-two:hover::before {
  background-color: #ff9f3d;
  color: #1a1a1a;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .award-wrapper .award-item-two .award-content::before {
    top: -45px;
  }

  .award-wrapper .award-item-two .award-content .desc {
    max-width: 215px;
  }

  .award-wrapper .award-item-two:nth-child(3) .award-content::before {
    top: -25px;
  }

  .award-wrapper .award-item-two:nth-child(2) .award-content {
    margin-bottom: 210px;
  }

  .award-wrapper .award-item-two:nth-child(2) .award-content::before {
    bottom: -55px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .award-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .award-wrapper .award-item-two {
    width: 100%;
  }

  .award-wrapper .award-item-two::before {
    top: 44%;
  }

  .award-wrapper .award-item-two::after {
    display: none;
  }

  .award-wrapper .award-item-two .award-icon {
    margin-bottom: 70px;
  }

  .award-wrapper .award-item-two .award-content::after {
    display: none;
  }

  .award-wrapper .award-item-two .award-content::before {
    width: 100%;
  }

  .award-wrapper .award-item-two:nth-child(2)::before {
    top: 38%;
  }

  .award-wrapper .award-item-two:nth-child(2) .award-icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .award-wrapper .award-item-two:nth-child(2) .award-content {
    margin-bottom: 25px;
  }

  .award-wrapper .award-item-two:nth-child(2) .award-content::before {
    bottom: auto;
    top: -60px;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .list-style {
    display: flex;
    gap: 14px;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .list-style {
    flex-direction: column;
  }
}

.list-style .flex-ul {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .list-style .flex-ul {
    gap: 10px;
    flex-direction: column;
    margin-bottom: 0 !important;
  }
}

.list-style .flex-ul li {
  min-width: 300px;
  font-size: 16px;
  margin: 0 !important;
}

@media (max-width: 991.98px) {
  .list-style .flex-ul li {
    font-size: 14px;
    min-width: none;
  }
}

.list-style .flex-ul:not(:last-child) {
  margin-bottom: 24px;
}

.about-section {
  position: relative;
  background: url("../img/bread-2.jpg") top right/cover no-repeat;
  padding: 100px;
}

.about-content p {
  font-size: 24px;
  margin-bottom: 20px;
}

.about-content h2 {
  font-size: 46px;
  font-weight: 400;
  max-width: 510px;
  margin: 0 0 0;
}

.about-content .btn {
  border-radius: 5px;
  margin-top: 24px;
  color: #000;
  transition: 0.7s;
  padding: 12px 40px;
}

@media (max-width: 767.98px) {
  .about-content .btn {
    padding: 8px 20px;
    margin-top: 20px;
  }
}

.about-content .btn:hover {
  transition: 0.7s;
}

.about-content .btn:hover i {
  left: 12px;
  transition: 0.7s;
}

.about-content .btn i {
  position: relative;
  left: 8px;
  transition: 0.7s;
}

.message-section {
  padding: 80px 0;
}

.message-bg {
  padding: 50px;
  background: #ff9f3d;
  border-radius: 50px;
}

.message-left {
  margin-bottom: 20px;
}

.message-left h4 {
  font-size: 40px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 50px;
}

.message-left img {
  border-radius: 50px;
}

.message-content h6 {
  font-size: 24px;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 14px;
}

.message-content h4 {
  font-size: 40px;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 14px;
}

.message-content h5 {
  font-size: 24px;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 25px;
}

.message-content p {
  font-size: 18px;
  color: #FFF;
  margin-bottom: 20px;
}

.message-content p:last-child {
  margin-bottom: 0;
}

.about-us-section {
  padding: 0 0 90px;
}

.about-left {
  margin-bottom: 20px;
}

.about-left img {
  border-radius: 55px;
}

.about-text h4 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}

.about-text p {
  font-size: 18px;
}

.certificate-section {
  padding: 0 0 80px;
}

.certificate-head {
  text-align: center;
}

.certificate-head h4 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 60px;
}

.certificate-grid {
  padding: 24px;
  margin-bottom: 24px;
  background: #F8F3F3;
  min-height: 335px;
}

.product-banner {
  background: url("../img/bread-1.jpg") center right/cover no-repeat;
  padding: 100px 0;
}

.product-section {
  padding: 100px;
}

.product-card {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid #999999;
}

.product-card .product-imgs {
  margin-bottom: 40px;
}

.product-card .product-content h4 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  max-width: 400px;
  margin-bottom: 20px;
}

.product-card .ratings li span {
  font-weight: 500;
  color: #000000;
}

.product-card h5 {
  font-size: 18px;
  font-weight: 500;
  color: #ff9f3d;
  margin-top: 10px;
  margin-bottom: 20px;
}

/*.product-card p {*/
/*  font-size: 48px;*/
/*  font-weight: 700;*/
/*  margin: 0 0 5px 0;*/
/*  padding: 0;*/
/*  display: flex*/
/*}*/
.product-card p span {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  text-decoration: line-through;
}

.btn-padding {
  padding: 10px 20px;
}

.block-quote {
  border-left: 3px solid #ffffff;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.14);
}

@media (max-width: 991.98px) {
  .block-quote {
    flex-direction: column;
    gap: 10px;
    align-items: start !important;
    padding: 10px 15px;
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .block-quote {
    display: block !important;
  }
}

.block-quote p {
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .block-quote h5 {
    display: block !important;
  }
}

.block-quote.theme {
  border-left: 3px solid #093c5c;
  background-color: rgba(255, 159, 61, 0.14);
}

.block-quote.theme p {
  color: #ff9f3d;
}

.contact-section {
  padding: 80px 0;
}

@media (max-width: 767.98px) {
  .contact-section {
    padding: 40px 0;
  }
}

.contact-card {
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
}

.contact-card .card-body .contact-icon {
  font-size: 30px;
  margin-bottom: 15px;
  color: #ff9f3d;
}

.contact-card .card-body h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .contact-card .card-body h4 {
    font-size: 20px;
  }
}

.contact-card .card-body .btn-primary {
  border-radius: 8px;
  padding: 10px 30px;
}

@media (max-width: 767.98px) {
  .contact-card .card-body .btn-primary {
    padding: 8px 24px;
  }
}

.contact-title {
  font-size: 30px;
  color: #ff9f3d;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  .contact-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.contact-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #FFCE26;
}

.business-hours {
  background-color: #f8f9fa;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  .business-hours {
    padding: 20px;
    margin-bottom: 20px;
  }
}

.bulk-enquiries {
  background-color: #f8f9fa;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  .bulk-enquiries {
    padding: 20px;
    margin-bottom: 20px;
  }
}

.bulk-enquiries a {
  font-weight: 600;
  color: #ff9f3d;
}

.map-container {
  border-radius: 8px;
  overflow: hidden;
  height: 300px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.closing-section {
  background-color: #a5d8dd;
  padding: 80px 0;
  text-align: center;
}

@media (max-width: 767.98px) {
  .closing-section {
    padding: 40px 0;
  }
}

.social-links {
  margin-top: 20px;
}

.social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #ff9f3d;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.social-links a:hover {
  transform: translateY(-3px);
  background: #246685;
}

@media (max-width: 767.98px) {
  .contact-info h4 {
    font-size: 16px;
  }
}

.explore-banner {
  background: #1a1a1a;
  position: relative;
  z-index: 5;
  padding-bottom: 0;
  height: 590px;
}

.explore-banner:before {
  background: url("../img/explore-banner-img.jpg") center right/cover no-repeat;
  content: "";
  position: absolute;
  width: 1074px;
  height: 680px;
  right: -140px;
  top: 0;
  z-index: -1;
}

.explore-banner:after {
  background: linear-gradient(90deg, rgb(26, 26, 26) 36%, rgba(26, 26, 26, 0) 100%);
  content: "";
  position: absolute;
  width: 1074px;
  height: 680px;
  left: 0;
  top: 0;
  z-index: -1;
}

.explore-banner .banner-info-blk {
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-radius: 20px;
  padding: 50px;
  z-index: 5;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

@media (max-width: 767.98px) {
  .explore-banner .banner-info-blk {
    margin-bottom: 30px;
  }
}

@media (max-width: 1199.98px) {
  .explore-banner .banner-info-blk {
    padding: 30px;
  }
}

@media (max-width: 992px) {
  .explore-banner .banner-info-blk {
    padding: 20px;
  }
}

.explore-banner .banner-info-blk p {
  font-size: 27px;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

@media (max-width: 1199.98px) {
  .explore-banner .banner-info-blk p {
    font-size: 23px;
  }
}

@media (max-width: 992px) {
  .explore-banner .banner-info-blk p {
    font-size: 18px;
  }
}

@media (min-width: 1599.98px) {
  .explore-banner .banner-info-blk p {
    font-size: 30px;
  }
}

.explore-banner .banner-info-blk:before {
  background: url("../img/spot-4.png") bottom right/cover no-repeat;
  content: "";
  position: absolute;
  width: 627px;
  height: 405px;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.explore-banner h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  margin: 0;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199.98px) {
  .explore-banner h1 {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .explore-banner h1 {
    font-size: 20px;
  }
}

.explore-banner h1 span {
  padding: 0 10px;
}

.explore-banner h1 i {
  color: #ff9f3d;
  font-size: 15px;
}

.explore-banner h1:before {
  background: url("../img/focus-img.png") bottom right/cover no-repeat;
  content: "";
  position: absolute;
  width: 36px;
  height: 102px;
  left: 0;
  z-index: 1;
}

.explore-banner h1:after {
  background: url("../img/focus-img.png") bottom right/cover no-repeat;
  content: "";
  position: absolute;
  width: 36px;
  height: 102px;
  right: 0;
  transform: rotateY(-180deg);
  z-index: 1;
}

.shape-content-info p {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 30px;
  padding: 0;
}

@media (max-width: 767.98px) {
  .shape-img-blk {
    text-align: center;
  }
}

.shape-img-blk img {
  border-radius: 30px;
  box-shadow: 0 40px 40px rgba(200, 160, 90, 0.41);
}

.flex-card .card-theme1:not(:last-child) {
  margin-bottom: 20px;
}

.mt-10 {
  margin-top: 77px;
}

.flex-curve-blk {
  display: flex;
  justify-content: center;
  gap: 15px;
}

@media (max-width: 767.98px) {
  .flex-curve-blk {
    flex-direction: column;
  }
}

.flex-curve-blk .curve-img-blk {
  border: 1px dashed #ff9f3d;
  padding: 20px;
  border-radius: 230px;
}

@media (max-width: 767.98px) {
  .flex-curve-blk .curve-img-blk {
    text-align: center;
    border: 0px solid transparent;
  }
}

.flex-curve-blk ul li:not(:last-child) {
  margin-bottom: 50px;
}

.mt-150 {
  margin-top: 150px;
}

@media (max-width: 767.98px) {
  .mt-150 {
    margin-top: 50px;
  }
}

.mb-150 {
  margin-bottom: 150px;
}

@media (max-width: 767.98px) {
  .mb-150 {
    margin-bottom: 50px;
  }
}

.accordion-faq .accordion-item {
  border-radius: 10px;
  overflow: hidden;
  border: 0px solid transparent;
  background-color: rgba(235, 221, 196, 0.2);
}

.accordion-faq .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}

.accordion-faq .accordion-item .accordion-button {
  background-color: #ff9f3d;
  border-radius: 20px;
  color: #ffffff;
  border: 0px solid transparent;
}

.accordion-faq .accordion-item .accordion-button.collapsed {
  background-color: rgba(235, 221, 196, 0.2);
  color: #1a1a1a;
}

.accordion-faq .accordion-item .accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%231a1a1a' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 5L8 11L14 5'/%3E%3C/svg%3E");
}

.accordion-faq .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 5L8 11L14 5'/%3E%3C/svg%3E");
}

.accordion-faq .accordion-item .accordion-collapse .show .accordion-body {
  background-color: rgba(235, 221, 196, 0.2);
  padding: 10px;
}

.faq-section {
  padding: 80px 0;
}

@media (max-width: 767.98px) {
  .faq-section {
    padding: 40px 0;
  }
}

.faq-category {
  background-color: white;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #ff9f3d;
}

@media (max-width: 767.98px) {
  .faq-category {
    padding: 15px;
    margin-bottom: 20px;
  }
}

.category-title {
  color: #ff9f3d;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f1f1f1;
}

@media (max-width: 767.98px) {
  .category-title {
    font-size: 20px;
  }
}

.accordion-button {
  font-weight: 600;
  padding: 1rem 1.25rem;
  border: 0;
}

@media (max-width: 767.98px) {
  .accordion-button {
    font-size: 14px;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--primary-color);
  background-color: var(--light-green);
}

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

.accordion-body {
  padding: 1.25rem;
  background-color: white;
}

.highlight {
  color: var(--primary-color);
  font-weight: 600;
}

.support-section {
  background-color: rgba(255, 159, 61, 0.0588235294);
  padding: 30px 30px 22px;
  border-radius: 10px;
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .support-section {
    padding: 15px 15px 10px;
  }
}

.badge-custom {
  background-color: #ff9f3d;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 0.8rem;
  margin-right: 8px;
}

.certification-div {
  padding-top: 10px;
}

.certification-div .certification-badge {
  font-size: 14px;
  display: block;
  padding: 0 15px 8px 15px;
}

.certification-div .certification-badge:last-child {
  padding-bottom: 0;
}

.certification-div .certification-badge i {
  color: #71DE71;
}

.faq-nav {
  margin: 10px 0 0 20px;
}

.faq-nav li {
  list-style: disc;
  font-size: 14px;
  margin-bottom: 5px;
}

.faq-nav li:last-child {
  margin-bottom: 0;
}

.availability-list {
  list-style: none;
  padding: 0;
  margin: 10px 15px 0;
}

.availability-list li {
  margin-bottom: 0.5rem;
}

.availability-list li:last-child {
  margin-bottom: 0;
}

.availability-list li:before {
  content: "âœ“";
  color: #71DE71;
  font-weight: bold;
  margin-right: 0.5rem;
}

.testimonial-section {
  padding: 80px 0;
}

@media (max-width: 767.98px) {
  .testimonial-section {
    padding: 40px 0;
  }
}

.testimonial-card {
  position: relative;
  border-radius: 12px;
  transition: transform 0.3s ease;
  border-top: 5px solid #ff9f3d;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.testimonial-card::before {
  font-family: Georgia, serif;
  content: '"';
  font-size: 5rem;
  color: #ff9f3d;
  position: absolute;
  top: 10px;
  right: 20px;
  line-height: 1;
}

.testimonial-card .card-body .testimonial-content {
  position: relative;
  z-index: 1;
}

.testimonial-card .card-body .testimonial-content .testimonial-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #a5d8dd;
}

.testimonial-card .card-body .testimonial-content .testimonial-author {
  color: #ff9f3d;
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .testimonial-card .card-body .testimonial-content .testimonial-author {
    font-size: 16px;
  }
}

.testimonial-card .card-body .testimonial-content .testimonial-location {
  color: #6c757d;
  font-size: 0.9rem;
}

.testimonial-card .card-body .testimonial-content .rating {
  color: #ffc107;
  margin-bottom: 15px;
}

.testimonial-card .card-body .testimonial-content .testimonial-text {
  line-height: 1.6;
  color: #555;
}

.blog-section {
  padding: 100px 0;
}

@media (max-width: 767.98px) {
  .blog-section {
    padding: 40px 0;
  }
}

.category-nav,
.subscribe-form {
  border-radius: 12px;
}

.category-nav .category-link {
  display: block;
  padding: 10px 15px;
  color: var(--dark-color);
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
}

.category-nav .category-link:hover,
.category-nav .category-link.active {
  border-left: 3px solid #ff9f3d;
  background-color: #f8f9fa;
  color: #ff9f3d;
}

.blog-card {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card .blog-img {
  height: 200px;
  background-color: #a5d8dd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}

.blog-card .blog-img a {
  color: #ff9f3d;
}

.blog-card .blog-content {
  padding: 20px;
}

.blog-card .blog-content .blog-category {
  display: inline-block;
  background-color: #ff9f3d;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-card .blog-content .blog-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-card .blog-content .blog-title a {
  color: #ff9f3d;
}

.blog-card .blog-content .blog-excerpt {
  color: #000;
  margin-bottom: 15px;
}

.blog-card .blog-content .blog-meta {
  color: #6c757d;
  font-size: 0.9rem;
}

.cta-section {
  background-color: #a5d8dd;
  padding: 4rem 0;
  text-align: center;
}

.cta-section .social-share {
  margin-top: 20px;
}

.cta-section .social-share a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #ff9f3d;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.cta-section .social-share a:hover {
  transform: translateY(-3px);
  background: #246685;
}

.terms-section {
  padding: 20px 0 80px;
}

@media (max-width: 767.98px) {
  .terms-section {
    padding: 20px 0 40px;
  }
}

.terms-card {
  border-radius: 12px;
}

.terms-card .terms-info .terms-content {
  border-bottom: 1px solid #dfe4e9;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.terms-card .terms-info .terms-content:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

@media (max-width: 767.98px) {
  .terms-card .terms-info .terms-content {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.terms-card .terms-info .terms-content .terms-title {
  font-size: 22px;
}

@media (max-width: 767.98px) {
  .terms-card .terms-info .terms-content .terms-title {
    font-size: 18px;
  }
}

.terms-card .terms-info .terms-content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  margin-bottom: 15px;
  font-size: 15px;
  gap: 10px;
}

@media (max-width: 767.98px) {
  .terms-card .terms-info .terms-content p {
    font-size: 14px;
  }
}

.terms-card .terms-info .terms-content p:last-child {
  margin-bottom: 0;
}

.terms-card .terms-info .terms-content p i {
  position: relative;
  top: 2px;
  color: #ff9f3d;
}

.shop-banner-section {
  background: url("../img/about-bg.jpg") top right/cover no-repeat;
  padding: 59px 0;
}

@media (max-width: 767.98px) {
  .shop-banner-section {
    padding: 40px 0;
  }
}

.shop-section {
  padding: 80px 0;
}

@media (max-width: 767.98px) {
  .shop-section {
    padding: 40px 0;
  }
}

.choose-title {
  margin-bottom: 50px;
}

.choose-title h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 24px;
}

.choose-title h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #ff9f3d;
}

.shop-card {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.shop-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.shop-card .guarantee-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ff9f3d;
  color: #333;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 0.8rem;
}

.shop-card .product-image {
  height: 200px;
  background-color: #f0f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

img.product-imagex {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.shop-card .product-image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.shop-card .price {
  color: #ff9f3d;
  font-weight: bold;
  font-size: 1.5rem;
}

.shop-card .card-body .benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.8rem;
}

.shop-card .card-body .benefit-icon {
  color: #ff9f3d;
  margin-right: 10px;
  font-size: 1.2rem;
}

.trust-section {
  background-color: #f0f7ff;
  padding: 80px 0;
}

@media (max-width: 767.98px) {
  .trust-section {
    padding: 40px 0;
  }
}

.trust-badge {
  text-align: center;
  border-radius: 12px;
}

.trust-badge .trust-icon {
  font-size: 2rem;
  color: #ff9f3d;
  margin-bottom: 15px;
}

.assurance-section {
  background-color: #f0f7ff;
  padding: 0 0 80px;
}

@media (max-width: 767.98px) {
  .assurance-section {
    padding: 0 0 40px;
  }
}

.assurance-icon {
  border-radius: 12px;
}

.assurance-icon i {
  font-size: 2rem;
  color: #ff9f3d;
  margin-bottom: 15px;
}

.shop-bottom-section {
  background: linear-gradient(to right, #ff9f3d, #e31e24);
  padding: 80px 0;
  color: white;
}

@media (max-width: 767.98px) {
  .shop-bottom-section {
    padding: 40px 0;
  }
}

.shop-bottom-section .highlight {
  color: #ff9f3d;
  font-weight: bold;
}

.partner-banner-section {
  background: url("../img/bread-3.jpg") top right/cover no-repeat;
  padding: 100px 0;
  position: relative;
}

@media (max-width: 767.98px) {
  .partner-banner-section {
    padding: 40px 0;
  }
}

.blog-section {
  background: url("../img/bread-6.jpg") top right/cover no-repeat;
  padding: 100px 0;
  position: relative;
}

@media (max-width: 767.98px) {
  .blog-section {
    padding: 40px 0;
  }
}

.career-section {
  background: url("../img/career-bg.jpg") top right/cover no-repeat;
  padding: 59px 0;
  position: relative;
}

@media (max-width: 767.98px) {
  .career-section {
    padding: 40px 0;
  }
}

.contact-section {
  background: url("../img/bread-5.jpg") top right/cover no-repeat;
  padding: 100px 0;
  position: relative;
}

@media (max-width: 767.98px) {
  .contact-section {
    padding: 40px 0;
  }
}

.breadcrumb-section {
  background-color: #f0f7ff;
  position: relative;
}

.partner-top-section {
  padding: 80px 0;
  position: relative;
}

@media (max-width: 767.98px) {
  .partner-top-section {
    padding: 40px 0;
  }
}

.partner-title {
  margin-bottom: 30px;
}

.partner-title h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 24px;
}

.partner-title h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: #ff9f3d;
}

.stat-number {
  font-size: 40px;
  font-weight: bold;
  color: #ff9f3d;
}

@media (max-width: 991.98px) {
  .stat-number {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .stat-number {
    font-size: 20px;
  }
}

.benefits-section {
  padding: 80px 0;
  background: #f0f7ff;
}

@media (max-width: 767.98px) {
  .benefits-section {
    padding: 40px 0;
  }
}

.benefit-card {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  background: #f0f7ff;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.benefit-card .benefit-icon {
  font-size: 2.5rem;
  color: #ff9f3d;
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .benefit-card .benefit-icon {
    font-size: 30px;
  }
}

.partner-type-section {
  padding: 80px 0;
}

@media (max-width: 767.98px) {
  .partner-type-section {
    padding: 40px 0;
  }
}

.partner-type {
  background-color: #f0f7ff;
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 12px;
  transition: all 0.3s;
}

@media (max-width: 767.98px) {
  .partner-type {
    padding: 15px;
    margin-bottom: 15px;
  }
}

.partner-type:hover {
  background-color: #ff9f3d;
  color: white;
}

.partner-type:hover h5 {
  color: white;
}

@media (max-width: 767.98px) {
  .partner-type h5 {
    font-size: 16px;
  }
}

.enquiry-section {
  padding: 80px 0;
  position: relative;
}

@media (max-width: 767.98px) {
  .enquiry-section {
    padding: 40px 0;
  }
}

.enquiry-section .form-section {
  border-radius: 12px;
}

.enquiry-section .contact-info {
  background-color: #f0f7ff;
  color: white;
  padding: 20px;
  border-radius: 12px;
}

.enquiry-section .contact-icon {
  font-size: 20px;
  color: #ff9f3d;
  margin-right: 15px;
}

/* ============================================
   COMPREHENSIVE MOBILE RESPONSIVE FIXES
   ============================================ */

/* Base Mobile Fixes */
* {
  -webkit-tap-highlight-color: transparent;
}

html {
  overflow-x: hidden;
  width: 100%;
}


/* Container Fixes — match header/footer (1440px cap, 24px gutters) */
.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {

  .container,
  .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 575.98px) {

  .container,
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Storefront: one content width with the header (admin uses a separate CSS bundle) */
.main-wrapper .container {
  max-width: 1440px;
}

/* Image Responsiveness */
img {
  max-width: 100%;
  height: auto;
  display: block;
}


@media (max-width: 575.98px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 575.98px) {
  [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Navbar Mobile Fixes */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #ffffff;
    margin-top: 10px;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
  }

  .navbar-collapse .d-lg-flex {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    gap: 0;
  }

  .header-nav-left,
  .header-nav-right {
    flex-direction: column;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
  }

  .header-nav-left .nav-item,
  .header-nav-right .nav-item {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }

  .header-nav-left .nav-link,
  .header-nav-right .nav-link {
    margin: 0 !important;
    padding: 10px 0 !important;
    display: block !important;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px !important;
  }

  .header-nav-left .nav-item:last-child .nav-link,
  .header-nav-right .nav-item:last-child .nav-link {
    border-bottom: none;
  }

  .header-nav-right {
    margin-top: 10px !important;
    padding-top: 10px !important;
    border-top: 1px solid #f0f0f0;
  }

  /* Hide header-icons inside navbar-collapse on mobile - they're already visible in header */
  .navbar-collapse .header-icons {
    display: none !important;
  }

  .header-logo {
    left: 0 !important;
    transform: none !important;
    margin-right: auto !important;
    margin: 10px 0;
  }

  .header-logo img {
    max-width: 120px;
    height: auto;
    margin-top: 0%;
  }

  /* Fix for nested divs in navbar collapse */
  .navbar-collapse>div {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .navbar-collapse .navbar-nav {
    margin-bottom: 0 !important;
  }
}

.header-nav-left .nav-link:hover,
.header-nav-right .nav-link:hover {
  color: #c69933 !important;
  /* your hover color */
}

.header-nav-left .nav-link.active,
.header-nav-right .nav-link.active {
  color: #c69933 !important;
  /*font-weight: 600;*/
  /*position: relative;*/
}

/* Hero Section Mobile */
@media (max-width: 767.98px) {
  .hero-section {
    min-height: 400px !important;
    padding: 40px 0 !important;
  }

  .hero-content {
    text-align: center !important;
    padding: 20px 0 !important;
  }

  .hero-brand:not(.banner-section .hero-brand):not(.banner-section * .hero-brand) {
    font-size: 20px !important;
  }

  .hero-title:not(.banner-section .hero-title):not(.banner-section * .hero-title) {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }

  .hero-subtitle:not(.banner-section .hero-subtitle):not(.banner-section * .hero-subtitle) {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }

  .hero-cta:not(.banner-section .hero-cta):not(.banner-section * .hero-cta) {
    font-size: 16px !important;
    padding: 12px 30px !important;
    width: 100%;
    max-width: 250px;
  }

  .hero-products {
    margin-top: 30px;
  }

  .product-container {
    width: 90px !important;
    height: 200px !important;
  }

  .product-1,
  .product-2,
  .product-3 {
    margin-right: -15px !important;
  }

  .carousel-control {
    width: 40px !important;
    height: 40px !important;
  }

  .carousel-control.prev {
    left: 10px !important;
  }

  .carousel-control.next {
    right: 10px !important;
  }
}

/* Button Mobile Fixes */
@media (max-width: 575.98px) {
  .btn {
    padding: 10px 20px;
    font-size: 14px;
    min-height: 44px;
    /* Touch-friendly */
  }
}

/* Text Responsiveness */
@media (max-width: 575.98px) {

  h1:not(.banner-section h1),
  .h1:not(.banner-section .h1) {
    font-size: 24px !important;
  }

  h2,
  .h2 {
    font-size: 20px !important;
  }

  h3,
  .h3 {
    font-size: 18px !important;
  }

  h4,
  .h4 {
    font-size: 16px !important;
  }

  p {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* Form Mobile Fixes */
@media (max-width: 575.98px) {
  .form-control {
    font-size: 16px !important;
    /* Prevents zoom on iOS */
    min-height: 44px;
    /* Touch-friendly */
  }

  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="tel"],
  textarea {
    font-size: 16px !important;
  }
}

/* Table Mobile */
@media (max-width: 767.98px) {
  .table-responsive {
    -webkit-overflow-scrolling: touch;
  }

  table {
    font-size: 14px;
  }
}

/* Section Padding Mobile */
@media (max-width: 767.98px) {
  section {
    padding: 40px 20px !important;
  }
}

@media (max-width: 575.98px) {
  section {
    padding: 30px 12px !important;
  }
}

/* Flexbox Mobile Fixes */
@media (max-width: 767.98px) {
  .d-flex {
    flex-wrap: wrap;
  }
}

/* Grid System Mobile */
@media (max-width: 575.98px) {
  [class*="col-"] {
    margin-bottom: 15px;
  }

  [class*="col-"]:last-child {
    margin-bottom: 0;
  }
}

/* Prevent Text Overflow */
@media (max-width: 575.98px) {
  * {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .text-nowrap {
    white-space: normal !important;
  }
}

/* Modal Mobile */
@media (max-width: 575.98px) {
  .modal-dialog {
    margin: 10px;
  }

  .modal-content {
    border-radius: 8px;
  }
}

/* Dropdown Mobile */
@media (max-width: 767.98px) {
  .dropdown-menu {
    width: 100%;
    max-width: 100%;
  }
}

/* Card Mobile */
@media (max-width: 575.98px) {
  .card {
    margin-bottom: 15px;
  }
}

/* Spacing Mobile */
@media (max-width: 575.98px) {
  .mb-5 {
    margin-bottom: 2rem !important;
  }

  .mt-5 {
    margin-top: 2rem !important;
  }

  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

/* Utility Classes Mobile */
@media (max-width: 575.98px) {
  .text-center-mobile {
    text-align: center !important;
  }

  .w-100-mobile {
    width: 100% !important;
  }

  .d-none-mobile {
    display: none !important;
  }

  .d-block-mobile {
    display: block !important;
  }
}

/* Fix for iOS Safari viewport */
check demo tmoorwwo remove .banner-section .banner-info-blk span.sub-title {
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  padding-left: 68px;
  margin-bottom: 15px;
}

@media (min-width: 1599.98px) {
  .banner-section .banner-info-blk span.sub-title {
    font-size: 20px;
  }
}

.banner-section .banner-info-blk span.sub-title:before {
  width: 50px;
  height: 1px;
  content: "";
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.banner-section .banner-info-blk h1 {
  font-size: 48px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 25px;
}

@media (min-width: 1599.98px) {
  .banner-section .banner-info-blk h1 {
    font-size: 68px;
  }

  .banner-section .banner-info-blk h1 span {
    font-size: 50px;
  }
}

@media (max-width: 991.98px) {
  .banner-section .banner-info-blk h1 {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  .banner-section .banner-info-blk h1 {
    font-size: 36px;
  }
}

.banner-section .banner-info-blk h1 span {
  display: block;
  font-size: 56px;
  font-weight: bold;
  color: #FFCE26;
}

@media (max-width: 991.98px) {
  .banner-section .banner-info-blk h1 span {
    font-size: 46px;
  }
}

@media (max-width: 767.98px) {
  .banner-section .banner-info-blk h1 span {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .banner-section .banner-info-blk h1 {
    margin-bottom: 20px;
  }
}

.banner-section .banner-info-blk p {
  margin: 0;
  padding: 0;
  font-size: 24px;
}

@media (max-width: 1199.98px) {
  .banner-section .banner-info-blk p {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .banner-section .banner-info-blk p {
    font-size: 16px;
  }
}

/* Hero Banner Styling for banner-info-blk */
.banner-section .banner-info-blk {
  position: relative;
  z-index: 5;
  /*background: rgba(255, 255, 255, 0.1);*/
  /*-webkit-backdrop-filter: blur(20px);*/
  /*backdrop-filter: blur(20px);*/
  /*border-radius: 24px;*/
  /*box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);*/
  /*border: 1px solid rgba(255, 255, 255, 0.2);*/
  max-width: 650px;
  padding: 50px 50px;
  animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1199.98px) {
  .banner-section .banner-info-blk {
    padding: 50px 40px;
    max-width: 600px;
  }
}

@media (max-width: 991.98px) {
  .banner-section .banner-info-blk {
    padding: 40px 30px;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .banner-section .banner-info-blk {
    padding: 30px 20px;
    border-radius: 16px;
  }
}

/* Hero Brand Styling */
.banner-section .banner-info-blk .hero-brand {
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000;
  font-family: "Anek Latin", sans-serif;
  margin-bottom: 15px;
  display: block;
  opacity: 0.9;
}

@media (min-width: 1599.98px) {
  .banner-section .banner-info-blk .hero-brand {
    font-size: 35px;
  }
}

@media (max-width: 991.98px) {
  .banner-section .banner-info-blk .hero-brand {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}

@media (max-width: 767.98px) {
  .banner-section .banner-info-blk .hero-brand {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

/* Hero Title Enhancement */
.banner-section .banner-info-blk .hero-title {
  font-size: 56px;
  font-weight: 700;
  color: #093C5C;
  margin-bottom: 20px;
  font-family: "Anek Latin", sans-serif;
  line-height: 1.2;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

@media (min-width: 1599.98px) {
  .banner-section .banner-info-blk .hero-title {
    font-size: 60px;
  }
}

@media (max-width: 991.98px) {
  .banner-section .banner-info-blk .hero-title {
    font-size: 42px;
  }
}

@media (max-width: 767.98px) {
  .banner-section .banner-info-blk .hero-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}

/* Hero Subtitle Enhancement */
.banner-section .banner-info-blk .hero-subtitle {
  font-size: 60px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 30px;
  font-family: "Anek Latin", sans-serif;
  line-height: 1.4;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1599.98px) {
  .banner-section .banner-info-blk .hero-subtitle {
    font-size: 60px;
  }
}

@media (max-width: 991.98px) {
  .banner-section .banner-info-blk .hero-subtitle {
    font-size: 26px;
  }
}

@media (max-width: 767.98px) {
  .banner-section .banner-info-blk .hero-subtitle {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

/* Enhanced Button Group for Hero */
.banner-section .banner-info-blk .btn-group {
  margin-top: 0px !important;

}

@media (max-width: 767.98px) {
  .banner-section .banner-info-blk .btn-group {
    margin-top: 25px;
  }
}

.banner-section .banner-info-blk .btn-group .btn-style {
  background: #093C5C;
  color: #ffffff;
  padding: 16px 40px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  border: none;
  /*box-shadow: 0 4px 15px rgba(255, 206, 38, 0.4);*/
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}

.banner-section .banner-info-blk .btn-group .btn-style:hover {
  background: #c69933;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgb(162 125 0 / 60%);
  color: #fff;
}

.banner-section .banner-info-blk .btn-group .btn-style:active {
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .banner-section .banner-info-blk .btn-group .btn-style {
    font-size: 16px;
    padding: 14px 35px;
  }
}

@media (max-width: 767.98px) {
  .banner-section .banner-info-blk .btn-group .btn-style {
    font-size: 14px;
    padding: 12px 30px;
    width: 100%;
    max-width: 280px;
  }
}

/*.banner-section.banner-gif {*/
/*  color: #ffffff;*/
/*background: #004394;*/
/*min-height: 500px;*/
/*z-index:-1;*/
/*}*/
@media (min-width: 1599.98px) {
  .banner-section.banner-gif {
    min-height: 662px;
  }
}

@media (max-width: 991.98px) {
  .banner-section.banner-gif {
    min-height: inherit;
  }
}

.logo {
  position: relative;
  z-index: 999 !important;
}

.site-header {
  z-index: 999 !important;
}

/* Bootstrap carousel controls */
.banner-section .carousel-control-prev,
.banner-section .carousel-control-next {
  z-index: 10;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.banner-section .carousel-control-prev {
  left: 30px;
}

.banner-section .carousel-control-next {
  right: 30px;
}

.banner-section .carousel-control-prev:hover,
.banner-section .carousel-control-next:hover {
  background: rgb(250 250 250 / 9%);
  border-color: #093C5C;
}

@media (max-width: 991.98px) {
  .banner-section .carousel-control-prev {
    left: 15px;
  }

  .banner-section .carousel-control-next {
    right: 15px;
  }
}

@media (max-width: 767.98px) {

  .banner-section .carousel-control-prev,
  .banner-section .carousel-control-next {
    width: 40px;
    height: 40px;
  }
}

/* Home honey banner (cream split layout, vertical dots) */
.banner-section.banner-honey {
  color: #1a1a1a;
  overflow: visible;
}

.banner-section.banner-honey .banner-info-blk {
  margin-top: 0 !important;
}

.banner-section.banner-honey .banner-honey-slide-inner {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  background-color: #faf6ef;
  background-image:
    radial-gradient(ellipse 80% 60% at 12% 18%, rgba(201, 162, 39, 0.07) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 92% 8%, rgba(201, 162, 39, 0.06) 0%, transparent 50%),
    repeating-linear-gradient(
      -12deg,
      transparent,
      transparent 24px,
      rgba(201, 162, 39, 0.03) 24px,
      rgba(201, 162, 39, 0.03) 25px
    );
}

/* Framed banner art: 682c3a648fad11747728996.jpg (honey), 682af2048b0371747644932.jpg (turmeric) */
.banner-section.banner-honey .banner-honey-slide-inner--bg-honey {
  background-image:
   
    url("../img/682c3a648fad11747728996.jpg");
  background-size: cover;
  background-position: center;
}

.banner-section.banner-honey .banner-honey-slide-inner--bg-spice {
  background-image:
    
    url("../img/682af2048b0371747644932.jpg");
  background-size: cover;
  background-position: center;
}
.banner-section.banner-honey .banner-honey-slide-inner--bg-melted {
  background-image:
    
    url("../img/6798e0f26968b1738072306.webp");
  background-size: cover;
  background-position: center;
}
.banner-section.banner-honey .banner-honey-slide-inner--bg-liquid {
  background-image:
    
    url("../img/6798e12f39d761738072367.webp");
  background-size: cover;
  background-position: center;
}
.banner-section.banner-honey .banner-honey-bee {
  position: absolute;
  left: 2%;
  bottom: 6%;
  width: min(36vw, 168px);
  height: auto;
  z-index: 3;
  pointer-events: none;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.12));
}

.banner-section.banner-honey .banner-honey-bee--alt {
  left: auto;
  right: 4%;
  bottom: 10%;
  width: min(32vw, 150px);
}

@media (max-width: 991.98px) {
  .banner-section.banner-honey .banner-honey-bee {
    width: min(42vw, 120px);
    bottom: 4%;
    opacity: 0.92;
  }

  .banner-section.banner-honey .banner-honey-bee--alt {
    width: min(38vw, 110px);
  }
}

@media (max-width: 575.98px) {
  .banner-section.banner-honey .banner-honey-bee,
  .banner-section.banner-honey .banner-honey-bee--alt {
    display: none;
  }
}

.banner-section.banner-honey .banner-honey-slide-inner .container {
  z-index: 2;
}

@media (max-width: 991.98px) {
  .banner-section.banner-honey .banner-honey-slide-inner {
    min-height: 520px;
    padding-bottom: 1rem;
  }
}

@media (max-width: 575.98px) {
  .banner-section.banner-honey .banner-honey-slide-inner {
    min-height: 420px;
  }
}

.banner-section.banner-honey .banner-honey-copy {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.banner-section.banner-honey .banner-honey-copy .btn-group {
  display: inline-flex;
  justify-content: center;
  width: auto;
  max-width: 100%;
}

.banner-section.banner-honey .banner-honey-copy .btn-group > .btn-see-more {
  flex: 0 0 auto;
}

.banner-section.banner-honey .banner-info-blk .hero-brand.hero-brand-script {
  font-family: Allison, cursive;
  font-size: clamp(2rem, 4.5vw, 8.8rem);
  font-weight: 400;
  color: #eeb057;
  text-transform: none !important;
  letter-spacing: 0.02em !important;
  margin-bottom: 0.5rem;
  opacity: 1;
  line-height: 1.05;
}

.banner-section.banner-honey .hero-title-honey {
  font-family: "Jost", sans-serif;
  font-size: clamp(2.35rem, 5.2vw, 3.65rem);
  font-weight: 700;
  color: #000000 !important;
  line-height: 1.12;
  margin-bottom: 1.35rem;
  text-shadow: none !important;
}

.banner-section.banner-honey .hero-title-honey__line2 {
  display: block;
  margin-top: 0.08em;
  font-weight: 700;
  color: #000;
}

.banner-section.banner-honey .hero-lead {
  font-family: "Jost", sans-serif;
  font-size: clamp(0.9375rem, 1.85vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.65;
  color: #3d4a5c;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 26rem;
  text-align: center;
}

@media (min-width: 992px) {
  .banner-section.banner-honey .hero-lead {
    font-size: clamp(1rem, 1.25vw, 1.125rem);
  }
}

.banner-section.banner-honey .btn-see-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 1.5rem;
  font-family: "Jost", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #000000 !important;
  background: transparent !important;
  border: 1px solid #111111 !important;
  border-radius: 4px;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.02em;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.banner-section.banner-honey .btn-see-more:hover {
  background: rgba(17, 17, 17, 0.06) !important;
  color: #000 !important;
  transform: none;
  box-shadow: none;
}

.banner-section.banner-honey .btn-see-more .ti-arrow-right {
  font-size: 1.1rem;
}

.banner-section.banner-honey .banner-honey-img {
  max-height: min(420px, 52vh);
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.08));
}

.banner-section.banner-honey .banner-honey-img--turmeric {
  max-height: min(440px, 54vh);
  filter: drop-shadow(0 16px 36px rgba(0, 0, 0, 0.1));
}

.banner-section.banner-honey .carousel-indicators-honey {
  position: absolute;
  left: auto;
  right: 12px;
  top: 0;
  bottom: 0;
  transform: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 6;
  pointer-events: none;
}

.banner-section.banner-honey .carousel-indicators-honey [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.22);
  opacity: 1;
  text-indent: unset;
  pointer-events: auto;
}

.banner-section.banner-honey .carousel-indicators-honey [data-bs-target].active {
  background: transparent;
  border: 2px solid #111111;
  width: 12px;
  height: 12px;
}

@media (max-width: 575.98px) {
  .banner-section.banner-honey .carousel-indicators-honey {
    right: 6px;
    gap: 8px;
  }
}

.banner-section.banner-honey.carousel {
  position: relative;
}

/* Popular Categories (below honey banner) */
.popular-categories-section {
  background-color: #f4f4f5;
  overflow: visible;
  padding-top: 12rem;
  padding-bottom: 100px;
}

.popular-categories-section .row {
  overflow: visible;
}

.popular-categories-section .row > [class*="col-"] {
  overflow: visible;
}

.popular-categories-kicker {
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #e31e24;
  text-transform: uppercase;
  margin: 0;
}

.popular-categories-title {
  font-family: "Jost", sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: #111111;
  line-height: 1.2;
}

.popular-categories-cta {
  font-family: "Jost", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 0.65rem 1.35rem;
  border-radius: 10px;
  background-color: #e31e24;
  border: none;
  color: #ffffff !important;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.popular-categories-cta .ti-arrow-right {
  font-size: 1.1rem;
  transition: transform 0.2s ease;
}

.popular-categories-cta:hover,
.popular-categories-cta:focus-visible {
  background-color: #c41a1f;
  color: #ffffff !important;
}

.popular-categories-cta:hover .ti-arrow-right,
.popular-categories-cta:focus-visible .ti-arrow-right {
  transform: translateX(4px);
}

.popular-category-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding: 1.35rem 1.2rem 1.35rem 1.65rem;
  min-height: 5.75rem;
  background: #ffffff;
  /* border-radius: 12px; */
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: visible;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.popular-category-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border-color: rgba(227, 30, 36, 0.25);
  color: inherit;
  transform: translateY(-2px);
}

.popular-category-card:hover .popular-category-card__title {
  color: #e31e24;
}

.popular-category-card:hover .popular-category-card__arrow {
  color: #e31e24;
  transform: translateX(4px);
}

.popular-category-card__icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-left: -50px;
  margin-right: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.popular-category-card__icon img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.popular-category-card__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 0.35rem;
  padding-right: 0.5rem;
}

.popular-category-card__title {
  font-family: "Jost", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #111111;
  line-height: 1.28;
  transition: color 0.2s ease;
}

.popular-category-card__sub {
  font-family: "Jost", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #111111;
  line-height: 1.4;
}

.popular-category-card__arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin-left: auto;
  padding-left: 0.35rem;
  font-size: 2.25rem;
  font-weight: 400;
  color: #111111;
  transition: color 0.2s ease, transform 0.2s ease;
}

.popular-category-card--accent .popular-category-card__arrow {
  color: #e31e24;
}

@media (max-width: 575.98px) {
  .popular-category-card {
    padding: 1.2rem 1rem 1.2rem 1.35rem;
    min-height: 0;
  }

  .popular-category-card__icon {
    width: 68px;
    height: 68px;
    margin-left: -22px;
    margin-right: 0.5rem;
  }

  .popular-category-card__icon img {
    width: 56px;
    height: 56px;
  }

  .popular-category-card__title {
    font-size: 1rem;
  }

  .popular-categories-header {
    text-align: center;
  }

  .popular-categories-header .col-lg-auto {
    width: 100%;
  }

  .popular-categories-cta {
    width: 100%;
  }
}


/* Scientific Breakthrough Section - New Styles */
.scientific-section {
  position: relative;
  width: 100%;
  min-height: 680px;
  background-color: #ffffff;
  background-image: url('../img/b16fa542260d7bb236a99b9501340190918f0003.png');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.scientific-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 24px;
  box-sizing: border-box;
}

.scientific-content {
  max-width: 620px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.scientific-subtitle {
  font-family: 'Rubik', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.18;
  color: #000000;
  margin: 0;
}

.scientific-title {
  font-family: 'Anek Latin', sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.1;
  color: #093c5c;
  margin: 28px 0 0 0;
}

.scientific-description {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44;
  color: #000000;
  margin: 16px 0 0 0;
}

.scientific-button {
  margin-top: 34px;
  display: inline-block;
  padding: 13px 31px;
  border: 2px solid #093c5c;
  border-radius: 16px;
  color: #093c5c;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.18;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}

.scientific-button:hover {
  background-color: #093c5c;
  border: 1px solid #093c5c;
  color: #ffffff;
}

/* Responsive Styles for Scientific Section */
@media (max-width: 1024px) {
  .scientific-container {
    padding: 80px 24px;
  }

  .scientific-content {
    max-width: 50%;
  }

  .scientific-title {
    font-size: 48px;
  }

  .scientific-subtitle {
    font-size: 20px;
  }

  .scientific-description {
    font-size: 16px;
  }

  .scientific-button {
    font-size: 20px;
    padding: 12px 28px;
  }
}

@media (max-width: 768px) {
  .scientific-section {
    background-position: 80% center;
    min-height: auto;
  }

  .scientific-container {
    padding: 60px 24px;
  }

  .scientific-content {
    max-width: 100%;
    align-items: center;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 30px;
    border-radius: 16px;
  }
}

@media (max-width: 480px) {
  .scientific-container {
    padding: 40px 20px;
  }

  .scientific-content {
    padding: 20px;
  }

  .scientific-title {
    font-size: 36px;
  }

  .scientific-subtitle {
    font-size: 18px;
  }

  .scientific-description {
    font-size: 15px;
  }

  .scientific-button {
    font-size: 18px;
    padding: 10px 24px;
  }
}

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

/* Modern Products Section Styles */
:root {
  --color-primary: #093c5c;
  --color-secondary: #c69933;
  --color-accent-light: #EFD078;
  --color-accent-dark: #efd078;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-border: #b2b2b2;
  --color-text-light: #6d6868;
  --font-title: 'Anek Latin', sans-serif;
  --font-body: 'Rubik', sans-serif;
}


.products-section {
  padding: 60px 20px;
  background-color: #ffffff;
}

/*.container {*/
/*    max-width: 1202px;*/
/*    margin: 0 auto;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/

.products-title {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 58px;
  color: var(--color-primary);
  text-align: left;
  margin: 0 0 70px 0;
}

.product-categories {
  margin-bottom: 41px;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 218px;
  height: 181px;
  padding: 25px 10px;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 26px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
}


.category-item {
  transition: background-color 0.3s, transform 0.3s;
}

.category-item:hover {
  background-color: rgba(246, 227, 162, 0.3);
  transform: translateY(-5px) scale(1.05);
}

.category-item.active {
  background-color: var(--color-accent-light);
  animation: pulse 2s ease infinite;
}

/* Vertical Navigation Styles for Shop Page */
.shop-nav-vertical {
  margin-bottom: 0;
}

.shop-nav-vertical .category-list-vertical {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.shop-nav-vertical .category-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  padding: 14px 16px;
  background-color: var(--color-white);
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 14px;
}

.shop-nav-vertical .category-item:hover {
  background-color: rgba(246, 227, 162, 0.15);
  border-color: #c69933;
  transform: none;
}

.shop-nav-vertical .category-item.active {
  background-color: #EFD078;
  border-color: #c69933;
  border-width: 1px;
  animation: none;
  box-shadow: 0 2px 4px rgba(198, 153, 51, 0.1);
}

.shop-nav-vertical .category-icon-wrapper {
  height: 32px;
  width: 32px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  flex-shrink: 0;
}

.shop-nav-vertical .category-icon-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.shop-nav-vertical .category-name {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-black);
  text-align: left;
  flex: 1;
  line-height: 1.4;
}

.category-icon-wrapper {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.category-icon-wrapper img {
  max-width: 100%;
  max-height: 100%;
}

.category-name {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  color: var(--color-black);
  text-align: center;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px 24px;
  width: 100%;
}

/*shop page css*/
.product-gridx {
  display: flex;
  /*grid-template-columns: repeat(4, 1fr);*/
  /*gap: 45px 24px;*/
  width: 100%;
}

.product-card {
  background-color: var(--color-white);
  /* border-radius: 20px; */
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  /*transition: transform 0.3s, box-shadow 0.3s;*/
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

.product-card:nth-child(1) {
  animation-delay: 0.1s;
}

.product-card:nth-child(2) {
  animation-delay: 0.2s;
}

.product-card:nth-child(3) {
  animation-delay: 0.3s;
}

.product-card:nth-child(4) {
  animation-delay: 0.4s;
}

.product-card:nth-child(5) {
  animation-delay: 0.5s;
}

.product-card:nth-child(6) {
  animation-delay: 0.6s;
}

.product-card:nth-child(7) {
  animation-delay: 0.7s;
}

.product-card:nth-child(8) {
  animation-delay: 0.8s;
}

.product-card:hover {
  /*transform: translateY(-10px) scale(1.02);*/
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.25);
}

.product-card:hover .product-image {
  /*transform: scale(1.05);*/
}

.product-image-wrapper {
  position: relative;
}

.products-section .product-image-wrapper::after,
.product-top::after,
.product_img::after,
.shop-pcard-img-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25px;
  background-image: url("../img/vimmies_01.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}

.product-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  /*transition: transform 0.5s ease;*/
}


.favorite-button {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 41px;
  height: 41px;
  background-color: var(--color-accent-dark);
  border: none;
  border-radius: 7px;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.favorite-button img {
  width: 20px;
  height: 20px;
}

.product-details {
  padding: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}

.product-name {
  font-family: var(--font-body);
  font-size: 22px;
  font-weight: 500;
  color: var(--color-black);
  margin: 0 0 8px 0;
}

.product-price {
  font-family: var(--font-body);
  font-size: 24px !important;
  font-weight: 500;
  color: var(--color-black);
  margin: 0 0 18px 0;
}

.original-price {
  font-weight: 300;
  text-decoration: line-through;
  color: var(--color-text-light);
  margin-left: 8px;
}

.add-to-cart-button {
  background-color: var(--color-primary);
  color: var(--color-white);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  border: none;
  /* border-radius: 15px; */
  padding: 8px 0;
  width: 194px;
  transition: background-color 0.3s;
  margin-top: auto;
}

.add-to-cart-button:disabled,
.add-to-cart-button[disabled] {
  background-color: #093c5c82 !important;
  border-color: #093c5c82 !important;
  cursor: not-allowed;
  opacity: 1;
  /* Ensure full opacity if they want exact same look, or leave slight opacity */
  box-shadow: none;
}

.add-to-cart-button:hover {
  background-color: var(--color-secondary);
  border: 1px solid #c69933
}

/* Home products grid — reference card layout */
.products-see-all {
  font-family: "Jost", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #e31e24;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  background: none;
  border: none;
  padding: 0;
  white-space: nowrap;
}

.products-see-all:hover,
.products-see-all:focus-visible {
  color: #c41a1f;
}

.products-section .product-card {
  background-color: #f7f7f7;
  border: none;
  box-shadow: none;
}

.products-section .product-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.products-section .product-image-wrapper {
  background-color: #f8f8f8;
  margin-bottom: 1.5rem;
}

.product-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background-color: #e31e24;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.35rem 0.65rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 2px;
  pointer-events: none;
}

.products-section .product-card-badge {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.products-section .product-card-hover-actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.65rem;
  padding: 0 0.75rem 1rem;
  pointer-events: none;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.products-section .product-card:hover .product-card-hover-actions {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.products-section .product-card-hover-btn {
  position: relative;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #111111;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, transform 0.2s ease;
  pointer-events: auto;
}

.products-section .product-card-hover-btn .ti {
  font-size: 1.125rem;
  line-height: 1;
}

.products-section .product-card-hover-btn:hover,
.products-section .product-card-hover-btn:focus-visible {
  background-color: #2a2a2a;
  transform: scale(1.06);
  outline: none;
}

.products-section .product-card-hover-label {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  z-index: 4;
  transform: translate3d(-50%, 4px, 0);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  font-family: "Jost", sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #111111;
  background-color: #ffffff;
  padding: 0.35rem 0.5rem;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  white-space: nowrap;
  pointer-events: none;
}

.products-section .product-card-hover-btn:hover .product-card-hover-label,
.products-section .product-card-hover-btn:focus-visible .product-card-hover-label {
  opacity: 1;
  visibility: visible;
  transform: translate3d(-50%, 0, 0);
}

@media (hover: none) {
  .products-section .product-card-hover-actions {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}

.products-section .product-details {
  padding: 1.125rem 1rem 1.25rem;
  background-color: transparent;
}

.products-section .product-details__title-link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  text-align: center;
}

.products-section .product-name {
  font-weight: 600;
  font-family: "Jost", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.35;
  color: #111111;
}

.products-section .product-card-rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  margin: 0 0 10px 0;
  color: #d4d4d4;
  line-height: 1;
}

.products-section .product-card-rating .ti {
  font-size: 1.05rem;
}

.products-section .product-price {
  color: #e31e24 !important;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  font-size: 1.375rem;
}

.products-section .product-price .original-price {
  color: #8a8a8a;
  font-weight: 400;
}

.products-section .add-to-cart-button--outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 100%;
  padding: 0.75rem 1rem;
  margin-top: auto;
  background-color: #ffffff;
  color: #111111;
  border: 1px solid #111111;
  /* border-radius: 10px; */
  text-transform: none;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: 0.9375rem;
  font-family: "Jost", sans-serif;
}

.products-section .add-to-cart-button--outline:hover:not(:disabled) {
  background-color: #e31e24;
  color: #ffffff;
  border-color: #e31e24;
  filter: none;
}

.products-section .add-to-cart-button__plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #111111;
  color: #ffffff;
  flex-shrink: 0;
  -webkit-transition: background-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.products-section .add-to-cart-button__plus .ti {
  font-size: 0.75rem;
  font-weight: 700;
  color: inherit;
}

.products-section .add-to-cart-button--outline:hover:not(:disabled) .add-to-cart-button__plus {
  background-color: #ffffff;
  color: #e31e24;
}

.products-section .add-to-cart-button--outline:hover:not(:disabled) .add-to-cart-button__plus .ti {
  color: #e31e24;
}

.products-section .add-to-cart-button--outline:disabled,
.products-section .add-to-cart-button--outline[disabled] {
  background-color: #ececec !important;
  border-color: #b0b0b0 !important;
  color: #666666 !important;
  cursor: not-allowed;
  opacity: 1;
}

.products-section .add-to-cart-button--outline:disabled .add-to-cart-button__plus,
.products-section .add-to-cart-button--outline[disabled] .add-to-cart-button__plus {
  background-color: #888888;
}

/* Home: About Us (honey band + story slider, below products) */
.home-about-area,
.about-area {
  --home-about-honey: #fdc826;
  position: relative;
  padding: 13rem 0;
  background-color: var(--home-about-honey);
  overflow: visible;
  z-index: 0;
}

.home-about-area::before,
.about-area::before {
  content: "";
  display: block;
  width: 100%;
  min-width: 100%;
  min-height: 159px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg-top-1-about.png") no-repeat;
  filter: invert(1) brightness(100);
  pointer-events: none;
  z-index: 1;
}

.home-about-area::after,
.about-area::after {
  content: "";
  display: block;
  min-width: 800px;
  min-height: 159px;
  position: absolute;
  bottom: -17%;
  right: 0;
  background: url("../img/bg-top-policy.png") no-repeat;
  background-position: right bottom;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}

.home-about-area .container,
.about-area .container {
  position: relative;
  z-index: 1;
}

.home-about-area .section-header-area {
  margin-bottom: 2.25rem;
}

.home-about-area .sub-title {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #e31e24;
  margin-bottom: 0.5rem;
  text-transform: none;
  letter-spacing: 0.02em;
}

.home-about-area .section-title {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1.25;
  color: #1a1a1a;
  margin: 0;
}

.home-about-area .section-title span {
  display: inline;
}

.home-about-area .primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.35rem;
  background-color: #e31e24;
  color: #ffffff !important;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.home-about-area .primary-btn:hover {
  background-color: #c41a20;
  color: #ffffff !important;
}

.home-about-area .story-box-slide {
  margin: 0 -0.5rem;
  position: relative;
}

.home-about-area .single-story-box {
  margin: 0 0.5rem;
  padding: 1.5rem 1.35rem;
  min-height: 220px;
  background-color: #fffbf2;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.home-about-area .story-title {
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #e31e24;
  margin: 0 0 0.85rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e31e24;
}

.home-about-area .story-year {
  display: inline-block;
}

.home-about-area .story-content {
  font-family: "Jost", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #596680;
  margin: 0;
}

.home-about-area .story-content p {
  margin: 0;
}

.home-about-area .story-lead {
  font-weight: 600;
  color: #596680;
}

.home-about-area .home-about-slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #3d2914;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.home-about-area .home-about-slick-arrow:hover {
  background-color: #2a1c0e;
}

.home-about-area .home-about-slick-arrow i {
  font-size: 1.125rem;
  line-height: 1;
}

.home-about-area .home-about-slick-prev {
  left: -8px;
}

.home-about-area .home-about-slick-next {
  right: -8px;
}

.home-about-area .slick-dots {
  position: relative;
  bottom: auto;
  margin-top: 1.5rem;
  padding: 0;
  list-style: none;
  display: flex !important;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.home-about-area .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}

.home-about-area .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background-color: #1a1a1a;
  opacity: 0.35;
  font-size: 0;
  line-height: 0;
  border: 2px solid transparent;
}

.home-about-area .slick-dots li.slick-active button {
  opacity: 1;
  background-color: transparent;
  border-color: #1a1a1a;
  box-shadow: inset 0 0 0 2px #1a1a1a;
}

@media (max-width: 767px) {
  .home-about-area,
  .about-area {
    padding: 2.75rem 0 3.5rem;
  }

  .home-about-area .section-header-area {
    margin-bottom: 1.75rem;
  }

  .home-about-area .primary-btn {
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }

  .home-about-area .home-about-slick-prev {
    left: 0;
  }

  .home-about-area .home-about-slick-next {
    right: 0;
  }

  .home-about-area::after,
  .about-area::after {
    min-width: 100%;
    width: 100%;
    left: 0;
    right: 0;
    background-position: center bottom;
    background-size: 100% auto;
  }
}

/* Trending Products (below About) */
.trending-products-section {
  position: relative;
  padding: 8rem 0 4.5rem;
  background-color: #ffffff;
  overflow: hidden;
}

.trending-products-section::before {
  content: "";
  position: absolute;
  top: -15px;
  right: 0;
  width: 100%;
  height: 160px;
  background: url("../img/bg-top-policy.png") no-repeat right top;
  /* background-size: contain; */
  pointer-events: none;
  z-index: 0;
  /* opacity: 0.85; */
}

.trending-products-section .container {
  position: relative;
  z-index: 1;
}

.trending-products-kicker {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #e31e24;
  letter-spacing: 0.02em;
}

.trending-products-title {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 2.8vw, 2.125rem);
  line-height: 1.2;
  color: #1a1a1a;
}

.trending-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  justify-content: flex-start;
}

@media (min-width: 992px) {
  .trending-tabs {
    justify-content: flex-end;
  }
}

.trending-tab {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  /* letter-spacing: 0.06em; */
  text-transform: uppercase;
  color: #8a8a8a;
  background: none;
  border: none;
  padding: 0 0 0.35rem;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  line-height: 1.2;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.trending-tab:hover:not(.is-active),
.trending-tab:focus-visible:not(.is-active) {
  color: #c41a20;
  border-bottom-color: rgba(227, 30, 36, 0.35);
  outline: none;
}

.trending-tab.is-active {
  color: #e31e24;
  border-bottom-color: #e31e24;
}

.trending-panel {
  display: none;
  margin-top: 6rem;
}

.trending-panel.is-active {
  display: block;
}

.trending-products-row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}

@media (min-width: 992px) {
  .trending-products-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }
}

.trending-products-row > [class*="col-"] {
  display: flex;
}

.trending-products-empty {
  font-family: "Jost", sans-serif;
  color: #596680;
  text-align: center;
  padding: 2rem;
}

.trending-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  border-radius: 2px;
  /* transition: box-shadow 0.25s ease, transform 0.2s ease; */
}

.trending-card:hover {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  /* transform: translateY(-2px); */
}

.trending-card:hover .trending-card__bar {
  background-color: #c41a20;
}

.trending-card__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: border-box;
  min-height: 5rem;
  background-color: #ebebeb;
  padding: 0.65rem 0.65rem 0.7rem;
  text-align: center;
}

.trending-card__name-link {
  text-decoration: none;
  color: inherit;
}

.trending-card__name-link:hover .trending-card__name {
  color: #e31e24;
}

.trending-card__name {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: clamp(0.6875rem, 1.1vw, 0.8125rem);
  font-weight: 400;
  line-height: 1.3;
  color: #1a1a1a;
  margin: 0 0 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.trending-card__price {
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem 0 !important;
  color: #e31e24;
  
}

.trending-card__media {
  position: relative;
  background-color: #f5f5f5;
  flex-shrink: 0;
  /* height: 252px; */
  overflow: hidden;
}

.trending-card__media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 28px;
  background-image: url("../img/vimmies_01.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}

.trending-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background-color: #e31e24;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.35rem 0.5rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 2px;
  pointer-events: none;
}

.trending-card__img-link {
  display: block;
  position: relative;
  z-index: 0;
  height: 100%;
}

.trending-card__img {
  width: 100%;
  height: 100%;
  /* min-height: 252px; */
  object-fit: cover;
  display: block;
  /* transition: transform 0.35s ease; */
}

.trending-card:hover .trending-card__img {
  /* transform: scale(1.03); */
}

.trending-card__bar {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  background-color: #e31e24;
  min-height: 50px;
  /* transition: background-color 0.25s ease; */
}

.trending-card__add {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #ffffff;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.55rem 0.5rem 0.55rem 0.65rem;
  /* transition: background-color 0.2s ease; */
}

.trending-card__add .ti {
  font-size: 1.1rem;
}

.trending-card__add:hover:not(:disabled),
.trending-card__add:focus-visible:not(:disabled) {
  background-color: #000;
  outline: none;
}

.trending-card__add:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.trending-card__bar-actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0 0.35rem 0 0;
  gap: 0;
}

.trending-card__icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff;
  background: transparent;
  border: none;
  cursor: pointer;
  text-decoration: none;
  /* transition: background-color 0.2s ease, transform 0.2s ease; */
  border-radius: 2px;
}

.trending-card__icon-btn:hover,
.trending-card__icon-btn:focus-visible {
  background-color: #000;
  color: #ffffff;
  /* transform: scale(1.08); */
  outline: none;
}

.trending-card__icon-btn .ti {
  font-size: 1.125rem;
}

@media (max-width: 575px) {
  .trending-products-section {
    padding: 2.5rem 0 3rem;
  }

  .trending-tabs {
    gap: 0.35rem 0.75rem;
  }

  .trending-tab {
    font-size: 0.65rem;
  }

  .trending-products-row {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem;
  }

  .trending-card__head {
    min-height: 4.5rem;
    padding: 0.5rem 0.45rem;
  }

  .trending-card__media {
    height: 200px;
  }

  .trending-card__img {
    min-height: 200px;
  }

  .trending-card__bar {
    min-height: 46px;
    flex-wrap: nowrap;
  }

  .trending-card__add {
    font-size: 0.65rem;
    padding: 0.45rem 0.35rem;
    gap: 0.3rem;
  }

  .trending-card__icon-btn {
    width: 36px;
    height: 36px;
  }
}

.product-card-hidden {
  display: none !important;
}

.load-more-button {
  margin: 70px auto 0;
  display: block;
  width: 198px;
  height: 55px;
  background-color: #ffffff;
  border: 2px solid #e31e24;
  border-radius: 16px;
  color: #111111;
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.load-more-button:hover {
  background-color: #e31e24;
  border-color: #e31e24;
  color: #ffffff;
}

.no-products {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
}

.no-products p {
  font-family: var(--font-body);
  font-size: 24px;
  color: var(--color-text-light);
}

@media (max-width: 1280px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-item {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 768px) {
  .products-title {
    font-size: 48px;
    margin-bottom: 50px;
  }

  .category-list {
    gap: 15px;
  }

  .category-item {
    width: 120px;
    height: 120px;
    padding: 15px 5px;
  }

  .category-icon-wrapper {
    height: 50px;
    margin-bottom: 10px;
  }

  .category-name {
    font-size: 16px;
  }

  .shop-nav-vertical .category-item {
    min-height: 56px;
    padding: 10px 14px;
  }

  .shop-nav-vertical .category-icon-wrapper {
    height: 28px;
    width: 28px;
  }

  .shop-nav-vertical .category-name {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .products-title {
    font-size: 36px;
  }

  .category-list {
    gap: 10px;
  }

  .category-item {
    width: calc(50% - 5px);
    height: auto;
  }
}

.why-choose-section {
  background-color: var(--color-primary);
  padding: 80px 0;
  color: var(--color-white);
}

.why-choose-header {
  text-align: center;
  margin-bottom: 60px;
}

.why-choose-title {
  font-family: var(--font-title);
  font-size: 48px;
  font-weight: 700;
  color: var(--color-white);
  margin: 0 0 15px 0;
}

.why-choose-subtitle {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 400;
  color: var(--color-white);
  margin: 0;
  opacity: 0.9;
}

.why-choose-grid {
  max-width: 1200px;
  margin: 0 auto;
}

.why-choose-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.why-choose-card.animate {
  opacity: 1;
  transform: translateY(0);
}

.why-choose-card:hover {
  transform: translateY(-10px);
}

.why-choose-card:hover .why-choose-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 10px 30px rgba(246, 227, 162, 0.4);
}

.why-choose-icon {
  width: 120px;
  height: 120px;
  background-color: var(--color-accent-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-choose-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.why-choose-card-title {
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: 700;
  color: var(--color-white);
  margin: 0 0 16px 0;
}

.why-choose-card-description {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white);
  margin: 0;
  line-height: 1.6;
  opacity: 0.85;
}

@media (max-width: 992px) {
  .why-choose-title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .why-choose-section {
    padding: 60px 0;
  }

  .why-choose-header {
    margin-bottom: 40px;
  }

  .why-choose-title {
    font-size: 32px;
  }

  .why-choose-subtitle {
    font-size: 18px;
  }

  .why-choose-icon {
    width: 100px;
    height: 100px;
  }

  .why-choose-card-title {
    font-size: 22px;
  }

  .why-choose-card-description {
    font-size: 15px;
  }
}

.concern-section {
  padding: 111px 20px 122px 20px;
}

.concern-title {
  font-family: 'Anek Latin', sans-serif;
  font-weight: 700;
  font-size: 58px;
  color: #093c5c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 48px;
}

/* Use Bootstrap's row-cols for proper 5 column layout */
.concern-grid {
  margin-bottom: 0;
  row-gap: 84px;
}

.concern-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.concern-item.animate {
  opacity: 1;
  transform: translateY(0);
}

.icon-wrapper {
  position: relative;
  width: 219px;
  height: 219px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  overflow: hidden;
}

.icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.4),
      transparent);
  z-index: 2;
  animation: shine 3s infinite;
}

.concern-item:hover .icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.concern-item:hover .icon-fg {
  animation: bounce 0.6s ease;
}

.icon-wrapper .icon-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon-wrapper .icon-fg,
.icon-wrapper .merged-icon-container {
  position: relative;
  z-index: 1;
}

.merged-icon-container {
  position: relative;
}

.concern-label {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #000000;
  line-height: 1.2;
  margin: 0;
}

/* Large Desktop - 5 columns (default) */
@media (min-width: 992px) {
  .concern-grid {
    row-gap: 84px;
  }

  .icon-wrapper {
    width: 219px;
    height: 219px;
  }
}

/* Tablet - 4 columns */
@media (max-width: 991px) and (min-width: 768px) {
  .concern-title {
    font-size: 48px;
  }

  .concern-grid {
    row-gap: 70px;
  }

  .icon-wrapper {
    width: 170px;
    height: 170px;
  }
}

/* Small Tablet - 3 columns */
@media (max-width: 767px) and (min-width: 576px) {
  .concern-title {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .concern-label {
    font-size: 18px;
  }

  .concern-grid {
    row-gap: 60px;
  }

  .icon-wrapper {
    width: 180px;
    height: 180px;
  }
}

/* Mobile - 2 columns */
@media (max-width: 575px) {
  .concern-section {
    padding: 30px 15px;
  }

  .concern-title {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .concern-label {
    font-size: 16px;
  }

  .concern-grid {
    row-gap: 40px;
    /*column-gap: 15px;*/
  }

  .icon-wrapper {
    width: 160px;
    height: 160px;
    margin-bottom: 8px;
  }

  .icon-wrapper .icon-fg {
    transform: scale(0.85);
  }

  .merged-icon-container {
    transform: scale(0.85);
  }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
  .concern-title {
    font-size: 28px;
  }

  .concern-label {
    font-size: 14px;
  }

  .icon-wrapper {
    width: 140px;
    height: 140px;
  }

  .concern-grid {
    row-gap: 30px;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(246, 227, 162, 0.7);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(246, 227, 162, 0);
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.why-choose-title {
  animation: fadeInUp 0.8s ease;
}

.why-choose-subtitle {
  animation: fadeInUp 0.8s ease 0.2s both;
}

.concern-title {
  animation: fadeInUp 0.8s ease;
}

.products-title {
  animation: fadeInUp 0.8s ease;
}

/* Home — Blogspot-style blog cards (above testimonials) */
.home-blog-grid-section {
  background-color: #f4f4f4;
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.home-blog-grid-kicker {
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #e31e24;
  margin: 0;
}

.home-blog-grid-title {
  font-family: "Jost", sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: #111111;
  line-height: 1.2;
  margin: 0;
}

.home-blog-grid-see-all {
  font-family: "Jost", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #e31e24;
  text-decoration: underline;
  text-underline-offset: 0.4em;
}

.home-blog-grid-see-all:hover,
.home-blog-grid-see-all:focus-visible {
  color: #c41a1f;
}

.home-blog-spot-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: transparent;
}

.home-blog-spot-card__media {
  display: block;
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #e8e8e8;
}

.home-blog-spot-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.home-blog-spot-card__media:hover .home-blog-spot-card__img {
  transform: scale(1.03);
}

.home-blog-spot-card__body {
  padding-top: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.home-blog-spot-card__cat {
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #777777;
  margin: 0 0 0.5rem;
}

.home-blog-spot-card__title {
  font-family: "Jost", sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #111111;
  margin: 0 0 1.5rem;
}

.home-blog-spot-card__excerpt {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.55;
  margin: 0 0 3rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-blog-spot-card__link {
  font-family: "Jost", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #e31e24;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  margin-top: auto;
  align-self: flex-start;
}

.home-blog-spot-card__link:hover,
.home-blog-spot-card__link:focus-visible {
  color: #c41a1f;
}

.home-blog-grid-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  padding-bottom: 0.25rem;
}

.home-blog-grid-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #111111;
  background: transparent;
  padding: 0;
  display: inline-block;
}

.home-blog-grid-dot.is-active {
  box-shadow: inset 0 0 0 2px #f4f4f4;
  background: #111111;
}

@media (max-width: 767.98px) {
  .home-blog-grid-section {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
}

/* Home — image gallery masonry (below blog) */
.home-gallery-section {
  background-color: #ffffff;
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
}

.home-gallery-kicker {
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #e31e24;
  margin: 0 0 0.75rem;
}

.home-gallery-masonry {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: start;
}

@media (min-width: 1200px) {
  .home-gallery-masonry {
    gap: 1.5rem;
  }
}

.home-gallery-masonry__col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 0;
}

@media (min-width: 1200px) {
  .home-gallery-masonry__col {
    gap: 1.5rem;
  }
}

.home-gallery-masonry__intro {
  padding-right: 0.5rem;
  margin-bottom: 0.25rem;
}

.home-gallery-masonry__title {
  font-family: "Jost", sans-serif;
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  font-weight: 700;
  color: #111111;
  line-height: 1.18;
  margin: 0;
  letter-spacing: -0.01em;
}

.home-gallery-masonry__title-break {
  display: block;
  margin-top: 0.2em;
  font-weight: 700;
}

.home-gallery-item {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: default;
  text-align: left;
  border-radius: 0;
}

.home-gallery-item__inner {
  position: relative;
  display: block;
  overflow: hidden;
  background: #e8e8e8;
}

.home-gallery-item__inner--square {
  aspect-ratio: 1 / 1;
}

.home-gallery-item__inner--tall {
  aspect-ratio: 3 / 5;
}

.home-gallery-item__inner--landscape {
  aspect-ratio: 5 / 3;
}

.home-gallery-item__inner--portrait {
  aspect-ratio: 3 / 4;
}

.home-gallery-item__inner--very-tall {
  aspect-ratio: 9 / 16;
}

@media (max-width: 991.98px) {
  .home-gallery-masonry {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .home-gallery-masonry__intro {
    padding-right: 0;
    max-width: 36rem;
  }
}

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

.home-gallery-item__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.38);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.home-gallery-item:hover .home-gallery-item__overlay,
.home-gallery-item:focus-visible .home-gallery-item__overlay {
  opacity: 1;
}

.home-gallery-item__eye {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
  pointer-events: auto;
  cursor: pointer;
}

.home-gallery-item__eye:hover,
.home-gallery-item__eye:focus-visible {
  background: #e31e24;
  color: #ffffff;
  box-shadow: 0 4px 24px rgba(227, 30, 36, 0.45);
}

.home-gallery-item:focus-visible .home-gallery-item__eye {
  background: #e31e24;
  color: #ffffff;
  box-shadow: 0 4px 24px rgba(227, 30, 36, 0.45);
}

.home-gallery-item:focus-visible {
  outline: 2px solid #e31e24;
  outline-offset: 3px;
}

.home-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem min(4rem, 5vw);
  overflow: hidden;
  pointer-events: none;
}

.home-gallery-lightbox > * {
  pointer-events: auto;
}

.home-gallery-lightbox[hidden] {
  display: none !important;
}

.home-gallery-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  cursor: pointer;
}

.home-gallery-lightbox__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: min(96vw, 1200px);
  max-height: 90vh;
  margin: 0 auto;
}

.home-gallery-lightbox__frame {
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  max-width: 100%;
  max-height: 90vh;
}

.home-gallery-lightbox__img {
  display: block;
  max-width: min(92vw, 1100px);
  max-height: 85vh;
  width: auto;
  height: auto;
  object-fit: contain;
  vertical-align: middle;
  border-radius: 2px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.45);
}

.home-gallery-lightbox__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
  transition: color 0.2s ease, transform 0.2s ease;
}

.home-gallery-lightbox__close:hover,
.home-gallery-lightbox__close:focus-visible {
  color: #f0f0f0;
  transform: scale(1.08);
}

.home-gallery-lightbox__counter {
  position: absolute;
  right: 0.75rem;
  bottom: 0.65rem;
  margin: 0;
  padding: 0;
  font-family: "Jost", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.85);
  pointer-events: none;
}

.home-gallery-lightbox__nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #ffffff;
  font-size: 2.25rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.4));
  transition: color 0.2s ease, transform 0.2s ease;
}

.home-gallery-lightbox__nav:hover,
.home-gallery-lightbox__nav:focus-visible {
  color: #ffffff;
  transform: translateY(-50%) scale(1.1);
}

.home-gallery-lightbox__nav--prev {
  left: min(1.25rem, 3vw);
}

.home-gallery-lightbox__nav--next {
  right: min(1.25rem, 3vw);
}

@media (max-width: 767.98px) {
  .home-gallery-section {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }

  .home-gallery-item__eye {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }

  .home-gallery-lightbox {
    padding: 0.75rem 0.5rem;
  }

  .home-gallery-lightbox__nav {
    width: 44px;
    height: 44px;
    font-size: 1.85rem;
  }

  .home-gallery-lightbox__nav--prev {
    left: 0.35rem;
  }

  .home-gallery-lightbox__nav--next {
    right: 0.35rem;
  }

  .home-gallery-lightbox__close {
    top: 0.35rem;
    right: 0.35rem;
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
  }

  .home-gallery-lightbox__counter {
    font-size: 0.8125rem;
    right: 0.5rem;
    bottom: 0.5rem;
  }
}

/* Nature's Treasure — home testimonial (slick + pulse rings) */
.testimonial-area.section-bg {
  padding-top: clamp(3rem, 6vw, 5.5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
}

.testimonial-area .section-header-area {
  margin-bottom: clamp(1.75rem, 3.5vw, 2.75rem);
}

.testimonial-area .sub-title {
  font-family: "Jost", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #e31e24;
  margin-bottom: 0.4rem;
  letter-spacing: 0.03em;
}

.testimonial-area .section-title {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: clamp(1.4rem, 2.8vw, 2.125rem);
  line-height: 1.28;
  color: #000000;
  margin: 0;
}

.testimonial-slide-top {
  position: relative;
  min-height: clamp(360px, 50vw, 500px);
  margin-bottom: -3rem;
  padding: 0.75rem 3% 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-area__card-row {
  position: relative;
  z-index: 5;
  padding-top: 0.25rem;
}

.nt-testimonial__pulse-wrap {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  width: min(400px, 92vw);
  height: min(400px, 92vw);
  z-index: 0;
  pointer-events: none;
}

.nt-testimonial__ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 1px solid rgba(190, 190, 190, 0.55);
  transform: translate(-50%, -50%);
  animation: nt-testimonial-ring-pulse 3.5s ease-out infinite;
}

.nt-testimonial__ring--1 {
  width: 52%;
  height: 52%;
  animation-delay: 0s;
}

.nt-testimonial__ring--2 {
  width: 72%;
  height: 72%;
  animation-delay: 0.55s;
  opacity: 0.9;
}

.nt-testimonial__ring--3 {
  width: 92%;
  height: 92%;
  animation-delay: 1.1s;
  opacity: 0.75;
}

@keyframes nt-testimonial-ring-pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.88);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.12);
    opacity: 0;
  }
}

.testimonial-float-img {
  width: clamp(62px, 9.5vw, 50px);
  height: auto;
  max-width: none;
  object-fit: contain;
  z-index: 3;
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.1));
  animation: nt-testimonial-float 4.5s ease-in-out infinite;
}

/*
  Float map (screenshot): L1 top dollop | L2 far-left @ bee height | L3 ginger low-left |
  L4 granules just above card left | R1 dipper high | R2 bee mid-right | R3 turmeric above card |
  R4 jar lower-right @ card level
*/
.testimonial-left-1 {
  left: 6%;
  top: 16%;
  animation-delay: 0s;
}

.testimonial-left-2 {
  left: 0;
  top: 70%;
  animation-delay: 0.35s;
}

.testimonial-left-3 {
     left: 19%;
    bottom: 56%;
  top: auto;
  animation-delay: 0.7s;
}

.testimonial-left-4 {
  left: 22%;
  bottom: 66px;
  top: auto;
  animation-delay: 1.05s;
  z-index: 4;
}

.testimonial-right-1 {
  right: 5%;
  top: 20%;
  animation-delay: 0.12s;
}

.testimonial-right-2 {
  right: 15%;
  top: 40%;
  animation-delay: 0.48s;
}

.testimonial-right-3 {
  right: 28%;
  bottom: 18%;
  top: auto;
  animation-delay: 0.84s;
  z-index: 4;
}

.testimonial-right-4 {
  right: 0;
  bottom: 11%;
  top: auto;
  animation-delay: 1.2s;
}

@keyframes nt-testimonial-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.testimonial-image-slide {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: min(320px, 86vw);
  margin: 0 auto;
}

.testimonial-area .testimonial-image-slide .slick-list,
.testimonial-area .testimonial-image-slide .slick-track {
  overflow: visible;
}

.testimonial-area .signle-testimonial-image {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: clamp(280px, 38vw, 340px);
  padding: 0.5rem 0.75rem 1rem;
}

.testimonial-area .nt-testimonial__img-pulse {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  transform-origin: center center;
  will-change: transform;
  backface-visibility: hidden;
  /* animation: nt-testimonial-center-pulse 2.4s ease-in-out infinite; */
}

.testimonial-area .nt-testimonial__img-pulse .testimonial-image {
  max-width: min(120px, 58vw);
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

@keyframes nt-testimonial-center-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.09);
  }
}

.testimonial-area .testimonail-slide {
  position: relative;
  padding-bottom: 2.75rem;
}

.testimonial-area .single-testimonial {
  text-align: center;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
  padding: clamp(1.35rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2.25rem);
  position: relative;
  overflow: hidden;
}

.testimonial-area .single-testimonial::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: url("../img/ts-7.png") no-repeat center / contain;
  opacity: 0.12;
  pointer-events: none;
}

.testimonial-area .single-testimonial::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: -18px;
  width: 96px;
  height: 96px;
  background: url("../img/ts-5.png") no-repeat center / contain;
  opacity: 0.1;
  pointer-events: none;
}

.testimonial-area .testimonial-text {
  font-family: "Jost", sans-serif;
  font-size: clamp(0.9375rem, 1.55vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.7;
  color: #4a4a4a;
  margin: 0 0 1.125rem;
  position: relative;
  z-index: 1;
}

.testimonial-area .testimonial-title {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.9vw, 1.3rem);
  color: #000000;
  margin: 0 0 0.75rem;
  position: relative;
  z-index: 1;
}

.testimonial-area .review-area {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}

.testimonial-area .review-area li {
  color: #e8a317;
  font-size: 1.05rem;
  line-height: 1;
}

.testimonial-area .review-area li.inactive {
  color: #d4d4d4;
}

.testimonial-area .testimonail-slide .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex !important;
  justify-content: center;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.testimonial-area .testimonail-slide .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}

.testimonial-area .testimonail-slide .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: #c8c8c8;
  font-size: 0;
  line-height: 0;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.testimonial-area .testimonail-slide .slick-dots li.slick-active button {
  background: #1a1a1a;
  transform: scale(1.25);
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #1a1a1a;
}

@media (max-width: 767px) {
  .testimonial-float-img.testimonial-left-1,
  .testimonial-float-img.testimonial-right-1 {
    width: clamp(44px, 14vw, 64px);
  }

  .testimonial-float-img.testimonial-left-4,
  .testimonial-float-img.testimonial-right-4 {
    display: none;
  }

  .testimonial-area .signle-testimonial-image {
    min-height: 240px;
  }

  .testimonial-slide-top {
    min-height: clamp(300px, 58vw, 400px);
    margin-bottom: -2.25rem;
  }
}

@media (max-width: 575px) {
  .testimonial-float-img.testimonial-left-3,
  .testimonial-float-img.testimonial-right-3 {
    display: none;
  }
}

.site-footer {
  position: relative;
  z-index: 1;
  overflow: visible;
  /* background-color: #f6e4d4; */
  background-image: url("../img/footer.webp");
  background-repeat: no-repeat;
  /* background-position: center bottom; */
  background-size: cover;
  color: #2a2a2a;
  font-family: "DM Sans", "Inter", sans-serif;
  padding: 0;
}

@media (max-width: 991.98px) {
  footer.site-footer {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  footer.site-footer {
    padding: 0;
  }
}

.footer-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 64px 24px 0;
}

.site-footer .footer-top {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.footer-top {
  padding-bottom: 48px;
}

.footer-column {
  margin-bottom: 0;
}

.footer-contact {
  flex-shrink: 0;
}

.footer-brand-logo img {
  max-height: 44px;
  width: auto;
  height: auto;
  display: block;
}

.footer-section-heading {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #a34f18;
  margin: 0 0 24px;
}

.contact-address {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.65;
  color: #000000;
  margin-bottom: 18px;
  max-width: 22rem;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 0;
}

.contact-item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 6px;
  row-gap: 2px;
  font-size: 13px;
  line-height: 1.5;
  color: #000000;
}

.contact-label {
  font-weight: 500;
  color: #000000;
}

.contact-item a {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  color: #000000;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-item a:hover {
  color: #EF1B27;
}

.social-links {
  margin-top: 22px;
}

.social-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.site-footer .social-links .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.25);
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #2f2f2f;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  font-size: 17px;
}

.site-footer .social-links .social-link:hover {
  background-color: rgba(255, 255, 255, 0.55);
  color: #EF1B27;
  border-color: #EF1B27;
  transform: translateY(-2px);
}

.footer-links ul {
  display: flex;
  flex-direction: column;
  /* gap: 14px; */
  margin-bottom: 0;
}

.footer-links.footer-links-service li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #000000;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.footer-links.footer-links-service li a:hover {
  color: #EF1B27;
}

.footer-newsletter {
  flex-shrink: 0;
  text-align: left;
}

.footer-newsletter .footer-section-heading {
  color: #a34f18;
  margin-bottom: 12px;
}

.newsletter-description {
  font-family: "Jost", "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.55;
  color: #0a0a0a;
  margin: 0 0 18px;
  max-width: 22rem;
}

.newsletter-form .newsletter-inline {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  max-width: 420px;
}

.newsletter-form .newsletter-input {
  flex: 2.5 1 0;
  min-width: 0;
  min-height: 48px;
  height: 48px;
  padding: 0 16px;
  border: none;
  border-radius: 0;
  background-color: #4d4d4d;
  color: #f5f5f5;
  font-family: "Jost", "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  box-shadow: none;
}

.newsletter-form .newsletter-input::placeholder {
  color: #b8b8b8;
  opacity: 1;
}

.newsletter-form .newsletter-input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 159, 61, 0.5);
}

.newsletter-form .newsletter-submit {
  flex: 0 0 auto;
  min-height: 48px;
  height: 48px;
  padding: 0 24px;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: #ff9f3d;
  color: #ffffff;
  font-family: "Jost", "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.newsletter-form .newsletter-submit:hover {
  background-color: #EF1B27;
}

.footer-divider {
  border: none;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.12);
  margin: 0;
  opacity: 1;
}

.footer-bottom {
  margin-top: 8px;
  padding: 20px 0 28px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #000;
  border-top: 1px solid #000;
  align-items: center;
}

.footer-bottom p {
  margin-bottom: 0;
}

.footer-heart {
  color: #e02020;
  font-size: 1em;
}

.interfazia-link {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.interfazia-link:hover {
  color: #EF1B27;
}

/* Desktop - Large screens */
@media (min-width: 1200px) {
  .footer-contact {
    max-width: none;
  }

  .footer-newsletter {
    max-width: none;
  }
}

/* Tablet - Medium to Large */
@media (max-width: 1199px) and (min-width: 992px) {
  .footer-container {
    padding: 56px 24px 0;
  }

  .footer-top {
    padding-bottom: 44px;
  }
}

/* Tablet - Medium */
@media (max-width: 991px) and (min-width: 768px) {
  .footer-container {
    padding: 48px 24px 0;
  }

  .footer-top {
    padding-bottom: 40px;
  }

  .newsletter-form .newsletter-inline {
    max-width: 100%;
  }
}

/* Mobile and Small Tablet */
@media (max-width: 767px) {
  .footer-container {
    padding: 40px 20px 0;
  }

  .footer-top {
    padding-bottom: 36px;
  }

  .footer-contact,
  .footer-links,
  .footer-newsletter {
    max-width: 100% !important;
  }

  .footer-section-heading {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .footer-links.footer-links-service li a {
    font-size: 14px;
    line-height: 26px;
  }

  .newsletter-description {
    font-size: 13px;
    margin-bottom: 18px;
  }

  .footer-bottom {
    text-align: center;
    padding-top: 18px;
  }

  .footer-bottom .col-md-6 {
    margin-bottom: 10px;
  }

  .footer-bottom .text-md-end {
    text-align: center !important;
  }
}

/* Extra Small Mobile */
@media (max-width: 576px) {
  .footer-container {
    padding: 36px 16px 0;
  }

  .footer-top {
    padding-bottom: 32px;
  }

  .contact-address,
  .newsletter-description {
    font-size: 12px;
  }

  .contact-item,
  .contact-item a {
    font-size: 12px;
  }

  .footer-links.footer-links-service li a {
    font-size: 13px;
    line-height: 24px;
  }

  .newsletter-form .newsletter-inline {
    flex-direction: column;
    max-width: 100%;
  }

  .newsletter-form .newsletter-input {
    border-radius: 0;
    width: 100%;
    height: 46px;
    min-height: 46px;
  }

  .newsletter-form .newsletter-submit {
    border-radius: 0;
    width: 100%;
    height: 46px;
    min-height: 46px;
  }

  .footer-bottom {
    font-size: 11px;
    padding: 16px 0 22px;
  }
}

/*ABOUT US*/



/* Introduction Section Container */
.intro-section {
  padding: 100px 0;
  background: #ffffff;
}

.intro-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.doctor-profile {
  background: #f8f9fa;
  padding: 50px;
  border-left: 4px solid #efd078;
}

.doctor-profile h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  font-family: 'Anek Latin', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #093c5c;
}

.credentials {
  font-size: 1rem;
  color: #333;
  margin-bottom: 2rem;
  font-family: 'Anek Latin', sans-serif;
  line-height: 1.8;
}

.doctor-profile p {
  font-size: 1.1rem;
  color: #000;
  line-height: 1.8;
  margin-bottom: 0;
}

/* .mission-content {
            padding: 50px 0;
        } */

.mission-content h2 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  font-family: 'Anek Latin', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
}

.mission-content p {
  font-size: 1.1rem;
  color: #000;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.intro-text h3 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  color: #000;
  font-weight: 400;
  line-height: 1.4;
  font-family: 'Rubik', sans-serif;
}

.intro-text p {
  font-size: 1.1rem;
  color: #000;
  margin-bottom: 1.5rem;
}

/* Innovation Section Container */
.innovation-section {
  padding: 0px 0 100px 0;
  background: #ffffff;
}

.innovation-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.innovation-container h2 {
  font-size: 2.8rem;
  margin-bottom: 2rem;
  color: #093C5C;
  font-weight: 400;
  text-align: center;
  font-family: 'Rubik', sans-serif;
}

.innovation-highlight {
  background: linear-gradient(133deg, #093c5c 28%, #093c5c 100%);
  color: white;
  padding: 60px;
  border-radius: 2px;
  margin: 50px 0;
  text-align: center;
}

.innovation-highlight h3 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #efd078;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
}

.innovation-highlight p {
  font-size: 1.2rem;
  max-width: 900px;
  margin: 0 auto;
  opacity: 0.95;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 60px;
}

.benefit-card {
  padding: 40px;
  background: white;
  border: 1px solid #e8e8e8;
  transition: box-shadow 0.3s;
}

.benefit-card:hover {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

.benefit-card h4 {
  font-size: 1.4rem;
  color: #093c5c;
  margin-bottom: 1rem;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
}

.benefit-card p {
  color: #000;
  font-size: 1rem;
  font-family: 'Anek Latin', sans-serif;
}

/* Research Section Container */
.research-section {
  background: #f8f9fa;
  padding: 100px 0;
}

.research-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.research-container h2 {
  font-size: 2.8rem;
  margin-bottom: 3rem;
  color: #093c5c;
  font-weight: 400;
  text-align: center;
  font-family: 'Rubik', sans-serif;
}

.research-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.research-item {
  background: white;
  padding: 40px;
  border-radius: 2px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

.research-item h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #093c5c;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
}

.research-item p {
  color: #000;
  font-size: 1rem;
  line-height: 1.8;
  font-family: 'Anek Latin', sans-serif;
}

/* Statistics Section Container */
.stats-sectionx {
  text-align: center;
  padding: 100px 0;
  background: #ffffff;
}

.stats-containerx {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.stats-gridx {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.stat-itemx {
  padding: 30px;
}

.stat-numberx {
  font-size: 3.5rem;
  color: #093c5c;
  font-weight: 300;
  margin-bottom: 0.5rem;
}

.stat-labelx {
  font-size: 1rem;
  color: #000;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  /* letter-spacing: 1px; */
}



@media (max-width: 1024px) {
  .intro-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

  .stats-gridx {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 768px) {




  .stats-gridx {
    grid-template-columns: 1fr;
    gap: 30px;
  }


  .intro-container,
  .innovation-container,
  .research-container,
  .stats-containerx {
    padding: 0 20px;
  }
}


.sz-introduction {
  padding: 120px 0;
  background: #ffffff;
}

.sz-introduction__container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  text-align: center;
}

.sz-introduction__title {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #093c5c;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  line-height: 1.3;
}

.sz-introduction__text {
  font-size: 1.2rem;
  color: #000;
  line-height: 1.9;
  margin-bottom: 1.5rem;
}

/* ===== PROBLEM SECTION ===== */
.sz-problem {
  padding: 120px 0;
  background: #f8f9fa;
}

.sz-problem__container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.sz-problem__title {
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
  color: #093c5c;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
}

.sz-problem__subtitle {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 4rem;
  max-width: 800px;
}

.sz-problem__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-bottom: 80px;
}

.sz-stat-card {
  background: white;
  padding: 50px 40px;
  text-align: center;
  border-left: 4px solid #c69933;
}

.sz-stat-card__number {
  font-size: 3.5rem;
  color: #093c5c;
  font-weight: 300;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 1rem;
}

.sz-stat-card__label {
  font-size: 1.1rem;
  color: #000;
  font-weight: 500;
}

.sz-problem__details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 60px;
}

.sz-detail-card {
  background: white;
  padding: 50px;
  border-left: 3px solid #c69933;
}

.sz-detail-card__title {
  font-size: 1.8rem;
  color: #093c5c;
  margin-bottom: 1.5rem;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}

.sz-detail-card__text {
  color: #000;
  font-size: 1.05rem;
  line-height: 1.9;
}

/* ===== SOLUTION SECTION ===== */
.sz-solution {
  padding: 120px 0;
  background: #ffffff;
}

.sz-solution__container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.sz-solution__title {
  font-size: 2.8rem;
  margin-bottom: 2rem;
  color: #093c5c;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
}

.sz-solution__intro {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 4rem;
  max-width: 900px;
  line-height: 1.9;
}

.sz-solution__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 80px;
}

.sz-solution__content-title {
  font-size: 2.2rem;
  color: #093c5c;
  margin-bottom: 1.5rem;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}

.sz-solution__content-text {
  font-size: 1.1rem;
  color: #000;
  line-height: 1.9;
  margin-bottom: 1.5rem;
}

.sz-comparison-box {
  background: linear-gradient(115deg, #093c5c 28%, #093c5c 100%);
  padding: 60px;
  color: white;
  border-radius: 2px;
}

.sz-comparison-box__title {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}

.sz-comparison-box__items {
  margin-top: 2rem;
}

.sz-comparison-item {
  margin-bottom: 2rem;
}

.sz-comparison-item__label {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  opacity: 0.9;
}

.sz-comparison-item__bar {
  background: rgba(255, 255, 255, 0.2);
  height: 40px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

.sz-comparison-item__fill {
  background: white;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  color: #093c5c;
}

/* ===== BENEFITS SECTION ===== */
.sz-benefits {
  padding: 120px 0;
  background: #f8f9fa;
}

.sz-benefits__container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.sz-benefits__title {
  font-size: 2.8rem;
  margin-bottom: 4rem;
  color: #093c5c;
  font-weight: 400;
  text-align: center;
  font-family: 'Rubik', sans-serif;
}

.sz-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.sz-benefit-card {
  background: white;
  padding: 50px 40px;
  border-top: 3px solid #c69933;
  transition: all 0.3s;
}

.sz-benefit-card:hover {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.sz-benefit-card__icon {
  width: 60px;
  height: 60px;
  background: #093c5c;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 1.5rem;
}

.sz-benefit-card__title {
  font-size: 1.5rem;
  color: #093c5c;
  margin-bottom: 1rem;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}

.sz-benefit-card__text {
  color: #000;
  font-size: 1rem;
  line-height: 1.8;
}

/* ===== RESEARCH SECTION ===== */
.sz-research {
  padding: 120px 0;
  background: #ffffff;
}

.sz-research__container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.sz-research__title {
  font-size: 2.8rem;
  margin-bottom: 2rem;
  color: #093c5c;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
}

.sz-research__intro {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 4rem;
  max-width: 900px;
  line-height: 1.9;
}

.sz-research__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.sz-research-card {
  background: #f8f9fa;
  padding: 50px;
  border-left: 4px solid #c69933;
}

.sz-research-card__title {
  font-size: 1.8rem;
  color: #093c5c;
  margin-bottom: 1.5rem;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}

.sz-research-card__list {
  list-style: none;
  margin-top: 1.5rem;
}

.sz-research-card__item {
  padding: 12px 0;
  padding-left: 35px;
  position: relative;
  font-size: 1.05rem;
  color: #000;
  line-height: 1.7;
}

.sz-research-card__item:before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #093c5c;
  font-size: 1.2rem;
  font-weight: bold;
}

/* ===== TESTIMONIAL SECTION ===== */
.sz-testimonial {
  padding: 120px 0;
  background: linear-gradient(142deg, #093c5c 28%, #093c5c 100%);
  color: white;
}

.sz-testimonial__container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  text-align: center;
}

.sz-testimonial__quote {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 2rem;
  font-style: italic;
}

.sz-testimonial__author {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 0.5rem;
}

.sz-testimonial__title {
  font-size: 1rem;
  opacity: 0.9;
}

/* ===== CTA SECTION ===== */
.sz-cta {
  padding: 120px 0;
  background: #ffffff;
}

.sz-cta__container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  text-align: center;
}

.sz-cta__title {
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
  color: #093c5c;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
}

.sz-cta__text {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 3rem;
  line-height: 1.8;
}

.sz-cta__buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

/* ===== BUTTONS ===== */
.sz-btn {
  padding: 18px 45px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  border-radius: 2px;
  transition: all 0.3s;
  font-family: 'Rubik', sans-serif;
  display: inline-block;
}

.sz-btn--primary {
  background: #093c5c;
  color: white;
}

.sz-btn--primary:hover {
  background: #fff;
  color: #093c5c;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(26, 84, 144, 0.3);
}

.sz-btn--secondary {
  background: transparent;
  color: #093c5c;
  border: 2px solid #093c5c;
}

.sz-btn--secondary:hover {
  background: #093c5c;
  color: white;
  transform: translateY(-3px);
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1024px) {

  .sz-problem__stats,
  .sz-benefits__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sz-problem__details,
  .sz-solution__grid,
  .sz-research__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .sz-cta__buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .sz-introduction__container,
  .sz-problem__container,
  .sz-solution__container,
  .sz-benefits__container,
  .sz-research__container,
  .sz-testimonial__container,
  .sz-cta__container {
    padding: 0 20px;
  }

  .sz-introduction__title,
  .sz-problem__title,
  .sz-solution__title,
  .sz-benefits__title,
  .sz-research__title,
  .sz-cta__title {
    font-size: 2rem;
  }

  .sz-stat-card__number {
    font-size: 2.5rem;
  }
}



/* ===== BLOG HERO SECTION ===== */
.szb-hero {
  background: #ffffff;
  padding: 140px 0 80px;
  border-bottom: 1px solid #e5e7eb;
}

.szb-hero__container {
  max-width: 1200px;
  margin: 0 auto;
  /*padding: 0 8%;*/
  text-align: center;
}

.szb-hero__title {
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: #093c5c;
}

.szb-hero__subtitle {
  font-size: 1.3rem;
  color: #000;
  font-weight: 300;
  max-width: 700px;
  margin: 0 auto;
}

/* ===== BLOG GRID SECTION ===== */
.szb-grid {
  padding: 100px 24px;
  background: #fafafa;
}

.szb-grid__container {
  max-width: 1440px;
  margin: 0 auto;
  /*padding: 0 8%;*/
}

.szb-filter {
  display: flex;
  gap: 15px;
  margin-bottom: 60px;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 30px;
}

.szb-filter__btn {
  padding: 10px 24px;
  background: transparent;
  border: none;
  color: #000;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'Rubik', sans-serif;
  position: relative;
}

.szb-filter__btn::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  height: 3px;
  background: #093c5c;
  transform: scaleX(0);
  transition: transform 0.3s;
}

.szb-filter__btn:hover,
.szb-filter__btn--active {
  color: #093c5c;
}

.szb-filter__btn--active::after {
  transform: scaleX(1);
}

.szb-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.szb-card {
  background: white;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}

.szb-card:hover {
  border-color: #093c5c;
  box-shadow: 0 8px 30px rgba(26, 84, 144, 0.1);
}

.szb-card__image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  background: #f8f9fa;
  border-bottom: 1px solid #e5e7eb;
}

.szb-card__content {
  padding: 35px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.szb-card__category {
  display: inline-block;
  padding: 4px 12px;
  background: transparent;
  color: #093c5c;
  font-size: 0.8rem;
  font-weight: 600;
  border: 1px solid #093c5c;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  align-self: flex-start;
}

.szb-card__title {
  font-size: 1.5rem;
  color: #093c5c;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.szb-card__excerpt {
  color: #000;
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 25px;
  flex: 1;
}

.szb-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}

.szb-card__date {
  color: #202020;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.szb-card__read {
  color: #093c5c;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.szb-card__read:hover {
  color: #c69933;
}

/* ===== FEATURED ARTICLE ===== */
.szb-featured {
  padding: 100px 24px;
  background: white;
  border-top: 1px solid #e5e7eb;
}

.szb-featured__container {
  max-width: 1440px;
  margin: 0 auto;
  /*padding: 0 8%;*/
}

.szb-featured__title {
  font-size: 2.2rem;
  color: #093c5c;
  margin-bottom: 50px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

.szb-featured__article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.szb-featured__image {
  width: 100%;
  height: 500px;
  /*background: #f8f9fa;*/
  /*border: 1px solid #e5e7eb;*/
}

.szb-featured__content {
  padding: 0;
}

.szb-featured__category {
  display: inline-block;
  padding: 6px 16px;
  background: transparent;
  color: #093c5c;
  border: 1px solid #093c5c;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.szb-featured__heading {
  font-size: 2.5rem;
  color: #000;
  margin-bottom: 25px;
  font-weight: 400;
  line-height: 1.3;
}

.szb-featured__text {
  color: #000;
  font-size: 1.1rem;
  line-height: 1.9;
  margin-bottom: 35px;
}

.szb-featured__btn {
  display: inline-block;
  padding: 16px 40px;
  background: transparent;
  color: #093c5c;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid #093c5c;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
}

.szb-featured__btn:hover {
  background: #093c5c;
  color: white;
}

/* ===== NEWSLETTER SECTION ===== */
.szb-newsletter {
  padding: 100px 24px;
  background: #f8f9fa;
  border-top: 1px solid #e5e7eb;
}

.szb-newsletter__container {
  max-width: 800px;
  margin: 0 auto;
  /*padding: 0 8%;*/
  text-align: center;
}

.szb-newsletter__title {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  font-weight: 400;
  color: #093c5c;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.szb-newsletter__text {
  font-size: 1.05rem;
  margin-bottom: 40px;
  color: #000;
}

.szb-newsletter__form {
  display: flex;
  gap: 15px;
  max-width: 600px;
  margin: 0 auto;
}

.szb-newsletter__input {
  flex: 1;
  padding: 16px 20px;
  border: 1px solid #ddd;
  font-size: 0.95rem;
  font-family: 'Rubik', sans-serif;
  background: white;
}

.szb-newsletter__input:focus {
  outline: none;
  border-color: #093c5c;
}

.szb-newsletter__submit {
  padding: 16px 35px;
  background: #093c5c;
  color: white;
  border: 2px solid #093c5c;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.szb-newsletter__submit:hover {
  background: #c69933;
  border-color: #c69933;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1024px) {
  .szb-articles {
    grid-template-columns: repeat(2, 1fr);
  }

  .szb-featured__article {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 768px) {
  .szb-hero__title {
    font-size: 2.5rem;
  }

  .szb-articles {
    grid-template-columns: 1fr;
  }

  .szb-newsletter__form {
    flex-direction: column;
  }

  .szb-featured__image {
    height: 350px;
  }

  .szb-featured__heading {
    font-size: 1.8rem;
  }

  .szb-filter {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 20px;
  }

  .szb-filter__btn::after {
    bottom: -10px;
    /* reduced space for mobile */
    height: 2px;
    /* thinner underline */
  }

  .szb-filter__btn--active::after {
    transform: scaleX(0.7);
  }
}



/* ===== CONTACT HERO SECTION ===== */
.szc-hero {
  background: #ffffff;
  padding: 140px 0 80px;
  border-bottom: 1px solid #e5e7eb;
}

.szc-hero__container {
  max-width: 1200px;
  margin: 0 auto;
  /*padding: 0 8%;*/
  text-align: center;
}

.szc-hero__title {
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: #093c5c;
}

.szc-hero__subtitle {
  font-size: 1.2rem;
  color: #000;
  font-weight: 300;
  max-width: 700px;
  margin: 0 auto;
}

/* ===== CONTACT MAIN SECTION ===== */
.szc-main {
  padding: 100px 0;
  background: #fafafa;
}

.szc-main__container {
  max-width: 1440px;
  margin: 0 auto;
  /*padding: 0 8%;*/
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

/* ===== CONTACT FORM ===== */
.szc-form {
  background: white;
  padding: 60px;
  border: 1px solid #e5e7eb;
}

.szc-form__title {
  font-size: 2rem;
  color: #093c5c;
  margin-bottom: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.szc-form__group {
  margin-bottom: 30px;
}

.szc-form__label {
  display: block;
  margin-bottom: 10px;
  color: #093c5c;
  font-weight: 500;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.szc-form__input,
.szc-form__textarea,
.szc-form__select {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #ddd;
  font-size: 1rem;
  font-family: 'Rubik', sans-serif;
  background: #fafafa;
  transition: all 0.3s;
}

.szc-form__input:focus,
.szc-form__textarea:focus,
.szc-form__select:focus {
  outline: none;
  border-color: #093c5c;
  background: white;
}

.szc-form__textarea {
  min-height: 180px;
  resize: vertical;
}

.szc-form__submit {
  width: 100%;
  padding: 18px;
  background: #093c5c;
  color: white;
  border: 2px solid #093c5c;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.szc-form__submit:hover {
  background: #c69933;
  border-color: #c69933;
}

/* ===== CONTACT INFO ===== */
.szc-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.szc-info__card {
  background: white;
  padding: 40px;
  border: 1px solid #e5e7eb;
  border-left: 3px solid #c69933;
}

.szc-info__card-title {
  font-size: 1.3rem;
  color: #093c5c;
  margin-bottom: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.szc-info__card-text {
  color: #000;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 10px;
}

.szc-info__card-link {
  color: #093c5c;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.szc-info__card-link:hover {
  color: #c69933;
}

/* ===== DEPARTMENTS SECTION ===== */
.szc-departments {
  padding: 100px 0;
  background: white;
  border-top: 1px solid #e5e7eb;
}

.szc-departments__container {
  max-width: 1440px;
  margin: 0 auto;
  /*padding: 0 8%;*/
}

.szc-departments__title {
  font-size: 2.2rem;
  color: #093c5c;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.szc-departments__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.szc-dept {
  background: #fafafa;
  padding: 40px;
  border: 1px solid #e5e7eb;
  text-align: center;
  transition: all 0.3s;
}

.szc-dept:hover {
  border-color: #093c5c;
}

.szc-dept__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: white;
  border: 2px solid #093c5c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #093c5c;
}

.szc-dept__title {
  font-size: 1.3rem;
  color: #000;
  margin-bottom: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.szc-dept__email {
  color: #093c5c;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
}

.szc-dept__email:hover {
  text-decoration: underline;
}

/* ===== MAP SECTION ===== */
.szc-map {
  padding: 100px 0;
  background: #fafafa;
  border-top: 1px solid #e5e7eb;
}

.szc-map__container {
  max-width: 1440px;
  margin: 0 auto;
  /*padding: 0 8%;*/
}

.szc-map__title {
  font-size: 2.2rem;
  color: #093c5c;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.szc-map__wrapper {
  background: white;
  border: 1px solid #e5e7eb;
  padding: 60px;
  text-align: center;
}

.szc-map__placeholder {
  width: 100%;
  height: 450px;
  background: #f8f9fa;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.szc-map__placeholder-icon {
  font-size: 4rem;
  color: #093c5c;
}

.szc-map__placeholder-text {
  font-size: 1.2rem;
  color: #000;
}

.szc-map__address {
  margin-top: 40px;
  font-size: 1.1rem;
  color: #000;
  line-height: 1.8;
}

/* ===== FAQ SECTION ===== */
.szc-faq {
  padding: 100px 0;
  background: white;
  border-top: 1px solid #e5e7eb;
}

.szc-faq__container {
  max-width: 1000px;
  margin: 0 auto;
  /*padding: 0 8%;*/
}

.szc-faq__title {
  font-size: 2.2rem;
  color: #093c5c;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.szc-faq__item {
  background: #fafafa;
  border: 1px solid #e5e7eb;
  margin-bottom: 20px;
  padding: 30px 40px;
}

.szc-faq__question {
  font-size: 1.2rem;
  color: #093c5c;
  font-weight: 500;
  margin-bottom: 15px;
}

.szc-faq__answer {
  color: #000;
  font-size: 1rem;
  line-height: 1.8;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1024px) {
  .szc-main__container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .szc-departments__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .szc-hero__title {
    font-size: 2.5rem;
  }

  .szc-form {
    padding: 40px 30px;
  }

  .szc-departments__grid {
    grid-template-columns: 1fr;
  }

  .szc-map__wrapper {
    padding: 30px;
  }

  .szc-map__placeholder {
    height: 300px;
  }
}



/* ===== PRODUCT MAIN ===== */
.szp-main {
  padding: 80px 0;
  background: #ffffff;
}

.szp-main__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

/* ===== PRODUCT IMAGES ===== */
.szp-gallery {
  position: sticky;
  top: 30px;
  height: fit-content;
}

.szp-gallery__main {
  width: 90%;
  height: 600px;
  /*background: #f8f9fa;*/
  /*border: 1px solid #e5e7eb;*/
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #093c5c;
}

.szp-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.szp-gallery__thumb {
  width: 100%;
  height: 120px;
  background: #f8f9fa;
  border: 2px solid #e5e7eb;
  cursor: pointer;
  transition: all 0.3s;
}

.szp-gallery__thumb:hover,
.szp-gallery__thumb--active {
  border-color: #093c5c;
}

img.szp-gallery__thumbx {
  height: 100% !important;
  object-fit: cover;
  width: 100%;
}

/* ===== PRODUCT INFO ===== */
.szp-info__category {
  display: inline-block;
  padding: 6px 16px;
  background: transparent;
  color: #093c5c;
  border: 1px solid #093c5c;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.szp-info__title {
  font-size: 3rem;
  color: #093c5c;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.szp-info__subtitle {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 30px;
  line-height: 1.7;
}

.szp-info__price {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e7eb;
}

.szp-info__price-current {
  font-size: 3rem;
  color: #093c5c;
  font-weight: 500;
}

.szp-info__price-original {
  font-size: 1.5rem;
  color: #999;
  text-decoration: line-through;
}

.szp-info__price-save {
  padding: 6px 12px;
  background: #e8f4f8;
  color: #093c5c;
  font-size: 0.9rem;
  font-weight: 600;
}

/* ===== PRODUCT OPTIONS ===== */
.szp-options {
  margin-bottom: 40px;
}

.szp-options__group {
  margin-bottom: 30px;
}

.szp-options__label {
  display: block;
  margin-bottom: 15px;
  color: #093c5c;
  font-weight: 500;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.szp-options__sizes {
  display: flex;
  gap: 15px;
}

.szp-options__size {
  padding: 12px 24px;
  background: white;
  border: 2px solid #e5e7eb;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 500;
}

.szp-options__size:hover,
.szp-options__size--active {
  border-color: #093c5c;
  background: #f8f9fa;
}

.szp-options__quantity {
  display: flex;
  align-items: center;
  gap: 15px;
}

.szp-options__qty-btn {
  width: 45px;
  height: 45px;
  background: white;
  border: 2px solid #e5e7eb;
  cursor: pointer;
  font-size: 1.2rem;
  transition: all 0.3s;
}

.szp-options__qty-btn:hover {
  border-color: #093c5c;
}

.szp-options__qty-input {
  width: 80px;
  height: 45px;
  text-align: center;
  border: 2px solid #e5e7eb;
  font-size: 1.1rem;
  font-weight: 500;
}

/* ===== PRODUCT ACTIONS ===== */
.szp-actions {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}

.szp-actions__btn {
  flex: 1;
  padding: 18px;
  border: 2px solid #093c5c;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Rubik', sans-serif;
}

.szp-actions__btn--primary {
  background: #093c5c;
  color: white;
}

.szp-actions__btn--primary:hover {
  background: #15406f;
  border-color: #15406f;
}

.szp-actions__btn--secondary {
  background: white;
  color: #093c5c;
}

.szp-actions__btn--secondary:hover {
  background: #f8f9fa;
}

/* ===== PRODUCT FEATURES ===== */
.szp-features {
  background: #fafafa;
  padding: 30px;
  border: 1px solid #e5e7eb;
  margin-bottom: 40px;
}

.szp-features__list {
  list-style: none;
}

.szp-features__item {
  padding: 12px 0;
  padding-left: 35px;
  position: relative;
  font-size: 0.95rem;
  color: #000;
  line-height: 1.7;
}

.szp-features__item:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #093c5c;
  font-size: 1.2rem;
  font-weight: bold;
}

/* ===== PRODUCT META ===== */
.szp-meta {
  padding-top: 30px;
  border-top: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
}

.szp-meta__item {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 0.9rem;
}

.szp-meta__label {
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.szp-meta__value {
  color: #093c5c;
}

/* ===== PRODUCT TABS ===== */
.szp-tabs {
  padding: 80px 0;
  background: #fafafa;
  border-top: 1px solid #e5e7eb;
}

.szp-tabs__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}

.szp-tabs__nav {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 50px;
}

.szp-tabs__btn {
  padding: 18px 40px;
  background: transparent;
  border: none;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}

.szp-tabs__btn::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background: #093c5c;
  transform: scaleX(0);
  transition: transform 0.3s;
}

.szp-tabs__btn:hover,
.szp-tabs__btn--active {
  color: #093c5c;
}

.szp-tabs__btn--active::after {
  transform: scaleX(1);
}

.szp-tabs__content {
  display: none;
}

.szp-tabs__content--active {
  display: block;
}

.szp-tabs__panel {
  background: white;
  padding: 50px;
  border: 1px solid #e5e7eb;
}

.szp-tabs__panel h3 {
  font-size: 1.8rem;
  color: #093c5c;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.szp-tabs__panel p {
  color: #000;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.szp-tabs__panel ul {
  list-style: none;
  margin-bottom: 20px;
}

.szp-tabs__panel li {
  padding: 10px 0;
  padding-left: 30px;
  position: relative;
  color: #000;
  font-size: 1rem;
  line-height: 1.7;
}

.szp-tabs__panel li:before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #093c5c;
  font-size: 1.2rem;
  font-weight: bold;
}

/* ===== SPECIFICATIONS TABLE ===== */
.szp-specs {
  width: 100%;
  border-collapse: collapse;
}

.szp-specs tr {
  border-bottom: 1px solid #e5e7eb;
}

.szp-specs td {
  padding: 20px;
  font-size: 1rem;
}

.szp-specs td:first-child {
  font-weight: 600;
  color: #093c5c;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.9rem;
  width: 30%;
}

.szp-specs td:last-child {
  color: #000;
}

/* Comparison Table Styles */
.szp-comparison-table-wrapper {
  overflow-x: auto;
  margin-top: 30px;
}

.szp-comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.szp-comparison-table thead {
  background: #093c5c;
}

.szp-comparison-table th {
  padding: 20px;
  text-align: left;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.9rem;
}

.szp-comparison-table th:first-child {
  width: 30%;
}

.szp-comparison-table tbody tr {
  border-bottom: 1px solid #e5e7eb;
}

.szp-comparison-table tbody tr:hover {
  background: #f9fafb;
}

.szp-comparison-table td {
  padding: 20px;
  font-size: 1rem;
}

.szp-comparison-table td:first-child {
  font-weight: 600;
  color: #093c5c;
  background: #f8f9fa;
}

.szp-comparison-other {
  background: #fee2e2 !important;
  color: #991b1b;
  position: relative;
}

.szp-comparison-other::before {
  content: "✗";
  color: #dc2626;
  font-weight: bold;
  margin-right: 8px;
}

.szp-comparison-our {
  background: #d1fae5 !important;
  color: #065f46;
  position: relative;
  font-weight: 600;
}

.szp-comparison-our::before {
  content: "✓";
  color: #059669;
  font-weight: bold;
  margin-right: 8px;
}

.szp-comparison-table thead .szp-comparison-other {
  background: #dc2626 !important;
  color: #fff;
}

.szp-comparison-table thead .szp-comparison-our {
  background: #059669 !important;
  color: #fff;
}

.szp-comparison-table thead .szp-comparison-other::before,
.szp-comparison-table thead .szp-comparison-our::before {
  display: none;
}

/* Important Note Styles */
.szp-important-note {
  background: #fef3c7;
  border-left: 4px solid #f59e0b;
  padding: 20px;
  margin-top: 30px;
  border-radius: 4px;
  color: #92400e;
  font-size: 1.05rem;
  line-height: 1.6;
}

.szp-important-note strong {
  color: #78350f;
  display: block;
  margin-bottom: 8px;
  font-size: 1.1rem;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .szp-main__container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .szp-gallery {
    position: static;
  }

  .szp-gallery__main {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .szp-info__title {
    font-size: 2rem;
  }

  .szp-info__price-current {
    font-size: 2rem;
  }

  .szp-actions {
    flex-direction: column;
  }

  .szp-tabs__nav {
    flex-wrap: wrap;
  }

  .szp-tabs__btn {
    padding: 15px 20px;
    font-size: 0.9rem;
  }

  .szp-tabs__panel {
    padding: 30px;
  }

  .szp-gallery__thumbs {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ===== HERO SECTION ===== */
.szpp-hero {
  background: #ffffff;
  padding: 140px 0 80px;
  border-bottom: 1px solid #e5e7eb;
}

.szpp-hero__container {
  max-width: 1000px;
  margin: 0 auto;
  /*padding: 0 8%;*/
  text-align: center;
}

.szpp-hero__title {
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: #093c5c;
}

.szpp-hero__subtitle {
  font-size: 1.2rem;
  color: #000;
  font-weight: 300;
}

.szpp-hero__update {
  font-size: 0.95rem;
  color: #999;
  margin-top: 20px;
}

/* ===== CONTENT SECTION ===== */
.szpp-content {
  padding: 80px 0;
  background: #fafafa;
}

.szpp-content__container {
  max-width: 1000px;
  margin: 0 auto;
  /*padding: 0 8%;*/
}

.szpp-section {
  background: white;
  padding: 50px;
  margin-bottom: 30px;
  border: 1px solid #e5e7eb;
}

.szpp-section__title {
  font-size: 2rem;
  color: #093c5c;
  margin-bottom: 25px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-left: 4px solid #c69933;
  padding-left: 20px;
}

.szpp-section__subtitle {
  font-size: 1.4rem;
  color: #093c5c;
  margin: 30px 0 15px;
  font-weight: 500;
}

.szpp-section__text {
  color: #000;
  font-size: 1.05rem;
  line-height: 1.9;
  margin-bottom: 20px;
}

.szpp-section__list {
  list-style: none;
  margin: 20px 0;
}

.szpp-section__list-item {
  padding: 15px 0;
  padding-left: 35px;
  position: relative;
  color: #000;
  font-size: 1rem;
  line-height: 1.8;
  border-bottom: 1px solid #f0f0f0;
}

.szpp-section__list-item:last-child {
  border-bottom: none;
}

.szpp-section__list-item:before {
  content: "•";
  position: absolute;
  left: 10px;
  color: #093c5c;
  font-size: 1.5rem;
  font-weight: bold;
}

.szpp-info-box {
  background: #f8f9fa;
  padding: 25px;
  border-left: 4px solid #c69933;
  margin: 25px 0;
}

.szpp-info-box__label {
  font-weight: 600;
  color: #093c5c;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.9rem;
}

.szpp-info-box__text {
  color: #000;
  font-size: 1rem;
  line-height: 1.8;
}

.szpp-link {
  color: #093c5c;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}

.szpp-link:hover {
  border-bottom-color: #093c5c;
}

/* ===== CONTACT SECTION ===== */
.szpp-contact {
  padding: 60px 0;
  background: white;
  border-top: 1px solid #e5e7eb;
}

.szpp-contact__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

.szpp-contact__title {
  font-size: 2rem;
  color: #093c5c;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.szpp-contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.szpp-contact__box {
  background: #f8f9fa;
  padding: 40px;
  border: 1px solid #e5e7eb;
  text-align: center;
}

.szpp-contact__box-title {
  font-size: 1.2rem;
  color: #093c5c;
  margin-bottom: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.szpp-contact__box-text {
  color: #000;
  font-size: 1rem;
  line-height: 1.8;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .szpp-hero__title {
    font-size: 2.5rem;
  }

  .szpp-section {
    padding: 30px 25px;
  }

  .szpp-section__title {
    font-size: 1.5rem;
  }

  .szpp-contact__grid {
    grid-template-columns: 1fr;
  }
}

/* ===== HERO SECTION ===== */
.szts-hero {
  background: #ffffff;
  padding: 140px 0 80px;
  border-bottom: 1px solid #e5e7eb;
}

.szts-hero__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.szts-hero__title {
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: #093c5c;
}

.szts-hero__subtitle {
  font-size: 1.2rem;
  color: #000;
  font-weight: 300;
}

.szts-hero__update {
  font-size: 0.95rem;
  color: #999;
  margin-top: 20px;
}

/* ===== QUICK NAV ===== */


/* ===== CONTENT SECTION ===== */
.szts-content {
  padding: 80px 0;
  background: #fafafa;
}

.szts-content__container {
  max-width: 1000px;
  margin: 0 auto;
  /*padding: 0 8%;*/
}

.szts-section {
  background: white;
  padding: 50px;
  margin-bottom: 30px;
  border: 1px solid #e5e7eb;
  scroll-margin-top: 120px;
}

.szts-section__number {
  display: inline-block;
  padding: 6px 16px;
  background: #093c5c;
  color: white;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.szts-section__title {
  font-size: 1.8rem;
  color: #093c5c;
  margin-bottom: 25px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.szts-section__text {
  color: #000;
  font-size: 1.05rem;
  line-height: 1.9;
  margin-bottom: 20px;
}

.szts-section__list {
  list-style: none;
  margin: 20px 0;
}

.szts-section__list-item {
  padding: 12px 0;
  padding-left: 35px;
  position: relative;
  color: #000;
  font-size: 1rem;
  line-height: 1.8;
  border-bottom: 1px solid #f0f0f0;
}

.szts-section__list-item:last-child {
  border-bottom: none;
}

.szts-section__list-item:before {
  content: "▸";
  position: absolute;
  left: 10px;
  color: #093c5c;
  font-size: 1.2rem;
  font-weight: bold;
}

.szts-highlight {
  background: #f8f9fa;
  padding: 25px;
  border-left: 4px solid #c69933;
  margin: 25px 0;
}

.szts-highlight__text {
  color: #000;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
}

.szts-link {
  color: #093c5c;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}

.szts-link:hover {
  border-bottom-color: #093c5c;
}

/* ===== CONTACT SECTION ===== */
.szts-contact {
  padding: 60px 0;
  background: white;
  border-top: 1px solid #e5e7eb;
}

.szts-contact__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.szts-contact__title {
  font-size: 2rem;
  color: #093c5c;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.szts-contact__text {
  color: #000;
  font-size: 1.1rem;
  line-height: 1.8;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .szts-hero__title {
    font-size: 2.5rem;
  }

  .szts-section {
    padding: 30px 25px;
  }

  .szts-section__title {
    font-size: 1.4rem;
  }

}


/* ===== HERO SECTION ===== */
.szsh-hero {
  background: linear-gradient(135deg, #093c5c 0%, #2d6fa8 100%);
  padding: 140px 0 80px;
  color: white;
}

.szsh-hero__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.szsh-hero__title {
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  color: #fff;
  line-height: 1.2;
}

.szsh-hero__subtitle {
  font-size: 1.2rem;
  opacity: 0.95;
  font-weight: 300;
  max-width: 700px;
  margin: 0 auto;
}

/* ===== INTRO SECTION ===== */
.szsh-intro {
  padding: 80px 0 60px;
  background: #ffffff;
}

.szsh-intro__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.szsh-intro__text {
  font-size: 1.15rem;
  color: #000;
  line-height: 1.9;
}

/* ===== CONTENT SECTION ===== */
.szsh-content {
  padding: 0 0 80px;
  background: #ffffff;
}

.szsh-content__container {
  max-width: 1000px;
  margin: 0 auto;
  /*padding: 0 8%;*/
}

.szsh-section {
  background: #fafafa;
  padding: 50px;
  margin-bottom: 30px;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #c69933;
}

.szsh-section__icon {
  width: 70px;
  height: 70px;
  background: white;
  border: 2px solid #093c5c;
  color: #093c5c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 25px;
}

.szsh-section__title {
  font-size: 1.8rem;
  color: #093c5c;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.szsh-section__text {
  color: #000;
  font-size: 1.05rem;
  line-height: 1.9;
  margin-bottom: 15px;
}

.szsh-section__list {
  list-style: none;
  margin: 20px 0;
}

.szsh-section__list-item {
  padding: 12px 0;
  padding-left: 35px;
  position: relative;
  color: #000;
  font-size: 1rem;
  line-height: 1.8;
}

.szsh-section__list-item:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #093c5c;
  font-size: 1.3rem;
  font-weight: bold;
}

.szsh-highlight {
  background: white;
  padding: 25px;
  border-left: 4px solid #e74c3c;
  margin: 25px 0;
}

.szsh-highlight__text {
  color: #000;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
}

.szsh-highlight--info {
  border-left-color: #093c5c;
}

/* ===== TIMELINE SECTION ===== */
.szsh-timeline {
  padding: 80px 0;
  background: #f8f9fa;
}

.szsh-timeline__container {
  max-width: 1000px;
  margin: 0 auto;
  /*padding: 0 8%;*/
}

.szsh-timeline__title {
  font-size: 2.5rem;
  color: #093c5c;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.szsh-timeline__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.szsh-step {
  background: white;
  padding: 40px 30px;
  text-align: center;
  border: 1px solid #e5e7eb;
  position: relative;
}

.szsh-step__number {
  width: 60px;
  height: 60px;
  background: #093c5c;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 auto 20px;
  border-radius: 50%;
}

.szsh-step__title {
  font-size: 1.1rem;
  color: #093c5c;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.szsh-step__text {
  color: #000;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* ===== CONTACT SECTION ===== */
.szsh-contact {
  padding: 80px 0;
  background: white;
  border-top: 1px solid #e5e7eb;
}

.szsh-contact__container {
  max-width: 1000px;
  margin: 0 auto;
  /*padding: 0 8%;*/
}

.szsh-contact__title {
  font-size: 2.5rem;
  color: #093c5c;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.szsh-contact__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.szsh-contact__box {
  background: #fafafa;
  padding: 40px;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #093c5c;
  text-align: center;
}

.szsh-contact__box-icon {
  color: #093c5c;
  margin-bottom: 20px;
}

.szsh-contact__box-title {
  font-size: 1.3rem;
  color: #093c5c;
  margin-bottom: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.szsh-contact__box-text {
  color: #000;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 8px;
}

.szsh-link {
  color: #093c5c;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}

.szsh-link:hover {
  border-bottom-color: #093c5c;
}

.szsh-note {
  background: #e8f4f8;
  padding: 20px 30px;
  border-left: 4px solid #093c5c;
  margin-top: 20px;
  font-size: 0.9rem;
  color: #000;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .szsh-timeline__steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .szsh-hero__title {
    font-size: 2.5rem;
  }

  .szsh-section {
    padding: 30px 25px;
  }

  .szsh-section__title {
    font-size: 1.4rem;
  }

  .szsh-timeline__steps {
    grid-template-columns: 1fr;
  }

  .szsh-contact__grid {
    grid-template-columns: 1fr;
  }
}

/* ===== HERO SECTION ===== */
.szrf-hero {
  background: linear-gradient(135deg, #093c5c 0%, #2d6fa8 100%);
  padding: 140px 0 80px;
  color: white;
}

.szrf-hero__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.szrf-hero__title {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.szrf-hero__subtitle {
  font-size: 1.2rem;
  opacity: 0.95;
  font-weight: 300;
  max-width: 700px;
  margin: 0 auto;
}

/* ===== INTRO SECTION ===== */
.szrf-intro {
  padding: 80px 0 60px;
  background: #ffffff;
}

.szrf-intro__container {
  max-width: 1000px;
  margin: 0 auto;
  /*padding: 0 8%;*/
  text-align: center;
}

.szrf-intro__text {
  font-size: 1.15rem;
  color: #666;
  line-height: 1.9;
}

/* ===== ALERT BOX ===== */
.szrf-alert {
  background: #fff3cd;
  border: 2px solid #ffc107;
  border-left: 5px solid #ffc107;
  padding: 30px 40px;
  margin: 0 0 30px;
}

.szrf-alert__title {
  font-size: 1.4rem;
  color: #856404;
  margin-bottom: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.szrf-alert__text {
  color: #856404;
  font-size: 1.05rem;
  line-height: 1.8;
}

.szrf-alert__link {
  color: #093c5c;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}

.szrf-alert__link:hover {
  border-bottom-color: #093c5c;
}

/* ===== CONTENT SECTION ===== */
.szrf-content {
  padding: 0 0 80px;
  background: #ffffff;
}

.szrf-content__container {
  max-width: 1000px;
  margin: 0 auto;
  /*padding: 0 8%;*/
}

.szrf-section {
  background: #fafafa;
  padding: 50px;
  margin-bottom: 30px;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #c69933;
}

.szrf-section__header {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 25px;
}

.szrf-section__icon {
  width: 70px;
  height: 70px;
  background: white;
  border: 2px solid #093c5c;
  color: #093c5c;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.szrf-section__title {
  font-size: 1.8rem;
  color: #093c5c;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 15px;
}

.szrf-section__text {
  color: #666;
  font-size: 1.05rem;
  line-height: 1.9;
  margin-bottom: 15px;
}

.szrf-section__list {
  list-style: none;
  margin: 20px 0;
}

.szrf-section__list-item {
  padding: 15px 0;
  padding-left: 40px;
  position: relative;
  color: #666;
  font-size: 1.05rem;
  line-height: 1.8;
  border-bottom: 1px solid #e5e7eb;
}

.szrf-section__list-item:last-child {
  border-bottom: none;
}

.szrf-section__list-item:before {
  content: "✓";
  position: absolute;
  left: 10px;
  color: #093c5c;
  font-size: 1.4rem;
  font-weight: bold;
}

.szrf-section__list-item strong {
  color: #093c5c;
  display: block;
  margin-bottom: 5px;
}

.szrf-highlight {
  background: white;
  padding: 25px;
  border-left: 4px solid #e74c3c;
  margin: 25px 0;
}

.szrf-highlight__text {
  color: #666;
  font-size: 1.05rem;
  line-height: 1.8;
  margin: 0;
}

.szrf-highlight--info {
  border-left-color: #093c5c;
  background: #e8f4f8;
}

.szrf-highlight--warning {
  border-left-color: #ffc107;
  background: #fff8e1;
}

/* ===== IMPORTANT BOX ===== */
.szrf-important {
  background: #fff3cd;
  border: 2px solid #ffc107;
  padding: 30px;
  margin: 30px 0;
  text-align: center;
}

.szrf-important__icon {
  width: 80px;
  height: 80px;
  background: #ffc107;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border-radius: 50%;
}

.szrf-important__title {
  font-size: 1.6rem;
  color: #856404;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.szrf-important__text {
  color: #856404;
  font-size: 1.1rem;
  line-height: 1.8;
}

/* ===== PROCESS TIMELINE ===== */
.szrf-timeline {
  padding: 80px 0;
  background: #f8f9fa;
}

.szrf-timeline__container {
  max-width: 1000px;
  margin: 0 auto;
  /*padding: 0 8%;*/
}

.szrf-timeline__title {
  font-size: 2.5rem;
  color: #093c5c;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.szrf-timeline__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.szrf-step {
  background: white;
  padding: 40px 30px;
  text-align: center;
  border: 1px solid #e5e7eb;
  position: relative;
}

.szrf-step__number {
  width: 60px;
  height: 60px;
  background: #093c5c;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 auto 20px;
  border-radius: 50%;
}

.szrf-step__title {
  font-size: 1.1rem;
  color: #093c5c;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.szrf-step__text {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* ===== CONTACT SECTION ===== */
.szrf-contact {
  padding: 80px 0;
  background: white;
  border-top: 1px solid #e5e7eb;
}

.szrf-contact__container {
  max-width: 1000px;
  margin: 0 auto;
  /*padding: 0 8%;*/
}

.szrf-contact__title {
  font-size: 2.5rem;
  color: #093c5c;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.szrf-contact__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.szrf-contact__box {
  background: #fafafa;
  padding: 40px;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #093c5c;
  text-align: center;
}

.szrf-contact__box-icon {
  color: #093c5c;
  margin-bottom: 20px;
}

.szrf-contact__box-title {
  font-size: 1.3rem;
  color: #093c5c;
  margin-bottom: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.szrf-contact__box-text {
  color: #666;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 8px;
}

.szrf-link {
  color: #093c5c;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}

.szrf-link:hover {
  border-bottom-color: #093c5c;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .szrf-timeline__steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .szrf-hero__title {
    font-size: 2.5rem;
  }

  .szrf-section {
    padding: 30px 25px;
  }

  .szrf-section__header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .szrf-section__title {
    font-size: 1.4rem;
    margin-top: 0;
  }

  .szrf-timeline__steps {
    grid-template-columns: 1fr;
  }

  .szrf-contact__grid {
    grid-template-columns: 1fr;
  }
}

/* Certifications Section - About Page */
.certifications-section {
  padding: 100px 0;
  background-color: #f8f9fa;
}

.certifications-header {
  text-align: center;
  margin-bottom: 60px;
}

.certifications-title {
  font-size: 42px;
  font-weight: 700;
  color: #002141;
  margin-bottom: 15px;
  font-family: 'Rubik', sans-serif;
}

.certifications-subtitle {
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.certifications-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.certification-item {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.certification-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.certification-logo-wrapper {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.certification-logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.certification-name {
  font-size: 24px;
  font-weight: 600;
  color: #002141;
  margin-bottom: 10px;
  font-family: 'Rubik', sans-serif;
}

.certification-desc {
  font-size: 16px;
  color: #666;
  margin: 0;
}

/* Certifications Section - Home Page */
.certifications-section-home {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.certifications-header-home {
  text-align: center;
  margin-bottom: 50px;
}

.certifications-title-home {
  font-size: 36px;
  font-weight: 700;
  color: #002141;
  margin-bottom: 10px;
  font-family: 'Rubik', sans-serif;
}

.certifications-subtitle-home {
  font-size: 18px;
  color: #666;
}

.certifications-grid-home {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.certification-item-home {
  background: #ffffff;
  border-radius: 15px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 140px;
}

.certification-item-home:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.certification-logo-home {
  max-width: 80px;
  max-height: 60px;
  object-fit: contain;
  margin-bottom: 12px;
}

.certification-label-home {
  font-size: 14px;
  font-weight: 600;
  color: #002141;
  margin-top: auto;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .certifications-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .certifications-grid-home {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .certifications-title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .certifications-section {
    padding: 60px 0;
  }

  .certifications-section-home {
    padding: 60px 0;
  }

  .certifications-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .certifications-grid-home {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .certifications-title {
    font-size: 28px;
  }

  .certifications-title-home {
    font-size: 28px;
  }

  .certification-item {
    padding: 30px 20px;
  }

  .certification-item-home {
    padding: 20px 15px;
    min-height: 120px;
  }

  .certification-logo-wrapper {
    height: 100px;
    margin-bottom: 15px;
  }

  .certification-logo-home {
    max-width: 60px;
    max-height: 50px;
  }
}

@media (max-width: 576px) {
  .certifications-grid-home {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .certification-label-home {
    font-size: 12px;
  }
}

/* Home Page Mobile Responsive Fixes */
@media (max-width: 768px) {

  /* Banner Section Mobile */
  .banner-section {
    min-height: 400px !important;
  }

  .banner-info-blk {
    padding: 20px 0 !important;
    text-align: center;
  }

  .hero-brand {
    font-size: 18px !important;
  }

  .hero-title:not(.banner-section .hero-title):not(.banner-section * .hero-title) {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }

  .hero-subtitle:not(.banner-section .hero-subtitle):not(.banner-section * .hero-subtitle) {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }

  .btn-style:not(.banner-section .btn-style):not(.banner-section * .btn-style) {
    padding: 12px 30px !important;
    font-size: 16px !important;
  }

  /* Scientific Section Mobile */
  .scientific-section {
    padding: 40px 20px !important;
  }

  .scientific-title {
    font-size: 28px !important;
  }

  .scientific-description {
    font-size: 16px !important;
  }

  /* Products Section Mobile */
  .products-section {
    padding: 40px 15px !important;
  }

  .product-grid {
    gap: 20px 15px !important;
  }

  .product-image {
    height: 200px !important;
  }

  .product-name {
    font-size: 18px !important;
  }

  .product-price {
    font-size: 20px !important;
  }

  .add-to-cart-button {
    padding: 10px 15px !important;
    font-size: 14px !important;
  }

  .products-section .add-to-cart-button--outline {
    padding: 0.6rem 0.85rem !important;
    font-size: 0.875rem !important;
  }

  .products-section .product-details {
    padding: 1rem 0.875rem 1.125rem !important;
  }

  .products-section .product-card {
    background-color: #f8f8f8 !important;
  }

  .load-more-button {
    width: 100% !important;
    max-width: 250px !important;
    height: 45px !important;
    font-size: 18px !important;
    margin-top: 30px !important;
  }

  /* Why Choose Section Mobile */
  .why-choose-section {
    padding: 50px 20px !important;
  }

  .why-choose-title {
    font-size: 32px !important;
  }

  .why-choose-subtitle {
    font-size: 16px !important;
  }

  .why-choose-card-title {
    font-size: 18px !important;
  }

  .why-choose-card-description {
    font-size: 14px !important;
  }

  /* Certifications Home Mobile */
  .certifications-section-home {
    padding: 50px 20px !important;
  }

  .certifications-title-home {
    font-size: 28px !important;
  }

  .certifications-subtitle-home {
    font-size: 16px !important;
  }
}

@media (max-width: 576px) {

  /* Banner Section Small Mobile */
  .hero-title {
    font-size: 28px !important;
  }

  .hero-subtitle:not(.banner-section .hero-subtitle):not(.banner-section * .hero-subtitle) {
    font-size: 20px !important;
  }

  /* Products Section Small Mobile */
  .products-title {
    font-size: 32px !important;
    margin-bottom: 40px !important;
  }

  .product-grid {
    gap: 15px !important;
  }

 

  .product-image {
    height: 180px !important;
  }

  .product-details {
    padding: 12px !important;
  }

  .products-section .product-details {
    padding: 0.875rem 0.75rem 1rem !important;
  }

  .products-section .product-card {
    background-color: #f8f8f8 !important;
  }

  .product-name {
    font-size: 16px !important;
    margin-bottom: 6px !important;
  }

  .product-price {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }

  .add-to-cart-button {
    padding: 8px 12px !important;
    font-size: 12px !important;
    width: 100% !important;
  }

  .products-section .add-to-cart-button--outline {
    padding: 0.55rem 0.75rem !important;
    font-size: 0.8125rem !important;
  }

  .products-section .add-to-cart-button__plus {
    width: 20px !important;
    height: 20px !important;
  }

  .favorite-button {
    width: 35px !important;
    height: 35px !important;
    top: 10px !important;
    right: 10px !important;
  }

  .favorite-button img {
    width: 16px !important;
    height: 16px !important;
  }

  /* Category Items Small Mobile */
  .category-item {
    width: calc(50% - 8px) !important;
    min-width: 140px !important;
    padding: 15px 8px !important;
  }

  .category-icon-wrapper {
    height: 45px !important;
    margin-bottom: 8px !important;
  }

  .category-name {
    font-size: 14px !important;
  }

  /* Why Choose Small Mobile */
  .why-choose-title {
    font-size: 28px !important;
  }

  .why-choose-subtitle {
    font-size: 14px !important;
  }

  .why-choose-icon {
    width: 60px !important;
    height: 60px !important;
    margin-bottom: 15px !important;
  }

  .why-choose-card-title {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }

  .why-choose-card-description {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  /* Certifications Small Mobile */
  .certifications-title-home {
    font-size: 24px !important;
  }

  .certifications-grid-home {
    gap: 10px !important;
  }

  .certification-item-home {
    padding: 15px 10px !important;
    min-height: 100px !important;
  }

  .certification-logo-home {
    max-width: 50px !important;
    max-height: 40px !important;
    margin-bottom: 8px !important;
  }

  .certification-label-home {
    font-size: 11px !important;
  }

  /* Scientific Section Small Mobile */
  .scientific-title {
    font-size: 24px !important;
  }

  .scientific-subtitle {
    font-size: 14px !important;
  }

  .scientific-description {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  /* Load More Button Small Mobile */
  .load-more-button {
    width: 100% !important;
    max-width: 200px !important;
    height: 40px !important;
    font-size: 16px !important;
    margin-top: 25px !important;
  }
}

/* Certifications Section - Product Detail Page */
.certifications-section-product {
  padding: 80px 0;
  background-color: #f8f9fa;
  margin-top: 40px;
}

.certifications-header-product {
  text-align: center;
  margin-bottom: 50px;
}

.certifications-title-product {
  font-size: 36px;
  font-weight: 700;
  color: #002141;
  margin-bottom: 15px;
  font-family: 'Rubik', sans-serif;
}

.certifications-subtitle-product {
  font-size: 18px;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
}

.certifications-grid-product {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  max-width: 1200px;
  margin: 0 auto;
}

.certification-item-product {
  background: #ffffff;
  border-radius: 15px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.certification-item-product:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.certification-logo-wrapper-product {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.certification-logo-product {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.certification-name-product {
  font-size: 22px;
  font-weight: 600;
  color: #002141;
  margin-bottom: 8px;
  font-family: 'Rubik', sans-serif;
}

.certification-desc-product {
  font-size: 15px;
  color: #666;
  margin: 0;
}

/* Responsive Styles for Product Detail Certifications */
@media (max-width: 992px) {
  .certifications-grid-product {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .certifications-title-product {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .certifications-section-product {
    padding: 60px 0;
    margin-top: 30px;
  }

  .certifications-grid-product {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .certifications-title-product {
    font-size: 28px;
  }

  .certifications-subtitle-product {
    font-size: 16px;
  }

  .certification-item-product {
    padding: 30px 20px;
  }

  .certification-logo-wrapper-product {
    height: 90px;
    margin-bottom: 15px;
  }

  .certification-name-product {
    font-size: 20px;
  }

  .certification-desc-product {
    font-size: 14px;
  }
}

/* Shop page — hero banner (reference: soft pastel gradient, centered title + breadcrumb) */
.shop-page-hero {
  position: relative;
  overflow: hidden;
  padding: 2.75rem 1rem 3.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

@media (min-width: 768px) {
  .shop-page-hero {
    padding: 3.5rem 1rem 4rem;
  }
}

.shop-page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 85% 70% at 12% 18%, rgba(255, 214, 224, 0.55) 0%, transparent 58%),
    radial-gradient(ellipse 75% 65% at 88% 12%, rgba(198, 224, 252, 0.5) 0%, transparent 55%),
    radial-gradient(ellipse 90% 80% at 50% 95%, rgba(236, 228, 220, 0.65) 0%, transparent 50%),
    linear-gradient(165deg, #fbf9f7 0%, #f4f0eb 48%, #efe9e2 100%);
}

.shop-page-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.shop-page-hero__title {
  font-family: "Jost", "DM Sans", system-ui, sans-serif;
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #141414;
  margin: 0 0 0.85rem;
  line-height: 1.2;
}

.shop-page-hero__breadcrumb {
  font-family: "Jost", "DM Sans", system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #6b6b6b;
  line-height: 1.5;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.25rem;
}

.shop-page-hero__breadcrumb a {
  color: #4a4a4a;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.shop-page-hero__breadcrumb a:hover {
  color: #141414;
  text-decoration: underline;
}

.shop-page-hero__sep {
  color: #a3a3a3;
  font-weight: 400;
  user-select: none;
}

.shop-page-hero__current {
  color: #5c5c5c;
  font-weight: 500;
}

.page-blogs .shop-page-hero__current,
.page-blog-detail .shop-page-hero__current {
  color: #141414;
  font-weight: 600;
}

.shop-page-hero__topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #0a0a0a;
  z-index: 2;
  pointer-events: none;
}

.shop-page-hero__topbar::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 36px;
  height: 100%;
  background: #e31d2f;
}

/* Overview page — centered column + soft wave footer */
.page-overview .overview-page-wrap {
  position: relative;
  background: #ffffff;
}

.page-overview .overview-prose {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: "Jost", "DM Sans", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
}

.page-overview .overview-prose p {
  margin-bottom: 1.25rem;
}

.page-overview .overview-prose p:last-child {
  margin-bottom: 0;
}

.page-overview .overview-page-wave {
  line-height: 0;
  margin-top: 0;
}

.page-overview .overview-page-wave__svg {
  display: block;
  width: 100%;
  height: 48px;
}

@media (min-width: 768px) {
  .page-overview .overview-page-wave__svg {
    height: 64px;
  }
}

/* Shop / Overview: align primary nav to the right (reference layout) */
@media (min-width: 992px) {
  .page-shop .header-nav-bar .navbar-collapse,
  .page-overview .header-nav-bar .navbar-collapse {
    justify-content: flex-end;
  }

  .page-shop .header-nav-main,
  .page-overview .header-nav-main {
    justify-content: flex-end;
    margin-left: auto;
    column-gap: 2rem;
  }
}

/* Shop page — sidebar + toolbar + cards (reference layout) */

.shop-page-redesign {
  background: #ffffff;
}

.shop-page-redesign .shop-page-row {
  --shop-gap: 28px;
}

.shop-sidebar-filters {
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
  z-index: 2;
  isolation: isolate;
}

.shop-filter-card {
  background: #f0f0f0;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 18px 18px 20px;
  font-family: "Jost", "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  color: #3d3d3d;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

.shop-filter-card--sizes {
  padding-top: 16px;
  padding-bottom: 16px;
}

.shop-filter-card--colors {
  min-height: 0;
  padding-bottom: 18px;
}

.shop-filter-title {
  font-size: 16px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 12px;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.shop-filter-search-inner {
  position: relative;
  display: flex;
  align-items: stretch;
}

.shop-filter-input {
  background: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 4px !important;
  font-size: 14px;
  padding: 10px 38px 10px 12px !important;
  min-height: 44px;
}

.shop-filter-search .shop-filter-input {
  width: 100%;
}

.shop-filter-search-btn {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.shop-filter-search-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}

.shop-filter-checklist li + li {
  margin-top: 10px;
}

.shop-filter-check-row {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  transition: color 0.2s ease;
}

.shop-filter-check-row:hover {
  color: #0a0a0a;
}

.shop-filter-check-row--static {
  cursor: default;
}

.shop-filter-checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  background: #fff;
  flex-shrink: 0;
}

.shop-filter-check-row.is-active .shop-filter-checkbox,
.shop-filter-checkbox.is-checked {
  background: #2d6a4f;
  border-color: #2d6a4f;
  box-shadow: inset 0 0 0 2px #fff;
}

.shop-filter-label {
  flex: 1;
  min-width: 0;
}

.shop-filter-count {
  min-width: 28px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8e8e8;
  color: #555;
  font-size: 12px;
  font-weight: 600;
  border-radius: 2px;
  padding: 0 6px;
}

.shop-filter-price-row {
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.shop-filter-price-input {
  flex: 1;
  min-width: 0;
  padding: 8px 10px !important;
  min-height: 40px;
  font-size: 13px;
}

.shop-filter-price-submit {
  flex: 0 0 44px;
  width: 44px;
  height: 40px;
  border: none;
  border-radius: 4px;
  background: #2d6a4f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: background 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.shop-filter-price-submit:hover {
  background: #245a42;
}

.shop-filter-sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 4px 0 2px;
}

.shop-size-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  padding: 9px 12px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #3a3a3a;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.shop-size-tag:hover {
  border-color: #e53935;
  color: #c62828;
  background: #fff8f8;
  box-shadow: 0 0 0 1px rgba(229, 57, 53, 0.25);
}

.shop-size-tag.is-active {
  border-color: #2d6a4f;
  background: #e8f2ed;
  color: #1b4332;
}

.shop-size-tag.is-active:hover {
  border-color: #e53935;
  color: #b71c1c;
  background: #fff5f5;
}

.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
  padding-bottom: 4px;
}

.shop-toolbar-views {
  display: inline-flex;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}

.shop-view-btn {
  width: 42px;
  height: 38px;
  border: none;
  background: #fff;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: background 0.2s ease, color 0.2s ease;
}

.shop-view-btn + .shop-view-btn {
  border-left: 1px solid #ccc;
}

.shop-view-btn:hover {
  background: #f5f5f5;
  color: #111;
}

.shop-view-btn.is-active {
  background: #f0f0f0;
  color: #0a0a0a;
}

.shop-toolbar-select {
  min-width: 190px;
  max-width: 260px;
  font-size: 14px;
  padding: 9px 36px 9px 14px !important;
  border-radius: 4px !important;
  border: 1px solid #c8c8c8 !important;
  background-color: #fff !important;
  font-family: "Jost", "DM Sans", sans-serif;
  color: #222;
  font-weight: 500;
}

.shop-product-grid.shop-layout-list .product-item {
  flex: 0 0 100%;
  max-width: 100%;
}

.shop-product-grid.shop-layout-list .shop-pcard {
  flex-direction: row;
  align-items: stretch;
}

.shop-product-grid.shop-layout-list .shop-pcard-media {
  flex: 0 0 220px;
  max-width: 220px;
}

.shop-product-grid.shop-layout-list .shop-pcard-img {
  height: 100%;
  min-height: 180px;
}

.shop-product-grid.shop-layout-list .shop-pcard-actions {
  bottom: 28px;
}

.shop-pcard {
  display: flex;
  flex-direction: column;
  background: #ebebeb;
  border: 1px solid #dedede;
  border-radius: 4px;
  overflow: hidden;
  font-family: "Jost", "DM Sans", sans-serif;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.shop-pcard:hover {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.07);
  border-color: #dcdcdc;
}

.shop-pcard-media {
  position: relative;
  background: #ffffff;
}

.shop-pcard-img-wrap {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #ffffff;
}

.shop-pcard-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.shop-pcard-img-wrap:hover .shop-pcard-img {
  transform: scale(1.06);
}

.shop-pcard-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  transform: none;
  z-index: 3;
  background: #e53935;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 6px 14px;
  border-radius: 2px;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(198, 40, 40, 0.45);
}

.shop-pcard-media-tagline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 0;
  padding: 18px 10px 10px;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.95);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 55%, transparent 100%);
  pointer-events: none;
  line-height: 1.3;
}

.shop-pcard-media-tagline-brand {
  font-weight: 700;
}

.shop-pcard-actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 34px;
  z-index: 4;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 14px;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.shop-pcard-media:hover .shop-pcard-actions {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.shop-pcard-action-btn {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: #111111;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transform: translateY(14px) scale(0.92);
  transition: opacity 0.32s ease, transform 0.32s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.shop-pcard-compare-btn {
  background: rgba(17, 17, 17, 0.55);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.shop-pcard-compare-btn:hover,
.shop-pcard-compare-btn:focus-visible {
  background: rgba(17, 17, 17, 0.72);
}

.shop-pcard-media:hover .shop-pcard-compare-btn {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 0.05s;
}

.shop-pcard-media:hover .shop-pcard-wishlist-btn {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 0.12s;
}

/* Do not show compare/wishlist when the pointer is over the text/cart area (only image area) */
.shop-pcard:has(.shop-pcard-body:hover) .shop-pcard-actions {
  opacity: 0 !important;
  transform: translateY(12px) !important;
  pointer-events: none !important;
}

.shop-pcard:has(.shop-pcard-body:hover) .shop-pcard-action-btn {
  opacity: 0 !important;
  transform: translateY(14px) scale(0.92) !important;
}

.shop-pcard-action-btn:hover,
.shop-pcard-action-btn:focus-visible {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
  outline: none;
}

.shop-pcard-wishlist-btn:hover,
.shop-pcard-wishlist-btn:focus-visible {
  background: #2a2a2a;
}

.shop-pcard-action-btn .ti {
  font-size: 20px;
  line-height: 1;
}

.shop-pcard-wishlist-btn.is-active {
  background: #b71c1c;
  color: #fff;
}

.shop-pcard-compare-btn.is-active {
  background: rgba(25, 25, 25, 0.88);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}

@media (hover: none) {
  .shop-pcard-actions {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .shop-pcard-action-btn {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shop-pcard-actions,
  .shop-pcard-action-btn {
    transition-duration: 0.01ms !important;
  }

  .shop-pcard-actions {
    opacity: 1;
    transform: none;
  }

  .shop-pcard-action-btn {
    opacity: 1;
    transform: none;
  }

  .shop-pcard-img-wrap:hover .shop-pcard-img {
    transform: none;
  }
}

.shop-pcard-body {
  padding: 18px 16px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: #f5f5f5;
  text-align: center;
  align-items: center;
  gap: 0;
}

.shop-pcard-collection {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a9a9a;
  margin: 0 0 12px;
  font-weight: 500;
}

.shop-pcard-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.35;
  max-width: 100%;
}

.shop-pcard-title a {
  color: #111;
  text-decoration: none;
  transition: color 0.2s ease;
}

.shop-pcard-title a:hover {
  color: #c62828;
}

.shop-pcard-weight {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #6b6b6b;
  margin: 0 0 10px;
  line-height: 1.2;
}

.shop-pcard-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1;
}

.shop-pcard-star--on {
  color: #c9a227;
}

.shop-pcard-star--off {
  color: #d0d0d0;
}

.shop-pcard-price {
  font-size: 22px;
  font-weight: 700;
  color: #e53935;
  margin: 0 0 18px;
  letter-spacing: 0.01em;
}

.shop-pcard-price-old {
  font-size: 14px;
  font-weight: 500;
  color: #999;
  margin-left: 8px;
}

.shop-pcard-cart {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  padding: 11px 14px;
  background: #fafafa;
  border: 1px solid #1a1a1a;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.shop-pcard-cart:hover:not(:disabled) {
  background: #c62828;
  color: #fff;
  border-color: #c62828;
  box-shadow: 0 4px 14px rgba(198, 40, 40, 0.35);
}

.shop-pcard-cart:hover:not(:disabled) .shop-pcard-cart-icon {
  background: #fff;
  color: #c62828;
}

.shop-pcard-cart:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.shop-pcard-cart-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}

/* Shop Page Mobile Responsive Fixes */
@media (max-width: 991px) {

  /* Hide sidebar on tablets, show as dropdown or full width */
  .products-list .col-lg-3 {
    margin-bottom: 30px;
  }

  .shop-nav-vertical {
    margin-bottom: 30px;
  }

  .shop-sidebar-filters {
    margin-bottom: 8px;
  }
}

@media (max-width: 768px) {

  /* Shop Page Layout Mobile */
  .products-list {
    padding: 30px 15px !important;
  }

  /* Product Banner Mobile */
  .product-banner {
    padding: 30px 15px !important;
  }

  .product-banner h5 {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }

  /* Sidebar - Full width on mobile */
  .products-list .col-lg-3,
  .products-list .col-md-4 {
    width: 100%;
    margin-bottom: 25px;
  }

  /* Main content - Full width on mobile */
  .products-list .col-lg-9,
  .products-list .col-md-8 {
    width: 100%;
  }

  /* Category Navigation Mobile */
  .shop-nav-vertical .category-list-vertical {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
  }

  .shop-nav-vertical .category-item {
    flex: 0 0 calc(50% - 5px);
    min-width: calc(50% - 5px);
    max-width: calc(50% - 5px);
  }

  /* Product Grid Mobile */
  .product-gridx {
    margin: 0;
  }

  .product-gridx .col-lg-4,
  .product-gridx .col-md-4,
  .product-gridx .col-sm-6 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }

  /* Product Card Mobile */
  .product-gridx .product-card {
    border-radius: 15px;
    padding: 12px !important;
  }

  .product-gridx .product-image {
    height: 200px !important;
    object-fit: cover;
  }

  .product-gridx .card-title {
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin-bottom: 8px !important;
  }

  .product-gridx .card-title a {
    font-size: 16px !important;
  }

  .product-gridx .text-muted {
    font-size: 13px !important;
    margin-bottom: 10px !important;
  }

  .product-gridx .fw-bold.fs-5 {
    font-size: 18px !important;
  }

  .product-gridx .add-to-cart-button {
    padding: 10px 15px !important;
    font-size: 13px !important;
    min-height: 44px;
  }

  .product-gridx .favorite-button {
    width: 35px !important;
    height: 35px !important;
    padding: 0 !important;
  }

  .product-gridx .favorite-button img {
    width: 16px !important;
    height: 16px !important;
  }

  /* Breadcrumb Mobile */
  .breadcrumb-section {
    padding: 10px 0 !important;
  }

  .breadcrumb {
    font-size: 14px;
  }
}

@media (max-width: 576px) {

  /* Shop Page Small Mobile */
  .products-list {
    padding: 20px 10px !important;
  }

  /* Product Banner Small Mobile */
  .product-banner {
    padding: 20px 10px !important;
  }

  .product-banner h5 {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }

  /* Category Navigation Small Mobile */
  .shop-nav-vertical .category-item {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 12px 14px !important;
  }

  .shop-nav-vertical .category-icon-wrapper {
    height: 24px !important;
    width: 24px !important;
    min-width: 24px !important;
  }

  .shop-nav-vertical .category-name {
    font-size: 13px !important;
  }

  /* Product Cards Small Mobile */
  .product-gridx .col-lg-4,
  .product-gridx .col-md-4,
  .product-gridx .col-sm-6 {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 15px;
  }

  .product-gridx .product-card {
    padding: 10px !important;
  }

  .product-gridx .product-image {
    height: 180px !important;
  }

  .product-gridx .card-title {
    font-size: 15px !important;
  }

  .product-gridx .card-title a {
    font-size: 15px !important;
  }

  .product-gridx .fw-bold.fs-5 {
    font-size: 16px !important;
  }

  .product-gridx .add-to-cart-button {
    padding: 8px 12px !important;
    font-size: 12px !important;
    width: 100%;
  }

  .product-gridx .add-to-cart-button i {
    font-size: 14px;
  }

  /* Pagination Small Mobile */
  .shop-pagination-wrapper {
    gap: 12px;
  }

  .shop-pagination-info {
    font-size: 12px !important;
  }

  .shop-pagination .page-link {
    padding: 8px 12px !important;
    min-width: 80px !important;
    height: 38px !important;
    font-size: 13px !important;
  }

  /* Breadcrumb Small Mobile */
  .breadcrumb {
    font-size: 12px;
  }

  .breadcrumb .separator {
    margin: 0 3px;
  }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
  .product-gridx .product-image {
    height: 160px !important;
  }

  .product-gridx .card-title {
    font-size: 14px !important;
  }

  .product-gridx .fw-bold.fs-5 {
    font-size: 15px !important;
  }

  .shop-pagination .page-link {
    min-width: 70px !important;
    font-size: 12px !important;
  }
}

/* ============================================
   COMPREHENSIVE MOBILE RESPONSIVE FIXES FOR ALL PAGES
   ============================================ */

/* Global Mobile Text Size Reductions */
@media (max-width: 768px) {

  /* Headings */
  h1,
  .h1 {
    font-size: 28px !important;
    line-height: 1.3 !important;
  }

  h2,
  .h2 {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }

  h3,
  .h3 {
    font-size: 20px !important;
    line-height: 1.4 !important;
  }

  h4,
  .h4 {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }

  h5,
  .h5 {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }

  h6,
  .h6 {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }

  /* Paragraphs and Text */
  p {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  /* Links */
  a {
    font-size: 15px !important;
  }

  /* Buttons */
  .btn {
    font-size: 14px !important;
    padding: 10px 20px !important;
  }

  /* Cards */
  .card-title {
    font-size: 18px !important;
  }

  .card-text {
    font-size: 14px !important;
  }

  /* Sections */
  section {
    padding: 40px 15px !important;
  }

  /* Containers — align with site 24px gutters (phones use stricter rules below) */
  .container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media (max-width: 576px) {

  /* Headings - Smaller Mobile */
  h1,
  .h1 {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }

  h2,
  .h2 {
    font-size: 20px !important;
    line-height: 1.2 !important;
  }

  h3,
  .h3 {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }

  h4,
  .h4 {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }

  h5,
  .h5 {
    font-size: 15px !important;
    line-height: 1.3 !important;
  }

  h6,
  .h6 {
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  /* Paragraphs and Text - Smaller Mobile */
  p {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  /* Links */
  a {
    font-size: 14px !important;
  }

  /* Buttons */
  .btn {
    font-size: 13px !important;
    padding: 8px 16px !important;
    min-height: 44px;
  }

  /* Cards */
  .card-title {
    font-size: 16px !important;
  }

  .card-text {
    font-size: 13px !important;
  }

  /* Sections */
  section {
    padding: 30px 10px !important;
  }

  /* Containers */
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  /* Hide desktop-only elements */
  .d-lg-block,
  .d-md-block:not(.d-sm-block),
  .d-xl-block {
    display: none !important;
  }

  /* Show mobile-only elements */
  .d-sm-none.d-md-block {
    display: none !important;
  }
}

/* Hide Desktop-Only Elements on Mobile */
@media (max-width: 991px) {

  .d-lg-block:not(.d-lg-none),
  .d-xl-block:not(.d-xl-none),
  .d-xxl-block:not(.d-xxl-none) {
    display: none !important;
  }

  /* Show elements that should be visible on mobile */
  .d-lg-none,
  .d-xl-none,
  .d-xxl-none {
    display: block !important;
  }
}

@media (max-width: 768px) {

  .d-md-block:not(.d-sm-block):not(.d-lg-none),
  .d-md-flex:not(.d-sm-flex):not(.d-lg-none) {
    display: none !important;
  }

  /* Ensure d-lg-none shows on mobile (it means "hide on large, show on mobile") */
  .d-lg-none {
    display: block !important;
  }

  .d-lg-none.d-flex,
  [class*="d-lg-none"][class*="flex"] {
    display: flex !important;
  }

  .d-lg-none.d-inline-block,
  [class*="d-lg-none"][class*="inline-block"] {
    display: inline-block !important;
  }
}

/* About Page Mobile */
@media (max-width: 768px) {

  .intro-section,
  .innovation-section,
  .research-section {
    padding: 40px 15px !important;
  }

  .intro-container,
  .innovation-container,
  .research-container {
    padding: 0 15px !important;
  }

  .doctor-profile h2,
  .mission-content h2,
  .innovation-section h2,
  .research-section h2 {
    font-size: 24px !important;
  }

  .stats-sectionx {
    padding: 40px 15px !important;
  }

  .stat-numberx {
    font-size: 32px !important;
  }

  .stat-labelx {
    font-size: 14px !important;
  }
}

/* Contact Page Mobile */
@media (max-width: 768px) {
  .szc-info__card-title {
    font-size: 18px !important;
  }

  .szc-info__card-text {
    font-size: 14px !important;
  }
}

/* FAQs Page Mobile */
@media (max-width: 768px) {
  .faq-category {
    padding: 15px !important;
  }

  .category-title {
    font-size: 20px !important;
  }

  .accordion-button {
    font-size: 14px !important;
    padding: 12px 15px !important;
  }

  .accordion-body {
    font-size: 14px !important;
    padding: 15px !important;
  }
}

/* Career Page Mobile */
@media (max-width: 768px) {
  .career-section h2 {
    font-size: 24px !important;
  }

  .career-card h3 {
    font-size: 18px !important;
  }

  .career-card p {
    font-size: 14px !important;
  }
}

/* Bulk Enquiry Page Mobile */
@media (max-width: 768px) {
  .bulk-enquiry-section h2 {
    font-size: 24px !important;
  }

  .form-label {
    font-size: 14px !important;
  }

  .form-control,
  .form-select {
    font-size: 16px !important;
  }
}

/* Product Detail Page Mobile */
@media (max-width: 768px) {
  .szp-info__title {
    font-size: 24px !important;
  }

  .szp-info__subtitle {
    font-size: 14px !important;
  }

  .szp-info__price-current {
    font-size: 28px !important;
  }

  .szp-tabs__btn {
    font-size: 14px !important;
    padding: 10px 15px !important;
  }

  .szp-tabs__panel h3 {
    font-size: 20px !important;
  }

  .szp-tabs__panel p {
    font-size: 14px !important;
  }
}

/* Concern Section Mobile */
@media (max-width: 768px) {
  .concern-title {
    font-size: 28px !important;
  }

  .concern-label {
    font-size: 13px !important;
  }
}

/* Scientific Section Mobile */
@media (max-width: 768px) {
  .scientific-title {
    font-size: 24px !important;
  }

  .scientific-subtitle {
    font-size: 14px !important;
  }

  .scientific-description {
    font-size: 14px !important;
  }
}

/* Ensure proper text wrapping on mobile */
@media (max-width: 576px) {
  * {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  /* Prevent text overflow */
  .text-truncate {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }

  /* Long words break */
  p,
  span,
  div,
  a,
  li {
    word-break: break-word;
  }
}

/* Hide Desktop-Only Elements on Mobile - Global */
@media (max-width: 991px) {

  /* Hide large desktop only elements */
  .d-xl-block,
  .d-xxl-block,
  [class*="d-xl-"],
  [class*="d-xxl-"] {
    display: none !important;
  }
}

@media (max-width: 768px) {

  /* Hide medium and large desktop elements - but NOT d-lg-none which should show on mobile */
  .d-md-block:not(.d-sm-block),
  .d-md-flex:not(.d-sm-flex),
  .d-md-inline:not(.d-sm-inline),
  .d-md-inline-block:not(.d-sm-inline-block),
  .d-md-table:not(.d-sm-table),
  .d-md-table-cell:not(.d-sm-table-cell),
  .d-lg-block,
  .d-lg-flex,
  .d-lg-inline,
  .d-lg-inline-block,
  .d-lg-table,
  .d-lg-table-cell,
  [class*="d-md-block"]:not([class*="d-sm-"]),
  [class*="d-md-flex"]:not([class*="d-sm-"]),
  [class*="d-md-inline"]:not([class*="d-sm-"]),
  [class*="d-lg-block"],
  [class*="d-lg-flex"],
  [class*="d-lg-inline"] {
    display: none !important;
  }

  /* Show mobile versions - including d-lg-none which means "hide on large, show on mobile" */
  .d-sm-block,
  .d-sm-flex,
  .d-sm-inline,
  .d-sm-inline-block,
  .d-lg-none,
  [class*="d-lg-none"] {
    display: block !important;
  }

  .d-sm-flex,
  [class*="d-sm-flex"],
  [class*="d-lg-none"][class*="flex"] {
    display: flex !important;
  }

  .d-sm-inline,
  [class*="d-sm-inline"],
  [class*="d-lg-none"][class*="inline"]:not([class*="block"]) {
    display: inline !important;
  }

  .d-sm-inline-block,
  [class*="d-sm-inline-block"],
  [class*="d-lg-none"][class*="inline-block"] {
    display: inline-block !important;
  }
}

/* Ensure mobile-friendly font sizes for all common classes */
@media (max-width: 576px) {

  /* Title classes */
  .title,
  .page-title,
  .section-title {
    font-size: 20px !important;
  }

  /* Subtitle classes */
  .subtitle,
  .section-subtitle {
    font-size: 16px !important;
  }

  /* Description classes */
  .description,
  .content,
  .text-content {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  /* Label classes */
  label,
  .label,
  .form-label {
    font-size: 14px !important;
  }

  /* Small text */
  small,
  .small {
    font-size: 12px !important;
  }

  /* Large text - make smaller on mobile */
  .large,
  .text-large {
    font-size: 16px !important;
  }

  /* Extra large text - make smaller on mobile */
  .xlarge,
  .text-xlarge {
    font-size: 18px !important;
  }

  /* Display classes */
  .display-1 {
    font-size: 32px !important;
  }

  .display-2 {
    font-size: 28px !important;
  }

  .display-3 {
    font-size: 24px !important;
  }

  .display-4 {
    font-size: 20px !important;
  }

  .display-5 {
    font-size: 18px !important;
  }

  .display-6 {
    font-size: 16px !important;
  }
}

/* Fix for elements that should be hidden on mobile */
@media (max-width: 576px) {

  /* Hide carousel controls on very small screens if needed */
  .carousel-control-prev,
  .carousel-control-next {
    width: 35px !important;
    height: 35px !important;
  }

  /* Ensure images don't overflow */
  img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* Fix table overflow */
  table {
    font-size: 12px !important;
  }

  th,
  td {
    padding: 8px 6px !important;
    font-size: 12px !important;
  }
}

/* ============================================
   COMPREHENSIVE MOBILE RESPONSIVE STYLES
   FOR ALL PAGES - TEXT SIZE REDUCTION
   ============================================ */

/* About Page Mobile Responsive */
@media (max-width: 768px) {

  /* Intro Section */
  .intro-section h2,
  .doctor-profile h2,
  .mission-content h2 {
    font-size: 22px !important;
  }

  .doctor-profile p,
  .mission-content p,
  .credentials p {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  /* Innovation Section */
  .innovation-section h2 {
    font-size: 22px !important;
  }

  .innovation-highlight h3 {
    font-size: 18px !important;
  }

  .innovation-highlight p {
    font-size: 14px !important;
  }

  .benefit-card h4 {
    font-size: 16px !important;
  }

  .benefit-card p {
    font-size: 13px !important;
  }

  /* Research Section */
  .research-section h2 {
    font-size: 22px !important;
  }

  .research-item h4 {
    font-size: 16px !important;
  }

  .research-item p {
    font-size: 13px !important;
  }

  /* Stats Section */
  .stats-sectionx {
    padding: 30px 15px !important;
  }

  .stat-numberx {
    font-size: 28px !important;
  }

  .stat-labelx {
    font-size: 12px !important;
  }

  /* Certifications Section */
  .certifications-title {
    font-size: 22px !important;
  }

  .certifications-subtitle {
    font-size: 14px !important;
  }

  .certification-name {
    font-size: 14px !important;
  }

  .certification-desc {
    font-size: 12px !important;
  }
}

/* Contact Page Mobile Responsive */
@media (max-width: 768px) {
  .szc-hero__title {
    font-size: 28px !important;
  }

  .szc-hero__subtitle {
    font-size: 14px !important;
  }

  .szc-form__title {
    font-size: 20px !important;
  }

  .szc-form__label {
    font-size: 14px !important;
  }

  .szc-form__submit {
    font-size: 14px !important;
    padding: 12px 24px !important;
  }

  .szc-info__card-title {
    font-size: 18px !important;
  }

  .szc-info__card-text {
    font-size: 13px !important;
  }

  .szc-info__card-link {
    font-size: 13px !important;
  }

  .szc-departments__title {
    font-size: 22px !important;
  }

  .szc-dept__title {
    font-size: 16px !important;
  }

  .szc-dept__email {
    font-size: 13px !important;
  }

  .szc-map__title {
    font-size: 22px !important;
  }

  .szc-map__address {
    font-size: 13px !important;
  }

  .szc-faq__title {
    font-size: 22px !important;
  }

  .szc-faq__question {
    font-size: 16px !important;
  }

  .szc-faq__answer {
    font-size: 13px !important;
  }
}

/* Blog Page Mobile Responsive */
@media (max-width: 768px) {
  .szb-hero__title {
    font-size: 28px !important;
  }

  .szb-hero__subtitle {
    font-size: 14px !important;
  }

  .szb-featured__title {
    font-size: 22px !important;
  }

  .szb-featured__heading {
    font-size: 20px !important;
  }

  .szb-featured__text {
    font-size: 13px !important;
  }

  .szb-featured__btn {
    font-size: 14px !important;
    padding: 10px 20px !important;
  }

  .szb-filter__btn {
    font-size: 12px !important;
    padding: 8px 12px !important;
  }

  .szb-card__title {
    font-size: 16px !important;
  }

  .szb-card__excerpt {
    font-size: 13px !important;
  }

  .szb-card__date {
    font-size: 12px !important;
  }

  .szb-card__read {
    font-size: 12px !important;
  }

  .szb-newsletter__title {
    font-size: 22px !important;
  }

  .szb-newsletter__text {
    font-size: 13px !important;
  }

  .szb-newsletter__input {
    font-size: 14px !important;
  }

  .szb-newsletter__submit {
    font-size: 14px !important;
  }
}

/* Terms Page Mobile Responsive */
@media (max-width: 768px) {
  .szts-hero__title {
    font-size: 28px !important;
  }

  .szts-hero__subtitle {
    font-size: 14px !important;
  }

  .szts-hero__update {
    font-size: 12px !important;
  }

  .szts-section__title {
    font-size: 20px !important;
  }

  .szts-section__text {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }

  .szts-section__list-item {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }

  .szts-highlight__text {
    font-size: 13px !important;
  }

  .szts-contact__title {
    font-size: 22px !important;
  }

  .szts-contact__text {
    font-size: 13px !important;
  }
}

/* FAQs Page Mobile Responsive */
@media (max-width: 768px) {
  .faq-section {
    padding: 20px 15px !important;
  }

  .faq-category {
    margin-bottom: 25px !important;
  }

  .category-title {
    font-size: 20px !important;
    margin-bottom: 15px !important;
  }

  .accordion-button {
    font-size: 14px !important;
    padding: 12px 15px !important;
    line-height: 1.5 !important;
  }

  .badge-custom {
    font-size: 12px !important;
    padding: 4px 8px !important;
  }

  .accordion-body {
    font-size: 13px !important;
    padding: 15px !important;
    line-height: 1.6 !important;
  }

  .faq-nav li {
    font-size: 13px !important;
  }

  .availability-list li {
    font-size: 13px !important;
  }

  .certification-div {
    margin-top: 10px !important;
  }

  .certification-badge {
    font-size: 12px !important;
    padding: 6px 10px !important;
  }

  .support-section h3 {
    font-size: 20px !important;
  }

  .support-section p {
    font-size: 13px !important;
  }

  .support-section .btn {
    font-size: 13px !important;
    padding: 10px 20px !important;
  }
}

/* Privacy, Refund, Shipping Pages Mobile */
@media (max-width: 768px) {

  .privacy-section h2,
  .refund-section h2,
  .shipping-section h2 {
    font-size: 22px !important;
  }

  .privacy-section p,
  .refund-section p,
  .shipping-section p {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }

  .privacy-section ul li,
  .refund-section ul li,
  .shipping-section ul li {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }
}

/* Testimonials Page Mobile */
@media (max-width: 768px) {
  .testimonial-section h2 {
    font-size: 22px !important;
  }

  .testimonial-card h4 {
    font-size: 18px !important;
  }

  .testimonial-card p {
    font-size: 13px !important;
  }
}

/* Career Page Mobile */
@media (max-width: 768px) {
  .career-section h2 {
    font-size: 22px !important;
  }

  .career-card h3 {
    font-size: 18px !important;
  }

  .career-card p {
    font-size: 13px !important;
  }

  .career-card .btn {
    font-size: 13px !important;
    padding: 10px 20px !important;
  }
}

/* Enquiry & Bulk Enquiry Pages Mobile */
@media (max-width: 768px) {

  .enquiry-section h2,
  .bulk-enquiry-section h2 {
    font-size: 22px !important;
  }

  .enquiry-section p,
  .bulk-enquiry-section p {
    font-size: 13px !important;
  }

  .form-label {
    font-size: 14px !important;
  }

  .form-control,
  .form-select,
  textarea.form-control {
    font-size: 16px !important;
    padding: 10px 12px !important;
  }

  .form-control::placeholder,
  textarea.form-control::placeholder {
    font-size: 14px !important;
  }
}

/* Product Detail Page Additional Mobile Styles */
@media (max-width: 768px) {
  .szp-info__title {
    font-size: 22px !important;
  }

  .szp-info__subtitle {
    font-size: 13px !important;
  }

  .szp-info__price-current {
    font-size: 26px !important;
  }

  .szp-tabs__btn {
    font-size: 13px !important;
    padding: 10px 15px !important;
  }

  .szp-tabs__panel h3 {
    font-size: 18px !important;
  }

  .szp-tabs__panel p,
  .szp-tabs__panel li {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }
}

/* Breadcrumb Mobile */
@media (max-width: 768px) {
  .breadcrumb {
    font-size: 12px !important;
  }

  .breadcrumb a {
    font-size: 12px !important;
  }

  .breadcrumb .current {
    font-size: 12px !important;
  }
}

/* About Section Banner Mobile */
@media (max-width: 768px) {
  .about-section h5 {
    font-size: 18px !important;
  }

  .about-section h2 {
    font-size: 22px !important;
  }

  .about-section p {
    font-size: 13px !important;
  }
}

/* Block Quote Mobile */
@media (max-width: 768px) {
  .block-quote {
    font-size: 13px !important;
    padding: 15px !important;
  }

  .block-quote p {
    font-size: 13px !important;
  }
}

/* Section Titles Global Mobile */
@media (max-width: 768px) {

  .section-title,
  .page-title,
  h1.section-title,
  h2.section-title {
    font-size: 22px !important;
  }

  .section-subtitle {
    font-size: 14px !important;
  }
}

/* Paragraphs and Text Global Mobile */
@media (max-width: 768px) {
  p:not(.header p):not(.header * p):not(.banner-section p):not(.banner-section * p) {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }

  /* Ensure header and banner are not affected */
  .header p,
  .header * p,
  .banner-section p,
  .banner-section * p {
    font-size: inherit !important;
  }
}

/* Headings Global Mobile (excluding header and banner) */
@media (max-width: 768px) {
  h1:not(.header h1):not(.header * h1):not(.banner-section h1):not(.banner-section * h1) {
    font-size: 24px !important;
  }

  h2:not(.header h2):not(.header * h2):not(.banner-section h2):not(.banner-section * h2) {
    font-size: 20px !important;
  }

  h3:not(.header h3):not(.header * h3):not(.banner-section h3):not(.banner-section * h3) {
    font-size: 18px !important;
  }

  h4:not(.header h4):not(.header * h4):not(.banner-section h4):not(.banner-section * h4) {
    font-size: 16px !important;
  }

  h5:not(.header h5):not(.header * h5):not(.banner-section h5):not(.banner-section * h5) {
    font-size: 15px !important;
  }

  h6:not(.header h6):not(.header * h6):not(.banner-section h6):not(.banner-section * h6) {
    font-size: 14px !important;
  }
}

/* Buttons Mobile */
@media (max-width: 768px) {
  .btn:not(.header .btn):not(.header * .btn):not(.banner-section .btn):not(.banner-section * .btn) {
    font-size: 13px !important;
    padding: 10px 20px !important;
  }

  .btn-lg:not(.header .btn-lg):not(.header * .btn-lg):not(.banner-section .btn-lg):not(.banner-section * .btn-lg) {
    font-size: 14px !important;
    padding: 12px 24px !important;
  }

  .btn-sm:not(.header .btn-sm):not(.header * .btn-sm):not(.banner-section .btn-sm):not(.banner-section * .btn-sm) {
    font-size: 12px !important;
    padding: 8px 16px !important;
  }
}

/* Cards Mobile */
@media (max-width: 768px) {
  .card-title:not(.header .card-title):not(.header * .card-title) {
    font-size: 18px !important;
  }

  .card-text:not(.header .card-text):not(.header * .card-text) {
    font-size: 13px !important;
  }
}

/* Lists Mobile */
@media (max-width: 768px) {

  ul:not(.header ul):not(.header * ul) li,
  ol:not(.header ol):not(.header * ol) li {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }
}

/* Very Small Screens (480px and below) */
@media (max-width: 480px) {

  /* Further reduce font sizes */
  h1:not(.header h1):not(.header * h1):not(.banner-section h1):not(.banner-section * h1) {
    font-size: 22px !important;
  }

  h2:not(.header h2):not(.header * h2):not(.banner-section h2):not(.banner-section * h2) {
    font-size: 18px !important;
  }

  h3:not(.header h3):not(.header * h3):not(.banner-section h3):not(.banner-section * h3) {
    font-size: 16px !important;
  }

  p:not(.header p):not(.header * p):not(.banner-section p):not(.banner-section * p) {
    font-size: 12px !important;
  }

  .btn:not(.header .btn):not(.header * .btn):not(.banner-section .btn):not(.banner-section * .btn) {
    font-size: 12px !important;
    padding: 8px 16px !important;
  }

  /* About Page - Very Small */
  .intro-section h2,
  .doctor-profile h2,
  .mission-content h2,
  .innovation-section h2,
  .research-section h2 {
    font-size: 20px !important;
  }

  /* Contact Page - Very Small */
  .szc-hero__title {
    font-size: 24px !important;
  }

  /* Blog Page - Very Small */
  .szb-hero__title {
    font-size: 24px !important;
  }

  /* Terms Page - Very Small */
  .szts-hero__title {
    font-size: 24px !important;
  }

  /* FAQs Page - Very Small */
  .category-title {
    font-size: 18px !important;
  }

  .accordion-button {
    font-size: 13px !important;
    padding: 10px 12px !important;
  }
}

/* Blog detail page */
.blog-detail-article-wrap {
  background: #ffffff;
  padding-bottom: 0;
}

.blog-detail-featured {
  padding: 0 0 0;
}

.blog-detail-featured__media {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
}

.blog-detail-featured__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: min(56vw, 520px);
  min-height: 220px;
}

.blog-detail-featured__overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(92%, 760px);
  background: rgba(38, 38, 38, 0.82);
  padding: 1.5rem 1.25rem 1.75rem;
  text-align: center;
}

@media (min-width: 768px) {
  .blog-detail-featured__overlay {
    padding: 2rem 2.5rem 2.25rem;
  }
}

.blog-detail-featured__date {
  font-family: "Jost", "DM Sans", system-ui, sans-serif;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 0.75rem;
  letter-spacing: 0.02em;
}

.blog-detail-featured__overlay-title {
  font-family: "Jost", "DM Sans", system-ui, sans-serif;
  font-size: clamp(0.9375rem, 2.2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.45;
  color: #ffffff;
  margin: 0;
}

.blog-detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: 1.75rem 0 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.blog-detail-meta__author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.blog-detail-meta__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: contain;
  background: #f4f4f4;
  padding: 4px;
}

.blog-detail-meta__author-text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.blog-detail-meta__name {
  font-family: "Jost", "DM Sans", system-ui, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #141414;
}

.blog-detail-meta__time {
  font-family: "Jost", "DM Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  color: #6b6b6b;
}

.blog-detail-meta__social {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.blog-detail-meta__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #8a8a8a;
  border-radius: 50%;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
}

.blog-detail-meta__social-link:hover {
  color: #141414;
  background: rgba(0, 0, 0, 0.05);
}

.blog-detail-prose {
  padding: 2.25rem 0 2.75rem;
  max-width: 1100px;
  margin: 0 auto;
}

.blog-detail-prose__drop {
  font-family: "Jost", "DM Sans", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #333333;
  text-align: left;
  margin: 0;
}

.blog-detail-prose__drop::first-letter {
  float: left;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 0.82;
  margin: 0.06em 0.12em 0 0;
  color: #141414;
  font-family: "Jost", "DM Sans", system-ui, sans-serif;
}

.blog-detail-comments-bar {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding: 1.15rem 0;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto 2.25rem;
}

.blog-detail-comments-bar__label {
  font-family: "Jost", "DM Sans", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  color: #141414;
}

.blog-detail-comment-box {
  background: #ebebeb;
  padding: 2.25rem 1.25rem 2.75rem;
  margin: 0 auto 3.5rem;
  max-width: 1100px;
  border-radius: 2px;
}

@media (min-width: 576px) {
  .blog-detail-comment-box {
    padding: 2.5rem 2rem 3rem;
  }
}

.blog-detail-comment-box__title {
  font-family: "Jost", "DM Sans", system-ui, sans-serif;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
  color: #141414;
}

.blog-detail-comment-box__thanks {
  font-family: "Jost", "DM Sans", system-ui, sans-serif;
  text-align: center;
  color: #0d6969;
  font-weight: 600;
  margin: 0 0 1rem;
  font-size: 0.9375rem;
}

.blog-detail-comment-box__errors {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  font-size: 0.875rem;
  color: #b42318;
  text-align: center;
}

.blog-detail-comment-form__input,
.blog-detail-comment-form__textarea {
  font-family: "Jost", "DM Sans", system-ui, sans-serif;
  border: 1px solid #c4c4c4;
  background: #ffffff;
  border-radius: 2px;
  padding: 0.7rem 1rem;
  font-size: 0.9375rem;
  color: #333333;
}

.blog-detail-comment-form__input::placeholder,
.blog-detail-comment-form__textarea::placeholder {
  color: #888888;
}

.blog-detail-comment-form__textarea {
  resize: vertical;
  min-height: 168px;
}

.blog-detail-comment-form__submit {
  font-family: "Jost", "DM Sans", system-ui, sans-serif;
  background: #0d6969;
  color: #ffffff !important;
  border: none;
  border-radius: 2px;
  padding: 0.65rem 2.5rem;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: background 0.2s ease;
}

.blog-detail-comment-form__submit:hover {
  background: #095554;
  color: #ffffff !important;
}

/* ===== CONTACT PAGE (vim-contact) ===== */
.vim-contact-strip {
  background: #ffffff;
  padding: 3.5rem 0 4rem;
}

.vim-contact-strip__row {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}

.vim-contact-strip__col {
  border-bottom: 1px solid #e8e8e8;
}

@media (min-width: 768px) {
  .vim-contact-strip__col {
    border-bottom: none;
    border-right: 1px solid #e8e8e8;
  }

  .vim-contact-strip__col:last-child {
    border-right: none;
  }
}

.vim-contact-strip__inner {
  text-align: center;
  padding: 2rem 1.25rem;
}

.vim-contact-strip__icon {
  display: block;
  margin: 0 auto 1rem;
  height: auto;
}

.vim-contact-strip__title {
  font-family: "Jost", "DM Sans", system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000000;
  margin: 0 0 0.75rem;
}

.vim-contact-strip__text {
  font-family: "Jost", "DM Sans", system-ui, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #777777;
  margin: 0;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.vim-contact-strip__link {
  color: #777777;
  text-decoration: none;
}

.vim-contact-strip__link:hover {
  color: #0f766e;
  text-decoration: underline;
}

.vim-contact-form-section {
  background: #ffffff;
  padding: 0 0 5rem;
}

.vim-contact-form-section__box {
  /* max-width: 900px; */
  margin: 0 auto;
  background: #f9f9f9;
  padding: 3rem 2rem 3.5rem;
  border-radius: 4px;
}

@media (min-width: 576px) {
  .vim-contact-form-section__box {
    padding: 3rem 3rem 3.5rem;
  }
}

.vim-contact-form-section__heading {
  font-family: "Jost", "DM Sans", system-ui, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin: 0 0 0.5rem;
}

.vim-contact-form-section__sub {
  font-family: "Jost", "DM Sans", system-ui, sans-serif;
  font-size: 1rem;
  color: #777777;
  text-align: center;
  margin: 0 0 2rem;
}

.vim-contact-form__label {
  font-family: "Jost", "DM Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333333;
  margin-bottom: 0.35rem;
  display: block;
}

.vim-contact-form__control {
  font-family: "Jost", "DM Sans", system-ui, sans-serif;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #ffffff;
  padding: 0.65rem 1rem;
  font-size: 0.9375rem;
  color: #333333;
}

.vim-contact-form__control:focus {
  border-color: #0f766e;
  box-shadow: 0 0 0 0.15rem rgba(15, 118, 110, 0.15);
}

.vim-contact-form__textarea {
  min-height: 160px;
  resize: vertical;
}

.vim-contact-form__submit {
  font-family: "Jost", "DM Sans", system-ui, sans-serif;
  background: #0f766e;
  color: #ffffff !important;
  border: none;
  border-radius: 4px;
  padding: 0.75rem 2.75rem;
  font-weight: 600;
  font-size: 0.9375rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.vim-contact-form__submit:hover {
  background: #0d9488;
  color: #ffffff !important;
}