@charset "UTF-8";
/*
  ############################################################
    This file created by METHODDA
  ############################################################
*/
html,
body {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}
body.hidden {
  overflow: hidden;
}

.btn-01 {
  display: inline-block;
  padding: 10px 30px;
  background-color: #15a9e1;
  color: #fff;
  font-size: 17px;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.btn-01:hover {
  transform: scale(1.03) translateY(-2px);
}
@media (max-width: 991px) {
  .btn-01 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
  }
}

.btn-02 {
  display: inline-block;
  padding: 10px 30px;
  background-color: #fff;
  color: #000;
  font-size: 17px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.btn-02:hover {
  transform: scale(1.03) translateY(-2px);
}
@media (max-width: 991px) {
  .btn-02 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
input:focus,
textarea:focus,
select:focus,
button:focus,
div:focus {
  outline: none;
}

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

input:invalid {
  border-color: #dc3545;
}

form:invalid button[type=submit] {
  cursor: not-allowed;
  pointer-events: none;
}

@media (min-width: 1400px) and (max-width: 1700px) {
  .container {
    max-width: 1380px;
  }
}
.mt0 {
  margin-top: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

header {
  width: 100%;
  background: black;
  padding: 25px 40px;
  position: relative;
  transition: all 0.3s ease;
  z-index: 1000;
}
@media (max-width: 992px) {
  header {
    padding: 25px 10px;
    display: flex;
    align-items: center;
  }
}
header.fixed {
  position: sticky;
  top: 0;
  left: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
  gap: 20px;
}
@media (max-width: 991px) {
  header ul {
    display: block;
  }
}
header ul li a {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 991px) {
  header .logo {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
header .logo img {
  height: 20px;
}
@media (max-width: 992px) {
  header .logo img {
    height: 20px;
  }
}
header nav {
  position: fixed;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100vh;
  background-color: black;
  transition: left 0.4s ease;
  text-align: left;
  z-index: 99;
  padding: 80px 20px;
}
header nav.active {
  left: 0;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.35), 0 0 80px rgba(0, 0, 0, 0.25);
}
header nav ul.menu {
  list-style: none;
  padding: 0;
  margin: 0px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  header nav ul.menu {
    margin-left: 20px;
  }
}
header nav ul.menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 500;
}
@media (max-width: 991px) {
  header nav ul.menu li a {
    color: white;
    font-size: 15px;
    margin-bottom: 10px;
  }
}
header nav ul.menu li a .sub-down {
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 992px) {
  header nav ul.menu li a .sub-down {
    margin-left: 0;
  }
  header nav ul.menu li a .sub-down img {
    display: block;
  }
}
header nav ul.menu li a.active .sub-down i {
  transform: rotate(180deg);
}
header nav ul.menu li a:hover::after {
  width: 100%;
}
@media (max-width: 991px) {
  header nav ul.menu li i {
    transform: rotate(-90deg);
  }
}
header nav ul.menu li ul.sub-menu {
  max-height: 0;
  display: block;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
  padding-left: 15px;
  list-style: none;
}
header nav ul.menu li ul.sub-menu.open {
  max-height: 1200px;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
@media (max-width: 992px) {
  header nav ul.menu li ul.sub-menu {
    position: absolute;
    top: 0;
    left: -100vw;
    width: 100vw;
    min-width: 230px;
    max-width: 95vw;
    height: 100vh;
    background: black;
    z-index: 100;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.08);
    padding-left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  header nav ul.menu li ul.sub-menu.open {
    left: 0;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
    transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: scroll !important;
  }
  header nav ul.menu li ul.sub-menu .sub-menu-back {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    padding: 18px 0px;
    background: black;
    cursor: pointer;
    color: white;
  }
  header nav ul.menu li ul.sub-menu .sub-menu-back svg,
  header nav ul.menu li ul.sub-menu .sub-menu-back i {
    margin-right: 8px;
    font-size: 20px;
    transform: rotate(0deg);
    color: white;
  }
}
header nav ul.menu li ul.sub-menu li {
  position: relative;
  padding: 10px;
  border-radius: 10px;
}
header nav ul.menu li ul.sub-menu li:not(:last-child) {
  margin-bottom: 10px;
}
header nav ul.menu li ul.sub-menu li a span {
  font-size: 14px;
  color: white;
  font-weight: 500;
}
header nav ul.menu li ul.sub-menu li a img {
  height: 90px;
  width: 90px;
  border-radius: 10px;
  border: 1px solid #aaa;
}
@media (max-width: 991px) {
  header nav ul.menu li ul.sub-menu li a img {
    display: none;
  }
}
header nav ul.menu li ul.sub-menu li .description {
  position: absolute;
  top: 34px;
  left: 102px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px 10px;
  display: block;
  font-weight: 300;
  margin: 0;
  color: black;
  max-width: 250px;
}
@media (max-width: 991px) {
  header nav ul.menu li ul.sub-menu li .description {
    display: none;
  }
}
@media (min-width: 992px) {
  header nav ul.menu li ul.sub-menu {
    position: absolute;
    top: 49px;
    left: 0px;
    width: 100%;
    background: black;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    max-height: initial;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 35px 0;
    columns: 5;
  }
  header nav ul.menu li ul.sub-menu::before {
    content: "";
    width: 200vw;
    height: 100%;
    background-color: black;
    backdrop-filter: blur(10px);
    position: absolute;
    left: -50vw;
    top: 0;
    z-index: -1;
  }
  header nav ul.menu li ul.sub-menu .sub-menu-back {
    display: none !important;
  }
  header nav ul.menu li ul.sub-menu li:not(:last-child) {
    margin-bottom: 30px;
  }
  header nav ul.menu li ul.sub-menu li a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #fff;
  }
  header nav ul.menu li ul.sub-menu li a::after {
    display: none;
  }
}
@media (min-width: 992px) {
  header nav ul.menu li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    max-height: initial;
  }
}
header .language-switcher {
  position: relative;
}
@media (max-width: 991px) {
  header .language-switcher {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 150;
  }
}
header .language-switcher .lang-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  header .language-switcher .lang-dropdown-toggle {
    padding: 4px 8px;
    gap: 4px;
  }
}
header .language-switcher .lang-dropdown-toggle .flag {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}
@media (max-width: 991px) {
  header .language-switcher .lang-dropdown-toggle .flag {
    width: 16px;
    height: 16px;
  }
}
header .language-switcher .lang-dropdown-toggle .lang-code {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  header .language-switcher .lang-dropdown-toggle .lang-code {
    font-size: 10px;
  }
}
header .language-switcher .lang-dropdown-toggle i {
  font-size: 10px;
  color: #fff;
  transition: transform 0.3s ease;
}
@media (max-width: 991px) {
  header .language-switcher .lang-dropdown-toggle i {
    font-size: 8px;
  }
}
header .language-switcher .lang-dropdown-toggle:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}
header .language-switcher .lang-dropdown-toggle[aria-expanded=true] i {
  transform: rotate(180deg);
}
header .language-switcher .dropdown-menu {
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 5px 0;
  margin-top: 8px;
  min-width: 140px;
}
@media (max-width: 991px) {
  header .language-switcher .dropdown-menu {
    min-width: 120px;
    right: 0;
    left: auto;
  }
}
header .language-switcher .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 15px;
  color: #fff;
  font-size: 14px;
  transition: all 0.2s ease;
}
@media (max-width: 991px) {
  header .language-switcher .dropdown-menu .dropdown-item {
    padding: 8px 12px;
    gap: 8px;
    font-size: 13px;
  }
}
header .language-switcher .dropdown-menu .dropdown-item .flag {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  header .language-switcher .dropdown-menu .dropdown-item .flag {
    width: 16px;
    height: 16px;
  }
}
header .language-switcher .dropdown-menu .dropdown-item .lang-name {
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 991px) {
  header .language-switcher .dropdown-menu .dropdown-item .lang-name {
    font-size: 12px;
  }
}
header .language-switcher .dropdown-menu .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
header .language-switcher .dropdown-menu .dropdown-item.active {
  background: #0f131a;
  color: #fff;
}
header .language-switcher .dropdown-menu .dropdown-item.active:hover {
  background: rgb(5.6707317073, 7.1829268293, 9.8292682927);
}
header .actions {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin-left: auto;
}
@media (max-width: 991px) {
  header .actions {
    margin-left: 0;
  }
}
header .actions .search-icon-btn {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  padding: 0;
  transition: all 0.3s ease;
  color: #fff;
}
@media (max-width: 992px) {
  header .actions .search-icon-btn {
    margin-right: 10px;
  }
}
header .actions .search-icon-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  transition: all 0.3s ease;
}
header .actions .search-icon-btn:hover svg {
  transform: scale(1.1);
}
header .actions .search-icon-btn:active {
  transform: scale(0.95);
}
header .menu-trigger {
  width: 35px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: none;
  z-index: 200;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
}
header .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.4s ease;
}
header .menu-trigger span:nth-child(1) {
  top: 0;
}
header .menu-trigger span:nth-child(2) {
  top: 9px;
}
header .menu-trigger span:nth-child(3) {
  bottom: 0;
}
header .menu-trigger.active span:nth-child(1) {
  transform: translateY(9px) rotate(-45deg);
  background-color: white;
}
header .menu-trigger.active span:nth-child(2) {
  opacity: 0;
}
header .menu-trigger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(45deg);
  background-color: white;
}
@media (min-width: 992px) {
  header .menu-trigger {
    display: none;
  }
  header nav {
    position: static;
    height: auto;
    width: auto;
    padding: 0;
    background: none;
    right: auto;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  header nav ul.menu {
    display: flex;
    gap: 25px;
  }
  header nav ul.menu li .sub-down i {
    font-size: 10px;
    margin-left: 5px;
    transition: transform 0.3s ease;
  }
  header nav ul.menu li:hover .sub-down i {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  header .menu-trigger {
    display: inline-block;
    order: -1;
  }
  header nav ul.menu li {
    position: static;
    margin-bottom: 30px;
  }
  header nav ul.menu li ul.sub-menu {
    left: -100vw;
    opacity: 0;
    visibility: hidden;
    z-index: 200;
    max-height: 0;
    overflow: hidden;
    transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  header nav ul.menu li ul.sub-menu.open {
    left: 0;
    opacity: 1;
    visibility: visible;
    max-height: 1200px;
    overflow: visible;
    transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 20px;
  }
}

@media (max-width: 992px) {
  body.sub-menu-open header .menu-trigger {
    display: none !important;
  }
}
.search-panel {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: 0;
  background: black;
  z-index: 150;
  overflow: hidden;
  transition: height 0.4s ease;
  box-shadow: none;
}
.search-panel.active {
  height: auto;
}
.search-panel .search-panel-content {
  padding: 20px 40px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  transition: min-height 0.4s ease;
}
.search-panel.active .search-panel .search-panel-content {
  min-height: 120px;
}
@media (max-width: 992px) {
  .search-panel .search-panel-content {
    padding: 20px;
    flex-direction: column;
  }
}
.search-panel .search-form {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 600px;
  position: relative;
}
.search-panel .search-input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 2px solid rgba(51, 51, 51, 0.2);
  border-radius: 0;
  padding: 0 110px 0 20px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  background: white;
  transition: all 0.3s ease;
  box-sizing: border-box;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .search-panel .search-input {
    height: 50px;
    font-size: 16px;
    padding: 0 100px 0 20px;
  }
}
.search-panel .search-input::placeholder {
  color: rgba(51, 51, 51, 0.4);
  font-weight: 300;
}
.search-panel .search-input:focus {
  outline: none;
  border-bottom-color: #0f131a;
}
.search-panel .search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.search-panel .search-input::-ms-clear {
  display: none;
}
.search-panel .search-submit {
  position: absolute;
  right: 55px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  transition: all 0.3s ease;
  padding: 0;
  z-index: 10;
}
.search-panel .search-submit svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  transition: all 0.3s ease;
}
.search-panel .search-submit:hover svg {
  transform: scale(1.1);
}
.search-panel .search-submit:active {
  transform: scale(0.95);
}
.search-panel .search-close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  transition: all 0.3s ease;
  padding: 0;
  z-index: 10;
}
.search-panel .search-close svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  transition: all 0.3s ease;
}
.search-panel .search-close:hover svg {
  transform: scale(1.1);
}
.search-panel .search-close:active {
  transform: scale(0.95);
}

body.search-open {
  overflow: hidden;
}

.dropdown {
  position: inherit;
}

footer {
  background-color: black;
  padding: 50px 0;
}
footer .row .logo {
  display: block;
}
@media (max-width: 991px) {
  footer .row .logo {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
  }
}
footer .row .logo img {
  height: 30px;
  margin: 0;
}
@media (max-width: 991px) {
  footer .row .logo img {
    width: inherit;
  }
}
footer .row img {
  height: 30px;
  display: table;
  margin-left: auto;
}
@media (max-width: 991px) {
  footer .row img {
    margin: 0;
    height: 20px;
    width: 100%;
  }
}
footer .row h4,
footer .row h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: white;
  margin-top: 70px;
  margin-bottom: 20px;
}
footer .row ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
}
footer .row ul li:not(:last-child) {
  margin-bottom: 15px;
}
footer .row ul li a {
  color: white;
  opacity: 0.7;
  font-size: 14px;
  transition: 0.3s ease-in;
}
footer .row ul li a:hover {
  color: #15a9e1;
  opacity: 1;
}
footer .row .social-media {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  footer .row .social-media {
    flex-wrap: wrap;
  }
}
footer .row .social-media li {
  margin: 0 !important;
  background-color: #343435;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: 0.3s;
  cursor: pointer;
}
footer .row .social-media li:hover {
  background-color: #15a9e1;
}
footer .row .social-media li a {
  color: #fff;
  height: 18px;
  width: 18px;
  filter: invert(1);
}
footer .row .social-media li a img {
  height: 100%;
  display: flex;
}
footer .row .col-lg-3 .phone,
footer .row .col-lg-3 .mail {
  display: block;
  color: #fff;
}
@media (max-width: 991px) {
  footer .row .col-lg-3 .phone,
  footer .row .col-lg-3 .mail {
    display: none;
  }
}
footer .row .col-lg-3 .phone {
  margin-bottom: 10px;
  font-size: 25px;
}
footer .row .col-lg-12 {
  display: none;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  footer .row .col-lg-12 {
    display: block;
    text-align: center;
  }
}
footer .row .col-lg-12 .phone,
footer .row .col-lg-12 .mail {
  display: block;
  color: #fff;
}
footer .row .col-lg-12 .phone {
  font-size: 25px;
}
footer .footer-bottom {
  border-top: 2px solid #343435;
  padding-top: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  footer .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
footer .footer-bottom .copy p {
  color: white;
  margin: 0;
  font-size: 14px;
}
footer .footer-bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 15px;
}
footer .footer-bottom ul li a {
  color: #fff;
  opacity: 0.7;
  font-size: 14px;
}

.sr-only,
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.page-default {
  padding: 60px 0px;
}
@media (max-width: 991px) {
  .page-default {
    padding: 40px 0px;
  }
}
.page-default .page-content .page-header {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.page-default .page-content .page-header h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
  color: #000000;
}
@media (max-width: 767px) {
  .page-default .page-content .page-header h1 {
    font-size: 32px;
  }
}
.page-default .page-content .page-header .last-updated {
  font-size: 14px;
  color: #666;
  opacity: 0.7;
  margin: 0;
}
.page-default .page-content .page-header .last-updated time {
  font-weight: 500;
}
.page-default .page-content .page-body h1 {
  font-size: 48px;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 25px;
  color: #000000;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .page-default .page-content .page-body h1 {
    font-size: 36px;
  }
}
.page-default .page-content .page-body h1:first-child {
  margin-top: 0;
}
.page-default .page-content .page-body h2 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 22px;
  color: #000000;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .page-default .page-content .page-body h2 {
    font-size: 28px;
  }
}
.page-default .page-content .page-body h2:first-child {
  margin-top: 0;
}
.page-default .page-content .page-body h3 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #000000;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .page-default .page-content .page-body h3 {
    font-size: 24px;
  }
}
.page-default .page-content .page-body h4 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 18px;
  color: #000000;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .page-default .page-content .page-body h4 {
    font-size: 20px;
  }
}
.page-default .page-content .page-body h5 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #000000;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .page-default .page-content .page-body h5 {
    font-size: 18px;
  }
}
.page-default .page-content .page-body h6 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 12px;
  color: #000000;
  line-height: 1.4;
}
.page-default .page-content .page-body p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  opacity: 0.85;
  margin-bottom: 18px;
}
.page-default .page-content .page-body p:last-of-type {
  margin-bottom: 0;
}
.page-default .page-content .page-body ul,
.page-default .page-content .page-body ol {
  margin-bottom: 20px;
  padding-left: 30px;
}
.page-default .page-content .page-body ul li,
.page-default .page-content .page-body ol li {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  opacity: 0.85;
  margin-bottom: 10px;
}
.page-default .page-content .page-body ul li:last-child,
.page-default .page-content .page-body ol li:last-child {
  margin-bottom: 0;
}
.page-default .page-content .page-body ul li {
  list-style-type: disc;
}
.page-default .page-content .page-body ol li {
  list-style-type: decimal;
}
.page-default .page-content .page-body a {
  color: #0f131a;
  text-decoration: underline;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.page-default .page-content .page-body a:hover {
  opacity: 0.8;
}
.page-default .page-content .page-body strong,
.page-default .page-content .page-body b {
  font-weight: 700;
  color: #000000;
}
.page-default .page-content .page-body blockquote {
  background-color: rgba(0, 0, 0, 0.05);
  border-left: 4px solid #0f131a;
  padding: 20px;
  margin: 25px 0;
  border-radius: 8px;
  font-style: italic;
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}
.page-default .page-content .page-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  border-radius: 8px;
  overflow: hidden;
}
.page-default .page-content .page-body table th {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 12px;
  text-align: left;
  font-weight: 700;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #000000;
}
.page-default .page-content .page-body table td {
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
  color: #444;
}
.page-default .page-content .page-body table tr:last-child td {
  border-bottom: none;
}

.hero-section {
  background-color: #000;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 991px) {
  .hero-section {
    flex-direction: column;
  }
}
.hero-section .bg-video {
  padding-bottom: 30px;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .hero-section .bg-video {
    padding-bottom: 0;
  }
}
.hero-section .bg-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh;
  opacity: 0.5;
  background-color: #000;
}
@media (max-width: 991px) {
  .hero-section .bg-video::before {
    opacity: 0;
    height: inherit;
  }
}
.hero-section .bg-video video {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 991px) {
  .hero-section .bg-video video {
    height: inherit;
  }
}
.hero-section .bg-video img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 991px) {
  .hero-section .bg-video img {
    height: inherit;
  }
}
.hero-section .container {
  position: absolute;
  bottom: 150px;
}
@media (max-width: 991px) {
  .hero-section .container {
    position: static;
    padding: 30px 15px;
  }
}
.hero-section .container h1 {
  color: #fff;
  font-size: 50px;
  margin: 0;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .hero-section .container h1 {
    font-size: 26px;
  }
}
.hero-section .container p {
  color: #fff;
  font-size: 20px;
  line-height: 38px;
}
@media (max-width: 991px) {
  .hero-section .container p {
    font-size: 14px;
    line-height: 32px;
  }
}
.hero-section .container .buttons {
  display: flex;
  gap: 20px;
}
.hero-section.text-right .container {
  text-align: right;
}
@media (max-width: 991px) {
  .hero-section.text-right .container {
    text-align: left;
  }
}
.hero-section.text-right .container .buttons {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .hero-section.text-right .container .buttons {
    justify-content: flex-start;
  }
}

.media-overlay-section {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #000;
}
.media-overlay-section .bg-media {
  position: relative;
  width: 100%;
  padding: 30px 0;
}
.media-overlay-section .bg-media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}
.media-overlay-section .bg-media img,
.media-overlay-section .bg-media video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 991px) {
  .media-overlay-section .bg-media img,
  .media-overlay-section .bg-media video {
    height: 70vh;
  }
}
.media-overlay-section .container {
  position: absolute;
  bottom: 100px;
  color: #fff;
}
@media (max-width: 991px) {
  .media-overlay-section .container {
    padding-top: 50px;
  }
}
.media-overlay-section .container .buttons {
  display: flex;
  gap: 20px;
}
.media-overlay-section .container h4 {
  color: #fff;
  font-size: 45px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .media-overlay-section .container h4 {
    font-size: 26px;
    line-height: 40px;
  }
}
.media-overlay-section .container p {
  color: #fff;
  font-size: 20px;
  line-height: 38px;
}
@media (max-width: 991px) {
  .media-overlay-section .container p {
    font-size: 14px;
    line-height: 32px;
  }
}
.media-overlay-section.text-right .container {
  text-align: right;
}
.media-overlay-section.text-right .container .buttons {
  justify-content: flex-end;
}
.media-overlay-section.text-right .container p {
  max-width: 800px;
  margin-left: auto;
}

.section-02 {
  background-color: #0f131a;
  padding: 50px 0;
}
.section-02 .slick-track {
  margin-right: inherit;
  margin-left: inherit;
}
.section-02 .audi-model-selector {
  background-color: #0b111a;
  color: #ffffff;
  padding: 30px 0;
}
.section-02 .audi-model-selector .container-fluid {
  padding: 0 40px;
}
.section-02 .filter-tabs-wrapper {
  margin-bottom: 20px;
  overflow-x: auto;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .section-02 .filter-tabs-wrapper .filter-tabs {
    display: block;
  }
}
@media (max-width: 991px) {
  .section-02 .filter-tabs-wrapper .filter-tabs .nav-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.section-02 .filter-tabs-wrapper .filter-tabs .nav-item .nav-link {
  color: #cccccc;
  background-color: transparent;
  border: 1px solid #333333;
  padding: 6px 15px;
  margin-right: 8px;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.2s;
}
.section-02 .filter-tabs-wrapper .filter-tabs .nav-item .nav-link:hover {
  background-color: #1a222f;
  border-color: #555555;
}
.section-02 .filter-tabs-wrapper .filter-tabs .nav-item .nav-link.active {
  background-color: #15a9e1;
  color: #fff;
  font-weight: 500;
}
.section-02 .model-count-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #cccccc;
  font-size: 14px;
  margin: 30px 0 15px 0;
}
.section-02 .model-count-bar .next-mock-arrow {
  font-size: 18px;
  font-weight: 700;
  color: #555555;
  cursor: pointer;
}
.section-02 .model-card {
  background-color: #000;
  border-radius: 8px;
  padding: 20px;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
}
@media (max-width: 991px) {
  .section-02 .model-card {
    padding: 15px;
  }
}
.section-02 .model-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.section-02 .model-card .main-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.section-02 .model-card .main-card .card-header {
  text-align: center;
  margin-bottom: 15px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .section-02 .model-card .main-card .card-header {
    min-height: 40px;
  }
}
.section-02 .model-card .main-card .card-header .model-name {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .section-02 .model-card .main-card .card-header .model-name {
    font-size: 14px;
  }
}
.section-02 .model-card .main-card .car-image {
  width: 100%;
  height: 250px;
  object-fit: contain;
  object-position: center;
  display: block;
  background: transparent;
}
@media (max-width: 991px) {
  .section-02 .model-card .main-card .car-image {
    height: 200px;
  }
}
.section-02 .slick-arrow {
  color: #fff;
  position: absolute;
  top: -50px;
  font-size: 20px;
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .section-02 .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.7);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }
  .section-02 .slick-arrow:hover {
    background: rgba(0, 0, 0, 0.9);
  }
}
.section-02 .slick-arrow.fa-angle-left {
  right: 30px;
}
@media (max-width: 991px) {
  .section-02 .slick-arrow.fa-angle-left {
    left: 10px;
    right: auto;
  }
}
.section-02 .slick-arrow.fa-angle-right {
  right: 0;
}
@media (max-width: 991px) {
  .section-02 .slick-arrow.fa-angle-right {
    right: 10px;
  }
}

.two-column-section {
  background-color: #0f131a;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .two-column-section {
    padding: 50px 0;
  }
}
.two-column-section img,
.two-column-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .two-column-section img,
  .two-column-section video {
    height: 400px;
    margin-bottom: 20px;
  }
}
.two-column-section .text {
  color: #e7e7e7;
}
.two-column-section .text h4 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 30px;
}
@media (max-width: 991px) {
  .two-column-section .text h4 {
    font-size: 20px;
  }
}
.two-column-section .text .buttons {
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .two-column-section.reverse-mobile .row {
    flex-direction: column-reverse;
  }
}

.section-03 {
  padding: 0;
}
.section-03 .text {
  margin-left: 50px;
}
@media (max-width: 991px) {
  .section-03 .text {
    margin-left: 0;
  }
}

.section-07 {
  background-color: #0f131a;
  padding: 100px 0;
}
.section-07 .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.section-07 .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  border-radius: 5px;
}
.section-07 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .section-07 .item img {
    margin-bottom: 20px;
    height: 350px;
  }
}
.section-07 .item .text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 100;
}
@media (max-width: 991px) {
  .section-07 .item .text {
    text-align: center;
  }
}
.section-07 .item .text h4,
.section-07 .item .text h2 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 20px;
}

.section-08 {
  background-color: #0f131a;
}
.section-08 .box {
  margin-bottom: 50px;
}
.section-08 .box .box-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 10px;
}
.section-08 .box .box-title h4,
.section-08 .box .box-title h2 {
  color: #fff;
  margin-bottom: 20px;
}
.section-08 .box .box-text p {
  color: #fff;
  opacity: 0.7;
  font-size: 16px;
  line-height: 32px;
}

.about-banner {
  background-color: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.about-banner .bg-image {
  width: 100%;
  position: relative;
}
.about-banner .bg-image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}
.about-banner .bg-image::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to top, #000 0%, transparent 100%);
  z-index: 2;
}
.about-banner .bg-image img {
  aspect-ratio: 16/3;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.85);
  transition: transform 0.5s ease;
}
@media (max-width: 991px) {
  .about-banner .bg-image img {
    aspect-ratio: 16/8;
  }
}
.about-banner .bg-image video {
  aspect-ratio: 16/4;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.85);
}
@media (max-width: 991px) {
  .about-banner .bg-image video {
    aspect-ratio: 16/8;
  }
}
.about-banner .container {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  z-index: 3;
}
.about-banner .container h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .about-banner .container h1 {
    font-size: 32px;
    letter-spacing: -0.5px;
  }
}
.about-banner .container h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #15a9e1, transparent);
  border-radius: 2px;
}
.about-banner:hover .bg-image img {
  transform: scale(1.05);
}

.about-section-01 {
  padding: 72px 0;
}
@media (max-width: 991px) {
  .about-section-01 {
    padding: 30px 0;
  }
}
.about-section-01 .title-text h2 {
  font-size: 45px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .about-section-01 .title-text h2 {
    font-size: 42px;
  }
}
.about-section-01 .title-text p {
  font-size: 20px;
  max-width: 1200px;
  margin-bottom: 20px;
  line-height: 35px;
}
@media (max-width: 991px) {
  .about-section-01 .title-text p {
    font-size: 16px;
  }
}
.about-section-01 .image {
  margin-bottom: 20px;
}
.about-section-01 .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 5px;
  object-fit: cover;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  transition: transform 0.2s;
}
.about-section-01 .image img:hover {
  transform: scale(1.03);
}
.about-section-01 .text p {
  font-size: 20px;
  max-width: 1200px;
  line-height: 35px;
}
@media (max-width: 991px) {
  .about-section-01 .text p {
    font-size: 15px;
  }
}

.about-section-02 {
  padding: 72px 0;
}
@media (max-width: 991px) {
  .about-section-02 {
    padding: 30px 0;
  }
}
.about-section-02 .title h4 {
  font-size: 45px;
  font-weight: 600;
  max-width: 1200px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .about-section-02 .title h4 {
    font-size: 32px;
    line-height: 130%;
  }
}
.about-section-02 .numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .about-section-02 .numbers {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 16px;
  }
}
.about-section-02 .numbers li {
  border-bottom: 1px solid #aaa;
  padding-bottom: 30px;
}
.about-section-02 .numbers li span {
  font-size: 60px;
  display: block;
}
@media (max-width: 991px) {
  .about-section-02 .numbers li span {
    font-size: 42px;
  }
}
.about-section-02 .numbers li small {
  font-size: 18px;
}
@media (max-width: 991px) {
  .about-section-02 .numbers li small {
    font-size: 16px;
  }
}

.about-section-03 {
  padding: 72px 0;
}
@media (max-width: 991px) {
  .about-section-03 {
    padding: 30px 0;
  }
}
.about-section-03 .container .title-text {
  max-width: 650px;
  margin: 0 auto 50px;
  display: table;
  text-align: center;
  color: #000;
}
@media (max-width: 991px) {
  .about-section-03 .container .title-text {
    padding: 0 15px;
    margin-bottom: 15px;
  }
}
.about-section-03 .container .title-text h4 {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .about-section-03 .container .title-text h4 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.about-section-03 .container .title-text p {
  opacity: 0.8;
}
@media (max-width: 991px) {
  .about-section-03 .container .title-text p {
    font-size: 15px;
  }
}
.about-section-03 .marquee-01,
.about-section-03 .marquee-02 {
  margin-top: 40px;
}
.about-section-03 .marquee-01 li,
.about-section-03 .marquee-02 li {
  margin: 0 20px;
  display: flex !important;
  align-items: center;
}
@media (max-width: 991px) {
  .about-section-03 .marquee-01 li,
  .about-section-03 .marquee-02 li {
    margin: 0 10px;
  }
}
.about-section-03 .marquee-01 li img,
.about-section-03 .marquee-02 li img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  padding: 5px;
  display: block;
}
@media (max-width: 991px) {
  .about-section-03 .marquee-01 li img,
  .about-section-03 .marquee-02 li img {
    width: 100px;
    height: 100px;
  }
}

.about-section-04 {
  padding: 72px 0;
}
.about-section-04 .container .up {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .about-section-04 .container .up {
    flex-direction: column;
    margin-bottom: 30px;
    gap: 30px;
  }
}
.about-section-04 .container .up .title {
  flex: 1;
}
.about-section-04 .container .up .title p {
  font-size: 20px;
  line-height: 36px;
  margin: 0;
}
@media (max-width: 991px) {
  .about-section-04 .container .up .title p {
    font-size: 16px;
    line-height: 24px;
  }
}
.about-section-04 .container .up .title h4 {
  font-size: 50px;
  line-height: 130%;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .about-section-04 .container .up .title h4 {
    font-size: 32px;
    line-height: 130%;
    font-weight: 500;
    margin-bottom: 10px;
  }
}
.about-section-04 .container .up .text {
  flex: 1;
}
.about-section-04 .container .up .text p {
  font-size: 20px;
  line-height: 36px;
  margin: 0;
}
@media (max-width: 991px) {
  .about-section-04 .container .up .text p {
    font-size: 16px;
    line-height: 24px;
  }
}
.about-section-04 .container .image-text img {
  width: 100%;
  border-radius: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .about-section-04 .container .image-text img {
    height: 300px;
    object-fit: cover;
  }
}
.about-section-04 .container .image-text p {
  font-size: 32px;
  margin: 0;
}
@media (max-width: 991px) {
  .about-section-04 .container .image-text p {
    font-size: 22px;
    line-height: 160%;
  }
}

.blog-section-01 {
  padding: 72px 0;
}
.blog-section-01 .title h1 {
  font-weight: 700;
  margin-bottom: 30px;
}
.blog-section-01 .item {
  display: block;
  margin-bottom: 40px;
}
.blog-section-01 .item:hover img {
  transform: scale(1.05);
}
.blog-section-01 .item .image {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
}
.blog-section-01 .item .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/12;
  object-fit: cover;
  transition: all ease-in-out 300ms;
}
.blog-section-01 .item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #5a5a60;
  margin-bottom: 0;
}
.blog-section-01 .pagination-wrapper {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .blog-section-01 .pagination-wrapper {
    margin-top: 40px;
  }
}
.blog-section-01 .pagination-wrapper .page-numbers {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-section-01 .pagination-wrapper .page-numbers li {
  display: inline-block;
}
.blog-section-01 .pagination-wrapper .page-numbers li a,
.blog-section-01 .pagination-wrapper .page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .blog-section-01 .pagination-wrapper .page-numbers li a,
  .blog-section-01 .pagination-wrapper .page-numbers li span {
    min-width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.blog-section-01 .pagination-wrapper .page-numbers li a:hover,
.blog-section-01 .pagination-wrapper .page-numbers li span:hover {
  background: #15a9e1;
  border-color: #15a9e1;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(21, 169, 225, 0.3);
}
.blog-section-01 .pagination-wrapper .page-numbers li a i,
.blog-section-01 .pagination-wrapper .page-numbers li span i {
  font-size: 18px;
}
@media (max-width: 991px) {
  .blog-section-01 .pagination-wrapper .page-numbers li a i,
  .blog-section-01 .pagination-wrapper .page-numbers li span i {
    font-size: 16px;
  }
}
.blog-section-01 .pagination-wrapper .page-numbers li span.current {
  background: #15a9e1;
  border-color: #15a9e1;
  color: #ffffff;
  cursor: default;
}
.blog-section-01 .pagination-wrapper .page-numbers li span.dots {
  border: none;
  background: transparent;
  cursor: default;
  min-width: auto;
}
.blog-section-01 .pagination-wrapper .page-numbers li span.dots:hover {
  background: transparent;
  transform: none;
  box-shadow: none;
}

.references-section-01 {
  padding: 70px 0;
}
.references-section-01 .col-lg-2 {
  margin-bottom: 15px;
}
.references-section-01 .col-lg-2 .image-box {
  overflow: hidden;
  margin-bottom: 10px;
}
.references-section-01 .col-lg-2 .image-box img {
  aspect-ratio: 1/1;
  border: 1px solid #eee;
  padding: 8px;
  border-radius: 6px;
  width: 100%;
  object-fit: contain;
}
.references-section-01 .col-lg-2 h3,
.references-section-01 .col-lg-2 h4 {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}

.post-content {
  padding: 80px;
}
@media (max-width: 992px) {
  .post-content {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .post-content .main-content {
    width: 100%;
    padding-top: 0;
  }
}
.post-content .main-content .post-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  font-size: 14px;
  margin-top: 15px;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .post-content .main-content .post-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.post-content .main-content .post-meta a {
  display: flex;
  align-items: center;
  gap: 5px;
  opacity: 0.6;
  font-size: 14px;
  color: rgb(51, 51, 51);
  text-decoration: none;
  transition: all 0.3s ease;
}
.post-content .main-content .post-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
  opacity: 0.6;
  font-size: 14px;
}
.post-content .main-content .post-meta .post-share {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.post-content .main-content .post-meta .post-share .share-label {
  font-weight: 600;
  color: rgb(51, 51, 51);
  font-size: 14px;
}
.post-content .main-content .post-meta .post-share .share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgb(51, 51, 51);
  text-decoration: none;
  transition: all 0.3s ease;
}
.post-content .main-content .post-meta .post-share .share-btn i {
  font-size: 14px;
}
.post-content .main-content .post-header {
  margin-bottom: 50px;
}
.post-content .main-content .post-header h1 {
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: rgb(51, 51, 51);
}
@media (max-width: 991px) {
  .post-content .main-content .post-header h1 {
    font-size: 32px;
  }
}
.post-content .main-content .post-image-lg {
  margin-bottom: 20px;
}
.post-content .main-content .post-image-lg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.post-content .main-content h2 {
  font-size: 20px;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 700;
}
.post-content .main-content p {
  opacity: 0.7;
  font-weight: 300;
}
.post-content .main-content .main-content-text {
  margin-bottom: 30px;
}
.post-content .main-content .main-content-text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 25px 0;
  border-radius: 8px;
}
.post-content .sidebar-toc {
  width: 280px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .post-content .sidebar-toc {
    width: 0px;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .post-content .post-content .container {
    flex-direction: column;
  }
  .post-content .main-content {
    width: 100%;
    padding-top: 0;
  }
}
.post-content .post-footer-meta {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}
.post-content .post-footer-meta .meta-section {
  margin-bottom: 25px;
}
.post-content .post-footer-meta .meta-title {
  font-size: 16px;
  font-weight: 500;
  color: #555555;
  margin-bottom: 10px;
}
.post-content .post-footer-meta .meta-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.post-content .post-footer-meta .meta-tag {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000000;
  border: 1px solid #000000;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.post-content .post-footer-meta .copy-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #000000;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  background-color: transparent;
  color: #000000;
  cursor: pointer;
  transition: all 0.2s ease;
}
.post-content .post-footer-meta .copy-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.post-content .post-footer-meta .copy-button:hover {
  border-color: #000000;
  color: #000000;
}
.post-content .post-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .post-content .post-navigation {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.post-content .mini-title {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .post-content .mini-title {
    margin-left: 0;
    margin-top: 60px;
  }
}
.post-content .mini-title h4 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
.post-content .blog-item {
  margin-bottom: 40px;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .post-content .blog-item {
    margin-left: 0;
  }
}
.post-content .blog-item .blog-link {
  display: flex;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.post-content .blog-item .image {
  flex: 0 0 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
}
.post-content .blog-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.post-content .blog-item .text {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  flex: 1;
}
.post-content .blog-item .text h6 {
  color: rgb(51, 51, 51);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.post-content .blog-item .text span {
  color: #555;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}
.post-content .blog-item .text span img {
  width: 15px;
  height: 15px;
}

.section-referances-page {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .section-referances-page {
    padding-top: 30px;
  }
}
.section-referances-page .container {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .section-referances-page .container {
    padding-bottom: 30px;
  }
}
.section-referances-page .container .grid-items {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-radius: 6px;
  padding: 16px 0;
  gap: 30px;
}
@media (max-width: 991px) {
  .section-referances-page .container .grid-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
.section-referances-page .container .grid-items .item {
  overflow: hidden;
}
.section-referances-page .container .grid-items .item img {
  aspect-ratio: 1/1;
  border: 1px solid #eee;
  padding: 8px;
  border-radius: 6px;
  width: 100%;
  object-fit: contain;
}
.section-referances-page .container .grid-items .item span {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-top: 6px;
}

.accordion-section {
  padding: 70px 0;
}
.accordion-section.bg-gray {
  background-color: #f8f8f8;
}
.accordion-section .title h2 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .accordion-section .title h2 {
    font-size: 32px;
  }
}
.accordion-section .title h4 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .accordion-section .title h4 {
    font-size: 32px;
  }
}
.accordion-section .title p {
  opacity: 0.7;
  font-size: 19px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .accordion-section .title p {
    font-size: 16px;
  }
}
.accordion-section .accordion-item {
  margin-bottom: 20px;
  border: 1px solid #dee2e6;
}
.accordion-section .accordion-item .accordion-header {
  padding-left: 20px;
}
.accordion-section .accordion-item .accordion-header .accordion-button {
  padding: 20px 0;
}
.accordion-section .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: inherit;
  box-shadow: inherit;
}
.accordion-section .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: inherit;
}
.accordion-section .accordion-item .accordion-header .accordion-button::after {
  transform: inherit;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .accordion-section .accordion-item .accordion-body {
    font-size: 16px;
    line-height: 32px;
  }
}

.product-banner {
  background-color: #000;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.product-banner .bg-image {
  width: 100%;
  position: relative;
}
.product-banner .bg-image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, black 6%, rgba(0, 0, 0, 0.3) 90%);
}
.product-banner .bg-image img {
  aspect-ratio: 16/5;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .product-banner .bg-image img {
    aspect-ratio: 16/16;
  }
}
.product-banner .bg-image video {
  aspect-ratio: 13/5;
  width: 100%;
  object-fit: cover;
}
.product-banner .container {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.product-banner .container h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .product-banner .container h1 {
    font-size: 45px;
    text-align: center;
  }
}

.product-section-01 {
  padding: 70px 0;
}
.product-section-01 .container .row {
  display: flex;
  flex-wrap: wrap;
}
.product-section-01 .container .row > [class*=col-] {
  display: flex;
  flex-direction: column;
}
.product-section-01 .container .item {
  border: 1px solid #e0e0e0;
  padding: 20px;
  border-radius: 5px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-section-01 .container .item:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}
.product-section-01 .container .item .image {
  height: 300px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product-section-01 .container .item .image {
    height: 250px;
  }
}
.product-section-01 .container .item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.product-section-01 .container .item.mb-40 {
  margin-bottom: 40px;
}
.product-section-01 .container .item .title {
  margin-bottom: 15px;
}
.product-section-01 .container .item .title h4 {
  color: #000;
  font-size: 22px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .product-section-01 .container .item .title h4 {
    font-size: 18px;
  }
}
.product-section-01 .container .item .text {
  margin-bottom: 20px;
  list-style-type: none;
}
.product-section-01 .container .item .text p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.product-section-01 .container .item .button {
  background-color: #15a9e1;
  color: #fff;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
  margin-top: auto;
}
.product-section-01 .container .item .button:hover {
  background-color: rgb(16.6463414634, 133.9634146341, 178.3536585366);
  transform: translateX(5px);
}

.product-detail-section-01 {
  padding: 80px 0;
  background: #f8f9fa;
}
@media (max-width: 991px) {
  .product-detail-section-01 {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .product-detail-section-01 .image-gallery-wrapper .row {
    display: flex;
    flex-direction: column;
  }
}
.product-detail-section-01 .image-gallery-wrapper .thumbnails-column {
  height: 500px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .product-detail-section-01 .image-gallery-wrapper .thumbnails-column {
    height: auto;
    order: 2;
    position: relative;
  }
}
.product-detail-section-01 .image-gallery-wrapper .thumbnails-column .images {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}
.product-detail-section-01 .image-gallery-wrapper .thumbnails-column .images::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.product-detail-section-01 .image-gallery-wrapper .thumbnails-column .images::-webkit-scrollbar-track {
  background: transparent;
}
.product-detail-section-01 .image-gallery-wrapper .thumbnails-column .images::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.product-detail-section-01 .image-gallery-wrapper .thumbnails-column .images::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .product-detail-section-01 .image-gallery-wrapper .thumbnails-column .images {
    display: flex;
    align-items: center;
    gap: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0 60px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .product-detail-section-01 .image-gallery-wrapper .thumbnails-column .images::-webkit-scrollbar {
    display: none;
  }
}
.product-detail-section-01 .image-gallery-wrapper .thumbnails-column .images .thumbnail-item {
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  aspect-ratio: 1;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .product-detail-section-01 .image-gallery-wrapper .thumbnails-column .images .thumbnail-item {
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    margin-bottom: 0;
    border: 2px solid transparent;
  }
}
.product-detail-section-01 .image-gallery-wrapper .thumbnails-column .images .thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .product-detail-section-01 .image-gallery-wrapper .thumbnails-column .images .thumbnail-item img {
    border-radius: 5px;
  }
}
.product-detail-section-01 .image-gallery-wrapper .thumbnails-column .images .thumbnail-item:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}
@media (max-width: 991px) {
  .product-detail-section-01 .image-gallery-wrapper .thumbnails-column .images .thumbnail-item:hover {
    transform: scale(1.05);
  }
}
.product-detail-section-01 .image-gallery-wrapper .thumbnails-column .images .thumbnail-item.active {
  opacity: 1;
  border-color: #0f131a;
}
.product-detail-section-01 .image-gallery-wrapper .thumbnails-column .gallery-nav-btn {
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 5px;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.product-detail-section-01 .image-gallery-wrapper .thumbnails-column .gallery-nav-btn:hover {
  background: #0f131a;
  color: #fff;
}
.product-detail-section-01 .image-gallery-wrapper .thumbnails-column .gallery-nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.product-detail-section-01 .image-gallery-wrapper .thumbnails-column .gallery-nav-btn.gallery-prev {
  margin-bottom: 15px;
}
.product-detail-section-01 .image-gallery-wrapper .thumbnails-column .gallery-nav-btn.gallery-next {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .product-detail-section-01 .image-gallery-wrapper .thumbnails-column .gallery-nav-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    border-radius: 5px;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
  .product-detail-section-01 .image-gallery-wrapper .thumbnails-column .gallery-nav-btn i {
    transform: rotate(-90deg);
  }
  .product-detail-section-01 .image-gallery-wrapper .thumbnails-column .gallery-nav-btn:hover {
    background: #0f131a;
    color: #fff;
  }
  .product-detail-section-01 .image-gallery-wrapper .thumbnails-column .gallery-nav-btn.gallery-prev {
    left: 10px;
    margin-bottom: 0;
  }
  .product-detail-section-01 .image-gallery-wrapper .thumbnails-column .gallery-nav-btn.gallery-next {
    right: 10px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .product-detail-section-01 .image-gallery-wrapper .main-image-column {
    order: 1;
  }
}
.product-detail-section-01 .image-gallery-wrapper .main-image-column .main-image-card {
  border-radius: 5px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}
@media (max-width: 991px) {
  .product-detail-section-01 .image-gallery-wrapper .main-image-column .main-image-card {
    margin-top: 0;
    margin-bottom: 20px;
    height: 350px;
  }
}
.product-detail-section-01 .image-gallery-wrapper .main-image-column .main-image-card img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.product-detail-section-01 .image-gallery-wrapper .main-image-column .main-image-card .zoom-indicator {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  pointer-events: none;
}
@media (max-width: 991px) {
  .product-detail-section-01 .image-gallery-wrapper .main-image-column .main-image-card .zoom-indicator {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}
.product-detail-section-01 .product-details-wrapper {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .product-detail-section-01 .product-details-wrapper {
    padding-left: 12px;
    margin-top: 30px;
  }
}
.product-detail-section-01 .product-details-wrapper .details-inner .badge-new {
  background-color: #e0f2fe;
  color: #0f131a;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: inline-block;
  margin-bottom: 15px;
}
.product-detail-section-01 .product-details-wrapper .details-inner .product-title {
  font-size: 38px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 5px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .product-detail-section-01 .product-details-wrapper .details-inner .product-title {
    font-size: 27px;
  }
}
.product-detail-section-01 .product-details-wrapper .details-inner .product-subtitle {
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 30px;
  font-weight: 400;
}
.product-detail-section-01 .product-details-wrapper .details-inner .product-features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
  margin: 20px 0px;
}
@media (max-width: 991px) {
  .product-detail-section-01 .product-details-wrapper .details-inner .product-features-grid {
    columns: 2;
    display: block;
    margin-bottom: 20px;
  }
}
.product-detail-section-01 .product-details-wrapper .details-inner .product-features-grid .feature-box {
  background-color: #ffffff;
  border: 1px solid #e9ecef;
  padding: 10px 16px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #495057;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
}
@media (max-width: 991px) {
  .product-detail-section-01 .product-details-wrapper .details-inner .product-features-grid .feature-box {
    margin-bottom: 20px;
    align-items: flex-start;
  }
}
.product-detail-section-01 .product-details-wrapper .details-inner .product-features-grid .feature-box:hover {
  border-color: #15a9e1;
  background-color: #f8faff;
  color: #15a9e1;
}
.product-detail-section-01 .product-details-wrapper .details-inner .product-features-grid .feature-box p {
  margin: 0;
}
@media (max-width: 991px) {
  .product-detail-section-01 .product-details-wrapper .details-inner .product-features-grid .feature-box p {
    font-size: 13px;
  }
}
.product-detail-section-01 .product-details-wrapper .details-inner .modern-contact-form {
  background: white;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.02);
}
@media (max-width: 991px) {
  .product-detail-section-01 .product-details-wrapper .details-inner .modern-contact-form {
    padding: 20px;
  }
}
.product-detail-section-01 .product-details-wrapper .details-inner .modern-contact-form .form-header {
  margin-bottom: 20px;
}
.product-detail-section-01 .product-details-wrapper .details-inner .modern-contact-form .form-header h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #212529;
}
.product-detail-section-01 .product-details-wrapper .details-inner .modern-contact-form .form-header p {
  font-size: 13px;
  color: #868e96;
  margin: 5px 0 0 0;
}
.product-detail-section-01 .product-details-wrapper .details-inner .modern-contact-form .custom-input {
  background-color: #f8f9fa;
  border: 1px solid transparent;
  padding: 14px 18px;
  border-radius: 5px;
  font-size: 14px;
  color: #212529;
  transition: all 0.3s;
  margin-bottom: 20px;
}
.product-detail-section-01 .product-details-wrapper .details-inner .modern-contact-form .custom-input:focus {
  background-color: white;
  border-color: #0f131a;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
  outline: none;
}
.product-detail-section-01 .product-details-wrapper .details-inner .modern-contact-form .custom-input::placeholder {
  color: #adb5bd;
}
.product-detail-section-01 .product-details-wrapper .details-inner .modern-contact-form .btn-gradient-action {
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 16px;
  background: #15a9e1;
  color: white;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.product-detail-section-01 .product-details-wrapper .details-inner .modern-contact-form .btn-gradient-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.3);
}
.product-detail-section-01 .product-details-wrapper .details-inner .modern-contact-form .btn-gradient-action:active {
  transform: translateY(0);
}

.product-detail-section-02 {
  padding: 80px 0;
  background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
}
@media (max-width: 991px) {
  .product-detail-section-02 {
    padding: 50px 0;
  }
}
.product-detail-section-02 .container {
  padding: 0 20px;
}
.product-detail-section-02 .section-title-dark {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 40px;
  letter-spacing: -0.5px;
  border-bottom: 3px solid #15a9e1;
  display: inline-block;
  padding-bottom: 8px;
}
@media (max-width: 991px) {
  .product-detail-section-02 .section-title-dark {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.product-detail-section-02 .specs-table-wrapper {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 991px) {
  .product-detail-section-02 .specs-table-wrapper {
    padding: 20px;
  }
}
.product-detail-section-02 .specs-table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}
@media (min-width: 993px) {
  .product-detail-section-02 .specs-table-wrapper table {
    display: block;
  }
}
.product-detail-section-02 .specs-table-wrapper table thead tr {
  background: rgba(21, 169, 225, 0.2);
  border-bottom: 2px solid #15a9e1;
}
.product-detail-section-02 .specs-table-wrapper table thead tr th {
  padding: 16px 20px;
  text-align: left;
  font-weight: 700;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .product-detail-section-02 .specs-table-wrapper table thead tr th {
    padding: 12px 16px;
    font-size: 13px;
  }
}
@media (min-width: 993px) {
  .product-detail-section-02 .specs-table-wrapper table tbody {
    display: block;
    column-count: 2;
    column-gap: 40px;
  }
}
.product-detail-section-02 .specs-table-wrapper table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  break-inside: avoid;
}
@media (min-width: 993px) {
  .product-detail-section-02 .specs-table-wrapper table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}
.product-detail-section-02 .specs-table-wrapper table tbody tr:last-child {
  border-bottom: none;
}
.product-detail-section-02 .specs-table-wrapper table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}
.product-detail-section-02 .specs-table-wrapper table tbody tr:hover {
  background: rgba(21, 169, 225, 0.1);
}
.product-detail-section-02 .specs-table-wrapper table tbody tr td {
  padding: 16px 20px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}
@media (min-width: 993px) {
  .product-detail-section-02 .specs-table-wrapper table tbody tr td {
    display: table-cell;
  }
}
@media (max-width: 991px) {
  .product-detail-section-02 .specs-table-wrapper table tbody tr td {
    padding: 12px 16px;
    font-size: 14px;
    display: block;
    border: none;
  }
}
.product-detail-section-02 .specs-table-wrapper table tbody tr td:first-child {
  font-weight: 600;
  color: #ffffff;
  width: 40%;
}
@media (max-width: 991px) {
  .product-detail-section-02 .specs-table-wrapper table tbody tr td:first-child {
    width: 100%;
    padding-bottom: 6px;
  }
}
.product-detail-section-02 .specs-table-wrapper table tbody tr td strong {
  color: #15a9e1;
  font-weight: 700;
}
.product-detail-section-02 .specs-table-wrapper p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 12px;
}
.product-detail-section-02 .specs-table-wrapper p:last-child {
  margin-bottom: 0;
}
.product-detail-section-02 .specs-table-wrapper ul,
.product-detail-section-02 .specs-table-wrapper ol {
  color: rgba(255, 255, 255, 0.9);
  padding-left: 20px;
  margin-bottom: 12px;
}
.product-detail-section-02 .specs-table-wrapper ul li,
.product-detail-section-02 .specs-table-wrapper ol li {
  margin-bottom: 8px;
  line-height: 1.6;
}
.product-detail-section-02 .specs-table-wrapper ul li:last-child,
.product-detail-section-02 .specs-table-wrapper ol li:last-child {
  margin-bottom: 0;
}
.product-detail-section-02 .specs-table-wrapper strong {
  color: #15a9e1;
  font-weight: 700;
}
.product-detail-section-02 .specs-table-dark {
  display: flex;
  flex-direction: column;
  border: 1px solid #495057;
}
@media (max-width: 991px) {
  .product-detail-section-02 .specs-table-dark {
    border: none;
  }
}
.product-detail-section-02 .specs-table-dark .table-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .product-detail-section-02 .specs-table-dark .table-row {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
}
.product-detail-section-02 .specs-table-dark .table-row:nth-child(odd) .table-cell.value {
  background-color: #15a9e1;
}
.product-detail-section-02 .specs-table-dark .table-row .table-cell {
  padding: 30px 20px;
  font-size: 16px;
  border-bottom: 1px solid #495057;
  height: 50px;
  display: flex;
  align-items: center;
}
.product-detail-section-02 .specs-table-dark .table-row .table-cell.label {
  background-color: #343a40;
  color: #ffffff;
  font-weight: 400;
  border-right: 1px solid #495057;
}
.product-detail-section-02 .specs-table-dark .table-row .table-cell.value {
  background-color: #495057;
  color: #f8f9fa;
  font-weight: 600;
}

.contact-section-01 {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .contact-section-01 {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .contact-section-01 .title {
    margin-bottom: 30px;
  }
}
.contact-section-01 .title h2,
.contact-section-01 .title h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .contact-section-01 .title h2,
  .contact-section-01 .title h4 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
.contact-section-01 .title p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .contact-section-01 .title p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.contact-section-01 .title .button {
  border: 1px solid black;
  border-radius: 10px;
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .contact-section-01 .title .button {
    padding: 10px 18px;
    font-size: 14px;
  }
}
.contact-section-01 .title .button strong {
  color: black;
  font-weight: 500;
}
.contact-section-01 .col-lg-12:not(:last-child) {
  border-bottom: 1px solid black;
}
.contact-section-01 .col-lg-12:not(:first-child) {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .contact-section-01 .col-lg-12:not(:first-child) {
    padding-top: 25px;
  }
}
.contact-section-01 .col-lg-12 .text h3,
.contact-section-01 .col-lg-12 .text h4 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 500;
  color: #15a9e1;
}
@media (max-width: 991px) {
  .contact-section-01 .col-lg-12 .text h3,
  .contact-section-01 .col-lg-12 .text h4 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.contact-section-01 .col-lg-12 .text p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .contact-section-01 .col-lg-12 .text p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
.contact-section-01 .col-lg-12 .text .button {
  border: 1px solid black;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 30px;
  display: inline-block;
}
@media (max-width: 991px) {
  .contact-section-01 .col-lg-12 .text .button {
    padding: 10px 18px;
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.contact-section-01 .col-lg-12 .text .button strong {
  color: black;
  font-weight: 500;
}

.contact-section-02 {
  background-color: black;
  padding: 50px 0;
}
.contact-section-02 img {
  width: 100%;
}

.contact-section-03 {
  padding: 100px 0;
}
.contact-section-03 .title {
  margin-bottom: 20px;
  text-align: center;
}
.contact-section-03 .title h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 700;
}
.contact-section-03 .sales-item {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 40px;
}
.contact-section-03 .sales-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08);
}
.contact-section-03 .sales-item .sales-trigger {
  width: 100%;
  padding: 20px 32px;
  background: none;
  border: none;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  text-align: left;
  cursor: pointer;
}
.contact-section-03 .sales-item .sales-trigger .city {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8b8b8b;
}
.contact-section-03 .sales-item .sales-trigger .place {
  font-size: 22px;
  font-weight: 600;
  color: #111111;
}
@media (max-width: 991px) {
  .contact-section-03 .sales-item .sales-trigger .place {
    font-size: 18px;
  }
}
.contact-section-03 .sales-item .sales-trigger .icon {
  font-size: 26px;
  font-weight: 300;
  transition: transform 0.3s ease;
}
.contact-section-03 .sales-item .sales-trigger[aria-expanded=true] .icon {
  transform: rotate(45deg);
}
.contact-section-03 .sales-content {
  padding: 10px 30px 10px 30px;
}
.contact-section-03 .sales-content table {
  display: block;
}
.contact-section-03 .sales-content table tr {
  display: block !important;
  margin-bottom: 10px;
}
.contact-section-03 .sales-content table tr:last-child {
  margin-bottom: 0;
}
.contact-section-03 .sales-content table tr td {
  margin: 0;
}
.contact-section-03 .sales-content table tr td:first-child {
  font-weight: 600;
  font-size: 18px;
}
.contact-section-03 .sales-content table tr td {
  display: block !important;
}
.contact-section-03 .sales-content table tr td a {
  display: block;
  color: #15a9e1;
  font-weight: 600;
}

.contact-section-04 {
  padding: 70px 0;
  background-color: #000;
}
.contact-section-04 .title {
  text-align: center;
  margin-bottom: 40px;
}
.contact-section-04 .title h4 {
  color: #fff;
  font-size: 40px;
  margin: 0;
  margin-bottom: 20px;
}
.contact-section-04 .title p {
  color: #fff;
  margin: 0;
}
.contact-section-04 .contact-form .form-item {
  margin-bottom: 25px;
}
.contact-section-04 .contact-form .form-item input,
.contact-section-04 .contact-form .form-item textarea {
  width: 100%;
  background: #1c1c1c;
  border: none;
  border-radius: 5px;
  padding: 18px 22px;
  font-size: 14px;
  color: #ffffff;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.contact-section-04 .contact-form .form-item input::placeholder,
.contact-section-04 .contact-form .form-item textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.contact-section-04 .contact-form .form-item input:focus,
.contact-section-04 .contact-form .form-item textarea:focus {
  outline: none;
  background: #222222;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
}
.contact-section-04 .contact-form .form-item textarea {
  min-height: 160px;
  resize: none;
}
.contact-section-04 .contact-form p {
  font-size: 13px;
  line-height: 22px;
  color: rgba(217, 217, 217, 0.45);
  margin-bottom: 35px;
}
.contact-section-04 .contact-form .submit-btn {
  background: #15a9e1;
  color: #ffffff;
  border: none;
  padding: 16px 48px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 991px) {
  .contact-section-04 .contact-form .submit-btn {
    width: 100%;
  }
}
.contact-section-04 .contact-form .submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(77, 163, 217, 0.65);
}

.certificate-section-01 {
  background-color: #000;
  position: relative;
  padding: 75px 0;
}
.certificate-section-01 img {
  width: 100%;
  object-fit: contain;
  max-height: 350px;
  margin-bottom: 20px;
}
.certificate-section-01 .item {
  text-align: center;
  display: block;
  margin-bottom: 50px;
}
.certificate-section-01 .item h4,
.certificate-section-01 .item p {
  color: #fff;
}
.certificate-section-01 .item h4 {
  font-size: 30px;
}

.certificate-section-02 .history-content-02 {
  padding: 100px 0;
}
.certificate-section-02 .history-content-02 .row {
  position: relative;
}
.certificate-section-02 .history-content-02 .row::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 20px;
  background-color: #000;
  opacity: 0.4;
}
.certificate-section-02 .history-content-02 .row .col-12.left {
  padding-right: 38px;
  margin-top: 20px;
}
.certificate-section-02 .history-content-02 .row .col-12.left .box {
  width: 50%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  padding: 0 5px 0px 5px;
}
.certificate-section-02 .history-content-02 .row .col-12.left .box::after {
  content: "";
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #444;
  opacity: 1;
  display: block;
  position: absolute;
  right: -22px;
  top: 16px;
  z-index: 1;
}
.certificate-section-02 .history-content-02 .row .col-12.left .box .tt {
  margin: 0 10px;
}
.certificate-section-02 .history-content-02 .row .col-12.left .box .tt img {
  max-height: 70px;
  object-fit: contain;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .certificate-section-02 .history-content-02 .row .col-12.left .box .tt img {
    height: 40px;
    margin: 8px;
    max-width: 70%;
  }
}
.certificate-section-02 .history-content-02 .row .col-12.left .box .tt p {
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .certificate-section-02 .history-content-02 .row .col-12.left .box .tt p {
    font-size: 14px;
  }
}
.certificate-section-02 .history-content-02 .row .col-12.left .box .tt small {
  font-size: 14px;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .certificate-section-02 .history-content-02 .row .col-12.left .box .tt small {
    line-height: 16px;
    display: block;
    font-size: 11px;
  }
}
.certificate-section-02 .history-content-02 .row .col-12.right {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  padding-left: 38px;
}
.certificate-section-02 .history-content-02 .row .col-12.right .box {
  width: 50%;
  flex-direction: row-reverse;
  text-align: left;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  padding: 0 5px 0px 5px;
}
.certificate-section-02 .history-content-02 .row .col-12.right .box::after {
  content: "";
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #444;
  opacity: 1;
  display: block;
  position: absolute;
  left: -22px;
  top: 16px;
  z-index: 1;
}
.certificate-section-02 .history-content-02 .row .col-12.right .box .tt {
  margin: 0 10px;
}
.certificate-section-02 .history-content-02 .row .col-12.right .box .tt img {
  max-height: 70px;
  object-fit: contain;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .certificate-section-02 .history-content-02 .row .col-12.right .box .tt img {
    height: 40px;
    margin: 8px;
    max-width: 70%;
  }
}
.certificate-section-02 .history-content-02 .row .col-12.right .box .tt p {
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .certificate-section-02 .history-content-02 .row .col-12.right .box .tt p {
    font-size: 14px;
  }
}
.certificate-section-02 .history-content-02 .row .col-12.right .box .tt small {
  font-size: 14px;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .certificate-section-02 .history-content-02 .row .col-12.right .box .tt small {
    line-height: 16px;
    display: block;
    font-size: 11px;
  }
}

.blog-detail-section-01 {
  padding: 70px 0;
}
.blog-detail-section-01 .content .post-head .post-title h1 {
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .blog-detail-section-01 .content .post-head .post-title h1 {
    font-size: 32px;
  }
}
.blog-detail-section-01 .content .post-head .post-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .blog-detail-section-01 .content .post-head .post-meta {
    gap: 12px;
  }
}
.blog-detail-section-01 .content .post-head .post-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
}
.blog-detail-section-01 .content .post-head .post-meta .meta-item img {
  width: 16px;
  height: 16px;
}
.blog-detail-section-01 .content .post-head .post-meta .meta-item time, .blog-detail-section-01 .content .post-head .post-meta .meta-item span {
  font-size: 14px;
  color: #666;
}
.blog-detail-section-01 .content .post-head .post-meta .meta-item.social-share-meta {
  margin-left: auto;
  gap: 10px;
}
@media (max-width: 991px) {
  .blog-detail-section-01 .content .post-head .post-meta .meta-item.social-share-meta {
    margin-left: 0;
    width: 100%;
  }
}
.blog-detail-section-01 .content .post-head .post-meta .meta-item.social-share-meta .share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
  font-size: 14px;
}
@media (max-width: 991px) {
  .blog-detail-section-01 .content .post-head .post-meta .meta-item.social-share-meta .share-btn {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
}
.blog-detail-section-01 .content .post-head .post-meta .meta-item.social-share-meta .share-btn.facebook {
  background-color: #1877f2;
}
.blog-detail-section-01 .content .post-head .post-meta .meta-item.social-share-meta .share-btn.facebook:hover {
  background-color: #0d65d9;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(24, 119, 242, 0.3);
}
.blog-detail-section-01 .content .post-head .post-meta .meta-item.social-share-meta .share-btn.twitter {
  background-color: #1da1f2;
}
.blog-detail-section-01 .content .post-head .post-meta .meta-item.social-share-meta .share-btn.twitter:hover {
  background-color: #0c85d0;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(29, 161, 242, 0.3);
}
.blog-detail-section-01 .content .post-head .post-meta .meta-item.social-share-meta .share-btn.linkedin {
  background-color: #0a66c2;
}
.blog-detail-section-01 .content .post-head .post-meta .meta-item.social-share-meta .share-btn.linkedin:hover {
  background-color: #004182;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(10, 102, 194, 0.3);
}
.blog-detail-section-01 .content .post-head .post-meta .meta-item.social-share-meta .share-btn.whatsapp {
  background-color: #25d366;
}
.blog-detail-section-01 .content .post-head .post-meta .meta-item.social-share-meta .share-btn.whatsapp:hover {
  background-color: #1da851;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(37, 211, 102, 0.3);
}
.blog-detail-section-01 .content .post-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 25px 0;
  border-radius: 8px;
}
.blog-detail-section-01 .content .table-of-contents {
  background: #f8f9fa;
  border-left: 3px solid #15a9e1;
  padding: 20px 24px;
  margin: 30px 0;
}
@media (max-width: 991px) {
  .blog-detail-section-01 .content .table-of-contents {
    padding: 16px 20px;
    margin: 20px 0;
  }
}
.blog-detail-section-01 .content .table-of-contents .toc-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 16px 0;
}
@media (max-width: 991px) {
  .blog-detail-section-01 .content .table-of-contents .toc-title {
    font-size: 16px;
  }
}
.blog-detail-section-01 .content .table-of-contents .toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-detail-section-01 .content .table-of-contents .toc-list .toc-item {
  margin-bottom: 8px;
}
.blog-detail-section-01 .content .table-of-contents .toc-list .toc-item:last-child {
  margin-bottom: 0;
}
.blog-detail-section-01 .content .table-of-contents .toc-list .toc-item a {
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.6;
  padding: 4px 0;
}
@media (max-width: 991px) {
  .blog-detail-section-01 .content .table-of-contents .toc-list .toc-item a {
    font-size: 14px;
  }
}
.blog-detail-section-01 .content .table-of-contents .toc-list .toc-item a:hover {
  color: #15a9e1;
}
.blog-detail-section-01 .content .table-of-contents .toc-list .toc-item a::before {
  content: "•";
  color: #15a9e1;
  margin-right: 8px;
}
.blog-detail-section-01 .content .table-of-contents .toc-list .toc-item.toc-level-2 a {
  font-weight: 600;
}
.blog-detail-section-01 .content .table-of-contents .toc-list .toc-item.toc-level-3 {
  padding-left: 20px;
}
.blog-detail-section-01 .content .table-of-contents .toc-list .toc-item.toc-level-3 a {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .blog-detail-section-01 .content .table-of-contents .toc-list .toc-item.toc-level-3 a {
    font-size: 13px;
  }
}
.blog-detail-section-01 .content .table-of-contents .toc-list .toc-item.toc-level-3 a::before {
  content: "–";
}
.blog-detail-section-01 .content .table-of-contents .toc-list .toc-item.toc-level-4 {
  padding-left: 40px;
}
.blog-detail-section-01 .content .table-of-contents .toc-list .toc-item.toc-level-4 a {
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .blog-detail-section-01 .content .table-of-contents .toc-list .toc-item.toc-level-4 a {
    font-size: 12px;
  }
}
.blog-detail-section-01 .content .table-of-contents .toc-list .toc-item.toc-level-4 a::before {
  content: "◦";
}
.blog-detail-section-01 .content .table-of-contents .toc-list .toc-item.toc-level-5 {
  padding-left: 60px;
}
.blog-detail-section-01 .content .table-of-contents .toc-list .toc-item.toc-level-5 a {
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .blog-detail-section-01 .content .table-of-contents .toc-list .toc-item.toc-level-5 a {
    font-size: 11px;
  }
}
.blog-detail-section-01 .content .table-of-contents .toc-list .toc-item.toc-level-5 a::before {
  content: "◦";
}
.blog-detail-section-01 .content .post-text .post-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 25px 0;
  border-radius: 8px;
}
.blog-detail-section-01 .content .post-text p {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.8;
  font-weight: 400;
  margin-bottom: 15px;
}
.blog-detail-section-01 .content .post-text h5 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 700;
}
.blog-detail-section-01 .post-footer-meta {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}
.blog-detail-section-01 .post-footer-meta .meta-section {
  margin-bottom: 25px;
}
.blog-detail-section-01 .post-footer-meta .meta-section h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}
.blog-detail-section-01 .post-footer-meta .meta-section .meta-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-detail-section-01 .post-footer-meta .meta-section .meta-items a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: rgb(51, 51, 51);
  border: 1px solid rgb(51, 51, 51);
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.blog-detail-section-01 .post-footer-meta .meta-section .meta-items a:hover {
  background-color: rgb(51, 51, 51);
  color: #fff;
}
.blog-detail-section-01 .social-share {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}
.blog-detail-section-01 .social-share h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}
.blog-detail-section-01 .social-share .share-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.blog-detail-section-01 .social-share .share-buttons .share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
  font-size: 16px;
}
@media (max-width: 991px) {
  .blog-detail-section-01 .social-share .share-buttons .share-btn {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }
}
.blog-detail-section-01 .social-share .share-buttons .share-btn.facebook {
  background-color: #1877f2;
}
.blog-detail-section-01 .social-share .share-buttons .share-btn.facebook:hover {
  background-color: #0d65d9;
  transform: translateY(-3px);
}
.blog-detail-section-01 .social-share .share-buttons .share-btn.twitter {
  background-color: #1da1f2;
}
.blog-detail-section-01 .social-share .share-buttons .share-btn.twitter:hover {
  background-color: #0c85d0;
  transform: translateY(-3px);
}
.blog-detail-section-01 .social-share .share-buttons .share-btn.linkedin {
  background-color: #0a66c2;
}
.blog-detail-section-01 .social-share .share-buttons .share-btn.linkedin:hover {
  background-color: #004182;
  transform: translateY(-3px);
}
.blog-detail-section-01 .social-share .share-buttons .share-btn.whatsapp {
  background-color: #25d366;
}
.blog-detail-section-01 .social-share .share-buttons .share-btn.whatsapp:hover {
  background-color: #1da851;
  transform: translateY(-3px);
}
.blog-detail-section-01 .post-navigation {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-detail-section-01 .post-navigation .nav-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 991px) {
  .blog-detail-section-01 .post-navigation .nav-links {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.blog-detail-section-01 .post-navigation .nav-previous a,
.blog-detail-section-01 .post-navigation .nav-next a {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .blog-detail-section-01 .post-navigation .nav-previous a,
  .blog-detail-section-01 .post-navigation .nav-next a {
    padding: 15px;
  }
}
.blog-detail-section-01 .post-navigation .nav-previous a:hover,
.blog-detail-section-01 .post-navigation .nav-next a:hover {
  background-color: #15a9e1;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.blog-detail-section-01 .post-navigation .nav-previous a:hover .nav-subtitle,
.blog-detail-section-01 .post-navigation .nav-next a:hover .nav-subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.blog-detail-section-01 .post-navigation .nav-previous a:hover .nav-title,
.blog-detail-section-01 .post-navigation .nav-next a:hover .nav-title {
  color: #fff;
}
.blog-detail-section-01 .post-navigation .nav-previous a .nav-subtitle,
.blog-detail-section-01 .post-navigation .nav-next a .nav-subtitle {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  margin-bottom: 10px;
  font-weight: 500;
}
.blog-detail-section-01 .post-navigation .nav-previous a .nav-title,
.blog-detail-section-01 .post-navigation .nav-next a .nav-title {
  font-size: 15px;
  color: #333;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .blog-detail-section-01 .post-navigation .nav-previous a .nav-title,
  .blog-detail-section-01 .post-navigation .nav-next a .nav-title {
    font-size: 14px;
  }
}
.blog-detail-section-01 .post-navigation .nav-previous a {
  align-items: flex-start;
  text-align: left;
}
.blog-detail-section-01 .post-navigation .nav-next a {
  align-items: flex-end;
  text-align: right;
}
@media (max-width: 991px) {
  .blog-detail-section-01 .mini-title {
    margin-top: 50px;
  }
}
.blog-detail-section-01 .mini-title h2 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
.blog-detail-section-01 .mini-title h5 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
.blog-detail-section-01 .blog-item {
  margin-bottom: 40px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .blog-detail-section-01 .blog-item {
    margin-left: 0;
  }
}
.blog-detail-section-01 .blog-item a {
  display: flex;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.blog-detail-section-01 .blog-item a .image {
  flex: 0 0 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
}
.blog-detail-section-01 .blog-item a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-detail-section-01 .blog-item a .text {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  flex: 1;
}
.blog-detail-section-01 .blog-item a .text h3 {
  color: rgb(51, 51, 51);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .blog-detail-section-01 .blog-item a .text h3 {
    font-size: 13px;
  }
}
.blog-detail-section-01 .blog-item a .text h5 {
  color: rgb(51, 51, 51);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.blog-detail-section-01 .blog-item a .text .date {
  color: #555;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}
.blog-detail-section-01 .blog-item a .text .date img {
  width: 15px;
  height: 15px;
}
.blog-detail-section-01 .blog-item a .text .date p {
  margin: 0;
}
.blog-detail-section-01 .blog-item a .text .reading {
  color: #555;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}
.blog-detail-section-01 .blog-item a .text .reading img {
  width: 15px;
  height: 15px;
}
.blog-detail-section-01 .blog-item a .text .reading p {
  margin: 0;
}

.references {
  padding: 70px 0;
  background-color: #0f131a;
}
.references .title {
  text-align: center;
  margin-bottom: 40px;
}
.references .title h4 {
  font-size: 46px;
  font-weight: 300;
  margin-bottom: 24px;
  color: #fff;
}
@media (max-width: 991px) {
  .references .title h4 {
    font-size: 30px;
  }
}
.references .title p {
  font-weight: 100;
  font-size: 25px;
  color: #fff;
}
@media (max-width: 991px) {
  .references .title p {
    font-size: 14px;
  }
}
.references .row {
  border: 1px solid #555;
  border-radius: 6px;
  padding: 16px 12px;
}
.references .row img {
  width: 100px;
  height: 100px;
  display: table;
  margin: 0 auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.location-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
}
@media (max-width: 991px) {
  .location-section {
    padding: 50px 0;
  }
}
.location-section .container .row {
  gap: 30px 0;
}
@media (max-width: 991px) {
  .location-section .container .row {
    gap: 20px 0;
  }
}
.location-section .container .col-lg-4 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .location-section .container .col-lg-4 {
    margin-bottom: 20px;
  }
}
.location-section .container .col-lg-4 .item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 450px;
  display: block;
}
@media (max-width: 991px) {
  .location-section .container .col-lg-4 .item {
    height: 400px;
  }
}
.location-section .container .col-lg-4 .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
  transition: background 0.4s ease;
}
.location-section .container .col-lg-4 .item:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.6);
}
.location-section .container .col-lg-4 .item:hover::before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.2) 100%);
}
.location-section .container .col-lg-4 .item:hover img {
  transform: scale(1.1);
}
.location-section .container .col-lg-4 .item:hover .button-style-01 {
  background-color: #ffffff;
  color: #000000;
  transform: translateY(-2px);
}
.location-section .container .col-lg-4 .item:hover .button-style-01::after {
  transform: translateX(4px);
}
.location-section .container .col-lg-4 .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.location-section .container .col-lg-4 .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 24px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .location-section .container .col-lg-4 .item .text {
    padding: 20px 18px;
  }
}
.location-section .container .col-lg-4 .item .text .wysiwyg-content {
  margin-bottom: 18px;
}
.location-section .container .col-lg-4 .item .text .wysiwyg-content h2,
.location-section .container .col-lg-4 .item .text .wysiwyg-content h3,
.location-section .container .col-lg-4 .item .text .wysiwyg-content h4,
.location-section .container .col-lg-4 .item .text .wysiwyg-content h5,
.location-section .container .col-lg-4 .item .text .wysiwyg-content h6 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px 0;
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .location-section .container .col-lg-4 .item .text .wysiwyg-content h2,
  .location-section .container .col-lg-4 .item .text .wysiwyg-content h3,
  .location-section .container .col-lg-4 .item .text .wysiwyg-content h4,
  .location-section .container .col-lg-4 .item .text .wysiwyg-content h5,
  .location-section .container .col-lg-4 .item .text .wysiwyg-content h6 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.location-section .container .col-lg-4 .item .text .wysiwyg-content p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 8px 0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .location-section .container .col-lg-4 .item .text .wysiwyg-content p {
    font-size: 13px;
    line-height: 1.5;
  }
}
.location-section .container .col-lg-4 .item .text .wysiwyg-content p:last-child {
  margin-bottom: 0;
}
.location-section .container .col-lg-4 .item .text .wysiwyg-content ul,
.location-section .container .col-lg-4 .item .text .wysiwyg-content ol {
  margin: 8px 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .location-section .container .col-lg-4 .item .text .wysiwyg-content ul,
  .location-section .container .col-lg-4 .item .text .wysiwyg-content ol {
    font-size: 13px;
  }
}
.location-section .container .col-lg-4 .item .text .wysiwyg-content ul li,
.location-section .container .col-lg-4 .item .text .wysiwyg-content ol li {
  margin-bottom: 6px;
}
.location-section .container .col-lg-4 .item .text .wysiwyg-content ul li:last-child,
.location-section .container .col-lg-4 .item .text .wysiwyg-content ol li:last-child {
  margin-bottom: 0;
}
.location-section .container .col-lg-4 .item .text .wysiwyg-content strong,
.location-section .container .col-lg-4 .item .text .wysiwyg-content b {
  color: #ffffff;
  font-weight: 700;
}
.location-section .container .col-lg-4 .item .text .wysiwyg-content a {
  color: #ffffff;
  text-decoration: underline;
  transition: opacity 0.2s;
}
.location-section .container .col-lg-4 .item .text .wysiwyg-content a:hover {
  opacity: 0.8;
}
.location-section .container .col-lg-4 .item .text .button-style-01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  align-self: flex-start;
}
@media (max-width: 991px) {
  .location-section .container .col-lg-4 .item .text .button-style-01 {
    padding: 9px 18px;
    font-size: 12px;
  }
}
.location-section .container .col-lg-4 .item .text .button-style-01::after {
  content: "→";
  font-size: 14px;
  transition: transform 0.3s ease;
}
.location-section .container .col-lg-4 .item .text .button-style-01:hover::after {
  transform: translateX(4px);
}
.location-section .container .col-lg-4 .item .text .button-style-01:active {
  transform: scale(0.96);
}

.seo-content-section {
  padding: 60px 0;
  background-color: #000;
}
@media (max-width: 991px) {
  .seo-content-section {
    padding: 40px 0;
  }
}
.seo-content-section .accordion-item {
  border: none;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  overflow: hidden;
}
.seo-content-section .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px 25px;
  border: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .seo-content-section .accordion-header .accordion-button {
    font-size: 16px;
    padding: 15px 20px;
  }
}
.seo-content-section .accordion-header .accordion-button:not(.collapsed) {
  background-color: rgba(255, 255, 255, 0.1);
  color: #15a9e1;
}
.seo-content-section .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.seo-content-section .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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");
}
.seo-content-section .accordion-body {
  padding: 25px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  background-color: rgba(255, 255, 255, 0.03);
}
@media (max-width: 991px) {
  .seo-content-section .accordion-body {
    padding: 20px;
  }
}
.seo-content-section .accordion-body h1,
.seo-content-section .accordion-body h2,
.seo-content-section .accordion-body h3,
.seo-content-section .accordion-body h4,
.seo-content-section .accordion-body h5,
.seo-content-section .accordion-body h6 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 15px;
}
.seo-content-section .accordion-body h1:first-child,
.seo-content-section .accordion-body h2:first-child,
.seo-content-section .accordion-body h3:first-child,
.seo-content-section .accordion-body h4:first-child,
.seo-content-section .accordion-body h5:first-child,
.seo-content-section .accordion-body h6:first-child {
  margin-top: 0;
}
.seo-content-section .accordion-body p {
  margin-bottom: 15px;
}
.seo-content-section .accordion-body p:last-child {
  margin-bottom: 0;
}
.seo-content-section .accordion-body a {
  color: #15a9e1;
  text-decoration: underline;
}
.seo-content-section .accordion-body a:hover {
  color: rgb(60.1829268293, 188.3292682927, 236.8170731707);
}
.seo-content-section .accordion-body ul,
.seo-content-section .accordion-body ol {
  margin-bottom: 15px;
  padding-left: 25px;
}
.seo-content-section .accordion-body img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin: 15px 0;
}

.page-404 {
  padding: 60px 20px;
  min-height: calc(100vh - 300px);
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .page-404 {
    padding: 50px 15px;
    min-height: calc(100vh - 250px);
  }
}
@media (max-width: 767px) {
  .page-404 {
    padding: 40px 15px;
  }
}
@media (max-width: 320px) {
  .page-404 {
    padding: 30px 10px;
    min-height: calc(100vh - 200px);
  }
}
.page-404 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-404 .container h1 {
  font-size: clamp(120px, 20vw, 200px);
  font-weight: 700;
  background: linear-gradient(130deg, #0f131a, #657081);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  line-height: 1;
  letter-spacing: -5px;
  animation: slideDown 0.6s ease-out;
}
@media (max-width: 767px) {
  .page-404 .container h1 {
    font-size: 80px;
    letter-spacing: -3px;
  }
}
@media (max-width: 320px) {
  .page-404 .container h1 {
    font-size: 60px;
    letter-spacing: -2px;
  }
}
.page-404 .container h2 {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  letter-spacing: 2px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .page-404 .container h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
@media (max-width: 320px) {
  .page-404 .container h2 {
    font-size: 22px;
    letter-spacing: 1px;
  }
}
.page-404 .container .messages {
  margin-bottom: 40px;
  max-width: 600px;
}
@media (max-width: 767px) {
  .page-404 .container .messages {
    margin-bottom: 35px;
  }
}
@media (max-width: 320px) {
  .page-404 .container .messages {
    margin-bottom: 30px;
  }
}
.page-404 .container .messages p {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}
@media (max-width: 320px) {
  .page-404 .container .messages p {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.page-404 .container .messages a.button-base {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  background-color: #0f131a;
  padding: 15px 40px;
  border-radius: 50px;
  border: 2px solid #0f131a;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
.page-404 .container .messages a.button-base:hover {
  background-color: black;
  border-color: black;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 147, 130, 0.3);
}
.page-404 .container .messages a.button-base:hover .icon {
  transform: translateX(4px);
}
.page-404 .container .messages a.button-base:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0, 147, 130, 0.2);
}
.page-404 .container .messages a.button-base .button-text {
  display: inline-block;
}
.page-404 .container .messages a.button-base .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.page-404 .container .messages a.button-base .fill-container {
  display: none;
}
@media (max-width: 320px) {
  .page-404 .container .messages a.button-base {
    padding: 12px 30px;
    font-size: 13px;
    letter-spacing: 0.5px;
  }
}
.page-404 .container .social-links {
  margin-top: 50px;
}
@media (max-width: 320px) {
  .page-404 .container .social-links {
    margin-top: 35px;
  }
}
.page-404 .container .social-links .social-media {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 320px) {
  .page-404 .container .social-links .social-media {
    gap: 15px;
  }
}
.page-404 .container .social-links .social-media li {
  display: inline-block;
}
.page-404 .container .social-links .social-media li a {
  color: #0f131a;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: white;
  border: 2px solid #e9ecef;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}
.page-404 .container .social-links .social-media li a:hover {
  color: white;
  background-color: #0f131a;
  border-color: #0f131a;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 147, 130, 0.2);
}
.page-404 .container .social-links .social-media li a:focus {
  outline: 2px solid #0f131a;
  outline-offset: 2px;
}
@media (max-width: 320px) {
  .page-404 .container .social-links .social-media li a {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ytVideoWrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  z-index: 10000 !important;
  transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.ytVideoWrapper.active {
  height: 100%;
}
.ytVideoWrapper.active .iframewrapper {
  height: 100vh;
}
.ytVideoWrapper.active .closeBtn {
  display: block;
}

.ytVideoWrapper .iframewrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 0;
  background-color: #1a1a1a;
  z-index: 1000 !important;
  transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.ytVideoWrapper .iframewrapper #ytplayer,
.ytVideoWrapper .iframewrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.ytVideoWrapper .closeBtn {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  z-index: 1011 !important;
  display: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  padding: 0;
  transition: background-color all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ytVideoWrapper .closeBtn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.ytVideoWrapper .closeBtn:focus-visible {
  outline: 2px solid #0f131a;
  outline-offset: -2px;
}
.ytVideoWrapper .closeBtn .line {
  position: absolute;
  background-color: white;
  left: 50%;
  top: 50%;
  transform-origin: center;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ytVideoWrapper .closeBtn .line.a {
  width: 40px;
  height: 3px;
  margin-left: -20px;
  margin-top: -1.5px;
  transform: rotate(45deg);
}
.ytVideoWrapper .closeBtn .line.b {
  width: 3px;
  height: 40px;
  margin-left: -1.5px;
  margin-top: -20px;
  transform: rotate(45deg);
}
.ytVideoWrapper .closeBtn:hover .line {
  background-color: white;
}

.play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #0f131a;
  border: none;
  border-radius: 9999px;
  padding: 0;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 60px;
}
.play-btn::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid white;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 2px;
}
.play-btn:hover {
  background-color: black;
  transform: scale(1.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.play-btn:active {
  transform: scale(0.95);
}
.play-btn:focus-visible {
  outline: 2px solid white;
  outline-offset: 3px;
}
@media (max-width: 320px) {
  .play-btn {
    width: 50px;
    height: 50px;
  }
  .play-btn::before {
    border-left-width: 10px;
    border-top-width: 6px;
    border-bottom-width: 6px;
  }
}

.video-banner {
  position: relative;
  overflow: hidden;
  background-color: #000;
  border-radius: 0.75rem;
}
.video-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.video-banner .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
  padding: 1.5rem;
  text-align: center;
  color: white;
  z-index: 10;
}
.video-banner .text h2 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .video-banner .text h2 {
    font-size: 1.875rem;
  }
}
@media (max-width: 320px) {
  .video-banner .text h2 {
    font-size: 1.5rem;
  }
}
.video-banner .text p {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.75;
  max-width: 600px;
}
@media (max-width: 767px) {
  .video-banner .text p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 320px) {
  .video-banner .text p {
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .ytVideoWrapper .closeBtn {
    width: 70px;
    height: 70px;
  }
  .ytVideoWrapper .closeBtn .line.a {
    width: 35px;
    margin-left: -17.5px;
  }
  .ytVideoWrapper .closeBtn .line.b {
    height: 35px;
    margin-top: -17.5px;
  }
}
@media (max-width: 320px) {
  .ytVideoWrapper .closeBtn {
    width: 60px;
    height: 60px;
  }
  .ytVideoWrapper .closeBtn .line.a {
    width: 30px;
    margin-left: -15px;
  }
  .ytVideoWrapper .closeBtn .line.b {
    height: 30px;
    margin-top: -15px;
  }
  .video-banner .text {
    padding: 1rem;
  }
  .video-banner .text h2,
  .video-banner .text p {
    max-width: 90%;
  }
}

/*# sourceMappingURL=main.css.map */
