/* Onest Regular */
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Regular.eot");
  src: url("../fonts/Onest-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Onest-Regular.woff2") format("woff2"), url("../fonts/Onest-Regular.woff") format("woff"), url("../fonts/Onest-Regular.ttf") format("truetype"), url("../fonts/Onest-Regular.svg#Onest") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Onest Medium */
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Medium.woff2") format("woff2"), url("../fonts/Onest-Medium.woff") format("woff"), url("../fonts/Onest-Medium.ttf") format("truetype"), url("../fonts/Onest-Medium.eot?#iefix") format("embedded-opentype");
  font-weight: 500; /* Specify the medium weight */
  font-style: normal; /* Set the style to normal */
  font-display: swap; /* Improves text rendering performance */
}
/* Onest SemiBold */
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-SemiBold.eot");
  src: url("../fonts/Onest-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Onest-SemiBold.woff2") format("woff2"), url("../fonts/Onest-SemiBold.woff") format("woff"), url("../fonts/Onest-SemiBold.ttf") format("truetype"), url("../fonts/Onest-SemiBold.svg#Onest") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Onest Bold */
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Bold.eot");
  src: url("../fonts/Onest-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Onest-Bold.woff2") format("woff2"), url("../fonts/Onest-Bold.woff") format("woff"), url("../fonts/Onest-Bold.ttf") format("truetype"), url("../fonts/Onest-Bold.svg#Onest") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Onest Extra Bold */
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-ExtraBold.woff2") format("woff2"), url("../fonts/Onest-ExtraBold.woff") format("woff"), url("../fonts/Onest-ExtraBold.ttf") format("truetype"), url("../fonts/Onest-ExtraBold.eot?#iefix") format("embedded-opentype");
  font-weight: 800; /* Specify the correct weight */
  font-style: normal; /* Set the style to normal */
  font-display: swap; /* Improves text rendering performance */
}
/* Playfair Display Bold */
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Bold.eot");
  src: url("../fonts/PlayfairDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Bold.woff") format("woff"), url("../fonts/PlayfairDisplay-Bold.ttf") format("truetype"), url("../fonts/PlayfairDisplay-Bold.svg#Playfair-Display") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Playfair Display SemiBold */
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-SemiBold.eot");
  src: url("../fonts/PlayfairDisplay-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay-SemiBold.woff2") format("woff2"), url("../fonts/PlayfairDisplay-SemiBold.woff") format("woff"), url("../fonts/PlayfairDisplay-SemiBold.ttf") format("truetype"), url("../fonts/PlayfairDisplay-SemiBold.svg#Playfair-Display") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Playfair Display ExtraBold */
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-ExtraBold.eot");
  src: url("../fonts/PlayfairDisplay-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay-ExtraBold.woff2") format("woff2"), url("../fonts/PlayfairDisplay-ExtraBold.woff") format("woff"), url("../fonts/PlayfairDisplay-ExtraBold.ttf") format("truetype"), url("../fonts/PlayfairDisplay-ExtraBold.svg#Playfair-Display") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

@media (max-width: 576px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.no-scroll {
  overflow: hidden;
}

:root {
  --teal-color: #14c4b8;
  --slate-gray: #484953;
  --slate-blue: #0a4f64;
  --powder-blue: #ebf9f9;
  --charcoal-gray: #484952;
  --neutral-color: #949599;
  --dust-gray: #707070;
}

body {
  font-family: "Onest", sans-serif;
  font-weight: normal;
  scroll-behavior: smooth;
}

@media (min-width: 992px) {
  .desktop {
    display: block;
  }
}
@media (max-width: 991px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 992px) {
  .mob-tab {
    display: none;
  }
}
@media (max-width: 991px) {
  .mob-tab {
    display: block;
  }
}

.main-container {
  max-width: 2000px;
  margin: auto;
}

.wtapp-link {
  position: fixed;
  bottom: 0px;
  width: 100%;
  transform: translateY(-50%);
  z-index: 99999;
  pointer-events: none; /* Disable interaction for the entire wrapper */
}
.wtapp-link .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wtapp-link .container a {
  pointer-events: auto; /* Enable interaction only on the anchor tag */
}
.wtapp-link .container a img {
  width: 81px;
  height: 81px;
}

.header-desktop {
  padding: 9px 0px 0px;
  position: relative;
  z-index: 10000;
}
@media (min-width: 992px) {
  .header-desktop {
    display: block;
  }
}
@media (max-width: 992px) {
  .header-desktop {
    display: none;
  }
}
.header-desktop .container .top-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
.header-desktop .container .top-header .search {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  padding-right: 40px;
  border-right: 1px solid #484952;
}
.header-desktop .container .top-header .search img {
  width: 13px;
}
.header-desktop .container .top-header .search span {
  font-size: 14px;
  line-height: 28px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-gray);
}
.header-desktop .container .top-header .search-box {
  padding-right: 40px;
  border-right: 1px solid #484952;
}
.header-desktop .container .top-header .search-box form {
  display: flex;
  align-items: center;
}
.header-desktop .container .top-header .search-box form input {
  border: none;
  outline: none;
  transition: all 0.3s ease;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  padding-bottom: 6px;
  border-bottom: 1px solid #484952;
}
.header-desktop .container .top-header .search-box form input::-moz-placeholder {
  font-size: 14px;
  line-height: 28px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.header-desktop .container .top-header .search-box form input::placeholder {
  font-size: 14px;
  line-height: 28px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.header-desktop .container .top-header .search-box form button {
  border: none;
  background: none;
  outline: none;
  padding-bottom: 6px;
  border-bottom: 1px solid #484952;
}
.header-desktop .container .top-header .search-box form input:focus + button {
  border-bottom: 1px solid #484952;
  padding-bottom: 6px;
}
.header-desktop .container .top-header .social-icons ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding-left: 40px;
}
.header-desktop .container .top-header .social-icons ul li a img {
  width: 17px;
}
.header-desktop .container .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -35px;
}
.header-desktop .container .header-content .logo a img {
  width: 184px;
  max-width: 100%;
}
.header-desktop .container .header-content nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 18px;
}
.header-desktop .container .header-content nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 37.3px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-desktop .container .header-content nav ul {
    gap: 12px;
  }
}
.header-desktop .container .header-content nav ul li {
  z-index: 1;
}
.header-desktop .container .header-content nav ul li.main-link {
  height: 110px;
  display: flex;
}
.header-desktop .container .header-content nav ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-desktop .container .header-content nav ul li a span {
  font-family: "Onest", sans-serif;
  font-weight: normal; /* Regular weight */
  font-size: 15px;
  color: var(--slate-gray);
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-desktop .container .header-content nav ul li a span.active {
  background-color: var(--slate-blue);
  color: white;
  padding: 10px;
  border-radius: 8px;
}
.header-desktop .container .header-content nav ul li a img {
  width: 10px;
}
.header-desktop .container .header-content nav ul li a .plus {
  display: block;
}
.header-desktop .container .header-content nav ul li a .minus {
  display: none;
}
.header-desktop .container .header-content nav ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  height: 0%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background-color: white;
  transform: scaleY(0);
  z-index: 99;
  padding-bottom: 50px;
}
.header-desktop .container .header-content nav ul li .sub-menu .sub-menu-content {
  display: grid;
  gap: 16px;
}
.header-desktop .container .header-content nav ul li .sub-menu .sub-menu-content.four-boxes {
  grid-template-columns: repeat(4, 1fr);
}
.header-desktop .container .header-content nav ul li .sub-menu .sub-menu-content.three-boxes {
  grid-template-columns: 1fr 1fr 2fr;
}
.header-desktop .container .header-content nav ul li .sub-menu .sub-menu-content.two-boxes {
  grid-template-columns: repeat(2, 1fr);
}
.header-desktop .container .header-content nav ul li .sub-menu .sub-menu-content .box {
  border-top: 2px solid var(--teal-color);
}
.header-desktop .container .header-content nav ul li .sub-menu .sub-menu-content .box h3 {
  padding: 10px 0 15px;
  color: var(--slate-blue);
  font-size: 22px;
  font-family: "Playfair Display", sans-serif;
  font-weight: bold;
  margin: 0;
}
.header-desktop .container .header-content nav ul li .sub-menu .sub-menu-content .box h3 a {
  text-decoration: none;
  color: var(--slate-gray);
  font-size: 22px;
  font-family: "Playfair Display", sans-serif;
  font-weight: bold;
}
.header-desktop .container .header-content nav ul li .sub-menu .sub-menu-content .box a {
  font-size: 12px;
  text-decoration: underline;
  color: var(--slate-blue);
  font-family: "Onest";
  font-weight: 600;
}
.header-desktop .container .header-content nav ul li .sub-menu .sub-menu-content .box ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
}
.header-desktop .container .header-content nav ul li .sub-menu .sub-menu-content .box ul.grid-list {
  display: flex; /* Use Flexbox */
  flex-wrap: wrap; /* Allow items to wrap */
  list-style: none; /* Remove bullet points */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
  flex-direction: row !important;
}
.header-desktop .container .header-content nav ul li .sub-menu .sub-menu-content .box ul.grid-list li {
  width: 49%; /* Each item takes up 50% of the width (2 items per row) */
  box-sizing: border-box; /* Include padding and border in the element's total width and height */
}
.header-desktop .container .header-content nav ul li .sub-menu .sub-menu-content .box ul li a {
  text-decoration: none;
}
.header-desktop .container .header-content nav ul li .sub-menu .sub-menu-content .box ul li a span {
  color: var(--slate-gray);
}
.header-desktop .container .header-content nav ul li .sub-menu .sub-menu-content .box .info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header-desktop .container .header-content nav ul li .sub-menu .sub-menu-content .box .info .info-content {
  width: 70%;
}
.header-desktop .container .header-content nav ul li .sub-menu .sub-menu-content .box .info .image {
  width: 27%;
}
.header-desktop .container .header-content nav ul li .sub-menu .sub-menu-content .box .info .image img {
  width: 128px;
  height: 88px;
  margin-top: 8px;
}
.header-desktop .container .header-content nav ul li .sub-menu .sub-menu-content .box .info .image .flag {
  display: flex;
  align-items: center;
}
.header-desktop .container .header-content nav ul li .sub-menu .sub-menu-content .box .info .image .flag img {
  width: 70px;
  height: auto;
}
.header-desktop .container .header-content nav ul li .sub-menu .sub-menu-content .box .info .image .flag .text {
  display: flex;
  flex-direction: column;
}
.header-desktop .container .header-content nav ul li .sub-menu .sub-menu-content .box .info .image .flag .text span {
  font-size: 9px;
  line-height: 10px;
  font-family: "Onest", sans-serif;
  font-weight: bold;
  color: var(--slate-gray);
}
.header-desktop .container .header-content nav ul li .sub-menu .sub-menu-content .box.box-end {
  padding-top: 50px;
}
.header-desktop .container .header-content nav ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(100%);
  height: auto;
}
.header-desktop .container .header-content nav ul li:hover a {
  transition: all 0.3s ease;
}
.header-desktop .container .header-content nav ul li:hover a .plus {
  display: none;
}
.header-desktop .container .header-content nav ul li:hover a .minus {
  display: block;
}
.header-desktop .container .header-content .contact-link {
  display: flex;
  margin-top: 18px;
  position: relative;
  overflow: hidden;
}
.header-desktop .container .header-content .contact-link a {
  color: #14c4b8;
  border: 2px solid var(--teal-color);
  padding: 12px 26px;
  border-radius: 10px;
}
.header-desktop .container .header-content .contact-link a span {
  font-family: "Onest";
  font-weight: bold;
  font-size: 15px;
  color: var(--teal-color);
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}
.header-desktop .container .header-content .contact-link a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: var(--teal-color);
  clip-path: circle(0%);
  transition: all 0.4s ease;
  z-index: 0;
}
.header-desktop .container .header-content .contact-link a:hover {
  color: white; /* Change the link text color to white on hover */
}
.header-desktop .container .header-content .contact-link a:hover span {
  color: white; /* Change the span text color to white on hover */
}
.header-desktop .container .header-content .contact-link a:hover::after {
  clip-path: circle(100%);
}

.header-mobile {
  padding: 13px 0 24px;
  position: fixed; /* Make the header sticky */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; /* Ensure it's above other content */
  transition: top 0.3s ease; /* Smooth transition for animation */
  background: white;
}
@media (min-width: 992px) {
  .header-mobile {
    display: none;
  }
}
@media (max-width: 992px) {
  .header-mobile {
    display: block;
  }
}
.header-mobile .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-mobile .container .logo a img {
  width: 156px;
}
.header-mobile .container .menu-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.header-mobile .container .menu-search .logo-search {
  position: relative;
  top: 7px;
}
.header-mobile .container .menu-search .menu-icon {
  width: 20px;
  height: 14px;
  cursor: pointer;
  position: relative;
  top: 8px;
}
.header-mobile .container .menu-search .menu-icon.active span:nth-child(2) {
  opacity: 0;
}
.header-mobile .container .menu-search .menu-icon.active span:first-child, .header-mobile .container .menu-search .menu-icon.active span:last-child {
  top: 6px;
}
.header-mobile .container .menu-search .menu-icon.active span:first-child {
  transform: rotate(45deg);
}
.header-mobile .container .menu-search .menu-icon.active span:last-child {
  transform: rotate(-45deg);
}
.header-mobile .container .menu-search .menu-icon span {
  background-color: black;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  transition: all 0.3s ease;
  border-radius: 5px;
}
.header-mobile .container .menu-search .menu-icon span:first-child {
  top: 0;
}
.header-mobile .container .menu-search .menu-icon span:nth-child(2) {
  top: 6px;
}
.header-mobile .container .menu-search .menu-icon span:last-child {
  top: 12px;
}
.header-mobile .container .links {
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background-color: white;
  z-index: 3;
  padding-top: 13px 24px;
  display: block;
  overflow-y: auto;
  transition: left 0.3s ease;
}
.header-mobile .container .links.active {
  left: 0;
}
.header-mobile .container .links .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.header-mobile .container .links .container .head-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 13px 0;
}
.header-mobile .container .links .container .head-section .menu-close-icon {
  width: 20px;
  height: 14px;
  cursor: pointer;
  position: relative;
  top: 8px;
}
.header-mobile .container .links .container .head-section .menu-close-icon span {
  background-color: black;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  transition: all 0.3s ease;
  border-radius: 5px;
}
.header-mobile .container .links .container .head-section .menu-close-icon span:first-child, .header-mobile .container .links .container .head-section .menu-close-icon span:last-child {
  top: 6px;
}
.header-mobile .container .links .container .head-section .menu-close-icon span:first-child {
  transform: rotate(45deg);
}
.header-mobile .container .links .container .head-section .menu-close-icon span:last-child {
  transform: rotate(-45deg);
}
.header-mobile .container .links .container ul {
  width: 100%;
}
.header-mobile .container .links .container ul li.link {
  position: relative;
}
.header-mobile .container .links .container ul li.link.current {
  background-color: var(--slate-blue);
  color: white;
}
.header-mobile .container .links .container ul li.link.current::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 20px;
  background-color: var(--slate-blue);
  top: 0;
  left: -20px;
}
.header-mobile .container .links .container ul li.link.current::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 20px;
  background-color: var(--slate-blue);
  top: 0;
  right: -20px;
}
.header-mobile .container .links .container ul li.link.current span {
  color: white;
}
.header-mobile .container .links .container ul li .main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  cursor: pointer;
  position: relative;
}
.header-mobile .container .links .container ul li .main-menu.current {
  background-color: var(--slate-blue);
  color: white;
}
.header-mobile .container .links .container ul li .main-menu.current::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 20px;
  background-color: var(--slate-blue);
  top: 0;
  left: -20px;
}
.header-mobile .container .links .container ul li .main-menu.current::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 20px;
  background-color: var(--slate-blue);
  top: 0;
  right: -20px;
}
.header-mobile .container .links .container ul li .main-menu.current span {
  color: white;
}
.header-mobile .container .links .container ul li .main-menu span {
  font-size: 16px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal; /* Regular weight */
}
.header-mobile .container .links .container ul li .main-menu .plus {
  display: block;
  width: 10px;
}
.header-mobile .container .links .container ul li .main-menu .minus {
  display: none;
  width: 10px;
}
.header-mobile .container .links .container ul li .main-menu.active .plus {
  display: none;
}
.header-mobile .container .links .container ul li .main-menu.active .minus {
  display: block;
}
.header-mobile .container .links .container ul li .main-menu:not(.current) + .sub-menu .sub-menu-content .box:first-child {
  border-top: 2px solid var(--teal-color);
}
.header-mobile .container .links .container ul li .sub-menu {
  display: none;
}
.header-mobile .container .links .container ul li .sub-menu .sub-menu-content .box {
  border-bottom: 2px solid var(--teal-color);
  padding-bottom: 20px;
}
.header-mobile .container .links .container ul li .sub-menu .sub-menu-content .box:last-child {
  border: none;
}
.header-mobile .container .links .container ul li .sub-menu .sub-menu-content .box h3 {
  line-height: 70px;
  font-size: 18px;
  font-family: "Playfair Display", sans-serif;
  font-weight: bold; /* Bold weight */
  margin-bottom: 0;
}
.header-mobile .container .links .container ul li .sub-menu .sub-menu-content .box h3 a {
  text-decoration: none;
  color: var(--slate-blue);
  font-size: 18px;
  margin-bottom: 12px;
  font-family: "Playfair Display", sans-serif;
  font-weight: bold; /* Bold weight */
}
.header-mobile .container .links .container ul li .sub-menu .sub-menu-content .box ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.header-mobile .container .links .container ul li .sub-menu .sub-menu-content .box.box-end ul {
  -moz-column-count: 1;
       column-count: 1;
}
.header-mobile .container .links .container ul li .sub-menu .sub-menu-content .box.box-end ul li:first-child {
  margin-bottom: 20px;
}
.header-mobile .container .links .container ul li .sub-menu .sub-menu-content .box p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 18px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal; /* Regular weight */
}
@media (max-width: 992px) {
  .header-mobile .container .links .container ul li .sub-menu .sub-menu-content .box p {
    margin-bottom: 8px;
  }
}
.header-mobile .container .links .container ul li .sub-menu .sub-menu-content .box a {
  font-size: 14px;
  line-height: 28px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: normal;
  text-decoration: none;
}
.header-mobile .container .links .container ul li .sub-menu .sub-menu-content .box .rd-more {
  display: block;
  padding-top: 15px;
  font-size: 14px;
  line-height: 28px;
  color: var(--slate-blue);
  text-decoration: underline;
  font-family: "Onest", sans-serif;
  font-weight: 600;
}
.header-mobile .container .links .container ul li .sub-menu .sub-menu-content.two-boxes .box .rd-more {
  display: block;
  padding-top: 15px;
  font-size: 14px;
  line-height: 28px;
  color: var(--slate-blue);
  text-decoration: underline;
  font-family: "Onest", sans-serif;
  font-weight: 600;
}
.header-mobile .container .links .container ul li .sub-menu .sub-menu-content.two-boxes .box .flag {
  display: flex;
  align-items: center;
}
.header-mobile .container .links .container ul li .sub-menu .sub-menu-content.two-boxes .box .flag img {
  width: 70px;
  height: auto;
}
.header-mobile .container .links .container ul li .sub-menu .sub-menu-content.two-boxes .box .flag .text {
  display: flex;
  flex-direction: column;
}
.header-mobile .container .links .container ul li .sub-menu .sub-menu-content.two-boxes .box .flag .text span {
  font-size: 9px;
  line-height: 10px;
  font-family: "Onest", sans-serif;
  font-weight: bold;
  color: var(--slate-gray);
}
.header-mobile .container .links .container ul li .sub-menu .sub-menu-content.two-boxes .box .info .info-content .mob {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .header-mobile .container .links .container ul li .sub-menu .sub-menu-content.two-boxes .box .info .info-content .mob {
    display: none;
  }
}
@media (max-width: 992px) {
  .header-mobile .container .links .container ul li .sub-menu .sub-menu-content.two-boxes .box .info .info-content .mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    gap: 30px;
  }
  .header-mobile .container .links .container ul li .sub-menu .sub-menu-content.two-boxes .box .info .info-content .mob h3 {
    line-height: 22px;
    font-size: 18px;
    font-family: "Playfair Display", sans-serif;
    font-weight: bold; /* Bold weight */
  }
}
@media (max-width: 992px) and (min-width: 992px) {
  .header-mobile .container .links .container ul li .sub-menu .sub-menu-content.two-boxes .box .info .info-content .mob .image-mob {
    display: none;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .header-mobile .container .links .container ul li .sub-menu .sub-menu-content.two-boxes .box .info .info-content .mob .image-mob {
    display: block !important;
  }
  .header-mobile .container .links .container ul li .sub-menu .sub-menu-content.two-boxes .box .info .info-content .mob .image-mob img {
    width: 110px;
    height: 62px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.header-mobile .container .links .container ul li .sub-menu .sub-menu-content.two-boxes .box .info .info-content .desk h3 {
  line-height: 70px;
  font-size: 18px;
  font-family: "Playfair Display", sans-serif;
  font-weight: bold; /* Bold weight */
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .header-mobile .container .links .container ul li .sub-menu .sub-menu-content.two-boxes .box .info .info-content .desk h3 {
    display: none;
  }
}
.header-mobile .container .links .container ul li .sub-menu .sub-menu-content.two-boxes .box .info .info-content .desk h3 a {
  text-decoration: none;
  color: var(--slate-blue);
  font-size: 18px;
  margin-bottom: 12px;
  font-family: "Playfair Display", sans-serif;
  font-weight: bold; /* Bold weight */
}
@media (max-width: 992px) {
  .header-mobile .container .links .container ul li .sub-menu .sub-menu-content.two-boxes .box .info .image {
    display: none !important;
  }
}
.header-mobile .container .links .container ul li.link a span {
  padding: 20px 0;
  cursor: pointer;
  font-size: 16px;
  color: var(--slate-gray);
  display: block;
  font-family: "Onest", sans-serif;
  font-weight: normal; /* Regular weight */
}
.header-mobile .container .links .container ul li.contact-link {
  display: flex;
  margin-top: 18px;
}
.header-mobile .container .links .container ul li.contact-link a {
  color: #14c4b8;
  border: 2px solid var(--teal-color);
  padding: 12px 26px;
  border-radius: 10px;
}
.header-mobile .container .links .container ul li.contact-link a span {
  font-family: "Onest";
  font-weight: bold;
  font-size: 15px;
  color: var(--teal-color);
}
.header-mobile .container .links .container ul li.social-icons {
  padding: 42px 0;
}
.header-mobile .container .links .container ul li.social-icons ul {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-mobile .container .links .container ul li.social-icons ul li a img {
  width: 24px;
}
.header-mobile .container .links .wtapp-link {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 81px;
  height: 81px;
  transform: translateY(-50%);
}
.header-mobile .container .links .wtapp-link a img {
  width: 100%;
}

.sub-header {
  overflow: hidden;
  background: var(--slate-blue);
  padding: 10px;
}
@media (max-width: 992px) {
  .sub-header {
    margin-top: 98.89px;
  }
}
.sub-header .marquee {
  display: flex;
  align-items: center;
  gap: 100px;
  white-space: nowrap;
  position: relative;
  top: 1px;
}
.sub-header .marquee .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-header .marquee .swiper-slide .box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  color: white;
}
.sub-header .marquee .swiper-slide .box span {
  font-size: 13px;
  font-family: "Onest Regular", sans-serif;
  font-weight: normal;
}
.sub-header .marquee .swiper-slide .box .heart-health {
  width: 30px;
}
.sub-header .marquee .swiper-slide .box .medal {
  width: 23px;
}
.sub-header .marquee .swiper-slide .box .aim {
  width: 27px;
}
.sub-header .marquee .swiper-slide .box img {
  margin-right: 10px;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.slider-home {
  position: relative;
}
.slider-home .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider-home .swiper-container .swiper-wrapper .slide {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  opacity: 0; /* Hide slides initially */
  transition: opacity 0.5s ease; /* Smooth fade transition */
}
.slider-home .swiper-container .swiper-wrapper .slide.swiper-slide-active {
  opacity: 1; /* Show the active slide */
}
.slider-home .swiper-container .swiper-wrapper .slide img {
  height: 100%;
  width: 100%;
}
@media (min-width: 2000px) {
  .slider-home .swiper-container .swiper-wrapper .slide img {
    height: 1200px;
  }
}
@media (max-width: 992px) {
  .slider-home .swiper-container .swiper-wrapper .slide img {
    height: calc(100vh - 148.74px);
  }
}
.slider-home .swiper-container .swiper-wrapper .slide .main-box-section {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.slider-home .swiper-container .swiper-wrapper .slide .main-box-section::before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc((100vw - 1140px) / 2 + 12px);
  background: rgba(255, 255, 255, 0.85);
  top: 0;
  left: 0;
}
@media (min-width: 2000px) {
  .slider-home .swiper-container .swiper-wrapper .slide .main-box-section::before {
    width: 490px;
  }
}
@media (max-width: 1200px) {
  .slider-home .swiper-container .swiper-wrapper .slide .main-box-section::before {
    width: calc((100vw - 960px) / 2 + 12px);
  }
}
@media (max-width: 992px) {
  .slider-home .swiper-container .swiper-wrapper .slide .main-box-section::before {
    width: calc((100vw - 720px) / 2 + 12px);
  }
}
@media (max-width: 768px) {
  .slider-home .swiper-container .swiper-wrapper .slide .main-box-section::before {
    width: calc((100vw - 540px) / 2 + 12px);
  }
}
@media (max-width: 576px) {
  .slider-home .swiper-container .swiper-wrapper .slide .main-box-section::before {
    width: 20px;
  }
}
.slider-home .swiper-container .swiper-wrapper .slide .main-box-section .container .box-msg {
  position: relative;
  width: 40%;
  background: rgba(255, 255, 255, 0.85);
  padding: 25px 63px 35px 0px;
  z-index: 2;
  border-radius: 0 30px 30px 0;
}
@media (max-width: 991px) {
  .slider-home .swiper-container .swiper-wrapper .slide .main-box-section .container .box-msg {
    padding: 55px 32px 55px 0px;
    width: 90%;
  }
}
.slider-home .swiper-container .swiper-wrapper .slide .main-box-section .container .box-msg h1 {
  font-size: 60px;
  color: var(--slate-blue);
  line-height: 65px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 800;
  margin-bottom: 14px;
}
@media (min-width: 1101px) and (max-width: 1239px) {
  .slider-home .swiper-container .swiper-wrapper .slide .main-box-section .container .box-msg h1 {
    font-size: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .slider-home .swiper-container .swiper-wrapper .slide .main-box-section .container .box-msg h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .slider-home .swiper-container .swiper-wrapper .slide .main-box-section .container .box-msg h1 {
    font-size: 32px;
  }
}
.slider-home .swiper-container .swiper-wrapper .slide .main-box-section .container .box-msg img {
  width: 184px !important;
  height: 73px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .slider-home .swiper-container .swiper-wrapper .slide .main-box-section .container .box-msg img {
    width: 189px;
  }
}
.slider-home .swiper-container .swiper-wrapper .slide .main-box-section .container .box-msg p,
.slider-home .swiper-container .swiper-wrapper .slide .main-box-section .container .box-msg a {
  font-family: "Onest";
  font-weight: normal;
  font-size: 18px;
}
.slider-home .swiper-container .swiper-wrapper .slide .main-box-section .container .box-msg p {
  line-height: 24px;
  color: var(--slate-gray);
  margin-bottom: 14px;
  text-align: justify;
}
@media (max-width: 992px) {
  .slider-home .swiper-container .swiper-wrapper .slide .main-box-section .container .box-msg p {
    font-size: 15px;
  }
}
.slider-home .swiper-container .swiper-wrapper .slide .main-box-section .container .box-msg a {
  background-color: var(--teal-color);
  color: white;
  border-radius: 10px;
  padding: 15px 34px 17px 23px;
  font-family: "Onest", sans-serif;
  font-weight: 600; /* SemiBold weight */
  display: inline-block;
}
@media (max-width: 992px) {
  .slider-home .swiper-container .swiper-wrapper .slide .main-box-section .container .box-msg a {
    font-size: 16px;
  }
}
.slider-home .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 376px) {
  .slider-home .swiper-container .swiper-pagination {
    bottom: 13px;
  }
}
.slider-home .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: white !important;
  opacity: 1 !important;
}
.slider-home .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--slate-blue) !important;
}
.slider-home .wtapp-link a img {
  position: absolute;
  right: 139px;
  width: 81px;
  bottom: -45px;
  z-index: 1;
}
@media (max-width: 767px) {
  .slider-home .wtapp-link a img {
    right: 20px;
  }
}

.story-of-growth .container .content {
  padding: 60px 0;
  border-bottom: 1px solid var(--dust-gray);
}
@media (max-width: 992px) {
  .story-of-growth .container .content {
    padding: 40px 0 60px;
  }
}
.story-of-growth .container .content .title {
  font-size: 42px;
  line-height: 70px;
  text-align: center;
  color: var(--slate-blue);
  font-family: "Playfair Display", serif;
  font-weight: 800; /* ExtraBold weight */
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .story-of-growth .container .content .title {
    font-size: 30px;
  }
}
.story-of-growth .container .content .box {
  margin-bottom: 20px;
}
.story-of-growth .container .content .box .box-content {
  background-color: var(--powder-blue);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  height: 100%;
}
.story-of-growth .container .content .box .box-content .number {
  display: block;
  font-size: 50px;
  line-height: 40px;
  font-family: "Onest", sans-serif;
  font-weight: 800;
  color: var(--teal-color);
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .story-of-growth .container .content .box .box-content .number {
    font-size: 42px;
  }
}
.story-of-growth .container .content .box .box-content .more-than {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal-color);
  margin-bottom: 12px;
  gap: 16px;
}
@media (max-width: 768px) {
  .story-of-growth .container .content .box .box-content .more-than {
    margin-bottom: 14px;
  }
}
.story-of-growth .container .content .box .box-content .more-than .more-than-content div {
  font-size: 18px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  line-height: 20px;
  color: var(--teal-color);
  font-family: "Onest", sans-serif;
  font-weight: 500;
}
@media (max-width: 992px) {
  .story-of-growth .container .content .box .box-content .more-than .more-than-content div {
    font-size: 16px;
  }
}
.story-of-growth .container .content .box .box-content .more-than .number-info {
  display: block;
  font-size: 50px;
  line-height: 40px;
  font-family: "Onest", sans-serif;
  font-weight: 800;
  color: var(--teal-color);
}
@media (max-width: 992px) {
  .story-of-growth .container .content .box .box-content .more-than .number-info {
    font-size: 40px;
  }
}
.story-of-growth .container .content .box .box-content p {
  font-family: "Onest", sans-serif;
  font-weight: 600;
  color: var(--slate-blue);
  line-height: 27px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 6px;
  font-size: 24px;
}
@media (max-width: 992px) {
  .story-of-growth .container .content .box .box-content p {
    font-size: 20px;
  }
}
.story-of-growth .container .content .box .box-content p span {
  display: block;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  color: var(--slate-blue);
  font-size: 24px;
  line-height: 27px;
}
@media (max-width: 992px) {
  .story-of-growth .container .content .box .box-content p span {
    font-size: 20px;
  }
}
.story-of-growth .container .content .box .box-content span {
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-gray);
  text-align: center;
  line-height: 18px;
}
.story-of-growth .container .content .link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.story-of-growth .container .content .link a {
  padding: 12px 26px;
  background-color: var(--slate-blue);
  color: white;
  font-family: "Onest", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  border-radius: 10px;
}

.find-your-product {
  padding: 42px 0 60px;
}
.find-your-product .container .title {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 70px;
  text-align: center;
  margin-bottom: 3px;
  color: var(--slate-blue);
}
@media (max-width: 992px) {
  .find-your-product .container .title {
    font-size: 30px;
  }
}
.find-your-product .container .desc {
  font-family: "Onest", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 35px;
  text-align: center;
  color: var(--slate-gray);
}
@media (min-width: 992px) {
  .find-your-product .container .desc {
    max-width: 904px;
    margin: 0 auto 40px;
  }
}
@media (max-width: 992px) {
  .find-your-product .container .desc {
    font-size: 16px;
  }
}
.find-your-product .container .quest {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: var(--slate-gray);
}
@media (max-width: 992px) {
  .find-your-product .container .quest {
    font-size: 22px;
  }
}
.find-your-product .container form {
  display: flex;
  justify-content: center; /* Center form horizontally */
  align-items: center; /* Center form vertically */
  margin: 20px auto;
}
.find-your-product .container form .search-container {
  position: relative;
  max-width: 720px;
  width: 100%;
}
.find-your-product .container form .search-container .input-container {
  position: relative;
  width: 100%;
}
.find-your-product .container form .search-container .input-container input {
  outline: none;
  border: 1px solid var(--slate-gray);
  font-size: 20px;
  line-height: 28px;
  color: #484953;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  height: 52px;
  padding-left: 22px;
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 992px) {
  .find-your-product .container form .search-container .input-container input {
    font-size: 16px;
  }
}
.find-your-product .container form .search-container .input-container input::-moz-placeholder {
  font-size: 20px;
  line-height: 28px;
  color: #484953;
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.find-your-product .container form .search-container .input-container input::placeholder {
  font-size: 20px;
  line-height: 28px;
  color: #484953;
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
@media (max-width: 992px) {
  .find-your-product .container form .search-container .input-container input::-moz-placeholder {
    font-size: 16px;
  }
  .find-your-product .container form .search-container .input-container input::placeholder {
    font-size: 16px;
  }
}
.find-your-product .container form .search-container .input-container .bar {
  position: absolute;
  display: block;
  top: 16px;
  left: 22px;
  width: 2px;
  height: 18px;
  background-color: var(--teal-color);
}
.find-your-product .container form .search-container button {
  height: 52px;
  line-height: 28px;
  background: none;
  outline: none;
  border: none;
  padding-right: 22px;
  border-radius: 0 10px 10px 0;
  position: absolute;
  top: 0;
  right: 0px;
}
.find-your-product .container .products {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .find-your-product .container .products {
    padding: 22px 0 40px;
  }
}
.find-your-product .container .products .box h3 {
  font-family: "Onest", sans-serif;
  font-weight: 800;
  padding: 18px 0 5px 35px;
  color: var(--slate-blue);
}
@media (max-width: 992px) {
  .find-your-product .container .products .box h3 {
    padding: 18px 0 18px 20px;
    margin: 0;
  }
}
.find-your-product .container .products .box .box-1 {
  background-color: var(--teal-color);
  border-radius: 20px;
}
.find-your-product .container .products .box .box-1 .list ul li {
  background-color: rgba(255, 255, 255, 0.25) !important;
}
.find-your-product .container .products .box .box-2 {
  background-color: var(--powder-blue);
  border-radius: 20px;
  position: relative;
  top: 95px;
}
.find-your-product .container .products .box .box-2 .physician-box {
  background-color: white;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  position: absolute;
  top: -90px;
  right: 61px;
  width: 238px;
  height: 111px;
}
@media (max-width: 992px) {
  .find-your-product .container .products .box .box-2 .physician-box {
    width: 194px;
    height: 78px;
    top: -70px;
    right: 15px;
  }
}
@media (max-width: 768px) {
  .find-your-product .container .products .box .box-2 .physician-box {
    top: -125px;
    right: 20px;
  }
}
.find-your-product .container .products .box .box-2 .physician-box .image {
  background-color: var(--powder-blue);
  padding: 27px;
  border-radius: 10px;
  width: 57px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .find-your-product .container .products .box .box-2 .physician-box .image {
    width: 52px;
    height: 52px;
  }
}
.find-your-product .container .products .box .box-2 .physician-box .image img {
  width: 30px;
}
.find-your-product .container .products .box .box-2 .physician-box .info .title {
  color: var(--slate-gray);
  font-size: 14px;
  line-height: 20px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .find-your-product .container .products .box .box-2 .physician-box .info .title {
    margin-bottom: 5px;
  }
}
.find-your-product .container .products .box .box-2 .physician-box .info .info-content {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 768px) {
  .find-your-product .container .products .box .box-2 .physician-box .info .info-content {
    gap: 10px;
  }
}
.find-your-product .container .products .box .box-2 .physician-box .info .info-content .one span {
  font-size: 35px;
  line-height: 26px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: 600;
}
.find-your-product .container .products .box .box-2 .physician-box .info .info-content .text span {
  font-size: 14px;
  line-height: 15px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-blue);
  display: block;
}
.find-your-product .container .products .box .box-2 .list ul li {
  margin-bottom: 12px;
  background-color: rgba(20, 196, 184, 0.1);
}
.find-your-product .container .products .box .list ul li {
  margin-bottom: 12px;
}
.find-your-product .container .products .box .list ul li .main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 34px;
  cursor: pointer;
}
.find-your-product .container .products .box .list ul li .main-menu span {
  font-size: 20px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: normal; /* Regular weight */
}
@media (max-width: 992px) {
  .find-your-product .container .products .box .list ul li .main-menu span {
    font-size: 17px;
  }
}
.find-your-product .container .products .box .list ul li .main-menu .plus {
  display: block;
  width: 18px;
}
@media (max-width: 992px) {
  .find-your-product .container .products .box .list ul li .main-menu .plus {
    width: 10.17px;
  }
}
.find-your-product .container .products .box .list ul li .main-menu .minus {
  display: none;
  width: 18px;
}
@media (max-width: 992px) {
  .find-your-product .container .products .box .list ul li .main-menu .minus {
    width: 10.17px;
  }
}
.find-your-product .container .products .box .list ul li .main-menu.active .plus {
  display: none;
}
.find-your-product .container .products .box .list ul li .main-menu.active .minus {
  display: block;
}
.find-your-product .container .products .box .list ul li .sub-menu {
  padding: 0 95px 20px 35px;
  display: none;
  position: relative;
}
@media (max-width: 992px) {
  .find-your-product .container .products .box .list ul li .sub-menu {
    padding: 0 70px 20px 35px;
  }
}
.find-your-product .container .products .box .list ul li .sub-menu .sub-menu-content .col-box {
  width: calc(33.333% - 10px);
}
.find-your-product .container .products .box .list ul li .sub-menu .sub-menu-content .col-box:not(:last-child) {
  margin-right: 10px;
}
.find-your-product .container .products .box .list ul li .sub-menu .sub-menu-content .col-box .image {
  background: white;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .find-your-product .container .products .box .list ul li .sub-menu .sub-menu-content .col-box .image.p-5-mob {
    padding: 5px !important;
  }
}
.find-your-product .container .products .box .list ul li .sub-menu .sub-menu-content .col-box .image img {
  width: 143px;
  max-width: 100%;
  height: 143px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1.1);
  border-radius: 5px;
}
@media (max-width: 992px) {
  .find-your-product .container .products .box .list ul li .sub-menu .sub-menu-content .col-box .image img {
    width: auto;
    height: auto;
  }
}
.find-your-product .container .products .box .list ul li .sub-menu .sub-menu-content .col-box.arrow-right {
  position: absolute;
  right: 35px;
  width: 30px;
}
@media (max-width: 992px) {
  .find-your-product .container .products .box .list ul li .sub-menu .sub-menu-content .col-box.arrow-right {
    right: 19px;
  }
}
.find-your-product .container .products .box .list ul li .sub-menu .sub-menu-content .col-box.arrow-right .arrow-right-content a img {
  width: 30px;
}
@media (max-width: 992px) {
  .find-your-product .container .products .box .list ul li .sub-menu .sub-menu-content .col-box.arrow-right .arrow-right-content a img {
    width: 17px;
  }
}
.find-your-product .container .products .box .view-all {
  display: block;
  padding-left: 35px;
  color: var(--slate-blue);
  font-size: 13px;
  line-height: 28px;
  text-decoration: underline;
  padding-bottom: 32px;
}

.slider-products-home {
  padding: 30px 0 80px;
}
@media (max-width: 992px) {
  .slider-products-home {
    padding: 24px 0px 15px;
  }
}
@media (max-width: 992px) {
  .slider-products-home .container {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
}
.slider-products-home .container .slider-products .swiper-wrapper .swiper-slide img {
  width: 100%;
  cursor: pointer;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .slider-products-home .container .slider-products .swiper-wrapper .swiper-slide img {
    border-radius: 20px;
    margin-bottom: 34px;
    height: 652px;
  }
}
.slider-products-home .container .slider-products .swiper-pagination {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  position: relative;
}
.slider-products-home .container .slider-products .swiper-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background-color: rgba(10, 79, 100, 0.15) !important;
  opacity: 1 !important;
  margin: 0 5px;
}
.slider-products-home .container .slider-products .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--slate-blue) !important;
  opacity: 1 !important;
}
.slider-products-home .container .slider-products .swiper-button-next,
.slider-products-home .container .slider-products .swiper-button-prev {
  color: var(--slate-blue);
}
.slider-products-home .container .slider-products .swiper-button-next::after,
.slider-products-home .container .slider-products .swiper-button-prev::after {
  font-size: 20px;
}

.product-highlights .container .product-highlights-content .title {
  font-size: 42px;
  line-height: 70px;
  text-align: center;
  color: var(--slate-blue);
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .product-highlights .container .product-highlights-content .title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .product-highlights .container .product-highlights-content .box.box-1 {
    margin-bottom: 40px;
  }
}
.product-highlights .container .product-highlights-content .box .box-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: nowrap;
  padding: 15px;
}
@media (max-width: 768px) {
  .product-highlights .container .product-highlights-content .box .box-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
}
.product-highlights .container .product-highlights-content .box .box-content .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--slate-blue);
  border-radius: 10px;
  height: 92px;
  width: 92px;
}
@media (max-width: 992px) {
  .product-highlights .container .product-highlights-content .box .box-content .icon {
    width: 74px;
    height: 74px;
  }
}
.product-highlights .container .product-highlights-content .box .box-content .info {
  flex-grow: 1;
}
.product-highlights .container .product-highlights-content .box .box-content .info h4 {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  color: var(--slate-blue);
}
@media (max-width: 768px) {
  .product-highlights .container .product-highlights-content .box .box-content .info h4 {
    text-align: center;
    font-size: 22px;
  }
}
.product-highlights .container .product-highlights-content .box .box-content .info p {
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-gray);
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 768px) {
  .product-highlights .container .product-highlights-content .box .box-content .info p {
    text-align: center;
    font-size: 15px;
  }
}

.our-story {
  margin: 80px 0;
  display: flex;
  align-items: stretch;
}
@media (max-width: 992px) {
  .our-story {
    flex-direction: column;
    margin: 48px 0;
  }
}
.our-story .info-image-box {
  position: absolute;
  right: 61px;
  bottom: -50px;
  display: flex;
  align-items: center;
  padding: 27px;
  gap: 14px;
  z-index: 2;
  border-radius: 10px;
  background-color: white;
}
.our-story .info-image-box .image-box {
  padding: 14px;
  border-radius: 10px;
  background-color: var(--powder-blue);
}
.our-story .info-image-box .image-box img {
  width: 32px;
}
.our-story .info-image-box .info-box .info-content .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.our-story .info-image-box .info-box .info-content .text span:first-child {
  font-family: "Onest", sans-serif;
  font-weight: bold;
  color: var(--slate-blue);
  font-size: 24px;
  line-height: 17px;
}
.our-story .info-image-box .info-box .info-content .text span:last-child {
  font-size: 14px;
  line-height: 17px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-gray);
}
.our-story .image {
  width: 50%;
  position: relative;
  z-index: 0;
}
@media (max-width: 992px) {
  .our-story .image {
    width: 100%;
  }
}
.our-story .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(10, 79, 100, 0.09);
  z-index: 1;
}
.our-story .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .our-story .image .info-image-box {
    display: none;
  }
}
@media (min-width: 992px) {
  .our-story .image .info-image-box {
    display: flex;
  }
}
.our-story .info {
  width: 50%;
  background-color: var(--powder-blue);
  display: flex;
  flex-direction: column;
  padding: 57px 50px;
  justify-content: center;
  position: relative;
}
@media (max-width: 991px) {
  .our-story .info {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .our-story .info .info-image-box {
    display: flex;
    padding: 13px 24px;
    right: 40px;
  }
}
@media (min-width: 992px) {
  .our-story .info .info-image-box {
    display: none;
  }
}
.our-story .info .info-content h2 {
  font-family: "Playfair Display";
  font-weight: 800;
  font-size: 42px;
  line-height: 47px;
  color: var(--slate-blue);
  margin-bottom: 16px;
  max-width: 363px;
}
@media (max-width: 768px) {
  .our-story .info .info-content h2 {
    font-size: 30px;
  }
}
.our-story .info .info-content p {
  color: var(--slate-gray);
  font-size: 16px;
  line-height: 26px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  margin-bottom: 30px;
  max-width: 473px;
}
@media (max-width: 768px) {
  .our-story .info .info-content p {
    font-size: 15px;
  }
}
.our-story .info .info-content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 26px;
  background-color: var(--slate-blue);
  color: white;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .our-story .info .info-content a {
    font-size: 16px;
  }
}

.essential-vitamin {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .essential-vitamin {
    padding: 40px 0;
  }
}
.essential-vitamin .container .essential-vitamin-content {
  border-bottom: 1px solid var(--charcoal-gray);
}
.essential-vitamin .container .essential-vitamin-content h2 {
  font-size: 42px;
  line-height: 50px;
  text-align: center;
  color: var(--slate-blue);
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .essential-vitamin .container .essential-vitamin-content h2 {
    font-size: 30px;
  }
}
.essential-vitamin .container .essential-vitamin-content .vitamins .box .box-content {
  border-radius: 20px;
  background-color: rgba(20, 196, 184, 0.6);
  border: 1px solid rgba(20, 196, 184, 0.6);
}
.essential-vitamin .container .essential-vitamin-content .vitamins .box .box-content h4 {
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 50px;
  color: var(--slate-blue);
  text-align: center;
  margin: 0;
}
@media (max-width: 991px) {
  .essential-vitamin .container .essential-vitamin-content .vitamins .box .box-content h4 {
    font-size: 20px;
  }
}
.essential-vitamin .container .essential-vitamin-content .vitamins .box .box-content .image {
  border-radius: 20px;
  background: white;
}
.essential-vitamin .container .essential-vitamin-content .vitamins .box .box-content img {
  width: 70%;
  margin: auto;
  display: block;
}
@media (max-width: 992px) {
  .essential-vitamin .container .essential-vitamin-content .vitamins .box .box-content img {
    height: auto !important;
  }
}
.essential-vitamin .container .essential-vitamin-content .view-all-products {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 80px;
}
@media (max-width: 767px) {
  .essential-vitamin .container .essential-vitamin-content .view-all-products {
    margin: 40px 0 46px;
  }
}
.essential-vitamin .container .essential-vitamin-content .view-all-products a {
  border-radius: 10px;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 28px;
  color: white;
  background-color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: 600;
}
@media (max-width: 992px) {
  .essential-vitamin .container .essential-vitamin-content .view-all-products a {
    font-size: 16px;
  }
}

.partners {
  position: relative;
  z-index: 2;
}
.partners::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: var(--powder-blue);
  z-index: 1;
  background: var(--powder-blue);
}
.partners .container {
  position: relative;
  z-index: 3;
}
.partners .container .partners-content {
  position: relative;
  z-index: 2;
}
.partners .container .partners-content h2 {
  font-size: 42px;
  line-height: 70px;
  color: var(--slate-blue);
  font-family: "Playfair Display", serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .partners .container .partners-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.partners .container .partners-content .row {
  display: flex;
  align-items: stretch;
}
.partners .container .partners-content .box {
  display: flex;
  flex-direction: column;
  height: auto;
}
@media (min-width: 768px) {
  .partners .container .partners-content .box {
    flex: 1;
  }
}
.partners .container .partners-content .box .box-content {
  padding: 20px;
  border-radius: 20px;
  background: white;
  box-shadow: 0px 10px 30px rgba(119, 134, 164, 0.5);
}
@media (min-width: 768px) {
  .partners .container .partners-content .box .box-content {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .partners .container .partners-content .box .box-content {
    margin-bottom: 14px;
  }
}
.partners .container .partners-content .box .box-content .image img {
  width: 100%;
  max-width: 188px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .partners .container .partners-content .box .box-content.box-2 p {
    margin-top: 55px;
  }
}
.partners .container .partners-content .box .box-content p {
  margin: 20px 0 60px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-gray);
  flex: 1;
}
@media (max-width: 767px) {
  .partners .container .partners-content .box .box-content p {
    margin: 20px 0;
  }
}
.partners .container .partners-content .box .box-content a {
  font-size: 14px;
  line-height: 28px;
  color: var(--slate-blue);
  text-decoration: underline;
  font-family: "Onest", sans-serif;
  font-weight: 600;
}

.news-that-matter {
  background-color: var(--powder-blue);
  padding: 60px 0 113px;
  position: relative;
}
@media (max-width: 768px) {
  .news-that-matter {
    padding: 60px 0;
  }
}
.news-that-matter .info-image-box {
  position: absolute;
  left: 215px;
  bottom: -75px;
  display: flex;
  align-items: center;
  padding: 27px;
  gap: 14px;
  z-index: 2;
  border-radius: 10px;
  background-color: white;
}
@media (max-width: 992px) {
  .news-that-matter .info-image-box {
    left: 53px;
    padding: 13px 25px;
    bottom: -45px;
  }
}
.news-that-matter .info-image-box .image-box {
  padding: 14px;
  border-radius: 10px;
  background-color: var(--powder-blue);
}
.news-that-matter .info-image-box .image-box img {
  width: 32px;
}
.news-that-matter .info-image-box .info-box .info-content .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.news-that-matter .info-image-box .info-box .info-content .text span:first-child {
  font-family: "Onest", sans-serif;
  font-weight: bold;
  color: var(--slate-blue);
  font-size: 24px;
  line-height: 17px;
}
.news-that-matter .info-image-box .info-box .info-content .text span:last-child {
  font-size: 14px;
  line-height: 17px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-gray);
}
.news-that-matter .container .news-content h2 {
  font-size: 42px;
  line-height: 70px;
  color: var(--slate-blue);
  font-family: "Playfair Display", serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .news-that-matter .container .news-content .box {
    margin-bottom: 22px;
  }
}
.news-that-matter .container .news-content .box .box-content {
  border-radius: 20px;
  background-color: white;
}
.news-that-matter .container .news-content .box .box-content .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  height: 256px;
  -o-object-position: top;
     object-position: top;
}
.news-that-matter .container .news-content .box .box-content .box-2 {
  padding: 26px 22px;
}
@media (max-width: 768px) {
  .news-that-matter .container .news-content .box .box-content .box-2 {
    padding: 20px;
  }
}
.news-that-matter .container .news-content .box .box-content .box-2 .tag {
  font-size: 12px;
  line-height: 40px;
  background-color: var(--powder-blue);
  color: var(--teal-color);
  padding: 6px 12px;
  border-radius: 5px;
}
.news-that-matter .container .news-content .box .box-content .box-2 h4 a {
  font-size: 18px;
  line-height: 22px;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  color: var(--slate-blue);
  padding: 18px 0;
  text-decoration: none;
}
.news-that-matter .container .news-content .box .box-content .box-2 .div-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-that-matter .container .news-content .box .box-content .box-2 .div-footer .date {
  font-size: 13px;
  line-height: 40px;
  color: rgba(72, 73, 83, 0.5);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.news-that-matter .container .news-content .box .box-content .box-2 .div-footer a {
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 28px;
  text-decoration: underline;
}
.news-that-matter .container .news-content .link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .news-that-matter .container .news-content .link {
    padding-top: 20px;
  }
}
.news-that-matter .container .news-content .link a {
  border-radius: 10px;
  color: white;
  background-color: var(--slate-blue);
  font-size: 18px;
  line-height: 28px;
  padding: 19px 27px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
}
@media (max-width: 992px) {
  .news-that-matter .container .news-content .link a {
    font-size: 16px;
  }
}

.testimonials {
  padding: 40px 0;
}
@media (min-width: 992px) and (max-width: 1081px) {
  .testimonials {
    padding: 80px 0 40px;
  }
}
@media (max-width: 768px) {
  .testimonials {
    padding: 80px 0 40px !important;
    margin: 0 10px;
  }
}
.testimonials .testimonials-content h2 {
  font-size: 42px;
  line-height: 70px;
  color: var(--slate-blue);
  font-family: "Playfair Display", serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
}
.testimonials .testimonials-content .swiper {
  padding-left: calc((100vw - 1140px) / 2.2);
}
@media (min-width: 2000px) {
  .testimonials .testimonials-content .swiper {
    padding-left: 345px;
  }
}
@media (max-width: 1401px) {
  .testimonials .testimonials-content .swiper {
    padding-left: calc((100vw - 1140px) / 2 + 24px);
  }
}
@media (max-width: 1200px) {
  .testimonials .testimonials-content .swiper {
    padding-left: calc((100vw - 960px) / 2);
  }
}
@media (max-width: 992px) {
  .testimonials .testimonials-content .swiper {
    padding-left: calc((100vw - 720px) / 2);
  }
}
@media (max-width: 768px) {
  .testimonials .testimonials-content .swiper {
    padding-left: 0;
  }
}
.testimonials .testimonials-content .swiper .swiper-wrapper {
  transition: transform 0.3s ease;
  display: flex;
  align-items: stretch;
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  gap: 7px;
  background-color: rgba(90, 213, 205, 0.35);
  border-radius: 20px;
  transition: flex 0.5s ease;
  box-sizing: border-box;
  height: auto;
}
@media (min-width: 992px) {
  .testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide {
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin-right: 30px;
    max-width: 685px !important;
  }
  .testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide.no-image {
    max-width: 445px !important;
  }
  .testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide.no-image .image-rating {
    display: none;
  }
  .testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide.no-image .content {
    padding: 40px 36px;
  }
}
@media (max-width: 992px) {
  .testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide .image-rating {
    display: flex;
    justify-content: space-between;
  }
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide .image-rating .image img {
  border-top-left-radius: 20px;
}
@media (max-width: 992px) {
  .testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide .image-rating .image img {
    width: 171px;
  }
}
@media (min-width: 992px) {
  .testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide .image-rating .ratings-mob {
    display: none;
  }
}
@media (max-width: 992px) {
  .testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide .image-rating .ratings-mob {
    display: block;
    padding: 40px 20px 0 0;
  }
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  background-color: rgba(20, 196, 184, 0.7);
  margin-right: 20px;
}
@media (max-width: 992px) {
  .testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .image-rating {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  .testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .image-rating .image img {
    width: 171px;
    border-top-left-radius: 20px;
  }
}
@media (min-width: 992px) {
  .testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .image-rating .ratings-mob {
    display: none;
  }
}
@media (max-width: 992px) {
  .testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .image-rating .ratings-mob {
    display: block;
    padding: 40px 20px 0 0;
  }
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .image-rating .ratings-mob .smart-quotes svg {
  width: 30px;
  margin-top: 12px;
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .image-rating .ratings-mob .smart-quotes .smart-quote path {
  fill: white;
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .image-rating .ratings-mob .rating-stars .star path {
  fill: white !important;
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .image {
  display: block;
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .image .img-2.active {
  display: block;
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .image .img-2.not-active {
  display: none;
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide.swiper-slide-active.no-image .image-rating .ratings-mob {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 36px 0 36px;
  width: 100%;
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide.swiper-slide-active.no-image .content {
  padding: 40px 36px !important;
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content {
  padding: 40px 36px;
}
@media (max-width: 992px) {
  .testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content {
    padding: 20px 26px;
  }
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content .ratings .smart-quotes .smart-quote path {
  fill: white;
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content .ratings .rating-stars .star path {
  fill: white !important;
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide .image {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  transition: all 0.3s ease;
  position: relative;
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide .image img {
  width: 260px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide .image .img-1 {
  display: block; /* Ensures there's no gap below the image */
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide .image .img-2 {
  position: absolute; /* Position it relative to the parent */
  top: 0; /* Align it to the top */
  left: 0; /* Align it to the left */
  width: 100%; /* Optional: set width to cover the base image */
  height: 240px; /* Maintain aspect ratio */
  pointer-events: none; /* Optional: allows clicks to pass through the overlay */
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide .image .img-2.active {
  display: none;
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide .image .img-2.not-active {
  display: block;
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide .content {
  padding: 35px;
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide .content .ratings {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
}
@media (min-width: 992px) {
  .testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide .content .ratings {
    display: flex;
  }
}
@media (max-width: 992px) {
  .testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide .content .ratings {
    display: none;
  }
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide .content .ratings .smart-quotes .smart-quote {
  fill: var(--teal-color);
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide .content .ratings .rating-stars {
  display: flex;
  align-items: center;
  gap: 7px;
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide .content .ratings .rating-stars .star {
  fill: var(--teal-color);
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide .content h3 {
  font-size: 26px;
  line-height: 28px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide .content h4 {
  font-size: 14px;
  line-height: 28px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.testimonials .testimonials-content .swiper .swiper-wrapper .swiper-slide .content .message {
  border-top: 1px solid var(--charcoal-gray);
  padding-top: 20px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: var(--slate-gray);
}

.careers {
  position: relative;
}
.careers .careers-head {
  position: relative;
}
.careers .careers-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 85px;
  background-color: var(--slate-blue);
  z-index: 1;
  width: calc((100vw - 1140px) / 2 + 12px);
}
@media (min-width: 2000px) {
  .careers .careers-head::before {
    width: 490px;
  }
}
@media (max-width: 1200px) {
  .careers .careers-head::before {
    width: calc((100vw - 960px) / 2 + 12px);
  }
}
@media (max-width: 992px) {
  .careers .careers-head::before {
    width: calc((100vw - 720px) / 2 + 12px);
    top: 98.89px;
  }
}
@media (max-width: 768px) {
  .careers .careers-head::before {
    width: calc((100vw - 540px) / 2 + 12px);
  }
}
@media (max-width: 576px) {
  .careers .careers-head::before {
    width: 20px;
  }
}
.careers .careers-head .container .head-page {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .careers .careers-head .container .head-page {
    flex-direction: column;
    align-items: start;
  }
}
.careers .careers-head .container .head-page .page-title {
  width: 32%;
  height: 85px;
  background-color: var(--slate-blue);
  color: white;
  display: flex;
  align-items: center;
  border-radius: 0 15px 15px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .careers .careers-head .container .head-page .page-title {
    width: 221px;
    margin-top: 98.89px;
  }
}
.careers .careers-head .container .head-page .page-title h1 {
  font-size: 40px;
  line-height: 70px;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin: 0;
}
@media (max-width: 992px) {
  .careers .careers-head .container .head-page .page-title h1 {
    font-size: 30px;
  }
}
.careers .careers-head .container .head-page .info {
  margin: 0;
  width: 65%;
}
@media (max-width: 992px) {
  .careers .careers-head .container .head-page .info {
    margin-top: 30px;
    width: 100%;
  }
}
.careers .careers-head .container .head-page .info span {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
  text-align: justify;
}
@media (max-width: 992px) {
  .careers .careers-head .container .head-page .info span {
    font-size: 16px;
  }
}
.careers .vacancies {
  padding: 40px 0;
}
.careers .vacancies .container .vacancies-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .careers .vacancies .container .vacancies-head {
    flex-direction: column;
    align-items: start;
    margin-bottom: 25px;
  }
}
.careers .vacancies .container .vacancies-head h3 {
  font-size: 28px;
  line-height: 70px;
  font-family: "Onest", sans-serif;
  font-weight: bold;
  color: var(--slate-blue);
}
@media (max-width: 768px) {
  .careers .vacancies .container .vacancies-head h3 {
    margin: 0;
    font-size: 22px;
  }
}
.careers .vacancies .container .vacancies-head span {
  color: var(--teal-color);
  font-size: 16px;
  line-height: 25px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.careers .vacancies .container .list {
  list-style: none;
}
.careers .vacancies .container .list li .box {
  padding: 36px 30px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 20px rgba(119, 134, 164, 0.2);
  border-radius: 15px;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .careers .vacancies .container .list li .box {
    flex-direction: column;
    align-items: start;
  }
}
.careers .vacancies .container .list li .box .box-1 .title {
  font-size: 28px;
  line-height: 22px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 992px) {
  .careers .vacancies .container .list li .box .box-1 .title {
    font-size: 22px;
    line-height: 25px;
  }
}
.careers .vacancies .container .list li .box .box-1 .small-desc {
  font-size: 16px;
  line-height: 25px;
  padding: 20px 0;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 768px) {
  .careers .vacancies .container .list li .box .box-1 .small-desc {
    padding: 12px 0 20px;
  }
}
.careers .vacancies .container .list li .box .box-1 .more {
  font-size: 13px;
  line-height: 25px;
  color: var(--teal-color);
  font-family: "Onest", sans-serif;
  font-weight: normal;
  text-decoration: underline;
  display: block;
  background: transparent;
  outline: none;
  border: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .careers .vacancies .container .list li .box .box-1 .more {
    font-size: 14px;
  }
}
.careers .vacancies .container .list li .box .box-1 .details {
  display: none;
}
.careers .vacancies .container .list li .box .box-1 .details .details-list {
  display: flex;
  padding-top: 33px;
  gap: 75px;
}
@media (max-width: 992px) {
  .careers .vacancies .container .list li .box .box-1 .details .details-list {
    flex-direction: column;
    gap: 0;
    padding-top: 15px;
  }
}
.careers .vacancies .container .list li .box .box-1 .details .details-list .detail {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 26px;
}
.careers .vacancies .container .list li .box .box-1 .details .details-list .detail:nth-child(1), .careers .vacancies .container .list li .box .box-1 .details .details-list .detail:nth-child(2), .careers .vacancies .container .list li .box .box-1 .details .details-list .detail:nth-child(3), .careers .vacancies .container .list li .box .box-1 .details .details-list .detail:nth-child(4) {
  grid-column: 1; /* These list items go into the first column */
}
.careers .vacancies .container .list li .box .box-1 .details .details-list .detail:nth-child(5), .careers .vacancies .container .list li .box .box-1 .details .details-list .detail:nth-child(6) {
  grid-column: 2; /* These list items go into the second column */
}
.careers .vacancies .container .list li .box .box-1 .details .details-list .detail:nth-child(1) img {
  width: 19.96px;
}
.careers .vacancies .container .list li .box .box-1 .details .details-list .detail:nth-child(2) img {
  width: 21.38px;
}
.careers .vacancies .container .list li .box .box-1 .details .details-list .detail:nth-child(3) img {
  width: 19.47px;
}
.careers .vacancies .container .list li .box .box-1 .details .details-list .detail:nth-child(4) img {
  width: 18.72px;
}
.careers .vacancies .container .list li .box .box-1 .details .details-list .detail:nth-child(5) img {
  width: 14.3px;
}
.careers .vacancies .container .list li .box .box-1 .details .details-list .detail:nth-child(6) img {
  width: 15.98px;
}
.careers .vacancies .container .list li .box .box-1 .details .details-list .detail img {
  position: relative;
  top: 3px;
}
.careers .vacancies .container .list li .box .box-1 .details .details-list .detail span {
  font-size: 13px;
  line-height: 25px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
@media (max-width: 992px) {
  .careers .vacancies .container .list li .box .box-1 .details .details-list .detail span {
    font-size: 14px;
  }
}
.careers .vacancies .container .list li .box .box-1 .details .details-list .detail .bold-text {
  font-family: "Onest", sans-serif;
  font-weight: bold !important;
}
.careers .vacancies .container .list li .box .box-1 .details .details-list .detail p {
  font-size: 13px;
  line-height: 25px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.careers .vacancies .container .list li .box .box-1 .details .details-list .detail ul {
  list-style-type: disc;
  margin-left: 20px; /* Adjust indentation for nested ul */
}
.careers .vacancies .container .list li .box .box-1 .details .details-list .detail ul li {
  font-size: 13px;
  line-height: 25px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.careers .vacancies .container .list li .box .box-1 .details .details-list .detail ul li span {
  font-size: 13px;
  line-height: 25px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.careers .vacancies .container .list li .box .box-1 .details .less {
  padding-top: 10px;
  font-size: 13px;
  line-height: 25px;
  color: var(--teal-color);
  font-family: "Onest", sans-serif;
  font-weight: normal;
  text-decoration: underline;
  display: block;
  background: transparent;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 992px) {
  .careers .vacancies .container .list li .box .box-1 .details .less {
    padding-top: 0px;
  }
}
.careers .vacancies .container .list li .box .box-2 {
  display: block;
}
@media (max-width: 768px) {
  .careers .vacancies .container .list li .box .box-2 {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .careers .vacancies .container .list li .box .box-2 {
    width: 100%;
  }
}
.careers .vacancies .container .list li .box .box-2 .date {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .careers .vacancies .container .list li .box .box-2 .date {
    justify-content: flex-start;
    padding: 15px 0 7px;
  }
}
.careers .vacancies .container .list li .box .box-2 .date span {
  font-size: 13px;
  color: rgba(72, 73, 83, 0.5);
  padding-bottom: 23px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.careers .vacancies .container .list li .box .box-2 .apply-share {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: space-between;
}
.careers .vacancies .container .list li .box .box-2 .apply-share .apply {
  padding: 12px 37px;
  background-color: var(--teal-color);
  color: white;
  font-size: 18px;
  line-height: 28px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .careers .vacancies .container .list li .box .box-2 .apply-share .apply {
    display: flex;
    flex: 1;
    justify-content: center;
    padding: 15px 40px;
    font-size: 16px;
  }
}
.careers .vacancies .container .list li .box .box-2 .apply-share .share-job-button {
  padding: 12px 37px;
  background-color: white;
  color: var(--teal-color);
  font-size: 18px;
  line-height: 28px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  border-radius: 10px;
  border: 1px solid var(--teal-color);
  display: flex;
  align-items: center;
  gap: 10px;
}
.careers .vacancies .container .list li .box .box-2 .apply-share .share-job-button img {
  width: 16px;
}
@media (max-width: 768px) {
  .careers .vacancies .container .list li .box .box-2 .apply-share .share-job-button {
    display: flex;
    flex: 1;
    justify-content: center;
    padding: 15px 30px;
    font-size: 16px;
  }
}
.careers .vacancy {
  padding: 60px 0;
}
.careers .vacancy .container .box {
  padding: 36px 30px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 20px rgba(119, 134, 164, 0.2);
  border-radius: 15px;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .careers .vacancy .container .box {
    flex-direction: column;
    align-items: start;
  }
}
.careers .vacancy .container .box .box-1 .title {
  font-size: 28px;
  line-height: 22px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: 500;
  margin: 0;
}
.careers .vacancy .container .box .box-1 .small-desc {
  font-size: 16px;
  line-height: 25px;
  padding: 20px 0;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 768px) {
  .careers .vacancy .container .box .box-1 .small-desc {
    padding: 12px 0 20px;
  }
}
.careers .vacancy .container .box .box-1 .more {
  font-size: 13px;
  line-height: 25px;
  color: var(--teal-color);
  font-family: "Onest", sans-serif;
  font-weight: normal;
  text-decoration: underline;
  display: block;
  background: transparent;
  outline: none;
  border: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  display: none;
}
.careers .vacancy .container .box .box-1 .details {
  display: block;
}
.careers .vacancy .container .box .box-1 .details .details-list {
  display: flex;
  padding-top: 33px;
  gap: 75px;
}
@media (max-width: 992px) {
  .careers .vacancy .container .box .box-1 .details .details-list {
    flex-direction: column;
    gap: 0;
    padding-top: 15px;
  }
}
.careers .vacancy .container .box .box-1 .details .details-list .detail {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 26px;
}
.careers .vacancy .container .box .box-1 .details .details-list .detail:nth-child(1), .careers .vacancy .container .box .box-1 .details .details-list .detail:nth-child(2), .careers .vacancy .container .box .box-1 .details .details-list .detail:nth-child(3), .careers .vacancy .container .box .box-1 .details .details-list .detail:nth-child(4) {
  grid-column: 1; /* These list items go into the first column */
}
.careers .vacancy .container .box .box-1 .details .details-list .detail:nth-child(5), .careers .vacancy .container .box .box-1 .details .details-list .detail:nth-child(6) {
  grid-column: 2; /* These list items go into the second column */
}
.careers .vacancy .container .box .box-1 .details .details-list .detail:nth-child(1) img {
  width: 19.96px;
}
.careers .vacancy .container .box .box-1 .details .details-list .detail:nth-child(2) img {
  width: 21.38px;
}
.careers .vacancy .container .box .box-1 .details .details-list .detail:nth-child(3) img {
  width: 19.47px;
}
.careers .vacancy .container .box .box-1 .details .details-list .detail:nth-child(4) img {
  width: 18.72px;
}
.careers .vacancy .container .box .box-1 .details .details-list .detail:nth-child(5) img {
  width: 14.3px;
}
.careers .vacancy .container .box .box-1 .details .details-list .detail:nth-child(6) img {
  width: 15.98px;
}
.careers .vacancy .container .box .box-1 .details .details-list .detail img {
  position: relative;
  top: 3px;
}
.careers .vacancy .container .box .box-1 .details .details-list .detail span {
  font-size: 13px;
  line-height: 25px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
@media (max-width: 992px) {
  .careers .vacancy .container .box .box-1 .details .details-list .detail span {
    font-size: 14px;
  }
}
.careers .vacancy .container .box .box-1 .details .details-list .detail .bold-text {
  font-family: "Onest", sans-serif;
  font-weight: bold !important;
}
.careers .vacancy .container .box .box-1 .details .details-list .detail p {
  font-size: 13px;
  line-height: 25px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.careers .vacancy .container .box .box-1 .details .details-list .detail ul {
  list-style-type: disc;
  margin-left: 20px; /* Adjust indentation for nested ul */
}
.careers .vacancy .container .box .box-1 .details .details-list .detail ul li {
  font-size: 13px;
  line-height: 25px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.careers .vacancy .container .box .box-1 .details .details-list .detail ul li span {
  font-size: 13px;
  line-height: 25px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.careers .vacancy .container .box .box-1 .details .less {
  padding-top: 10px;
  font-size: 13px;
  line-height: 25px;
  color: var(--teal-color);
  font-family: "Onest", sans-serif;
  font-weight: normal;
  text-decoration: underline;
  display: block;
  background: transparent;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 992px) {
  .careers .vacancy .container .box .box-1 .details .less {
    padding-top: 0px;
  }
}
.careers .vacancy .container .box .box-2 {
  display: block;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .careers .vacancy .container .box .box-2 {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .careers .vacancy .container .box .box-2 {
    width: 100%;
  }
}
.careers .vacancy .container .box .box-2 .date {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .careers .vacancy .container .box .box-2 .date {
    justify-content: flex-start;
    padding: 15px 0 7px;
  }
}
.careers .vacancy .container .box .box-2 .date span {
  font-size: 13px;
  color: rgba(72, 73, 83, 0.5);
  padding-bottom: 23px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.careers .vacancy .container .box .box-2 .apply-share {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: space-between;
}
.careers .vacancy .container .box .box-2 .apply-share .apply {
  padding: 12px 37px;
  background-color: var(--teal-color);
  color: white;
  font-size: 18px;
  line-height: 28px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .careers .vacancy .container .box .box-2 .apply-share .apply {
    display: flex;
    flex: 1;
    justify-content: center;
    padding: 15px 30px;
  }
}
.careers .vacancy .container .box .box-2 .apply-share .share-job-button {
  padding: 12px 37px;
  background-color: white;
  color: var(--teal-color);
  font-size: 18px;
  line-height: 28px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  border-radius: 10px;
  border: 1px solid var(--teal-color);
  display: flex;
  align-items: center;
  gap: 10px;
}
.careers .vacancy .container .box .box-2 .apply-share .share-job-button img {
  width: 16px;
}
@media (max-width: 768px) {
  .careers .vacancy .container .box .box-2 .apply-share .share-job-button {
    display: flex;
    flex: 1;
    justify-content: center;
    padding: 15px 30px;
  }
}
.careers .empty-vacancies {
  padding: 100px 0;
}
.careers .empty-vacancies .container .empty-vacancies-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.careers .empty-vacancies .container .empty-vacancies-content h3 {
  font-size: 40px;
  line-height: 45px;
  font-family: "Onest", sans-serif;
  font-weight: bold;
  color: var(--slate-blue);
  margin: 0;
}
@media (max-width: 768px) {
  .careers .empty-vacancies .container .empty-vacancies-content h3 {
    font-size: 30px;
  }
}
.careers .empty-vacancies .container .empty-vacancies-content p {
  font-size: 40px;
  line-height: 45px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-blue);
  margin: 0;
}
@media (max-width: 768px) {
  .careers .empty-vacancies .container .empty-vacancies-content p {
    font-size: 30px;
  }
}
.careers .apply-job {
  padding: 48px 0;
  background: var(--powder-blue);
}
.careers .apply-job .container .apply-job-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.careers .apply-job .container .apply-job-content h3 {
  font-size: 40px;
  line-height: 70px;
  color: var(--slate-blue);
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .careers .apply-job .container .apply-job-content h3 {
    font-size: 30px;
  }
}
.careers .apply-job .container .apply-job-content .form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.careers .apply-job .container .apply-job-content .form .box select {
  color: var(--slate-gray);
}
.careers .apply-job .container .apply-job-content .form .box input[type=text],
.careers .apply-job .container .apply-job-content .form .box input[type=email] {
  height: 56px;
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  padding: 18px 0 18px 30px;
  margin-bottom: 18px;
  outline: none;
  border: none;
  color: var(--slate-gray);
}
@media (max-width: 768px) {
  .careers .apply-job .container .apply-job-content .form .box input[type=text],
  .careers .apply-job .container .apply-job-content .form .box input[type=email] {
    font-size: 15px;
  }
}
.careers .apply-job .container .apply-job-content .form .box input[type=text]::-moz-placeholder, .careers .apply-job .container .apply-job-content .form .box input[type=email]::-moz-placeholder {
  font-size: 16px;
  line-height: 70px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.careers .apply-job .container .apply-job-content .form .box input[type=text]::placeholder,
.careers .apply-job .container .apply-job-content .form .box input[type=email]::placeholder {
  font-size: 16px;
  line-height: 70px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
@media (max-width: 768px) {
  .careers .apply-job .container .apply-job-content .form .box input[type=text]::-moz-placeholder, .careers .apply-job .container .apply-job-content .form .box input[type=email]::-moz-placeholder {
    font-size: 15px;
  }
  .careers .apply-job .container .apply-job-content .form .box input[type=text]::placeholder,
  .careers .apply-job .container .apply-job-content .form .box input[type=email]::placeholder {
    font-size: 15px;
  }
}
.careers .apply-job .container .apply-job-content .form .box textarea {
  border: none;
  border-radius: 10px;
  padding-top: 18px;
  padding-left: 30px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  outline: none;
  height: 178px;
}
.careers .apply-job .container .apply-job-content .form .box textarea::-moz-placeholder {
  font-size: 16px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.careers .apply-job .container .apply-job-content .form .box textarea::placeholder {
  font-size: 16px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
@media (max-width: 768px) {
  .careers .apply-job .container .apply-job-content .form .box textarea::-moz-placeholder {
    font-size: 15px;
  }
  .careers .apply-job .container .apply-job-content .form .box textarea::placeholder {
    font-size: 15px;
  }
}
.careers .apply-job .container .apply-job-content .form .box.file label {
  cursor: pointer;
  width: 100%;
}
.careers .apply-job .container .apply-job-content .form .box.file label div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  background-color: white;
  padding: 18px 30px;
  margin-bottom: 18px;
  border-radius: 10px;
  width: 100%;
}
.careers .apply-job .container .apply-job-content .form .box.file label div span:first-child {
  font-size: 16px;
  line-height: 20px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-gray);
}
@media (max-width: 768px) {
  .careers .apply-job .container .apply-job-content .form .box.file label div span:first-child {
    font-size: 15px;
  }
}
.careers .apply-job .container .apply-job-content .form .box.file label div span:last-child {
  font-size: 13px;
  line-height: 20px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-blue);
}
.careers .apply-job .container .apply-job-content .form .box.file input[type=file] {
  display: none;
}
.careers .apply-job .container .apply-job-content .form .box.dropdown-main {
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .careers .apply-job .container .apply-job-content .form .box.dropdown-main {
    margin-bottom: 18px;
  }
}
.careers .apply-job .container .apply-job-content .form .box.dropdown-main .dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  height: 56px;
  width: 100%;
  padding: 18px 23px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .careers .apply-job .container .apply-job-content .form .box.dropdown-main .dropdown {
    font-size: 15px;
  }
}
.careers .apply-job .container .apply-job-content .form .box.dropdown-main .dropdown-icon {
  transition: transform 0.3s ease; /* Smooth rotation */
}
.careers .apply-job .container .apply-job-content .form .box.dropdown-main .dropdown-icon.rotate {
  transform: rotate(180deg);
}
.careers .apply-job .container .apply-job-content .form .box.dropdown-main .options {
  padding: 0;
  background-color: white;
  border-radius: 10px;
  height: 0px;
  overflow: hidden;
  position: absolute;
  top: 115%;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
  /* Custom scrollbar container */
  /* Custom scrollbar styling */
}
.careers .apply-job .container .apply-job-content .form .box.dropdown-main .options.active {
  height: 175px;
  padding: 13px 26px 13px 22px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
}
.careers .apply-job .container .apply-job-content .form .box.dropdown-main .options .scroll-container {
  height: 100%;
  overflow-y: scroll; /* Enable scrolling for inner content */
  padding-right: 10px; /* Add space for custom scrollbar */
}
.careers .apply-job .container .apply-job-content .form .box.dropdown-main .options .scroll-container::-webkit-scrollbar {
  width: 6px; /* Custom scrollbar width */
}
.careers .apply-job .container .apply-job-content .form .box.dropdown-main .options .scroll-container::-webkit-scrollbar-track {
  background: rgba(112, 112, 112, 0.3); /* Scrollbar track color */
  border-radius: 5px;
}
.careers .apply-job .container .apply-job-content .form .box.dropdown-main .options .scroll-container::-webkit-scrollbar-thumb {
  background-color: var(--teal-color); /* Scrollbar thumb color */
  border-radius: 10px;
}
.careers .apply-job .container .apply-job-content .form .box.dropdown-main .options .scroll-container::-webkit-scrollbar-thumb:hover {
  background: var(--teal-color); /* Scrollbar hover effect */
}
.careers .apply-job .container .apply-job-content .form .box.dropdown-main .options ul li {
  padding: 10px 7px;
  margin-bottom: 10px;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 20px;
}
.careers .apply-job .container .apply-job-content .form .box.dropdown-main .options ul li.active {
  background-color: var(--powder-blue);
}
.careers .apply-job .container .apply-job-content .form .box.dropdown-main .options ul li .custom-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.careers .apply-job .container .apply-job-content .form .box.dropdown-main .options ul li .custom-checkbox label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  color: var(--slate-gray);
  font-size: 14px;
  line-height: 20px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.careers .apply-job .container .apply-job-content .form .box.dropdown-main .options ul li .custom-checkbox label::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  background-color: white;
  border: 1px solid var(--slate-gray);
  border-radius: 4px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.careers .apply-job .container .apply-job-content .form .box.dropdown-main .options ul li .custom-checkbox label::after {
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  height: 18px;
  width: 18px;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0);
  background-color: var(--teal-color);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 12px;
  color: white;
  border-radius: 4px;
}
.careers .apply-job .container .apply-job-content .form .box.dropdown-main .options ul li .custom-checkbox input[type=checkbox]:checked + label::before {
  border: none;
}
.careers .apply-job .container .apply-job-content .form .box.dropdown-main .options ul li .custom-checkbox input[type=checkbox]:checked + label::after {
  transform: translateY(-50%) scale(1);
}
.careers .apply-job .container .apply-job-content .form .box .btn-submit {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  padding: 18px 34px;
  color: white;
  background-color: var(--teal-color);
  margin-top: 34px;
  border: none;
  outline: none;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .careers .apply-job .container .apply-job-content .form .box .btn-submit {
    font-size: 16px;
  }
}
.careers .apply-job .container .apply-job-content .form .box .btn-submit.disabled-button {
  cursor: not-allowed;
  opacity: 0.6;
}
.careers .wtapp-link {
  position: fixed;
  top: 50%;
  right: 10px;
  width: 81px;
  height: 81px;
  transform: translateY(-50%);
}
.careers .wtapp-link a img {
  width: 100%;
}

.thank-you,
.success {
  height: calc(100vh - 130px);
  width: 100%;
  background: url("../images/thank-you/shutterstock_489028438.jpg");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: relative;
}
@media (max-width: 992px) {
  .thank-you,
  .success {
    height: calc(100vh - 98.89px);
    margin-top: 98.89px;
  }
}
.thank-you::before,
.success::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(5, 68, 87, 0.59);
  z-index: 1;
}
.thank-you .wtapp-link a img,
.success .wtapp-link a img {
  position: absolute;
  right: 139px;
  width: 81px;
  bottom: -45px;
  z-index: 1;
}
@media (max-width: 767px) {
  .thank-you .wtapp-link a img,
  .success .wtapp-link a img {
    right: 20px;
  }
}
.thank-you .container .thank-you-content,
.success .container .thank-you-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .thank-you .container .thank-you-content,
  .success .container .thank-you-content {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.thank-you .container .thank-you-content h2,
.success .container .thank-you-content h2 {
  font-size: 42px;
  line-height: 50px;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .thank-you .container .thank-you-content h2,
  .success .container .thank-you-content h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
.thank-you .container .thank-you-content p,
.success .container .thank-you-content p {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}
.thank-you .container .thank-you-content a,
.success .container .thank-you-content a {
  text-decoration: underline;
  color: var(--teal-color);
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
}

.our-team .our-team-head {
  position: relative;
}
.our-team .our-team-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 85px;
  background-color: var(--slate-blue);
  z-index: 1;
  width: calc((100vw - 1140px) / 2 + 12px);
}
@media (min-width: 2000px) {
  .our-team .our-team-head::before {
    width: 490px;
  }
}
@media (max-width: 1200px) {
  .our-team .our-team-head::before {
    width: calc((100vw - 960px) / 2 + 12px);
  }
}
@media (max-width: 992px) {
  .our-team .our-team-head::before {
    width: calc((100vw - 720px) / 2 + 12px);
    top: 98.89px;
  }
}
@media (max-width: 768px) {
  .our-team .our-team-head::before {
    width: calc((100vw - 540px) / 2 + 12px);
  }
}
@media (max-width: 576px) {
  .our-team .our-team-head::before {
    width: 20px;
  }
}
.our-team .our-team-head .container .our-team-head-content .box .page-title {
  width: 490px;
  height: 85px;
  background-color: var(--slate-blue);
  color: white;
  display: flex;
  align-items: center;
  border-radius: 0 15px 15px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .our-team .our-team-head .container .our-team-head-content .box .page-title {
    width: 350px;
  }
}
@media (max-width: 992px) {
  .our-team .our-team-head .container .our-team-head-content .box .page-title {
    width: 221px;
    margin-top: 98.89px;
  }
}
.our-team .our-team-head .container .our-team-head-content .box .page-title h1 {
  font-size: 40px;
  line-height: 70px;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin: 0;
}
@media (max-width: 992px) {
  .our-team .our-team-head .container .our-team-head-content .box .page-title h1 {
    font-size: 30px;
  }
}
.our-team .our-team-head .container .our-team-head-content .box .introduction {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .our-team .our-team-head .container .our-team-head-content .box .introduction {
    padding: 40px 0;
  }
}
.our-team .our-team-head .container .our-team-head-content .box .introduction .image-mob {
  position: relative;
  display: none;
}
@media (max-width: 992px) {
  .our-team .our-team-head .container .our-team-head-content .box .introduction .image-mob {
    display: block;
    margin-bottom: 30px;
  }
}
.our-team .our-team-head .container .our-team-head-content .box .introduction .image-mob img {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .our-team .our-team-head .container .our-team-head-content .box .introduction .image-mob img {
    height: 337px;
  }
}
.our-team .our-team-head .container .our-team-head-content .box .introduction .title {
  font-size: 40px;
  line-height: 42px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: bold;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .our-team .our-team-head .container .our-team-head-content .box .introduction .title {
    font-size: 30px;
    line-height: 35px;
  }
}
.our-team .our-team-head .container .our-team-head-content .box .introduction .parag-1 {
  font-size: 22px;
  line-height: 25px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .our-team .our-team-head .container .our-team-head-content .box .introduction .parag-1 {
    font-size: 18px;
    line-height: 25px;
  }
}
.our-team .our-team-head .container .our-team-head-content .box .introduction .parag-2 {
  font-size: 16px;
  line-height: 22px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .our-team .our-team-head .container .our-team-head-content .box .introduction .parag-2 {
    font-size: 15px;
    line-height: 20px;
  }
}
.our-team .our-team-head .container .our-team-head-content .box .introduction a {
  font-size: 18px;
  line-height: 28px;
  color: white;
  background-color: var(--teal-color);
  padding: 18px 30px;
  border-radius: 10px;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  display: inline-block;
}
.our-team .our-team-head .container .our-team-head-content .box .image {
  position: relative;
}
@media (max-width: 992px) {
  .our-team .our-team-head .container .our-team-head-content .box .image {
    display: none;
  }
}
.our-team .our-team-head .container .our-team-head-content .box .image img {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 530px;
}
.our-team .image-slide {
  padding: 50px 0 60px;
}
.our-team .image-slide .image {
  position: relative;
}
.our-team .image-slide .image::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--powder-blue);
  opacity: 0.2;
}
.our-team .image-slide .image img {
  width: 100%;
}
@media (max-width: 768px) {
  .our-team .image-slide .image img {
    height: 495px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.our-team .meet-the-team {
  margin-bottom: 34px;
}
.our-team .meet-the-team .container .meet-the-team-content h3 {
  font-size: 40px;
  line-height: 42px;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  color: var(--slate-blue);
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .our-team .meet-the-team .container .meet-the-team-content h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
.our-team .meet-the-team .container .meet-the-team-content .box {
  margin-bottom: 36px;
}
.our-team .meet-the-team .container .meet-the-team-content .box .box-1 {
  position: relative;
  margin-bottom: 13px;
}
.our-team .meet-the-team .container .meet-the-team-content .box .box-1 .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 20px 20px;
  height: 263px;
}
.our-team .meet-the-team .container .meet-the-team-content .box .box-1 .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: var(--teal-color);
  color: white;
  display: flex;
  align-items: center;
  border-radius: 0 0 20px 20px;
  transition: all 0.3s ease;
}
.our-team .meet-the-team .container .meet-the-team-content .box .box-1 .info span {
  font-size: 16px;
  line-height: 22px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  transform: translateY(2px);
  opacity: 0;
  visibility: hidden;
  padding: 38px;
}
.our-team .meet-the-team .container .meet-the-team-content .box .box-1:hover .info {
  height: 100%;
  overflow: hidden;
}
.our-team .meet-the-team .container .meet-the-team-content .box .box-1:hover .info span {
  opacity: 1;
  visibility: visible;
}
.our-team .meet-the-team .container .meet-the-team-content .box .box-2 h4 {
  font-size: 22px;
  line-height: 24px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: bold;
  color: var(--slate-blue);
  margin: 0;
}
.our-team .meet-the-team .container .meet-the-team-content .box .box-2 p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: #949599;
}

.contact-us .contact-us-head {
  position: relative;
}
.contact-us .contact-us-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 85px;
  background-color: var(--slate-blue);
  z-index: 1;
  width: calc((100vw - 1140px) / 2 + 12px);
}
@media (min-width: 2000px) {
  .contact-us .contact-us-head::before {
    width: 490px;
  }
}
@media (max-width: 1200px) {
  .contact-us .contact-us-head::before {
    width: calc((100vw - 960px) / 2 + 12px);
  }
}
@media (max-width: 992px) {
  .contact-us .contact-us-head::before {
    width: calc((100vw - 720px) / 2 + 12px);
    top: 98.89px;
  }
}
@media (max-width: 768px) {
  .contact-us .contact-us-head::before {
    width: calc((100vw - 540px) / 2 + 12px);
  }
}
@media (max-width: 576px) {
  .contact-us .contact-us-head::before {
    width: 20px;
  }
}
.contact-us .contact-us-head .container .contact-us-head-content .box .page-title {
  width: 490px;
  height: 85px;
  background-color: var(--slate-blue);
  color: white;
  display: flex;
  align-items: center;
  border-radius: 0 15px 15px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .contact-us .contact-us-head .container .contact-us-head-content .box .page-title {
    width: 350px;
  }
}
@media (max-width: 992px) {
  .contact-us .contact-us-head .container .contact-us-head-content .box .page-title {
    width: 221px;
    margin-top: 98.89px;
  }
}
.contact-us .contact-us-head .container .contact-us-head-content .box .page-title h1 {
  font-size: 40px;
  line-height: 70px;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin: 0;
}
@media (max-width: 992px) {
  .contact-us .contact-us-head .container .contact-us-head-content .box .page-title h1 {
    font-size: 30px;
  }
}
.contact-us .contact-us-head .container .contact-us-head-content .box .introduction {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .contact-us .contact-us-head .container .contact-us-head-content .box .introduction {
    padding: 40px 0;
  }
}
.contact-us .contact-us-head .container .contact-us-head-content .box .introduction .image-mob {
  position: relative;
  display: none;
}
@media (max-width: 992px) {
  .contact-us .contact-us-head .container .contact-us-head-content .box .introduction .image-mob {
    display: block;
    margin-bottom: 30px;
  }
}
.contact-us .contact-us-head .container .contact-us-head-content .box .introduction .image-mob img {
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .contact-us .contact-us-head .container .contact-us-head-content .box .introduction .image-mob img {
    height: 337px;
  }
}
.contact-us .contact-us-head .container .contact-us-head-content .box .introduction .box {
  margin-bottom: 26px;
}
.contact-us .contact-us-head .container .contact-us-head-content .box .introduction .box .box-content {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 992px) {
  .contact-us .contact-us-head .container .contact-us-head-content .box .introduction .box .box-content {
    gap: 20px;
  }
}
.contact-us .contact-us-head .container .contact-us-head-content .box .introduction .box .box-content .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--slate-blue);
  border-radius: 10px;
  height: 92px;
  width: 92px;
}
@media (max-width: 992px) {
  .contact-us .contact-us-head .container .contact-us-head-content .box .introduction .box .box-content .icon {
    width: 74px;
    height: 74px;
  }
}
.contact-us .contact-us-head .container .contact-us-head-content .box .introduction .box .box-content .info p {
  font-size: 26px;
  line-height: 33px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  color: var(--slate-blue);
  margin-bottom: 7px;
}
@media (max-width: 992px) {
  .contact-us .contact-us-head .container .contact-us-head-content .box .introduction .box .box-content .info p {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
.contact-us .contact-us-head .container .contact-us-head-content .box .introduction .box .box-content .info ul.list-numbers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 992px) {
  .contact-us .contact-us-head .container .contact-us-head-content .box .introduction .box .box-content .info ul.list-numbers {
    grid-template-columns: 1fr;
  }
}
.contact-us .contact-us-head .container .contact-us-head-content .box .introduction .box .box-content .info ul li span {
  font-size: 15px;
  line-height: 20px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-gray);
}
.contact-us .contact-us-head .container .contact-us-head-content .box .image {
  position: relative;
}
@media (max-width: 992px) {
  .contact-us .contact-us-head .container .contact-us-head-content .box .image {
    display: none;
  }
}
.contact-us .contact-us-head .container .contact-us-head-content .box .image img {
  width: 100%;
  border-radius: 20px;
  height: 530px;
}
.contact-us .have-questions {
  padding: 60px 0;
  background-color: var(--powder-blue);
}
@media (min-width: 992px) {
  .contact-us .have-questions .container .have-questions-content {
    padding: 0 80px;
  }
}
.contact-us .have-questions .container .have-questions-content .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .contact-us .have-questions .container .have-questions-content .title {
    margin-bottom: 32px;
  }
}
.contact-us .have-questions .container .have-questions-content .title h2 {
  font-size: 42px;
  line-height: 30px;
  color: var(--slate-blue);
  font-family: "Playfair Display", serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .contact-us .have-questions .container .have-questions-content .title h2 {
    font-size: 30px;
  }
}
.contact-us .have-questions .container .have-questions-content .title p {
  font-size: 18px;
  line-height: 24px;
  color: var(--teal-color);
  font-family: "Onest", sans-serif;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
}
.contact-us .have-questions .container .have-questions-content .box-1 {
  display: flex;
}
.contact-us .have-questions .container .have-questions-content .box-1 .box-content {
  width: 100%;
}
.contact-us .have-questions .container .have-questions-content .box-1 .box-content iframe {
  border-radius: 10px;
}
@media (min-width: 992px) {
  .contact-us .have-questions .container .have-questions-content .box-1 .box-content iframe {
    height: 100%;
  }
}
@media (max-width: 992px) {
  .contact-us .have-questions .container .have-questions-content .box-1 .box-content iframe {
    margin-bottom: 22px;
  }
}
.contact-us .have-questions .container .have-questions-content .box-2 input[type=text],
.contact-us .have-questions .container .have-questions-content .box-2 input[type=email] {
  background-color: white;
  padding-left: 30px;
  width: 100%;
  height: 56px;
  border-radius: 10px;
  outline: none;
  border: none;
  margin-bottom: 22px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.contact-us .have-questions .container .have-questions-content .box-2 input[type=text]::-moz-placeholder, .contact-us .have-questions .container .have-questions-content .box-2 input[type=email]::-moz-placeholder {
  font-size: 16px;
  line-height: 70px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.contact-us .have-questions .container .have-questions-content .box-2 input[type=text]::placeholder,
.contact-us .have-questions .container .have-questions-content .box-2 input[type=email]::placeholder {
  font-size: 16px;
  line-height: 70px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.contact-us .have-questions .container .have-questions-content .box-2 textarea {
  height: 200px;
  padding-top: 20px;
  background-color: white;
  padding-left: 30px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  border-radius: 10px;
  outline: none;
  border: none;
  margin-bottom: 35px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  width: 100%;
}
.contact-us .have-questions .container .have-questions-content .box-2 textarea::-moz-placeholder {
  font-size: 16px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.contact-us .have-questions .container .have-questions-content .box-2 textarea::placeholder {
  font-size: 16px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
@media (max-width: 768px) {
  .contact-us .have-questions .container .have-questions-content .box-2 .btn-submit {
    display: flex;
    justify-content: center;
  }
}
.contact-us .have-questions .container .have-questions-content .box-2 .btn-submit button {
  background-color: var(--teal-color);
  color: white;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 45px;
  border: none;
  outline: none;
  font-family: "Onest", sans-serif;
  font-weight: 500;
}
@media (max-width: 992px) {
  .contact-us .have-questions .container .have-questions-content .box-2 .btn-submit button {
    padding: 15px 25px;
  }
}
.contact-us .have-questions .container .have-questions-content .box-2 .btn-submit button.disabled-button {
  cursor: not-allowed;
  opacity: 0.6;
}
.contact-us .our-news-letter {
  padding: 40px 0 67px;
}
.contact-us .our-news-letter .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.contact-us .our-news-letter .container p {
  color: var(--teal-color);
  font-size: 16px;
  line-height: 24px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 992px) {
  .contact-us .our-news-letter .container p {
    margin-bottom: 5px;
  }
}
.contact-us .our-news-letter .container h2 {
  margin-bottom: 25px;
  font-size: 42px;
  line-height: 30px;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  color: var(--slate-blue);
  text-align: center;
}
@media (max-width: 768px) {
  .contact-us .our-news-letter .container h2 {
    font-size: 30px;
  }
}
.contact-us .our-news-letter .container form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
@media (max-width: 768px) {
  .contact-us .our-news-letter .container form {
    flex-direction: column;
  }
}
.contact-us .our-news-letter .container form input {
  height: 56px;
  background-color: white;
  border-radius: 10px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  padding-left: 16px;
  width: 386px;
  max-width: 100%;
  outline: none;
  border-color: var(--slate-gray);
}
@media (max-width: 768px) {
  .contact-us .our-news-letter .container form input {
    margin-bottom: 16px;
  }
}
.contact-us .our-news-letter .container form input::-moz-placeholder {
  font-size: 16px;
  line-height: 70px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.contact-us .our-news-letter .container form input::placeholder {
  font-size: 16px;
  line-height: 70px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.contact-us .our-news-letter .container form button {
  padding: 15px 26px;
  background-color: var(--teal-color);
  color: white;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  outline: none;
}
.contact-us .our-news-letter .container form button.disabled-button {
  cursor: not-allowed;
  opacity: 0.6;
}

.faq .faq-head {
  position: relative;
}
.faq .faq-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 85px;
  background-color: var(--slate-blue);
  z-index: 1;
  width: calc((100vw - 1140px) / 2 + 12px);
}
@media (min-width: 2000px) {
  .faq .faq-head::before {
    width: 490px;
  }
}
@media (max-width: 1200px) {
  .faq .faq-head::before {
    width: calc((100vw - 960px) / 2 + 12px);
  }
}
@media (max-width: 992px) {
  .faq .faq-head::before {
    width: calc((100vw - 720px) / 2 + 12px);
    top: 98.89px;
  }
}
@media (max-width: 768px) {
  .faq .faq-head::before {
    width: calc((100vw - 540px) / 2 + 12px);
  }
}
@media (max-width: 576px) {
  .faq .faq-head::before {
    width: 20px;
  }
}
.faq .faq-head .container .head-page {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media (max-width: 992px) {
  .faq .faq-head .container .head-page {
    flex-direction: column;
    align-items: start;
  }
}
.faq .faq-head .container .head-page .page-title {
  width: 240px;
  height: 85px;
  background-color: var(--slate-blue);
  color: white;
  display: flex;
  align-items: center;
  border-radius: 0 15px 15px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .faq .faq-head .container .head-page .page-title {
    width: 221px;
  }
}
@media (max-width: 992px) {
  .faq .faq-head .container .head-page .page-title {
    width: 153px;
    margin-top: 98.89px;
  }
}
.faq .faq-head .container .head-page .page-title h1 {
  font-size: 40px;
  line-height: 70px;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin: 0;
}
@media (max-width: 992px) {
  .faq .faq-head .container .head-page .page-title h1 {
    font-size: 30px;
  }
}
.faq .faq-head .container .head-page .info {
  margin: 0;
}
.faq .faq-head .container .head-page .info span {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.faq .faq-list {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .faq .faq-list {
    padding-bottom: 40px;
  }
}
.faq .faq-list h2 {
  font-size: 40px;
  line-height: 45px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: bold;
  margin: 58px 0 50px;
}
@media (max-width: 992px) {
  .faq .faq-list h2 {
    font-size: 30px;
  }
}
.faq .faq-list .empty-faqs {
  padding: 100px 0;
}
.faq .faq-list .empty-faqs .container .empty-faqs-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.faq .faq-list .empty-faqs .container .empty-faqs-content h3 {
  font-size: 40px;
  line-height: 45px;
  font-family: "Onest", sans-serif;
  font-weight: bold;
  color: var(--slate-blue);
  margin: 0;
}
@media (max-width: 768px) {
  .faq .faq-list .empty-faqs .container .empty-faqs-content h3 {
    font-size: 30px;
  }
}
.faq .faq-list ul li .quest {
  box-shadow: 0 0 20px rgba(119, 134, 164, 0.2);
  margin-bottom: 12px;
  background-color: white;
  padding: 30px 30px 23px 30px;
  border-radius: 22px;
}
.faq .faq-list ul li .quest.active {
  background-color: var(--powder-blue);
}
.faq .faq-list ul li .quest .quest-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.faq .faq-list ul li .quest .quest-head .icon {
  transition: transform 0.3s ease; /* Smooth rotation */
}
.faq .faq-list ul li .quest .quest-head .icon.rotate {
  transform: rotate(180deg);
}
.faq .faq-list ul li .quest .quest-head span {
  font-size: 25px;
  line-height: 22px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: 600;
}
@media (max-width: 992px) {
  .faq .faq-list ul li .quest .quest-head span {
    font-size: 18px;
  }
}
.faq .faq-list ul li .quest .answer {
  margin-top: 13px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 25px;
  color: var(--slate-blue);
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .faq .faq-list ul li .quest .answer {
    font-size: 15px;
  }
}
.faq .faq-list ul li .quest .answer b {
  font-weight: 600;
}
.faq .faq-list ul li .quest .answer.active {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.faq .have-questions {
  padding: 60px 0;
  background-color: var(--powder-blue);
}
@media (max-width: 992px) {
  .faq .have-questions {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .faq .have-questions .container .have-questions-content {
    padding: 0 80px;
  }
}
.faq .have-questions .container .have-questions-content .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .faq .have-questions .container .have-questions-content .title {
    margin-bottom: 32px;
  }
}
.faq .have-questions .container .have-questions-content .title h2 {
  font-size: 42px;
  line-height: 30px;
  color: var(--slate-blue);
  font-family: "Playfair Display", serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .faq .have-questions .container .have-questions-content .title h2 {
    font-size: 30px;
  }
}
.faq .have-questions .container .have-questions-content .title p {
  font-size: 18px;
  line-height: 24px;
  color: var(--teal-color);
  font-family: "Onest", sans-serif;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
}
.faq .have-questions .container .have-questions-content .box-1 {
  display: flex;
}
@media (max-width: 992px) {
  .faq .have-questions .container .have-questions-content .box-1 .box-content {
    width: 100%;
  }
}
.faq .have-questions .container .have-questions-content .box-1 .box-content img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .faq .have-questions .container .have-questions-content .box-1 .box-content img {
    height: 530px;
  }
}
@media (max-width: 992px) {
  .faq .have-questions .container .have-questions-content .box-1 .box-content img {
    margin-bottom: 22px;
    height: 330px;
  }
}
.faq .have-questions .container .have-questions-content .box-2 input[type=text],
.faq .have-questions .container .have-questions-content .box-2 input[type=email] {
  background-color: white;
  padding-left: 30px;
  width: 100%;
  height: 56px;
  border-radius: 10px;
  outline: none;
  border: none;
  margin-bottom: 22px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.faq .have-questions .container .have-questions-content .box-2 input[type=text]::-moz-placeholder, .faq .have-questions .container .have-questions-content .box-2 input[type=email]::-moz-placeholder {
  font-size: 16px;
  line-height: 70px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.faq .have-questions .container .have-questions-content .box-2 input[type=text]::placeholder,
.faq .have-questions .container .have-questions-content .box-2 input[type=email]::placeholder {
  font-size: 16px;
  line-height: 70px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.faq .have-questions .container .have-questions-content .box-2 textarea {
  height: 200px;
  padding-top: 20px;
  background-color: white;
  padding-left: 30px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  border-radius: 10px;
  outline: none;
  border: none;
  margin-bottom: 35px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  width: 100%;
}
.faq .have-questions .container .have-questions-content .box-2 textarea::-moz-placeholder {
  font-size: 16px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.faq .have-questions .container .have-questions-content .box-2 textarea::placeholder {
  font-size: 16px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
@media (max-width: 768px) {
  .faq .have-questions .container .have-questions-content .box-2 .btn-submit {
    display: flex;
    justify-content: center;
  }
}
.faq .have-questions .container .have-questions-content .box-2 .btn-submit button {
  background-color: var(--teal-color);
  color: white;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 45px;
  border: none;
  outline: none;
  font-family: "Onest", sans-serif;
  font-weight: 500;
}
@media (max-width: 992px) {
  .faq .have-questions .container .have-questions-content .box-2 .btn-submit button {
    padding: 15px 25px;
  }
}
.faq .have-questions .container .have-questions-content .box-2 .btn-submit button.disabled-button {
  cursor: not-allowed;
  opacity: 0.6;
}

.our-core-values .core-values-head {
  position: relative;
}
.our-core-values .core-values-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 85px;
  background-color: var(--slate-blue);
  z-index: 1;
  width: calc((100vw - 1140px) / 2 + 12px);
}
@media (min-width: 2000px) {
  .our-core-values .core-values-head::before {
    width: 490px;
  }
}
@media (max-width: 1200px) {
  .our-core-values .core-values-head::before {
    width: calc((100vw - 960px) / 2 + 12px);
  }
}
@media (max-width: 992px) {
  .our-core-values .core-values-head::before {
    width: calc((100vw - 720px) / 2 + 12px);
    top: 98.89px;
  }
}
@media (max-width: 768px) {
  .our-core-values .core-values-head::before {
    width: calc((100vw - 540px) / 2 + 12px);
  }
}
@media (max-width: 576px) {
  .our-core-values .core-values-head::before {
    width: 20px;
  }
}
.our-core-values .core-values-head .container .core-values-head-content .box .page-title {
  width: 490px;
  height: 85px;
  background-color: var(--slate-blue);
  color: white;
  display: flex;
  align-items: center;
  border-radius: 0 15px 15px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .our-core-values .core-values-head .container .core-values-head-content .box .page-title {
    width: 350px;
  }
}
@media (max-width: 992px) {
  .our-core-values .core-values-head .container .core-values-head-content .box .page-title {
    width: 300px;
    max-width: 100%;
    margin-top: 98.89px;
  }
}
.our-core-values .core-values-head .container .core-values-head-content .box .page-title h1 {
  font-size: 40px;
  line-height: 70px;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin: 0;
}
@media (max-width: 992px) {
  .our-core-values .core-values-head .container .core-values-head-content .box .page-title h1 {
    font-size: 30px;
  }
}
.our-core-values .core-values-head .container .core-values-head-content .box .introduction {
  padding: 83px 0 0;
}
@media (max-width: 992px) {
  .our-core-values .core-values-head .container .core-values-head-content .box .introduction {
    padding: 40px 0;
  }
}
.our-core-values .core-values-head .container .core-values-head-content .box .introduction .image-mob {
  position: relative;
  display: none;
}
@media (max-width: 992px) {
  .our-core-values .core-values-head .container .core-values-head-content .box .introduction .image-mob {
    display: block;
    margin-bottom: 30px;
  }
}
.our-core-values .core-values-head .container .core-values-head-content .box .introduction .image-mob img {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .our-core-values .core-values-head .container .core-values-head-content .box .introduction .image-mob img {
    height: 337px;
  }
}
.our-core-values .core-values-head .container .core-values-head-content .box .introduction .title {
  font-size: 40px;
  line-height: 42px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: bold;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .our-core-values .core-values-head .container .core-values-head-content .box .introduction .title {
    font-size: 30px;
    line-height: 35px;
  }
}
.our-core-values .core-values-head .container .core-values-head-content .box .introduction .parag-1 {
  font-size: 22px;
  line-height: 25px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .our-core-values .core-values-head .container .core-values-head-content .box .introduction .parag-1 {
    font-size: 18px;
    line-height: 25px;
  }
}
.our-core-values .core-values-head .container .core-values-head-content .box .introduction .parag-2 {
  font-size: 16px;
  line-height: 22px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .our-core-values .core-values-head .container .core-values-head-content .box .introduction .parag-2 {
    font-size: 15px;
    line-height: 20px;
  }
}
.our-core-values .core-values-head .container .core-values-head-content .box .introduction a {
  font-size: 18px;
  line-height: 28px;
  color: white;
  background-color: var(--teal-color);
  padding: 18px 30px;
  border-radius: 10px;
  display: inline-block;
  font-family: "Onest", sans-serif;
  font-weight: 600;
}
@media (max-width: 992px) {
  .our-core-values .core-values-head .container .core-values-head-content .box .introduction a {
    display: block;
    text-align: center;
    font-size: 16px;
  }
}
.our-core-values .core-values-head .container .core-values-head-content .box .image {
  position: relative;
}
@media (max-width: 992px) {
  .our-core-values .core-values-head .container .core-values-head-content .box .image {
    display: none;
  }
}
.our-core-values .core-values-head .container .core-values-head-content .box .image img {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 526px;
}
.our-core-values .list-core-values {
  padding: 80px 0;
  background-color: var(--powder-blue);
  margin-top: 70px;
}
@media (max-width: 992px) {
  .our-core-values .list-core-values {
    margin-top: 0;
    padding: 40px 0;
  }
}
.our-core-values .list-core-values .container ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 100px;
}
@media (max-width: 992px) {
  .our-core-values .list-core-values .container ul {
    row-gap: 40px;
  }
}
.our-core-values .list-core-values .container ul li {
  width: 46%;
}
@media (max-width: 992px) {
  .our-core-values .list-core-values .container ul li {
    width: 100%;
  }
}
.our-core-values .list-core-values .container ul li .box {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 992px) {
  .our-core-values .list-core-values .container ul li .box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
.our-core-values .list-core-values .container ul li .box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--slate-blue);
  border-radius: 10px;
  height: 92px;
  width: 92px;
}
@media (max-width: 992px) {
  .our-core-values .list-core-values .container ul li .box .icon {
    width: 74px;
    height: 74px;
  }
}
@media (max-width: 992px) {
  .our-core-values .list-core-values .container ul li .box .info {
    text-align: center;
  }
}
.our-core-values .list-core-values .container ul li .box .info h3 {
  font-size: 28px;
  line-height: 40px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  color: var(--slate-blue);
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .our-core-values .list-core-values .container ul li .box .info h3 {
    font-size: 22px;
    margin-bottom: 0;
  }
}
.our-core-values .list-core-values .container ul li .box .info p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
@media (max-width: 992px) {
  .our-core-values .list-core-values .container ul li .box .info p {
    font-size: 15px;
  }
}

.our-story-page .our-story-head {
  position: relative;
}
.our-story-page .our-story-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 85px;
  background-color: var(--slate-blue);
  z-index: 1;
  width: calc((100vw - 1140px) / 2 + 12px);
}
@media (min-width: 2000px) {
  .our-story-page .our-story-head::before {
    width: 490px;
  }
}
@media (max-width: 1200px) {
  .our-story-page .our-story-head::before {
    width: calc((100vw - 960px) / 2 + 12px);
  }
}
@media (max-width: 992px) {
  .our-story-page .our-story-head::before {
    width: calc((100vw - 720px) / 2 + 12px);
    top: 98.89px;
  }
}
@media (max-width: 768px) {
  .our-story-page .our-story-head::before {
    width: calc((100vw - 540px) / 2 + 12px);
  }
}
@media (max-width: 576px) {
  .our-story-page .our-story-head::before {
    width: 20px;
  }
}
.our-story-page .our-story-head .container .head-page {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media (max-width: 992px) {
  .our-story-page .our-story-head .container .head-page {
    flex-direction: column;
    align-items: start;
  }
}
.our-story-page .our-story-head .container .head-page .page-title {
  width: 240px;
  height: 85px;
  background-color: var(--slate-blue);
  color: white;
  display: flex;
  align-items: center;
  border-radius: 0 15px 15px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .our-story-page .our-story-head .container .head-page .page-title {
    width: 221px;
  }
}
@media (max-width: 992px) {
  .our-story-page .our-story-head .container .head-page .page-title {
    width: 240px;
    margin-top: 98.89px;
  }
}
.our-story-page .our-story-head .container .head-page .page-title h1 {
  font-size: 40px;
  line-height: 70px;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin: 0;
}
@media (max-width: 992px) {
  .our-story-page .our-story-head .container .head-page .page-title h1 {
    font-size: 30px;
  }
}
.our-story-page .our-story-head .container .head-page .info {
  margin: 0;
}
.our-story-page .our-story-head .container .head-page .info span {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.our-story-page .story-list .container h2 {
  font-size: 40px;
  line-height: 50px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: bold;
  margin: 80px 0 70px;
}
@media (max-width: 992px) {
  .our-story-page .story-list .container h2 {
    margin: 40px 0;
    font-size: 30px;
  }
}
.our-story-page .story-list .container .story-list-content .story {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 991px) {
  .our-story-page .story-list .container .story-list-content .story {
    gap: 10px;
  }
}
.our-story-page .story-list .container .story-list-content .story .box-2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  gap: 70px;
}
@media (max-width: 992px) {
  .our-story-page .story-list .container .story-list-content .story .box-2 {
    flex-direction: column;
    gap: 0;
  }
}
.our-story-page .story-list .container .story-list-content .story .box-2 .image {
  width: calc(100% - 35px);
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .our-story-page .story-list .container .story-list-content .story .box-2 .image {
    padding-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .our-story-page .story-list .container .story-list-content .story .box-2 .image {
    width: 100%;
    order: -1;
  }
}
.our-story-page .story-list .container .story-list-content .story .box-2 .image img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.our-story-page .story-list .container .story-list-content .story .box-2 .text {
  width: calc(100% - 35px);
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .our-story-page .story-list .container .story-list-content .story .box-2 .text {
    width: 100%;
    padding-bottom: 50px;
  }
}
.our-story-page .story-list .container .story-list-content .story .box-2 .text p {
  font-size: 16px;
  line-height: 24px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif !important;
  font-weight: normal;
  margin-bottom: 0;
  text-align: unset !important;
}
@media (max-width: 992px) {
  .our-story-page .story-list .container .story-list-content .story .box-2 .text p {
    font-size: 15px;
  }
}
.our-story-page .story-list .container .story-list-content .story .box-2 .text p.parag-1 {
  margin-bottom: 18px;
}
.our-story-page .story-list .container .story-list-content .story .box-2 .text p font {
  font-size: 16px !important;
  line-height: 24px !important;
  color: var(--slate-gray) !important;
  font-family: "Onest", sans-serif !important;
  font-weight: normal !important;
  text-align: unset !important;
}
.our-story-page .story-list .container .story-list-content .story .box-2 .text p font span {
  line-height: 24px !important;
}
.our-story-page .story-list .container .story-list-content .story .box-2 .text p span b {
  font-family: "Onest", sans-serif;
  font-weight: 500 !important;
  color: var(--slate-gray) !important;
  font-size: 22px !important;
  line-height: 27px !important;
}
@media (max-width: 992px) {
  .our-story-page .story-list .container .story-list-content .story .box-2 .text p span b {
    font-size: 18px;
  }
}
.our-story-page .story-list .container .story-list-content .story .box-2 .text p b {
  font-family: "Onest", sans-serif;
  font-weight: 500 !important;
  color: var(--slate-gray) !important;
  font-size: 22px !important;
  line-height: 27px !important;
}
@media (max-width: 992px) {
  .our-story-page .story-list .container .story-list-content .story .box-2 .text p b {
    font-size: 18px;
  }
}
.our-story-page .story-list .container .story-list-content .story .box-2 .text p:last-child {
  margin-bottom: 0;
}
.our-story-page .story-list .container .story-list-content .story .number {
  position: relative;
}
.our-story-page .story-list .container .story-list-content .story .number span {
  background-color: var(--teal-color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.our-story-page .story-list .container .story-list-content .story .number::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 2px;
  background-color: var(--teal-color);
}
@media (max-width: 992px) {
  .our-story-page .story-list .container .story-list-content .story .number.number-1 {
    display: block;
  }
}
@media (min-width: 992px) {
  .our-story-page .story-list .container .story-list-content .story .number.number-1 {
    display: none;
  }
}
@media (max-width: 992px) {
  .our-story-page .story-list .container .story-list-content .story .number.number-2 {
    display: none;
  }
}
@media (min-width: 992px) {
  .our-story-page .story-list .container .story-list-content .story .number.number-2 {
    display: block;
  }
}
.our-story-page .story-list .container .story-list-content .story:last-child .number::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  width: 0;
  background-color: transparent;
}
.our-story-page .story-list .container .story-list-content .story:last-child .box-2 .image {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .our-story-page .story-list .container .story-list-content .story:last-child .box-2 .image {
    padding-bottom: 20px;
  }
}
.our-story-page .story-list .container .story-list-content .story:last-child .box-2 .text {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .our-story-page .story-list .container .story-list-content .story:last-child .box-2 .text {
    width: 100%;
    padding-bottom: 50px;
  }
}
.our-story-page .story-list .container .link div {
  margin-bottom: 40px;
}
.our-story-page .story-list .container .link div a {
  padding: 18px 40px;
  background-color: var(--teal-color);
  color: white;
  font-size: 18px;
  line-height: 28px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .our-story-page .story-list .container .link div a {
    font-size: 16px;
  }
}

.our-brands .our-brands-head {
  position: relative;
}
.our-brands .our-brands-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 85px;
  background-color: var(--slate-blue);
  z-index: 1;
  width: calc((100vw - 1140px) / 2 + 12px);
}
@media (min-width: 2000px) {
  .our-brands .our-brands-head::before {
    width: 490px;
  }
}
@media (max-width: 1200px) {
  .our-brands .our-brands-head::before {
    width: calc((100vw - 960px) / 2 + 12px);
  }
}
@media (max-width: 992px) {
  .our-brands .our-brands-head::before {
    width: calc((100vw - 720px) / 2 + 12px);
    top: 98.89px;
  }
}
@media (max-width: 768px) {
  .our-brands .our-brands-head::before {
    width: calc((100vw - 540px) / 2 + 12px);
  }
}
@media (max-width: 576px) {
  .our-brands .our-brands-head::before {
    width: 20px;
  }
}
.our-brands .our-brands-head .container .our-brands-head-content .box.box-1 .page-title {
  width: 490px;
  height: 85px;
  background-color: var(--slate-blue);
  color: white;
  display: flex;
  align-items: center;
  border-radius: 0 15px 15px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .our-brands .our-brands-head .container .our-brands-head-content .box.box-1 .page-title {
    width: 350px;
  }
}
@media (max-width: 992px) {
  .our-brands .our-brands-head .container .our-brands-head-content .box.box-1 .page-title {
    width: 240px;
    max-width: 100%;
    margin-top: 98.89px;
  }
}
.our-brands .our-brands-head .container .our-brands-head-content .box.box-1 .page-title h1 {
  font-size: 40px;
  line-height: 70px;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin: 0;
}
@media (max-width: 992px) {
  .our-brands .our-brands-head .container .our-brands-head-content .box.box-1 .page-title h1 {
    font-size: 30px;
  }
}
.our-brands .our-brands-head .container .our-brands-head-content .box.box-1 .introduction {
  padding: 55px 0 0;
}
@media (max-width: 992px) {
  .our-brands .our-brands-head .container .our-brands-head-content .box.box-1 .introduction {
    padding: 40px 0;
  }
}
.our-brands .our-brands-head .container .our-brands-head-content .box.box-1 .introduction .image-mob-box {
  position: relative;
  display: none;
}
@media (max-width: 992px) {
  .our-brands .our-brands-head .container .our-brands-head-content .box.box-1 .introduction .image-mob-box {
    display: block;
    margin-bottom: 50px;
  }
}
.our-brands .our-brands-head .container .our-brands-head-content .box.box-1 .introduction .image-mob-box .image-mob {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .our-brands .our-brands-head .container .our-brands-head-content .box.box-1 .introduction .image-mob-box .image-mob {
    height: 337px;
  }
}
.our-brands .our-brands-head .container .our-brands-head-content .box.box-1 .introduction .image-mob-box .info-image-box {
  position: absolute;
  right: 30px;
  bottom: -40px;
  display: flex;
  align-items: center;
  padding: 27px;
  gap: 14px;
  z-index: 2;
  border-radius: 10px;
  background-color: white;
}
@media (max-width: 992px) {
  .our-brands .our-brands-head .container .our-brands-head-content .box.box-1 .introduction .image-mob-box .info-image-box {
    padding: 17px 23px;
  }
}
.our-brands .our-brands-head .container .our-brands-head-content .box.box-1 .introduction .image-mob-box .info-image-box .image-box {
  padding: 14px;
  border-radius: 10px;
  background-color: var(--powder-blue);
}
.our-brands .our-brands-head .container .our-brands-head-content .box.box-1 .introduction .image-mob-box .info-image-box .image-box img {
  width: 32px;
}
.our-brands .our-brands-head .container .our-brands-head-content .box.box-1 .introduction .image-mob-box .info-image-box .info-box .info-content .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.our-brands .our-brands-head .container .our-brands-head-content .box.box-1 .introduction .image-mob-box .info-image-box .info-box .info-content .text span:first-child {
  font-family: "Onest", sans-serif;
  font-weight: bold;
  color: var(--slate-blue);
  font-size: 24px;
  line-height: 17px;
}
@media (max-width: 992px) {
  .our-brands .our-brands-head .container .our-brands-head-content .box.box-1 .introduction .image-mob-box .info-image-box .info-box .info-content .text span:first-child {
    font-size: 17px;
  }
}
.our-brands .our-brands-head .container .our-brands-head-content .box.box-1 .introduction .image-mob-box .info-image-box .info-box .info-content .text span:last-child {
  font-size: 14px;
  line-height: 17px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-gray);
}
.our-brands .our-brands-head .container .our-brands-head-content .box.box-1 .introduction .title {
  font-size: 40px;
  line-height: 42px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: bold;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .our-brands .our-brands-head .container .our-brands-head-content .box.box-1 .introduction .title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
.our-brands .our-brands-head .container .our-brands-head-content .box.box-1 .introduction .parag-1 {
  font-size: 18px;
  line-height: 28px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .our-brands .our-brands-head .container .our-brands-head-content .box.box-1 .introduction .parag-1 {
    font-size: 18px;
    line-height: 25px;
  }
}
.our-brands .our-brands-head .container .our-brands-head-content .box.box-1 .introduction .parag-1 .bold {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  display: block;
}
.our-brands .our-brands-head .container .our-brands-head-content .box.box-2 {
  position: relative;
  top: 85px;
}
.our-brands .our-brands-head .container .our-brands-head-content .box.box-2 .image {
  position: relative;
}
@media (max-width: 992px) {
  .our-brands .our-brands-head .container .our-brands-head-content .box.box-2 .image {
    display: none;
  }
}
.our-brands .our-brands-head .container .our-brands-head-content .box.box-2 .image img {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 526px;
}
.our-brands .our-brands-head .container .our-brands-head-content .box.box-2 .info-image-box {
  position: absolute;
  left: -200px;
  bottom: 35px;
  display: flex;
  align-items: center;
  padding: 27px;
  gap: 14px;
  z-index: 2;
  border-radius: 10px;
  background-color: white;
}
@media (max-width: 992px) {
  .our-brands .our-brands-head .container .our-brands-head-content .box.box-2 .info-image-box {
    display: none;
  }
}
.our-brands .our-brands-head .container .our-brands-head-content .box.box-2 .info-image-box .image-box {
  padding: 14px;
  border-radius: 10px;
  background-color: var(--powder-blue);
}
.our-brands .our-brands-head .container .our-brands-head-content .box.box-2 .info-image-box .image-box img {
  width: 32px;
}
.our-brands .our-brands-head .container .our-brands-head-content .box.box-2 .info-image-box .info-box .info-content .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.our-brands .our-brands-head .container .our-brands-head-content .box.box-2 .info-image-box .info-box .info-content .text span:first-child {
  font-family: "Onest", sans-serif;
  font-weight: bold;
  color: var(--slate-blue);
  font-size: 24px;
  line-height: 17px;
}
.our-brands .our-brands-head .container .our-brands-head-content .box.box-2 .info-image-box .info-box .info-content .text span:last-child {
  font-size: 14px;
  line-height: 17px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-gray);
}
.our-brands .euro-pharm {
  padding: 110px 0 40px;
  background-color: var(--powder-blue);
}
@media (max-width: 992px) {
  .our-brands .euro-pharm {
    padding: 40px 0;
  }
}
.our-brands .euro-pharm .container .euro-pharm-content .box-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 992px) {
  .our-brands .euro-pharm .container .euro-pharm-content .box-head {
    flex-direction: column;
  }
}
.our-brands .euro-pharm .container .euro-pharm-content .box-head .box-content h2 {
  font-size: 42px;
  line-height: 42px;
  color: var(--slate-blue);
  font-family: "Playfair Display", serif;
  font-weight: 800;
}
@media (max-width: 992px) {
  .our-brands .euro-pharm .container .euro-pharm-content .box-head .box-content h2 {
    font-size: 30px;
  }
}
.our-brands .euro-pharm .container .euro-pharm-content .box-head .box-content p {
  font-size: 16px;
  line-height: 24px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.our-brands .euro-pharm .container .euro-pharm-content .box-head .image {
  display: flex;
  flex-shrink: 0;
  flex-grow: 1;
}
@media (max-width: 992px) {
  .our-brands .euro-pharm .container .euro-pharm-content .box-head .image {
    order: -1;
  }
}
.our-brands .euro-pharm .container .euro-pharm-content .box-head .image img {
  width: 184px;
  height: 127px;
  max-width: 100%;
}
.our-brands .euro-pharm .container .euro-pharm-content .box-body {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 40px 0;
}
@media (max-width: 992px) {
  .our-brands .euro-pharm .container .euro-pharm-content .box-body {
    margin: 30px 0;
    flex-direction: column;
    gap: 18px;
  }
}
.our-brands .euro-pharm .container .euro-pharm-content .box-body .image img {
  width: 100%;
  border-radius: 20px;
}
.our-brands .euro-pharm .container .euro-pharm-content .box-footer .box-content {
  padding-right: 184px;
}
@media (max-width: 992px) {
  .our-brands .euro-pharm .container .euro-pharm-content .box-footer .box-content {
    padding-right: 0;
  }
}
.our-brands .euro-pharm .container .euro-pharm-content .box-footer .box-content p {
  font-size: 16px;
  line-height: 24px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.our-brands .euro-pharm .container .euro-pharm-content .box-footer .box-content h3 {
  font-size: 28px;
  line-height: 32px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  color: var(--teal-color);
}
@media (max-width: 992px) {
  .our-brands .euro-pharm .container .euro-pharm-content .box-footer .box-content h3 {
    font-size: 22px;
  }
}
.our-brands .brand {
  padding: 40px 0px;
}
.our-brands .brand.first-brand {
  padding: 110px 0 40px;
  background-color: var(--powder-blue);
}
@media (max-width: 992px) {
  .our-brands .brand.first-brand {
    padding: 40px 0;
  }
}
.our-brands .brand.first-brand .container .brand-content h3 {
  color: var(--teal-color);
  background-color: transparent;
  text-align: start;
  padding: 0 250px 0 0;
}
@media (max-width: 992px) {
  .our-brands .brand.first-brand .container .brand-content h3 {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .our-brands .brand {
    padding: 40px 0;
  }
}
.our-brands .brand .container .brand-content h2 {
  font-size: 42px;
  line-height: 42px;
  color: var(--slate-blue);
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
  font-weight: 800;
}
@media (max-width: 992px) {
  .our-brands .brand .container .brand-content h2 {
    font-size: 30px;
  }
}
.our-brands .brand .container .brand-content p {
  font-size: 16px !important;
  line-height: 24px !important;
  color: var(--slate-blue) !important;
  font-family: "Onest", sans-serif !important;
  font-weight: normal !important;
  padding-right: 250px;
}
.our-brands .brand .container .brand-content p span {
  font-size: 16px !important;
  line-height: 24px !important;
  color: var(--slate-blue) !important;
  font-family: "Onest", sans-serif !important;
  font-weight: normal !important;
}
@media (max-width: 992px) {
  .our-brands .brand .container .brand-content p {
    padding-right: 0;
    font-size: 15px;
  }
}
.our-brands .brand .container .brand-content img {
  width: 100%;
  height: auto;
  border-radius: 10px; /* Optional: Add some styling */
}
.our-brands .brand .container .brand-content h3 {
  background-color: var(--teal-color);
  color: white;
  text-align: center;
  padding: 55px;
  font-size: 28px;
  line-height: 32px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  border-radius: 20px;
  margin-bottom: 30px;
}
.our-brands .brand .container .brand-content h3 span {
  font-size: 28px !important;
  line-height: 32px !important;
  font-family: "Onest", sans-serif !important;
  font-weight: 500 !important;
}
@media (min-width: 992px) {
  .our-brands .brand .container .brand-content h3 {
    display: block;
  }
}
@media (max-width: 992px) {
  .our-brands .brand .container .brand-content h3 {
    padding: 30px 25px;
  }
}
.our-brands .brand .container table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px; /* Margin between sections */
}
.our-brands .brand .container table.flextable {
  margin-bottom: 0px;
  /* Mobile view: Reorder the logo to come before the box content */
}
.our-brands .brand .container table.flextable tr td p {
  padding-right: 0 !important;
}
.our-brands .brand .container table.flextable tr td:nth-of-type(2) {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.our-brands .brand .container table.flextable tr td:nth-of-type(2) img {
  width: 184px;
}
@media (max-width: 992px) {
  .our-brands .brand .container table.flextable tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .our-brands .brand .container table.flextable td {
    flex: 1;
  }
  .our-brands .brand .container table.flextable td:nth-of-type(2) {
    order: 1;
  }
  .our-brands .brand .container table.flextable td:nth-of-type(2) p {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .our-brands .brand .container table.flextable td:nth-of-type(2) p img {
    width: 184px;
  }
  .our-brands .brand .container table.flextable td:nth-of-type(1) {
    order: 2;
  }
}
.our-brands .brand .container table td {
  vertical-align: top; /* Align content to the top */
  padding: 10px; /* Add padding for spacing */
}
.our-brands .brand .container table td.w-85 {
  width: 85%;
}
.our-brands .brand .container table td.w-15 {
  width: 15%;
}
.our-brands .brand .container table td p {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 992px) {
  .our-brands .brand .container .brand {
    padding: 40px 0;
  }
  .our-brands .brand .container table {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .our-brands .brand .container table tr {
    display: flex;
    flex-direction: column;
  }
  .our-brands .brand .container table tr td {
    display: flex;
    flex-direction: column;
  }
}

.who-we-are .who-we-are-head {
  position: relative;
}
.who-we-are .who-we-are-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 85px;
  background-color: var(--slate-blue);
  z-index: 1;
  width: calc((100vw - 1140px) / 2 + 12px);
}
@media (min-width: 2000px) {
  .who-we-are .who-we-are-head::before {
    width: 490px;
  }
}
@media (max-width: 1200px) {
  .who-we-are .who-we-are-head::before {
    width: calc((100vw - 960px) / 2 + 12px);
  }
}
@media (max-width: 992px) {
  .who-we-are .who-we-are-head::before {
    width: calc((100vw - 720px) / 2 + 12px);
    top: 98.89px;
  }
}
@media (max-width: 768px) {
  .who-we-are .who-we-are-head::before {
    width: calc((100vw - 540px) / 2 + 12px);
  }
}
@media (max-width: 576px) {
  .who-we-are .who-we-are-head::before {
    width: 20px;
  }
}
.who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-1 .page-title {
  width: 490px;
  height: 85px;
  background-color: var(--slate-blue);
  color: white;
  display: flex;
  align-items: center;
  border-radius: 0 15px 15px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-1 .page-title {
    width: 350px;
  }
}
@media (max-width: 992px) {
  .who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-1 .page-title {
    width: 240px;
    max-width: 100%;
    margin-top: 98.89px;
  }
}
.who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-1 .page-title h1 {
  font-size: 40px;
  line-height: 70px;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin: 0;
}
@media (max-width: 992px) {
  .who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-1 .page-title h1 {
    font-size: 30px;
  }
}
.who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-1 .introduction {
  padding: 55px 0 0;
}
@media (max-width: 992px) {
  .who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-1 .introduction {
    padding: 40px 0;
  }
}
.who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-1 .introduction .image-mob-box {
  position: relative;
  display: none;
}
@media (max-width: 992px) {
  .who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-1 .introduction .image-mob-box {
    display: block;
    margin-bottom: 50px;
  }
}
.who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-1 .introduction .image-mob-box .image-mob {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-1 .introduction .image-mob-box .image-mob {
    height: 337px;
  }
}
.who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-1 .introduction .image-mob-box .info-image-box {
  position: absolute;
  right: 30px;
  bottom: -40px;
  display: flex;
  align-items: center;
  padding: 27px;
  gap: 14px;
  z-index: 2;
  border-radius: 10px;
  background-color: white;
}
@media (max-width: 992px) {
  .who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-1 .introduction .image-mob-box .info-image-box {
    padding: 17px 23px;
  }
}
.who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-1 .introduction .image-mob-box .info-image-box .image-box {
  padding: 14px;
  border-radius: 10px;
  background-color: var(--powder-blue);
}
.who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-1 .introduction .image-mob-box .info-image-box .image-box img {
  width: 32px;
}
.who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-1 .introduction .image-mob-box .info-image-box .info-box .info-content .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-1 .introduction .image-mob-box .info-image-box .info-box .info-content .text span:first-child {
  font-family: "Onest", sans-serif;
  font-weight: bold;
  color: var(--slate-blue);
  font-size: 24px;
  line-height: 17px;
}
@media (max-width: 992px) {
  .who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-1 .introduction .image-mob-box .info-image-box .info-box .info-content .text span:first-child {
    font-size: 17px;
  }
}
.who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-1 .introduction .image-mob-box .info-image-box .info-box .info-content .text span:last-child {
  font-size: 14px;
  line-height: 17px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-gray);
}
.who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-1 .introduction .title {
  font-size: 40px;
  line-height: 42px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: bold;
  margin-bottom: 18px;
}
@media (max-width: 992px) {
  .who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-1 .introduction .title {
    font-size: 30px;
    line-height: 35px;
  }
}
.who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-1 .introduction .parag-1 {
  font-size: 18px;
  line-height: 28px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-1 .introduction .parag-1 {
    font-size: 18px;
    line-height: 25px;
  }
}
.who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-1 .introduction .parag-1 .bold {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  display: block;
}
.who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-1 .introduction a {
  font-size: 18px;
  line-height: 28px;
  color: white;
  background-color: var(--teal-color);
  padding: 18px 30px;
  border-radius: 10px;
  display: inline-block;
  font-family: "Onest", sans-serif;
  font-weight: 600;
}
.who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-2 {
  position: relative;
}
.who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-2 .image {
  position: relative;
}
@media (max-width: 992px) {
  .who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-2 .image {
    display: none;
  }
}
.who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-2 .image img {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 526px;
}
.who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-2 .info-image-box {
  position: absolute;
  right: 20px;
  bottom: -45px;
  display: flex;
  align-items: center;
  padding: 27px;
  gap: 14px;
  z-index: 2;
  border-radius: 10px;
  background-color: white;
}
@media (max-width: 992px) {
  .who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-2 .info-image-box {
    display: none;
  }
}
.who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-2 .info-image-box .image-box {
  padding: 14px;
  border-radius: 10px;
  background-color: var(--powder-blue);
}
.who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-2 .info-image-box .image-box img {
  width: 32px;
}
.who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-2 .info-image-box .info-box .info-content .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-2 .info-image-box .info-box .info-content .text span:first-child {
  font-family: "Onest", sans-serif;
  font-weight: bold;
  color: var(--slate-blue);
  font-size: 24px;
  line-height: 17px;
}
.who-we-are .who-we-are-head .container .who-we-are-head-content .box.box-2 .info-image-box .info-box .info-content .text span:last-child {
  font-size: 14px;
  line-height: 17px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-gray);
}
.who-we-are .who-we-are-head .container .who-we-are-head-content .parag-2 {
  margin-top: 46px;
  font-size: 18px;
  line-height: 28px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
  padding-right: 100px;
}
@media (max-width: 992px) {
  .who-we-are .who-we-are-head .container .who-we-are-head-content .parag-2 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 0;
    padding-right: 0;
  }
}
.who-we-are .who-we-are-head .container .who-we-are-head-content .parag-2 .bold {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  display: block;
}
.who-we-are .brand {
  padding: 40px 0 10px;
}
.who-we-are .brand.first-brand {
  padding: 110px 0 40px;
  background-color: var(--powder-blue);
}
@media (max-width: 992px) {
  .who-we-are .brand.first-brand {
    padding: 40px 0;
  }
}
.who-we-are .brand.first-brand .container .brand-content h3 {
  color: var(--teal-color);
  background-color: transparent;
  text-align: start;
  padding: 0 250px 0 0;
}
@media (max-width: 992px) {
  .who-we-are .brand.first-brand .container .brand-content h3 {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .who-we-are .brand {
    padding: 40px 0;
  }
}
.who-we-are .brand .container .brand-content {
  border-top: 1px solid #484952;
  padding-top: 40px;
}
.who-we-are .brand .container .brand-content h2 {
  font-size: 42px;
  line-height: 42px;
  color: var(--slate-blue);
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
  font-weight: 800;
}
@media (max-width: 992px) {
  .who-we-are .brand .container .brand-content h2 {
    font-size: 30px;
  }
}
.who-we-are .brand .container .brand-content p {
  font-size: 16px !important;
  line-height: 24px !important;
  color: var(--slate-blue) !important;
  font-family: "Onest", sans-serif !important;
  font-weight: normal !important;
  padding-right: 250px;
}
.who-we-are .brand .container .brand-content p span {
  font-size: 16px !important;
  line-height: 24px !important;
  color: var(--slate-blue) !important;
  font-family: "Onest", sans-serif !important;
  font-weight: normal !important;
}
@media (max-width: 992px) {
  .who-we-are .brand .container .brand-content p {
    padding-right: 0;
    font-size: 15px;
  }
}
.who-we-are .brand .container .brand-content img {
  width: 100%;
  height: auto;
  border-radius: 10px; /* Optional: Add some styling */
}
.who-we-are .brand .container .brand-content h3 {
  background-color: var(--teal-color);
  color: white;
  text-align: center;
  padding: 55px;
  font-size: 28px;
  line-height: 32px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  border-radius: 20px;
  margin-bottom: 30px;
}
.who-we-are .brand .container .brand-content h3 span {
  font-size: 28px !important;
  line-height: 32px !important;
  font-family: "Onest", sans-serif !important;
  font-weight: 500 !important;
}
@media (min-width: 992px) {
  .who-we-are .brand .container .brand-content h3 {
    display: block;
  }
}
@media (max-width: 992px) {
  .who-we-are .brand .container .brand-content h3 {
    padding: 30px 25px;
  }
}
.who-we-are .brand .container table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px; /* Margin between sections */
}
.who-we-are .brand .container table.flextable {
  margin-bottom: 0px;
  /* Mobile view: Reorder the logo to come before the box content */
}
.who-we-are .brand .container table.flextable tr td p {
  padding-right: 0 !important;
}
.who-we-are .brand .container table.flextable tr td:nth-of-type(2) {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.who-we-are .brand .container table.flextable tr td:nth-of-type(2) img {
  width: 244px;
}
@media (max-width: 992px) {
  .who-we-are .brand .container table.flextable tr td:nth-of-type(2) img {
    width: 184px;
  }
}
@media (max-width: 992px) {
  .who-we-are .brand .container table.flextable tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .who-we-are .brand .container table.flextable td {
    flex: 1;
  }
  .who-we-are .brand .container table.flextable td:nth-of-type(2) {
    order: 1;
  }
  .who-we-are .brand .container table.flextable td:nth-of-type(2) p {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .who-we-are .brand .container table.flextable td:nth-of-type(2) p img {
    width: 244px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .who-we-are .brand .container table.flextable td:nth-of-type(2) p img {
    width: 184px;
  }
}
@media (max-width: 992px) {
  .who-we-are .brand .container table.flextable td:nth-of-type(1) {
    order: 2;
  }
}
.who-we-are .brand .container table td {
  vertical-align: top; /* Align content to the top */
  padding: 10px; /* Add padding for spacing */
}
.who-we-are .brand .container table td.w-85 {
  width: 85%;
}
.who-we-are .brand .container table td.w-15 {
  width: 15%;
}
.who-we-are .brand .container table td p {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 992px) {
  .who-we-are .brand .container .brand {
    padding: 40px 0;
  }
  .who-we-are .brand .container table {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .who-we-are .brand .container table tr {
    display: flex;
    flex-direction: column;
  }
  .who-we-are .brand .container table tr td {
    display: flex;
    flex-direction: column;
  }
}
.who-we-are .explore-our-products {
  margin-top: 40px;
  padding: 60px 0;
  background-color: var(--powder-blue);
}
.who-we-are .explore-our-products .container .content .content-head {
  max-width: 904px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}
.who-we-are .explore-our-products .container .content .content-head h3 {
  font-size: 28px;
  line-height: 35px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .who-we-are .explore-our-products .container .content .content-head h3 {
    font-size: 22px;
    text-align: start;
  }
}
.who-we-are .explore-our-products .container .content .content-head p {
  font-size: 18px;
  line-height: 26px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: normal;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .who-we-are .explore-our-products .container .content .content-head p {
    font-size: 15px;
    text-align: start;
  }
}
.who-we-are .explore-our-products .container .content .box {
  display: flex;
}
@media (max-width: 992px) {
  .who-we-are .explore-our-products .container .content .box {
    margin-bottom: 22px;
  }
}
.who-we-are .explore-our-products .container .content .box .box-content {
  padding: 20px;
  background-color: white;
  border-radius: 20px;
}
.who-we-are .explore-our-products .container .content .box .box-content h4 {
  font-size: 28px;
  line-height: 40px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: bold;
}
@media (max-width: 768px) {
  .who-we-are .explore-our-products .container .content .box .box-content h4 {
    font-size: 22px;
  }
}
.who-we-are .explore-our-products .container .content .box .box-content p {
  font-size: 16px;
  line-height: 22px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
  text-align: left;
}
@media (max-width: 768px) {
  .who-we-are .explore-our-products .container .content .box .box-content p {
    font-size: 15px;
  }
}
.who-we-are .explore-our-products .container .content .box .box-content p span {
  font-family: "Onest", sans-serif;
  font-weight: 600;
}
.who-we-are .explore-our-products .container .content .link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.who-we-are .explore-our-products .container .content .link a {
  padding: 18px 70px;
  border-radius: 10px;
  background-color: var(--teal-color);
  color: white;
  font-size: 18px;
  line-height: 28px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .who-we-are .explore-our-products .container .content .link a {
    font-size: 16px;
  }
}
.who-we-are .our-mission {
  padding: 50px 0;
}
.who-we-are .our-mission .container .content .content-head {
  max-width: 904px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}
.who-we-are .our-mission .container .content .content-head h2 {
  font-size: 42px;
  line-height: 50px;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  color: var(--slate-blue);
  text-align: center;
}
.who-we-are .our-mission .container .content .content-head p {
  font-size: 16px;
  line-height: 22px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-blue);
  text-align: center;
  margin: 0;
}
.who-we-are .our-mission .container .content .missions-list {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .who-we-are .our-mission .container .content .missions-list {
    margin-top: 0;
  }
}
.who-we-are .our-mission .container .content .missions-list .container ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 100px;
}
@media (max-width: 992px) {
  .who-we-are .our-mission .container .content .missions-list .container ul {
    row-gap: 40px;
  }
}
.who-we-are .our-mission .container .content .missions-list .container ul li {
  width: 46%;
}
@media (max-width: 992px) {
  .who-we-are .our-mission .container .content .missions-list .container ul li {
    width: 100%;
  }
}
.who-we-are .our-mission .container .content .missions-list .container ul li .box {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 992px) {
  .who-we-are .our-mission .container .content .missions-list .container ul li .box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.who-we-are .our-mission .container .content .missions-list .container ul li .box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--slate-blue);
  border-radius: 10px;
  height: 92px;
  width: 92px;
}
@media (max-width: 992px) {
  .who-we-are .our-mission .container .content .missions-list .container ul li .box .icon {
    width: 74px;
    height: 74px;
  }
}
@media (max-width: 992px) {
  .who-we-are .our-mission .container .content .missions-list .container ul li .box .info {
    text-align: center;
  }
}
.who-we-are .our-mission .container .content .missions-list .container ul li .box .info h3 {
  font-size: 28px;
  line-height: 40px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  color: var(--slate-blue);
  margin-bottom: 12px;
}
.who-we-are .our-mission .container .content .missions-list .container ul li .box .info p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  text-align: start;
}
@media (max-width: 768px) {
  .who-we-are .our-mission .container .content .missions-list .container ul li .box .info p {
    font-size: 22px;
    text-align: center;
  }
}
.who-we-are .meet-our-team {
  position: relative;
  padding-bottom: 60px;
}
.who-we-are .meet-our-team::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: var(--powder-blue);
}
.who-we-are .meet-our-team .container .content {
  background: url("../images/who-we-are/meet-our-team.jpg");
  background-size: cover;
  padding: 50px 90px;
  color: white;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .who-we-are .meet-our-team .container .content {
    padding: 40px 20px;
  }
}
.who-we-are .meet-our-team .container .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(10, 79, 100, 0.6);
  z-index: 1;
  border-radius: 20px;
}
.who-we-are .meet-our-team .container .content h2 {
  font-size: 42px;
  line-height: 50px;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .who-we-are .meet-our-team .container .content h2 {
    font-size: 30px;
  }
}
.who-we-are .meet-our-team .container .content p {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 18x;
  line-height: 29px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .who-we-are .meet-our-team .container .content p {
    font-size: 15px;
  }
}
.who-we-are .meet-our-team .container .content h3 {
  font-family: "Onest", sans-serif;
  font-weight: bold;
  font-size: 25x;
  line-height: 29px;
  position: relative;
  z-index: 2;
  margin: 0;
}
@media (max-width: 992px) {
  .who-we-are .meet-our-team .container .content h3 {
    font-size: 18px;
  }
}
.who-we-are .meet-our-team .container .content a {
  margin-top: 40px;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 18x;
  line-height: 28px;
  position: relative;
  z-index: 2;
  background-color: var(--teal-color);
  padding: 18px 60px;
  color: white;
  display: inline-block;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .who-we-are .meet-our-team .container .content a {
    font-size: 18px;
  }
}
.who-we-are .our-culture {
  background-color: var(--powder-blue);
  padding-bottom: 60px;
}
.who-we-are .our-culture .container .row.row-1 {
  margin-bottom: 40px;
}
.who-we-are .our-culture .container .row.row-1 .box.box-1 .box-content .image {
  margin: 15px 0 25px;
}
@media (min-width: 992px) {
  .who-we-are .our-culture .container .row.row-1 .box.box-1 .box-content .image img {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .who-we-are .our-culture .container .row.row-1 .box.box-1 .box-content .image img {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .who-we-are .our-culture .container .row.row-1 .box.box-2 img {
    display: block;
  }
}
@media (max-width: 992px) {
  .who-we-are .our-culture .container .row.row-1 .box.box-2 img {
    display: none;
  }
}
.who-we-are .our-culture .container .row.row-2 .box-1 .box-content,
.who-we-are .our-culture .container .row.row-2 .box-2 .box-content {
  position: relative;
}
.who-we-are .our-culture .container .row.row-2 .box-1 .box-content .physician-box,
.who-we-are .our-culture .container .row.row-2 .box-2 .box-content .physician-box {
  background-color: white;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  position: absolute;
  bottom: -50px;
  right: 20px;
  width: 238px;
  height: 111px;
}
@media (max-width: 992px) {
  .who-we-are .our-culture .container .row.row-2 .box-1 .box-content .physician-box,
  .who-we-are .our-culture .container .row.row-2 .box-2 .box-content .physician-box {
    width: 194px;
    height: 78px;
    bottom: -50px;
    right: 20px;
  }
}
@media (max-width: 768px) {
  .who-we-are .our-culture .container .row.row-2 .box-1 .box-content .physician-box,
  .who-we-are .our-culture .container .row.row-2 .box-2 .box-content .physician-box {
    bottom: -50px;
    right: 20px;
  }
}
.who-we-are .our-culture .container .row.row-2 .box-1 .box-content .physician-box .image,
.who-we-are .our-culture .container .row.row-2 .box-2 .box-content .physician-box .image {
  background-color: var(--powder-blue);
  padding: 27px;
  border-radius: 10px;
  width: 57px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .who-we-are .our-culture .container .row.row-2 .box-1 .box-content .physician-box .image,
  .who-we-are .our-culture .container .row.row-2 .box-2 .box-content .physician-box .image {
    width: 52px;
    height: 52px;
  }
}
.who-we-are .our-culture .container .row.row-2 .box-1 .box-content .physician-box .image img,
.who-we-are .our-culture .container .row.row-2 .box-2 .box-content .physician-box .image img {
  width: 30px;
}
.who-we-are .our-culture .container .row.row-2 .box-1 .box-content .physician-box .info .title,
.who-we-are .our-culture .container .row.row-2 .box-2 .box-content .physician-box .info .title {
  color: var(--slate-gray);
  font-size: 14px;
  line-height: 20px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .who-we-are .our-culture .container .row.row-2 .box-1 .box-content .physician-box .info .title,
  .who-we-are .our-culture .container .row.row-2 .box-2 .box-content .physician-box .info .title {
    margin-bottom: 5px;
  }
}
.who-we-are .our-culture .container .row.row-2 .box-1 .box-content .physician-box .info .info-content,
.who-we-are .our-culture .container .row.row-2 .box-2 .box-content .physician-box .info .info-content {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 768px) {
  .who-we-are .our-culture .container .row.row-2 .box-1 .box-content .physician-box .info .info-content,
  .who-we-are .our-culture .container .row.row-2 .box-2 .box-content .physician-box .info .info-content {
    gap: 10px;
  }
}
.who-we-are .our-culture .container .row.row-2 .box-1 .box-content .physician-box .info .info-content .one span,
.who-we-are .our-culture .container .row.row-2 .box-2 .box-content .physician-box .info .info-content .one span {
  font-size: 35px;
  line-height: 26px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: 600;
}
.who-we-are .our-culture .container .row.row-2 .box-1 .box-content .physician-box .info .info-content .text span,
.who-we-are .our-culture .container .row.row-2 .box-2 .box-content .physician-box .info .info-content .text span {
  font-size: 14px;
  line-height: 15px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-blue);
  display: block;
}
.who-we-are .our-culture .container .row.row-2 .box-1 .box-image {
  position: relative;
}
@media (min-width: 992px) {
  .who-we-are .our-culture .container .row.row-2 .box-1 .box-image {
    display: none;
  }
}
@media (max-width: 992px) {
  .who-we-are .our-culture .container .row.row-2 .box-1 .box-image {
    margin: 15px 0 75px;
    display: block;
  }
}
@media (min-width: 992px) {
  .who-we-are .our-culture .container .row.row-2 .box-2 {
    display: block;
  }
}
@media (max-width: 992px) {
  .who-we-are .our-culture .container .row.row-2 .box-2 {
    display: none;
  }
}
.who-we-are .our-culture .container .row .box .box-content h2 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 50px;
  color: var(--slate-blue);
}
@media (max-width: 768px) {
  .who-we-are .our-culture .container .row .box .box-content h2 {
    font-size: 30px;
  }
}
.who-we-are .our-culture .container .row .box .box-content h3 {
  font-family: "Onest", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  color: var(--teal-color);
}
@media (max-width: 768px) {
  .who-we-are .our-culture .container .row .box .box-content h3 {
    font-size: 22px;
  }
}
.who-we-are .our-culture .container .row .box .box-content p {
  font-family: "Onest", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: var(--slate-blue);
}
@media (max-width: 768px) {
  .who-we-are .our-culture .container .row .box .box-content p {
    font-size: 15px;
  }
}
.who-we-are .our-culture .container .row .box .box-content .bold-text {
  font-family: "Onest", sans-serif;
  font-weight: bold;
  font-size: 22px;
}
@media (max-width: 768px) {
  .who-we-are .our-culture .container .row .box .box-content .bold-text {
    font-size: 16px;
  }
}
.who-we-are .our-culture .container .row .box .box-content img {
  border-radius: 20px;
  width: 100%;
}

.products .products-head {
  position: relative;
}
.products .products-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 85px;
  background-color: var(--slate-blue);
  z-index: 1;
  width: calc((100vw - 1140px) / 2 + 12px);
}
@media (min-width: 2000px) {
  .products .products-head::before {
    width: 490px;
  }
}
@media (max-width: 1200px) {
  .products .products-head::before {
    width: calc((100vw - 960px) / 2 + 12px);
  }
}
@media (max-width: 992px) {
  .products .products-head::before {
    width: calc((100vw - 720px) / 2 + 12px);
    top: 98.89px;
  }
}
@media (max-width: 768px) {
  .products .products-head::before {
    width: calc((100vw - 540px) / 2 + 12px);
  }
}
@media (max-width: 576px) {
  .products .products-head::before {
    width: 20px;
  }
}
.products .products-head .container .head-page {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .products .products-head .container .head-page {
    flex-direction: column;
    align-items: start;
  }
}
.products .products-head .container .head-page .page-title {
  width: 32%;
  height: 85px;
  background-color: var(--slate-blue);
  color: white;
  display: flex;
  align-items: center;
  border-radius: 0 15px 15px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .products .products-head .container .head-page .page-title {
    width: 221px;
    margin-top: 98.89px;
  }
}
.products .products-head .container .head-page .page-title h1 {
  font-size: 40px;
  line-height: 70px;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin: 0;
}
@media (max-width: 992px) {
  .products .products-head .container .head-page .page-title h1 {
    font-size: 30px;
  }
}
.products .products-head .container .head-page .info {
  margin: 0;
  width: 65%;
}
@media (max-width: 992px) {
  .products .products-head .container .head-page .info {
    margin-top: 30px;
    width: 100%;
  }
}
.products .products-head .container .head-page .info span {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
  text-align: justify;
}
@media (max-width: 768px) {
  .products .products-head .container .head-page .info span {
    font-size: 16px;
  }
}
.products .products-list {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .products .products-list {
    padding: 30px 0 0;
  }
}
.products .products-list .container .box-1 .search {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .products .products-list .container .box-1 .search {
    width: 100%;
  }
}
.products .products-list .container .box-1 .search input[type=text] {
  height: 40px;
  border-radius: 5px 0 0 5px;
  border: 1px solid var(--dust-gray);
  border-right: none;
  flex-grow: 1;
  padding: 10px 13px;
  outline: none;
  font-size: 14px;
}
.products .products-list .container .box-1 .search input[type=text]::-moz-placeholder {
  font-size: 14px;
  line-height: 28px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-gray);
}
.products .products-list .container .box-1 .search input[type=text]::placeholder {
  font-size: 14px;
  line-height: 28px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-gray);
}
.products .products-list .container .box-1 .search button {
  border-radius: 0 5px 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--dust-gray);
  height: 40px;
  border-left: none;
  background-color: white;
  padding: 10px 13px;
  outline: none;
  gap: 10px;
}
@media (max-width: 992px) {
  .products .products-list .container .box-1 .filter {
    position: fixed;
    top: 0;
    left: -100%;
    min-height: 100vh;
    width: 100%;
    background-color: rgba(72, 73, 83, 0.3); /* Semi-transparent background */
    -webkit-backdrop-filter: blur(11px) brightness(100%);
            backdrop-filter: blur(11px) brightness(100%); /* Apply blur and adjust brightness */
    overflow-y: auto;
    z-index: 1;
    transition: all 0.3s ease;
  }
  .products .products-list .container .box-1 .filter.active {
    left: 0;
  }
}
.products .products-list .container .box-1 .filter .title {
  font-size: 14px;
  line-height: 18px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-gray);
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .products .products-list .container .box-1 .filter .title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
  }
}
@media (max-width: 992px) {
  .products .products-list .container .box-1 .filter .filter-box {
    position: absolute;
    top: 22%;
    left: 0;
    min-height: 100%;
    width: 100%;
    background-color: var(--powder-blue);
    border-radius: 20px 20px 0 0;
    padding: 30px 20px 0;
  }
}
@media (min-width: 992px) {
  .products .products-list .container .box-1 .filter .filter-box .close-filter {
    display: none;
  }
}
@media (max-width: 992px) {
  .products .products-list .container .box-1 .filter .filter-box .close-filter {
    position: absolute;
    right: 20px;
    top: 28px;
  }
}
.products .products-list .container .box-1 .filter .filter-box .close-filter img {
  height: 16px;
}
.products .products-list .container .box-1 .filter .filter-box .filter-cat .title {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-gray);
}
@media (max-width: 992px) {
  .products .products-list .container .box-1 .filter .filter-box .filter-cat .title {
    font-size: 16px;
  }
}
.products .products-list .container .box-1 .filter .filter-box .filter-cat ul .cat .custom-checkbox {
  margin-bottom: 12px;
}
.products .products-list .container .box-1 .filter .filter-box .filter-cat ul .cat .custom-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.products .products-list .container .box-1 .filter .filter-box .filter-cat ul .cat .custom-checkbox label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: 500; /* Regular weight */
}
.products .products-list .container .box-1 .filter .filter-box .filter-cat ul .cat .custom-checkbox label::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  background-color: white;
  border: 1px solid var(--slate-gray);
  border-radius: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.products .products-list .container .box-1 .filter .filter-box .filter-cat ul .cat .custom-checkbox label::after {
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  height: 18px;
  width: 18px;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0);
  background-color: var(--teal-color);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 12px;
  color: white;
  border-radius: 2px;
}
.products .products-list .container .box-1 .filter .filter-box .filter-cat ul .cat .custom-checkbox input[type=checkbox]:checked + label::before {
  border: none;
}
.products .products-list .container .box-1 .filter .filter-box .filter-cat ul .cat .custom-checkbox input[type=checkbox]:checked + label::after {
  transform: translateY(-50%) scale(1);
}
.products .products-list .container .box-1 .filter .filter-box .filter-by-groups,
.products .products-list .container .box-1 .filter .filter-box .filter-by-ingredients,
.products .products-list .container .box-1 .filter .filter-box .filter-by-benefits,
.products .products-list .container .box-1 .filter .filter-box .filter-by-companies {
  padding: 18px 21px;
  border-radius: 10px;
  background-color: var(--powder-blue);
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .products .products-list .container .box-1 .filter .filter-box .filter-by-groups,
  .products .products-list .container .box-1 .filter .filter-box .filter-by-ingredients,
  .products .products-list .container .box-1 .filter .filter-box .filter-by-benefits,
  .products .products-list .container .box-1 .filter .filter-box .filter-by-companies {
    padding: 0 0 30px 0;
  }
}
.products .products-list .container .box-1 .filter .filter-box .filter-by-groups .filter-list .filter-list-head,
.products .products-list .container .box-1 .filter .filter-box .filter-by-ingredients .filter-list .filter-list-head,
.products .products-list .container .box-1 .filter .filter-box .filter-by-benefits .filter-list .filter-list-head,
.products .products-list .container .box-1 .filter .filter-box .filter-by-companies .filter-list .filter-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .products .products-list .container .box-1 .filter .filter-box .filter-by-groups .filter-list .filter-list-head,
  .products .products-list .container .box-1 .filter .filter-box .filter-by-ingredients .filter-list .filter-list-head,
  .products .products-list .container .box-1 .filter .filter-box .filter-by-benefits .filter-list .filter-list-head,
  .products .products-list .container .box-1 .filter .filter-box .filter-by-companies .filter-list .filter-list-head {
    margin-bottom: 30px;
  }
}
.products .products-list .container .box-1 .filter .filter-box .filter-by-groups .filter-list .filter-list-head .close-filter,
.products .products-list .container .box-1 .filter .filter-box .filter-by-ingredients .filter-list .filter-list-head .close-filter,
.products .products-list .container .box-1 .filter .filter-box .filter-by-benefits .filter-list .filter-list-head .close-filter,
.products .products-list .container .box-1 .filter .filter-box .filter-by-companies .filter-list .filter-list-head .close-filter {
  cursor: pointer;
}
@media (min-width: 992px) {
  .products .products-list .container .box-1 .filter .filter-box .filter-by-groups .filter-list .filter-list-head .close-filter,
  .products .products-list .container .box-1 .filter .filter-box .filter-by-ingredients .filter-list .filter-list-head .close-filter,
  .products .products-list .container .box-1 .filter .filter-box .filter-by-benefits .filter-list .filter-list-head .close-filter,
  .products .products-list .container .box-1 .filter .filter-box .filter-by-companies .filter-list .filter-list-head .close-filter {
    display: none;
  }
}
.products .products-list .container .box-1 .filter .filter-box .filter-by-groups .filter-list ul li:not(:last-child),
.products .products-list .container .box-1 .filter .filter-box .filter-by-ingredients .filter-list ul li:not(:last-child),
.products .products-list .container .box-1 .filter .filter-box .filter-by-benefits .filter-list ul li:not(:last-child),
.products .products-list .container .box-1 .filter .filter-box .filter-by-companies .filter-list ul li:not(:last-child) {
  margin-bottom: 12px;
}
.products .products-list .container .box-1 .filter .filter-box .filter-by-groups .filter-list ul li .main-cat,
.products .products-list .container .box-1 .filter .filter-box .filter-by-ingredients .filter-list ul li .main-cat,
.products .products-list .container .box-1 .filter .filter-box .filter-by-benefits .filter-list ul li .main-cat,
.products .products-list .container .box-1 .filter .filter-box .filter-by-companies .filter-list ul li .main-cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  cursor: pointer;
}
.products .products-list .container .box-1 .filter .filter-box .filter-by-groups .filter-list ul li .main-cat .check-box,
.products .products-list .container .box-1 .filter .filter-box .filter-by-ingredients .filter-list ul li .main-cat .check-box,
.products .products-list .container .box-1 .filter .filter-box .filter-by-benefits .filter-list ul li .main-cat .check-box,
.products .products-list .container .box-1 .filter .filter-box .filter-by-companies .filter-list ul li .main-cat .check-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.products .products-list .container .box-1 .filter .filter-box .filter-by-groups .filter-list ul li .main-cat .check-box .checkbox,
.products .products-list .container .box-1 .filter .filter-box .filter-by-ingredients .filter-list ul li .main-cat .check-box .checkbox,
.products .products-list .container .box-1 .filter .filter-box .filter-by-benefits .filter-list ul li .main-cat .check-box .checkbox,
.products .products-list .container .box-1 .filter .filter-box .filter-by-companies .filter-list ul li .main-cat .check-box .checkbox {
  display: block;
  height: 18px;
  width: 18px;
  background-color: white;
  border: 1px solid var(--slate-gray);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products .products-list .container .box-1 .filter .filter-box .filter-by-groups .filter-list ul li .main-cat .check-box .checkbox img,
.products .products-list .container .box-1 .filter .filter-box .filter-by-ingredients .filter-list ul li .main-cat .check-box .checkbox img,
.products .products-list .container .box-1 .filter .filter-box .filter-by-benefits .filter-list ul li .main-cat .check-box .checkbox img,
.products .products-list .container .box-1 .filter .filter-box .filter-by-companies .filter-list ul li .main-cat .check-box .checkbox img {
  display: none;
}
.products .products-list .container .box-1 .filter .filter-box .filter-by-groups .filter-list ul li .main-cat .check-box .checkbox.active,
.products .products-list .container .box-1 .filter .filter-box .filter-by-ingredients .filter-list ul li .main-cat .check-box .checkbox.active,
.products .products-list .container .box-1 .filter .filter-box .filter-by-benefits .filter-list ul li .main-cat .check-box .checkbox.active,
.products .products-list .container .box-1 .filter .filter-box .filter-by-companies .filter-list ul li .main-cat .check-box .checkbox.active {
  background-color: var(--teal-color);
}
.products .products-list .container .box-1 .filter .filter-box .filter-by-groups .filter-list ul li .main-cat .check-box .checkbox.active img,
.products .products-list .container .box-1 .filter .filter-box .filter-by-ingredients .filter-list ul li .main-cat .check-box .checkbox.active img,
.products .products-list .container .box-1 .filter .filter-box .filter-by-benefits .filter-list ul li .main-cat .check-box .checkbox.active img,
.products .products-list .container .box-1 .filter .filter-box .filter-by-companies .filter-list ul li .main-cat .check-box .checkbox.active img {
  display: block;
}
.products .products-list .container .box-1 .filter .filter-box .filter-by-groups .filter-list ul li .main-cat .check-box .category,
.products .products-list .container .box-1 .filter .filter-box .filter-by-ingredients .filter-list ul li .main-cat .check-box .category,
.products .products-list .container .box-1 .filter .filter-box .filter-by-benefits .filter-list ul li .main-cat .check-box .category,
.products .products-list .container .box-1 .filter .filter-box .filter-by-companies .filter-list ul li .main-cat .check-box .category {
  font-size: 16px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: 500; /* Regular weight */
}
.products .products-list .container .box-1 .filter .filter-box .filter-by-groups .filter-list ul li .main-cat .plus,
.products .products-list .container .box-1 .filter .filter-box .filter-by-ingredients .filter-list ul li .main-cat .plus,
.products .products-list .container .box-1 .filter .filter-box .filter-by-benefits .filter-list ul li .main-cat .plus,
.products .products-list .container .box-1 .filter .filter-box .filter-by-companies .filter-list ul li .main-cat .plus {
  display: block;
  width: auto;
  height: 14px;
}
.products .products-list .container .box-1 .filter .filter-box .filter-by-groups .filter-list ul li .main-cat .minus,
.products .products-list .container .box-1 .filter .filter-box .filter-by-ingredients .filter-list ul li .main-cat .minus,
.products .products-list .container .box-1 .filter .filter-box .filter-by-benefits .filter-list ul li .main-cat .minus,
.products .products-list .container .box-1 .filter .filter-box .filter-by-companies .filter-list ul li .main-cat .minus {
  display: none;
  width: auto;
}
.products .products-list .container .box-1 .filter .filter-box .filter-by-groups .filter-list ul li .main-cat.active .plus,
.products .products-list .container .box-1 .filter .filter-box .filter-by-ingredients .filter-list ul li .main-cat.active .plus,
.products .products-list .container .box-1 .filter .filter-box .filter-by-benefits .filter-list ul li .main-cat.active .plus,
.products .products-list .container .box-1 .filter .filter-box .filter-by-companies .filter-list ul li .main-cat.active .plus {
  display: none;
}
.products .products-list .container .box-1 .filter .filter-box .filter-by-groups .filter-list ul li .main-cat.active .minus,
.products .products-list .container .box-1 .filter .filter-box .filter-by-ingredients .filter-list ul li .main-cat.active .minus,
.products .products-list .container .box-1 .filter .filter-box .filter-by-benefits .filter-list ul li .main-cat.active .minus,
.products .products-list .container .box-1 .filter .filter-box .filter-by-companies .filter-list ul li .main-cat.active .minus {
  display: block;
}
.products .products-list .container .box-1 .filter .filter-box .filter-by-groups .filter-list ul li .sub-cat,
.products .products-list .container .box-1 .filter .filter-box .filter-by-ingredients .filter-list ul li .sub-cat,
.products .products-list .container .box-1 .filter .filter-box .filter-by-benefits .filter-list ul li .sub-cat,
.products .products-list .container .box-1 .filter .filter-box .filter-by-companies .filter-list ul li .sub-cat {
  padding: 14px 12px;
  background-color: white;
  display: none;
}
.products .products-list .container .box-1 .filter .filter-box .filter-by-groups .filter-list ul li:last-child .custom-checkbox,
.products .products-list .container .box-1 .filter .filter-box .filter-by-ingredients .filter-list ul li:last-child .custom-checkbox,
.products .products-list .container .box-1 .filter .filter-box .filter-by-benefits .filter-list ul li:last-child .custom-checkbox,
.products .products-list .container .box-1 .filter .filter-box .filter-by-companies .filter-list ul li:last-child .custom-checkbox {
  margin-bottom: 0;
}
.products .products-list .container .box-1 .filter .filter-box .filter-by-groups .filter-list ul li .custom-checkbox,
.products .products-list .container .box-1 .filter .filter-box .filter-by-ingredients .filter-list ul li .custom-checkbox,
.products .products-list .container .box-1 .filter .filter-box .filter-by-benefits .filter-list ul li .custom-checkbox,
.products .products-list .container .box-1 .filter .filter-box .filter-by-companies .filter-list ul li .custom-checkbox {
  margin-bottom: 12px;
}
.products .products-list .container .box-1 .filter .filter-box .filter-by-groups .filter-list ul li .custom-checkbox input[type=checkbox],
.products .products-list .container .box-1 .filter .filter-box .filter-by-ingredients .filter-list ul li .custom-checkbox input[type=checkbox],
.products .products-list .container .box-1 .filter .filter-box .filter-by-benefits .filter-list ul li .custom-checkbox input[type=checkbox],
.products .products-list .container .box-1 .filter .filter-box .filter-by-companies .filter-list ul li .custom-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.products .products-list .container .box-1 .filter .filter-box .filter-by-groups .filter-list ul li .custom-checkbox label,
.products .products-list .container .box-1 .filter .filter-box .filter-by-ingredients .filter-list ul li .custom-checkbox label,
.products .products-list .container .box-1 .filter .filter-box .filter-by-benefits .filter-list ul li .custom-checkbox label,
.products .products-list .container .box-1 .filter .filter-box .filter-by-companies .filter-list ul li .custom-checkbox label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  color: var(--slate-gray);
  font-size: 16px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: 500;
}
.products .products-list .container .box-1 .filter .filter-box .filter-by-groups .filter-list ul li .custom-checkbox label::before,
.products .products-list .container .box-1 .filter .filter-box .filter-by-ingredients .filter-list ul li .custom-checkbox label::before,
.products .products-list .container .box-1 .filter .filter-box .filter-by-benefits .filter-list ul li .custom-checkbox label::before,
.products .products-list .container .box-1 .filter .filter-box .filter-by-companies .filter-list ul li .custom-checkbox label::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  background-color: white;
  border: 1px solid var(--slate-gray);
  border-radius: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.products .products-list .container .box-1 .filter .filter-box .filter-by-groups .filter-list ul li .custom-checkbox label::after,
.products .products-list .container .box-1 .filter .filter-box .filter-by-ingredients .filter-list ul li .custom-checkbox label::after,
.products .products-list .container .box-1 .filter .filter-box .filter-by-benefits .filter-list ul li .custom-checkbox label::after,
.products .products-list .container .box-1 .filter .filter-box .filter-by-companies .filter-list ul li .custom-checkbox label::after {
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  height: 18px;
  width: 18px;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0);
  background-color: var(--teal-color);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 12px;
  color: white;
  border-radius: 2px;
}
.products .products-list .container .box-1 .filter .filter-box .filter-by-groups .filter-list ul li .custom-checkbox input[type=checkbox]:checked + label::before,
.products .products-list .container .box-1 .filter .filter-box .filter-by-ingredients .filter-list ul li .custom-checkbox input[type=checkbox]:checked + label::before,
.products .products-list .container .box-1 .filter .filter-box .filter-by-benefits .filter-list ul li .custom-checkbox input[type=checkbox]:checked + label::before,
.products .products-list .container .box-1 .filter .filter-box .filter-by-companies .filter-list ul li .custom-checkbox input[type=checkbox]:checked + label::before {
  border: none;
}
.products .products-list .container .box-1 .filter .filter-box .filter-by-groups .filter-list ul li .custom-checkbox input[type=checkbox]:checked + label::after,
.products .products-list .container .box-1 .filter .filter-box .filter-by-ingredients .filter-list ul li .custom-checkbox input[type=checkbox]:checked + label::after,
.products .products-list .container .box-1 .filter .filter-box .filter-by-benefits .filter-list ul li .custom-checkbox input[type=checkbox]:checked + label::after,
.products .products-list .container .box-1 .filter .filter-box .filter-by-companies .filter-list ul li .custom-checkbox input[type=checkbox]:checked + label::after {
  transform: translateY(-50%) scale(1);
}
.products .products-list .container .box-2 .box-content .head-list {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .products .products-list .container .box-2 .box-content .head-list {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}
.products .products-list .container .box-2 .box-content .head-list .filter-mob-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 15px 17px;
  border-radius: 10px;
  border: 1px solid var(--slate-blue);
  cursor: pointer;
}
@media (min-width: 992px) {
  .products .products-list .container .box-2 .box-content .head-list .filter-mob-btn {
    display: none;
  }
}
.products .products-list .container .box-2 .box-content .head-list .filter-mob-btn .box-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 9px;
}
.products .products-list .container .box-2 .box-content .head-list .filter-mob-btn .box-1 span {
  font-size: 15px;
  line-height: 17px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: 600;
}
.products .products-list .container .box-2 .box-content .head-list .filter-mob-btn .box-2 .opt-selected-count {
  font-family: "Onest", sans-serif;
  font-weight: bold;
  color: var(--teal-color);
  font-size: 15px;
  line-height: 17px;
}
.products .products-list .container .box-2 .box-content .head-list .options-selected {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .products .products-list .container .box-2 .box-content .head-list .options-selected .show-all-products {
    display: none;
  }
}
.products .products-list .container .box-2 .box-content .head-list .options-selected .selected-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid var(--dust-gray);
  border-radius: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .products .products-list .container .box-2 .box-content .head-list .options-selected .selected-option {
    display: none;
  }
}
.products .products-list .container .box-2 .box-content .head-list .options-selected .selected-option span {
  font-size: 14px;
  line-height: 24px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-gray);
}
.products .products-list .container .box-2 .box-content .products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 74px;
}
@media (max-width: 768px) {
  .products .products-list .container .box-2 .box-content .products {
    grid-template-columns: repeat(2, 1fr);
    gap: 37px;
  }
}
.products .products-list .container .box-2 .box-content .products .box .box-content .image {
  display: flex;
  justify-content: center;
}
.products .products-list .container .box-2 .box-content .products .box .box-content .image img {
  width: 160px;
  height: 160px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .products .products-list .container .box-2 .box-content .products .box .box-content .image img {
    width: 140px;
    height: 140px;
  }
}
.products .products-list .container .box-2 .box-content .products .box .box-content .info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .products .products-list .container .box-2 .box-content .products .box .box-content .info {
    gap: 10px;
  }
}
.products .products-list .container .box-2 .box-content .products .box .box-content .info span:nth-child(1) {
  width: 93%;
  font-size: 16px;
  line-height: 40px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
@media (max-width: 768px) {
  .products .products-list .container .box-2 .box-content .products .box .box-content .info span:nth-child(1) {
    font-size: 14px;
  }
}
.products .products-list .container .box-2 .box-content .products .box .box-content .info span:nth-child(2) {
  width: 7%;
  display: flex;
  flex-shrink: 0;
}
.products .products-list .container .box-2 .box-content .products .box .box-content .info span:nth-child(2) img {
  width: 9.5px;
}
.products .products-list .container .box-2 .box-content .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.products .products-list .container .box-2 .box-content .pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.products .products-list .container .box-2 .box-content .pagination ul li.active a span {
  color: var(--teal-color);
}
.products .products-list .container .box-2 .box-content .pagination ul li a span {
  color: var(--slate-gray);
  font-size: 14px;
  line-height: 40px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.products .products-list .container .box-2 .box-content .pagination ul li img {
  width: 100%;
}
.products .products-list .container .box-2 .box-content .not-found {
  padding-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .products .products-list .container .box-2 .box-content .not-found {
    padding: 100px;
  }
}
.products .products-list .container .box-2 .box-content .not-found .image img {
  width: 35px;
}
.products .products-list .container .box-2 .box-content .not-found .text-not-found {
  font-size: 14px;
  line-height: 18px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
  margin: 15px 0 0;
}

.product-details .content .container .breadcrumb {
  padding: 26px 0 16px;
  border-bottom: 1px solid var(--slate-gray);
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .product-details .content .container .breadcrumb {
    margin-top: 98.89px;
  }
}
.product-details .content .container .breadcrumb ul li a {
  display: flex;
  align-items: center;
}
.product-details .content .container .breadcrumb ul li a.active span {
  color: var(--teal-color);
}
.product-details .content .container .breadcrumb ul li a span {
  font-size: 14px;
  line-height: 18px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
  margin-right: 5px;
}
.product-details .content .container .box-details {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .product-details .content .container .box-details {
    margin-bottom: 45px;
  }
}
.product-details .content .container .box-details .box-1 h1 {
  font-size: 40px;
  line-height: 27px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .product-details .content .container .box-details .box-1 h1 {
    display: none;
    margin-bottom: 46px;
  }
}
.product-details .content .container .box-details .box-1 .details h4 {
  font-size: 20px;
  line-height: 25px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: bold;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .product-details .content .container .box-details .box-1 .details h4 {
    font-size: 17px;
  }
}
.product-details .content .container .box-details .box-1 .details p {
  font-size: 16px;
  line-height: 22px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
  padding-bottom: 20px;
  border-bottom: 1px solid #949599;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .product-details .content .container .box-details .box-1 .details p {
    font-size: 15px;
  }
}
.product-details .content .container .box-details .box-1 .details p:last-child {
  border: none;
}
.product-details .content .container .box-details .box-1 .description {
  margin-top: 12px;
  background: var(--powder-blue);
  border-radius: 10px;
  padding: 16px 21px;
}
.product-details .content .container .box-details .box-1 .description h4 {
  font-size: 20px;
  line-height: 25px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: bold;
}
@media (max-width: 768px) {
  .product-details .content .container .box-details .box-1 .description h4 {
    font-size: 17px;
  }
}
.product-details .content .container .box-details .box-1 .description ul {
  list-style: none;
  padding-left: 15px;
}
.product-details .content .container .box-details .box-1 .description ul li {
  position: relative;
  margin-bottom: 8px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: var(--slate-gray);
}
@media (max-width: 768px) {
  .product-details .content .container .box-details .box-1 .description ul li {
    font-size: 15px;
  }
}
.product-details .content .container .box-details .box-1 .description ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: var(--teal-color);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .product-details .content .container .box-details .box-2 {
    order: -1;
  }
}
.product-details .content .container .box-details .box-2 .box-content h1 {
  font-size: 30px;
  line-height: 27px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .product-details .content .container .box-details .box-2 .box-content h1 {
    display: none;
  }
}
.product-details .content .container .box-details .box-2 .box-content .product-slider {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .product-details .content .container .box-details .box-2 .box-content .product-slider {
    flex-direction: column;
    gap: 30px;
  }
}
.product-details .content .container .box-details .box-2 .box-content .product-slider .swiper.product-swiper {
  width: calc(100% - 92px);
  max-width: 100%;
  box-shadow: 0px 0px 15px rgba(119, 134, 164, 0.15);
  border-radius: 25px;
}
.product-details .content .container .box-details .box-2 .box-content .product-slider .swiper.product-swiper .swiper-wrapper .swiper-slide {
  padding: 60px;
  position: relative;
}
@media (max-width: 992px) {
  .product-details .content .container .box-details .box-2 .box-content .product-slider .swiper.product-swiper .swiper-wrapper .swiper-slide {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .product-details .content .container .box-details .box-2 .box-content .product-slider .swiper.product-swiper .swiper-wrapper .swiper-slide {
    overflow: hidden;
  }
  .product-details .content .container .box-details .box-2 .box-content .product-slider .swiper.product-swiper .swiper-wrapper .swiper-slide:hover {
    --zoom: 3;
  }
}
.product-details .content .container .box-details .box-2 .box-content .product-slider .swiper.product-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
@media (min-width: 992px) {
  .product-details .content .container .box-details .box-2 .box-content .product-slider .swiper.product-swiper .swiper-wrapper .swiper-slide img {
    height: 100%;
    -o-object-fit: cover;
    transform: scale(var(--zoom, 1));
    transform-origin: var(--x) var(--y);
    transition: transform 0.3s ease;
  }
}
.product-details .content .container .box-details .box-2 .box-content .product-slider .swiper.product-swiper .swiper-button-prev,
.product-details .content .container .box-details .box-2 .box-content .product-slider .swiper.product-swiper .swiper-button-next {
  background: none; /* Remove background */
  border: none; /* Remove any border */
}
.product-details .content .container .box-details .box-2 .box-content .product-slider .swiper.product-swiper .swiper-button-prev img,
.product-details .content .container .box-details .box-2 .box-content .product-slider .swiper.product-swiper .swiper-button-next img {
  height: 20px;
}
.product-details .content .container .box-details .box-2 .box-content .product-slider .swiper.product-swiper .swiper-button-prev::after,
.product-details .content .container .box-details .box-2 .box-content .product-slider .swiper.product-swiper .swiper-button-next::after {
  content: "";
}
.product-details .content .container .box-details .box-2 .box-content .product-slider .swiper.products-swiper {
  width: 76px;
}
@media (max-width: 992px) {
  .product-details .content .container .box-details .box-2 .box-content .product-slider .swiper.products-swiper {
    width: 100%;
  }
}
.product-details .content .container .box-details .box-2 .box-content .product-slider .swiper.products-swiper .swiper-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .product-details .content .container .box-details .box-2 .box-content .product-slider .swiper.products-swiper .swiper-wrapper {
    flex-direction: row;
    justify-content: center;
  }
}
.product-details .content .container .box-details .box-2 .box-content .product-slider .swiper.products-swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
@media (max-width: 992px) {
  .product-details .content .container .box-details .box-2 .box-content .product-slider .swiper.products-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
}
.product-details .content .container .box-details .box-2 .box-content .product-slider .swiper.products-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
  border: 2px solid var(--teal-color);
}
.product-details .content .container .box-details .box-2 .box-content .product-slider .swiper.products-swiper .swiper-wrapper .swiper-slide img {
  width: 76px;
  height: 76px;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0px 0px 15px rgba(119, 134, 164, 0.15);
  border-radius: 10px;
}
.product-details .content .container .box-details .box-2 .box-content .like {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .product-details .content .container .box-details .box-2 .box-content .like {
    margin-bottom: 18px;
  }
}
.product-details .content .container .box-details .box-2 .box-content .like .like-product {
  border: 1px solid var(--teal-color);
  text-align: center;
  padding: 16px 0;
  color: var(--teal-color);
  font-size: 15px;
  line-height: 20px;
  font-family: "Onest", sans-serif;
  font-weight: bold;
  border-radius: 10px;
  width: 100%;
  background: white;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}
.product-details .content .container .box-details .box-2 .box-content .like .like-product.active {
  color: white;
  background-color: var(--teal-color);
}
.product-details .content .similar-products {
  padding: 40px 0 60px;
  background-color: var(--powder-blue);
}
.product-details .content .similar-products .container .content h2 {
  font-size: 42px;
  line-height: 50px;
  color: var(--slate-blue);
  font-family: "Playfair Display", serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 34px;
}
.product-details .content .similar-products .container .content .slider-similar-products .box .box-content .image {
  margin-bottom: 12px;
}
.product-details .content .similar-products .container .content .slider-similar-products .box .box-content .image img {
  border-radius: 10px;
  width: 263px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-details .content .similar-products .container .content .slider-similar-products .box .box-content h4 a {
  font-size: 16px;
  line-height: 21px;
  color: #155060;
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.product-details .content .similar-products .container .content .view-all {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
.product-details .content .similar-products .container .content .view-all a span {
  display: block;
  border-radius: 10px;
  font-size: 18px;
  line-height: 28px;
  color: white;
  background-color: var(--slate-blue);
  text-align: center;
  padding: 20px 30px;
}

@media (max-width: 992px) {
  .search-product-page .container {
    margin-top: 98.89px;
  }
}
.search-product-page .container .content .search-box .title {
  font-size: 14px;
  line-height: 18px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
  display: block;
  padding: 26px 0 16px;
}
.search-product-page .container .content .search-box .search-container {
  position: relative;
  width: 100%;
}
.search-product-page .container .content .search-box .search-container .input-container {
  position: relative;
  width: 100%;
}
.search-product-page .container .content .search-box .search-container .input-container input {
  outline: none;
  border: 1px solid var(--slate-gray);
  font-size: 20px;
  line-height: 28px;
  color: #484953;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  height: 52px;
  padding-left: 22px;
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 992px) {
  .search-product-page .container .content .search-box .search-container .input-container input {
    font-size: 16px;
  }
}
.search-product-page .container .content .search-box .search-container .input-container input::-moz-placeholder {
  font-size: 20px;
  line-height: 28px;
  color: #484953;
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.search-product-page .container .content .search-box .search-container .input-container input::placeholder {
  font-size: 20px;
  line-height: 28px;
  color: #484953;
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
@media (max-width: 992px) {
  .search-product-page .container .content .search-box .search-container .input-container input::-moz-placeholder {
    font-size: 16px;
  }
  .search-product-page .container .content .search-box .search-container .input-container input::placeholder {
    font-size: 16px;
  }
}
.search-product-page .container .content .search-box .search-container .input-container .bar {
  position: absolute;
  display: block;
  top: 16px;
  left: 22px;
  width: 2px;
  height: 18px;
  background-color: var(--teal-color);
}
.search-product-page .container .content .search-box .search-container button {
  height: 52px;
  line-height: 28px;
  background: none;
  outline: none;
  border: none;
  padding-right: 22px;
  border-radius: 0 10px 10px 0;
  position: absolute;
  top: 0;
  right: 0px;
}
@media (min-width: 992px) {
  .search-product-page .container .content .filter-desktop {
    display: block;
  }
}
@media (max-width: 992px) {
  .search-product-page .container .content .filter-desktop {
    display: none;
  }
}
.search-product-page .container .content .filter-desktop .filter {
  padding-top: 27px;
}
.search-product-page .container .content .filter-desktop .filter .filter-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-product-page .container .content .filter-desktop .filter .filter-box .filter-search-mob-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 15px 17px;
  border-radius: 10px;
  border: 1px solid var(--slate-blue);
  cursor: pointer;
}
@media (min-width: 992px) {
  .search-product-page .container .content .filter-desktop .filter .filter-box .filter-search-mob-btn {
    display: none;
  }
}
.search-product-page .container .content .filter-desktop .filter .filter-box .filter-search-mob-btn .box-one {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 9px;
}
.search-product-page .container .content .filter-desktop .filter .filter-box .filter-search-mob-btn .box-one span {
  font-size: 15px;
  line-height: 17px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: 600;
}
.search-product-page .container .content .filter-desktop .filter .filter-box .filter-search-mob-btn .box-two .opt-selected-count {
  font-family: "Onest", sans-serif;
  font-weight: bold;
  color: var(--teal-color);
  font-size: 15px;
  line-height: 17px;
}
.search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content {
  display: flex;
  align-items: center;
  gap: 30px;
}
.search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .filter-title {
  font-size: 16px;
  line-height: 17px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
@media (max-width: 992px) {
  .search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .filter-title {
    display: block;
    margin-bottom: 36px;
  }
}
.search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .filter-title .group {
  font-size: 16px;
  line-height: 17px;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  color: var(--slate-blue);
}
@media (max-width: 992px) {
  .search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .custom-radio,
  .search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .custom-checkbox {
    display: block;
  }
  .search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .custom-radio:not(.search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .custom-radio:last-child,
  .search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .custom-checkbox:last-child),
  .search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .custom-checkbox:not(.search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .custom-radio:last-child,
  .search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .custom-checkbox:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--slate-gray);
    width: 100%;
  }
}
.search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .custom-radio input[type=radio],
.search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .custom-checkbox input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .custom-radio input[type=checkbox],
.search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .custom-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .custom-radio label,
.search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .custom-checkbox label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  color: var(--slate-gray);
  font-size: 14px;
  line-height: 20px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .custom-radio label::before,
.search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .custom-checkbox label::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  background-color: white;
  border: 1px solid var(--slate-gray);
  border-radius: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .custom-radio label::after,
.search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .custom-checkbox label::after {
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  height: 18px;
  width: 18px;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0);
  background-color: var(--teal-color);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 12px;
  color: white;
  border-radius: 4px;
}
.search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .custom-radio input[type=radio]:checked + label::before,
.search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .custom-radio input[type=checkbox]:checked + label::before,
.search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .custom-checkbox input[type=radio]:checked + label::before,
.search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .custom-checkbox input[type=checkbox]:checked + label::before {
  border: none;
}
.search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .custom-radio input[type=radio]:checked + label::after,
.search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .custom-radio input[type=checkbox]:checked + label::after,
.search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .custom-checkbox input[type=radio]:checked + label::after,
.search-product-page .container .content .filter-desktop .filter .filter-box .box-1 .content .custom-checkbox input[type=checkbox]:checked + label::after {
  transform: translateY(-50%) scale(1);
}
.search-product-page .container .content .filter-desktop .filter .filter-box .box-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-product-page .container .content .filter-desktop .filter .filter-box .box-2 span {
  font-size: 14px;
  line-height: 18px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
@media (min-width: 992px) {
  .search-product-page .container .content .filter-mobile {
    display: none;
  }
}
@media (max-width: 992px) {
  .search-product-page .container .content .filter-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.search-product-page .container .content .filter-mobile .head-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 15px;
}
.search-product-page .container .content .filter-mobile .head-filter .filter-mob-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 15px 17px;
  border-radius: 10px;
  border: 1px solid var(--slate-blue);
  cursor: pointer;
}
@media (min-width: 992px) {
  .search-product-page .container .content .filter-mobile .head-filter .filter-mob-btn {
    display: none;
  }
}
.search-product-page .container .content .filter-mobile .head-filter .filter-mob-btn .box-one {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 9px;
}
.search-product-page .container .content .filter-mobile .head-filter .filter-mob-btn .box-one span {
  font-size: 15px;
  line-height: 17px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: 600;
}
.search-product-page .container .content .filter-mobile .head-filter .filter-mob-btn .box-two .opt-selected-count {
  font-family: "Onest", sans-serif;
  font-weight: bold;
  color: var(--teal-color);
  font-size: 15px;
  line-height: 17px;
}
.search-product-page .container .content .filter-mobile .head-filter .items-count {
  font-size: 15px;
  line-height: 18px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-gray);
}
.search-product-page .container .content .filter-mobile .filter {
  padding-top: 27px;
}
@media (max-width: 992px) {
  .search-product-page .container .content .filter-mobile .filter {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background-color: rgba(72, 73, 83, 0.3); /* Semi-transparent background */
    -webkit-backdrop-filter: blur(11px) brightness(100%);
            backdrop-filter: blur(11px) brightness(100%); /* Apply blur and adjust brightness */
    overflow-y: auto;
    z-index: 1;
    transition: all 0.3s ease;
  }
  .search-product-page .container .content .filter-mobile .filter.active {
    left: 0;
  }
}
.search-product-page .container .content .filter-mobile .filter .filter-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .search-product-page .container .content .filter-mobile .filter .filter-box {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 250px;
    width: 100%;
    background-color: var(--powder-blue);
    border-radius: 20px 20px 0 0;
    padding: 30px 20px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .search-product-page .container .content .filter-mobile .filter .filter-box .close-filter {
    display: none;
  }
}
@media (max-width: 992px) {
  .search-product-page .container .content .filter-mobile .filter .filter-box .close-filter {
    position: absolute;
    right: 20px;
    top: 30px;
  }
}
.search-product-page .container .content .filter-mobile .filter .filter-box .close-filter img {
  height: 16px;
}
.search-product-page .container .content .filter-mobile .filter .filter-box .box-1 {
  display: flex;
  width: 100%;
}
.search-product-page .container .content .filter-mobile .filter .filter-box .box-1 .content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.search-product-page .container .content .filter-mobile .filter .filter-box .box-1 .content .filter-title {
  font-size: 16px;
  line-height: 17px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
@media (max-width: 992px) {
  .search-product-page .container .content .filter-mobile .filter .filter-box .box-1 .content .filter-title {
    display: block;
    margin-bottom: 16px;
  }
}
.search-product-page .container .content .filter-mobile .filter .filter-box .box-1 .content .filter-title .group {
  font-size: 16px;
  line-height: 17px;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  color: var(--slate-blue);
}
@media (max-width: 992px) {
  .search-product-page .container .content .filter-mobile .filter .filter-box .box-1 .content .custom-checkbox {
    display: block;
    padding-top: 20px;
  }
  .search-product-page .container .content .filter-mobile .filter .filter-box .box-1 .content .custom-checkbox:not(.search-product-page .container .content .filter-mobile .filter .filter-box .box-1 .content .custom-checkbox:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--slate-gray);
    width: 100%;
  }
}
.search-product-page .container .content .filter-mobile .filter .filter-box .box-1 .content .custom-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.search-product-page .container .content .filter-mobile .filter .filter-box .box-1 .content .custom-checkbox label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  color: var(--slate-gray);
  font-size: 14px;
  line-height: 20px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.search-product-page .container .content .filter-mobile .filter .filter-box .box-1 .content .custom-checkbox label::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  background-color: white;
  border: 1px solid var(--slate-gray);
  border-radius: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.search-product-page .container .content .filter-mobile .filter .filter-box .box-1 .content .custom-checkbox label::after {
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  height: 18px;
  width: 18px;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0);
  background-color: var(--teal-color);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 12px;
  color: white;
  border-radius: 4px;
}
.search-product-page .container .content .filter-mobile .filter .filter-box .box-1 .content .custom-checkbox input[type=checkbox]:checked + label::before {
  border: none;
}
.search-product-page .container .content .filter-mobile .filter .filter-box .box-1 .content .custom-checkbox input[type=checkbox]:checked + label::after {
  transform: translateY(-50%) scale(1);
}
.search-product-page .container .content .filter-mobile .filter .filter-box .box-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-product-page .container .content .filter-mobile .filter .filter-box .box-2 span {
  font-size: 14px;
  line-height: 18px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.search-product-page .container .content .products {
  padding-top: 90px;
}
@media (max-width: 992px) {
  .search-product-page .container .content .products {
    padding-top: 30px;
  }
}
.search-product-page .container .content .products .product {
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .search-product-page .container .content .products .product {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .search-product-page .container .content .products .product {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 768px) {
  .search-product-page .container .content .products .product {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.search-product-page .container .content .products .product .content .image {
  display: flex;
  justify-content: center;
}
.search-product-page .container .content .products .product .content .image img {
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .search-product-page .container .content .products .product .content .image img {
    width: 140px;
    height: 140px;
  }
}
.search-product-page .container .content .products .product .content .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 8px;
}
.search-product-page .container .content .products .product .content .info a {
  text-decoration: none;
}
.search-product-page .container .content .products .product .content .info span {
  font-size: 16px;
  line-height: 40px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .search-product-page .container .content .products .product .content .info span {
    font-size: 14px;
  }
}
.search-product-page .container .content .products .product .content .info span img {
  width: 100%;
}
.search-product-page .container .content .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 57px 0 90px;
}
.search-product-page .container .content .pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.search-product-page .container .content .pagination ul li.active a span {
  color: var(--teal-color);
}
.search-product-page .container .content .pagination ul li a span {
  color: var(--slate-gray);
  font-size: 14px;
  line-height: 40px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.search-product-page .container .content .pagination ul li img {
  width: 100%;
}
.search-product-page .container .content .not-found {
  padding-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px;
  flex-direction: column;
}
.search-product-page .container .content .not-found .image img {
  width: 35px;
}
.search-product-page .container .content .not-found .text-not-found {
  font-size: 14px;
  line-height: 18px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
  margin: 15px 0 0;
}

.news .news-head {
  position: relative;
}
.news .news-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 85px;
  background-color: var(--slate-blue);
  z-index: 1;
  width: calc((100vw - 1140px) / 2 + 12px);
}
@media (min-width: 2000px) {
  .news .news-head::before {
    width: 490px;
  }
}
@media (max-width: 1200px) {
  .news .news-head::before {
    width: calc((100vw - 960px) / 2 + 12px);
  }
}
@media (max-width: 992px) {
  .news .news-head::before {
    width: calc((100vw - 720px) / 2 + 12px);
    top: 98.89px;
  }
}
@media (max-width: 768px) {
  .news .news-head::before {
    width: calc((100vw - 540px) / 2 + 12px);
  }
}
@media (max-width: 576px) {
  .news .news-head::before {
    width: 20px;
  }
}
.news .news-head .container .news-head-content .box .page-title {
  width: 490px;
  max-width: 100%;
  height: 85px;
  background-color: var(--slate-blue);
  color: white;
  display: flex;
  align-items: center;
  border-radius: 0 15px 15px 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .news .news-head .container .news-head-content .box .page-title {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .news .news-head .container .news-head-content .box .page-title {
    width: 400px;
    max-width: 100%;
    margin-top: 98.89px;
  }
}
.news .news-head .container .news-head-content .box .page-title h1 {
  font-size: 40px;
  line-height: 70px;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin: 0;
}
@media (max-width: 992px) {
  .news .news-head .container .news-head-content .box .page-title h1 {
    font-size: 30px;
  }
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop {
  align-items: center;
  gap: 16px;
  flex: 1;
  position: relative;
  top: 16px;
}
@media (min-width: 992px) {
  .news .news-head .container .news-head-content .box .filter-boxes-desktop {
    display: flex;
  }
}
@media (max-width: 992px) {
  .news .news-head .container .news-head-content .box .filter-boxes-desktop {
    display: none;
  }
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main {
  position: relative;
  cursor: pointer;
  flex: 1;
  border: 1px solid var(--slate-gray);
  border-radius: 10px;
}
@media (max-width: 768px) {
  .news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main {
    margin-bottom: 18px;
  }
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  height: 56px;
  width: 100%;
  padding: 18px 23px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  border-radius: 10px;
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .dropdown-icon {
  transition: transform 0.3s ease; /* Smooth rotation */
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .dropdown-icon.rotate {
  transform: rotate(180deg);
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options {
  padding: 13px 26px 13px 22px;
  background-color: white;
  border-radius: 10px;
  height: 0px;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  top: 115%;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
  /* Custom scrollbar container */
  /* Custom scrollbar styling */
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options.active {
  height: 170px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options .scroll-container {
  height: 100%;
  overflow-y: scroll; /* Enable scrolling for inner content */
  padding-right: 10px; /* Add space for custom scrollbar */
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options .scroll-container::-webkit-scrollbar {
  width: 6px; /* Custom scrollbar width */
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options .scroll-container::-webkit-scrollbar-track {
  background: rgba(112, 112, 112, 0.3); /* Scrollbar track color */
  border-radius: 5px;
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options .scroll-container::-webkit-scrollbar-thumb {
  background-color: var(--teal-color); /* Scrollbar thumb color */
  border-radius: 10px;
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options .scroll-container::-webkit-scrollbar-thumb:hover {
  background: var(--teal-color); /* Scrollbar hover effect */
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options ul li {
  padding: 10px 7px;
  margin-bottom: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options ul li:last-child {
  margin-bottom: 0;
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options ul li.active {
  background-color: var(--powder-blue);
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options ul li .custom-checkbox input[type=checkbox],
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options ul li .custom-radio input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options ul li .custom-checkbox input[type=radio],
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options ul li .custom-radio input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options ul li .custom-checkbox label,
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options ul li .custom-radio label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  color: var(--slate-gray);
  font-size: 14px;
  line-height: 20px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options ul li .custom-checkbox label::before,
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options ul li .custom-radio label::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  background-color: white;
  border: 1px solid var(--slate-gray);
  border-radius: 4px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options ul li .custom-checkbox label::after,
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options ul li .custom-radio label::after {
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  height: 18px;
  width: 18px;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0);
  background-color: var(--teal-color);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 12px;
  color: white;
  border-radius: 4px;
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options ul li .custom-checkbox input[type=checkbox]:checked + label::before,
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options ul li .custom-checkbox input[type=radio]:checked + label::before,
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options ul li .custom-radio input[type=checkbox]:checked + label::before,
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options ul li .custom-radio input[type=radio]:checked + label::before {
  border: none;
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options ul li .custom-checkbox input[type=checkbox]:checked + label::after,
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options ul li .custom-checkbox input[type=radio]:checked + label::after,
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options ul li .custom-radio input[type=checkbox]:checked + label::after,
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.dropdown-main .options ul li .custom-radio input[type=radio]:checked + label::after {
  transform: translateY(-50%) scale(1);
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.box-2 .options {
  height: 0px;
  /* Custom scrollbar container */
  /* Custom scrollbar styling */
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.box-2 .options.active {
  height: 130px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.box-2 .options .scroll-container {
  height: 100%;
  overflow-y: scroll; /* Enable scrolling for inner content */
  padding-right: 10px; /* Add space for custom scrollbar */
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.box-2 .options .scroll-container::-webkit-scrollbar {
  width: 6px; /* Custom scrollbar width */
  display: none;
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.box-2 .options .scroll-container::-webkit-scrollbar-track {
  background: rgba(112, 112, 112, 0.3); /* Scrollbar track color */
  border-radius: 5px;
  display: none;
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.box-2 .options .scroll-container::-webkit-scrollbar-thumb {
  background-color: var(--teal-color); /* Scrollbar thumb color */
  border-radius: 10px;
  display: none;
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.box-2 .options .scroll-container::-webkit-scrollbar-thumb:hover {
  background: var(--teal-color); /* Scrollbar hover effect */
  display: none;
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.box-2 .options ul li .custom-checkbox input[type=checkbox],
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.box-2 .options ul li .custom-radio input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.box-2 .options ul li .custom-checkbox input[type=radio],
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.box-2 .options ul li .custom-radio input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.box-2 .options ul li .custom-checkbox label,
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.box-2 .options ul li .custom-radio label {
  padding-left: 0;
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.box-2 .options ul li .custom-checkbox label::before,
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.box-2 .options ul li .custom-radio label::before {
  display: none;
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.box-2 .options ul li .custom-checkbox label::after,
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.box-2 .options ul li .custom-radio label::after {
  display: none;
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.box-2 .options ul li .custom-checkbox input[type=checkbox]:checked + label::before,
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.box-2 .options ul li .custom-checkbox input[type=radio]:checked + label::before,
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.box-2 .options ul li .custom-radio input[type=checkbox]:checked + label::before,
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.box-2 .options ul li .custom-radio input[type=radio]:checked + label::before {
  border: none;
}
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.box-2 .options ul li .custom-checkbox input[type=checkbox]:checked + label::after,
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.box-2 .options ul li .custom-checkbox input[type=radio]:checked + label::after,
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.box-2 .options ul li .custom-radio input[type=checkbox]:checked + label::after,
.news .news-head .container .news-head-content .box .filter-boxes-desktop .box.box-2 .options ul li .custom-radio input[type=radio]:checked + label::after {
  transform: translateY(-50%) scale(1);
}
@media (min-width: 992px) {
  .news .news-head .container .news-head-content .box .filter-boxes-mobile {
    display: none;
  }
}
@media (max-width: 992px) {
  .news .news-head .container .news-head-content .box .filter-boxes-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.news .news-head .container .news-head-content .box .filter-boxes-mobile .head-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .news .news-head .container .news-head-content .box .filter-boxes-mobile .head-filter {
    padding-top: 30px;
  }
}
.news .news-head .container .news-head-content .box .filter-boxes-mobile .head-filter .filter-mob-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 15px 17px;
  border-radius: 10px;
  border: 1px solid var(--slate-blue);
  cursor: pointer;
}
@media (min-width: 992px) {
  .news .news-head .container .news-head-content .box .filter-boxes-mobile .head-filter .filter-mob-btn {
    display: none;
  }
}
.news .news-head .container .news-head-content .box .filter-boxes-mobile .head-filter .filter-mob-btn .box-one {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 9px;
}
.news .news-head .container .news-head-content .box .filter-boxes-mobile .head-filter .filter-mob-btn .box-one span {
  font-size: 15px;
  line-height: 17px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: 600;
}
.news .news-head .container .news-head-content .box .filter-boxes-mobile .head-filter .filter-mob-btn .box-two .opt-selected-count {
  font-family: "Onest", sans-serif;
  font-weight: bold;
  color: var(--teal-color);
  font-size: 15px;
  line-height: 17px;
}
.news .news-head .container .news-head-content .box .filter-boxes-mobile .head-filter .items-count {
  font-size: 15px;
  line-height: 18px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-gray);
}
@media (max-width: 992px) {
  .news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background-color: rgba(72, 73, 83, 0.3); /* Semi-transparent background */
    -webkit-backdrop-filter: blur(11px) brightness(100%);
            backdrop-filter: blur(11px) brightness(100%); /* Apply blur and adjust brightness */
    overflow-y: auto;
    z-index: 1;
    transition: all 0.3s ease;
  }
  .news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob.active {
    left: 0;
  }
}
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .title {
  font-size: 14px;
  line-height: 18px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-gray);
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width: 992px) {
  .news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box {
    position: absolute;
    top: 22%;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--powder-blue);
    border-radius: 20px 20px 0 0;
    padding: 30px 20px 0;
  }
}
@media (min-width: 992px) {
  .news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .close-filter {
    display: none;
  }
}
@media (max-width: 992px) {
  .news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .close-filter {
    position: absolute;
    right: 20px;
    top: 28px;
  }
}
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .close-filter img {
  height: 16px;
}
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-cat .title,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-sub-cat .title {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-gray);
}
@media (max-width: 992px) {
  .news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-cat .title,
  .news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-sub-cat .title {
    font-size: 16px;
    font-weight: 500;
  }
}
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-cat ul,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-sub-cat ul {
  background: white;
  padding: 20px;
}
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-cat ul li:not(.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-cat ul li:last-child,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-sub-cat ul li:last-child),
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-sub-cat ul li:not(.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-cat ul li:last-child,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-sub-cat ul li:last-child) {
  margin-bottom: 20px;
}
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-cat ul li .custom-radio,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-cat ul li .custom-checkbox,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-sub-cat ul li .custom-radio,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-sub-cat ul li .custom-checkbox {
  margin-bottom: 0px;
}
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-cat ul li .custom-radio input[type=checkbox],
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-cat ul li .custom-checkbox input[type=checkbox],
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-sub-cat ul li .custom-radio input[type=checkbox],
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-sub-cat ul li .custom-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-cat ul li .custom-radio input[type=radio],
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-cat ul li .custom-checkbox input[type=radio],
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-sub-cat ul li .custom-radio input[type=radio],
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-sub-cat ul li .custom-checkbox input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-cat ul li .custom-radio label,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-cat ul li .custom-checkbox label,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-sub-cat ul li .custom-radio label,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-sub-cat ul li .custom-checkbox label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: 500; /* Regular weight */
}
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-cat ul li .custom-radio label::before,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-cat ul li .custom-checkbox label::before,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-sub-cat ul li .custom-radio label::before,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-sub-cat ul li .custom-checkbox label::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  background-color: white;
  border: 1px solid var(--slate-gray);
  border-radius: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-cat ul li .custom-radio label::after,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-cat ul li .custom-checkbox label::after,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-sub-cat ul li .custom-radio label::after,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-sub-cat ul li .custom-checkbox label::after {
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  height: 18px;
  width: 18px;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0);
  background-color: var(--teal-color);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 12px;
  color: white;
  border-radius: 2px;
}
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-cat ul li .custom-radio input[type=checkbox]:checked + label::before,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-cat ul li .custom-radio input[type=radio]:checked + label::before,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-cat ul li .custom-checkbox input[type=checkbox]:checked + label::before,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-cat ul li .custom-checkbox input[type=radio]:checked + label::before,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-sub-cat ul li .custom-radio input[type=checkbox]:checked + label::before,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-sub-cat ul li .custom-radio input[type=radio]:checked + label::before,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-sub-cat ul li .custom-checkbox input[type=checkbox]:checked + label::before,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-sub-cat ul li .custom-checkbox input[type=radio]:checked + label::before {
  border: none;
}
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-cat ul li .custom-radio input[type=checkbox]:checked + label::after,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-cat ul li .custom-radio input[type=radio]:checked + label::after,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-cat ul li .custom-checkbox input[type=checkbox]:checked + label::after,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-cat ul li .custom-checkbox input[type=radio]:checked + label::after,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-sub-cat ul li .custom-radio input[type=checkbox]:checked + label::after,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-sub-cat ul li .custom-radio input[type=radio]:checked + label::after,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-sub-cat ul li .custom-checkbox input[type=checkbox]:checked + label::after,
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-sub-cat ul li .custom-checkbox input[type=radio]:checked + label::after {
  transform: translateY(-50%) scale(1);
}
.news .news-head .container .news-head-content .box .filter-boxes-mobile .filter-mob .filter-box .filter-cat {
  margin-bottom: 30px;
}
.news .news-list {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .news .news-list {
    padding: 30px 0 40px;
  }
}
.news .news-list .container .content .box .box-content {
  box-shadow: 0px 10px 15px rgba(119, 134, 164, 0.1);
  margin-bottom: 30px;
  border-radius: 20px;
}
.news .news-list .container .content .box .box-content .image img {
  width: 100%;
  border-radius: 20px;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 992px) {
  .news .news-list .container .content .box .box-content .image img {
    height: 219px;
  }
}
.news .news-list .container .content .box .box-content .content {
  padding: 24px 22px;
}
.news .news-list .container .content .box .box-content .content .category {
  padding: 3px 9px;
  background-color: var(--powder-blue);
  color: var(--teal-color);
  font-size: 12px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  border-radius: 5px;
}
.news .news-list .container .content .box .box-content .content .title a {
  font-size: 18px;
  line-height: 22px;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  color: var(--slate-blue);
}
.news .news-list .container .content .box .box-content .content .div-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news .news-list .container .content .box .box-content .content .div-footer .date {
  font-size: 13px;
  line-height: 40px;
  color: var(--slate-gray);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.news .news-list .container .content .box .box-content .content .div-footer .link {
  text-decoration: underline;
  font-size: 13px;
  line-height: 28px;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  color: var(--slate-blue);
}
.news .news-list .container .content .empty-news {
  padding: 100px 0;
}
.news .news-list .container .content .empty-news .container .empty-news-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.news .news-list .container .content .empty-news .container .empty-news-content h3 {
  font-size: 40px;
  line-height: 45px;
  font-family: "Onest", sans-serif;
  font-weight: bold;
  color: var(--slate-blue);
  margin: 0;
}
@media (max-width: 768px) {
  .news .news-list .container .content .empty-news .container .empty-news-content h3 {
    font-size: 30px;
  }
}
.news .load-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
.news .load-more .load-more-btn {
  background: white;
  border: 2px solid var(--slate-blue);
  border-radius: 10px;
  padding: 16px 60px;
  font-family: "Onest", sans-serif;
  font-weight: 600;
}

.news-details {
  overflow-x: hidden;
}
@media (max-width: 992px) {
  .news-details {
    margin-top: 98.89px;
  }
}
.news-details .content {
  position: relative;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .breadcrumb {
  padding: 26px 0 16px;
  border-bottom: 1px solid var(--slate-gray);
  margin-bottom: 37px;
}
@media (max-width: 992px) {
  .news-details .content .news-details-head .container .news-details-head-content .box .box-content .breadcrumb {
    padding: 16px 0;
    margin-bottom: 30px;
  }
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .breadcrumb ul li a.active span {
  color: var(--teal-color);
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .breadcrumb ul li a span {
  font-size: 14px;
  line-height: 18px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-gray);
  display: inline-flex;
  margin-right: 5px;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-desktop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-desktop {
    display: flex;
  }
}
@media (max-width: 992px) {
  .news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-desktop {
    display: none;
  }
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-desktop .date span {
  font-size: 13px;
  line-height: 40px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-gray);
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-desktop .share {
  position: relative;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-desktop .share a {
  display: flex;
  align-items: center;
  gap: 11px;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-desktop .share a img {
  width: 14px;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-desktop .share a span {
  font-size: 18px;
  line-height: 28px;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  color: var(--teal-color);
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-desktop .share:hover .social-links {
  opacity: 1;
  visibility: visible;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-desktop .share .social-links {
  opacity: 0;
  visibility: hidden;
  padding: 13px 18px;
  border-radius: 10px;
  border: 2px solid var(--teal-color);
  position: absolute;
  top: 164%;
  left: -60px;
  z-index: 1;
  background: white;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-desktop .share .social-links.type-video {
  top: -9px;
  right: 100px;
  left: unset;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-desktop .share .social-links.type-video::before {
  content: "";
  position: absolute;
  right: -36px;
  left: unset;
  transform: translateX(-50%);
  top: 8px;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent transparent var(--teal-color);
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-desktop .share .social-links.type-video::after {
  content: "";
  position: absolute;
  right: -29px;
  left: unset;
  transform: translateX(-50%);
  top: 11px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent white;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-desktop .share .social-links.type-video h1 {
  margin: 0 0 50px;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-desktop .share .social-links::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -24px;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent var(--teal-color) transparent;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-desktop .share .social-links::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -19px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-desktop .share .social-links .social-links-list {
  display: flex;
  align-items: center;
  gap: 15px;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-desktop .share .social-links .social-links-list li {
  border-right: 1px solid var(--teal-color);
  padding-right: 15px;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-desktop .share .social-links .social-links-list li:last-child {
  padding-right: 0;
  border-right: none;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-desktop .share .social-links .social-links-list li:last-child a img {
  margin-right: 15px;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-desktop .share .social-links .social-links-list li a img {
  margin-right: 15px;
  width: 100%;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-mob {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-mob {
    display: none;
  }
}
@media (max-width: 992px) {
  .news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-mob {
    display: flex;
  }
}
@media (max-width: 992px) {
  .news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-mob {
    margin-bottom: 30px;
  }
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-mob .date span {
  font-size: 13px;
  line-height: 40px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-gray);
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-mob .share {
  position: relative;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-mob .share a {
  display: flex;
  align-items: center;
  gap: 11px;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-mob .share a img {
  width: 14px;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-mob .share a span {
  font-size: 18px;
  line-height: 28px;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  color: var(--teal-color);
}
@media (max-width: 768px) {
  .news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-mob .share a span {
    font-size: 16px;
  }
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-mob .share .social-links {
  position: fixed;
  width: 0%; /* Set width as needed */
  height: 100%; /* Set height as needed */
  top: 0;
  left: -100%;
  z-index: 3;
  transition: all 0.3s ease;
  background-color: rgba(72, 73, 83, 0.3); /* Semi-transparent background */
  -webkit-backdrop-filter: blur(11px) brightness(100%);
          backdrop-filter: blur(11px) brightness(100%); /* Apply blur and adjust brightness */
  overflow-y: auto;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-mob .share .social-links.active {
  left: 0;
  width: 100%;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-mob .share .social-links .social-section {
  display: flex;
  /* align-items: center; */
  gap: 10px;
  position: absolute;
  top: 22%;
  left: 0;
  height: auto;
  width: 100%;
  background: var(--powder-blue);
  border-radius: 20px 20px 0 0;
  flex-direction: column;
  overflow-y: auto;
  padding: 30px 36px;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-mob .share .social-links .social-section .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-mob .share .social-links .social-section .head span {
  font-size: 18px;
  line-height: 40px;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  color: var(--slate-blue);
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-mob .share .social-links .social-section .social-links-list li:first-child a {
  padding-top: 20px;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-mob .share .social-links .social-section .social-links-list li:last-child a {
  padding-bottom: 0;
  border-bottom: none;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-mob .share .social-links .social-section .social-links-list li a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--slate-gray);
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-mob .share .social-links .social-section .social-links-list li a img {
  width: 30px;
  height: 30px;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .date-share-mob .share .social-links .social-section .social-links-list li a span {
  font-size: 18px;
  line-height: 40px;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  color: var(--slate-blue);
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 0px auto 50px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .video {
    margin: 20px auto 35px;
    border-radius: 10px;
  }
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .video video {
    border-radius: 10px;
  }
}
@media (min-width: 1024px) {
  .news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .video {
    max-width: 100%;
    height: 613px;
  }
}
@media (max-width: 1024px) {
  .news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .video {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .video {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .image-mob-box {
  position: relative;
  display: none;
}
@media (max-width: 992px) {
  .news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .image-mob-box {
    display: block;
    margin-bottom: 50px;
  }
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .image-mob-box .image-mob {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .image-mob-box .image-mob {
    max-width: 530px;
    margin: 0 auto;
    display: block;
  }
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .image-mob-box .info-image-box {
  position: absolute;
  right: 39px;
  bottom: -40px;
  display: flex;
  align-items: center;
  padding: 27px;
  gap: 14px;
  z-index: 2;
  border-radius: 10px;
  background-color: white;
}
@media (max-width: 992px) {
  .news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .image-mob-box .info-image-box {
    padding: 17px 23px;
  }
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .image-mob-box .info-image-box .image-box {
  padding: 14px;
  border-radius: 10px;
  background-color: var(--powder-blue);
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .image-mob-box .info-image-box .image-box img {
  width: 32px;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .image-mob-box .info-image-box .info-box .info-content .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .image-mob-box .info-image-box .info-box .info-content .text .more-than {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .image-mob-box .info-image-box .info-box .info-content .text .more-than:first-child {
  font-family: "Onest", sans-serif;
  font-weight: bold;
  color: var(--slate-blue);
  font-size: 14px;
  line-height: 12px;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .image-mob-box .info-image-box .info-box .info-content .text .more-than .number {
  font-family: "Onest", sans-serif;
  font-weight: bold;
  color: var(--slate-blue);
  font-size: 24px !important;
  line-height: 17px !important;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro .image-mob-box .info-image-box .info-box .info-content .text span {
  font-family: "Onest", sans-serif;
  font-weight: bold;
  color: var(--slate-blue);
  font-size: 14px;
  line-height: 12px;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro h1 {
  font-size: 40px;
  line-height: 45px;
  font-family: "Onest", sans-serif;
  font-weight: bold;
  color: var(--slate-blue);
  margin: 0 0 30px;
  max-width: 900px;
}
@media (max-width: 992px) {
  .news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro p {
  margin-bottom: 12px;
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro p:first-of-type {
  font-size: 22px;
  line-height: 28px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-blue);
}
@media (min-width: 992px) {
  .news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro p:first-of-type {
    padding-right: 100px;
  }
}
@media (max-width: 992px) {
  .news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro p:first-of-type {
    font-size: 18px;
    line-height: 23px;
  }
}
.news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro p:last-child {
  font-size: 16px;
  line-height: 28px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-blue);
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro p:last-child {
    padding-right: 100px;
  }
}
@media (max-width: 992px) {
  .news-details .content .news-details-head .container .news-details-head-content .box .box-content .head-intro p:last-child {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .news-details .content .news-details-head .container .news-details-head-content .box.box-1 {
    width: calc(100% - 530px);
  }
}
.news-details .content .news-details-head .container .news-details-head-content .box.box-2 {
  position: relative;
  max-width: 530px;
}
.news-details .content .news-details-head .container .news-details-head-content .box.box-2 .image {
  position: relative;
  max-width: 530px;
}
@media (max-width: 992px) {
  .news-details .content .news-details-head .container .news-details-head-content .box.box-2 .image {
    display: none;
  }
}
.news-details .content .news-details-head .container .news-details-head-content .box.box-2 .image img {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 530px;
}
.news-details .content .news-details-head .container .news-details-head-content .box.box-2 .info-image-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -45px;
  display: flex;
  align-items: center;
  padding: 27px;
  gap: 14px;
  z-index: 2;
  border-radius: 10px;
  background-color: white;
}
@media (max-width: 992px) {
  .news-details .content .news-details-head .container .news-details-head-content .box.box-2 .info-image-box {
    display: none;
  }
}
.news-details .content .news-details-head .container .news-details-head-content .box.box-2 .info-image-box .image-box {
  padding: 14px;
  border-radius: 10px;
  background-color: var(--powder-blue);
}
.news-details .content .news-details-head .container .news-details-head-content .box.box-2 .info-image-box .image-box img {
  width: 32px;
}
.news-details .content .news-details-head .container .news-details-head-content .box.box-2 .info-image-box .info-box .info-content .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.news-details .content .news-details-head .container .news-details-head-content .box.box-2 .info-image-box .info-box .info-content .text .more-than {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-details .content .news-details-head .container .news-details-head-content .box.box-2 .info-image-box .info-box .info-content .text .more-than:first-child {
  font-family: "Onest", sans-serif;
  font-weight: bold;
  color: var(--slate-blue);
  font-size: 14px;
  line-height: 12px;
}
.news-details .content .news-details-head .container .news-details-head-content .box.box-2 .info-image-box .info-box .info-content .text .more-than .number {
  font-family: "Onest", sans-serif;
  font-weight: bold;
  color: var(--slate-blue);
  font-size: 24px !important;
  line-height: 17px !important;
}
.news-details .content .news-details-head .container .news-details-head-content .box.box-2 .info-image-box .info-box .info-content .text span {
  font-family: "Onest", sans-serif;
  font-weight: bold;
  color: var(--slate-blue);
  font-size: 14px;
  line-height: 12px;
}
.news-details .details {
  padding-top: 100px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .news-details .details {
    padding-top: 50px;
  }
}
.news-details .details.video-type {
  padding-top: 50px;
}
.news-details .details.text-type {
  padding-top: 10px;
}
.news-details .details h3 {
  font-size: 22px;
  line-height: 28px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-blue);
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .news-details .details h3 {
    padding-right: 100px;
    margin-bottom: 13px;
  }
}
.news-details .details h4 {
  font-size: 20px;
  line-height: 40px;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  color: var(--slate-blue);
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .news-details .details h4 {
    font-size: 18px;
  }
}
.news-details .details p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-gray);
}
.news-details .details p:not(.news-details .details p:last-of-type) {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .news-details .details p {
    padding-right: 100px;
  }
}
@media (max-width: 992px) {
  .news-details .details p {
    font-size: 15px;
  }
}
.news-details .details img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .news-details .details img {
    margin-bottom: 15px;
  }
}
.news-details .details .images {
  padding-bottom: 100px;
  width: 100vw; /* Full width */
  position: relative; /* Maintain positioning for inner elements */
  left: 50%; /* Centering */
  margin-left: -50vw; /* Pull left */
  margin-right: -50vw; /* Pull right */
  box-sizing: border-box; /* Include padding/border in width calculations */
}
@media (max-width: 992px) {
  .news-details .details .images {
    padding-bottom: 60px;
  }
}
.news-details .details .images .multi-images {
  position: relative;
}
.news-details .details .images .multi-images .multi-images-container {
  width: 100%; /* Full-width */
  height: 400px; /* Height adjustment */
  overflow: hidden; /* Hide overflow */
}
.news-details .details .images .multi-images .multi-images-container .swiper-wrapper {
  display: flex;
  align-items: center;
}
.news-details .details .images .multi-images .multi-images-container .swiper-wrapper .swiper-slide {
  width: 33.3333333333%; /* Show 3 slides, partially cut off on sides */
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-details .details .images .multi-images .multi-images-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 332px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: height 0.3s ease;
  margin-bottom: 0 !important;
}
.news-details .details .images .multi-images .multi-images-container .swiper-wrapper .swiper-slide.swiper-slide-active img {
  border-radius: 20px;
  height: 395px; /* Scale the centered image */
}
.news-details .details .images .multi-images .multi-images-container .swiper-wrapper .swiper-slide.swiper-slide-next img {
  border-radius: 20px 0 0 20px;
}
.news-details .details .images .multi-images .multi-images-container .swiper-wrapper .swiper-slide.swiper-slide-prev img {
  border-radius: 0 20px 20px 0;
}
.news-details .details .images .multi-images .custom-nav-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -70px; /* Adjust distance from the slider */
  left: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 992px) {
  .news-details .details .images .multi-images .custom-nav-arrows {
    display: none;
  }
}
.news-details .details .images .multi-images .custom-nav-arrows .swiper-button-prev,
.news-details .details .images .multi-images .custom-nav-arrows .swiper-button-next {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: var(--teal-color); /* Blue background */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 10px; /* Gap between buttons */
}
.news-details .details .images .multi-images .custom-nav-arrows .swiper-button-prev img,
.news-details .details .images .multi-images .custom-nav-arrows .swiper-button-next img {
  width: 15px;
  height: 15px;
  margin-bottom: 0 !important;
}
.news-details .details .images .multi-images .custom-nav-arrows .swiper-button-prev:hover,
.news-details .details .images .multi-images .custom-nav-arrows .swiper-button-next:hover {
  background-color: var(--teal-color); /* Darker blue on hover */
}
.news-details .details .images .multi-images .custom-nav-arrows .swiper-button-prev {
  transform: translateX(0); /* Move left arrow */
}
.news-details .details .images .multi-images .custom-nav-arrows .swiper-button-next {
  transform: translateX(16px); /* Move right arrow */
}
.news-details .details .images .multi-images .custom-nav-arrows .swiper-button-prev:after,
.news-details .details .images .multi-images .custom-nav-arrows .swiper-button-next:after {
  content: "";
}
.news-details .details .images .multi-images .swiper-slide img {
  height: 150px;
}
.news-details .details table {
  width: 100%; /* Ensure the table takes the full width of the container */
  border-collapse: collapse; /* Remove spacing between cells */
}
.news-details .details table.table-bordered {
  border-width: 0;
}
.news-details .details table td {
  padding-right: 20px; /* Add right padding */
}
.news-details .details table td:last-child {
  padding-right: 0; /* Remove right padding for the last cell */
}
.news-details .details table td p:first-child {
  margin: 0;
  padding: 0;
}
.news-details .details table td p img {
  display: block; /* Avoid extra space below images */
  width: 100%; /* Make images responsive to fill the cell */
  height: auto; /* Maintain aspect ratio */
}
.news-details .details table td img {
  display: block; /* Avoid extra space below images */
  width: 100%; /* Make images responsive to fill the cell */
  height: auto; /* Maintain aspect ratio */
}
@media (max-width: 768px) {
  .news-details .details table {
    margin-bottom: 57px;
    /* Mobile styles */
  }
  .news-details .details table tr {
    display: block; /* Stack rows */
  }
  .news-details .details table td {
    display: block; /* Stack cells */
    padding-right: 0; /* Remove right padding */
    padding-left: 0; /* Remove left padding */
    margin-bottom: 20px; /* Add bottom margin for spacing between images */
  }
  .news-details .details table td:last-child {
    margin-bottom: 0; /* Remove bottom margin for the last cell */
  }
}
.news-details .share-social-links {
  margin-bottom: 60px;
}
.news-details .share-social-links .container .content {
  display: flex;
  align-items: center;
  gap: 23px;
}
@media (max-width: 992px) {
  .news-details .share-social-links .container .content {
    flex-direction: column;
    justify-content: center;
  }
}
.news-details .share-social-links .container .content .share {
  font-size: 18px;
  line-height: 28px;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  color: var(--teal-color);
}
.news-details .share-social-links .container .content .list {
  display: flex;
  align-items: center;
  gap: 16px;
}
.news-details .share-social-links .container .content .list li {
  background-color: var(--teal-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 43px;
  width: 43px;
}
.news-details .share-social-links .container .content .list li a img {
  width: 100%;
}
.news-details .more-news {
  background-color: var(--powder-blue);
  padding: 60px 0;
  position: relative;
}
@media (max-width: 768px) {
  .news-details .more-news.page-include-image {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .news-details .more-news {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .news-details .more-news {
    padding: 60px 0;
  }
}
.news-details .more-news .info-image-box {
  position: absolute;
  right: 140px;
  top: -75px;
  display: flex;
  align-items: center;
  padding: 27px;
  gap: 14px;
  z-index: 2;
  border-radius: 10px;
  background-color: white;
}
@media (max-width: 992px) {
  .news-details .more-news .info-image-box {
    right: 53px;
    padding: 13px 25px;
    top: -45px;
  }
}
.news-details .more-news .info-image-box .image-box {
  padding: 14px;
  border-radius: 10px;
  background-color: var(--powder-blue);
}
.news-details .more-news .info-image-box .image-box img {
  width: 32px;
}
.news-details .more-news .info-image-box .info-box .info-content .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.news-details .more-news .info-image-box .info-box .info-content .text span:first-child {
  font-family: "Onest", sans-serif;
  font-weight: bold;
  color: var(--slate-blue);
  font-size: 24px;
  line-height: 17px;
}
.news-details .more-news .info-image-box .info-box .info-content .text span:last-child {
  font-size: 14px;
  line-height: 17px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: var(--slate-gray);
}
.news-details .more-news .container .news-content h2 {
  font-size: 42px;
  line-height: 70px;
  color: var(--slate-blue);
  font-family: "Playfair Display", serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .news-details .more-news .container .news-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .news-details .more-news .container .news-content .box {
    margin-bottom: 22px;
  }
}
.news-details .more-news .container .news-content .box .box-content {
  border-radius: 20px;
  background-color: white;
}
.news-details .more-news .container .news-content .box .box-content .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  height: 256px;
  -o-object-position: top;
     object-position: top;
}
.news-details .more-news .container .news-content .box .box-content .box-2 {
  padding: 26px 22px;
}
@media (max-width: 768px) {
  .news-details .more-news .container .news-content .box .box-content .box-2 {
    padding: 20px;
  }
}
.news-details .more-news .container .news-content .box .box-content .box-2 .tag {
  font-size: 12px;
  line-height: 40px;
  background-color: var(--powder-blue);
  color: var(--teal-color);
  padding: 6px 12px;
  border-radius: 5px;
}
.news-details .more-news .container .news-content .box .box-content .box-2 p {
  font-size: 18px;
  line-height: 22px;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  color: var(--slate-blue);
  padding: 18px 0;
}
@media (max-width: 992px) {
  .news-details .more-news .container .news-content .box .box-content .box-2 p {
    padding: 11px 0 0px;
  }
}
.news-details .more-news .container .news-content .box .box-content .box-2 .div-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-details .more-news .container .news-content .box .box-content .box-2 .div-footer .date {
  font-size: 13px;
  line-height: 40px;
  color: rgba(72, 73, 83, 0.5);
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.news-details .more-news .container .news-content .box .box-content .box-2 .div-footer a {
  color: var(--slate-blue);
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 28px;
  text-decoration: underline;
}
.news-details .more-news .container .news-content .link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .news-details .more-news .container .news-content .link {
    padding-top: 20px;
  }
}
.news-details .more-news .container .news-content .link a {
  border-radius: 10px;
  color: white;
  background-color: var(--slate-blue);
  font-size: 18px;
  line-height: 28px;
  padding: 19px 27px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .news-details .more-news .container .news-content .link a {
    font-size: 16px;
    padding: 14px 25px;
  }
}

@media (max-width: 992px) {
  .search-news-page .container {
    margin-top: 100px;
  }
}
.search-news-page .container .content .search-box .title {
  display: flex;
  font-size: 14px;
  line-height: 18px;
  color: #484953;
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
@media (max-width: 992px) {
  .search-news-page .container .content .search-box .title.desk {
    display: none;
  }
}
@media (min-width: 992px) {
  .search-news-page .container .content .search-box .title.mob {
    display: none;
  }
}
.search-news-page .container .content .search-box form {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.search-news-page .container .content .search-box form .search-container {
  position: relative;
  width: 100%;
}
.search-news-page .container .content .search-box form .search-container .input-container {
  position: relative;
  width: 100%;
}
.search-news-page .container .content .search-box form .search-container .input-container input {
  outline: none;
  border: 1px solid var(--slate-gray);
  font-size: 20px;
  line-height: 28px;
  color: #484953;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  height: 52px;
  padding-left: 22px;
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 992px) {
  .search-news-page .container .content .search-box form .search-container .input-container input {
    font-size: 16px;
  }
}
.search-news-page .container .content .search-box form .search-container .input-container input::-moz-placeholder {
  font-size: 20px;
  line-height: 28px;
  color: #484953;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  padding-left: 15px;
}
.search-news-page .container .content .search-box form .search-container .input-container input::placeholder {
  font-size: 20px;
  line-height: 28px;
  color: #484953;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  padding-left: 15px;
}
@media (max-width: 992px) {
  .search-news-page .container .content .search-box form .search-container .input-container input::-moz-placeholder {
    font-size: 16px;
  }
  .search-news-page .container .content .search-box form .search-container .input-container input::placeholder {
    font-size: 16px;
  }
}
.search-news-page .container .content .search-box form .search-container .input-container input:focus + .input-container .bar {
  display: none;
}
.search-news-page .container .content .search-box form .search-container .input-container input.has-value + .input-container .bar {
  display: none;
}
.search-news-page .container .content .search-box form .search-container .input-container .bar {
  position: absolute;
  display: block;
  top: 16px;
  left: 22px;
  width: 2px;
  height: 18px;
  background-color: var(--teal-color);
}
.search-news-page .container .content .search-box form .search-container button {
  height: 52px;
  line-height: 28px;
  background: none;
  outline: none;
  border: none;
  padding-right: 22px;
  border-radius: 0 10px 10px 0;
  position: absolute;
  top: 0;
  right: 0px;
}
@media (min-width: 992px) {
  .search-news-page .container .content .search-box .search-footer {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 992px) {
  .search-news-page .container .content .search-box .search-footer {
    display: flex;
    justify-content: space-between;
  }
}
.search-news-page .container .content .search-box .search-footer .count-items {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 18px;
  color: #484953;
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.search-news-page .container .content .list-news-result .box:last-child .box-content {
  border-bottom: none;
}
.search-news-page .container .content .list-news-result .box .box-content {
  display: flex;
  align-items: center;
  padding: 35px 0;
  border-bottom: 1px solid #484952;
}
.search-news-page .container .content .list-news-result .box .box-content a img {
  width: 124px;
  height: 124px;
  border-radius: 20px;
}
.search-news-page .container .content .list-news-result .box .box-content .title {
  padding-left: 28px;
}
.search-news-page .container .content .list-news-result .box .box-content .title a {
  font-size: 24px;
  line-height: 30px;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  color: var(--slate-blue);
}
.search-news-page .container .content .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .search-news-page .container .content .pagination {
    padding: 20px 0 40px;
  }
}
@media (min-width: 992px) {
  .search-news-page .container .content .pagination {
    padding: 40px 0 50px;
  }
}
.search-news-page .container .content .pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.search-news-page .container .content .pagination ul li.active a span {
  color: var(--teal-color);
}
.search-news-page .container .content .pagination ul li a span {
  color: var(--slate-gray);
  font-size: 14px;
  line-height: 40px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
}
.search-news-page .container .content .pagination ul li img {
  width: 100%;
}
.search-news-page .container .content .no-result {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}
.search-news-page .container .content .no-result h2 {
  font-size: 42px;
  line-height: 50px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  color: var(--slate-blue);
}

footer {
  padding-top: 60px;
  background-color: var(--slate-blue);
}
@media (max-width: 991px) {
  footer {
    padding-top: 40px;
  }
}
footer .container .main-box {
  padding-bottom: 30px;
  border-bottom: 1px solid white;
}
@media (max-width: 991px) {
  footer .container .main-box {
    padding-bottom: 0px;
  }
}
@media (max-width: 992px) {
  footer .container .main-box .box.box-5 {
    padding-top: 20px;
  }
}
footer .container .main-box .box.box-4 ul li:first-child {
  margin-bottom: 12px;
}
footer .container .main-box .box.box-4 ul li a span {
  display: block;
}
footer .container .main-box .box.box-4 ul li a span:first-child {
  line-height: 26px;
}
footer .container .main-box .box.box-4 ul li a span:nth-child(2) {
  line-height: 1;
}
@media (max-width: 991px) {
  footer .container .main-box .box .box-content.join-our-nsl {
    padding-top: 27px;
  }
}
footer .container .main-box .box .box-content.join-our-nsl h4 {
  color: white;
  font-family: "Onest", sans-serif;
  font-weight: bold;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 6px;
}
footer .container .main-box .box .box-content.join-our-nsl form input {
  border-bottom: 1px solid white !important;
  background: transparent;
  outline: none;
  border: none;
  padding-bottom: 2px;
  margin-bottom: 15px;
  color: white;
  width: 100%;
}
footer .container .main-box .box .box-content.join-our-nsl form input::-moz-placeholder {
  color: white;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 70px;
}
footer .container .main-box .box .box-content.join-our-nsl form input::placeholder {
  color: white;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 70px;
}
footer .container .main-box .box .box-content.join-our-nsl form input:focus {
  color: white;
}
footer .container .main-box .box .box-content.join-our-nsl form button {
  padding: 10px 25px;
  background-color: var(--teal-color);
  color: white;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  line-height: 16px;
  border-radius: 6px;
  margin-bottom: 50px;
  border: none;
  outline: none;
}
footer .container .main-box .box .box-content.join-our-nsl form button.disabled-button {
  cursor: not-allowed;
  opacity: 0.6;
}
footer .container .main-box .box .box-content.join-our-nsl .social-media-links ul {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
}
footer .container .main-box .box .box-content.join-our-nsl .social-media-links ul li a img {
  width: 31px;
  transition: all 0.3s ease;
}
footer .container .main-box .box .box-content.join-our-nsl .social-media-links ul li:hover a img {
  transform: scale(1.2);
}
footer .container .main-box .box .box-content img {
  width: 215px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  footer .container .main-box .box .box-content img {
    margin-bottom: 30px;
  }
}
footer .container .main-box .box .box-content h4 {
  padding: 0;
  margin-bottom: 20px;
}
footer .container .main-box .box .box-content h4 a {
  font-family: "Onest", sans-serif;
  font-weight: bold;
  color: var(--teal-color);
  font-size: 16px;
  line-height: 21px;
}
@media (max-width: 991px) {
  footer .container .main-box .box .box-content h4 a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  footer .container .main-box .box .box-content ul {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  footer .container .main-box .box .box-content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
footer .container .main-box .box .box-content ul li {
  color: white;
}
footer .container .main-box .box .box-content ul li a span {
  font-size: 14px;
  line-height: 28px;
  font-family: "Onest", sans-serif;
  font-weight: normal;
  color: white;
}
@media (max-width: 991px) {
  footer .container .main-box .box .box-content ul li a span {
    font-size: 15px;
  }
}
footer .container .copyrite {
  color: white;
  padding: 20px 0;
}
@media (max-width: 991px) {
  footer .container .copyrite {
    padding: 7px 0 18px;
  }
}
footer .container .copyrite span {
  font-family: "Onest", sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 28px;
}/*# sourceMappingURL=main.css.map */