/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .landing-bg-mobile {
      background-color: #008f77 !important;
      
    }
    .landing-cta {
      font-size: 13px !important;
    }
    .dream-box {
      height: 350px;
      background-size: cover;
    }
    .faq-text-center {
      text-align: center;
      margin: auto 0;
      margin-left:2% !important
    }
    .halal-image-position {
      position: relative;
      z-index: 10;
    }
    .dashboard-image-position {
      position: absolute !important;
      top: 20vh !important;
      right: 0;
    }
    .dashboard-image-container {
      position: relative !important;
    }
    .landing-cta-mobile-width {
      width: 240px !important;
    }
  
  }
  
  /* Small devices (landscape phones, 576px and up) */
  @media (min-width: 576px) and (max-width: 767px) {
    .landing-bg-mobile {
      background-color: #008f77 !important;
     
    }
    .dream-box {
      height: 350px;
      background-size: cover;
    }
    .faq-text-center {
      text-align: center;
      margin: auto 0;
      margin-left:2% !important
    }
    .halal-image-position {
      position: relative;
      z-index: 10;
    }
    .dashboard-image-position {
      position: absolute !important;
      top: 20vh !important;
      right: 0;
    }
    .dashboard-image-container {
      position: relative !important;
    }
    .landing-cta-mobile-width {
      width: 300px !important;
    }
  }
  
  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) and (max-width: 991px) {
    .landing-bg-mobile {
      background-color: #008f77 !important;
   
    }
    .arrow-size-lg {
      height: 16px !important;
    }
    .dream-box {
      height: 350px;
      background-size: cover;
    }
    .faq-text-center {
      text-align: center;
      margin: auto 0;
    }
    .halal-image-position {
      position: relative;
      z-index: 10;
    }
    .dashboard-image-position {
      position: absolute !important;
      top: 20vh !important;
      left: 0;
    }
    .dashboard-image-container {
      position: relative !important;
    
    }
    .landing-cta-mobile-width {
      width: 300px !important;
    }
  }
  
  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) and (max-width: 1199px) {
    .landing-image {
      width: 100% !important;
    }
    .dream-box {
      height: 350px;
      background-size: cover;
    }
    .faq-text-center {
      text-align: center;
      margin: auto 0;
    }
    .halal-image-position {
      position: absolute;
      margin-top: -160px;
    }
    .dashboard-image-position {
      position: absolute;
    }
  }
  
  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {
    .landing-image {
      width: 100% !important;
    }
    .dream-box {
      height: 350px;
      background-size: cover;
    }
    .faq-text-center {
      text-align: center;
      margin: auto 0;
    }
    .halal-image-position {
      position: absolute;
      margin-top: -155px;
    }
    .dashboard-image-position {
      position: absolute;
      margin-top: 35px;
    }
  }
  
  /* GENERAL */
  .m-0 {
    margin: 0px !important;
  }
  .center-in-div {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .height-20 {
    height: 20px !important;
  }
  
  .goal-container-padding {
    padding: 32px !important;
  }
  
  .dream-box-blue {
    opacity: 1;
    height: 50%;
    background: #264d8c;
    transition:height 2s, background 2s;
  }
  
  .dream-box-blue:hover {
    height: 100%;
    background: #264d8c60;
  }
  
  .dream-box-green {
  
    height: 50%;
    background: #008f77;
    transition:height 2s, background 2s;
  }
  
  .dream-box-green:hover {
    height: 100%;
    background: #008f7760;
  }
  
  .dream-box-brown {
    opacity: 1;
    height: 50%;
    background: #874f1a;
    transition:height 2s, background 2s;
  }
  
  .dream-box-brown:hover {
    height: 100%;
    background: #874f1a60;
  }
  
  .create-your-goal {
    background: #f2e7e0;
  }
  
  .carousel .slide img {
    width: auto !important;
  }
  
  .carousel img {
    width: auto !important;
  }
  
  .carousel .control-dots {
    -webkit-transform: translate3d(0, 0, 0);
    margin: -6px 0 !important;
  }
  
  .carousel .control-dots .dot.selected{
    background: #008f77 !important;
    background-color: #008f77 !important;
    opacity: 1 !important;
    box-shadow:0px 0px 0px rgb(0 0 0 / 01%)  !important;
  }
  .carousel .control-dots .dot{
    background: #c4c4c4 !important;
    background-color: #c4c4c4 !important;
    opacity: 1 !important;
    box-shadow:0px 0px 0px rgb(0 0 0 / 01%) !important;
  }
  .carousel-status {
    display: none;
  }
  
  .right-icon-size {
    height: 20px;
  }
  
  .carousel .thumbs-wrapper {
    margin: 0px !important
  }
  
  .height-100p {
    height: 100% ;
  }
  .img-contain {
    object-fit: contain;
  }
  .minus-icon {
    height: 2px;
    width: 17px;
    cursor: pointer;
  }
  