/* Mobile  */
@media screen and (max-width: 576px) {
  /* Repeated style */
  .head-title {
    font-size: 12px;
  }
  .btn {
    padding: 4px 14px;
  }

  .block {
    display: inline;
  }

  /* Header */
  #navbar {
    flex-direction: column;
  }

  #nav-right-div {
    flex-direction: column;
    gap: 20px;
  }

  #total-incomes-card {
    display: none;
  }

  #users-card-banner {
    display: none;
  }

  #banner-section {
    padding: 20px 3px 20px;
  }

  #banner-heading {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 28px;
    margin-top: 10px;
  }

  /* Statistics section */

  #statistics-card-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-top: 32px;
  }

  /* Our story */
  #our-story-section {
    padding: 0 10px 40px;
    text-align: center;
  }

  #our-story-section h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -2%;
    margin: 16px 0;
  }

  #our-story-section .out-story-paragraph {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -2%;
    margin-bottom: 20px;
  }

  /* Why choose us */
  #why-choose-us-section {
    padding: 40px 10px;
    margin-bottom: 40px;
  }

  #why-choose-us-parent-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .choose-us-left-div h5 {
    font-size: 20px;
    line-height: 24px;
  }

  .choose-us-paragraph {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .choose-us-right-div {
    flex: 1;
    margin-right: 0;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    justify-content: center;
  }

  /* logo arc group -> centered, no weird push */
  #logo-arc {
    margin-right: 0;
    justify-content: center;
  }

  /* main logo smaller */
  #logo-arc img:first-child {
    width: 140px;
  }

  /* arcs: reduce overlap so mobile e clean lage */
  #logo-arc img:nth-child(2) {
    display: none;
  }

  #logo-arc img:nth-child(3) {
    display: none;
  }

  /* cards parent centered */
  .right-div-cards-parent {
    width: 100%;
    align-items: center;
    gap: 14px;
  }

  .right-div-cards-parent div:first-child,
  .right-div-cards-parent div:nth-child(2),
  .right-div-cards-parent div:nth-child(3),
  .right-div-cards-parent div:last-child {
    left: 0;
    position: relative;
    width: 100%;
    max-width: 400px;
    font-size: 14px;
  }

  .choose-us-card {
    font-size: 16px;
    padding: 14px 16px;
    border-radius: 14px;
    justify-content: flex-start;
  }

  .choose-us-card figure {
    width: 36px;
    height: 36px;
  }

  .choose-us-card figure img {
    width: 22px;
    height: 22px;
  }

  /* Our services */

  #services-section {
    margin-bottom: 40px;
  }

  .services-heading,
  .growth-heading,
  .contact-heading {
    margin-bottom: 24px;
    text-align: center;
  }

  /* card */
  .services-parent-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .services-heading h5,
  .growth-heading h5,
  .contact-heading h5 {
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 16px;
  }

  .services-heading p,
  .growth-heading p,
  .contact-heading p {
    font-size: 14px;
  }

  .services-card {
    max-width: 300px;
    width: 100%;
    height: auto;
    padding: 10px;
  }

  .card-head p {
    font-size: 16px;
  }

  .card-head figure img {
    width: 34px;
    height: 34px;
    opacity: 40%;
  }

  .tick-mark-div {
    font-size: 14px;
  }

  .card-head figure img {
    width: 24px;
    height: 24px;
  }

  /* approach-section */
  #approach-section {
    padding: 40px 10px;
  }

  #approach-parent-div {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .approach-left-div {
    gap: 8px;
  }

  .approach-left-div figure:last-child {
    margin-top: 40px;
  }

  .approach-left-div figure img {
    width: 130px;
  }

  .approach-right-div h2 {
    font-size: 36px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .approach-vision p {
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
    font-size: 14px;
    line-height: 18px;
  }

  /* Growth section */
  #growth-section {
    padding: 40px 10px;
  }

  .growth-card-parent-div {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin: auto;
    padding: 20px 10px;
  }

  .growth-card {
    max-width: 300px;
    width: 100%;
    padding: 10px;
  }

  .growth-card p:last-child {
    font-size: 14px;
    line-height: 28px;
  }

  /* Growth Help section */
  #growth-help {
    padding: 40px 0;
    margin-bottom: 40px;
  }

  /* Contact Us section */
  #contact-us {
    margin-bottom: 40px;
  }

  /* Calendly */
  .calendly-parent-div {
    padding: 20px 10px;
    flex-direction: column;
  }

  .calendly-left-div > p:first-child {
    font-size: 14px;
  }

  .calendly-left-div h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0px;
  }

  .calendly-left-div > p:nth-of-type(2) {
    font-size: 14px;
    margin-top: 20px;
  }

  .calendly-left-div > div {
    font-size: 14px;
    max-width: 260px;
    margin-bottom: 20px;
  }

  /* ribbon */
  .calendly-ribbon {
    top: 26px;
    right: -40px;
  }
  .calendly-right-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cal-weekdays {
    margin: 10px 0 14px 0;
  }

  .note-div-parent {
    flex-direction: column;
    gap: 10px;
  }

  footer {
    padding: 30px 10px;
  }

  .footer-parent-div {
    flex-direction: column;
  }

  .footer-right-div {
    flex-direction: column;
    margin-top: 20px;
    gap: 20px;
  }

  .footer-copyright {
    flex-direction: column;
    gap: 14px;
  }
}

/* Tablet */
@media screen and (min-width: 577px) and (max-width: 768px) {
  body {
    padding: 0 10px;
  }

  /* Banner */
  #banner-section {
    padding: 40px 0px 40px;
  }

  #banner-heading {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 28px;
  }

  #total-incomes-card {
    display: none;
  }

  #users-card-banner {
    display: none;
  }

  /* Statistics section */
  #statistics-card-div {
    flex-wrap: wrap;
  }

  /* Why choose us */
  #why-choose-us-parent-div {
    flex-direction: column;
    gap: 40px;
  }

  /* Our services */
  .services-parent-card {
    justify-content: center;
    grid-template-columns: 1fr;
    place-items: center;
  }

  /* approach-section */
  #approach-section {
    padding: 40px 20px;
  }
  #approach-parent-div {
    flex-direction: column;
    gap: 40px;
  }

  .growth-card-parent-div {
    grid-template-columns: 1fr;
    place-items: center;
    gap: 16px;
    margin-bottom: 24px;
  }

  .growth-card {
    width: 100%;
    max-width: 500px;
  }
}
