/*
|------------------------------------------------------------------------------
| Contact us - ADITYA (contact-us.html)
|------------------------------------------------------------------------------
*/

.page[data-page=contact-us] .nav {
    background-color: #fff !important;
    color: #15191c !important;
}

.page[data-page=contact-us] .center{
    text-align: center !important;
    font-weight: 600 !important;
}


.page[data-page=contact-us] .contact-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(226, 226, 226, 0.1);
    padding: 20px;
    margin: 10px 10px 24px 10px;
    /* width: 100%; */
  }
  
  .page[data-page=contact-us] .contact-item {
    align-items: center;
  }
  
  .page[data-page=contact-us] .icon {
    background-color: #e5f0f7;
    padding: 10px;
    border-radius: 10px;
    margin-right: 15px;
  }
  
  .page[data-page=contact-us] .call-icon {
    background-color: #2D5A83; /* Icon background */
    width: 45px;
  }
  
  .page[data-page=contact-us] .whatsapp-icon {
    background-color: #2D5A83; /* WhatsApp color */
    width: 45px;
  }
  
  .page[data-page=contact-us] .details h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #323135;
  }
  
  .page[data-page=contact-us] .details p {
    color: #68656E;
    font-size: 16px;
    margin: 5px 0;
    line-height: 30px;
  }
  
  .page[data-page=contact-us] .details a {
    color: #2D5A83;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
  }

  .page[data-page=contact-us] .details .phone {
    color: #2D5A83;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    background: transparent;
    border: none;
    margin-left: -5px;
  }

  .page[data-page=contact-us] .details .maps {
    color: #2D5A83;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    background: transparent;
    border: none;
    margin-left: -5px;
    text-align: left;
  }
  
  .page[data-page=contact-us] .message-btn {
    background-color: transparent;
    width: 100%;
    border: 1px solid #d0d0d0;
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
  }

  .page[data-page=contact-us] .background{
    background-color: #faf9f5 !important;
  }

  .page[data-page=contact-us] .location-icon {
    background-color: #2D5A83; /* Icon background */
    width: 45px;
  }
  



  /*
|------------------------------------------------------------------------------
| About us - ADITYA (aboutus.html)
|------------------------------------------------------------------------------
*/

.page[data-page=aboutus] .nav {
  background-color: #fff !important;
  color: #2d2d2d !important;
}

.page[data-page=aboutus] .center{
  text-align: center !important;
  font-weight: 600 !important;
}


.page[data-page=aboutus] .background{
  background-color: #faf9f5 !important;
}

.page[data-page=aboutus] .heading{
  font-size: 20px;
  font-weight: 600 !important;
}

.page[data-page=aboutus] .text{
  font-size: 16px;
  color: #68656E;
}

.page[data-page=aboutus] .phone{
  background: transparent;
  border: none;
}

.page[data-page=aboutus] .stats-section {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
}

.page[data-page=aboutus] .stat-item {
  /* text-align: center; */
  /* margin-bottom: 10px; */
}

.page[data-page=aboutus] .stat-item h1 {
  font-size: 3rem;
  color: #2D5A83;
  margin-bottom: 5px;
  font-weight: 600 !important;
}

.page[data-page=aboutus] .stat-item p {
  font-size: 1.4rem;
  color: #333;
  font-weight: 600 !important;
}

.page[data-page=aboutus] .image-container {
  width: 100%;
  margin-top: 20px;
}

.page[data-page=aboutus] .image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


.page[data-page=aboutus] .team-section {
  text-align: center;
  padding: 10px 15px;
}

.page[data-page=aboutus] .team-section h1 {
  font-size: 2.5rem;
  /* color: #2D5A83; */
  font-weight: 600;
  /* margin-bottom: 30px; */
}

.page[data-page=aboutus] .team-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.page[data-page=aboutus] .team-member {
  background-color: #fff;
  padding: 20px;
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  text-align: center;
}

.page[data-page=aboutus] .team-member img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.page[data-page=aboutus] .team-member h2 {
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 1px !important;
  font-weight: 600 !important;
}

.page[data-page=aboutus] .team-member .role {
  font-size: 1.4rem;
  color: #2a457b;
  font-weight: bold !important;
}

.page[data-page=aboutus] .team-member .description {
  font-size: 1.4rem;
  color: #555;
  margin: 0 auto;
  max-width: 500px;
}


.page[data-page=aboutus] .process-section {
  text-align: center;
  /* padding: 10px 0px; */
}

.page[data-page=aboutus] .process-section h1 {
  font-size: 2.5rem;
  font-weight: 600;
}

.page[data-page=aboutus] .process-container {
  display: flex;
  justify-content: center;
}

.page[data-page=aboutus] .process-list {
  background-color: #fff;
  /* border-radius: 10px; */
  padding: 20px;
  list-style: none;
  width: 100%;
  max-width: 600px;
}

.page[data-page=aboutus] .process-list li {
  display: flex;
  /* align-items: center; */
  font-size: 1.4rem;
  color: #555;
  margin-bottom: 15px;
  text-align: left;
}

.page[data-page=aboutus] .process-list li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.page[data-page=aboutus] .image-container {
  /* margin-top: 30px; */
}

.page[data-page=aboutus] .image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}



.page[data-page=aboutus] .cow-care-section {
  text-align: center;
  background-color: transparent;
}

.page[data-page=aboutus] .cow-care-section h1 {
  font-size: 2.5rem;
  color: #131313;
  /* margin-bottom: 30px; */
  font-weight: 600 !important;
}

.page[data-page=aboutus] .cow-care-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  margin: 0 auto;
  /* background-color: #f0f8ff; */
  padding: 20px;
  border-radius: 10px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.page[data-page=aboutus] .cow-care-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}

.page[data-page=aboutus] .cow-care-text {
  font-size: 1.4rem;
  color: #68656E;
  line-height: 1.6;
  text-align: left;
}


.page[data-page=aboutus] .milking-section {
  text-align: center;
  background-color: #fff;
}

.page[data-page=aboutus] .milking-section h1 {
  font-size: 2.5rem;
  color: #131313;
  /* margin-bottom: 30px; */
  font-weight: 600 !important;
}

.page[data-page=aboutus] .milking-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  margin: 0 auto;
  /* background-color: #f0f8ff; */
  padding: 20px;
  border-radius: 10px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.page[data-page=aboutus] .milking-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}

.page[data-page=aboutus] .milking-text {
  font-size: 1.4rem;
  color: #68656E;
  line-height: 1.6;
  text-align: left;
}





.page[data-page=aboutus] .contact-section {
  background-color: #2D5A83;
  padding: 40px 20px;
  color: white;
  /* text-align: center; */
}

.page[data-page=aboutus] .contact-info h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-decoration: underline;
}

.page[data-page=aboutus] .contact-details p {
  margin: 10px 0;
  font-size: 1.2rem;
}

.page[data-page=aboutus] .contact-details i {
  margin-right: 10px;
  color: #ffffff;
}

.page[data-page=aboutus] .social-icons {
  margin: 20px 0;
}

.page[data-page=aboutus] .social-icon {
  margin: 0 10px;
  color: #ffffff;
  font-size: 2.4rem;
  text-decoration: none;
}

.page[data-page=aboutus] .social-icon:hover {
  color: #f0f0f0;
}

.page[data-page=aboutus] .copyright p {
  margin-top: 20px;
  font-size: 1.1rem;
  color: #dcdcdc;
}





  /*
|------------------------------------------------------------------------------
| Refern & Earn - ADITYA (refernandearn.html)
|------------------------------------------------------------------------------
*/

.page[data-page=refernandearn] .nav {
  background-color: #fff !important;
  color: #2d2d2d !important;
}

.page[data-page=refernandearn] .center{
  text-align: center !important;
  font-weight: 600 !important;
}


.page[data-page=refernandearn] .background{
  background-color: #faf9f5 !important;
}

.page[data-page=refernandearn] .heading{
  font-size: 30px;
  font-weight: 600 !important;
}




/* Default (desktop & tablet) */
.page[data-page="refernandearn"] .referral-section {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  text-align: center;
}

/* Small screens (≤767px) */
@media (max-width: 767px) {
  .page[data-page="refernandearn"] .referral-section {
    display: block;        /* ❌ no grid */
  }
}


.page[data-page=refernandearn] .referral-header {
  display: flex;
  justify-content: center;
  margin: auto;
}

.page[data-page=refernandearn] .referral-image {
  width: 100%;
  /* border-radius: 8px; */
}

.page[data-page=refernandearn] .referral-header h2 {
  font-size: 1.8rem;
  margin-top: 10px;
}

.page[data-page=refernandearn] .referral-header p {
  color: #333;
  font-size: 1rem;
  margin-top: 5px;
}

.page[data-page=refernandearn] .how-it-works {
  padding: 20px;
  /* background-color: #fff; */
}

.page[data-page=refernandearn] .how-it-works h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  /* background-color: #fff; */
  font-weight: 600 !important;
  text-align: left;
}


.page[data-page=refernandearn] .referral-code {
  padding: 15px;
  /* border: 1px solid #B8BFC2; */
  border-radius: 5px;
  margin-top: 20px;
  background-color: #fff;
}

.page[data-page=refernandearn] .sharecodebtn {
  background-color: #2D5A83;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.page[data-page=refernandearn] .code {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.page[data-page=refernandearn] .copy-btn {
  background-color: #2D5A83;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  /* width: 90%; */
  font-size: 16px;
}

.page[data-page=refernandearn] .copy-btn:hover {
  background-color: #2d5a83db;
}


.page[data-page=refernandearn] .step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  position: relative;
}

.page[data-page=refernandearn] .circle-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 15px;
}

.page[data-page=refernandearn] .circle {
  width: 30px;
  height: 30px;
  background-color: #2D5A83;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.page[data-page=refernandearn] .line {
  width: 2px;
  height: 50px;
  background-color: #2D5A83;
  position: absolute;
  top: 30px;
}

.page[data-page=refernandearn] .content h3 {
  margin: 0;
  font-size: 16px;
  color: #333;
}

.page[data-page=refernandearn] .content p {
  margin: 5px 0 0 0;
  font-size: 14px;
  color: #68656E;
  text-align: left;
}

.page[data-page=refernandearn] .step:last-child .line {
  display: none; /* Hide the line after the last step */
}










  /*
|------------------------------------------------------------------------------
| HOME - ADITYA (home.html)
|------------------------------------------------------------------------------
*/

.page[data-page=home] .nav {
  background-color: #fff !important;
  color: #2d2d2d !important;
}

#categoryMenu1 .toolbar-inner1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* This creates 4 equal-width columns */
  gap: 5px; /* Adjust the gap between items */
  /* padding: 10px; */
  width: 100%;
  /* background-color: #fff; */
}


.page[data-page=home] .margin-10{
  margin: 10px;
}

.page[data-page=home] .tab-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #0F3152 !important;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  /* padding: 10px; */
  background: transparent;
}

.page[data-page=home] .tab-link img {
  width: 66.3px;
  height: 66.3px;
  border-radius: 50%;
  margin-bottom: 10px;
  border: 1px solid #E2EDEB;
}

.page[data-page=home] .tab-link span {
  font-size: 12px;
  font-weight: bold;
}

.page[data-page=home] .tab-link:hover {
  background-color: #f5f5f5;
  border-radius: 10px;
  transition: 0.3s;

}

.page[data-page=home] #trendingMenu2 .toolbar-inner2 {
  overflow-x: auto; /* Allows horizontal scrolling */
  white-space: nowrap; /* Keeps items in a single row */
  padding: 5px;
  display: flex;
}



.page[data-page=home] .content-block-title small.pull-right-text a {
  color: #0F3152;
  font-weight: 400;
  font-size: 12px;
}

.page[data-page=home] .pull-right-text {
  float: right !important;
}

/* Ensure the anchor tag displays as a block to include the entire product card */
.page[data-page=home] .product-card-link {
  display: block;
  /* Ensure the link covers the entire card */
  text-decoration: none;
  /* Remove default underline */
  color: inherit;
  /* Inherit text color from parent */
}

/* Styling for the product card */
.page[data-page=home] .product-card {
  width: 143px;
  height: 180px;
  /* Height of the card */
  background-color: #ffffff;
  /* Background color of the card */
  border-radius: 16px;
  /* Rounded corners of the card */
  border: 1px solid #DEDEDE;
  /* Border stroke color */
  padding: 10px 10px 5px 10px;
  /* Padding inside the card */
  display: flex;
  flex-direction: column;
  /* Stack elements vertically */
  justify-content: space-between;
  /* Space between elements */
  overflow: hidden;
  /* Hide any overflow content */
  margin: 3px;
}

/* Styling for the product image */
.page[data-page=home] .product-image {
  width: 60px;
  /* Full width of the card */
  height: 110px;
  /* Height of the product image */
  margin-bottom: 10px;
  /* Space below the image */
  align-self: center;
}

/* Styling for the product name */
.page[data-page=home] .product-name {
  font-size: 12px;
  /* Font size for the product name */
  color: #333;
  /* Text color */
  margin-bottom: 5px;
  /* Space below the name */
  text-align: left;
  font-weight: bold;
  white-space: normal;
  /* Allows text to wrap to the next line */

}

/* Styling for the product quantity */
.page[data-page=home] .product-quantity {
  font-size: 12px;
  /* Font size for the quantity */
  color: #A3A4A3;
  /* Text color for quantity */
}

/* Container for price and add button */
.page[data-page=home] .price-add-container {
  display: flex;
  /* Align items in a row */
  justify-content: space-between;
  /* Space between price and button */
  align-items: center;
  /* Center align vertically */
  width: 100%;
  /* Take full width of card */
  padding: 5px 0;
  /* Padding for spacing */
}

/* Styling for the product price */
.page[data-page=home] .product-price {
  font-size: 12px;
  /* Font size for the price */
  font-weight: 600;
  /* Semi-bold font weight for the price */
  color: #333;
  /* Text color for price */
  white-space: nowrap;
  /* Prevent text wrapping */
}

/* Styling for the add button */
.page[data-page=home] .add-button {
  border: 1px solid #2D5A83;
  color: #2D5A83;
  border-radius: 6px;
  background-color: #faf9f5;
  padding: 5px 10px;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
  font-weight: bold;
}

.page[data-page=home] .textOnInput {
  position: relative !important;
  border-radius: 5px;
  width: 100%;
  /* padding: 2px; */
  margin-top: 10px;
}

.page[data-page=home] .textOnInput label {
  position: absolute !important;
  top: 18px !important;
  left: 23px !important;
  padding: 2px !important;
  z-index: 1 !important;
  font-weight: 200;
  background-color: #ffffff;
}

.page[data-page=home] .textOnInput label:focus {
  color: #2D5A83;
}

m.page[data-page=home] .form-control2 {
  display: block;
  width: 100%;
  height: 56px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #676A69;
  border-radius: 4px;
  margin-top: 50px;
}

.page[data-page=home] .form-control2:focus {
  border-color: #2D5A83;
} 


  /*
|------------------------------------------------------------------------------
| sub-category-products - ADITYA (sub-category-products.html)
|------------------------------------------------------------------------------
*/

.page[data-page=sub-category-products] .nav {
  background-color: #fff !important;
  color: #2d2d2d !important;
}

.page[data-page=sub-category-products] {
    background-color: #faf9f5;
}

.page[data-page=sub-category-products] li {
  display: grid;
}


  /*
|------------------------------------------------------------------------------
| FAQ's - ADITYA (fq.html)
|------------------------------------------------------------------------------
*/

.page[data-page=fq] {
  background-color: #faf9f5;
}


/*.page[data-page=fq] .tabs {
  overflow-x: auto; 
white-space: nowrap; 
padding: 3px;
display: flex;
}

.page[data-page=fq] .tab-link {
    padding: 7px 20px;
    cursor: pointer;
    border: none;
    background-color: #ffffff;
    border-radius: 24px;
    font-size: 16px;
    margin: 3px;
    border: 1px solid #E4E2E0;
}*/


.page[data-page=fq] .tabs {
    overflow-x: hidden;
    white-space: normal;
    display: flex;
    flex-direction: column;
}

.page[data-page=fq] .tab-link {
    padding: 7px 20px;
    cursor: pointer;
    border: none;
    background-color: #ffffff;
    border-radius: 18px;
    font-size: 12px;
    margin: 3px;
    border: 1px solid #E4E2E0;
}

.page[data-page=fq] .tab-link.active {
    background-color: #2D5A83;
    color: white;
}
.page[data-page=fq] ul{
  list-style-type: none; /* Remove the dots */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
}
.page[data-page=fq] a{
  text-decoration: none;
}

.page[data-page=fq] .tab-content {
    display: none;
}

.page[data-page=fq] .tab-content.active {
    display: block;
}

.page[data-page=fq] .accordion-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

.page[data-page=fq] .item-link {
  font-size: 14px;
  color: #323135;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 10px;
    cursor: pointer;
    font-weight: 600;
}

.page[data-page=fq] .item-title {
  display: grid;
  grid-template-columns: 90% 10%;  
  align-items: center;              
  cursor: pointer;              
}

.page[data-page=fq] .item-title > *:nth-child(1) {
  padding: 0px 5px 0px 5px;
}

.page[data-page=fq] .rotate-icon {
  transition: transform 0.3s ease;  /* Smooth transition for rotation */
}

.page[data-page=fq] .rotate-icon.rotated {
  transform: rotate(180deg);  
}

.page[data-page=fq] .item-content {
    /* display: flex;
    justify-content: space-between; */
}

.page[data-page=fq] .accordion-item-content {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
}

.page[data-page=fq] .faq-question {
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px solid #68656E;
}

.page[data-page=fq] .faq-answer {
    display: none;
    border-bottom: 1px solid #68656E;
}





  /*
|------------------------------------------------------------------------------
| OTHER CSS - ADITYA
|------------------------------------------------------------------------------
*/

.navbar-fixed .page>.searchbar, .navbar-fixed>.searchbar, .navbar-through .page>.searchbar, .navbar-through>.searchbar {
  background-color: #2D5A83;
}


.navbar-fixed .navbar, .navbar-through .navbar {
  background-color: #fff;
  color: #131313;
}

/* Hide scrollbars on all elements */
* {
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none;  /* For Internet Explorer and Edge */
}

*::-webkit-scrollbar {
  display: none;  /* For Chrome, Safari, and Opera */
}



/* DRAWER */


.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6); /* Dark semi-transparent background */
  opacity: 0; /* Hidden by default */
  visibility: hidden; /* Hidden by default */
  transition: opacity 0.3s ease; /* Smooth transition */
  z-index: 999; /* Below the drawer */
}

.drawer {
  position: fixed;
  bottom: -250px; /* Hide the drawer below the screen */
  left: 0;
  right: 0;
  height: 250px;
  background-color: #fff;
  transition: bottom 0.3s ease; /* Smooth transition */
  z-index: 1000; /* Above the overlay */
  border-radius: 10px 10px 0px 0px;
}

.drawer-content {
  padding: 20px;
}

#close-button {
  padding: 10px 20px;
  font-size: 16px;
}

.edit-name{
  font-weight: 600;
  text-align: center;
  color: #151E1D;
  font-size: 16px;
}


input[type="text"] {
  width: 100%;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

#updateNameBtn {
  height: 40px !important;
  width: 100%;
  font-size: 16px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 5px;
  background-color: #2D5A83 !important;
  border: none;
  color: #fff;
  margin-top: 35px;
}

#updateNameBtn:hover {
  background-color: #2D5A83;
  opacity: 0.9;
}

/* Subscription Cart */

.page[data-page=myPlans] .drawer {
  position: fixed;
  bottom: -480px; /* Hide the drawer below the screen */
  left: 0;
  right: 0;
  height: 480px;
  background-color: #fff;
  transition: bottom 0.3s ease; /* Smooth transition */
  z-index: 1000; /* Above the overlay */
  border-radius: 10px 10px 0px 0px;
}

.page[data-page=myPlans] input[type="date"] {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #D0D5DD;
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
}

/* Container for the toggle */
.page[data-page=myPlans] .toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
  margin-top: 10px;
  margin-bottom: -10px;
}

/* Hide the default checkbox */
.page[data-page=myPlans] .toggle input {
  display: none;
}

/* Slider */
.page[data-page=myPlans] .slider {
  position: absolute;
  cursor: pointer;
  background-color: #F2F4F7;
  transition: 0.4s;
  border-radius: 30px;
  width: 44px;
  height: 24px;
}

/* Circle inside the slider */
.page[data-page=myPlans] .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 1px;
  top: 1.8px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.page[data-page=myPlans] .pause-text{
  font-size: 16px;
  color: #878787;
  font-weight: 400;
}


/* When checked: change background color and move the circle */
.page[data-page=myPlans] input:checked + .slider {
  background-color: #2D5A83;
}

.page[data-page=myPlans] input:checked + .slider:before {
  transform: translateX(19.2px);
}

/* Yes and No labels */
.page[data-page=myPlans] .toggle-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: bold;
  color: white;
  color: #ffffff00;
  pointer-events: none;
  transition: 0.4s;
}

.page[data-page=myPlans] .yes {
  left: 10px;
  opacity: 0;
}

.page[data-page=myPlans] .no {
  right: 10px;
  opacity: 1;
}

/* Swap visibility of Yes/No based on checkbox state */
.page[data-page=myPlans] input:checked ~ .yes {
  opacity: 1;
}

.page[data-page=myPlans] input:checked ~ .no {
  opacity: 0;
}

.page[data-page=myPlans] .date-text {
  color: #878787;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
}

.page[data-page=myPlans] #updateChangesBtn {
  cursor: pointer;
  font-weight: bold;
  margin-top: 26px;
  height: 56px !important;
  width: 100%;
  font-size: 16px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 5px;
  background-color: #2D5A83 !important;
  border: none;
  color: #fff;
}


.page[data-page=myPlans] #updateChangesBtn:hover {
  background-color: #2D5A83;
  opacity: 0.9;
}

.page[data-page=myPlans] #CancleSubscription {
  background-color: #ffffff;
  color: rgb(255, 60, 60);
  cursor: pointer;
  font-weight: bold;
  margin-top: 10px;
  height: 56px !important;
  width: 100%;
  font-size: 16px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 5px;
  border: none;
}

.page[data-page=myPlans] .delivery-flag-p{
  color: #B54708;
  background-color: #B5470820;
  font-size: 12px;
  font-weight: 400; 
  border-radius: 8px;
  padding: 10px 16px;
  text-align: center;
}

.page[data-page=myPlans] .delivery-flag-a{
  color: #0E8345;
  background-color: #13b86b20;
  font-size: 12px;
  font-weight: 400; 
  border-radius: 8px;
  padding: 10px 16px;
  text-align: center;
}

.page[data-page=myPlans] .delivery-flag-c{
  color: #FC5555;
  background-color: #FC555520;
  font-size: 12px;
  font-weight: 400; 
  border-radius: 8px;
  padding: 10px 16px;
  text-align: center;
}


/* calender | picker-calendar  */

.page[data-page=myPlans] .picker-calendar.picker-modal{
  border-radius: 12px;
}


.page[data-page=myPlans] .pauseModal {
  background: #fff;
  border-radius: 13px;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  z-index: 9999;
}

.page[data-page=myPlans] .pauseModal .modal-title {
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
}

.page[data-page=myPlans] .pauseModal .item-content {
  padding: 15px;
}

.page[data-page=myPlans] .pauseModal .button {
  margin: 15px;
}



.changeModal {
    height: auto;
    top: 15% !important;
    left: 10% !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    width: 80%;
    border-radius: 12px;
    border: none;
}

.changeModal li {
    padding-left: 16px;
    padding-right: 16px;
}
.changeModal li {
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
}
.changeModal .modal-title {
    font-size: 16px;
    padding: 15px;
    font-weight: 500;
    color: #2d5a83;
}





.cancelModal {
  height: auto;
  top: 15% !important;
  left: 10% !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  width: 80%;
  border-radius: 12px;
  border: none;
}

.cancelModal li {
  padding-left: 16px;
  padding-right: 16px;
}
.cancelModal li {
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
}
.cancelModal .modal-title {
  font-size: 16px;
  padding: 15px;
  font-weight: 500;
  color: #2d5a83;
}

.pauseModal {
  height: auto;
  top: 15% !important;
  left: 10% !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  width: 80%;
  border-radius: 12px;
  border: none;
  z-index: 9999;
}

.pauseModal li {
  padding-left: 16px;
  padding-right: 16px;
}
.pauseModal li {
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
}
.pauseModal .modal-title {
  font-size: 16px;
  padding: 15px;
  font-weight: 500;
  color: #2d5a83;
}


.resumeModal {
  height: auto;
  top: 15% !important;
  left: 10% !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  width: 80%;
  border-radius: 12px;
  border: none;
}
.resumeModal li {
  padding-left: 16px;
  padding-right: 16px;
}
.resumeModal li {
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
}
.resumeModal .modal-title {
  font-size: 16px;
  padding: 15px;
  font-weight: 500;
  color: #2d5a83;
}

/* Subscription Cart End*/


  /*
|------------------------------------------------------------------------------
| ORDERS and Subscription's - ADITYA (myPlans.html)
|------------------------------------------------------------------------------
*/

.page[data-page=myPlans] {
  background-color: #faf9f5;
}

/* Tabs Styling */
.page[data-page=myPlans] .tabs {
  display: flex;
  /* background-color: #ffffff; */
  border-radius: 8px;
  
}

.page[data-page=myPlans] .btn {
  background-color: transparent;
  border: none;
}

.page[data-page=myPlans] .o-s-tabs{
  background-color: #fff;
    padding: 10px;
    margin: 16px 120px 16px 120px;
}

.page[data-page=myPlans] .little-font{
  font-size: 12px !important;
  color: #878787 !important;
}

.page[data-page=myPlans] .bold{
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #323135 !important;
}

/* .page[data-page=myPlans] .margin-b-150{
  margin-bottom: 150px;
}
 */

.page[data-page=myPlans] .margin-b-150 {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* small = 1 column */
  gap: 20px;
  margin-bottom: 150px; /* from your original */
  padding: 10px;
}

/* Medium screens (tablets and up) */
@media (min-width: 768px) {
  .page[data-page=myPlans] .margin-b-150 {
    grid-template-columns: repeat(3, 1fr); /* medium+ = 3 columns */
  }
}





.page[data-page=myPlans] .taba {
  flex: 1;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  color: #131313;
}

.page[data-page=myPlans] .taba.active {
  background-color: #2D5A83;
  color: white;
}

/* Order Card Styling */
.page[data-page=myPlans] .full-width{
  width: 100% !important;
}

.page[data-page=myPlans] .subscription-card {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 10px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08);
}

.page[data-page=myPlans] .card-header {
  display: grid;
  grid-template-columns: 30% 40% 30%;
}

.page[data-page=myPlans] .product-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 16px;
}

.page[data-page=myPlans] .product-details {
  min-width: 120px;
}

.page[data-page=myPlans] .product-details .pname {
  font-size: 16px;
  margin-bottom: 4px;
  color: #323135;
  font-weight: 600 !important;
}
.page[data-page=myPlans] .product-details .quantity {
  font-size: 16px;
  color: #68656E;
}
.page[data-page=myPlans] .price {
  font-weight: bold;
  margin-top: 8px;
  font-size: 16px;
  color: #323135;
}

.page[data-page=myPlans] .edit-link {
  font-size: 14px;
  color: #2D5A83;
  text-decoration: underline;
  font-weight: 400;
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
}

.page[data-page=myPlans] .edit-link:hover {
  text-decoration: underline;
}

.page[data-page=myPlans] .card-body {
  padding: 16px;
}

.page[data-page=myPlans] .detail-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}

.page[data-page=myPlans] .delivery-time {
  font-size: 12px;
  color: #878787;
  margin-top: 8px;
}

.product-card-update-data{
  padding: 10px;
}

.page[data-page=myPlans] .product-card {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #E2EDEB;
}

.page[data-page=myPlans] .product-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page[data-page=myPlans] .product-title {
  font-size: 16px;
  font-weight: bold;
  color: #04060A;
}

.page[data-page=myPlans] .product-price {
  font-size: 14px;
  font-weight: bold;
  color: #04060A;
}

.page[data-page=myPlans] .product-volume {
  font-size: 10px;
  color: #A3A4A3;
}

.page[data-page=myPlans] .quantity-controls {
  display: flex;
  align-items: center;
  /* gap: 10px; */
}

.page[data-page=myPlans] .quantity-controls .button-p {
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 0px 5px 5px 0px;
  background-color: #2D5A83;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.page[data-page=myPlans] .quantity-controls .button-n {
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 5px 0px 0px 5px;
  background-color: #2D5A83;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.page[data-page=myPlans] .quantity-controls input {
  width: 44px;
  height: 28px;
  text-align: center;
  border: 1px solid #2D5A83;
}

.page[data-page=myPlans] .product-image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
}


.page[data-page=myPlans] .plan-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1009;
}

.page[data-page=myPlans] .plan-overlay2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1009;
}

.page[data-page=myPlans] .cancle-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1009;
}

/*
|------------------------------------------------------------------------------
| wallet-transaction-history - ADITYA (wallet-transaction-history.html)
|------------------------------------------------------------------------------
*/

.page[data-page=wallet-transaction-history] {
  background-color: #faf9f5;
}

/* Tabs Styling */
.page[data-page=wallet-transaction-history] .tabs {
  /* display: flex; */
  /* padding: 10px; */
  /* background-color: #ffffff; */
  border-radius: 8px;
  /* margin: 10px; */
  /* margin-top: 65px; */
  /* display: inline-flex; */
    width: 100%;
}
.page[data-page=wallet-transaction-history] .margin-b-150{
  margin-bottom: 150px;
}

.page[data-page=wallet-transaction-history] .taba {
  flex: 1;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  color: #131313;
}

.page[data-page=wallet-transaction-history] .o-s-tabs{
  background-color: #fff;
  padding: 10px;
  margin: 73px 16px 16px 16px;
}

.page[data-page=wallet-transaction-history] .taba.active {
  background-color: #2D5A83;
  color: white;
}


/* Order List Styling */
.page[data-page=wallet-transaction-history] .order-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Order Card Styling */
.page[data-page=wallet-transaction-history] .order-card {
  display: flex;
  gap: 10px;
  padding: 20px;
  background-color: white;
  border-bottom: 1px solid #E0E0E5;
}




/* Product Image */
.page[data-page=wallet-transaction-history] .product-image {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  object-fit: cover;
}

/* Order Info Section */
.page[data-page=wallet-transaction-history] .order-info {
  flex-grow: 1;
}

.page[data-page=wallet-transaction-history] .order-info h3 {
  font-size: 14px;
  /* margin-bottom: 5px; */
  font-weight: 600 !important;
}

.page[data-page=wallet-transaction-history] .order-info p {
  color: gray;
  margin-bottom: 5px;
}

.page[data-page=wallet-transaction-history] .price {
  font-weight: bold;
  color: black !important;
}

/* Order Status */
.page[data-page=wallet-transaction-history] .order-status {
  text-align: right;
}

.page[data-page=wallet-transaction-history] .status {
  display: inline-block;
  border-radius: 8px;
  padding: 10px 16px;
  text-align: center;
  border-radius: 12px;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 400 !important;
}


/* Status Colors */
.page[data-page=wallet-transaction-history] .upcoming {
  background-color: #2d5a8320;
  color: #2D5A83;
}

.page[data-page=wallet-transaction-history] .delivered {
  background-color: #d1e7dd;
  color: #198754;
}

.page[data-page=wallet-transaction-history] .order-date {
  font-size: 12px;
  color: gray;
}



/*
|------------------------------------------------------------------------------
| delivery-planner - ADITYA (delivery-planner.html)
|------------------------------------------------------------------------------
*/

.page[data-page=delivery-planner] {
  background-color: #faf9f5;
}


.page[data-page=delivery-planner] .status-indicators {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 12px;
  color: #878787;
  margin-top: 20px;
  margin: 10px;
  border-top: 1px solid #E2EDEB;
  padding: 20px;
}

.page[data-page=delivery-planner] .status-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.page[data-page=delivery-planner] .status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.page[data-page=delivery-planner] .delivered {
  background-color: #13B86B; /* Green */
}

.page[data-page=delivery-planner] .upcoming {
  background-color: #2D5A83; /* Dark Blue */
}

.page[data-page=delivery-planner] .vacation {
  background-color: #E90E00; /* Red */
}

.page[data-page=delivery-planner] .addvacationbtn{
  font-size: 14px;
color: #fff;
font-weight: 400;
text-align: center;
background: #2d5a83;
border: none;
padding: 10px;
display: flex;
margin: 10px;
width: 100%;
border-radius: 5px;
}


.page[data-page=delivery-planner] .drawer {
  position: fixed;
  bottom: -450px; /* Hide the drawer below the screen */
  left: 0;
  right: 0;
  height: 450px;
  background-color: #fff;
  transition: bottom 0.3s ease; /* Smooth transition */
  z-index: 1000; /* Above the overlay */
  border-radius: 10px 10px 0px 0px;
}


.page[data-page=delivery-planner] .textOnInput {
  position: relative !important;
  border-radius: 5px;
  width: 100%;
  /* padding: 2px; */
  margin-top: 30px;
}


.page[data-page=delivery-planner] .textOnInput label {
  position: absolute !important;
  top: -10px !important;
  left: 23px !important;
  padding: 2px !important;
  z-index: 1 !important;
  font-weight: 300;
  background-color: #fff;
}

.page[data-page=delivery-planner] label {
  font-size: 12px !important;
  color: #676A69;
  display: inline-block !important;
  margin-bottom: .5rem !important;
}

.page[data-page=delivery-planner] .form-control2 {
  display: block;
  width: 100%;
  height: 56px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #676A69;
  border-radius: 4px;
}

.page[data-page=delivery-planner] .medium-16px-text{
  font-size: 16px;
  font-weight: 600;
}



.page[data-page=delivery-planner] .date-picker-container {
  position: relative;
  margin-top: 40px;
}

.page[data-page=delivery-planner] #startdate {
  font-size: 16px;
  width: 100%;
  cursor: pointer;
}

.page[data-page=delivery-planner] #calendar-popup {
  display: none;
  position: absolute;
  top: -55%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 999;
  border-radius: 13px;
}


.page[data-page=delivery-planner] .calendar-popup {
  display: none;
  position: absolute;
  top: -55%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 999;
  border-radius: 13px;
}

.page[data-page=delivery-planner] .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  /* background-color: #4CAF50; */
  color: #000;
  font-size: 20px;
  font-weight: 300;
  padding-top: 30px;
}

.page[data-page=delivery-planner] .calendar-nav {
  background: none;
  border: none;
  color: #2D5A83;
  font-size: 28px;
  cursor: pointer;
}


.page[data-page=delivery-planner] .calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 0px;
}


.page[data-page=delivery-planner] .day-name {
  font-weight: bold;
  text-align: center;
  padding: 5px;
  font-size: 16px;
  color: #2d5a83;
}

.page[data-page=delivery-planner].calendar-day,
.day-name {
  width: calc(100% / 7); /* Divide grid into 7 columns */
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.page[data-page=delivery-planner].empty-cell {
  width: calc(100% / 7);
  height: 40px;
}

.page[data-page=delivery-planner] .calendar-day {
  text-align: center;
  padding: 5px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.2s;
  color: #000;
}

.page[data-page=delivery-planner] .calendar-day:hover {
  background-color: #f0f0f0;
}

.page[data-page=delivery-planner] .calendar-day.selected {
  background-color: #2D5A83;
  color: white;
  border-radius: 50%;
}


.page[data-page=delivery-planner] .calendar-month {
  position: absolute;
  left: 20px;
}

.page[data-page=delivery-planner] .prev-arrow{
  position: absolute;
  left: 78%;
}

.page[data-page=delivery-planner] .next-arrow{
  position: absolute;
  left: 88%;
}

.page[data-page=delivery-planner] .next-arrow-month{
  position: absolute;
  left: 100%;
  color: #2D5A83;
  font-size: 20px;
}

.page[data-page=delivery-planner] .addvacationbutton{
    height: 56px !important;
    width: 100%;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 5px;
    background-color: #2d5a83 !important;
    border: none;
    color: #fff;
    font-size: 16px;
    margin-top: 60px;
}

.page[data-page=delivery-planner] .editvacationbutton{
  height: 56px !important;
  width: 100%;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 5px;
  background-color: #2d5a83 !important;
  border: none;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}

.page[data-page=delivery-planner] .endvacationbutton{
  height: 56px !important;
  width: 100%;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 5px;
  background-color: #ffffff !important;
  border: 1px solid #2D5A83;
  color: #2D5A83;
  font-size: 16px;
  margin-top: 10px;
}

.page[data-page=delivery-planner] .products-list {
  margin-bottom: 100px;
}

.page[data-page=delivery-planner] .card-header{
  display: grid;
  grid-template-columns: 30% 45% 25%;
}

.page[data-page=delivery-planner] .product-image{
  width: 80px;
  height: 80px;
  border-radius: 6px;
}

.page[data-page=delivery-planner] .pname{
  color: #04060A;
  font-size: 16px;
  font-weight: 400;
}

.page[data-page=delivery-planner] .quantity{
  color: #A3A4A3;
  font-size: 12px;
  font-weight: 400;
}

.page[data-page=delivery-planner] .price{
  color: #04060A;
  font-size: 16px;
  font-weight: 400;
}

.page[data-page=delivery-planner] .dateSelect{
  background-color: #fff;
  color: #323135;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 26px;
}

.page[data-page=delivery-planner] .delivery-flag-d{
  color: #0E8345;
  background-color: #13b86b20;
  font-size: 12px;
  font-weight: 400; 
  border-radius: 8px;
  padding: 10px 16px;
  text-align: center;
}

.page[data-page=delivery-planner] .delivery-flag-n{
  color: #FC5555;
  background-color: #FC555520;
  font-size: 12px;
  font-weight: 400; 
  border-radius: 8px;
  padding: 10px 16px;
  text-align: center;
}

.page[data-page=delivery-planner] .delivery-flag-p{
  color: #B54708;
  background-color: #B5470820;
  font-size: 12px;
  font-weight: 400; 
  border-radius: 8px;
  padding: 10px 16px;
  text-align: center;
}

.page[data-page=delivery-planner] .delivery-flag-u{
  color: #2D5A83;
  background-color: #2d5a8320;
  font-size: 12px;
  font-weight: 400; 
  border-radius: 8px;
  padding: 10px 16px;
  text-align: center;
}

.page[data-page=delivery-planner] .subscription-card{
  background-color: #fff;
    padding: 10px 0px;
}

.page[data-page=delivery-planner] .vacationmsg{
  color: #A3A4A3;
  font-size: 12px;
  font-weight: 400;
}

.page[data-page=delivery-planner] .card-vacation{
  display: grid;
  grid-template-columns: 70% 27%;
  padding: 4px 16px;
  gap: 3%;
  align-items: center;
}


.page[data-page=delivery-planner] .editvacationbtn {
  font-size: 14px;
  color: #2D5A83;
  font-weight: 400;
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  border: none;
  text-align: center
}



/*
|------------------------------------------------------------------------------
| subscription-started  - ADITYA (subscription-started.html)
|------------------------------------------------------------------------------
*/
.page[data-page=subscription-started] .background {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative; 
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
}

.page[data-page=subscription-started] .background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  z-index: 0; 
}

.page[data-page=subscription-started] .subscription-container {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  margin-top: -50px;
  z-index: 1; 
}

.page[data-page=subscription-started] .lottie-container {
  margin-bottom: 10px;
}

.page[data-page=subscription-started] .lottie-container iframe {
  border: none;
}

.page[data-page=subscription-started] h2 {
  font-size: 28px;
  margin: 10px 0;
  color: #151E1D;
  font-weight: 400;
}

.page[data-page=subscription-started] p {
  font-size: 16px;
  color: #7C7C7C;
  margin-top: 5px;
  font-weight: 400;
}


/*
|------------------------------------------------------------------------------
| order-placed  - ADITYA (order-placed.html)
|------------------------------------------------------------------------------
*/
.page[data-page=order-placed] .background {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative; 
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
}

.page[data-page=order-placed] .background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  z-index: 0; 
}

.page[data-page=order-placed] .order-container {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  margin-top: -50px;
  z-index: 1; 
}

.page[data-page=order-placed] .lottie-container {
  margin-bottom: 10px;
}

.page[data-page=order-placed] .lottie-container iframe {
  border: none;
}

.page[data-page=order-placed] h2 {
  font-size: 28px;
  margin: 10px 0;
  color: #151E1D;
  font-weight: 400;
}







.Manrope-thin {
  font-family: "Manrope", serif;
  font-weight: 100;
  font-style: normal;
}

.Manrope-extralight {
  font-family: "Manrope", serif;
  font-weight: 200;
  font-style: normal;
}

.Manrope-light {
  font-family: "Manrope", serif;
  font-weight: 300;
  font-style: normal;
}

.Manrope-regular {
  font-family: "Manrope", serif;
  font-weight: 400;
  font-style: normal;
}

.Manrope-medium {
  font-family: "Manrope", serif;
  font-weight: 500;
  font-style: normal;
}

.Manrope-semibold {
  font-family: "Manrope", serif;
  font-weight: 600;
  font-style: normal;
}

.Manrope-bold {
  font-family: "Manrope", serif;
  font-weight: 700;
  font-style: normal;
}

.Manrope-extrabold {
  font-family: "Manrope", serif;
  font-weight: 800;
  font-style: normal;
}

.Manrope-black {
  font-family: "Manrope", serif;
  font-weight: 900;
  font-style: normal;
}

.Manrope-thin-italic {
  font-family: "Manrope", serif;
  font-weight: 100;
  font-style: italic;
}

.Manrope-extralight-italic {
  font-family: "Manrope", serif;
  font-weight: 200;
  font-style: italic;
}

.Manrope-light-italic {
  font-family: "Manrope", serif;
  font-weight: 300;
  font-style: italic;
}

.Manrope-regular-italic {
  font-family: "Manrope", serif;
  font-weight: 400;
  font-style: italic;
}

.Manrope-medium-italic {
  font-family: "Manrope", serif;
  font-weight: 500;
  font-style: italic;
}

.Manrope-semibold-italic {
  font-family: "Manrope", serif;
  font-weight: 600;
  font-style: italic;
}

.Manrope-bold-italic {
  font-family: "Manrope", serif;
  font-weight: 700;
  font-style: italic;
}

.Manrope-extrabold-italic {
  font-family: "Manrope", serif;
  font-weight: 800;
  font-style: italic;
}

.Manrope-black-italic {
  font-family: "Manrope", serif;
  font-weight: 900;
  font-style: italic;
}


/* ==================================================
   CONTACT US –   Akshata ( WEB CSS)
   ================================================== */
@media (min-width: 992px) {

  /* Page container */
  .page[data-page=contact-us] .page-content {
    /* max-width: 1150px; */
    margin: 20px auto;
  }

  /* Heading spacing fix */
  .page[data-page=contact-us] .center {
    margin-bottom: 12px !important;
    text-align: left !important;
  }

  .page[data-page=contact-us] h2,
  .page[data-page=contact-us] h3 {
    margin-bottom: 12px;
  }

  /* Contact Card */
  .page[data-page=contact-us] .contact-card {
    background-color: #ffffff;
    border-radius: 14px;
    padding: 28px 35px;
    margin: 0 0 18px 0; /* reduced gap */
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  /* Hover effect */
  .page[data-page=contact-us] .contact-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.08);
  }

  /* Layout alignment */
  .page[data-page=contact-us] .contact-item {
    display: flex;
    align-items: flex-start;
  }

  /* Icons */
  .page[data-page=contact-us] .icon {
    min-width: 55px;
    height: 55px;
    padding: 14px;
    margin-right: 22px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Text block */
  .page[data-page=contact-us] .details {
    flex: 1;
  }

  .page[data-page=contact-us] .details h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #1f2933;
  }

  .page[data-page=contact-us] .details p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 6px;
    color: #6b7280;
  }

  .page[data-page=contact-us] .details a,
  .page[data-page=contact-us] .details .phone,
  .page[data-page=contact-us] .details .maps {
    font-size: 15px;
    font-weight: 600;
    color: #2D5A83;
  }

  /* Button */
  .page[data-page=contact-us] .message-btn {
    width: auto;
    padding: 8px 22px;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    background-color: transparent;
    margin-top: 8px;
    transition: all 0.3s ease;
  }

  .page[data-page=contact-us] .message-btn:hover {
    background-color: #2D5A83;
    color: #ffffff;
    border-color: #2D5A83;
  }

  /* Map section */
  .page[data-page=contact-us] iframe {
    width: 100% !important;
    height: 360px !important;
    border-radius: 14px;
    margin-top: 30px;
  }
 
  

 .page[data-page=contact-us] .contact-card:first-of-type {
    margin-top: 10px !important;   
  }

}

/* ==================================================
   ABOUT US – Akshata (Web Css)
   ================================================== */
@media (min-width: 992px) {

  /* ---------- GLOBAL TEXT ALIGN ---------- */
  .page[data-page=aboutus] .center {
    text-align: left;
    margin-bottom: 16px;
  }

  /* ---------- HOW WE STARTED SECTION ---------- */
  .page[data-page=aboutus] .how-started-container {
    display: flex;
    flex-direction: column; 
    gap: 20px;
    max-width: 1200px;
    margin: 40px auto;
  }

  .page[data-page=aboutus] .how-started-container h2 {
    font-size: 2.5rem;
    color: #2D5A83; 
  }

  .page[data-page=aboutus] .how-started-container p {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333;
  }

  /* ---------- STATS SECTION ---------- */
  .page[data-page=aboutus] .stats-section {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
    align-items: center;
    padding: 60px 80px;
    max-width: 1200px;
    margin: 40px auto;
    gap: 20px;
  }

  .page[data-page=aboutus] .stat-item {
    flex: 1 1 22%;
    min-width: 200px; 
    text-align: center;
  }

  .page[data-page=aboutus] .stat-item h1 {
    font-size: 4.5rem;
    color: #2D5A83; 
    margin-bottom: 10px;
  }

  .page[data-page=aboutus] .stat-item p {
    font-size: 1.6rem;
    color: #333;
  }

  /* ---------- IMAGE FULL WIDTH ---------- */
  .page[data-page=aboutus] .image-container {
    max-width: 1200px;
    margin: 40px auto;
  }

  .page[data-page=aboutus] .image-container img {
    width: 100%;
    max-height: 520px;
    border-radius: 16px;
    object-fit: cover;
  }

  /* ---------- TEAM SECTION ---------- */
  .page[data-page=aboutus] .team-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: auto;
  }

  .page[data-page=aboutus] .team-member {
    flex: 1 1 30%;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
    text-align: center;
  }

  /* ---------- PROCESS SECTION ---------- */
  .page[data-page=aboutus] .process-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
  }

  .page[data-page=aboutus] .process-list {
    flex: 1 1 45%;
    border-radius: 14px;
    padding: 30px;
  }

  /* ---------- COW CARE SECTION (SIDE BY SIDE) ---------- */
  .page[data-page=aboutus] .cow-care-container {
    display: flex;
    flex-direction: row; 
    justify-content: space-between;
    align-items: center; 
    max-width: 1200px;
    margin: 40px auto;
    gap: 40px;
    flex-wrap: nowrap; 
  }

  .page[data-page=aboutus] .cow-care-image {
    flex: 0 0 45%; 
    border-radius: 14px;
  }

  .page[data-page=aboutus] .cow-care-text {
    flex: 0 0 55%; 
    font-size: 1.5rem;
    line-height: 1.8;
    color: #333;
  }

  /* ---------- MILKING SECTION (SIDE BY SIDE) ---------- */
  .page[data-page=aboutus] .milking-container {
    display: flex;
    flex-direction: row-reverse; 
    justify-content: space-between;
    align-items: center; 
    max-width: 1200px;
    margin: 40px auto;
    gap: 40px;
    flex-wrap: nowrap; 
  }

  .page[data-page=aboutus] .milking-image {
    flex: 0 0 45%;
    border-radius: 14px;
  }

  .page[data-page=aboutus] .milking-text {
    flex: 0 0 55%;
    font-size: 1.5rem;
    line-height: 1.8;
    color: #333;
  }

 /* ---------- CONTACT / FOOTER SECTION ---------- */
  .page[data-page=aboutus] .contact-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 80px 80px;
    max-width: 1800px;
    margin: auto;
    gap: 20px;
    background-color: #2D5A83; 
  }

  .page[data-page=aboutus] .contact-info {
    flex: 0 0 45%;
    min-width: 300px;
    text-align: left;
  }

  .page[data-page=aboutus] .contact-info h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #fff;
  }

  .page[data-page=aboutus] .contact-details p {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 10px;
  }

  .page[data-page=aboutus] .social-icons {
    flex: 0 0 45%;
    min-width: 300px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
  }

  .page[data-page=aboutus] .social-icons .social-icon {
    font-size: 2rem;
    color: #fff;
    transition: color 0.3s;
  }

  .page[data-page=aboutus] .social-icons .social-icon:hover {
    color: #f0f0f0;
  }

}


/* ==================================================
    FAQ –   Akshata ( WEB CSS)
   ================================================== */


@media (min-width: 992px) {

  .page[data-page=fq] .padding-page{
    padding-left: 180px; /* desktop padding */
    padding-right: 180px;
    padding-bottom: 80px;
    padding-top: 50px;
  }

  /* Tabs container */
  .page[data-page=fq] .tabs {
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    flex-direction: row; 
    gap: 15px;
    margin-bottom: 40px;
  }

  .page[data-page=fq] .tab-link {
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 24px;
    border: 1px solid #E4E2E0;
    background-color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .page[data-page=fq] .tab-link.active {
    background-color: #2D5A83;
    color: #fff;
    font-weight: 600;
  }

  /* Tab content */
  .page[data-page=fq] .tab-content {
    display: none;
  }

  .page[data-page=fq] .tab-content.active {
    display: block;
  }

  /* Accordion Items */
  .page[data-page=fq] .accordion-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.03);
  }

  .page[data-page=fq] .item-link {
    font-size: 16px;
    color: #323135;
    display: block;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: 600;
  }

  .page[data-page=fq] .item-title {
    display: grid;
    grid-template-columns: 90% 10%;
    align-items: center;
    cursor: pointer;
    padding: 0 15px;
  }

  .page[data-page=fq] .item-title > *:nth-child(1) {
    padding: 0 10px 0 0;
  }

  .page[data-page=fq] .rotate-icon {
    transition: transform 0.3s ease;
    font-size: 18px;
    color: #2D5A83;
  }

  .page[data-page=fq] .rotate-icon.rotated {
    transform: rotate(180deg);
  }

  .page[data-page=fq] .accordion-item-content {
    display: none;
    padding: 10px 20px 15px 20px;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    background-color: #faf9f5;
  }

  /* FAQ Question & Answer */
  .page[data-page=fq] .faq-question {
    cursor: pointer;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #2D5A83;
    border-bottom: 1px solid #ccc;
  }

  .page[data-page=fq] .faq-answer {
    display: none;
    padding: 10px 20px 15px 20px;
    font-size: 15px;
    line-height: 1.7;
    color: #323135;
    border-bottom: 1px solid #eee;
    background-color: #fff;
  }

  
  .page[data-page=fq] .accordion-item:last-child {
    margin-bottom: 40px;
    border-bottom: none;
  }

}

@media (min-width: 992px) {

  /* Main page wrapper */
  .page[data-page=signup] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #faf9f5;
  }

  /* Page content container */
  .page[data-page=signup] .page-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  /* Card / form block */
  .page[data-page=signup] .content-block {
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    padding: 28px 26px;
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    text-align: center;
  }

  /* Heading */
  .page[data-page=signup] h1 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2D2D2D;
  }

  /* Inputs & Select */
  .page[data-page=signup] input,
  .page[data-page=signup] select {
    width: 100%;
    height: 44px;           
    padding: 0 14px;           
    margin-bottom: 14px;
    border-radius: 8px;
    /* border: 1px solid #ddd; */
    font-size: 14px;
    line-height: 44px;         
    box-sizing: border-box;
  }

  /* Placeholder FIX */
  .page[data-page=signup] input::placeholder {
    color: #9a9a9a;
    font-size: 13.5px;
    line-height: 44px;         
  }

  /* Autofill fix (Chrome) */
  .page[data-page=signup] input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #2d2d2d;
    height: 44px;
    line-height: 44px;
  }

  /* Focus */
  .page[data-page=signup] input:focus,
  .page[data-page=signup] select:focus {
    outline: none;
    border-color: #2D5A83;
  }

  /* Button */
  .page[data-page=signup] button {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    background-color: #2D5A83;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: none;
  }

}



@media (min-width: 992px){

 .page[data-page=login1] #signUpBtn > button {
    padding: 6px 14px ;
    font-size: 17px ;
    border-radius: 16px ;
    width: auto ;
  }
}

@media (min-width: 992px){

  .page[data-page=mobile] {
  min-height: 100vh;
  background: #f5f7fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
}

/* Content block */
.page[data-page=mobile] .content-block {
  width: 100%;
  max-width: 360px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Form */
.page[data-page=mobile] #mobileSignupForm {
  width: 100%;
}

/* Input wrapper */
.page[data-page=mobile] .textInput {
  margin-bottom: 16px;
}

/* Label */
.page[data-page=mobile] label {
  font-size: 12px;
  font-weight: 500;
  color: #333;
  margin-bottom: 6px;
  display: block;
}

/* Mobile number input */
.page[data-page=mobile] #mobile {
  width: 100%;
  padding: 12px;
  font-size: 15px;
  /* border: 1px solid #ccc; */
  border-radius: 6px;
  outline: none;
}

.page[data-page=mobile] #mobile:focus {
  border-color: #1a73e8;
  box-shadow: 0 0 0 1px #1a73e8;
}

/* Error message */
.page[data-page=mobile] .input-error {
  font-size: 12px;
  color: #e53935;
  margin-top: 4px;
}

/* Button */
.page[data-page=mobile] .button,
.page[data-page=mobile] #registerSubmit {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  background: #1a73e8;
  color: #fff;
  cursor: pointer;
}

.page[data-page=mobile] .button:hover,
.page[data-page=mobile] #registerSubmit:hover {
  background: #1558b0;
}
.page[data-page=mobile] #mobile::placeholder {
  font-size: 12px;  
}

}


@media (min-width: 992px) {

  /* Page background only */
  .page[data-page=login] {
    min-height: 100vh;
    background: #f5f7fa;
    font-family: Arial, sans-serif;
  }

  /* Upar wala part bilkul normal rahega */
  .page[data-page=login] .navbar,
  .page[data-page=login] .nav,
  .page[data-page=login] .header {
    position: relative;
  }

  /* CARD ONLY – center via margin */
  .page[data-page=login] .content-block {
    max-width: 360px;
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);

    margin: 80px auto 0; 
  }

  /* Logo */
  .page[data-page=login] .login-block img {
    display: block;
    margin: 0 auto 16px;
    max-width: 110px;
  }

  /* Text */
  .page[data-page=login] h1,
  .page[data-page=login] p {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-bottom: 16px;
  }

  /* Input */
  .page[data-page=login] input {
    width: 100%;
    padding: 12px;
    font-size: 15px;
    border-radius: 6px;
    /* border: 1px solid #ccc; */
  }

  .page[data-page=login] input:focus {
    border-color: #1a73e8;
    box-shadow: 0 0 0 1px #1a73e8;
  }

  /* Button */
  .page[data-page=login] .button {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    background: #1a73e8;
    color: #fff;
  }

}

@media (min-width: 992px) {

  /* Page background */
  .page[data-page=otp] {
    min-height: 100vh;
    background: #f5f7fa;
    font-family: Arial, sans-serif;
  }

 
  .page[data-page=otp] 
  .content-block.otp-digits.zeromargin {
    max-width: 360px;
    background: #ffffff;
    padding: 22px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);

    margin: 80px auto 0;
    text-align: center;
  }

  /* OTP boxes */
  .page[data-page=otp] 
  .content-block.otp-digits.zeromargin input {
    width: 44px;
    height: 44px;
    margin: 0 4px;
    font-size: 18px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #ccc;
  }

  .page[data-page=otp] 
  .content-block.otp-digits.zeromargin input:focus {
    border-color: #1a73e8;
    box-shadow: 0 0 0 1px #1a73e8;
  }

  /* Continue button */
  .page[data-page=otp] button,
  .page[data-page=otp] .button {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    background: #1a73e8;
    color: #fff;
    border: none;
    margin-top: 16px;
  }

}






.responsive-grid-aditya {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important; /* Big screens */
  gap: 20px;
  margin: 10px;
}

/* Medium screens (tablets) */
@media (max-width: 1024px) {
  .responsive-grid-aditya {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* Small screens (mobiles) */
@media (max-width: 700px) {
  .responsive-grid-aditya {
    grid-template-columns: 1fr !important;
  }
}



.responsive-padding-cart {
  padding-top: 0 !important; padding-right: 150px !important; padding-bottom: 150px !important; padding-left: 150px !important;
}

/* Medium screens (tablets) */
@media (max-width: 1024px) {
  .responsive-padding-cart {
    padding-top: 0 !important; padding-right: 100px !important; padding-bottom: 100px !important; padding-left: 100px !important;
  }
}

/* Small screens (mobiles) */
@media (max-width: 700px) {
  .responsive-padding-cart {
    padding-top: 0 !important; padding-right: 10px !important; padding-bottom: 100px !important; padding-left: 10px !important;
  }
}
