.common_margin {
  margin: 72px 0;
}
.common_padding {
  padding: 72px 0;
}
.common40_bottom {
  margin-bottom: 72px;
}
.common40_top {
  margin-top: 72px;
}
.banner {
  background-image: url(../images/hero-background.webp);
  padding-top: 90px;
  padding-bottom: 534px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.certifications_quality {
  background-image: url(../images/certificate-background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 53px 0;
  margin-bottom: 72px;
}
.certifications_quality_right {
  display: flex;
  justify-content: flex-end;
}
.certifications_quality_left {
  display: flex;
  align-items: center;
  height: 100%;
}
.certifications_quality_left_inner h2{
color:#2B2B2B;
font-size:42px;
line-height: 52px;
font-weight: 600;
font-family: "Poppins", sans-serif;
}
.certifications_quality_left_inner h2 span{
  display:block;
}
.certifications_quality_left_inner p{
  padding-top:20px;
  width:95%;
  color:#555555;
  font-size:16px;
  line-height: 26px;
}
.banner_inner h1 {
  color: #4caf50;
  font-size: 52px;
  line-height: 62px;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
}
.banner_inner h1 span {
  display: block;
  font-size: 74px;
  line-height: 84px;
}
.h1_span_one,
.h1_span_two {
  position: relative;
  top: -32px;
}
.banner_inner p {
  margin-top: 30px;
  color: #555555;
  font-size: 22px;
}
.banner_p_span_one {
  color: #13a339;
}
.banner_p_span_two {
  color: #ff4347;
}
.banner_p_span_three {
  color: #ff7700;
}
.always_fresh_left {
  background-color: #e9eedb;
  border-radius: 20px;
  padding: 32px 27px 0 27px;
}
.always_fresh_left h2 span,
.always_fresh_right_text h2 span {
  font-family: "Poppins", sans-serif;
  color: #2f8d26;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-left: 12px;
}
.always_fresh_left h3,
.always_fresh_right_text h3 {
  margin-top: 12px;
  display: inline-block;
  color: #2b2b2b;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  border-bottom: 2px solid #2f8d26;
}
.always_fresh_left p,
.always_fresh_right_text p {
  margin-top: 20px;
  color: #555555;
  font-size: 16px;
  line-height: 26px;
}
.always_fresh_left_img {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.always_fresh_right_inner {
  background-color: #f5f5c4;
  border-radius: 20px;
  padding: 0 0 35px 30px;
  overflow: hidden;
  height: 100%;
}
.always_fresh_right {
  display: flex;
  justify-content: flex-end;
}
.premium_makhana_inner h2 {
  font-family: "Poppins", sans-serif;
  color: #2b2b2b;
  font-size: 42px;
  line-height: 52px;
  font-weight: 600;
}
.premium_makhana_inner h3 {
  margin-top: 20px;
  color: #555555;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.premium_makhana_inner p {
  margin-top: 20px;
  color: #555555;
  font-size: 16px;
  line-height: 26px;
}
.premium_makhana_block {
  margin-top: 50px;
  background-color: #e5e5e5;
  border-radius: 20px;
  padding: 32px 20px;
}
.premium_makhana_block_text_right p {
  color: #2b2b2b;
  font-size: 22px;
}
.premium_makhana_block_text_left h5 {
  color: #2b2b2b;
  font-size: 24px;
  font-weight: 600;
}
.premium_makhana_block_text_left h6 {
  color: #828282;
  font-size: 18px;
  font-weight: 600;
  margin-left: 10px;
  text-decoration: line-through;
}
.premium_makhana_block_button {
  margin-top: 20px;
}

/* ---------- RESET ---------- */
:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0;
}

/* ---------- BUTTON WRAPPER ---------- */
.premium_makhana_block_button {
  margin-top: 20px;
}

/* ---------- BASE BUTTON ---------- */
.btn_new {
  position: relative;
  display: inline-block;
  background: #ff7f0f;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 100%;
  border-radius: 30px;
}
.btn_new i {
  font-size: 18px;
}
/* ---------- BUTTON TEXT ---------- */
.btn_new span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 15px 24px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  transition: color 0.3s ease;
}

/* ---------- FILL LAYER ---------- */
.btn_new::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0; /* START FROM RIGHT */
  width: 100%;
  height: 100%;
  background: #ffbf0f; /* NORMAL BACKGROUND */
  transition: width 0.35s ease;
  z-index: 1;
}

/* ---------- SLIDE RIGHT EFFECT ---------- */
.btn_new.hover-filled-slide-right:hover::before {
  width: 0; /* REMOVE FILL ON HOVER */
}

/* ---------- HOVER TEXT COLOR ---------- */
.btn_new.hover-filled-slide-right:hover span {
  color: #fff;
}

/* ---------- OPTIONAL ROUNDED VERSION ---------- */
.who_we_are {
  background-image: url(../images/who-we-are-background.webp);
  padding: 76px 0 164px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.who_we_are_inner h2 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 600;
  line-height: 52x;
  font-family: "Poppins", sans-serif;
  margin-bottom: 8px;
}
.who_we_are_inner p {
  margin-top: 12px;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  width: 55%;
}
.who_we_are_img {
  margin-top: 30px;
}
.who_we_are_img h6 {
  margin-top: 14px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
/* Section */
.why-makhana-section {
  background: #fff;
}

/* Title */
.why-title {
  font-weight: 600;
  font-size: 42px;
  font-family: "Poppins", sans-serif;
  line-height: 52px;
  color: #2b2b2b;
}

/* UL Layout */
.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
}

/* LI */
.why-list li {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  color: #2b2b2b;
  flex: 0 0 auto;
  white-space: nowrap;
}

/* CHECK ICON USING ::after */
.why-list li::after {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #2e7d32;
  font-weight: 700;
  font-size: 16px;
}
.power_packed_with_inner {
  width: 80%;
  margin: 0 auto;
}
.power_packed_with {
  background-color: #f0f0f1;
  margin-top: 72px;
}
.power_packed_with_inner h2 {
  color: #2b2b2b;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.power_packed_with_inner h2 span {
  margin-left: 5px;
  color: #4caf50;
}
.power_packed_with_img {
  margin-top: 45px;
}

.power_packed_with_ul_li ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(6, auto); /* 6 columns trick */
  justify-content: center;
  gap: 12px 40px;
}

/* li common style */
.power_packed_with_ul_li ul li {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  color: #555555;
  line-height: 1.6;
  white-space: nowrap;
  font-weight: 600;
  font-style: italic;
}

/* check icon */
.power_packed_with_ul_li ul li::after {
  content: url(../images/power-section-grow-icon.webp);
  position: absolute;
  left: 0;
  top: 2px;
  color: #2e7d32;
  font-weight: 700;
}

/* first row: 3 items */
.power_packed_with_ul_li ul li:nth-child(1) {
  grid-column: 1 / 3;
}
.power_packed_with_ul_li ul li:nth-child(2) {
  grid-column: 3 / 5;
}
.power_packed_with_ul_li ul li:nth-child(3) {
  grid-column: 5 / 7;
}

/* ⭐ second row: CENTER LAST TWO */
.power_packed_with_ul_li ul li:nth-child(4) {
  grid-column: 2 / 4;
}
.power_packed_with_ul_li ul li:nth-child(5) {
  grid-column: 4 / 6;
}
.power_packed_with_ul_li {
  margin-top: 30px;
}
.get_in_touch_with_us_inner {
  width: 80%;
  margin: 0 auto;
}
.get_in_touch_with_us_right h2 {
  color: #2b2b2b;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
  font-family: "Poppins", sans-serif;
}
.get_in_touch_with_us_right p {
  color: #2b2b2b;
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
}
.get_in_touch_with_us_right_form {
  margin-top: 32px;
}
.form-label {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 600;
}
.custom_control {
  height: 50px;
  background-color: #e2e2e2;
  color: #767676;
}
.message_control {
  background-color: #e2e2e2;
  color: #767676;
}
.custom_control:focus,
.message_control:focus {
  box-shadow: none;
  background-color: #e2e2e2;
}
::placeholder {
  color: #e2e2e2;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #e2e2e2;
}
.get_in_touch_with_us_left {
  display: flex;
  align-items: center;
  height: 100%;
}
.premium_makhana_block_text {
  margin-top: 20px;
}
.premium_makhana_block_img img {
  height: 196px;
  object-fit: cover;
}
/* ---------- RESPONSIVE ---------- */

/* Tablet */
@media (max-width: 991px) {
  .power_packed_with_ul_li ul {
    grid-template-columns: repeat(2, auto);
  }

  .power_packed_with_ul_li ul li {
    grid-column: auto !important;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .power_packed_with_ul_li ul {
    grid-template-columns: 1fr;
    justify-content: flex-start;
  }
}

/* ---------- RESPONSIVE ---------- */

/* Tablet */

/* Mobile */
@media (max-width: 575px) {
  .why-list {
    flex-direction: column;
  }
  .why-list li {
    flex: 100%;
  }
}

.site_footer {
  background-image: url(../images/footer-background.webp);
  padding: 70px 0 20px 0;
  position: relative;
  overflow: hidden;
  margin-top: 72px;
  background-repeat: no-repeat;
  background-size: cover;
}

/* footer titles */
.footer_title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

/* logo */
.footer_logo img {
  max-width: 140px;
  margin-bottom: 10px;
}
.footer_logo p {
  font-size: 16px;
  color: #2f8d26;
  margin-top: 30px;
}

/* links */
.footer_links,
.footer_contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_links li {
  margin-bottom: 8px;
}
.footer_links a {
  font-size: 16px;
  color: #2b2b2b;
  text-decoration: none;
}
.footer_links a:hover {
  color: #4caf50;
}

/* contact icons using after */
.footer_contact li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 8px;
  font-size: 16px;
  color: #2b2b2b;
}
.footer_contact .email a,
.footer_contact .phone a,
.footer_contact .whatsapp a {
  color: #2b2b2b !important;
}
.footer_contact li::after {
  position: absolute;
  left: 0;
  top: 2px;
  font-family: bootstrap-icons;
  color: #4caf50;
}

.footer_contact .phone::after {
  content: url(../images/footer-call-icon.webp);
}
.footer_contact .whatsapp::after {
  content: url(../images/footer-whatsapp-icon.webp);
}
.footer_contact .email::after {
  content: url(../images/footer-email-icon.webp);
}
.footer_contact .location::after {
  content: url(../images/footer-location-icon.webp);
}

.phone_header a {
  position: relative;
  color: #4caf50 !important;
  font-weight: 600;
  padding-left: 30px;
  font-style: italic !important;
}
.phone_header a::after {
  position: absolute;
  left: 0;
  top: 2px;
  font-family: bootstrap-icons;
  color: #4caf50;
}
.phone_header a::after {
  content: url(../images/footer-call-icon.webp);
}
/* social icons */
/* .footer_social a{
  display:inline-flex;
  width:34px;
  height:34px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#4CAF50;
  color:#fff;
  margin-right:8px;
  font-size:14px;
  text-decoration:none;
}
.footer_social a:hover{
  background:#2e7d32;
} */

/* bottom */
.footer_bottom {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 70px;
  padding-top: 20px;
  font-size: 12px;
  color: #555;
}
.product_details_premium_makhana {
  padding: 60px 0;
  margin: 60px 0;
  background-color: #f5f5c4;
}

.product-section {
  padding-top: 60px;
}

.product-image-box {
  background: #e5e5e5;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
}

.product-image-box img {
  max-width: 100%;
  height: 360px;
  object-fit: cover;
}

.product-title {
  font-size: 42px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #2b2b2b;
  line-height: 52px;
}

.product-desc {
  color: #555555;
  line-height: 26px;
  margin-top: 20px;
}
.product_details_price_section {
  padding: 30px 0;
}
.price {
  font-size: 52px;
  font-weight: 600;
  color: #2b2b2b;
}

.old-price {
  text-decoration: line-through;
  color: #828282;
  margin-left: 10px;
  font-size: 32px;
}

.weight {
  font-weight: 600;
}
.product_details_price_section_last {
  color: #2b2b2b;
  font-size: 28px;
}
.product_details_price_section_quantity strong {
  color: #2b2b2b;
  font-size: 18px;
}
.btn_new909 {
  width: unset;
  background: #ffbf0f !important;
  color: #fff !important;
}
.btn_new909::before {
  transition: none;
  background: #ffbf0f !important;
  color: #fff !important;
}
.btn_new909 span {
  width: unset;
  padding: 10px 70px;
  color: #000 !important;
}
.btn_new9091 {
  width: unset;
  background: #4caf50 !important;
  color: #fff !important;
}
.btn_new9091::before {
  transition: none;
  background: #4caf50 !important;
  color: #fff !important;
}
.btn_new9091 span {
  width: unset;
  padding: 10px 70px;
  color: #fff !important;
}
/* ===== Quantity ===== */
.quantity-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.qty-btn {
  width: 28px;
  height: 28px;
  border-radius: 5px;
  border: none;
  background: #28a745;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.qty-value {
  min-width: 30px;
  text-align: center;
  font-weight: 600;
}

/* ===== Buttons ===== */
.btn-cart {
  background: #28a745;
  color: #fff;
  border-radius: 30px;
  padding: 10px 30px;
}

.btn-buy {
  background: #ffc107;
  color: #000;
  border-radius: 30px;
  padding: 10px 30px;
}

/* ===== PROGRESS BAR WRAPPER ===== */
.progress_bar_new_section {
  padding: 60px 0;
}
.progress-wrapper {
  display: flex;
  align-items: center; /* CENTER line with circles */
  justify-content: space-between;
  width: 100%;
}

/* ===== STEP ===== */
.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50px;
  flex-shrink: 0;
  text-align: center;
}

/* ===== CIRCLE ===== */
.circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #cfcfcf;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 14px;
  color: #fff;
}

/* ===== LABEL ===== */
.progress-step p {
  margin-top: 8px;
  font-size: 14px;
  white-space: nowrap;
  color: #333;
}

/* ===== DOTTED LINE (PERFECT CENTER) ===== */
.progress-line {
  flex: 1;
  height: 0;
  border-top: 2px dashed #cfcfcf;
  margin: 0 14px;
  position: relative;
  top: -10px;
}

/* ===== COMPLETED ===== */
.completed .circle {
  background: #28a745;
  border-color: #28a745;
}
.pending_circle .circle {
  background: #bdbdbd;
}

.progress-line.completed {
  border-color: #28a745;
}

/* ===== ACTIVE ===== */
.active .circle {
  background: #bdbdbd;
  border-color: #28a745;
}
.progress_bar_new_section_two_left h5 {
  color: #2b2b2b;
  font-size: 42px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.checkout_section_from_new_modification {
  margin-top: 32px;
}
.full_name_label_class {
  color: #2b2b2b;
  font-weight: 600;
}
.checkout_input_field {
  height: 49px;
  border-radius: 8px;
  background-color: #e2e2e2;
  color: #767676;
  font-size: 16px;
}
.checkout_input_field:focus {
  box-shadow: none;
  background: #e2e2e2;
}
.checkout_input_field_new_section {
  height: 49px;
  border-radius: 8px;
  background-color: #e2e2e2;
  color: #767676;
  font-size: 16px;

  /* IMPORTANT */
  padding-right: 40px;
  background-position: right 12px center;
  background-size: 16px 12px;
}

.checkout_input_field_new_section:focus {
  box-shadow: none;
  background-color: #e2e2e2;
}
.form_check_label_custom {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 600;
}

.progress_bar_new_section_two_right .cart-box {
  background: #f5f6c8;
  border-radius: 12px;
  padding: 40px;
}

.progress_bar_new_section_two_right .cart-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 32px;
  font-family: "Poppins", sans-serif;
}

.progress_bar_new_section_two_right .product-img {
  width: 55px;
  height: 55px;
  border-radius: 6px;
  background: #fff;
  padding: 5px;
}

.progress_bar_new_section_two_right .price {
  font-weight: 600;
  font-size: 28px;
  color: #2b2b2b;
}

.progress_bar_new_section_two_right .divider {
  border-top: 1px solid #ccc;
  margin: 36px 0;
}

.progress_bar_new_section_two_right .summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 6px;
}

.progress_bar_new_section_two_right .summary-total {
  font-weight: 700;
}

.progress_bar_new_section_two_right .coupon-box {
  display: flex;
  background: #fff;
  border-radius: 20px;
  padding: 4px;
  margin: 15px 0;
  justify-content: space-between;
}

.progress_bar_new_section_two_right .coupon-box input {
  border: none;
  outline: none;
  padding-left: 10px;
  flex: 1;
}

.progress_bar_new_section_two_right .apply-btn {
  background: #f5c400;
  border: none;
  border-radius: 20px;
  padding: 6px 15px;
  font-weight: 600;
}

.progress_bar_new_section_two_right .pay-btn {
  background: #4caf50;
  color: #fff;
  border-radius: 25px;
  padding: 10px;
  font-weight: 600;
  width: 100%;
  border: none;
}

.progress_bar_new_section_two_right .footer-text {
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
  color: #2b2b2b;
  font-weight: 600;
}

.progress_bar_new_section_two_right_img {
  background-color: #e5e5e5;
  border-radius: 4px;
  padding: 22px 10px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress_bar_new_section_two_right_img img {
  height: 64px;
  object-fit: cover;
}
.progress_bar_new_section_two_right .premium_checkout_one {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 600;
}
.progress_bar_new_section_two_right .premium_checkout_two {
  margin: 12px 0;
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 600;
}
.progress_bar_new_section_two_right .summary-row .summary_row_one {
  color: #696969;
  font-size: 18px;
  font-weight: 600;
}
.progress_bar_new_section_two_right .summary-row .summary_row_two {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: bold;
}
.progress_bar_new_section_two_right .summary-row {
  margin-bottom: 24px;
}
.progress_bar_new_section_two_right .summary-total .summary_total_one {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: bold;
}
.progress_bar_new_section_two_right .summary-total .summary_total_two {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: bold;
}
.coupon_box_block_img {
  position: absolute;
  top: 7px;
  left: 13px;
}
.progress_bar_new_section_two_right .coupon-box input {
  padding-left: 51px;
  padding-top: 6px;
  color: #000;
}
.progress_bar_new_section_two_right .coupon_box_block input::placeholder {
  color: #000;
  opacity: 1; /* important for Chrome / Edge */
}

/* Cart Wrapper */
.cart_page_top_heading_section {
  padding-top: 60px;
}
.coupon_box_cart_section {
  flex-direction: column;
  background: unset !important;
}
.cart-title9087 {
  border-bottom: 1px solid #434343;
}
.cart_page_top_heading_section_right .cart-wrapper {
  width: 100%;
}

/* Title */
.cart-title_new_section_block456 {
  font-size: 42px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 32px;
}

/* Cart Item */
.cart_page_top_heading_section_right .cart-item {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  margin-bottom: 14px;
  position: relative;
}

/* Product Image */
.cart_page_top_heading_section_right .cart-img {
  width: 107px;
  height: 107px;
  background: #eee;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cart_page_top_heading_section_right .cart-img img {
  width: 65px;
  object-fit: cover;
}

/* Product Text */
.cart_page_top_heading_section_right .item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #2b2b2b;
}

.cart_page_top_heading_section_right .item-size {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 600;
  margin: 12px 0;
}

/* Quantity */
.cart_page_top_heading_section_right .qty-box {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cart_page_top_heading_section_right .qty-btn {
  background: #4caf50;
  color: #fff;
  border: none;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}

/* Price */
.cart_page_top_heading_section_right .price {
  font-weight: 600;
  font-size: 28px;
  color: #2b2b2b;
}

/* Delete Icon */
.cart_page_top_heading_section_right .delete-icon {
  position: absolute;
  right: 10px;
  top: 20px;
  color: #ff4d4d;
  cursor: pointer;
  font-size: 16px;
}
.progress_bar_new_section_two_right4569 {
  margin-top: 90px;
}

.thank_you_new_section_first {
  padding: 60px 0;
}
.thank_you_new_section_first_inner h4 {
  margin-top: 40px;
  color: #2b2b2b;
  font-family: "Poppins", sans-serif;
  font-size: 62px;
  line-height: 72px;
  font-weight: 600;
}
.thank_you_new_section_first_inner h3 {
  color: #2b2b2b;
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
  font-size: 42px;
  line-height: 52px;
}
.thank_you_new_section_first_inner p {
  color: #555555;
  font-size: 16px;
  margin-top: 20px;
}
.order_card_inner_section,
.thank_you_new_section_fourth_inner {
  width: 70%;
  margin: 0 auto;
}
.thank_you_new_section_fourth {
  padding-top: 60px;
}

.order_card_inner_section .order-card {
  border: 1px solid #353535;
  border-radius: 20px;
  padding: 38px;
}

.order_card_inner_section .order-title,
.thank_you_new_section_fourth_inner .order-title {
  font-weight: 600;
  margin-bottom: 26px;
  color: #2b2b2b;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
}
.thank_you_new_section_fourth_inner h5 {
  color: #555555;
  font-size: 18px;
  font-weight: bold;
}
.order_card_inner_section .order-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 20px;
}
.order_card_inner_section .order-row .thank_you_order_one {
  color: #555555;
  font-size: 18px;
  font-weight: 600;
}
.order_card_inner_section .order-row .thank_you_order_one_success {
  color: #4caf50;
  font-size: 18px;
  font-weight: bold;
}
.order_card_inner_section .product-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 20px;
}

.order_card_inner_section .price {
  color: #555555;
  font-weight: bold;
  font-size: 18px;
}
.order_card_inner_section .view-more-btn {
  font-size: 18px;
  color: #555555;
  cursor: pointer;
  user-select: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.arrow-icon {
  transition: transform 0.3s ease;
}

/* Rotate arrow when open */
.arrow-icon.rotate {
  transform: rotate(180deg);
}
.order_card_inner_section .products_thankyou_span_one,
.order_card_inner_section .products_thankyou_span_two {
  color: #555555;
  font-weight: 600;
  font-size: 18px;
}

.order_card_inner_section .order-row .order_row_subtotal_one {
  color: #555555;
  font-size: 18px;
  font-weight: 600;
}
.order_card_inner_section .order-row .order_row_subtotal_two {
  color: #555555;
  font-size: 18px;
  font-weight: bold;
}

.order_card_inner_section .divider {
  border-top: 1px solid #e5e7eb;
  margin: 32px 0;
}

.thank_you_new_section_thired .download-link {
  font-size: 18px;
  color: #0d76ff;
  text-decoration: none;
  font-weight: 600;
}

.customer-details .customer_details_clients_details p {
  font-size: 16px;
  margin-bottom: 6px;
  color: #555555;
  font-weight: 600;
}
#orderExtra {
  display: none;
}
.thank_you_new_section_fourth_inner .customer-details {
  width: 60%;
}
.thank_you_new_section_fourth_inner .customer-details {
  margin-top: 20px;
  column-count: 2;
}
.customer_details_clients_details {
  display: flex;
  gap: 6px;
}

.error_section.error_class {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding-top: 60px;
}

.error_container.error_class {
  text-align: center;
  max-width: 720px;
}

/* Icon */
.error_icon_wrap.error_class {
  margin-bottom: 40px;
}

/* Heading */
.error_title.error_class {
  font-size: 62px;
  line-height: 72px;
  font-weight: 600;
  color: #2b2b2b;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

/* Description */
.error_text.error_class_one {
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 600;
}

/* Button */
.error_btn_wrap.error_class {
  margin-top: 57px;
}
.error_text.error_class {
  margin-bottom: 32px;
  color: #555555;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.error_text.error_class_two {
  color: #555555;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.error_btn.error_class {
  background: #4caf50;
  color: #fff;
  border: none;
  padding: 12px 35px;
  border-radius: 30px;
  font-size: 15px;
  transition: 0.3s;
}

.error_btn.error_class:hover {
  background: #43a047;
}
/* ================= WHATSAPP WRAPPER ================= */
.whatsapp_icon {
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 999;
}

/* ================= WHATSAPP BUTTON ================= */
.whatsapp_icon_block {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #4caf50;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.whatsapp_icon_block i {
  font-size: 35px;
  color: #ffffff;
}

/* ================= POPUP BOX ================= */
.whatsapp_popup {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 320px;
  height: 420px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  display: none;
}

/* Close Button */
.popup_close {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 26px;
  cursor: pointer;
  color: #444;
}
.cod-wrapper{
  background:#f6f8c9;
  border:1px solid #2B2B2B;
  border-radius:20px;
  padding:16px 24px;
  cursor:pointer;
}

.cod-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.cod-header h6{
  font-size:18px;
  font-weight:600;
  margin:0;
  color:#2B2B2B;
}

.cod-arrow{
  transition:0.3s ease;
}

/* Rotate arrow when open */
.cod-wrapper.active .cod-arrow{
  transform:rotate(180deg);
}

/* Body hidden by default */
.cod-body{
  display:none;
}

.cod-body p{
  font-size:16px;
  color:#555555;
  margin:20px 0;
  line-height: 26px;
}

/* Button */
.cod-btn{
  border:2px solid #4CAF50;
  color:#4CAF50;
  font-weight:600;
  border-radius:30px;
  background:transparent;
  padding:10px;
  transition:0.3s;
}

.cod-btn:hover{
  background:#4CAF50;
  color:#fff;
}
.privacy-policy-section{
  padding-top:72px;
}



.privacy-policy-title{
  font-size:28px;
  font-weight:600;
  margin-bottom:20px;
}

.privacy-policy-company{
  font-weight:600;
  margin-bottom:20px;
}

.privacy-policy-text{
  font-size:16px;
  line-height:26px;
  margin-bottom:20px;
  color:#555555;

}

.privacy-policy-heading{
  font-size:28px;
  font-weight:700;
  margin:40px 0 20px;
}
.privacy-policy-headingh3{
  color:#555555;
  font-size:18px;
  font-weight: 600;
}
.privacy-policy-list{
  padding-left:18px;
}

.privacy-policy-list li{
  margin-bottom:10px;
  font-size:15px;
  line-height:1.7;
}

.privacy-policy-contact p{
  margin-bottom:8px;
  font-size:15px;
}
.grievance_officer{
  color:#555555;
  font-size:16px;
  font-weight: 600;
}
.privacy_policy_banner{
  background-image: url(../images/privacy-policy-hero-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 117px 0;
}
.privacy_policy_banner_inner h1{
  color:#2B2B2B;
  font-size:42px;
  line-height: 52px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.privacy-policy-contact p a{
  color:#555555 !important;
  font-size:16px;
}
.terms_condition_banner{
  background-image: url(../images/terms-condition-hero-bg.webp);
}
/* ================= RESPONSIVE ================= */
@media (max-width: 576px) {
  .whatsapp_popup {
    width: 90vw;
    height: 75vh;
    right: -5px;
  }

  .order-card {
    padding: 15px;
  }
   .cod-wrapper{
    margin:40px 15px;
    padding:16px;
  }

  
}
/* Responsive Tweaks */
@media (max-width: 768px) {
  .cart_page_top_heading_section_right .cart-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .cart_page_top_heading_section_right .cart-item {
    padding: 10px;
  }
  .cart_page_top_heading_section_right .item-title {
    font-size: 13px;
  }
  .cart_page_top_heading_section_right .price {
    font-size: 16px;
  }
}

/* ===== RESPONSIVE SAFETY (NO BREAK) ===== */
@media (max-width: 576px) {
  .progress-wrapper {
    overflow-x: hidden;
  }
}
/* ---------- RESPONSIVE ---------- */
@media (max-width: 767px) {
  .footer_logo {
    text-align: center;
  }
}

@media only screen and (max-width: 1199px) {
}
@media (min-width: 768px) and (max-width: 991.98px) {
  
  .always_fresh_right_inner,
  .get_in_touch_with_us_right {
    margin-top: 40px;
  }
  .who_we_are_inner p {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .phone_header a::after {
    left: 16px;
  }
  .progress-line {
    top: -13px;
  }
  .progress_bar_new_section_two_right {
    margin-top: 40px;
  }
  .progress_bar_new_section_two_right4569 {
    margin-top: 0;
  }
  .cart_page_top_heading_section_right190357 {
    margin-top: 40px;
  }
  .order_card_inner_section,
  .thank_you_new_section_fourth_inner {
    width: 100%;
  }
  .thank_you_new_section_fourth_inner .customer-details {
    width: 91%;
  }
}
@media only screen and (max-width: 991px) {
.certifications_quality_right{
  justify-content: center;
  margin-top:40px;
}
.banner_inner h1 span {
    font-size: 56px;
    line-height: 66px;
}
.banner_inner h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .common_margin {
    margin: 50px 0;
  }
  .common_padding {
    padding: 50px 0;
  }
  .common40_bottom {
    margin-bottom: 50px;
  }
  .common40_top {
    margin-top: 50px;
  }
  .banner_inner h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .banner_inner p {
    font-size: 16px;
  }
  .h1_span_one,
  .h1_span_two {
    top: -10px;
    width: 14px;
  }
  .banner {
    background-image: url(../images/hero-background-bg-mobile.webp);
    padding-top: 54px;
    padding-bottom: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .always_fresh_left h3,
  .always_fresh_right_text h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .always_fresh_right_inner {
    margin-top: 20px;
  }
  .premium_makhana_inner h2,
  .who_we_are_inner h2,
  .why-title,
  .power_packed_with_inner h2,
  .get_in_touch_with_us_right h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .power_packed_with_inner h2 {
    text-align: center;
  }
  .power_packed_with_inner h2 span {
    display: block;
  }
  .premium_makhana_inner h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .premium_makhana_block_text {
    flex-direction: column;
    margin-top: 12px;
    justify-content: center !important;
    text-align: center;
    align-items: center;
  }
  .premium_makhana_block_text_left h5,
  .premium_makhana_block_text_left h6 {
    font-size: 16px;
  }
  .premium_makhana_block_text_right p {
    font-size: 14px;
  }
  .premium_makhana_block {
    padding: 25px 10px;
  }
  .btn_new span {
    padding: 8px 4px;
    font-size: 14px;
  }
  .premium_makhana_block_text_right {
    margin-top: 5px;
  }
  .who_we_are {
    background-image: url(../images/who-we-are-bg-mobile.webp);
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  .who_we_are_inner p {
    width: 100%;
  }
  .why-list {
    margin-top: 24px;
  }
  .power_packed_with_inner {
    width: 100%;
  }
  .power_packed_with_ul_li ul li {
    font-size: 16px;
  }
  .always_fresh_left,
  .always_fresh_right_text {
    padding: 27px 17px 0 17px;
  }
  .always_fresh_right_inner {
    padding: 0;
  }
  .get_in_touch_with_us_inner {
    width: 100%;
  }
  .get_in_touch_with_us_right {
    margin-top: 40px;
  }
  .get_in_touch_with_us_right p {
    margin-top: 12px;
  }
  .site_footer {
    background-image: url(../images/footer-mobile-bg.webp);
    padding: 50px 0 20px;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .footer_bottom {
    margin-top: 50px;
    padding-top: 20px;
  }
  .banner_inner p,
  .premium_makhana_inner h3,
  .premium_makhana_inner p {
    margin-top: 12px;
  }
  .why-list li {
    white-space: unset;
  }
  .product-title {
    font-size: 24px;
    line-height: 34px;
  }
  .btn_new9091 span,
  .btn_new909 span {
    padding: 10px 60px;
  }
  .product-desc {
    margin-top: 12px;
  }
  .product_details_price_section {
    padding: 20px 0;
  }
  .price {
    font-size: 28px;
  }
  .old-price {
    font-size: 18px;
  }
  .product_details_price_section_last {
    font-size: 16px;
  }
  .product-image-box img {
    height: 250px;
  }
  .progress-step p {
    white-space: unset;
    height: 43px;
  }
  .progress-line {
    top: -25px;
  }

  .progress_bar_new_section_two_left h5 {
    font-size: 24px;
    line-height: 34px;
  }
  .progress_bar_new_section {
    padding: 40px 0;
  }
  .checkout_section_from_new_modification {
    margin-top: 24px;
  }
  .progress_bar_new_section_two_right .cart-box {
    padding: 40px 15px;
  }
  .review_your_cart_section_inner {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .progress_bar_new_section_two_right .premium_checkout_one {
    font-size: 16px;
  }
  .progress_bar_new_section_two_right .price {
    font-size: 20px;
  }
  .progress_bar_new_section_two_right .divider {
    margin: 30px 0;
  }
  .progress_bar_new_section_two_right .coupon-box input {
    width: 100%;
  }
  .cart-title_new_section_block456 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 24px;
  }
  .cart_page_top_heading_section {
    padding-top: 40px;
  }
  .cart_item_flex_direction {
    flex-direction: column;
  }
  .cart_page_top_heading_section_right .item-title {
    font-size: 16px;
  }
  .cart_page_top_heading_section_right .price {
    font-size: 20px;
  }
  .thank_you_new_section_fourth_inner .customer-details {
    width: 100%;
  }
  .thank_you_new_section_first {
    padding: 40px 0;
  }
  .thank_you_new_section_fourth {
    padding-top: 40px;
  }
  .thank_you_new_section_first_inner h4 {
    font-size: 42px;
    line-height: 52px;
    margin-top: 20px;
  }
  .thank_you_new_section_first_inner h3 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 12px;
  }
  .thank_you_new_section_first_inner p {
    margin-top: 12px;
  }
  .order_card_inner_section .order-card {
    padding: 20px 15px;
  }
  .order_card_inner_section .order-title,
  .thank_you_new_section_fourth_inner .order-title {
    font-size: 18px;
  }
  .order_card_inner_section .order-row .thank_you_order_one,
  .order_card_inner_section .order-row .thank_you_order_one_success {
    font-size: 16px;
  }
  .order_card_inner_section .order-row {
    margin-bottom: 12px;
  }
  .view_more_toggle_thankyou_button {
    margin-top: 26px !important;
  }
  #orderExtra {
    margin-top: 26px;
  }
  .order_card_inner_section .products_thankyou_span_one,
  .order_card_inner_section .products_thankyou_span_two,
  .order_card_inner_section .price,
  .order_card_inner_section .order-row .order_row_subtotal_one,
  .order_card_inner_section .order-row .order_row_subtotal_two {
    font-size: 14px;
  }
  .order_card_inner_section .product-row {
    gap: 30px;
    align-items: center;
  }
  .order_card_inner_section .products_thankyou_span_two {
    white-space: nowrap;
  }
  .thank_you_new_section_fourth_inner .customer-details {
    column-count: 1;
  }

  .error_section.error_class {
    padding-top: 50px;
  }
  .error_title.error_class {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .error_icon_wrap.error_class {
    margin-bottom: 16px;
  }
  .error_text.error_class {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .error_text.error_class_one {
    margin-bottom: 12px;
  }
  .error_text.error_class_two {
    font-size: 16px;
  }
  .error_btn_wrap.error_class {
    margin-top: 24px;
  }
  .power_packed_with {
    margin-top: 50px;
  }
  .certifications_quality {
    background-image: url(../images/certificate-mobile-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 53px 0;
    margin-bottom: 50px;
}
.certifications_quality_left_inner{
  text-align: center;
}
.certifications_quality_left_inner h2{
  font-size:24px;
  line-height: 34px;
}
.certifications_quality_left_inner p{
  width: 100%;
}
    .banner_inner h1 span {
        font-size: 45px;
        line-height: 55px;
    }
    .privacy_policy_banner {
    background-image: url(../images/privacy-policy-mobile-hero-bg.webp);
    padding:75px 0;
}
.terms_condition_banner{
  background-image: url(../images/terms-condition-mobile-hero-bg.webp);
}
.privacy_policy_banner_inner h1{
  font-size:26px;
  line-height: 36px;
}
.privacy-policy-section {
    padding-top: 50px;
}
.privacy-policy-title{
    font-size:18px;
  }
  .privacy-policy-company{
    font-size:15px;
  }
  .privacy-policy-heading{
    font-size:18px;
    margin:20px 0;
  }
}
@media only screen and (max-width: 576px) {
  .progress-step p {
    font-size: 11px;
  }
}
@media only screen and (max-width: 535px) {
    .banner_inner h1 span {
        font-size: 40px;
        line-height: 50px;
    }
}
@media only screen and (max-width: 482px) {
    .banner_inner h1 span {
        font-size: 35px;
        line-height: 45px;
    }
        .banner_inner h1 {
        font-size: 24px;
        line-height: 34px;
    }
}
@media only screen and (max-width: 471px) {
  .product_details_block_section_button_group {
    flex-direction: column;
  }
  .btn_new9091 span,
  .btn_new909 span {
    width: 100%;
  }
}
@media (max-width: 445px) {
  .premium_makhana_block_img img {
    height: 140px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 428px) {
    .banner_inner h1 span {
        font-size: 30px;
        line-height: 40px;
    }
        .banner_inner h1 {
        font-size: 22px;
        line-height: 32px;
    }
}
@media only screen and (max-width: 374px) {
    .banner_inner h1 span {
        font-size: 23px;
        line-height: 33px;
    }
        .banner_inner h1 {
        font-size: 18px;
        line-height: 28px;
    }
}
@media (max-width: 370px) {
  .premium_makhana_block_img img {
    height: 100px;
    object-fit: cover;
  }
}
/* @media only screen and (max-width: 366px) {
  .banner_inner h1 {
    font-size: 23px;
    line-height: 33px;
  }
} */

label.error {
   color: red;
   font-size: 14px;
}
