#home {
  padding-top: 80px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
  background-image: url('../../assets/icons/ic-bg-banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  text-align: center;

  @media (min-width: 992px) {
    background-position: center 80%;
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  h2 {
    font-size: 32px; 
    line-height: 38px; 
    font-weight: 600; 

    @media (min-width: 992px) {
      font-size: 40px;
      line-height: 56px;
    }
  }

  .wrapper-banner {
    height: 460px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;

    @media (min-width: 992px) {
      height: 560px;
    }

    p {
      font-size: 16px; 
      line-height: 30px; 
      font-weight: 400;
      color: #9095A1FF;
  
      @media (min-width: 992px) {
        font-size: 24px;  
        line-height: 36px; 
      }
    }

    a {
      width: 100%;

      @media (min-width: 992px) {
        width: auto;
      }
    }
  }
}

#products {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #D32422;

  h2 {
    font-size: 32px; 
    line-height: 38px; 
    font-weight: 600; 

    @media (min-width: 992px) {
      font-size: 40px;
      line-height: 56px;
    }
  }

  p {
    font-size: 16px; 
    line-height: 30px; 
    font-weight: 400;

    @media (min-width: 992px) {
      font-size: 20px; 
      line-height: 36px; 
    }
  }

  .slick-track {
    display: flex;
    gap: 12px;

    @media (min-width: 992px) {
      gap: 24px;
    }
  }

  .slick-next, .slick-prev {
    width: 48px;
    height: 48px;
  }

  .slick-next {
    right: -65px;
  }

  .slick-prev {
    left: -65px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    color: white !important;
  }
  .card {
    border-radius: 16px;
    max-height: 276px;
    height: 276px;
    display: flex;
    align-items: center;
    justify-content: center;

    img {
      max-height: 276px;
      object-fit: contain;
      padding: 20px;
    }
  }

  .slick-prev:before, .slick-next:before {
    opacity: 1;
    font-size: 48px;
  }
}

#exampleModal {
  .modal-custom {
    border-radius: 12px;
    overflow: hidden;
    padding: 20px;
  }
  
  .input-custom {
    border-radius: 8px;
    padding: 12px;
    font-size: 16px;
  }
  
  .btn-lg {
    font-size: 16px;
    font-weight: 600;
  }
  
  .fw-medium {
    font-weight: 500;
  }
}

#about {
  padding-top: 60px;
  padding-bottom: 60px;

  @media (min-width: 992px) {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  img {
    height: 100%; 
    object-fit: cover;
  }

  h2 {
    font-size: 32px; 
    line-height: 38px; 
    font-weight: 600; 
    color: #171A1FFF;

    @media (min-width: 992px) {
      font-size: 40px;
      line-height: 56px;
    }
  }

  p {
    font-size: 16px; 
    line-height: 30px; 
    font-weight: 400; 
    color: #9095A1FF;
    text-align: justify;

    @media (min-width: 992px) {
      font-size: 20px; 
      line-height: 36px; 
    }
  }
}


.chat-section {
  background-color: #fdecea;
  padding: 50px 0;

  .description {
    font-size: 16px; 
    line-height: 28px; 
    font-weight: 400; 
    color: #9095A1FF;

    @media (min-width: 992px) {
      font-size: 24px; 
      line-height: 36px; 
    }
  }

  h2 {
    font-size: 32px; 
    line-height: 38px; 
    font-weight: 700; 
    color: #323743FF;

    @media (min-width: 992px) {
      font-size: 40px; 
      line-height: 56px; 
    }
  }

  button {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 28px; 
    font-weight: 400; 
    color: #FFFFFFFF;
    background: #D32323FF;
    
    @media (min-width: 992px) {
      font-size: 16px;
      line-height: 24px; 
    }
  }

  .col-chat {
    margin-top: 60px;

    @media (min-width: 992px) {
      margin-top: 0;
    }

    .chat-container {
      background-color: #d32323;
      border-radius: 122px;
      padding: 30px;
      height: 244px;
      position: relative;
      box-shadow: 0px 17px 35px #d323233D, 0px 0px 2px #d323231F;

      .profile-img {
        border-radius: 50%;
        object-fit: cover;
        position: absolute;
        background: #F4BCBCFF;
      }

      .profile-1 { top: -25px; left: 20%; width: 70px; height: 70px; }
      .profile-2 { bottom: -25px; right: 10%; width: 60px; height: 60px; }
      .chat-1 { position: absolute; top: 28px; right: 20px; width: 254px; z-index: 1; }
      .chat-2 { position: absolute; bottom: 40px; left: 15px; width: 321px; z-index: 0; }
  
      .chat-box {
        background: white;
        border-radius: 15px;
        padding: 16px;
        box-shadow: 0px 8px 17px #171a1f26, 0px 0px 2px #171a1f1F;

        p {
          font-size: 14px; 
          line-height: 22px; 
          font-weight: 400; 
          color: #9095A1FF;
          text-align: left;
        }

        strong {
          font-size: 16px; 
          line-height: 26px; 
          font-weight: 700; 
          color: #171A1FFF;
        }
  
        .wrapper-ic-chat {
          position: absolute; 
          top: -19px;
          left: 220px;
          height: 52px; 
          padding: 0 14px; 
          display: flex; 
          align-items: center; 
          justify-content: center; 
          color: #FFFFFFFF; /* white */
          background: #F8D7D7FF; /* primary-150 */
          opacity: 1; 
          border: none; 
          border-radius: 26px; 
          box-shadow: 0px 4px 9px #d323231C, 0px 0px 2px #d323231F; /* shadow-m */
          gap: 0px;
  
          img {
            width: 24px;
            height: 24px;
          }
        }

        .wrapper-profile-user {
          background-color: #F8F9FA;
          border-radius: 50%;
          width: 24px;
          height: 24px;

          .profile-user {
            width: 14px;
            height: 14px;
          }
        }
      }

      @media (min-width: 992px) {
        .profile-1 { top: -35px; left: 15%; width: 90px; height: 90px; }
        .profile-2 { bottom: -25px; right: 20%; width: 70px; height: 70px; }
        .chat-1 { top: 20px; right: 30px; width: 254px; }
        .chat-2 { bottom: 75px; left: 30px; width: 321px; }
      }
      
      @media (min-width: 1400px) {
        .profile-1 { top: -55px; left: 20%; width: 112px; height: 112px; }
        .profile-2 { bottom: -25px; right: 10%; width: 84px; height: 84px; }
        .chat-1 { top: 35px; right: 60px; width: 254px; }
        .chat-2 { bottom: 55px; left: 50px; width: 321px; }
      }
    }
  }
}
