/* .support-bg {
  background-image: url(../images/commerce/commerce-bg.svg);
  background-size: cover;
  background-position: center top;
  background-size: 100%;
  width: 100%;
  background-repeat: no-repeat;
} */
.w-fit {
  width: fit-content;
}
.step-img-abs {
  z-index: -1;
}
.cross-bg {
  background-image: url(../images/customer/cross-bg.svg);
  background-position: right;
  background-repeat: no-repeat;
}
.chose-prime-image img {
  height: 100px;
}
.start-demo {
  background-image: url(../images/commerce/start-demo.svg);
}
.feature-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  background: #fff;
  transition: transform 0.3s ease;
  height: 100%;
  min-height: 235px;
}
.feature-card:hover {
  transform: translateY(-5px);
}

.feature-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.accordion-item {
  border: none;
  border-bottom: 1px solid #e0e0e0;
}
.accordion-button {
  background: none;
  position: relative;
  padding-right: 20px;
}

.accordion-button::after {
  display: none !important; /* Hides the default Bootstrap arrow */
}
.accordion-button::before {
  content: "+";
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 1.5rem;
  transform: translate(0%, -50%);
  transition: transform 0.3s;
}
.accordion-button:not(.collapsed)::before {
  content: "-";
  transform: translate(0%, -50%) rotate(180deg);
}
.accordion-button:not(.collapsed) {
  background-color: var(--color-light-sky);
  color: var(--color-shadded-dark);
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  padding: 0 15px 15px 20px;
  background-color: var(--color-light-sky);
}
.testimonialImgSlider{
  width: 100% !important;
}

.skew-bg {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  /* overflow: hidden; */
  z-index: 1;
}

.skew-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(
    --color-light-sky
  ); /* Change to match your bg-light-sky */
  transform: skewX(-20deg);
  z-index: -1;
  border: 1px solid var(--color-white);
}

.underline-100 {
  position: relative;
  display: inline-block;
  padding-bottom: 5px; /* Adjust spacing if needed */
}

.underline-100::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 3px; /* Adjust thickness */
  background-color: var(--color-light-blue); /* Change color as needed */
  transform: translateX(-50%);
}
.border-hd {
  margin: 0 auto;
  border: 2px solid #FFC032;
  width: 24%;
}
.chose-prime-image img {
  height: 60px;
}
.commerce-logo{
  width: 70px;
}
.t-body tr td{
  padding: .79rem !important;
}
.t-body tr td p{
  margin-bottom: 10px !important;
}
.underline-hover {
  position: relative;
  text-decoration: none; /* Remove default underline */
}

.underline-hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px; /* Adjust distance from text */
  width: 0%;
  height: 2px; /* Underline thickness */
  background-color: var(--color-light-blue) !important; /* Matches text color */
  transition: width 0.3s ease-in-out;
}

.underline-hover:hover::after {
  width: 100%; /* Expands underline on hover */
}

/* lifitimecss  start*/

.pricingBlockContainer .bg-darkYellow {
  background-color: #ffc032 !important;
}
.pricingBlockContainer .btn-yellow1 {
  border-radius: 3rem !important;
  font-size: .8rem;
  padding: 0.2rem 1rem !important;
}
.pricingBlockContainer .notActive {
  /* background-color: #fff !important; */
  border: 2px solid #febf40;
}

/* end */

.support-bg {
  background-image: url("../images/prime-page-bg-image.svg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  min-height: 100vh;
}
@media (max-width: 2600px) {
  .support-bg {
    background-position-y: -14rem;
  }
  .rentalPrime,.lifeTimeLicense,.rentalToPerpetualBanner{
    min-height: 38rem!important;
  }
}
@media (max-width: 2000px) {
  .support-bg {
    min-height: 95vh;
    background-position-y: -14rem;
  }
  .rentalPrime,.lifeTimeLicense,.rentalToPerpetualBanner {
    min-height: 50rem !important;
  }
  .doMoreWithTally{
    margin-top: -7rem;
  }
}
@media (max-width: 1700px) {
  .support-bg {
   
    background-position-y: -11rem;
  }
  .doMoreWithTally {
    margin-top: -9rem;
  }
  
}
@media (max-width: 1500px) {
  .rentalPrime,.lifeTimeLicense,.rentalToPerpetualBanner{
    min-height: 38rem!important;
  }
  .support-bg {
    min-height: 100vh;
    background-position-y: -10rem;
  }
  .doMoreWithTally {
    margin-top: -1rem;
  }
  
}
@media (max-width: 1300px) {
  .support-bg {
    background-position-y: -5rem;
  }
  .doMoreWithTally {
    margin-top: -1rem;
  }
}

@media (max-width: 768px) {
  .support-bg {
    background: url("../images/mobile-banner-bg-prime-page.svg");
    background-position-y: -56rem;
    min-height: 500px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  .brush-t-c-testimonial{
    display: none !important;
  }
  .commerce-logo{
    width: 60px;
  }
}
@media (max-width: 576px) {
  .support-bg {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position-y: -20rem;
  }
  .lifeTimeLicense{
    background-position-y: -29rem;
  }
}
@media (max-width: 425px) {
  .lifeTimeLicense {
    background-position-y: -10rem;
  }
}
@media (max-width: 400px) {
  .support-bg {
    background-position-y: -12rem;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
}
