@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.highlight, .w-700 {
  font-weight: 700 !important;
}

.highlight-2 {
  color: #714194;
}

.italic {
  font-style: italic !important;
}

.offer-section-container, .offer-section-container * {
  box-sizing: border-box;
  font-family: 'Arsenal';
  font-style: normal;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.offer-section-container p, .claim-savings-button a {
  color: #FEFEFE;
  line-height: 30px;
  font-size: 20px;
}

.offer-section-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #331B48;
  padding-top: 96px;
  padding-bottom: 96px;
}

.offer-section-child-container {
  max-width: 1140px;
  display: flex;
  gap: 128px;
}

.custom-col-1 {
  width: 652px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.custom-col-1 h2 {
  font-size: 48px;
  color: #FEFEFE;
  line-height: 56px;
  font-weight: 700;
}

.custom-cards-container {
  display: flex;
  justify-content: space-between;
}

.custom-card {
  display: flex;
  background-color: #E9E6EB;
  padding: 16px;
  border-radius: 8px;
  width: 308px;
  align-items: center;
  gap: 16px;
  height: 104px;
}

.custom-card-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
}

.custom-card-icon img {
  width: 100%;
}

.custom-card-content {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
}

.custom-card h4 {
  font-size: 24px;
}

.custom-col-1 button {
  background-color: #714194;
  padding: 12px 16px;
  border: none;
  outline: none;
  width: max-content;
  color: #F5F3F6;
  font-size: 16px;
  font-weight: 700;
  margin-top: 16px;
  cursor: pointer;
  transition: all 150ms;
}

.custom-col-1 button:hover {
  background-color: #212124;
}

.custom-col-2 {
  width: 361px;
  margin-bottom: -120px;
}

.img-container {
  width: 361px;
  z-index: 4 !important;
  border-radius: 24px;
  overflow: hidden;
}

.img-container img {
  width: 100%;
}

.testimonial {
  padding: 16px;
  background-color: #EBE5F0;
  border-radius: 8px;
  z-index: 3;
  width: 320px;
  margin: auto;
  transform: translateY(-120px);
}

.testimonial p {
  font-size: 14px;
  line-height: 21px;
  color: #222123;
  font-weight: 700;
}

.testimonial p:first-child {
  font-style: italic;
}

.name {
  margin-top: 24px;
}


/* Responsive styles */
/*@media and screen (max-width: 1023px) {*/
/*    .custom-col-2 {*/
/*        margin-bottom: 0px;*/
/*    }*/
/*}*/



@media screen and (max-width: 1280px) and (min-width: 1024px) {
  .offer-section-child-container {
    gap: 72px;
    padding-left: 48px;
    padding-right: 48px;
    justify-content: space-between;
  }
  
  .custom-cards-container {
      flex-wrap: wrap;
      gap: 24px;
}
  
  .custom-col-1 {
      width: 50%;
  }
}

@media screen and (max-width: 1023px) {
    .offer-section-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
  .offer-section-child-container {
    flex-direction: column;
    align-items: center;
    gap: 64px;
  }

  .custom-col-1,
  .custom-col-2 {
    width: 100%;
    max-width: 90%;
  }
  

  .custom-cards-container {
    gap: 16px;
    justify-content: center;
  }

  .custom-card {
    width: 100%;
    max-width: 360px;
  }

  .custom-col-2 {
    width: 100%;
    display: flex;
    margin-bottom: 24px;
  }

  .img-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .testimonial {
    transform: translateY(-80px) translateX(-48px);
    width: 100%;
    z-index: 99;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width: 600px) {
     .custom-col-2 {
        margin-bottom: -24px;
    }
  .custom-col-1 h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .offer-section-container p {
    font-size: 16px;
    line-height: 26px;
  }

  .custom-cards-container {
    flex-direction: column;
  }

  .testimonial {
    transform: translateY(-60px);
    padding: 12px;
    margin-top: 48px;
  }

  .claim-savings-button {
    width: 100%;
    text-align: center;
    padding: 12px;
    font-size: 16px;
  }

  .custom-card h4 {
    font-size: 20px;
  }

  .img-container {
    display: none;
  }
}
