.logo_section {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .logo_section {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.logo_section .logo_swiper {
  overflow: hidden;
}
.logo_section .logo_flex.swiper-wrapper {
  flex-wrap: nowrap !important;
}
.logo_section .swiper-slide {
  width: auto;
  display: flex;
  justify-content: center;
}
.logo_section .logo_flex img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  min-height: 60px;
  max-height: 60px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  .logo_section .logo_flex img {
    min-height: 50px;
    max-height: 50px;
  }
}
.logo_section .logo_flex img:hover {
  filter: grayscale(0%);
}

@keyframes infiniteScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.scrolling_text {
  padding: 40px 0 40px 10px;
}
@media (max-width: 1024px) {
  .scrolling_text {
    padding: 20px 0 20px 10px;
  }
}
.scrolling_text {
  overflow-x: hidden;
}
.scrolling_text .horizontal-scrolling-items {
  display: flex;
  width: 2600px;
  animation-name: infiniteScroll;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.scrolling_text .horizontal-scrolling-items .horizontal-scrolling-items__item {
  font-size: 80px;
  text-transform: uppercase;
  line-height: 100%;
  font-weight: 500;
  font-family: "Space Grotesk";
  color: #121212;
  white-space: nowrap;
  display: flex;
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .scrolling_text .horizontal-scrolling-items .horizontal-scrolling-items__item {
    font-size: 56px;
    padding-right: 56px;
  }
}
.scrolling_text .horizontal-scrolling-items .horizontal-scrolling-items__item span {
  color: #F9DE4E;
  padding: 0 0 0 20px;
}
.scrolling_text .horizontal-scrolling-items .horizontal-scrolling-items__item img {
  height: 100%;
  margin: 0 40px;
}
@media (max-width: 1199px) {
  .scrolling_text .horizontal-scrolling-items .horizontal-scrolling-items__item img {
    height: 56px;
    margin: 0 30px;
  }
}

.product_slider {
  background-color: #121212;
  padding: 80px;
  border-radius: 20px;
  margin: 40px 20px 40px;
  position: relative;
}
@media (max-width: 1199px) {
  .product_slider {
    padding: 50px;
  }
}
@media (max-width: 1024px) {
  .product_slider {
    margin: 20px 10px 20px;
  }
}
@media (max-width: 767px) {
  .product_slider {
    padding: 30px;
  }
}
.product_slider .swiper-nav-wrap {
  position: relative;
}
.product_slider .top-content {
  display: flex;
  gap: 12px;
  margin: 0 0 50px;
}
@media (max-width: 1024px) {
  .product_slider .top-content {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .product_slider .top-content {
    margin: 0 0 30px;
  }
}
.product_slider .top-content .title {
  flex: 1;
}
.product_slider .top-content .title p {
  font-size: 22px;
  color: #f9de4e;
  line-height: 100%;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Space Grotesk";
  margin: 0 0 4px;
}
.product_slider .top-content .title h2 {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Space Grotesk";
}
@media (max-width: 767px) {
  .product_slider .top-content .title h2 {
    word-break: break-word;
  }
}
.product_slider .top-content .content {
  flex: 1;
}
.product_slider .top-content .content p {
  font-size: 18px;
  color: #cccccc;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 20px;
}
.product_slider .product-top-content .product_img {
  margin: 0 0 20px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  aspect-ratio: 407/420;
}
@media (max-width: 767px) {
  .product_slider .product-top-content .product_img {
    margin: 0 0 10px;
  }
}
.product_slider .product-top-content .product_img img {
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s linear;
  width: 100%;
}
.product_slider .product-top-content .product_img .overlay {
  position: absolute;
  opacity: 0;
  bottom: -90px;
  transition: all 0.5s;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.product_slider .product-top-content .product_img .overlay:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: -30px;
  position: absolute;
  border-radius: 20px;
}
.product_slider .product-top-content h4 {
  color: #fff;
  font-weight: 700;
  margin: 0 0 4px;
  font-family: "Space Grotesk";
  transition: all 0.5s;
}
.product_slider .product-top-content p {
  font-size: 16px;
  color: #cccccc;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
}
.product_slider .product-top-content:hover img {
  transform: scale(1.2);
}
.product_slider .product-top-content:hover .overlay {
  bottom: 30px;
  opacity: 1;
}
.product_slider .product-top-content:hover h4 {
  color: #f9de4e;
}
.product_slider .swiper-button-prev {
  left: -27px;
  width: 54px;
  height: 54px;
  background: #202020;
  border-radius: 12px;
  border: 0;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.0784313725);
  top: 35%;
  margin-top: 0;
}
@media (max-width: 1199px) {
  .product_slider .swiper-button-prev {
    top: 30%;
  }
}
@media (max-width: 767px) {
  .product_slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    left: -20px;
  }
}
.product_slider .swiper-button-prev:hover {
  background-color: #f9de4e;
}
.product_slider .swiper-button-next {
  right: -27px;
  width: 54px;
  height: 54px;
  background: #202020;
  border-radius: 12px;
  border: 0;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.0784313725);
  top: 35%;
  margin-top: 0;
}
@media (max-width: 1199px) {
  .product_slider .swiper-button-next {
    top: 30%;
  }
}
@media (max-width: 767px) {
  .product_slider .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    right: -20px;
  }
}
.product_slider .swiper-button-next:hover {
  background-color: #f9de4e;
}
.product_slider .swiper-button-next::after,
.product_slider .swiper-button-prev::after {
  display: none;
}
.product_slider .swiper-button-next:before,
.product_slider .swiper-button-prev:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.5s;
  z-index: -1;
  background-image: url(../images/btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .product_slider .swiper-button-next:before,
  .product_slider .swiper-button-prev:before {
    background-size: 20px;
  }
}
.product_slider .swiper-button-prev:before {
  transform: rotate(180deg);
}
.product_slider .swiper-button-next:hover:before,
.product_slider .swiper-button-prev:hover:before {
  background-image: url(../images/btn-arrow-white.svg);
}

.blog-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .blog-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.blog-section .heading {
  display: flex;
  flex-flow: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 50px;
}
@media (max-width: 1024px) {
  .blog-section .heading {
    margin: 0 auto 30px;
  }
}
.blog-section .heading h2 {
  color: #121212;
}
.blog-section .heading p {
  color: #555555;
}
.blog-section .blog-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.blog-section .blog-wrapper.listing {
  padding: 40px 0 0;
}
@media (max-width: 1024px) {
  .blog-section .blog-wrapper.listing {
    padding: 20px 0 0;
  }
}
@media (max-width: 1024px) {
  .blog-section .blog-wrapper {
    gap: 20px;
  }
}
@media (max-width: 599px) {
  .blog-section .blog-wrapper {
    row-gap: 20px;
  }
}
.blog-section .blog-wrapper .product-top-content {
  width: auto;
  flex: 0 0 calc((100% - 90px) / 4);
  max-width: calc((100% - 90px) / 4);
}
@media (max-width: 1199px) {
  .blog-section .blog-wrapper .product-top-content {
    flex: 0 0 calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 1024px) {
  .blog-section .blog-wrapper .product-top-content {
    flex: 0 0 calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 599px) {
  .blog-section .blog-wrapper .product-top-content {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }
}
.blog-section .blog-wrapper .product-top-content .product_img {
  margin: 0 0 16px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  height: 312px;
}
@media (max-width: 767px) {
  .blog-section .blog-wrapper .product-top-content .product_img {
    margin: 0 0 10px;
  }
}
.blog-section .blog-wrapper .product-top-content .product_img img {
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s linear;
  width: 100%;
}
.blog-section .blog-wrapper .product-top-content .product_img .overlay {
  position: absolute;
  opacity: 0;
  bottom: -90px;
  transition: all 0.5s;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.blog-section .blog-wrapper .product-top-content .product_img .overlay:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: -30px;
  position: absolute;
  border-radius: 20px;
}
.blog-section .blog-wrapper .product-top-content h4 {
  color: #121212;
  font-weight: 700;
  margin: 0 0 8px;
  font-family: "Space Grotesk";
  transition: all 0.5s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-section .blog-wrapper .product-top-content p {
  font-size: 16px;
  color: #555555;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blog-section .blog-wrapper .product-top-content h6.date {
  font-size: 16px;
  color: #999999;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 8px;
  padding: 0 0 12px;
  font-family: "Manrope";
  border-bottom: 1px solid #cccccc;
}
.blog-section .blog-wrapper .product-top-content:hover img {
  transform: scale(1.2);
}
.blog-section .blog-wrapper .product-top-content:hover .overlay {
  bottom: 30px;
  opacity: 1;
}
.blog-section .blog-wrapper .product-top-content:hover h4 {
  color: #f9de4e;
}
.blog-section .blog-wrapper .product-top-content:hover h6.date {
  color: #121212;
}
.blog-section .center_btn {
  display: flex;
  justify-content: center;
  margin: 50px 0 40px;
}
@media (max-width: 1024px) {
  .blog-section .center_btn {
    margin: 30px 0 20px;
  }
}

.faq_section {
  padding: 40px 0 80px;
}
@media (max-width: 1024px) {
  .faq_section {
    padding: 20px 0 40px;
  }
}
.faq_section .faq_wrap {
  gap: 30px;
  max-width: 1760px;
  display: flex;
}
@media (max-width: 1024px) {
  .faq_section .faq_wrap {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .faq_section .faq_wrap {
    flex-direction: column;
  }
}
.faq_section .image {
  flex-basis: 53.7%;
}
@media (max-width: 1199px) {
  .faq_section .image {
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .faq_section .image {
    flex-basis: 100%;
  }
}
.faq_section .faq_col {
  padding: 0 30px;
  flex-basis: 44.7%;
}
@media (max-width: 1199px) {
  .faq_section .faq_col {
    flex-basis: 60%;
  }
}
@media (max-width: 1024px) {
  .faq_section .faq_col {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .faq_section .faq_col {
    flex-basis: 100%;
  }
}
.faq_section .faq_col p {
  font-size: 22px;
  color: #555555;
  line-height: 100%;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Space Grotesk";
  margin: 0 0 4px;
}
.faq_section .faq_col h2 {
  color: #121212;
}
.faq_section .faq_col .accordion {
  margin: 30px 0;
}
.faq_section .faq_col .accordion .accordion-item {
  margin: 0 0 12px;
}
.faq_section .faq_col .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 18px 50px 18px 16px;
  color: #121212;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid transparent;
  background: none;
  outline: none;
  background: #edf3f6;
  line-height: 100%;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .faq_section .faq_col .accordion button {
    font-size: 16px;
  }
}
.faq_section .faq_col .accordion button:hover {
  border: 1px solid #f9de4e;
}
.faq_section .faq_col .accordion button:hover .icon {
  background: #f9de4e;
}
.faq_section .faq_col .accordion button:hover .icon:before {
  transform: rotate(90deg);
  background-image: url(../images/btn-arrow-white.svg);
}
.faq_section .faq_col .accordion button:hover,
.faq_section .faq_col .accordion button:focus {
  cursor: pointer;
}
.faq_section .faq_col .accordion button:hover::after,
.faq_section .faq_col .accordion button:focus::after {
  cursor: pointer;
  border: 1px solid #f9de4e;
}
.faq_section .faq_col .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 6px;
  background: #121212;
  transition: all 0.5s;
  transform: translateY(-50%);
}
.faq_section .faq_col .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  transition: all 0.5s;
}
.faq_section .faq_col .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
  opacity: 0;
  display: none;
}
.faq_section .faq_col .accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.faq_section .faq_col .accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 500ms linear;
  will-change: opacity, max-height;
}
.faq_section .faq_col .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 500ms linear, max-height 500ms linear;
  will-change: opacity, max-height;
}
.faq_section .faq_col .accordion .accordion-content p {
  font-size: 18px;
  font-weight: 500;
  margin: 2em 0;
  background: #d8dee1;
  padding: 18px 16px;
  color: #121212;
  text-transform: inherit;
  line-height: 100%;
  margin: 2px 0 0;
  font-family: "Manrope";
  border-radius: 12px;
}
@media (max-width: 767px) {
  .faq_section .faq_col .accordion .accordion-content p {
    font-size: 16px;
  }
}
.faq_section .faq_col .accordion button[aria-expanded=true] {
  border: 1px solid #f9de4e;
}
.faq_section .faq_col .accordion button[aria-expanded=true] .icon {
  background: #f9de4e;
}
.faq_section .faq_col .accordion button[aria-expanded=true] .icon:before {
  transform: rotate(90deg);
  background-image: url(../images/btn-arrow-white.svg);
}

.faq_page_multiple .faq_wrap {
  flex-wrap: wrap;
  flex-direction: column;
}
.faq_page_multiple .faq_wrap .faq_col {
  max-width: 70%;
  margin: 0 auto;
  flex-basis: max-content;
  width: 100%;
}
@media (max-width: 1299px) {
  .faq_page_multiple .faq_wrap .faq_col {
    max-width: 100%;
    padding: 0px;
  }
}

.inner-banner {
  height: auto;
  max-height: 460px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  position: relative;
  padding-top: 312px;
  padding-bottom: 40px;
  z-index: 0;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .inner-banner {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .inner-banner {
    max-height: 380px;
  }
}
.inner-banner .banner-content h1 {
  margin: 0 0 8px 0;
  color: #FFFFFF;
}
.inner-banner .banner-content p {
  margin: 0;
  color: #FFFFFF;
}
.inner-banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 30.43%);
  z-index: -1;
}
.inner-banner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  z-index: -1;
}

.heading-with-cards {
  padding-bottom: 40px;
  padding-top: 40px;
}
.heading-with-cards .inner-html {
  display: flex;
  flex-flow: column;
  gap: 50px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1440px) {
  .heading-with-cards .inner-html {
    gap: 40px;
  }
}
@media (max-width: 1199px) {
  .heading-with-cards .inner-html {
    gap: 30px;
  }
}
.heading-with-cards .cards-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
  flex-flow: wrap;
}
@media (max-width: 1440px) {
  .heading-with-cards .cards-wrapper {
    gap: 20px;
  }
}
.heading-with-cards .card-item {
  width: 100%;
  max-width: calc(33.33% - 20px);
  padding: 30px;
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-flow: column;
}
@media (max-width: 1440px) {
  .heading-with-cards .card-item {
    max-width: calc(33.33% - 14px);
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .heading-with-cards .card-item {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .heading-with-cards .card-item {
    max-width: 100%;
  }
}
.heading-with-cards .card-item.img-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .heading-with-cards .card-item.img-card {
    max-width: 100%;
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .heading-with-cards .card-item.img-card {
    min-height: 300px;
  }
}
.heading-with-cards .card-item.img-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
  transition: all 0.5s linear;
  -o-object-fit: cover;
     object-fit: cover;
}
.heading-with-cards .card-item.img-card .text-wrapper {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #FFFFFF;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-flow: column;
  backdrop-filter: blur(10px);
  width: 100%;
  gap: 6px;
}
@media (max-width: 1440px) {
  .heading-with-cards .card-item.img-card .text-wrapper {
    padding: 20px;
  }
}
.heading-with-cards .card-item.img-card .text-wrapper h6 {
  color: #FFFFFF;
}
.heading-with-cards .card-item.img-card .text-wrapper .btn {
  margin-top: 10px;
}
.heading-with-cards .card-item.img-card .text-wrapper p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
}
.heading-with-cards .card-item.img-card:hover img {
  transform: scale(1.1);
}
.heading-with-cards .card-item.gray {
  background: #EDF3F6;
}
.heading-with-cards .card-item.yellow {
  background: #F9DE4E;
}
.heading-with-cards .card-item.yellow p {
  margin-bottom: 20px;
}
.heading-with-cards .card-item .fixed-img {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .heading-with-cards .card-item .fixed-img {
    display: none;
  }
}
.heading-with-cards .card-item .fixed-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.heading-with-cards .card-item h4 {
  color: #121212;
  margin-bottom: 4px;
}
.heading-with-cards .card-item p {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
}
.heading-with-cards .card-item ul {
  margin: 24px 0 12px;
  display: flex;
  flex-flow: column;
  gap: 12px;
  list-style: none;
}
.heading-with-cards .card-item ul li {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.heading-with-cards .card-item ul li:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: url(../images/list-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.heading-with-cards .card-item ul li strong {
  font-weight: 800;
  color: #121212;
}
.heading-with-cards .card-item .bg-wrap {
  margin-top: auto;
  border-radius: 14px;
  padding: 16px;
  background: #121212;
  display: flex;
  flex-flow: column;
  gap: 12px;
}
.heading-with-cards .card-item .bg-wrap p {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}

.heading {
  display: flex;
  flex-flow: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 1200px;
  width: 100%;
}
.heading h2 {
  color: #121212;
}
@media (max-width: 767px) {
  .heading h2 {
    word-break: break-all;
  }
}
.heading p {
  color: #555555;
}
.heading.full-width {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-flow: wrap;
}
@media (max-width: 1440px) {
  .heading.full-width {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .heading.full-width {
    gap: 12px;
  }
}
.heading.full-width h2 {
  width: 100%;
  max-width: calc(50% - 30px);
  text-align: left;
}
@media (max-width: 1440px) {
  .heading.full-width h2 {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .heading.full-width h2 {
    max-width: 100%;
    text-align: center;
  }
}
.heading.full-width p {
  width: 100%;
  max-width: calc(50% - 30px);
  text-align: left;
}
@media (max-width: 1440px) {
  .heading.full-width p {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .heading.full-width p {
    max-width: 100%;
    text-align: center;
  }
}

.home .heading-with-cards .card-item.img-card img {
  -o-object-position: 70%;
     object-position: 70%;
}

.service {
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .service {
    padding: 20px 0;
  }
}
.service.blog-detail {
  padding-top: 0;
}
.service.blog-detail .service-content {
  margin-bottom: 80px;
  margin-top: 0;
}
.service.blog-detail .service-content:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .service.blog-detail .service-content {
    margin-bottom: 40px;
  }
}
.service.blog-detail .service-content .left {
  height: 550px;
}
@media (max-width: 1024px) {
  .service.blog-detail .service-content .left {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .service.blog-detail .service-content .left {
    height: auto;
    order: 1;
  }
}
@media (max-width: 767px) {
  .service.blog-detail .service-content .right {
    order: 2;
  }
}
.service .heading {
  display: flex;
  flex-flow: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 50px;
}
@media (max-width: 1024px) {
  .service .heading {
    margin: 0 auto 30px;
  }
}
.service .service-content {
  margin: 50px 0 0;
  display: flex;
  gap: 60px;
}
@media (max-width: 1199px) {
  .service .service-content {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .service .service-content {
    margin: 30px 0 0;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .service .service-content {
    flex-direction: column;
    gap: 20px;
  }
}
.service .service-content .left {
  width: calc(50% - 30px);
}
@media (max-width: 1199px) {
  .service .service-content .left {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .service .service-content .left {
    width: 100%;
  }
}
.service .service-content .left img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .service .service-content .left img {
    height: 400px;
  }
}
.service .service-content .right {
  width: calc(50% - 30px);
}
@media (max-width: 1199px) {
  .service .service-content .right {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .service .service-content .right {
    width: 100%;
  }
}
.service .service-content .right h2 {
  margin: 0 0 12px;
  color: #121212;
}
.service .service-content .right p {
  color: #555555;
}
.service .service-content .right .service-list {
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .service .service-content .right .service-list {
    margin: 20px 0 0;
  }
}
.service .service-content .right .service-list .service-text {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  padding: 24px 0px 24px 0;
  border-bottom: 1px solid #e6e6e6;
  align-items: center;
}
@media (max-width: 1024px) {
  .service .service-content .right .service-list .service-text {
    padding: 15px 0px 15px 0;
  }
}
.service .service-content .right .service-list .service-text:nth-child(1) {
  padding-top: 0;
}
.service .service-content .right .service-list .service-text:nth-child(3) {
  border: 0;
  padding-bottom: 0;
}
.service .service-content .right .service-list .service-text img {
  width: 60px;
  height: 60px;
}
@media (max-width: 767px) {
  .service .service-content .right .service-list .service-text img {
    width: 50px;
    height: 50px;
  }
}
.service .service-content .right .service-list .service-text .service-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service .service-content .right .service-list .service-text .service-detail h6 {
  font-size: 20px;
  line-height: 27px;
  color: #121212;
  margin: 0 0 2px;
}
.service .service-content .right .service-list .service-text .service-detail p {
  font-size: 16px;
  color: #555555;
  line-height: 22px;
  font-weight: 500;
}
.service .service-content .right .service-list .service-detail-text {
  margin: 30px 0 0;
}
.service .service-content .right .service-list .service-detail-text ul {
  list-style-type: none;
  margin-left: 0px;
}
@media (max-width: 767px) {
  .service .service-content .right .service-list .service-detail-text {
    margin: 20px 0 0;
  }
}
.service .service-content .right .service-list .service-detail-text p {
  font-size: 16px;
  color: #555555;
  line-height: 24px;
  margin: 0 0 16px;
}
.service .service-content .right .service-list .service-detail-text .btn {
  margin-top: 30px;
}
.service .service-content .video-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .service .service-content .video-wrapper {
    height: 400px;
  }
}
.service .service-content .video-wrapper iframe {
  border-radius: 20px;
}
.service .product-block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 80px 0 0;
}
@media (max-width: 1024px) {
  .service .product-block {
    padding: 40px 0 0;
    gap: 20px;
  }
}
@media (max-width: 599px) {
  .service .product-block {
    row-gap: 20px;
  }
}
.service .product-block .product-top-content {
  width: auto;
  flex: 0 0 calc((100% - 90px) / 4);
  max-width: calc((100% - 90px) / 4);
}
@media (max-width: 1199px) {
  .service .product-block .product-top-content {
    flex: 0 0 calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 1024px) {
  .service .product-block .product-top-content {
    flex: 0 0 calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 599px) {
  .service .product-block .product-top-content {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }
}
.service .product-block .product-top-content.with-bg {
  background: #f9de4e;
  border-radius: 20px;
  padding: 24px;
}
.service .product-block .product-top-content.with-bg .top-text {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}
.service .product-block .product-top-content.with-bg .top-text h2 {
  margin-top: 30px;
  word-break: break-word;
}
@media (max-width: 1599px) {
  .service .product-block .product-top-content.with-bg .top-text h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .service .product-block .product-top-content.with-bg .top-text h2 {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .service .product-block .product-top-content.with-bg .top-text h2 {
    font-size: 28px;
  }
}
.service .product-block .product-top-content.with-bg .top-text p {
  margin-top: auto;
  display: block;
  padding-bottom: 30px;
  font-size: 18px;
  color: #555555;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .service .product-block .product-top-content.with-bg .top-text p {
    padding-bottom: 0px;
  }
}
.service .product-block .product-top-content .product_img {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  height: 440px;
}
@media (max-width: 1024px) {
  .service .product-block .product-top-content .product_img {
    height: 365px;
  }
}
.service .product-block .product-top-content .product_img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 53.63%, rgba(0, 0, 0, 0.9) 100%);
  border-radius: 20px;
  z-index: 1;
}
.service .product-block .product-top-content .product_img .product-block-content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  z-index: 2;
}
.service .product-block .product-top-content .product_img img {
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s linear;
  width: 100%;
}
.service .product-block .product-top-content .product_img .overlay {
  position: absolute;
  opacity: 0;
  right: -90px;
  transition: all 0.5s;
  left: auto;
  top: 24px;
  display: flex;
  justify-content: center;
  width: 54px;
  height: 54px;
  z-index: 2;
}
@media (max-width: 767px) {
  .service .product-block .product-top-content .product_img .overlay {
    width: 40px;
    height: 40px;
    top: 15px;
  }
}
.service .product-block .product-top-content .product_img .overlay .icon {
  display: inline-block;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 12px;
  background: #f9de4e;
}
@media (max-width: 767px) {
  .service .product-block .product-top-content .product_img .overlay .icon {
    width: 40px;
    height: 40px;
    border-radius: 6px;
  }
}
.service .product-block .product-top-content .product_img .overlay .icon:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/btn-arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  transition: all 0.5s;
  transform: rotate(-45deg);
}
.service .product-block .product-top-content h4 {
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 8px;
  font-family: "Space Grotesk";
  transition: all 0.5s;
}
.service .product-block .product-top-content p {
  font-size: 16px;
  color: #cccccc;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
}
.service .product-block .product-top-content h6.date {
  font-size: 16px;
  color: #999999;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 8px;
  padding: 0 0 12px;
  font-family: "Manrope";
  border-bottom: 1px solid #cccccc;
}
.service .product-block .product-top-content:hover img {
  transform: scale(1.2);
}
.service .product-block .product-top-content:hover .overlay {
  right: 24px;
  opacity: 1;
}
@media (max-width: 767px) {
  .service .product-block .product-top-content:hover .overlay {
    right: 16px;
  }
}

.product-advantage {
  padding: 40px 0px;
}
@media (max-width: 1024px) {
  .product-advantage {
    padding: 20px 0px;
  }
}
.product-advantage .heading {
  display: flex;
  flex-flow: row;
  gap: 60px;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 60px;
  max-width: 100%;
  text-align: left;
  align-items: flex-start;
  margin: 0;
}
@media (max-width: 767px) {
  .product-advantage .heading {
    gap: 20px;
    flex-direction: column;
  }
}
.product-advantage .heading h2 {
  flex: 1;
}
.product-advantage .heading p {
  flex: 1;
}
.product-advantage .heading:has(p:not(:empty)) {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .product-advantage .heading:has(p:not(:empty)) {
    margin-bottom: 30px;
  }
}
.product-advantage .system-row {
  display: flex;
  gap: 30px;
}
@media (max-width: 1024px) {
  .product-advantage .system-row {
    gap: 20px;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .product-advantage .system-row {
    flex-direction: column;
  }
}
.product-advantage .system-row .left {
  width: calc(50% - 15px);
  background: #f9de4e;
  padding: 30px;
  border-radius: 20px;
  min-height: 520px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .product-advantage .system-row .left {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .product-advantage .system-row .left {
    width: 100%;
  }
}
.product-advantage .system-row .left ul {
  margin: 24px 0;
  display: flex;
  flex-flow: column;
  gap: 16px;
  list-style: none;
}
.product-advantage .system-row .left ul li {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
.product-advantage .system-row .left ul li:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: url(../images/list-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.product-advantage .system-row .left h4 {
  margin: 0 0 16px;
}
.product-advantage .system-row .left p {
  line-height: 26px;
  color: #555555;
}
.product-advantage .system-row .left .bottom-img {
  position: absolute;
  right: 30px;
  bottom: 20px;
  z-index: -1;
}
@media (max-width: 767px) {
  .product-advantage .system-row .left .bottom-img {
    display: none;
  }
}
.product-advantage .system-row .left .bottom-text {
  color: #121212;
}
.product-advantage .system-row .right {
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .product-advantage .system-row .right {
    width: 100%;
  }
}
.product-advantage .system-row .right .card-item.img-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 30px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .product-advantage .system-row .right .card-item.img-card {
    padding: 20px;
  }
}
.product-advantage .system-row .right .card-item.img-card .text-wrapper {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 26px;
  border-radius: 20px;
  display: flex;
  flex-flow: column;
  gap: 6px;
  backdrop-filter: blur(10px);
  width: 100%;
}
@media (max-width: 1024px) {
  .product-advantage .system-row .right .card-item.img-card .text-wrapper {
    padding: 15px;
  }
}
.product-advantage .system-row .right .card-item.img-card .text-wrapper h4 {
  color: #ffffff;
}
.product-advantage .system-row .right .card-item.img-card .text-wrapper p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.product-advantage .system-row .right .card-item.img-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
  transition: all 0.3s linear;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-advantage .system-row .right .card-item.img-card:hover img {
  transform: scale(1.2);
}

.application {
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .application {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .application {
    margin-bottom: -50px;
  }
}
.application .container {
  padding-bottom: 110px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 1024px) {
  .application .container {
    padding-bottom: 110px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .application .container {
    padding-bottom: 0;
    margin-bottom: 0px;
  }
}
.application .app-image {
  height: 440px;
}
.application .app-image img {
  border-radius: 24px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.application .app-bottom {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  display: flex;
  gap: 60px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1215686275);
  max-width: 100%;
  margin: 0 auto;
  z-index: 22;
  position: absolute;
  bottom: 0;
  left: 136px;
  right: 136px;
  width: auto;
}
@media (max-width: 1024px) {
  .application .app-bottom {
    gap: 30px;
    padding: 30px;
    left: 50px;
    right: 50px;
  }
}
@media (max-width: 767px) {
  .application .app-bottom {
    position: relative;
    top: -100px;
    margin-left: 20px;
    margin-right: 20px;
    flex-direction: column;
    gap: 20px;
    left: 0px;
    right: 0px;
  }
}
.application .app-bottom .left {
  width: calc(50% - 30px);
  gap: 6px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .application .app-bottom .left {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .application .app-bottom .left {
    width: 100%;
  }
}
.application .app-bottom .right {
  width: calc(50% - 30px);
  gap: 6px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .application .app-bottom .right {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .application .app-bottom .right {
    width: 100%;
  }
}
.application .app-bottom h4 {
  color: #121212;
  line-height: 36px;
}
.application .app-bottom p {
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}

.about-service {
  background-color: #121212;
  padding: 80px;
  border-radius: 20px;
  margin: 40px 20px;
  position: relative;
}
@media (max-width: 1599px) {
  .about-service {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .about-service {
    padding: 30px;
  }
}
.about-service .pattern-img {
  position: absolute;
  height: 352px;
  right: 0;
  bottom: 170px;
}
.about-service .pattern-img img {
  height: 100%;
}
.about-service .service-top {
  display: flex;
  gap: 60px;
}
@media (max-width: 1024px) {
  .about-service .service-top {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .about-service .service-top {
    gap: 30px;
  }
}
.about-service .service-top .left {
  width: calc(50% - 30px);
  display: flex;
  gap: 20px;
}
@media (max-width: 1199px) {
  .about-service .service-top .left {
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .about-service .service-top .left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-service .service-top .left {
    flex-direction: column;
  }
}
.about-service .service-top .left .left-content {
  width: calc(50% - 10px);
}
@media (max-width: 1199px) {
  .about-service .service-top .left .left-content {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .about-service .service-top .left .left-content {
    width: 100%;
  }
}
.about-service .service-top .left .left-content img {
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.about-service .service-top .left .right-content {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .about-service .service-top .left .right-content {
    width: 100%;
  }
}
.about-service .service-top .left .right-content .right-image {
  height: 210px;
}
.about-service .service-top .left .right-content .right-image img {
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.about-service .service-top .left .right-content .right-txt {
  background: #f9de4e;
  padding: 30px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .about-service .service-top .left .right-content .right-txt {
    padding: 20px;
  }
}
.about-service .service-top .left .right-content .right-txt h4 {
  line-height: 36px;
  color: #121212;
  word-break: break-word;
}
.about-service .service-top .left .right-content .right-txt p {
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
.about-service .service-top .right {
  width: calc(50% - 30px);
}
@media (max-width: 1024px) {
  .about-service .service-top .right {
    width: 100%;
  }
}
.about-service .service-top .right h2 {
  color: #fff;
  margin: 0 0 8px;
}
.about-service .service-top .right p {
  line-height: 24px;
  color: #fff;
}
.about-service .service-top .right ul {
  margin: 24px 0 0;
  display: flex;
  flex-flow: column;
  gap: 16px;
  list-style: none;
}
.about-service .service-top .right ul li {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #cccccc;
}
.about-service .service-top .right ul li:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: url(https://containerpro.youvia.previewnow.site/wp-content/uploads/2026/01/list-icon-yellow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.about-service .service-bottom {
  padding: 60px 0 0;
}
@media (max-width: 767px) {
  .about-service .service-bottom {
    padding: 30px 0 0;
  }
}
.about-service .service-bottom h4 {
  color: #fff;
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
}
.about-service .service-bottom ul {
  margin: 0;
  display: flex;
  gap: 30px;
  list-style: none;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .about-service .service-bottom ul {
    gap: 20px;
  }
}
.about-service .service-bottom ul li {
  background-color: #222222;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  border-radius: 12px;
  padding: 20px 16px;
  display: flex;
  gap: 10px;
  width: calc(25% - 23px);
  align-items: center;
}
@media (max-width: 1024px) {
  .about-service .service-bottom ul li {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .about-service .service-bottom ul li {
    width: 100%;
  }
}
.about-service .service-bottom ul li:after {
  display: none;
}
.about-service .service-bottom ul li img {
  width: 26px;
  height: 26px;
}

@media (max-width: 1024px) {
  header.sticky-top .menu-wrapper {
    top: 62px;
    height: calc(100vh - 62px);
  }
  header nav .menu-header-menu-container > ul > li.menu-item-has-children > a:after {
    display: none;
  }
  header nav .menu-header-menu-container > ul > li.menu-item-has-children > a .submenu-toggle {
    background-image: url(../images/arrow-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    transition: all 0.3s linear;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    transition: 0.4s all;
    background-position: center;
    background-size: 16px;
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
  }
  header nav .menu-header-menu-container > ul > li.menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    padding-right: 16px;
    align-items: center;
  }
  header nav .menu-header-menu-container > ul > li.menu-item-has-children.submenu-open > a .submenu-toggle {
    transform: rotate(180deg);
  }
}
@media (max-width: 767px) {
  .banner-sec .swiper-button-prev, .banner-sec .swiper-button-next {
    opacity: 0;
  }
  .top-bar {
    display: block;
  }
  .top-bar .left-part {
    display: none;
  }
  .top-bar .right-part {
    margin-left: auto;
  }
  header {
    top: 46px;
  }
}
.post-thumbnail {
  padding: 40px 20px;
}
@media (max-width: 1024px) {
  .post-thumbnail {
    padding: 20px 20px 20px;
  }
}
.post-thumbnail img {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  display: block;
  border-radius: 20px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .post-thumbnail img {
    height: 400px;
    max-width: 100%;
  }
}

.entry-content {
  width: 100%;
  max-width: 1660px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .entry-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.entry-content hr {
  margin: 1.5em 0;
}
.entry-content table {
  margin-bottom: 2em;
}
.entry-content table th, .entry-content table td {
  padding: 15px;
  border: 1px solid #ccc;
}
.entry-content hr + h2 {
  margin-bottom: 20px;
}
.entry-content form {
  max-width: 500px;
}
.entry-content form label {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: #121212;
}
.entry-content form input::-moz-placeholder, .entry-content form textarea::-moz-placeholder {
  color: #ccc;
}
.entry-content form input::placeholder, .entry-content form textarea::placeholder {
  color: #ccc;
}
.entry-content form input, .entry-content form textarea {
  border: 1px solid #EEEEEE;
  background: #F7F7F7;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #888888;
  outline: none;
  box-shadow: none;
  height: auto;
  margin-bottom: 16px;
  width: 100%;
}
.entry-content form select {
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 16px;
  background: #F7F7F7;
  color: #888;
  border: 0;
  font-size: 16px;
  width: 100%;
}
.entry-content form button {
  padding: 15px 16px;
  font-size: 16px;
  line-height: 1em;
  color: #121212;
  font-weight: 700;
  font-family: "Manrope";
  background: #F9DE4E;
  text-transform: capitalize;
  border: 0;
  transition: all 0.5s;
  position: relative;
  border-radius: 12px;
  z-index: 0;
  outline: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
.entry-content form button:hover {
  background: rgba(249, 222, 78, 0.6);
}
.entry-content .gallery {
  display: grid;
  gap: 20px;
  overflow-x: auto;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1199px) {
  .entry-content .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .entry-content .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .entry-content .gallery {
    grid-template-columns: auto;
  }
}
.entry-content .gallery .product_img {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  height: 312px;
}
.entry-content .gallery .product_img img {
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s linear;
  width: 100%;
}
.entry-content .gallery .product_img:hover img {
  transform: scale(1.2);
}
.entry-content video {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 20px;
  display: block;
}
@media (max-width: 1024px) {
  .entry-content video {
    max-width: 100%;
  }
}
.entry-content > figure img {
  max-width: 700px;
  margin: 0 auto 20px;
  width: 100%;
  text-align: center;
  display: block;
  border-radius: 20px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .entry-content > figure img {
    height: 400px;
    max-width: 100%;
  }
}

.entry-footer {
  padding-top: 40px;
}
.entry-footer .cat-links {
  margin-right: 10px;
}
.entry-footer a {
  transition: all 0.3s linear;
}
.entry-footer a:hover {
  color: #F9DE4E;
}
@media (max-width: 1024px) {
  .entry-footer {
    padding-top: 5px;
  }
}

@media (max-width: 767px) {
  .post-navigation .nav-next {
    text-align: left !important;
  }
}

.site-main .navigation.post-navigation {
  width: 100%;
  max-width: 1660px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 30px auto 80px;
}
@media (max-width: 1024px) {
  .site-main .navigation.post-navigation {
    padding-left: 20px;
    padding-right: 20px;
    margin: 20px auto 40px;
  }
}
.site-main .navigation.post-navigation a {
  transition: all 0.3s linear;
}
.site-main .navigation.post-navigation a:hover {
  color: #F9DE4E;
}

/*common css to set all pages*/
.heading-with-cards {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .heading-with-cards {
    padding-bottom: 20px;
  }
}

.full-padding.download-section {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .full-padding.download-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}/*# sourceMappingURL=custom.css.map */