body {
  background-color: #FFFFFF;
  position: relative;
}

header {
  font-size: 12px;
  background-color: #FFFFFF;
}
header .compass-bg {
  background-color: #FAFAFA;
}
header .compass-bg .compass {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
header .compass-bg .compass .logo-part .logo {
  margin-right: 5px;
}
header .compass-bg .compass .actions-part .dropdown-menu li {
  float: none;
  margin-left: 0 !important;
}
header .compass-bg .compass .actions-part button.dropdown-toggle {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #efefef;
  border: none;
  padding: 0 20px;
}
header .compass-bg .compass .actions-part button.dropdown-toggle:focus {
  box-shadow: none;
}
header .compass-bg .compass .actions-part button.dropdown-toggle .langs-menu {
  max-width: 15px;
  max-height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .compass-bg .compass .actions-part ul {
  list-style: none;
}
header .compass-bg .compass .actions-part ul li {
  float: left;
  margin-left: 42px;
}
header .compass-bg .compass .actions-part ul li.dropdown a {
  margin-right: 5px;
}
header .compass-bg .compass .actions-part ul li a {
  text-decoration: none;
}
header .compass-bg .compass .actions-part ul li a:hover, header .compass-bg .compass .actions-part ul li a {
  color: #767E8F;
}
header .navigation {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 25px;
}
header .navigation .actions-part {
  display: flex;
  align-items: center;
}
header .navigation .actions-part .action-link {
  display: inline-block;
  border-left: 2px solid #F6F6F6;
  padding: 10px 20px;
  font-size: 17px;
}
header .navigation .actions-part .action-link a {
  display: inline-block;
  text-decoration: none;
  position: relative;
}
header .navigation .actions-part .action-link a:hover, header .navigation .actions-part .action-link a {
  color: #333939;
}
header .navigation .actions-part .action-link a .counter {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 8px;
  background-color: #FF7800;
  color: #FFFFFF;
}
header .navigation .actions-part .cart-info {
  display: inline-block;
}
header .navigation .actions-part .cart-info .title {
  display: block;
  font-size: 11px;
  color: #A7A7A7;
}
header .navigation .actions-part .cart-info .num {
  font-size: 13px;
  color: #333939;
}
header .header-links {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 24px;
}
header .header-links .link-item:not(:first-child) {
  margin-left: 20px;
}
header .header-links .link-item a {
  text-decoration: none;
}
header .header-links .link-item a:hover, header .header-links .link-item a {
  color: #333939;
}
header .header-links .link-item .dropdown {
  z-index: 9001;
}
header .header-links .link-item .dropdown .dropdown-menu-links {
  position: relative;
}
header .header-links .link-item .dropdown .dropdown-menu-links .close-dropdown-menu {
  display: none;
}
header .header-links .link-item .dropdown .dropdown-menu-links.show .close-dropdown-menu {
  width: 44px;
  height: 44px;
  background-color: #146E53;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: -8px;
}
header .header-links .link-item .dropdown .dropdown-menu {
  padding: 0;
  margin-top: 30px !important;
}
header .header-links .link-item .dropdown .dropdown-menu .menu-parts {
  display: flex;
  font-size: 16px;
}
header .header-links .link-item .dropdown .dropdown-menu .menu-parts .left-part, header .header-links .link-item .dropdown .dropdown-menu .menu-parts .right-part {
  padding: 18px 50px;
}
header .header-links .link-item .dropdown .dropdown-menu .menu-parts .left-part {
  background-color: #F2F3F5;
  font-weight: 500;
}
header .header-links .link-item .dropdown .dropdown-menu .menu-parts .right-part {
  background-color: #FFFFFF;
}
header .header-links .link-item .dropdown .dropdown-menu .menu-parts li {
  line-height: 46px;
}

footer {
  background-color: #F3F4F6;
  padding: 40px 20px;
  font-size: 14px;
  color: #767E8F;
}

footer .container {
  max-width: 1200px;
  margin: 0 auto;
}

footer .footer-content {
  margin-bottom: 20px;
}

footer .footer-content .brand-section {
  margin-left: 5px;
}

footer .footer-content .contact-info {
  margin-top: 20px;
  font-size: 14px;
  color: #272727;
  line-height: 1.8;
}

footer .footer-content .contact-info .address,
footer .footer-content .contact-info .phone {
  display: flex;
  margin-bottom: 8px;
}

footer .footer-content .contact-info .address i,
footer .footer-content .contact-info .phone i {
  margin-right: 10px;
  font-size: 16px;
  color: #146E6E;
}

footer .footer-content .contact-info .address:hover,
footer .footer-content .contact-info .phone:hover {
  color: #0F5A5A;
}

footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .brand-section .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  color: #146E6E;
  margin-bottom: 10px;
}

footer .brand-section .logo i {
  margin-left: 10px;
  font-size: 20px;
}

footer .links-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

footer .links-section ul li {
  margin-bottom: 10px;
}

footer .links-section ul li a {
  text-decoration: none;
  color: #146E6E;
  transition: color 0.3s;
}

footer .links-section ul li a:hover {
  color: #081420;
}

footer .interaction-section .social {
  text-align: center;
  margin-bottom: 20px;
}

footer .interaction-section .social span {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #272727;
}

footer .interaction-section .social .social-links a {
  margin: 0 10px;
  font-size: 18px;
  color: #767E8F;
  transition: color 0.3s;
}

footer .interaction-section .social .social-links a:hover {
  color: #146E6E;
}

.container-fluid, .container {
  padding: 0;
}

footer .interaction-section .subscribe {
  text-align: center;
}

footer .interaction-section .subscribe form {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

footer .interaction-section .subscribe input {
  padding: 8px 12px;
  border: 1px solid #B9BCCF;
  border-radius: 4px;
  font-size: 14px;
}

footer .interaction-section .subscribe button {
  padding: 8px 16px;
  background-color: #146E6E;
  color: #FFF;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}

footer .interaction-section .subscribe button:hover {
  background-color: #0D4F4F;
}

footer .copyright {
  border-top: 1px solid #B9BCCF;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #767E8F;
  padding: 22px 0 25px 0;
}

.container-fluid, .container {
  padding: 0;
}

@media (min-width: 1920px) {
  .container-fluid {
    max-width: 1920px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1440px;
  }
}

.map {
  color: #C3C3C3;
  font-size: 12px;
  font-weight: 500;
  margin-top: 46px;
  margin-bottom: 30px;
}

.w-100 {
  width: 100%;
}

.map-location {
  width: 100%;
  height: 300px;
  background-color: #cccccc;
  color: #a1a1a1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}

#overlay {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #333333;
  opacity: 0.2;
  z-index: 9000;
}

.font-8 {
  font-size: 8px !important;
}

.font-9 {
  font-size: 9px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-20 {
  font-size: 20px !important;
}

.not-radius-left-top {
  border-top-left-radius: 0 !important;
}

.not-radius-right-top {
  border-top-right-radius: 0 !important;
}

.not-radius-left-bottom {
  border-bottom-left-radius: 0 !important;
}

.not-radius-right-bottom {
  border-bottom-right-radius: 0 !important;
}

.not-radius-top-side {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.not-radius-right-side {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.not-radius-left-side {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.not-radius-bottom-side {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group-custom {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
.input-group-custom:not(:first-child) {
  margin-top: 18px;
}
.input-group-custom .input-title {
  font-weight: 500;
  font-size: 16px;
  color: #363A3E;
  margin-bottom: 10px;
}

.input-group-custom-vertical {
  flex-direction: column;
}

.input-custom {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 0;
  font-size: 12px;
  margin-right: -3px;
  border: 1px solid #F3F4F6;
}
.input-custom:focus {
  outline: none;
}
.input-custom::placeholder {
  color: #C3C3C3;
}

.input-custom-radius {
  border-radius: 4px;
}

.input-custom-icons {
  border: 1px solid #F3F4F6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.input-custom-icons input {
  border-color: transparent;
  width: 100%;
}
.input-custom-icons i {
  color: #A3AEBD;
  margin-right: 10px;
  cursor: pointer;
}

.input-radio-custom {
  display: flex;
}
.input-radio-custom input[type=radio] {
  margin-right: 12px;
  width: 20px;
  background-color: red !important;
}
.input-radio-custom input[type=radio], .input-radio-custom input[type=radio]:hover {
  accent-color: #146E53 !important;
}

.input-checkbox-custom {
  font-weight: 400;
  font-size: 14px;
  color: #606060;
  margin-bottom: 5px;
  cursor: pointer;
}
.input-checkbox-custom input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.input-checkbox-custom input ~ .checkmark {
  background-color: transparent;
  border: 1.4px solid #D0D9E4;
  border-radius: 2px;
}
.input-checkbox-custom input:checked ~ .checkmark {
  background-color: #146E53;
  border-color: #146E53;
}
.input-checkbox-custom .checkmark {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 12px;
  background-color: #eee;
  margin-bottom: -5px;
}
.input-checkbox-custom .radio-title {
  display: inline;
}

.input-custom-titled {
  position: relative;
}
.input-custom-titled .input-title {
  position: absolute;
  font-size: 9px;
  top: -12px;
  left: 15px;
  padding: 5px;
  color: #A3AEBD;
}

.btn-custom {
  padding: 11px;
  border-radius: 0;
  font-size: 12px;
  border: none;
  font-weight: 500;
  text-decoration: none;
}

.btn-custom-success {
  background-color: #146E53;
  color: #FFFFFF;
}
.btn-custom-success:hover {
  color: #FFFFFF;
}

.btn-custom-success-hover:hover {
  background-color: #146E53;
  color: #FFFFFF;
}

.btn-custom-danger {
  background-color: #EB4C4C;
  color: #FFFFFF;
}
.btn-custom-danger:hover {
  color: #FFFFFF;
}

.btn-custom-radius {
  border-radius: 4px;
  padding: 14px 10px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-custom-radius svg {
  margin-right: 10px;
}

.btn-arrow {
  background-color: transparent;
  border: none;
  color: #A7A7A7;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #A7A7A7;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
}
.btn-arrow.active {
  color: #FF7800;
  border-color: #FF7800;
}

.btn-custom-product {
  display: block;
  border: none;
  background-color: transparent;
  color: #146E53;
  font-size: 16px;
  padding: 0;
}
.btn-custom-product .icon {
  margin-right: 8px;
}

.btn-custom-social {
  background-color: transparent;
  border: 1.9px solid;
  font-weight: 500;
  font-size: 12px;
}

.btn-link {
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
}

.btn-order {
  padding: 6px 17px;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  min-width: 90px;
}

.btn-order-success {
  background-color: rgba(20, 166, 96, 0.226972);
  color: #14A660;
}

.btn-order-danger {
  background-color: rgba(227, 0, 0, 0.226972);
  color: #e30000;
}

.btn-order-warning {
  background-color: rgba(249, 116, 16, 0.226972);
  color: #f97510;
}

.see-more {
  text-decoration: none;
  color: #146E53;
  font-size: 12px;
  transition: opacity 0.2s ease-in-out;
}

.btn-custom-wishlist {
  padding: 13px 15px;
  margin-left: 15px;
  text-decoration: none;
  background-color: #efefef;
  color: #FF4E4E;
}
.btn-custom-wishlist:hover {
  color: #FF4E4E;
}
.btn-custom-wishlist.wishlist-sm {
  color: #FF4E4E;
  width: fit-content;
}

.btn-category-filter.selected {
  background-color: #146E53;
  color: #FFFFFF;
}

.menu-toggle-conent {
  display: none;
}
.menu-toggle-conent.active {
  display: block;
}

.price {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
}
.price .discounted-price {
  color: #FF4E4E;
  font-weight: 700;
  font-size: 16px;
}
.price .actual-price {
  text-decoration-line: line-through;
  color: #A7A7A7;
  font-weight: 500;
  font-size: 12px;
  margin-left: 9px;
}
.price .discount {
  margin-left: 9px;
  padding: 4px;
  font-size: 10px;
  color: #FFFFFF;
  background: #FF4E4E;
}

.modal .btn-close-modal {
  font-size: 30px;
  cursor: pointer;
}
.modal .modal-body {
  margin: 30px auto;
}
.modal .modal-footer {
  border: none;
}

.pagination .page-item .page-link {
  font-size: 20px;
  color: #146E53;
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
}
.pagination .page-item.active .page-link {
  background-color: #146E53;
  border-color: #146E53;
  color: #ffffff;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  font-weight: bolder;
}

.dropdown-menu {
  background-color: #F3F7FA;
  border: none;
  border-radius: 3px;
  padding: 16px;
  color: #272727;
  font-weight: 400;
  font-size: 14px;
}
.dropdown-menu .dropdown-item-success-hover:hover {
  color: #146E6E !important;
  background-color: transparent;
}
.dropdown-menu.dropdown-menu-common {
  background-color: #FFFFFF;
  border: 1px solid #F3F7FA;
  border-radius: 0 !important;
}

.color-success, .color-success:hover {
  color: #146E53 !important;
}

.color-warning, .color-warning:hover {
  color: #FF7800 !important;
}

.color-danger, .color-danger:hover {
  color: #FF2A2A !important;
}

.color-gray, .color-gray:hover {
  color: #9797A3 !important;
}

.border-success {
  border-color: #146E53;
}

.banner-custom .upper-headline {
  color: #FF7800;
}
.banner-custom .headline {
  font-size: 48px;
  line-height: 3.5rem;
  margin-bottom: 26px;
}
.banner-custom .title {
  color: #2D2C2C;
  max-width: 400px;
  margin-bottom: 42px;
}

.products {
  height: 422px;
  list-style: none;
  display: flex;
}
.products .owl-stage-outer {
  height: 530px;
}
.products .product-item {
  z-index: 1;
  float: left;
  border: 1px solid #F8F8F8;
  padding: 20px 21px;
  transition: box-shadow 0.2s ease-in-out;
  height: 516px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.products .product-item:hover .btn-custom-product {
  width: 100%;
  background-color: #146E53;
  color: #FFFFFF;
  padding: 10px 0;
}
.products .product-item:hover {
  box-shadow: 2px 2px 6px -2px #333939;
  padding-bottom: 25px;
  z-index: 2;
}
.products .product-item .top-line {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.products .product-item .top-line .rate {
  color: #2D2C2C;
  font-size: 16px;
}
.products .product-item .top-line .rate .star {
  color: #FEAA28;
  font-size: 15px;
}
.products .product-item .top-line .wishlist {
  font-size: 15px;
}
.products .product-item .top-line .new-tip {
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 2px;
  padding: 3px 17px;
  background-color: #FF7800;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
}
.products .product-item .image-part {
  max-width: 260px;
  margin: 0 auto;
  overflow: hidden;
}
.products .product-item .image-part img {
  width: 100%;
}
.products .product-item p {
  font-size: 14px;
  margin-top: 16px;
}
.products .product-item .actions-part {
  display: flex;
  justify-content: space-between;
}

.product-decor {
  display: inline-block;
  background-color: #FFFFFF;
  padding: 50px 50px 38px;
  text-align: center;
  position: relative;
  width: 250px;
}
.product-decor:not(:first-child) {
  margin-left: 7px;
}
.product-decor .wishlist {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 16px;
}
.product-decor .image {
  width: 155px;
  height: 155px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 55px;
}
.product-decor .image img {
  width: 100%;
}
.product-decor .title {
  font-weight: 600px;
  font-size: 21px;
  margin-bottom: 12px;
}
.product-decor .price {
  font-weight: 600px;
  color: #A7A7A7;
  font-size: 18px;
}

.products-listed .list-product {
  border-bottom: 1px solid #146E53;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.products-listed .list-product .information {
  display: flex;
}
.products-listed .list-product .information .image {
  display: block;
  max-width: 143px;
  max-height: 143px;
  overflow: hidden;
  margin-right: 15px;
}
.products-listed .list-product .information .image img {
  width: 100%;
}
.products-listed .list-product .information .title {
  margin-left: 15px;
}

.shape {
  position: absolute;
  transition: opacity 0.2s ease-in-out;
}

.shape-top-left {
  top: 0;
  left: 0;
}

.shape-top-right {
  top: 0;
  right: 0;
}

.shape-bottom-left {
  bottom: 0;
  left: 0;
}

.shape-bottom-right {
  bottom: 0;
  right: 0;
}

section:not(:first-child) {
  margin-top: 121px;
}
section .main-heading {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
}
section .main-heading .title-part {
  color: #272727;
  font-size: 30px;
  font-weight: 600;
}
section .main-heading .btn-arrow:not(:last-child) {
  margin-right: 13px;
}

section.banner .carousel-indicators {
  flex-direction: column;
  margin-right: inherit;
  margin-left: 33px;
  right: auto;
  top: 0;
}
section.banner .carousel-indicators button {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  border: 10px solid transparent !important;
  background-color: #A0A0A0 !important;
}
section.banner .carousel-indicators button.active {
  background-color: #FF7800 !important;
  box-shadow: 0px 0px 0px 2px #FF7800 !important;
}
section.banner .carousel-indicators button:not(:last-child) {
  margin-bottom: 23px;
}
section.banner .carousel-caption {
  max-width: 585px;
  top: 68px;
  left: 100px;
  right: auto;
  color: #080808;
  text-align: left;
  font-size: 15px;
}

section .main-service-heading {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
}

section .main-service-heading .title-part {
  color: #272727;
  font-size: 30px;
  font-weight: 600;
}

section .main-service-content .owl-stage-outer {
  padding: 19px 0 15px 15px;
}

section .main-service-heading .btn-ar:not(:last-child) {
  margin-right: 13px;
}

section .services {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

section .services a {
  list-style-type: none;
}

section .services .service-item {
  background-color: #F2F3F5;
  width: 270px;
  height: 409px;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  overflow: hidden;
}

section.services .service-item:hover {
  transform: translateY(-5px);
  transform: scale(1.1);
}

section.services .service-item .shape {
  opacity: 0;
  transition: opacity 0.3s;
}

section.services .service-item:hover .shape,
section.services .service-item:hover .see-more {
  opacity: 1;
}

section.services .service-item .service-name {
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  margin: 10px 0 20px 0;
  color: rgba(0, 0, 0, 0.66);
}

section.services .service-item .image {
  width: 100%;
  height: 270px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
  margin-bottom: 20px;
}

section.services .service-item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section.services .service-item .see-more {
  opacity: 0;
}

.action-part {
  display: flex;
  gap: 10px;
}

.btn-service {
  background-color: #fff;
  border: 1px solid #146E53;
  color: #146E53;
  padding: 8px 12px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-service:hover {
  background-color: #146E53;
  color: #fff;
}

section.application .bottom-content .owl-carousel {
  background: rgba(239, 238, 242, 0.38);
  padding: 15px;
}

section.application .bottom-content .owl-carousel .item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

section.application .bottom-content .owl-carousel .item:hover {
  transform: scale(1.05);
  cursor: pointer;
}

section.application .bottom-content .owl-carousel .item img {
  width: 120px;
  max-width: 100%;
  height: auto;
}

.category-info {
  display: flex;
  background-color: rgba(196, 189, 189, 0.2392156863);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
}

.category-image {
  flex: 1;
  max-width: 400px;
  padding: 5px;
}

.category-image img {
  width: 100%;
  height: auto;
  display: block;
}

.category-details {
  flex: 2;
  padding: 20px;
}

.category-details h1 {
  font-size: 28px;
  color: #2c3e50;
}

.category-details p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #7f8c8d;
}

.category-details .btn-categ-service {
  margin-top: 20px;
  align-self: flex-end;
}

.services-list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.service-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #F2F3F5;
  width: 270px;
  height: 350px;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: inherit;
}

.service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.service-item img {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
  margin-bottom: 10px;
}

.service-content {
  flex-grow: 1; /* Ensures it takes up remaining space */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-content h2 {
  font-size: 18px;
  color: #2c3e50;
  margin-bottom: 10px;
  text-align: center;
}

.service-content .price {
  font-size: 18px;
  font-weight: bold;
  color: #e74c3c;
  text-align: center;
}

@media (max-width: 1024px) {
  .service-item {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .service-item {
    flex: 1 1 calc(100% - 20px);
  }
  .service-item img {
    height: 150px;
  }
  .service-content h2,
  .service-content .price {
    font-size: 16px;
  }
}
.callback-btn {
  margin-top: auto;
  padding: 10px 20px;
  background: #146E53;
  color: #ffffff;
  font-size: 14px;
  border: 5px #146E53;
  border-radius: 8px;
  text-align: center;
  transition: background 0.3s ease;
  margin-bottom: 20px;
}

.callback-btn:hover {
  background: rgba(20, 110, 83, 0.83);
  border: 5px rgba(20, 110, 83, 0.83);
}

section.chesseboard {
  background-color: #F3F4F6;
}
section.chesseboard .container-fluid {
  position: relative;
  padding: 130px 0 150px 95px;
  overflow: hidden;
}
section.chesseboard .container-fluid .decor-image {
  position: absolute;
  top: 0;
  right: 0;
}
section.chesseboard .container-fluid .decors-side {
  margin-left: auto;
  width: fit-content;
}
section.chesseboard .container-fluid .decors-side .product-decor:last-child {
  margin-right: -125px;
}
section.chesseboard .container-fluid .decors-side .left-side {
  display: inline-block;
}
section.chesseboard .container-fluid .decors-side .left-side .upper-side {
  margin-bottom: 180px;
}
section.chesseboard .container-fluid .decors-side .left-side .upper-side .title {
  font-weight: 700;
  font-size: 30px;
  max-width: 255px;
}
section.chesseboard .container-fluid .decors-side .left-side .upper-side small {
  color: #A7A7A7;
  font-size: 16px;
}

section.price-deals {
  padding: 100px 0;
  text-align: center;
  position: relative;
}
section.price-deals .text {
  font-weight: 700;
  font-size: 34px;
}

section.product-details .product-part {
  border: 1px solid #E9E9E9;
  height: 100%;
}
section.product-details .images-part {
  display: flex;
  padding: 16px;
  border-radius: 6px 6px 0 0;
}
@media (min-width: 992px) {
  section.product-details .images-part {
    border-radius: 6px 0 0 6px;
  }
}
section.product-details .images-part .images {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 16px;
}
section.product-details .images-part .images .product-img-sm {
  margin: 0;
  padding: 0;
  width: 64px;
  height: 64px;
  border: 1px solid #E9E9E9;
  border-radius: 3px;
  overflow: hidden;
}
section.product-details .images-part .images .product-img-sm:hover {
  cursor: pointer;
}
section.product-details .images-part .images .product-img-sm:not(:last-child) {
  margin-bottom: 19.2px;
}
section.product-details .images-part .images .product-img-sm img {
  max-width: 100%;
}
section.product-details .images-part .main-photo {
  max-width: 480px;
  max-height: 480px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
section.product-details .images-part .main-photo img {
  max-width: 100%;
}
section.product-details .images-part .main-photo .new {
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 3px 18px;
  background-color: #FF4E4E;
  color: #FFFFFF;
  border-radius: 2px;
  font-size: 12px;
}
section.product-details .details-part {
  border-radius: 0 0 6px 6px;
}
@media (min-width: 992px) {
  section.product-details .details-part {
    border-left: none;
    border-radius: 0 6px 6px 0;
  }
}
@media (max-width: 992px) {
  section.product-details .details-part {
    border-top: none;
  }
}
section.product-details .details-part .top-part {
  border-bottom: 1px solid #E9E9E9;
  padding: 17px 27px;
  display: flex;
  font-size: 14px;
}
section.product-details .details-part .top-part .code {
  width: 30%;
  color: #4C4D4D;
}
section.product-details .details-part .top-part .actions {
  width: 70%;
  text-align: right;
}
section.product-details .details-part .top-part .actions a {
  text-decoration: none;
}
section.product-details .details-part .top-part .actions a, section.product-details .details-part .top-part .actions a:hover {
  color: #080808;
}
section.product-details .details-part .top-part .actions a:not(:first-child) {
  margin-left: 40px;
}
section.product-details .details-part .main-part {
  padding: 30px 12px 20px 28px;
}
section.product-details .details-part .main-part .headline {
  font-weight: 600;
  font-size: 30px;
  line-height: 54px;
  color: #272727;
}
section.product-details .details-part .main-part .descr {
  margin-bottom: 22px;
}
section.product-details .details-part .main-part .descr .title {
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
section.product-details .details-part .main-part .descr .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #2D2C2C;
}
section.product-details .details-part .price-part {
  background-color: #F2F3F5;
  padding: 30px;
  display: flex;
  justify-content: space-between;
}
section.product-details .details-part .price-part .discounted-price {
  color: #303030;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
}
section.product-details .details-part .price-part .actual-price {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: line-through;
  color: #A7A7A7;
  margin-left: 15px;
}
section.product-details .details-part .price-part .shipping {
  font-weight: 500;
  font-size: 11px;
  margin-top: 13px;
  color: #146E53;
}
section.product-details .bottom-part {
  margin-top: 18px;
  font-size: 14px;
}
section.product-details .bottom-part .ways {
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

section.product-details-menu .menu {
  padding: 9px 16px;
  background: #F2F3F5;
  border-radius: 6px;
  width: fit-content;
  margin-bottom: 50px;
  display: flex;
}
section.product-details-menu .menu button {
  background: transparent;
}
section.product-details-menu .menu button.active {
  background: #146E53;
  color: #FFFFFF;
}
section.product-details-menu .bg-content {
  background: #F2F3F5;
}
section.product-details-menu .bg-content .content {
  display: none;
}
section.product-details-menu .bg-content .content.active {
  display: block;
}
section.product-details-menu .bg-content .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.product-details-menu .bg-content .content ul li {
  margin: 0;
  padding: 10px 18px;
  display: flex;
  justify-content: space-between;
}
section.product-details-menu .bg-content .content ul li .name {
  color: #272727;
  font-weight: 600;
  font-size: 16px;
}
section.product-details-menu .bg-content .content ul li .data {
  color: #848484;
  font-size: 14px;
  font-weight: 300;
}
section.product-details-menu .bg-content .content ul li:nth-child(even) {
  background: #FFFFFF;
}

section.similar-products {
  margin-bottom: 162px;
}

section.my-cart {
  margin-bottom: 130px;
}
section.my-cart .cart-list {
  border: 1px solid #E9E9E9;
  border-radius: 6px 0px 0px 6px;
  height: 100%;
}
@media (max-width: 992px) {
  section.my-cart .cart-list {
    border-radius: 6px 6px 0 0;
  }
}
section.my-cart .cart-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.my-cart .cart-list ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #E9E9E9;
  padding: 13px 30px 17px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.my-cart .cart-list ul li .list-info {
  display: flex;
  align-items: center;
}
section.my-cart .cart-list ul li .list-info .image {
  max-width: 70px;
  max-height: 70px;
  overflow: hidden;
  margin-right: 24px;
}
section.my-cart .cart-list ul li .list-info .image img {
  width: 100%;
}
section.my-cart .cart-list ul li .list-info .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #1A1A1A;
}
section.my-cart .cart-list ul li .list-info .price {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  margin-top: 5px;
}
section.my-cart .cart-list ul li .list-info .price .actual-price {
  font-weight: 300;
  font-size: 16px;
  text-decoration-line: line-through;
  color: #A7A7A7;
  margin-left: 15px;
}
section.my-cart .cart-list ul li .list-actions {
  display: flex;
  align-items: center;
}
section.my-cart .cart-list ul li .list-actions .btn-cart-list, section.my-cart .cart-list ul li .list-actions .qty {
  height: 40px;
  display: block;
  border: none;
  background-color: #F2F3F5;
  color: #000000;
  font-size: 12px;
  padding: 13px;
}
section.my-cart .cart-list ul li .list-actions .btn-cart-list-decrease {
  border-radius: 3px 0 0 3px;
}
section.my-cart .cart-list ul li .list-actions .btn-cart-list-increase {
  border-radius: 0 3px 3px 0;
}
section.my-cart .cart-list ul li .list-actions .price {
  margin-left: 33px;
  font-weight: 600;
  font-size: 18px;
}
section.my-cart .cart-list ul li .btn-cart-list-remove {
  border: none;
  background-color: transparent;
  color: #A7A7A7;
  margin-left: 133px;
}
section.my-cart .cart-list ul li .btn-cart-list-remove:hover {
  color: #FF2A2A;
}
section.my-cart .cart-list .btn-cart-list-clear {
  float: right;
  margin-top: 24px;
  margin-right: 37px;
}
section.my-cart .order-part {
  background: #F2F3F5;
  border-radius: 0px 6px 0px 0px;
  padding: 35px 40px;
}
@media (max-width: 992px) {
  section.my-cart .order-part {
    border-radius: 0 0 6px 6px;
  }
}
section.my-cart .order-part .headline {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 16px;
}
section.my-cart .order-part .tarif {
  padding: 34px;
  background-color: #FFFFFF;
  border-radius: 4px;
}
section.my-cart .order-part .tarif ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.my-cart .order-part .tarif ul li {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
section.my-cart .order-part .tarif ul li:not(:last-child) {
  margin-bottom: 8px;
}
section.my-cart .order-part .tarif ul li:last-child {
  margin-top: 26px;
  margin-bottom: 35px;
}
section.my-cart .order-part .tarif ul li:last-child .name {
  font-size: 14px;
  color: #000000;
}
section.my-cart .order-part .tarif ul li:last-child .conclude {
  font-weight: 600;
  font-size: 18px;
  color: #FF7800;
}
section.my-cart .order-part .tarif ul li .name {
  font-weight: 500;
  font-size: 14px;
  color: #75757B;
  background-color: #FFFFFF;
  z-index: 2;
  padding-right: 10px;
  line-height: 23px;
}
section.my-cart .order-part .tarif ul li .dash {
  height: 1px;
  border: 1px dashed #E9E9E9;
  position: absolute;
  left: 0;
  bottom: 1px;
  right: 0;
  z-index: 1;
}
section.my-cart .order-part .tarif ul li .conclude {
  color: #0D0D0D;
  font-weight: 500;
  font-size: 13px;
  background-color: #FFFFFF;
  z-index: 2;
  padding-left: 10px;
}
section.my-cart .order-part .tarif ul li .conclude-price {
  font-weight: 600;
}
section.my-cart .order-part .tarif ul li .conclude-shipping {
  color: #FF2A2A;
}
section.my-cart .order-part .tarif p {
  margin-top: 17px;
  font-weight: 400;
  font-size: 12px;
  color: #C3C3C3;
}
section.my-cart .order-part .promo-code {
  margin-top: 24px;
}
section.my-cart .order-part .promo-code .input-group-custom {
  overflow: hidden;
}
section.my-cart .details-part {
  border-top: 1px solid #E8E8E8;
  padding-top: 33px;
}
section.my-cart .payment-details-part {
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  padding: 32px 22px 28px;
}
section.my-cart .payment-details-part .agreement-input {
  border-top: 1px solid #E8E8E8;
  padding-top: 24px;
  margin: 33px 0;
}

section.categories {
  margin-top: 40px;
}
section.categories .category-row {
  margin-bottom: 40px;
}
section.categories .category-row button {
  display: inline-block;
}

section.filter-grid {
  margin-bottom: 133px;
  margin-top: 40px;
}
section.filter-grid .products-grid {
  border: 1px solid #E9E9E9;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
}
section.filter-grid .products-grid .filter-side {
  width: 250px;
  border-right: 1px solid #E9E9E9;
}
section.filter-grid .products-grid .filter-side .accordion-item {
  border: none;
  border-bottom: 1px solid #E9E9E9;
}
section.filter-grid .products-grid .filter-side .accordion-item:last-of-type {
  border-radius: 0;
}
section.filter-grid .products-grid .filter-side .accordion-item .accordion-button, section.filter-grid .products-grid .filter-side .accordion-item .accordion-button:focus {
  box-shadow: none;
  background-color: transparent;
  color: #146E6E;
  font-weight: 500;
  font-size: 16px;
}
section.filter-grid .products-grid .filter-side .accordion-item .accordion-button:not(.collapsed)::after {
  color: red !important;
  background-image: var(--bs-accordion-btn-icon) !important;
}
section.filter-grid .products-grid .filter-side .accordion-item .price-range-title {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 12px;
}
section.filter-grid .products-grid .filter-side .accordion-item .price-range-title .price-from {
  color: #3D3D3D;
}
section.filter-grid .products-grid .filter-side .accordion-item .price-range-title .price-to {
  color: #A7A7A7;
}
section.filter-grid .products-grid .filter-side .accessory-part {
  font-weight: 400;
  font-size: 15px;
}
section.filter-grid .products-grid .filter-side .accessory-part .radio-title {
  color: #3B3B3B;
}
section.filter-grid .products-grid .filter-side .accessory-part .radio-title.active {
  font-weight: 500;
  color: #000000;
}
section.filter-grid .products-grid .bottom-side {
  padding: 24px 20px;
}
section.filter-grid .products-grid .products-side {
  width: 100%;
}
section.filter-grid .products-grid .products-side .head-part {
  height: 53px;
  border-bottom: 1px solid #E9E9E9;
  padding: 7px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.filter-grid .products-grid .products-side .products {
  height: auto;
  padding: 0 12px;
  display: block;
}
section.filter-grid .products-grid .products-side .products .product-item {
  min-width: 100%;
}
section.filter-grid .products-grid .products-side .products .product-item:hover {
  box-shadow: 2px 2px 6px -2px #333939;
  padding-bottom: 20px;
}
section.filter-grid .products-grid .products-side .products .product-item p {
  font-weight: 500;
  font-size: 15px;
  color: #272727;
}
section.filter-grid .products-grid .products-side .products .product-item .price {
  font-weight: 600;
  font-size: 20px;
  color: #303030;
}

section.user-auth {
  background-color: #F3F4F6;
}
section.user-auth .auth-section {
  margin: 70px auto 80px;
  border-radius: 6px;
  background-color: #FFFFFF;
  padding: 77px 54px 80px;
  max-width: 410px;
  box-shadow: 0px 2px 6px rgba(97, 96, 96, 0.199629);
}
section.user-auth .auth-section .headline .title {
  font-weight: 800;
  font-size: 32px;
  color: #2F3031;
}
section.user-auth .auth-section .headline .sub-title {
  margin-top: 6px;
  font-weight: 400;
  font-size: 12px;
  color: #A3AEBD;
}
section.user-auth .auth-section form {
  margin: 14px auto 10px;
}
section.user-auth .auth-section form .inputs-part {
  padding: 20px 0;
}
section.user-auth .auth-section form button {
  margin: 20px auto 20px !important;
}
section.user-auth .auth-section .dashed-or {
  border-bottom: 1.4px dashed #D4DEE6;
  position: relative;
  margin-bottom: 30px;
}
section.user-auth .auth-section .dashed-or span {
  position: absolute;
  left: calc(50% - 15px);
  bottom: -10px;
  text-align: center;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
}

section.profile {
  margin-top: 66px;
}
section.profile .profile-part {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 1px solid #E9E9E9;
}
@media (max-width: 992px) {
  section.profile .profile-part {
    flex-direction: column;
  }
}
section.profile .profile-part .profile-menu {
  background-color: #F2F3F5;
  min-width: 310px;
}
@media (max-width: 992px) {
  section.profile .profile-part .profile-menu {
    min-width: 100%;
  }
}
section.profile .profile-part .profile-menu .user-headline {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #E9E9E9;
  height: 86px;
}
section.profile .profile-part .profile-menu .user-headline .image-part {
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 3px;
  margin-right: 8px;
  margin-left: 12px;
}
section.profile .profile-part .profile-menu .user-headline .image-part img {
  width: 100%;
}
section.profile .profile-part .profile-menu .user-headline .information-part .user-name {
  color: #032124;
  font-weight: 500;
  font-size: 14px;
}
section.profile .profile-part .profile-menu .user-headline .information-part .user-email {
  color: #A6A7AE;
  font-weight: 400;
  font-size: 12px;
}
section.profile .profile-part .profile-menu ul {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  list-style: none;
}
section.profile .profile-part .profile-menu ul li {
  margin: 0;
  padding: 0;
}
section.profile .profile-part .profile-menu ul li .menu-link {
  display: block;
  color: #272727;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 100px 15px 30px;
  text-decoration: none;
  border-right: 4px solid transparent;
}
section.profile .profile-part .profile-menu ul li .menu-link.active {
  color: #146E53;
  background-color: #FFFFFF;
  border-color: #146E6E;
}
section.profile .profile-part .profile-menu ul li:last-child {
  margin-top: 48px;
}
section.profile .profile-part .profile-content {
  width: 100%;
}
section.profile .profile-part .profile-content .headline {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #E9E9E9;
  height: 86px;
  font-weight: 500;
  font-size: 24px;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .profile-information {
  padding: 30px 30px 67px;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .profile-information .image-part {
  width: 137px;
  height: 137px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .profile-information .image-part .image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #333333;
  opacity: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 500;
  font-size: 13px;
  color: #FFFFFF;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .profile-information .image-part .image-overlay i {
  font-size: 20px;
  margin-bottom: 8px;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .profile-information .image-part .image-overlay:hover {
  opacity: 1;
  background-color: rgba(51, 51, 51, 0.3725490196);
}
section.profile .profile-part .profile-content .content .menu-custom-conent .profile-information .image-part img {
  width: 100%;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .profile-information .form-part {
  margin-top: 34px;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .wishlist-products .wish-product {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px 15px 15px;
  border-bottom: 1px solid #E8E8E8;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .wishlist-products .wish-product:last-child {
  border-color: transparent;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .wishlist-products .wish-product .info-part {
  display: flex;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .wishlist-products .wish-product .info-part .image {
  display: block;
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin-right: 15px;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .wishlist-products .wish-product .info-part .image img {
  width: 100%;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .wishlist-products .wish-product .info-part .information {
  font-weight: 500;
  font-size: 20px;
  color: #272727;
  width: 100%;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .wishlist-products .wish-product .info-part .information .title {
  margin-bottom: 30px;
  max-width: 266px;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .wishlist-products .wish-product .info-part .information .price .real-price {
  font-size: 16px;
  color: #A7A7A7;
  text-decoration: line-through;
  margin-left: 15px;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .wishlist-products .wish-product .actions-part {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .wishlist-products .wish-product .actions-part .withlist-button-bg {
  text-align: right;
  color: #FF3939;
  font-size: 20px;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .notifications .notif-box {
  padding: 18px 30px 10px;
  border-bottom: 1px solid #E8E8E8;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .notifications .notif-box:last-child {
  border-color: transparent;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .notifications .notif-box .head-part .notif-title {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .notifications .notif-box .head-part .remove-notify {
  cursor: pointer;
  float: right;
  color: #A7A7A7;
  font-size: 20px;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .notifications .notif-box .head-part .remove-notify:hover {
  color: #FF2A2A;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .notifications .notif-box .content-part p {
  margin: 0;
  padding: 0;
  max-width: 95%;
  margin-top: 8px;
  font-weight: 400;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .notifications .notif-box .content-part .date {
  color: #808080;
  text-align: right;
  font-weight: 400;
  font-size: 14px;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .simple-menu .simple-menu-bar ul, section.profile .profile-part .profile-content .content .menu-custom-conent .simple-menu .simple-menu-bar li {
  margin: 0;
  padding: 0;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .simple-menu .simple-menu-bar ul {
  list-style: none;
  padding: 15px 15px 0 15px;
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .simple-menu .simple-menu-bar ul li a {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 12px;
  font-weight: 500;
  font-size: 15px;
  color: black;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .simple-menu .simple-menu-bar ul li a.active {
  border-bottom: 3px solid #146E6E;
  color: #146E6E;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .orders {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 992px) {
  section.profile .profile-part .profile-content .content .menu-custom-conent .orders {
    flex-direction: column;
  }
}
section.profile .profile-part .profile-content .content .menu-custom-conent .orders .order-list {
  width: 100%;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .orders .order-list .order.active {
  background-color: #f5f9f9;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .orders .order-list .order .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  border-bottom: 1px solid #E8E8E8;
  padding: 15px 5px;
  margin: 0 25px;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .orders .order-list .order .content .order-key {
  color: #A7A7A7;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .orders .order-list .order .content .order-value {
  color: #292929;
  margin-left: 5px;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .orders .order-menu {
  width: fit-content;
}
@media (max-width: 992px) {
  section.profile .profile-part .profile-content .content .menu-custom-conent .orders .order-menu {
    width: 100%;
  }
}
section.profile .profile-part .profile-content .content .menu-custom-conent .orders .order-menu .menu-order-conent {
  max-width: 380px;
  background-color: #f5f9f9;
  height: 100%;
  padding: 30px 20px 50px 20px;
}
@media (max-width: 992px) {
  section.profile .profile-part .profile-content .content .menu-custom-conent .orders .order-menu .menu-order-conent {
    max-width: 100%;
  }
}
section.profile .profile-part .profile-content .content .menu-custom-conent .orders .order-menu .menu-order-conent .headline-order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .orders .order-menu .menu-order-conent .headline-order .title {
  font-weight: 500;
  font-size: 20px;
  color: #272727;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .orders .order-menu .menu-order-conent .headline-order .items-count {
  color: #146E6E;
  font-weight: 400;
  font-size: 14px;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .orders .order-menu .menu-order-conent .detail-order-list .order-product {
  display: flex;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 17px;
  padding-top: 15px;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .orders .order-menu .menu-order-conent .detail-order-list .order-product .img-part {
  width: 70px;
  height: 70px;
  overflow: hidden;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .orders .order-menu .menu-order-conent .detail-order-list .order-product .info-part {
  max-width: 190px;
  margin-left: 10px;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .orders .order-menu .menu-order-conent .detail-order-list .order-product .info-part .name {
  font-weight: 500;
  font-size: 14px;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .orders .order-menu .menu-order-conent .detail-order-list .order-product .info-part .price {
  font-weight: 600;
  font-size: 14px;
  color: #146E6E;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .orders .order-menu .menu-order-conent .order-detail-info {
  background-color: #FFFFFF;
  border-radius: 4px;
  padding: 24px 20px;
  margin-top: 40px;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .orders .order-menu .menu-order-conent .order-detail-info ul, section.profile .profile-part .profile-content .content .menu-custom-conent .orders .order-menu .menu-order-conent .order-detail-info li {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .orders .order-menu .menu-order-conent .order-detail-info ul li {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .orders .order-menu .menu-order-conent .order-detail-info ul li:not(:first-child) {
  margin-top: 10px;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .orders .order-menu .menu-order-conent .order-detail-info ul li:last-child {
  margin-top: 30px;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .orders .order-menu .menu-order-conent .order-detail-info ul li:last-child .order-info-value {
  font-weight: 600;
  font-size: 18px;
}
section.profile .profile-part .profile-content .content .menu-custom-conent .orders .order-menu .menu-order-conent .order-detail-info ul li .order-info-value {
  font-weight: 400;
}

section.about-us {
  background-color: #f2f3f5;
  padding: 25px 0;
}

@media screen and (max-width: 1240px) {
  section.banner {
    display: none;
  }
}
.callback-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease-out;
}

/* Modal Content */
.callback-modal-content {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  width: 400px;
  max-width: 90%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  animation: slideUp 0.3s ease-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.callback-close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 25px;
  color: #333;
  cursor: pointer;
  transition: color 0.3s ease;
}

.callback-close-btn:hover {
  color: #e74c3c;
}

.callback-modal h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.callback-modal h2 span {
  font-weight: bold;
  color: #146E53;
}

#callbackForm {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#callbackForm div {
  margin-bottom: 15px;
}

#callbackForm label {
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
}

#callbackForm input[type=text] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  transition: border-color 0.3s ease;
}

#callbackForm input[type=text]:focus {
  border-color: #146E53;
  outline: none;
}

#callbackForm button {
  background-color: #146E53;
  color: white;
  border: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

#callbackForm button:hover {
  background-color: rgba(20, 110, 83, 0.84);
}

@media (max-width: 768px) {
  .callback-modal-content {
    width: 90%;
    padding: 20px;
  }
  .callback-modal h2 {
    font-size: 20px;
  }
  #callbackForm button {
    font-size: 14px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(50px);
  }
  to {
    transform: translateY(0);
  }
}
.service-card {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: rgba(196, 189, 189, 0.2392156863);
}

/* YouTube Video */
.service-video iframe {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Carousel Container */
.service-carousel {
  position: relative;
  margin: 20px 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.carousel-inner .carousel-image {
  width: 100%;
  height: 400px;
  object-fit: contain;
  border-radius: 10px;
  display: block;
}

/* Navigation Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 10px;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Carousel Indicators */
.carousel-indicators button {
  background-color: #ccc;
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  transition: background-color 0.3s ease;
}

.carousel-indicators .active {
  background-color: #146E53;
}

.hero-section {
  height: 80vh;
}

.bg-overlay {
  position: absolute;
  top: 0;
  start: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.hero-section h1 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.hero-section p {
  font-size: 1.25rem;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.85);
}

.text-secondary {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.image-wrapper {
  border-radius: 0.75rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-wrapper:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.badge {
  font-size: 0.75rem;
  padding: 0.5rem 0.75rem;
  text-transform: uppercase;
}

.text-muted {
  color: #6c757d;
}

.text-secondary {
  color: #495057;
}

.text-dark {
  color: #212529;
}

h2 a {
  color: #212529;
  transition: color 0.3s ease;
}

h2 a:hover {
  color: #0d6efd;
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

p {
  line-height: 1.5;
}

/*ads styles*/
#header {
  transition: height 0.3s ease;
  z-index: 9999;
  position: sticky;
  right: 0;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
}

.azd-top {
  max-height: 80px;
  height: auto;
  position: sticky;
  top: 0;
  z-index: 9999;
  overflow: hidden;
}

.azd-top img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.rail-container {
  position: relative;
}

.rail {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}

.rail.left {
  left: 0;
  margin-left: 2px;
}

.rail.right {
  right: 0;
  margin-right: 2px;
}

.ad-image {
  width: 130px;
  height: 550px;
  object-fit: cover;
}

@media screen and (max-width: 1023px) {
  .rail.left, .rail.right {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1240px) {
  .rail.left, .rail.right {
    display: none;
  }
}
@media screen and (min-width: 1241px) {
  .ad-image {
    width: 130px;
    height: 550px;
  }
}

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