
/****** 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 *******/
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  background-color: #ffffff;
 
}
@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
}

::selection {
  background: #0150A4;
  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: #0150A4;
  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: #013771;
  -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: #0150A4;
  box-shadow: none;
  outline: 0 none;
}

.form-control:focus {
  border: 1px solid #0150A4;
}

.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 #0150A4;
  border-radius: 50px;
  background: #0150A4;
  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 #013771;
  background: #013771;
  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: #013771;
  border: 1px solid #013771;
}

.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 #0150A4;
  background: #0150A4;
  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: #0150A4;
  border: 1px solid #0150A4;
}

.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: #0150A4 !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: #0150A4;
  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: #0150A4;
  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: #0150A4;
}
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: #0150A4;
}
.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: #0150A4;
}

.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: #0150A4;
}
.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: #0150A4;
  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: #0150A4;
}

.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: 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: #0150A4;
  color: #ffffff;
}

.select2-container--focus .select2-selection--single {
  background: #ffffff !important;
  border-color: #0150A4;
}

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: #0150A4;
  color: #ffffff;
}
.dataTables_paginate .pagination li.active a.page-link {
  background: #0150A4;
  border-color: #0150A4;
  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 {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}
@media (max-width: 991.98px) {
  .content {
    padding: 40px 0;
  }
}

.page-header {
  margin-bottom: 14px;
}
.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: #0150A4 !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: #0150A4;
  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: #0150A4;
  border-color: #0150A4;
}
.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: #0150A4;
  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: #0150A4;
}
.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: #0150A4;
  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: #0150A4;
}
.pagination .nav li a.active {
  color: #ffffff;
  background: #0150A4;
}
.pagination .nav li a.active:hover {
  color: #ffffff;
}

.datepicker table tr td.active {
  background-image: none !important;
  background-color: #0150A4;
}

/* Header/Navbar - Bootstrap Design */
.site-header {
  width: 100%;
  padding: 20px 0;
  background: #ffffff;
}

.site-header .navbar {
  padding: 0;
  position: relative;
}

.site-header .container {
  max-width: 1440px;
}

.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: #003353;
  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: center;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 991.98px) {
  .header-logo {
    position: static;
    transform: none;
  }
}

.header-logo img {
  width: 145px;
  height: 156px;
  display: block;
  margin-top:60%;
}

.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 {
  position: relative;
}

.header-icons .cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #ff0000;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
}

.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: 0px 0;
  }
  .header-logo img {
    width: 50px;
    height: auto;
    margin-top:0%;
  }
  .header-icons {
    gap: 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; 
  }
}
.header .header-nav .main-nav > li .submenu li {
  position: relative;
}
.header .header-nav .main-nav > li .submenu li.active {
  color: #0150A4;
}
.header .header-nav .main-nav > li .submenu li.active > a {
  color: #0150A4;
}
.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: #0150A4;
  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;
  }
}
.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: #0150A4;
  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: #0150A4;
  -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: #0150A4;
  -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: #0150A4;
}
.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: #0150A4;
  border: 1px solid #0150A4;
  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: #0150A4;
  color: #ffffff;
}

.btn-varient {
  background-color: #0150A4;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
}
.btn-varient:active, .btn-varient:focus, .btn-varient:hover {
  background-color: #076dda;
  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: #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;
  }
}
.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/hero-1.png);
}

.banner-section.banner-gif .slide2 {
    background: url(../img/hero-2.png);
}

.banner-section.banner-gif .slide3 {
    background: url(../img/hero-2.png);
}

/* 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) {
    .banner-section.banner-gif .slide1,
    .banner-section.banner-gif .slide2,
    .banner-section.banner-gif .slide3 {
        min-height: 400px;
        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: 350px;
        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: #0150A4;
  background-color: #E9FAFF;
  border: 1px solid #E9FAFF;
}
.btn-group .btn-style:focus {
  color: #0150A4;
  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: #0150A4;
  -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 #0150A4;
  background: #0150A4;
  -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: #0150A4;
}
@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: #0150A4;
    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: #0150A4;
  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: #0150A4;
}

.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: #0150A4;
  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: #0150A4;
  border-color: #0150A4;
}
.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: #0150A4;
  -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 #0150A4;
  background: #0150A4;
  -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: #0150A4;
  -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 #0150A4;
  color: #0150A4;
  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: #0150A4;
  border: 1px solid #0150A4;
  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: #0150A4;
}
.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: #0150A4;
  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: #0150A4;
  -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 #0150A4;
  background: #0150A4;
  -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: #0150A4;
  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: #0150A4;
  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: #0150A4;
}

.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: #0150A4;
  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: #0150A4;
}
.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: #0150A4;
}

.footer-menu p {
  margin: 10px 0 0 0;
}
.footer-menu a {
  color: #ffffff;
}
.footer-menu a:hover {
  color: #0150A4;
}

.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 #0150A4;
  background: #0150A4;
  -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: #0150A4;
  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: #0150A4;
  background-color: #E9FAFF;
  border: 1px solid #0150A4;
}

.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: #0150A4;
}
.bg-blue .title-style-wrapper .title-style span {
  text-transform: none;
  color: #0150A4;
}
.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: #0150A4;
  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: #0150A4;
  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: #0150A4; /* 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: #0150A4;
  background-color: #E9FAFF;
  border: 1px solid #E9FAFF;
}
.btn-old:hover:focus {
  color: #0150A4;
  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: #0150A4;
  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: #0150A4;
  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: #0150A4;
  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: #0150A4;
  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: #0150A4;
  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 {
  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: #0150A4;
  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: 24px;
  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: #0150A4;
  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(1, 80, 164, 0.14);
}
.block-quote.theme p {
  color: #0150A4;
}

.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: #0150A4;
}
.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: #0150A4;
  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: #0150A4;
}

.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: #0150A4;
  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: #0150A4;
  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 #0150A4;
  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: #0150A4;
  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 #0150A4;
}
@media (max-width: 767.98px) {
  .faq-category {
    padding: 15px;
    margin-bottom: 20px;
  }
}

.category-title {
  color: #0150A4;
  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(1, 80, 164, 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: #0150A4;
  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 #0150A4;
}
.testimonial-card:hover {
  transform: translateY(-5px);
}
.testimonial-card::before {
  font-family: Georgia, serif;
  content: '"';
  font-size: 5rem;
  color: #0150A4;
  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: #0150A4;
  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 #0150A4;
  background-color: #f8f9fa;
  color: #0150A4;
}

.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: #0150A4;
}
.blog-card .blog-content {
  padding: 20px;
}
.blog-card .blog-content .blog-category {
  display: inline-block;
  background-color: #0150A4;
  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: #0150A4;
}
.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: #0150A4;
  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: #0150A4;
}

.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: #0150A4;
}

.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: #0150A4;
  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: #0150A4;
  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: #0150A4;
  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: #0150A4;
  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: #0150A4;
  margin-bottom: 15px;
}

.shop-bottom-section {
  background: linear-gradient(to right, #0150A4, #0160c4);
  padding: 80px 0;
  color: white;
}
@media (max-width: 767.98px) {
  .shop-bottom-section {
    padding: 40px 0;
  }
}
.shop-bottom-section .highlight {
  color: #0150A4;
  font-weight: bold;
}

.partner-banner-section {
  background: url("../img/bread-3.jpg") top right/cover no-repeat;
  padding: 100px 0;
}
@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;
}
@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;
}
@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;
}
@media (max-width: 767.98px) {
  .contact-section {
    padding: 40px 0;
  }
}

.breadcrumb-section {
  background-color: #f0f7ff;
}

.partner-top-section {
  padding: 80px 0;
}
@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: #0150A4;
}

.stat-number {
  font-size: 40px;
  font-weight: bold;
  color: #0150A4;
}
@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: #0150A4;
  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: #0150A4;
  color: white;
}
.partner-type:hover h5 {
  color: white;
}
@media (max-width: 767.98px) {
  .partner-type h5 {
    font-size: 16px;
  }
}

.enquiry-section {
  padding: 80px 0;
}
@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: #0150A4;
  margin-right: 15px;
}
/* Promo Banner */
.promo-banner {
    background-color: #efd078;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
    min-height: 50px;
    padding: 5px 0;
    overflow: hidden;
}

.promo-banner-section .container {
    max-width: 1440px;
}

.promo-text {
    color: #000000;
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}

.promo-button {
    background-color: #003252 !important;
    color: #ffffff !important;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    padding: 6.5px 12px;
    border-radius: 9px;
    white-space: nowrap;
    transition: background-color 0.3s ease;
    border: none;
}

.promo-button:hover {
    background-color: #004a7a !important;
    color: #ffffff !important;
}

/* ============================================
   COMPREHENSIVE MOBILE RESPONSIVE FIXES
   ============================================ */

/* Base Mobile Fixes */
* {
    -webkit-tap-highlight-color: transparent;
}

html {
    overflow-x: hidden;
    width: 100%;
}


/* Container Fixes */
.container,
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 575.98px) {
    .container,
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* 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: 15px;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    
    .header-nav-left,
    .header-nav-right {
        flex-direction: column;
        width: 100%;
    }
    
    .header-nav-left .nav-item,
    .header-nav-right .nav-item {
        width: 100%;
        margin: 5px 0;
    }
    
    .header-nav-left .nav-link,
    .header-nav-right .nav-link {
        margin: 0 !important;
        padding: 12px 0 !important;
        display: block;
        text-align: center;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .header-nav-left .nav-item:last-child .nav-link,
    .header-nav-right .nav-item:last-child .nav-link {
        border-bottom: none;
    }
    
    .header-icons {
        justify-content: center;
        /*margin-top: 15px;*/
        /*padding-top: 15px;*/
        /*border-top: 1px solid #f0f0f0;*/
        gap: 20px;
    }
    
    .header-logo {
        margin: 10px 0;
    }
    
    .header-logo img {
        max-width: 120px;
        height: auto;
        margin-top:0%;
    }
}
.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;*/
}
/* Promo Banner Mobile */
@media (max-width: 575.98px) {
    .promo-banner-section,
    .promo-banner {
        padding: 8px 0 !important
    }
    
    .promo-text {
        font-size: 14px !important;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    
    .promo-button {
        font-size: 12px !important;
        padding: 6px 14px !important;
        /*width: 100%;*/
        max-width: 200px;
        min-height:0 !important;
    }
}

/* 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 {
        font-size: 20px !important;
    }
    
    .hero-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }
    
    .hero-subtitle {
        font-size: 24px !important;
        line-height: 1.2 !important;
    }
    
    .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, .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 5% !important;
    }
}

@media (max-width: 575.98px) {
    section {
        padding: 30px 5% !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,
.site-header {
  position: relative;
  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;
  }
}


/* Scientific Breakthrough Section - New Styles */
.scientific-section {
    position: relative;
    width: 100%;
    min-height: 680px;
    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 109px;
}

.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 60px;
    }
    .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 40px;
    }
    .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: #041C2C;*/
    }

    /*.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: center;
        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;
    }

    .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:hover {
        background-color: var(--color-secondary);
        border: 1px solid #c69933
    }

    .load-more-button {
        margin: 70px auto 0;
        display: block;
        width: 198px;
        height: 55px;
        background-color: var(--color-white);
        border: 2px solid var(--color-primary);
        border-radius: 16px;
        color: var(--color-primary);
        font-family: var(--font-body);
        font-size: 24px;
        font-weight: 400;
        text-transform: uppercase;
        cursor: pointer;
        transition: background-color 0.3s, color 0.3s;
    }

    .load-more-button:hover {
        background-color: var(--color-primary);
        color: var(--color-white);
    }

    .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) {
        .container {
            max-width: 960px;
        }
        .product-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media (max-width: 992px) {
        .container {
            max-width: 720px;
        }
        .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;
    }

.testimonials-section {
  background-color: #EAF0FF;
  padding-top: 111px;
  padding-bottom: 122px;
  overflow: hidden;
}

.testimonials-container {
  max-width: 1440px;
  position: relative;
}

.testimonials-header {
  text-align: center;
  margin-bottom: 66px;
}

.testimonials-title {
  color: #093c5c;
  font-family: 'Anek Latin', sans-serif;
  font-weight: 700;
  font-size: 58px;
  line-height: 1.1;
  margin: 0 0 10px;
}

.testimonials-subtitle {
  color: #000000;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}

.carousel-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.carousel-wrapper {
  flex: 1;
  max-width: 1245px;
}

.carousel-arrow {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  z-index: 10;
}

.carousel-arrow:hover {
  transform: scale(1.1);
}

/*.carousel-arrow.prev img {*/
/*  transform: rotate(180deg);*/
/*}*/

.carousel-arrow img {
  width: 44px;
  height: 44px;
  display: block;
}

.owl-carousel .owl-item {
  padding: 0 10px;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  /*height: 100%;*/
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(9, 60, 92, 0.15);
}

.card-header {
  background-color: #093c5c;
  padding: 18px 23px 16px;
  border-radius: 14px 14px 0 0;
}

.card-name {
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.18;
  margin: 0;
}

.card-info {
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.18;
  margin: 5px 0 0;
}

.card-body {
  background-color: rgba(13, 89, 164, 0.13);
  border-radius: 0 0 14px 14px;
  padding: 28px 25px 28px 74px;
  position: relative;
  flex-grow: 1;
}

.quote-mark {
  color: #f0b501;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 100px;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 22px;
  user-select: none;
}

.quote-text {
  color: #434343;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.18;
  margin: 0;
}

.owl-nav {
  display: none;
}

/* Large Desktop (3 cards visible) */
@media (min-width: 1200px) {
  .testimonial-card {
    max-width: 399px;
  }
}

/* Tablet (2 cards visible) */
@media (max-width: 1199px) and (min-width: 768px) {
  .carousel-container {
    gap: 15px;
  }
}

/* Hide arrows on smaller screens */
@media (max-width: 1400px) {
  .carousel-arrow {
    display: none;
  }
}

/* Mobile & Tablet Responsive */
@media (max-width: 991px) {
  .testimonials-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .testimonials-header {
    margin-bottom: 50px;
  }
  
  .testimonials-title {
    font-size: 48px;
  }
  
  .testimonials-subtitle {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .testimonials-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonials-header {
    margin-bottom: 40px;
  }

  .testimonials-title {
    font-size: 40px;
  }

  .testimonials-subtitle {
    font-size: 18px;
  }
  
  .card-name {
    font-size: 24px;
  }
  
  .card-info {
    font-size: 16px;
  }
  
  .quote-text {
    font-size: 18px;
  }
}

/* Mobile Single Column */
@media (max-width: 576px) {
  .testimonials-title {
    font-size: 32px;
  }
  
  .testimonials-subtitle {
    font-size: 16px;
  }
  
  .card-header {
    padding: 15px 20px 13px;
  }
  
  .card-body {
    padding: 25px 20px 25px 65px;
  }
  
  .quote-mark {
    font-size: 80px;
    left: 15px;
  }
  
  .quote-text {
    font-size: 16px;
  }
}

.recent-blogs-section {
  padding: 50px 0;
}

.recent-blogs-container {
  max-width: 1343px;
  margin: 0 auto;
  padding: 0 24px;
}

.recent-blogs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  flex-wrap: wrap;
  gap: 20px;
}

.recent-blogs-title {
  color: #093c5c;
  font-family: 'Anek Latin', sans-serif;
  font-weight: 700;
  font-size: 58px;
  line-height: 1.1;
  margin: 0;
}

.read-all-link {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: #093c5c;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 24px;
}

.read-all-link:hover{
    color:#c69933;
}

.read-all-link img {
  width: 40px;
  height: 40px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}

.blog-card {
  display: flex;
  flex-direction: column;
}

.card-image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 20px;
}

.card-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.card-background.bg-1 { background-color: #aa9191; }
.card-background.bg-2 { background-color: #91aa9f; }
.card-background.bg-3 { background-color: #9babd4; }
.card-background.bg-4 { background-color: #9babd4; }

.card-illustration {
  position: absolute;
  object-fit: contain;
}

.ill-1 { top: 23.2%; left: 1.1%; width: 98.6%; height: 62.0%; }
.ill-2 { top: 6.7%; left: -8.5%; width: 108.5%; height: 86.6%; }
.ill-3 { top: 17.3%; left: 5.3%; width: 89.1%; height: 65.5%; }
.ill-4 { top: 0.7%; left: 4.6%; width: 91.9%; height: 91.9%; }

.card-content {
  padding: 0 3px;
}

.blog-date {
  color: #818080;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.18;
  margin: 0 0 7px 0;
  transition: color 0.3s ease;
}

.blog-card:hover .blog-date {
  color: #093c5c;
}

.blog-title {
  color: #000000;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.18;
  margin: 0;
  transition: color 0.3s ease;
  cursor: pointer;
}

.blog-card:hover .blog-title {
  color: #093c5c;
}

@media (max-width: 1200px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .recent-blogs-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .recent-blogs-title {
    font-size: 48px;
  }
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 480px) {
  .recent-blogs-container {
    padding: 0 16px;
  }
  .recent-blogs-title {
    font-size: 36px;
  }
  .read-all-link {
    font-size: 20px;
  }
  .blog-date,
  .blog-title {
    font-size: 20px;
  }
}

.site-footer {
    background-color: #002141;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.footer-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 116px 100px 0px;
}

.footer-top {
    padding-bottom: 120px;
}

.footer-column {
    margin-bottom: 0;
}

.footer-contact {
    flex-shrink: 0;
}

.contact-titlex {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    padding-bottom: 15px;
    color:#fff;
    margin-bottom: 24px;
     position: relative;
}
.contact-titlex::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #FFCE26;
}
.contact-address {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 26px;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 0;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #FFCE26;
}

.contact-item a {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #c69933;
}

.contact-icon {
    width: 28px;
    height: 28px;
}

.footer-links ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0;
}

.footer-links li a {
    font-weight: 400;
    font-size: 22px;
    line-height: 37.5px;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links li a:hover {
    color: #c69933;
}

.footer-newsletter {
    flex-shrink: 0;
}

.newsletter-title {
    font-weight: 400;
    font-size: 30px;
    color:#fff;
    line-height: 41px;
    margin-bottom: 25px;
}

.newsletter-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 53px;
}

.newsletter-form .input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.newsletter-form input.form-control {
    width: 100%;
    height: 48px;
    background-color: transparent;
    border: 1px solid #ccf0ff;
    border-radius: 8px;
    padding: 0 55px 0 55px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}

.newsletter-form input.form-control:focus {
    background-color: transparent;
    border-color: #c69933;
    color: #ffffff;
    box-shadow: 0 0 0 0.25rem rgba(204, 240, 255, 0.25);
}

.newsletter-form input::placeholder {
    color: #ffffff;
    opacity: 1;
}

.newsletter-form .input-icon {
    position: absolute;
    left: 17px;
    width: 34px;
    height: 24px;
    pointer-events: none;
    z-index: 5;
}

.newsletter-form button {
    position: absolute;
    right: 17px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: transform 0.3s ease;
}

.newsletter-form button:hover {
    transform: scale(1.1);
}

.newsletter-form button img {
    width: 34px;
    height: 34px;
}

.footer-divider {
    border: none;
    height: 1px;
    background-color: #ffffff;
    margin: 0;
    opacity: 1;
}

.footer-bottom {
    /*padding-top: 34px;*/
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
}

.footer-bottom p {
    margin-bottom: 0;
}
.interfazia-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: color 0.3s ease;
}

.interfazia-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #c69933;
    transition: width 0.3s ease;
}

.interfazia-link:hover {
    color: #c69933;
}

.interfazia-link:hover::after {
    width: 100%;
}
/* Desktop - Large screens */
@media (min-width: 1200px) {
    .footer-contact {
        max-width: 276px;
    }
    
    .footer-newsletter {
        max-width: 347px;
    }
}

/* Tablet - Medium to Large */
@media (max-width: 1199px) and (min-width: 992px) {
    .footer-container {
        padding: 80px 60px;
    }
    
    .footer-top {
        padding-bottom: 80px;
    }
}

/* Tablet - Medium */
@media (max-width: 991px) and (min-width: 768px) {
    .footer-container {
        padding: 70px 40px;
    }
    
    .footer-top {
        padding-bottom: 70px;
        row-gap: 50px;
    }
    
    .newsletter-title {
        font-size: 26px;
        line-height: 36px;
    }
    
    .newsletter-description {
        font-size: 16px;
        margin-bottom: 35px;
    }
}

/* Mobile and Small Tablet */
@media (max-width: 767px) {
    .footer-container {
        padding: 60px 30px;
    }
    
    .footer-top {
        padding-bottom: 60px;
        row-gap: 40px;
    }
    
    .footer-contact,
    .footer-links,
    .footer-newsletter {
        max-width: 100% !important;
    }
    
    .contact-titlex {
        font-size: 22px;
    }
    
    .footer-links li a {
        font-size: 20px;
        line-height: 32px;
    }
    
    .newsletter-title {
        font-size: 24px;
        line-height: 32px;
    }
    
    .newsletter-description {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 30px;
    }
    
    .footer-bottom {
        text-align: center;
        padding-top: 25px;
    }
    
    .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: 50px 20px;
    }
    
    .footer-top {
        padding-bottom: 50px;
        row-gap: 35px;
    }
    
    .contact-titlex {
        font-size: 20px;
    }
    
    .contact-address,
    .newsletter-description {
        font-size: 15px;
    }
    
    .contact-item a {
        font-size: 18px;
    }
    
    .footer-links li a {
        font-size: 18px;
        line-height: 30px;
    }
    
    .newsletter-title {
        font-size: 22px;
    }
    
    .newsletter-form input.form-control {
        font-size: 16px;
        height: 44px;
        padding: 0 50px 0 50px;
    }
    
    .newsletter-form .input-icon {
        width: 28px;
        height: 20px;
        left: 12px;
    }
    
    .newsletter-form button img {
        width: 28px;
        height: 28px;
    }
    
    .footer-bottom {
        font-size: 16px;
        padding-top: 20px;
    }
}

/*ABOUT US*/

  

        /* Introduction Section Container */
        .intro-section {
            padding: 100px 0;
            background: #ffffff;
        }

        .intro-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 5%;
            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: 1400px;
            margin: 0 auto;
            /*padding: 0 8%;*/
        }

        .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: 1400px;
            margin: 0 auto;
            /*padding: 0 8%;*/
        }

        .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: 1400px;
            margin: 0 auto;
            padding: 0 8%;
        }

        .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 5%;
            }
        }
        

.sz-introduction {
    padding: 120px 0;
    background: #ffffff;
}

.sz-introduction__container {
    max-width: 1000px;
    margin: 0 auto;
    /*padding: 0 8%;*/
    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: 1320px;
    margin: 0 auto;
    /*padding: 0 8%;*/
}

.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: 1400px;
    margin: 0 auto;
    /*padding: 0 8%;*/
}

.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: 1400px;
    margin: 0 auto;
    /*padding: 0 8%;*/
}

.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: 1400px;
    margin: 0 auto;
    /*padding: 0 8%;*/
}

.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;
    margin: 0 auto;
    /*padding: 0 8%;*/
    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;
    margin: 0 auto;
    /*padding: 0 8%;*/
    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 5%;
    }

    .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 5%;
            background: #fafafa;
        }

        .szb-grid__container {
            max-width: 1400px;
            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 5%;
            background: white;
            border-top: 1px solid #e5e7eb;
        }

        .szb-featured__container {
            max-width: 1400px;
            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 5%;
            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: 1400px;
            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: 1400px;
            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: 1400px;
            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: 1400px;
            margin: 0 auto;
            padding: 0 8%;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
        }

        /* ===== PRODUCT IMAGES ===== */
        .szp-gallery {
            position: sticky;
            top: 30px;
            height: fit-content;
        }

        .szp-gallery__main {
            width: 100%;
            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: 116px;
            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: 1400px;
            margin: 0 auto;
            padding: 0 8%;
        }

        .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 8%;
        }

        .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 8%;
            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 8%;
            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 8%;
            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 8%;
            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 8%;
            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;
            }
        }
        
        