.style-tab {
  position: relative;
  z-index: 1;
  /* background: url(../images/slider/slider9.jpg) no-repeat; */
  background-position: top;
  background-size: cover;
}

.style-tab::before {
  background-color: #7598af;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*.style-tab::after {*/
/*  background-color: #7598af;*/
/*  bottom: 0;*/
/*  content: "";*/
/*  right: 0;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  z-index: 0;*/
/*}*/
.main-slider-1{
  height:100% !important;
}
.main-slider-1, .main-slider-inner{
  height:100%;
}
.slick-slide-item {
  margin: 0 10px; /* Adjust spacing between slides */
}
.recommended-block {
  overflow: visible !important;
}

.iq-card {
  .block-images {
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    transition: all 0.6s ease 0s;
    overflow: hidden;    
    padding: 2rem 0 2rem ;
   
    .img-box {
      border-radius: 1rem;
      overflow: hidden;

      &::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        background: linear-gradient(0deg, #1a5e8c 8.71%, rgba(12, 11, 17, 0) 72.11%);
        border-radius: 1rem;
        width: 100%;
        height: 100%;
        bottom: 0;
        transition: all 0.5s ease-in-out;
        opacity: 0;
      }
      

      a {
        z-index: 1;
      }

      img {
        mix-blend-mode: overlay;
        aspect-ratio: 2/3;
      }
    }

    .card-description {
      z-index: 9;
      transition: all 0.4s ease-in-out;
      padding: 1.25rem 1.25rem 0.625rem;
      transform: translate3d(0, 0, 0);
      -webkit-font-smoothing: antialiased;

      .cart-content {
        a {
          font-size: inherit;
          color: inherit;
          text-decoration: none;
        }

        a.watch-list-not {
          font-size: 0.75rem;
          font-weight: $font-weight-medium;
          color: var(--bs-body-color);
        }
      }

      &.with-transition {
        bottom: -4.375rem;
        opacity: 0;
        padding: 1.25rem 0 0;
        visibility: hidden;
        transition: all 0.1s ease;
      }
    }

    &::after {
      position: absolute;
      content: "";
      /* border: 1.25rem solid var(--bs-gray-900); */
      bottom: -5rem;
      left: -1.25rem;
      right: -1.25rem;
      top: -1.25rem;
      opacity: 0;
      transition: all 0.2s ease-in-out;
      visibility: hidden;
      background: transparent;
      border-radius: 0.187rem;
    }
  }

  .movie-time-text {
    color: var(--bs-body-color);
    font-size: 0.75rem;
  }

  .card-description {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    right: 0;
    transition: all 0.4s ease-in-out;
    padding: 1.25rem 1.25rem 0.625rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased;
  }

  .block-social-info {
       position: absolute;
    left: 50%;
    bottom: 2.25rem;
    z-index: 999;
    display: flex;
    opacity: 1;
    justify-content: center;
    top: inherit;
    transition: opacity 0.2s ease-in-out;
    text-align: center;
    transform: translateX(-50%);
    margin-bottom: 0.6rem;

    .share-wrapper {
      position: absolute;
      top: inherit;
      right: 0;
      left: -0.375rem;
      bottom: 80%;
      min-width: inherit;
      height: auto;
      width: 2.375rem;
    }

    .share {
      .share-wrapper {
        display: none;
      }

      &:hover {
        .share-wrapper {
          display: inline-block;
        }
      }
    }

    .music-play-lists {
      li {
        width: 1.625rem;
        height: 1.625rem;
        margin-bottom: 0;
        border-radius: 50%;
        line-height: 2.1875rem;
        margin: 0 auto 0.4375rem;
        background-color: transparent;
        border: 0.0625rem solid var(--bs-white);
        transition: all 0.45s ease 0s;

        &:hover {
          border-color: var(--bs-primary);
          background: var(--bs-primary);
        }
      }

      .share>span {
        width: 100%;
        height: 100%;
        display: inline-block;
        line-height: 0;
        font-size: 1rem;
      }

      span {
        i {
          color: var(--bs-white);
          font-size: 0.625em;
          line-height: 2.5em;
          cursor: pointer;
        }
      }
    }
  }

  .share-boxs {
    .share-shape {
      position: absolute;
      left: 0.75rem;
      top: inherit;
      bottom: -0.875rem;
      transform: rotate(90deg);
      right: 0;
      width: 0.875rem;
      height: 2.5rem;

      path {
        fill: var(--bs-gray-900);
      }
    }

    .overflow-hidden {
      background: var(--bs-gray-900);

      a,
      span {
        display: inline-block;
        width: 2.375rem;
        background: var(--bs-gray-900);
        color: var(--bs-white);
      }
    }

    a {
      &:hover {
        color: var(--bs-primary);
      }
    }
  }

  .iq-button {
    .btn {
      width: 7.5rem;
      /*height: 2.5rem;*/
      line-height: 2.5rem;
      padding: 0 10px;
      overflow: hidden;
      background: #fdba1c;
    }
  }

  &:hover {
    .block-images {
      .img-box {
        background: transparent;

        img {
          mix-blend-mode: inherit;
        }

        &::before {
          opacity: 1;
        }
      }

      .card-description {
        background: var(--bs-gray-900);

        &.with-transition {
          opacity: 1;
          visibility: visible;
          transition-delay: 0.2s;

          .cart-content {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
          }

          .watchlist {
            transition-delay: 0s;
          }
        }
      }

      &::after {
        opacity: 1;
        transition: all 0.2s ease-in-out;
        visibility: visible;
        transition-delay: 0.2s;
      }
    }

    .block-social-info {
      opacity: 1;
      transition-delay: 0.3s;
    }
  }
}

.card-style-slider {
  li.swiper-slide {
    padding: 0 0.9375rem;
  }
}

.iq-card {
  filter: grayscale(60%);
}
.iq-card:hover {
  filter: grayscale(0%);
}
.card-hover {
  &:hover {
    .block-images {
      z-index: 99;
      transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(31.25rem);
      transform-origin: 50% 50%;
      transition: all 0.6s ease 0s;
      box-shadow: none;
      transition-delay: 0.2s;
      overflow: visible;
      margin-top: -1.875rem;
    }
  }
}

.card-style-slider {
  li.swiper-slide {
    &.swiper-slide-active {
      .card-hover {
        &:hover {
          .block-images {
            transform: scale3d(1.1, 1.1, 1) translate3d(12%, 0, 0) perspective(31.25rem);
          }
        }
      }
    }

    &.swiper-active.last {
      .card-hover {
        &:hover {
          .block-images {
            transform: scale3d(1.1, 1.1, 1) translate3d(-12%, 0, 0) perspective(31.25rem);
          }
        }
      }
    }
  }
}

@media (max-width: 1024px) {
  .iq-card {
    &:hover {
      .block-images {
        margin-top: 0;
      }
    }
  }

  .card-hover:hover .block-images,
  .card-style-slider li.swiper-slide.swiper-slide-active .card-hover:hover .block-images {
    transform: scale3d(1.1, 1.1, 1) translate3d(5%, 0, 0) perspective(31.25em);
  }

  .iq-card:hover .block-social-info {
    opacity: 1;
  }

  .iq-card:hover .block-images::after {
    display: none;
  }

  .iq-card:hover .block-images .card-description.with-transition {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .card-style-slider {
    li.swiper-slide {
      padding: 0 0.4687rem;
      margin-bottom: 0;
    }
  }
}

// card style two
.iq-card-style-2 {
  .block-images {
    .img-box {
      img {
        height: 10.125rem;
        aspect-ratio: 3/2;
      }
    }
  }
}

// card style grid
.card-style-grid {
  .slide-items {
    padding: 0 0.9375em;
    margin-bottom: 1.875em;
  }

  &:hover {
    .block-images {
      margin-top: unset;
    }
  }
}

.card-hover-style-two {
  .block-images {
    .img-box {
      width: 100%;
      overflow: hidden;
      transform: translate3d(0, 0, 0);
      transition: all 0.6s ease 0s;
    }

    &:hover {
      .img-box {
        z-index: 99;
        transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(31.25em);
        transform-origin: 50% 50%;
        transition: all 0.6s ease 0s;
      }
    }
  }
}

li.swiper-slide-active {
  .card-hover-style-two {
    .block-images {
      &:hover {
        .img-box {
          transform: scale3d(1.1, 1.1, 1) translate3d(6%, 0, 0) perspective(31.25em);
        }
      }
    }
  }
}

li.swiper-active.last {
  .card-hover-style-two {
    .block-images {
      &:hover {
        .img-box {
          transform: scale3d(1.1, 1.1, 1) translate3d(-6%, 0, 0) perspective(31.25em);
        }
      }
    }
  }
}

@media (max-width: 767px) {
  .card-hover-style-two {
    .block-images {
      &:hover {
        .img-box {
          transform: scale3d(1.1, 1.1, 1) translate3d(6%, 0, 0) perspective(31.25em);
        }
      }
    }
  }
}
.recommended-block .slick-next{
  right: 12px;
}
.brand-img {
  object-fit: none;
  object-position: 50% 50%;
  width: 100%;
  padding: 1rem;
}
.partners-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bottom-40 {
  margin-bottom: 40px;
}


.partner-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffff;
  filter: grayscale();
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 30px;
  display: grid;
}

.partner-grid.color {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  filter: none;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  /*margin-top: 40px;*/
  margin-bottom: 20px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  
  .partner-grid.color {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .card-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 40px;
    margin-right: 0;
}
.card-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr !important;
  justify-items: center;
  width: 100%;
}
.card-text {
  letter-spacing: 1px;
}
.explore-wrap {
  justify-content: center;
  margin-top: 24px;
}
.explore-button-wrap {
  margin-left: 6px;
}
.secondary-button,
    .secondary-ghost-button {
        justify-content: center;
    }
    .secondary-ghost-button._24 {
        margin-left: 10px;
    }

}
@media screen and (max-width: 767px) {
  .card-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr !important;
    justify-items: center;
    width: 100%;
   }
  .partner-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .explore-wrap {
    justify-content: center;
  }
  .card-text {
    font-size: 14px;
  }
  .secondary-button,
    .secondary-ghost-button {
        text-align: center;
    }
  .partner-grid.color {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-content: center;
    place-items: center;
  }
  .card-icon {
    min-width: 120px;
  }
}
@media screen and (max-width: 479px) {
  
  .partner-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
  .explore-button-wrap {
    flex-wrap: wrap;
    place-content: space-between;
    margin-left: 0;
}
  .explore-wrap {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.secondary-ghost-button._24 {
  letter-spacing: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
  .card-text {
    letter-spacing: 0;
    font-size: 12px;
  }
  .partner-grid.color {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: center;
    margin-top: 30px;
    padding: 10px;
  }
  .h4-crimson-16 {
    min-width: 98px;
    margin-top: 0;
    font-size: 14px;
}

}

.secondary-ghost-button {
  border: 1px solid var(--crimson);
  color: var(--crimson);
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: #0000;
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  box-shadow: 0 4px 12px #3d3e4140;
}

.secondary-ghost-button:hover {
  background-image: linear-gradient(to right, var(--crimson) 100%, #f25270 0%, var(--pink));
  color: #fff;
}

.secondary-ghost-button:active {
  background-color: #43464d;
}

.secondary-ghost-button._24 {
  margin-left: 24px;
}
.explore-button-wrap {
  justify-content: space-between;
  align-items: center;
}
.h4-crimson-16 {
  color: #e32131;
  font-family: Spartan, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.hero-card-grid-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.card-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  margin-right: 30px;
  display: grid;
}
.card-icon {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  min-width: 140px;
  height: 150px;
  padding: 20px;
  transition: transform .2s, box-shadow .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: -21px -21px 20px -6px #fff9, 11px 11px 20px -11px #4a4c4e99;
}

.card-icon:hover {
  transform: translate(0, -5px);
  box-shadow: -21px -21px 30px 9px #fff9, 14px 14px 24px -8px #4a4c4e99;
}

.card-icon.hover:hover {
  box-shadow: 0 10px 13px -4px #4a4c4e80;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.icon-wrap-2 {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 60px;
  margin-bottom: 6px;
  display: flex;
}

.icon-wrap-2.no-text {
  margin-bottom: 0;
}
.card-text {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 600;
}
.main-slider-1 img{
  height: 100%!important;
}
.hero-card-grid-wrapper.card-hover {
    background-image: linear-gradient(135deg, var(--crimson), var(--pink));
    position: absolute;
    inset: 0%;
    overflow: hidden;
}
.explore-wrap {
  align-items: center;
  margin-top: 40px;
  display: flex;
}
.pb-80{
    padding-bottom:80px;
}
.pt-80{
    padding-top:80px !important;
}
.block-social-info h2{
    color: white;
}
.block-social-info-top{
    position: absolute;
        position: absolute;
    left: 50%;
    bottom: 2.25rem;
    z-index: 999;
    display: flex;
    opacity: 1;
    justify-content: center;
    top: inherit;
    transition: opacity 0.2s ease-in-out;
    text-align: center;
    transform: translateX(-50%);
}
.block-social-info-top h1{
    margin: 0 0 4rem 0;
    color: white;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 32px;
}
.header-container{
    padding: 0rem 3rem 0rem 1rem;
}
.header-button{
    padding: 1rem;
    font-weight: 600;
}
.my-sticky-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #2786c7;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    display: block;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    transition: transform 0.3s ease;
}

    .my-sticky-banner.active,
    .my-sticky-banner.show {
        transform: translateY(0);
    }

    .my-sticky-banner.hide {
        display: none;
    }

    .my-sticky-banner .content {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .my-sticky-banner img {
        width: 8rem;
    }

    .my-sticky-banner .text {
        font-size: 18px;
        font-weight: bold;
        color: #1c2c46;
    }

    .my-sticky-banner .cta-button {
        background-color: #3366ff;
        color: white;
        border: none;
        padding: 12px 20px;
        border-radius: 8px;
        font-weight: bold;
        cursor: pointer;
    }

.my-close-button {
    position: absolute;
    top: 0px;
    right: 1.5rem;
    background: white;
    border-radius: 50%;
    border: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    height: 30px;
    width: 30px;
    font-weight: bold;
    cursor: pointer;
}
.sticky-button{
    padding:10px 15px !important;
}
.mr-2{
    margin-right:5px
}

.footer-upper ul {
    list-style: none;
    margin-left: 0;
}
    .footer-upper .about-location li i{
        padding: 0;
    }

    .right-form-yellow {
        background: #fdba1c;
        color: white;
        padding: 20px;
    }

    .input-wrapper {
      display: flex;
      align-items: center;
      background-color: #fff;
      border-radius: 6px;
      padding: 10px;
      margin-bottom: 15px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      border: 1px solid #ccc;
    }

    .input-wrapper img {
        margin-right: 10px;
        width: 20px;
        height: 20px;
    }

    .input-wrapper input {
        border: none;
        outline: none;
        flex: 1;
        font-size: 14px;
        color: #333;
        margin: 0;
    }
    .form-bottom-trusted{
      background-color: #2786c7;
      border-radius: 0px 0 10px 10px;
  } 
  .border-white-btn {
    border: 1px solid white !important;
    color: white;
}
.commercial-form-header h2 {
    color: rgb(255, 255, 255);
    font-weight: 800;
    margin-bottom: 0;
}
.commercial-form-header{
    padding: 1rem;
    background-image: url(../images/product/commercial-form-banner.jpg);
    background-position: center;
    /* Keeps image centered */
    background-repeat: repeat;
    /* Prevents tiling */
    border-radius: 10px 10px 0 0;
}

/* -----------------privacy-polcy css--------------------------------- */

.privacy-polcy ol li{
    list-style: auto;
}
.term-condition ol li{
    list-style: auto;
}
.Grievance ol li{
  list-style: disc;
}


  .products-form .heading {
      text-align: left;
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 20px;
      color: white;
    }

    .products-form .heading .highlight {
      color: #f5a623;
    }

    .products-form .features {
      font-size: 16px;
      margin-bottom: 40px;
    }

    .products-form .features span {
      margin: 0 10px;
      display: inline-block;
    }

    .products-form .features img {
      vertical-align: middle;
      height: 16px;
      margin-right: 6px;
    }

    .products-form .icon-section {
      display: flex;
      justify-content: unset;
      gap: 20px;
      flex-wrap: wrap;
    }

    .products-form .icon-box {
      text-align: center;
      width: 100px;
    }

    .products-form .icon-box img {
      width: 5rem;
      height: auto;
      margin-bottom: 10px;
    }

    .products-form .icon-label {
      font-weight: bold;
      color: #ffffff;
      margin-top: 8px;
    }

    @media (max-width: 600px) {
      .products-form .icon-section {
        gap: 30px;
      }
    }
    .bg-blue{
      background-color: #2786c7;
    }