/** Shopify CDN: Minification failed

Line 649:17 Expected identifier but found whitespace
Line 659:16 Expected identifier but found whitespace
Line 963:0 All "@import" rules must come first
Line 1210:0 All "@import" rules must come first
Line 1252:1 Expected identifier but found whitespace

**/


/* ########################################################################################################## Banner Seaction ########################################################################################### */


.banner-section {
  background: linear-gradient(#00000099, #00000099), url("images/8c6767323e75cef569e3be390922eb673056b195.jpg") no-repeat center center;
  background-size: cover;
  max-height: 440px;
  height: 100vh;
  /* padding: 60px 20px; */
  color: #FFFFFF;
}

.banner-heading {
  font-family: 'Luckiest Guy', cursive;
  font-weight: 400;
  font-size: 48px;
  line-height: 125%;
  letter-spacing: 0;
  color: #FFFFFF;
}

.banner-paragraph {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
  color: #FFFFFF;
  max-width: 900px;
  margin: 0 auto;
}

.btn.green:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 74, 18, 0.3);
}
.btn.yellow:hover{
   transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 74, 18, 0.3);
}
/* ############################################################################################################# Banner Footer Seaction ################################################################################### */


.banner-footer-section .marquee-wrapper {
  background-color: #e5744b;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 78px;
  width: 100%;
}

.banner-footer-section .marquee-inner {
  display: inline-flex;
  animation: scroll 20s linear infinite;
  white-space: nowrap;
}

.banner-footer-section .marquee-item {
  display: inline-flex;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
  margin-right: 40px;
  white-space: nowrap;
}

.banner-footer-section .marquee-item img {
  width: 26.99px;
  height: 24px;
  transform: rotate(-28.46deg);
  margin: 0 10px;
}

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

/* ✅ Responsive Design */
@media (max-width: 768px) {
  .banner-footer-section .marquee-item {
    font-size: 16px;
    margin-right: 20px;
  }

  .banner-footer-section .marquee-item img {
    width: 22px;
    height: 20px;
    margin: 0 6px;
    transform: rotate(-150.46deg);
  }
}



/*############################################################################################################################### its Ok Seaction ##########################################################################  */


.its-ok-section {
  padding: 120px 100px 20px 100px;
  background-color: #ffffff;
  max-width: 1920px;
  margin: 0 auto;
}

.its-ok-section .container {
  display: flex;
  gap: 50px;
}

.its-ok-heading h2 {
  font-family: 'Luckiest Guy', cursive;
  font-size: 48px;
  line-height: 125%;
  font-weight: 400;
  
  margin: 0;
  color: #000;
  width: 100%;
  letter-spacing: 0;
}

.its-ok-paragraph {
  max-width: 954px;
  height: 90px;
}

.its-ok-paragraph p {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 152%;
  margin: 0;
  color: #000;
 max-width: 954px;
  margin-top: 3%;
  letter-spacing: 0;
}

@media (max-width: 992px) {
  .its-ok-section .container {
    flex-direction: column;
    gap: 40px;
    align-items: center;
    text-align: start;
  }

  .its-ok-section {
    height: auto;
    padding: 60px 20px;
  }

  .its-ok-paragraph {
    height: auto;
  }
}



/* ###################################################################################################################################### Feature Dog Seaction ############################################################## */


.feature-dog-section {
  width: 100%;
  max-width: 1920px;
  height: 526px;
  padding: 32px 154px 0px 10px;
  background-color: #fff;
  margin: 0 auto;
}

.dog-img-col {
  position: relative;
}

.dog-image {
   max-width: 100%;
    object-fit: contain;
    margin-top: 244px;
    margin-left: -222px;
  width: 805px;
}
.snooze-icon {
  position: absolute;
  top: 57%;
  left: 63%;
  transform: translate(-50%, -50%);
  /* width: 64px;
  height: 63px;  *//* adjust based on your icon */
}

.feature-card {
  width: 100%;
  max-width: 460.5px;
  
  padding: 0 24px;
  border-left: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: -155px;
}

.feature-icon {
  width: 68px; /* adjust size */
  height: 68px;
  margin-bottom: 8px;
}

.feature-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 8px;
  letter-spacing: 0;
}

.feature-card p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 992px) {
  .feature-dog-section {
    padding: 32px 20px 80px 20px;
    height: auto;
  }

  .dog-image {
    width: 100%;
    height: auto;
    transform: rotate(0deg);
    margin: 0px;
  }

  .snooze-icon {
    display: none;
  }

  .feature-card-col {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .banner-heading{
    font-size: 32px;
  }
  .dog1 {
    padding: 24px;
    margin-top: 78px; 
  }
      .its-ok-section{
        padding: 36px 16px 60px 16px;
      }
  .its-ok-section .container{
    gap: 21px;
  }
  .feature-card-col{
    margin-top: 0px; 
  }
  .banner-paragraph {
    font-size: 16px;
  }
  .feature-dog-section {
    padding: 16px !important;
    height: auto;
  }
.its-ok-heading h2{
  font-size: 34px;
}
  .its-ok-paragraph p{
    font-size:16px;
  }
  .row.gx-5 {
    flex-direction: column-reverse;
    margin-top: -90px;
  }

  .dog-img-col {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .dog-image {
    width: 90%;
    height: auto;
    margin: 0;
  }

  .snooze-icon {
    display: none;
  }

  .feature-card-col {
    gap: 24px;
  }

  .feature-card {
    margin-left: 0;
    border-left: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
  }

  .feature-card:last-child {
    border-bottom: none;
    margin-left:0px;
    margin-bottom: -40px;
    padding-left: 4px; 
    
  }
  .process-icon{
    display: flex;
    
  }

  .feature-icon {
    width: 52px;
    height: 52px;
  }

  .feature-card h4 {
    /* font-size: 16px; */
    margin-left: 0px; 
  }

  .feature-card p {
    font-size: 14px;
  }
}
/* Tablet: Adjust size and position */
@media (max-width: 768px) {
  .snooze-icon {
    width: 48px;
    height: 48px;
    top: 55%;
    left: 60%;
  }
}

/* Mobile: Show and reposition below dog image */
@media (max-width: 480px) {
  .dog-img-col {
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .dog-image {
   /*  width: 90%;
    height: auto; */
   
        margin-top: 20px;
        margin-right: 41px;
  
  }

  .snooze-icon {
    position: absolute;
    transform: none;
    margin-top: -70px;
    width: 40px;
    height: 40px;
    display: block;
    margin-left: 25px;
  }
}

@media (max-width: 1200px) {
  
  .feature-icon {
    width: 60px;
    height: 60px;
  }

  /* .feature-card h4 {
    font-size: 17px;
  } */

  .feature-card p {
    font-size: 15px;
  }

  .feature-card {
   
    margin-left: 0px;
    margin-bottom: 10px;
    margin-top: 50px;
  }

  .dog-image {
    margin-left: -120px;
    /* width: 700px; */
    /* margin-top: -120px;
    margin-bottom: -155px; */
    
  }
}





/* ################################################################################################################################# our Process Seaction ########################################################################## */

.our-process-section {
  background-color: #fff;
  min-height: 818px;
  display: flex;
  align-items: center;
}
.timeline-vertical-line svg {
  display: none;
}

.process-container {
  max-width: 1440px;
  margin: auto;
  padding: 0 16px;
  width: 100%;
}

.process-subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #1f5b3f;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

.process-title {
  text-align: center;
  font-size: 48px;
  font-family: 'Luckiest Guy', cursive;
  margin: 10px 0 80px;
  letter-spacing: 0;
}

.process-structure {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 50px;
}

.timeline-horizontal-line {
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translateY(-50%);
  width: 100%;
  border-top: 2px dotted #1f5b3f;
  z-index: 0;
  pointer-events: none;
  
  
}

div:empty{
  display: block;
  
}

.process-items-wrapper {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 350px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.process-item {
  flex: 1;
  text-align: left;
  position: relative;
  padding: 0 15px;
  max-width: 250px;
}

.process-step-1 { order: 1; margin-top: -236px; margin-left: -70px; }
.process-step-2 { order: 2; margin-top: 384px; }
.process-step-3 { order: 3; margin-top: -236px; margin-left: 70px; }
.process-step-4 { order: 4; margin-top: 384px; }

.process-icon {
  max-width: 64px;
  max-height: 64px;
  object-fit: contain;
  /* border-radius: 50%; */
}

.process-item h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  line-height: 1.2;
  color: #333;
  letter-spacing: 0;
  padding-top: 12px;
}

.process-item p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  margin: 12px 0 0;
  color: #000000;
 
  min-height: 54px;
}

.step-number {
  position: absolute;
  font-size: 128px;
  font-weight: 800;
  color: #f0f0f0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
  font-family: Poppins;
  white-space: nowrap;
  background: linear-gradient(180deg, #F1EEE4 0%, rgba(241, 238, 228, 0.00) 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

/* .process-item process-step-1::before{
  position: absolute;
 content: url('')
  height: 0px;
  width: 72px;
  left: 0;
  top:0;
} */


/* Dots on the horizontal line */
.process-item::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #1f5b3f;
  border-radius: 50%;
  z-index: 2;
  border: 2px solid #fff;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
}

/* Top row vertical lines */
.process-step-1::before,
.process-step-3::before {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% - 132px);
  /* background-color: #1f5b3f; */
  border-right: 2px dotted;
  z-index: 1;
  margin-left: -105px;
}

/* Bottom row vertical lines */
.process-step-2::before,
.process-step-4::before {
  content: '';
  position: absolute;
  top: -72px;
  left: 13%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% - 117px);
  /* background-color: #1f5b3f; */
  border-right: 2px dotted; 
  z-index: 1;
}

/* Dot positioning */
.process-step-1::after,
.process-step-3::after {
  bottom: -67px;
  margin-left: -104px;
}

.process-step-2::after,
.process-step-4::after {
  top: -83px;
  margin-left: -93px;
}

.process-item .icon-circle {
  margin-left: 0;
  margin-right: auto;
}


/* resposive code  */
@media (max-width: 1440px) {
  .dog-image{
    margin-top: unset; 
  margin-left: unset;
  }
  .feature-card{
    margin-left: unset;
  }
  .process-item {
    max-width: 220px;
  }

  .process-step-1 { margin-top: -200px; margin-left: -50px; }
  .process-step-2 { margin-top: 380px; }
  .process-step-3 { margin-top: -200px; margin-left: 50px; }
  .process-step-4 { margin-top: 380px; }

  .step-number {
    font-size: 100px;
  }
  .process-item:: before{
    display: none;
  }
}

@media (max-width: 1200px) {

  .process-item {
    max-width: 200px;
  }
.process-item :: before{
  display: none;
  
}
  .process-step-1,
  .process-step-3 {
    margin-top: -180px;
    margin-left: 0;
  }

  .process-step-2,
  .process-step-4 {
    margin-top: 320px;
  }

  .step-number {
    font-size: 90px;
  }

  .timeline-horizontal-line {
    top: 50%;
  }
  .feature-dog-section{
    height: unset;
        padding: 32px 54px 0px 10px;
  }
 
}

@media (max-width: 992px) {
  .process-structure {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }

  .process-items-wrapper {
    flex-direction: column;
    height: auto;
    align-items: center;
    gap: 40px;
  }

  .process-item {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  .timeline-horizontal-line,
  .process-item::after,
  .process-item::before {
    display: none;
    transform: rotate(90deg);
    margin-left: -396px;
    z-index: -1;
  }

  .step-number {
    font-size: 72px;
    margin-top: 20px;
  }
}
/* 1440px se chhote screens ke liye */
@media (max-width: 1440px) {
  .process-step-1::after,
  .process-step-3::after {
    bottom: -47px;
    margin-left: -94px;
  }
}

/* 1200px se chhote screens ke liye */
@media (max-width: 1200px) {
  .process-step-1::after,
  .process-step-3::after {
    bottom: -28px;
    margin-left: -86px;
  }
}

/* 992px se chhote screens ke liye — display none */
@media (max-width: 992px) {
  .process-step-1::after,
  .process-step-3::after {
    display: none;
  }
}
/* 1440px ke neeche: lines ki height aur position thodi adjust */
@media (max-width: 1440px) {
  .process-step-1::before,
  .process-step-3::before {
    height: calc(100% - 120px);
    bottom: -40px;
    margin-left: -85px;
  }
}

/* 1200px ke neeche: lines aur short ho jaayein */
@media (max-width: 1200px) {
  .process-step-1::before,
  .process-step-3::before {
    height: calc(100% - 100px);
    bottom: -30px;
    margin-left: -70px;
  }
}

/* 992px ke neeche: vertical lines hata do (column layout) */
@media (max-width: 992px) {
  .process-step-1::before,
  .process-step-3::before {
    display: none;
  }
}
/* 📱 Below 1440px */
@media (max-width: 1440px) {
  .process-step-1::before,
  .process-step-3::before {
    height: calc(100% - 177px);
    bottom: -19px;
    margin-left: -95px;
  }
}

/* 📱 Below 1200px */
@media (max-width: 1200px) {
  .process-step-1::before,
  .process-step-3::before {
    height: calc(100% - 219px);
    bottom: -30px;
    margin-left: -60px;
  }
}

/* 📱 Below 992px: Layout becomes vertical, so hide lines */
@media (max-width: 992px) {
  .process-step-1::before,
  .process-step-3::before {
    display: none;
  }
}

/* 📱 Below 480px: For safety — make sure it’s hidden */
@media (max-width: 480px) {
.shopify-section-group-header-group{
  width:101%;
}
  .banner-section{
    width: 101%;
  }
  .benefits-marquee-section{
    width: 101%;
  }
  .process-step-1::before,
  .process-step-3::before {
    display: none;
  }
  .process-subtitle{
    display: flex;
        margin: 16px 0px 16px;
        justify-content: left
  }
  .process-title{
    display: flex;
    text-align: left;
    font-size:34px;
    margin-bottom: 24px;
  }
  .timeline-vertical-line svg {
    display: block;
    /* max-height: 870px; */
  }
}
/* Below 1440px */
@media (max-width: 1440px) {
  .process-step-2::after,
  .process-step-4::after {
    top: -81px;
    margin-left: -80px;
  }
}

/* Below 1200px */
@media (max-width: 1200px) {
  .process-step-2::after,
  .process-step-4::after {
    top: -35px;
    margin-left: -77px;
  }
}

/* Below 992px */
@media (max-width: 992px) {
  .process-step-2::after,
  .process-step-4::after {
    display: none;
  }
}

/* Below 480px */
@media (max-width: 480px) {
  .process-step-2::after,
  .process-step-4::after {
    display: none;
  }
}
/* Below 1440px */
@media (max-width: 1440px) {
  .process-step-2::before,
  .process-step-4::before {
    height: calc(100% - 147px);
    top: -60px;
    left: 15%;
  }
}

/* Below 1200px */
@media (max-width: 1200px) {
  .process-step-2::before,
  .process-step-4::before {
    height: calc(100% - 201px);
    top: -23px;
    left: 12%;
  }
}

/* Below 992px */
@media (max-width: 992px) {
  .process-step-2::before,
  .process-step-4::before {
    display: none;
  }
}
/* Responsive */
@media (max-width: 480px) {
  .process-structure {
    flex-direction: row;
    align-items: center;
    padding-bottom: 0;
    gap: 66px
  }
   
  .process-items-wrapper {
    flex-direction: column;
    height: auto;
    align-items: center;
    gap: 25px;
  }
.process-item .icon-circle
 {
   margin-bottom: 12px;
 }

  .process-item {
    max-width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    text-align: start;
  }

  .process-step-1,
  .process-step-2,
  .process-step-3,
  .process-step-4 {
    margin-top: 0 !important;
    margin-left: 0 !important;
    order: unset;
  }

  .process-item::after,
  .process-step-1::before,
  .process-step-2::before,
  .process-step-3::before,
  .process-step-4::before {
    display: none;
  }

  .step-number {
    transform: none; 
    font-size: 95px;
    color: #f0f0f0;
    margin-top: -66px;
    right: -45px;
  }

  .timeline-horizontal-line {
    display: none;
  }
}
/* Below 480px */
@media (max-width: 480px) {
  .process-step-2::before,
  .process-step-4::before {
    display: none;
  }
}



/* ################################################################################################################################   We Obses ############################################################################## */



@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');

#we-obsess {
  display: flex;
  height: 751px;
  font-family: 'Luckiest Guy', cursive;
}

.text-content {
  width: 50%;
  background-color: #f26d45;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-box {
  width: 640px;
  height: 471px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: white;
}

.section-title {
  font-size: 48px;
  font-weight: 400;
  line-height: 125%;
  margin: 0;
  letter-spacing: 0;
  color:#FFFFFF; 
  width: 100%;
}

.section-description {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  margin: 0;
  letter-spacing: 0;
}

.accordion {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  padding: 15px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  position: relative;
  transition: background 0.3s ease;
}

.accordion.active {
  background-color: rgba(255, 255, 255, 0.4);
}

.accordion-content {
  display: none;
  margin-top: 10px;
  font-size: 14px;
}

.accordion.active .accordion-content {
  display: block;
}

.image-content {
  width: 50%;
  background: url('images/7db504b9782777d2a0e7dfb32ad73d75b66ba064.jpg') center/cover no-repeat;
}
.accordion {
  position: relative;
  padding-right: 50px;
  font-size: 20px;
}

.accordion-icon {
  position: absolute;
  right: 15px;
 margin-top: 15px;
  transform: translateY(-50%);
  width: 30px;
  height: auto;
}


/* ✅ Below 1440px */
@media (max-width: 1440px) {
  .text-box {
    width: 90%;
  }

  .section-title {
    font-size: 42px;
  }

  .section-description {
    font-size: 16px;
  }
}


/* ✅ Below 1200px */
@media (max-width: 1200px) {
  .section-title {
    font-size: 36px;
  }

  .accordion {
    font-size: 18px;
  }

  .accordion-icon {
    width: 25px;
  }
}


/* ✅ Below 992px (Tablet View) */
@media (max-width: 992px) {
  #we-obsess {
    flex-direction: column-reverse;
    height: auto;
  }

  .image-content,
  .text-content {
    width: 100%;
  }

  .image-content {
    height: 400px;
    background-size: cover;
    background-position: center;
  }

  .text-content {
    padding: 30px 20px;
    align-items: flex-start;
  }

  .text-box {
    width: 100%;
    height: auto;
  }

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

  .section-description {
    font-size: 15px;
  }

  .accordion {
    font-size: 16px;
    padding: 14px;
  }

  .accordion-icon {
    width: 22px;
    top: 22px;
  }
}


/* ✅ Below 768px (Small Tablet / Landscape Mobile) */
@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }

  .accordion {
    font-size: 15px;
  }

  .accordion-icon {
    width: 20px;
    top: 11px;
  }
}




/* resposive  */
@media (max-width: 480px) {
  .accordion-header{
    width: 90%;
  }
  #we-obsess {
    flex-direction: column-reverse; /* This flips the order */
    height: auto;
    padding-top: 16px;
  }
    #ingredient {
      padding-top: 16px;
    }
 
  .image-content {
    width: 101%;
    height: 415px;
    background-size: cover;
    background-position: center;
  }

  .text-content {
    width: 101%;
    padding: 20px 16px;
    align-items: flex-start;
  }

  .text-box {
    width: 100%;
    height: auto;
  }

  .section-title {
    font-size: 34px;
    line-height: 125%;
    display: flex;
    text-align: start;
  }

  .section-description {
    font-size: 14px;
    line-height: 1.6;
    display: flex;
    text-align: start;
  }

  .accordion {
    font-size: 14px;
    padding: 12px;
  }

  .accordion-icon {
    width: 20px;
    right: 10px;
    margin-top:11px;
  }
}


/* ############################################################################################################################################### ingrediant ############################################################## */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&family=Luckiest+Guy&display=swap');

#ingredient {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  font-family: 'Poppins', sans-serif;
  max-width: 1920px;
  margin: auto;
}

/* ✅ Heading Section */
.ingredient-heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  box-sizing: border-box;
}

.ingredient-heading h2 {
  font-family: 'Luckiest Guy', cursive;
  font-weight: 400;
  font-size: 48px;
  line-height: 125%;
  margin: 0;
  text-align: center;
  width: 667px;
  height: 120px;
  margin-left: 710px;
  margin-bottom: -106px;
}

/* ✅ Image Section */
.ingredient-image {
  width: 50%;
  background: url('images/f3e4d13e3c4f0bcd3a13073faa37826fe8f0017b.png') center/contain no-repeat;
  background-color: #fff;
  margin-left: 0;
  height: 545px;
}
.
/* ✅ Text Section */

.ingredient-text {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 40px;
  box-sizing: border-box;
}

/* .ingredient-text{
  height: 0px !important;
  width: 0 px ! important;
} */
.ingredient-content {
  width: 667px;
  gap: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ingredient-content p {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  line-height: 152%;
  margin: 0;
}

/* ✅ Buttons */
.ingredient-buttons {
  display: flex;
  gap: 12px;
}

.btn {
  /* height: 55px; */
  padding: 14px 30px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  border: none;
  border-radius: 30px;
  padding-top: 2%;
}

.btn.green {
  background-color: #0F4A12;
  color: #EBF466;
  border: 1px solid black;
  font-size: 18px;
}

.btn.yellow {
  background-color: #EBF466;
  color: black;
  border: 1px solid black;
  font-size: 18px;
}

/* ========== ✅ MEDIA QUERIES ========== */

/* ✅ Desktop Above 1200px — WORKING */
@media (min-width: 1200px) {
  .ingredient-heading h2 {
    font-size: 48px;
    color:black;
    margin-left: 651px;
    height: auto;
    letter-spacing: 0;
    margin-top: 35px;
    margin-bottom: -50px;
  }
}

/* ✅ Tablet View - max-width 1200px */
@media (max-width: 1200px) {
  .ingredient-heading h2 {
    font-size: 38px;
    margin-left: -116px;
    width: 100%;
    height: auto;
    text-align: center;
  }

  .ingredient-image,
  .ingredient-text {
    width: 50%;
    padding: 30px;
    z-index: -999;
  }

  .ingredient-content {
    width: 90%;
  }

  .ingredient-content p {
    font-size: 18px;
  }

  .btn {
  
         padding: 5px 20px;;
  }
  .btn.green,.btn.yellow {
      font-size: 16px;
  }
}


/* ✅ Below 992px */
@media (max-width: 992px) {
  #ingredient {
    flex-direction: column;
  }

  .ingredient-heading h2 {
    font-size: 30px;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }

  .ingredient-image,
  .ingredient-text {
    width: 100%;
    padding: 20px;
    z-index: -999;
  }

  .ingredient-content {
    width: 100%;
    gap: 16px;
  }

  .ingredient-content p {
    font-size: 16px;
  }

  .btn {
    font-size: 14px;
  }
}

/* ✅ Below 768px */
@media (max-width: 768px) {
  #ingredient {
    flex-direction: column;
  }

  .ingredient-heading {
    order: 1;
    padding: 20px;
  }

  .ingredient-heading h2 {
    font-size: 34px;
    line-height: 1.3;
    text-align: center;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    height: auto;
  }

  .ingredient-image {
    order: 2;
    width: 100%;
    height: 250px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
  }

  .ingredient-text {
    order: 3;
    width: 100%;
    padding: 20px;
  }

  .ingredient-content {
    width: 100%;
  }

  .ingredient-content p {
    font-size: 16px;
    text-align: start;
  }

  .ingredient-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    width: 100%;
    max-width: 453px;
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .ingredient-content p {
    font-size: 20px;
    line-height: 152%;
    text-align: left; /* or 'center' if you prefer */
    margin-top: 24px;
  }
}
@media (max-width: 992px) {
  .ingredient-content p {
    font-size: 16px;
    line-height: 1.6;
  }
}





.icon-circle {
  position: relative;
}

.svg-line-mobile {
  position: absolute;
  top: 50%;
  left: -74px;
  height: 12px;
  display: none;
  transform: translateY(-50%);
  z-index: -1;
}

@media (max-width: 767px) {
  .svg-line-mobile {
    display: block;
  }
}

@media (max-width : 480px){
   .ingredient-image{
   max-width: 430px;
       max-height: 235px;
    margin-left: 0px; 
  }
}
.ingredient-heading123{
  font-family: Luckiest Guy;
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 125%;
    letter-spacing: 0%;
    margin-top: 120px;
}
/* Default visibility */
.ingredient-heading-mobile {
  display: block;
}

.ingredient-heading-desktop {
  display: none;
}

/* Media Query for screens > 425px */
@media (min-width: 990px) and (max-width: 1920px){
      .ingredient-image {
        margin-top: -110px
      }
}


.icon-circle{
  display: flex;
width: 42px;
height: 42px;
padding: 10.062px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 7.187px;
  border-radius: 717.998px;
background: var(--ORANGE, #E8754C);
}
