/*
Theme Name:     Milmaa Child
Theme URI: 		https://milmaa.wpengine.com/
Author: 		the DesignThemes team
Author URI: 	http://themeforest.net/user/designthemes
Description:    Child theme for the Milmaa theme powered by DesignThemes
Template:       milmaa
Version:        1.0
*/

.loader1 {
  /* background-color: #aac26f !important; */
  background-color: #9ae2d4 !important;
}

#header-wrapper {
  margin: 0 0 20px;
  /* position: fixed;
  left: 0;
  right: 0;
  z-index: 99; */
}

/* #main {
  margin: 145px 0 0;
} */

#header-wrapper.header-top-absolute .main-title-section-wrapper {
  background-color: #007e3d;
}

.main-title-section-wrapper .breadcrumb-default-delimiter:before {
  background-color: #fff;
}

.commententries.rounded {
  display: none !important;
}

.header-top-absolute .header-on-slider {
  border-bottom: 2px solid #007e3d !important;
}

#back-to-top {
  background-color: #007e3d;
}

#back-to-top:hover {
  background-color: #1cdd7a;
}

#footer {
  float: none;
}

#footer a {
  color: #007e3d !important;
  font-weight: bold !important;
}

#footer a.elementor-social-icon {
  padding: 0;
  background-color: transparent;
}

#footer a.elementor-social-icon svg {
  width: 42px !important;
  height: 42px !important;
}

#footer a:hover {
  color: #a6ce39 !important;
}

.elementor-widget-image-box:hover .elementor-image-box-title a {
  color: #007e3d !important;
}

#header-wrapper.header-top-absolute .main-title-section-wrapper:before,
#header-wrapper.header-top-absolute .main-title-section-wrapper:after {
  display: none;
}

.services-block .elementor-image-box-img,
.home-tab-block .elementor-image-box-img img {
  margin: 0 auto !important;
}

.elementor-tab-title,
.elementor-tab-title a {
  display: block !important;
  box-shadow: none !important;
  border: 0 !important;
}

.elementor-tab-title a:hover,
.elementor-tab-title a.active {
  text-decoration: none !important;
}

.home-tab-block .e-n-tab-title:focus {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.product-tab-block .img,
.category-product-list .elementor-image-box-img {
  width: auto !important;
}

.product-tab-block img,
.category-product-list img,
.related-products img {
  width: auto;
  max-height: 260px;
  margin: 0 auto !important;
}

.mfx-primary-nav li a {
  cursor: pointer;
}

.category-block {
  max-width: 70% !important;
  margin: 0 auto !important;
}

.product-content ul li {
  padding-bottom: 0 !important;
}

.product-excerpt p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
}

.product-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}

.product-list .product-title a,
.product-list .product-title a:hover {
  color: #007e3d;
}

.product-list .single-product {
  text-align: center;
  flex: 1 1 calc(25% - 20px);
  max-width: 22.9%;
}

.related-products {
  text-align: center;
  cursor: default;
}

.related-products .slide {
  padding: 10px;
  box-sizing: border-box;
}

.related-products .slide img {
  max-width: 100%;
  height: auto;
  display: block;
}

.animalSelect,
.diseaseSelect {
  border: 1px solid #000;
}

.diseaseDetails {
  background: #c1cbd5;
  letter-spacing: 0;
  font-family: inherit;
  padding: 0px 25px 25px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
}

.diseaseDetails p {
  margin: 0;
  color: #000;
}

.diseaseDetails h2 {
  font-size: 24px;
  letter-spacing: 0;
  font-family: inherit;
  color: #007e3d;
  font-weight: bold;
}

.diseases-checklist-block .container {
  max-width: 900px;
  width: 100%;
  background: #fff;
  padding: 20px 25px 35px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.diseases-checklist-block h1 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 15px;
  color: #007e3d;
}

.diseases-checklist-block p {
  color: #000;
}

.diseases-checklist-block p.intro {
  text-align: center;
  margin-bottom: 20px;
  color: #555;
}

.diseases-checklist-block .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.diseases-checklist-block .form-group {
  flex: 1;
  min-width: 220px;
}

.diseases-checklist-block label {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}

.diseases-checklist-block select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.diseases-checklist-block select:focus {
  border-color: #3b82f6;
  outline: none;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.3);
}

.diseases-checklist-block .details {
  display: none;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 15px;
  max-height: 300px;
  overflow-y: auto;
}

.diseases-checklist-block .details h2 {
  margin-top: 0;
  font-size: 20px;
}

.diseases-checklist-block .details p {
  margin: 6px 0;
}

.diseases-checklist-block strong {
  color: #333;
}

.diseases-checklist-block .select2-container.select2-container--default {
  width: 100% !important;
  border: 1px solid #000 !important;
}

.diseases-checklist-block .flex-1 {
  margin-bottom: 15px;
  width: 100%;
}

.diseases-top-block {
  text-align: center;
}

.diseaseDetails img {
  width: 20px;
}

.tsvg-blocks-list {
  justify-content: center;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .mfx-header-menu .menu-container {
    display: block !important;
    padding: 20px 0 !important;
  }

  .mfx-header-menu .mobile-nav-container,
  .sub-menu .close-nav,
  .sub-menu .go-back,
  .sub-menu .see-all {
    display: none !important;
  }

  .why-sheetal-block ul li {
    font-size: 14px;
  }

  .product-list .product-title a,
  .product-list .product-title a:hover {
    font-size: 20px;
    line-height: 22px;
  }
}

.ug-slider-inner {
  margin-bottom: 20px !important;
}

.ug-thumb-generated {
  cursor: pointer !important;
}

.ug-thumb-wrapper .ug-thumb-border-overlay.ug-thumb-selected {
  border: 3px solid transparent !important;
}

.ug-thumb-wrapper .ug-thumb-border-overlay {
  border: 3px solid #000 !important;
}

.ug-gallery-wrapper .ug-slider-wrapper,
.ug-gallery-wrapper .ug-strip-panel {
  background: transparent !important;
}

.why-sheetal-block ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.why-sheetal-block ul li strong {
  color: #007e3d;
  margin-right: 5px;
  font-weight: 900;
}

.tag-line h2 {
  font-size: 32px !important;
}

.select2-container.select2-container--default {
  width: 100% !important;
}

.product-list .single-product ul {
  margin: 0;
}

/* Animal Filter */
.filter-container {
  max-width: 900px;
  margin: auto;
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.filter-container h2 {
  color: #007e3d;
  text-align: center;
}

.filter-section {
  margin-bottom: 25px;
}

.filter-section label {
  font-weight: 600;
  margin-right: 10px;
  display: block;
  margin-bottom: 8px;
  color: #555;
}

.filter-section select {
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-sizing: border-box;
  /* Ensures padding doesn't affect width */
}

.note {
  font-size: 12px;
  color: #777;
  margin-top: 20px;
  text-align: center;
}

/* New styles for the product display area */
.productDisplay {
  display: none;
  /* Hidden by default */
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.productName {
  margin: 10px 0;
  color: #007e3d;
  font-size: 1.5em;
}

.productImage {
  max-width: 300px;
  height: auto;
  margin-bottom: 10px;
}

.custom-content ul,
.custom-content ol {
  margin: 0;
  padding: 0 0 0 20px;
}

.custom-content li {
  margin: 0;
  line-height: normal;
}

.loader-text {
  display: none;
}

.loader-inner {
  position: relative;
}

.loader-inner:after {
  content: "";
  background-image: url(images/loader.gif);
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  height: 500px;
  display: inline-block !important;
  position: absolute;
  z-index: 99999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.mfx-custom-image-caption:before {
  background-color: #007e3d !important;
}

.mfx-custom-image-caption
  .elementor-widget-image
  .wp-caption
  .widget-image-caption {
  color: transparent !important;
  --fill-color: #fff !important;
  -webkit-text-stroke: 1px var(--fill-color) !important;
}

.mfx-custom-image-caption:hover
  .elementor-widget-image
  .wp-caption
  .widget-image-caption {
  color: #a6ce39 !important;
  -webkit-text-stroke: 1px #a6ce39 !important;
}

.wpcf7-form input[type="submit"],
.wpcf7-form input[type="button"],
.wpcf7-form button[type="button"],
.wpcf7-form button,
.wpcf7-form .button,
.wpcf7-form a.button {
  background-color: #007e3d !important;
}

.single-related-product .related-title a,
.single-related-product .related-title a:hover {
  color: #007e3d !important;
}

.mfx-custom-image-caption {
  background-color: #abc16f !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.lab-custom-text strong {
  color: #007e3d;
  font-weight: 900;
  font-size: 24px;
  line-height: 24px;
}

.vital-hover-image,
.mfx-custom-image-caption:hover .vital-image {
  display: none;
}

.mfx-custom-image-caption:hover .vital-hover-image {
  display: block;
}

.vital-second-image {
  margin-bottom: 20px;
}

.elementor-image-gallery .gallery-item img {
  width: 100%;
  object-fit: cover;
  /* height: auto;
  object-fit: cover; */
}

.tsvg-block-title-hover-layout-158985 {
  display: none !important;
}

.tsvg-lightbox-block-inner-158985:hover [data-tsvg-img="lImgZoom7"] {
  width: 100% !important;
}

.tsvg-blocks-list li {
  max-width: 50% !important;
}

.elementor-slideshow__footer.elementor-lightbox-prevent-close
  .elementor-slideshow__title {
  display: none !important;
}

.exhibition-image img,
.fare-image img,
.distribution-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  cursor: pointer;
  display: inline-block;
}

.home-icon-image {
  position: absolute;
  top: -110px;
  z-index: 9;
  left: 0;
  width: 200px !important;
}

/* .home-icon-image img {
  transform: translateX(-100%); 
  opacity: 0; 
  animation: slideInLeft 4s ease-out forwards;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%); 
    opacity: 0;
  }
  100% {
    transform: translateX(0); 
    opacity: 1; 
  }
} */

.elementor-image-gallery .gallery-item {
  padding: 0 9px !important;
}

/* Custom CSS for Responsive */
.slider-section img {
  width: 100%;
}

.related-products-wrapper {
  margin: 0 0 100px;
}

.related-products-wrapper h2 {
  margin: 0 0 50px;
  font-family: "Sen", Sans-serif;
  font-weight: 600;
  color: #007e3d;
  text-align: center;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  #header .elementor-section.elementor-section-boxed > .elementor-container,
  #header .mfx-header-tpl .sticky-header.elementor-section-boxed {
    padding: 15px !important;
    max-width: 100% !important;
    justify-content: space-between !important;
  }
}

@media only screen and (max-width: 1280px) {
  .logo-wrapper img {
    width: 120px !important;
    max-width: 120px !important;
  }

  footer .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
  }

  .product-tab-block img,
  .category-product-list img,
  .related-products img {
    max-height: 167px;
  }

  .product-tab-block .elementor-image-box-img {
    width: 100% !important;
    margin-bottom: 0 !important;
  }

  .hero-image-section > .elementor-container {
    justify-content: center !important;
  }

  .partner-block {
    width: 100% !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .container {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .veterinary-services-content-block {
    order: 1 !important;
  }

  .veterinary-services-image-block {
    order: 2 !important;
  }
}

@media only screen and (max-width: 1024px) {
  #header .elementor-section.elementor-section-boxed > .elementor-container,
  #header .mfx-header-tpl .sticky-header.elementor-section-boxed {
    padding: 15px !important;
    max-width: 100% !important;
  }

  .mobile-nav-container .menu-trigger {
    color: #007e3d !important;
  }

  .mobile-menu ul li.close-nav a:before,
  .mobile-menu ul li.close-nav a:after {
    background-color: #fff !important;
  }

  .mobile-menu li[class*="has-children"] > a:before,
  .mobile-menu li[class*="has_children"] > a:before {
    color: #fff !important;
  }

  #header-wrapper #header:only-child .mfx-no-header-builder-content,
  .mfx-header-menu ul li ul,
  .mobile-menu,
  .mobile-menu > ul,
  .mobile-menu ul,
  .mobile-menu ul li ul {
    background-color: #007e3d !important;
  }

  .mobile-menu li a {
    color: #fff !important;
    border: 0 !important;
  }

  .mobile-menu ul li.menu-item > a:hover,
  .mobile-menu ul li.menu-item:hover > a,
  .mobile-menu ul li.menu-item ul li.menu-item > a:hover,
  .mobile-menu ul li.menu-item ul li.menu-item:hover > a,
  .mobile-menu ul li.menu-item ul li.menu-item > a:hover,
  .mobile-menu ul li.menu-item ul li.menu-item:hover > a,
  .mobile-menu ul li.current-menu-item > a,
  .mobile-menu ul li.current-page-item > a,
  .mobile-menu ul li.current-menu-ancestor > a,
  .mobile-menu ul li.current-page-ancestor > a,
  .mobile-menu ul li.current_menu_item > a,
  .mobile-menu ul li.current_page_item > a,
  .mobile-menu ul li.current_menu_ancestor > a,
  .mobile-menu ul li.current_page_ancestor > a,
  .mobile-menu ul li ul li.current-menu-item > a,
  .mobile-menu ul li ul li.current-page-item > a,
  .mobile-menu ul li ul li.current-menu-ancestor > a,
  .mobile-menu ul li ul li.current-page-ancestor > a,
  .mobile-menu ul li ul li.current_menu_item > a,
  .mobile-menu ul li ul li.current_page_item > a,
  .mobile-menu ul li ul li.current_menu_ancestor > a,
  .mobile-menu ul li ul li.current_page_ancestor > a,
  .mobile-menu .mfx-primary-nav > li.current-menu-item > a {
    background-color: #000 !important;
  }

  .product-tab-block img,
  .category-product-list img,
  .related-products img {
    max-height: 135px;
  }

  .elementor-container {
    padding: 0 15px !important;
    max-width: 100% !important;
  }

  .sheetal-home-block .elementor-container {
    padding: 0 !important;
  }

  .about-the-partner-block .elementor-container {
    justify-content: center;
  }

  .our-core-values-block .e-con-inner {
    max-width: 100% !important;
  }

  .page-id-1851 .dt-sc-custom-image-with-content-overlap .elementor-container {
    align-items: center;
  }

  .our-state-block .e-con-inner,
  .key-veterinary-services-block .e-con-inner,
  .diseases-checklist-block .e-con-inner,
  .page-id-23113 .e-con-inner,
  .page-id-23117 .e-con-inner,
  .page-id-23116 .e-con-inner,
  .page-id-23120 .e-con-inner,
  .page-id-22596 .e-con-inner,
  .page-id-22598 .e-con-inner,
  body.single-product .e-con-inner {
    max-width: 100% !important;
  }

  .category-block {
    max-width: 95% !important;
    margin: 0 auto !important;
  }

  .product-list .product-title,
  .product-list .product-title a,
  .product-list .product-title a:hover {
    font-size: 20px;
    line-height: 22px;
  }

  .related-products-wrapper {
    margin: 50px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: 100%;
  }

  .mfx-custom-image-caption {
    width: 30% !important;
    margin: 0 10px !important;
  }

  .mfx-custom-image-caption:last-child {
    margin: 0 10px !important;
  }

  .page-id-1851 .dt-sc-custom-image-with-content-overlap-content {
    padding: 25px !important;
    border-radius: 0 25px 25px 0 !important;
  }

  .page-id-1851
    .dt-sc-custom-image-with-content-overlap-content.veterinary-services-content-block {
    border-radius: 25px 0 0 25px !important;
  }

  .page-id-1851
    .dt-sc-custom-image-with-content-overlap-img
    .elementor-widget-image {
    border-radius: 25px 0 0 25px !important;
  }

  .page-id-1851
    .dt-sc-custom-image-with-content-overlap-img.veterinary-services-image-block
    .elementor-widget-image {
    border-radius: 0 25px 25px 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-content {
    margin-bottom: -50px;
  }
  .page-id-1851 .dt-sc-custom-image-with-content-overlap .elementor-column {
    width: 100% !important;
  }

  .page-id-1851 .dt-sc-custom-image-with-content-overlap-content {
    border-radius: 0 0 25px 25px !important;
  }

  .page-id-1851
    .dt-sc-custom-image-with-content-overlap-content.veterinary-services-content-block {
    border-radius: 0 0 25px 25px !important;
  }

  .page-id-1851
    .dt-sc-custom-image-with-content-overlap-img
    .elementor-widget-image {
    border-radius: 25px 25px 0 0 !important;
  }

  .page-id-1851
    .dt-sc-custom-image-with-content-overlap-img.veterinary-services-image-block
    .elementor-widget-image {
    border-radius: 25px 25px 0 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .related-products-wrapper {
    margin: 20px 0 50px;
  }

  .related-products-wrapper h2 {
    font-size: 32px;
    margin: 0 0 20px;
  }

  .product-content > .e-con-inner > .elementor-element > .e-child {
    padding: 0 !important;
    margin: 10px 0 0 !important;
  }

  .product-content > .e-con-inner > .elementor-element > .e-child ul,
  .product-content > .e-con-inner > .elementor-element > .e-child p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .product-content > .e-con-inner > .elementor-element > .e-child h2 {
    font-size: 20px;
  }

  .product-content > .e-con-inner > .elementor-element > .e-child ul li,
  .product-content > .e-con-inner > .elementor-element > .e-child p {
    font-size: 16px;
    line-height: 24px;
  }

  .related-products-wrapper .related-title {
    font-size: 18px;
  }

  .header-on-slider .logo-section {
    order: 1;
  }

  .header-on-slider .header-menu {
    order: 2;
  }

  header .container {
    width: 100%;
  }

  .logo-wrapper img {
    width: 80px !important;
    max-width: 80px !important;
  }

  header .elementor-section .elementor-container {
    justify-content: space-between !important;
  }

  .loader-inner:after {
    width: 300px;
    height: 300px;
  }

  .tag-line h2 {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  footer p,
  footer a {
    text-align: center !important;
  }

  .main-title-section h1 {
    font-size: 26px;
  }

  .breadcrumb,
  .breadcrumb span.current {
    font-size: 13px;
  }

  .product-tab-block .elementor-element {
    gap: 0 !important;
  }

  .tag-line h2 {
    font-size: 20px !important;
  }

  .mfx-header-menu .mobile-nav-container {
    float: right;
  }

  .map-block iframe {
    height: 300px !important;
  }

  .our-vision-content-block {
    order: 2;
  }

  .page-id-1851 .dt-sc-custom-image-with-content-overlap-content {
    border-radius: 0 0 25px 25px !important;
  }

  .page-id-1851
    .dt-sc-custom-image-with-content-overlap-content.veterinary-services-content-block {
    border-radius: 0 0 25px 25px !important;
  }

  .page-id-1851
    .dt-sc-custom-image-with-content-overlap-img
    .elementor-widget-image {
    border-radius: 25px 25px 0 0 !important;
  }

  .page-id-1851
    .dt-sc-custom-image-with-content-overlap-img.veterinary-services-image-block
    .elementor-widget-image {
    border-radius: 25px 25px 0 0 !important;
  }

  .diseases-checklist-block .container {
    padding: 25px !important;
  }

  .diseaseDetails h2 {
    font-size: 18px;
  }

  .diseaseDetails p {
    font-size: 16px;
    line-height: 22px;
  }

  .product-list .single-product {
    max-width: 50%;
    flex: 1 1 calc(50% - 20px);
  }

  .product-list .product-title,
  .product-list .product-title a,
  .product-list .product-title a:hover {
    font-size: 24px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 540px) and (min-width: 481px) {
  .product-tab-block .e-n-tabs-content .elementor-element.e-grid {
    display: block !important;
  }

  .product-tab-block .e-n-tabs-content .elementor-element.e-grid > div {
    margin: 0 !important;
    width: 49% !important;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .container {
    padding: 0 15px !important;
    width: 100% !important;
  }
}

/* New thumbnail Slider */
.thumb-slider-wrapper .item {
  background-color: transparent !important;
  display: flex !important;
  justify-content: center !important;
}

.thumb-slider-wrapper .lSSlideOuter .lSSlideWrapper ul.item-single li img {
  max-height: fit-content;
}

.thumb-slider-wrapper .lSSlideOuter .lSPager.lSGallery {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  margin-top: 20px !important;
}

.thumb-slider-wrapper .lSSlideOuter .lSPager.lSGallery li {
  width: 100px !important;
  height: 70px !important;
  border-radius: 0 !important;
  opacity: 0.990025 !important;
  filter: blur(1px) !important;
  border: 3px solid #000 !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.thumb-slider-wrapper .lSSlideOuter .lSPager.lSGallery li.active {
  opacity: 1 !important;
  filter: blur(0) !important;
  background-color: transparent !important;
}

@media only screen and (max-width: 991px) {
  .product-content > .e-con-inner {
    flex-direction: column !important;
  }

  .product-content > .e-con-inner > div {
    width: 100% !important;
  }
}

@media only screen and (max-width: 479px) {
  .thumb-slider-wrapper .lSSlideOuter .lSSlideWrapper ul.item-single li img {
    max-height: fit-content;
    height: auto;
    max-width: 75%;
    display: flex;
    margin: 0 auto;
  }
}

.mobile-menu .sub-menu .see-all {
  display: none;
}

html:lang(hi) .breadcrumb a:first-child,
html:lang(gu) .breadcrumb a:first-child {
  visibility: hidden;
}

html:lang(hi) .breadcrumb a:first-child::after {
  content: "होम";
  visibility: visible;
}

html:lang(gu) .breadcrumb a:first-child::after {
  content: "હોમ";
  visibility: visible;
}

footer ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
}

footer ul li {
  margin: 0 !important;
  padding: 0 !important;
}

.custom-hindi-footer .heading,
.custom-gujarati-footer .heading {
  opacity: 0 !important;
}

.product-content ul,
.product-content p {
  margin: 0;
  padding-bottom: 0;
}

/* ===============================
   Language Switcher – FINAL
   =============================== */
/* .language-switcher {
  display: none !important;
} */
/* .language-switcher {
  position: relative;
}

.language-switcher .mfx-primary-nav {
  position: relative;
  list-style: none;
}

.language-switcher .mfx-primary-nav .lang-item {
  display: none;
}

.language-switcher .mfx-primary-nav .current-lang {
  display: block;
  cursor: pointer;
}

.language-switcher .mfx-primary-nav.lang-open .lang-item {
  display: block;
}

.language-switcher .mfx-primary-nav.lang-open .lang-item:not(.current-lang) {
  position: absolute;
  right: 0;
  top: 100%;
  width: 100px;
  background: #ffffff;
  z-index: 9999;
}

.language-switcher
  .mfx-primary-nav.lang-open
  .lang-item:not(.current-lang):nth-child(3) {
  top: calc(100% + 6px);
}

.language-switcher
  .mfx-primary-nav.lang-open
  .lang-item:not(.current-lang):nth-child(4) {
  top: calc(100% + 39px);
}

.language-switcher .lang-item a {
  display: block;
  padding: 8px 12px;
  text-align: right;
  white-space: nowrap;
  border-bottom: 1px solid #eee;
}
.language-switcher .current-lang a::after {
  content: "▼";
  font-size: 10px;
  margin-left: 6px;
}

.language-switcher .mfx-header-menu .mfx-primary-nav > li > a {
  width: 100px !important;
  border: 0 !important;
  margin: 0;
  padding: 10px 25px;
  line-height: normal;
  border-radius: 0 !important;
} */

/* =====================================
   Language Switcher – NO Hamburger on Mobile
   ===================================== */

@media (max-width: 1024px) {
  /* Hide hamburger ONLY for language switcher */
  .language-switcher .menu-trigger,
  .language-switcher .mobile-nav-container,
  .language-switcher .menu-trigger-icon {
    display: none !important;
  }

  /* Force menu to stay visible */
  .language-switcher .menu-container,
  .language-switcher .mfx-primary-nav {
    display: flex !important;
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    justify-content: center !important;
  }

  /* Layout menu items inline */
  .language-switcher .mfx-primary-nav {
    flex-direction: row;
    gap: 10px;
    align-items: center;
  }

  /* Menu items */
  .language-switcher .mfx-primary-nav li {
    display: inline-block !important;
  }

  .language-switcher .mfx-primary-nav li a {
    padding: 6px 10px;
    font-size: 14px;
    white-space: nowrap;
  }
}
