/* Main Content */
.main-content {
  display: flex;
  flex: 1;
  justify-content: center;
}

.content-container {
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  flex: 1;
}

.hero-section{
  position: relative;
  height: 1100px;
  overflow: hidden;
}
/* Page Header */
.page-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  gap: 0px;
  padding: 100px 0 40px 0px;
  align-items: center;
}

.P_tagline {
  height: 40px;
}

.page-title {
  color: #1D4F25;
  font-size: 80px;
  font-weight: 100;
  line-height: 1.1;
  font-family: stropica, prompt, sans-serif;
  padding: 5px 0 10px 0;
  text-align: center;
  margin: 0;
  max-width: 1200px;
  word-wrap: break-word;
  hyphens: auto;
}

.tagline{
  font-size: 20px;
  color: black;
  font-weight: 300;
  text-align: center;
  margin:0;
}

/* Bottle Container */
.bottles {
  bottom: 200px;
  display: flex;
  gap: 80px;
  z-index: 2;
  justify-content: center;
}

/* Bottles Shared Styles */
.bottle {
  width: 170px;
  height: auto;
  opacity: 1;
}

/* Angle Positions */
.bottle-left {
  animation-delay: 0.5s;
  transform: rotate(-10deg);
}

.bottle-center {
  animation-delay: 1s;
}

.bottle-right {
  transform: rotate(10deg);
  animation-delay: 1.5s;
}


/* SECOND SECTION */
.product-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 80px;
}

.product {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  gap: 40px;
}

.product-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image img {
  width: 200px;
  height: auto;
}

.product-image-left{
  transform: rotate(10deg);
}
.product-image-right{
  transform: rotate(-10deg);
}

.product-content {
  flex: 1;
}
.product-content h2{
  font-family: Stropica, prompt, sans-serif;
  font-size: 60px;
  font-weight: 300;
  padding-bottom: 15px;
  color: #1D4F25;
  margin: 0;
}
.product-content h3{
  font-family: Host Grotesk, prompt, sans-serif;
  font-size: 25px;
  font-weight: 400;
  padding-bottom: 15px;
  margin: 0;
}
.product-content p{
  font-family: creato display, prompt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding-bottom: 15px;
  color: black;

}
.product-content button{
  display: inline-block;
  padding: 13px 40px;
  background-color: var(--A-pink-pr);
  color: black;
  text-decoration: none;
  font-size: 18px;
  border-radius: 17px;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  font-family: noto sans mono, prompt, sans-serif;
}
.product-content button:hover{
  background-color: #ed553b;
}
.product-reverse {
  flex-direction: row-reverse;
}

/* Carousel Styles */
.carousel-wrapper {
  width: 100vw;
  overflow: hidden;
  background-color: var(--A-pink-pr);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 100px;
  position: relative;
}

.carousel-track {
  display: flex;
  width: fit-content;
  height: 100%;
  animation: scroll-left 60s linear infinite;
  will-change: transform;
}

.marquee-content {
  display: flex;
  gap: 40px;
  flex-shrink: 0;
  padding-right: 40px;
}

.carousel-slide {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--A-pink-pr);
  color: white;
  padding: 0 10px;
}

.slide-title {
  margin: 0;
  white-space: nowrap;
  font-family: host grotesk, sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* THIRD SECTION*/
.protein-section {
  padding: 100px 160px;
}

.protein-section-header {
  text-align: center;
  margin-bottom: 64px;
}

.protein-section-title {
  font-size: 60px;
  margin: 0;
  padding-bottom: 24px;
  color: var(--A-green-pr);
  line-height: 1.2;
  font-family: host grotesk, prompt, sans-serif;
  font-weight: 500;
}

.protein-section-description {
  font-family: creato display, prompt, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: var(--A-green-pr);
  max-width: 672px;
  margin: 0 auto;
  line-height: 1.6;
  padding: 0 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* CAROUSEL WRAPPER - DESKTOP DEFAULT */
.carousel-wrapper-protein {
  width: 100%;
  margin-bottom: 60px;
  /* No overflow restriction on desktop */
  overflow: visible;
}

.proteins-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
}

.protein-item {
  position: relative;
  padding: 20px 20px;
  border-radius: 24px;
  background: var(--B-green-ac);
  width: 220px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  gap: 10px;
  flex-shrink: 0;
}

.protein-icon {
  width: 100%;
  height: 60%;
  border-radius: 8px;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #666;
}

.protein-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.protein-name {
  font-family: Host Grotesk, prompt, sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: black;
  margin-bottom: 8px;
}

.protein-description {
  font-family: creato display, prompt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: var(--C-green-dark-s);
  line-height: 1.4;
}

.explore {
  display: flex;
  justify-content: center;
}

.explore-btn {
  position: relative;
  background: var(--A-green-pr);
  color: white;
  border: none;
  padding: 18px 40px;
  font-family: noto sans mono, prompt, sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 1.5px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(74, 139, 96, 0.3);
}

.explore-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--A-green-pr);
  opacity: 0;
}

.explore-btn:hover::before {
    opacity: 1;
}

.explore-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 35px rgba(74, 139, 96, 0.4);
}

.explore-btn span {
    position: relative;
    z-index: 1;
}

/* Carousel Navigation Dots */
.carousel-dots {
    display: none;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(74, 139, 96, 0.3);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-dot:hover {
    transform: scale(1.3);
    background: var(--A-green-pr);
}

.carousel-dot.active {
    background: var(--A-green-pr);
    transform: scale(1.2);
}

/*
.quote-container {
  max-width: 1100px;
  margin: 200px auto;
  text-align: center;
  color: #1D4F25;
  position: relative;
}
.quote-favicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  z-index: 0;
}

.quote-mark {
  font-size: 200px;
  color: #EB5E47;
  line-height: 1;
}

.top-quote {
  text-align: left;
  margin-left: -80px;
  font-family: Helvetica, sans-serif;
  margin-bottom: -100px;
}

.bottom-quote {
  text-align: left;
  font-family: Helvetica, sans-serif;
  transform: rotate(180deg);
  margin-top: -80px;
  margin-right: -80px;
}

.quote-text {
  font-size: 25px;
  font-weight: 300;
  margin: 20px 0;
  font-family: Noto Sans Mono;
  font-family: Host Grotesk;
}
.sub-quote-text{
  font-size: 28px;
  font-weight: 500;
  font-family: Noto Sans Mono;
}
*/


/* FOURTH SECTION */
/* =============================================================================
   INGREDIENTS & QUALITY SECTION
   ============================================================================= */
.ingredients-section {
  padding: 80px 160px;
}

.section-header {
  text-align: center;
  margin-bottom: 64px;
}

.section-title {
  font-size: 60px;
  color: var(--A-green-pr);
  font-family: host grotesk, prompt, sans-serif;
  font-weight: 500;
  text-align: center;
  max-width: 1000px;
  width: 100%;
  padding: 18px 0;
  box-sizing: border-box;
  margin: 0 auto;
  line-height: 1.2;
}

.section-description {
  font-family: creato display, prompt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: var(--A-green-pr);
  max-width: 672px;
  margin: 0 auto;
  line-height: 1.6;
  text-align: center;
}

.ingredients-wrapper {
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
}

.ingredients-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.ingredients-image {
  width: 100%;
}

.rounded-image {
  width: 100%;
  height: auto;
  border-radius: 24px;
  display: block;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.ingredients-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.ingredient-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.icon-wrapper {
  padding: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.icon-wrapper.green {
  background-color: rgba(34, 197, 94, 0.1);
  color: var(--C-green-light-s);
}

.icon-wrapper.orange {
  background-color: rgba(251, 146, 60, 0.1);
  color: var(--C-red-s);
}

.icon-wrapper.blue {
  background-color: rgba(59, 130, 246, 0.1);
  color: var(--C-orange-s);
}

.icon-wrapper.purple {
  background-color: rgba(168, 85, 247, 0.1);
  color: var(--C-purple-s);
}

.ingredient-info {
  flex: 1;
}

.ingredient-title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 8px;
  color: black;
}

.ingredient-description {
  font-family: creato display, prompt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: black;
  line-height: 1.6;
  margin: 0;
}

/* =============================================================================
   ICONS (Using Font Awesome or similar)
   ============================================================================= */

/* If using Font Awesome, map these classes */
.icon-leaf::before { content: "\f06c"; }
.icon-heart::before { content: "\f004"; }
.icon-shield::before { content: "\f132"; }
.icon-award::before { content: "\f559"; }

/* Alternative: If you prefer custom SVG icons */
.icon-leaf,
.icon-shield,
.icon-award {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-heart {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* FOURTH SECTION*/
.why-us-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; /* This vertically centers children */
  gap: 80px;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

.why-us-title {
  display: flex;
  align-items: center; /* Center the <h2> vertically inside */
}

.why-us-title h2 {
  font-size: 80px;
  font-weight: 500;
  color: #1D4F25;
  margin: 0;
}

.text-column {
  flex: 1 1 400px;
  color: #1D4F25;
}

.text-column p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  margin: 10px 0;
}

.text-column ul {
  font-family: Noto Sans Mono, prompt, sans-serif;;
  font-size: 20px;
  font-weight: 400;
  list-style-type: disc;
  padding-left: 20px;
  margin: 5px 0 20px 20px;
}

.image-column {
  flex: 1 1 400px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.image-wrapper {
  width: 100%;
  height: 300px; /* Half of 430px, with a bit of spacing allowance */
  border-radius: 40px;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.ampersand {
  position: absolute;
  top: 35%;
  font-size: 150px;
  font-weight: 300;
  color: #1D4F25;
  pointer-events: none;
}


/* FIFTH SECTION */
.m-container {
  margin: 0 400px;
  display: grid;
  grid-template-columns: 450px 1fr; /* Increased to accommodate form width */
  gap: 60px;
  align-items: center; /* Changed from start to center for better alignment */
  padding: 100px 0;
}

.form-container {
  background: #ffffff;
  padding: 25px;
  border-radius: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  width: 430px;
}

.contact-form {
  width: 100%;
}

.name-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.input-group {
  margin-bottom: 10px;
}

.input-group label {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #1D4F25;
}

.input-group input,
.input-group textarea {
  box-sizing: border-box;
  width: 100%;
  background-color: #d9d6d3;
  border: none;
  border-radius: 12px;
  padding: 16px 0px;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  outline: none;
  transition: background-color 0.2s ease;
  margin-bottom: 8px;
  padding: 10px 10px;
}

.input-group input:focus,
.input-group textarea:focus {
  background-color: #d0ccc8;
}

.input-group textarea {
  height: 140px;
  resize: vertical;
  padding: 10px 10px;
}

.submit-button {
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  transition: filter 250ms;
  user-select: none;
  touch-action: manipulation;
  margin-top: 8px;
  margin-left: auto;
  display: block;
}

.submit-button .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: hsl(0deg 0% 0% / 0.25);
  will-change: transform;
  transform: translateY(2px);
  transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.submit-button .edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(
      to left,
      #CC7A5A 0%,
      #E6956F 8%,
      #E6956F 92%,
      #CC7A5A 100%
  );
}

.submit-button .front {
  display: block;
  position: relative;
  padding: 12px 27px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 400;
  color: white;
  background: #FFBBA6;
  will-change: transform;
  transform: translateY(-4px);
  transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
  font-family: host grotesk, prompt, sans-serif;
}

.submit-button:hover {
  filter: brightness(110%);
}

.submit-button:hover .front {
  transform: translateY(-6px);
  transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.submit-button:active .front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

.submit-button:hover .shadow {
  transform: translateY(4px);
  transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.submit-button:active .shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.submit-button:focus:not(:focus-visible) {
  outline: none;
}

.info-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%; /* Take full height of the grid cell */
  gap: 20px;
}

.main-heading {
  font-size: 70px;
  font-weight: 500;
  color: #1D4F25;
  line-height: 1.1;
  margin-bottom: 40px;
  margin: 0;
}

.contact-details p {
  font-size: 25px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 4px;
  margin: 0;
}

.phone-number {
  font-size: 20px;
  font-weight: 500;
  color: #333;
}

.phone-number a {
  text-decoration: none;
  color: inherit;
}

.form-message {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
}

.spinner {
    display: inline-block;
    margin-left: 8px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.submit-button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none;
}



/* =============================================================================
   RESPONSIVE DESIGN
   ============================================================================= */
@media (max-width: 1800px) {
  .protein-item{
    width: 200px;
    height: 280px;
  }
}
@media (max-width: 1440px) {
  /* Hero Section */
  .hero-section {
    height: 1000px;
  }
  .P_tagline {
    height: 40px;
  }
  .page-title {
    font-size: 90px;
  }
  .tagline {
    font-size: 18px;
  }
  .bottles {
    align-items: center;
    gap: 60px;
  }
  .bottle {
    width: 150px;
  }

  /* Product Section */
  .product-section {
    max-width: 1000px;
  }
  .product{
    gap: 10px;
  }
  .product-image img {
    width: 180px;
  }
}
@media (max-width: 1280px) {
  /* secition 5*/
  .section-header {
    margin-bottom: 30px;
  }
  .ingredients-content {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center horizontally */
    gap: 32px;
  }

  .ingredients-image {
    order: -1; /* Image goes on top */
    width: 50%;
  }

  .ingredient-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }

  .ingredient-title {
    font-size: 20px;
    margin: 0;
  }

  .ingredient-description {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  /* Hero Section */  
  .page-title {
    font-size: 80px;
  }
  .tagline {
    font-size: 18px;
  }
  .bottle {
    width: 130px;
  }

  /* Product Section */
  .product-content h2{
    font-size: 70px;
  }
  .product-content h3{
    font-size: 22px;
  }
  .product-content p{
    font-size: 16px;
  }
  .product-content button{
    padding: 10px 30px;
    font-size: 16px;
  }

  /*Why Us Section */
  .why-us-section {
    flex-direction: column;
    gap: 32px;
    padding: 0 16px;
  }

  .why-us-title {
    width: 100%;
    justify-content: center;
  }

  .why-us-title h2 {
    font-size: 70px;
  }
  .text-column {
    max-width: 800px;
  }
  .text-column p{
    font-size: 20px;
  }
  .text-column ul{
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  /* Hero Section */
  .hero-section {
    height: 900px;
  }
  .P_tagline {
    height: 30px;
  }
  .page-title {
    font-size: 60px;
  }
  .tagline {
    font-size: 16px;
  }
  .bottles {
    align-items: center;
    gap: 40px;
  }
  .bottle {
    width: 100px;
  }

  /* Product Section */
  .product-section {
    max-width: 800px;
  }
  .product-image img {
    width: 150px;
  }
  .product-content h2{
    font-size: 60px;
  }
  .product-content h3{
    font-size: 20px;
  }
  .product-content p{
    font-size: 15px;
  }
  .product-content button{
    padding: 10px 30px;
    font-size: 15px;
  }
  
  /*section 4*/
  .ingredients-section{
    padding: 0px 0px;
  }
  .section-title {
    font-size: 50px;
  }
  .section-description {
    font-size: 16px;
  }
  .ingredients-list {
    max-width: 760px;
  }

  /* why us section */
  .why-us-title h2 {
    font-size: 50px;
  }
  .text-column {
    max-width: 760px;
  }
  .text-column p ul{
    font-size: 20px;
  }

  /* question section */
  .m-container {
      margin: 0 20px;
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto auto;
      gap: 40px;
      padding: 40px 0;
  }
  .info-container {
      order: -1;
      height: auto;
      gap: 0px;
  }
  .form-container {
      width: 100%;
      max-width: 400px;
      margin: 0 auto;
      padding: 20px;
      border-radius: 20px;
  }
  .main-heading {
      font-size: 50px;
      margin-bottom: 20px;
  }
  .contact-details p {
      font-size: 20px;
  }
  .phone-number {
      font-size: 16px;
  }
  .input-group label {
      font-size: 15px;
  }
  .input-group input,
  .input-group textarea {
      font-size: 14px;
      padding: 12px 10px;
  }
  .input-group textarea {
      height: 120px;
  }
  .name-row {
      gap: 12px;
  }
  .submit-button .front {
      font-size: 16px;
      padding: 10px 22px;
  }

}
@media (max-width: 800px) {
  /* Product Section */
  .product-section {
    max-width: 600px;
  }

  /*section 4*/
  .section-title {
    font-size: 36px;
  }
  .section-description {
    font-size: 16px;
  }  
  .ingredients-list {
    max-width: 680px;
  }
  .ingredient-title{
    font-size: 20px;
  }
  .ingredient-description {
    font-size: 16px;
  }

  /* why us section */
  .why-us-title h2 {
    font-size: 45px;
  }
  .text-column {
    max-width: 680px;
  }
  .text-column p{
    font-size: 20px;
  }
  .text-column ul{
    font-size: 16px;
  }
}
@media (max-width:700px) {
  .section-description{
    max-width: 480px;
  }
  .section-title {
    max-width: 400px;
    text-align: center;
  }
  .ingredients-list{
    max-width: 600px;
  }
  /* why us section */
  .text-column {
    max-width: 600px;
  }
}
@media (max-width: 621px) {
  /* Hero Section */
  .hero-section {
    height: 700px;
  }
  .page-header{
    padding: 90px 0 20px 0px;
  }
  .P_tagline {
    height: 30px;
  }
  .page-title {
    font-size: 50px;
  }
  .tagline {
    font-size: 14px;
  }
  .bottles {
    align-items: center;
    gap: 20px;
  }
  .bottle {
    width: 80px;
  }

  /* Product Section */
  .product-section {
    max-width: 500px;
    padding: 20px;
  }
  .product-image img {
    width: 120px;
  } 

  /*Section 4 */
  .ingredients-image {
    width: 400px;
  }
  .ingredients-list {
    max-width: 500px;
  }
  .ingredient-title {
    font-size: 18px;
  }
  .ingredient-description {
    font-size: 14px;
  }
  /* why us section */
  .text-column {
    max-width: 500px;
  }
  .text-column p{
    font-size: 18px;
  }
  .text-column ul{
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  .product-section {
    max-width: 450px;
    padding: 20px;
  }
  .ingredients-list {
    max-width: 400px;
  }
  /* why us section */
  .why-us-title h2 {
    font-size: 45px;
  }
  .text-column {
    max-width: 450px;
  }
  .text-column p{
    font-size: 18px;
  }
  .text-column ul{
    font-size: 14px;
  }
}
@media (max-width: 500px){
  /* Hero Section */
  .hero-section {
    height: 600px;
  }
  .page-header {
    padding: 80px 0 20px 0px;
  }
  .P_tagline {
    height: 20px;
  }
  .page-title {
    font-size: 40px;
  }
  .tagline {
    font-size: 14px;
  }
  .bottles {
    align-items: center;
    gap: 20px;
  }
  .bottle {
    width: 70px;
  }

   /* Product Section  */
  .product-section {
    max-width: 400px;
    padding: 20px;
  }
  .product-image img {
    width: 100px;
  }

  /* Section 4 */
  .section-title {
    max-width: 300px;
    padding: 0 0;
  }
  .section-description {
    max-width: 300px;
    padding: 0 20px;
  }

  /* why us section */
  .why-us-title h2 {
    font-size: 45px;
  }
  .text-column {
    max-width: 400px;
  }
  .text-column p{
    font-size: 18px;
  }
  .text-column ul{
    font-size: 14px;
  }

  /* question section */
  .m-container {
      margin: 0 10px;
  }

  .form-container {
      padding: 15px;
      max-width: 300px;
  }

  .main-heading {
      font-size: 32px;
  }

  .contact-details p {
      font-size: 15px;
  }

  .phone-number {
      font-size: 14px;
  }

  .input-group input,
  .input-group textarea {
      padding: 8px 6px;
  }

  .submit-button .front {
      font-size: 14px;
      padding: 8px 18px;
  }
}
@media (max-width: 450px) {
  /* Hero Section */
  .hero-section {
    height: 550px;
  }
  .page-header {
    padding: 80px 0 20px 0px;
  }
  .P_tagline {
    height: 20px;
  }
  .page-title {
    font-size: 36px;
  }
  .tagline {
    font-size: 12px;
  }
  .bottles {
    align-items: center;
    gap: 15px;
  }
  .bottle {
    width: 70px;
  }

  /* Product Section */
  .product-section {
    max-width: 350px;
    padding: 20px;
  }
  .product-image img {
    width: 90px;
  } 
  .product-content h2{
    font-size: 30px;
  }
  .product-content h3{
    font-size: 14px;
  }
  .product-content p{
    font-size: 10px;
    margin: 0;  
  }
  .product-content button{
    padding: 8px 20px;
    font-size: 10px;
  }

  /*section 4*/
  .section-header {
    margin-bottom: 15px;
  }
  .section-title {
    font-size: 28px;
  }
  .section-description {
    font-size: 10px;
  }
  .ingredients-image {
    width: 300px;
  }
  .ingredients-list {
    max-width: 300px;
  }
  .ingredient-title {
    font-size: 16px;
  }
  .ingredient-description {
    font-size: 10px;
  }

    /* why us section */
  .why-us-title h2 {
    font-size: 30px;
  }
  .text-column {
    max-width: 320px;
  }
  .text-column p{
    font-size: 16px;
  }
  .text-column ul{
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  /* Hero Section */
  .hero-section {
    height: 500px;
  }
  .page-header {
    padding: 70px 0 20px 0px;
  }
  .P_tagline {
    height: 20px;
  }
  .page-title {
    font-size: 36px;
  }
  .tagline {
    font-size: 12px;
    margin: 0 30px;
  }
  .bottles {
    align-items: center;
    gap: 10px;
  }
  .bottle {
    width: 60px;
  }
  /* Product Section */
   .product-section {
    max-width: 280px;
    padding: 20px;
  }
  .product-image img {
    width: 80px;
  }
  .product-content h2{
    font-size: 35px;
    padding-bottom: 10px;
  }
  .product-content h3{
    font-size: 15px;
    padding-bottom: 10px;
  }
  .product-content p{
    font-size: 10px;
    margin: 0;
  }
  .product-content button{
    padding: 8px 20px;
    font-size: 12px;
  }
}
/* =============================================================================
   PROTEIN MOBILE CAROUSEL SECTION
   ============================================================================= */
/* Tablet Responsiveness */
@media (max-width: 1680px) {
  .protein-section {
      padding: 80px 0;
  }

  .protein-section-description {
      padding: 0 40px;
  }

  .proteins-container {
      gap: 20px;
  }

  .protein-item {
      width: 200px;
      height: 300px;
      padding: 20px;
  }

  .protein-name {
      font-size: 26px;
  }

  .protein-description {
      font-size: 18px;
  }
}
/* 3-2 Layout for 1366px and below */
@media (max-width: 1366px) {
  .protein-section {
    padding: 80px 40px;
  }
  .protein-section-description {
    padding: 0 30px;
    max-width: 700px;
  }
  
  .proteins-container {
      max-width: 780px;
      margin: 0 auto;
      gap: 30px;
  }
  
  .protein-item {
      width: 200px;
      height: 280px;
  }
  
  .protein-name {
      font-size: 22px;
  }
  
  .protein-description {
      font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .protein-section {
      padding: 80px 60px;
  }
  
  .protein-section-title {
      font-size: 50px;
  }
  
  .protein-section-description {
      font-size: 18px;
      padding: 0 20px;
      max-width: 700px;
  }
}
/* CAROUSEL MODE for 821px and below */
@media (max-width: 821px) {
  .protein-section {
      padding: 60px 0px; /* NO side padding to avoid interference */
  }

  .protein-section-header {
      margin-bottom: 40px;
      padding: 0 20px; /* Only header gets side padding */
  }

  .protein-section-title {
      font-size: 36px;
      padding-bottom: 16px;
  }

  .protein-section-description {
      font-size: 16px;
      max-width: 400px;
      padding: 0 20px; /* Only description gets side padding */
  }

  /* CAROUSEL WRAPPER - MOBILE BEHAVIOR */
  .carousel-wrapper-protein {
      overflow: hidden;
      width: 100vw; /* Full viewport width */
      margin: 0;
      padding: 0;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
  }

  .proteins-container {
      display: flex;
      gap: 30px;
      justify-content: flex-start;
      flex-wrap: nowrap;
      transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      width: auto;
      max-width: none;
      will-change: transform;
      margin: 0;
      padding: 0;
      padding-left: 0;
  }

  .protein-item {
      min-width: 180px;
      width: 180px;
      height: 250px;
      padding: 16px;
      flex-shrink: 0;
      transition: all 0.3s ease;
      transform: scale(0.95);
  }

  .protein-item:hover {
      transform: scale(1);
  }

  .protein-name {
      font-size: 18px;
      margin-bottom: 6px;
  }

  .protein-description {
      font-size: 14px;
  }

  .carousel-dots {
      display: flex;
      margin-top: 40px;
      margin-bottom: 40px;
      padding: 0 20px; /* Add side padding for dots */
  }

  .explore {
      padding: 0 20px; /* Add side padding for button */
  }

  .explore-btn {
      padding: 16px 32px;
      font-size: 14px;
  }
}
@media (max-width: 480px) {
  .protein-section {
      padding: 40px 0px; /* NO side padding */
  }

  .protein-section-header {
      padding: 0 15px; /* Only header gets side padding */
  }

  .protein-section-title {
      font-size: 28px;
  }

  .protein-section-description {
      font-size: 10px;
      padding: 0 15px; /* Only description gets side padding */
      max-width: 300px;
  }

  .protein-item {
      min-width: 180px;
      width: 180px;
      height: 250px;
      padding: 14px;
  }

  .protein-name {
      font-size: 16px;
  }

  .protein-description {
      font-size: 13px;
  }

  .carousel-dots {
      padding: 0 15px; /* Add side padding for dots */
  }

  .explore {
      padding: 0 15px; /* Add side padding for button */
  }
}