@font-face {
  font-family: "Helvetica LT Std";
  src: url("../fonts/HelveticaLTStd-Bold.woff2") format("woff2"), url("../fonts/HelveticaLTStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica LT Std";
  src: url("../fonts/HelveticaLTStd-Light.woff2") format("woff2"), url("../fonts/HelveticaLTStd-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

*,
*:focus {
  outline: none !important;
}

:root {
  --color1: #454B51;
  --colorDark: #000;
  --border-radius: 10px;
  --color2: #f5f5f5;
  --color3: #0f0f0f;
  --color4: #272724;
  --color5: #b60f2e;
  --color6: #F05423;
  --color7: #F8F8F8;
  --colorDark: #000;
  --shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

body {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 16px;
}

.max-full {
  max-width: 100% !important;
}

.site-margin {
  margin-bottom: clamp(50px, 8.57vw, 120px);
}

.block-title {
  font-size: clamp(28px, 2.57vw, 30px);
  font-weight: 400;
}

.site-text .small-title {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.site-text .sub-title {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 4px solid var(--color6);
  margin-bottom: 24px;
}
.site-text .title {
  position: relative;
  font-size: clamp(28px, 2.57vw, 30px);
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 24px;
}
.site-text .title-2 {
  position: relative;
  font-size: clamp(22px, 2.14vw, 24px);
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 24px;
}
.site-text .title-2-line {
  margin-bottom: 24px;
  padding-bottom: 5px;
}
.site-text .title-2-line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background-color: var(--color6);
  width: 50px;
}
.site-text .title-3 {
  position: relative;
  font-size: clamp(20px, 1.71vw, 22px);
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 5px;
}
.site-text .title-3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background-color: var(--color6);
  width: 50px;
}
.site-text .title-4 {
  position: relative;
  display: inline-block;
  font-size: clamp(30px, 2.57vw, 34px);
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 24px;
}
.site-text .desc {
  margin-bottom: 24px;
}
.site-text .desc p {
  font-size: clamp(15px, 1.21vw, 17px);
  line-height: 1.7;
  color: #000f1e;
}
.site-text .desc p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.site-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: clamp(40px, 3.43vw, 48px);
  padding: 0 clamp(25px, 3.21vw, 45px);
  background-color: var(--color6);
  color: #fff;
  font-size: clamp(14px, 1.14vw, 16px);
  border-radius: 50px;
  transition: all 0.4s;
  border: 0;
}
.site-button:not(.site-button-no-hover):hover {
  box-shadow: var(--shadow);
  background-color: var(--color2);
  color: #000;
}
.site-button-light {
  background-color: var(--color2);
  color: #000;
}
.site-button-light:hover {
  box-shadow: var(--shadow);
  background-color: var(--color6);
  border-color: var(--color6);
  color: #fff;
}
.site-button-small {
  font-size: 12px;
  padding: 0 20px;
  height: 35px;
}
.site-button-outline {
  background-color: transparent;
  border: 1px solid #fff;
}

.site-color {
  color: var(--color1);
}

.slider-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.swiper-arrow {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.swiper-arrow > div {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin: 0;
}
.swiper-arrow > div::after {
  font-size: 22px;
  color: #000;
}
.swiper-arrow .swiper-button-prev:after,
.swiper-arrow .swiper-button-next:after {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.swiper-arrow .swiper-button-prev:after {
  content: "\f12f";
}
.swiper-arrow .swiper-button-next:after {
  content: "\f138";
}

.modal-content {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(2px);
  border-radius: 0;
  color: #fff;
  padding-top: clamp(60px, 7.14vw, 100px);
}
.modal-content .btn-close {
  background-color: transparent;
  opacity: 1;
  width: clamp(55px, 5.36vw, 75px);
  height: clamp(30px, 2.86vw, 40px);
  position: absolute;
  right: 30px;
  top: 15px;
  border: 1px solid #fff;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  background-size: 10px;
  background-color: #fff;
}
.modal-content .modal-custom-wrapper form input:not([type=checkbox]),
.modal-content .modal-custom-wrapper form textarea {
  backdrop-filter: blur(16px);
  background-color: #fff;
  border: 0;
  border: 1px solid #f1f1f1;
  border-radius: var(--border-radius);
  color: #000 !important;
}
.modal-content .modal-custom-wrapper form input:not([type=checkbox]) {
  height: 45px;
}
.modal-content .modal-custom-wrapper form textarea {
  height: 130px;
}
.modal-content .modal-custom-wrapper form .form-check {
  color: #000;
}

.text-effect .splitting .char,
.aos-animate .splitting .char {
  animation: slide-in-1 1s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(60ms * var(--char-index));
}

@keyframes slide-in-1 {
  from {
    transform: translateY(-1em) rotate(-0.2turn) scale(0.5);
    opacity: 0;
  }
}
@keyframes slide-in-2 {
  from {
    transform: translateY(1em);
    opacity: 0;
  }
}
@keyframes slide-in-3 {
  from {
    transform: translateX(-0.5em);
    opacity: 0;
  }
}
@media (min-width: 1680px) {
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: calc(100% - 148px) !important;
  }
}
@media (min-width: 1366px) and (max-width: 1679px) {
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: calc(100% - 108px) !important;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: calc(100% - 68px) !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: calc(100% - 96px) !important;
  }
}
:root {
  --headerHeight: 40px;
  --menuFontSize: 16px;
  --menuFontSizeSmall: 14px;
  --headerColor: #000;
}

body.overflow-hidden .header-1:has(.sticky) #header-container {
  inset: 0;
}

.header-1 {
  position: absolute;
  z-index: 61;
  left: 0;
  right: 0;
  top: 0;
}
.header-1 #header-container.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  animation-name: fadeInDown;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  background: #fff;
  box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.05);
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-1 #header-container.sticky::before {
  content: "";
}
.header-1 #header-container.sticky .logo img {
  height: 50px;
}
.header-1 #header-container.sticky .new-menu .new-menu-ul > li > a,
.header-1 #header-container.sticky .new-menu-button,
.header-1 #header-container.sticky .mobile-menu-trigger {
  color: var(--headerColor);
}
.header-1 #header-container.sticky .menu-right .social i,
.header-1 #header-container.sticky .menu-right .search-button i,
.header-1 #header-container.sticky .menu-right .dropdown-language button {
  color: #000;
}
@media (min-width: 992px) {
  .header-1 #header-container.sticky .new-menu .new-menu-ul {
    background-color: rgba(0, 15, 30, 0.0509803922);
    border: 1px solid rgba(0, 15, 30, 0.0509803922);
  }
}
.header-1 .header-middle .dropdown-language button {
  display: flex;
  align-items: center;
  background: none;
  gap: 10px;
  border: 0;
  padding: 0;
  color: #fff;
  font-size: var(--menuFontSize);
  font-weight: 400;
}
.header-1 .header-middle .dropdown-language ul {
  width: 42px;
  min-width: auto;
  border-radius: 0;
  text-align: center;
}
.header-1 .header-middle .dropdown-language ul li a {
  color: var(--headerColor);
  font-size: 15px;
}
.header-1 .header-middle .search-button i {
  color: #fff;
}
.header-1 .header-middle .social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-1 .header-middle .social i {
  color: #fff;
}
.header-1 .logo {
  display: inline-block;
}
.header-1 .logo img {
  height: clamp(40px, 4.64vw, 60px);
  max-width: 100%;
}
.header-1 .new-menu-button,
.header-1 .mobile-menu-trigger {
  align-items: center;
  gap: 10px;
  background-color: transparent;
  border: 0;
  padding: 0;
  font-size: 22px;
  line-height: 1;
  color: #fff;
}
.header-1 .new-menu-button i,
.header-1 .mobile-menu-trigger i {
  font-size: 30px;
}
@media (max-width: 991px) {
  .header-1 .new-menu {
    display: none;
  }
  .header-1 .new-menu .new-menu-wrapper {
    height: 100%;
    background: #EDEDED;
  }
  .header-1 .new-menu .new-menu-button-close,
  .header-1 .new-menu .back-button {
    width: 100%;
    justify-content: space-between !important;
    padding: 0 10px !important;
    height: 80px;
    margin-bottom: 30px;
    color: var(--headerColor);
  }
  .header-1 .new-menu .new-menu-button-close i,
  .header-1 .new-menu .back-button i {
    margin-left: auto;
  }
  .header-1 .new-menu .new-menu-button-close::before,
  .header-1 .new-menu .back-button::before {
    content: "";
    background: url(../images/logo.svg) no-repeat center left/auto 100%;
    display: block;
    height: 60px;
    width: 150px;
    display: none;
  }
}
.header-1 .new-menu.active {
  position: fixed;
  inset: 0;
  z-index: 61;
  display: block;
}
@media (min-width: 992px) {
  .header-1 .new-menu.active {
    display: flex;
    align-items: center;
  }
}
.header-1 .new-menu .new-menu-button-close {
  position: absolute;
  right: 15px;
  top: 35px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  border: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1;
}
.header-1 .new-menu .new-menu-button-close i {
  font-size: 30px;
}
@media (max-width: 991px) {
  .header-1 .new-menu .new-menu-button-close {
    position: relative;
    margin-left: auto;
    top: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .header-1 .new-menu .new-menu-button-close {
    display: none;
  }
}
.header-1 .new-menu .back-button {
  display: none;
}
@media (max-width: 991px) {
  .header-1 .new-menu .back-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    background-color: transparent;
    border: 0;
    font-size: 18px;
    line-height: 1;
  }
}
.header-1 .new-menu .new-menu-ul {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .header-1 .new-menu .new-menu-ul {
    backdrop-filter: blur(20px);
    background-color: rgba(0, 15, 30, 0.4509803922);
    border-radius: 100px;
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .header-1 .new-menu .new-menu-ul {
    flex-direction: column;
    width: 100%;
  }
}
.header-1 .new-menu .new-menu-ul,
.header-1 .new-menu .new-menu-ul * {
  list-style: none;
}
.header-1 .new-menu .new-menu-ul li {
  position: relative;
}
.header-1 .new-menu .new-menu-ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.header-1 .new-menu .new-menu-ul li a i::after {
  content: "\f285";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
@media (min-width: 992px) {
  .header-1 .new-menu .new-menu-ul a {
    position: relative;
  }
  .header-1 .new-menu .new-menu-ul a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    width: 0;
    margin: 0 auto;
    height: 4px;
    background-color: var(--color1);
    transition: 0.4s;
    border-radius: 4px;
  }
}
@media (max-width: 991px) {
  .header-1 .new-menu .new-menu-ul a {
    border-bottom: 1px solid #515151;
  }
}
@media (min-width: 992px) {
  .header-1 .new-menu .new-menu-ul > li:hover > a::before {
    width: 50px;
  }
  .header-1 .new-menu .new-menu-ul > li:hover > a + ul {
    opacity: 1;
    visibility: visible;
    transform: translatey(0);
  }
}
.header-1 .new-menu .new-menu-ul > li > a {
  font-size: var(--menuFontSize);
  color: #fff;
  font-weight: 400;
}
@media (min-width: 992px) {
  .header-1 .new-menu .new-menu-ul > li > a {
    height: var(--headerHeight);
  }
  .header-1 .new-menu .new-menu-ul > li > a i {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-1 .new-menu .new-menu-ul > li > a {
    padding: 8px 0;
    color: var(--headerColor);
  }
}
.header-1 .new-menu .new-menu-ul > li > a + ul {
  display: none;
}
@media (min-width: 992px) {
  .header-1 .new-menu .new-menu-ul > li > a + ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    padding: 5px 3px;
    border-radius: 8px;
    min-width: 270px;
    box-shadow: 0 10.5px 20px rgba(0, 0, 0, 0.09);
    transition: 0.3s;
    z-index: 4;
    transform: translateY(28px);
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
@media (max-width: 991px) {
  .header-1 .new-menu .new-menu-ul > li > a + ul.active {
    display: block;
    position: fixed;
    background: #fff url(../images/menu-bg.jpg) no-repeat center/cover;
    inset: 0;
    z-index: 80;
    overflow: auto;
  }
}
.header-1 .new-menu .new-menu-ul > li > a + ul > li:hover > a {
  background-color: rgba(0, 15, 30, 0.0509803922);
  color: #000F1E;
  border-radius: 6px;
}
@media (min-width: 992px) {
  .header-1 .new-menu .new-menu-ul > li > a + ul > li:hover > a::before {
    display: none;
  }
  .header-1 .new-menu .new-menu-ul > li > a + ul > li:hover > a + ul {
    display: block;
    box-shadow: 0 10.5px 20px rgba(0, 0, 0, 0.09);
  }
}
.header-1 .new-menu .new-menu-ul > li > a + ul > li > a {
  font-size: var(--menuFontSizeSmall);
  color: var(--headerColor);
  padding: 8px 15px;
}
.header-1 .new-menu .new-menu-ul > li > a + ul > li > a + ul {
  display: none;
}
@media (min-width: 992px) {
  .header-1 .new-menu .new-menu-ul > li > a + ul > li > a + ul {
    position: absolute;
    left: 100%;
    top: -5px;
    min-width: 270px;
    background: #fff;
    padding: 5px 3px;
    border-radius: 8px;
  }
  .header-1 .new-menu .new-menu-ul > li > a + ul > li > a + ul a {
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .header-1 .new-menu .new-menu-ul > li > a + ul > li > a + ul.active {
    display: block;
    position: fixed;
    background: #fff url(../images/menu-bg.jpg) no-repeat center/cover;
    inset: 0;
    z-index: 81;
    overflow: auto;
  }
}
.header-1 .new-menu .new-menu-ul > li > a + ul > li > a + ul > li > a {
  font-size: var(--menuFontSizeSmall);
  color: var(--headerColor);
  padding: 8px 15px;
}
.header-1 .new-menu .new-menu-ul > li > a + ul > li > a + ul > li:hover > a {
  background-color: rgba(0, 15, 30, 0.0509803922);
  color: #000F1E;
  border-radius: 6px;
}
@media (min-width: 992px) {
  .header-1 .new-menu .new-menu-ul > li > a + ul > li > a + ul > li:hover > a::before {
    display: none;
  }
  .header-1 .new-menu .new-menu-ul > li > a + ul > li > a + ul > li:hover > a + ul {
    display: block;
    box-shadow: 0 10.5px 20px rgba(0, 0, 0, 0.09);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.search-full {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  overflow: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  margin: 0;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.search-full.active {
  display: flex !important;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.search-full #close-btn {
  position: fixed;
  display: block;
  right: 20px;
  top: 22px;
  cursor: pointer;
}
.search-full #close-btn i {
  font-size: 28px;
}
.search-full #search-form {
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .search-full #search-form {
    width: 90%;
  }
}
.search-full #search-form #search-text {
  width: 100%;
  height: 60px;
  color: #fff;
  background: transparent;
  font-size: 22px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  padding: 0;
}
.search-full #search-form #search-text::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.search-full #search-form #search-text::placeholder {
  opacity: 1;
  color: #fff;
}
.search-full #search-form [type=submit] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 10px;
  background: none;
  color: #fff;
  padding: 0;
  border: 0;
}
.search-full #search-form [type=submit] i {
  font-size: 22px;
}

:not(:has(#home-page-detected)) .header-1 {
  position: relative;
}
:not(:has(#home-page-detected)) .header-1 .header-middle .social i,
:not(:has(#home-page-detected)) .header-1 .header-middle .search-button i {
  color: var(--headerColor);
}
@media (min-width: 992px) {
  :not(:has(#home-page-detected)) .header-1 #header-container .new-menu .new-menu-ul {
    background-color: rgba(0, 15, 30, 0.0509803922);
    border: 1px solid rgba(0, 15, 30, 0.0509803922);
  }
}
:not(:has(#home-page-detected)) .header-1 #header-container .new-menu .new-menu-ul > li > a,
:not(:has(#home-page-detected)) .header-1 #header-container .new-menu-button,
:not(:has(#home-page-detected)) .header-1 #header-container .mobile-menu-trigger {
  color: var(--headerColor);
}

/*####################*/
body.active {
  overflow: hidden;
}
body.active .header-2 .logo img {
  filter: none;
}
body.active .header-2 .menu-button,
body.active .header-2 .social a {
  color: #000;
}
body.active .fixed-menu {
  transform: translateY(0);
}
body.active #fixed-menu-close {
  display: block;
}
body.active #fixed-menu-close + div {
  display: none;
}
body.active .fixed-menu .social a {
  color: #000;
}

#fixed-menu-close {
  display: none;
  font-size: 32px;
}

.header-2 {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
.header-2 #header-container {
  padding: 15px 0;
}
.header-2 #header-container.sticky {
  background-color: #ededed;
  padding: 10px 0;
}
.header-2 #header-container.sticky .logo img {
  filter: none;
}
.header-2 #header-container.sticky .menu-button,
.header-2 #header-container.sticky .social a {
  color: #000;
}
.header-2 #header-container.sticky .menu-button span::before,
.header-2 #header-container.sticky .menu-button span::after {
  background-color: #000;
}
.header-2 .social {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.14vw, 30px);
}
.header-2 .social a {
  color: #fff;
  font-size: clamp(16px, 1.57vw, 22px);
}
.header-2 .social a i,
.header-2 .social a i::before {
  display: block;
}
.header-2 .logo img {
  filter: brightness(0) invert(1);
  height: clamp(40px, 4.64vw, 55px);
}
.header-2 .menu-button {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 400;
}
.header-2 .menu-button span {
  position: relative;
}
.header-2 .menu-button span::before, .header-2 .menu-button span::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #fff;
  margin: 8px 0;
}
.header-2 .menu-button span::before {
  width: 40px;
}
.header-2 .menu-button span::after {
  width: 20px;
  transition: 0.4s;
}
.header-2 .menu-button:hover span::after {
  width: 40px;
}

.fixed-menu {
  position: fixed;
  inset: 0;
  z-index: 49;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background-color: #ededed;
  padding: 0 clamp(16px, 7.14vw, 100px);
  transform: translateY(-100%);
  transition: 1s;
}
.fixed-menu-items-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.fixed-menu-items-1 a {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 24px;
}
.fixed-menu-items-1 a::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
  transition: 0.4s;
}
.fixed-menu-items-1 a:hover::before {
  width: 100%;
}
.fixed-menu-items-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(10px, 1.43vw, 20px);
}
@media (min-width: 768px) {
  .fixed-menu-items-2 {
    margin-right: 150px;
  }
}
.fixed-menu-items-2 span {
  color: #fff;
  font-size: clamp(16px, 1.71vw, 24px);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 300;
}
.fixed-menu-items-2 a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: clamp(16px, 1.71vw, 24px);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 200;
}
.fixed-menu-items-2 a::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  transition: 0.4s;
}
.fixed-menu-items-2 a:hover::before {
  width: 100%;
}
.fixed-menu .social {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.fixed-menu .social a {
  color: #fff;
  font-size: 22px;
}
.fixed-menu .social a i,
.fixed-menu .social a i::before {
  display: block;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  visibility: hidden;
  overflow: hidden;
  display: block;
}
.mobile-menu-overlay .mobile-menu-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  transform: scaleY(0);
  transform-origin: top;
}
.mobile-menu-overlay .mobile-menu-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 25px;
  opacity: 0;
}
.mobile-menu-overlay .mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.mobile-menu-overlay .mobile-menu-header .mobile-logo img {
  height: 40px;
  filter: brightness(0) invert(1);
}
.mobile-menu-overlay .mobile-menu-header .mobile-menu-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}
.mobile-menu-overlay .mobile-menu-header .mobile-menu-close:hover {
  background: var(--color6);
  border-color: var(--color6);
}
.mobile-menu-overlay .mobile-nav {
  flex: 1;
  overflow-y: auto;
  margin-bottom: 30px;
}
.mobile-menu-overlay .mobile-nav .mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu-overlay .mobile-nav .mobile-nav-list .mobile-nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.mobile-menu-overlay .mobile-nav .mobile-nav-list .mobile-nav-item .nav-link-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  opacity: 0;
  transform: translateY(20px);
}
.mobile-menu-overlay .mobile-nav .mobile-nav-list .mobile-nav-item .mobile-nav-link {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
  flex: 1;
  transition: color 0.3s ease;
}
.mobile-menu-overlay .mobile-nav .mobile-nav-list .mobile-nav-item .mobile-nav-link:hover {
  color: var(--color6);
}
.mobile-menu-overlay .mobile-nav .mobile-nav-list .mobile-nav-item .dropdown-toggle-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.mobile-menu-overlay .mobile-nav .mobile-nav-list .mobile-nav-item .dropdown-toggle-btn.active {
  transform: rotate(180deg);
  color: var(--color6);
}
.mobile-menu-overlay .mobile-nav .mobile-nav-list .mobile-nav-item .mobile-dropdown {
  list-style: none;
  padding: 0 0 20px 20px;
  margin: 0;
  display: none;
}
.mobile-menu-overlay .mobile-nav .mobile-nav-list .mobile-nav-item .mobile-dropdown li {
  padding: 10px 0;
}
.mobile-menu-overlay .mobile-nav .mobile-nav-list .mobile-nav-item .mobile-dropdown li a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s ease;
}
.mobile-menu-overlay .mobile-nav .mobile-nav-list .mobile-nav-item .mobile-dropdown li a:hover {
  color: #fff;
}
.mobile-menu-overlay .mobile-menu-footer {
  margin-top: auto;
  opacity: 0;
  transform: translateY(20px);
}
.mobile-menu-overlay .mobile-menu-footer .mobile-socials {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.mobile-menu-overlay .mobile-menu-footer .mobile-socials a {
  color: #fff;
  font-size: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.mobile-menu-overlay .mobile-menu-footer .mobile-socials a:hover {
  background: var(--color6);
  transform: translateY(-3px);
}
.mobile-menu-overlay .mobile-menu-footer .mobile-contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mobile-menu-overlay .mobile-menu-footer .mobile-contact-info a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile-menu-overlay .mobile-menu-footer .mobile-contact-info a i {
  color: var(--color6);
}

.mobile-menu-trigger {
  background: none;
  border: none;
  color: inherit;
  font-size: 32px;
  cursor: pointer;
  display: none;
  padding: 0;
  transition: color 0.3s ease;
}
.mobile-menu-trigger:hover {
  color: var(--color6);
}

.blog-section .blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
  height: 100%;
  transition: transform 0.3s ease;
}
.blog-section .blog-card:hover {
  transform: translateY(-8px);
}
.blog-section .blog-card:hover .blog-image img {
  transform: scale(1.1);
}
.blog-section .blog-card .blog-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.blog-section .blog-card .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.blog-section .blog-card .blog-content {
  padding: 25px;
}
.blog-section .blog-card .blog-content .blog-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}
.blog-section .blog-card .blog-content .blog-meta .category {
  font-size: 12px;
  color: #fff;
  background: var(--color6);
  padding: 2px 10px;
  border-radius: 20px;
  font-weight: 400;
}
.blog-section .blog-card .blog-content .blog-meta .date {
  font-size: 13px;
  color: #999;
  font-weight: 400;
}
.blog-section .blog-card .blog-content h4 {
  font-size: 20px;
  font-weight: 400;
  color: var(--color1);
  margin-bottom: 15px;
  line-height: 1.4;
}
.blog-section .blog-card .blog-content h4 a {
  color: inherit;
  text-decoration: none;
}
.blog-section .blog-card .blog-content h4 a:hover {
  color: var(--color6);
}
.blog-section .blog-card .blog-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-section .blog-card .blog-content .read-more {
  color: var(--color1);
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}
.blog-section .blog-card .blog-content .read-more i {
  font-size: 18px;
  color: var(--color6);
}
.blog-section .blog-card .blog-content .read-more:hover {
  gap: 12px;
}

.blog-detail-section .featured-image {
  width: 100%;
  height: 500px;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .blog-detail-section .featured-image {
    height: 300px;
  }
}
.blog-detail-section .post-content {
  color: #444;
  line-height: 1.8;
  font-size: 17px;
}
.blog-detail-section .post-content p {
  margin-bottom: 25px;
}
.blog-detail-section .post-content h2,
.blog-detail-section .post-content h3 {
  color: var(--color1);
  font-weight: 400;
  margin: 40px 0 20px;
}
.blog-detail-section .post-content blockquote {
  background: var(--color7);
  padding: 30px;
  border-left: 5px solid var(--color6);
  font-style: italic;
  font-size: 20px;
  color: var(--color1);
  margin: 40px 0;
  border-radius: 0 12px 12px 0;
}

.blog-sidebar {
  position: sticky;
  top: 100px;
}
.blog-sidebar .sidebar-widget {
  background: var(--color7);
  padding: 25px;
  border-radius: var(--border-radius);
  margin-bottom: 30px;
}
.blog-sidebar .sidebar-widget h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  color: var(--color1);
}
.blog-sidebar .sidebar-widget h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: var(--color6);
}
.blog-sidebar .sidebar-widget .search-form {
  position: relative;
}
.blog-sidebar .sidebar-widget .search-form input {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #ddd;
  border-radius: 30px;
  outline: none;
  font-weight: 400;
}
.blog-sidebar .sidebar-widget .search-form input:focus {
  border-color: var(--color6);
}
.blog-sidebar .sidebar-widget .search-form button {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  width: 40px;
  background: var(--color6);
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.blog-sidebar .sidebar-widget .search-form button:hover {
  background: var(--color1);
}
.blog-sidebar .sidebar-widget .categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-sidebar .sidebar-widget .categories-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.blog-sidebar .sidebar-widget .categories-list li:last-child {
  border-bottom: none;
}
.blog-sidebar .sidebar-widget .categories-list li a {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  color: var(--color1);
  font-size: 15px;
  font-weight: 400;
  transition: 0.3s;
}
.blog-sidebar .sidebar-widget .categories-list li a span {
  color: #999;
}
.blog-sidebar .sidebar-widget .categories-list li a:hover {
  color: var(--color6);
  padding-left: 5px;
}
.blog-sidebar .sidebar-widget .posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-sidebar .sidebar-widget .posts-list li:not(:last-child) {
  margin-bottom: 15px;
}
.blog-sidebar .sidebar-widget .posts-list li .post-item {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.blog-sidebar .sidebar-widget .posts-list li .post-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.blog-sidebar .sidebar-widget .posts-list li .post-item img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.blog-sidebar .sidebar-widget .posts-list li .post-item .post-info .post-meta-sidebar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.blog-sidebar .sidebar-widget .posts-list li .post-item .post-info .post-meta-sidebar .date {
  font-size: 11px;
  color: #888;
  font-weight: 400;
  position: relative;
}
.blog-sidebar .sidebar-widget .posts-list li .post-item .post-info .post-meta-sidebar .date::after {
  content: "|";
  margin-left: 10px;
  opacity: 0.3;
  color: #000;
}
.blog-sidebar .sidebar-widget .posts-list li .post-item .post-info .post-meta-sidebar .views {
  font-size: 11px;
  color: var(--color6);
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 4px;
}
.blog-sidebar .sidebar-widget .posts-list li .post-item .post-info .post-meta-sidebar .views i {
  font-size: 11px;
}
.blog-sidebar .sidebar-widget .posts-list li .post-item .post-info h4 {
  font-size: 15px;
  margin: 0;
  line-height: 1.4;
  font-weight: 400;
}
.blog-sidebar .sidebar-widget .posts-list li .post-item .post-info h4 a {
  color: var(--color1);
  text-decoration: none;
  transition: 0.3s;
}
.blog-sidebar .sidebar-widget .posts-list li .post-item .post-info h4 a:hover {
  color: var(--color6);
}

.contact-section .contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .contact-section .contact-info-list {
    padding-right: 0;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
.contact-section .contact-info-list .info-item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
.contact-section .contact-info-list .info-item .icon-box {
  width: 60px;
  height: 60px;
  background: var(--color7);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}
.contact-section .contact-info-list .info-item .icon-box i {
  font-size: 24px;
  color: var(--color6);
}
.contact-section .contact-info-list .info-item .info-content h5 {
  font-size: 16px;
  font-weight: 400;
  color: var(--color1);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.contact-section .contact-info-list .info-item .info-content p,
.contact-section .contact-info-list .info-item .info-content a {
  color: #666;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
.contact-section .contact-info-list .info-item .info-content a:hover {
  color: var(--color6);
}
.contact-section .contact-info-list .info-item:hover .icon-box {
  background: var(--color6);
  border-color: var(--color6);
  transform: translateY(-3px);
}
.contact-section .contact-info-list .info-item:hover .icon-box i {
  color: #fff;
}
.contact-section .contact-form-wrapper {
  background: #fff;
  padding: clamp(30px, 4.29vw, 60px);
  border: 1px solid #eee;
  background-color: var(--color7);
}

.contact-map-full {
  width: 100%;
  height: 500px;
  border-bottom: 1px solid #eee;
}
.contact-map-full iframe {
  filter: grayscale(1);
  transition: filter 0.5s ease;
}
.contact-map-full iframe:hover {
  filter: grayscale(0);
}

.start-2 {
  margin-bottom: 70px;
}
.start-2 .images {
  position: relative;
  overflow: hidden;
}
.start-2 .images img {
  width: 100%;
  height: clamp(320px, 35.71vw, 500px);
  -o-object-fit: cover;
     object-fit: cover;
}
.start-2 .images::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.start-2 .images span {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: clamp(28px, 2.57vw, 30px);
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 24px;
  text-align: center;
}

.breadcrumb {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.breadcrumb li {
  display: flex;
  align-items: center;
  font-weight: 400;
}
.breadcrumb li,
.breadcrumb li a {
  color: var(--color1);
}
.breadcrumb li.active {
  color: var(--bs-breadcrumb-divider-color);
}

.section-1 {
  position: relative;
}
.section-1 .item {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #000;
}
.section-1 .item .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
.section-1 .item .video-background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.section-1 .item .video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.77vh;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  .section-1 .item .video-background iframe {
    width: 100vw;
    height: 56.25vw;
  }
}
.section-1 .item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}
.section-1 .item .site-text {
  position: absolute;
  z-index: 2;
  left: 100px;
  bottom: 140px;
  color: #fff;
}
.section-1 .item .site-text .title-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.section-1 .item .site-text .title-wrapper .item-logo {
  max-width: 230px;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.section-1 .item .site-text .title-wrapper .item-logo.bg-color {
  background-color: #fff;
  padding: 8px;
}
.section-1 .item .site-text .title-wrapper .item-logo.fixed-height {
  height: 60px;
}
.section-1 .item .site-text .title-wrapper .title {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-1 .item .site-text .title-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
.section-1 .item .site-text .desc {
  max-width: 560px;
}
.section-1 .item .site-text .desc p {
  color: #fff;
}
@media (max-width: 767px) {
  .section-1 .item .site-text {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 15px 120px;
    text-align: center;
  }
}

.section-3 {
  position: relative;
}
.section-3::before {
  content: "";
  background-color: var(--color1);
  height: 60%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.section-3 .item:hover .images img {
  transform: scale(1.1);
}
.section-3 .item .images {
  overflow: hidden;
  margin-bottom: 60px;
}
.section-3 .item .images img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/0.75;
  transition: 0.4s;
}
.section-3 .item .text {
  display: flex;
  align-items: flex-start;
  color: #fff;
}
@media (max-width: 767px) {
  .section-3 .item .text {
    flex-direction: column;
  }
  .section-3 .item .text .title,
  .section-3 .item .text .desc {
    width: 100% !important;
  }
  .section-3 .item .text .title {
    margin-bottom: 15px;
  }
}
.section-3 .item .text .title {
  font-size: clamp(24px, 2.14vw, 30px);
  width: 50%;
  flex-shrink: 0;
}
.section-3 .item .text .desc p {
  font-size: 16px;
}
.section-3 .swiper-arrow div {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  border: 1px solid #fff;
}
.section-3 .swiper-arrow div::after {
  color: #fff;
  font-size: 14px;
}

.section-4 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/0.75;
}

.section-5 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
.section-5 .site-text {
  padding: clamp(30px, 7.14vw, 100px);
  color: #fff;
}

.section-6 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.section-6 img.img-1 {
  height: 100%;
}
.section-6 img.img-2 {
  aspect-ratio: 1/0.5;
}

.section-7 {
  background-color: #eae7e1;
}
.section-7 ul {
  border-top: 1px solid #000;
}
.section-7 ul li {
  border-bottom: 1px solid #000;
}
.section-7 ul li a {
  background-image: linear-gradient(to top, black 50%, transparent 50%);
  background-size: 100% 200%;
  background-position: top;
  transition: all 0.3s ease-in-out;
  display: block;
  padding: 24px 0;
  color: #000;
  font-size: clamp(20px, 2.14vw, 26px);
}
.section-7 ul li a:hover {
  color: white;
  transition: all 0.3s;
  background-position: bottom;
}

.section-8 .video {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  position: relative;
}
.section-8 .video .images {
  background-color: #000;
}
.section-8 .video .images img {
  opacity: 0.4;
}
.section-8 .video .site-text .small-title {
  color: #000;
}
.section-8 .video .pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 55px;
  color: #000;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  line-height: 1;
}
.section-8 .video .pulse i,
.section-8 .video .pulse i:before {
  display: block;
  line-height: 1;
}
.section-8 .video .pulse:hover {
  animation: none;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  70% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.section-8 .video .images {
  width: 100%;
}
.section-8 .video .images img {
  width: 100%;
  height: clamp(400px, 53.57vw, 750px);
  -o-object-fit: cover;
     object-fit: cover;
}

.section-9 .trusted-by-list {
  transition-timing-function: linear !important;
  -webkit-transform-style: preserve-3d;
}
.section-9 .trusted-by-list .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  height: auto;
  padding: 0 15px;
}
.section-9 .trusted-by-list .swiper-slide .trusted-by-item {
  width: 100%;
}
.section-9 .trusted-by-list .swiper-slide .trusted-by-item img {
  width: 100%;
  max-width: 200px;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.section-10 {
  background-color: var(--color7);
  padding: 70px 0;
}
.section-10 img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.section-11 {
  position: relative;
}
.section-11 .mySwiper2-main {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 3;
}
.section-11 .mySwiper2-main .mySwiper2 .swiper-slide .item {
  position: relative;
  padding-top: 15px;
  opacity: 0.2;
  transition: opacity 0.3s;
  color: #fff;
  font-size: clamp(13px, 1.07vw, 15px);
  font-weight: 400;
  line-height: 1.3;
  cursor: pointer;
}
.section-11 .mySwiper2-main .mySwiper2 .swiper-slide .item::before {
  content: "";
  height: 2px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
}
.section-11 .mySwiper2-main .mySwiper2 .swiper-slide .item::after {
  content: "";
  height: 2px;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  background-color: var(--color6);
  width: 0;
}
.section-11 .mySwiper2-main .mySwiper2 .swiper-slide-thumb-active .item {
  opacity: 1;
}
.section-11 .mySwiper2-main .mySwiper2 .swiper-slide-thumb-active .item::after {
  transition: 3s linear;
  width: 100%;
}
.section-11 .mySwiper3 .swiper-slide {
  background-color: #000;
}
.section-11 .mySwiper3 .swiper-slide .big-image {
  width: 100%;
  height: calc(100vh - 60px);
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}
.section-11 .mySwiper3 .swiper-slide .small-image {
  display: none;
  max-width: 300px;
  max-height: 120px;
  min-width: 150px;
  padding: 10px;
  background-color: #fff;
  border-radius: var(--border-radius);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .section-11 .mySwiper3 .swiper-slide .small-image {
    position: fixed;
    right: 100px;
    bottom: 70px;
  }
}
@media (max-width: 991px) {
  .section-11 .mySwiper3 .swiper-slide .small-image {
    margin-bottom: 20px;
  }
}
.section-11 .mySwiper3 .swiper-slide .site-text {
  position: absolute;
  z-index: 2;
  left: 100px;
  bottom: 70px;
  color: #fff;
  max-width: 650px;
}
.section-11 .mySwiper3 .swiper-slide .site-text p {
  color: #fff;
}
@media (max-width: 767px) {
  .section-11 .mySwiper3 .swiper-slide .site-text {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
  }
  .section-11 .mySwiper3 .swiper-slide .site-text .desc {
    display: none;
  }
}

.section-12 {
  background-color: var(--color7);
  padding: 70px 0;
}
.section-12 .item {
  background-color: #fff;
  border-radius: var(--border-radius);
}

.section-13 {
  padding: clamp(60px, 8.57vw, 140px) 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 80vh;
}
.section-13::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.section-13 .container {
  position: relative;
  z-index: 2;
}

.section-14 {
  padding: clamp(60px, 8.57vw, 140px) 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 85vh;
}
.section-14::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.section-14 .container {
  position: relative;
  z-index: 2;
}

.section-14-swiper {
  position: relative;
  overflow: hidden;
}
.section-14-swiper .swiper-button-next-section-14,
.section-14-swiper .swiper-button-prev-section-14 {
  color: #fff;
  z-index: 10;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.section-14-swiper .swiper-button-next-section-14::after,
.section-14-swiper .swiper-button-prev-section-14::after {
  font-size: 18px;
  font-weight: bold;
}
.section-14-swiper .swiper-button-next-section-14:hover,
.section-14-swiper .swiper-button-prev-section-14:hover {
  background: rgba(0, 0, 0, 0.6);
}
.section-14-swiper .swiper-button-prev-section-14 {
  left: 30px;
}
.section-14-swiper .swiper-button-next-section-14 {
  right: 30px;
}

.section-15 .title {
  position: relative;
  z-index: 1;
  line-height: 1.4;
  font-size: clamp(24px, 3.14vw, 42px);
  color: var(--color1);
  font-weight: 300;
}
.section-15 img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.hotspot-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.hotspot-wrapper img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 12px;
}

.hotspot {
  position: absolute;
  z-index: 20;
}
.hotspot .hotspot-trigger {
  width: 24px;
  height: 24px;
  background: var(--color6);
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: 2px solid #fff;
}
.hotspot .hotspot-trigger .hotspot-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 2px solid var(--color6);
  border-radius: 50%;
  z-index: -1;
  animation: hotspot-pulse 2s infinite;
}
.hotspot .hotspot-trigger:hover {
  transform: scale(1.15);
}
.hotspot .hotspot-tooltip {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: clamp(280px, 24.29vw, 400px);
  background: #fff;
  padding: 6px 12px;
  border-radius: var(--border-radius);
  border: 1px solid #f1f1f1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  pointer-events: none;
  z-index: 100;
  text-align: center;
}
.hotspot .hotspot-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.hotspot .hotspot-tooltip .tooltip-content h6 {
  color: var(--color1);
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 15px;
  margin-top: 0;
}
.hotspot .hotspot-tooltip .tooltip-content p {
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  color: #555;
}
.hotspot.active {
  z-index: 30;
}
.hotspot.active .hotspot-trigger {
  background: var(--color1);
  border-color: #fff;
}
.hotspot.active .hotspot-trigger .hotspot-pulse {
  display: none;
}
.hotspot.active .hotspot-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.border-radius {
  border-radius: 12px;
}

@media (max-width: 767px) {
  .hotspot .hotspot-tooltip {
    width: 200px;
    padding: 5px;
  }
  .hotspot .hotspot-tooltip h6 {
    font-size: 12px;
  }
  .hotspot .hotspot-tooltip p {
    font-size: 10px;
  }
}
@keyframes hotspot-pulse {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    width: 300%;
    height: 300%;
    opacity: 0;
  }
}
.section-17 .comparison-slider {
  position: relative;
  width: 100%;
  height: clamp(300px, 42.86vw, 600px);
  border-radius: 12px;
  border: 1px solid #f1f1f1;
  cursor: ew-resize;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.section-17 .comparison-slider .image-before,
.section-17 .comparison-slider .image-after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-17 .comparison-slider .image-before img,
.section-17 .comparison-slider .image-after img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-width: none;
  pointer-events: none;
}
.section-17 .comparison-slider .image-before .label,
.section-17 .comparison-slider .image-after .label {
  position: absolute;
  top: 20px;
  padding: 6px 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 4px;
  backdrop-filter: blur(4px);
  z-index: 5;
}
.section-17 .comparison-slider .image-before {
  z-index: 1;
}
.section-17 .comparison-slider .image-before .label {
  right: 20px;
}
.section-17 .comparison-slider .image-after {
  z-index: 2;
  width: 50%;
  overflow: hidden;
  border-right: 2px solid #fff;
}
.section-17 .comparison-slider .image-after .label {
  left: 20px;
}
.section-17 .comparison-slider .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 4px;
  background: #fff;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-17 .comparison-slider .slider-handle .handle-line {
  flex-grow: 1;
  width: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.section-17 .comparison-slider .slider-handle .handle-button {
  width: 44px;
  height: 44px;
  background: #fff;
  color: var(--color1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  font-size: 18px;
  margin: 10px 0;
  transition: transform 0.2s ease;
}
.section-17 .comparison-slider .slider-handle .handle-button i {
  pointer-events: none;
}
.section-17 .comparison-slider:hover .handle-button {
  transform: scale(1.1);
}
.section-17 .service-info {
  padding-left: 30px;
}
.section-17 .service-info .info-item {
  margin-bottom: 25px;
}
.section-17 .service-info .info-item h5 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  margin-bottom: 10px;
}
.section-17 .service-info .info-item p {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
  font-weight: 400;
}
.section-17 .service-info .info-item.price {
  margin-top: 40px;
}
.section-17 .service-info .info-item.price p {
  font-size: 24px;
  font-weight: 400;
  color: var(--color1);
}
.section-17 .tabs-wrapper .nav-tabs {
  border: none;
  gap: 20px;
  margin-bottom: 40px;
  justify-content: center;
}
.section-17 .tabs-wrapper .nav-tabs .nav-link {
  border: none;
  color: #666;
  font-weight: 400;
  padding: 10px 30px;
  border-radius: 50px;
  background: #f8f9fa;
  transition: all 0.3s ease;
}
.section-17 .tabs-wrapper .nav-tabs .nav-link.active {
  background: var(--color6);
  color: #fff;
}
.section-17 .tabs-wrapper .nav-tabs .nav-link:hover:not(.active) {
  background: #e9ecef;
}

.section-18 .images img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius);
}
.section-18 .site-text {
  padding-left: clamp(30px, 5.71vw, 100px);
}
@media (max-width: 991px) {
  .section-18 .site-text {
    padding-left: 0;
    margin-top: 30px;
  }
}

.section-19 .form-wrapper {
  background: var(--color7);
  padding: clamp(30px, 4.29vw, 60px);
  border-radius: var(--border-radius);
  border: 1px solid #eee;
}
@media (min-width: 992px) {
  .section-19 .form-wrapper {
    max-width: 98%;
    margin: 0 auto;
  }
  .section-19 .form-wrapper .services-selection {
    padding-left: 50px;
  }
}
.section-19 .form-control {
  height: auto;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
}
.section-19 .form-control:focus {
  border-color: var(--color6);
  box-shadow: 0 0 0 0.2rem rgba(240, 84, 35, 0.1);
}
.section-19 .form-floating label {
  color: #666;
}
.section-19 .custom-check {
  display: flex;
  align-items: center;
  padding-left: 0;
}
.section-19 .custom-check .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  cursor: pointer;
  border: 2px solid #ddd;
}
.section-19 .custom-check .form-check-input:checked {
  background-color: var(--color6);
  border-color: var(--color6);
}
.section-19 .custom-check .form-check-label {
  font-weight: 400;
  cursor: pointer;
  color: var(--color1);
}
.section-19 .submit-btn {
  background-color: var(--color6);
  color: #fff;
  padding: 14px 60px;
  border: none;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border-radius: var(--border-radius);
}
.section-19 .submit-btn:hover {
  background-color: var(--color1);
  transform: translateY(-2px);
}

.section-20 {
  /*youtube*/
}

.custom-accordion .accordion-item {
  border: none;
  margin-bottom: 15px;
  background: var(--color7);
  border-radius: 12px !important;
  overflow: hidden;
  border: 1px solid #eee;
}
.custom-accordion .accordion-item .accordion-button {
  padding: 20px 25px;
  font-weight: 400;
  color: var(--color1);
  background: transparent;
  box-shadow: none;
  font-size: 18px;
}
.custom-accordion .accordion-item .accordion-button::after {
  background-size: 14px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23454B51'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.custom-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23454B51'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.custom-accordion .accordion-item .accordion-body {
  padding: 20px 25px 30px;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  background: #fff;
}

.warranty-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  height: 100%;
  transition: transform 0.3s ease;
  border: 1px solid #eee;
}
.warranty-card:hover {
  transform: translateY(-5px);
}
.warranty-card i {
  font-size: 40px;
  color: var(--color6);
  display: block;
}
.warranty-card h5 {
  font-size: 18px;
  font-weight: 400;
  color: var(--color1);
  margin: 15px 0;
}

:has(.section-7) footer {
  margin-top: 0 !important;
}

footer {
  background-color: #ededed;
}
@media (max-width: 767px) {
  footer .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
footer .footer-logo img {
  height: 70px;
}
footer .footer-title {
  margin-bottom: clamp(16px, 2.14vw, 30px);
  color: #000;
  font-weight: 400;
}
@media (max-width: 767px) {
  footer .footer-title {
    display: block;
    text-align: center;
    margin: 0;
  }
}
footer .footer-menu {
  list-style: none;
}
@media (max-width: 767px) {
  footer .footer-menu {
    display: none;
  }
}
footer .footer-menu li a {
  display: inline-block;
  color: #000;
  margin-top: 15px;
  transition: 0.4s;
}
footer .footer-menu li a:hover {
  padding-left: 10px;
}
footer address {
  margin-top: 20px;
}
@media (max-width: 767px) {
  footer address {
    text-align: center;
  }
}
footer address p {
  color: #000;
  margin-bottom: 5px;
}
footer address a {
  color: #000;
  text-decoration: none;
}
footer iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
footer .social {
  display: flex;
  align-items: center;
  gap: 16px;
}
footer .social a {
  font-size: 22px;
  color: #000;
}
footer .copy {
  color: #000;
}

.modal-banner {
  position: relative;
}
.modal-banner .text {
  position: absolute;
  inset: 0;
  text-align: center;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(48, 48, 48, 0.6);
}

#back-to-top {
  display: none;
  position: fixed;
  z-index: 61;
  bottom: 85px;
  right: 30px;
  width: 52px;
  height: 52px;
  line-height: 50px;
  background-color: var(--color1);
  border: 1px solid #fff;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  border-radius: var(--border-radius);
  font-size: 22px;
  color: #fff;
}
#back-to-top:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  #back-to-top {
    display: none !important;
  }
}

.whatsapp-btn {
  position: fixed;
  z-index: 60;
  bottom: 20px;
  right: 30px;
  background-color: #25D366;
  color: #fff;
  padding: 12px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.whatsapp-btn i {
  font-size: 20px;
  line-height: 1;
}
.whatsapp-btn:hover {
  background-color: #20ba5a;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  color: #fff;
}
@media (max-width: 767px) {
  .whatsapp-btn {
    bottom: 15px;
    right: 15px;
    padding: 10px 16px;
    font-size: 14px;
  }
  .whatsapp-btn i {
    font-size: 18px;
  }
}

@media (max-width: 1919px) {
  header .new-menu .new-menu-ul > li {
    padding: 0 10px;
  }
}
@media (max-width: 1399px) {
  header .new-menu .new-menu-ul > li {
    padding: 0 5px;
  }
}
@media all and (min-width: 1200px) {
  .nav-item .dropdown-menu {
    display: none;
  }
  .nav-item:hover .dropdown-menu {
    display: block;
  }
  .nav-item .dropdown-menu {
    margin-top: 0;
  }
}/*# sourceMappingURL=style.min.css.map */