@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-decoration: none !important;
}

h1,
h2,
h3,
h5,
h6,
h6,
p,
span,
a {
  margin: 0;
}

.header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
}
.header-wrapper .desktop-only {
  display: block;
}
.header-wrapper .mobile-only {
  display: none;
}
.header-wrapper .header-section {
  width: 100%;
  margin: 0 auto;
}
.header-wrapper .header-section .header-top {
  position: absolute;
  top: 10px;
  left: 60px;
  right: 60px;
}
.header-wrapper .header-section .header-menu {
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  gap: 20px;
}
.header-wrapper .header-section .header-menu .header-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  max-width: 680px;
  width: 100%;
}
.header-wrapper .header-section .header-menu .header-left .header-logo {
  min-width: 110px;
  width: 110px;
}
.header-wrapper .header-section .header-menu .header-left .header-logo img {
  width: 100%;
}
.header-wrapper .header-section .header-menu .header-right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.header-wrapper .header-section .header-menu .header-right svg {
  cursor: pointer;
  transition: 300ms ease;
}
.header-wrapper .header-section .header-menu .header-right svg:hover path {
  stroke: #f6821f;
}
.header-wrapper .header-section .header-menu .header-right .active-menu {
  display: flex !important;
  gap: 40px;
}
.header-wrapper .header-section .header-menu .header-right .active-menu a {
  margin-top: 4px;
}
.header-wrapper .header-section .header-menu .header-right .hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.header-wrapper .header-section .header-menu .header-right .hamburger img {
  width: 100%;
  height: 100%;
}
.header-wrapper .header-section .header-menu #select-language {
  background-color: transparent;
  border: none;
  outline: none;
  color: white;
  padding: 5px 10px;
  padding-left: 0;
}
.header-wrapper .header-section .header-menu #select-language option {
  color: #1e366c;
}
.header-wrapper .header-section .header-menu .nav-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  max-width: 510px;
  width: 100%;
}
.header-wrapper .header-section .header-menu .nav-section .menu-wrapper {
  position: relative;
  display: inline-block;
}
.header-wrapper .header-section .header-menu .nav-section .menu-wrapper-toggle {
  background-color: transparent;
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: 300ms ease;
}
.header-wrapper .header-section .header-menu .nav-section .menu-wrapper-toggle:hover {
  color: #f6821f;
}
.header-wrapper .header-section .header-menu .nav-section .menu-wrapper-list {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.header-wrapper .header-section .header-menu .nav-section .menu-wrapper-list a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.header-wrapper .header-section .header-menu .nav-section .menu-wrapper-list a:hover {
  background-color: #ddd;
}
.header-wrapper .header-section .header-menu .nav-section .menu-wrapper:hover .menu-wrapper-list {
  display: block;
}
.header-wrapper .header-section .header-menu .nav-section a {
  text-decoration: none;
  color: #fff;
  transition: 400ms ease;
}
.header-wrapper .header-section .header-menu .nav-section a:hover {
  color: #f6821f;
}
.header-wrapper .header-section .header-menu .cart-icon svg path {
  stroke: #fff;
}
.header-wrapper .header-section .header-menu .cart-icon svg {
  margin-top: 5px;
}
.header-wrapper .header-section .header-menu .cart-panel {
  position: fixed;
  top: 0;
  right: -100%;
  max-width: 710px;
  height: 100%;
  background-color: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  z-index: 1000;
  box-sizing: border-box;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.header-wrapper .header-section .header-menu .cart-panel .basket-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 40px;
  margin-top: auto;
  border-top: 1px solid rgba(144, 144, 144, 0.2509803922);
  box-shadow: 4px -1px 3px rgba(144, 144, 144, 0.2509803922);
}
.header-wrapper .header-section .header-menu .cart-panel .basket-button .shopping-btn {
  background-color: #fff;
  border: 1px solid #1e366c;
  color: #1e366c;
  padding: 6px 71px;
  border-radius: 6px;
  transition: 300ms ease;
}
.header-wrapper .header-section .header-menu .cart-panel .basket-button .shopping-btn:hover {
  background-color: #f6821f;
}
.header-wrapper .header-section .header-menu .cart-panel .basket-button .order-btn {
  background-color: #1e366c;
  color: #fff;
  padding: 6px 114px;
  border-radius: 6px;
  transition: 300ms ease;
}
.header-wrapper .header-section .header-menu .cart-panel.open {
  right: 0;
}
.header-wrapper .header-section .header-menu .cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  width: 100%;
}
.header-wrapper .header-section .header-menu .cart-header button {
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
.header-wrapper .header-section .header-menu .cart-header button span {
  font-weight: 500;
  font-size: 16px;
  color: #1e1e1e;
}
.header-wrapper .header-section .header-menu h6 {
  font-weight: 600;
  font-size: 18px;
  color: #1e1e1e;
}
.header-wrapper .header-section .header-menu .cart-item {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.header-wrapper .header-section .header-menu .cart-item .delete-item {
  display: flex;
  align-items: center;
  min-width: 40px;
  justify-content: center;
  border: none;
  padding: 9px 5px;
  margin-bottom: 57px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 0px 1px 2px grey;
  font-size: 12px;
  min-height: 40px;
  height: 40px;
  width: 40px;
  overflow: hidden;
}
.header-wrapper .header-section .header-menu .cart-item .delete-item img {
  width: 100%;
  height: 100%;
}
.header-wrapper .header-section .header-menu .swiper {
  width: 100%;
  height: 213px;
}
.header-wrapper .header-section .header-menu .swiper-slide {
  text-align: center;
  font-size: 14px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 108px;
  padding: 10px;
}
.header-wrapper .header-section .header-menu .swiper-slide .swiper-content {
  width: 100%;
  max-width: 397px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
}
.header-wrapper .header-section .header-menu .swiper-slide .swiper-content span {
  color: #f6821f;
}
.header-wrapper .header-section .header-menu .swiper-slide .swiper-content p {
  width: 100%;
  max-width: 184px;
}
.header-wrapper .header-section .header-menu .swiper-slide a {
  text-decoration: none;
}
.header-wrapper .header-section .header-menu .swiper-slide a .look-at {
  display: flex;
  gap: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #9e9e9e;
  background-color: #f1f1f1;
  padding: 0px 15px;
  padding-top: 8px;
  border-radius: 6px;
  transition: 300ms ease;
}
.header-wrapper .header-section .header-menu .swiper-slide a .look-at:hover {
  background-color: rgba(228, 227, 227, 0.8980392157);
}
.header-wrapper .header-section .header-menu .swiper-slide a .look-at img {
  width: 18px;
  height: 18px;
}
.header-wrapper .header-section .header-menu .swiper-slide .swiper-details {
  display: flex;
  gap: 20px;
}
.header-wrapper .header-section .header-menu .swiper-pagination-bullet-active {
  background-color: #f6821f;
}
.header-wrapper .header-section .header-menu .swiper-button-group {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: -165px;
  margin-left: 528px;
}
.header-wrapper .header-section .header-menu .swiper-button-prev-second,
.header-wrapper .header-section .header-menu .swiper-button-next-second {
  position: static;
  width: 10px;
  height: 10px;
  background-color: #fff;
  box-shadow: 0px 1px 2px grey;
  color: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
  cursor: pointer;
}
.header-wrapper .header-section .header-menu .swiper-button-prev::after {
  display: none;
}
.header-wrapper .header-section .header-menu .swiper-button-next::after {
  display: none;
}
.header-wrapper .header-section .header-menu .swiper-slide img {
  width: 150px;
  height: auto;
  margin-bottom: 10px;
}
.header-wrapper .header-section .header-menu .card-left {
  display: flex;
  gap: 10px;
}
.header-wrapper .header-section .header-menu .cart-item img {
  width: 168px;
  height: 124px;
}
.header-wrapper .header-section .header-menu .item-details {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.header-wrapper .header-section .header-menu .item-details span {
  color: #f6821f;
  font-weight: 400;
  font-size: 12px;
}
.header-wrapper .header-section .header-menu .item-details p {
  width: 100%;
  max-width: 240px;
  font-weight: 500;
  font-size: 14px;
}
.header-wrapper .header-section .header-menu .card-inside img {
  width: 12px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-wrapper .header-section .header-menu .quantity-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 82px;
  border: 0.5px solid transparent;
  transition: 300ms ease;
  padding: 6px 8px;
}
.header-wrapper .header-section .header-menu .quantity-controls:hover {
  border: 0.5px solid #1e1e1e;
  border-radius: 6px;
  padding: 6px 8px;
}
.header-wrapper .header-section .header-menu .quantity-controls button {
  width: 24px;
  height: 24px;
  font-size: 18px;
  border: none;
  background: #fff;
  cursor: pointer;
}
.header-wrapper .header-section .header-menu .quantity-controls button:hover {
  color: #f6821f;
}
.header-wrapper .header-section .contact-section {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.5px solid #c8c8c8;
  padding-bottom: 14px;
}
.header-wrapper .header-section .contact-section .social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.header-wrapper .header-section .contact-section .social-icons .social-media {
  border-right: 1px solid #fff;
  padding-right: 24px;
}
.header-wrapper .header-section .contact-section {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.5px solid #c8c8c8;
  padding-bottom: 14px;
}
.header-wrapper .header-section .contact-section .social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.header-wrapper .header-section .contact-section .social-icons .social-media {
  border-right: 1px solid #fff;
  padding-right: 24px;
}
.header-wrapper .header-section .mobile-mail {
  display: flex;
  gap: 10px;
}
.header-wrapper .header-section .mobile-mail .phone-number {
  border-right: 1px solid #fff;
  padding-right: 28px;
}
.header-wrapper .header-section .mobile-mail .phone-number a {
  font-size: 14px;
  margin-right: 5px;
  text-decoration: none;
  color: #fff;
}
.header-wrapper .header-section .mobile-mail .phone-number img {
  margin-right: 10px;
}
.header-wrapper .header-section .mobile-mail .mail-link a {
  font-size: 14px;
  margin-left: 28px;
  text-decoration: none;
  color: #fff;
}
.header-wrapper .header-section .mobile-mail .mail-link img {
  margin-right: 10px;
}
.header-wrapper .search-container {
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
}
.header-wrapper .search-container .magnifer-icon {
  background-color: transparent;
  border-radius: 100px;
  padding: 8px;
  cursor: pointer;
  z-index: 2;
  border: none;
}
.header-wrapper .search-container .formSearch {
  display: none;
  flex-direction: column;
  align-items: start;
  min-width: 250px;
  width: 250px;
  position: relative;
}
.header-wrapper .search-container .formSearch .header-search {
  width: 100%;
  display: flex;
  align-items: center;
  background: transparent;
  border: 1px solid #fff;
  gap: 6px;
  border-radius: 6px;
  outline: none;
  padding: 8px 12px;
}
.header-wrapper .search-container .formSearch .header-search input {
  background: transparent;
  font-size: 16px;
  color: #fff;
  border: none;
  font-weight: 400;
  width: 100%;
  outline: none;
}
.header-wrapper .search-container .formSearch .header-search input::-moz-placeholder {
  color: #fff;
}
.header-wrapper .search-container .formSearch .header-search input::placeholder {
  color: #fff;
}
.header-wrapper .search-container .formSearch .header-search .closeSearch {
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: transparent;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-wrapper .search-container .formSearch .header-search .closeSearch svg {
  width: 100%;
  height: 100%;
}
.header-wrapper .search-container .formSearch .search-result-box {
  border-radius: 6px;
  top: 50px;
  left: 0;
  position: absolute;
  box-shadow: 0px 0px 11px 0px rgba(165, 165, 165, 0.12);
  background: #fff;
  display: none;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  z-index: 21;
  width: 100%;
  padding: 8px;
  border: 1px solid #cccccc;
}
.header-wrapper .search-container .formSearch .search-result-box .result_list {
  padding: 0;
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin: 0;
}
.header-wrapper .search-container .formSearch .search-result-box .result_list .search_result_item {
  max-width: 98%;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 0;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  margin: 0;
}
.header-wrapper .search-container .formSearch .search-result-box .result_message {
  width: 100%;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: 500;
  display: none;
}
.header-wrapper .search-container.active .magnifer-icon {
  display: none;
}
.header-wrapper .search-container.active .magnifer-icon {
  display: none;
}
.header-wrapper .search-container.active .formSearch {
  display: flex;
}

.background-video {
  position: relative;
  z-index: 999;
}
.background-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.background-video video {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.background-video .header-content {
  width: 100%;
  max-width: 471px;
  position: absolute;
  top: 263px;
  left: 60px;
  right: 60px;
}
.background-video .header-content h1 {
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 18px;
}
.background-video .header-content p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.background-video .header-content button {
  background-color: #1e366c;
  color: #fff;
  padding: 10px 50px;
  border-radius: 6px;
  border: none;
  margin-top: 40px;
  transition: 300ms ease;
}
.background-video .header-content button:hover {
  background-color: #f6821f;
}
.background-video .innovation-section {
  position: absolute;
  top: 654px;
  left: 60px;
  right: 60px;
  display: flex;
  align-items: center;
  gap: 51px;
  border-top: 1px solid #fff;
  padding-top: 40px;
}
.background-video .innovation-section .innovative-news {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.background-video .innovation-section .innovative-news .news-content {
  width: 100%;
  max-width: 234px;
}
.background-video .innovation-section .innovative-news .news-content h5 {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
.background-video .innovation-section .innovative-news .news-content p {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}

.top-background {
  position: relative;
  z-index: 0;
}
.top-background .main-background img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(52%);
}
.top-background .aboutus-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 68%;
  left: 0;
  right: 0;
  z-index: 2;
}
.top-background .aboutus-content h3 {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
}
.top-background .aboutus-content .breadcrumb-item + .breadcrumb-item::before {
  content: none !important;
}
.top-background .aboutus-content .breadcrumb {
  display: flex;
  gap: 10px;
}
.top-background .aboutus-content .breadcrumb .breadcrumb-item-details a {
  text-decoration: none;
  color: #fff;
}
.top-background .aboutus-content .breadcrumb .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease, -webkit-text-decoration 0.3s ease;
  transition: color 0.3s ease, text-decoration 0.3s ease;
  transition: color 0.3s ease, text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
}
.top-background .aboutus-content .breadcrumb .breadcrumb-item a:hover {
  color: #f6821f;
  text-decoration: underline;
}
.top-background .aboutus-content .breadcrumb .breadcrumb-item a:focus {
  outline: none;
  color: #003f7f;
}
.top-background .aboutus-content .breadcrumb .breadcrumb-item.active a {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.top-background .aboutus-content .custom-breadcrumb .breadcrumb-item.active {
  color: #f6821f;
  font-weight: 500;
  font-size: 14px;
}

.about-us-background {
  background-image: url("../img/aboutus-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
  z-index: 0;
}
.about-us-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.about-us-background .aboutus-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 250px;
  position: relative;
  z-index: 2;
}
.about-us-background .aboutus-content h3 {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
}
.about-us-background .aboutus-content .breadcrumb-item + .breadcrumb-item::before {
  content: none !important;
}
.about-us-background .aboutus-content .breadcrumb {
  display: flex;
  gap: 10px;
}
.about-us-background .aboutus-content .breadcrumb .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease, -webkit-text-decoration 0.3s ease;
  transition: color 0.3s ease, text-decoration 0.3s ease;
  transition: color 0.3s ease, text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
}
.about-us-background .aboutus-content .breadcrumb .breadcrumb-item a:hover {
  color: #f6821f;
  text-decoration: underline;
}
.about-us-background .aboutus-content .breadcrumb .breadcrumb-item a:focus {
  outline: none;
  color: #003f7f;
}
.about-us-background .aboutus-content .breadcrumb .breadcrumb-item.active a {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.about-us-background .aboutus-content .custom-breadcrumb .breadcrumb-item.active {
  color: #f6821f;
  font-weight: 500;
  font-size: 14px;
}

.compare-background {
  background-image: url("../img/compare-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
  z-index: 0;
}
.compare-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.compare-background .aboutus-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 250px;
  position: relative;
  z-index: 2;
}
.compare-background .aboutus-content h3 {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
}
.compare-background .aboutus-content .breadcrumb-item + .breadcrumb-item::before {
  content: none !important;
}
.compare-background .aboutus-content .breadcrumb {
  display: flex;
  gap: 10px;
}
.compare-background .aboutus-content .breadcrumb .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease, -webkit-text-decoration 0.3s ease;
  transition: color 0.3s ease, text-decoration 0.3s ease;
  transition: color 0.3s ease, text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
}
.compare-background .aboutus-content .breadcrumb .breadcrumb-item a:hover {
  color: #f6821f;
  text-decoration: underline;
}
.compare-background .aboutus-content .breadcrumb .breadcrumb-item a:focus {
  outline: none;
  color: #003f7f;
}
.compare-background .aboutus-content .breadcrumb .breadcrumb-item.active a {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.compare-background .aboutus-content .custom-breadcrumb .breadcrumb-item.active {
  color: #f6821f;
  font-weight: 500;
  font-size: 14px;
}

.fag-background {
  background-image: url("../img/fag-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
  z-index: 0;
}
.fag-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.fag-background .aboutus-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 250px;
  position: relative;
  z-index: 2;
}
.fag-background .aboutus-content h3 {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
}
.fag-background .aboutus-content .breadcrumb-item + .breadcrumb-item::before {
  content: none !important;
}
.fag-background .aboutus-content .breadcrumb {
  display: flex;
  gap: 10px;
}
.fag-background .aboutus-content .breadcrumb .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease, -webkit-text-decoration 0.3s ease;
  transition: color 0.3s ease, text-decoration 0.3s ease;
  transition: color 0.3s ease, text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
}
.fag-background .aboutus-content .breadcrumb .breadcrumb-item a:hover {
  color: #f6821f;
  text-decoration: underline;
}
.fag-background .aboutus-content .breadcrumb .breadcrumb-item a:focus {
  outline: none;
  color: #003f7f;
}
.fag-background .aboutus-content .breadcrumb .breadcrumb-item.active a {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.fag-background .aboutus-content .custom-breadcrumb .breadcrumb-item.active {
  color: #f6821f;
  font-weight: 500;
  font-size: 14px;
}

.products-background {
  background-image: url("../img/products-bachground.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
  z-index: 0;
}
.products-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.products-background .aboutus-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 250px;
  position: relative;
  z-index: 2;
}
.products-background .aboutus-content h3 {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
}
.products-background .aboutus-content .breadcrumb-item + .breadcrumb-item::before {
  content: none !important;
}
.products-background .aboutus-content .breadcrumb {
  display: flex;
  gap: 10px;
}
.products-background .aboutus-content .breadcrumb .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease, -webkit-text-decoration 0.3s ease;
  transition: color 0.3s ease, text-decoration 0.3s ease;
  transition: color 0.3s ease, text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
}
.products-background .aboutus-content .breadcrumb .breadcrumb-item a:hover {
  color: #f6821f;
  text-decoration: underline;
}
.products-background .aboutus-content .breadcrumb .breadcrumb-item a:focus {
  outline: none;
  color: #003f7f;
}
.products-background .aboutus-content .breadcrumb .breadcrumb-item.active a {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.products-background .aboutus-content .custom-breadcrumb .breadcrumb-item.active {
  color: #f6821f;
  font-weight: 500;
  font-size: 14px;
  margin-top: 2px;
}

.contact-background {
  background-image: url("../img/contact-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
  z-index: 0;
}
.contact-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.contact-background .aboutus-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 250px;
  position: relative;
  z-index: 2;
}
.contact-background .aboutus-content h3 {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
}
.contact-background .aboutus-content .breadcrumb-item + .breadcrumb-item::before {
  content: none !important;
}
.contact-background .aboutus-content .breadcrumb {
  display: flex;
  gap: 10px;
}
.contact-background .aboutus-content .breadcrumb .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease, -webkit-text-decoration 0.3s ease;
  transition: color 0.3s ease, text-decoration 0.3s ease;
  transition: color 0.3s ease, text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
}
.contact-background .aboutus-content .breadcrumb .breadcrumb-item a:hover {
  color: #f6821f;
  text-decoration: underline;
}
.contact-background .aboutus-content .breadcrumb .breadcrumb-item a:focus {
  outline: none;
  color: #003f7f;
}
.contact-background .aboutus-content .breadcrumb .breadcrumb-item.active a {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.contact-background .aboutus-content .custom-breadcrumb .breadcrumb-item.active {
  color: #f6821f;
  font-weight: 500;
  font-size: 14px;
}

.service-background {
  background-image: url("../img/service-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
  z-index: 0;
}
.service-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.service-background .aboutus-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 250px;
  position: relative;
  z-index: 2;
}
.service-background .aboutus-content h3 {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
}
.service-background .aboutus-content .breadcrumb-item + .breadcrumb-item::before {
  content: none !important;
}
.service-background .aboutus-content .breadcrumb {
  display: flex;
  gap: 10px;
}
.service-background .aboutus-content .breadcrumb .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease, -webkit-text-decoration 0.3s ease;
  transition: color 0.3s ease, text-decoration 0.3s ease;
  transition: color 0.3s ease, text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
}
.service-background .aboutus-content .breadcrumb .breadcrumb-item a:hover {
  color: #f6821f;
  text-decoration: underline;
}
.service-background .aboutus-content .breadcrumb .breadcrumb-item a:focus {
  outline: none;
  color: #003f7f;
}
.service-background .aboutus-content .breadcrumb .breadcrumb-item.active a {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.service-background .aboutus-content .custom-breadcrumb .breadcrumb-item.active {
  color: #f6821f;
  font-weight: 500;
  font-size: 14px;
}

.hero-wrapper {
  width: 100%;
  padding: 0 60px;
  max-width: 1440px;
  margin: 100px auto 0;
}
.hero-wrapper .hero-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  position: relative;
}
.hero-wrapper .hero-section .energy-solution-img {
  width: 100%;
  max-width: 650px;
  height: 500px;
  border-radius: 10px;
}
.hero-wrapper .hero-section .energy-solution-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.hero-wrapper .hero-section .energy-solution-img .energy-transition {
  width: 100%;
  max-width: 226px;
  background-color: #fff;
  border-radius: 6px;
  padding: 20px 22px;
  position: absolute;
  top: 50px;
  left: -50px;
  border: 1px solid #e1e1e1;
  box-shadow: 2px 2px 4px 0px rgba(158, 158, 158, 0.25);
  display: flex;
  flex-direction: column;
  align-items: start;
}
.hero-wrapper .hero-section .energy-solution-img .energy-transition .icon-back {
  width: 46px;
  height: 46px;
  min-width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #007bff;
  border-radius: 6px;
}
.hero-wrapper .hero-section .energy-solution-img .energy-transition .icon-back img {
  width: 22px;
  min-width: 22px;
  height: 22px;
}
.hero-wrapper .hero-section .energy-solution-img .energy-transition .energy-transition-title {
  margin: 0;
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #1e1e1e;
  line-height: 24px;
}
.hero-wrapper .hero-section .energy-solution-img .energy-transition p {
  margin: 0;
  margin-top: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(30, 30, 30, 0.5);
}
.hero-wrapper .hero-section .energy-solution-img .reliable-energy {
  width: 100%;
  max-width: 350px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  box-shadow: 2px 2px 4px 0px rgba(158, 158, 158, 0.25);
  border-radius: 6px;
  padding: 28px 30px;
  position: absolute;
  bottom: -75px;
  left: 40px;
}
.hero-wrapper .hero-section .energy-solution-img .reliable-energy .reliable-energy-title {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #1e1e1e;
}
.hero-wrapper .hero-section .energy-solution-img .reliable-energy .industry-content {
  border-bottom: 2px solid #f6821f;
  padding-bottom: 6px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.hero-wrapper .hero-section .energy-solution-img .reliable-energy .industry-content p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgba(30, 30, 30, 0.5);
  margin-bottom: 6px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.hero-wrapper .hero-section .about-us {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
}
.hero-wrapper .hero-section .about-us a {
  text-decoration: none;
}
.hero-wrapper .hero-section .about-us span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #f6821f;
}
.hero-wrapper .hero-section .about-us .about-us-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 34px;
  line-height: 50px;
  color: #1e1e1e;
  margin-top: 12px;
}
.hero-wrapper .hero-section .about-us p {
  margin: 0;
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #737171;
}
.hero-wrapper .hero-section .about-us .moreLink {
  margin-top: 40px;
  max-width: 240px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(30, 54, 108, 0.12);
  box-shadow: 2px 4px 4px 0px rgba(220, 220, 220, 0.25);
  padding: 4px 10px 4px 20px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.hero-wrapper .hero-section .about-us .moreLink::before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 20px;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #1e366c;
  transition: 0.4s ease-in-out;
  z-index: 0;
}
.hero-wrapper .hero-section .about-us .moreLink .text {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1e1e1e;
  transition: 0.4s ease-in-out;
  position: relative;
  z-index: 3;
}
.hero-wrapper .hero-section .about-us .moreLink .arrow {
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1e366c;
  position: relative;
  z-index: 3;
}
.hero-wrapper .hero-section .about-us .moreLink .arrow img {
  min-width: 24px;
  width: 24px;
  height: 24px;
}
.hero-wrapper .hero-section .about-us .moreLink:hover::before {
  right: 0;
}
.hero-wrapper .hero-section .about-us .moreLink:hover .text {
  color: #fff;
}

.home-categories {
  width: 100%;
  max-width: 1440px;
  margin: 170px auto 100px;
  padding: 0 60px;
}
.home-categories .card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.home-categories .card-content span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #f6821f;
}
.home-categories .card-content h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 34px;
  color: #1e1e1e;
  line-height: 50px;
  max-width: 500px;
}
.home-categories .category-cards {
  margin-top: 50px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.home-categories .category-cards .category-card {
  position: relative;
  width: 100%;
  height: 230px;
  display: flex;
  align-items: end;
  background-color: #f0f0f0;
}
.home-categories .category-cards .category-card img {
  width: 100%;
  max-width: 210px;
  max-height: 150px;
  transition: 300ms ease;
}
.home-categories .category-cards .category-card svg {
  position: absolute;
  bottom: 20px;
  right: 30px;
  transition: transform 0.3s ease;
}
.home-categories .category-cards .category-card svg path {
  stroke: #1e366c;
  transition: stroke 0.3s ease;
}
.home-categories .category-cards .category-card h3 {
  position: absolute;
  top: 48px;
  right: 30px;
  max-width: 160px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #1e366c;
  transition: 300ms ease;
}
.home-categories .category-cards .category-card:hover {
  background-color: #1e366c;
}
.home-categories .category-cards .category-card:hover h3 {
  color: #fff;
}
.home-categories .category-cards .category-card:hover svg {
  transform: rotate(200deg);
}
.home-categories .category-cards .category-card:hover svg path {
  stroke: #fff;
}
.home-categories .category-cards .category-card:hover img {
  transform: scale(1.15);
}

.explore-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 100px auto 0;
  padding: 0 60px;
}
.explore-wrapper .contact-details-section {
  width: 100%;
}
.explore-wrapper .contact-details-section .contact-info {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 89px;
  align-items: center;
}
.explore-wrapper .contact-details-section .contact-info .adress-opentime {
  background-color: #1e366c;
  color: #fff;
  padding: 40px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  margin-top: 180px;
  border-radius: 6px;
}
.explore-wrapper .contact-details-section .contact-info .adress-opentime h3 {
  font-weight: 700;
  font-size: 18px;
}
.explore-wrapper .contact-details-section .contact-info .adress-opentime p {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.explore-wrapper .contact-details-section .contact-info .adress-opentime .adress {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 40px;
}
.explore-wrapper .contact-details-section .contact-info .adress-opentime .adress a {
  display: flex;
  flex-direction: row;
  gap: 10px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}
.explore-wrapper .contact-details-section .contact-info .adress-opentime .adress .social-icons {
  display: flex;
  gap: 20px;
}
.explore-wrapper .contact-details-section .contact-info .get-in-touch {
  width: 100%;
  max-width: 820px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.explore-wrapper .contact-details-section .contact-info .get-in-touch .contact-content {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.explore-wrapper .contact-details-section .contact-info .get-in-touch .contact-content h1 {
  font-weight: 600;
  font-size: 34px;
  color: #1e1e1e;
}
.explore-wrapper .contact-details-section .contact-info .get-in-touch .contact-content p {
  font-weight: 400;
  font-size: 16px;
  color: #737171;
}
.explore-wrapper .contact-details-section .contact-info .get-in-touch .service-send-btn {
  color: #fff;
  background-color: #1e366c;
  border: none;
  padding: 10px;
  width: 200px;
  border-radius: 6px;
  transition: 300ms ease;
}
.explore-wrapper .contact-details-section .contact-info .get-in-touch .service-send-btn:hover {
  background-color: #f6821f;
}
.explore-wrapper .contact-details-section .contact-info .get-in-touch .introduce-you {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.explore-wrapper .contact-details-section .contact-info .get-in-touch .introduce-you .your-text input {
  width: 100%;
  padding-bottom: 136px;
  padding-top: 20px;
  padding-left: 20px;
  border: none;
  outline: none;
  border-radius: 6px;
  background-color: #f5f5f5;
}
.explore-wrapper .contact-details-section .contact-info .get-in-touch .introduce-you .your-text input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #929292;
}
.explore-wrapper .contact-details-section .contact-info .get-in-touch .introduce-you .your-text input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #929292;
}
.explore-wrapper .contact-details-section .contact-info .get-in-touch .input-flex {
  width: 100%;
  display: flex;
  gap: 20px;
}
.explore-wrapper .contact-details-section .contact-info .get-in-touch .input-flex .your-detail {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.explore-wrapper .contact-details-section .contact-info .get-in-touch .input-flex .your-detail input {
  width: 100%;
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 200px;
  border: none;
  outline: none;
  border-radius: 6px;
  background-color: #f5f5f5;
}
.explore-wrapper .contact-details-section .contact-info .get-in-touch .input-flex .your-detail input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #929292;
}
.explore-wrapper .contact-details-section .contact-info .get-in-touch .input-flex .your-detail input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #929292;
}
.explore-wrapper .contact-details-section .contact-info .get-in-touch .input-flex .your-connection {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
.explore-wrapper .contact-details-section .contact-info .get-in-touch .input-flex .your-connection input {
  width: 100%;
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: none;
  outline: none;
  border-radius: 6px;
  background-color: #f5f5f5;
}
.explore-wrapper .contact-details-section .contact-info .get-in-touch .input-flex .your-connection input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #929292;
}
.explore-wrapper .contact-details-section .contact-info .get-in-touch .input-flex .your-connection input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #929292;
}
.explore-wrapper .contact-details-section .dropdown {
  width: 100%;
  border: none;
  background-color: #f5f5f5;
  padding: 12px;
  position: relative;
  border-radius: 6px;
  color: #929292;
}
.explore-wrapper .contact-details-section .dropdown .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #f5f5f5;
}
.explore-wrapper .contact-details-section .dropdown .dropdown-toggle .label {
  font-weight: 400;
  font-size: 16px;
  color: #929292;
}
.explore-wrapper .contact-details-section .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: white;
  border: 1px solid #ccc;
  border-top: none;
  z-index: 1;
}
.explore-wrapper .contact-details-section .dropdown .dropdown-menu a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
}
.explore-wrapper .contact-details-section .dropdown .dropdown-menu a:hover {
  background-color: #eee;
}
.explore-wrapper .contact-details-section .dropdown.open .dropdown-menu {
  display: block;
}
.explore-wrapper .service-detail-section {
  margin: 70px auto;
  width: 100%;
}
.explore-wrapper .service-detail-section .detail-main-img {
  height: 540px;
  overflow: hidden;
}
.explore-wrapper .service-detail-section .detail-main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 6px;
}
.explore-wrapper .service-detail-section .service-info {
  margin-top: 50px;
  display: flex;
  gap: 70px;
}
.explore-wrapper .service-detail-section .service-info .about-service {
  width: 100%;
}
.explore-wrapper .service-detail-section .service-info .about-service h2 {
  font-weight: 600;
  font-size: 20px;
  color: #1e366c;
}
.explore-wrapper .service-detail-section .service-info .about-service p {
  font-weight: 400;
  font-size: 16px;
  color: #737171;
}
.explore-wrapper .service-detail-section .service-info .form {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background-color: #1e366c;
  padding: 40px;
  border-radius: 6px;
  height: 100%;
}
.explore-wrapper .service-detail-section .service-info .form h3 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.explore-wrapper .service-detail-section .service-info .form p {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7803921569);
}
.explore-wrapper .service-detail-section .service-info .form .service-send-btn {
  background-color: #fff;
  padding: 10px 154px;
  margin-top: 50px;
  transition: 300ms ease;
}
.explore-wrapper .service-detail-section .service-info .form .service-send-btn:hover {
  background-color: #007bff;
}
.explore-wrapper .service-detail-section .service-info .form .introduce-you {
  display: flex;
  flex-direction: column;
}
.explore-wrapper .service-detail-section .service-info .form .introduce-you input {
  border: none;
  outline: none;
  padding: 18px;
  color: #fff;
  background-color: #1e366c;
  border-bottom: 1px solid rgba(196, 196, 196, 0.6980392157);
}
.explore-wrapper .service-detail-section .service-info .form .introduce-you input::-moz-placeholder {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7803921569);
}
.explore-wrapper .service-detail-section .service-info .form .introduce-you input::placeholder {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7803921569);
}
.explore-wrapper .service-category {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.explore-wrapper .category-section {
  width: 100%;
  margin: 70px auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.explore-wrapper .category-section .service-card h1 {
  font-weight: 600;
  font-size: 34px;
  color: #1e1e1e;
}
.explore-wrapper .category-section .category-cards {
  margin-top: 50px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.explore-wrapper .category-section .category-cards .cards {
  position: relative;
  width: 100%;
  height: 230px;
  display: flex;
  align-items: end;
  background-color: #f0f0f0;
}
.explore-wrapper .category-section .category-cards .cards img {
  width: 100%;
  max-width: 210px;
  max-height: 150px;
  transition: 300ms ease;
}
.explore-wrapper .category-section .category-cards .cards svg {
  position: absolute;
  bottom: 20px;
  right: 30px;
  transition: transform 0.3s ease;
}
.explore-wrapper .category-section .category-cards .cards svg path {
  stroke: #1e366c;
  transition: stroke 0.3s ease;
}
.explore-wrapper .category-section .category-cards .cards h3 {
  position: absolute;
  top: 48px;
  right: 30px;
  max-width: 160px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #1e366c;
  transition: 300ms ease;
}
.explore-wrapper .category-section .category-cards .cards:hover {
  background-color: #1e366c;
}
.explore-wrapper .category-section .category-cards .cards:hover h3 {
  color: #fff;
}
.explore-wrapper .category-section .category-cards .cards:hover svg {
  transform: rotate(200deg);
}
.explore-wrapper .category-section .category-cards .cards:hover svg path {
  stroke: #fff;
}
.explore-wrapper .category-section .category-cards .cards:hover img {
  transform: scale(1.15);
}
.explore-wrapper .category-section .card-service {
  width: 100%;
  max-width: 470px;
  position: relative;
}
.explore-wrapper .category-section .card-service .service-img {
  width: 100%;
  height: 372px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.explore-wrapper .category-section .card-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.explore-wrapper .category-section .card-service:hover::before {
  opacity: 1;
}
.explore-wrapper .category-section .card-service .service-content {
  position: absolute;
  top: 80%;
  left: 10px;
  width: 100%;
  max-width: 300px;
  padding-bottom: 10px;
  transition: all 0.4s ease;
  opacity: 1;
  z-index: 2;
  transform: translateY(0);
}
.explore-wrapper .category-section .card-service .service-content h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 25px;
  display: block;
}
.explore-wrapper .category-section .card-service .service-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 300px;
  height: 4px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.5) 50%, #f6821f 50%);
}
.explore-wrapper .category-section .card-service:hover .service-content {
  opacity: 0;
  transform: translateY(40px);
}

.footer-wrapper {
  width: 100%;
  background-color: #09162a;
}
.footer-wrapper .footer-section {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  border-bottom: 1px solid #4a4a4a;
}
.footer-wrapper .footer-section .footer-main {
  max-width: 250px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
.footer-wrapper .footer-section .footer-main a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  min-width: 140px;
}
.footer-wrapper .footer-section .footer-main p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.footer-wrapper .footer-section .list-section {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
  max-width: 930px;
  width: 100%;
}
.footer-wrapper .footer-section .connection-center {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  max-width: 230px;
  width: 100%;
}
.footer-wrapper .footer-section .connection-center h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
.footer-wrapper .footer-section .connection-center a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: 300ms ease;
}
.footer-wrapper .footer-section .connection-center a:hover {
  color: #f6821f;
}
.footer-wrapper .footer-section .connection-center .social {
  display: flex;
  gap: 20px;
}
.footer-wrapper .footer-section .connection-center p {
  width: 100%;
  max-width: 250px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-wrapper .copy-right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 21px;
}
.footer-wrapper .copy-right span {
  color: #ffffff;
}

.about-hero-content {
  width: 100%;
  max-width: 600px;
}
.about-hero-content p {
  width: 100%;
  max-width: 600px;
  font-weight: 400;
  font-size: 18px;
}

.aboutus-swiper-wrapper {
  margin-top: 100px;
  width: 100%;
  background-color: #f0f0f0;
  position: relative;
  padding-top: 70px;
  padding-left: 60px;
}
.aboutus-swiper-wrapper .swiper-container {
  width: 100%;
  position: relative;
}
.aboutus-swiper-wrapper .swiper-container .swiper-head-content {
  width: 100%;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.aboutus-swiper-wrapper .swiper-container .swiper-head-content span {
  text-transform: uppercase;
  color: #f6821f;
  font-weight: 600;
  font-size: 16px;
}
.aboutus-swiper-wrapper .swiper-container .swiper-head-content h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 34px;
}
.aboutus-swiper-wrapper .swiper-container .swiper {
  width: 100%;
  margin: 0;
  position: initial;
}
.aboutus-swiper-wrapper .swiper-container .swiper .swiper-wrapper {
  padding-top: 100px;
}
.aboutus-swiper-wrapper .swiper-container .swiper .swiper-slide {
  width: 427px;
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 20px 24px 40px;
  height: auto;
  border-bottom: 1px solid #9a9a9a;
  transition: transform 300ms ease;
  position: relative;
}
.aboutus-swiper-wrapper .swiper-container .swiper .swiper-slide .step-index {
  position: absolute;
  left: 24px;
  top: -40px;
  font-size: 80px;
  line-height: 100px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #f6821f;
  transition: all 0.3s ease;
}
.aboutus-swiper-wrapper .swiper-container .swiper .swiper-slide .step-number {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #f6821f;
  margin-left: auto;
}
.aboutus-swiper-wrapper .swiper-container .swiper .swiper-slide .swiper-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}
.aboutus-swiper-wrapper .swiper-container .swiper .swiper-slide .swiper-content h3 {
  margin: 0;
  font-weight: 600;
  font-size: 22px;
  color: #1e366c;
  text-align: start;
}
.aboutus-swiper-wrapper .swiper-container .swiper .swiper-slide .swiper-content p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #737171;
}
.aboutus-swiper-wrapper .swiper-container .swiper .swiper-slide:hover {
  transform: translateY(-15px);
}
.aboutus-swiper-wrapper .swiper-container .swiper .swiper-slide:hover .step-index {
  color: #f6821f;
  -webkit-text-stroke: 0px #f6821f;
}
.aboutus-swiper-wrapper .swiper-container .swiper .swiper-pagination {
  position: absolute;
  top: 100px;
  right: 60px;
  display: flex;
  align-items: center;
  gap: 14px;
  width: -moz-max-content;
  width: max-content;
  left: auto;
  bottom: auto;
}
.aboutus-swiper-wrapper .swiper-container .swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  opacity: 1;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #b0b0b0;
}
.aboutus-swiper-wrapper .swiper-container .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #b0b0b0;
}

.partners-wrapper {
  width: 100%;
  padding: 0 60px;
}
.partners-wrapper .swiper-bottom {
  width: 100%;
  margin: 100px auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  gap: 40px;
}
.partners-wrapper .swiper-bottom .swiper-content-bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.partners-wrapper .swiper-bottom .swiper-content-bottom span {
  font-weight: 600;
  font-size: 16px;
  color: #f6821f;
  text-transform: uppercase;
}
.partners-wrapper .swiper-bottom .swiper-content-bottom h3 {
  font-weight: 600;
  font-size: 34px;
  color: #1e1e1e;
  text-transform: uppercase;
}
.partners-wrapper .swiper-bottom .swiperBottom {
  width: 100%;
  height: auto;
}
.partners-wrapper .swiper-bottom .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partners-wrapper .swiper-bottom .swiper-slide img {
  transition: filter 0.3s ease;
}
.partners-wrapper .swiper-bottom .swiper-slide img:hover {
  filter: brightness(0) saturate(100%) invert(52%) sepia(81%) saturate(715%) hue-rotate(1deg) brightness(94%) contrast(90%);
}

.card-content-products h2 {
  font-weight: 600;
  font-size: 34px;
  color: #1e1e1e;
}

.generator-products-wrapper {
  width: 100%;
  padding: 0 60px;
  margin: 0 auto;
  max-width: 1440px;
}
.generator-products-wrapper .generator-section {
  width: 100%;
  margin: 100px auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.generator-products-wrapper .generator-section .product-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.generator-products-wrapper .generator-section .product-container a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  gap: 20px;
  text-decoration: none;
  width: 100%;
  max-width: 527px;
  padding: 30px;
  padding-top: 0;
  min-height: 300px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 1px 14px rgba(147, 147, 147, 0.2509803922);
  transition: 300ms ease;
}
.generator-products-wrapper .generator-section .product-container a:hover {
  background-color: #1e366c;
}
.generator-products-wrapper .generator-section .product-container a:hover .product-img {
  background-color: #fff;
}
.generator-products-wrapper .generator-section .product-container a:hover h6 {
  color: #fff;
}
.generator-products-wrapper .generator-section .product-container a:hover p {
  color: #fff;
}
.generator-products-wrapper .generator-section .product-container a:hover .product-img img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(251%) saturate(864%) hue-rotate(175deg) brightness(95%) contrast(92%);
}
.generator-products-wrapper .generator-section .product-container a h6 {
  color: #1e366c;
  font-weight: 600;
  font-size: 22px;
}
.generator-products-wrapper .generator-section .product-container a p {
  width: 100%;
  max-width: 368px;
  color: #737171;
  font-weight: 400;
  font-size: 16px;
}
.generator-products-wrapper .product-img {
  background: #1e366c;
  width: 100%;
  max-width: 100px;
  padding: 25px;
  transition: 300ms ease;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.generator-products-wrapper .product-img img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(100%) contrast(100%);
  transition: filter 0.3s ease;
}
.generator-products-wrapper .product-cards {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.hero-wrapper-filter {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 60px;
}
.hero-wrapper-filter .hero-section-filter {
  width: 100%;
  margin-top: 120px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.hero-wrapper-filter .hero-section-filter .products-inside {
  width: 100%;
  max-width: 550px;
  max-height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-wrapper-filter .hero-section-filter .products-inside img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-wrapper-filter .hero-section-filter .about-product {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hero-wrapper-filter .hero-section-filter .about-product span {
  font-weight: 600;
  font-size: 16px;
  color: #f6821f;
}
.hero-wrapper-filter .hero-section-filter .about-product h1 {
  font-weight: 600;
  font-size: 34px;
  color: #1e1e1e;
}
.hero-wrapper-filter .hero-section-filter .about-product p {
  font-weight: 400;
  font-size: 16px;
  color: #737171;
}
.hero-wrapper-filter .hero-section-filter .about-product a {
  text-decoration: none;
}
.hero-wrapper-filter .hero-section-filter .about-product a button {
  width: 100%;
  max-width: 200px;
  padding: 10px 21px;
  color: #fff;
  background-color: #1e366c;
  border-radius: 6px;
  border: none;
  display: flex;
  gap: 4px;
  transition: 300ms ease;
}
.hero-wrapper-filter .hero-section-filter .about-product a button:hover {
  background-color: #f6821f;
  border: none;
}

.filter-wrapper {
  padding: 100px 0;
  display: flex;
  justify-content: center;
  background-color: #fafafa;
}
.filter-wrapper .filter-section {
  display: flex;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0 60px;
  gap: 36px;
}
.filter-wrapper .filter-section .icons {
  display: flex;
  gap: 20px;
}
.filter-wrapper .filter-section .icons button {
  padding: 12px;
  border: none;
  border-radius: 22px;
  background-color: #f3f3f3;
}
.filter-wrapper .filter-section .icons button svg path {
  fill: #b7b7b7;
}
.filter-wrapper .filter-section .icons button.active svg path {
  fill: #1e366c;
}
.filter-wrapper .filter-section .paginations {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 70px;
  margin-left: 351px;
}
.filter-wrapper .filter-section .paginations a {
  text-decoration: none;
  color: #333333;
  padding: 8px 15px;
  border-radius: 8px;
  border: 1px solid #f1f1f1;
}
.filter-wrapper .filter-section .paginations a:nth-child(1) {
  color: #fff;
  background-color: #f6821f;
}
.filter-wrapper .filter-section .right-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.filter-wrapper .filter-section .right-section .column-cards {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #f0f0f0;
  box-shadow: 1px 0px 8px rgba(147, 147, 147, 0.2509803922);
  background-color: #ffffff;
  padding: 22px;
}
.filter-wrapper .filter-section .right-section .column-cards .column-link {
  text-decoration: none;
}
.filter-wrapper .filter-section .right-section .column-cards .column-link .rating {
  margin-bottom: 4px;
}
.filter-wrapper .filter-section .right-section .column-cards .column-link .rating span {
  font-weight: 500;
  font-size: 12px;
  color: #8c8c8c;
}
.filter-wrapper .filter-section .right-section .column-cards .column-link .stoke-side {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.filter-wrapper .filter-section .right-section .column-cards .column-link .stoke-side span {
  font-weight: 500;
  font-size: 12px;
  color: #8c8c8c;
}
.filter-wrapper .filter-section .right-section .column-cards .column-link .stoke-side img {
  width: 6px;
  height: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
.filter-wrapper .filter-section .right-section .column-cards .left-column-grid {
  display: flex;
  align-items: center;
  gap: 20px;
}
.filter-wrapper .filter-section .right-section .column-cards .left-column-grid .column-img {
  width: 165px;
  border-radius: 6px;
}
.filter-wrapper .filter-section .right-section .column-cards .left-column-grid .card-text h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1e366c;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.filter-wrapper .filter-section .right-section .column-cards .left-column-grid .stoke-column {
  display: flex;
  gap: 10px;
}
.filter-wrapper .filter-section .right-section .column-cards .details-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.filter-wrapper .filter-section .right-section .column-cards .details-column h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1e366c;
}
.filter-wrapper .filter-section .right-section .column-cards .details-column span {
  font-weight: 700;
  font-size: 22px;
  color: #f6821f;
  margin-left: 144px;
}
.filter-wrapper .filter-section .right-section .column-cards .details-column .btn-scale {
  display: flex;
  justify-content: end;
  gap: 14px;
}
.filter-wrapper .filter-section .right-section .column-cards .details-column .btn-scale .add-btn {
  font-weight: 400;
  font-size: 14px;
  color: #1e366c;
  padding: 9px 58px;
  border-radius: 6px;
  border: 1px solid #1e366c;
  background-color: #fff;
  transition: 300ms ease;
}
.filter-wrapper .filter-section .right-section .column-cards .details-column .btn-scale .add-btn:hover {
  background-color: #f6821f;
  color: #1e366c;
}
.filter-wrapper .filter-section .right-section .column-cards .details-column .btn-scale a .scale-icon {
  background-color: #1e366c;
  border-radius: 100%;
  padding: 9px;
}
.filter-wrapper .filter-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.filter-wrapper .left-and-right {
  width: 100%;
  display: flex;
  gap: 20px;
}
.filter-wrapper .left-and-right #right-section,
.filter-wrapper .left-and-right #right-side {
  display: none;
}
.filter-wrapper .left-and-right #right-section.active {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.filter-wrapper .left-and-right #right-side.active {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
}
.filter-wrapper .left-and-right .right-side {
  width: calc(100% - 335px);
}
.filter-wrapper .left-and-right .right-side .backet-cards {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  background-color: #ffffff;
  box-shadow: 1px 1px 4px 0px rgba(147, 147, 147, 0.25);
  padding: 20px;
  border: 1px solid #f0f0f0;
  height: -moz-max-content;
  height: max-content;
}
.filter-wrapper .left-and-right .right-side .backet-cards .stoke {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.filter-wrapper .left-and-right .right-side .backet-cards .stoke .stoke-side {
  display: flex;
  align-items: center;
  gap: 6px;
}
.filter-wrapper .left-and-right .right-side .backet-cards .stoke .stoke-side span {
  font-weight: 500;
  font-size: 12px;
  color: #8c8c8c;
}
.filter-wrapper .left-and-right .right-side .backet-cards .stoke .stoke-side img {
  width: 6px;
  min-width: 6px;
  height: 6px;
}
.filter-wrapper .left-and-right .right-side .backet-cards .stoke .rating {
  display: flex;
  align-items: center;
  gap: 6px;
}
.filter-wrapper .left-and-right .right-side .backet-cards .stoke .rating span {
  font-weight: 500;
  font-size: 12px;
  color: #8c8c8c;
}
.filter-wrapper .left-and-right .right-side .backet-cards .stoke .rating img {
  width: 18px;
  min-width: 18px;
  height: 18px;
}
.filter-wrapper .left-and-right .right-side .backet-cards .details {
  width: 100%;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.filter-wrapper .left-and-right .right-side .backet-cards .details .cardMain {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.filter-wrapper .left-and-right .right-side .backet-cards .details .cardMain .filter-img {
  max-width: 224px;
  width: 100%;
  max-height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
.filter-wrapper .left-and-right .right-side .backet-cards .details .cardMain .card-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.filter-wrapper .left-and-right .right-side .backet-cards .details .cardMain .card-text h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  color: #1e366c;
  margin: 0;
}
.filter-wrapper .left-and-right .right-side .backet-cards .details .cardMain .card-text span {
  font-weight: 700;
  font-size: 22px;
  color: #f6821f;
  margin: 0;
}
.filter-wrapper .left-and-right .right-side .backet-cards .details .btn-scale {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
}
.filter-wrapper .left-and-right .right-side .backet-cards .details .btn-scale .add-btn {
  width: 100%;
  text-align: center;
  padding: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #1E366C;
  border-radius: 6px;
  background: transparent;
}
.filter-wrapper .left-and-right .right-side .backet-cards .details .btn-scale .compareBtn {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 100px;
  display: flex;
  cursor:pointer;
  align-items: center;
  justify-content: center;
  background: #1E366C;
}
.filter-wrapper .left-and-right .right-side .backet-cards .details .btn-scale .compareBtn img {
  width: 20px;
  height: 20px;
  min-width: 20px;
}
.filter-wrapper .left-and-right .sideBar {
  width: 315px;
  min-width: 315px;
  background-color: #ffffff;
}
.filter-wrapper .left-and-right .left-side {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 22px;
  padding-right: 22px;
}
.filter-wrapper .left-and-right .left-side .filter-text {
  padding-bottom: 20px;
  border-bottom: 2px solid #f6821f;
}
.filter-wrapper .left-and-right .left-side .filter-text span {
  font-weight: 600;
  font-size: 22px;
  color: #f6821f;
}
.filter-wrapper .dropDown {
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-wrapper .dropDown .icon-grid {
  background-color: #f3f3f3;
  padding: 10px 14px;
  border-radius: 14px;
}
.filter-wrapper .dropDown p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}
.filter-wrapper .dropDown p span {
  color: #737171;
}
.filter-wrapper .dropDown .sort-dropdown {
  position: relative;
  background-color: #f3f3f3;
  padding: 10px 27px;
  border-radius: 14px;
}
.filter-wrapper .dropDown .sort-dropdown span {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}
.filter-wrapper .dropDown .bi-arrow-down-up {
  color: #000000;
}
.filter-wrapper .dropDown #sortButton {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #807f7f;
}
.filter-wrapper .dropDown .sort-options {
  display: flex;
  flex-direction: column;
  width: 150px;
  font-size: 14px;
  font-weight: 500;
}
.filter-wrapper .dropDown .sort-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 10px;
  padding: 10px;
  list-style: none;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  z-index: 100;
  background-color: #f6f7f8;
  border-radius: 6px;
  width: 200px;
}
.filter-wrapper .dropDown .sort-options li {
  padding: 5px 10px;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
}
.filter-wrapper .dropDown .sort-options li:hover {
  background-color: rgba(0, 0, 0, 0.0784313725);
  color: #374bcf;
}
.filter-wrapper .dropDown .sort-dropdown.active .sort-options {
  display: flex !important;
}
.filter-wrapper .accordion {
  width: 100%;
  border: 1px solid #fff;
}
.filter-wrapper .accordion-button {
  color: #1e1e1e;
  font-weight: 500;
  font-size: 18px;
  padding: 30px;
  padding-left: 0;
  padding-right: 0;
}
.filter-wrapper .accordion-button:focus {
  box-shadow: none !important;
  border-color: transparent !important;
  outline: none !important;
}
.filter-wrapper .accordion-button:not(.collapsed) {
  color: inherit;
  background-color: inherit;
  box-shadow: none;
}
.filter-wrapper .accordion-button::after,
.filter-wrapper .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%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");
  background-size: 14px;
}
.filter-wrapper .accordion-item {
  border: 1px solid white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
}
.filter-wrapper .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
}
.filter-wrapper .accordion-body {
  border: 1px solid white;
  padding: 0;
  border-radius: 12px;
}
.filter-wrapper .accordion-body input {
  background-color: #f9f9f9;
}
.filter-wrapper .accordion-body .input-accordion img {
  margin: 20px;
}
.filter-wrapper .accordion-body .custom-checkbox {
  position: relative;
  margin-top: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
  padding-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.filter-wrapper .accordion-body .custom-checkbox span {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
.filter-wrapper .accordion-body .custom-checkbox input[type=checkbox] {
  accent-color: #1e366c;
}
.filter-wrapper .accordion-body .accordion-button {
  border-color: none;
}

.product-detail-wrapper {
  width: 100%;
  padding: 0 60px;
  background-color: #f6f6f6;
}
.product-detail-wrapper .product-detail-section {
  width: 100%;
  display: flex;
  align-items: start;
  margin: 0 auto;
  padding: 40px;
  gap: 20px;
}
.product-detail-wrapper .swiper {
  width: 933px;
  display: flex;
  border-radius: 6px;
  position: relative;
}
.product-detail-wrapper .swiper-thumbs {
  width: 113px;
  margin-right: 20px;
  height: 400px;
}
.product-detail-wrapper .swiper-thumbs .swiper-slide {
  height: 100px;
  padding: 10px;
  opacity: 1;
  cursor: pointer;
  border-radius: 6px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  img{
    opacity: 0.5;
  }
}
.product-detail-wrapper .swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #f6821f;
  img{
    opacity: 1;
  }
}
.product-detail-wrapper .swiper-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-detail-wrapper .swiper-main {
  flex: 1;
}
.product-detail-wrapper .swiper-main .swiper-slide {
  height: 400px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-wrapper .swiper-main img {
  max-width: 100%;
  height: auto;
  max-height: 350px;
}
.product-detail-wrapper .swiper-button-prev:after {
  display: none;
}
.product-detail-wrapper .swiper-button-next:after {
  display: none;
}
.product-detail-wrapper .swiper-button-prev,
.product-detail-wrapper .swiper-button-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(236, 234, 234);
  border-radius: 100%;
  padding: 10px;
  box-shadow: 0px 1px 2px rgba(223, 223, 223, 0.2509803922);
  cursor: pointer;
}
.product-detail-wrapper .swiper-button-prev svg,
.product-detail-wrapper .swiper-button-next svg {
  width: 12px;
  height: auto;
  transition: 300ms ease;
}
.product-detail-wrapper .swiper-button-prev svg:hover path,
.product-detail-wrapper .swiper-button-next svg:hover path {
  fill: #1e366c;
}
.product-detail-wrapper .generators-details {
  width: 100%;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #fff;
  border-radius: 6px;
  padding: 46px 34px;
}
.product-detail-wrapper .generators-details span {
  color: black;
  font-weight: 400;
  font-size: 14px;
}
.product-detail-wrapper .generators-details h2 {
  font-weight: 500;
  font-size: 24px;
  color: #1e1e1e;
}
.product-detail-wrapper .generators-details .star {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  color: #737171;
}
.product-detail-wrapper .generators-details .star p {
  margin-bottom: 0;
  margin-right: 8px;
}
.product-detail-wrapper .generators-details p {
  color: #737171;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.product-detail-wrapper .generators-details .btn-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.product-detail-wrapper .generators-details .btn-detail .order-add-button {
  padding: 10px;
  color: #1e366c;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #1e366c;
  border-radius: 6px;
  background-color: #fff;
  transition: 300ms ease;
  width: 100%;
}
.product-detail-wrapper .generators-details .btn-detail .order-add-button:hover {
  background-color: #f6821f;
  border: 1px solid transparent;
  color: #fff;
}
.product-detail-wrapper .generators-details .btn-detail img {
  background-color: #1e366c;
  padding: 12px 12px;
  border-radius: 22px;
}

.details-wrapper {
  width: 100%;
  padding: 0 60px;
}
.details-wrapper .details-section {
  width: 100%;
  margin: 100px auto;
}
.details-wrapper .details-section .table {
  width: 100%;
}
.details-wrapper .details-section .drpdown-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
}
.details-wrapper .details-section .custom-table table {
  max-width: 100%;
}
.details-wrapper .details-section .custom-table,
.details-wrapper .details-section .engine-table,
.details-wrapper .details-section .alternate-table,
.details-wrapper .details-section .equipment {
  display: none;
}
.details-wrapper .details-section .responsive-table {
  display: none !important;
}
.details-wrapper .details-section .custom-table.active,
.details-wrapper .details-section .engine-table.active,
.details-wrapper .details-section .alternate-table.active,
.details-wrapper .details-section .responsive-table.active,
.details-wrapper .details-section .equipment.active {
  display: table;
}
.details-wrapper .details-section .responsive-table.active {
  display: table !important;
}
.details-wrapper .details-section .table-menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 6px solid #1e366c;
}
.details-wrapper .details-section .table-menu button {
  width: 100%;
  padding: 20px !important;
  text-decoration: none;
  color: #8c8c8c;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  background-color: #fff;
  z-index: 1;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  font-size: 16px;
  color: #666;
  transition: all 0.3s ease;
}
.details-wrapper .details-section .table-menu button:hover {
  background: #e6e6e6;
}
.details-wrapper .details-section .table-menu button.active {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}
.details-wrapper .details-section .table-menu button::before, .details-wrapper .details-section .table-menu button::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  z-index: -1;
}
.details-wrapper .details-section .table-menu button::before {
  left: 0;
  border-top: 64px solid #f0f0f0;
  border-right: 305px solid #f0f0f0;
  border-radius: 6px;
}
.details-wrapper .details-section .table-menu button::after {
  right: 0;
  border-top: 64px solid #fff;
  border-left: 79px solid #f0f0f0;
}
.details-wrapper .details-section .table-menu button:hover, .details-wrapper .details-section .table-menu button:focus {
  background-color: #1e366c;
  color: #fff;
  border-top-left-radius: 6px;
}
.details-wrapper .details-section .table-menu button:hover::before, .details-wrapper .details-section .table-menu button:focus::before {
  border-top-color: #1e366c;
  border-right-color: #1e366c;
}
.details-wrapper .details-section .table-menu button:hover::after, .details-wrapper .details-section .table-menu button:focus::after {
  border-top-color: #fff;
  border-left-color: #1e366c;
}
.details-wrapper .details-section .table-menu button.active {
  background-color: #1e366c;
  color: #fff;
  border-top-left-radius: 6px;
  z-index: 2;
}
.details-wrapper .details-section .table-menu button.active::before {
  border-top-color: #1e366c;
  border-right-color: #1e366c;
}
.details-wrapper .details-section .table-menu button.active::after {
  border-top-color: #fff;
  border-left-color: #1e366c;
}
.details-wrapper .details-section .table-swiper {
  margin: 20px 0;
  padding: 0 10px;
  overflow: hidden;
}
.details-wrapper .details-section .table-swiper .swiper-slide {
  width: 380px;
}
.details-wrapper .details-section .table-swiper button {
  width: 100%;
  padding: 20px !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  background-color: #fff;
  z-index: 1;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  font-size: 16px;
  color: #666;
  transition: all 0.3s ease;
}
.details-wrapper .details-section .table-swiper button:hover {
  background: #e6e6e6;
}
.details-wrapper .details-section .table-swiper button.active {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}
.details-wrapper .details-section .table-swiper button::before, .details-wrapper .details-section .table-swiper button::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  z-index: -1;
}
.details-wrapper .details-section .table-swiper button::before {
  left: 0;
  border-top: 64px solid #f0f0f0;
  border-right: 305px solid #f0f0f0;
  border-radius: 6px;
}
.details-wrapper .details-section .table-swiper button::after {
  right: 0;
  border-top: 64px solid #fff;
  border-left: 79px solid #f0f0f0;
}
.details-wrapper .details-section .table-swiper button:hover, .details-wrapper .details-section .table-swiper button:focus {
  background-color: #1e366c;
  color: #fff;
  border-top-left-radius: 6px;
}
.details-wrapper .details-section .table-swiper button:hover::before, .details-wrapper .details-section .table-swiper button:focus::before {
  border-top-color: #1e366c;
  border-right-color: #1e366c;
}
.details-wrapper .details-section .table-swiper button:hover::after, .details-wrapper .details-section .table-swiper button:focus::after {
  border-top-color: #fff;
  border-left-color: #1e366c;
}
.details-wrapper .details-section .table-swiper button.active {
  background-color: #1e366c;
  color: #fff;
  border-top-left-radius: 6px;
  z-index: 2;
}
.details-wrapper .details-section .table-swiper button.active::before {
  border-top-color: #1e366c;
  border-right-color: #1e366c;
}
.details-wrapper .details-section .table-swiper button.active::after {
  border-top-color: #fff;
  border-left-color: #1e366c;
}
.details-wrapper .details-section .custom-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 50px;
}
.details-wrapper .details-section .custom-table th,
.details-wrapper .details-section .custom-table td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: center;
  vertical-align: middle;
}
.details-wrapper .details-section .custom-table thead th {
  background-color: #1e366c;
  color: white;
}
.details-wrapper .details-section .custom-table td.waiting {
  color: grey;
}
.details-wrapper .details-section .custom-table td.type {
  background-color: #f0f0f0;
  color: #1e366c;
}
.details-wrapper .details-section .engine-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 50px;
}
.details-wrapper .details-section .engine-table th,
.details-wrapper .details-section .engine-table td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: center;
  vertical-align: middle;
}
.details-wrapper .details-section .engine-table thead th {
  background-color: #1e366c;
  color: white;
}
.details-wrapper .details-section .engine-table td.waiting {
  color: grey;
}
.details-wrapper .details-section .engine-table td.type {
  background-color: #f0f0f0;
  color: #1e366c;
}
.details-wrapper .details-section .alternate-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 50px;
}
.details-wrapper .details-section .alternate-table th,
.details-wrapper .details-section .alternate-table td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: center;
  vertical-align: middle;
}
.details-wrapper .details-section .alternate-table thead th {
  background-color: #1e366c;
  color: white;
}
.details-wrapper .details-section .alternate-table td.waiting {
  color: grey;
}
.details-wrapper .details-section .alternate-table td.type {
  background-color: #f0f0f0;
  color: #1e366c;
}
.details-wrapper .details-section .equipment-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 50px;
}
.details-wrapper .details-section .equipment-table th,
.details-wrapper .details-section .equipment-table td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: center;
  vertical-align: middle;
}
.details-wrapper .details-section .equipment-table thead th {
  background-color: #1e366c;
  color: white;
}
.details-wrapper .details-section .equipment-table td.waiting {
  color: grey;
}
.details-wrapper .details-section .equipment-table td.type {
  background-color: #f0f0f0;
  color: #1e366c;
}
.details-wrapper .details-section .mobileDetailTabs {
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}
.details-wrapper .details-section .mobileDetailTabs .tabHeadBtn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  justify-content: center;
  border-radius: 6px;
  background: #1e366c;
  border: none;
}
.details-wrapper .details-section .mobileDetailTabs .tabHeadBtn span {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}
.details-wrapper .details-section .mobileDetailTabs .tabHeadBtn svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
}
.details-wrapper .details-section .mobileDetailTabs .subTabs {
  display: none;
  width: 100%;
  flex-direction: column;
  align-items: start;
  width: 100%;
  border: 1px solid #1e366c;
  border-radius: 6px;
}
.details-wrapper .details-section .mobileDetailTabs .subTabs .tab-item {
  width: 100%;
  padding: 12px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #1e366c;
}
.details-wrapper .details-section .mobileDetailTabs .subTabs .tab-item:last-child {
  border-bottom: none;
}
.details-wrapper .details-section .mobileDetailTabs.active .subTabs {
  display: flex;
}
.details-wrapper .equipment {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  gap: 20px;
}
.details-wrapper .equipment h6 {
  background-color: #1e366c;
  padding: 12px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.details-wrapper .equipment span {
  color: #1e366c;
  font-weight: 600;
  font-size: 18px;
}
.details-wrapper .equipment p {
  font-weight: 400;
  font-size: 16px;
  color: #737171;
}

.map-container {
  margin-top: 100px;
}
.map-container iframe {
  width: 100%;
  height: 500px;
}

.compare-wrapper {
  max-width: 1440px;
  width: 100%;
  padding: 0 60px;
  margin: 0 auto;
}
.compare-wrapper .compare-section {
  width: 100%;
  margin: 70px auto;
  display: flex;
  flex-direction: column;
}
.compare-wrapper .compare-section .download-btn {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  text-decoration: none;
  margin-top: 44px;
}
.compare-wrapper .compare-section .download-btn button {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #1e366c;
  color: #fff;
  padding: 12px 75px;
  border-radius: 6px;
}
.compare-wrapper .compare-section .compare-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.compare-wrapper .compare-section .compare-content .compare-content-title {
  font-weight: 500;
  font-size: 34px;
  line-height: 50px;
  text-transform: uppercase;
  color: #1e1e1e;
  margin: 0;
}
.compare-wrapper .compare-section .compare-content .custom-dropdown {
  position: relative;
  width: auto;
  font-family: Arial, sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.compare-wrapper .compare-section .compare-content .custom-dropdown .selected-option {
  width: auto;
  padding: 10px 50px 10px 16px;
  font-size: 16px;
  border-radius: 6px;
  background-color: #f3f3f3;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/responsiveselector.svg");
  background-repeat: no-repeat;
  background-position: right 22px center;
  background-size: 12px;
  border: none;
}
.compare-wrapper .compare-section .compare-content .custom-dropdown .options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  display: none;
  z-index: 100;
}
.compare-wrapper .compare-section .compare-content .custom-dropdown .options div {
  padding: 10px;
  cursor: pointer;
}
.compare-wrapper .compare-section .compare-content .custom-dropdown .options div:hover {
  background-color: #f2f2f2;
}
.compare-wrapper .compare-section .compareMobileTabs {
  width: 100%;
  margin-top: 30px;
  display: none;
}
.compare-wrapper .compare-section .compareMobileTabs .compare-responsive {
  width: 100%;
}
.compare-wrapper .compare-section .compareMobileTabs .compare-responsive .options-responsive {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid #afafaf;
  padding-bottom: 20px;
}
.compare-wrapper .compare-section .compareMobileTabs .compare-responsive .options-responsive .same-options {
  background-color: #f3f3f3;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 14px;
  min-width: 80px;
}
.compare-wrapper .compare-section .compareMobileTabs .compare-responsive .options-responsive .same-options.active {
  background-color: #1e366c;
  color: #ffffff;
}
.compare-wrapper .compare-section .compareMobileTabs .compare-responsive .delete-all {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
  gap: 16px;
}
.compare-wrapper .compare-section .compareMobileTabs .compare-responsive .delete-all span {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #1e1e1e;
}
.compare-wrapper .compare-section .compareMobileTabs .compare-responsive .delete-all a {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: #a7a4a4;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.compare-wrapper .compare-section .compareMain {
  width: 100%;
  margin-top: 50px;
  display: flex;
  align-items: start;
  gap: 24px;
}
.compare-wrapper .compare-section .compareMain .generator-options {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 350px;
  min-width: 350px;
  border-radius: 6px;
  background: #fff;
  border: 0.5px solid #f0f0f0;
  box-shadow: 2px 2px 4px 0px rgba(147, 147, 147, 0.25);
  padding: 28px;
}
.compare-wrapper .compare-section .compareMain .generator-options .radio-and-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.compare-wrapper .compare-section .compareMain .generator-options .radio-and-content span {
  font-weight: 400;
  font-size: 16px;
  color: #1e1e1e;
}
.compare-wrapper .compare-section .compareMain .generator-options .radio-and-content .deleteAll {
  margin-top: 12px;
  text-decoration: none;
  color: #a7a4a4;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.compare-wrapper .compare-section .compareMain .generator-options .radio-and-content .radio-tabs {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 0.5px solid rgba(175, 175, 175, 0.12);
  gap: 20px;
}
.compare-wrapper .compare-section .compareMain .generator-options .radio-and-content .radio-tabs .radio-tabItem {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.compare-wrapper .compare-section .compareMain .generator-options .radio-and-content .radio-tabs .radio-tabItem input {
  accent-color: #1e366c;
  width: 20px;
  height: 20px;
}
.compare-wrapper .compare-section .compareMain .generator-options .compareKeys {
  margin-top: 346px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  width: 100%;
}
.compare-wrapper .compare-section .compareMain .generator-options .compareKeys .compareKey {
  padding-bottom: 16px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #1e1e1e;
  border-bottom: 1px solid #afafaf;
  margin: 0;
}
.compare-wrapper .compare-section .compareMain .generator-options .compareKeys .compareKey:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.compare-wrapper .compare-section .compareMain .compareSlide {
  width: calc(100% - 374px);
  margin: 0;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide {
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compare-input {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compare-input label {
  font-weight: 600;
  font-size: 14px;
  color: #1e366c;
  margin: 0;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compare-input input {
  width: 100%;
  border: 1px solid #cccccc;
  outline: none;
  border-radius: 6px;
  padding: 10px 20px;
  color: #1e366c;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compare-input input::-moz-placeholder {
  color: #bbbbbb;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compare-input input::placeholder {
  color: #bbbbbb;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compare-input .search-result-box {
  border-radius: 6px;
  top: 85px;
  left: 0;
  position: absolute;
  box-shadow: 0px 0px 11px 0px rgba(165, 165, 165, 0.12);
  background: #fff;
  display: none;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  z-index: 21;
  width: 100%;
  padding: 8px;
  border: 1px solid #cccccc;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compare-input .search-result-box .result_list {
  padding: 0;
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin: 0;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compare-input .search-result-box .result_list .search_result_item {
  max-width: 98%;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 0;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compare-input .search-result-box .result_list .search_result_item a {
  width: 100%;
  display: flex;
  align-items: start;
  gap: 12px;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compare-input .search-result-box .result_list .search_result_item a .image {
  width: 80px;
  background: #f0f0f0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 100px;
  min-width: 80px;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compare-input .search-result-box .result_list .search_result_item a .image img {
  max-width: 60px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 80px;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compare-input .search-result-box .result_list .search_result_item a p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  margin: 0;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compare-input .search-result-box .result_message {
  color: #1e1e1e;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  font-weight: 700;
  margin-left: auto;
  display: none;
  margin-right: auto;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compareCard {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  box-shadow: 2px 2px 4px 0px rgba(147, 147, 147, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding: 14px 14px 28px;
  border-radius: 6px;
  position: relative;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compareCard .card-photo {
  width: 100%;
  position: relative;
  background-color: #f6f6f6;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 292px;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compareCard .card-photo .x-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compareCard .card-photo .x-icon img {
  width: 100%;
  height: 100%;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compareCard .card-photo .cardImg {
  max-width: 268px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compareCard .card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: 20px;
  gap: 10px;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compareCard .card-content span {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #f6821f;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compareCard .card-content h2 {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #1e1e1e;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compareCard .card-characteristics {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  width: 100%;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compareCard .card-characteristics .characteristic-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 6px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compareCard .card-characteristics .characteristic-item h3 {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  color: #1e1e1e;
  display: none;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compareCard .card-characteristics .characteristic-item p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: #7d7d7d;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compareCard .card-characteristics .characteristic-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compareCard .changeLocation {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 100px;
  display: flex;
    z-index: 900;
  align-items: center;
  justify-content: center;
  background: rgba(30, 54, 108, 0.8);
  border: none;
  position: absolute;
  right: -25px;
  top: 160px;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide .compareCard .changeLocation svg {
  width: 15px;
  height: 15px;
  min-width: 15px;
}
.compare-wrapper .compare-section .compareMain .compareSlide .swiper-slide:last-child .compareCard .changeLocation {
  display: none;
}

.fag-wrapper {
  max-width: 1440px;
  width: 100%;
  padding: 0 60px;
  margin: 70px auto 0;
}
.fag-wrapper .fag-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 65px;
}
.fag-wrapper .fag-section h1 {
  width: 100%;
  font-weight: 600;
  font-size: 34px;
  color: #1e1e1e;
}
.fag-wrapper .fag-section .faqItems {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 30px;
}
.fag-wrapper .fag-section .faqItems .faq-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4px;
  box-shadow: 2px 2px 4px 0px rgba(147, 147, 147, 0.25);
  border-radius: 6px;
  border: 1px solid #f0f0f0;
  background: #fff;
  padding: 24px 30px;
}
.fag-wrapper .fag-section .faqItems .faq-item .faq-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: none;
  background: transparent;
}
.fag-wrapper .fag-section .faqItems .faq-item .faq-header p {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #1e366c;
  margin: 0;
  text-align: start;
}
.fag-wrapper .fag-section .faqItems .faq-item .faq-header .icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: rgba(13, 110, 253, 0.1);
}
.fag-wrapper .fag-section .faqItems .faq-item .faq-header .icon svg {
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.fag-wrapper .fag-section .faqItems .faq-item .faq-header .icon .plusIcon {
  display: block;
}
.fag-wrapper .fag-section .faqItems .faq-item .faq-header .icon .minusIcon {
  display: none;
}
.fag-wrapper .fag-section .faqItems .faq-item .faq-content {
  width: 100%;
  padding-left: 20px;
  display: none;
}
.fag-wrapper .fag-section .faqItems .faq-item .faq-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #737171;
}
.fag-wrapper .fag-section .faqItems .faq-item.active {
  box-shadow: 2px 2px 4px 0px rgba(147, 147, 147, 0.25);
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
}
.fag-wrapper .fag-section .faqItems .faq-item.active .faq-header .icon .plusIcon {
  display: none;
}
.fag-wrapper .fag-section .faqItems .faq-item.active .faq-header .icon .minusIcon {
  display: block;
}
.fag-wrapper .fag-section .faqItems .faq-item.active .faq-content {
  display: block;
}

.media-wrapper {
  width: 100%;
  padding: 0 60px;
}
.media-wrapper .media-section {
  width: 100%;
  margin: 70px auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.media-wrapper .media-section h1 {
  font-weight: 600;
  font-size: 34px;
  color: #1e1e1e;
}
.media-wrapper .media-section .media-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.media-wrapper .media-section .media-cards img {
  width: 100%;
  height: 350px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mobile-menu {
  display: none;
}/*# sourceMappingURL=style.css.map */
.show-more-wrapper {
    text-align: center;
    margin: 40px 0;
    padding: 20px;
}

.show-more-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 40px;
    background: #F6821F;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 200px;
    box-shadow: 0 2px 8px rgba(246, 130, 31, 0.2);
}

.show-more-btn:hover:not(:disabled) {
    background: #e57316;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(246, 130, 31, 0.3);
}

.show-more-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    opacity: 0.7;
}

.show-more-btn .btn-text {
    transition: opacity 0.3s;
}

.loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.spinner {
    animation: rotate 2s linear infinite;
    width: 20px;
    height: 20px;
}

.spinner .path {
    stroke: white;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
    100% { transform: rotate(360deg); }
}

@keyframes dash {
    0% { stroke-dasharray: 1, 150; stroke-dashoffset: 0; }
    50% { stroke-dasharray: 90, 150; stroke-dashoffset: -35; }
    100% { stroke-dasharray: 90, 150; stroke-dashoffset: -124; }
}

.products-count {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.products-count span {
    color: #F6821F;
    font-weight: 600;
}

.all-products-loaded {
    text-align: center;
    padding: 30px;
    margin: 40px 0;
    background: #f8f9fa;
    border-radius: 8px;
}

.all-products-loaded p {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.all-products-loaded span {
    font-size: 14px;
    color: #F6821F;
    font-weight: 500;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-fade-in {
    animation: fadeInUp 0.5s ease-out;
}
