/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

body {
  font-size: 16px;
  line-height: 1.2;
}

h1 {
  font-size: var(--h1-font-size);
  letter-spacing: -0.03px;
  line-height: 1.2;
}

h2 {
  font-size: var(--h2-font-size);
  letter-spacing: -0.02px;
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

.primary-btn {
  box-shadow: 0px 4.99px 31.41px 2.49px #ffd18f;
  margin: 0;
  min-height: auto;
  line-height: 1.2;
}

.primary-btn span {
  line-height: inherit;
}

.button.white {
  color: var(--primary-color) !important;
}

.pera-mb-none p {
  margin-bottom: 0 !important;
}

.rounded-img {
  border-radius: 20px;
  overflow: hidden;
}

.header-main .header-nav.nav-left {
  justify-content: center;
  gap: 5px 30px;
  padding: 0 10px;
}

.nav .menu-item > a {
  letter-spacing: -0.2px;
}

.header-contact-wrapper .nav a {
  font-size: 16px;
  font-weight: 600 !important;
  color: #fff !important;
}

.hero-banner-row {
  height: 100%;
}

.main-hero-banner .section-bg {
  border-radius: 20px;
}

.hero-banner-row > .col > .col-inner {
  height: 100%;
}

.main-hero-banner {
  padding: 15px !important;
  align-items: normal;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
  overflow: hidden;
}

.hero-banner-row > .col > .col-inner {
  height: 100%;
}

.hero-banner-row > .col > .col-inner .row {
  position: relative;
  z-index: 1;
  align-items: center;
  height: 100%;
}

.banner-main-head span {
  color: #0f0c0c;
}

.hero-banner-row .hero-banner-img {
  position: absolute;
  right: -15px;
  bottom: -15px;
}

.flickity-button.flickity-prev-next-button {
  width: 51px !important;
  height: 51px;
  border-radius: 50% !important;
  border: 1.5px solid #000000;
  opacity: 1 !important;
}

.flickity-button.flickity-prev-next-button:hover {
  border-color: #fff;
  background-color: var(--primary-color) !important;
}

.flickity-prev-next-button .flickity-button-icon {
  width: 26px;
  transition: none !important;
  padding: 0;
  border: none !important;
}

/* homepage product slider */
.product-title-wrapper {
  flex-wrap: wrap;
  gap: 10px 30px;
}

.product-title-wrapper .button.is-link {
  padding: 0;
  min-height: auto;
  line-height: 1;
  font-weight: 400;
}

.product-title-wrapper .button.is-link span {
  text-decoration: underline;
}

.custom-arrow-wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-right: auto !important;
}

.custom-arrow-wrapper .custom-arrow {
  margin: 0;
  border-radius: 50% !important;
  width: 51px;
  height: 51px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

@media (pointer: fine) {
  .custom-arrow-wrapper .custom-arrow:hover {
    background: var(--primary-color);
    border-color: #fff;
    color: #fff;
  }
}

@media (pointer: coarse) {
  .custom-arrow-wrapper .custom-arrow:active {
    background: var(--primary-color);
    border-color: #fff;
    color: #fff;
  }
}

.product-slider-wrapper .flickity-button,
.latest-blog-slider .flickity-button {
  opacity: 0 !important;
  visibility: hidden;
}

.product-slider-wrapper .flickity-slider {
  display: flex;
}

.product-slider-wrapper .product-box-item {
  padding: 0 26px !important;
}

.product-slider-wrapper .product-box-wrapper {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.product-box-wrapper .product-inner-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 20%;
  overflow-y: auto;
  margin: 10px 40px 40px;
  display: flex;
  flex-direction: column;
}

.product-box-wrapper .product-inner-content::-webkit-scrollbar {
  display: none;
}

.product-box-wrapper .product-view-more {
  position: absolute;
  width: 51px;
  height: 51px;
  top: 40px;
  right: 40px;
  border: 3px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.product-box-wrapper .product-main-title {
  color: #fff !important;
  margin-top: auto;
}

.product-box-wrapper .product-img {
  height: 100%;
  position: relative;
}

.product-box-wrapper .product-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(0, 0, 0, 0.5);
  pointer-events: none;
}

.product-box-wrapper .product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 1;
}

/* product page css */
.product-grid-layout {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  padding-bottom: 30px;
}

.product-grid-layout .product-card-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #0000001f;
  box-shadow: 0px 5.51px 33.3px -7.87px #00000024;
  padding: 15px;
  border-radius: 24px;
  transition: all 0.3s;
}

.product-grid-layout .product-card-item:hover {
  box-shadow: none;
}

.product-grid-layout .product-card-item .wp-post-image {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 24px;
  object-fit: contain;
  object-position: center;
}

.product-grid-layout .product-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 18px;
}

.product-heading h3 {
  margin-bottom: 0;
  letter-spacing: -0.02px;
}

.product-heading .stock-label {
  background-color: #009e601a;
  color: #009e60;
  font-size: 12px;
  padding: 8px 16px;
  border-radius: 40px;
}

.product-heading .stock-label.out-stock {
  background-color: #ff00001a;
  color: #ff0000;
}

.product-card-item .product-desc {
  opacity: 0.5;
  line-height: 1.5;
}

.product-card-item .product-label {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  row-gap: 8px;
  margin-top: 20px;
}

.product-btn-wrapper {
  margin-top: auto;
  padding-top: 40px;
}

.product-btn-wrapper .product-action-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 6px !important;
  background: var(--primary-color);
  color: #fff;
  font-size: 18px;
  letter-spacing: -0.02px;
  font-weight: 600;
  padding: 8.5px 38px;
  max-width: 214px;
  margin: 0 auto;
  min-height: auto;
  line-height: normal;
  border: none;
}

.product-btn-wrapper .product-action-btn span {
  line-height: normal;
}

.why-choose-row {
  row-gap: 80px;
}

.why-choose-row > .col:nth-child(3n + 2) > .col-inner {
  margin-left: auto !important;
  margin-right: auto !important;
}

.why-choose-row > .col:nth-child(3n - 0) > .col-inner {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.why-choose-row > .col > .col-inner {
  box-shadow: 0px 7px 42.3px -10px #0000002b;
  height: 100%;
}

.why-choose-row .icon-box-img {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
}

.why-choose-row .icon-box-img .icon {
  filter: drop-shadow(0 7px 42.3px #0000002b);
}

.why-choose-row .icon-inner {
  border-top-width: 0 !important;
  background: var(--primary-color) !important;
}

.pera-w-max {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.partner-slider {
  text-align: center;
}

.partner-slider .flickity-button {
  display: none !important;
}

.partner-slider .box-image img {
  max-width: 75%;
}

.footer-col .footer-menu-item .ux-menu-link__link {
  font-size: 18px;
  color: #fff;
  min-height: auto;
  padding: 2px 0;
  margin-bottom: 15px;
}

#footer .absolute-footer {
  display: none;
}

.footer-logo img {
  width: auto !important;
}

.footer-newsletter form {
  margin-bottom: 0;
}

.footer-newsletter form .wpcf7-email {
  border-radius: 10px;
  height: 48px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02px;
}

.footer-newsletter form .wpcf7-submit {
  background: #ca1517;
  border-radius: 40px !important;
  padding: 15px 25px;
  line-height: 1;
  text-transform: capitalize;
  letter-spacing: -0.02px;
  font-size: 16px;
  margin: 0;
}

.footer-newsletter form .wpcf7-spinner {
  margin: 0 0 0 10px;
  vertical-align: middle;
}

.footer-newsletter form .wpcf7-response-output {
  color: #fff;
  padding: 10px;
  border-width: 1px;
  margin-top: 40px;
}

/* latest blog slider */
.latest-blog-slider {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.latest-blog-slider .post-item {
  min-height: -webkit-fill-available;
  display: flex;
}

.latest-blog-slider .box-blog-post {
  display: flex;
}

.latest-blog-slider .post-item .col-inner {
  padding: 30px;
  min-height: 380px;
  display: flex;
  background: #0000000d;
  border-radius: 15px;
}

.latest-blog-slider .from_the_blog_excerpt {
  margin-bottom: 20px;
}

.latest-blog-slider .blog-post-inner {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  height: 100%;
}

.latest-blog-slider .box-blog-post .box-image {
  display: grid;
  border-radius: 15px;
}

.latest-blog-slider .blog-post-inner .is-divider {
  display: none;
}

.latest-blog-slider .blog-post-inner a.button {
  font-size: 18px;
  padding: 10px 40px;
  line-height: 1.3;
  min-height: auto;
  margin: auto auto 0;
  width: 100%;
  max-width: fit-content;
  display: block;
}

.about-video-frame iframe {
  border-radius: 20px;
}

.member-designation {
  border: 1px solid #00000066;
  border-radius: 99px;
  padding: 10px;
  max-width: fit-content;
  margin: 20px 0;
}

.member-designation * {
  margin-bottom: 0;
}

/* testimonial slider css */
.testimonials-main-wrapper > .col-inner {
  overflow: hidden;
}

.testimonials-main-wrapper .section {
  padding-left: 0;
  padding-right: 0;
}

.testimonial-slider-wrapper .testimonial-card {
  padding: 0 20px !important;
}

.testimonial-slider-wrapper .testimonial-card-content {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
}

.testimonial-card-content .review-date {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.4;
  text-align: end;
  margin-bottom: 16px;
}

.testimonial-card-content .testimonial-profile {
  display: flex;
  align-items: center;
  gap: 20px;
}

.testimonial-card-content .testimonial-profile .wp-post-image {
  border-radius: 50%;
  object-fit: cover;
}

.user-name-wrapper .user-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.user-name-wrapper .user-rating-star {
  font-size: 16px;
  letter-spacing: 3px;
  color: var(--primary-color);
}

.user-name-wrapper .user-location {
  font-size: 14px;
}

.testimonial-card .user-review-content {
  max-width: 450px;
  margin: 40px auto 0;
}

.blog-list-items .post-item .box-text {
  inset: 0 !important;
  transform: none;
}

.blog-list-items .post-item .blog-post-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  max-width: 780px;
  row-gap: 10px;
  overflow-y: auto;
}

.blog-list-items .post-item .blog-post-inner::-webkit-scrollbar {
  display: none;
}

.blog-list-items .post-item .blog-post-inner .is-divider {
  display: none;
}

.blog-list-items .post-item .blog-post-inner a.button {
  min-width: 180px;
  margin: auto 0 0;
  border-radius: 40px !important;
  padding: 15px 20px;
  line-height: 1;
  color: #000 !important;
  font-size: 18px;
}

.blog-list-items .post-item .box-image .image-cover {
  border-radius: 20px;
  overflow: hidden;
}

.blog-list-items .post-item .blog-post-inner .from_the_blog_excerpt {
  line-height: 1.4;
}

.blog-list-items .dark p {
  color: #fff;
}

.page-numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.page-numbers li {
  margin: 0 !important;
}

.page-numbers .page-number {
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border: 1px solid #00000040;
  font-weight: 400;
  font-size: 18px;
  min-width: 40px;
}

.page-numbers .page-number.current {
  font-weight: 700;
}

/* form css */
.quote-form-wrapper label {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 600;
}

.quote-form-wrapper .wpcf7-form-control-wrap {
  padding-bottom: 10px;
}

.quote-form-wrapper form input.wpcf7-form-control:not([type="submit"]),
.quote-form-wrapper form .wpcf7-select,
.quote-form-wrapper form .wpcf7-textarea {
  height: 54px;
  padding: 12px 15px;
  border-radius: 10px;
  box-shadow: none;
  font-size: 16px;
  outline: none;
  color: #000;
  border: 1px solid #00000066;
}

.quote-form-wrapper form input.wpcf7-form-control:not([type="submit"]):focus,
.quote-form-wrapper form .wpcf7-select:focus,
.quote-form-wrapper form .wpcf7-textarea:focus {
  border-color: var(--primary-color);
}

.quote-form-wrapper form .selected-flag {
  padding-left: 15px;
  padding-right: 20px;
  background-color: transparent !important;
}

.quote-form-wrapper form .selected-flag::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #00000066;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.quote-form-wrapper form .intl-tel-input {
  margin-bottom: 16px;
}

.quote-form-wrapper form .intl-tel-input.allow-dropdown input[type="text"] {
  padding-left: 115px !important;
}

.quote-form-wrapper form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  align-items: center;
  margin-bottom: 20px;
}

.quote-form-wrapper form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}

.quote-form-wrapper form input[type="radio"] {
  margin: 0 5px 0 0;
}

.quote-form-wrapper form .wpcf7-radio .wpcf7-list-item label {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.quote-footer {
  margin-top: 40px;
}

.quote-footer > p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.quote-footer .wpcf7-spinner {
  display: none;
}

.quote-footer .form-close {
  font-size: 20px;
  font-weight: 600;
  color: #ff0000;
}

.quote-footer .form-close:hover {
  color: #000;
}

.quote-footer .wpcf7-submit {
  font-size: 20px;
  padding: 15px 60px 15px 30px;
  margin: 0;
  min-height: auto;
  line-height: 1.2;
  background-image: url(/wp-content/uploads/2026/04/send.svg);
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 20px;
}

.quote-form-wrapper form .wpcf7-response-output {
  padding: 10px;
  border-width: 1px;
  font-weight: 500;
}

.product-search-wrapper {
  margin-bottom: 60px;
}

.product-search-wrapper .product-search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
  align-items: center;
}

.product-search-wrapper .product-search-form .product-input-fieldset {
  margin: 0;
  height: 54px;
  padding: 12px 15px;
  border-radius: 10px;
  box-shadow: none;
  font-size: 16px;
  outline: none;
  color: #000;
  border: 1px solid #00000066;
  max-width: 576px;
}

.product-search-wrapper .product-search-form .button.primary {
  margin: 0;
  padding: 5px 15px;
  width: auto;
  min-height: auto;
  min-width: auto;
  border-radius: 10px !important;
  height: 54px;
}

@media (max-width: 1440px) {
  .header-main .header-nav.nav-left {
    gap: 0 24px;
  }

  .nav .menu-item > a {
    font-size: 16px;
  }

  .header-main .header-nav.nav-right .button {
    font-size: 16px !important;
  }

  .product-slider-wrapper .product-box-item {
    padding: 0 10px !important;
  }
}

@media (max-width: 1024px) {
  .product-heading h3 {
    font-size: 24px !important;
  }
}

@media (max-width: 849px) {
  .header-main {
    height: 80px !important;
  }

  #logo img {
    max-width: 100px !important;
  }

  .nav .menu-item > a {
    color: #000;
  }

  .nav-sidebar.nav-vertical > li + li {
    border-top-color: #000;
  }

  .footer-col .footer-menu-item .ux-menu-link__link {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .primary-btn {
    font-size: 20px;
    padding: 10px 30px;
  }

  .flickity-button.flickity-prev-next-button {
    width: 40px !important;
    height: 40px;
  }

  .product-box-wrapper .product-view-more {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    border-width: 2px;
  }

  .custom-arrow-wrapper .custom-arrow {
    width: 40px;
    height: 40px;
  }

  .product-box-wrapper .product-inner-content {
    margin: 10px 20px 20px;
  }

  .blog-list-items .post-item .box-text {
    padding: 20px !important;
    font-size: 16px;
  }

  .blog-list-items .post-item .blog-post-inner .post-title {
    font-size: 28px;
  }

  .blog-list-items .post-item .box-image .image-cover {
    padding-top: 400px !important;
  }
}

@media (max-width: 549px) {
  .latest-blog-slider .box-blog-post {
    flex-direction: column;
  }

  .latest-blog-slider .post-item .col-inner {
    padding: 15px;
    min-height: none;
  }

  .latest-blog-slider .post-item .box-text {
    padding: 15px 0 0 !important;
    display: flex;
    flex: 1;
  }

  .latest-blog-slider .blog-post-inner a.button {
    margin: auto 0 0;
    max-width: 100%;
  }

  .latest-blog-slider .blog-post-inner .post-title {
    font-size: 20px !important;
  }

  .row-sm-reverse {
    flex-wrap: wrap-reverse;
  }
}

@media (min-width: 577px) {
  .product-grid-layout {
    grid-template-columns: 1fr 1fr;
  }

  .product-grid-layout .product-card-item .wp-post-image {
    height: 292px;
  }

  .page-numbers {
    gap: 10px 20px;
    margin-top: 40px !important;
  }
}

@media (min-width: 1025px) {
  .product-grid-layout {
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 30px;
  }

  .product-grid-layout .product-card-item {
    padding: 20px;
    border-radius: 32px;
  }

  .product-grid-layout .product-card-item .wp-post-image {
    border-radius: 24px;
  }

  .product-card-item .product-label {
    row-gap: 12px;
    margin-top: 36px;
  }

  .product-grid-layout .product-heading {
    flex-wrap: nowrap;
  }
}

@media (min-width: 850px) and (max-width: 1080px) {
  .why-choose-row > .col {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (min-width: 850px) and (max-width: 1280px) {
  #main .product-slider-wrapper .flickity-slider .product-box-item {
    max-width: 55% !important;
  }

  #main .latest-blog-slider .post-item {
    max-width: 55% !important;
  }
}
