.no-background {
  background: none !important;
}

.remove-border {
  border: none !important;
}

.section-bg {
  background-color: #eefaff;
}

.header-bg {
  background-color: #fff;
  position: absolute;
  background-image: none;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 701px) {
  .header-bg {
    background-color: transparent;
  }
}

.three-cols-grid {
  display: grid;
  gap: 30px;
  margin-top: 1.5rem;
  max-width: 100%;
}

.three-cols-grid {
  grid-template-columns: 1fr;
}

/* Tablet */
@media (min-width: 640px) {
  .three-cols-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Laptop and Desktop */
@media (min-width: 1024px) {
  .three-cols-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.landing-page-main {
  font-family: Roboto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 70vh;
  flex-direction: column;
}

.bg-section {
  background: #eefaff;
}

.center-grid {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 0.5rem;
  justify-content: center;
  margin: 0 auto !important;
}

.center-grid > article {
  width: 100%;
}

.section-container {
  position: relative !important;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
}

.section_wrapper {
  max-height: 100%;
  max-width: 90%;
  margin: 0 auto;
}

#hero_section {
  max-height: 901px;
  padding-top: 90px;
  padding-bottom: 1rem;
  margin-top: 0;
  overflow: hidden;
}

.hero_section_banner {
  position: absolute;
  top: 0;
  background-image: url(../images/pages/landing-pages/free-usa-address-for-shipping/hero-banner-area.svg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 101%;
  z-index: -1;
}

.hero_section_content h1 {
  text-align: center;
  color: #171717;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.hero_section_content p {
  color: #292929;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  display: none;
}

.hero_section_content .hero-point {
  color: #292929;

  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  list-style-type: disc;
  list-style-position: inside;
}

.call-action-btn {
  border-radius: 5px;
  background: #fe920f;
  display: inline-flex;
  height: 44px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  width: max(248px, max-content);
  max-width: 100%;
}

.bounce-animate {
  position: relative;
  animation: bounce 1s infinite ease-in-out;
  margin-top: 0.5rem;
}

/* Keyframes for the bounce effect */
@keyframes bounce {
  0%,
  100% {
    transform: translateY(-30%);
  }
  50% {
    transform: translateY(0%);
  }
}

#hero_section_image {
  width: 100%;
}

#hero_section_image > img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* end hero section styling */

.card-container {
  margin: 1.5rem 0;
}

#helper_guide_section {
  padding-top: 0;
}

#benefits_section .section_wrapper > h2,
#helper_guide_section .section_wrapper > h2,
#even_odd_section .section_wrapper > h2,
#two_cards_section .section_wrapper > h2 {
  text-align: center;
  color: #1888fa;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#benefits_section .section_wrapper > p,
#helper_guide_section .section_wrapper > p,
#even_odd_section .section_wrapper > p,
#two_cards_section .section_wrapper > p {
  color: #393939;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  gap: 12px;
  text-align: center;
  border-radius: 15px;
  border: 2px solid #407bff;
  background: #f7f7fb;
  height: 100%;
}

#helper_guide_section .last-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 1rem;
  text-align: center;
  border-radius: 15px;
  border: 2px solid #407bff;
  background: #f7f7fb;
}

.card-container .card-content-container h3,
.card-container .card-content-container h2,
.center-grid .card-content-container h2,
#helper_guide_section .last-card h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 37.5px;
  color: #1888fa;
}

.card-container .card-content-container p,
#helper_guide_section .last-card p {
  color: #393939;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.card-content-container a {
  margin-top: auto;
}

/* end helper guide section styling */
#other_services_section {
  background-color: transparent;
}

.section-background {
  background-color: #eefaff !important;
}

.why-choose-us > article {
  background: #f7f7fb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  gap: 5px;
  text-align: center;
  border-radius: 15px;
  height: 100% !important;
}

.why-choose-us > article img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: contain;
}

.services-container {
  /* background: #eefaff; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}

.services-container h2 {
  color: #1888fa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.services-container p {
  color: #393939;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.services-container .card {
  background-color: transparent !important;
}
.services-container .card-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
}
.services-container .card-container .card-content-container h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 37.5px;
  color: #1888fa;
}

.services-container .card-container .card-content-container p {
  color: #393939;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.services-container a {
  display: block;
  bottom: 0rem;
  color: #1888fa;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  text-decoration-line: underline;
}
/* end related services section styling */

/* <<<<<<<<<<<<< grid section styles >>>>>>>>>>>>>>> */
.grid-container-wrapper {
  text-align: center;
  width: 100%;
}

article h3 {
  line-height: 37.5px;
  font-size: 20px;
  font-weight: bold;
  color: #1888fa;
}

article > img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: contain;
}

article > p {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #393939;
}

.grid-container-wrapper > h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #1888fa;
}

@media (min-width: 992px) {
  .grid-container-wrapper > h2 {
    font-size: 36px;
    line-height: 42.19px;
  }
}

@media (max-width: 991.98px) {
  .grid-container-wrapper > h2 {
    font-size: 24px;
    line-height: 28.13px;
  }
}
/* <<<<<<<<<<<<< end grid section styles >>>>>>>>>>>>>>> */

/* <<<<<<<<<<<<< info banner section styles >>>>>>>>>>>>>>> */
.info-banner {
  background: #f7f7fb;
  text-align: center;
  /* padding: 0px 20px 20px; */
  border-radius: 20px;
}

@media (min-width: 1536px) {
  .info-banner {
    width: 1176px;
    margin: 0 auto;
  }
}

.info-banner img {
  width: 272px;
  height: 165.78px;
}

.info-banner h2 {
  color: #1888fa;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}

.info-banner p {
  margin: 24px auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #393939;
}

.info-banner button {
  width: 248px;
}

@media (min-width: 992px) {
  /* .info-banner {
    padding: 48px;
  } */

  .info-banner img {
    width: 524px;
    height: 206px;
  }

  .info-banner h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
/* <<<<<<<<<<<<< end info banner section styles >>>>>>>>>>>>>>> */

/* <<<<<<<<<<<<< shipping partners section styles >>>>>>>>>>>>>>> */
#shipping-partners-section {
  padding-bottom: 1rem;
}

.shipping-partners {
  margin: 0 auto;
  text-align: center;
}

.shipping-partners > h2 {
  color: #1888fa;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}

.shipping-partners > p {
  margin: 10px auto 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 924px;
}

.shipping-partners .images-container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 24px;
  /* flex-wrap: wrap; */
}

.shipping-partners .images-container > figure {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* .shipping-partners .images-container > figure > img {
  width: 164.5px;
  height: 75.45px;
} */

@media (min-width: 992px) {
  .shipping-partners > p {
    margin: 12px auto 24px;
    font-size: 20px;
    line-height: 30px;
    padding: 0 20px;
  }

  .shipping-partners > h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
/* <<<<<<<<<<<<< end shipping partners section styles >>>>>>>>>>>>>>> */

/* <<<<<<<<<<<<< FAQ section styles >>>>>>>>>>>>>>> */
/* Questions container */

#faq_section {
  padding-top: 0;
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq article {
  background: #f7f7fb;
  padding: 10px;
  border-radius: 10px;
  max-width: 100%;
  cursor: pointer;
  color: #393939;
}

.faq article h3 {
  color: #1888fa;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  max-width: 100%;
  margin-bottom: 0;
}

.faq article .answer-active h3 {
  margin-bottom: 0.5rem !important;
}

.faq article > .head {
  display: flex;
  align-items: center;
  max-width: 100%;
  padding: 0 0.5rem;
  transition: 3ms all ease-in-out;
}

.faq article svg {
  font-size: 30px;
  font-weight: bold;
}

.faq article .answer {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  height: 0;
  max-width: 100%;
  transition: 3ms all ease-in-out;
}

.faq article .answer-active .answer {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
  height: unset !important;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  max-width: 100%;
  transition: 3ms all ease-in-out;
}

.faq article .answer-active > .arrow-icon {
  align-self: flex-start;
  padding: 1rem 0;
  transform: rotate(180deg);
}

.faq article .answer a {
  color: #393939;
}

.faq article p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.faq article h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.faq article ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 50px;
}

.faq article ul li {
  font-weight: bold;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .faq {
    gap: 20px;
  }

  .faq article .answer {
    gap: 16px;
  }
}

/* <<<<<<<<<<<<< end FAQ section styles >>>>>>>>>>>>>>> */

@media screen and (min-width: 769px) {
  #hero_section {
    height: 701px;
    padding-top: 120px;
    padding-bottom: 100px;
  }

  #hero_section_content_container {
    max-width: 611px;
  }

  #hero_section_image {
    max-width: 50%;
    width: 672px;
    height: 458px;
  }

  .section-container {
    padding: 3rem 0;
  }

  .section_wrapper {
    max-width: 90%;
  }

  .hero_section_content h1 {
    text-align: left;
    font-size: 54px;
    line-height: 62px;
  }

  .hero_section_content h1 {
    text-align: left;
  }

  .hero_section_content p {
    font-size: 20px;
    line-height: 34px;
  }

  .card-container {
    gap: 1rem;
    margin: 1.5rem 0;
  }

  .card-container h2 {
    font-size: 32px;
    line-height: 48px;
  }

  #benefits_section .section_wrapper > h2,
  #helper_guide_section .section_wrapper > h2,
  #even_odd_section .section_wrapper > h2,
  #two_cards_section .section_wrapper > h2 {
    font-size: 32px;
  }

  #helper_guide_section .last-card {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    text-align: left;
  }

  #helper_guide_section .last-card figure {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    width: 100%;
    max-width: 410px;
    height: 224px;
  }

  #helper_guide_section .last-card figure img {
    width: 100%;
    max-width: 410px;
    height: 224px;
    object-fit: cover;
  }

  #helper_guide_section .last-card .card-content-container h2 {
    font-size: 32px;
    line-height: 48px;
  }
  #helper_guide_section .last-card .card-content-container {
    flex-grow: 1;
    align-items: start;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .info-banner > p {
    max-width: 608px;
  }

  .shipping-partners .images-container {
    gap: 1rem;
  }

  .shipping-partners .images-container > figure {
    width: 25%;
  }

  .center-grid {
    flex-direction: row;
  }

  .center-grid > article {
    width: 50%;
  }
}

@media screen and (min-width: 1440px) {
  .section_wrapper {
    max-width: 70%;
  }
}

@media screen and (min-width: 1920px) {
  .section_wrapper,
  .section-wrapper {
    max-width: 60%;
  }
}

/* <<<<<<<<<<<<< even odd section styles >>>>>>>>>>>>>>> */
.even-odd {
  margin-top: 1rem;
}

.even-odd > article {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  color: #1888fa;
}

.even-odd > article:nth-child(2) {
  margin-top: 24px;
}

.even-odd > article > div,
.even-odd > article > figure {
  width: 100%;
}

.even-odd > article > figure {
  background-color: #f7f7fb;
  height: 199.36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  max-width: 100%;
  max-height: 100%;
}

.even-odd > article > figure img {
  max-width: 195.88px;
}

.even-odd > article h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 42.5px;
}

.even-odd > article p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #393939;
}
.even-odd > article a {
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .even-odd > article > div,
  .even-odd > article > figure {
    width: 50%;
  }

  .even-odd > article {
    flex-direction: row;
  }

  .even-odd > article:nth-child(2) {
    margin-top: 48px;
    flex-direction: row-reverse;
  }

  .even-odd > article > figure {
    height: 349px;
  }
  .even-odd > article > figure img {
    max-width: 100%;
  }

  .even-odd > article h2 {
    font-size: 32px;
  }
}
/* <<<<<<<<<<<<< end even odd section styles >>>>>>>>>>>>>>> */

/* Start Two cards section styles */
.two-cards .cards-wrapper {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  gap: 20px;
}

.two-cards .cards-wrapper article {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.two-cards .cards-wrapper article div:first-of-type {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.two-cards .cards-wrapper article img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .two-cards .cards-wrapper {
    flex-direction: row;
    gap: 30px;
  }
}

@media (min-width: 768px) {
  .two-cards .cards-wrapper article {
    flex-direction: row;
    text-align: left;
    gap: 20px;
  }
}

/* End Two cards section styles */

/* Start benefits section styles*/
.benefits-section > div {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 10px;
}

.benefits-section > div article {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.benefits-section > div article h3 {
  margin-bottom: 4px;
  line-height: 110%;
  font-size: 18px;
}

@media (min-width: 768px) {
  .benefits-section > div {
    margin-top: 48px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
  .benefits-section > div article h3 {
    font-size: 20px;
  }
}

.benefits-section > div article figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}

.benefits-section > div article figure img {
  max-width: 100%;
  max-height: 100%;
}
/* End benefits section styles*/
