
:root {
  --theme-color: #002F49;
  --theme-color2: #FCBF4A;
  --theme-color3: #D62829;
  --title-color: #1E1E1E;
  --body-color: #ffffff;
  --smoke-color: #F6F5FD;
  --smoke-color2: #CFD3FC;
  --smoke-color3: #F7F7F7;
  --text-color: #535353;
  --black-color: #000000;
  --gray-color: #F5F5F5;
  --white-color: #ffffff;
  --light-color: #BDBDBD;
  --border-color: #DDDDDD;
  --title-font: "Roboto", sans-serif;
  --body-font: "Barlow", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --section-space: 100px;
  --section-space-mobile: 70px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

/*------------------- 1.3. Typography -------------------*/
html,
body {
  scroll-behavior: smooth !important;
}

body {
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 400;
  color: var(-black-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  /***scroll-bar***/
}
body .theme-red, body.theme-red {
  --theme-color: #F02801;
  --theme-color2: #FFC000;
}
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-track {
  background: rgba(252, 0, 18, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input {
  color: var(--text-color);
}
input:focus {
  outline: none;
  box-shadow: none;
}
input::-moz-placeholder {
  color: var(--text-color);
}
input::placeholder {
  color: var(--text-color);
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: none;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--text-color);
  line-height: 1.75;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 64px;
  line-height: 1.167;
}

.h2,
h2 {
  font-size: 40px;
  line-height: 50px;
}

.h3,
h3 {
  font-size: 30px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 24px;
  line-height: 34px;
}

.h5,
h5 {
  font-size: 20px;
  line-height: 30px;
}

.h6,
h6 {
  font-size: 16px;
  line-height: 1.5;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 48px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 44px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 40px;
    line-height: 1.25;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 16px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}
/*=================================
    02. Base
==================================*/
/*------------------- 2.1. Grid -------------------*/
@media (min-width: 1300px) {
  .row {
    --bs-gutter-x: 30px;
  }
}
.gy-20 {
  --bs-gutter-y: 20px;
}

.gy-25 {
  --bs-gutter-y: 25px;
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-17 {
  --bs-gutter-x: 17px;
}

@media (min-width: 1500px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
  .gx-80 {
    --bs-gutter-x: 80px;
  }
}
@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}
.gx-0 {
  --bs-gutter-x: 0px;
}

/*------------------- 2.2. Input -------------------*/
select,
.single-select,
.form-control,
.form-select,
textarea,
input {
  height: 56px;
  padding: 0 20px;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background-color: transparent;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  transition: 0.4s ease-in-out;
  border-radius: 0px;
}
select:focus,
.single-select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);
  background-color: var(--white-color);
}
select::-moz-placeholder,
.single-select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--text-color);
}
select::-moz-placeholder, .single-select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
  color: var(--text-color);
}
select::placeholder,
.single-select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--text-color);
}

.form-text {
  font-size: 16px;
}
.form-text a {
  color: var(--title-color);
  font-weight: 500;
}

.single-select,
.form-select,
select {
  display: block;
  width: 100%;
  line-height: 56px;
  height: 56px;
  padding: 0 20px;
  font-size: 16px;
  cursor: pointer;
  background-image: none;
}
.single-select:after,
.form-select:after,
select:after {
  border-bottom: 1px solid var(--title-color);
  border-right: 1px solid var(--title-color);
  right: 20px;
  height: 7px;
  width: 7px;
}
.single-select .list,
.form-select .list,
select .list {
  width: 100%;
  display: block;
  border-radius: 0;
}
.single-select.style2,
.form-select.style2,
select.style2 {
  padding: 0 20px;
  font-size: 16px;
  position: relative;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-size: 24px 12px;
}
.single-select.style2:after,
.form-select.style2:after,
select.style2:after {
  content: "";
  position: absolute;
  right: 20px;
  width: 10px;
  height: 6px;
  border-top: solid 6px var(--body-color);
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  transform: rotate(0);
  border-bottom: 0;
  margin-top: -2px;
  z-index: 9;
}
.single-select.style2.open:after,
.form-select.style2.open:after,
select.style2.open:after {
  border-top: 0;
  border-bottom: solid 6px var(--body-color);
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  transform: none;
}
.single-select.style3,
.form-select.style3,
select.style3 {
  background: var(--border-color);
  padding: 0 20px;
  font-size: 14px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-size: 50px 10px;
  background-repeat: no-repeat;
  background-position: right;
}
.single-select.style-white2,
.form-select.style-white2,
select.style-white2 {
  background: var(--white-color);
  border-color: var(--white-color);
  padding: 0 30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-size: 70px 12px;
  background-repeat: no-repeat;
  background-position: right;
}
.single-select.style-white2:after,
.form-select.style-white2:after,
select.style-white2:after {
  right: 30px;
}

.single-select {
  background-image: none !important;
}

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
}
textarea.form-control.style2,
textarea.style2 {
  min-height: 105px;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 21px;
  font-size: 16px;
  color: var(--body-color);
}
.form-group > i.fa-envelope {
  padding-top: 1px;
}
.form-group > i.fa-comment {
  margin-top: -2px;
}
.form-group > i.fa-chevron-down {
  width: 17px;
  background-color: var(--smoke-color);
}
.form-group.has-label > i {
  top: 50px;
}
.form-group .input-icon {
  display: inline-block;
  position: absolute;
  right: 42px;
  top: 19px;
  font-size: 16px;
  color: var(--body-color);
}
.form-group .input-icon:hover {
  color: var(--theme-color);
}
.form-group.style-2 .form-control {
  padding: 0 30px 0 55px;
}
.form-group.style-2 textarea.form-control {
  padding: 16px 30px 30px 55px;
}
.form-group.style-white .form-control {
  background: var(--white-color);
}
.form-group.style-white2 .form-control {
  background: var(--white-color);
  border-color: var(--white-color);
  padding: 0 45px 0 30px;
}
.form-group.style-white2 textarea.form-control {
  padding: 16px 45px 30px 30px;
}

[class*=col-].form-group > i {
  right: calc(var(--bs-gutter-x) / 2 + 25px);
}
[class*=col-].form-group .form-icon-left {
  left: calc(var(--bs-gutter-x) / 2 + 30px);
  right: auto;
}

option:checked, option:focus, option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
  border-radius: 10px;
}
input[type=checkbox]:checked ~ label:after {
  opacity: 1;
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}
input[type=checkbox] ~ label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 3.5px;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  height: 20px;
  width: 20px;
  text-align: center;
}
input[type=checkbox] ~ label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 9px;
  background: var(--theme-color);
  height: 8px;
  width: 8px;
  opacity: 0;
  transition: 0.4s;
}
input[type=checkbox].style2 ~ label {
  color: #8B929C;
  padding-left: 23px;
  margin-bottom: -0.5em;
}
input[type=checkbox].style2 ~ label:before {
  background-color: white;
  border: 1px solid rgb(247, 204, 215);
  height: 14px;
  width: 14px;
  line-height: 14px;
  border-radius: 3px;
  top: 6px;
}
input[type=checkbox].style2:checked ~ label:before {
  color: var(--theme-color);
}

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=radio] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
input[type=radio] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  transition: all 0.2s ease;
}
input[type=radio]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid red !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}
.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages.success {
  color: green;
  display: block;
}
.form-messages.error {
  color: red;
  display: block;
}
.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

/*------------------- 2.3. Mobile Menu -------------------*/
.et-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.et-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--smoke-color2);
}
.et-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.et-menu-wrapper .et-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 36px;
  font-size: 16px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}
.et-menu-wrapper .et-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.et-menu-wrapper .et-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.et-menu-wrapper.et-body-visible {
  opacity: 1;
  visibility: visible;
}
.et-menu-wrapper.et-body-visible .et-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.et-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
  /***scroll-bar***/
}
.et-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.et-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}
.et-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.et-mobile-menu ul li.menu-item-has-children {
  position: relative;
}
.et-mobile-menu ul li.menu-item-has-children:before {
  opacity: 1;
  visibility: visible;
  position: absolute;
  content: "+";
  font-family: var(--icon-font);
  position: absolute;
  right: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
  color: var(--title-color);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.et-mobile-menu ul li.menu-item-has-children.et-active:before {
  opacity: 0;
  visibility: hidden;
}
.et-mobile-menu ul li.menu-item-has-children.et-active:after {
  opacity: 1;
  visibility: visible;
}
.et-mobile-menu ul li.menu-item-has-children:after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "\f068";
  font-family: var(--icon-font);
  position: absolute;
  right: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
  color: var(--title-color);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.et-mobile-menu ul li.menu-item-has-children a {
  padding-right: 18px;
}
.et-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
}
.et-mobile-menu ul li.et-active > a {
  color: var(--theme-color);
}
.et-mobile-menu ul li.et-active > a:before {
  transform: rotate(90deg);
}
.et-mobile-menu ul li ul li {
  padding-left: 20px;
}
.et-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.et-mobile-menu ul .et-item-has-children > a .et-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}
.et-mobile-menu ul .et-item-has-children > a .et-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}
.et-mobile-menu ul .et-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px;
}
.et-mobile-menu ul .et-item-has-children.et-active > a .et-mean-expand:before {
  content: "\f068";
}
.et-mobile-menu ul .et-item-has-children.et-active > a:after {
  content: "\f068";
}
.et-mobile-menu > ul {
  padding: 0 40px;
}
.et-mobile-menu > ul > li:last-child {
  border-bottom: none;
}
.et-mobile-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.et-mobile-menu::-webkit-scrollbar-track {
  background: rgba(252, 0, 18, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.et-mobile-menu::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
}

.et-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  line-height: 52px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 0px;
  /* Large devices */
}
.et-menu-toggle:hover {
  background-color: var(--white-color);
}
.et-menu-toggle.style-text, .et-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}
.et-menu-toggle.style-text i, .et-menu-toggle.style-text-white i {
  margin-right: 10px;
}
.et-menu-toggle.style-text-white {
  color: var(--white-color);
}
@media (max-width: 1199px) {
  .et-menu-toggle {
    background-color: var(--white-color);
  }
}

@media (max-width: 400px) {
  .et-menu-wrapper .et-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .et-mobile-menu > ul {
    padding: 0 20px;
  }
}
/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: var(--white-color);
}

.et-preloader {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.et-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
.et-preloader .animation-preloader .txt-loading {
  font-family: var(--title-font);
  font-size: 72px;
  line-height: 82px;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.et-preloader .animation-preloader .txt-loading .characters {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}
.et-preloader .animation-preloader .txt-loading .characters:before {
  animation: characters 4s infinite;
  color: var(--theme-color);
  content: attr(data-preloader-text);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  -webkit-animation: characters 4s infinite;
}
.et-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
  animation-delay: 0.2s;
}
.et-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
  animation-delay: 0.4s;
}
.et-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
  animation-delay: 0.6s;
}
.et-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
  animation-delay: 0.8s;
}
.et-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
  animation-delay: 1s;
}

/* Extra small devices */
@media (max-width: 575px) {
  .et-preloader .animation-preloader .txt-loading {
    font-size: 30px;
    line-height: 30px;
  }
}
.preloader-btn {
  position: absolute;
  background: transparent;
  color: var(--title-color) !important;
  border: none;
  right: 20px;
  top: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 1;
  margin: 20px 10px;
  padding: 10px 20px;
  cursor: pointer !important;
  z-index: 9999;
  /* Small devices */
}
@media (max-width: 767px) {
  .preloader-btn {
    margin: 5px;
    padding: 5px;
    right: 5px;
    top: 5px;
    font-size: 13px;
    font-weight: 400;
  }
}
.preloader-btn i {
  color: var(--title-color) !important;
  margin: 0 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer !important;
  /* Small devices */
}
@media (max-width: 767px) {
  .preloader-btn i {
    font-size: 13px;
    font-weight: 400;
  }
}

/*------------------- 3.2. Buttons -------------------*/
.et-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background: var(--theme-color3);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.2px;
  letter-spacing: 1px;
  padding: 18px 32px;
  cursor: pointer;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .et-btn {
    padding: 13px 15px;
    font-size: 12px;
    font-weight: 600;
  }
}
.et-btn i {
  margin-left: 8px;
}
.et-btn:before {
  top: 0;
  right: 0;
  border: 0 solid;
  border-color: transparent transparent transparent var(--title-color);
  transform: rotate(360deg);
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  transition: 0.7s ease;
  z-index: -1;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.et-btn:before {
  bottom: 0;
  left: 0;
  right: auto;
  bottom: auto;
  border-color: var(--title-color) transparent transparent transparent;
}
.et-btn:hover, .et-btn.active {
  color: var(--white-color);
}
.et-btn:hover:before, .et-btn:hover:after, .et-btn.active:before, .et-btn.active:after {
  border-width: 200px 130px;
}
.et-btn.style2 {
  background: var(--title-color);
  transition: all 0.3s ease 0s;
}
.et-btn.style2:before {
  top: 0;
  right: 0;
  border: 0 solid;
  border-color: transparent transparent transparent var(--theme-color);
  transform: rotate(360deg);
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  transition: 0.7s ease;
  z-index: -1;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transition: all 0.3s ease 0s;
}
.et-btn.style2:before {
  bottom: 0;
  left: 0;
  right: auto;
  bottom: auto;
  border-color: var(--theme-color2) transparent transparent transparent;
}
.et-btn.style2:hover, .et-btn.style2.active {
  color: var(--white-color);
  letter-spacing: 1px;
}
.et-btn.style2:hover:before, .et-btn.style2:hover:after, .et-btn.style2.active:before, .et-btn.style2.active:after {
  border-width: 205px 130px;
  mix-blend-mode: hard-light;
}
.et-btn.style3 {
  padding: 20px 75px;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  color: var(--theme-color);
  /* Extra large devices */
}
.et-btn.style3:hover {
  background-color: var(--title-color);
  color: var(--title-color);
}
.et-btn.style3:hover:before {
  border-color: transparent transparent transparent var(--theme-color2);
  border-width: 200px 170px;
}
.et-btn.style3:hover:before {
  border-color: var(--theme-color2) transparent transparent transparent;
}
@media (max-width: 1500px) {
  .et-btn.style3 {
    padding: 18px 50px;
  }
}
@media (max-width: 330px) {
  .et-btn.style3 {
    padding: 20px 39px;
  }
}
.et-btn.style4 {
  padding: 18px 32px;
  border-radius: 20px;
  border: none;
  background-color: var(--theme-color2);
  color: var(--title-color);
  /* Small devices */
}
.et-btn.style4:hover {
  background-color: var(--title-color);
  color: var(--title-color);
}
.et-btn.style4:hover:before {
  border-color: transparent transparent transparent var(--theme-color2);
  border-width: 200px 170px;
}
.et-btn.style4:hover:before {
  border-color: var(--theme-color2) transparent transparent transparent;
}
@media (max-width: 767px) {
  .et-btn.style4 {
    padding: 15px 30px;
  }
}
@media (max-width: 330px) {
  .et-btn.style4 {
    padding: 20px 39px;
  }
}
.et-btn.style5 {
  background: var(--white-color);
  color: var(--title-color);
}
.et-btn.style5:before {
  border-color: transparent transparent transparent var(--theme-color);
}
.et-btn.style5:hover {
  color: var(--white-color);
  background: var(--title-color);
}
.et-btn.style5:hover:before, .et-btn.style5:hover:after {
  border-width: 200px 120px;
}
.et-btn.style6 {
  padding: 15px 20px 14px 15px;
  border: none;
  background-color: var(--theme-color2);
  color: var(--title-color);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.et-btn.style6:hover {
  background-color: var(--title-color);
  color: var(--title-color);
}
.et-btn.style6:hover:before {
  border-color: transparent transparent transparent var(--theme-color2);
  border-width: 200px 170px;
}
.et-btn.style6:hover:before {
  border-color: var(--theme-color2) transparent transparent transparent;
}
.et-btn.style7 {
  padding: 14px 28px;
  border-radius: 999px;
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  color: var(--theme-color);
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.et-btn.style7:before {
  border-color: transparent transparent transparent var(--theme-color2);
  top: 0;
  right: 0;
  border: 0 solid;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  transition: 0.7s ease;
  z-index: -1;
  transform: rotate(361deg);
  -webkit-transform: rotate(361deg);
  -moz-transform: rotate(361deg);
  -ms-transform: rotate(361deg);
  -o-transform: rotate(361deg);
}
.et-btn.style7:before {
  border-color: var(--theme-color2) transparent transparent transparent;
}
.et-btn.style7:hover, .et-btn.style7.active {
  color: var(--title-color);
  background-color: var(--theme-color2);
}
.et-btn.style7:hover:before, .et-btn.style7:hover:after, .et-btn.style7.active:before, .et-btn.style7.active:after {
  border-width: 360px 150px;
}
.et-btn-icon:after {
  display: inline-block;
  content: "";
  position: relative;
  background-image: none;
  background-size: 100% 100%;
  width: 19px;
  height: 19px;
  line-height: 1;
  margin-bottom: -0.3em;
  text-align: center;
  margin-left: 15px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 88px);
  height: var(--icon-size, 88px);
  line-height: var(--icon-size, 88px);
  text-align: center;
  border-radius: 100px;
  border: 1px solid var(--white-color);
  background: var(--white-color);
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  color: var(--title-color);
  font-size: var(--icon-font-size, 24px);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}
.play-btn > i.fa-play {
  padding-right: 0.18em;
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.play-btn:after {
  animation-delay: 2s;
}
.play-btn:hover i {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.play-btn:hover:after, .play-btn:hover:before {
  background-color: rgba(255, 255, 255, 0.3);
}
.play-btn.style2:before, .play-btn.style2:after {
  background-color: transparent;
  border: 1px solid var(--white-color);
}
.play-btn.style3 > i {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 20px;
}
.play-btn.style3:before, .play-btn.style3:after {
  background-color: var(--white-color);
}
.play-btn.style3:hover > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.play-btn.style4 {
  position: absolute;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  top: 15%;
  left: 75%;
  transform: translate(-75%, -15%);
  -webkit-transform: translate(-75%, -15%);
  -moz-transform: translate(-75%, -15%);
  -ms-transform: translate(-75%, -15%);
  -o-transform: translate(-75%, -15%);
}
.play-btn.style4 > i {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 70px;
  text-align: center;
  background: var(--theme-color);
  border: 9px solid #C3C9FF;
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
}
.play-btn.style4:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
}
.play-btn.style4:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.link-btn {
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.2px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  /* Small devices */
}
@media (max-width: 767px) {
  .link-btn {
    font-size: 13px;
  }
}
.link-btn:hover {
  color: var(--theme-color2);
  letter-spacing: 2px;
}
.link-btn i {
  margin-left: 5px;
}
.link-btn.style2 {
  color: var(--theme-color);
}
.link-btn.style2:hover {
  color: var(--theme-color2);
  letter-spacing: 2px;
}
.link-btn.style2 i {
  margin-left: 5px;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  transform: translateY(45px);
  transition: all 300ms linear;
}
.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  box-shadow: none;
  border-radius: 50%;
}
.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}
.scroll-top svg path {
  fill: none;
}
.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  box-sizing: border-box;
  transition: all 400ms linear;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 60px;
  }
}
/*------------------- 3.3. Titles -------------------*/
.hero-title-wrapper .subtitle {
  width: 188px;
  height: 38px;
  text-align: center;
  margin-bottom: 10px;
}
.hero-title-wrapper .subtitle h6 {
  text-align: center;
  color: var(--theme-color3);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.6rem;
  margin-bottom: 0;
}
.hero-title-wrapper .title {
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 88.745px;
  margin-bottom: 40px;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1700px) {
  .hero-title-wrapper .title {
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 81.745px;
  }
}
@media (max-width: 767px) {
  .hero-title-wrapper .title {
    font-size: 70px;
    line-height: 78.745px;
  }
}
@media (max-width: 575px) {
  .hero-title-wrapper .title {
    font-size: 54px;
    line-height: 60.745px;
  }
}
.hero-title-wrapper .title span {
  color: var(--title-color);
}
.hero-title-wrapper .text {
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
}
.hero-title-wrapper.style2 h6.subtitle {
  position: relative;
  display: inline-block;
  padding: 10px 5px 5px 45px;
  width: 138px;
  background-color: var(--theme-color3);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 3;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.hero-title-wrapper.style2 h6.subtitle:before {
  position: absolute;
  top: 18px;
  left: 8px;
  display: block;
  width: 24px;
  height: 1px;
  background-color: aliceblue;
  content: "";
  z-index: 31;
}
.hero-title-wrapper.style2 h6.subtitle.theme-color3 {
  color: var(--white-color);
}
.hero-title-wrapper.style2 h1.title {
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 70px;
  margin-top: 5px;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 88.745px;
  z-index: 1;
  /* Small devices */
}
@media (max-width: 767px) {
  .hero-title-wrapper.style2 h1.title {
    font-size: 45px;
    line-height: 45px;
  }
}

.title-wrapper .subtitle {
  height: 38px;
  text-align: center;
  margin-bottom: 10px;
}
.title-wrapper .subtitle h6 {
  text-align: center;
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.6rem;
  margin-bottom: 0;
}
.title-wrapper .title {
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 75px;
  /* Small devices */
}
@media (max-width: 767px) {
  .title-wrapper .title {
    font-size: 60px;
    line-height: 65px;
  }
}
.title-wrapper .text {
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
}

.section-title h6.subtitle {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: var(--theme-color3);
  text-align: center;
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 0;
}
.section-title h6.subtitle:before {
  position: absolute;
  top: 0;
  left: -50%;
  border-radius: 10px;
  background-color: var(--body-color);
  display: block;
  padding: 10px 20px;
  transform: skew(-20deg);
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  margin-left: 50%;
}
.section-title h6.subtitle.theme-color3 {
  color: var(--white-color);
}
.section-title h6.subtitle.theme-color3:before {
  background-color: var(--theme-color3);
}
.section-title h6.subtitle.theme-color2 {
  color: var(--theme-color3);
}
.section-title h6.subtitle.theme-color2:before {
  background-color: var(--theme-color2);
}
.section-title h6.subtitle.theme-color-transparent {
  color: var(--white-color);
}
.section-title h6.subtitle.theme-color-transparent:before {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color2);
}
.section-title h2.title {
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 75px;
  margin-top: 5px;
  z-index: 1;
  /* Small devices */
}
@media (max-width: 1700px) {
  .section-title h2.title {
    font-size: 50px;
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  .section-title h2.title {
    font-size: 45px;
    line-height: 45px;
  }
}
.section-title p {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.section-title.style2 h6.subtitle {
  padding: 10px 48px;
  position: relative;
  display: inline-block;
  background: #EBEBEB;
  position: relative;
  display: inline-block;
  color: var(--theme-color);
  text-align: center;
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 30px;
  z-index: 0;
  margin-bottom: 0px;
}
.section-title.style2 h6.subtitle.style3 {
  margin-left: 0;
}
.section-title.style2 h6.subtitle:before {
  position: absolute;
  content: "";
  top: 19px;
  left: -94px;
  width: 24px;
  height: 2px;
  padding: 0;
  background: var(--theme-color);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.section-title.style2 h6.subtitle:after {
  position: absolute;
  content: "";
  top: 19px;
  right: 8px;
  width: 24px;
  height: 2px;
  padding: 0;
  background: var(--theme-color);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.section-title.style2 h2.title {
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 75px;
  z-index: 1;
  /* Small devices */
}
@media (max-width: 1700px) {
  .section-title.style2 h2.title {
    font-size: 50px;
    font-weight: 800;
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  .section-title.style2 h2.title {
    font-size: 45px;
    line-height: 45px;
  }
}
.section-title.style2 p {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.section-title.style3 h6.subtitle {
  padding: 10px 10px 10px 50px;
  position: relative;
  display: inline-block;
  background: #EBEBEB;
  color: var(--theme-color);
  text-align: center;
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 0;
  margin-bottom: 5px;
}
.section-title.style3 h6.subtitle:before {
  position: absolute;
  content: "";
  top: 19px;
  left: -35px;
  width: 24px;
  height: 2px;
  padding: 0;
  background: var(--theme-color);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.section-title.style3 h6.subtitle.theme-color3 {
  color: var(--white-color);
}
.section-title.style3 h6.subtitle.theme-color3:before {
  background-color: var(--theme-color3);
}
.section-title.style3 h6.subtitle.theme-color-transparent {
  color: var(--white-color);
}
.section-title.style3 h6.subtitle.theme-color-transparent:before {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color2);
}
.section-title.style3 h2.title {
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 75px;
  z-index: 1;
  /* Small devices */
}
@media (max-width: 1700px) {
  .section-title.style3 h2.title {
    font-size: 50px;
    font-weight: 800;
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  .section-title.style3 h2.title {
    font-size: 45px;
    line-height: 45px;
  }
}
.section-title.style3 p {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.section-title.style4 h6.subtitle {
  padding: 10px 10px 10px 50px;
  position: relative;
  display: inline-block;
  background: #EBEBEB;
  color: var(--theme-color);
  text-align: center;
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 0;
  margin-bottom: 5px;
}
.section-title.style4 h6.subtitle.style2:before {
  left: -85px;
}
.section-title.style4 h6.subtitle:before {
  position: absolute;
  content: "";
  top: 19px;
  left: -70px;
  width: 24px;
  height: 2px;
  padding: 0;
  background: var(--theme-color);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.section-title.style4 h6.subtitle.theme-color3 {
  color: var(--white-color);
}
.section-title.style4 h6.subtitle.theme-color3:before {
  background-color: var(--theme-color3);
}
.section-title.style4 h6.subtitle.theme-color-transparent {
  color: var(--white-color);
}
.section-title.style4 h6.subtitle.theme-color-transparent:before {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color2);
}
.section-title.style4 h2.title {
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 75px;
  z-index: 1;
  /* Small devices */
}
@media (max-width: 1700px) {
  .section-title.style4 h2.title {
    font-size: 50px;
    font-weight: 800;
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  .section-title.style4 h2.title {
    font-size: 45px;
    line-height: 45px;
  }
}
.section-title.style4 p {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.section-title.style5 h6.subtitle {
  position: relative;
  display: inline-block;
  color: var(--theme-color);
  text-align: center;
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 28px;
  z-index: 0;
  margin-bottom: 0px;
}
.section-title.style5 h6.subtitle:before {
  position: absolute;
  content: "";
  top: 19px;
  left: -90px;
  width: 24px;
  height: 2px;
  padding: 0;
  background: var(--theme-color);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.section-title.style5 h6.subtitle.theme-color3 {
  color: var(--white-color);
}
.section-title.style5 h6.subtitle.theme-color3:before {
  background-color: var(--theme-color3);
}
.section-title.style5 h6.subtitle.theme-color-transparent {
  color: var(--white-color);
}
.section-title.style5 h6.subtitle.theme-color-transparent:before {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color2);
}
.section-title.style5 h2.title {
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 75px;
  z-index: 1;
  /* Small devices */
}
@media (max-width: 1700px) {
  .section-title.style5 h2.title {
    font-size: 50px;
    font-weight: 800;
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  .section-title.style5 h2.title {
    font-size: 45px;
    line-height: 45px;
  }
}
.section-title.style5 p {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

/*------------------- 3.4. Common -------------------*/
.fix {
  overflow: hidden;
}

.media-body {
  flex: 1;
}

.badge {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0.2em 0.45em;
  font-size: 0.6em;
  border-radius: 50%;
  top: 7px;
  left: 12px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}

/******* Magnific Image *******/
.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.4s ease;
  transform: scale(0.7);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.7);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-figure:after {
  background: transparent;
  box-shadow: none;
}

.scroll-down {
  transform: rotate(-90deg);
  transform-origin: left;
  position: absolute;
  right: -25px;
  bottom: 195px;
  z-index: 1;
}

.scroll-down .hero-scroll-wrap {
  color: var(--white-color);
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 14px;
}

.scroll-down .hero-scroll-wrap i {
  font-size: 36px;
  margin-bottom: -2px;
}

.scroll-down .hero-scroll-wrap:hover {
  color: var(--theme-color2);
}

@media (max-width: 1500px) {
  .scroll-down {
    right: -34px;
  }
}
@media (max-width: 1399px) {
  .scroll-down {
    right: -43px;
  }
  .scroll-down .hero-scroll-wrap i {
    font-size: 24px;
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .scroll-down {
    display: none;
  }
}
.bg-theme {
  background-color: var(--theme-color) !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-gray {
  background-color: var(--gray-color) !important;
}

.bg-white {
  background-color: var(--white-color) !important;
}

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-title {
  background-color: var(--title-color) !important;
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

.bg-top-center {
  background-size: auto;
  background-position: top center;
}

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

.section-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.border-radius {
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}

.border-radius2 {
  border-radius: 60px 60px 0px 0px;
  -webkit-border-radius: 60px 60px 0px 0px;
  -moz-border-radius: 60px 60px 0px 0px;
  -ms-border-radius: 60px 60px 0px 0px;
  -o-border-radius: 60px 60px 0px 0px;
}

.bg-img {
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-body-color {
  background: var(--body-color);
}

.bg-theme-color {
  background: var(--theme-color);
}

.bg-theme-color2 {
  background: var(--theme-color2) !important;
}

.bg-theme-color3 {
  background: var(--theme-color3);
}

/*------------------- 3.5. Animation -------------------*/
.ripple-animation, .play-btn:after, .play-btn:before {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.movingX {
  animation: movingX 8s linear infinite;
}

@keyframes movingX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
.moving {
  animation: moving 8s linear infinite;
}

@keyframes moving {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
.jump {
  animation: jumpAni 7s linear infinite;
}

.jump1 {
  animation: jumpAni 6s linear infinite;
}

.jump2 {
  animation: jumpAni 5s linear infinite;
}

.jump3 {
  animation: jumpAni 4s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.jump-reverse {
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.spin {
  animation: spin 15s linear infinite;
}

.spin-slow {
  animation: spin 50s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
  100% {
    width: var(--progress-width);
  }
}
.scroll {
  animation: scroll 60s linear infinite;
  -webkit-animation: scroll 60s linear infinite;
}

.scroll2 {
  animation: scroll2 60s linear infinite;
  -webkit-animation: scroll2 60s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.wave-anim {
  width: 105px;
  height: 69px;
  background-repeat: repeat;
  background-size: auto;
  animation: wave 70s linear infinite;
  -webkit-animation: wave 70s linear infinite;
}

@keyframes wave {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left -2000px;
  }
}
.rotate360 {
  animation: rotate360 10s linear infinite;
  -webkit-animation: rotate360 10s linear infinite;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
.img-shine {
  position: relative;
  overflow: hidden;
}
.img-shine:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-20deg);
  opacity: 0;
}
.img-shine:hover:after {
  animation: imgShine 1s;
  opacity: 1;
}

@keyframes imgShine {
  100% {
    left: 125%;
  }
}
@keyframes stickyAni {
  0% {
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
.moveAround {
  animation: moveAround 200s linear infinite;
  -webkit-animation: moveAround 200s linear infinite;
}

@keyframes moveAround {
  0% {
    transform: translate(-100%, -100%) translate(-300px, 80px);
    -webkit-transform: translate(-100%, -100%) translate(-300px, 80px);
    -moz-transform: translate(-100%, -100%) translate(-300px, 80px);
    -ms-transform: translate(-100%, -100%) translate(-300px, 80px);
    -o-transform: translate(-100%, -100%) translate(-300px, 80px);
  }
  25% {
    transform: translate(50%, -60%) translate(1900px, 300px);
    -webkit-transform: translate(50%, -60%) translate(1900px, 300px);
    -moz-transform: translate(50%, -60%) translate(1900px, 300px);
    -ms-transform: translate(50%, -60%) translate(1900px, 300px);
    -o-transform: translate(50%, -60%) translate(1900px, 300px);
  }
  50% {
    transform: translate(-80%, -80%) translate(-150px, 0px);
    -webkit-transform: translate(-80%, -80%) translate(-150px, 0px);
    -moz-transform: translate(-80%, -80%) translate(-150px, 0px);
    -ms-transform: translate(-80%, -80%) translate(-150px, 0px);
    -o-transform: translate(-80%, -80%) translate(-150px, 0px);
  }
  75% {
    transform: translate(50%, 50%) translate(1160px, 550px);
    -webkit-transform: translate(50%, 50%) translate(1160px, 550px);
    -moz-transform: translate(50%, 50%) translate(1160px, 550px);
    -ms-transform: translate(50%, 50%) translate(1160px, 550px);
    -o-transform: translate(50%, 50%) translate(1160px, 550px);
  }
  100% {
    transform: translate(100%, 100%) translate(-800px, -50px);
    -webkit-transform: translate(100%, 100%) translate(-800px, -50px);
    -moz-transform: translate(100%, 100%) translate(-800px, -50px);
    -ms-transform: translate(100%, 100%) translate(-800px, -50px);
    -o-transform: translate(100%, 100%) translate(-800px, -50px);
  }
}
.moveAround2 {
  animation: moveAround2 160s linear infinite;
  -webkit-animation: moveAround2 160s linear infinite;
}

@keyframes moveAround2 {
  0% {
    transform: translate(30%, 60%) translate(1450px, 500px);
    -webkit-transform: translate(30%, 60%) translate(1450px, 500px);
    -moz-transform: translate(30%, 60%) translate(1450px, 500px);
    -ms-transform: translate(30%, 60%) translate(1450px, 500px);
    -o-transform: translate(30%, 60%) translate(1450px, 500px);
  }
  25% {
    transform: translate(-50%, -60%) translate(-100px, -290px);
    -webkit-transform: translate(-50%, -60%) translate(-100px, -290px);
    -moz-transform: translate(-50%, -60%) translate(-100px, -290px);
    -ms-transform: translate(-50%, -60%) translate(-100px, -290px);
    -o-transform: translate(-50%, -60%) translate(-100px, -290px);
  }
  50% {
    transform: translate(-50%, 0%) translate(150px, 0px);
    -webkit-transform: translate(-50%, 0%) translate(150px, 0px);
    -moz-transform: translate(-50%, 0%) translate(150px, 0px);
    -ms-transform: translate(-50%, 0%) translate(150px, 0px);
    -o-transform: translate(-50%, 0%) translate(150px, 0px);
  }
  75% {
    transform: translate(50%, -50%) translate(1160px, -50px);
    -webkit-transform: translate(50%, -50%) translate(1160px, -50px);
    -moz-transform: translate(50%, -50%) translate(1160px, -50px);
    -ms-transform: translate(50%, -50%) translate(1160px, -50px);
    -o-transform: translate(50%, -50%) translate(1160px, -50px);
  }
  100% {
    transform: translate(50%, 50%) translate(-80px, 50px);
    -webkit-transform: translate(50%, 50%) translate(-80px, 50px);
    -moz-transform: translate(50%, 50%) translate(-80px, 50px);
    -ms-transform: translate(50%, 50%) translate(-80px, 50px);
    -o-transform: translate(50%, 50%) translate(-80px, 50px);
  }
}
.moveAround3 {
  animation: moveAround3 120s linear infinite;
  -webkit-animation: moveAround3 120s linear infinite;
}

@keyframes moveAround3 {
  0% {
    transform: translate(-50%, -50%) translate(400px, 300px);
    -webkit-transform: translate(-50%, -50%) translate(400px, 300px);
    -moz-transform: translate(-50%, -50%) translate(400px, 300px);
    -ms-transform: translate(-50%, -50%) translate(400px, 300px);
    -o-transform: translate(-50%, -50%) translate(400px, 300px);
  }
  25% {
    transform: translate(50%, -60%) translate(1900px, -300px);
    -webkit-transform: translate(50%, -60%) translate(1900px, -300px);
    -moz-transform: translate(50%, -60%) translate(1900px, -300px);
    -ms-transform: translate(50%, -60%) translate(1900px, -300px);
    -o-transform: translate(50%, -60%) translate(1900px, -300px);
  }
  50% {
    transform: translate(-50%, 0%) translate(-150px, 0px);
    -webkit-transform: translate(-50%, 0%) translate(-150px, 0px);
    -moz-transform: translate(-50%, 0%) translate(-150px, 0px);
    -ms-transform: translate(-50%, 0%) translate(-150px, 0px);
    -o-transform: translate(-50%, 0%) translate(-150px, 0px);
  }
  75% {
    transform: translate(50%, 50%) translate(160px, 50px);
    -webkit-transform: translate(50%, 50%) translate(160px, 50px);
    -moz-transform: translate(50%, 50%) translate(160px, 50px);
    -ms-transform: translate(50%, 50%) translate(160px, 50px);
    -o-transform: translate(50%, 50%) translate(160px, 50px);
  }
  100% {
    transform: translate(50%, 50%) translate(-200px, 200px);
    -webkit-transform: translate(50%, 50%) translate(-200px, 200px);
    -moz-transform: translate(50%, 50%) translate(-200px, 200px);
    -ms-transform: translate(50%, 50%) translate(-200px, 200px);
    -o-transform: translate(50%, 50%) translate(-200px, 200px);
  }
}
.moveAround4 {
  animation: moveAround4 200s linear infinite;
  -webkit-animation: moveAround4 200s linear infinite;
}

@keyframes moveAround4 {
  0% {
    transform: translate(50%, -50%) translate(500px, 300px);
    -webkit-transform: translate(50%, -50%) translate(500px, 300px);
    -moz-transform: translate(50%, -50%) translate(500px, 300px);
    -ms-transform: translate(50%, -50%) translate(500px, 300px);
    -o-transform: translate(50%, -50%) translate(500px, 300px);
  }
  25% {
    transform: translate(50%, 60%) translate(-100px, -300px);
    -webkit-transform: translate(50%, 60%) translate(-100px, -300px);
    -moz-transform: translate(50%, 60%) translate(-100px, -300px);
    -ms-transform: translate(50%, 60%) translate(-100px, -300px);
    -o-transform: translate(50%, 60%) translate(-100px, -300px);
  }
  50% {
    transform: translate(50%, 0%) translate(150px, 0px);
    -webkit-transform: translate(50%, 0%) translate(150px, 0px);
    -moz-transform: translate(50%, 0%) translate(150px, 0px);
    -ms-transform: translate(50%, 0%) translate(150px, 0px);
    -o-transform: translate(50%, 0%) translate(150px, 0px);
  }
  75% {
    transform: translate(50%, 50%) translate(760px, 550px);
    -webkit-transform: translate(50%, 50%) translate(760px, 550px);
    -moz-transform: translate(50%, 50%) translate(760px, 550px);
    -ms-transform: translate(50%, 50%) translate(760px, 550px);
    -o-transform: translate(50%, 50%) translate(760px, 550px);
  }
  100% {
    transform: translate(50%, 50%) translate(-800px, 350px);
    -webkit-transform: translate(50%, 50%) translate(-800px, 350px);
    -moz-transform: translate(50%, 50%) translate(-800px, 350px);
    -ms-transform: translate(50%, 50%) translate(-800px, 350px);
    -o-transform: translate(50%, 50%) translate(-800px, 350px);
  }
}
@keyframes characters {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
.scalein.as-animated {
  --animation-name: scalein;
}

.slidetopleft.as-animated {
  --animation-name: slidetopleft;
}

.slidebottomright.as-animated {
  --animation-name: slidebottomright;
}

.slideinleft.as-animated {
  --animation-name: slideinleft;
}

.slideinright.as-animated {
  --animation-name: slideinright;
}

.slideinup.as-animated {
  --animation-name: slideinup;
}

.slideindown.as-animated {
  --animation-name: slideindown;
}

.rollinleft.as-animated {
  --animation-name: rollinleft;
}

.rollinright.as-animated {
  --animation-name: rollinright;
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.as-animated {
  opacity: 1;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(100px) translateY(100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
  0% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
  75% {
    border-top-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-bottom-color: transparent;
  }
  100% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
}
.bg-anime-scratch {
  animation: scratch 4s linear infinite;
  overflow: hidden;
}

@keyframes scratch {
  0% {
    height: 0;
  }
  70% {
    height: 158px;
  }
  100% {
    height: 158px;
  }
}
@keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.3s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.swiper-slide-active .fadein {
  --animation-name: fadein;
}

.swiper-slide-active .scalein {
  --animation-name: scalein;
}

.swiper-slide-active .slidetopleft {
  --animation-name: slidetopleft;
}

.swiper-slide-active .slidebottomright {
  --animation-name: slidebottomright;
}

.swiper-slide-active .slideinleft {
  --animation-name: slideinleft;
}

.swiper-slide-active .slideinright {
  --animation-name: slideinright;
}

.swiper-slide-active .slideinup {
  --animation-name: slideinup;
}

.swiper-slide-active .slideindown {
  --animation-name: slideindown;
}

.swiper-slide-active .rollinleft {
  --animation-name: rollinleft;
}

.swiper-slide-active .rollinright {
  --animation-name: rollinright;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scalein {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(180px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
/*------------------- 3.6. Slider -------------------*/
.serviceSliderOne .slider-pagination {
  text-align: center !important;
  margin-top: 40px;
}
.serviceSliderOne .slider-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
}
.serviceSliderOne .slider-pagination .swiper-pagination-bullet-active {
  background-color: var(--theme-color2);
}

/*------------------- 3.7. Text Sliding -------------------*/
.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 100px;
}
.scrolling-wrap .textWrapper {
  display: flex;
  align-items: center;
  gap: 100px;
  animation: scroll 60s linear infinite;
  cursor: pointer;
}
.scrolling-wrap .textWrapper .textWrapper-textslide {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 85px;
}
.scrolling-wrap .textWrapper .textWrapper-textslide img {
  width: 75px;
  height: auto;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.scrolling-wrap .textWrapper .text-custom-storke {
  -webkit-text-stroke: 1px var(--title-color);
  -webkit-text-fill-color: transparent;
}
.scrolling-wrap:hover .textWrapper {
  animation-play-state: paused;
}

/*------------------- 3.8. Cursor Follower -------------------*/
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--theme-color2);
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: var(--theme-color2);
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme-color2);
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}
.cursor-outer.cursor-hover {
  opacity: 0;
}

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
/*----------------------------------------------
    # Widget Sidebar style here
----------------------------------------------*/
.main-sidebar .single-sidebar-widget {
  padding: 40px 0px 50px;
  background: var(--white-color);
  margin-bottom: 60px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .main-sidebar .single-sidebar-widget.mt-n116 {
    margin-top: 0;
  }
}
@media (max-width: 1700px) {
  .main-sidebar .single-sidebar-widget {
    padding: 25px 0 15px;
  }
  .main-sidebar .single-sidebar-widget:last-child {
    margin-bottom: 0;
  }
}
.main-sidebar .single-sidebar-widget .thumb img {
  width: 100%;
}
.main-sidebar .single-sidebar-widget.style2 {
  padding: 30px 40px;
}
@media (max-width: 1700px) {
  .main-sidebar .single-sidebar-widget.style2 {
    padding: 25px;
  }
}
.main-sidebar .single-sidebar-widget .wid-title {
  padding-bottom: 10px;
  padding-left: 40px;
}
.main-sidebar .single-sidebar-widget .wid-title.style2 {
  padding-left: 0;
}
.main-sidebar .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sidebar .single-sidebar-widget .search-widget form input {
  background-color: var(--body-color);
  font-size: 15px;
  padding: 20px;
  width: 100%;
  border: none;
  color: var(--text-color);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.main-sidebar .single-sidebar-widget .search-widget form input::-moz-placeholder {
  color: var(--text-color);
}
.main-sidebar .single-sidebar-widget .search-widget form input::placeholder {
  color: var(--text-color);
}
.main-sidebar .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 16px;
  height: 100%;
  background: var(--theme-color2);
  border: none;
  color: var(--white-color);
  text-align: center;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.main-sidebar .single-sidebar-widget .search-widget form button:hover {
  background: var(--theme-color);
}
.main-sidebar .single-sidebar-widget .news-widget-categories {
  background: var(--white-color);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul {
  padding-left: 0;
  list-style-type: none;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li {
  background-color: var(--white-color);
  font-weight: 500;
  transition: all 0.3s ease 0s;
  border-top: 1px solid var(--border-color);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 30px;
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a span {
  transition: all 0.3s ease 0s;
  color: var(--title-color);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover {
  background: var(--theme-color2);
  color: var(--white-color);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
  color: var(--title-color);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover span {
  color: var(--title-color);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active {
  background: var(--theme-color2);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a {
  color: var(--title-color);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active span {
  color: var(--title-color);
}
.main-sidebar .single-sidebar-widget .project-details-widget-card .project-info {
  padding: 0 40px;
  /* Small devices */
}
.main-sidebar .single-sidebar-widget .project-details-widget-card .project-info li {
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: center;
  justify-content: start;
  gap: 5px;
  margin-bottom: 15px;
}
.main-sidebar .single-sidebar-widget .project-details-widget-card .project-info li .label {
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  margin-right: 15px;
}
.main-sidebar .single-sidebar-widget .project-details-widget-card .project-info li .colon {
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  margin-right: 15px;
}
.main-sidebar .single-sidebar-widget .project-details-widget-card .project-info li .value {
  color: var(--text-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 767px) {
  .main-sidebar .single-sidebar-widget .project-details-widget-card .project-info {
    padding: 0 25px;
  }
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 20px;
  background: var(--body-color);
  border-radius: 20px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E5E5;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-thumb {
  overflow: hidden;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-thumb img {
  width: 136px;
  height: 132px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 0px 0px 20px;
  transition: all 0.4s;
  -webkit-border-radius: 20px 0px 0px 20px;
  -moz-border-radius: 20px 0px 0px 20px;
  -ms-border-radius: 20px 0px 0px 20px;
  -o-border-radius: 20px 0px 0px 20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 1700px) {
  .main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-thumb img {
    width: 130px;
  }
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content {
  max-width: 145px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 8px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
  color: var(--theme-color3);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
  color: var(--theme-color3);
  margin-right: 5px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
  color: var(--theme-color2);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:hover .recent-thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.main-sidebar .single-sidebar-widget .tagcloud a {
  display: inline-flex;
  padding: 10px 16px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-transform: capitalize;
  background: var(--white-color);
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
  margin-right: 0;
}
.main-sidebar .single-sidebar-widget .tagcloud a:hover {
  background: var(--theme-color2);
  color: var(--white-color) !important;
}

.recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.recent-post .media-img {
  margin-right: 20px;
  width: 95px;
  overflow: hidden;
  flex: none;
}
.recent-post .media-img img {
  width: 100%;
  transition: 0.4s ease-in-out;
}
.recent-post .post-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  margin: 10px 0 0px;
  font-family: var(--title-font);
  text-transform: capitalize;
}
.recent-post .recent-post-meta {
  margin-bottom: -2px;
}
.recent-post .recent-post-meta .price {
  font-size: 16px;
  font-weight: 700;
  color: #c5c5c5;
}
.recent-post .recent-post-meta .price del {
  margin-right: 10px;
}
.recent-post .recent-post-meta .price strong {
  color: var(--theme-color);
  font-weight: 700;
}
.recent-post .recent-post-meta a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
}
.recent-post .recent-post-meta a i {
  margin-right: 9px;
  color: var(--theme-color2);
  transition: 0.4s;
}
.recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}
.recent-post .recent-post-meta a:hover i {
  color: var(--theme-color);
}
.recent-post:hover .media-img img {
  transform: scale(1.1);
}

.widget_shopping_cart .widget_title {
  margin-bottom: 30px;
  border-bottom: none;
}
.widget_shopping_cart ul {
  margin: 0;
  padding: 0;
}
.widget_shopping_cart ul li {
  list-style-type: none;
}
.widget_shopping_cart .mini_cart_item {
  position: relative;
  padding: 30px 30px 30px 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  text-align: left;
}
.widget_shopping_cart .mini_cart_item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_shopping_cart .cart_list a:not(.remove) {
  display: block;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 6px;
}
.widget_shopping_cart .cart_list a:not(.remove):hover {
  color: var(--theme-color);
}
.widget_shopping_cart .cart_list a.remove {
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translateY(-50%);
  color: var(--body-color);
}
.widget_shopping_cart .cart_list a.remove:hover {
  color: var(--theme-color);
}
.widget_shopping_cart .cart_list img {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 18px;
}
.widget_shopping_cart .quantity {
  display: inline-flex;
  white-space: nowrap;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
}
.widget_shopping_cart .total {
  margin-top: 20px;
  font-size: 16px;
  color: var(--title-color);
  font-family: var(--body-font);
}
.widget_shopping_cart .total strong {
  font-family: var(--title-font);
}
.widget_shopping_cart .amount {
  padding-left: 5px;
}
.widget_shopping_cart .as-btn {
  margin-right: 15px;
}
.widget_shopping_cart .as-btn:last-child {
  margin-right: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 24px 0;
  }
}
@media (max-width: 330px) {
  .recent-post .post-title {
    font-size: 16px;
    line-height: 24px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
}
/*----------------------------------------------
    # All Footer Widget style here
----------------------------------------------*/
.widget-area.style2 {
  position: relative;
}
.widget-area.style2 .shape2_1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.widget-area.style2 .shape2_2 {
  position: absolute;
  bottom: 63px;
  right: 0;
  z-index: 1;
}
.widget-area.style2 .shape2_3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.widget-area.style1 {
  position: relative;
}
.widget-area.style1 .shape2_1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.widget-area.style1 .shape2_2 {
  position: absolute;
  bottom: 63px;
  right: 0;
}

.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.12em 0 30px 0;
}

.widget.footer-widget {
  background-color: transparent;
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
  padding-top: calc(var(--section-space) - 20px);
  padding-bottom: 0px;
  margin-bottom: -5px;
  /* Small devices */
}
.widget.footer-widget .widget_title {
  padding: 0 0 18px 0;
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
}
.widget.footer-widget .widget_title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 61px;
  height: 2px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
@media (max-width: 767px) {
  .widget.footer-widget {
    padding-top: 40px;
  }
}

.et-widget-about {
  max-width: 270px;
}
.et-widget-about p {
  color: var(--title-color);
}
.et-widget-about .about-logo {
  margin-bottom: 33px;
}
.et-widget-about .about-text {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 30px;
}

.widget.widget_nav_menu.footer-widget .widget_title {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
}
.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu {
  list-style-type: none;
  padding-left: 0;
}
.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li {
  margin-bottom: 20px;
}
.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li a {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li a i {
  color: var(--white-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-right: 8px;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li a:hover {
  color: var(--theme-color2);
}
.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li a:hover i {
  color: var(--theme-color2);
}
.widget.widget_nav_menu.footer-widget .single-contact-widget {
  margin-top: 25px;
  margin-bottom: 0px;
}
.widget.widget_nav_menu.footer-widget .single-contact-widget .single-contact {
  display: flex;
  align-items: start;
  gap: 10px;
}
.widget.widget_nav_menu.footer-widget .single-contact-widget .single-contact_item i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.0745098039);
  color: var(--theme-color2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.widget.widget_nav_menu.footer-widget .single-contact-widget .single-contact_item a {
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
.widget.widget_nav_menu.footer-widget .single-contact-widget .single-contact_item a:hover {
  color: var(--theme-color2);
}
.widget.widget_nav_menu.footer-widget .single-contact-widget .single-contact_widget-title h5 {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.widget.widget_nav_menu.footer-widget .email-input-container {
  margin-bottom: 25px;
  width: 270px;
}

.recent-post-wrap .recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  max-width: 300px;
  margin-top: -0.3em;
  margin-bottom: 30px;
  padding: 0;
  border: 0;
}
.recent-post-wrap .recent-post .media-img {
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: 0.4s ease-in-out;
}
.recent-post-wrap .recent-post .media-body .recent-post-meta {
  margin-bottom: -2px;
}
.recent-post-wrap .recent-post .media-body .recent-post-meta a {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.recent-post-wrap .recent-post .media-body .recent-post-meta a i {
  color: var(--white-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-right: 9px;
  transition: 0.4s;
}
.recent-post-wrap .recent-post .media-body .post-title a {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.recent-post-wrap .recent-post .media-body .post-title a:hover {
  color: var(--theme-color2);
}

.copyright-wrap .copyright-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  /* Small devices */
}
.copyright-wrap .copyright-layout .layout-text .copyright {
  margin-bottom: 0;
  color: var(--white-color);
}
.copyright-wrap .copyright-layout .layout-text .copyright a {
  color: var(--white-color);
}
.copyright-wrap .copyright-layout .layout-text .copyright a:hover {
  color: var(--theme-color2);
}
.copyright-wrap .copyright-layout .link-wrapper {
  text-align: end;
}
.copyright-wrap .copyright-layout .link-wrapper a {
  display: inline-block;
  color: var(--white-color);
  text-align: right;
  font-family: var(--title-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-right: 12px;
  /* Medium devices */
}
.copyright-wrap .copyright-layout .link-wrapper a:hover {
  color: var(--theme-color2);
}
.copyright-wrap .copyright-layout .link-wrapper a:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .copyright-wrap .copyright-layout .link-wrapper a {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .copyright-wrap .copyright-layout {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
  .copyright-wrap .copyright-layout .link-wrapper {
    text-align: center;
  }
  .copyright-wrap .copyright-layout .link-wrapper a {
    text-align: center;
  }
}

/*------------------- 4.2. Header  -------------------*/
/* Header Default */
.et-header {
  position: relative;
  z-index: 41;
}
.et-header .icon-btn {
  border-radius: 99px;
}
.et-header .menu-area {
  position: relative;
  z-index: 2;
  padding: 0px 30px 0px 30px;
  border-radius: 20px;
  background: var(--white-color);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.sticky-wrapper {
  transition: 0.4s ease-in-out;
}
.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--theme-color);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  animation: stickyAni 0.4s ease-in-out;
}

.main-menu a {
  display: block;
  position: relative;
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}
.main-menu a:hover, .main-menu a.active {
  color: var(--theme-color2);
}
.main-menu > ul > li {
  margin: 0 15px;
}
.main-menu > ul > li > a {
  padding: 40.5px 0;
}
.main-menu > ul > li > a:hover {
  color: var(--theme-color2);
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 400;
  top: 0;
  font-size: 0.9em;
  color: var(--title-color);
  transition: 0.3s ease-in-out;
}
.main-menu ul li.menu-item-has-children > a:hover:after {
  content: "\f106";
  transform: rotate(180deg);
  color: var(--theme-color2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.main-menu ul li.menu-item-has-children > a.active:after {
  color: var(--theme-color2);
}
.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.main-menu ul .sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 230px;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 10px;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
  padding: 19px 11px 17px 11px;
  left: -27px;
}
.main-menu ul .sub-menu a {
  font-size: 16px;
  line-height: 30px;
  color: var(--title-color);
}
.main-menu ul .sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.main-menu ul .sub-menu li:not(:last-child) {
  margin-bottom: 5px;
}
.main-menu ul .sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  top: 1px;
  display: inline-block;
  color: var(--title-color);
}
.main-menu ul .sub-menu li.menu-item-has-children > a :hover:after {
  content: "\f105";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.main-menu ul .sub-menu li a {
  position: relative;
  text-transform: capitalize;
}
.main-menu ul .sub-menu li a:before {
  content: "\f83e";
  position: absolute;
  top: 7px;
  left: 0px;
  font-family: var(--icon-font);
  text-align: center;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: var(--theme-color2);
  font-weight: 400;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.main-menu ul .sub-menu li a.active {
  color: var(--theme-color2);
}
.main-menu ul .sub-menu li a:hover {
  color: var(--theme-color2);
  padding-left: 27px;
}
.main-menu ul .sub-menu li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.main-menu ul .sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 8px;
}
.main-menu ul .sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .main-menu > ul > li {
    margin: 0 15px;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .main-menu > ul > li {
    margin: 0 10px;
  }
}
.simple-icon {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 24px;
  position: relative;
}
.simple-icon:has(.badge) {
  padding-right: 8px;
}
.simple-icon .badge {
  top: -8px;
  right: 0;
  font-size: 12px;
}

.header-button {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  /* Large devices */
}
.header-button .info-text p {
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 1px;
}
.header-button .info-text h4 {
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.25px;
  margin-bottom: 1px;
}
.header-button .icon-btn .badge {
  font-size: 12px;
  top: 0;
  right: 0;
}
.header-button .icon-btn:hover .badge {
  background-color: var(--black-color);
  color: var(--white-color);
}
@media (max-width: 1199px) {
  .header-button {
    padding: 29px 0;
  }
  .header-button.style2 {
    padding: 30px 0;
  }
}

.sidebar-btn .line {
  display: block;
  height: 2px;
  width: 10px;
  background: var(--title-color);
  margin: auto;
  transition: 0.4s;
}
.sidebar-btn .line:not(:last-child) {
  margin-bottom: 9px;
}
.sidebar-btn .line:nth-child(2) {
  width: 20px;
}
.sidebar-btn:hover .line:nth-child(2) {
  width: 32px;
}
.sidebar-btn.style2 .line {
  margin-right: 0;
}
.sidebar-btn.style2 .line:first-child {
  width: 20px;
}
.sidebar-btn.style2 .line:nth-child(2) {
  width: 27px;
}
.sidebar-btn.style2:hover .line:first-child {
  width: 32px;
}
.sidebar-btn.style2:hover .line:nth-child(2) {
  width: 32px;
}

.sidebar-btn2 .line {
  display: block;
  height: 2px;
  width: 32px;
  background: var(--white-color);
  margin: auto;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.sidebar-btn2 .line:not(:last-child) {
  margin-bottom: 9px;
}
.sidebar-btn2 .line:nth-child(2) {
  width: 20px;
}
.sidebar-btn2:hover .line:nth-child(2) {
  width: 32px;
}

.social-links .social-title {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  color: var(--body-color);
}
.social-links a {
  font-size: 16px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 15px 0 0;
}
.social-links a:last-child {
  margin-right: 0 !important;
}
.social-links a:hover {
  color: var(--theme-color);
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-links li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
}
.header-links li:not(:last-child) {
  margin: 0 55px 0 0;
}
.header-links li:not(:last-child):after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: #363739;
  position: absolute;
  top: 0px;
  right: -30px;
  margin-top: 3px;
}
.header-links li > i {
  margin-right: 11px;
  color: var(--theme-color);
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--body-color);
}

.header-links a:hover {
  color: var(--theme-color);
}
.header-links b,
.header-links strong {
  font-weight: 600;
  margin-right: 6px;
}
.header-links .social-links a {
  font-size: 14px;
}
.header-links .header-notice {
  margin: 0;
}

.dropdown-link {
  position: relative;
}
.dropdown-link > a {
  color: var(--body-color);
}
.dropdown-link > ai {
  color: var(--theme-color);
  margin-right: 5px;
}

.dropdown-toggle:after {
  content: "\f078";
  border: none;
  font-family: var(--title-font);
  vertical-align: middle;
  font-weight: 400;
  margin-left: 6px;
  margin-top: -1px;
}

.dropdown-menu {
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  top: calc(100% + 6px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  padding: 8px 20px !important;
  text-align: center;
  border-color: var(--border-color);
}
.dropdown-menu li {
  padding-right: 0;
  margin-right: 0;
}
.dropdown-menu li:after {
  display: none;
}
.dropdown-menu li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
}

.dropdown-menu a {
  color: var(--title-color) !important;
}
.dropdown-menu a:hover {
  color: var(--theme-color) !important;
}
.dropdown-menu:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  background-color: var(--white-color);
  z-index: -1;
  transform: rotate(45deg);
  border-top: 1px solid var(--th-border-color);
  border-left: 1px solid var(--th-border-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .menu-expand {
    font-size: 15px;
  }
}
.menu-expand {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white-color);
  background-color: var(--theme-color2);
  padding: 17px 25px;
  width: 100%;
}
.menu-expand i {
  margin-right: 15px;
}
.menu-expand:hover {
  color: var(--white-color);
}

/* Header 1 ---------------------------------- */
.header-layout1 {
  position: relative;
  background: var(--body-color);
  margin-top: 0;
  /* Medium devices */
  /* Large devices */
}
@media (max-width: 991px) {
  .header-layout1 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}
.header-layout1 .sticky-wrapper.sticky {
  background: var(--white-color);
}
.header-layout1 .menu-area .header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
  /* Medium devices */
}
.header-layout1 .menu-area .header-logo a img {
  position: relative; max-height:60px;
  z-index: 3;
}
@media (max-width: 991px) {
  .header-layout1 .menu-area .header-logo {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
}
.header-layout1 .main-menu > ul > li > a:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  background: var(--theme-color2);
  width: 0%;
  margin-top: 30px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  z-index: 5;
}
.header-layout1 .main-menu > ul > li > a:hover:before {
  width: 100%;
}
.header-layout1 .simple-icon {
  padding: 10px;
  width: 56px;
  height: 56px;
  line-height: 36px;
  margin-left: 5px;
  text-align: center;
  background-color: var(--theme-color2);
  color: var(--theme-color);
  border: 1px solid var(--theme-color2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.header-layout1 .simple-icon.searchBoxToggler {
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .header-layout1 .simple-icon.searchBoxToggler {
    display: none;
  }
}
.header-layout1 .icon-btn {
  /* Extra large devices */
}
.header-layout1 .icon-btn.style1 {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border: 1px solid var(--theme-color2);
  background-color: transparent;
  color: var(--theme-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.header-layout1 .icon-btn.style1:hover {
  border: 1px solid var(--black-color);
}
@media (max-width: 1500px) {
  .header-layout1 .icon-btn {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .header-layout1 .simple-icon {
    margin-left: 0;
  }
  .header-layout1 .main-menu {
    margin-left: 0;
  }
}

/* Header 2 ---------------------------------- */
.header-layout2 {
  position: relative;
  background: transparent;
  margin-top: 20px;
  /* Medium devices */
  /* Large devices */
}
@media (max-width: 991px) {
  .header-layout2 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}
.header-layout2 .sticky-wrapper.sticky {
  background: var(--white-color);
}
.header-layout2 .menu-area {
  background: transparent;
}
.header-layout2 .menu-area .header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
  /* Medium devices */
}
.header-layout2 .menu-area .header-logo a img {
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .header-layout2 .menu-area .header-logo {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
}
.header-layout2 .main-menu > ul > li > a:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  background: var(--theme-color2);
  width: 0%;
  margin-top: 30px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  z-index: 5;
}
.header-layout2 .main-menu > ul > li > a:hover:before {
  width: 100%;
}
.header-layout2 .simple-icon {
  padding: 10px;
  width: 56px;
  height: 56px;
  line-height: 36px;
  margin-left: 5px;
  text-align: center;
  background-color: var(--theme-color3);
  color: var(--theme-color2);
  border: 1px solid var(--theme-color3);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.header-layout2 .simple-icon.sidebar-btn .line {
  background: var(--white-color);
}
.header-layout2 .simple-icon.searchBoxToggler {
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .header-layout2 .simple-icon.searchBoxToggler {
    display: none;
  }
}
.header-layout2 .icon-btn {
  /* Extra large devices */
}
.header-layout2 .icon-btn.style1 {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border: 1px solid var(--theme-color2);
  background-color: transparent;
  color: var(--theme-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.header-layout2 .icon-btn.style1:hover {
  border: 1px solid var(--black-color);
}
@media (max-width: 1500px) {
  .header-layout2 .icon-btn {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .header-layout2 .simple-icon {
    margin-left: 0;
  }
  .header-layout2 .main-menu {
    margin-left: 0;
  }
}

/*------------------- 4.3. Footer  -------------------*/
/*----------------------------------------------
    # Footer style here
----------------------------------------------*/
.footer-layout.style1 {
  padding: 25px 0;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}
.footer-layout.style1-1 {
  padding: 25px 0;
  border-radius: 60px 60px 0px 0px;
  -webkit-border-radius: 60px 60px 0px 0px;
  -moz-border-radius: 60px 60px 0px 0px;
  -ms-border-radius: 60px 60px 0px 0px;;
  -o-border-radius: 60px 60px 0px 0px;
}
.footer-layout.style2 {
  padding: 55px 0 20px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  /* Small devices */
}
@media (max-width: 767px) {
  .footer-layout.style2 {
    padding: 25px 0 20px;
  }
}

.copyright-wrap {
  padding: 5px 0 5px;
}
.copyright-wrap.style2 {
  margin-top: 75px;
  padding: 25px 0 5px;
}

.copyright-text {
  margin: 0;
  color: var(--white-color);
}
.copyright-text a {
  color: var(--theme-color);
}
.copyright-text a:hover {
  color: var(--white-color);
}

.footer-map-wrapper iframe {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

/*------------------- 4.4. Breadcumb  -------------------*/
/*----------------------------------------------
    # Breadcumb style here
----------------------------------------------*/
.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
}
.breadcrumb-wrapper .breadcumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  padding: 35px 0 0;
  /* Medium devices */
  /* Small devices */
}
.breadcrumb-wrapper .breadcumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 47, 73, 0.8);
  z-index: 2;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .breadcumb {
    padding: 40px 0 0px;
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .breadcumb {
    padding: 10px 0 0px;
    margin-top: 120px;
  }
}
.breadcrumb-wrapper .page-heading {
  position: relative;
  text-align: center;
  z-index: 9;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .breadcrumb-wrapper .page-heading {
    padding: 140px 0;
  }
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    padding: 80px 20px;
  }
}
@media (max-width: 375px) {
  .breadcrumb-wrapper .page-heading {
    padding: 60px 15px;
  }
}
.breadcrumb-wrapper .page-heading h1 {
  color: var(--white-color);
  font-size: 65px;
  position: relative;
  z-index: 9;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 32px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
  list-style-type: none;
  padding-left: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items {
    margin-top: 15px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  color: var(--white-color);
  text-transform: capitalize;
  font-weight: 600;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color: var(--white-color);
  transition: all 0.3s ease 0s;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
  color: var(--theme-color2);
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
  color: var(--white-color);
}
.breadcrumb-wrapper .breadcumb-thumb {
  position: relative;
  z-index: 9;
}
.breadcrumb-wrapper .breadcumb-thumb .thumb {
  position: relative;
  z-index: 3;
  /* Small devices */
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .breadcumb-thumb .thumb {
    display: none;
  }
}
.breadcrumb-wrapper .breadcumb-thumb .shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.breadcrumb-wrapper .border-shape {
  position: absolute;
  top: 20px;
  left: 0;
}
.breadcrumb-wrapper .line-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.error-items {
  text-align: center;
}
.error-items h2 {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 50px;
}
.error-items h2 span {
  color: var(--theme-color);
}
.error-items p {
  color: var(--paragraph-color, #726B7D);
  text-align: center;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 50px;
}

/*------------------- 4.5. Blog  -------------------*/
/*----------------------------------------------
    # Blog style here
----------------------------------------------*/
.blog_card {
  margin-top: 30px;
  border: 1px solid var(--title-color);
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.blog_card__thumb img {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.blog_card__body {
  padding: 20px 30px 40px;
  /* Small devices */
}
.blog_card__body h4 {
  /* Small devices */
}
.blog_card__body h4 a {
  font-family: var(--body-font);
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.25px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.blog_card__body h4 a:hover {
  color: var(--theme-color2) !important;
}
@media (max-width: 767px) {
  .blog_card__body h4 {
    line-height: 27px;
  }
}
.blog_card__body .text {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.blog_card__body .view-button {
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.2px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.blog_card__body .view-button:hover {
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .blog_card__body {
    padding: 20px 25px 30px;
  }
}
.blog_card:hover .blog_card__thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.blog_card.style1 .blog_card__thumb {
  border-radius: 20px 20px 0px 0px;
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  -ms-border-radius: 20px 20px 0px 0px;
  -o-border-radius: 20px 20px 0px 0px;
}
.blog_card.style1 .blog_card__thumb img {
  width: 100%;
  border-radius: 20px 20px 0px 0px;
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  -ms-border-radius: 20px 20px 0px 0px;
  -o-border-radius: 20px 20px 0px 0px;
}
.blog_card.style1 .blog_card__body h4 a {
  color: var(--theme-color);
}
.blog_card.style1 .blog_card__body .view-button {
  color: var(--theme-color3);
}
.blog_card.style1 .blog_card__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}
.blog_card.style1 .blog_card__meta .posted-by {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.blog_card.style1 .blog_card__meta .posted-on {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.blog_card.style1 .blog_card__meta .comment-on {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.blog_card.style2 .blog_card__thumb {
  position: relative;
  z-index: 2;
  border-radius: 20px 20px 0px 0px;
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  -ms-border-radius: 20px 20px 0px 0px;
  -o-border-radius: 20px 20px 0px 0px;
}
.blog_card.style2 .blog_card__thumb img {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 20px 20px 0px 0px;
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  -ms-border-radius: 20px 20px 0px 0px;
  -o-border-radius: 20px 20px 0px 0px;
}
.blog_card.style2 .blog_card__body h4 a {
  color: var(--theme-color);
}
.blog_card.style2 .blog_card__body .view-button {
  color: var(--theme-color);
}
.blog_card.style2 .blog_card__meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
  /* Medium devices */
}
.blog_card.style2 .blog_card__meta .posted-by {
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .blog_card.style2 .blog_card__meta .posted-by {
    font-size: 14px;
    line-height: 24px;
  }
}
.blog_card.style2 .blog_card__meta .posted-on {
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.blog_card.style2 .blog_card__meta .posted-on.style2 {
  position: absolute;
  right: 0;
  top: -50px;
  z-index: 4;
  background: var(--theme-color2);
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .blog_card.style2 .blog_card__meta .posted-on.style2 {
    right: -15px;
  }
}
@media (max-width: 767px) {
  .blog_card.style2 .blog_card__meta .posted-on.style2 {
    right: -21px;
  }
}
.blog_card.style2 .blog_card__meta .posted-on.style2 h6 {
  color: var(--theme-color);
  text-align: center;
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 4px;
}
.blog_card.style2 .blog_card__meta .comment-on {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .blog_card.style2 .blog_card__meta .comment-on {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .blog_card.style2 .blog_card__meta {
    gap: 15px;
  }
}

/*----------------------------------------------
    # Blog Extra style here
----------------------------------------------*/
.news-standard-wrapper .news-standard-items {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.news-standard-wrapper .news-standard-items:not(:last-child) {
  margin-bottom: 60px;
}
.news-standard-wrapper .news-standard-items .news-thumb {
  position: relative;
  width: 100%;
  border-radius: 40px;
  text-align: center;
}
.news-standard-wrapper .news-standard-items .news-thumb img {
  width: 100%;
  border-radius: 40px;
}
.news-standard-wrapper .news-standard-items .news-thumb .post-date {
  position: absolute;
  bottom: -20px;
  right: 20px;
  display: flex;
  padding: 12px 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 20px;
  background: var(--theme-color3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.news-standard-wrapper .news-standard-items .news-thumb .post-date h3 {
  color: var(--white-color);
  font-family: var(--title-font);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.news-standard-wrapper .news-standard-items .news-thumb .post-date h3 span {
  color: var(--white-color);
  font-family: var(--title-font);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.news-standard-wrapper .news-standard-items .news-content {
  margin-top: 34px;
  position: relative;
  z-index: 9;
}
.news-standard-wrapper .news-standard-items .news-content p {
  color: var(--text-color);
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.news-standard-wrapper .news-standard-items .news-content ul {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 7px;
  list-style-type: none;
  padding-left: 0;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .news-standard-wrapper .news-standard-items .news-content ul {
    gap: 20px;
  }
}
.news-standard-wrapper .news-standard-items .news-content ul li {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.news-standard-wrapper .news-standard-items .news-content ul li i {
  color: var(--theme-color);
  margin-right: 5px;
}
.news-standard-wrapper .news-standard-items .news-content h3 {
  margin: 20px 0 20px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 75px;
  /* Small devices */
}
@media (max-width: 1700px) {
  .news-standard-wrapper .news-standard-items .news-content h3 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 767px) {
  .news-standard-wrapper .news-standard-items .news-content h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.news-standard-wrapper .news-standard-items .news-content h3 a {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 75px;
  /* Small devices */
}
@media (max-width: 1700px) {
  .news-standard-wrapper .news-standard-items .news-content h3 a {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 767px) {
  .news-standard-wrapper .news-standard-items .news-content h3 a {
    font-size: 35px;
    line-height: 45px;
  }
}
.news-standard-wrapper .news-standard-items .news-content h3 a:hover {
  color: var(--theme-color2);
}
.news-standard-wrapper .news-standard-items .news-content a i {
  margin-left: 5px;
}

.news-details-area .blog-post-details .single-blog-post .highlighted-box {
  display: flex;
  align-items: center;
  padding: 60px 40px 60px 10px;
  border: 1px solid var(--border-color);
  background: var(--white-color);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  /* Small devices */
}
.news-details-area .blog-post-details .single-blog-post .highlighted-box .icon {
  width: 55%;
  height: 80px;
  padding-right: 5px;
  margin-right: 40px;
  border-right: 1px solid var(--border-color);
}
.news-details-area .blog-post-details .single-blog-post .highlighted-box .text {
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .single-blog-post .highlighted-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 25px;
  }
  .news-details-area .blog-post-details .single-blog-post .highlighted-box .icon {
    border-bottom: 1px solid var(--border-color);
    border-right: 0px;
    padding-bottom: 15px;
    margin-right: 0;
  }
}
.news-details-area .blog-post-details .single-blog-post .subtitle {
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  /* Small devices */
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .single-blog-post .subtitle {
    font-size: 25px;
    line-height: 35px;
  }
}
.news-details-area .blog-post-details .single-blog-post .text {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.news-details-area .blog-post-details .single-blog-post .details-box-wrapper {
  margin-bottom: 60px;
}
.news-details-area .blog-post-details .single-blog-post .details-box-wrapper .details-box h3 {
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.2px;
}
.news-details-area .blog-post-details .single-blog-post .details-box-wrapper .details-box .checklist {
  padding-left: 0;
}
.news-details-area .blog-post-details .single-blog-post .details-box-wrapper .details-box .checklist li {
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}
.news-details-area .blog-post-details .single-blog-post .details-box-wrapper .details-box .checklist li i {
  color: var(--theme-color);
  margin-right: 5px;
}
.news-details-area .blog-post-details .single-blog-post .details-box-wrapper .details-box .text3 {
  color: var(--text-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.news-details-area .blog-post-details .tag-share-wrap {
  margin-bottom: 50px;
  padding: 30px 30px;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  background: var(--white-color);
  /* Small devices */
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud {
  display: flex;
  align-items: center;
  /* Small devices */
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud h6 {
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.25px;
  margin-bottom: 0;
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
  display: inline-flex;
  padding: 5px 16px;
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  margin-right: 5px;
  display: inline-flex;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  background: var(--white-color);
  /* Small devices */
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
    margin-bottom: 5px;
    margin-right: 3px;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 1;
  }
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a:hover, .news-details-area .blog-post-details .tag-share-wrap .tagcloud a.active {
  background: var(--theme-color2);
  color: var(--title-color) !important;
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .tag-share-wrap .tagcloud {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 5px;
  }
  .news-details-area .blog-post-details .tag-share-wrap .tagcloud h6 {
    margin-bottom: 15px;
  }
}
.news-details-area .blog-post-details .tag-share-wrap .social-share span {
  font-size: 16px;
  color: var(--title-color);
  font-weight: 600;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: var(--body-color);
  border-radius: 999px;
  background: rgba(35, 54, 94, 0.1);
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a i {
  color: #23365E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a:not(:last-child) {
  margin-right: 10px;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a:hover {
  background: var(--theme-color2);
  color: var(--theme-color);
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .tag-share-wrap {
    padding: 25px 20px;
  }
}
.news-details-area .blog-post-details .comments-area {
  margin-top: 40px;
}
.news-details-area .blog-post-details .comments-area .comments-heading {
  margin-bottom: 0px;
  /* Small devices */
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .comments-area .comments-heading {
    margin-bottom: 20px;
  }
}
.news-details-area .blog-post-details .comments-area .comments-heading h3 {
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.2px;
  /* Small devices */
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .comments-area .comments-heading h3 {
    font-size: 28px;
  }
}
.news-details-area .blog-post-details .comments-area .blog-single-comment {
  padding: 40px;
  border: 2px solid var(--border-color);
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  /* Small devices */
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .comments-area .blog-single-comment {
    padding: 25px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con span {
  color: var(--text-color);
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 {
  margin-bottom: 0;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 a {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 a:hover {
  color: var(--theme-color2);
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--theme-color);
  font-family: var(--body-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .reply {
  border-radius: 30px;
  margin-left: 5px;
  font-weight: 400;
  color: var(--theme-color);
}
.news-details-area .blog-post-details .comment-form-wrap h3 {
  font-size: 32px;
  margin-bottom: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .comment-form-wrap h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt input,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 16px 20px;
  font-weight: 500;
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt input::-moz-placeholder, .news-details-area .blog-post-details .comment-form-wrap .form-clt textarea::-moz-placeholder {
  color: var(--text-color);
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt input::placeholder,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea::placeholder {
  color: var(--text-color);
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  padding-bottom: 100px;
}

.comment-form-wrap.style1 {
  padding: 40px;
  border-radius: 40px;
  border: 2px solid var(--border-color);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  /* Small devices */
}
@media (max-width: 767px) {
  .comment-form-wrap.style1 {
    padding: 25px;
  }
}

/*------------------- 4.6. Hero Area  -------------------*/
/*----------------------------------------------
    # Hero style here
----------------------------------------------*/
/* Hero 1 ---------------------------------- */
.hero-wrapper.style1 {
  margin-top: 20px;
}

.hero-main-container.style1 {
  background: var(--white-color);
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  margin-top: 20px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .hero-main-container.style1 {
    margin-top: 150px;
  }
}

.hero-content.style1 {
  padding: 148px 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .hero-content.style1 {
    padding: 50px 0;
  }
}
.hero-content.style2 {
  position: relative;
  padding: 162px 130px 70px;
  border-radius: 60px;
  background: var(--white-color);
  z-index: 1;
  height: 100%;
  /* Medium Large devices */
  /* Small devices */
}
@media (max-width: 1700px) {
  .hero-content.style2 {
    padding: 100px 49px 70px;
  }
}
@media (max-width: 1299px) {
  .hero-content.style2 {
    padding: 60px;
  }
}
@media (max-width: 767px) {
  .hero-content.style2 {
    padding: 70px 30px 50px;
  }
}
.hero-content.style2 .brand-logo-wrapper {
  padding-top: 140px;
  /* Small devices */
}
.hero-content.style2 .brand-logo-wrapper img {
  margin-right: 40px;
}
.hero-content.style2 .brand-logo-wrapper img:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .hero-content.style2 .brand-logo-wrapper {
    padding-top: 50px;
  }
}
.hero-content.style2 .shape1 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
}

.hero-thumb.style1 {
  position: relative;
  z-index: 3;
  margin-bottom: 70px;
}
.hero-thumb.style1 .bordered-mask {
  position: relative;
  display: inline-block;
  width: 89%;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  padding: 16px;
  background-color: var(--white-color);
  z-index: 9;
  margin-top: 40px;
  /* Small devices */
}
@media (max-width: 767px) {
  .hero-thumb.style1 .bordered-mask {
    max-width: 60%;
  }
}
.hero-thumb.style1 .masked-image {
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: relative;
  z-index: 9;
}
.hero-thumb.style1 .masked-image img {
  width: 100%;
  display: block;
  z-index: 9;
}
.hero-thumb.style1 .main-thumb {
  position: relative;
  z-index: 3;
}
.hero-thumb.style1 .shape {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .hero-thumb.style1 .shape {
    max-width: 70%;
  }
}
.hero-thumb.style2 {
  width: 100%;
  height: 100%;
  /* Medium devices */
}
@media (max-width: 991px) {
  .hero-thumb.style2 {
    margin-top: 130px;
  }
}
.hero-thumb.style2 .main-thumb {
  width: 100%;
  height: 100%;
  /* Medium devices */
}
@media (max-width: 991px) {
  .hero-thumb.style2 .main-thumb {
    height: auto;
  }
}

.heroSliderOne {
  margin-right: -220px;
  margin-bottom: -100px;
}
.heroSliderOne .swiper-slide {
  overflow: visible;
}

/*------------------- 4.7. Popup Search  -------------------*/
/*----------------------------------------------
    # Popup Search style here
----------------------------------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
  width: 50px;
  height: 50px;
  line-height: 52px;
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: var(--theme-color);
  font-size: 22px;
  border-radius: 10px;
  transform: rotate(0);
  transition: all ease 0.4s;
  color: var(--white-color);
  border: 0;
}
.popup-search-box button.searchClose:hover {
  color: var(--body-color);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  transform: rotate(90deg);
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform ease 0.4s;
  /* Large devices */
}
@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}
.popup-search-box form input {
  font-size: 16px;
  height: 70px;
  width: 100%;
  border: none;
  background-color: var(--white-color);
  border: 2px solid var(--theme-color);
  padding: 0 80px 0 30px;
  color: var(--title-color);
  border-radius: 50px;
}
.popup-search-box form input::-moz-placeholder {
  color: var(--title-color);
}
.popup-search-box form input::placeholder {
  color: var(--title-color);
}
.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: var(--theme-color);
  font-size: 24px;
  right: 12px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.popup-search-box form button:hover {
  transform: scale(1.1);
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  transition: all ease 0.4s;
  border-radius: 0;
}
.popup-search-box.show form {
  transition-delay: 0.5s;
  transform: translate(-50%, -50%) scale(1);
}

/*------------------- 4.8. Popup Side Menu  -------------------*/
/*----------------------------------------------
    # Sidemenu style here
----------------------------------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  margin-right: auto;
  padding: 80px 30px;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  left: -1800px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 40px;
}
.sidemenu-wrapper .newsletter-form .as-btn:hover {
  background: var(--theme-color2);
}
.sidemenu-wrapper .newsletter-form .as-btn:hover:before, .sidemenu-wrapper .newsletter-form .as-btn:hover::after {
  display: none;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.sidemenu-wrapper .et-social a {
  box-shadow: none;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  margin-right: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
  -webkit-transition: right ease 1s;
  -moz-transition: right ease 1s;
  -ms-transition: right ease 1s;
  -o-transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content:-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content:-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 40px;
}
.sidemenu-wrapper .recent-post .post-title {
  color: var(--title-color);
}
.sidemenu-wrapper .widget_title {
  color: var(--title-color);
}
.sidemenu-wrapper .newsletter-widget .newsletter-form {
  max-width: none;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group {
  position: relative;
  overflow: hidden;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 80px;
}
.sidemenu-wrapper .et-widget-contact .info-box_text .icon img {
  filter: none;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  left: 0;
  opacity: 1;
  visibility: visible;
}

/* Extra small devices */
@media (max-width: 575px) {
  .sidemenu-wrapper {
    background: transparent;
  }
  .sidemenu-wrapper .sidemenu-content {
    width: 100%;
  }
  .sidemenu-wrapper .sidemenu-content .widget_shopping_cart .et-btn {
    margin-bottom: 10px;
  }
}
.info-box {
  display: flex;
  margin-bottom: 11px;
}
.info-box:last-child {
  margin-bottom: 0;
}

.info-box_icon {
  font-size: 16px;
  background-color: transparent;
  color: var(--theme-color);
  text-align: center;
  margin-right: 10px;
}

.info-box_text {
  display: flex;
  color: var(--body-color);
  margin-top: -0.45em;
  margin-bottom: -0.45em;
  align-items: center;
}
.info-box_text .details p {
  color: var(--title-color);
}
.info-box_text .details p a {
  color: var(--title-color);
}

.info-box_link {
  display: inline-block;
  color: var(--body-color);
}
.info-box_link:hover {
  color: var(--theme-color);
}

.et-widget-about {
  max-width: 354px;
  margin-bottom: -0.5em;
}
.et-widget-about .about-logo {
  margin-bottom: 35px;
}
.et-widget-about .text {
  margin-bottom: 30px;
  margin-top: -0.5em;
  color: var(--title-color);
}

.et-widget-contact {
  max-width: 260px;
  margin-bottom: -0.4em;
}
.et-widget-contact .info-box_text {
  line-height: 1.75em;
  margin-top: 0;
  display: flex;
  gap: 16px;
}
.et-widget-contact .info-box_text:not(:last-child) {
  margin-bottom: 18px;
}
.et-widget-contact .info-box_text .icon {
  color: var(--title-color);
  flex: none;
  width: 40px;
  height: 40px;
  line-height: 37px;
  border: 1px solid var(--title-color);
  border-radius: 50%;
  text-align: center;
}
.et-widget-contact .info-box_text .icon img {
  filter: contrast(0) brightness(2) opacity(0.7);
}
.et-widget-contact .info-box_text .details {
  margin-top: -0.3em;
}
.et-widget-contact .info-box_text .details p {
  margin-bottom: 0;
}
.et-widget-contact .info-box_text .details a {
  color: var(--title-color);
}
.et-widget-contact .info-box_text a {
  color: inherit;
}
.et-widget-contact .info-box_text a:hover {
  color: var(--theme-color2);
}

/*------------------- 4.9. About  -------------------*/
/*----------------------------------------------
    # About style here
----------------------------------------------*/
.about-container-wrapper .contact-wrapper {
  display: flex;
  align-items: center;
  margin-top: 25px;
  gap: 60px;
  /* Small devices */
}
@media (max-width: 767px) {
  .about-container-wrapper .contact-wrapper {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}
.about-container-wrapper .contact-wrapper .contact-us {
  display: flex;
  align-items: center;
  gap: 5px;
}
.about-container-wrapper.style1 .about-us-img {
  position: relative;
  border-radius: 20px;
}
.about-container-wrapper.style1 .about-us-img .counter-wrapper {
  position: absolute;
  text-align: center;
  width: 180px;
  height: 180px;
  background: #FCBF4A;
  border-radius: 50%;
  border: 5px solid var(--white-color);
  padding-top: 20px;
  right: 67px;
  bottom: 120px;
}
.about-container-wrapper.style1 .about-us-img .counter-wrapper h2 {
  color: var(--title-color);
  text-align: center;
  font-family: var(--body-font);
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 75px;
}
.about-container-wrapper.style1 .about-us-img .counter-wrapper p {
  color: var(--title-color);
  text-align: center;
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.about-container-wrapper.style1 .about-us-content p {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.about-container-wrapper.style1 .fancy-box-wrapper {
  margin-top: 40px;
}
.about-container-wrapper.style1 .fancy-box-wrapper .fancy-box.style2 {
  /* Small devices */
}
@media (max-width: 767px) {
  .about-container-wrapper.style1 .fancy-box-wrapper .fancy-box.style2 {
    margin-bottom: 20px;
  }
}
.about-container-wrapper.style1 .fancy-box-wrapper .fancy-box.style2 .fancy-box-title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.about-container-wrapper.style1 .fancy-box-wrapper .fancy-box.style2 .fancy-box-title img {
  margin-right: 16px;
}
.about-container-wrapper.style1 .fancy-box-wrapper .fancy-box.style2 .fancy-box-title h4 {
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.25px;
  margin: 0;
}
.about-container-wrapper.style1 .fancy-box-wrapper .fancy-box.style2 p {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
.about-container-wrapper.style1 .contact-us img {
  margin-right: 10px;
}
.about-container-wrapper.style2 .about-thumb {
  position: relative;
  margin-left: 40px;
  margin-top: 30px;
}
.about-container-wrapper.style2 .about-thumb .shape {
  position: absolute;
  top: -30px;
  left: -40px;
}
.about-container-wrapper.style2 .about-thumb .shape h6 {
  position: absolute;
  top: 220px;
  left: -130px;
  z-index: 3;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .about-container-wrapper.style2 .about-thumb .shape h6 {
    top: 225px;
    font-size: 20px;
    left: -70px;
  }
}
@media (max-width: 575px) {
  .about-container-wrapper.style2 .about-thumb .shape h6 {
    top: 130px;
    left: -70px;
  }
}
@media (max-width: 375px) {
  .about-container-wrapper.style2 .about-thumb .shape h6 {
    top: 105px;
    left: -70px;
  }
}
.about-container-wrapper.style2 .about-thumb .shape .counter-number {
  text-align: right;
  -webkit-text-stroke: 1px var(--theme-color);
  -webkit-text-fill-color: transparent;
  font-family: var(--body-font);
  font-size: 65px;
  font-style: normal;
  font-weight: 600;
  line-height: 65px;
  /* Small devices */
}
@media (max-width: 767px) {
  .about-container-wrapper.style2 .about-thumb .shape .counter-number {
    font-size: 30px;
  }
}
.about-container-wrapper.style2 .about-thumb .shape .plus {
  text-align: right;
  -webkit-text-stroke: 1px var(--theme-color);
  -webkit-text-fill-color: transparent;
  font-family: var(--body-font);
  font-size: 65px;
  font-style: normal;
  font-weight: 600;
  line-height: 65px;
  /* Small devices */
}
@media (max-width: 767px) {
  .about-container-wrapper.style2 .about-thumb .shape .plus {
    font-size: 30px;
  }
}
.about-container-wrapper.style2 .about-content .section-title p {
  margin-bottom: 40px;
}
.about-container-wrapper.style2 .about-content .checklist-box .checklist-wrapper {
  padding: 10px 20px;
  background: var(--white-color);
}
.about-container-wrapper.style2 .about-content .checklist-box .thumb {
  position: relative;
  width: 100%;
  height: 100%;
}
.about-container-wrapper.style2 .about-content .checklist-box .thumb img {
  position: relative;
  width: 100%;
  height: 216px;
}
.about-container-wrapper.style2 .about-content .checklist-box .thumb .video-box {
  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%);
  z-index: 6;
}
.about-container-wrapper.style2 .contact-wrapper {
  margin-top: 40px;
}
.about-container-wrapper.style2 .contact-wrapper .contact-us-text h4 {
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.25px;
  margin-bottom: 0;
}

/*------------------- 4.11. Team  -------------------*/
.team-card.style1 {
  position: relative;
  overflow: hidden;
  max-width: 410px;
  margin: 0 auto;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.team-card.style1 .team-thumb {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.team-card.style1 .team-thumb img {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.team-card.style1 .team-content {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 30px;
  left: 80px;
  right: 0px;
  padding: 15px 30px;
  background: var(--white-color);
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  /* Small devices */
}
@media (max-width: 767px) {
  .team-card.style1 .team-content {
    left: 60px;
    padding: 15px;
  }
}
.team-card.style1 .team-content .title h4 {
  margin-bottom: 0;
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.25px;
  /* Small devices */
}
@media (max-width: 767px) {
  .team-card.style1 .team-content .title h4 {
    font-size: 16px;
    line-height: 21px;
  }
}
.team-card.style1 .team-content .title h4 a {
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.25px;
  /* Small devices */
}
@media (max-width: 767px) {
  .team-card.style1 .team-content .title h4 a {
    font-size: 16px;
    line-height: 21px;
  }
}
.team-card.style1 .team-content .title p {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .team-card.style1 .team-content .title p {
    font-size: 14px;
    line-height: 24px;
  }
}
.team-card.style1 .team-content .social-profile {
  position: absolute;
  right: 17px;
  bottom: 27px;
  text-align: center;
  content: "";
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  z-index: 9;
  /* Small devices */
}
@media (max-width: 767px) {
  .team-card.style1 .team-content .social-profile {
    bottom: 17px;
  }
}
.team-card.style1 .team-content .social-profile ul {
  padding-left: 0;
  margin-bottom: 5px;
  transform: translateY(100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.team-card.style1 .team-content .social-profile ul li {
  margin-bottom: 5px;
}
.team-card.style1 .team-content .social-profile ul li a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--body-color);
  color: var(--text-color);
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}
.team-card.style1 .team-content .social-profile ul li a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.team-card.style1 .team-content .social-profile .plus-btn {
  position: relative;
  z-index: 2;
  cursor: pointer;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  background: var(--body-color);
  color: var(--text-color);
  transition: all 0.3s ease 0s;
  border-radius: 50%;
}
.team-card.style1 .team-content .social-profile .plus-btn:hover {
  background-color: var(--theme-color3) !important;
  color: var(--title-color);
}
.team-card.style1 .team-content .social-profile:hover .plus-btn {
  background-color: var(--theme-color3);
  color: var(--white-color);
}
.team-card.style1 .team-content .social-profile:hover ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.team-card.style1:hover .team-content {
  background: var(--theme-color2);
}
.team-card.style1:hover .team-thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.team-card.style2 {
  position: relative;
  overflow: hidden;
  max-width: 410px;
  margin: 0 auto;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.team-card.style2 .team-thumb {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.team-card.style2 .team-thumb img {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.team-card.style2 .team-content {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 40px;
  left: 30px;
  right: 30px;
  padding: 15px 30px;
  background: var(--white-color);
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  /* Small devices */
}
.team-card.style2 .team-content .title {
  /* Small devices */
}
.team-card.style2 .team-content .title h4 {
  margin-bottom: 0;
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.25px;
}
.team-card.style2 .team-content .title p {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .team-card.style2 .team-content .title h4 {
    font-size: 16px;
    line-height: 21.25px;
  }
  .team-card.style2 .team-content .title p {
    font-size: 14px;
    line-height: 24px;
  }
}
.team-card.style2 .team-content .social-profile {
  position: absolute;
  right: 30px;
  bottom: 27px;
  text-align: center;
  content: "";
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  z-index: 5;
}
.team-card.style2 .team-content .social-profile ul {
  padding-left: 0;
  margin-bottom: 5px;
  transform: translateY(100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.team-card.style2 .team-content .social-profile ul li {
  margin-bottom: 5px;
}
.team-card.style2 .team-content .social-profile ul li a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--body-color);
  color: var(--text-color);
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}
.team-card.style2 .team-content .social-profile ul li a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.team-card.style2 .team-content .social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  background: var(--body-color);
  color: var(--text-color);
  transition: all 0.3s ease 0s;
  border-radius: 50%;
}
.team-card.style2 .team-content .social-profile .plus-btn:hover {
  background-color: var(--theme-color2);
  color: var(--title-color);
}
.team-card.style2 .team-content .social-profile:hover .plus-btn {
  background-color: var(--theme-color2);
  color: var(--title-color);
}
.team-card.style2 .team-content .social-profile:hover ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
@media (max-width: 767px) {
  .team-card.style2 .team-content {
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 15px 20px;
  }
  .team-card.style2 .team-content .social-profile {
    position: absolute;
    right: 20px;
    bottom: 17px;
  }
}
.team-card.style2:hover .team-thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/*------------------- 4.12. Testimonials  -------------------*/
.testimonial-wrapper.style1 {
  position: relative;
}
.testimonial-wrapper.style1 .slider-arrow.style2.slider-prev {
  position: absolute;
  top: 40%;
  left: 10%;
  width: 56px;
  height: 56px;
  line-height: 36px;
  text-align: center;
  background-color: var(--theme-color2);
  border: 1px solid var(--theme-color2);
  z-index: 5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  /* Extra large devices */
}
@media (max-width: 1700px) {
  .testimonial-wrapper.style1 .slider-arrow.style2.slider-prev {
    left: 5%;
  }
}
@media (max-width: 1500px) {
  .testimonial-wrapper.style1 .slider-arrow.style2.slider-prev {
    left: 1%;
  }
}
@media (min-width: 2000px) {
  .testimonial-wrapper.style1 .slider-arrow.style2.slider-prev {
    left: 20%;
  }
}
.testimonial-wrapper.style1 .slider-arrow.style2.slider-next {
  position: absolute;
  top: 40%;
  right: 10%;
  width: 56px;
  height: 56px;
  line-height: 36px;
  text-align: center;
  z-index: 5;
  background: var(--theme-color2);
  border: 1px solid var(--theme-color2);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  /* Extra large devices */
}
@media (max-width: 1700px) {
  .testimonial-wrapper.style1 .slider-arrow.style2.slider-next {
    right: 5%;
  }
}
@media (max-width: 1500px) {
  .testimonial-wrapper.style1 .slider-arrow.style2.slider-next {
    right: 1%;
  }
}
@media (min-width: 2000px) {
  .testimonial-wrapper.style1 .slider-arrow.style2.slider-next {
    right: 20%;
  }
}
.testimonial-wrapper.style2 {
  position: relative;
}
.testimonial-wrapper.style2 .slider-arrow.style2.slider-prev {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 56px;
  height: 56px;
  line-height: 36px;
  text-align: center;
  background-color: var(--white-color);
  color: var(--border-color);
  border: 1px solid var(--border-color);
  z-index: 5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-wrapper.style2 .slider-arrow.style2.slider-prev:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
@media (max-width: 1600px) {
  .testimonial-wrapper.style2 .slider-arrow.style2.slider-prev {
    left: 0.5%;
  }
}
.testimonial-wrapper.style2 .slider-arrow.style2.slider-next {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 56px;
  height: 56px;
  line-height: 36px;
  text-align: center;
  z-index: 5;
  background-color: var(--white-color);
  color: var(--border-color);
  border: 1px solid var(--border-color);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-wrapper.style2 .slider-arrow.style2.slider-next:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
@media (max-width: 1600px) {
  .testimonial-wrapper.style2 .slider-arrow.style2.slider-next {
    right: 0.5%;
  }
}

.testimonial_card.style1 {
  background: var(--white-color);
  padding: 40px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  /* Small devices */
}
@media (max-width: 767px) {
  .testimonial_card.style1 {
    padding: 25px;
  }
}
.testimonial_card.style1 .testimonial_body {
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}
.testimonial_card.style1 .testimonial_body .star-wrap {
  gap: 5px;
}
.testimonial_card.style1 .testimonial_body p {
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.testimonial_card.style1 .testimonial_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial_card.style2 {
  background: var(--white-color);
  padding: 40px;
  border: 1px solid var(--title-color);
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  /* Small devices */
}
.testimonial_card.style2 .testimonial_body {
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
  /* Small devices */
}
.testimonial_card.style2 .testimonial_body .star-wrap {
  gap: 5px;
}
.testimonial_card.style2 .testimonial_body p {
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .testimonial_card.style2 .testimonial_body p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .testimonial_card.style2 .testimonial_body {
    margin-bottom: 20px;
  }
}
.testimonial_card.style2 .testimonial_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial_card.style2 .testimonial_footer .quote {
  position: relative;
  z-index: 2;
  margin-bottom: -150px;
  /* Small devices */
}
.testimonial_card.style2 .testimonial_footer .quote img {
  max-width: 70px;
}
@media (max-width: 767px) {
  .testimonial_card.style2 .testimonial_footer .quote {
    margin-bottom: -105px;
    width: 70px;
  }
  .testimonial_card.style2 .testimonial_footer .quote img {
    max-width: 60px;
  }
}
@media (max-width: 767px) {
  .testimonial_card.style2 {
    padding: 15px;
  }
}

.testimonialSliderTwo .et-slider {
  padding-bottom: 35px;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .testimonialSliderTwo .et-slider {
    padding-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .testimonialSliderTwo .et-slider {
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .testimonialSliderTwo .et-slider {
    padding-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .testimonialSliderTwo .et-slider {
    padding-bottom: 32px;
  }
}
@media (max-width: 375px) {
  .testimonialSliderTwo .et-slider {
    padding-bottom: 22px;
  }
}
@media (max-width: 350px) {
  .testimonialSliderTwo .et-slider {
    padding-bottom: 15px;
  }
}

/*------------------- 4.14. Blog  -------------------*/
/*----------------------------------------------
    # Blog Extra style here
----------------------------------------------*/
.news-standard-wrapper .news-standard-items {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.news-standard-wrapper .news-standard-items:not(:last-child) {
  margin-bottom: 60px;
}
.news-standard-wrapper .news-standard-items .news-thumb {
  position: relative;
  width: 100%;
  border-radius: 40px;
  text-align: center;
}
.news-standard-wrapper .news-standard-items .news-thumb img {
  width: 100%;
  border-radius: 40px;
}
.news-standard-wrapper .news-standard-items .news-thumb .post-date {
  position: absolute;
  bottom: -20px;
  right: 20px;
  display: flex;
  padding: 12px 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 20px;
  background: var(--theme-color3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.news-standard-wrapper .news-standard-items .news-thumb .post-date h3 {
  color: var(--white-color);
  font-family: var(--title-font);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.news-standard-wrapper .news-standard-items .news-thumb .post-date h3 span {
  color: var(--white-color);
  font-family: var(--title-font);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.news-standard-wrapper .news-standard-items .news-content {
  margin-top: 34px;
  position: relative;
  z-index: 9;
}
.news-standard-wrapper .news-standard-items .news-content p {
  color: var(--text-color);
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.news-standard-wrapper .news-standard-items .news-content ul {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 7px;
  list-style-type: none;
  padding-left: 0;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .news-standard-wrapper .news-standard-items .news-content ul {
    gap: 20px;
  }
}
.news-standard-wrapper .news-standard-items .news-content ul li {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.news-standard-wrapper .news-standard-items .news-content ul li i {
  color: var(--theme-color);
  margin-right: 5px;
}
.news-standard-wrapper .news-standard-items .news-content h3 {
  margin: 20px 0 20px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 75px;
  /* Small devices */
}
@media (max-width: 1700px) {
  .news-standard-wrapper .news-standard-items .news-content h3 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 767px) {
  .news-standard-wrapper .news-standard-items .news-content h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.news-standard-wrapper .news-standard-items .news-content h3 a {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 75px;
  /* Small devices */
}
@media (max-width: 1700px) {
  .news-standard-wrapper .news-standard-items .news-content h3 a {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 767px) {
  .news-standard-wrapper .news-standard-items .news-content h3 a {
    font-size: 35px;
    line-height: 45px;
  }
}
.news-standard-wrapper .news-standard-items .news-content h3 a:hover {
  color: var(--theme-color2);
}
.news-standard-wrapper .news-standard-items .news-content a i {
  margin-left: 5px;
}

.news-details-area .blog-post-details .single-blog-post .highlighted-box {
  display: flex;
  align-items: center;
  padding: 60px 40px 60px 10px;
  border: 1px solid var(--border-color);
  background: var(--white-color);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  /* Small devices */
}
.news-details-area .blog-post-details .single-blog-post .highlighted-box .icon {
  width: 55%;
  height: 80px;
  padding-right: 5px;
  margin-right: 40px;
  border-right: 1px solid var(--border-color);
}
.news-details-area .blog-post-details .single-blog-post .highlighted-box .text {
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .single-blog-post .highlighted-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 25px;
  }
  .news-details-area .blog-post-details .single-blog-post .highlighted-box .icon {
    border-bottom: 1px solid var(--border-color);
    border-right: 0px;
    padding-bottom: 15px;
    margin-right: 0;
  }
}
.news-details-area .blog-post-details .single-blog-post .subtitle {
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  /* Small devices */
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .single-blog-post .subtitle {
    font-size: 25px;
    line-height: 35px;
  }
}
.news-details-area .blog-post-details .single-blog-post .text {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.news-details-area .blog-post-details .single-blog-post .details-box-wrapper {
  margin-bottom: 60px;
}
.news-details-area .blog-post-details .single-blog-post .details-box-wrapper .details-box h3 {
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.2px;
}
.news-details-area .blog-post-details .single-blog-post .details-box-wrapper .details-box .checklist {
  padding-left: 0;
}
.news-details-area .blog-post-details .single-blog-post .details-box-wrapper .details-box .checklist li {
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}
.news-details-area .blog-post-details .single-blog-post .details-box-wrapper .details-box .checklist li i {
  color: var(--theme-color);
  margin-right: 5px;
}
.news-details-area .blog-post-details .single-blog-post .details-box-wrapper .details-box .text3 {
  color: var(--text-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.news-details-area .blog-post-details .tag-share-wrap {
  margin-bottom: 50px;
  padding: 30px 30px;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  background: var(--white-color);
  /* Small devices */
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud {
  display: flex;
  align-items: center;
  /* Small devices */
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud h6 {
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.25px;
  margin-bottom: 0;
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
  display: inline-flex;
  padding: 5px 16px;
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  margin-right: 5px;
  display: inline-flex;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  background: var(--white-color);
  /* Small devices */
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
    margin-bottom: 5px;
    margin-right: 3px;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 1;
  }
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a:hover, .news-details-area .blog-post-details .tag-share-wrap .tagcloud a.active {
  background: var(--theme-color2);
  color: var(--title-color) !important;
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .tag-share-wrap .tagcloud {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 5px;
  }
  .news-details-area .blog-post-details .tag-share-wrap .tagcloud h6 {
    margin-bottom: 15px;
  }
}
.news-details-area .blog-post-details .tag-share-wrap .social-share span {
  font-size: 16px;
  color: var(--title-color);
  font-weight: 600;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: var(--body-color);
  border-radius: 999px;
  background: rgba(35, 54, 94, 0.1);
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a i {
  color: #23365E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a:not(:last-child) {
  margin-right: 10px;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a:hover {
  background: var(--theme-color2);
  color: var(--theme-color);
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .tag-share-wrap {
    padding: 25px 20px;
  }
}
.news-details-area .blog-post-details .comments-area {
  margin-top: 40px;
}
.news-details-area .blog-post-details .comments-area .comments-heading {
  margin-bottom: 0px;
  /* Small devices */
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .comments-area .comments-heading {
    margin-bottom: 20px;
  }
}
.news-details-area .blog-post-details .comments-area .comments-heading h3 {
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.2px;
  /* Small devices */
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .comments-area .comments-heading h3 {
    font-size: 28px;
  }
}
.news-details-area .blog-post-details .comments-area .blog-single-comment {
  padding: 40px;
  border: 2px solid var(--border-color);
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  /* Small devices */
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .comments-area .blog-single-comment {
    padding: 25px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con span {
  color: var(--text-color);
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 {
  margin-bottom: 0;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 a {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 a:hover {
  color: var(--theme-color2);
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--theme-color);
  font-family: var(--body-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .reply {
  border-radius: 30px;
  margin-left: 5px;
  font-weight: 400;
  color: var(--theme-color);
}
.news-details-area .blog-post-details .comment-form-wrap h3 {
  font-size: 32px;
  margin-bottom: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .comment-form-wrap h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt input,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 16px 20px;
  font-weight: 500;
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt input::-moz-placeholder, .news-details-area .blog-post-details .comment-form-wrap .form-clt textarea::-moz-placeholder {
  color: var(--text-color);
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt input::placeholder,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea::placeholder {
  color: var(--text-color);
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  padding-bottom: 100px;
}

.comment-form-wrap.style1 {
  padding: 40px;
  border-radius: 40px;
  border: 2px solid var(--border-color);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  /* Small devices */
}
@media (max-width: 767px) {
  .comment-form-wrap.style1 {
    padding: 25px;
  }
}

/*------------------- 4.15. Simple Sections  -------------------*/
/*----------------------------------------------
    # Simple Common style here
----------------------------------------------*/
.fancy-box.style1 {
  display: flex;
  align-items: center;
  gap: 15px;
}
.fancy-box.style1 .item img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.fancy-box.style1 .item h6 {
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.25px;
  margin-bottom: 3px;
  /* Small devices */
}
@media (max-width: 767px) {
  .fancy-box.style1 .item h6 {
    font-size: 17px;
    line-height: 24px;
  }
}
.fancy-box.style1 .item h6 span {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* Small devices */
}
@media (max-width: 767px) {
  .fancy-box.style1 .item h6 span {
    font-size: 15px;
    line-height: 25px;
  }
}
.fancy-box.style1 .item p {
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}

.brand-slider-wrapper.style1 .brand-logo {
  text-align: center;
}

.brand-logo-section .brand-logo {
  text-align: center;
}

.contact-wrapper.style1 {
  display: flex;
  align-items: center;
  margin-top: 25px;
  gap: 60px;
  /* Small devices */
}
@media (max-width: 767px) {
  .contact-wrapper.style1 {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}

.counters-area.style1 .counter .counter-thumb {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .counters-area.style1 .counter .counter-thumb {
    margin-bottom: 10px;
  }
}
.counters-area.style1 .counter .counter-thumb img {
  border: 1px solid #1E1E1E;
  padding: 18px;
  border-radius: 50%;
  margin-right: 20px;
}
.counters-area.style1 .counter .counter-thumb h2 {
  color: var(--title-color);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Roboto", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 75px;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .counters-area.style1 .counter .counter-thumb h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .counters-area.style1 .counter .counter-thumb h2 {
    font-size: 60px;
    line-height: 65px;
  }
}
.counters-area.style1 .counter .counter-thumb p {
  color: var(--title-color);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.25px;
}
.counters-area.style1 .counter p {
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.25px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .counters-area.style1 .counter p {
    font-size: 15px;
  }
}
.counters-area.style2 {
  padding: 30px 40px;
  background: var(--white-color);
  border-radius: 20px;
  margin-top: 120px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .counters-area.style2 {
    margin-top: 60px;
  }
}
.counters-area.style2 .counter {
  text-align: left;
  /* Small devices */
}
@media (max-width: 767px) {
  .counters-area.style2 .counter {
    text-align: center;
  }
}
.counters-area.style2 .counter h2 {
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 0px;
}
.counters-area.style2 .counter p {
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.checklist-wrapper {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.checklist-wrapper .checklist {
  display: flex;
  align-items: center;
  gap: 15px;
}
.checklist-wrapper .checklist li {
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}

.star-wrap {
  display: flex;
  padding-left: 0;
}
.star-wrap li {
  list-style-type: none;
}

.meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.meta .icon i {
  color: var(--theme-color);
}
.meta .text {
  color: var(--body-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.progress-wrap {
  margin-bottom: 30px;
}
.progress-wrap:last-child {
  margin-bottom: 0;
}
.progress-wrap .progress-meta {
  display: flex;
  gap: 250px;
  margin-bottom: 15px;
  /* Extra small devices */
  /* Extra small devices */
}
.progress-wrap .progress-meta .title {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.progress-wrap .progress-meta .percentage {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 575px) {
  .progress-wrap .progress-meta {
    gap: 210px;
  }
}
@media (max-width: 375px) {
  .progress-wrap .progress-meta {
    gap: 150px;
  }
}
.progress-wrap .progress-container {
  position: relative;
  width: 500px;
  height: 5px;
  background-color: #D9DDFF;
  border-radius: 10px;
  overflow: visible;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  /* Small devices */
}
.progress-wrap .progress-container .progress-bar {
  height: 5px;
  background-color: var(--theme-color);
  border-radius: 10px;
  opacity: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 767px) {
  .progress-wrap .progress-container {
    width: 85%;
  }
}

.et-social a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: var(--theme-color);
  color: var(--white-color);
  margin-right: 5px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.et-social a:hover {
  background: var(--white-color);
  color: var(--theme-color);
}
.et-social.style2 a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
  margin-right: 5px;
  border: 0px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.et-social.style2 a:hover {
  background: var(--theme-color2);
  color: var(--title-color);
  border: 0px;
}

/* Hide the default checkbox */
.custom-checkbox input[type=checkbox] {
  display: none;
}

/* Style the label */
.custom-checkbox {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.custom-checkbox .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid var(--white-color);
  opacity: 0.6;
}
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid var(--white-color);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.custom-checkbox a {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration-line: underline;
}
.custom-checkbox:hover input ~ .checkmark {
  background-color: var(--title-color);
}
.custom-checkbox input:checked ~ .checkmark {
  background-color: var(--theme-color);
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

#termsForm button:disabled {
  background-color: var(--title-color);
  cursor: not-allowed;
}

/* Style the email input container */
.email-input-container {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  gap: 8px;
}
.email-input-container #email,
.email-input-container #emailadd {
  width: 270px;
  padding: 23px 16px;
  border-radius: 8px;
  background: transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.email-input-container #email::-moz-placeholder, .email-input-container #emailadd::-moz-placeholder {
  color: var(--white-color);
}
.email-input-container #email::placeholder,
.email-input-container #emailadd::placeholder {
  color: var(--white-color);
}
.email-input-container #submitButton {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  border-radius: 8px;
  background: transparent;
  color: var(--white-color);
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.email-input-container #submitButton i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.email-input-container #submitButton:hover {
  background: var(--theme-color2);
}
.email-input-container #submitButton:hover i {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.pagination-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid var(--border-color);
  margin-top: 50px;
  /* Small devices */
}
@media (max-width: 1700px) {
  .pagination-area {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .pagination-area {
    padding-top: 40px;
    gap: 10px;
  }
}
.pagination-area .paginations {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.pagination-area .paginations .page-item {
  border-radius: 50%;
}
.pagination-area .paginations .page-item a {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  /* Small devices */
}
@media (max-width: 767px) {
  .pagination-area .paginations .page-item a {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
.pagination-area .paginations .page-item:hover, .pagination-area .paginations .page-item.active {
  background-color: var(--theme-color2);
}
.pagination-area .paginations-button a {
  min-width: 88px;
  max-width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  /* Extra small devices */
}
.pagination-area .paginations-button a:hover {
  background-color: var(--theme-color2);
  border-radius: 50%;
}
@media (max-width: 575px) {
  .pagination-area .paginations-button a {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    font-size: 12px;
  }
}

.details-navigation-two {
  padding: 35px 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  margin: 30px 0 10px;
  /* Medium devices */
}
.details-navigation-two .single-navigation {
  display: flex;
  align-items: center;
  gap: 50px;
  /* Extra small devices */
}
.details-navigation-two .single-navigation .nav-btn {
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.details-navigation-two .single-navigation .nav-btn svg {
  fill: var(--theme-color);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.details-navigation-two .single-navigation .nav-btn:hover {
  color: var(--theme-color2);
}
.details-navigation-two .single-navigation .nav-btn:hover svg {
  transform: rotate(-30deg);
  fill: var(--theme-color2);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
}
.details-navigation-two .single-navigation .content h6 {
  margin-bottom: 0;
  position: relative;
  max-width: 200px;
  width: 100%;
}
.details-navigation-two .single-navigation .content h6 a {
  color: #3f444b;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  /* Small devices */
}
.details-navigation-two .single-navigation .content h6 a:hover {
  color: var(--title-color);
}
@media (max-width: 767px) {
  .details-navigation-two .single-navigation .content h6 a {
    font-size: 15px;
  }
}
.details-navigation-two .single-navigation .content h6:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  background: linear-gradient(88.68deg, rgba(255, 139, 74, 0.2) 1.26%, rgba(255, 139, 74, 0.133683) 17.47%, rgba(255, 139, 74, 0.0724742) 34.48%, rgba(255, 139, 74, 0.03) 55.7%);
  width: 44px;
  height: 84px;
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .details-navigation-two .single-navigation .content h6:before {
    height: 74px;
    width: 35px;
    left: -20px;
  }
}
@media (max-width: 575px) {
  .details-navigation-two .single-navigation {
    gap: 35px;
  }
}
.details-navigation-two .single-navigation.two .nav-btn:hover svg {
  transform: rotate(-30deg);
  fill: var(--theme-color2);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
}
.details-navigation-two .single-navigation.two .content h6 {
  text-align: end;
}
.details-navigation-two .single-navigation.two .content h6:before {
  left: unset;
  right: -25px;
  background: linear-gradient(-88.68deg, rgba(255, 139, 74, 0.2) 1.26%, rgba(255, 139, 74, 0.133683) 17.47%, rgba(255, 139, 74, 0.0724742) 34.48%, rgba(255, 139, 74, 0.03) 55.7%);
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .details-navigation-two .single-navigation.two .content h6:before {
    right: -20px;
  }
}
@media (max-width: 991px) {
  .details-navigation-two {
    gap: 40px;
  }
}

/*------------------- 4.16. Faq  -------------------*/
/*----------------------------------------------
    # Faq style here
----------------------------------------------*/
.faq-container-wrapper.style2 .faq-thumb {
  position: relative;
  z-index: 1;
  margin-left: -400px;
  margin-top: -70px;
  height: 100%;
  /* Extra large devices */
}
.faq-container-wrapper.style2 .faq-thumb img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1500px) {
  .faq-container-wrapper.style2 .faq-thumb {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}

.faq-wrapper.style1 {
  display: grid;
  grid-template-columns: 51% 44%;
  gap: 60px;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .faq-wrapper.style1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.faq-wrapper.style1 .faq-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.faq-wrapper.style1 .faq-thumb img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.faq-wrapper.style1 .faq-thumb .video-box {
  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%);
  z-index: 6;
}
.faq-wrapper.style2 {
  padding-top: 70px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .faq-wrapper.style2 {
    padding-top: 0;
  }
}
@media (min-width: 1500px) {
  .faq-wrapper.style2 {
    margin-bottom: -1.7em;
  }
}

.faq-content .accordion-item {
  border: 0;
  background: transparent;
  color: var(--white-color);
  border: 1px solid var(--theme-color2);
  border-radius: 20px 20px 0px 0px;
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  -ms-border-radius: 20px 20px 0px 0px;
  -o-border-radius: 20px 20px 0px 0px;
}
.faq-content .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  color: var(--white-color);
  letter-spacing: -0.2px;
  border: 1px solid var(--theme-color2);
  box-shadow: none;
  padding: 17px 20px;
  text-transform: capitalize;
  font-size: 20px;
  border-radius: 20px 20px 0px 0px;
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  -ms-border-radius: 20px 20px 0px 0px;
  -o-border-radius: 20px 20px 0px 0px;
}
.faq-content .accordion-item .accordion-header .accordion-button:after {
  display: inline-block;
  background-image: url(../image/chevron-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  color: var(--title-color);
  font-weight: 500;
  padding: 20px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
}
.faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  background-image: url(../image/chevron-down.svg);
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--title-color);
  color: var(--white-color);
  transform: rotate(0);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.faq-content .accordion-item .accordion-header .accordion-button.collapsed {
  background: transparent;
  border: 1px solid var(--border-color);
  padding: 17px 20px;
  color: var(--white-color);
}
.faq-content .accordion-item .accordion-collapse {
  border: none;
}
.faq-content .accordion-item .accordion-collapse .accordion-body {
  padding-right: 150px;
  padding-left: 30px;
  padding-top: 15px;
  color: var(--text-color);
  background: var(--theme-color);
  /* Extra large devices */
  /* Large devices */
}
@media (max-width: 1500px) {
  .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
  }
}
.faq-content.style1 .accordion-item {
  background: var(--theme-color2);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid var(--theme-color);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.faq-content.style1 .accordion-item .accordion-header .accordion-button {
  background: var(--theme-color2);
  color: var(--title-color);
}
.faq-content.style1 .accordion-item .accordion-header .accordion-button.collapsed {
  background: var(--theme-color);
  color: var(--white-color);
  font-family: inherit;
  text-align: left;
  font-family: var(--body-font);
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.25px;
  border: 1px solid var(--theme-color2);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.faq-content.style1 .accordion-item .accordion-collapse .accordion-body {
  border: none;
  padding-bottom: 30px;
  background: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  border: 1px solid var(--theme-color2);
  border-radius: 0 0 12px 12px;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  -ms-border-radius: 0 0 12px 12px;
  -o-border-radius: 0 0 12px 12px;
}
.faq-content.style2 {
  position: relative;
  z-index: 3;
  padding: 60px;
  /* Small devices */
}
@media (max-width: 767px) {
  .faq-content.style2 {
    padding: 30px 5px 0;
    border-radius: 60px 60px 10px 10px;
    -webkit-border-radius: 60px 60px 10px 10px;
    -moz-border-radius: 60px 60px 10px 10px;
    -ms-border-radius: 60px 60px 10px 10px;
    -o-border-radius: 60px 60px 10px 10px;
  }
  .faq-content.style2 .section-title {
    padding: 0 20px;
  }
}
.faq-content.style2 .accordion-header .accordion-button {
  font-weight: 600;
  color: var(--white-color);
  letter-spacing: -0.2px;
  border: 1px solid var(--theme-color2);
  box-shadow: none;
  padding: 17px 20px;
  text-transform: capitalize;
  font-size: 20px;
  border-radius: 20px 20px 0px 0px;
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  -ms-border-radius: 20px 20px 0px 0px;
  -o-border-radius: 20px 20px 0px 0px;
}
.faq-content.style2 .accordion-header .accordion-button:after {
  display: inline-block;
  background-image: url(../image/chevron-up2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--body-color);
  color: var(--title-color);
  font-weight: 500;
  padding: 18px;
  font-size: 10px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
}
.faq-content.style2 .accordion-header .accordion-button:not(.collapsed):after {
  background-image: url(../image/chevron-down.svg);
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--title-color);
  color: var(--white-color);
  transform: rotate(0);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.faq-content.style2 .accordion-header .accordion-button.collapsed {
  background: transparent;
  border: 1px solid var(--border-color);
  padding: 17px 20px;
  color: var(--white-color);
}
.faq-content.style2 .accordion-item {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.faq-content.style2 .accordion-item .accordion-header {
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.faq-content.style2 .accordion-item .accordion-header .accordion-button {
  background: var(--theme-color2);
  border: 1px solid var(--theme-color2);
  color: var(--title-color);
  border-radius: 20px 20px 0px 0px;
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  -ms-border-radius: 20px 20px 0px 0px;
  -o-border-radius: 20px 20px 0px 0px;
}
.faq-content.style2 .accordion-item .accordion-header .accordion-button.collapsed {
  background: var(--white-color);
  color: var(--title-color);
  font-family: inherit;
  text-align: left;
  font-family: var(--body-font);
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.25px;
  border: 1px solid transparent;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.faq-content.style2 .accordion-item .accordion-collapse .accordion-body {
  border: none;
  padding-bottom: 30px;
  background: var(--white-color);
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  border: none;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
  /* Small devices */
}
@media (max-width: 767px) {
  .faq-content.style2 .accordion-item .accordion-collapse .accordion-body {
    font-size: 16px;
    line-height: 26px;
  }
}

/*------------------- 4.17. Cta  -------------------*/
.cta-wrapper.style1 {
  margin-bottom: -120px;
  position: relative;
  z-index: 3;
  padding: 20px 80px;
  border-radius: 20px;
  background: var(--theme-color3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  /* Small devices */
}
@media (max-width: 767px) {
  .cta-wrapper.style1 {
    padding: 30px;
  }
}
.cta-wrapper.style1 .shape1 {
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0;
  height: 100%;
  z-index: 1;
}
.cta-wrapper.style1 .shape2 {
  position: absolute;
  bottom: -60px;
  right: 400px;
  height: 100%;
  z-index: 3;
}
.cta-wrapper.style1 .cta-content {
  margin-top: 25px;
}
.cta-wrapper.style1 .cta-content .section-title .title {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 75px;
}
@media (max-width: 1700px) {
  .cta-wrapper.style1 .cta-content .section-title .title {
    font-size: 50px;
    line-height: 62px;
  }
}
.cta-wrapper.style1 .cta-content .text {
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 441px;
  margin-bottom: 40px;
}
.cta-wrapper.style1 .cta-content .et-btn {
  border: 1px solid var(--border-color);
}
.cta-wrapper.style1 .cta-content .item h6 {
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.cta-wrapper.style1 .cta-content .item a {
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}
.cta-wrapper.style1 .cta-thumb {
  position: relative;
  z-index: 2;
}
.cta-wrapper.style1 .cta-thumb img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.cta-wrapper.style2 {
  position: relative;
  z-index: 6;
  margin-bottom: -80px;
  padding: 60px;
  border-radius: 20px;
  background: var(--theme-color2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  /* Small devices */
}
@media (max-width: 767px) {
  .cta-wrapper.style2 {
    padding: 20px;
    margin-bottom: 80px;
  }
}
.cta-wrapper.style2 .cta-title {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  max-width: 406px;
}
.cta-wrapper.style2 .email-input-container {
  border-radius: 40px;
  border: 1px solid #1E1E1E;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.cta-wrapper.style2 .email-input-container #email {
  padding: 40px;
  /* Small devices */
}
.cta-wrapper.style2 .email-input-container #email::-moz-placeholder {
  color: #1E1E1E;
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.cta-wrapper.style2 .email-input-container #email::placeholder {
  color: #1E1E1E;
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 767px) {
  .cta-wrapper.style2 .email-input-container #email {
    padding: 30px 15px;
  }
  .cta-wrapper.style2 .email-input-container #email::-moz-placeholder {
    font-size: 14px;
    line-height: 22px;
  }
  .cta-wrapper.style2 .email-input-container #email::placeholder {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 330px) {
  .cta-wrapper.style2 .email-input-container #email {
    padding: 30px 10px;
  }
}
.cta-wrapper.style2 .email-input-container #submitButton {
  top: 8px;
  right: 8px;
  padding: 18px 32px;
  border-radius: 40px;
  background-color: var(--theme-color3);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.2px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  /* Small devices */
}
@media (max-width: 767px) {
  .cta-wrapper.style2 .email-input-container #submitButton {
    padding: 9px 10px;
    font-size: 13px;
  }
}
@media (max-width: 330px) {
  .cta-wrapper.style2 .email-input-container #submitButton {
    padding: 9px 8px;
    font-size: 9px;
  }
}
.cta-wrapper.style2 .email-input-container #submitButton:hover {
  background-color: var(--title-color);
}

/*------------------- 4.18. Service  -------------------*/
/*----------------------------------------------
    # Service style here
----------------------------------------------*/
.service-card.style1 {
  text-align: center;
  padding: 0 35px 40px;
  border-radius: 40px;
  border: 2px solid var(--border-color);
  /* Extra large devices */
}
.service-card.style1 .service-card-icon {
  position: relative;
  margin-bottom: 60px;
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  display: inline-block;
  max-width: 128px;
  max-height: 128px;
  background: var(--body-color);
  border-radius: 0px 0px 40px 40px;
}
.service-card.style1 .service-card-icon:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), 50%, rgba(255, 255, 255, 0.9) 100%);
  z-index: -1;
  border-radius: 0px 0px 40px 40px;
}
.service-card.style1 .service-card-body .title a {
  color: var(--theme-color);
  text-align: center;
  font-family: var(--body-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.2px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.service-card.style1 .service-card-body .title a:hover {
  color: var(--theme-color2);
}
.service-card.style1 .service-card-body p {
  color: var(--text-color);
  text-align: center;
  font-family: var(--body-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 55px;
}
@media (max-width: 1500px) {
  .service-card.style1 {
    padding: 0 25px 30px;
  }
}
.service-card.style2 {
  border: 1px solid var(--border-color);
  border-radius: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.service-card.style2 .service-card_header {
  padding: 40px 40px 20px;
  display: flex;
  justify-content: space-between;
}
.service-card.style2 .service-card_header .icon {
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  background: var(--theme-color2);
  transition: all 0.4s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.service-card.style2 .service-card_header .number {
  -webkit-text-stroke: 1px var(--title-color);
  -webkit-text-fill-color: transparent;
  font-family: var(--body-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.2px;
}
.service-card.style2 .service-card_body {
  padding: 15px 40px 5px;
  /* Small devices */
}
.service-card.style2 .service-card_body h4 {
  margin-bottom: 5px;
}
.service-card.style2 .service-card_body h4 a {
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.25px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.service-card.style2 .service-card_body h4 a:hover {
  color: var(--theme-color2);
}
.service-card.style2 .service-card_body p {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 767px) {
  .service-card.style2 .service-card_body {
    padding: 15px 25px 5px;
  }
}
.service-card.style2 .service-card_footer {
  padding: 12px 40px 30px;
  border-top: 1px solid var(--border-color);
  /* Small devices */
}
@media (max-width: 767px) {
  .service-card.style2 .service-card_footer {
    padding: 12px 25px 25px;
  }
}
.service-card.style2:hover {
  border: 1px solid var(--title-color);
}
.service-card.style2:hover .service-card_header .icon {
  background: transparent;
}

/*----------------------------------------------
    # Service Extra style here
----------------------------------------------*/
.service-details-wrapper.style1 .service-details-content .thumb1 {
  margin-bottom: 40px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.service-details-wrapper.style1 .service-details-content .thumb1 img {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.service-details-wrapper.style1 .service-details-content h2 {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 75px;
  /* Small devices */
}
@media (max-width: 1700px) {
  .service-details-wrapper.style1 .service-details-content h2 {
    font-size: 54px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .service-details-wrapper.style1 .service-details-content h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
.service-details-wrapper.style1 .service-details-content .text1 {
  color: var(--text-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.service-details-wrapper.style1 .service-details-content .text2 {
  color: var(--text-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
.service-details-wrapper.style1 .details-box h3 {
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.2px;
}
.service-details-wrapper.style1 .details-box .checklist {
  padding-left: 0;
}
.service-details-wrapper.style1 .details-box .checklist li {
  color: #23365E;
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}
.service-details-wrapper.style1 .details-box .checklist li i {
  color: var(--theme-color2);
  margin-right: 5px;
}
.service-details-wrapper.style1 .details-box .text3 {
  color: var(--text-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

/*------------------- 4.19. Why choose Us  -------------------*/
.wcu-container-wrapper.style1 .wcu-thumb {
  position: relative;
  margin-top: 95px;
  width: 100%;
}
.wcu-container-wrapper.style1 .wcu-thumb > img {
  position: relative;
  width: 100%;
  height: 579px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.wcu-container-wrapper.style1 .wcu-thumb .thumb-2 {
  position: absolute;
  top: -65px;
  left: -190px;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1299px) {
  .wcu-container-wrapper.style1 .wcu-thumb .thumb-2 {
    left: -100px;
  }
}
@media (max-width: 1199px) {
  .wcu-container-wrapper.style1 .wcu-thumb .thumb-2 {
    left: 0;
  }
}
@media (max-width: 767px) {
  .wcu-container-wrapper.style1 .wcu-thumb .thumb-2 {
    left: 50px;
  }
}
.wcu-container-wrapper.style1 .wcu-thumb .thumb-2 img {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

/*------------------- 4.20. Work Process  -------------------*/
.work-process-container-wrapper.style1 hr {
  color: var(--title-color);
  margin: 35px 0px 60px;
}
.work-process-container-wrapper.style1 .work-process .section-title h6.subtitle {
  color: #fff;
}
.work-process-container-wrapper.style1 .work-process .section-title h6.subtitle:before {
  background-color: #D62829;
}
.work-process-container-wrapper.style1 .work-process-content {
  margin-top: 60px;
}
.work-process-container-wrapper.style1 .work-process-content .fancy-box-style-2 {
  display: flex;
  align-items: start;
  padding-right: 95px;
  margin-right: 30px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.2039215686);
  margin-bottom: 25px;
  padding-bottom: 5px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .work-process-container-wrapper.style1 .work-process-content .fancy-box-style-2 {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-right: 0px;
    margin-right: 0;
  }
}
.work-process-container-wrapper.style1 .work-process-content .fancy-box-style-2:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.work-process-container-wrapper.style1 .work-process-content .fancy-box-style-2 img {
  border: 1px solid #1E1E1E;
  padding: 20px;
  border-radius: 50%;
  margin-right: 20px;
  max-width: 100%;
}
.work-process-container-wrapper.style1 .work-process-content .fancy-box-content h6 {
  color: var(--title-color);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 166.667% */
  text-transform: capitalize;
}
.work-process-container-wrapper.style1 .work-process-content .fancy-box-content h4 {
  color: var(--title-color);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.2px;
}
.work-process-container-wrapper.style1 .work-process-content .fancy-box-content p {
  color: var(--title-color);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.work-process-container-wrapper.style1 .work-process-thumb img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.work-process-card.style1 {
  padding: 27px 37px 20px;
  border-radius: 20px;
  border: 1px solid var(--text-color);
  margin-top: 80px;
  /* Small devices */
}
.work-process-card.style1 .header {
  display: flex;
  justify-content: space-between;
}
.work-process-card.style1 .header .step {
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 77px;
}
.work-process-card.style1 .header .thumb {
  position: relative;
  margin-top: -107px;
  margin-bottom: 40px;
  /* Small devices */
}
@media (max-width: 767px) {
  .work-process-card.style1 .header .thumb {
    margin-right: 50px;
  }
}
.work-process-card.style1 .header .thumb > img {
  position: relative;
  width: 160px;
  height: 160px;
  z-index: 1;
  /* Small devices */
}
@media (max-width: 767px) {
  .work-process-card.style1 .header .thumb > img {
    display: none;
  }
}
.work-process-card.style1 .header .thumb .thmb-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 136px;
  height: 136px;
  z-index: 3;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.work-process-card.style1 .body h3 {
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.25px;
}
.work-process-card.style1 .body p {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 767px) {
  .work-process-card.style1 {
    margin-top: 100px;
    padding: 27px 25px 20px;
  }
}

/*------------------- 4.21. Project  -------------------*/
/*----------------------------------------------
    # Project style here
----------------------------------------------*/
.project-wrapper.style1 .project-thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 40px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.project-wrapper.style1 .project-thumb .thumb1 {
  width: 410px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .project-wrapper.style1 .project-thumb .thumb1 {
    width: 100%;
  }
}
.project-wrapper.style1 .project-thumb .thumb2 {
  width: 850px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .project-wrapper.style1 .project-thumb .thumb2 {
    width: 100%;
  }
}
.project-wrapper.style1 .project-thumb .thumb3 {
  width: 850px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .project-wrapper.style1 .project-thumb .thumb3 {
    width: 100%;
  }
}
.project-wrapper.style1 .project-thumb .thumb4 {
  width: 410px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .project-wrapper.style1 .project-thumb .thumb4 {
    width: 100%;
  }
}
.project-wrapper.style1 .project-thumb .thumb-content {
  opacity: 0;
  visibility: hidden;
  margin-left: -300px;
  position: absolute;
  padding: 20px 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.31);
  background: rgba(30, 30, 30, 0.67);
  -webkit-backdrop-filter: blur(13.5px);
          backdrop-filter: blur(13.5px);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  /* Extra small devices */
}
.project-wrapper.style1 .project-thumb .thumb-content p {
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  /* Small devices */
}
@media (max-width: 767px) {
  .project-wrapper.style1 .project-thumb .thumb-content p {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
  }
}
.project-wrapper.style1 .project-thumb .thumb-content h3 {
  margin-bottom: 14px;
}
.project-wrapper.style1 .project-thumb .thumb-content h3 a {
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.2px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  /* Small devices */
}
.project-wrapper.style1 .project-thumb .thumb-content h3 a:hover {
  color: var(--theme-color2);
}
@media (max-width: 767px) {
  .project-wrapper.style1 .project-thumb .thumb-content h3 a {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 375px) {
  .project-wrapper.style1 .project-thumb .thumb-content {
    padding: 10px 15px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .project-wrapper.style1 .project-thumb .thumb-content p {
    margin-bottom: 2px;
  }
  .project-wrapper.style1 .project-thumb .thumb-content h3 {
    margin-bottom: 8px;
  }
}
.project-wrapper.style1 .project-thumb:hover .thumb-content {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
.project-wrapper.style2 .nav-pills {
  /* Large devices */
}
@media (max-width: 1199px) {
  .project-wrapper.style2 .nav-pills {
    margin-bottom: 60px;
  }
}
.project-wrapper.style2 .nav-pills .nav-link {
  padding: 4px 12px;
  border: 1px solid var(--border-color);
  margin-right: 10px;
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  border-radius: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  /* Small devices */
}
@media (max-width: 767px) {
  .project-wrapper.style2 .nav-pills .nav-link {
    margin: 5px;
  }
}
.project-wrapper.style2 .nav-pills .nav-link.active {
  border: 1px solid var(--theme-color3);
  color: var(--theme-color3);
  background-color: transparent;
}

.project-card.style2 {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.4s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.project-card.style2 .thumb {
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.project-card.style2 .project-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -140px;
  left: 40px;
  right: 40px;
  display: inline-block;
  padding: 20px 30px;
  z-index: 3;
  background: var(--white-color);
  border-radius: 20px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  /* Small devices */
}
.project-card.style2 .project-content h6 {
  color: var(--theme-color2);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.project-card.style2 .project-content h3 a {
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.2px;
  margin-bottom: 8px;
  /* Small devices */
}
@media (max-width: 767px) {
  .project-card.style2 .project-content h3 a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .project-card.style2 .project-content {
    left: 30px;
    right: 30px;
    padding: 15px 20px;
  }
}
.project-card.style2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.project-card.style2:hover:before {
  height: 100%;
}
.project-card.style2:hover .project-content {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}

.projectSliderOne .swiper,
.projectSliderTwo .swiper,
.projectSliderThree .swiper,
.projectSliderFour .swiper,
.projectSliderFive .swiper {
  overflow: visible !important;
}
.projectSliderOne .swiper .swiper-slide,
.projectSliderTwo .swiper .swiper-slide,
.projectSliderThree .swiper .swiper-slide,
.projectSliderFour .swiper .swiper-slide,
.projectSliderFive .swiper .swiper-slide {
  width: 480px !important;
  /* Small devices */
}
@media (max-width: 767px) {
  .projectSliderOne .swiper .swiper-slide,
  .projectSliderTwo .swiper .swiper-slide,
  .projectSliderThree .swiper .swiper-slide,
  .projectSliderFour .swiper .swiper-slide,
  .projectSliderFive .swiper .swiper-slide {
    width: 100% !important;
  }
}

.project-details-wrapper.style1 .project-details-content .thumb1 {
  margin-bottom: 40px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.project-details-wrapper.style1 .project-details-content .thumb1 img {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.project-details-wrapper.style1 .project-details-content h2 {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 75px;
  margin-top: 60px;
  margin-top: 50px;
  /* Small devices */
}
@media (max-width: 1700px) {
  .project-details-wrapper.style1 .project-details-content h2 {
    font-size: 54px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .project-details-wrapper.style1 .project-details-content h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.project-details-wrapper.style1 .project-details-content .text1 {
  color: var(--text-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.project-details-wrapper.style1 .details-box h2 {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  /* Small devices */
}
@media (max-width: 767px) {
  .project-details-wrapper.style1 .details-box h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.project-details-wrapper.style1 .details-box .text2 {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 25px;
}
.project-details-wrapper.style1 .details-box .text3 {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 25px;
}

/*------------------- 4.22. Offer  -------------------*/
.offer-card.style1 {
  padding: 40px 30px;
  border-radius: 20px;
  border: 1px solid var(--title-color);
  background: var(--body-color);
  /* Small devices */
}
@media (max-width: 767px) {
  .offer-card.style1 {
    padding: 35px 25px;
  }
}
.offer-card.style1 .offer-card-body .title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.offer-card.style1 .offer-card-body .title i,
.offer-card.style1 .offer-card-body .title img {
  margin-right: 15px;
}
.offer-card.style1 .offer-card-body .title h3 {
  display: inline-block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.2px;
  margin-bottom: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .offer-card.style1 .offer-card-body .title h3 {
    font-size: 20px;
    line-height: 18px;
  }
}
.offer-card.style1 .offer-card-body p {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
}
.offer-card.style1 .offer-card-thumb {
  margin-top: 30px;
}
.offer-card.style1 .offer-card-thumb img {
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

/*------------------- 4.23. Contact  -------------------*/
.contact-form-wrapper.style1 .form-clt input {
  border-radius: 20px;
  border: 1px solid var(--body-color);
  background: var(--white-color);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.contact-form-wrapper.style1 .form-clt input::-moz-placeholder {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.contact-form-wrapper.style1 .form-clt input::placeholder {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.contact-form-wrapper.style1 textarea {
  border-radius: 20px;
  border: 1px solid var(--border-color);
  background: var(--white-color);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.contact-form-wrapper.style1 .single-select {
  border-radius: 20px;
  border: 1px solid var(--body-color);
  background: var(--white-color);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.contact-form-wrapper.style1 .single-select::-moz-placeholder {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.contact-form-wrapper.style1 .single-select::placeholder {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.contact-box.style1 {
  padding: 55px 80px 55px 53px;
  border-radius: 20px;
  background: var(--theme-color3);
}
.contact-box.style1 .contact-meta {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  gap: 20px;
  /* Small devices */
}
.contact-box.style1 .contact-meta:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.contact-box.style1 .contact-meta .item .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: var(--white-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 1700px) {
  .contact-box.style1 .contact-meta .item .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
}
.contact-box.style1 .contact-meta .item h6 {
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.25px;
  margin-bottom: 1px;
}
.contact-box.style1 .contact-meta .item a,
.contact-box.style1 .contact-meta .item p {
  display: block;
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact-box.style1 .contact-meta {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1700px) {
  .contact-box.style1 {
    padding: 25px;
  }
}

/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

.px-55 {
  padding-right: 55px;
  padding-left: 55px;
}

.px-60 {
  padding-right: 60px;
  padding-left: 60px;
}

.px-65 {
  padding-right: 65px;
  padding-left: 65px;
}

.px-70 {
  padding-right: 70px;
  padding-left: 70px;
}

.px-75 {
  padding-right: 75px;
  padding-left: 75px;
}

.px-80 {
  padding-right: 80px;
  padding-left: 80px;
}

.px-85 {
  padding-right: 85px;
  padding-left: 85px;
}

.px-90 {
  padding-right: 90px;
  padding-left: 90px;
}

.px-95 {
  padding-right: 95px;
  padding-left: 95px;
}

.px-100 {
  padding-right: 100px;
  padding-left: 100px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-170 {
  padding-bottom: 170px;
  /* Small devices */
}
@media (max-width: 767px) {
  .pb-170 {
    padding-bottom: 80px;
  }
}

.pb-230 {
  padding-bottom: 230px;
}

.pt-225 {
  padding-top: 225px;
}

.pt-226 {
  padding-top: 226px;
  /* Small devices */
}
@media (max-width: 767px) {
  .pt-226 {
    padding-top: 112px;
  }
}

.pb-233 {
  padding-bottom: 233px;
  /* Small devices */
}
@media (max-width: 767px) {
  .pb-233 {
    padding-bottom: 190px;
  }
}

.pb-300 {
  padding-bottom: 300px;
  /* Small devices */
}
@media (max-width: 767px) {
  .pb-300 {
    padding-bottom: 190px;
  }
}

.pb-377 {
  padding-bottom: 377px;
}

.pb-390 {
  padding-bottom: 390px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .pb-390 {
    padding-bottom: 250px;
  }
}
@media (max-width: 991px) {
  .pb-390 {
    padding-bottom: 180px;
  }
}

.pb-425 {
  padding-bottom: 425px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .pb-425 {
    padding-bottom: 250px;
  }
}
@media (max-width: 991px) {
  .pb-425 {
    padding-bottom: 230px;
  }
}

.pb-640 {
  padding-bottom: 640px !important;
}

/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

.mx-55 {
  margin-right: 55px;
  margin-left: 55px;
}

.mx-60 {
  margin-right: 60px;
  margin-left: 60px;
}

.mx-65 {
  margin-right: 65px;
  margin-left: 65px;
}

.mx-70 {
  margin-right: 70px;
  margin-left: 70px;
}

.mx-75 {
  margin-right: 75px;
  margin-left: 75px;
}

.mx-80 {
  margin-right: 80px;
  margin-left: 80px;
}

.mx-85 {
  margin-right: 85px;
  margin-left: 85px;
}

.mx-90 {
  margin-right: 90px;
  margin-left: 90px;
}

.mx-95 {
  margin-right: 95px;
  margin-left: 95px;
}

.mx-100 {
  margin-right: 100px;
  margin-left: 100px;
}

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.my-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.my-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.my-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.my-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-200 {
  margin-bottom: 160px;
}

.mt-n30 {
  margin-top: -30px;
}

.mt-n150 {
  margin-top: -150px;
}

.mt-n116 {
  margin-top: -116px;
}

.mt-n108 {
  margin-top: -108px;
}

.mt-n110 {
  margin-top: -110px;
}

.mb-n116 {
  margin-bottom: -116px;
}

.mt-n355 {
  margin-top: -355px;
}

.mt-n560 {
  margin-top: -560px;
}

.mxw-586 {
  max-width: 586px;
}

.mxw-600 {
  max-width: 600px;
}

.mxw-161px {
  max-width: 161px;
}

.mxw-163px {
  max-width: 163px;
}

.mxw-181px {
  max-width: 181px;
}

.mxw-725px {
  max-width: 725px;
}

.mxw-750px {
  max-width: 750px;
}

.mxw-835px {
  max-width: 835px;
}

.mxw-848px {
  max-width: 848px;
}

.mxw-88px {
  max-width: 88px;
  height: 38px;
}

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-lg-bottom,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space2,
.space2-top {
  padding-top: calc(var(--section-space) - 20px);
}

.space2,
.space2-bottom {
  padding-bottom: calc(var(--section-space) - 20px);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 45px);
}

.space-extra,
.space-lg-extra-bottom,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 45px);
}

.space-extra2,
.space-extra2-top {
  padding-top: calc(var(--section-space) - 60px);
}

.space-extra2,
.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 60px);
}

.custom-space-bottom {
  padding-bottom: 275px;
}

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .custom-space-bottom,
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-extra2,
  .space-extra2-top {
    padding-top: 60px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 60px;
  }
  .space-lg-extra-bottom,
  .space-lg-bottom {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=main.css.map */

/* ============================================================
   中文排版优化覆盖（Chinese Typography Override）
   说明：原模板按英文设计（标题 60-90px），中文字形方正宽大，
   同字号下视觉远大于英文，故整体下调标题字号并优化行高。
   本块置于文件末尾，同级联优先级下后声明胜出，且不破坏原样式。
   日期：2026-08-28
   ============================================================ */

/* 1. 基础标题字级：H1 64->40，H2 40->30，H3 30->24 */
h1, .h1 {
  font-size: 40px;
  line-height: 1.35;
}
h2, .h2 {
  font-size: 30px;
  line-height: 1.4;
}
h3, .h3 {
  font-size: 24px;
  line-height: 1.4;
}

/* 2. 首页 Hero 大标题：90px -> 46px，修复固定像素行高 */
.hero-title-wrapper .title,
.hero-title-wrapper.style2 h1.title {
  font-size: 46px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

/* 3. 栏目页横幅 title-wrapper 大标题：70px -> 40px */
.title-wrapper .title {
  font-size: 40px;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

/* 4. 区块标题 section-title h2（含 style2-5 变体）：70px -> 40px */
.section-title h2.title,
.section-title.style2 h2.title,
.section-title.style3 h2.title,
.section-title.style4 h2.title,
.section-title.style5 h2.title {
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

/* 5. 内页面包屑大标题：65px -> 40px */
.breadcrumb-wrapper .page-heading h1 {
  font-size: 40px;
  line-height: 1.35;
}

/* 6. 文章/新闻列表与详情标题：70px -> 28px */
.news-standard-wrapper .news-standard-items .news-content h3,
.news-standard-wrapper .news-standard-items .news-content h3 a {
  font-size: 28px;
  line-height: 1.45;
}

/* 7. CTA / 服务详情 / 项目详情标题：70px -> 34px */
.cta-wrapper.style1 .cta-content .section-title .title {
  font-size: 34px;
  line-height: 1.35;
}
.service-details-wrapper.style1 .service-details-content h2,
.project-details-wrapper.style1 .project-details-content h2 {
  font-size: 34px;
  line-height: 1.4;
}

/* 8. 数字计数器（纯数字保留稍大字号）：70/65px -> 52/48px */
.counters-area.style1 .counter .counter-thumb h2 {
  font-size: 52px;
  line-height: 1.2;
}
.about-container-wrapper.style1 .about-us-img .counter-wrapper h2 {
  font-size: 48px;
  line-height: 1.2;
}
.about-container-wrapper.style2 .about-thumb .shape .counter-number,
.about-container-wrapper.style2 .about-thumb .shape .plus {
  font-size: 48px;
}

/* 9. 错误页标题：60px -> 36px */
.error-items h2 {
  font-size: 36px;
  line-height: 1.3;
}

/* 10. 滚动跑马灯装饰文字：60px -> 40px */
.scrolling-wrap .textWrapper .textWrapper-textslide {
  font-size: 40px;
}

/* 11. 中文字重微调：中文粗体 900 过重，降为 700 更协调 */
.hero-title-wrapper .title,
.hero-title-wrapper.style2 h1.title,
.title-wrapper .title,
.section-title h2.title,
.section-title.style2 h2.title,
.section-title.style3 h2.title,
.section-title.style4 h2.title,
.section-title.style5 h2.title {
  font-weight: 700;
}

/* 12. 响应式：小屏进一步缩小（覆盖原 48-70px 的小屏断点值） */
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 34px;
  }
  h2, .h2 {
    font-size: 28px;
  }
  .hero-title-wrapper .title,
  .hero-title-wrapper.style2 h1.title {
    font-size: 36px;
  }
  .title-wrapper .title,
  .section-title h2.title,
  .section-title.style2 h2.title,
  .section-title.style3 h2.title,
  .section-title.style4 h2.title,
  .section-title.style5 h2.title,
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 32px;
  }
  .counters-area.style1 .counter .counter-thumb h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 28px;
  }
  h2, .h2 {
    font-size: 24px;
  }
  h3, .h3 {
    font-size: 21px;
  }
  .hero-title-wrapper .title,
  .hero-title-wrapper.style2 h1.title {
    font-size: 30px;
  }
  .title-wrapper .title,
  .section-title h2.title,
  .section-title.style2 h2.title,
  .section-title.style3 h2.title,
  .section-title.style4 h2.title,
  .section-title.style5 h2.title,
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 26px;
  }
  .news-standard-wrapper .news-standard-items .news-content h3,
  .news-standard-wrapper .news-standard-items .news-content h3 a {
    font-size: 22px;
  }
  .counters-area.style1 .counter .counter-thumb h2 {
    font-size: 38px;
  }
}

/* ============================================================
   全站标题强覆盖兜底（Authoritative Title Override）
   模板标题大量使用裸 class="title"，容器选择器难以覆盖全，
   故以 !important 保证压过任意原规则并统一收紧。
   日期：2026-08-28
   ============================================================ */

/* 首页 Hero 主标题（长中文标题）：46 -> 34px */
.hero-title-wrapper h1.title,
.hero-title-wrapper .title {
  font-size: 34px !important;
  line-height: 1.35 !important;
  letter-spacing: 0.01em !important;
}

/* 区块/栏目 section 标题 h2：40 -> 28px */
.section-title h2.title,
.title-wrapper h2.title,
.section-title h2,
.title-wrapper h2 {
  font-size: 28px !important;
  line-height: 1.4 !important;
}

/* 页面头部大标题 h1（列表/详情/搜索/联系/标签等）：40 -> 32px */
.title-wrapper h1,
.page-heading h1,
.breadcrumb-wrapper .page-heading h1,
.subpage-heading h1,
.breadcrumb-wrapper h1,
.view-breadcrumb h1 {
  font-size: 32px !important;
  line-height: 1.4 !important;
}

/* 文章/新闻列表卡片标题 h3 */
.news-standard-wrapper .news-standard-items .news-content h3,
.news-standard-wrapper .news-standard-items .news-content h3 a {
  font-size: 24px !important;
  line-height: 1.5 !important;
}

/* 首页服务卡片 h3（case/arclist 标题） */
.industries-items .industries-content h3.title,
.industries-items h3.title,
.main-service .service-content h3.title,
.case-items h3.title,
.news-card-item h3.title {
  font-size: 22px !important;
  line-height: 1.5 !important;
}

/* 页脚/侧栏小标题 h3.widget_title */
h3.widget_title {
  font-size: 18px !important;
  line-height: 1.5 !important;
}

/* 兜底：任意未被上方精确命中的 .title（h1/h2/h3 分级） */
h1.title:not(.hero-title-wrapper h1.title) {
  font-size: 32px !important;
  line-height: 1.4 !important;
}
h2.title:not(.section-title h2.title):not(.title-wrapper h2.title) {
  font-size: 26px !important;
  line-height: 1.4 !important;
}
h3.title {
  font-size: 20px !important;
  line-height: 1.5 !important;
}

/* 响应式：更小屏幕继续收紧 */
@media (max-width: 991px) {
  .hero-title-wrapper h1.title,
  .hero-title-wrapper .title {
    font-size: 28px !important;
  }
  .section-title h2.title,
  .title-wrapper h2,
  .section-title h2,
  .title-wrapper h2 {
    font-size: 24px !important;
  }
  .title-wrapper h1,
  .page-heading h1,
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 26px !important;
  }
}
@media (max-width: 767px) {
  .hero-title-wrapper h1.title,
  .hero-title-wrapper .title {
    font-size: 24px !important;
  }
  .section-title h2.title,
  .title-wrapper h2,
  .section-title h2,
  .title-wrapper h2 {
    font-size: 21px !important;
  }
  .title-wrapper h1,
  .page-heading h1,
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 23px !important;
  }
}

/* 列表页文章卡片：栏目行小标签样式（第一行栏目/第二行标题/第三行描述）
   日期：2026-08-28 */
.news-standard-items .news-content .post-category {
  margin-bottom: 8px;
}
.news-standard-items .news-content .post-category a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 4px;
  background: rgba(247, 181, 56, 0.12);
  color: #e8930c;
  font-weight: 500;
}
.news-standard-items .news-content .post-category a:hover {
  background: #e8930c;
  color: #fff;
}
.news-standard-items .news-content h3 {
  margin-bottom: 8px;
}
.news-standard-items .news-content p {
  margin-bottom: 12px;
}

/* 列表页文章列表：卡片化条目 + 悬停交互（栏目胶囊 / 标题箭头滑入 / 左侧金条）
   作用域限定 .news-standard，不影响其他页面
   日期：2026-08-29 */
.news-standard .text-list-item {
  position: relative;
  padding: 26px 28px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: #f7f8fb;
  border: 1px solid rgba(0, 47, 73, 0.04);
  overflow: hidden;
  transition: all 0.35s ease;
}
.news-standard .text-list-item:first-child {
  padding-top: 26px;
}
.news-standard .text-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 0;
  border-radius: 0 4px 4px 0;
  background: #FCBF4A;
  transform: translateY(-50%);
  transition: height 0.35s ease;
}
.news-standard .text-list-item:hover::before {
  height: 72%;
}
.news-standard .text-list-item:hover {
  background: #ffffff;
  border-color: rgba(0, 47, 73, 0.08);
  box-shadow: 0 14px 32px rgba(0, 47, 73, 0.09);
  transform: translateY(-4px);
}
.news-standard .text-list-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.news-standard .text-list-category {
  background: rgba(252, 191, 74, 0.14);
  color: #c78a1a;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: all 0.35s ease;
}
.news-standard .text-list-category:hover {
  background: #FCBF4A;
  color: #ffffff;
}
.news-standard .text-list-date {
  font-size: 14px;
  color: #8a94a6;
}
.news-standard .text-list-title {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
}
.news-standard .text-list-title a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #1a2333;
  transition: color 0.3s ease;
}
.news-standard .text-list-title a:hover {
  color: #002F49;
}
.news-standard .text-list-arrow {
  font-size: 14px;
  color: #FCBF4A;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.35s ease;
}
.news-standard .text-list-item:hover .text-list-arrow {
  opacity: 1;
  transform: translateX(0);
}
.news-standard .text-list-title a:hover .text-list-arrow {
  transform: translateX(4px);
}
.news-standard .text-list-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #5a6474;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ============================================================
   --body-color 已改为 #ffffff（全局背景变白）
   原白色圆角容器靠背景色差区分，现改为阴影重建层次感。
   日期：2026-08-28
   ============================================================ */

/* 1. 面包屑白色圆角框（60px 圆角） */
.breadcrumb-wrapper .breadcumb.border-radius {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

/* 2. 侧边栏小部件（30px 圆角，原已有 white 背景） */
.main-sidebar .single-sidebar-widget {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

/* 3. 侧边栏最近文章条目（20px 圆角） */
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

/* 4. Offer 信息卡片（20px 圆角，有边框） */
.offer-card.style1 {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

/* 5. Header 浅色背景区 */
.header-layout1 {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

/* 7. 文章详情页：缩略图上下间距 */
.blog-post-details .news-thumb {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* 8. 文章详情页：标签区中文优化（覆盖原有 21px h6 与 16px+30px line-height 标签 pill） */
.news-details-area .blog-post-details .tag-share-wrap .tagcloud {
  gap: 8px;
  align-items: center;
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud h6 {
  font-size: 15px !important;
  line-height: 1.4 !important;
  white-space: nowrap;
  flex-shrink: 0;
  margin: 0;
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
  white-space: nowrap;
  line-height: 1.5 !important;
  padding: 6px 14px;
  font-size: 14px !important;
}

/* ============================================================
   侧边栏搜索 + 分类小部件：现代工业风视觉统一（卡片化）
   主色 002F49（工业深蓝），强调色 FCBF4A（工业金）
   日期：2026-08-29
   ============================================================ */

/* 1. 侧边栏小部件通用卡片：统一大圆角、细边框、柔和阴影、均匀外边距 */
.main-sidebar .single-sidebar-widget {
  padding: 28px 28px !important;
  margin-bottom: 28px !important;
  border-radius: 28px !important;
  border: 1px solid rgba(0, 47, 73, 0.07);
  background: #ffffff;
  box-shadow: 0 8px 30px rgba(0, 47, 73, 0.05) !important;
}

/* 2. 搜索小部件：输入框与金色按钮药丸形 */
.main-sidebar .single-sidebar-widget .search-widget form input {
  background-color: #f7f8fa !important;
  border: 1px solid rgba(0, 47, 73, 0.06) !important;
  border-radius: 24px !important;
  padding: 18px 90px 18px 24px !important;
  font-size: 15px !important;
  color: #1E1E1E !important;
  transition: all 0.25s ease;
}
.main-sidebar .single-sidebar-widget .search-widget form input:focus {
  outline: none;
  border-color: #FCBF4A !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(252, 191, 74, 0.15);
}
.main-sidebar .single-sidebar-widget .search-widget form input::placeholder {
  color: #8a8f98 !important;
}
.main-sidebar .single-sidebar-widget .search-widget form button {
  width: 64px !important;
  height: calc(100% - 8px) !important;
  margin: 4px 6px 0 0;
  background: #FCBF4A !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  box-shadow: 0 4px 12px rgba(252, 191, 74, 0.35);
  transition: all 0.25s ease;
}
.main-sidebar .single-sidebar-widget .search-widget form button:hover {
  background: #e9a62d !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(252, 191, 74, 0.45);
}

/* 3. 小部件标题：粗重工业感 + 左侧主色条装饰，去掉原来的 padding-left 40px */
.main-sidebar .single-sidebar-widget .wid-title {
  padding-left: 0 !important;
  padding-bottom: 18px !important;
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(0, 47, 73, 0.08);
}
.main-sidebar .single-sidebar-widget .wid-title.style2 {
  padding-left: 0 !important;
}
.main-sidebar .single-sidebar-widget .wid-title h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Barlow", "PingFang SC", "Microsoft YaHei", sans-serif !important;
  font-weight: 800 !important;
  font-size: 22px !important;
  line-height: 1.3 !important;
  color: #002F49 !important;
  margin: 0;
}
.main-sidebar .single-sidebar-widget .wid-title h3::before {
  content: "";
  width: 5px;
  height: 24px;
  border-radius: 3px;
  background: #FCBF4A;
  display: inline-block;
}

/* 4. 分类列表：白底 + 细底部分隔线 + 紧凑行高 + hover 金线 */
.main-sidebar .single-sidebar-widget .news-widget-categories {
  margin-top: 12px;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul {
  margin: 0;
  padding: 0 !important;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(0, 47, 73, 0.06) !important;
  transition: all 0.25s ease;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:last-child {
  border-bottom: none !important;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
  padding: 18px 8px !important;
  color: #002F49 !important;
  font-size: 15.5px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
  transition: all 0.25s ease;
  border-left: 3px solid transparent;
  padding-left: 14px !important;
  padding-right: 8px !important;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a span {
  color: #8a8f98 !important;
  transition: all 0.25s ease;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover {
  background: rgba(252, 191, 74, 0.05) !important;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a,
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a {
  color: #002F49 !important;
  border-left-color: #FCBF4A;
  padding-left: 18px !important;
  font-weight: 700 !important;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a span,
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a span {
  color: #FCBF4A !important;
  transform: translateX(4px);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active {
  background: rgba(252, 191, 74, 0.06) !important;
}

/* ============================================================
   产品列表页：缩略图卡片网格（参考 service.html 服务列表改造）
   深蓝 002F49 + 金色 FCBF4A，独立作用域不影响其他页面
   日期：2026-08-29
   ============================================================ */

/* 网格容器：三列自适应 */
.news-standard .pro-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .news-standard .pro-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .news-standard .pro-card-grid {
    grid-template-columns: 1fr;
  }
}

/* 卡片主体 */
.news-standard .pro-card-item {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(0, 47, 73, 0.07);
  box-shadow: 0 8px 30px rgba(0, 47, 73, 0.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-standard .pro-card-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 47, 73, 0.12);
}

/* 缩略图：固定比例、覆盖裁切、hover 放大 */
.news-standard .pro-card-thumb {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f2f4f6;
}
.news-standard .pro-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.news-standard .pro-card-item:hover .pro-card-thumb img {
  transform: scale(1.06);
}

/* 内容区 */
.news-standard .pro-card-body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.news-standard .pro-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.news-standard .pro-card-category {
  background: rgba(252, 191, 74, 0.14);
  color: #c78a1a;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.news-standard .pro-card-date {
  font-size: 13px;
  color: #8a8f98;
}
.news-standard .pro-card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #002F49;
  margin: 0 0 10px;
}
.news-standard .pro-card-title a {
  color: inherit;
  transition: color 0.25s ease;
}
.news-standard .pro-card-title a:hover {
  color: #FCBF4A;
}
.news-standard .pro-card-desc {
  font-size: 14.5px;
  line-height: 1.7;
  color: #535353;
  margin: 0 0 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.news-standard .pro-card-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #002F49;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 47, 73, 0.06);
  transition: color 0.25s ease;
}
.news-standard .pro-card-more i {
  transition: transform 0.25s ease;
}
.news-standard .pro-card-more:hover {
  color: #FCBF4A;
}
.news-standard .pro-card-more:hover i {
  transform: translateX(5px);
}

/* ============================================================
   列表页翻页：与主题一致的大气分页（深蓝 + 金色）
   注意：模板中 .page-item 即 <a> 元素本身（非 li>a 结构）
   作用域限定 .news-standard，不影响其它页面
   日期：2026-08-29 */
.news-standard .pagination-area {
  display: flex;
  justify-content: center;
  border: none;
  padding: 0;
  margin-top: 40px;
}
.news-standard .pagination-area .paginations {
  gap: 10px;
}
.news-standard .pagination-area .paginations a.page-item {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(0, 47, 73, 0.12);
  background: #ffffff;
  color: #002F49;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 47, 73, 0.04);
}
.news-standard .pagination-area .paginations a.page-item:hover {
  border-color: #FCBF4A;
  background: rgba(252, 191, 74, 0.12);
  color: #002F49;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(252, 191, 74, 0.25);
}
/* 当前页：金色实底 + 深色文字 */
.news-standard .pagination-area .paginations a.page-item.active,
.news-standard .pagination-area .paginations a.page-item.active:hover {
  background: #FCBF4A;
  border-color: #FCBF4A;
  color: #002F49;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(252, 191, 74, 0.35);
  transform: none;
}
/* 上一页 / 下一页 箭头按钮 */
.news-standard .pagination-area .paginations a.page-item i {
  font-size: 14px;
  color: #002F49;
}
/* 移动端适配 */
@media (max-width: 767px) {
  .news-standard .pagination-area .paginations a.page-item {
    width: 38px;
    height: 38px;
    font-size: 14px;
    border-radius: 8px;
  }
  .news-standard .pagination-area .paginations {
    gap: 8px;
  }
}

/* ============================================================
   导航菜单顶级栏目链接可点击 + 移动端子菜单展开按钮优化
   修复：PC 主菜单与移动端顶级栏目链接被 JS 全局 preventDefault 拦截，
   现改为仅点击右侧 ± 展开图标才切换子菜单，顶级链接默认跳转。
   同时隐藏移动端旧的伪元素 + 号，避免与展开按钮重复。
   日期：2026-08-30
   ============================================================ */

/* 移动端子菜单展开按钮（圆形 ± 图标，可点击） */
.et-mobile-menu ul li.menu-item-has-children > a .et-mean-expand {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  background-color: var(--smoke-color);
  color: var(--title-color);
  cursor: pointer;
  z-index: 2;
}
.et-mobile-menu ul li.menu-item-has-children > a .et-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}
.et-mobile-menu ul li.menu-item-has-children.et-active > a .et-mean-expand:before {
  content: "\f068";
}
/* 隐藏旧的 + 号伪元素，避免与展开按钮重复 */
.et-mobile-menu ul li.menu-item-has-children:before,
.et-mobile-menu ul li.menu-item-has-children:after,
.et-mobile-menu ul li.menu-item-has-children.et-active:before,
.et-mobile-menu ul li.menu-item-has-children.et-active:after {
  display: none !important;
}
/* 为展开按钮留出右侧空间，避免文字被图标遮挡 */
.et-mobile-menu ul li.menu-item-has-children > a {
  padding-right: 40px !important;
}

/* PC 主菜单：无子菜单的顶级栏目不显示下拉箭头（避免误导） */
.main-menu ul li.menu-item-has-children:not(:has(> ul.sub-menu)) > a:after {
  display: none !important;
}

/* ============================================================
   列表页子栏目导航（list_pro.htm / list_article.htm 通用）
   说明：列表上方横向展示当前栏目的子栏目，点击切换子栏目；
   无子栏目时自动回退显示同级栏目（fallback_same="true"）；
   若既无子栏目又无同级栏目，标签渲染后仅剩注释/空白，整个区块自动隐藏。
   日期：2026-08-30
   ============================================================ */
.submenu-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 35px;
  padding: 16px 18px;
  background-color: var(--smoke-color);
  border-radius: 12px;
  border-left: 3px solid var(--theme-color2);
}
/* 无子栏目且无同级栏目时隐藏整个区块（无元素子节点判定） */
.submenu-bar:not(:has(> *)) {
  display: none;
}
.submenu-bar .submenu-item {
  display: inline-block;
  padding: 9px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--title-color);
  background-color: var(--white-color);
  border: 1px solid #e8e8f0;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.submenu-bar .submenu-item:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 47, 73, 0.15);
}
.submenu-bar .submenu-item.active {
  color: var(--theme-color);
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
  font-weight: 700;
}
/* 移动端子栏目导航按钮缩小 */
@media (max-width: 575px) {
  .submenu-bar {
    gap: 8px;
    padding: 12px 14px;
  }
  .submenu-bar .submenu-item {
    padding: 7px 16px;
    font-size: 14px;
  }
}

/* ============================================================
   合作客户徽标墙（list_daili.htm）
   说明：合作代理/客户列表，徽标卡片 = 上部 logo 展示区 + 下部公司名称条；
   logo 缺失时（占位图 nopic.jpg，由 JS 隐藏）logo 区显示文字徽标；
   悬停交互：卡片上浮 + 顶部金色光线 + 流光扫过效果。
   日期：2026-08-30
   ============================================================ */
.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.partner-card {
  margin: 0;
}
.partner-item {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #ececf3;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.35s ease-in-out, box-shadow 0.35s ease-in-out, border-color 0.35s ease-in-out;
}
/* 顶部金色光线（悬停时展开） */
.partner-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--theme-color2), #d9b45b, transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease-in-out;
  z-index: 3;
}
/* 流光扫过效果（悬停时斜向高光划过） */
.partner-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 50%;
  height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: skewX(-20deg);
  transition: left 0.6s ease-in-out;
  z-index: 2;
  pointer-events: none;
}
.partner-item:hover {
  border-color: rgba(217, 180, 91, 0.55);
  box-shadow: 0 14px 32px rgba(0, 47, 73, 0.13);
  transform: translateY(-5px);
}
.partner-item:hover::before {
  transform: scaleX(1);
}
.partner-item:hover::after {
  left: 130%;
}
/* 上部：logo 展示区 */
.partner-logo-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 128px;
  padding: 20px 24px;
  background-color: #fff;
}
.partner-logo-img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.35s ease-in-out;
}
.partner-item:hover .partner-logo-img {
  transform: scale(1.06);
}
/* 文字徽标（无 logo 时由 JS 显示，替代图片） */
.partner-logo-text {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 12px;
  font-size: 18px;
  font-weight: 700;
  color: var(--title-color);
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-align: center;
  word-break: break-word;
  background-color: #fff;
}
.partner-logo-text.show {
  display: flex;
}
/* 下部：公司名称条 */
.partner-name {
  display: block;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--title-color);
  text-align: center;
  border-top: 1px solid #f1f1f6;
  background-color: #fafafc;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.partner-item:hover .partner-name {
  color: var(--theme-color);
  background-color: #fff;
}
/* 响应式 */
@media (max-width: 991px) {
  .partner-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 575px) {
  .partner-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .partner-logo-area {
    height: 96px;
    padding: 14px 16px;
  }
  .partner-logo-text {
    font-size: 15px;
  }
  .partner-name {
    font-size: 13px;
    padding: 10px 12px;
  }
}

/* ============================================================
   联系表单底部横线风格（contact.htm）
   说明：字段采用"无边框 + 底部细线"极简设计，聚焦时底线变为主题金色；
   字段上方展示标签（必填项红色星号），整体两列网格 + 充足留白。
   日期：2026-08-30
   ============================================================ */
.lex-form .lex-field {
  position: relative;
  margin-bottom: 4px;
}
.lex-form .lex-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}
.lex-form .lex-req {
  color: #e14b4b;
  font-weight: 700;
  margin-left: 2px;
}
/* 输入与多行文本：无边框，仅底部细线 */
.lex-form input,
.lex-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #dcdce4;
  background: transparent;
  font-size: 15px;
  color: var(--title-color);
  padding: 4px 0 12px;
  outline: none;
  transition: border-color 0.3s ease-in-out;
  resize: none;
}
.lex-form input::placeholder,
.lex-form textarea::placeholder {
  color: #a8a8b3;
  font-size: 14px;
}
/* 聚焦：底线变为主题金色并略微加粗 */
.lex-form input:focus,
.lex-form textarea:focus {
  border-color: var(--theme-color2);
}
/* 验证码：输入框 + 图片并排 */
.lex-form .lex-captcha {
  display: flex;
  align-items: flex-end;
  gap: 14px;
}
.lex-form .lex-captcha input {
  flex: 1;
  min-width: 0;
}
.lex-form .lex-captcha img {
  height: 40px;
  width: auto;
  border-radius: 4px;
  cursor: pointer;
  flex-shrink: 0;
  border: 1px solid #ececf3;
}
/* 必填校验提示样式微调（视觉友好） */
.lex-form input.invalid,
.lex-form textarea.invalid {
  border-bottom-color: #e14b4b;
}
/* 移动端适当加大行距 */
@media (max-width: 575px) {
  .lex-form .lex-label {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .lex-form input,
  .lex-form textarea {
    font-size: 14px;
    padding-bottom: 10px;
  }
}

/* ============================================================
   联系页左侧信息区行距（contact.htm .contact-info-content）
   说明：为 {category_content} 富文本（联系方式、标题、段落、列表）
   统一定义中文友好行距（相对值，避免文字裁剪）。
   日期：2026-08-30
   ============================================================ */
.contact-info-content {
  line-height: 1.8;
}
.contact-info-content h1,
.contact-info-content h2,
.contact-info-content h3,
.contact-info-content h4,
.contact-info-content h5,
.contact-info-content h6 {
  line-height: 1.35;
  color: var(--title-color);
}
.contact-info-content p {
  line-height: 1.8;
  margin-bottom: 12px;
}
.contact-info-content ul,
.contact-info-content ol {
  padding-left: 20px;
}
.contact-info-content ul li,
.contact-info-content ol li,
.contact-info-content li {
  line-height: 1.9;
  margin-bottom: 6px;
}
.contact-info-content a {
  line-height: 1.7;
  color: var(--theme-color);
}
.contact-info-content a:hover {
  color: var(--theme-color2);
}
.contact-info-content img {
  max-width: 100%;
  height: auto;
}

/* ============================================================
   面包屑标签（BreadcrumbTag）Tailwind 工具类 + 主题兼容
   说明：list_pro.htm 改用 {by:breadcrumb class="d-flex ... tw-gap-4 tw-mb-8" /}
   项目未引入 Tailwind，这里补充 tw- 工具类语义；
   并覆盖标签输出 <ol class="breadcrumb-item"> 为主题配色
   （白字、金色分隔箭头、金色悬停），替代原手动 ul.breadcrumb-items。
   日期：2026-08-30
   ============================================================ */
/* tw- 工具类（等价Tailwind，仅补本项目用到的最小集） */
.tw-gap-4 {
  gap: 1rem !important;
}
.tw-mb-8 {
  margin-bottom: 2rem !important;
}

/* 面包屑标签承载容器（BreadcrumbTag 无 separator 时输出 <ol>） */
.breadcrumb-wrapper .page-heading ol.d-flex {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
  flex-wrap: wrap;
}
/* 面包屑项：白字、中性底 */
.breadcrumb-wrapper .page-heading ol.d-flex .breadcrumb-item {
  display: inline-flex;
  align-items: center;
  color: var(--white-color);
  text-transform: capitalize;
  font-weight: 600;
  font-size: 15px;
}
/* 链接白字，悬停金色 */
.breadcrumb-wrapper .page-heading ol.d-flex .breadcrumb-item a {
  color: var(--white-color);
  transition: color 0.3s ease 0s;
}
.breadcrumb-wrapper .page-heading ol.d-flex .breadcrumb-item a:hover {
  color: var(--theme-color2);
}
/* 覆盖Bootstrap默认"/"分隔符，改为主题金色右箭头
   字体族须与本项目 fontawesome.min.css 注册一致（Pro 版，非 Free） */
.breadcrumb-wrapper .page-heading ol.d-flex .breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: 900;
  color: var(--theme-color2);
  padding: 0 2px 0 0;
}
/* 当前栏目（active，无链接）：白字 */
.breadcrumb-wrapper .page-heading ol.d-flex .breadcrumb-item.active {
  color: var(--white-color);
  font-weight: 700;
}
/* 小屏适当收紧 */
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading ol.d-flex {
    margin-top: 15px;
  }
}

/* ============================================================
   招聘列表页职位手风琴卡片（list_job.htm .job-card）
   说明：原生 details/summary 实现展开收起（零 JS 依赖）；
   头部为职位概要（类型徽标 + 地点/人数/时间元信息 + 展开图标），
   展开区为职位描述/岗位要求双栏富文本 + 底部申请按钮。
   配色沿用主题：深蓝标题 + 金色强调。日期：2026-08-30
   ============================================================ */
.job-card {
  background: var(--white-color);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  margin-bottom: 18px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: box-shadow 0.3s ease 0s, border-color 0.3s ease 0s;
}
.job-card:hover,
.job-card[open] {
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.job-card[open] {
  border-left: 3px solid var(--theme-color2);
}

/* —— 头部概要行 —— */
.job-card .job-head {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 26px;
  cursor: pointer;
  list-style: none;
  user-select: none;
  flex-wrap: wrap;
}
.job-card .job-head::-webkit-details-marker {
  display: none;
}
.job-head-main {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 260px;
  min-width: 0;
}
.job-type {
  flex-shrink: 0;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.05);
  color: var(--title-color);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
}
.job-card .job-title {
  font-size: 20px;
  line-height: 1.35;
  color: var(--title-color);
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-head-meta {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.job-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  /* 说明：此处不可用 var(--body-color)，该变量在列表包裹层上下文解析为白色导致文字不可见 */
  color: #5a6472;
  font-size: 14px;
  white-space: nowrap;
}
.job-meta-item i {
  color: var(--theme-color2);
  font-size: 14px;
}
.job-meta-time {
  color: #8a94a6;
}

/* —— 展开图标（+ 旋转为 ×） —— */
.job-toggle {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--smoke-color);
  color: var(--title-color);
  font-size: 13px;
  transition: transform 0.3s ease 0s, background-color 0.3s ease 0s, color 0.3s ease 0s;
}
.job-card[open] .job-toggle {
  transform: rotate(45deg);
  background: var(--theme-color2);
  color: var(--white-color);
}

/* —— 展开内容区 —— */
.job-body {
  padding: 0 26px 26px;
  border-top: 1px dashed rgba(0, 0, 0, 0.08);
}
.job-body-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  padding-top: 22px;
}
.job-section-title {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 17px;
  line-height: 1.35;
  color: var(--title-color);
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--theme-color2);
  width: fit-content;
}
.job-section-title i {
  color: var(--theme-color2);
  font-size: 15px;
}
/* 富文本（编辑器字段）行距与列表样式 */
.job-richtext {
  line-height: 1.85;
  color: #4a5361;
  font-size: 15px;
}
/* 说明：编辑器历史数据从旧站复制时带有内联颜色（如白色 span/font），
   白底上不可见；此处强制统一正文颜色（保留链接与图标原有配色）。
   日期：2026-08-30 */
.job-richtext span,
.job-richtext font,
.job-richtext p,
.job-richtext div,
.job-richtext li,
.job-richtext b,
.job-richtext strong,
.job-richtext em {
  color: #4a5361 !important;
}
.job-richtext a {
  color: var(--theme-color) !important;
}

/* ============================================================
   核心优势编号卡片墙（.lx-adv-grid，供编辑器/模板通用）
   说明：基于 Bootstrap 栅格（col-xl-3 / col-md-4 / col-6），
   工业风深蓝底卡 + 金色编号徽标，悬停上浮点亮金线。
   日期：2026-08-30
   ============================================================ */
.lx-adv-grid {
  --lx-adv-bg: #14213d;
  --lx-adv-gold: #f0a921;
  row-gap: 20px;
}
.lx-adv-item {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 26px 20px 22px;
  background: var(--lx-adv-bg);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease 0s, box-shadow 0.3s ease 0s;
}
/* 顶部金色光线：默认 12px，悬停展开至全宽 */
.lx-adv-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--lx-adv-gold);
  transition: width 0.4s ease 0s;
}
.lx-adv-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(20, 33, 61, 0.22);
}
.lx-adv-item:hover:before {
  width: 100%;
}
/* 金色编号徽标 */
.lx-adv-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(240, 169, 33, 0.14);
  border: 1px solid rgba(240, 169, 33, 0.45);
  color: var(--lx-adv-gold);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: "Segoe UI", Arial, sans-serif;
}
.lx-adv-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.75;
}
/* 小屏微调 */
@media (max-width: 767px) {
  .lx-adv-item {
    padding: 20px 16px 18px;
  }
  .lx-adv-num {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }
  .lx-adv-item p {
    font-size: 14px;
  }
}

/* ============================================================
   作品相册双列网格（list_ch21.htm .works-view）
   说明：每行两列作品卡片，点击缩略图以 Magnific Popup
   Lightbox 放大查看原图。宽高比统一、悬停缩放+放大镜图标。
   日期：2026-08-30
   ============================================================ */
.works-view {
  margin-top: 30px;
}
.works-view .col-md-6 {
  margin-bottom: 0;
}
.works-item {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #14213d;
}
.works-img {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.works-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}
.works-item:hover .works-img img {
  transform: scale(1.07);
  opacity: 0.82;
}
/* 放大镜圆形徽标：默认隐藏，悬停淡入 */
.works-zoom {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 52px;
  margin: -26px 0 0 -26px;
  border-radius: 50%;
  background: rgba(240, 169, 33, 0.92);
  color: #fff;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
}
.works-item:hover .works-zoom {
  opacity: 1;
  transform: scale(1);
}
/* 底部说明条：白色背景 | 金色顶线 | 深蓝标题 */
.works-cap {
  display: block;
  padding: 13px 18px;
  background: #fff;
  border-top: 3px solid #f0a921;
  border-radius: 0 0 10px 10px;
}
.works-title {
  display: block;
  color: #14213d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s ease 0s;
}
.works-item:hover .works-title {
  color: #f0a921;
}
.works-cat {
  display: inline-block;
  margin-top: 5px;
  color: #8a94a6;
  font-size: 13px;
}
/* Lightbox 细节：圆角 + 背景暗化 */
.mfp-with-zoom .mfp-container {
  padding: 0 20px;
}
.mfp-with-zoom img.mfp-img {
  border-radius: 8px;
}
.job-richtext p {
  margin-bottom: 6px;
  line-height: 1.85;
}
.job-richtext p:last-child {
  margin-bottom: 0;
}
.job-richtext ul,
.job-richtext ol {
  padding-left: 20px;
  margin-bottom: 0;
}
.job-richtext li {
  line-height: 1.9;
  margin-bottom: 4px;
}

/* —— 底部：发布时间 + 申请按钮 —— */
.job-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px dashed rgba(0, 0, 0, 0.08);
  flex-wrap: wrap;
}
.job-date {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #8a94a6;
  font-size: 13px;
}
.job-apply-btn {
  padding: 10px 22px;
  font-size: 14px;
}

/* —— 响应式 —— */
@media (max-width: 991px) {
  .job-body-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .job-card .job-head {
    padding: 18px 18px;
    gap: 12px;
  }
  .job-card .job-title {
    font-size: 17px;
    white-space: normal;
  }
  .job-head-meta {
    gap: 12px;
    width: 100%;
    order: 3;
  }
  .job-body {
    padding: 0 18px 20px;
  }
}

/* ===== 项目滑块重构：统一高度、图片铺满、hover 交互、指示器（2026-08-31） ===== */
.projectSliderOne .swiper-slide {
  width: 480px !important;
}
/* 卡片统一高度，防止不同图片高度导致容器参差 */
.projectSliderOne .swiper-slide .project-card.project-card-uniform {
  height: 400px;
}
/* 图片铺满整个卡片高度，等比裁剪不变形 */
.projectSliderOne .swiper-slide .project-card.project-card-uniform .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  transition: transform 0.6s ease;
}
/* hover 交互：图片缓慢放大 + 卡片阴影增强 */
.projectSliderOne .swiper-slide .project-card.project-card-uniform:hover .thumb {
  transform: scale(1.07);
}
.projectSliderOne .swiper-slide .project-card.project-card-uniform:hover {
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
}
/* 指示器（圆点） */
.projectSliderOne-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
}
.projectSliderOne-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #d9dde3;
  opacity: 1;
  transition: all 0.35s ease;
}
.projectSliderOne-pagination .swiper-pagination-bullet-active {
  width: 32px;
  background: var(--theme-color2, #ffb236);
}
/* Small devices */
@media (max-width: 767px) {
  .projectSliderOne .swiper-slide {
    width: 100% !important;
  }
  .projectSliderOne .swiper-slide .project-card.project-card-uniform {
    height: 300px;
  }
}

/* ===== 项目横滚动重构（自定义，独立于 Swiper）（2026-08-31） ===== */
.projectCarouselCustom {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
/* 视口：横向滚动 + 吸附，隐藏原生滚动条 */
.custom-scroll-viewport {
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.custom-scroll-viewport::-webkit-scrollbar {
  display: none;
}
/* 轨道：flex 布局，等距间隙（左右 padding 由 JS 动态居中卡片） */
.custom-scroll-track {
  display: flex;
  gap: 24px;
}
/* 项目项：定宽 + 吸附定位 */
.custom-scroll-item {
  flex: 0 0 480px;
  scroll-snap-align: center;
}
/* 卡片与指示图片样式复用 project-card-uniform 效果 */
.custom-scroll-item .project-card-uniform {
  height: 400px;
}
.custom-scroll-item .project-card-uniform .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.custom-scroll-item .project-card-uniform:hover .thumb {
  transform: scale(1.07);
}
.custom-scroll-item .project-card-uniform:hover {
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
}
/* 导航条：箭头 + 圆点 */
.custom-scroll-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
}
.custom-scroll-nav .cs-btn {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background: #fff;
  color: var(--title-color, #18181b);
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}
.custom-scroll-nav .cs-btn:hover {
  background: var(--theme-color2, #ffb236);
  border-color: var(--theme-color2, #ffb236);
  color: #fff;
}
.custom-scroll-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}
.custom-scroll-dots .cs-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #d9dde3;
  cursor: pointer;
  transition: all 0.35s ease;
}
.custom-scroll-dots .cs-dot.active {
  width: 32px;
  background: var(--theme-color2, #ffb236);
}
/* Small devices */
@media (max-width: 767px) {
  .custom-scroll-item {
    flex-basis: calc(100vw - 40px);
  }
  .custom-scroll-item .project-card-uniform {
    height: 300px;
  }
}

/* ===== 产品分类导航 pills 精致化（2026-08-31） ===== */
.project-wrapper.style2 .nav-pills.pills-nav-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 0 !important;
  padding: 0;
  list-style: none;
}
.project-wrapper.style2 .nav-pills.pills-nav-group > .nav-item {
  margin-right: 0 !important;
}
.project-wrapper.style2 .nav-pills.pills-nav-group .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 22px;
  border: 1.5px solid #e3e6ec;
  border-radius: 999px;
  background: #ffffff;
  color: #14213d;
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1;
  text-transform: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
/* hover：金色描边 + 微亮背景 */
.project-wrapper.style2 .nav-pills.pills-nav-group .nav-link:hover {
  border-color: var(--theme-color2, #ffb236);
  background: #fff8eb;
  color: #14213d;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(255, 178, 54, 0.18);
}
/* 当前栏目：实心金色 + 白字 */
.project-wrapper.style2 .nav-pills.pills-nav-group .nav-link.active,
.project-wrapper.style2 .nav-pills.pills-nav-group .nav-link[aria-current="page"] {
  border-color: var(--theme-color2, #ffb236);
  background: var(--theme-color2, #ffb236);
  color: #ffffff;
  font-weight: 600;
  box-shadow: 0 8px 22px rgba(255, 178, 54, 0.35);
}
.project-wrapper.style2 .nav-pills.pills-nav-group .nav-link.active:hover {
  background: #ffa51f;
  border-color: #ffa51f;
  transform: translateY(-1px);
}
/* Small devices：移动端缩小字号、自动换行居中 */
@media (max-width: 767px) {
  .project-wrapper.style2 .nav-pills.pills-nav-group {
    justify-content: center;
    gap: 10px;
  }
  .project-wrapper.style2 .nav-pills.pills-nav-group .nav-link {
    padding: 8px 18px;
    font-size: 14px;
  }
}

/* ===== 资质图片堆叠式幻灯片：5张同时可见 + 铺满容器100%（2026-09-01 v3） ===== */
.qualification-slider {
  position: relative;
  width: 100%;
  padding: 40px 0  ;
}
.qualification-slider .qs-viewport {
  position: relative;
  width: 100%;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1600px;
  overflow: visible;
}
.qualification-slider .qs-track {
  position: relative;
  width: 100%;
  height: 100%;
}
/* 卡片基础：用 vw 单位，偏移和宽度都相对视口，真正铺满 */
.qualification-slider .qs-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22vw;
  min-width: 200px;
  aspect-ratio: 3 / 4;
  transform: translate(-50%, -50%) scale(0.5);
  transform-origin: center center;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
              opacity 0.45s ease,
              box-shadow 0.4s ease,
              z-index 0s linear 0.35s;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
}
/* 图片容器：让不同宽高比的证书完整显示（contain） */
.qualification-slider .qs-card .qs-card-thumb {
  width: 100%;
  height: 100%;
  padding: 8px;
  box-sizing: border-box;
  background: linear-gradient(145deg, #f5f6f8 0%, #ffffff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.qualification-slider .qs-card .qs-card-thumb img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  user-select: none;
  -webkit-user-drag: none;
}
/* 标题条：active 时显示 */
.qualification-slider .qs-card .qs-card-caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 12px;
  padding: 12px 16px;
  background: rgba(20, 33, 61, 0.88);
  backdrop-filter: blur(6px);
  border-radius: 10px;
  color: #fff;
  transform: translateY(14px);
  opacity: 0;
  transition: all 0.4s ease;
}
.qualification-slider .qs-card .qs-card-caption h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 3px;
  color: #fff;
  line-height: 1.3;
}
.qualification-slider .qs-card .qs-card-caption p {
  font-size: 12px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

/* --- 5 态状态类（vw 单位：真正相对视口铺满） --- */
/* 中心卡 */
.qualification-slider .qs-card.is-active {
  transform: translate(-50%, -50%) scale(1.02);
  opacity: 1;
  z-index: 5;
  pointer-events: auto;
  box-shadow: 0 30px 65px rgba(0, 0, 0, 0.28);
}
.qualification-slider .qs-card.is-active .qs-card-caption {
  transform: translateY(0);
  opacity: 1;
}
/* 中心相邻卡：scale 0.78（视觉比 0.72 更接近 active），偏移 17vw 让外缘靠近中心卡 */
.qualification-slider .qs-card.is-prev-1 {
  transform: translate(-50%, -50%) translateX(-19vw) scale(0.68);
  opacity: 0.7;
  z-index: 4;
  pointer-events: auto;
}
.qualification-slider .qs-card.is-next-1 {
  transform: translate(-50%, -50%) translateX(19vw) scale(0.68);
  opacity: 0.7;
  z-index: 4;
  pointer-events: auto;
}
/* 最外侧卡：scale 0.55，偏移 38vw 让外缘贴到视口边缘（50vw - scale后宽/2） */
.qualification-slider .qs-card.is-prev-2 {
  transform: translate(-50%, -50%) translateX(-30vw) scale(0.45);
  opacity: 0.35;
  z-index: 3;
  pointer-events: auto;
}
.qualification-slider .qs-card.is-next-2 {
  transform: translate(-50%, -50%) translateX(30vw) scale(0.45);
  opacity: 0.35;
  z-index: 3;
  pointer-events: auto;
}
.qualification-slider .qs-card.is-prev-2:hover,
.qualification-slider .qs-card.is-next-2:hover,
.qualification-slider .qs-card.is-prev-1:hover,
.qualification-slider .qs-card.is-next-1:hover {
  opacity: 0.9;
}
.qualification-slider .qs-card.is-hidden {
  transform: translate(-50%, -50%) translateX(0) scale(0.4);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}

/* --- 翻页箭头 --- */
.qualification-slider .qs-arrow {
  position: absolute;
  top: 50%;
  width: 52px;
  height: 52px;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  z-index: 10;
}
.qualification-slider .qs-arrow.qs-prev { left: 12px; }
.qualification-slider .qs-arrow.qs-next { right: 12px; }
.qualification-slider .qs-arrow:hover {
  background: var(--theme-color2, #ffb236);
  border-color: var(--theme-color2, #ffb236);
  color: #fff;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 8px 22px rgba(255, 178, 54, 0.4);
}

/* --- 圆点指示器 --- */
.qualification-slider .qs-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}
.qualification-slider .qs-dots .qs-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.35s ease;
}
.qualification-slider .qs-dots .qs-dot.active {
  width: 30px;
  background: var(--theme-color2, #ffb236);
}

/* --- 响应式 --- */
@media (max-width: 1199px) {
  .qualification-slider .qs-card { width: 24vw; min-width: 180px; }
  .qualification-slider .qs-card.is-prev-1 { transform: translate(-50%, -50%) translateX(-18vw) scale(0.76); }
  .qualification-slider .qs-card.is-next-1 { transform: translate(-50%, -50%) translateX(18vw) scale(0.76); }
  .qualification-slider .qs-card.is-prev-2 { transform: translate(-50%, -50%) translateX(-39vw) scale(0.52); }
  .qualification-slider .qs-card.is-next-2 { transform: translate(-50%, -50%) translateX(39vw) scale(0.52); }
}
@media (max-width: 767px) {
  .qualification-slider .qs-viewport { min-height: 340px; }
  .qualification-slider .qs-card {
    width: 52vw;
    min-width: 0;
    aspect-ratio: 3 / 4;
  }
  /* 手机只显示 3 张，偏移量相应减小 */
  .qualification-slider .qs-card.is-prev-1 { transform: translate(-50%, -50%) translateX(-28vw) scale(0.6); opacity: 0.5; }
  .qualification-slider .qs-card.is-next-1 { transform: translate(-50%, -50%) translateX(28vw) scale(0.6); opacity: 0.5; }
  .qualification-slider .qs-card.is-prev-2,
  .qualification-slider .qs-card.is-next-2 { opacity: 0; pointer-events: none; }
  .qualification-slider .qs-arrow { width: 42px; height: 42px; font-size: 15px; }
  .qualification-slider .qs-arrow.qs-prev { left: 4px; }
  .qualification-slider .qs-arrow.qs-next { right: 4px; }
}

/* ===== 关于柳溪区块精致化（2026-09-01 v2） ===== */
/* 特性清单：整组一个描边容器，条目间用分隔线 */
.about-section .checklist-wrapper {
  background: #ffffff;
  /* border: 1px solid #eef0f4; */
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(20, 33, 61, 0.05);
  padding: 8px 22px;
}
.about-section .checklist-wrapper .checklist {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 13px;
  margin-bottom: 0;
  transition: none;
}
.about-section .checklist-wrapper .checklist + .checklist {
  border-top: 0px dashed #e8ebf0;
}
/* 描述段落：首行缩进两字 */
.about-section .section-title.style4 > p {
  text-indent: 2em;
  line-height: 2.3;
}
/* 视频缩略图：20px 圆角，高度随图片自适应，消除多余空白 */
.about-section .about-video-thumb {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(20, 33, 61, 0.12);
  height: auto !important;
  display: block;
}
.about-section .about-video-thumb img {
  border-radius: 20px;
  width: 100%;
  height: auto !important;
  display: block;
  object-fit: contain !important;
}
/* 播放按钮层：全屏铺满 + flex 居中（覆盖原 6413 行的自身尺寸定位） */
.about-container-wrapper.style2 .about-content .checklist-box .thumb.about-video-thumb .video-box {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== 关于柳溪：左图 + 竖排经验徽标修复（2026-09-01） ===== */
/* 主图：20px 圆角，并提升到 shape/文字的上一层 */
.about-container-wrapper.style2 .about-thumb > img {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  width: 100%;
  height: auto;
  display: block;
}
/* 灰色异形底图与竖排文字保持在下一层 */
.about-container-wrapper.style2 .about-thumb .shape {
  z-index: 1;
}
/* 竖排徽标：脱离 shape，直接以图片为参照，沿左缘竖向排布 */
.about-container-wrapper.style2 .about-thumb .exp-badge {
  position: absolute;
  left: -50px;
  bottom: 70px;
  z-index: 1;
  margin: 0;
  white-space: nowrap;
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 28px;
  font-weight: 600;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
@media (max-width: 767px) {
  .about-container-wrapper.style2 .about-thumb .exp-badge {
    left: -36px;
    bottom: 50px;
    font-size: 20px;
  }
  .about-container-wrapper.style2 .about-thumb .exp-badge .counter-number,
  .about-container-wrapper.style2 .about-thumb .exp-badge .plus {
    font-size: 30px;
  }
}
/* 左上角金色圆形经验徽标 */
.about-container-wrapper.style2 .about-thumb .exp-counter {
  position: absolute;
  top: -28px;
  left: -58px;
  z-index: 4;
  width: 150px;
  height: 150px;
  background: #fcbf4a;
  border: 5px solid #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 22px;
  box-shadow: 0 10px 24px rgba(252, 191, 74, 0.4);
}
.about-container-wrapper.style2 .about-thumb .exp-counter h2 {
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 52px;
  font-weight: 900;
  line-height: 56px;
  margin: 0;
}
.about-container-wrapper.style2 .about-thumb .exp-counter p {
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  margin: 4px 0 0;
}
@media (max-width: 767px) {
  .about-container-wrapper.style2 .about-thumb .exp-counter {
    top: -20px;
    left: -20px;
    width: 120px;
    height: 120px;
    padding-top: 18px;
  }
  .about-container-wrapper.style2 .about-thumb .exp-counter h2 {
    font-size: 42px;
    line-height: 44px;
  }
}

/* ===== 联系方式：文字缩小 + 电话放大 + 个性数字字体（2026-09-01） ===== */
.about-container-wrapper.style2 .contact-wrapper .contact-us-text .mb-1 {
  font-size: 13px;
  margin-bottom: 4px !important;
  color: #6b7280;
  font-weight: 500;
}
.about-container-wrapper.style2 .contact-wrapper .contact-us-text h4 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.5px;
}
/* 个性数字字体：优先使用科技感数字体系，兼容缺失时降级 */
.about-container-wrapper.style2 .contact-wrapper .contact-us-text h4 a {
  font-family: "DIN Alternate", "Bahnschrift", "Arial Narrow", "Segoe UI", sans-serif;
  font-weight: 800;
  color: #14213d;
  background: linear-gradient(120deg, #14213d 0%, #fcbf4a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.about-container-wrapper.style2 .contact-wrapper .contact-us-text h4 a:hover {
  color: var(--theme-color2, #ffb236);
  -webkit-text-fill-color: var(--theme-color2, #ffb236);
}

/* ===== Header 咨询热线：与首页联系方式同款数字字体效果（2026-09-01） ===== */
.header-layout1 .header-button .info-text h4 a {
  font-family: "DIN Alternate", "Bahnschrift", "Arial Narrow", "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.5px;
  color: #14213d;
  background: linear-gradient(120deg, #14213d 0%, #fcbf4a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.header-layout1 .header-button .info-text h4 a:hover {
  color: var(--theme-color2, #ffb236);
  -webkit-text-fill-color: var(--theme-color2, #ffb236);
}

/* ===== 合作客户 Logo 网格：统一尺寸 + 一行6个 + 响应式（2026-09-01） ===== */
.brand-static-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  align-items: stretch;
}
.brand-static-grid .brand-grid-item {
  background: #ffffff;
  border: 1px solid #eef0f4;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3 / 2;
  padding:6px 10px;
  box-shadow: 0 4px 14px rgba(20, 33, 61, 0.04);
  transition: all 0.3s ease;
}
.brand-static-grid .brand-logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-static-grid .brand-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.brand-static-grid .brand-grid-item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 178, 54, 0.5);
  box-shadow: 0 10px 24px rgba(20, 33, 61, 0.10);
}
/* 说明文字：独占一整行，弱化展示 */
.brand-static-grid .brand-grid-note {
  grid-column: 1 / -1;
  margin: 0 0 6px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 1199px) {
  .brand-static-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 767px) {
  .brand-static-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
}
@media (max-width: 420px) {
  .brand-static-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ===== Header 搜索放大镜按钮（2026-09-01） ===== */
.header-layout1 .header-button .header-search-trigger {
  width: 52px;
  height: 52px;
  border: 1px solid #eef0f4;
  border-radius: 12px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 10px;
  transition: all 0.3s ease;
  vertical-align: middle;
}
.header-layout1 .header-button .header-search-trigger .search-icon {
  color: #14213d;
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
}
.header-layout1 .header-button .header-search-trigger:hover {
  border-color: var(--theme-color2, #ffb236);
  color: #ffffff;
  background: var(--theme-color2, #ffb236);
  transform: translateY(-2px);
}
.header-layout1 .header-button .header-search-trigger:hover .search-icon {
  color: #ffffff;
}

/* ===== 全屏搜索遮罩弹层（2026-09-01） ===== */
.header-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgba(10, 16, 31, 0.92);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.header-search-overlay.hs-open {
  opacity: 1;
  visibility: visible;
}
.header-search-overlay .hs-close {
  position: absolute;
  top: 28px;
  right: 32px;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: transparent;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.header-search-overlay .hs-close:hover {
  background: var(--theme-color2, #ffb236);
  border-color: var(--theme-color2, #ffb236);
  transform: rotate(90deg);
}
.header-search-overlay .hs-form {
  width: min(760px, 86vw);
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  transition: border-color 0.3s ease;
}
.header-search-overlay .hs-form:focus-within {
  border-color: var(--theme-color2, #ffb236);
}
.header-search-overlay .hs-input {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: #ffffff;
  font-size: 30px;
  padding: 16px 10px;
  letter-spacing: 1px;
}
.header-search-overlay .hs-input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.header-search-overlay .hs-submit {
  width: 60px;
  height: 60px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 26px;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
}
.header-search-overlay .hs-submit:hover {
  color: var(--theme-color2, #ffb236);
  transform: scale(1.12);
}
@media (max-width: 767px) {
  .header-search-overlay .hs-input { font-size: 22px; }
  .header-search-overlay .hs-close { top: 18px; right: 18px; width: 44px; height: 44px; font-size: 18px; }
}

/* ===== 漂浮社交客服（数据源 /api/social-float/config.php，2026-09-01） ===== */
.sf-float-wrap {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.sf-float-wrap.sf-left  { left: 16px; }
.sf-float-wrap.sf-right { right: 16px; }
.sf-float-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.sf-float-wrap.sf-collapsed .sf-float-list {
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
}
/* 主开关按钮 */
.sf-float-toggle {
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #fcbf4a 0%, #ffb236 100%);
  color: #ffffff;
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(252, 191, 74, 0.45);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sf-float-toggle:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 26px rgba(252, 191, 74, 0.6);
}
.sf-float-toggle .sf-close-icon { display: none; }
.sf-float-wrap:not(.sf-collapsed) .sf-float-toggle .sf-open-icon { display: none; }
.sf-float-wrap:not(.sf-collapsed) .sf-float-toggle .sf-close-icon { display: inline; }
/* 单个渠道按钮 */
.sf-float-item {
  position: relative;
  width: 56px;
  height: 56px;
  border: 1px solid #eef0f4;
  border-radius: 50%;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(20, 33, 61, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.sf-float-item img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
}
.sf-float-item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 178, 54, 0.5);
  box-shadow: 0 10px 22px rgba(20, 33, 61, 0.16);
  z-index: 2;
}
.sf-float-item .sf-tip {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  background: rgba(20, 33, 61, 0.92);
  color: #ffffff;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.sf-float-wrap.sf-right .sf-tip { right: calc(100% + 12px); }
.sf-float-wrap.sf-left  .sf-tip { left: calc(100% + 12px); }
.sf-float-item:hover .sf-tip { opacity: 1; }
/* 二维码弹层 */
.sf-qr-mask {
  position: fixed;
  inset: 0;
  z-index: 100001;
  background: rgba(10, 16, 31, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.sf-qr-mask.sf-show { opacity: 1; visibility: visible; }
.sf-qr-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  text-align: center;
  width: 300px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  transform: translateY(14px);
  transition: transform 0.3s ease;
}
.sf-qr-mask.sf-show .sf-qr-box { transform: translateY(0); }
.sf-qr-box img { width: 220px; height: 220px; object-fit: contain; border: 1px solid #f0f1f4; border-radius: 8px; }
.sf-qr-box .sf-qr-name { margin: 14px 0 2px; font-size: 16px; font-weight: 700; color: #14213d; }
.sf-qr-box .sf-qr-text { margin: 0; font-size: 13px; color: #6b7280; }
.sf-qr-close {
  margin-top: 16px;
  border: 1px solid #e3e6ec;
  background: #ffffff;
  color: #14213d;
  padding: 8px 22px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.3s ease;
}
.sf-qr-close:hover { background: var(--theme-color2, #ffb236); border-color: var(--theme-color2, #ffb236); color: #ffffff; }
@media (max-width: 767px) {
  .sf-float-wrap.sf-left  { left: 10px; }
  .sf-float-wrap.sf-right { right: 10px; }
  .sf-float-toggle, .sf-float-item { width: 48px; height: 48px; }
  .sf-float-item img { width: 22px; height: 22px; }
}

/* ===== 内页面包屑横幅优化：1920x450 图自适应 PC/移动端（2026-09-01） ===== */
/* 高度按图片比例（450/1920≈23.4vw）计算，显示更多画面而非窄条 */
.breadcrumb-wrapper .breadcumb {
  display: flex;
  align-items: center;
  min-height: clamp(240px, 23.4vw, 450px);
  padding: 40px 0;
}
/* 遮罩由 80% 纯色改为渐变：左侧/底部加深保证文字可读，右侧透出图片 */
.breadcrumb-wrapper .breadcumb::before {
  background: linear-gradient(90deg, rgba(10, 22, 40, 0.78) 0%, rgba(10, 22, 40, 0.45) 45%, rgba(10, 22, 40, 0.18) 100%);
  z-index: 1;
}
.breadcrumb-wrapper .breadcumb .row {
  position: relative;
  z-index: 2;
  width: 100%;
}
.breadcrumb-wrapper .page-heading h1 {
  font-size: clamp(24px, 2.4vw, 40px);
  line-height: 1.3;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
.breadcrumb-wrapper .page-heading .tw-gap-4 {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .breadcumb {
    min-height: clamp(180px, 42vw, 260px);
    padding: 28px 0;
    margin-top: 76px; /* 收窄原120px的顶部空隙 */
  }
  .breadcrumb-wrapper .breadcumb::before {
    /* 移动端图片更小，遮罩整体加深保证标题可读 */
    background: linear-gradient(180deg, rgba(10, 22, 40, 0.55) 0%, rgba(10, 22, 40, 0.72) 100%);
  }
}

/* ===== 内页面包屑标题左下角左对齐（单页模板，2026-09-01） ===== */
.breadcrumb-wrapper .page-heading.bl-start {
  text-align: left;
}
.breadcrumb-wrapper .page-heading.bl-start .bl-crumb {
  flex-wrap: wrap;
}

/* ============================================================
   案例列表：栏目分组（list_case2.htm channelart typeid=96）
   说明：每个子栏目 = 深蓝+金色工业风区块；顶部分行
       显示栏目名称(+金色徽标)与右侧「更多」按钮，中段显示栏目内容，
       底部一行文档卡片（等宽弹性、图片等比铺满、悬停上浮+缩放）。
   日期：2026-09-02
   ============================================================ */
.case-channel-list {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
/* 单个栏目区块：白底圆角描边卡片，左侧金色竖线引导 */
.case-channel-block {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-left: 4px solid var(--theme-color2, #fcbf4a);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(20, 33, 61, 0.06);
  padding: 26px 28px 30px;
  overflow: hidden;
  transition: box-shadow 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}
.case-channel-block:hover {
  box-shadow: 0 18px 40px rgba(20, 33, 61, 0.1);
  transform: translateY(-3px);
  border-color: rgba(255, 178, 54, 0.4);
}
/* 头部：名称(左) + 更多(右) */
.case-channel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(20, 33, 61, 0.07);
  padding-bottom: 16px;
  margin-bottom: 18px;
}
.case-channel-title {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
/* 小徽标：金色描边胶囊 */
.case-channel-badge {
  flex-shrink: 0;
  padding: 5px 12px;
  border: 1px solid var(--theme-color2, #fcbf4a);
  border-radius: 999px;
  color: #c78a1a;
  background: rgba(252, 191, 74, 0.12);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
}
/* 栏目名称：深蓝 + 悬停金 */
.case-channel-name {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
  color: #14213d;
  letter-spacing: 0.01em;
}
.case-channel-name a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.case-channel-name a:hover {
  color: var(--theme-color2, #ffb236);
}
/* 「更多」按钮：金色圆角胶囊 */
.case-channel-more {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 999px;
  border: 1.5px solid var(--theme-color2, #ffb236);
  background: #ffffff;
  color: #14213d;
  font-size: 14.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.case-channel-more i {
  transition: transform 0.3s ease;
}
.case-channel-more:hover {
  background: var(--theme-color2, #ffb236);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(255, 178, 54, 0.35);
}
.case-channel-more:hover i {
  transform: translateX(4px);
}
/* 栏目内容（简介），空值隐藏 */
.case-channel-intro {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.85;
  color: #55607a;
}
.case-channel-intro:empty {
  display: none;
}
/* 文档行：固定 4 列栅格（row=4 时恰好一行4个） */
.case-channel-docs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
/* 文档卡片：等比缩略图 + 信息区 */
.case-doc-card {
  display: flex;
  flex-direction: column;
  background: #f9fafc;
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.case-doc-thumb {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eef1f5;
}
.case-doc-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.case-doc-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 14px 14px;
}
.case-doc-date {
  font-size: 12px;
  color: #9aa1ad;
  letter-spacing: 0.03em;
}
.case-doc-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  color: #14213d;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}
.case-doc-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 178, 54, 0.5);
  box-shadow: 0 12px 26px rgba(20, 33, 61, 0.12);
}
.case-doc-card:hover .case-doc-thumb img {
  transform: scale(1.08);
}
.case-doc-card:hover .case-doc-title {
  color: var(--theme-color2, #ffb236);
}
/* 响应式：平板 2 列、窄屏单列 */
@media (max-width: 767px) {
  .case-channel-block {
    padding: 20px 18px 22px;
  }
  .case-channel-name {
    font-size: 21px;
  }
  .case-channel-docs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 420px) {
  .case-channel-docs {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   案例列表栏目导语（list_case.htm .case-intro-content）
   说明：为 {category_content} 富文本（标题/段落/列表/图片/引用/
   表格/链接）统一定义中文友好排版，白卡 + 金色装饰，契合工业风。
   日期：2026-09-02
   ============================================================ */
.case-intro-content {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(20, 33, 61, 0.07);
  border-left: 4px solid var(--theme-color2, #fcbf4a);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(20, 33, 61, 0.06);
  padding: 30px 34px;
  margin-bottom: 30px;
  color: #4a5361;
  font-size: 15px;
  line-height: 1.9;
}
/* 段内文字与链接 */
.case-intro-content p {
  margin: 0 0 14px;
  line-height: 1.9;
  color: #4a5361;
}
.case-intro-content p:last-child {
  margin-bottom: 0;
}
.case-intro-content a {
  color: var(--theme-color, #002f49);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.25s ease;
}
.case-intro-content a:hover {
  color: var(--theme-color2, #ffb236);
}
.case-intro-content strong,
.case-intro-content b {
  color: #14213d;
  font-weight: 700;
}
/* 标题：深蓝 + 金色短线装饰 */
.case-intro-content h1,
.case-intro-content h2,
.case-intro-content h3,
.case-intro-content h4,
.case-intro-content h5,
.case-intro-content h6 {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #14213d;
  font-weight: 800;
  line-height: 1.3;
  margin: 26px 0 14px;
}
.case-intro-content h1:not(:first-child),
.case-intro-content h2:not(:first-child),
.case-intro-content h3:not(:first-child),
.case-intro-content h4:not(:first-child),
.case-intro-content h5:not(:first-child),
.case-intro-content h6:not(:first-child) {
  margin-top: 34px;
}
.case-intro-content h1::before,
.case-intro-content h2::before,
.case-intro-content h3::before,
.case-intro-content h4::before,
.case-intro-content h5::before,
.case-intro-content h6::before {
  content: "";
  flex-shrink: 0;
  width: 5px;
  height: 1.1em;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--theme-color2, #fcbf4a), #d9b45b);
}
.case-intro-content h1 { font-size: 26px; }
.case-intro-content h2 { font-size: 23px; }
.case-intro-content h3 { font-size: 20px; }
.case-intro-content h4 { font-size: 18px; }
.case-intro-content h5 { font-size: 16px; }
.case-intro-content h6 { font-size: 15px; }
/* 列表 */
.case-intro-content ul,
.case-intro-content ol {
  padding-left: 24px;
  margin: 0 0 16px;
}
.case-intro-content ul li,
.case-intro-content ol li {
  line-height: 1.95;
  margin-bottom: 6px;
}
.case-intro-content ul li::marker {
  color: var(--theme-color2, #ffb236);
}
.case-intro-content ol li::marker {
  color: var(--theme-color2, #ffb236);
  font-weight: 700;
}
/* 图片：圆角 + 柔和阴影 */
.case-intro-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(20, 33, 61, 0.1);
  margin: 8px 0 16px;
}
/* 引用块：左金线 + 浅金底 */
.case-intro-content blockquote {
  margin: 22px 0;
  padding: 18px 24px;
  border-left: 4px solid var(--theme-color2, #fcbf4a);
  background: rgba(252, 191, 74, 0.08);
  border-radius: 0 12px 12px 0;
  color: #14213d;
  font-size: 15.5px;
  font-style: italic;
}
.case-intro-content blockquote p {
  margin: 0;
  color: inherit;
}
/* 表格 */
.case-intro-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
  font-size: 14.5px;
}
.case-intro-content table th,
.case-intro-content table td {
  border: 1px solid #e6e8ef;
  padding: 10px 14px;
  text-align: left;
}
.case-intro-content table th {
  background: rgba(252, 191, 74, 0.12);
  color: #14213d;
  font-weight: 700;
}
.case-intro-content table tr:nth-child(even) td {
  background: #fafbfc;
}
/* 分割线 */
.case-intro-content hr {
  border: 0;
  border-top: 1px dashed rgba(20, 33, 61, 0.12);
  margin: 22px 0;
}
/* 窄屏收紧内边距 */
@media (max-width: 575px) {
  .case-intro-content {
    padding: 22px 20px;
  }
}

/* ============================================================
   移动端头部固定定位补偿（2026-09-02）
   说明：≤991px 时 .header-layout1 为 position:fixed 悬浮顶部，
   脱离文档流会遮住各页面顶部内容（首页 banner 最明显）。
   此处为 body 增加等高内边距占位：logo 60px + 上下内边距 33px = 93px。
   ============================================================ */
@media (max-width: 991px) {
  body.bg-body-color {
    padding-top: 93px;
  }
  /* 侧滑菜单自身保持全屏 fixed，不受影响 */
  .et-menu-wrapper {
    padding-top: 0;
  }
}