.ck-content pre {
    background: hsl(0deg 0% 78% / 0%) !important;
    border: 1px solid hsl(0deg 0% 77% / 0%) !important;
}
.tp-header-action-item.tp-header-action-item-compare {
    display: none;
}
button.tp-product-compare-btn.tp-product-action-btn {
    display: none;
}
h2.section-title {
      text-align: center;
      font-weight: 900;
      font-size: 2.5rem;
      margin-bottom: 2.5rem;
      color: #111;
      letter-spacing: 0.05em;
    }
img.auth-card__banner.entered.loaded {
    display: none;
}
.col-md-6.auth-card__left {
    background-image: url(https://arhealthybites.nusr.in/storage/main/general/auth-banner-2.png);
}
.col-md-3.row_2 {
    margin: 5px 0;
}
section.breadcrumb__area.include-bg.pt-30.pb-30.mb-50.breadcrumb__style-2.include-bg.pt-30.pb-30.pt-30 {
    padding: 90px 0;
}
.video_sec {
    background: #ee8e571a;
    padding: 50px 0;
}
.col-xl-4.col-md-5.col-sm-6 {
    width: 100%;
}
section.tp-product-arrival-area.pt-30.pb-30 {
    padding-bottom: 0px;
}
.color_1{
color: #ee8e58;
}
    /* Container for video & reels */
.video-reels-section {
    margin: 0 auto;
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 0.1rem;
    padding: 0 0rem;
}
.video-card
 {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgb(0 0 0 / 0.15);
    background: #00000000;
    aspect-ratio: 9 / 16;
    cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.3s ease;
}

    .video-card video {
      height: 100%;
      width: 100%;
      object-fit: cover;
      display: block;
      filter: brightness(0.95);
      border-radius: 12px;
      pointer-events: none;
      margin: 10px 0;
    }
    /* Play icon overlay for user clarity */
    .video-card::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 60px;
      height: 60px;
      background: rgba(255, 255, 255, 0.8);
      mask: url('data:image/svg+xml;utf8,') no-repeat center / contain;
      -webkit-mask: url('data:image/svg+xml;utf8,') no-repeat center / contain;
      pointer-events: none;
      opacity: 0.85;
      transition: opacity 0.3s ease;
      border-radius: 50%;
    }
    .video-card:hover::after {
      opacity: 0.6;
    }
    /* Responsive text below each video (optional) */
    .video-caption {
      margin-top: 0.75rem;
      font-weight: 600;
      font-size: 1rem;
      text-align: center;
      color: #3a3a3a;
      user-select: none;
      max-width: 280px;
      margin-left: auto;
      margin-right: auto;
    }
    /* Scroll container to show multiple reels horizontally - optional */
    .horizontal-scroll {
      overflow-x: auto;
      padding-bottom: 1rem;
      margin: 0 -1rem;
    }
    .horizontal-scroll::-webkit-scrollbar {
      height: 8px;
    }
    .horizontal-scroll::-webkit-scrollbar-track {
      background: #f0f0f0;
      border-radius: 10px;
    }
    .horizontal-scroll::-webkit-scrollbar-thumb {
      background: #c0c0c0;
      border-radius: 10px;
      transition: background-color 0.3s ease;
    }
    .horizontal-scroll::-webkit-scrollbar-thumb:hover {
      background: #999;
    }


.tp-section-title-wrapper-4.mb-50 {
    margin-bottom: 0px;
}

.specialist-section {
    position: relative;
    background-color: #fcc419; /* bright yellow */
    border-radius: 40px;
    width: 90%;
    max-width: 1100px;
    padding: 30px 40px;
    box-shadow: 0 100px 60px -60px rgba(0,0,0,0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
  }

  /* Left side (icon and text) */
  .specialist-left {
    display: flex;
    align-items: center;
    gap: 25px;
    min-width: 300px;
    flex: 1 1 50%;
  }

  .specialist-icon {
    width: 100px;
    height: 100px;
    border: 2.5px solid black;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 11px;
    flex-shrink: 0;
  }

  .specialist-icon svg {
    width: 60px;
    height: 70px;
    fill: #3a5a40;
  }

  .drip {
    fill: #dab836;
  }

  .specialist-text {
    max-width: 65ch;
  }

  .specialist-title {
    font-weight: 900;
    font-size: 1.6rem;
    margin: 0 0 10px 0;
    user-select: none;
  }

  .specialist-description {
    color: #3d3d3d;
    line-height: 1.5;
    font-size: 0.98rem;
    margin: 0;
  }

  /* Right side (rating and trustpilot) */
  .specialist-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-width: 280px;
    gap: 10px;
    flex-shrink: 0;
  }

  .rating-text {
    font-weight: 800;
    font-size: 0.9rem;
    user-select: none;
    margin-bottom: 4px;
  }

  .stars {
    display: flex;
    gap: 5px;
  }

  .stars svg {
    width: 28px;
    height: 28px;
    fill: #00b976;
    stroke: #007f58;
    stroke-width: 1px;
  }

  .reviews-text {
    font-size: 0.65rem;
    color: #6a6a6a;
    user-select: none;
  }

  .trustpilot {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 1.3rem;
    font-weight: 900;
    user-select: none;
  }

  .trustpilot svg {
    width: 30px;
    height: 30px;
    fill: #00b976;
    stroke: #007f58;
    stroke-width: 1.2px;
  }

  @media (max-width: 1199px) {
    .footer-col-1 {
    padding-right: 0px !important;
}
}
  @media (max-width: 991px) {
    .video-reels-section {
    margin: 0 auto;
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 0.1rem;
    padding: 0 0rem;
    flex-wrap: wrap;
}
     .row_2{
           width: 50% !important;
    }
}
  /* Responsive Adjustments */
  @media (max-width: 680px) {
    .specialist-section {
      flex-direction: column;
      border-radius: 24px;
      padding: 24px 30px;
    }
    .specialist-left,
    .specialist-right {
      min-width: auto;
      flex: none;
      align-items: center;
      text-align: center;
    }
    .specialist-right {
      margin-top: 20px;
      align-items: center;
    }
    .specialist-text {
      max-width: 100%;
    }
  }




h3.tp-feature-title {
    color: #ffffff;
}
.tp-header-area.tp-header-height {
    height: 140px;
}
.image_2{
  width: 100%;
}
.img_5{
  width: 80%;
}
    @media (max-width: 767px) {
 .col-md-4.image_4 {
    padding: 0 0;
    width: 33%;
}  
      .img_5{
  width: 100% !important;
}
}
.col-md-4.image_4 {
    padding: 0 0;
}
.image_3{
    display: flex
;
    flex-wrap: nowrap;
}
.tp-footer-widget {
    margin-bottom: 20px;
}
.tp-footer-desc {
    text-align: justify;
}
.tp-footer-top {
    padding-bottom: 0px;
    padding-top: 40px;
}
.footer-col-1 {
    padding-right: 70px;
}
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid #dee2e600;
}
.image_1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
  
.tp-slider-full-width .swiper-slide img {
    margin-top: 0;
    max-height: 700px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.tp-about-content p {
    text-align: justify;
}
@media (max-width: 575px) {
    .tp-about-wrapper {
        margin-right: 0;
        margin-top: 0px;
    }
}
section.tp-about-area.pt-120.pb-120 {
    padding-top: 0px;
}
.tp-about-thumb-wrapper.p-relative.mr-35 {
    margin-right: 0px;
}
.tp-header-bottom-2 {
    align-items: center;
    display: flex;
    min-height: 100px;
}
.tp-footer-payment.text-md-end {
    display: none;
}
section.breadcrumb__area.include-bg.pt-60.pb-60.mb-50.mb-30.text-start.pt-30 {
    padding: 5% 0;
    margin-bottom: 0px;
}
.breadcrumb__list.js_breadcrumb_reduce_length_on_mobile span a {
    color: #000000;
}
.breadcrumb__list span {
    color: #000;
}
.tp-feature-content p {
    color: #fff;
}
.breadcrumb__title {
    text-shadow: 1px 1px 2px #ffffff;
}
.grey-bg-7 {
    background-color: #ffffff;
    border: 1px solid #ef8c59;
    border-radius: 20px;
}

.section-container {
    max-width: 100%;
    margin: auto;
    padding: 0 0rem;
    text-align: center;
}

    .section-header {
      font-weight: 700;
      font-size: 1.8rem;
      letter-spacing: 0.07em;
      margin-bottom: 0.5rem;
      color: #111;
    }

    .section-subtitle {
      font-weight: 400;
      font-size: 1rem;
      color: #999;
      max-width: 600px;
      margin: 0 auto 3.5rem;
      font-family: 'Arial', sans-serif;
    }

    .cards-grid {
      display: flex;
      grid-template-columns: repeat(3, 1fr);
      gap: 0rem;
    }

    .card {
      position: relative;
      height: 490px;
      cursor: pointer;
      overflow: hidden;
      border-radius: 0px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

.card img {
    width: 100%;
    display: block;
    aspect-ratio: 6 / 4;
    object-fit: cover;
    transform: scale(1.2);
    transition: transform 0.3s ease;
}
    .card:hover img,
    .card:focus-within img {
      transform: scale(1.1);
    }



    .overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.55) 75%, rgba(0, 0, 0, 0.85) 100%);
      color: #fff;
      padding: 1.3rem 1.5rem 1.5rem 1.5rem;
      text-align: left;
      font-family: 'Georgia', serif;
      font-weight: 600;
      font-size: 1.1rem;
      letter-spacing: 0.04em;
      user-select: none;
    }


    @media (max-width: 900px) {
      .cards-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      .tp-section-title-wrapper-4.mb-50 {
    margin-bottom: 15px;
}
      
    }
    @media (max-width: 600px) {
      .cards-grid {
        grid-template-columns: 1fr;
      }
      .section-header {
        font-size: 1.5rem;
      }
      .section-subtitle {
        font-size: 0.9rem;
      }
      .overlay {
        font-size: 1rem;
      }
    }
.tp-section-title-wrapper-5.mb-50 {
    margin-bottom: 0px !important;
}
.row.align-items-center.mb-40 {
    margin-bottom: 0px !important;
}
.tp-product-countdown {
    display: none;
}
.tp-header-search-2 input {
    border-radius: 50px;
}
.tp-about-thumb-2 img {
    height: 245px;
}
.tp-about-thumb-2 img {
    height: 241px;
  border-radius: 15px;
}
.m-img img {
    max-width: 100%;
    border-radius: 15px;
}
.tp-about-content.pl-120 {
    padding-left: 80px;
}
section.tp-product-arrival-area.container {
    max-width: 90% !important;
}

h3.section-title.tp-section-title-5 {
    text-align: center;
}
@media (max-width: 900px) {
    .cards-grid {
           display: flex;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.0rem;
    flex-wrap: wrap !important;
    }
}
h3.section-title.tp-section-title {
    text-align: center;
    margin: 50px 0;
}
.tp-faq-wrapper.row.gy-4 {
    display: flex;
    justify-content: center;
}
@media (min-width: 768px) {
    .tp-faq-wrapper.col-md-12 {
        flex: 0 0 auto;
        width: 50%;
    }
}
h4.tp-faq-title {
    display: none;
}
@media (min-width: 1200px) {
    .tp-product-offer.col-xl-4 {
        flex: 0 0 auto;
        width: 100% !important;
    }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
.tp-about-content.pl-120 {
    padding-left: 0px !important;
}
}
.tp-feature-item {
    background-color: #f6f7f900;
    padding: 29px 40px 25px;
    border: 1px solid #ffffff52;
    border-radius: 20px;
}
section.tp-feature-area.tp-feature-border-radius.pt-30.pb-30 {
      background-image: url(https://arhealthybites.nusr.in/storage/main/banners/about-bg-1.webp);
    background-color: #4f264f;
    padding: 100px 0;
}