@media screen and (min-width: 768px) {
    .row-cols-md-3>* {
        width: 31% !important;
    }
  }

  @media screen and (min-width: 1600px) {
      .splide.is-initialized .card-grid.splide__list.PBS {
          column-gap: 20px !important;
      }
  }
  h1 {
    text-transform: none !important;  
  }

  @media screen and (min-width: 992px) {
    .section__image--right.EWIP {
        height: 500px;
    }
  }

  @media screen and (min-width: 992px) {
    .section__content.HBP {
        width: 500px;
    }
  }

  #life-studio .row{
    gap: 30px;
  }

  .btn-play {
    background: #fff;
    border: 0;
    height: 70px;
    line-height: 40px;
    opacity: .8;
    width: 70px;
    padding: 0;
    margin: 0;
    z-index: 1;
    position: absolute;
    right: calc(50% - 20px);
    top: calc(50% - 20px);
}
.btn-play:before {
    color: #969696;
    content: "\e072";
    display: block;
    font-family: Glyphicons Halflings, sans-serif;
    font-size: 30px;
    height: 70px;
    line-height: 40px;
    opacity: 1;
    text-align: center;
    width: 70px;
    -webkit-transform: none;
    transform: none;
    position: relative;
    top: 16px;
}
.btn-play:hover {
    background: #9ddfff;
}
.btn-play:hover::before {
    color: #07156c;
}

@media screen and (min-width: 768px) {
    .btn-play {
        height: 90px;
        width: 90px;
    }
    .btn-play:before {
        font-size: 40px;
        height: 90px;
        width: 90px;
        top: 25px;
    }
}

@media screen and (min-width: 1200px) {
   
    .btn-play{
        top: 230px;
    }
  
}
.video-image-with-button {
    position: relative;
}

.inner-video-image-with-button {
    position: relative;
    display: inline-block;
}

.btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
}

/* Optional: make sure the image doesn't create extra space */
.inner-video-image-with-button img {
    display: block;
    width: 100%;
    height: auto;
}


/* make video stay in center*/
@media (max-width: 991.98px) {
  .eal-col {
    display: flex;
    justify-content: center;
  }

  .video-image-with-button {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .inner-video-image-with-button {
    margin-left: auto;
    margin-right: auto;
  }
}



#benefits{
    padding: 50px 0;
}
.Icon-parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}
.icon-desc:nth-child(1) {grid-column: 1;}
.icon-desc:nth-child(2) {grid-column: 2;}
.icon-desc:nth-child(3) {grid-column: 3;}
.icon-desc:nth-child(4) {grid-column: 4;}
.icon-desc:nth-child(5) {grid-column: 1;}
.icon-desc:nth-child(6) {grid-column: 2;}
.icon-desc:nth-child(7){
    grid-column: 3;
    /* justify-self: center; */
}
.icon-desc:nth-child(8){
    grid-column: 4;
    /* justify-self: center; */
}

.icon-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
    min-height: 200px;

}
.icon-desc:nth-child(7),
.icon-desc:nth-child(8) {
    grid-column: span 1;
}

.icon-desc img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}
.icon-desc h4 {
    margin: 30px 0 30px;
    font-size: 25px;
    min-height: 70px;
}
.icon-desc p {
    font-size: 18px;
    min-height: 100px;
    margin: 0;
}

@media  (min-width: 768px) and (max-width: 1200px) {
    .icon-desc img {
      width: 100px;
      height: 100px;
      object-fit: contain;
  }
}


/* Small tablets: 768px - 865px */
@media (min-width: 601px) and (max-width: 865px) {
    .Icon-parent {
        grid-template-columns: repeat(2, 1fr);
    }

    .icon-desc {
        grid-column: auto !important;
    }

    .icon-desc img {
        width: 200px;
        height: 200px;
    }
}

/* Larger tablets: 866px - 1200px */
@media (min-width: 866px) and (max-width: 1200px) {
    .Icon-parent {
        grid-template-columns: repeat(3, 1fr);
    }

    .icon-desc {
        grid-column: auto !important;
    }

    .icon-desc img {
        width: 150px;
        height: 150px;
    }
}


@media screen and (max-width: 600px) {

    .Icon-parent {
        grid-template-columns: 1fr;
        max-width: 800px;
    }
    .icon-desc {
        grid-column: auto !important;
        justify-self: center;
    }
}
  @media screen and (min-width: 992px) {


    .container-fluid.ID {
        height: auto !important;
    }

}

@media screen and (min-width: 992px) {
    .section__image--left, .section__image--right {
        width: 50%;
        height: 600px;
    }
}

@media screen and (min-width: 1500px) {
    #leftImg, #rightImg {
      height: auto;
    }
}


#FAQs button {
  font-weight: bold;
  font-size: 25px;
}


 /* Default (inactive) button */
.foursection .btn {
    background-color: #f8f9fa;   /* Light background */
    color: #6c757d;              /* Grey text */
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
}

/* Inactive image */
.foursection .btn img {
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

/* Active button */
.foursection .btn.active {
    background-color: #ffffff;   /* White background */
    color: #000;
    border-color: #0d6efd;       /* Or your brand color */
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
}

/* Active image */
.foursection .btn.active img {
    opacity: 1;
}

/* Optional: Hover effect for inactive button */
.foursection .btn:not(.active):hover {
    background-color: #e9ecef;
    color: #495057;
}

/* Inactive button text */
.foursection .btn span {
    color: #6c757d;
    transition: color 0.3s ease;
}

/* Active button text */
.foursection .btn.active span {
    color: #000;
    font-weight: 300; /* Optional */
}

@media screen and (min-width: 992px) {
    #BTM-banner .section__image {
        height: auto;
    }
}


  #BTM-banner .section__image--mobile {
    aspect-ratio: 1 / 1;
}


/* Remove Bootstrap default arrow */
.accordion-buttons::after {
  display: none;
}

/* Position the + / - icon */
.accordion-buttons {
  position: relative;
  padding-right: 50px;
}

/* Plus icon */
.accordion-icon::before {
  content: "+";
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/* Minus icon when expanded */
.accordion-buttons:not(.collapsed) .accordion-icon::before {
  content: "−";
}

/* Optional: remove Bootstrap blue background */
.accordion-buttons:not(.collapsed) {
  background-color: transparent;
  color: inherit;
  box-shadow: none;
}

/* Remove accordion item background and borders */
.accordion-items {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ddd; /* divider line */
}

/* Remove last item's bottom line if needed */
.accordion-items:last-child {
  border-bottom: none;
}

/* Accordion button styling */
.accordion-buttons {
  background-color: transparent;
  box-shadow: none;
  padding: 24px 50px 24px 0;
}

/* Keep transparent when opened */
.accordion-buttons:not(.collapsed) {
  background-color: transparent;
  color: inherit;
  box-shadow: none;
}

/* Accordion content area */
.accordion-bodyP {
  background-color: transparent;
  padding: 0 0 24px 0;
}

/* Divider between FAQ items */
.accordion-items {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ddd;
}

/* Remove last divider if needed */
.accordion-items:last-child {
  border-bottom: none;
}

/* Button styling */
.accordion-buttons {
  background-color: transparent;
  box-shadow: none;
  padding: 24px 50px 24px 0;
}

/* Expanded button stays transparent */
.accordion-buttons:not(.collapsed) {
  background-color: transparent;
  color: inherit;
  box-shadow: none;
}

/* Add divider immediately when accordion opens */
.accordion-buttons:not(.collapsed) {
  border-bottom: 1px solid #ddd;
}

/* Accordion body */
.accordion-bodyP {
  background-color: transparent;
  padding: 24px 0;
}

/* FAQ list spacing */
#FAQs .accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Each FAQ item */
#FAQs .accordion-items {
  background-color: #f5f5f5;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  overflow: hidden;
}

/* FAQ question/header */
#FAQs .accordion-buttons {
  position: relative;
  background-color: #f5f5f5;
  color: #222;
  border: none;
  box-shadow: none;

  padding: 24px 75px 24px 24px;

  font-size: 18px;
  font-weight: 600;
}

/* Remove Bootstrap default arrow */
#FAQs .accordion-buttons::after {
  display: none;
}

/* Circular + / - icon */
#FAQs .accordion-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);

  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #222;
  border-radius: 50%;

  background-color: transparent;
}

/* Plus icon */
#FAQs .accordion-icon::before {
  content: "+";
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
}

/* Minus icon */
#FAQs .accordion-buttons:not(.collapsed) .accordion-icon::before {
  content: "−";
}

/* Expanded question/header */
#FAQs .accordion-buttons:not(.collapsed) {
  background-color: #f5f5f5;
  color: #222;
  box-shadow: none;

  /* Divider between question and answer */
  border-bottom: 1px solid #d9d9d9;
}

/* Answer section */
#FAQs .accordion-bodyP {
  background-color: #fff;
  color: #555;

  padding: 24px;

  border: none;
}

/* Remove bottom margin from final paragraph */
#FAQs .accordion-bodyP p:last-child {
  margin-bottom: 0;
}


#FAQs .accordion-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);

  width: 38px;
  height: 38px;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 0 !important;
  margin: 0 !important;

  border: 1px solid #222;
  border-radius: 50%;

  box-sizing: border-box;
  text-align: center;
}

/* Plus / minus */
#FAQs .accordion-icon::before {
  content: "+";

  position: static !important;

  display: block;
  width: auto;
  height: auto;

  margin: 0 !important;
  padding: 0 !important;

  font-size: 24px;
  font-weight: 300;
  line-height: 1 !important;

  transform: none !important;
}

/* Minus */
#FAQs .accordion-buttons:not(.collapsed) .accordion-icon::before {
  content: "−";
  transform: none !important;
}

  #accordionFlushExample button {
    width: 100%;
    text-align: left;
  }


#specialWbtn {
    color: white;
}

#specialWbtn::after {
    border-left: 10px solid white;
}


 @media screen and (min-width: 992px) {
  #mb-btn {
    display: flex;
  }
  #mb-btn .splide__arrow--next {
    right: 0;
  }
  #mb-btn .splide__arrow--prev {
    left: 0;
  }
 }


