/**========================================================================
 *                               Base Styles
 *========================================================================**/
/*================================  Css Variable ==============================*/

:root {
  /*--------------------- Main Colors ---------------------*/
  --primaryColor: #feb200;
  --thirdColor: #766a64;
  /*----------------- BackGround Colors --------------------*/
  --grayBack: #f8f8f8;
  --whiteColor: #ffffff;
  /*----------------- Mobile Navigation --------------------*/
  --mobileMenuColor: rgb(255, 255, 255);
  --mobileMenuAccordionBack: #f5f5f5;
  --mobileMenuBorderColor: rgba(0, 0, 0, 0.1);
  /*-----------------=---- Text Colors ---------------------*/
  --lightTextColor: #fff;
  --grayTextColor: #7d7d7d;
  --textColorL1: #21252b;
  --textColorL2: #353535;
  --textColorL3: #656565;
  /*-----------------=---- Border Colors ---------------------*/
  --borderColor: #d2d2d2;
  /*-----------------=---- Border Radius ---------------------*/
  --borderRadius: 0.4375rem;
  /*--------------------- Box Shadow ---------------------*/
  --boxShadow: 0 0 8px rgba(0, 0, 0, 0.05);
  --boxShadowL2: 0 0 0.75rem rgba(0, 0, 0, 0.2);
  --boxShadowHover: 0 0 12px rgba(214, 201, 26, 0.2);
  /*-----------------=---- Transition ---------------------*/
  --baseTransition: all ease-in-out 300ms;
  /*--------------------- Font Size ---------------------*/
  --card-title-fontSize: 1.5rem;
  --sub-title-fontSize: clamp(0.9375rem, 1.25vw, 1.0625rem);
  /*---------------------- Fonts ---------------------*/
  --fontIcons: "Font Awesome 6 Pro";
  --baseFont: "IRANSansWeb";
  /*--------------------- Text Shadow ---------------------*/
  --textShadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.2);
}

/*================================ Basic Style ==============================*/

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden !important;
  max-width: 100vw !important;
  scroll-behavior: smooth;
}

body {
  color: var(--textColorL1);
  font-weight: 400;
  line-height: 1.75;
  direction: ltr;
}
body.modal-open,
.modal {
  padding: 0 !important;
}

i {
  justify-content: center;
  align-items: center;
  line-height: 1;
  display: flex;
}

ul {
  padding: 0;
  margin: 0;
}

p {
  color: var(--textColorL2);
  font-size: 0.875rem;
  margin-bottom: 1rem;
  line-height: 1.7;
}

p a {
  color: var(--primaryColor);
  font-weight: 500;
}

p a:hover {
  color: var(--textColorL2);
}

a {
  transition: var(--baseTransition);
  color: var(--textColorL1);
  text-decoration: none;
}

a:hover {
  color: var(--primaryColor);
}

.text-truncate-3,
.text-truncate-3 p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
/*=================================  Basic Class ===============================*/

.flex {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}

.flex-column {
  flex-direction: column;
  display: flex;
}

.img-fluid {
  max-height: 100%;
}

.container .row {
  width: 100%;
  margin-inline: auto;
}

/*================================  Colors ==============================*/

.bg-gray {
  background-color: var(--grayBack);
}

/*================================  Scroll Bar ==============================*/

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0.5rem;
}

::-webkit-scrollbar-thumb {
  background-color: var(--primaryColor);
  border-radius: 0.125rem;
}

::-webkit-scrollbar-track {
  background-color: var(--grayBack);
}

/*================================ Container Style ==============================*/

.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (min-width: 36rem) {
  .container-sm,
  .container {
    max-width: 33.75rem;
  }
}

@media (min-width: 48rem) {
  .container-md,
  .container-sm,
  .container {
    max-width: 45rem;
  }
}

@media (min-width: 64rem) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 60rem;
  }
}

@media (min-width: 75rem) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 72.5rem;
  }
}

@media (min-width: 83.75rem) {
  .container-xl,
  .container-lg,
  .container {
    max-width: 78.75rem;
  }
}

@media (min-width: 87.5rem) {
  .container-xl,
  .container-lg,
  .container {
    max-width: 83.75rem;
  }
}

/*================================ Colors ==============================*/

.bg-gray {
  background-color: var(--grayBack);
}

/*================================ Image ==============================*/

figure {
  justify-content: center;
  align-items: center;
  overflow: hidden;
  display: flex;
  margin: 0;
}

figure img {
  max-height: 100%;
  max-width: 100%;
}

.thumbnail-zoom figure img {
  transition: var(--baseTransition);
}

.thumbnail-zoom:hover figure img {
  transform: scale(1.1);
}

.ratio-4-3,
.ratio-16-9 {
  aspect-ratio: 4/3;
  overflow: hidden;
  width: 100%;
}
.ratio-16-9 {
  aspect-ratio: 16/9;
}
.ratio-4-3 img,
.ratio-16-9 img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
/*================================ Form And Inputs ==============================*/

.form-label {
  color: var(--grayTextColorL2);
  margin-bottom: 0.25rem;
  font-size: 0.825rem;
}
/* 
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
select {
  -webkit-appearance: none;
  appearance: none;
}

input[type="password"],
input[type="search"],
input[type="number"],
input[type="email"],
input[type="text"],
input[type="url"],
input[type="tel"],
input[type="date"],
textarea.form-control,
select.form-control,
textarea,
select {
  border: 0.06rem solid var(--borderColor);
  background-color: var(--whiteColor);
  border-radius: var(--borderRadius);
  color: var(--textColorL1);
  font-size: 0.9375rem;
  padding: 0.625rem;
  box-shadow: none;
  outline: none;
  height: 3rem;
  width: 100%;
  margin: 0;
} */
.default-input {
  position: relative;
}
.default-input:has(i) input,
.default-input:has(i) input.form-control {
  padding-right: 2rem;
}
.default-input i {
  position: absolute;
  inset: 0 0.5rem 0 auto;
  margin: auto;
  height: fit-content;
  opacity: 0.7;
  font-size: 1.125rem;
  color: var(--textColorL1);
}
select {
  background-image: url(../images/arrow-down.svg);
  background-position: left 1rem center;
  background-repeat: no-repeat;
  background-size: 1rem 1.75rem;
  padding-left: 3rem;
}

textarea.form-control,
textarea {
  min-height: 9.375rem;
  min-width: 100%;
}

.form-check-input:focus {
  box-shadow: none;
  outline: 0;
}

.form-check-input:checked {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}

.form-section-title {
  border-bottom: 0.05rem solid var(--primaryColor);
  color: var(--darkTextColor);
  justify-content: flex-start;
  align-items: baseline;
  padding-bottom: 0.5rem;
  margin-top: 1.25rem;
  font-weight: 500;
  display: flex;
  gap: 0.5rem;
}

.submit-form {
  all: unset;
  border-radius: var(--borderRadius);
  background-color: var(--textColorL1);
  transition: var(--baseTransition);
  color: var(--whiteColor);
  justify-content: center;
  padding: 0.5rem 1.5rem;
  align-items: center;
  font-size: 1.125rem;
  display: flex;
  gap: 0.25rem;
}

.submit-form:hover {
  background-color: #101010;
  color: #fff;
}

/*================================ List Style ==============================*/
.list-title {
  color: var(--thirdColor);
  font-size: 1.125rem;
  font-weight: bold;
}

.base-list {
  flex-direction: column;
  list-style: none;
  display: flex;
}

.base-list li::after {
  font-family: var(--fontIcons);
  inset: 0.25rem 0 auto auto;
  justify-content: center;
  font-size: 0.625rem;
  align-items: center;
  position: absolute;
  aspect-ratio: 1/1;
  font-weight: 900;
  content: "\f111";
  color: #ffbf00;
  line-height: 1;
  display: flex;
  margin: auto;
  width: 1.25rem;
}

.base-list li {
  color: var(--textColor4);
  padding-right: 1.5625rem;
  position: relative;
  font-weight: 400;
  font-size: 1rem;
}

.base-list.gear li::after {
  color: var(--primaryColor);
  font-size: 0.8375rem;
  content: "\f013";
}

.base-list.gear li {
  border-bottom: 0.0625rem solid var(--borderColor);
  padding-bottom: 0.25rem;
  margin-top: 0.5rem;
}

.base-list.gear li:last-child {
  padding-bottom: none;
  border-bottom: none;
}

/*================================ Buttons ==============================*/

.default-button {
  border-radius: var(--borderRadius);
  background-color: var(--primaryColor);
  transition: var(--baseTransition);
  color: var(--lightTextColor);
  border: 1px solid transparent;
  align-items: center;
  padding: 8px 10px;
  line-height: normal;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  gap: 0.25rem;
}

.default-button i {
  font-size: 17px;
}

.default-button:hover {
  background-color: var(--whiteColor);
  border-color: var(--primaryColor);
  color: var(--primaryColor);
}

.default-button.dark {
  background-color: #e8edf0;
  color: var(--textColorL1);
}

.default-button.dark:hover {
  background-color: #4d4d4d;
  color: var(--whiteColor);
  border-color: #4d4d4d;
}
/*================================ Slider ==============================*/

.carousel-section {
  position: relative;
  padding: 0 1.75rem;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
}

.swiper-button-next,
.swiper-button-prev {
  transition: var(--baseTransition);
  color: var(--textColorL1);
  justify-content: center;
  align-items: center;
  font-size: 1.75rem;
  display: flex;
  width: 20px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: var(--primaryColor);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.25rem;
  font-weight: 300;
}

.swiper-pagination-bullet {
  background-color: var(--whiteColor);
  border-radius: var(--borderRadius);
  transition: var(--baseTransition);
  height: 0.625rem;
  width: 0.625rem;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 2rem;
}

/*================================ Default Section Title Area ==============================*/

.section-heading {
  align-items: center;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
  gap: 0.25rem;
  display: flex;
}

.section-heading-right-side {
  flex-direction: column;
  max-width: 300px;
  display: flex;
  gap: 0.375rem;
}
.section-heading-left-side {
  flex: 1;
  display: flex;
  align-items: center;
}
.section-heading-left-side::before {
  background: linear-gradient(90deg, hsla(180, 2%, 91%, 0.3), #e8e9e9 10%, #e8e9e9 90%, hsla(180, 2%, 91%, 0.3));
  height: 0.125rem;
  display: block;
  margin: 0 10px;
  content: "";
  flex: 1;
}

.view-more {
  font-size: 10px;
  background-color: #ebebed;
  padding: 2px 12px;
  border-radius: 2rem;
  line-height: 20px;
  color: #444;
}

.view-more i {
  font-size: 12px;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  background-color: var(--primaryColor);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  text-align: center;
  color: var(--lightTextColor);
  margin-left: 4px;
}

.view-more:hover {
  background-color: var(--textColorL1);
  color: #fefefe;
}
.section-heading-title-box {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.section-heading-title-box i {
  font-size: 1.25rem;
  color: var(--primaryColor);
}

.section-heading-title-box .section-heading-title {
  font-size: 1.125rem;
  margin-bottom: 0;
  font-weight: 600;
  color: var(--textColorL1);
}

.section-heading p {
  color: var(--textColorL3);
  font-size: 0.75rem;
  line-height: 1.35;
  font-weight: 200;
  margin: 0;
}

.section-heading-left-side label {
  color: var(--textColorL3);
  font-size: 0.8375rem;
  white-space: nowrap;
}

/*================================ Card Style ==============================*/

.default-card {
  border-block: 3px solid var(--borderColor);
  background-color: var(--whiteColor);
  border-radius: var(--borderRadius);
  transition: var(--baseTransition);
  box-shadow: var(--boxShadow);
  padding: 1rem;
}
.default-card.sm {
  border-block-width: 2px;
}
.default-card.hover:hover {
  box-shadow: var(--boxShadowHover);
  border-color: var(--primaryColor);
}

/*================================ Page Breadcrumb ==============================*/

.page-breadcrumb {
  justify-content: flex-start;
  padding: 1.25rem 0.625rem;
  align-items: center;
  font-size: 1rem;
  flex-wrap: wrap;
  display: flex;
  gap: 0.625rem;
}

.page-breadcrumb a {
  transition: all ease-in-out 200ms;
  color: var(--textColorL1);
}

.page-breadcrumb a:hover {
  color: var(--primaryColor);
}

.separator {
  color: var(--primaryColor);
}

.page-breadcrumb .last {
  color: var(--textColorL1);
  opacity: 0.7;
}

/*================================ Pagination ==============================*/
.pagination {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
}

.page-link {
  border: 0.0625rem solid var(--primaryColor);
  transition: var(--baseTransition);
  background-color: transparent;
  color: var(--textColorL3);
  position: relative;
  border-radius: 0;
  display: block;
}

.pagination .page-item:nth-child(2) a {
  border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
}

.pagination .page-item:nth-last-child(2) a {
  border-radius: var(--borderRadius) 0 0 var(--borderRadius);
}

.pagination .page-item:first-child a,
.pagination .page-item:last-child a {
  border-radius: var(--borderRadius);
  color: var(--primaryColor);
  margin: 0 0.5rem;
}

.page-link:hover,
.page-item.active .page-link,
.page-item.ellipsis .page-link {
  color: var(--lightTextColor) !important;
  border: 0.0625rem solid var(--primaryColor);
  background-color: var(--primaryColor);
}

.page-item.disabled .page-link {
  color: var(--borderColor) !important;
  background-color: transparent;
}

/*============================ END OF Base Styles ============================*/

/**========================================================================
 *                           Main Styles
 *========================================================================**/

main {
  background-color: var(--grayBack);
  padding-bottom: 1.75rem;
  flex-direction: column;
  margin-top: 1.25rem;
  display: flex;
  gap: 2.5rem;
}
/*================================ Home Page ==============================*/
.hero-slider {
  margin-top: -1.25rem;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.hero-slider .swiper-slide {
  aspect-ratio: 16/7;
  max-height: 700px;
  overflow: hidden;
  display: flex;
}

.hero-slider .swiper-slide img {
  object-position: center;
  object-fit: cover;
  min-height: 100%;
  width: 100%;
}

/*================================ Link Card ==============================*/
.link-images-slider .swiper-wrapper {
  max-width: 60%;
}
.link-image-card {
  border-radius: var(--borderRadius);
  aspect-ratio: 5/2;
  overflow: hidden;
  display: flex;
}
.link-image-card img {
  object-position: center;
  object-fit: cover;
  min-height: 100%;
  width: 100%;
}

/*================================ Logo Slider ==============================*/

.logos-slider figure {
  padding: 0.625rem;
  height: 7.8125rem;
  border: 0.0625rem solid var(--borderColor);
  border-radius: var(--borderRadius);
}
.logos-slider figure img {
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
}

/*================================ Categories Card ==============================*/

.category-card {
  width: 100%;
  display: block;
  cursor: pointer;
}

.category-card .category-card-content {
  text-align: center;
  position: relative;
  transition: all 2s;
  background-color: var(--whiteColor);
  padding: 5rem;
  box-shadow: var(--boxShadow);
  border-block: 2px solid var(--borderColor);
  border-radius: var(--borderRadius);
  transform-style: preserve-3d;
}
.categories-page .category-card-content {
  padding: 7rem;
}

.category-card:hover .category-card-content {
  transform: rotateY(0.5turn);
  box-shadow: var(--boxShadowHover);
  border-color: var(--primaryColor);
}

.category-card-content-front,
.category-card-content-back {
  position: absolute;
  inset: 0;
  padding: 1rem;
  gap: 1rem;
  transform-style: preserve-3d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  backface-visibility: hidden;
}

.category-card-icon {
  transform: translateZ(5rem);
  max-width: 5.5rem;
}

.categories-page .category-card-icon {
  max-width: 9rem;
}
.category-card-title {
  transform: translateZ(2.5rem);
  color: var(--textColorL1);
  font-size: 1rem;
}

.category-card-content-back {
  transform: rotateY(0.5turn);
}

.category-card-description {
  color: var(--textColorL2);
  transform: translateZ(2.5rem);
  margin: 0;
}

.category-card-one {
  padding-bottom: 30px;
  height: 100%;
}
.category-card-one .category-card-content {
  border-radius: var(--borderRadius);
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 60px 35px;
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
}
.category-card-one .category-card-content::before {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: var(--borderRadius);
  position: absolute;
  height: 100%;
  margin: auto;
  width: 100%;
  content: "";
  z-index: 1;
  inset: 0;
}

.category-card-one .category-card-icon {
  border-radius: var(--borderRadius);
  object-fit: contain;
  position: absolute;
  max-width: 100%;
  height: 100%;
  margin: auto;
  width: 100%;
  z-index: 0;
  inset: 0;
}
.category-card-one .category-card-title {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--whiteColor);
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  z-index: 2;
}

.category-card-one .default-button {
  text-shadow: var(--textShadow);
  justify-content: center;
  inset: auto 0 -22px 0;
  width: fit-content;
  position: absolute;
  min-width: 90px;
  font-size: 1rem;
  margin: auto;
  height: 44px;
  z-index: 2;
}
/*================================ Products Table Tabs ==============================*/

.products-table-tabs {
  border-bottom: 1px solid var(--primaryColor);
  justify-content: flex-start;
  border-bottom: none;
  gap: 0.5rem;
}

.nav-tabs .nav-link {
  margin: 0;
  border-bottom: none;
  display: flex;
  align-items: center;
  border-radius: var(--borderRadius) var(--borderRadius) 0 0;
  justify-content: center;
  box-sizing: border-box;
  border-color: var(--borderColor);
  background-color: var(--whiteColor);
  padding: 0.5rem 1.5rem;
  gap: 0.25rem;
  transition: var(--baseTransition);
}

.nav-tabs .nav-link:hover {
  border-color: var(--primaryColor);
}

.nav-tabs .nav-link span {
  transition: var(--baseTransition);
  color: var(--textColorL2);
  font-size: 0.9375rem;
  text-wrap: nowrap;
  font-weight: 500;
}

.nav-tabs .nav-link.active {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}
.nav-tabs .nav-link.active span {
  color: var(--lightTextColor);
}
/* .nav-tabs .nav-link.active img {
  filter: invert();
} */
.nav-tabs .nav-link img {
  transition: var(--baseTransition);
  aspect-ratio: 1/1;
  width: 24px;
}

.product-table {
  border-radius: var(--borderRadius) 0 var(--borderRadius) var(--borderRadius);
  text-align: center;
  overflow: hidden;
  font-size: 0.8375rem;
  box-shadow: var(--boxShadow);
}
.product-table thead {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.product-table th {
  font-weight: 400 !important;
}

/*================================ Feature Section ==============================*/

.feature-card {
  justify-content: space-between;
  margin-inline-start: 25px;
  margin-block-start: 25px;
  height: calc(100% - 25px);
  width: calc(100% - 25px);
  flex-direction: column;
  align-items: center;
  position: relative;
  max-width: 300px;
  display: flex;
}

.feature-card .badge {
  background-color: var(--primaryColor);
  text-shadow: var(--textShadow);
  inset-inline-start: -25px;
  inset-block-start: -25px;
  color: var(--whiteColor);
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: absolute;
  font-size: 1.5rem;
  display: flex;
  height: 50px;
  width: 50px;
}

.feature-card img {
  object-fit: contain;
  aspect-ratio: 1/1;
  width: 100px;
}

.feature-card .feature-title {
  color: var(--textColorL1);
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  text-align: center;
  font-weight: 500;
}
.feature-card p {
  color: var(--textColorL3);
  text-align: center;
  font-weight: 400;
  font-size: 14px;
}

.customer-card {
  box-shadow: 0 29px 15px -30px rgba(0, 0, 0, 0.5);
  border-radius: 1.25rem;
  border: 1px solid var(--borderColor);
  background: white;
  aspect-ratio: 1/1;
  padding: 1rem;
  width: 100%;
}

.customer-card img {
  object-fit: contain;
  aspect-ratio: 1/1;
  width: 100%;
}

/*================================ Experts List Tabs ==============================*/
.expert-tabs {
  background-color: var(--whiteColor);
  border-radius: var(--borderRadius);
  border: 1px solid var(--borderColor);
  padding: 0.5rem;
}

.expert-tabs .nav-tabs {
  justify-content: flex-start;
  box-shadow: 0 10px 15px -17px rgba(0, 0, 0, 0.3);
  border-bottom: none;
  padding: 0.5rem;
  gap: 0.5rem;
}

.expert-tabs .nav-tabs .nav-link {
  background-color: var(--whiteColor);
  border-radius: var(--borderRadius);
  border: 1px solid var(--borderColor);
  padding: 0.5rem 1rem;
}

.expert-tabs .nav-tabs .nav-link:hover {
  border-color: var(--primaryColor);
}

.expert-tabs .nav-tabs .nav-link.active {
  box-shadow: var(--boxShadowHover);
  border-color: var(--primaryColor);
}
.expert-tabs .nav-tabs .nav-link.active span {
  color: var(--primaryColor);
}
/* .expert-tabs .nav-tabs .nav-link.active img {
  filter: invert(65%) sepia(100%) saturate(7414%) hue-rotate(359deg) brightness(94%) contrast(117%) drop-shadow(1px 2px 5px var(--primaryColor));
} */
.swiper-slide:has(.expert-card) {
  justify-content: center;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .swiper-slide:has(.expert-card) {
    max-width: 280px;
  }
}
.expert-card {
  width: 100%;
  border: 1px solid var(--borderColor);
  aspect-ratio: 1/1;
  background: white;
  border-radius: 32px;
  padding: 3px;
  position: relative;
  box-shadow: 0 29px 15px -30px rgba(0, 0, 0, 0.5);
  transition: var(--baseTransition);
}

.expert-card .mail {
  transition: var(--baseTransition);
  color: var(--primaryColor);
  background: transparent;
  position: absolute;
  font-size: 1.5rem;
  border: none;
  top: 1.4rem;
  left: 2rem;
}

.expert-card .mail:hover {
  color: var(--primaryColor);
}

.expert-card .profile-pic {
  background-color: var(--whiteColor);
  transition: all 0.5s ease-in-out 0.2s, z-index 0.5s ease-in-out 0.2s;
  border: 0 solid var(--primaryColor);
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  align-items: flex-start;
  justify-content: center;
  border-radius: 29px;
  position: absolute;
  overflow: hidden;
  display: flex;
  z-index: 1;
  right: 3px;
  top: 3px;
}

.expert-card .profile-pic img {
  transition: all 0.5s ease-in-out 0s;
  object-position: 0px 0px;
  object-fit: cover;
  width: auto;
  height: 80%;
}

.expert-card .bottom {
  position: absolute;
  bottom: 3px;
  left: 3px;
  right: 3px;
  background: var(--primaryColor);
  top: calc(100% - 64px);
  border-radius: 29px;
  z-index: 2;
  box-shadow: rgba(96, 75, 74, 0.1882352941) 0px 5px 5px 0px inset;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.expert-card .bottom .content {
  transition: transform ease-in-out 500ms 500ms, opacity ease-in-out 500ms;
  transform: translateY(-100px);
  flex-direction: column;
  visibility: hidden;
  position: absolute;
  display: flex;
  gap: 0.5rem;
  right: 1.5rem;
  left: 1.5rem;
  opacity: 0;
  top: 0;
}
.expert-card:hover .bottom .content {
  transform: translateY(50px);
  visibility: visible;
  opacity: 1;
}

.expert-card .bottom .name {
  display: block;
  font-size: 1.2rem;
  color: var(--lightTextColor);
  font-weight: bold;
}

.expert-card .bottom .content .about-me {
  display: block;
  font-size: 0.9375rem;
  color: var(--lightTextColor);
}

.expert-card .bottom .expert-contacts {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--baseTransition);
}

.expert-card:hover {
  border-top-left-radius: 55px;
}

.expert-card:hover .bottom {
  top: 80px;
  border-radius: 80px 29px 29px 29px;
  background-color: var(--primaryColor);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}

.expert-card:hover .profile-pic {
  width: 120px;
  height: 120px;
  aspect-ratio: 1;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  z-index: 3;
  border-width: 7px;
  box-shadow: rgba(96, 75, 74, 0.1882352941) 0px 5px 5px 0px;
  transition: all 0.5s ease-in-out, z-index 0.5s ease-in-out 0.1s;
}

.expert-card:hover .profile-pic img {
  object-position: center;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.expert-card:hover .expert-contacts {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
}

/*================================  Counseling Banner  ==============================*/

.counseling-banner {
  border-radius: var(--borderRadius);
  background: var(--primaryColor);
  color: var(--lightTextColor);
  margin-inline: auto;
  position: relative;
  margin-top: 8rem;
  width: 100%;
}
.counseling-title-box {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.counseling-title,
.counseling-title-box i {
  text-shadow: var(--textShadow);
  color: var(--lightTextColor);
  font-size: 1.5rem;
  margin: 0;
}
.counseling-banner p {
  text-shadow: var(--textShadow);
  color: var(--lightTextColor);
  font-size: 0.9375rem;
  margin-block: 1rem;
}
.section-image {
  position: relative;
  height: 100%;
}

.counseling-banner img {
  position: absolute;
  bottom: 0;
  max-height: calc(100% + 7rem);
  max-width: 100%;
}
/*================================ products Page ==============================*/
.product-single-page-image {
  aspect-ratio: 1/1;
  width: 100%;
}
.product-single-title {
  border-bottom: 1px solid var(--borderColor);
  font-size: clamp(1.5rem, 3vw, 2rem);
  text-shadow: var(--textShadow);
  color: #f0990e;
  padding-bottom: 1rem;
}
.product-description-section h1,
.product-description-section h2 {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  text-shadow: var(--textShadow);
  margin-block: 1.25rem 1rem;
  color: var(--textColorL1);
}
.product-description-section h3,
.product-description-section h4 {
  font-size: clamp(1.0625rem, 1.5vw, 1.125rem);
  color: var(--textColorL2);
}
.product-description-section p {
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 2;
  color: #4a4a4a;
}
.product-description-section ul {
  padding-inline-start: 1rem;
  margin-bottom: 1rem;
}
.product-description-section ul p {
  color: var(--textColorL3);
  margin-bottom: 0.25rem;
}
.product-single-page-image img {
  object-position: center;
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.product-card {
  border: 0.0625rem solid var(--borderColor);
  background-color: var(--lightBack);
  transition: var(--baseTransition);
  border-radius: 0.75rem;
  flex-direction: column;
  overflow: hidden;
  display: flex;
  height: 100%;
}

.product-card:hover {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
}

.product-card figure {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 100%;
}

.product-card figure img {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.product-card .base-button {
  border-radius: 0.375rem 0.375rem 0 0;
  position: absolute;
  font-size: 0.75rem;
  padding: 0.625rem;
  margin: auto;
  width: 80%;
  bottom: 0;
  right: 0;
  left: 0;
}

.product-card .base-button i {
  font-size: 1rem;
}

.product-info-main {
  flex: 1;
}

.product-info-main,
.product-info-bottom {
  border-top: 0.0625rem solid var(--borderColor);
  padding: 0.75rem;
}

.product-card-title {
  color: var(--textColorL1);
  margin-bottom: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
}

.product-card-description {
  color: var(--textColorL1);
  font-size: 0.8375rem;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-info-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-status {
  color: #52a447;
  align-items: center;
  font-size: 0.875rem;
  display: flex;
  gap: 0.25rem;
}

.product-status.non-existent {
  color: #ff2b1c;
}

.product-status i {
  font-size: 1rem;
}

.product-card-price {
  color: var(--primaryColor);
  text-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.1);
  font-size: 0.9375rem;
}

.product-category-image {
  justify-content: center;
  align-items: center;
  aspect-ratio: 4/3;
  overflow: hidden;
  display: flex;
}
.product-category-image img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

/*================================ Blog Card ==============================*/

.article-card {
  border: 0.0625rem solid var(--borderColor);
  transition: var(--baseTransition);
  background: var(--whiteColor);
  flex-direction: column;
  border-radius: 0.375rem;
  position: relative;
  overflow: hidden;
  display: flex;
  height: 100%;
}

.article-card:hover {
  border-color: var(--primaryColor);
  color: var(--textColorL1);
}

.article-badge {
  background-color: var(--primaryColor);
  border-radius: var(--borderRadius);
  padding: 0.3125rem 0.625rem;
  color: var(--whiteColor);
  font-size: 0.875rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

.article-thumbnail {
  aspect-ratio: 16/9;
  max-width: 43.75rem;
  overflow: hidden;
  width: 100%;
}

.article-thumbnail img {
  object-fit: cover;
  width: 100%;
}

.article-card.new .article-thumbnail img {
  filter: saturate(50%);
}

.article-card.new:hover .article-thumbnail img {
  filter: saturate(100%);
}

.article-card .card-body {
  justify-content: space-between;
  flex-direction: column;
  display: flex;
  padding: 1rem;
}

.article-title {
  font-size: clamp(0.9375rem, 1.25vw, 1.0625rem);
  transition: var(--baseTransition);
  -webkit-box-orient: vertical;
  color: var(--textColorL2);
  height: calc(1.6em * 2);
  margin-bottom: 0.5rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-weight: 600;
  line-height: 1.6;
  overflow: hidden;
}

.article-card.new .article-title {
  text-shadow: var(--textShadow);
  color: var(--lightTextColor);
  padding: 0.5rem 0.75rem;
  position: absolute;
  font-weight: 500;
  z-index: 2;
  bottom: 0;
  margin: 0;
}

.article-card.new:hover .article-title {
  color: var(--primaryColor);
}

.article-card:hover .article-title {
  color: var(--textColorL4);
}

.article-card p {
  -webkit-box-orient: vertical;
  color: var(--textColorL6);
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: 0.915rem;
  overflow: hidden;
  width: 100%;
}

.article-card-bottom {
  justify-content: space-between;
  display: flex;
}

.published-date {
  color: var(--grayTextColor);
  font-size: 0.825rem;
  font-weight: 400;
}

.article-card-bottom .read-more {
  transition: var(--baseTransition);
  color: var(--primaryColor);
  font-size: 0.9375rem;
  padding: 0.25rem 0;
  font-weight: 500;
  opacity: 0.7;
}

.article-card-bottom .read-more:hover {
  opacity: 1;
}

/*================================ Accordion ==============================*/

.accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 0.0625rem solid var(--borderColor);
  border-radius: 0 !important;
}
.accordion .accordion-item:last-child {
  border-bottom: none;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--primaryColor);
  box-shadow: none;
}

.accordion-button:focus {
  border-color: var(--borderColor);
  box-shadow: none;
  z-index: 3;
  outline: 0;
}

.accordion-button {
  justify-content: space-between;
  border-radius: 0 !important;
  align-items: center;
  font-weight: 600;
  padding: 1.25rem;
}

.accordion-button::after {
  background-image: none;
  font-family: var(--fontIcons);
  height: fit-content;
  width: fit-content;
  font-weight: 400;
  content: "\f078";
  font-size: 1.25rem;
  line-height: 0;
  margin-left: 0;
}

.accordion-body p {
  text-align: justify;
  margin-bottom: 0;
  color: var(--grayTextColor);
  line-height: 1.8;
  font-weight: 500;
  font-size: 1rem;
}
.certificate-card{
  justify-content: center;
  align-items: center;
  aspect-ratio: 2/3;
  display: flex;
  width: 100%;
}
.certificate-card img{
  object-fit: contain;
  height: 100%;
  width: 100%;
}
/*================================ Seo Content Box ==============================*/
.seo-section {
  position: relative;
}

.more-description {
  padding-bottom: 50px;
  max-height: 250px;
  overflow: hidden;
}

.more-description::after {
  mask: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  mask: linear-gradient(transparent, #000 100%);
  transition: ease-in-out 300ms;
  backdrop-filter: blur(3px);
  position: absolute;
  height: 70px;
  width: 100%;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
}

.all-description {
  padding-bottom: 70px;
  max-height: fit-content;
  overflow-y: auto;
}

.more-description ~ .default-button {
  position: absolute;
  width: fit-content;
  margin: auto;
  inset: auto 0 20px 0;
}

.more-description.all-description::after {
  visibility: hidden;
  opacity: 0;
}
.more-description .title,
.more-description .sub-title {
  color: var(--primaryColor);
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: bold;
}
.more-description .sub-title {
  margin-bottom: 0.25rem;
  font-size: 1rem;
}
.more-description p {
  text-align: justify;
  line-height: 1.9;
  font-size: 0.875rem;
  color: var(--textColorL3);
}
.more-description p strong {
  color: var(--textColorL2);
}

/*================================ Contact Us Page ==============================*/

.box-bg-blue {
  align-self: center;
  flex: 1;
  height: 100%;
  background: var(--primaryColor);
}
.box-bg-blue p {
  color: var(--whiteColor);
}
.layout-blue {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  padding: clamp(1rem, 2vw, 2rem);
}
.s-layout {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 auto;
  box-shadow: var(--boxShadow);
  background-color: var(--whiteColor);
  padding: 50px;
}

.text-title {
  font-size: 26px;
  color: var(--whiteColor);
  font-weight: normal;
  line-height: 1.5;
}
.box-item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
.form-name {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin-bottom: 10px;
}
.input-name {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
.form-group {
  margin-bottom: 1rem;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.email-box {
  margin-right: 2%;
}

/*============================ END OF Main Styles ============================*/

/**========================================================================
 *                              Footer Section
 *========================================================================**/

footer {
  background-color: var(--textColorL1);
  color: var(--textColorL1);
}
.footer-symbols-section {
  /* background-color: #e9edf0; */
  border-bottom: 0.0625rem solid var(--borderColor);
  margin-bottom: 1rem;
  padding: 1rem 0;
}
.footer-main-section,
.footer-contact-section {
  padding: 2rem 0;
}

footer .title {
  color: var(--primaryColor);
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
}

footer a {
  color: #d9d9d9;
  opacity: 0.8;
}

footer a:hover {
  color: var(--whiteColor);
  opacity: 1;
}

footer p {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--textColorL1);
  text-align: justify;
}

.social-medias-list {
  list-style: none;
  gap: 0.625rem;
  display: flex;
}

/*================================ Footer Company Description ==============================*/

.footer-description figure {
  justify-content: start;
  margin-bottom: 1rem;
}
.footer-description figure img {
  max-height: 6rem;
  height: 100%;
}

.footer-description p {
  color: var(--lightTextColor);
  font-weight: 400;
}

/*================================ Footer Links Section ==============================*/

.footer-links-section ul {
  flex-direction: column;
  list-style: none;
  display: flex;
  gap: 0.375rem;
}

.footer-links-section ul li a {
  font-size: 0.875rem;
}

.footer-symbol-card figure {
  background-color: rgb(255, 255, 255);
  border-radius: var(--borderRadius);
  width: 100%;
  aspect-ratio: 1/1;
  padding: 0.5rem;
}
.footer-symbol-card figure img {
  width: 100%;
  max-width: 70px;
}

/*================================ Footer Contact Section ==============================*/
.footer-contact-section {
  border-top: 0.0625rem solid var(--borderColor);
}

.footer-contact-item {
  display: flex;
  gap: 0.5rem;
}

.footer-contact-item i {
  font-size: 1.25rem;
  color: var(--primaryColor);
}

.footer-routing .title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.routing-list {
  display: flex;
  align-items: center;
}

.Routing-item {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Routing-item img {
  max-width: 100%;
  width: 3.125rem;
}

.footer-contact-item .contact-content {
  flex-direction: column;
  display: flex;
  gap: 0.25rem;
}

.footer-contact-item .contact-content a,
.footer-contact-item .contact-content p {
  font-size: var(--sub-title-fontSize);
  transition: var(--baseTransition);
  font-size: 1rem;
  color: #d9d9d9;
  opacity: 1;

  margin: 0;
}

.footer-contact-item .contact-content a:hover,
.footer-contact-item .contact-content p:hover {
  color: var(--primaryColor);
}

.footer-contact-item .contact-content span {
  color: #b2b2b2;
  font-size: 0.9375rem;
}

.footer-qr {
  max-width: 300px;
  margin: auto;
}
/*================================ Footer Copyright==============================*/

.footer-copyright {
  background-color: var(--textColorL1);
  border-top: 0.0625rem solid var(--borderColor);
  padding: 0.75rem 0;
  margin-top: 1rem;
}

.footer-copyright p {
  font-size: 0.875rem;
  color: var(--whiteColor);
  margin: 0;
}

.footer-copyright p a {
  color: var(--whiteColor);
  opacity: 1;
}

.footer-copyright p a:hover {
  color: var(--primaryColor);
}

.social-medias-list .social-link {
  transition: var(--baseTransition);
  color: var(--whiteColor);
  font-size: 1.25rem;
  padding: 0.1875rem;
  opacity: 0.7;
  line-height: 0;
}

.social-medias-list .social-link:hover {
  opacity: 1;
}
/*============================ END OF Footer ============================*/

/**========================================================================
 *                           Fixed Elements
 *========================================================================**/
/*================================ Scroll Up Button ==============================*/

#scrollToTop {
  background-color: var(--textColorL1);
  border-radius: var(--borderRadius);
  transition: var(--baseTransition);
  border: 1px solid transparent;
  box-shadow: var(--boxShadow);
  justify-content: center;
  color: var(--whiteColor);
  align-items: center;
  visibility: hidden;
  font-size: 1.25rem;
  bottom: 0.9375rem;
  aspect-ratio: 1/1;
  right: 0.9375rem;
  position: fixed;
  padding: 0.5rem;
  cursor: pointer;
  display: flex;
  z-index: 100;
}
#scrollToTop:hover {
  background-color: var(--primaryColor);
}
/*================================ Fixed Menu ==============================*/

.fixed-menu {
  box-shadow: 0 -0.0625rem 0.5625rem 0.0625rem rgba(0, 0, 0, 0.1);
  background-color: var(--whiteColor);
  border-radius: 0.5rem 0.5rem 0 0;
  padding-block: 0.75rem 0.375rem;
  align-items: center;
  inset: auto 0 0 0;
  max-width: 25rem;
  position: fixed;
  display: flex;
  margin: auto;
  z-index: 10;
  width: 100%;
}

.fixed-menu .fixed-menu-item {
  flex: 1;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  gap: 0.5rem;
  color: var(--thirdColor);
}

.fixed-menu .fixed-menu-item .fixed-menu-item-title {
  font-size: 0.9375rem;
  line-height: 1;
}

/**========================================================================
  *                           Modals
  *========================================================================**/
/*================================ Search Modal ==============================*/

#SearchBoxModal {
  background-color: rgba(217, 217, 217, 0.6);
  backdrop-filter: blur(0.625rem);
  height: 100%;
}

#SearchBoxModal .btn-close {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background-size: 1.5rem;
}

#SearchBoxModal .search-modal {
  height: 100%;
  display: flex;
  align-items: center;
  margin: auto;
}

#SearchBoxModal .search-modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 2rem;
}

#SearchBoxModal .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.modal-search-input {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.modal-search-input input[type="text"] {
  padding: 0.625rem 0.625rem 0.625rem 2.1875rem;
  border: none;
  border-bottom: 0.0625rem solid var(--borderColor);
  background-color: transparent;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: bolder;
  line-height: 1.5;
  color: var(--lightTextColor);
  outline: none;
  width: 100%;
  border-radius: 0;
}

.modal-search-input input::placeholder {
  font-size: 1.125rem;
  font-weight: bolder;
  line-height: 1.5;
  color: var(--color5);
}

.modal-search-input button {
  all: unset;
  position: absolute;
  font-size: 1.5rem;
  color: var(--textColorL1);
  line-height: 1;
  inset: 0 auto 0 0.25rem;
  margin: auto;
}

/*================================ Mobile Menu Navigation ==============================*/

#mobileMenuNavigation {
  transition: all 0.5s linear;
  background: rgba(0, 0, 0, 0);
}

#mobileMenuNavigation.show {
  background: rgba(0, 0, 0, 0.5);
}

#mobileMenuNavigation .modal-dialog {
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86), -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  opacity: 1;
  visibility: visible;
  transform: translate(0);
  transform: translatex(100%);
  margin: 0;
  margin-left: auto;
  max-width: 22.5rem;
}

.mobile-navigation-logo img {
  max-height: 4.375rem;
}

.search-box {
  position: relative;
  width: 100%;
  padding: 1rem 0.5rem;
  border-bottom: solid 0.0625rem var(--borderColor);
}

.search-box input {
  width: 100%;
  border-radius: var(--borderRadius);
  border: 0.0625rem solid var(--borderColor);
  transition: var(--baseTransition);
  padding: 0.5rem;
}

.search-box input:hover,
.search-box input:focus {
  border-color: var(--primaryColor);
  box-shadow: none;
  outline: none;
}

.search-box button {
  all: unset;
  position: absolute;
  inset: 0 auto 0 1.25rem;
  margin: auto;
  color: var(--textColorL1);
}

#mobileMenuNavigation .modal-dialog .modal-content {
  border-radius: 0;
  background-color: var(--mobileMenuColor);
  max-height: 100vh;
  overflow-y: auto;
}

#mobileMenuNavigation.show .modal-dialog {
  transform: translatex(0);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86), -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}

#mobileMenuNavigation .btn-close {
  color: var(--lightTextColor);
  background: none;
  font-size: 3rem;
  opacity: 0.8;
  padding: 0;
  left: 1.5625rem;
  top: 0.75rem;
}

.btn-close:focus {
  outline: none;
  box-shadow: none;
}

/*================================ Mobile Navigation ==============================*/

.mobile-navigation-item {
  border-bottom: 0.0625rem solid var(--mobileMenuBorderColor);
  width: 100%;
}

.mobile-navigation-item-link,
.mobile-navigation-item-title {
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  padding: 0.625rem;
  padding-left: 0.625rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  transition: var(--baseTransition);
  color: rgba(0, 0, 0, 0.7);
}
.mobile-navigation-accordion {
  list-style: none;
}
.mobile-navigation-item-title:hover,
.mobile-navigation-item-link:hover,
.open-mobile-navigation-accordion > a {
  color: rgb(0, 0, 0);
  transition: var(--baseTransition);
}

.mobile-navigation-item-link {
  font-size: 0.9375rem;
  padding-right: 2.5rem;
}

.mobile-navigation-item-link:has(.fa) {
  padding: 0.625rem 2.5rem;
}

.mobile-navigation-accordion li {
  border-top: 0.0625rem solid var(--mobileMenuBorderColor);
}

.mobile-navigation-item-title .fa,
.mobile-navigation-item-link .fa {
  border-right: 0.0625rem solid var(--mobileMenuBorderColor);
  height: 100%;
  padding: 0 0.75rem;
  position: absolute;
  transition: var(baseTransition);
  left: 0;
}

.mobile-navigation-accordion {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  padding: 0;
}
.mobile-navigation-item .fa::before {
  transition: var(--baseTransition);
}
.open-mobile-navigation-accordion > .mobile-navigation-accordion {
  opacity: 1;
  visibility: visible;
  background-color: var(--mobileMenuAccordionBack);
  max-height: 187.5rem;
  overflow-y: auto;
}

.open-mobile-navigation-accordion > a .fa::before {
  transform: rotate(-180deg);
}

/**========================================================================
 *                           Responsive
 *========================================================================**/
/*================================  LG Monitor ==============================*/

@media (max-width: 1200px) {
  header > .container {
    max-width: 100%;
    padding-inline: 1.5rem;
  }
}

/*================================  MD Monitor  ==============================*/

@media (max-width: 1024px) {
  .header-top-side {
    padding-block: 0.25rem;
  }
  .about-img {
    max-width: 31.25rem;
  }

  .section-image {
    min-height: 250px;
  }
  .counseling-title-box {
    justify-content: center;
  }
  .counseling-banner p {
    text-align: center;
  }
  .footer-copyright p {
    text-align: center;
  }
  footer .social-medias-list {
    justify-content: center;
  }
  .category-card-one .category-card-title {
    font-size: 20px;
  }
}

/*================================ Tablet ==============================*/

@media (max-width: 767px) {
  .company-description .section-title {
    text-align: center;
    margin: 0;
  }

  .company-description .section-thumbnail {
    max-width: 25rem;
    margin: 0 auto;
  }
  .category-card-one .category-card-title {
    font-size: 18px;
  }
}

/*================================ Phone ==============================*/

@media (max-width: 575px) {
  header .container {
    padding-inline: 0.5rem;
  }

  header .container .row {
    margin-right: 0;
    margin-left: 0;
  }

  header .container .row > * {
    padding-right: 0.125rem;
    padding-left: 0.125rem;
  }

  .header-contact {
    align-items: flex-end;
    margin-left: 0.5rem;
  }
  .language-select-box a {
    aspect-ratio: 1/1;
    justify-content: center;
    min-height: 2.5rem;
    min-width: unset;
  }

  .language-select-box a span {
    display: none;
  }

  .language-select-box a img {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    max-width: 1.375rem;
  }

  .language-select-box ul {
    min-width: unset;
  }

  .language-select-box ul li a {
    min-height: 2.5rem;
  }

  .hero-slider .swiper-slide .container {
    padding: 2rem 1rem 5rem 1rem;
  }

  .product-hero-section {
    height: fit-content;
  }

  #mobileMenuNavigation .modal-dialog {
    max-width: 62.5rem;
  }

  #mobileMenuNavigation .btn-close {
    color: var(--textColorL1);
    font-size: 2rem;
    top: 0.625rem;
    left: 0.625rem;
  }

  #scrollToTop {
    bottom: 4.375rem;
  }

  .fixed-menu {
    border-radius: 0;
    max-width: unset;
  }
  .category-card-one .category-card-title {
    font-size: 17px;
  }
}

.breadcrumb-navigation {
  background-color: var(--primaryColor);
  border-radius: var(--borderRadius);
  padding: 10px 18px;
}

.breadcrumb-navigation li + li::before {
  padding: 4px;
  content: "/";
}
.breadcrumb-navigation > li {
  display: inline;
  color: #fff;
}
.breadcrumb-navigation > li > a {
  color: #fff;
  text-decoration: none;
}
.line-bottom-title::after {
  margin-top: 5px;
  content: "";
  display: block;
  width: 70px;
  height: 2.5px;
  background-color: var(--primaryColor);
}
.blog-single-area {
  padding: 40px 30px 60px;
}
.accordion-item {
  margin-top: 16px;
  border: 1px solid #fcfcfc;
  border-radius: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.accordion-item input[type="checkbox"] {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.accordion-item .accordion-item-title {
  position: relative;
  margin: 0;
  display: flex;
  width: 100%;
  font-size: 15px;
  cursor: pointer;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 14px 20px;
  box-sizing: border-box;
  align-items: center;
}
.accordion-item .icon1 {
  margin-right: 14px;
}
.accordion-item input[type="checkbox"] ~ .accordion-item-title .icon1::after {
  content: "+";
  font-size: 20px;
}
.accordion-item input[type="checkbox"]:checked ~ .accordion-item-desc {
  display: block;
}
.accordion-item .accordion-item-desc {
  display: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #444;
  border-top: 1px dashed #ddd;
  padding: 10px 20px 20px;
  box-sizing: border-box;
}
.widget-padding {
  padding: 40px 24px;
}
.sidebar-widget .widget-top .spacer {
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(11, 22, 63, 0.005);
  position: relative;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.recent_posts_list {
  padding: 0px;
}
.recent_posts_list li .rp_content {
  margin-left: 0;
  margin-right: 20px;
}
.recent_posts_list li .thumb-wrapper {
  width: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}
.recent_posts_list li .thumb-wrapper img {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

header .logo-wrapper img {
  margin-block: 0.25rem;
  max-height: 70px;
  max-width: 100%;
}
.lang-switcher button {
  color: #fff;
}
.filter-card-item {
  border: 1px solid rgba(11, 22, 63, 0.1);
  background-color: var(--whiteColor);
  border-radius: 0.3125rem;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  display: flex;
  height: 100%;
}
.filter-card-item .filter-card-item-title {
  font-size: clamp(1.0625rem, 1.25vw, 1.1875rem);
  color: var(--textColorL1);
  line-height: 1.65;
}
.filter-card-item .feature-thumb img {
  background-color: var(--whiteColor);
  -webkit-transition: 0.3s ease-in;
  -webkit-transform: scale(1.03);
  transition: 0.3s ease-in;
  padding-block: 0.75rem;
  transform: scale(1.03);
  object-fit: contain;
  aspect-ratio: 3/2;
  width: 100%;
}

.filter-card-item .filter-card-content {
  border-top: 1px solid rgba(11, 22, 63, 0.1);
  flex-direction: column;
  padding: 0 20px 20px;
  display: flex;
  flex: 1;
}
.filter-card-item .filter-card-content .product-card-link-section {
  border-top: 1px solid rgba(11, 22, 63, 0.1);
  padding-top: 1rem;
  margin-top: auto;
}
.eq-cta-box {
  border-radius: var(--borderRadius);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.eq-cta-box::before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  content: "";
  width: 100%;
  z-index: -1;
  inset: 0;
}
.eq-cta-box img {
  position: absolute;
  object-fit: cover;
  margin: auto;
  z-index: -2;
  height: 100%;
  width: 100%;
  inset: 0;
}
.eq-about-left .about-thumbnail {
  border-radius: var(--borderRadius);
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}
.breadcrumb-section{
  background: url('../images/bread.jpg') no-repeat center;
}

@media (max-width: 1399.98px) {
  .lang-switcher button {
    color: #111010;
  }
}
@media (max-width: 578px) {
  header .logo-wrapper img {
    max-height: 60px;
  }
}

.wa-widget {
  flex-direction: column;
  justify-content: start;
  align-items: end;
  position: fixed;
  z-index: 1000;
  display: flex;
  gap: 0.5rem;
}

.wa-button {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #2ab674;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wa-button:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.wa-button__icon {
  width: 30px;
  height: 30px;
  background: url(../images/whatsapp.png) no-repeat center/contain;
}

.wa-panel {
  display: none;
  width: 275px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  overflow: hidden;
}

.wa-panel__header {
  padding: 15px;
  text-align: center;
  background: #2ab674;
  color: #fff;
}

.wa-panel__title {
  text-shadow: var(--textShadow);
  font-size: 15px;
  margin: 0 0 5px;
  color: #fff;
}

.wa-panel__subtitle {
  color: #f0f0f0;
  font-size: 12px;
  margin: 0;
}

.wa-contacts {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 300px;
  overflow-y: auto;
}

.wa-contact {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #eee;
  transition: background 0.3s ease;
  cursor: pointer;
}

.wa-contact:hover {
  background: rgba(42, 182, 116, 0.07);
}

.wa-contact__avatar {
  position: relative;
  width: 40px;
  height: 40px;
  margin-inline-end: 15px;
}
.wa-contact__avatar img{
  border: 1px solid var(--borderColor);
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.wa-contact__status {
  border: 2px solid #fff;
  position: absolute;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  bottom: 0;
  inset-inline-end: 0;
}

.wa-contact__status--online {
  background: #2ab674;
}

.wa-contact__status--offline {
  background: #a0a0a0;
}

.wa-contact__name {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  margin: 0 0 3px;
}

.wa-contact__info {
  font-size: 12px;
  color: #888;
  margin: 0;
}

.wa-contact__action {
  margin-inline-start: auto;
  color: #d4d4d4;
  font-size: 24px;
  transition: color 0.3s ease;
}

.wa-contact:hover .wa-contact__action {
  color: #555;
}

.wa-widget--bottom-right {
  inset-block-end: 15px;
  inset-inline-end: 15px;
}