/*
Theme Name: RX Child
Template: twentytwentyfour
Description: Child theme of Twenty Twenty-Four
Version: 1.0.0
*/

/* Header Search Styles */
.main-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1029;
    background: #fff;
    min-height: 60px;
    max-height: 89px;
}

.search-item {
    position: relative;
    display: flex;
    align-items: center;
}

.search-toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-search-form {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 0;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 0;
    min-width: 300px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    overflow: hidden;
}

.header-search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    padding: 10px 16px;
    background: transparent;
    min-width: 0;
}

.header-search-input::placeholder {
    color: #9ca3af;
}

.header-search-submit {
    background: none;
    border: none;
    border-left: 1px solid #e5e7eb;
    cursor: pointer;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #333;
    transition: background-color 0.2s ease;
}

.header-search-submit:hover {
    background-color: #f9fafb;
}

.header-search-submit img {
    width: 18px;
    height: 18px;
}

/* Header Navigation Link Hover & Active Effects */
.main-header .navigation ul li a:not(.btn-theme) {
    position: relative;
}

.main-header .navigation ul li a:not(.btn-theme)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-gradient, linear-gradient(90deg, #E28C69 -12.71%, #EED187 100%));
    transition: width 0.3s ease;
}

.main-header .navigation ul li a:not(.btn-theme):hover::after {
    width: 100%;
}

.main-header .navigation ul li a:not(.btn-theme):hover {
    color: var(--primary-color, #E28C69);
}

/* Active page styling */
.main-header .navigation ul li.current-menu-item a:not(.btn-theme),
.main-header .navigation ul li.current_page_item a:not(.btn-theme),
.main-header .navigation ul li a:not(.btn-theme)[aria-current="page"] {
    color: var(--primary-color, #E28C69);
}

.main-header .navigation ul li.current-menu-item a:not(.btn-theme)::after,
.main-header .navigation ul li.current_page_item a:not(.btn-theme)::after,
.main-header .navigation ul li a:not(.btn-theme)[aria-current="page"]::after {
    width: 100%;
}

/* affiliate page css */

                                                                                                                                                                                                                                                                                                                                              
  .banner .text-box {
    padding: 181px 0 108px;
  }
  .banner .text-box .h2,.banner .text-box h1 {
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 9px;
    letter-spacing: 0;;
  }
  .banner .text-box p {
    max-width: 550px;
    margin-bottom: 0;
    letter-spacing: 0.3px;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }

  .banner.plp .text-box {
    padding: 98px 0;
  }
  
  @media (min-width: 768px) {
    .banner {
      border-radius: 0 0 30px 30px;
      background: var(--bg-desktop-image);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 500px;
    }
    .banner.plp {
        height: 355px;
    }
  }
  
  @media (max-width: 767px) {
    .banner {
      background-color: #DBCDD3;
      border-radius: 0 0 30px 30px;
    }
    .banner .banner-img {
      background: var(--bg-mobile-image);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 0;
      height: 299px;
    }
  }  
  .banner .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-left: -5px;
    margin-left: 0;
  }
  @media (max-width: 767px) {
    .banner .flex {
      margin-left: 0px;
    }
  }
  
  
  @media (max-width: 767px) {
    .banner .text-box, .banner.plp .text-box {
      padding-top: 15px;
      padding-bottom: 17px;
    }
    .banner .text-box .h2,.banner .text-box  h1 {
      font-size: 24px;
      margin-bottom: 4px;
    }
    .banner .text-box p {
      letter-spacing: 0.3px;
      line-height: 1.4;
    }
    
  }
  .banner figure {
    max-width: 573px;
    position: absolute;
    right: -27px;
    top: -16px;
  }
  @media (max-width: 800px){
    .banner .text-box p{max-width: 50%;}
    .banner figure{max-width: 390px;right: -27px;top: 36px;}
  
  }
  @media (max-width: 767px) {
    .banner figure {
      position: static;
      width: 100%;
      margin-top: -32px;
    }
    .banner figure img {
      transform: translateX(43px);
    }
    .banner .text-box p{max-width: 100%;font-size: 14px;line-height: 160%;letter-spacing: 0.02em;}
  }
  
  .affiliate-how-it-works-section {
    max-width: 1440px;
    margin: 0 auto;
  }
  
  .affiliate-heading {
    margin-top: 71px;
    margin-bottom: 84px;
    text-align: center;
  }
  
  .affiliate-section-title {
    font-size: 42px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 12px;
  }
  
  .affiliate-section-description {
    color: #333333;
    font-weight: 400;
    font-size: 16px;
  }
  
  .affiliate-steps-grid :nth-child(even) {
    flex-direction: row-reverse;
  }
  
  .affiliate-steps-grid .affiliate-step-item{
    display: flex;
    align-items: center;
    line-height: 1;
  }
  
  .affiliate-step-image, .affiliate-step-content-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 50%;
  }
  
  .affiliate-step-content-wrapper {
    padding: 20px;
  }
  
  .affiliate-step-image img {
    max-width: 100%;
  }
  
  .affiliate-step-content {
    width: 459px;
    max-width: 100%;
  }
  
  .affiliate-step-number {
    color: #798377;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0px;
  }
  
  .affiliate-step-title {
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 7px;
    line-height: 120%;
    letter-spacing: 2px;
  }
  
  .affiliate-step-description {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
  }
  
  .affiliate-cta-section {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  
  .affiliate-cta-wrapper {
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background-size: cover;
    background-blend-mode: multiply;
    position: relative;
    overflow: hidden;
  }
  
  .affiliate-cta-wrapper.has-video {
    background: transparent;
  }
  
  .affiliate-cta-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }
  
  .affiliate-cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
  }
  
  .affiliate-cta-content {
    max-width: 352px;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  
  .affiliate-cta-title {
    color: #ffffff;
    margin-bottom: 19px;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 100%;
  }
  
  .affiliate-cta-button {
    width: 101px;
    height: 40px;
    padding: 10px;
  }
  
  @media (max-width: 768px) {
    .affiliate-step-item {
      flex-direction: column;
    }
    .affiliate-step-image {
      max-width: 100%;
    }
    .affiliate-steps-grid :nth-child(even) {
      flex-direction: column;
    }
    .affiliate-step-content-wrapper {
      max-width: 100%;
      padding-top: 28px;
      padding-bottom: 33px;
    }
    .affiliate-step-number {
      margin-bottom: 11px;
    }
  
    .affiliate-step-title {
      margin-bottom: 17px;
    }
  
    .affiliate-cta-wrapper {
      border-radius: 0;
    }
  
    .affiliate-cta-section .container {
      padding: 0 !important;
    }
  
    .affiliate-cta-section {
      margin: 0;
    }
  }
  
  @media (max-width: 1025px) {
    .affiliate-heading {
      margin-top: 30px;
      margin-bottom: 33px;
    }
  
    .affiliate-step-number {
      font-size: 20px;
    }
  
    .affiliate-section-title {
      font-size: 24px;
    }
  
    .affiliate-section-description {
      font-size: 14px;
    }
  
    .affiliate-step-title {
      font-size: 24px;
    }
  
    .affiliate-step-description {
      font-size: 14px;
    }
  
    .affiliate-cta-title {
      font-size: 24px;
      margin-bottom: 20px;
    }
  
  }

  /* affiliate page end */


  /*- Hero Banner -*/

.rx-hero-banner {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

/* Hero Slider */
.rx-hero-slider {
    border-radius: 0 0 40px 40px;
    overflow: hidden;
}

/* Each Slide - Full Background Image */
.rx-hero-slide {
    width: 100%;
    min-height: 615px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e8e0d8;
    display: flex !important;
    align-items: stretch;
}

/* Mobile Image - Hidden on desktop */
.rx-hero-mobile-img {
    display: none !important;
}

/* Content Section - Positioned Right */
.rx-hero-content {
    width: 45%;
    margin-left: auto;
    display: flex;
    align-items: center;
    padding: 57px;
    padding-top: 48px;
    box-sizing: border-box;
    background: linear-gradient(to left, rgba(245, 239, 232, 0.95) 0%, rgba(245, 239, 232, 0.85) 70%, rgba(245, 239, 232, 0) 100%);
}

.rx-hero-content-inner {
    text-align: left;
    min-height: 162px;
}

/* Logo Image */
.rx-hero-logo-img {
    min-width: 326px;
    max-width: 326px;
    width: 100%;
    height: auto;
    margin: 0 0 26px 0;
}

/* Tagline */
.rx-hero-tagline {
    font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 27px;
    line-height: 140%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #333;
    margin: 0;
    text-align: left;
    margin-bottom: 30px;
}

/* Slick Navigation Arrows */
.rx-hero-slider .slick-prev,
.rx-hero-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display:flex;
    align-items: center;
    justify-content: center;
}

.rx-hero-slider .slick-prev:hover,
.rx-hero-slider .slick-next:hover {
    background-color: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.rx-hero-slider .slick-prev {
    left: 69px;
}

.rx-hero-slider .slick-next {
    right: 69px;
}

.rx-hero-slider .slick-prev:before,
.rx-hero-slider .slick-next:before {
    display: none;
}

.rx-hero-slider .slick-prev img,
.rx-hero-slider .slick-next img {
    width: 26px;
    height: 13px;
}

/* Flip the next arrow horizontally */
.rx-hero-slider .slick-next img {
    transform: rotate(180deg);
}

/* Slick Dots */
.rx-hero-slider .slick-dots {
    position: absolute;
    bottom: 31px;
    left: 50%;
    transform: translateX(-54%);
    display: flex !important;
    gap: 10px;
    z-index: 10;
    padding: 0;
    margin: 0;
    list-style: none;
    width: auto;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.rx-hero-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.rx-hero-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.rx-hero-slider .slick-dots li button:before {
    display: none;
}

.rx-hero-slider .slick-dots li button:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.rx-hero-slider .slick-dots li.slick-active button {
    background: linear-gradient(90deg, #E28C69 -12.71%, #EED187 100%);
}


/* about sectionn */

/* About Section Styles */
.rx-about-section {
    padding: 90px 0 120px 0;
    background-color: #ffffff;
}

.content-wrapper {
    display: flex;
    margin: 0 auto;
    gap: 170px;
}

.rx-about-image-col {
    flex: 0 0 40%;
    max-width: 40%;
    position: relative;
    aspect-ratio: 4 / 4;
}

.rx-about-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* .rx-about-product-image {
    position: absolute;
    right: 0px;
    bottom: -24px;
    width: 105px;
    height: 105px;
    object-fit: contain;
    z-index: 2;
    min-width: 105px;
    min-height: 105px;
    max-width: 105px;
    max-height: 105px;
} */

.rx-about-product-image {
    position: absolute;
    right: -52px;
    bottom: -24px;
    object-fit: contain;
    z-index: 2;
    max-width: 105px;
}

/* Content Column */
.rx-about-content-col {
    flex: 1;
    max-width: 55%;
}

.rx-about-subtitle {
    font-family: 'TASA Orbiter Regular', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    margin: 10px 0 16px 0;
    letter-spacing: 0;
}

.rx-about-subtitle sup {
    font-size: 10px;
    vertical-align: super;
}

.rx-about-title {
    color: #333;
    font-family: TASA Orbiter;
    font-weight: 700;
    font-size: 42px;
    line-height: 110.00000000000001%;
    letter-spacing: normal;
    margin-bottom: 20px;
}

.rx-about-content {
    margin-bottom: 35px;
}

.rx-about-content p {
font-family: Inter Tight;
font-weight: 400;
font-size: 16px;
line-height: 160%;
letter-spacing: 0.28px;
margin-bottom: 10px;

}

.rx-about-content p:last-child {
    margin-bottom: 0;
}

.rx-about-btn {
    display: inline-block;
    font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 90%;
    letter-spacing: 0.02em;
    color: #333;
    background: linear-gradient(90deg, #FDCEBB -12.71%, #FFEDBF 100%);
    padding: 15px 20px;
    border-radius: 30px;
    transition: all 0.3s ease;
    border: none;
    height: 40px;

}

.rx-about-btn:hover {
    background: linear-gradient(90deg, #f5b9a3 -12.71%, #f5e0a3 100%);
    color: #333;
}

/* ========================================
   Popular Programs Section - Split Layout
   ======================================== */

   .rx-programs-section {
    background: linear-gradient(180deg, #FFF5E0 0%, #FFEFE9 100%);
    position: relative;
    overflow: hidden;
}

.rx-programs-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/images/program-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
    display: none; /* Hidden by default, shown on mobile */
}

.rx-programs-container {
    position: relative;
    z-index: 1;
}

/* Split Layout */
.rx-programs-layout {
    display: flex;
    align-items: stretch;
    position: relative;
}

/* Left Side - 75% */
.rx-programs-left {
    flex: 0 0 64%;
    max-width: 64%;
    display: flex;
    flex-direction: column;
    padding: 90px 0;
    padding-left: 70px;
    position: relative;
    z-index: 2;
    padding-bottom: 77px;
}

/* Right Side - Feature Image */
.rx-programs-right {
    flex: 0 0 36%;
    max-width: 36%;
    position: relative;
    min-height: 500px;
    z-index: 1;
}

.rx-programs-feature-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.rx-programs-feature-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e8e0d8 0%, #d4ccc0 100%);
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

/* Section Header */
.rx-programs-header {
    margin-bottom: 32px;
}

.rx-programs-label {
    display: block;
    font-family: 'TASA Orbiter Regular', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
}

.rx-programs-title {
    font-family: 'TASA Orbiter Medium', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #333;
    margin: 0;
    letter-spacing: -0.5px;
    font-weight: 700;
    font-size: 42px;
    line-height: 110.00000000000001%;
}

/* Slider Wrapper */
.rx-programs-slider-wrapper {
    position: relative;
    margin-bottom: 22px;
    flex-grow: 1;
    /* Extend slider into right image area */
    margin-right: -150px;
    max-width: 920px;
}

/* Slick Slider Container */
.rx-programs-slider {
    margin: 0 -10px;
}

.rx-programs-slider .slick-list {
    overflow: hidden;
    padding: 10px 0;
}

.rx-programs-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.rx-program-slide {
    padding: 0 10px;
    height: auto;
}

/* Program Card */
.rx-program-card {
    display: block;
    text-decoration: none;
    background-color: transparent;
    transition: transform 0.3s ease;
    position: relative;
}

.rx-program-card:hover {
    transform: translateY(-4px);
}

.rx-program-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background-color: #e8e0d8;
}

.rx-program-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.rx-program-card:hover .rx-program-image {
    transform: scale(1.05);
}

.rx-program-image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e8e0d8 0%, #d4ccc0 100%);
}

/* Program Content - Overlaying the image */
.rx-program-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    padding: 15px 15px;
    margin-right: 25px;
    max-width: max-content;
}

.rx-program-title {
    font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.rx-program-description {
    font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #6b6b6b;
    margin: 0;
    line-height: 1.4;
}

/* Slick Navigation Arrows */
.rx-programs-slider .slick-prev,
.rx-programs-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.rx-programs-slider .slick-prev:hover,
.rx-programs-slider .slick-next:hover {
    background-color: #f5f5f5;
    border-color: #ccc;
}

.rx-programs-slider .slick-prev:before,
.rx-programs-slider .slick-next:before {
    content: '';
    display: block;
    width: 24px;
    height: 12px;
    background-image: url('assets/images/icons/Vector.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.rx-programs-slider .slick-prev:before {
    transform: none;
}

.rx-programs-slider .slick-next:before {
    transform: scaleX(-1);
}

.rx-programs-slider .slick-prev {
    left: -22px;
}

.rx-programs-slider .slick-next {
    right: -22px;
}

.rx-programs-slider .slick-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Footer / Button */
.rx-programs-footer {
    text-align: left;
    margin-top: auto;
}

.rx-programs-btn {
    display: inline-block;
    font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    background: linear-gradient(90deg, #FDCEBB -12.71%, #FFEDBF 100%);
    padding: 14px 28px;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.rx-programs-btn:hover {
    background-color: #e8c89a;
    color: #1a1a1a;
}

/* ========================================
   Product Showcase Section
   ======================================== */

   .rx-showcase-section {
    padding: 90px 0;
    background: #f8f8f8;
}

/* Section Header */
.rx-showcase-header {
    text-align: center;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.rx-showcase-title {
    font-family: 'TASA Orbiter Medium', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
    margin: 0 0 16px 0;
}

.rx-showcase-description {
    font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

/* Slider Wrapper */
.rx-showcase-slider-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.rx-showcase-slider {
    margin: 0 -10px;
}

.rx-showcase-slider .slick-list {
    overflow: hidden;
    padding: 10px 0;
    padding-bottom: 37px;
}

.rx-showcase-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.rx-showcase-slide {
    padding: 0 10px;
    height: auto;
}

/* Product Card */
.rx-showcase-card {
    background-color: #FCF5EE;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #FCF5EE;
    transition: box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
}


.rx-showcase-card:hover {
    background-color: #fff;
    border: 1px solid #333;
    transition: box-shadow 0.3s ease;
}


/* Product Image */
.rx-showcase-image-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
}

.rx-showcase-image-wrapper::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #F6EADC;
    width: 170px;
    height: 170px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.rx-showcase-image-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.rx-showcase-image {
    position: relative;
    z-index: 1;
    max-width: 100%;
    max-height: 229px;
    height: 229px;
    width: 240px;
    max-width: 200px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.rx-showcase-image-placeholder {
    width: 60%;
    height: 60%;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
}

/* Product Content */
.rx-showcase-content {
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.rx-showcase-product-title {
    font-family:'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rx-showcase-product-title-link {
    text-decoration: none;
    color: inherit;
}

.rx-showcase-product-title-link:hover {
    color: inherit;
    text-decoration: underline;
}

.rx-showcase-product-description {
    font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin: 0 0 5px 0;
    line-height: 1.4;
    flex-grow: 1;
    /* Clamp to 2 lines */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rx-showcase-product-price {
    font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 16px 0;
}

.rx-showcase-product-btn {
    display: inline-block;
    font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    background: linear-gradient(90deg, #FDCEBB -12.71%, #FFEDBF 100%);
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    max-width: max-content;
    margin: 0 auto;
}

.rx-showcase-out-of-stock {
    display: inline-block;
    font-family: 'TASA Orbiter Medium', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    background-color: #e0e0e0;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    max-width: max-content;
    margin: 0 auto;
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}

/* Slick Navigation Arrows */
.rx-showcase-slider .slick-prev,
.rx-showcase-slider .slick-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.rx-showcase-slider .slick-prev:hover,
.rx-showcase-slider .slick-next:hover {
    background-color: #f5f5f5;
    border-color: #ccc;
}

.rx-showcase-slider .slick-prev:before,
.rx-showcase-slider .slick-next:before {
    content: '';
    display: block;
    width: 20px;
    height: 12px;
    background-image: url('assets/images/icons/Vector.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.rx-showcase-slider .slick-prev:before {
    transform: none;
}

.rx-showcase-slider .slick-next:before {
    transform: scaleX(-1);
}

.rx-showcase-slider .slick-prev {
    left: -25px;
}

.rx-showcase-slider .slick-next {
    right: -25px;
}

.rx-showcase-slider .slick-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Slick Dots */
.rx-showcase-slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    gap: 8px;
}

.rx-showcase-slider .slick-dots li {
    margin: 0;
}

.rx-showcase-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d4d4d4;
    border: none;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.rx-showcase-slider .slick-dots li.slick-active button {
    background: linear-gradient(90deg, #E28C69 -12.71%, #EED187 100%);
    width: 12px;
    height: 12px;
}

.rx-showcase-slider .slick-dots li button::before{
    display: none;
}

/* Footer / Button */
.rx-showcase-footer {
    text-align: center;
    padding-top: 15px;
}

.rx-showcase-btn {
    display: inline-block;
    font-family: 'TASA Orbiter Medium', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background-color: #798377;
    padding: 16px 50px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* cta banner section */

.rx-cta-wrapper {
    padding: 77px 0;
    background-color: #ffffff;
}

.rx-cta-banner {
    position: relative;
    width: 100%;
    min-height: 700px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #8b9298; /* Fallback color matching the image */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    overflow: hidden;
}

.rx-cta-bg-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.rx-cta-bg-video {
    object-fit: cover;
}

.rx-cta-bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.rx-cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #686868;
    opacity: 0.5;
}

.rx-cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 630px;
    margin: 0 auto;
    padding: 60px 40px;
}

.rx-cta-subtitle {
    font-family: 'TASA Orbiter Regular', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #fff;
    margin: 0 0 12px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
}

.rx-cta-title {
    font-family: 'TASA Orbiter Medium', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 42px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 28px 0;
    letter-spacing: -0.5px;
}

.rx-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #333;
    background: linear-gradient(90deg, #FDCEBB -12.71%, #FFEDBF 100%);
    height: 40px;
    padding: 0 20px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
}

.rx-cta-btn:hover {
    background: linear-gradient(90deg, #f5b9a3 -12.71%, #f5e0a3 100%);
    color: #333;
}

/* product testimonials section */

/* ========================================
   CeliaRX Customers Testimonials Section
   ======================================== */

   .celia-product-testimonials {
    padding: 0;
    background-color: #ffffff;
}

.celia-testimonials-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.celia-testimonials-title {
    font-family: 'TASA Orbiter Medium', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.2;
}

.celia-testimonials-nav {
    display: flex;
    gap: 25px;
    align-items: center;
}

.celia-testimonials-nav button {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
}

.celia-testimonials-nav button img {
    width: 37px;
    height: 15px;
}

.celia-testimonials-nav button.slick-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Slider Wrapper */
.celia-testimonials-slider {
    position: relative;
    margin: 0;
    /* padding: 20px 0px 0px; */
    overflow: hidden;
}

.celia-testimonials-slider .slick-list {
    margin-bottom: 40px;
}

.celia-testimonials-slider .slick-slide {
    height: auto;
    display: flex;
    padding: 10px;
    box-sizing: border-box;
    align-items: center;
}

.celia-testimonials-slider .slick-slide > div {
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.celia-testimonials-slider .slick-center.celia-testimonial-item {
    border: 1px solid #767676 !important;
    padding: 10px !important;
    box-sizing: border-box;
}

/* Testimonial Card */
.celia-testimonial-item {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    width: 300px;
    height: 400px;
    display: flex;
    flex-direction: column;
    border: 1px solid transparent;
    margin: 0 auto;
}


/* Image Wrapper */
.celia-testimonial-image-wrapper {
    position: relative;
    width: 100%;
    /* height: 400px; */
    border-radius: 16px;
    overflow: hidden;
}

.celia-testimonial-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height:400px;
    min-height: 400px;
}


/* Content - Overlaid on image */
.celia-testimonial-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    background: linear-gradient(180deg, rgba(13, 13, 13, 0) 2.69%, rgba(13, 13, 13, 0.1) 12.04%, #0D0D0D 100%);
}

form.woocommerce-ResetPassword.lost_reset_password input {
    min-width: 500px;
    max-width: 500px;
}

.woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row select, .woocommerce-page form .form-row textarea.input-text {
    font-size: var(--wp--preset--font-size--small);
    padding: .9rem 3rem .9rem 1.1rem !important;
}

.celia-quote-icon {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}

.celia-testimonial-quote {
    margin: 0;
    flex-grow: 1;
    font-family: Inter Tight;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    text-align: left;
}

.celia-testimonial-name {
    font-family: 'TASA Orbiter Medium', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

/* Slick Dots */
.celia-testimonials-slider .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 20px;
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.celia-testimonials-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 4px;
}

.celia-testimonials-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d4d4d4;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
    text-indent: -9999px;
    overflow: hidden;
}

.celia-testimonials-slider .slick-dots li button:before {
    display: none;
}

.celia-testimonials-slider .slick-dots li.slick-active button {
    background: linear-gradient(90deg, #E28C69 -12.71%, #EED187 100%);
    width: 12px;
    height: 12px;
}

/* split cta section */

.rx-split-wrapper {
    padding: 88px 0;
    background-color: #ffffff;
}

.rx-split-cta {
    position: relative;
    display: flex;
    width: 100%;
    height: 363px;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #e8e0d8;
    overflow: hidden;
    border-radius: 30px;
    border-radius: 20px;;
}

.home .rx-split-cta {
    height: 560px;
}   

/* Mobile Image - Hidden on desktop */
.rx-split-mobile-img {
    display: none;
}

/* Content Side - Positioned on left by default */
.rx-split-content {
    position: relative;
    z-index: 2;
    width: 50%;
    display: flex;
    align-items: center;
    padding-left: 44px;
    padding-top: 69px;
    background-color: transparent;
    padding-left: 50px;
    padding-top: 66px;;
}

/* Content on Right */
.rx-split-content-right .rx-split-content {
    margin-left: auto;
    margin-right: 0;
}

/* Content on Left */
.rx-split-content-left .rx-split-content {
    margin-left: 0;
    margin-right: auto;
}

.rx-split-title {
    font-family: 'TASA Orbiter Medium', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #333;
    margin: 0 0 22px 0;
    letter-spacing: 0.1px;
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
}

.rx-split-description {
    color: #333;
    margin: 0 0 28px 0;
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}

.rx-split-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #333;
    background: linear-gradient(90deg, #FDCEBB -12.71%, #FFEDBF 100%);
    height: 40px;
    padding: 0 20px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
}

.rx-split-btn:hover {
    background: linear-gradient(90deg, #f5b9a3 -12.71%, #f5e0a3 100%);
    color: #333;
}

/* features grid section */

/* Features Grid Section */
.rx-features-grid {
    padding: 45px 0;
    background-color: #ffffff;
}

.rx-features-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 83px;
}

.rx-feature-card {
    text-align: center;
    /* padding: 20px; */
}

.rx-feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rx-feature-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.rx-feature-title {
    font-family: 'TASA Orbiter Medium', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.rx-feature-description {
    font-family: 'TASA Orbiter Regular', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #6b6b6b;
    line-height: 1.6;
    margin: 0;
}


/* programs evolve section */

 /* Convert grid to slider on mobile - Only for programs evolve */
 .rx-programs-evolve-slider {
    display: block;
    padding: 0;
}

/* Slick slider container styling - Only for programs evolve */
.rx-programs-evolve-slider .slick-list {
    padding: 0 0 0 20px;
    margin: 0;
}

.rx-programs-evolve-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.rx-programs-evolve-slider .rx-health-program-card {
    margin: 0 5px;
    flex-shrink: 0;
}

/* Desktop: Show as grid for programs evolve */
@media screen and (min-width: 769px) {
    .rx-programs-evolve-slider {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
        margin: 0 auto 40px;
    }
    
    .rx-programs-evolve-slider .rx-health-program-card {
        margin: 0;
    }
}

/* Product Catalog Section */
.rx-product-catalog-section {
    padding: 90px 0;
    background-color: #ffffff;
}

.rx-product-catalog-header {
    text-align: left;
    margin-bottom: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.rx-product-catalog-title {
    font-family: 'TASA Orbiter Medium', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px 0;
    letter-spacing: -0.5px;
    line-height: 1.2;
    text-align: center;
}

.rx-product-catalog-description {
    font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

/* Products Grid */
.rx-product-catalog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 0 auto 40px;
}

/* Load More Button */
.rx-product-catalog-footer {
    text-align: center;
    margin-top: 40px;
}

.rx-product-catalog-load-more-btn {
    display: inline-block;
    padding: 14px 32px;
    background-color: #798377;
    border-radius: 30px;
    color: #ffffff;
    font-family: 'TASA Orbiter Medium', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.rx-product-catalog-load-more-btn:hover {
    background-color: #1a1a1a;
    transform: translateY(-2px);
}

/* how to get started section */

/* How to Get Started Section */
.rx-how-to-get-started-section {
    padding: 90px 0;
    background-color: #ffffff;
}

.rx-how-to-get-started-header {
    text-align: center;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.rx-how-to-get-started-title {
    font-family: 'TASA Orbiter Medium', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin: 0 0 27px 0;
    letter-spacing: 0.5px;
    line-height: 32px;
}

.rx-how-to-get-started-description {
    font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 730px;
}

/* Steps Grid - Custom Layout: Step 1 full height left, Steps 2&3 half height right, Step 4 full width bottom */
.rx-how-to-get-started-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 25px 30px;
    margin: 0 auto;
    position: relative;
    max-width: 1300px;;
    grid-template-columns: 635px 304px 301px;
    grid-template-columns: 48.85% 23.38% 23.1%;
}

/* Step 1 - Full height on left (spans both rows) */
.rx-get-started-step-card.step-1 {
    grid-column: 1;
    grid-row: 1 / -1;
    min-height: 580px;
    padding: 34px;
    padding-left: 40px;
}

/* Step 2 - Half height, top right (first column of right side) */
.rx-get-started-step-card.step-2 {
    grid-column: 2;
    grid-row: 1;
    padding: 18px 31px;
    max-height: 278px;
    margin: 0;
}

/* Step 3 - Half height, bottom right (first column of right side) */
.rx-get-started-step-card.step-3 {
    grid-column: 2;
    grid-row: 2;
    max-height: 278px;
    padding: 15px 30px;
}

/* Step 4 - Full width on bottom (spans columns 2 and 3) */
.rx-get-started-step-card.step-4 {
    grid-row: 1 / -1;
    align-items: flex-end;
    padding: 23px 34px;
    padding-right: 30px;
}

/* Step Card */
.rx-get-started-step-card {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    padding: 32px 28px;
    min-height: 278px;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.rx-get-started-step-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.rx-get-started-step-number {
    /* font-family: 'TASA Orbiter Medium', -apple-system, BlinkMacSystemFont, sans-serif; */
    font-size: 54px;
    font-size: 50px;
    font-weight: 600;
    color: #999;
    line-height: 1;
    opacity: 0.6;
    margin-bottom: 7px;
}


.rx-get-started-step-card.step-3 .rx-get-started-step-number{font-family: 'TASA Orbiter';font-size: 54px;margin-bottom: 5px;}

.rx-get-started-step-title {
    /* font-family: 'TASA Orbiter Medium', -apple-system, BlinkMacSystemFont, sans-serif; */
    font-size: 30px;
    font-weight: 700;
    color: #333;
    margin: 0 0 12px 0;
    line-height: 34px;
    letter-spacing: 0px;
    max-width: 300px;
    line-height: 110%;;
}
@media (max-width:1024px) {
    .rx-get-started-step-title{font-size: 24px;}
    .rx-get-started-step-description{font-size: 14px;}
}

.rx-get-started-step-description {
    font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
    margin: 0;
    max-width: 400px;
    letter-spacing: 0.02em;
    line-height: 160%;
    font-size: 16px;;
}
.rx-get-started-step-card.step-3 .rx-get-started-step-description{letter-spacing: 0;}

/* health programs section */

/* Health Programs Section */
.rx-health-programs-section {
    padding-top: 80px;
    padding-bottom: 2px;
    background: linear-gradient(180deg, #F8F8F8 0%, #FFFFFF 100%);
}

.rx-health-programs-header {
    text-align: center;
    margin-bottom: 38px;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.rx-health-programs-title {
    /* font-family: 'TASA Orbiter Medium', -apple-system, BlinkMacSystemFont, sans-serif; */
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin: 0 0 17px 0;
    letter-spacing: 0.5px;
    letter-spacing: 0;
    line-height: 1.2;
}

.rx-health-programs-description {
    font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

/* Programs Grid */
.rx-health-programs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 0 auto 40px;
    /* padding: 0 10px; */
}

/* Program Card */
.rx-health-program-card {
    display: block;
    text-decoration: none;
    position: relative;
    /* border-radius: 12px; */
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rx-health-program-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1.15 / 1;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 10px;
}

.rx-health-program-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.rx-health-program-image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e8e0d8 0%, #d4ccc0 100%);
}

/* Content below image */
.rx-health-program-content-wrapper {
    position: relative;
    padding: 20px 18px 18px;
    background-color: #ffffff;
    min-height: 140px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    border-bottom-right-radius: 53px;
    letter-spacing: -0.5px;
}

.rx-health-program-content {
    flex: 1;
}

.rx-health-program-title {
    font-family: 'TASA Orbiter Medium', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0 0 7px 0;
    line-height: 1.3;
    letter-spacing: 0.02em;
}

.rx-health-program-description {
    font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
    /* font-size: 14px; */
    font-weight: 400;
    color: #666;
    line-height: 24px;
    line-height: 150%;
    margin: 0;
    max-width: 230px;
}

.curve-image{
    background-image: url('assets/images/Vector-curve.png');
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    right: 0;
    bottom: 0;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-radius: 0 10px 0 10px;
    background: #ffffff;
}

.rx-health-program-arrow {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #728486;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: transform 0.3s ease, background-color 0.3s ease;
}



.rx-health-program-arrow svg {
    width: 20px;
    height: 20px;
}

/* Load More Button */
.rx-health-programs-footer {
    text-align: center;
    margin-top: 40px;
}

.rx-health-programs-load-more-btn {
    display: inline-block;
    padding: 14px 32px;
    background: linear-gradient(90deg, #FDCEBB -12.71%, #FFEDBF 100%);
    color: #333;
    /* font-family: 'TASA Orbiter Medium', -apple-system, BlinkMacSystemFont, sans-serif; */
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 30px;
    padding: 10xp 20px;
    font-size: 14px;
}

.main-footer li a{
    position: relative;
}

.main-footer li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-gradient, linear-gradient(90deg, #E28C69 -12.71%, #EED187 100%));
    transition: width 0.3s ease;
}

.main-footer .link-box li a:hover::after {
    width: 100%;
}

.main-footer .link-box li a:hover {
    color: var(--primary-color, #E28C69);
}

/* affiliate page css */

.affwp-form.affwp-login-form {
    padding: 100px 0;
    margin: var(--spacing-2xl) auto;
    background: var(--bg-primary);
    border: 2px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: var(--spacing-2xl);
    box-shadow: var(--shadow-md);
}

.affwp-form legend {
    font-size: 32px;
    margin-bottom: 1em;
}

.affwp-form label {
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 0;
    display: block;
    font-size: 14px;
    color: var(--text-primary);
    letter-spacing: 0.02em;
    font-family: "Inter Tight", sans-serif;
    width: auto;
    float: none;
    margin-bottom: 10px;
    margin-top: 20px;
}

.affwp-form.affwp-login-form input.button {
    display: inline-block;
    padding: 14px 32px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Inter Tight", sans-serif;
    border-radius: var(--radius-full);
    transition: all var(--transition-base);
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 1.5;
    border: none;
    min-width: 140px;
    background: var(--primary-gradient);
    color: var(--text-primary);
    box-shadow: var(--shadow-sm);
}

.affwp-lost-password a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 14px;
    margin-top: 20px;
}


div#affwp-affiliate-dashboard {
    padding: 100px 0;
}

/* ============================================
   Affiliate Dashboard Tabs
   ============================================ */
#affwp-affiliate-dashboard-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
    border-bottom: 2px solid var(--border-light, #F0EBE7);
    padding-bottom: 20px;
}

#affwp-affiliate-dashboard-tabs li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.affwp-affiliate-dashboard-tab {
    position: relative;
}

.affwp-affiliate-dashboard-tab a {
    display: inline-block;
    padding: 12px 24px;
    font-family: "Inter Tight", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-secondary, #666666);
    text-decoration: none;
    background: transparent;
    border: 1px solid transparent;
    transition: all var(--transition-base, 0.3s ease);
    letter-spacing: 0.02em;
    position: relative;
    white-space: nowrap;
}

.affwp-affiliate-dashboard-tab a:hover {
    color: var(--primary-color, #E28C69);
    background: var(--bg-secondary, #F6F2EF);
    border-color: var(--border-light, #F0EBE7);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm, 0 2px 4px rgba(0, 0, 0, 0.04));
}

.affwp-affiliate-dashboard-tab.active a {
    background: linear-gradient(90deg, #E28C69 -12.71%, #EED187 100%);
    color: var(--text-primary, #333333);
    font-weight: 600;
    border-color: transparent;
    box-shadow: var(--shadow-sm, 0 2px 4px rgba(0, 0, 0, 0.04));
}

.affwp-affiliate-dashboard-tab.active a:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md, 0 4px 12px rgba(0, 0, 0, 0.08));
    color: var(--text-primary, #333333);
}

/* Logout tab special styling */
.affwp-affiliate-dashboard-tab:last-child a {
    color: var(--text-secondary, #666666);
    border: 1px solid var(--border-color, #DBD6D1);
    background: var(--bg-primary, #FFFFFF);
}

.affwp-affiliate-dashboard-tab:last-child a:hover {
    color: var(--error-color, #dc3545);
    border-color: var(--error-color, #dc3545);
    background: var(--bg-primary, #FFFFFF);
    transform: translateY(-2px);
}

/* Responsive styles for tabs */
@media screen and (max-width: 768px) {
    #affwp-affiliate-dashboard-tabs {
        gap: 8px;
        padding-bottom: 15px;
    }
    
    .affwp-affiliate-dashboard-tab a {
        padding: 10px 16px;
        font-size: 13px;
    }
}

@media screen and (max-width: 480px) {
    #affwp-affiliate-dashboard-tabs {
        flex-direction: column;
        gap: 8px;
    }
    
    .affwp-affiliate-dashboard-tab {
        width: 100%;
    }
    
    .affwp-affiliate-dashboard-tab a {
        width: 100%;
        text-align: center;
        padding: 12px 20px;
    }
}

.affwp-tab-content {
    border: 1px solid rgba(17, 24, 39, .05);
    box-shadow: transparent 0 0 0 0, transparent 0 0 0 0, rgba(0, 0, 0, .1) 0 1px 3px 0, rgba(0, 0, 0, .1) 0 1px 2px -1px;
    padding: 20px;
}

.affwp-form input[type="submit"] {
    background: linear-gradient(90deg, #E28C69 -12.71%, #EED187 100%);
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-weight: 600;
}

/* input[type="text"]{
    width: 100%;
    padding: 14px 18px;
    border: 1.5px solid var(--border-color, #DBD6D1);
    border-radius: var(--radius-md, 8px);
    font-size: 15px;
    font-family: "Inter Tight", sans-serif;
    color: var(--text-primary, #333333);
    background-color: var(--bg-primary, #FFFFFF);
    transition: all var(--transition-base, 0.3s ease);
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 1.5;
    margin: 0;
    letter-spacing: 0.02em;
} */

input[type="text"]::placeholder {
    color: var(--text-muted, #999999);
    opacity: 1;
}

input[type="text"]:focus {
    border-color: var(--primary-color, #E28C69);
    box-shadow: 0 0 0 3px rgba(226, 140, 105, 0.1);
    outline: none;
    background-color: var(--bg-primary, #FFFFFF);
}

input[type="text"]:hover:not(:focus) {
    border-color: var(--border-color, #DBD6D1);
}


span#affwp-generator-submit-notices  input#affwp-generator-submit-btn{
    border: none;
}

input#affwp-url {
    border-radius: 20px;
    padding: 5px;
}


@media screen and (min-width: 1399px) {
    .rx-about-image-col{
     min-height: 530px; 
     min-width: 530px;
    }
}




/* ========================================
   mini desktop (max-width: 1200px)
   ======================================== */



@media screen and (max-width: 1200px) {

    /* about section */

    .content-wrapper{
        gap: 50px;
    }

    .rx-about-product-image {
    width: 80px;
    right: -20px;
}

/* popular programs section */

.rx-program-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    padding: 15px 10px;
    margin-right: 30px;
}

/* split cta section */

.rx-split-content {
    width: 50%;
}

.rx-showcase-slider .slick-prev {
    left: 0;
}

.rx-showcase-slider .slick-next {
    right: 0;
}

.home .rx-split-cta {
    height: auto;
}   


}


/* ========================================
   Tablet (max-width: 1100px)
   ======================================== */
   @media screen and (max-width: 1100px) {

    .rx-hero-content{
        width: 50%;
    }

    .rx-hero-slider .slick-next {
        right: 20px;
    }

    .rx-hero-slider .slick-prev{
        left: 20px;
    }

    .rx-showcase-title {
        font-size: 36px;
    }

    .rx-programs-left{
        padding-left: 20px;
    }


}

/* ========================================
   Tablet (max-width: 992px)
   ======================================== */
@media screen and (max-width: 992px) {
    .rx-hero-slide {
        min-height: 480px;
    }

    .rx-hero-content {
        width: 55%;
        padding: 40px;
    }

    .rx-hero-logo-img {
        max-width: 240px;
    }

    .rx-hero-tagline {
        font-size: 24px;
        letter-spacing: 3px;
        text-align: center;
    }

    .rx-hero-slider .slick-prev,
    .rx-hero-slider .slick-next {
        width: 42px;
        height: 42px;
    }

    .rx-hero-slider .slick-prev {
        left: 16px;
    }

    .rx-hero-slider .slick-next {
        right: 16px;
    }

    /* about section */

    .rx-about-section {
        padding: 50px 0;
    }

    .rx-about-content-col {
        flex: 1;
        max-width: 100%;
        text-align: left;
    }

    .rx-about-title {
        font-size: 32px;
    }

    .rx-about-content p {
        font-size: 15px;
    }

    .rx-about-image{
        height: 100%;
    }

    .rx-about-product-image {
        width: 80px;
        right: -20px;
    }

    /* popular programs section */

    .rx-programs-section {
        padding: 30px 0;
    }

    .rx-programs-left{
        padding: 50px 20px;
    }

    

    .rx-programs-slider .slick-prev {
        left: 10px;
    }

    .rx-programs-slider .slick-next {
        right: 10px;
    }

    /* cta banner section */

    .rx-cta-wrapper {
        padding: 50px 0;
    }

    .rx-cta-banner {
        min-height: 380px;
        border-radius: 12px;
    }

    .rx-cta-overlay {
        border-radius: 20px;
    }

    .rx-cta-content {
        padding: 50px 30px;
    }

    .rx-cta-title {
        font-size: 32px;
    }

    /* product testimonials section */

    .celia-product-testimonials {
        padding: 30px 0;
    }

    .celia-testimonials-title {
        font-size: 28px;
    }

    /* split cta section */

    .rx-split-wrapper {
        padding: 30px 0;
    }

    .rx-split-cta {
        min-height: 450px;
    }

    .rx-split-content {
        width: 50%;
        padding: 50px 40px;
    }

    .rx-split-title {
        font-size: 28px;
    }

    .rx-split-description {
        font-size: 12px;
    }

    /* features grid section */

    .rx-features-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .rx-features-grid {
        padding: 30px 0;
    }

    /* programs catalog section */

    .rx-product-catalog-section {
        padding: 60px 0;
    }

    .rx-product-catalog-title {
        font-size: 32px;
    }

    .rx-product-catalog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    /* how to get started section */

    .rx-how-to-get-started-section {
        padding: 60px 0;
    }

    .rx-how-to-get-started-title {
        font-size: 32px;
    }

    .rx-how-to-get-started-grid {
        gap: 20px;
    }

    .rx-get-started-step-card {
        padding: 30px 20px;
        min-height: 240px;
    }

    .rx-get-started-step-number {
        font-size: 28px;
    }

    .rx-get-started-step-title {
        font-size: 18px;
        font-size: 24px;
    }

    /* health programs section */

    .rx-health-programs-section {
        padding: 60px 0;
    }

    .rx-health-programs-title {
        font-size: 32px;
    }

    .rx-health-programs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .rx-showcase-slider {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin: 0;
        width: 100% !important;
        box-sizing: border-box;
    }


}


@media screen and (max-width: 768px) {
    .celia-testimonial-image{
        max-height: 300px;
        min-height: 300px;
    }
    
}

/* ========================================
   Mobile (max-width: 768px)
   ======================================== */
@media screen and (max-width: 768px) {

    .rx-hero-banner {
    border-radius: 0 0 20px 20px;
}

    .rx-hero-slider {
        border-radius: 0;
        overflow: visible;
    }

    .rx-hero-slide {
        min-height: auto;
        flex-direction: column;
        background-image: none !important;
        background-color: transparent;
    }

    /* Show mobile image */
    .rx-hero-mobile-img {
        display: block !important;
        width: 100%;
        max-height: 300px;
        aspect-ratio: 13 / 12;
        object-fit: cover;
        object-position: center top;
    }

    .rx-hero-content {
        width: 100%;
        margin-left: 0;
        padding: 26px 20px 0;
        padding-left: 27px;
        background: #E5D7D2;
        align-items: center;
        justify-content: center;
    }

    .rx-hero-content-inner {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .rx-hero-logo-img {
        min-width: auto;
        max-width: 194px;
        margin-bottom: 12px;
    }

    .rx-hero-tagline {
        font-size: 20px;
        letter-spacing: 1.6px;
        margin-bottom: 17px;
    }

    /* Hide arrows on mobile */
    .rx-hero-slider .slick-prev,
    .rx-hero-slider .slick-next {
        display: none !important;
    }

    /* Dots below content */
    .rx-hero-slider .slick-dots {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        justify-content: center;
        padding: 20px 0 20px;
        background: #E5D7D2;
    }

    .rx-hero-slider .slick-dots li button {
        background-color: #d4ccc0;
    }

    .rx-hero-slider .slick-dots li button:hover {
        background-color: #c4b8a8;
    }

    /* about section */

    .rx-about-section {
        padding: 40px 0;
    }

    .content-wrapper{
        flex-direction: column;
        gap: 20px;
    }

    .rx-about-image{
        width: 100%;
    }

    .rx-about-image-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .rx-about-content-col {
        flex: 1;
        max-width: 100%;
        text-align: left;
    }

    .rx-about-subtitle{
        margin:0;
        font-size: 16px;
        margin-bottom:7px;
    }

    .rx-about-title {
        font-size: 24px;
        margin:0;
        margin-bottom: 20px;
    }

    .rx-about-content p {
        font-size: 14px;
        margin-bottom:20px;
    }

    .rx-about-btn {
        padding: 12px 24px;
    }

    .rx-about-product-image {
        width: 45px;
        right: 7px;
        bottom: -20px;
    }

    /* popular programs section */

    .rx-programs-layout {
        flex-direction: column;
        gap: 0;
    }

    .rx-programs-left {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .rx-programs-slider-wrapper {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .rx-programs-right {
        display: none;
    }

    .rx-programs-section::before {
        display: block;
    }

    .rx-programs-section {
        padding: 20px 0;
    }

    .rx-programs-header {
        margin-bottom: 5px;
    }

    .rx-programs-title {
        font-size: 24px;
    }

    .rx-programs-right {
        min-height: 350px;
    }

    .rx-programs-slider .slick-prev,
    .rx-programs-slider .slick-next {
        width: 38px;
        height: 38px;
    }

    .rx-programs-slider .slick-prev {
        left: 5px;
    }

    .rx-programs-slider .slick-next {
        right: 5px;
    }

   

    .rx-program-description {
        font-size: 13px;
    }

    .rx-program-content {
        padding: 12px 14px;
        margin-right: 30px;
    }

    .rx-programs-btn {
        padding: 12px 24px;
        font-size: 13px;
    }

    /* product showcase section */

    .rx-showcase-section {
        padding: 50px 0;
        overflow: hidden;
    }

    /* Unslicked slider becomes grid */
    .rx-showcase-slider-wrapper {
        overflow: visible;
        margin-bottom: 20px;
    }

    .rx-showcase-slider {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin: 0;
        width: 100% !important;
        box-sizing: border-box;
    }

    .rx-showcase-slide {
        padding: 0 !important;
        width: 100% !important;
        min-width: 0;
        box-sizing: border-box;
    }

    .rx-showcase-card {
        width: 100%;
        min-width: 0;
    }

    /* Show only first 4 products on mobile */
    .rx-showcase-slide:nth-child(n+5) {
        display: none !important;
    }

    .rx-showcase-card {
        width: 100%;
    }

    .rx-showcase-title {
        font-size: 28px;
        text-align: left;
    }

    .rx-showcase-description {
        text-align: left;
    }

    .rx-showcase-header {
        text-align: left;
        margin-left: 0;
    }

    .rx-showcase-product-title {
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .rx-showcase-product-description {
        font-size: 13px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .rx-showcase-product-price {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .rx-showcase-product-btn {
        font-size: 12px;
        padding: 10px 20px;
    }

    .rx-showcase-btn {
        width: 100%;
        max-width: max-content;
    }

    .rx-showcase-image-wrapper img{
        min-height: 120px;
        max-height: 120px;
        height: 120px;
        width: auto;
        max-width: 100px;
        object-fit: contain;
        object-position: center;
        margin: 0 auto;
        display: block;
        margin-bottom: 14px;
    }

    .rx-showcase-image-wrapper::before {
        width: 90px;
        height: 90px;
    }

    .rx-showcase-footer{
        padding-top: 14px;
    }

    /* split cta section */

    .padding-0{
        padding:0 !important; 
    }

    .rx-split-wrapper {
        padding: 20px 0;
    }

    .rx-split-cta {
        flex-direction: column;
        min-height: auto;
        background-image: none !important;
        background-color: transparent;
        border-radius: 8px;
        height: auto;overflow: hidden;;
    }

    /* Show mobile image at top */
    .rx-split-mobile-img {
        display: block;
        width: 100%;
        max-height: 336px;
        aspect-ratio: 13 / 14;
        object-fit: cover;
        object-position: center top;
    }

    .rx-split-content {
        width: 100%;
        max-width: 100%;
        padding: 26px 24px;
        background: #E4d5d0;
    }

    .rx-split-content-inner {
        max-width: 100%;padding-top: 7px;
    }

    .rx-split-title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .rx-split-description {
        font-size: 14px;
        letter-spacing: 0.01em;
    }

    .rx-split-btn {
        padding: 0 22px;
    }

    /* features grid section */

    .rx-features-wrapper {
        display: block;
    }
    
    .rx-features-grid {
        padding: 40px 0;
    }
    
    .rx-feature-card {
        padding: 16px;
    }
    
    .rx-feature-icon {
        width: 60px;
        height: auto;
        margin-bottom: 16px;
    }
    
    .rx-feature-title {
        font-size: 20px;
    }
    
    .rx-feature-description {
        font-size: 13px;
    }

    /* Slick Dots for Features Slider */
    .rx-features-slider .slick-dots {
        display: flex !important;
        justify-content: center;
        gap: 8px;
        padding: 20px 0 0;
        margin: 0;
        list-style: none;
    }

    .rx-features-slider .slick-dots li {
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .rx-features-slider .slick-dots li button {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #d4ccc0;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        padding: 0;
    }

    .rx-features-slider .slick-dots li button:before {
        display: none;
    }

    .rx-features-slider .slick-dots li button:hover {
        background-color: #c4b8a8;
    }

    .rx-features-slider .slick-dots li.slick-active button {
        background: linear-gradient(90deg, #E28C69 -12.71%, #EED187 100%);
    }

    .rx-features-slider.slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    /* product catalog section */

    .rx-product-catalog-section {
        padding: 40px 0;
    }

    .rx-product-catalog-header {
        margin-bottom: 40px;
    }

    .rx-product-catalog-title {
        font-size: 24px;
        text-align: left;
    }

    .rx-product-catalog-description {
        font-size: 14px;
    }

    .rx-product-catalog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    /* how to get started section */

    .rx-how-to-get-started-section {
        /* padding: 40px 0; */
        padding: 32px 0 39px;
    }

    .rx-how-to-get-started-header {
        margin-bottom: 37px;
        margin-bottom: 17px;
        /* padding: 0 20px; */
        padding: 0;
    }

    .rx-how-to-get-started-title {
        font-size: 24px;
        letter-spacing: 0;
        margin-bottom: 11px;
    }

    .rx-how-to-get-started-description {
        font-size: 14px;
    }

    /* Convert grid to slider on mobile */
    .rx-how-to-get-started-grid {
        display: block;
        padding: 0;
    }

    /* Slick slider container styling */
    .rx-how-to-get-started-grid .slick-list {
        /* overflow: visible; */
        padding: 0;
        margin: 0;
    }

    .rx-how-to-get-started-grid .slick-track {
        display: flex;
        align-items: stretch;
    }

    .rx-get-started-step-card.step-1 {
        min-height: 290px;padding: 21px;
    padding-left: 19px;
    }

    .rx-get-started-step-card {
        padding: 25px 20px;
        min-height: 290px;
        margin: 0 0px;margin-right: 20px;
        flex-shrink: 0;
    }

    .rx-get-started-step-number {
        font-size: 30px;margin-bottom: 1px;
    }

    .rx-get-started-step-title {
        font-size: 18px;font-size: 24px;margin-bottom: 9px;
    }

    .rx-get-started-step-description {
        font-size: 14px;
    }

    /* Slick Dots Styling */
    .rx-how-to-get-started-grid .slick-dots {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-top: 24px;
        padding: 0;
        list-style: none;
        position: static;
    }

    .rx-how-to-get-started-grid .slick-dots li {
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .rx-how-to-get-started-grid .slick-dots li button {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #d4ccc0;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        padding: 0;
        font-size: 0;
        text-indent: -9999px;
    }

    .rx-how-to-get-started-grid .slick-dots li button:before {
        display: none;
    }

    .rx-how-to-get-started-grid .slick-dots li button:hover {
        background-color: #c4b8a8;
    }

    .rx-how-to-get-started-grid .slick-dots li.slick-active button {
        background: linear-gradient(90deg, #E28C69 -12.71%, #EED187 100%);
        width: 12px;
        height: 12px;
    }

    /* health programs section */

    .rx-health-programs-section {
        padding: 35px 0;
    }

    .rx-health-programs-header {
        margin-bottom: 18px;
        padding: 0 10px;
    }

    .rx-health-programs-title {
        font-size: 24px;margin-bottom: 11px;
    }

    .rx-health-programs-description {
        font-size: 14px;line-height: 160%;
    }

    .rx-health-programs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px 10px;
        margin-bottom: 23px;
    }

    .rx-health-program-content-wrapper {
        padding: 10px 12px;
        min-height: 97px;
    }

    .rx-health-program-title {
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: inherit;
        margin-bottom: 4px;
        line-height: 130%;;
    }

    .rx-health-program-description {
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5;
        max-height: calc(1.5em * 3);
        line-height: 130%;
    }

    .rx-health-programs-load-more-btn {
        padding: 9px 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 576px) {

    /* cta banner section */

    .rx-cta-wrapper {
        padding: 40px 0;
    }

    .rx-cta-banner {
        min-height: 390px;
        border-radius: 0px;
    }

    .rx-cta-content {
        padding: 40px 24px;
    }

    .rx-cta-subtitle {
        font-size: 16px;
    }

    .rx-cta-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .rx-cta-btn {
        padding: 12px 24px;
        font-size: 12px;
    }
}


/* ========================================
   Small Mobile (max-width: 480px)
   ======================================== */
   @media screen and (max-width: 480px) {
    .rx-programs-section {
        padding: 20px 0;
    }

    .rx-programs-title {
        font-size: 24px;
    }

    .rx-programs-label {
        font-size: 16px;
    }

    .rx-programs-right {
        min-height: 300px;
    }

    .rx-programs-left{
        padding: 17px 20px;
        padding-right: 0;
    }

    /* Hide nav arrows on very small screens */
    .rx-programs-slider .slick-prev,
    .rx-programs-slider .slick-next {
        display: none !important;
    }

    .rx-programs-slider .slick-list {
        overflow: hidden;
    }

    .rx-program-description {
        font-size: 12px;
    }

    /* product showcase section */

    .rx-showcase-section {
        padding: 56px 0 32px 0;
    }

    .rx-showcase-header{
        margin-bottom: 20px;
    }

    .rx-showcase-image-wrapper{
        margin-bottom: 6px;
    }

    .rx-showcase-product-title{
        margin-bottom: 13px;
    }

    .rx-showcase-product-description{
        margin-bottom: 8px;
    }

    .rx-showcase-slider-wrapper{
        margin-bottom: 0px;
    }

    .rx-cta-wrapper{
        padding: 0;
    }

    .rx-cta-subtitle{
        margin: 0 0 7px 0;
    }

    .rx-showcase-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .rx-showcase-description {
        font-size: 14px;
    }

    .rx-showcase-slider {
        gap: 12px;
        grid-template-columns: repeat(1, 1fr);
    }

    .rx-showcase-product-title {
        font-size: 14px;
    }

    .rx-showcase-product-description {
        font-size: 12px;
    }

    .rx-showcase-product-price {
        font-size: 14px;
    }

    .rx-showcase-product-btn {
        font-size: 11px;
        padding: 8px 16px;
    }

    .rx-showcase-image-wrapper img {
        min-height: 120px;
        max-height: 120px;
        height: 120px;
        width: auto;
        max-width: 100px;
        object-fit: contain;
        object-position: center;
        margin: 0 auto;
        display: block;
    }


    .rx-program-slide {
        padding: 0 15px;
        height: auto;
    }

    /* product testimonials section */

    .celia-product-testimonials {
        padding: 40px 0;
    }

    .celia-testimonials-title {
        font-size: 24px;
    }

    .celia-testimonials-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .celia-testimonials-nav {
        display: none;
    }


    .celia-testimonial-image{
        max-height: 370px;
        min-height: 370px;
    }

    /* split cta section */

    .rx-split-wrapper {
        padding: 6px 20px 40px;overflow: hidden;;
    }

    .rx-split-mobile-img {
        max-height: 301px;
    }

    .rx-split-content {
        padding: 15px 20px 25px;
        text-align: center;
    }

    .rx-split-title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .rx-split-description {
        font-size: 14px;
        letter-spacing: 0.01em;
        margin: 0 0 12px 0;
    }

    .rx-feature-icon {
        margin-bottom: 18px;
    }

    .rx-feature-card{
        padding: 0;
    }

    .rx-health-programs-footer{margin-top: 20px;}
}

@media (max-width:768px) {
    .rx-health-program-arrow{width: 24px;height: 24px;border-radius: 5px;}
    .curve-image{width: 24px;height: 24px;border-radius: 0 5px 0 5px;top: -1px;right: -1px;;}
    .rx-health-program-arrow{width: 24px;height: 24px;border-radius: 5px;;}
    .rx-health-program-content-wrapper{border-radius: 8px !important;}
}



.page-template-Program_detail .rx-about-image-col{
    flex: 0 0 47.8%;
    max-width: 47.8%;
    min-height: 1px;
    aspect-ratio: 62 / 50;
}

.page-template-Program_detail .rx-about-section{padding: 90px 0 40px;}
.page-template-Program_detail .rx-about-content h3{
font-size: 20px;font-weight: 600;letter-spacing: 0.02em;line-height: 150%;font-family: inherit;margin-top: 28px;margin-bottom: 13px;;
}
.page-template-Program_detail .rx-about-content{margin-bottom: 48px;}
.page-template-Program_detail .rx-about-content-col{padding-top: 28px;}
.page-template-Program_detail .rx-product-catalog-section{padding: 40px 0;}
.page-template-Program_detail .rx-product-catalog-header{max-width: 1000px;margin-bottom: 37px;}
.page-template-Program_detail .rx-product-catalog-title{letter-spacing: 0;margin-bottom: 17px;}
.page-template-Program_detail  .rx-product-catalog-description{text-align: center;}
.page-template-Program_detail .rx-showcase-image-wrapper{margin-bottom: 13px;}
.page-template-Program_detail .rx-product-catalog-grid{gap:30px 24px}
.page-template-Program_detail .rx-product-catalog-footer{margin-top: 42px;}
.page-template-Program_detail .rx-product-catalog-load-more-btn{font-size: 18px;padding: 13px 36px;}
.page-template-Program_detail .rx-product-catalog-section{padding: 40px 0 88px;}
.page-template-Program_detail .rx-health-programs-load-more-btn{padding: 10px 19px;}
.page-template-Program_detail .rx-health-programs-section{padding-top: 80px;padding-bottom: 89px;}
.page-template-Program_detail .content-wrapper{gap: 79px;}


@media (max-width:767px) {
    .page-template-Program_detail .rx-about-section{padding: 40px 0 40px;}
    .page-template-Program_detail .rx-about-image-col{flex: 0 0 100%;max-width: 100%;;}
    .page-template-Program_detail .content-wrapper{gap:0;}
    .page-template-Program_detail .rx-about-content-col{padding-top: 15px;}
    .page-template-Program_detail .rx-about-title{margin-bottom: 15px;}
    .page-template-Program_detail .rx-about-content h3{font-size: 16px;margin-top: 10px;margin-bottom: 10px;}
    .page-template-Program_detail .rx-about-content h3 br{display: none;}
    .page-template-Program_detail .rx-about-content p{margin-bottom: 10px;}
    .page-template-Program_detail .rx-about-content ul li{margin-bottom: 5px;}
    .page-template-Program_detail .rx-about-content{margin-bottom: 18px;}
    .page-template-Program_detail .rx-about-btn{padding: 12px 20px;}

    .page-template-Program_detail .rx-about-section{padding:40px 0 20px;}
    .page-template-Program_detail .rx-product-catalog-description{text-align: center;}
    .page-template-Program_detail .rx-product-catalog-title{margin-bottom: 11px;}
    .page-template-Program_detail .rx-product-catalog-header{margin-bottom: 18px;}
    .page-template-Program_detail .rx-product-catalog-grid{gap: 15px 15px;}
    .page-template-Program_detail .rx-showcase-image-wrapper{margin-bottom: 6px;}
    .page-template-Program_detail .rx-showcase-card{border-radius: 6px;;}
    .page-template-Program_detail .rx-product-catalog-load-more-btn{padding: 8px 41px;font-size: 16px;}
    .page-template-Program_detail .rx-product-catalog-section{padding: 13px 0 40px;}
    /* .page-template-Program_detail .rx-health-programs-section{padding: 34px;} */
    .page-template-Program_detail .rx-health-programs-header{padding: 0;}
    .page-template-Program_detail .rx-programs-evolve-slider .slick-list{padding: 0;}
    .page-template-Program_detail .rx-health-programs-section{padding-bottom: 45px;}
    .page-template-Program_detail .rx-product-catalog-description{text-align: left;}
    
}

/* order purchase page */

section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses{
    display: flex;
    gap: 20px;
}

.woocommerce-column--billing-address, .woocommerce-column--shipping-address{
    width: 100% !important;
    float: none !important;
}

.woocommerce-page .woocommerce-customer-details address{
    width: 100% !important;
}

@media (max-width: 768px) {
    section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses{
        flex-direction: column;
    }
}

.flex.checkbox a {
    color: blue !important;
    text-decoration: underline ! IMPORTANT;
}

span.woocommerce-Price-amount.amount, span.rx-per-month-price, span.rx-per-doses-text{
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 5px;
}