@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
  --theme-color-yellow: #fdbe23;
  --theme-color-black: #141414;
}

body {
  font-family: "Inter", sans-serif !important;
}

.container {
  padding: 0;
}

span#to_top_scrollup {
  display: none !important;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1rem 2rem;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.header-wrapper-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
}

.header-wrapper-left {
  display: flex;
  width: 150px;
}

.header-wrapper-left > a {
  display: flex;
  width: 100%;
}

.header-wrapper-left > a > img {
  width: 100%;
}

.header-wrapper-center {
  display: flex;
  width: calc(100% - 300px);
  align-items: center;
  justify-content: center;
}

.header-wrapper-center .mega-menu #cssmenu > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-swiper img {
  width: 100%;
}

.home-swiper {
  overflow: hidden;
}

.header-wrapper-center .mega-menu #cssmenu > ul > li > a {
  font-size: 15px;
  font-weight: 600;
  color: var(--theme-color-black);
}

.header-wrapper-center .mega-menu #cssmenu > ul > li {
  display: flex;
  position: relative;
  padding: 1rem;
}

.header-wrapper-center .mega-menu #cssmenu > ul > li > button {
  border: none;
  background-color: transparent;
  pointer-events: none;
}

.header-wrapper-center .mega-menu #cssmenu > ul > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  list-style: none;
  margin: 0;
  padding: 1rem;
  background-color: #fff;
  width: 300px;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 42px 0px rgb(32 32 32 / 15%);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: 0.3s ease-in-out;
}

.header-wrapper-center .mega-menu #cssmenu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.header-wrapper-center .mega-menu #cssmenu > ul > li > ul::before {
  background-color: #fff;
  content: "";
  width: 22px;
  height: 22px;
  left: 27px;
  top: -12px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-wrapper-right > a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color-yellow);
  width: 100%;
  padding: 0.5rem;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--theme-color-black);
  border-radius: 25px;
}

.home-swiper .swiper-pagination {
  top: 50%;
  display: flex;
  flex-direction: column;
  left: unset;
  right: 40px;
  width: auto;
  bottom: unset;
}

.home-swiper .swiper-pagination > span {
  display: flex;
  width: 18px;
  height: 18px;
  background-color: #fff;
  opacity: 1;
  margin-bottom: 0.8rem !important;
  position: relative;
}

.home-swiper .swiper-pagination > span.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #fff;
  top: -4px;
  left: -4px;
}

.home-box-wrapper {
  margin-top: -5rem;
  position: relative;
  z-index: 1;
}

.home-box-container {
  display: flex;
  justify-content: space-around;
  gap: 1rem;
}

.home-box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: calc(20% - (1rem * 2) / 3);
  padding: 2rem 1rem;
  position: relative;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.home-box-content-text {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color-black);
  margin-top: 0.5rem;
}

.home-box-content-icon {
  display: flex;
  max-width: 40px;
  height: 40px;
}

.home-box-content-icon > img {
  width: 100%;
  object-fit: contain;
}

.home-box-container .home-box-content::before {
  content: "";
  position: absolute;
  width: calc(100% + 17px);
  height: 70%;
  border: 9px solid var(--theme-color-black);
  z-index: -1;
  top: -9px;
  border-radius: 35px 35px 25px 25px;
}

.home-box-container .home-box-content:nth-child(2n + 1)::before {
  border: 9px solid var(--theme-color-yellow);
}

.home-line.container {
  height: 3px;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  position: relative;
  background: linear-gradient(
    90deg,
    rgba(20, 20, 20, 1) 45%,
    rgba(253, 190, 35, 1) 55%
  );
}

.home-line.container::after {
  content: "";
  border-left: 7px solid var(--theme-color-yellow);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
  display: flex;
}

.home-line.container::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  display: flex;
  border-right: 7px solid var(--theme-color-black);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.services-container-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.services-container-bottom-content {
  width: calc(30% - (1rem * 2) / 3);
}

.services-container-bottom-content > a {
  display: flex;
  width: 100%;
}

.services-container-bottom-content > a > img {
  width: 100%;
}

.services-container-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  font-size: 30px;
  font-weight: bold;
  color: var(--theme-color-black);
}

.mission-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.mission-container-left {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission-container-right {
  width: 70%;
  padding-left: 2rem;
}

.mission-container-right > span {
  display: flex;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  width: 85%;
}

.mission-container-left > span {
  font-size: 45px;
  font-weight: 900;
  color: #fff;
}

.mission-wrapper {
  margin-top: 2rem;
}

.mission-wrapper {
  background-image: url(/wp-content/themes/solv/images/fimblack/mission-image.jpg);
  height: 425px;
}

.fleet-wrapper-top-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.fleet-wrapper-top-title > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: var(--theme-color-black);
}

.fleet-wrapper-top-text {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color-black);
  padding: 0.5rem;
}

.fleet-wrapper-top-text > span {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.fleet-wrapper-bottom {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.fleet-wrapper-content {
  display: flex;
  position: relative;
  width: calc(30% - (2.5rem * 2) / 3);
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.fleet-content-image,
.fleet-content-image > a {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.fleet-content-image > a > img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}

.fleet-wrapper-content-detail {
  position: absolute;
  top: 15px;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 2rem;
}

.fleet-content-name {
  position: absolute;
  bottom: 15px;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 0 2rem;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.fleet-content-detail-left {
  width: 70%;
  margin-right: 0.5rem;
}

.fleet-content-detail-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
}

.content-detail-left-box {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  border: 2px solid #fff;
  border-radius: 5px;
  height: 30px;
}

.content-detail-right-box {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  border: 2px solid #fff;
  border-radius: 5px;
  height: 30px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.fleet-content-detail-right .content-detail-right-box:nth-child(1) {
  margin-right: 0.5rem;
}

.content-detail-right-box > i {
  margin-right: 0.3rem;
}

.fleet-wrapper-content::after {
  content: "";
  position: absolute;
  width: calc(100% + 17px);
  height: 70%;
  border: 9px solid var(--theme-color-yellow);
  z-index: -1;
  top: -9px;
  border-radius: 35px 35px 25px 25px;
  left: 50%;
  transform: translateX(-50%);
}

.footer-wrapper {
  background-color: var(--theme-color-black);
  margin-top: 3rem;
  padding-bottom: 4rem;
  padding-top: 1rem;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem 0px;
}

.footer-container .widget_text {
  display: flex;
  width: calc(25% - (1.5rem * 3) / 4);
}

.footer-container-list {
  display: flex;
  width: 100%;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}

.footer-container-list > a {
  display: flex;
  width: 100%;
}

.footer-container-list > a > img {
  width: 200px;
}

.footer-list-title {
  display: flex;
  margin-bottom: 1rem;
}

.footer-list-title > span {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  border-bottom: 2px solid #fff;
  display: flex;
}

.footer-container-list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.footer-container-list > ul > li > a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.footer-container-list-adress {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 3rem;
}

.footer-container-list-phone > span,
.footer-container-list-phone > a,
.footer-container-list-whatsapp > span,
.footer-container-list-whatsapp > a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.footer-container-list > ul > li {
  position: relative;
  padding-left: 16px;
}

.footer-container-list > ul > li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.footer-container-list > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: var(--theme-color-yellow);
  border-radius: 50%;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
}

.footer-bottom-content {
  display: flex;
  width: calc(12.5% - (1rem * 7) / 8);
  align-items: center;
  justify-content: center;
}

.footer-bottom-content > img {
  width: 65%;
}

.header-wrapper-center .mega-menu #cssmenu > ul > li > ul > li > a {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  padding: 0.5rem 0;
  transition: 0.3s ease-in-out;
  color: var(--theme-color-black);
  cursor: pointer;
}

.header-wrapper-center
  .mega-menu
  #cssmenu
  > ul
  > li
  > ul
  > li:not(:last-child)
  > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.page-top-image {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.page-top-image > img {
  width: 100%;
}

.reference-wrapper {
  margin-top: 3rem;
}

.reference-container {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem;
  justify-content: center;
}

.reference-content {
  display: flex;
  overflow: hidden;
  width: calc(25% - (3.5rem * 2) / 3);
  padding: 1.5rem;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
}

.reference-content > img {
  width: 100%;
  height: auto;
}

.footer-fix-whatsapp {
  position: fixed;
  bottom: 25px;
  right: 15px;
  z-index: 9;
}

.footer-fix-whatsapp > a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #25d366;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.footer-fix-whatsapp > a > img {
  width: 100%;
}

.about-content {
  background-color: #fff;
  padding: 1rem;
  border-radius: 15px;
  border: 2px solid var(--theme-color-yellow);
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.9;
  text-align: center;
  margin-top: -7rem;
}

.about-content p {
  margin: 0;
}

.contact-container-top {
  display: flex;
  justify-content: space-between;
}

.contact-container-top-iframe {
  display: flex;
  width: 70%;
  margin-right: 1rem;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid var(--theme-color-yellow);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contact-container-top-right {
  display: flex;
  width: 30%;
  position: relative;
}

.contact-container-top-right-image {
  display: flex;
  width: 100%;
}

.contact-container-top-right-image > img {
  width: 100%;
}

.contact-container-top-right-content {
  position: absolute;
  top: 20%;
  left: 5%;
}

.contact-content-adres > span {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}

.contact-content-tel {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}

.contact-content-tel > span,
.contact-content-tel > span > a {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}

.contact-content-adres {
  position: relative;
  padding-bottom: 3rem;
}

.contact-content-adres::before {
  content: "";
  width: 200px;
  height: 1px;
  background-color: var(--theme-color-yellow);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 25px;
}

.contact-wrapper {
  margin-top: 3rem;
}

.form-wrapper-content {
  display: flex;
  justify-content: space-between;
}

.form-wrapper-left {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin-right: 1rem;
  justify-content: space-between;
  height: 100%;
}

.form-wrapper-right {
  display: flex;
  width: 30%;
}

.form-wrapper-left .form-wrapper-group input {
  height: 50px;
  background-color: transparent;
  border: 2px solid var(--theme-color-yellow);
  border-radius: 5px;
  outline: 0 !important;
  box-shadow: none !important;
}

.form-wrapper-left .form-wrapper-group:not(:nth-child(3)) {
  margin-bottom: 2.5rem;
}

.form-wrapper-right .form-wrapper-group textarea {
  background-color: transparent;
  border: 2px solid var(--theme-color-yellow);
  border-radius: 5px;
  height: 100%;
  width: 100%;
  outline: 0 !important;
  box-shadow: none !important;
}

.form-wrapper-left > p {
  margin: 0;
}

.contact-container-bottom {
  margin-top: 3rem;
}

.form-submit-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1.5rem;
}

.form-submit-btn > input {
  background-color: var(--theme-color-yellow) !important;
  width: 150px;
  color: #000 !important;
  font-size: 15px;
  font-weight: 600;
  border-radius: 25px;
  border: none;
  outline: 0 !important;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.form-wrapper-group {
  width: 100%;
}

.form-wrapper-left .form-wrapper-group input::placeholder,
.form-wrapper-right .form-wrapper-group textarea::placeholder {
  font-size: 11px !important;
  font-weight: 500 !important;
  color: #999 !important;
}

.form-wrapper-right .form-wrapper-group textarea::placeholder {
  padding-top: 1rem;
}

.category-post-wrapper-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: center;
}

.category-post-wrapper-bottom .fleet-wrapper-content {
  width: calc(50% - (2.5rem * 2) / 3);
}

.category-wrapper-content {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.category-wrapper-content-left {
  display: flex;
  flex-direction: column;
  width: 25%;
  margin-right: 2rem;
}

.category-wrapper-content-right {
  display: flex;
  flex-direction: column;
  width: 75%;
}

.category-post-wrapper-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 1rem 0;
  margin-bottom: 2rem;
}

.category-post-wrapper-top > p {
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-color-yellow);
}

.category-post-wrapper-top > span {
  font-size: 30px;
  font-weight: 400;
  color: var(--theme-color-black);
}

.category-desc {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 2.1;
  padding-top: 1rem;
  position: relative;
}

.category-desc::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 2px;
  top: 0;
  right: 15px;
  background-color: var(--theme-color-yellow);
}

.category-wrapper-contact-content > a > img {
  width: 100%;
}

.category-wrapper-contact-content > a {
  display: flex;
  position: relative;
  width: 250px;
}

.category-wrapper-contact-content > a > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  left: 90px;
}

.category-wrapper-content-left-title {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: relative;
  margin-bottom: 1rem;
}

.category-wrapper-content-left-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 1px;
  background-color: var(--theme-color-yellow);
}

.category-wrapper-left-contact {
  margin-bottom: 1rem;
}

.category-wrapper-left-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-wrapper-left-menu > ul > li > a {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  padding: 0.2rem 1.5rem;
  background-color: #f0f0f0;
  color: var(--theme-color-black);
  border-radius: 10px;
  width: calc(100% - 10px);
  margin-right: 1rem;
  transition: 0.2s ease-in-out;
}

.category-wrapper-left-menu > ul > li:not(:last-child) {
  margin-bottom: 1rem;
}

.category-wrapper-left-menu > ul > li {
  display: flex;
  width: 100%;
  position: relative;
}

.category-wrapper-left-menu > ul > li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #f0f0f0;
  border-radius: 10px;
  transition: 0.2s ease-in-out;
}

.category-wrapper-left-menu > ul > li:hover > a,
.category-wrapper-left-menu > ul > li:hover::before,
.category-wrapper-left-menu > ul > li.active > a,
.category-wrapper-left-menu > ul > li.active::before {
  background-color: var(--theme-color-yellow);
  color: #fff;
}

.category-post-content {
  display: flex;
  justify-content: space-between;
}

.category-post-left {
  width: 45%;
  display: flex;
  position: relative;
  margin-right: 2rem;
}

.category-post-right {
  display: flex;
  width: 55%;
  flex-direction: column;
}

.category-post-left .category-post-left-image,
.category-post-left .category-post-left-image > a {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.category-post-left .category-post-left-image > a > img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}

.category-post-left::before {
  content: "";
  position: absolute;
  width: calc(100% + 17px);
  height: 70%;
  border: 9px solid var(--theme-color-yellow);
  z-index: -1;
  top: -9px;
  border-radius: 35px 35px 25px 25px;
  left: 50%;
  transform: translateX(-50%);
}

.category-post-name > a {
  font-size: 25px;
  font-weight: 600;
  color: var(--theme-color-black);
}

.category-post-location {
  font-size: 11px;
  font-weight: 400;
  color: #666;
  margin-top: 0.5rem;
}

.category-post-desc {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.category-post-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.category-post-bottom-left > span {
  font-size: 23px;
  font-weight: 600;
  color: var(--theme-color-black);
}

.category-post-bottom-left > span:first-child {
  margin-right: 2rem;
}

.category-post-bottom-right > span {
  font-size: 23px;
  font-weight: 600;
  color: var(--theme-color-black);
  border-bottom: 2px solid var(--theme-color-yellow);
}

.product-container-top {
  display: flex;
  justify-content: space-between;
}

.product-container-image {
  display: flex;
  width: 45%;
  overflow: hidden;
  margin-right: 2rem;
}

.product-container-top-details {
  display: flex;
  flex-direction: column;
  width: 55%;
}

.product-container-image > img {
  width: 100%;
  border-radius: 25px;
  border: 3px solid var(--theme-color-yellow);
}

.product-wrapper {
  margin-top: 1.5rem;
}

.product-container-details-upper {
  display: flex;
  justify-content: space-between;
}

.details-upper-right {
  display: flex;
  align-items: flex-start;
}

.details-upper-right .details-upper-right-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.details-upper-right .details-upper-right-content:first-child {
  margin-right: 2rem;
}

.details-upper-right .details-upper-right-content > p {
  margin: 0;
  width: 35px;
  height: 35px;
  background-color: #dadada;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  margin-right: 0.5rem;
  color: #000;
}

.details-upper-right .details-upper-right-content > p > i {
  margin-right: 0.2rem;
}

.details-upper-right .details-upper-right-content > span {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.details-upper-left > span {
  font-size: 25px;
  font-weight: 600;
  color: #000;
}

.details-upper-left > p {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

.details-middle > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.details-middle > ul > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}

.details-middle > ul > li > span {
  display: flex;
  width: 50%;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.details-middle > ul > li > p {
  display: flex;
  width: 50%;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.details-middle > ul > li:not(:last-child) {
  border-bottom: 2px solid var(--theme-color-yellow);
}

.book-now-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2rem;
}

.book-now-btn > button {
  background-color: var(--theme-color-yellow) !important;
  width: 150px;
  color: #000 !important;
  font-size: 15px;
  font-weight: 600;
  border-radius: 25px;
  border: none;
  outline: 0 !important;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  padding: 0.5rem;
}

.details-upper-left-right-share > p {
  margin: 0;
  width: 35px;
  height: 35px;
  background-color: #dadada;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}

.details-upper-left-right-share > p > img {
  width: 65%;
}

.details-upper-left-right-share {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.details-upper-left-right-share > span {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.details-middle-desc {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 2;
}

.details-lower-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.details-lower-top-left > span {
  font-size: 23px;
  font-weight: 600;
  color: var(--theme-color-black);
}

.details-lower-top-right > span {
  font-size: 23px;
  font-weight: 600;
  color: var(--theme-color-black);
  border-bottom: 2px solid var(--theme-color-yellow);
}

.details-lower-top-left > span:first-child {
  margin-right: 2rem;
}

.details-lower-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}

.details-lower-bottom-button > button {
  background-color: var(--theme-color-yellow) !important;
  width: 100%;
  color: #000 !important;
  font-size: 15px;
  font-weight: 600;
  border-radius: 25px;
  border: none;
  outline: 0 !important;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  padding: 0.5rem;
}

.details-lower-bottom-button {
  width: 150px;
}

.details-lower-bottom-map {
  display: flex;
  width: 150px;
}

.details-lower-bottom-map > a {
  display: flex;
  width: 100%;
}

.details-lower-bottom-map > a > img {
  width: 100%;
  border-radius: 10px;
  border: 2px solid var(--theme-color-yellow);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.product-container-center {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}

.product-container-center-desc {
  width: 70%;
  margin-right: 2rem;
}

.product-container-center-image {
  width: 30%;
}

.product-container-center-image > img {
  width: 100%;
}

.product-container-center-desc > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-container-center-desc > ul li > a {
  font-size: 15px;
}

.product-container-center-desc > ul > li {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 2;
  display: flex;
  width: calc(100% - 30px);
  justify-content: flex-start;
  margin-bottom: 1.5rem;
}

.product-container-center-desc > ul > li::before {
  content: "";
  background-image: url(/wp-content/themes/solv/images/fimblack/vector-icon.png);
  display: flex;
  min-width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.product-container-center-desc p {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}

.product-container-center-desc > h4 {
  font-weight: 600;
}

.product-container-bottom-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: var(--theme-color-black);
  margin-top: 2rem;
}

.product-container-gallery-top-title {
  font-size: 25px;
  font-weight: 500;
  color: #666;
}

.product-container-gallery-top-text {
  font-size: 16px;
  font-weight: 400;
}

.product-container-gallery-content {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.gallery-images {
  display: flex;
  width: calc(33.33% - (1.5rem * 2) / 3);
}

.gallery-images > img {
  width: 100%;
  height: auto;
}

.product-swiper {
  margin-top: 2rem;
}

.product-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-swiper .swiper-slide .category-post-content {
  width: 70%;
}

.product-swiper .swiper-button-prev,
.product-swiper .swiper-button-next {
  color: #000;
}

.post-modal .modal-dialog {
  padding-top: 10%;
  max-width: 65%;
}

.post-modal .modal-dialog .modal-body {
  padding: 3rem 2rem;
}

.post-modal .modal-dialog .modal-header > h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-size: 20px !important;
  font-weight: 700;
}

.post-modal .modal-dialog .modal-header > button {
  max-width: 35px;
  max-height: 35px;
  border-radius: 5px;
  border: 2px solid var(--theme-color-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  box-shadow: none !important;
  outline: 0 !important;
}

.mobile-menu-btn,
.mobile-menu-header,
.mobile-menu-booking {
  display: none;
}

#shareModal .modal-dialog {
  padding-top: 10%;
  max-width: 30%;
}

.share-modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-modal-wrapper > a {
  padding: 0.5rem;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-right: 0.5rem;
  -webkit-transition: background-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  -o-transition: box-shadow 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, background-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}

.share-modal-wrapper > a > i {
  color: #000;
  font-size: 17px;
}

.share-modal-wrapper > a:hover {
  cursor: pointer;
  background-color: #ddd;
  box-shadow: inset 0 0 10px -3px rgb(0 0 0/35%);
  -webkit-box-shadow: inset 0 0 10px -3px rgb(0 0 0/35%);
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 1rem;
  }

  .header-wrapper {
    position: relative;
    z-index: 9999;
  }

  .mobile-menu-btn {
    display: flex;
  }

  .header-wrapper-center {
    position: fixed;
    top: 0;
    left: -100%;
    width: 55%;
    bottom: 0;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #fff;
    flex-direction: column;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out 0s;
  }

  .header-wrapper-center.active{
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .header-wrapper-center .mega-menu #cssmenu > ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-wrapper-center .mega-menu {
    width: 100%;
  }

  .header-wrapper-center .mega-menu #cssmenu > ul > li {
    width: 100%;
    overflow: hidden;
    transition: padding 0.3s ease-in-out;
  }

  .header-wrapper-center .mega-menu #cssmenu > ul > li:not(:last-child) {
    border-bottom: 1px solid var(--theme-color-yellow);
    justify-content: space-between;
  }

  .mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0.5rem;
    width: 100%;
    border-bottom: 1px solid var(--theme-color-yellow);
  }

  .remove-btn > i {
    font-size: 20px;
  }

  .mobile-menu-booking {
    display: flex;
    width: 100%;
  }

  .mobile-menu-booking > a {
    padding: 1rem;
    font-size: 15px;
    font-weight: 600;
    color: var(--theme-color-black);
    width: 100%;
    background-color: var(--theme-color-yellow);
  }

  .header-wrapper-center .mega-menu #cssmenu > ul > li > button {
    pointer-events: unset;
  }

  .header-wrapper-center .mega-menu #cssmenu > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
  }

  .header-wrapper-center .mega-menu #cssmenu > ul > li > ul {
    top: 35px;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
  }

  .header-wrapper-center .mega-menu #cssmenu > ul > li > ul::before {
    display: none;
  }

  .menu-overlay{
    position: fixed;
    background: rgba(0, 0, 0, 80%);
    inset: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .menu-overlay.active{
    opacity: 1;
    visibility: visible;
  }

  .header-wrapper-right {
    display: none;
  }

  .mobile-menu-btn > i {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 1rem;
  }

  .home-line {
    padding: 0;
    width: 90%;
  }

  .home-box-content {
    width: 45%;
    flex-shrink: 0;
    margin-right: 1rem;
  }

  .home-box-container {
    justify-content: flex-start;
    overflow: auto;
    padding: 2rem;
  }

  .services-container-bottom-content {
    width: calc(33% - (1rem * 2) / 3);
  }

  .fleet-wrapper-content {
    width: calc(50% - (2.5rem * 1) / 2);
  }

  .footer-container {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .footer-container .widget_text {
    width: 100%;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .footer-list-title {
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .footer-bottom {
    display: none;
  }

  .reference-content {
    width: calc(33.33% - (1.5rem * 2) / 3);
  }

  .reference-container {
    gap: 1.5rem;
  }

  .about-content {
    margin: 0;
  }

  .contact-container-top-iframe,
  .form-wrapper-left {
    width: 60%;
  }

  .contact-container-top-right,
  .form-wrapper-right {
    width: 40%;
  }

  .footer-wrapper {
    padding-bottom: 0;
  }

  .category-wrapper-content {
    flex-direction: column-reverse;
  }

  .category-wrapper-content-left,
  .category-wrapper-content-right {
    width: 100%;
  }

  .category-wrapper-content-left {
    margin-top: 2.5rem;
  }

  .home-box-wrapper {
    margin-top: 0;
  }

  .home-swiper .swiper-pagination {
    transform: translateY(-50%);
    right: 10px;
  }

  .home-swiper .swiper-pagination > span {
    width: 14px;
    height: 14px;
  }

  .home-swiper
    .swiper-pagination
    > span.swiper-pagination-bullet-active::before {
    width: 22px;
    height: 22px;
  }

  .product-container-top {
    flex-direction: column;
  }

  .product-container-image {
    width: 100%;
    margin-bottom: 2rem;
  }

  .product-container-top-details {
    width: 100%;
  }

  .product-container-center-desc > ul > li {
    font-size: 13px;
  }

  .product-container-center-desc {
    margin-right: 0rem;
  }

  .product-swiper .swiper-slide .category-post-content {
    flex-direction: column;
    width: 100%;
  }

  .product-swiper .swiper-slide .category-post-content .category-post-left {
    width: 100%;
  }

  .product-swiper .swiper-slide .category-post-content .category-post-right {
    width: 100%;
  }

  .product-swiper .swiper-slide {
    padding: 1rem;
  }

  .post-modal .modal-dialog {
    max-width: 95%;
  }
}

@media screen and (max-width: 553px) {
  .home-box-content {
    width: 85%;
  }

  .services-container-bottom {
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
  }

  .services-container-bottom-content {
    width: 75%;
    flex-shrink: 0;
  }

  .mission-container {
    flex-direction: column;
    height: initial;
  }

  .mission-container-left {
    width: 100%;
  }

  .mission-container-right {
    width: 100%;
    padding: 0;
  }

  .mission-container-right > span {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .mission-wrapper {
    height: auto;
  }

  .fleet-wrapper-content {
    width: 100%;
  }

  .fleet-wrapper-content-detail {
    padding: 0 1rem;
  }

  .reference-content {
    width: calc(50% - (1.5rem * 1) / 2);
  }

  .contact-container-top {
    flex-direction: column-reverse;
  }

  .contact-container-top-iframe {
    width: 100%;
  }

  .contact-container-top-right {
    width: 100%;
    margin-bottom: 2rem;
  }

  .contact-wrapper {
    margin-top: 1rem;
  }

  .form-wrapper-content {
    flex-direction: column;
  }

  .form-wrapper-left,
  .form-wrapper-left .form-wrapper-group:not(:nth-child(3)) {
    margin-bottom: 1rem;
  }

  .form-wrapper-left,
  .form-wrapper-right {
    width: 100%;
  }

  .contact-container-bottom {
    margin-top: 2rem;
  }

  .category-post-wrapper-bottom .fleet-wrapper-content {
    width: 100%;
  }

  .category-post-content {
    flex-direction: column;
  }

  .category-post-left {
    width: 100%;
    margin: 0;
  }

  .category-post-right {
    width: 100%;
    margin-top: 1rem;
  }

  .category-post-bottom-right > span,
  .category-post-bottom-left > span {
    font-size: 19px;
  }

  .category-post-bottom-left > span:first-child {
    margin-right: 1rem;
  }

  .product-container-center {
    flex-direction: column;
  }

  .product-container-center-desc {
    width: 100%;
  }

  .product-container-center-desc > ul > li {
    width: 100%;
  }

  .product-container-center-image {
    width: 100%;
  }

  .product-container-gallery-top {
    margin-top: 2rem;
  }

  .product-container-gallery-top-title {
    margin-bottom: 1rem;
  }

  .gallery-images {
    width: 100%;
  }

  .product-container-details-upper {
    flex-direction: column;
  }

  .details-upper-right {
    justify-content: space-between;
  }

  .details-upper-left > span {
    font-size: 22px;
  }

  .details-middle > ul > li > p {
    font-size: 14px;
  }

  .details-middle > ul > li > span {
    font-size: 14px;
  }

  .product-swiper .swiper-button-prev {
    left: 0;
  }

  .product-swiper .swiper-button-next {
    right: 0;
  }

  .product-swiper .swiper-button-prev::after,
  .product-swiper .swiper-button-next::after {
    font-size: 30px;
  }

  .details-upper-left-right-share {
    justify-content: flex-start;
  }

  .details-lower-bottom-map {
    margin-right: 1rem;
  }

  .details-lower-top-left > span:first-child {
    margin-right: 1rem;
  }

  .post-modal .modal-dialog {
    max-width: 100%;
  }

  .header-wrapper-center{
    width: 95%;
  }
}
