:root {
  --acumin: "acumin-pro", sans-serif;
  --acumin-wide: "acumin-pro-wide", sans-serif;
  --lg-eShipperSectionContainer-x: 1300px;
}

.eshipper_btn {
  display: flex;
  /* padding: 12px 18px; */
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  width: 100%;
  padding: 14px 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  border: none;
}

.signup_link {
  height: fit-content;
}

/* PRIMARY BUTTON */

.primary-button {
  justify-content: center;
  align-items: center;
  background: #ed1745;

  color: var(--Generic-White, #fff);
}

.primary-button:hover {
  color: var(--Generic-White, #fff);
}

/* BUTTON WHITE */

.button-bg-white {
  color: var(--Neutral-900, #111827);
  background: var(--Generic-White, #fff);
}

.button-bg-white path {
  stroke: #111827;
}

.button-bg-white:hover path {
  stroke: white !important;
}

.button-bg-white:hover {
  background: rgba(255, 255, 255, 0.3);
  color: white;
}

/* BUTTON BLACK */

.button-bg-black {
  border-radius: 8px;
  background: var(--Generic-Black, #000);
  color: white;
}

.button-bg-black:hover {
  color: var(--Generic-White, #fff);
  background: var(--Neutral-600, #4b5563);
}

.button-bg-black:hover path {
  stroke: white;
}

/* BUTTON BLACK */

.button-bg-purple {
  border-radius: 8px;
  background: var(--secondary-500-main, #472f92);
  color: white;
}

.button-bg-purple:hover {
  color: var(--Generic-White, #fff);
  background: var(--Secondary-300, #9182be);
}

.button-bg-purple:hover path {
  stroke: white;
}

/* ================
GENERAL
==================*/
.eshipper_btn {
  padding: 14px 24px !important;
}

/* --------- start here ----------- */
.fShippingBannerWrap {
 background-image: url(../../assets/svgFolder/Fast_shipping/blackfridayshipping.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100px;
    position: relative;
  }
  .hero .hero-form_container {
    margin-top: 34px;
    margin-bottom: 34px;
    border-radius: 12px;
    background: #fff;
    padding: 20px 14px;
    z-index: 2;
  }

.fShippingBannerWrap {
    padding: 154px 0 100px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  .fShippingBannerWrap .banner-contact-form {
    background-color: #ffffff;
    box-shadow: 0px 20px 42px -5px rgba(20, 26, 44, 0.24);
    border-radius: 14px;
    padding: 34px 34px 38px;
    position: relative;
    z-index: 2;
    width: min(585px, 100%);
    margin-inline: auto;
  }
  
  .fShippingBannerWrap .banner-contact-form .headingTextHolder {
    margin-bottom: 20px;
  }
  
  .fShippingBannerWrap .banner-contact-form .headingTextHolder .headingText {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.02em;
    color: #4b5563;
    margin-bottom: 10px;
  }
  
  .fShippingBannerWrap .banner-contact-form .headingTextHolder .headingText strong {
    font-weight: 700;
  }
  .fShippingBannerWrap .banner-contact-form .headingTextHolder .headingText span{
    color: #111827;
  }
  .fShippingBannerWrap .bannerTextContentHolder {
    max-width: 680px;
  }
  
  .fShippingBannerWrap .bannerTextContentHolder .dscText {
    margin-top: 30px;
    max-width: 650px;
  }
  
  .fShippingBannerWrap .bannerTextContentHolder .dscText .btnHolder {
    margin-top: 34px;
  }
  
  .fShippingBannerWrap .bannerTextContentHolder .dscText p {
    color: var(--neutral-300);
    font-family: var(--acumin);
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }
  .fShippingBannerWrap .figure__holder{
    position: absolute;
    top: -150px;
    right: -230px;
    width: min(480px, 100%);
    transform: scale(1.25);
    pointer-events: none;
    z-index: 0;
  }
  .fShippingBannerWrap .figure{
    width: 100%;
    position: relative;
    padding: calc(488/625*100%) 0 0 0;
  }
  .fShippingBannerWrap .figure img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .fShippingBannerWrap .banner-contact-form form .row {
    --bs-gutter-y: 14px;
    margin-left: -6px;
    margin-right: -6px;

  }
  
  .fShippingBannerWrap .banner-contact-form form .row [class*="col-"] {
    padding: 0 6px;
  }
  .fShippingBannerWrap .banner-contact-form form .form-floating>label{
    top: 5px;
    color: #667085;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-block: 0.5rem;
    display: inline-flex;
    align-items: center;
    height: auto;
  }
  .fShippingBannerWrap .banner-contact-form .form-control,
  .fShippingBannerWrap .banner-contact-form .form-select {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000000;
    height: 54px;
    border-radius: 8px;
    border: 1px solid #d0d5dd;
    background-color: #ffffff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 12px 12px;
  }
  
  .fShippingBannerWrap .banner-contact-form .form-control::placeholder {
    color: #667085;
  }
  
  .fShippingBannerWrap .banner-contact-form .form-control:-ms-input-placeholder {
    color: #667085;
  }
  
  .fShippingBannerWrap .banner-contact-form .form-control::-ms-input-placeholder {
    color: #667085;
  }
  
  .fShippingBannerWrap .banner-contact-form .form-control:focus {
    box-shadow: none;
    border: 1px solid #667085;
  }
  
  .fShippingBannerWrap .banner-contact-form textarea.form-control {
    height: 80px;
    resize: none;
  }
  .fShippingBannerWrap .banner-contact-form form .form-floating.input-focused label, 
  .fShippingBannerWrap .banner-contact-form form .form-floating.input-focused .form-control:not(:placeholder-shown)~label, 
  .fShippingBannerWrap .banner-contact-form form .form-floating.input-focused .form-select~ label {
    opacity: 1;
    transform: scale(.85) translateY(-.75rem) translateX(.15rem);
}
  .hoverData{
    display: none;
    /* height: 0; */
    /* overflow: hidden;
    transition: all 0.2s ease-in; */
  }
  .agree_to_terms_and_condition-container{

  }
  .fShippingBannerWrap .bannerTextContentHolder h1 {
    color: #ffffff;
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.84px;
    margin-bottom: 24px;
  }
.fShippingBannerWrap .bannerTextContentHolder h1 span{
    color: #9182BE;
}
.bannerTextContentHolder p{
  font-size: 24px;
        font-weight: 500;
        line-height: 34px;
        letter-spacing: -0.48px;
}
.bannerTextContentHolder .bannerTag{
        color: #ffffff;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 34px;
        letter-spacing: -0.48px;width: fit-content;
        background: #59C4CD;
        border-radius: 7.3px;
        padding: 4px 18px;
        margin-top: 6px;
}

.fShippingBannerWrap h1 {
  color: var(--Generic-White, #fff);
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.84px;
}
.fShippingBannerWrap ul{
  width: 265px;
  margin-top: 42px;
}
.fShippingBannerWrap ul li {
  color: #ffffff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 130% */
  letter-spacing: -0.4px;
  display: flex;
  gap: 10px;
  padding: 8px 0;
}
  .fShippingBannerWrap .bannerTextContentHolder .button-white-bg-black:hover .hover-state path {
    stroke: #111827 !important;
  }
  
  .fShippingBannerWrap .bannerTextContentHolder h1 strong {
    font-weight: 700;
  }
  .fShippingBannerWrap .banner-contact-form .form-check{
    display: inline-flex;
  }
  .fShippingBannerWrap .banner-contact-form .form-check .form-check-label {
    color: #344054;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-top: 1px;
  }
  
  .fShippingBannerWrap .banner-contact-form .form-check .form-check-label a {
    color: #472F92;
    text-decoration: underline;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
  
  .fShippingBannerWrap .banner-contact-form .form-check-input {
    border: 1px solid #D0D5DD;
  }
  
  .fShippingBannerWrap .banner-contact-form .form-check-input:checked {
    background-color: #472F92;
    border-color: #472F92;
  }
  
  .fShippingBannerWrap .banner-contact-form .form-check-input:focus {
    box-shadow: none;
  }
  
  .fShippingBannerWrap .banner-contact-form .form-check .wpcf7-list-item {
    margin: 0;
  }
  
  .fShippingBannerWrap .submitfiedld {
    position: relative;
  }
  
  .fShippingBannerWrap .submitfiedld input {
    display: none;
  }
  
  .fShippingBannerWrap form.submitting .submitfiedld .btn {
    display: none;
  }
  
  
  .fShippingBannerWrap .submitfiedld .wpcf7-spinner {
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
  }
  
  .fShippingBannerWrap .submitfiedld:has(input[disabled]) label {
    opacity: 0.5;
    pointer-events: none;
  }
  
  .fShippingBannerWrap .logoSliderHolder {
    margin-top: 53px;
  }
  
  .fShippingBannerWrap .logoSliderHolder .marquee {
    padding: 0;
    border: none;
  }
  
  .fShippingBannerWrap .logoSliderHolder .marquee-content img {
    opacity: 0.6;
  }
  .fShippingBannerWrap .hero-form_container {
    margin-top: 34px;
    margin-bottom: 34px;
    border-radius: 12px;
    background: #fff;
    padding: 20px 14px;
    z-index: 2;
}
.fShippingBannerWrap form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 24px;
}
  @media screen and (min-width: 1024px) {
    .fShippingBannerWrap .bannerTextContentHolder h1 {
      font-size: 52px;
      line-height: 62px;
      letter-spacing: -0.02em;
      width: 580px;
    }
    
  .fShippingBannerWrap .hero-form_container {
    max-width: 585px;
    width: 100%;
    padding: 42px 34px;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
  }

  .fShippingBannerWrap .banner-contact-form .headingTextHolder .headingText {
    max-width: 23ch;
    margin: 0 auto;
    text-align: center;
    font-size: 36px;
    line-height: 44px;
    /* 122.222% */
    letter-spacing: -0.72px;
  }
  .fShippingBannerWrap .banner-contact-form {
    margin-right: 0;
  }
  }
.heading__text{
    color: #111827;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.72px;
    margin-bottom: 34px;
}
.dsc__text{
    color: #9ca3af;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
@media screen and (min-width: 1024px) {
    .heading__text{
        font-size: 42px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.84px;
    }
    .dsc__text{
        font-size: 20px;
        line-height: 28px;
    }
}
/*=========== platform start ==========*/
.platform .row{
    --bs-gutter-x: 4rem;
}   
.platform .heading__holder{
  /* text-align: center; */
}
.platform .list{
    display: flex;
    flex-direction: column;
    gap: 64px;
    justify-content: space-between;
}
.platform .list__item{
    display: flex;
    gap: 24px;
    justify-content: space-between;
}
.platform .list__item:hover h4,
.platform .list__item:hover p{
  color: #472f92;
}
.platform .list__item:hover circle {
  fill: #472f92;
}
.platform .list__item:hover path {
  fill: #ffffff;
}
.platform .list__icon{
    flex: 0 0 74px;
}
.platform .list__icon svg {
  transition: fill 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out;
}
.platform .list__content{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.platform .list__content h4{
    color: #111827;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.4px;
    transition: color 0.3s ease-in-out;
}
.platform .list__content p {
    color: #374151;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    transition: color 0.3s ease-in-out;
}
.platform .figure{
    width: 100%;
    position: relative;
    padding: calc(504/618*100%) 0 0 0;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 34px;
}    
.platform .figure__holder .figure img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}
.platform_button_container {
  margin-top: 54px;
}
@media screen and (min-width: 1024px) {
  .platform .row{
    flex-direction: row-reverse;
  }   
  .platform .list__item:hover .list__icon svg  {
      width: 96px;
      height: 96px;
  }
  .platform .list__content h4{
      font-size: 24px;
      letter-spacing: -0.48px;
  }
  .platform .list__content p{
      font-size: 18px;
      line-height: 24px;
      max-width: 41ch;
  }
  .platform .figure{
    margin-top: 0;
  }
}

/*=========== platform end==========*/
/*========== logistics start ===========*/
.logistics{
  background: #f3f4f6;
  position: relative;
}
.hero .hero-form_container {
  margin-top: 34px;
  margin-bottom: 34px;
  border-radius: 12px;
  background: #fff;
  padding: 20px 14px;
  z-index: 2;
}

.fShippingBannerWrap {
  padding: 154px 0 100px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.fShippingBannerWrap .banner-contact-form {
  background-color: #ffffff;
  box-shadow: 0px 20px 42px -5px rgba(20, 26, 44, 0.24);
  border-radius: 14px;
  padding: 34px 34px 38px;
  position: relative;
  z-index: 2;
  width: min(585px, 100%);
  margin-inline: auto;
}

.fShippingBannerWrap .banner-contact-form .headingTextHolder {
  margin-bottom: 20px;
}

.fShippingBannerWrap .banner-contact-form .headingTextHolder .headingText {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.02em;
  color: #4b5563;
  margin-bottom: 10px;
}

.fShippingBannerWrap .banner-contact-form .headingTextHolder .headingText strong {
  font-weight: 700;
}
.fShippingBannerWrap .banner-contact-form .headingTextHolder .headingText span{
  color: #111827;
}
.fShippingBannerWrap .bannerTextContentHolder {
  max-width: 680px;
}

.fShippingBannerWrap .bannerTextContentHolder .dscText {
  margin-top: 30px;
  max-width: 650px;
}

.fShippingBannerWrap .bannerTextContentHolder .dscText .btnHolder {
  margin-top: 34px;
}

.fShippingBannerWrap .bannerTextContentHolder .dscText p {
  color: var(--neutral-300);
  font-family: var(--acumin);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
.fShippingBannerWrap .figure__holder{
  position: absolute;
  top: -150px;
  right: -230px;
  width: min(480px, 100%);
  transform: scale(1.25);
  pointer-events: none;
  z-index: 0;
}
.fShippingBannerWrap .figure{
  width: 100%;
  position: relative;
  padding: calc(488/625*100%) 0 0 0;
}
.fShippingBannerWrap .figure img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.fShippingBannerWrap .banner-contact-form form .row {
  --bs-gutter-y: 14px;
  margin-left: -6px;
  margin-right: -6px;

}

.fShippingBannerWrap .banner-contact-form form .row [class*="col-"] {
  padding: 0 6px;
}
.fShippingBannerWrap .banner-contact-form form .form-floating>label{
  top: 5px;
  color: #667085;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-block: 0.5rem;
  display: inline-flex;
  align-items: center;
  height: auto;
}
.fShippingBannerWrap .banner-contact-form .form-control,
.fShippingBannerWrap .banner-contact-form .form-select {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
  height: 54px;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 12px 12px;
}

.fShippingBannerWrap .banner-contact-form .form-control::placeholder {
  color: #667085;
}

.fShippingBannerWrap .banner-contact-form .form-control:-ms-input-placeholder {
  color: #667085;
}

.fShippingBannerWrap .banner-contact-form .form-control::-ms-input-placeholder {
  color: #667085;
}

.fShippingBannerWrap .banner-contact-form .form-control:focus {
  box-shadow: none;
  border: 1px solid #667085;
}

.fShippingBannerWrap .banner-contact-form textarea.form-control {
  height: 80px;
  resize: none;
}
.fShippingBannerWrap .banner-contact-form form .form-floating.input-focused label, 
.fShippingBannerWrap .banner-contact-form form .form-floating.input-focused .form-control:not(:placeholder-shown)~label, 
.fShippingBannerWrap .banner-contact-form form .form-floating.input-focused .form-select~ label {
  opacity: 1;
  transform: scale(.85) translateY(-.75rem) translateX(.15rem);
}
.hoverData{
  display: none;
  /* height: 0; */
  /* overflow: hidden;
  transition: all 0.2s ease-in; */
}
.agree_to_terms_and_condition-container{

}
.fShippingBannerWrap .bannerTextContentHolder h1 {
  color: #ffffff;
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.84px;
  margin-bottom: 24px;
}
.fShippingBannerWrap .bannerTextContentHolder h1 span{
  color: #9182BE;
}
.bannerTextContentHolder p{
font-size: 24px;
      font-weight: 500;
      line-height: 34px;
      letter-spacing: -0.48px;
}
.bannerTextContentHolder .bannerTag{
      color: #ffffff;
      font-size: 24px;
      font-style: normal;
      font-weight: 500;
      line-height: 34px;
      letter-spacing: -0.48px;width: fit-content;
      background: #59C4CD;
      border-radius: 7.3px;
      padding: 4px 18px;
      margin-top: 6px;
}

.fShippingBannerWrap h1 {
color: var(--Generic-White, #fff);
font-size: 37px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.84px;
}
.fShippingBannerWrap ul{
width: 265px;
margin-top: 42px;
}
.fShippingBannerWrap ul li {
color: #ffffff;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 26px;
/* 130% */
letter-spacing: -0.4px;
display: flex;
gap: 10px;
padding: 8px 0;
}
.fShippingBannerWrap .bannerTextContentHolder .button-white-bg-black:hover .hover-state path {
  stroke: #111827 !important;
}

.fShippingBannerWrap .bannerTextContentHolder h1 strong {
  font-weight: 700;
}
.fShippingBannerWrap .banner-contact-form .form-check{
  display: inline-flex;
}
.fShippingBannerWrap .banner-contact-form .form-check .form-check-label {
  color: #344054;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-top: 1px;
}

.fShippingBannerWrap .banner-contact-form .form-check .form-check-label a {
  color: #472F92;
  text-decoration: underline;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.fShippingBannerWrap .banner-contact-form .form-check-input {
  border: 1px solid #D0D5DD;
}

.fShippingBannerWrap .banner-contact-form .form-check-input:checked {
  background-color: #472F92;
  border-color: #472F92;
}

.fShippingBannerWrap .banner-contact-form .form-check-input:focus {
  box-shadow: none;
}

.fShippingBannerWrap .banner-contact-form .form-check .wpcf7-list-item {
  margin: 0;
}

.fShippingBannerWrap .submitfiedld {
  position: relative;
}

.fShippingBannerWrap .submitfiedld input {
  display: none;
}

.fShippingBannerWrap form.submitting .submitfiedld .btn {
  display: none;
}


.fShippingBannerWrap .submitfiedld .wpcf7-spinner {
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
}

.fShippingBannerWrap .submitfiedld:has(input[disabled]) label {
  opacity: 0.5;
  pointer-events: none;
}

.fShippingBannerWrap .logoSliderHolder {
  margin-top: 53px;
}

.fShippingBannerWrap .logoSliderHolder .marquee {
  padding: 0;
  border: none;
}

.fShippingBannerWrap .logoSliderHolder .marquee-content img {
  opacity: 0.6;
}
.fShippingBannerWrap .hero-form_container {
  margin-top: 34px;
  margin-bottom: 34px;
  border-radius: 12px;
  background: #fff;
  padding: 20px 14px;
  z-index: 2;
}
.fShippingBannerWrap form {
display: flex;
flex-direction: column;
gap: 14px;
margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .fShippingBannerWrap .bannerTextContentHolder h1 {
    font-size: 52px;
    line-height: 62px;
    letter-spacing: -0.02em;
    width: 580px;
  }
  
.fShippingBannerWrap .hero-form_container {
  max-width: 585px;
  width: 100%;
  padding: 42px 34px;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}

.fShippingBannerWrap .banner-contact-form .headingTextHolder .headingText {
  max-width: 23ch;
  margin: 0 auto;
  text-align: center;
  font-size: 36px;
  line-height: 44px;
  /* 122.222% */
  letter-spacing: -0.72px;
}
.fShippingBannerWrap .banner-contact-form {
  margin-right: 0;
}
}
.heading__text{
  color: #111827;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
  margin-bottom: 34px;
}
.dsc__text{
  color: #9ca3af;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
@media screen and (min-width: 1024px) {
  .heading__text{
      font-size: 42px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: -0.84px;
  }
  .dsc__text{
      font-size: 20px;
      line-height: 28px;
  }
}
/*=========== platform start ==========*/
.platform .row{
  --bs-gutter-x: 4rem;
}   
.platform .heading__holder{
/* text-align: center; */
}
.platform .list{
  display: flex;
  flex-direction: column;
  gap: 64px;
  justify-content: space-between;
}
.platform .list__item{
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.platform .list__item:hover h4,
.platform .list__item:hover p{
color: #472f92;
}
.platform .list__item:hover circle {
fill: #472f92;
}
.platform .list__item:hover path {
fill: #ffffff;
}
.platform .list__icon{
  flex: 0 0 74px;
}
.platform .list__icon svg {
transition: fill 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out;
}
.platform .list__content{
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.platform .list__content h4{
  color: #111827;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
  transition: color 0.3s ease-in-out;
}
.platform .list__content p {
  color: #374151;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  transition: color 0.3s ease-in-out;
}
.platform .figure{
  width: 100%;
  position: relative;
  padding: calc(504/618*100%) 0 0 0;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 34px;
}    
.platform .figure__holder .figure img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.platform_button_container {
margin-top: 54px;
}
@media screen and (min-width: 1024px) {
.platform .row{
  flex-direction: row-reverse;
}   
.platform .list__item:hover .list__icon svg  {
    width: 96px;
    height: 96px;
}
.platform .list__content h4{
    font-size: 24px;
    letter-spacing: -0.48px;
}
.platform .list__content p{
    font-size: 18px;
    line-height: 24px;
    max-width: 41ch;
}
.platform .figure{
  margin-top: 0;
}
}

/*=========== platform end==========*/
/*========== logistics start ===========*/
.logistics{
background: #f3f4f6;
position: relative;
}
.logistics .heading__holder{
width: min(450px, 100%);
}
.logistics h2 span{
color: #4b5563;
}
.logistics_top-section p {
color: #4b5563;
font-size: 18px;
font-weight: 500;
line-height: 28px;
margin-bottom: 20px;
}
.logistics_top-section p:last-child{
margin-bottom: 0px;
}
.logistics_button_container {
margin-top: 34px;
margin-bottom: 34px;
}
.logistics_top-section .figure__holder{
width: min(491px, 90%);
margin-inline: auto;
margin-top: 34px;
}
.logistics_top-section .figure{
position: relative;
width: 100%;
padding: calc(500/491*100%) 0 0 0;
}
.logistics_top-section .figure img{
position: absolute;
inset: 0;
width: 100%;
height: 100%;
}

.logistics_offset {
position: absolute;
top: 84px;
z-index: 1;
background: rgba(255, 255, 255, 0.64);
width: 262px;
border-radius: 14px;
height: 170px;
backdrop-filter: blur(12px);
left: 0;
padding: 14px;
border: 1px solid rgba(255, 255, 255, 0);
width: 188.128px;
height: 122.067px;
flex-shrink: 0;
}

.logistics_offset .title {
text-align: center;
font-size: 12.925px;
font-style: normal;
font-weight: 500;
line-height: 17.233px;
/* 133.333% */
margin-bottom: 0 !important;
background: linear-gradient(90deg, #28796b 0%, #194a41 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.logistic_divider {
width: 100%;
height: 1px;
background: #256e61;
margin: 7px 0;
}

.logistics_offset .emision sub {
background: linear-gradient(90deg, #319382 0%, #0f2d28 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 10.804px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.logistics_offset .emision {
text-align: center;
font-size: 20.105px;
font-style: normal;
font-weight: 700;
line-height: normal;

background: linear-gradient(90deg, #319382 0%, #0f2d28 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 6px;
}

.logistics_offset_bottom>p:last-child,
.logistics_offset_bottom>p:last-child sub {
text-align: center;
font-size: 12.925px;
font-style: normal;
font-weight: 500;
line-height: normal;
background: linear-gradient(90deg, #297c6e 0%, #194b43 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.logistics_bottom-section {
margin-top: 34px;
}

.logistics_savings {
display: flex;
padding: 34px 20px 28px 20px;
flex-direction: column;
justify-content: space-between;
align-items: center;
height: 300px;
align-self: stretch;
border-radius: 12px;
border: 1px solid #fff;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, #fff 100%);
}

.logistics_savings p {
color: var(--Neutral-800, #1f2937);
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 24px;
/* 133.333% */
}

.logistics_savings p span {
color: var(--Neutral-800, #1f2937);
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 24px;
}

.logistics .swiper-wrapper .swiper-slide:nth-child(1) img {
width: 240px;
height: 120px;
}

.logistics .swiper-wrapper .swiper-slide:nth-child(2) img {
width: 238px;
height: 157px;
flex-shrink: 0;
}

.logistics .swiper-wrapper .swiper-slide:nth-child(3) img {
width: 253px;
height: 132px;
flex-shrink: 0;
}
.logistics_bottom-content p {
color: #4b5563;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 28px;
}
@media screen and (min-width: 1024px) {
.logistics_bottom-section {
  margin-top: 100px;
}
.logistics_top-section .figure__holder{
  margin-top: 0px;
  margin-left: auto;
  margin-right: 0;
}
.logistics_offset {
  position: absolute;
  z-index: 1;
  width: 262px;
  height: 170px;
  left: 0;
  bottom: 52px;
  top: unset;
  padding: 20px;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.64);
  width: 262px;
  border-radius: 14px;
  height: 170px;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0);
}

.logistics_offset_bottom>p:last-child,
.logistics_offset_bottom>p:last-child sub {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(90deg, #297c6e 0%, #194b43 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.logistics_offset .title {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 133.333% */
  color: linear-gradient(90deg, #28796b 0%, #194a41 100%);
  margin-bottom: 0 !important;
  background: linear-gradient(90deg, #28796b 0%, #194a41 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.logistics_offset .emision {
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  background: linear-gradient(90deg, #319382 0%, #0f2d28 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 6px;
}

.logistics_offset .emision sub {
  background: linear-gradient(90deg, #319382 0%, #0f2d28 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15.047px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.logistics .swiper-wrapper .swiper-slide:nth-child(1) img {
  width: 344px;
  height: 170px;
}
.logistics .swiper-wrapper .swiper-slide:nth-child(1) p {
  max-width: 22ch;
}
.logistics .swiper-wrapper .swiper-slide:nth-child(2) img {
  width: 238px;
  height: 157px;
  flex-shrink: 0;
}
.logistics .swiper-wrapper .swiper-slide:nth-child(2) p {
  max-width: 25ch;
}
.logistics .swiper-wrapper .swiper-slide:nth-child(3) img {
  width: 320px;
  height: 165px;
  flex-shrink: 0;
}
.logistics .swiper-wrapper .swiper-slide:nth-child(3) p {
  max-width: 27ch;
}

}
/*========== logistics end ===========*/
/*=========== powerhouse start==========*/

.powerhouse__sec{
  color: rgba(255, 255, 255, 0.8);
  background: linear-gradient(179deg, #152444 0.44%, #1f2937 42.72%, #1f2937 65.71%, #2a3748 89.26%);
  position: relative;
  z-index: 2;
}
.powerhouse__sec .heading__holder{
  width: min(832px, 100%);
  margin-inline: auto;
}
.powerhouse__sec .heading__text{
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.84px;
  margin-bottom: 34px;
}
.powerhouse__sec .figure__holder{
  margin-top: 54px;
  width: min(897px, 100%);
  margin-inline: auto;
}
.powerhouse__sec .figure{
  width: 100%;
  position: relative;
  padding: calc(548/897*100%) 0 0 0;
  overflow: hidden;
}    
.powerhouse__sec .figure__holder .figure img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.powerhouse_button_container {
width: fit-content;
margin: 0 auto;
margin-top: 48px;
border-radius: 50px;
padding: 5px;
border-radius: 42px;
background: linear-gradient(180deg, #70509f 0%, #cfaeff 100%);
}

.powerhouse_button_container a {
/* Create the gradient as the background */
background: var(--secondary-500-main, #472f92);

/* background: linear-gradient(180deg, #70509F 0%, #CFAEFF 100%); */
padding: 14px 34px;
position: relative;
}
.powerhouse_bottom-section h3 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
  margin-top: 42px;
  margin-bottom: 34px;
}
.powerhouse_item_container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.powerhouse_item {
  display: flex;
  padding: 34px 20px;
  flex-direction: column;
  align-items: flex-start;
  /* gap: 16px; */
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #536887;
  background: linear-gradient(120deg, #475974 23.15%, #36465b 48.46%, #304053 76.58%);
}
.powerhouse_item_container h4 {
  color: var(--Generic-White, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 16px;
  margin-bottom: 16px;
}

.powerhouse_item_container p {
  color: var(--Neutral-300, #d1d5db);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 137.5% */
}

.powerhouse_bottom-section_button_container {
  margin-top: 54px;
}

@media screen and (min-width: 1024px) {
.powerhouse_item_container{
  flex-direction: row;
}
  .powerhouse_bottom-section h3 {
      font-size: 42px;
      letter-spacing: -0.84px;
      margin-top: 74px;
      margin-bottom: 54px;
  }
  .powerhouse_item {
      flex: 1 1;
  }
  .powerhouse__sec .heading__text{
      font-size: 52px;
      line-height: normal;
      letter-spacing: -1.04px;
  }
  .powerhouse_button_container {
  margin-top: 47px;
}
.powerhouse_button_container {
  margin-top: 47px;
}

}
/*====== TESTIMONIAL =======**/

.testimonial {
  background: var(--Neutral-100, #f3f4f6);
  overflow: hidden;
}

.testimonial h2 {
  color: var(--Neutral-900, #111827);
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
  margin-bottom: 34px;
}
.testimonial .swiper{
  overflow: visible;
}
.testimonial .swiper-slide {
  height: 376px !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  position: relative;
}

iframe #player .ytp-chrome-top {
  display: none !important;
}

.testimonial .swiper-slide iframe {
  width: 100%;
  /* height: 508px !important; */
  height: 376px !important;
  border-radius: 12px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.testimonial_button_container {
  margin-top: 34px;
}

.testimonial .swiper-slide:nth-child(1) {
  background-position: top;
}

.testimonial .swiper-slide:nth-child(2) {
  background-position: top;
}

.testimonial .title_container {
  z-index: 1;
  background-image: url("../../assets/svgFolder/Fast_shipping/Rectangle-24420.webp");
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  border-radius: 0 0 16px 16px;
  height: 68px;
  backdrop-filter: blur(21px);
}

.testimonial .play-button {
  border: none;
  padding: 26px;
  border-radius: 50%;
  margin: 0 auto;
  /* transform: translate(190%, 260%); */
  transform: translate(190%, 150%);
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(12px);
}

.testimonial .swiper-slide:nth-child(1) p {
  max-width: 20ch;
}

.testimonial .swiper-slide:nth-child(2) p {
  max-width: 23ch;
}

.back_to_top {
  color: var(--Neutral-500, #6b7280);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  /* margin-top: 34px; */
}

.back_to_top:hover {
  color: var(--Neutral-500, #6b7280);
}

.back_to_top p {
  margin-top: 8px;
}

.testimonial .title_container p {
  color: var(--Generic-White, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
}

@media (min-width: 992px) {}

@media (min-width: 1024px) {
  .testimonial .swiper-slide iframe {
    height: 508px !important;
  }

  .testimonial h2 {
    color: var(--Neutral-900, #111827);
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    /* 123.81% */
    letter-spacing: -0.84px;
    margin-bottom: 54px;
  }

  .back_to_top_container {
    position: sticky;
    bottom: 6vh;
    right: 2vh;
    z-index: 2;
    opacity: 0;
  }

  .back_to_top_container.opct {
    opacity: 1;
  }

  .back_to_top_container.absolute-position {
    position: absolute;
    right: 16vh;
  }

  .testimonial .play-button {
    transform: translate(190%, 260%);
  }

  .testimonial_button_container {
    margin-top: 54px;
  }

  .testimonial .swiper-wrapper {
    justify-content: center;
    gap: 54px;
  }

  .testimonial .swiper-slide {
    width: 378px !important;
    height: 508px !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.3s ease-in-out;
  }

  .testimonial .swiper-slide:hover {
    transform: scale(1.1);
  }

  .testimonial .title_container p {
    color: var(--Generic-White, #fff);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
  }
}