/* Responsive alignment and overflow fixes for the FoodMora live pages. */

/* =========================================================
   PERFORMANCE: GPU promotion hints & paint containment
   ========================================================= */

/* Promote CSS-animated/GSAP-animated elements to their own GPU layer */
.hm-hero-slides,
.tp_fade_anim,
.reveal,
.scale-animation,
.text-anim,
.cert-logo-item,
.feature-box-item-2,
.floating-whatsapp {
  will-change: transform, opacity;
}

/* Once animation completes, reset will-change to free GPU memory */
.text-anim.in-view,
.tp_fade_anim.animated {
  will-change: auto;
}

/* content-visibility: auto skips rendering of off-screen sections entirely */
/* until the user scrolls near them — massive rendering budget savings */
.hm-statistics-section,
.hm-certificate-section,
.hm-testimonial-section,
.hm-blog-section,
footer,
.footer-area,
.footer-2 {
  content-visibility: auto;
  contain-intrinsic-size: 0 500px; /* estimated height to avoid layout shift */
}

/* Smooth image rendering for compressed images */
img {
  image-rendering: auto;
}

:root {
  --fm-container-content: 1320px;
  --fm-container-gutter: 24px;
  --fm-container-width: calc(var(--fm-container-content) + (var(--fm-container-gutter) * 2));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
#smooth-wrapper,
#smooth-content {
  width: 100%;
  max-width: 100%;
}

html,
body {
  overflow-x: clip;
}

body,
#smooth-content {
  overflow-wrap: break-word;
}

body,
p,
li,
a,
span,
input,
textarea,
select,
label,
.hm-feature-desc,
.hm-ps-desc,
.about-content p,
.hero-content p {
  font-family: "Roboto", sans-serif !important;
}

body,
p,
.hm-feature-desc,
.hm-ps-desc {
  font-size: 15px !important;
}

/* Disable red mouse cursor follower */
.mouseCursor,
.cursor-outer,
.cursor-inner {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
}

img,
svg,
video,
canvas {
  height: auto;
}

iframe {
  display: block;
}

.container,
.header-1 .container-fluid,
.project-section .custom-container,
.search_popup .container,
.footer-section-2 > .container {
  width: min(100%, var(--fm-container-width));
  max-width: var(--fm-container-width);
  margin-inline: auto;
  padding-inline: var(--fm-container-gutter);
}

.row,
.header-main,
.mean__menu-wrapper,
.main-menu,
.header-right,
.header-btn,
.footer-top-item,
.footer-right-item,
.contact-info-wrapper,
.contact-info-icons-row,
.description-items,
.project-wrapper,
.project-wrapper .main-box,
.single-footer-widget,
.shop-card-items,
.service-card-items-2,
.news-standard-items,
.news-card-wrapper,
.product-popup-content {
  min-width: 0;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
span,
label {
  overflow-wrap: anywhere;
}

br {
  max-width: 0;
}

.bg-cover {
  background-size: cover;
  background-position: center;
}

/* Header Fixed Position (Always pinned at top = 0) */
header,
.header-1,
#header-sticky,
.header-1.sticky,
#header-sticky.sticky,
.sticky,
.header-sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;
  background-color: #ffffff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
  margin: 0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
  transition: box-shadow 0.3s ease !important;
}

.header-1 .container-fluid {
  padding-inline: var(--fm-container-gutter) !important;
}

.header-main {
  gap: 24px;
}

.header-main > .header-left {
  flex: 0 0 auto;
}

.header-main > .mean__menu-wrapper {
  flex: 1 1 auto;
}

.header-main > .header-right {
  flex: 0 1 auto;
}

.header-main .header-left .logo {
  margin-left: 6px;
}

.header-logo img,
.header-logo-2 img,
.offcanvas__logo img,
.search_logo img {
  width: auto;
  max-height: 50px !important;
  object-fit: contain;
}

.header-main .main-menu ul {
  justify-content: center;
}

.header-main .main-menu ul li {
  margin-inline-end: clamp(18px, 2vw, 38px);
}

.header-main .header-right .header-btn {
  gap: clamp(12px, 1.4vw, 24px);
  flex-wrap: nowrap;
}

.header-main .header-right .header-btn span {
  white-space: nowrap;
  background-color: #0e693a !important;
  border: 1px solid #0e693a !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
}

.header-main .header-right .header-btn span a,
.header-main .header-right .header-btn span i {
  color: #ffffff !important;
}

.header-main .header-right .header-btn span:hover {
  background-color: #0a4f2b !important;
  border-color: #0a4f2b !important;
}

.header-main .header-right .header-btn .header-button {
  flex: 0 0 auto;
}

.header-main .header-right .header-btn .header-button .theme-btn,
.header-main .header-right .header-btn .header-button .theme-btn-2 {
  white-space: nowrap;
  padding-inline: clamp(18px, 2vw, 30px);
}

.header-main .header-right .header-btn .sidebar__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.sticky.header-1 .header-main .header-right .header-btn .sidebar__toggle {
  color: var(--header);
}

.offcanvas__info {
  width: min(450px, 100vw);
  max-width: 100vw;
}

.offcanvas__wrapper {
  max-width: 100%;
}

.offcanvas__top {
  gap: 16px;
}

.offcanvas__contact-text,
.offcanvas__contact-text a,
.offcanvas__contact ul li a {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  align-items: flex-start !important;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  flex: 0 0 auto;
}

/* Search popup */
.search_popup {
  max-width: 100vw;
  overflow-x: clip;
}

.search_popup .search_wrapper,
.search_popup .search_form,
.search_popup .search_input {
  width: 100%;
  max-width: 100%;
}

.search_popup .search_top {
  justify-content: space-between;
  gap: 20px;
}

.search_popup .search_input input {
  width: 100%;
  min-width: 0;
}

/* Hero */
.hero-2 {
  --fm-hero-arrow-offset: clamp(74px, 5.2vw, 100px);
  --fm-hero-content-max: 980px;
  --fm-hero-content-gutter: clamp(24px, 7vw, 130px);
  --fm-hero-strip-space: clamp(104px, 12vh, 138px);
  --fm-hero-top-space: clamp(112px, 15vh, 168px);
  height: auto;
  min-height: max(100vh, 43rem);
  min-height: max(100svh, 43rem);
}

@supports (height: 100dvh) {
  .hero-2 {
    min-height: max(100dvh, 43rem);
  }
}

.hero-2 .hero-portfolio-revealing-slider,
.hero-2 .hero-portfolio-revealing-slide-inner {
  min-height: inherit;
}

.hero-2 .hero-portfolio-revealing-slider {
  height: auto;
}

.hero-2 .hero-portfolio-revealing-slide-inner {
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  background-position: center;
  padding: var(--fm-hero-top-space) 0 var(--fm-hero-strip-space) !important;
}

.hero-2 .hero-portfolio-revealing-slide-inner::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.48) 48%, rgba(0, 0, 0, 0.6) 100%) !important;
}

.hero-2 .hero-portfolio-revealing-slide-inner .container {
  position: relative;
  z-index: 2;
  padding-left: var(--fm-hero-content-gutter);
  padding-right: var(--fm-hero-content-gutter);
}

.hero-2 .hero-portfolio-revealing-slide-inner .row,
.hero-2 .hero-portfolio-revealing-slide-inner [class*="col-"] {
  width: 100%;
}

.hero-2 .hero-portfolio-revealing-slide-inner [class*="col-"] {
  flex: 0 0 100%;
  max-width: 100%;
}

.hero-2 .hero-portfolio-revealing-slide-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.6vh, 18px);
  width: 100%;
  max-width: var(--fm-hero-content-max);
  padding-inline: 0;
}

.hero-2 .hero-portfolio-revealing-slide-content .icon img {
  width: clamp(42px, 4vw, 58px);
  height: auto;
}

.hero-2 .hero-portfolio-revealing-slide-content .icon,
.hero-2 .hero-portfolio-revealing-slide-content span,
.hero-2 .hero-portfolio-revealing-slide-content h1,
.hero-2 .hero-portfolio-revealing-slide-content p,
.hero-2 .hero-portfolio-revealing-slide-content .hero-button {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.hero-2 .hero-portfolio-revealing-slide-heading {
  max-width: 940px;
  font-size: clamp(48px, 4.9vw, 78px);
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
}

.hero-2 .hero-portfolio-revealing-slide p {
  max-width: 780px;
  margin-inline: auto;
  line-height: 1.5;
  text-align: center;
}

.hero-2 .hero-portfolio-revealing-slide .hero-button {
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(18px, 2.6vw, 32px);
  margin-bottom: 0;
}

.hero-2 .hero-portfolio-revealing-slide .hero-button .theme-btn-2 {
  min-width: 168px;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero-2 .hero-portfolio-revealing-slider-control {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 7;
  top: 50%;
  left: 100px;
  right: auto;
  width: 60px;
  height: 60px;
  margin: 0;
  opacity: 1;
  transform: translate(-50%, -50%);
}

@media (max-width: 1600px) {
  .hero-2 .hero-portfolio-revealing-slider-control {
    left: 75px;
  }
}

.hero-2 .hero-portfolio-revealing-slider-control-right {
  left: auto;
  right: 100px;
  transform: translate(50%, -50%);
}

@media (max-width: 1600px) {
  .hero-2 .hero-portfolio-revealing-slider-control-right {
    right: 82px;
  }
}

@media (max-width: 1399px) {
  .hero-2 .hero-portfolio-revealing-slider-control,
  .hero-2 .hero-portfolio-revealing-slider-control-right {
    display: none;
  }
}

.hero-2 .hero-portfolio-revealing-slider-control-line {
  width: 24px;
  height: auto;
}

.hero-2 .hero-border-item {
  width: 100%;
  padding-inline: max(var(--fm-container-gutter), calc((100vw - var(--fm-container-content)) / 2 + var(--fm-container-gutter)));
}

.hero-2 .hero-border-item .hero-bottom-item .hero-list {
  flex-wrap: wrap;
  row-gap: 8px;
}

@media (min-width: 1400px) {
  .hero-2 {
    --fm-hero-left-rail: clamp(75px, 5.2vw, 100px);
    --fm-hero-right-rail: clamp(82px, 5.2vw, 100px);
    --fm-hero-control-overlap: 34px;
  }

  .hero-2 .hero-portfolio-revealing-slider::before,
  .hero-2 .hero-portfolio-revealing-slider::after {
    display: block;
    z-index: 8;
    pointer-events: none;
  }

  .hero-2 .hero-portfolio-revealing-slider::before {
    left: var(--fm-hero-left-rail);
  }

  .hero-2 .hero-portfolio-revealing-slider::after {
    right: var(--fm-hero-right-rail);
  }

  .hero-2 .hero-portfolio-revealing-slider-control {
    left: calc(var(--fm-hero-left-rail) - var(--fm-hero-control-overlap));
    right: auto;
    transform: translate(-50%, -50%);
  }

  .hero-2 .hero-portfolio-revealing-slider-control-right {
    left: auto;
    right: calc(var(--fm-hero-right-rail) - var(--fm-hero-control-overlap));
    transform: translate(50%, -50%);
  }
}

/* Shared sections and typography */
.section-title h1,
.section-title h2,
.breadcrumb-wrapper .page-heading h1,
.contact-info-wrapper h2,
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content h2 {
  overflow-wrap: normal;
  word-break: normal;
}

.section-title h2,
.contact-info-wrapper h2 {
  font-size: clamp(30px, 3.4vw, 50px);
}

.theme-btn,
.theme-btn-2,
.theme-btn.theme-btn-3 {
  max-width: 100%;
  text-align: center;
}

.feature-box-item-2,
.why-choose-us-wrapper-2,
.service-bg-item,
.service-card-items-2,
.faq-wrapper-2 .faq-box .faq-items,
.news-standard-wrapper .news-standard-items .news-card-items-4,
.shop-card-items {
  max-width: 100%;
}

.feature-box-item-2 .maize-shape {
  max-width: 100%;
}

.feature-box-item-2 .maize-shape img {
  filter: none !important;
}

.feature-box-item-2 .maize-shape img,
.why-choose-us-image img,
.service-card-items-2 .service-image img,
.services-card-items-4 .service-image img,
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-image img,
.news-card-wrapper .news-card-items-5 .news-image img,
.shop-card-items .shop-image img,
.description-image img,
.about-us-two-wrapper .about-us-image img,
.our-statistics-image img,
.team-card-items-4 .team-image img {
  width: 100%;
  object-fit: cover;
}

.about-section-2 {
  padding-top: 15px !important;
  padding-bottom: 25px !important;
}

.about-section-2 .section-title-area {
  padding: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
}

.about-section-2 .section-title-area .content .sub-title-2 {
  margin-bottom: 12px !important;
}

.why-choose-us-wrapper-2 .why-choose-us-content .choose-us-btn-item,
.about-us-two-wrapper .about-us-content .about-us-btn-item {
  flex-wrap: wrap;
  min-width: 0;
}

.why-choose-us-wrapper-2 .why-choose-us-content .choose-us-btn-item .icon-item,
.about-us-two-wrapper .about-us-content .about-us-btn-item .icon-item,
.footer-section-2 .footer-top-item .footer-right-item .icon-item,
.contact-info-icons-row .icon-item {
  min-width: 0;
}

.why-choose-us-wrapper-2 .why-choose-us-content .choose-us-btn-item .icon-item .cont,
.about-us-two-wrapper .about-us-content .about-us-btn-item .icon-item .cont,
.footer-section-2 .footer-top-item .footer-right-item .icon-item .cont,
.contact-info-icons-row .icon-item .cont {
  min-width: 0;
}

.faq-wrapper-2 .faq-box .faq-items .accordion .accordion-item h2 button,
.faq-wrapper-3 .faq-box .faq-items .accordion .accordion-item h2 button {
  line-height: 1.25;
  padding-right: 64px;
  white-space: normal;
}

.faq-wrapper-2 .faq-content .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.faq-wrapper-2 .faq-content .progress-wrap .pro-items .pro-head .title {
  min-width: 0;
}

/* Project accordion */
.project-section {
  margin-inline: 0;
}

.project-section .custom-container {
  max-width: var(--fm-container-width);
}

.project-section .project-wrapper .main-box {
  max-width: 100%;
}

.project-section .project-wrapper .main-box .box-2 .project-content {
  max-width: calc(100% - 44px);
  text-align: center;
}

.project-section .project-wrapper .main-box .box-2 .project-content h3 {
  font-size: clamp(18px, 1.4vw, 24px);
  line-height: 1.25;
  text-align: center;
  margin-bottom: 0;
}

/* Breadcrumb */
.breadcrumb-wrapper .page-heading {
  padding-top: clamp(150px, 16vw, 325px);
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
  flex-wrap: wrap;
  row-gap: 8px;
}

.breadcrumb-wrapper .top-image img {
  object-fit: cover;
}

/* About / service */
.about-wrapper-2 .count-wrap .count-item-2 h2,
.our-statistics-card .statistics-card h3 {
  font-size: clamp(48px, 8vw, 150px);
}

/* Our Impact / Why Businesses Choose SM FOODS section styling */
.our-imapact-section {
  position: relative;
  z-index: 9;
  overflow: hidden;
  padding: 45px 0 35px 0 !important;
}

.our-imapact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 28, 26, 0.88);
  z-index: -1;
}

.our-impact-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.our-impact-wrapper h2 {
  font-size: clamp(26px, 3.2vw, 42px) !important;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
  flex: 0 0 auto;
  max-width: 440px;
  margin: 0;
  white-space: normal;
  word-break: normal;
}

.our-impact-wrapper .imapct-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  gap: 0;
  min-width: 0;
}

.our-impact-wrapper .imapct-item .icon-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 45px;
  border-left: 1px solid rgba(255, 255, 255, 0.25) !important;
  flex: 1 1 0px;
  min-width: 0;
  box-sizing: border-box;
}

.our-impact-wrapper .imapct-item .icon-items:first-child {
  border-left: none !important;
  padding-left: 15px;
}

.our-impact-wrapper .imapct-item .icon-items .icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px auto;
  flex-shrink: 0;
}

.our-impact-wrapper .imapct-item .icon-items .icon img {
  max-width: 100%;
  max-height: 100%;
  width: 56px;
  height: 56px;
  object-fit: contain;
  filter: drop-shadow(0px 2px 6px rgba(0,0,0,0.3));
}

.our-impact-wrapper .imapct-item .icon-items .content {
  margin-top: 0;
  text-align: center;
  width: 100%;
}

.our-impact-wrapper .imapct-item .icon-items .content h3 {
  color: #ffffff !important;
  font-size: clamp(16px, 1.4vw, 20px) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin: 0 0 6px 0 !important;
  white-space: normal;
  word-break: normal;
  text-transform: none;
}

.our-impact-wrapper .imapct-item .icon-items .content h4 {
  color: #11A21B !important;
  font-size: clamp(20px, 1.8vw, 26px) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  white-space: normal;
  word-break: normal;
}

@media (max-width: 1199px) {
  .our-impact-wrapper .imapct-item .icon-items {
    padding: 10px 25px;
  }
}

@media (max-width: 991px) {
  .our-impact-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 35px;
  }

  .our-impact-wrapper h2 {
    max-width: 100%;
    text-align: center;
  }

  .our-impact-wrapper .imapct-item {
    width: 100%;
    justify-content: space-around;
  }
}

@media (max-width: 640px) {
  .our-impact-wrapper .imapct-item {
    flex-direction: column;
    gap: 25px;
    width: 100%;
    align-items: center;
  }

  .our-impact-wrapper .imapct-item .icon-items {
    border-left: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding: 0 0 20px 0 !important;
    width: 100%;
    max-width: 300px;
  }

  .our-impact-wrapper .imapct-item .icon-items:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }
}

/* Team Section 2 / WHY SM FOODS Spacing Reduction */
.team-section-2 {
  padding: 25px 0 40px 0 !important;
}

.team-section-2 .section-title {
  margin-bottom: 25px !important;
}

.team-section-2 .section-title .sub-title-3 {
  margin-bottom: 6px !important;
  display: inline-block;
}

.team-section-2 .section-title h2 {
  margin-top: 4px !important;
  margin-bottom: 0 !important;
  font-size: clamp(24px, 3vw, 36px) !important;
  line-height: 1.25 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

@media (max-width: 991px) {
  .our-imapact-section {
    padding: 35px 0 !important;
  }
  .team-section-2 {
    padding: 20px 0 35px 0 !important;
  }
  .team-section-2 .section-title {
    margin-bottom: 20px !important;
  }
}

.service-card-items-2 .service-image {
  aspect-ratio: 16 / 10;
}

.service-card-items-2 .service-image img {
  height: 100%;
}

.service-card-items-2 .top-content .tag-list {
  flex-wrap: wrap;
  gap: 10px;
}

.our-statistics-card {
  min-width: 0;
}

/* Products and related product cards */
.sm-products-catalog .row > [class*="col-"] {
  min-width: 0;
}

.sm-products-catalog .shop-card-items {
  height: calc(100% - 30px);
}

.sm-products-catalog .shop-card-items:hover {
  transform: translateY(-8px) !important;
}

.sm-products-catalog .product-section-title {
  font-size: clamp(28px, 3vw, 34px) !important;
}

.sm-products-catalog .product-subsection-title {
  font-size: clamp(19px, 2.2vw, 22px) !important;
}

.shop-card-items .shop-image {
  aspect-ratio: 1 / 1;
}

.shop-card-items .shop-image img {
  height: 100%;
  object-fit: contain;
}

.shop-card-items .shop-content h3,
.shop-card-items .shop-content h3 a {
  line-height: 1.25;
}

.product-popup {
  padding: 24px !important;
}

.product-popup-content {
  width: min(620px, calc(100vw - 48px)) !important;
  max-height: calc(100svh - 48px) !important;
  overscroll-behavior: contain;
}

.product-popup-content h3,
.product-popup-content p {
  overflow-wrap: anywhere;
}

.product-popup-image img {
  object-fit: cover;
}

.single-tab .description-items .description-content {
  margin-left: 25px;
}

.single-tab .description-items .description-content p,
.single-tab .description-items .description-content li,
.single-tab .description-items .description-content span {
  overflow-wrap: anywhere;
}

.single-tab .description-items .description-content .description-list-items .description-list li {
  gap: 8px;
}

/* Blog */
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-image {
  overflow: hidden;
  border-radius: 10px;
}

.news-standard-wrapper .news-standard-items .news-card-items-4 .news-image img {
  aspect-ratio: 16 / 9;
}

.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content .date-list {
  flex-wrap: wrap;
  gap: 12px 24px;
}

/* Contact */
.contact-info-wrapper {
  align-items: flex-start;
  gap: 36px;
}

.contact-info-wrapper .contact-info-left-content,
.contact-info-wrapper .info-right-content {
  min-width: 0;
}

.contact-info-wrapper .contact-info-left-content .section-title h2 {
  margin-bottom: 120px;
}

.contact-info-wrapper .info-right-content p {
  max-width: 520px;
}

.contact-info-icons-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}

.contact-info-icons-row .icon-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.contact-info-icons-row .icon {
  flex: 0 0 auto;
}

.contact-info-icons-row h3,
.contact-info-icons-row h3 a {
  color: var(--header);
  font-size: clamp(18px, 1.6vw, 20px);
  line-height: 1.35;
}

.contact-wrapper .contact-content,
.contact-wrapper .contact-map {
  height: 100%;
}

.contact-wrapper .contact-content .contact-form .form-clt input,
.contact-wrapper .contact-content .contact-form .form-clt textarea {
  max-width: 100%;
}

.contact-wrapper .contact-content .contact-form .form-clt textarea {
  min-height: 180px;
}

.contact-wrapper .contact-map iframe {
  min-height: 100%;
}

/* Footer */
.footer-section-2 {
  overflow: clip;
}

.footer-section-2 > .container {
  position: relative;
  z-index: 2;
}

.footer-section-2 .left-shape,
.footer-section-2 .right-shape {
  z-index: 0;
}

.footer-section-2 .left-shape,
.footer-section-2 .right-shape,
.contact-section .left-shape,
.contact-section .maize-shape,
.about-section-2 .left-shape,
.about-section-2 .right-shape,
.about-section-2 .maize-shape,
.about-section-2 .maize-shape-2,
.why-choose-us-section-2 .left-shape,
.why-choose-us-section-2 .right-shape,
.why-choose-us-section-2 .maize-3,
.service-section-2 .mask-image,
.mask-image-section .mask-image {
  max-width: 100%;
  pointer-events: none;
}

.footer-section-2 .footer-top-item {
  gap: 28px;
}

.footer-section-2 .footer-top-item .footer-right-item {
  flex-wrap: wrap;
  justify-content: flex-end;
  min-width: 0;
}

.footer-section-2 .footer-top-item .footer-right-item .social-icon {
  flex: 0 0 auto;
}

.footer-section-2 .footer-top-item .footer-right-item .icon-item h4,
.footer-section-2 .footer-top-item .footer-right-item .icon-item h4 a {
  overflow-wrap: anywhere;
}

.footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image {
  max-width: 100%;
  overflow: hidden;
}

.footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content,
.footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content form {
  max-width: 100%;
}

.footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content .form-clt input {
  padding-right: 175px;
}

.footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content .payment-save {
  align-items: flex-start;
}

.footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content .payment-save input {
  flex: 0 0 14px;
}

.footer-wrapper {
  min-width: 0;
}

.footer-bottom {
  padding-bottom: 34px !important;
  position: relative;
  z-index: 4;
}

.footer-bottom .footer-wrapper {
  height: auto !important;
  min-height: 70px;
  padding: 26px 0 20px !important;
  align-items: center !important;
}

.footer-bottom .footer-wrapper p {
  margin-bottom: 0;
  line-height: 1.5;
}

.footer-bottom .footer-wrapper p a {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
  transition: color .25s ease;
}

.footer-bottom .footer-wrapper p a:hover {
  color: var(--theme);
}

body.home-page .footer-section-2 {
  overflow: visible;
  padding-bottom: 60px;
}

body.home-page .footer-bottom {
  padding-bottom: 96px !important;
}

body.home-page .footer-bottom .footer-wrapper {
  padding-bottom: 28px !important;
}

@media (min-width: 1367px) {
  .container,
  .header-1 .container-fluid,
  .project-section .custom-container,
  .search_popup .container,
  .footer-section-2 > .container {
    width: var(--fm-container-width);
  }
}

@media (max-width: 1399px) {
  .header-main {
    gap: 18px;
  }

  .header-main .header-right .header-btn .header-button .theme-btn,
  .header-main .header-right .header-btn .header-button .theme-btn-2 {
    padding: 13px 22px;
  }
}

@media (max-width: 1199px) {
  .header-main > .mean__menu-wrapper {
    display: none;
  }

  .header-main .header-left .logo {
    margin-left: 0;
  }

  .header-main .header-right {
    flex: 1 1 auto;
    justify-content: flex-end;
  }

  .header-main .header-right .header-btn span {
    display: none;
  }

  .header-main .header-right .header-btn {
    gap: 14px;
  }

  .header-main .header-right .header-btn .header-button .theme-btn,
  .header-main .header-right .header-btn .header-button .theme-btn-2 {
    padding: 12px 18px;
    font-size: 14px;
  }

  .hero-2 .hero-border-item {
    padding-inline: var(--fm-container-gutter);
  }
}

@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }

  .hero-2 {
    --fm-hero-arrow-offset: clamp(18px, 3.4vw, 34px);
    --fm-hero-content-gutter: clamp(54px, 9vw, 88px);
    --fm-hero-top-space: clamp(96px, 13vh, 140px);
    --fm-hero-strip-space: clamp(70px, 10vh, 108px);
    min-height: max(100vh, 40rem);
    min-height: max(100svh, 40rem);
  }

  .hero-2 .hero-portfolio-revealing-slide-inner {
    padding: var(--fm-hero-top-space) 0 var(--fm-hero-strip-space) !important;
  }

  .hero-2 .hero-portfolio-revealing-slide-heading {
    font-size: clamp(38px, 6.2vw, 56px);
  }

  .hero-2 .hero-portfolio-revealing-slide p {
    max-width: 680px;
  }

  .project-section .project-wrapper .main-box .box-2,
  .project-section .project-wrapper .main-box .box-2.active {
    flex-basis: calc(50% - 9px);
  }

  .single-tab .description-items .description-content {
    margin-left: 0;
    margin-top: 30px;
  }

  .contact-info-wrapper .contact-info-left-content .section-title h2 {
    margin-bottom: 40px;
  }

  .contact-info-wrapper .info-right-content p {
    margin-top: 0;
    max-width: 100%;
  }

  .contact-info-icons-row {
    grid-template-columns: 1fr;
  }

  .footer-section-2 .footer-top-item,
  .footer-section-2 .footer-top-item .footer-right-item {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 70px 0;
  }

  .hero-2 {
    --fm-hero-arrow-offset: clamp(12px, 3vw, 18px);
    --fm-hero-content-gutter: clamp(56px, 12vw, 78px);
    --fm-hero-top-space: clamp(88px, 12vh, 122px);
    --fm-hero-strip-space: clamp(72px, 12vh, 112px);
    min-height: max(100vh, 42rem);
    min-height: max(100svh, 42rem);
  }

  .hero-2 .hero-portfolio-revealing-slide-inner {
    padding: var(--fm-hero-top-space) 0 var(--fm-hero-strip-space) !important;
  }

  .hero-2 .hero-portfolio-revealing-slide-content .icon img {
    max-width: 48px;
  }

  .hero-2 .hero-portfolio-revealing-slide p {
    font-size: 16px;
    max-width: 560px;
  }

  .hero-2 .hero-portfolio-revealing-slide .hero-button {
    margin-top: 0;
    margin-bottom: 0;
    gap: 12px;
  }

  .hero-2 .hero-portfolio-revealing-slider-control {
    top: 50% !important;
    bottom: auto;
    left: var(--fm-hero-arrow-offset) !important;
    width: 44px;
    height: 44px;
    transform: translateY(-50%);
  }

  .hero-2 .hero-portfolio-revealing-slider-control-right {
    left: auto !important;
    right: var(--fm-hero-arrow-offset) !important;
  }

  .service-bg-item {
    height: 420px;
  }

  .footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content .form-clt input {
    padding-right: 150px;
  }
}

@media (max-width: 575px) {
  :root {
    --fm-container-gutter: 15px;
    --fm-container-width: calc(var(--fm-container-content) + (var(--fm-container-gutter) * 2));
  }

  .container,
  .header-1 .container-fluid,
  .project-section .custom-container,
  .search_popup .container,
  .footer-section-2 > .container {
    padding-inline: var(--fm-container-gutter);
  }

  .header-main {
    gap: 8px;
    padding-block: 8px;
  }

  .header-logo img,
  .header-logo-2 img,
  .offcanvas__logo img {
    max-height: 42px !important;
  }

  .header-main .header-right .header-btn {
    gap: 8px;
  }

  .header-main .header-right .header-btn .header-button .theme-btn,
  .header-main .header-right .header-btn .header-button .theme-btn-2 {
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.1;
  }

  .header-main .header-right .header-btn .sidebar__toggle {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }

  .offcanvas__info {
    width: min(360px, 100vw);
  }

  .offcanvas__wrapper {
    padding: 18px 15px;
  }

  .offcanvas__wrapper .offcanvas__content .offcanvas__contact {
    display: block !important;
  }

  .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
    font-size: 14px;
    gap: 10px;
  }

  .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
    margin-right: 0;
  }

  .search_popup {
    padding-top: 50px;
  }

  .search_logo img {
    max-width: 130px !important;
  }

  .hero-2 {
    --fm-hero-content-gutter: clamp(48px, 13vw, 64px);
    --fm-hero-top-space: clamp(82px, 11vh, 112px);
    --fm-hero-strip-space: clamp(76px, 13vh, 118px);
    min-height: max(100vh, 43rem);
    min-height: max(100svh, 43rem);
  }

  .hero-2 .hero-portfolio-revealing-slide-inner {
    padding: var(--fm-hero-top-space) 0 var(--fm-hero-strip-space) !important;
  }

  .hero-2 .hero-portfolio-revealing-slide-heading {
    font-size: clamp(29px, 9.4vw, 42px);
    line-height: 1.12;
  }

  .hero-2 .hero-portfolio-revealing-slide span {
    font-size: 14px;
  }

  .hero-2 .hero-portfolio-revealing-slide p {
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-2 .hero-portfolio-revealing-slide .hero-button .theme-btn-2 {
    flex: 1 1 100%;
    min-width: 0;
    padding: 12px 15px !important;
  }

  .breadcrumb-wrapper .page-heading {
    padding-top: 130px;
    padding-bottom: 40px;
  }

  .breadcrumb-wrapper .page-heading h1 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .breadcrumb-wrapper .page-heading .breadcrumb-items {
    justify-content: center;
  }

  .about-section-2 .section-title-area .content .sub-title-2 {
    margin-bottom: 28px;
  }

  .feature-box-item-2 .maize-shape {
    position: relative;
    inset: auto;
    width: 100% !important;
    height: 180px !important;
    margin-bottom: 22px;
    overflow: hidden;
    border-radius: 8px;
  }

  .feature-box-item-2 .maize-shape img {
    width: 100% !important;
    height: 100% !important;
    filter: none;
    object-fit: cover;
  }

  .feature-box-item-2 .masking-shape {
    display: flex;
    width: 88px;
    height: 88px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
  }

  .feature-box-item-2 .masking-shape > img,
  .feature-box-item-2 .masking-shape .masking-2 img {
    width: 88px;
    height: auto !important;
  }

  .feature-box-item-2 .masking-shape .icon {
    top: 50%;
    left: 50%;
  }

  .why-choose-us-wrapper-2 .why-choose-us-content .choose-us-box,
  .why-choose-us-wrapper-2 .why-choose-us-content .choose-us-btn-item .icon-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-wrapper-2 .faq-box .faq-items {
    padding: 15px;
  }

  .faq-wrapper-2 .faq-box .faq-items .accordion .accordion-item h2 button,
  .faq-wrapper-3 .faq-box .faq-items .accordion .accordion-item h2 button {
    padding: 18px 46px 18px 14px;
  }

  .faq-wrapper-2 .faq-box .faq-items .accordion .accordion-button::before,
  .faq-wrapper-3 .faq-box .faq-items .accordion .accordion-button::before {
    top: 16px;
    right: 12px;
  }

  /* Country Flags Mobile Grid (2 flags per line x 3 lines = 6 flags total, aligned container width) */
  .project-section .project-wrapper .main-box {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  .project-section .project-wrapper .main-box .box-2,
  .project-section .project-wrapper .main-box .box-2.active {
    flex: none !important;
    width: 100% !important;
    height: 140px !important;
    border-radius: 12px !important;
    position: relative !important;
    overflow: hidden !important;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12) !important;
  }

  .project-section .project-wrapper .main-box .box-2 .project-content {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    background: rgba(0, 0, 0, 0.75) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    padding: 8px 6px !important;
    text-align: center !important;
    border-radius: 0 0 12px 12px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .project-section .project-wrapper .main-box .box-2 .project-content h3 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  .project-section .project-wrapper .main-box .box-2 .project-content h3 a {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-shadow: none !important;
    display: block !important;
  }

  .sm-products-catalog .row > [class*="col-"] {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .shop-card-items .shop-content {
    padding: 22px 16px;
  }

  .product-popup {
    padding: 16px !important;
  }

  .product-popup-content {
    width: calc(100vw - 32px) !important;
    max-height: calc(100svh - 32px) !important;
    padding-bottom: 22px !important;
  }

  .product-popup-content h3 {
    margin: 18px 16px 10px !important;
    font-size: 22px !important;
  }

  .product-popup-content p {
    margin-inline: 16px !important;
  }

  .single-tab .description-items .description-content h3 {
    font-size: 24px;
  }

  .single-tab .description-items .description-content .description-list-items .description-list li {
    flex-wrap: wrap;
  }

  .contact-info-wrapper .contact-info-left-content .section-title h2 {
    margin-bottom: 28px;
  }

  .contact-info-wrapper .info-right-content p br,
  .contact-info-icons-row h3 br,
  .about-section-2 p br,
  .project-section .section-title-area p br {
    display: none;
  }

  .contact-wrapper .contact-content {
    padding: 24px 18px;
  }

  .contact-wrapper .contact-content .contact-form .form-clt .theme-btn {
    width: 100%;
    padding-inline: 16px;
  }

  .contact-wrapper .contact-map iframe {
    height: 320px;
    min-height: 320px;
  }

  .footer-section-2 .footer-top-item .footer-right-item {
    gap: 18px;
  }

  .footer-section-2 .footer-top-item .footer-right-item .icon-item {
    width: 100%;
  }

  .footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content {
    padding: 24px 18px;
  }

  .footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content .form-clt {
    display: grid;
    gap: 12px;
  }

  .footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content .form-clt input {
    padding: 18px 18px 18px 42px;
  }

  .footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content .form-clt .theme-btn-2 {
    position: relative;
    width: 100%;
    border-radius: 8px;
    padding: 14px 16px;
  }
}

@media (max-width: 479px) {
  .sm-products-catalog .row > [class*="col-"],
  .shop-section .row > [class*="col-"] {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 390px) {
  .header-logo img,
  .header-logo-2 img {
    max-height: 38px !important;
  }

  .header-main .header-right .header-btn .header-button .theme-btn,
  .header-main .header-right .header-btn .header-button .theme-btn-2 {
    padding: 9px 9px;
    font-size: 11px;
  }

  .header-main .header-right .header-btn .sidebar__toggle {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 340px) {
  .header-logo img,
  .header-logo-2 img {
    max-height: 34px !important;
  }

  .header-main .header-right .header-btn {
    gap: 6px;
  }

  .header-main .header-right .header-btn .header-button .theme-btn,
  .header-main .header-right .header-btn .header-button .theme-btn-2 {
    padding: 8px 7px;
    font-size: 10px;
  }
}

/* Floating WhatsApp Button - Responsive Fixed Bottom Right */
.floating-whatsapp {
  position: fixed !important;
  bottom: 25px !important;
  right: 25px !important;
  width: 52px !important;
  height: 52px !important;
  background-color: #25d366 !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  text-align: center !important;
  font-size: 30px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
  z-index: 99999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

.floating-whatsapp:hover {
  background-color: #20ba5a !important;
  color: #ffffff !important;
  transform: scale(1.08) !important;
}

/* Stack Back to Top button cleanly above WhatsApp button */
.back-to-top.show {
  bottom: 88px !important;
  right: 25px !important;
  z-index: 99998 !important;
}

/* Hide Megamenu in Mobile Responsive View (< 1199px) */
@media (max-width: 1199px) {
  .mega-menu,
  .mean-container .mean-nav ul li .mega-menu,
  .mobile-menu .mega-menu,
  .offcanvas__wrapper .mega-menu {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: none !important;
  }

  .mean-container .mean-nav ul li.has-megamenu > a.mean-expand,
  .mean-container .mean-nav ul li:has(.mega-menu) > a.mean-expand {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .floating-whatsapp {
    bottom: 20px !important;
    right: 20px !important;
    width: 48px !important;
    height: 48px !important;
    font-size: 26px !important;
  }

  .back-to-top.show {
    bottom: 78px !important;
    right: 20px !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 42px !important;
  }
}

/* Foodmora Homepage Hero Slider (Dynamic Header Top Margin + 100% Screen Viewport Fit) */
.hm-hero-slider {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
  background: #111 !important;
  display: block !important;
  margin-top: var(--fm-header-h, 85px) !important;
  padding: 0 !important;
}

.hm-hero-slider .hm-hero-slides {
  position: relative !important;
  width: 100% !important;
  height: calc(100vh - var(--fm-header-h, 80px)) !important;
  height: calc(100svh - var(--fm-header-h, 80px)) !important;
  min-height: 280px !important;
  max-height: none !important;
}

.hm-hero-slider .hm-hero-slide picture {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

.hm-hero-slider .hm-hero-slide picture img,
.hm-hero-slider .hm-hero-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

.hm-hero-slider .hm-hero-dots {
  position: absolute !important;
  bottom: 26px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  z-index: 25 !important;
  background: rgba(0, 0, 0, 0.45) !important;
  padding: 7px 16px !important;
  border-radius: 24px !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3) !important;
}

.hm-hero-slider .hm-hero-dot {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  border: none !important;
  background: rgba(255, 255, 255, 0.65) !important;
  cursor: pointer !important;
  transition: all 0.35s ease !important;
  padding: 0 !important;
  outline: none !important;
  flex-shrink: 0 !important;
}

.hm-hero-slider .hm-hero-dot.hm-hero-dot-active,
.hm-hero-slider .hm-hero-dot:hover {
  background: #73b950 !important;
  width: 30px !important;
  border-radius: 6px !important;
  box-shadow: 0 0 12px rgba(115, 185, 80, 0.85) !important;
}

@media (max-width: 1199px) {
  .hm-hero-slider .hm-hero-slides {
    height: calc(100vh - var(--fm-header-h, 75px)) !important;
    height: calc(100svh - var(--fm-header-h, 75px)) !important;
    min-height: 260px !important;
    max-height: none !important;
  }
}

@media (max-width: 991px) {
  .hm-hero-slider .hm-hero-slides {
    height: calc(100vh - var(--fm-header-h, 70px)) !important;
    height: calc(100svh - var(--fm-header-h, 70px)) !important;
    min-height: 240px !important;
    max-height: none !important;
  }
  .hm-hero-slider .hm-hero-dots { bottom: 18px !important; }
}

@media (max-width: 767px) {
  .hm-hero-slider .hm-hero-slides {
    height: calc(100vh - var(--fm-header-h, 65px)) !important;
    height: calc(100svh - var(--fm-header-h, 65px)) !important;
    min-height: 220px !important;
    max-height: none !important;
  }
  .hm-hero-slider .hm-hero-dots { bottom: 14px !important; padding: 5px 12px !important; gap: 7px !important; }
  .hm-hero-slider .hm-hero-dot.hm-hero-dot-active,
  .hm-hero-slider .hm-hero-dot:hover { width: 24px !important; }
}

@media (max-width: 480px) {
  .hm-hero-slider .hm-hero-slides {
    height: calc(100vh - var(--fm-header-h, 60px)) !important;
    height: calc(100svh - var(--fm-header-h, 60px)) !important;
    min-height: 200px !important;
    max-height: none !important;
  }
  .hm-hero-slider .hm-hero-dots { bottom: 12px !important; }
}

@media (max-width: 375px) {
  .hm-hero-slider .hm-hero-slides {
    height: calc(100vh - var(--fm-header-h, 60px)) !important;
    height: calc(100svh - var(--fm-header-h, 60px)) !important;
    min-height: 180px !important;
    max-height: none !important;
  }
}

/* Feature Card Icons Reduced Compact Size */
.hm-feature-icon-wrap {
  width: 90px !important;
  height: 90px !important;
  margin: 0 auto 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  isolation: isolate !important;
  overflow: visible !important;
  border-radius: 50% !important;
  background: transparent !important;
}

.hm-feature-icon-wrap::before,
.hm-feature-icon-wrap::after {
  content: '' !important;
  position: absolute !important;
  inset: 6px !important;
  width: auto !important;
  height: auto !important;
  border-radius: 50% !important;
  background: rgba(115, 185, 80, 0.10) !important;
  z-index: -1 !important;
  opacity: 1 !important;
  visibility: visible !important;
  animation: hmFeaturePulse 3.2s ease-in-out infinite !important;
}

.hm-feature-icon-wrap::after {
  inset: 13px !important;
  background: #ffffff !important;
  border: 1px solid rgba(14, 105, 58, 0.14) !important;
  box-shadow: 0 8px 20px rgba(14, 105, 58, 0.10) !important;
  animation-delay: 0.35s !important;
}

.hm-feature-icon {
  width: 64px !important;
  height: 64px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  color: #0e693a !important;
  background: linear-gradient(145deg, #f9fff5 0%, #eaf6e3 100%) !important;
  font-size: 26px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 6px 16px rgba(14, 105, 58, 0.12) !important;
  animation: hmFeatureFloat 3.8s ease-in-out infinite !important;
  transition: transform 0.35s ease, color 0.35s ease, box-shadow 0.35s ease !important;
}

.hm-feature-item:hover .hm-feature-icon {
  color: #73b950 !important;
  transform: translateY(-5px) scale(1.04) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 10px 22px rgba(14, 105, 58, 0.18) !important;
}

.hm-feature-icon-img {
  max-width: 42px !important;
  max-height: 42px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  transition: transform 0.3s ease !important;
}

/* Reduce excessive spacing between Hero Slider and Features Section */
.hm-features-section {
  background: #ffffff !important;
  padding: 24px 0 44px !important;
}

.hm-feature-item {
  padding: 16px 28px 24px !important;
}

@media (max-width: 991px) {
  .hm-features-section {
    padding: 20px 0 36px !important;
  }
  .hm-feature-item {
    padding: 14px 20px 20px !important;
  }
}

@media (max-width: 767px) {
  .hm-feature-icon-wrap {
    width: 120px !important;
    height: 120px !important;
    margin: 0 auto 16px !important;
  }
  .hm-features-section {
    padding: 16px 0 28px !important;
  }
  .hm-feature-item {
    padding: 12px 16px 16px !important;
  }
}

/* ==========================================================================
   Product Category Showcase Slider (No Slide Bleed, Uniform Image Heights, Responsive)
   ========================================================================== */
.hm-product-showcase {
  background: #f6f9f4 !important;
  padding: 35px 0 50px !important;
  overflow: hidden !important;
  position: relative !important;
}

.hm-ps-wrap {
  max-width: 1380px !important;
  margin: 0 auto !important;
  padding: 0 75px !important;
  position: relative !important;
}

.hm-product-showcase-slider {
  overflow: hidden !important;
  border-radius: 16px !important;
  position: relative !important;
}

.hm-product-showcase-slider .swiper-wrapper {
  box-sizing: border-box !important;
}

.hm-product-showcase-slider .swiper-slide {
  width: 100% !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.hm-ps-slide {
  display: flex !important;
  align-items: center !important;
  gap: 54px !important;
  padding: 10px 0 50px !important;
}

.hm-ps-content {
  flex: 0 0 48% !important;
  max-width: 48% !important;
}

.hm-ps-image-col {
  flex: 0 0 48% !important;
  max-width: 48% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 380px !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07) !important;
}

.hm-ps-image-col img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 16px !important;
  display: block !important;
  transition: transform 0.4s ease !important;
}

.hm-ps-image-col:hover img {
  transform: scale(1.04) !important;
}

.hm-ps-desc {
  font-family: "Roboto", sans-serif !important;
  font-size: 15px !important;
  color: #506050 !important;
  line-height: 1.65 !important;
  margin-bottom: 28px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  min-height: 52px !important;
}

.hm-ps-actions {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
}

.hm-ps-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 14px 34px !important;
  background: #0e693a !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  white-space: nowrap !important;
  box-shadow: 0 4px 14px rgba(14, 105, 58, 0.25) !important;
}

.hm-ps-btn:hover {
  background: #0a4f2b !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(14, 105, 58, 0.38) !important;
}

/* Slider Navigation Buttons (Positioned on far left and far right outside slide content) */
.hm-product-showcase .swiper-button-prev,
.hm-product-showcase .swiper-button-next {
  position: absolute !important;
  top: 45% !important;
  transform: translateY(-50%) !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: #73b950 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12) !important;
  z-index: 30 !important;
  margin-top: 0 !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.hm-product-showcase .swiper-button-prev {
  left: 10px !important;
  right: auto !important;
}

.hm-product-showcase .swiper-button-next {
  right: 10px !important;
  left: auto !important;
}

.hm-product-showcase .swiper-button-prev:hover,
.hm-product-showcase .swiper-button-next:hover {
  background: #73b950 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 24px rgba(115, 185, 80, 0.4) !important;
  transform: translateY(-50%) scale(1.08) !important;
}

.hm-product-showcase .swiper-button-prev::after,
.hm-product-showcase .swiper-button-next::after {
  font-size: 16px !important;
  font-weight: 900 !important;
}

/* Mobile & Tablet Responsiveness */
@media (max-width: 1199px) {
  .hm-ps-wrap {
    padding: 0 58px !important;
  }
  .hm-product-showcase .swiper-button-prev {
    left: 4px !important;
    width: 44px !important;
    height: 44px !important;
  }
  .hm-product-showcase .swiper-button-next {
    right: 4px !important;
    width: 44px !important;
    height: 44px !important;
  }
}

@media (max-width: 991px) {
  .hm-ps-slide {
    gap: 32px !important;
  }
  .hm-ps-content {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .hm-ps-image-col {
    flex: 0 0 46% !important;
    max-width: 46% !important;
    height: 300px !important;
  }
  .hm-ps-title {
    font-size: 30px !important;
  }
}

@media (max-width: 767px) {
  .hm-product-showcase {
    padding: 50px 0 40px !important;
  }
  .hm-ps-slide {
    flex-direction: column-reverse !important;
    gap: 24px !important;
    padding-bottom: 55px !important;
  }
  .hm-ps-content,
  .hm-ps-image-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .hm-ps-image-col {
    height: 250px !important;
  }
  .hm-ps-title {
    font-size: 24px !important;
  }
  .hm-ps-desc {
    font-size: 14px !important;
    min-height: auto !important;
  }
  .hm-ps-wrap {
    padding: 0 16px !important;
  }
  .hm-product-showcase .swiper-button-prev {
    left: 4px !important;
    top: 30% !important;
    width: 36px !important;
    height: 36px !important;
  }
  .hm-product-showcase .swiper-button-next {
    right: 4px !important;
    top: 30% !important;
    width: 36px !important;
    height: 36px !important;
  }
  .hm-product-showcase .swiper-button-prev::after,
  .hm-product-showcase .swiper-button-next::after {
    font-size: 12px !important;
  }
}

/* ==========================================================================
   Mobile Footer Quick Links 2-Column Side-by-Side Layout (Applies across all HTML pages)
   ========================================================================== */
@media (max-width: 767px) {
  .footer-widget-wrapper-2 .row {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  /* Newsletter Box takes 100% full width */
  .footer-widget-wrapper-2 .row > [class*="col-"]:nth-child(1) {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  /* Quick Link Categories ("Our Services" & "Our Products") sit side-by-side in 1 line (50% width each) */
  .footer-widget-wrapper-2 .row > [class*="col-"]:nth-child(2),
  .footer-widget-wrapper-2 .row > [class*="col-"]:nth-child(3) {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    margin-top: 24px !important;
  }

  .footer-widget-wrapper-2 .single-footer-widget {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .footer-widget-wrapper-2 .single-footer-widget .widget-head h4 {
    font-size: 17px !important;
    margin-bottom: 14px !important;
    white-space: nowrap !important;
  }

  .footer-widget-wrapper-2 .single-footer-widget .list-area li a {
    font-size: 13px !important;
    padding: 3px 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
  }

  .footer-widget-wrapper-2 .single-footer-widget .list-area li a i {
    font-size: 11px !important;
    flex-shrink: 0 !important;
  }
}

/* ========================================================
   Megamenu: Default 6 Categories Only, Flyout on Category Hover
   ======================================================== */
@media (min-width: 1200px) {
  .header-main .main-menu ul li.has-dropdown:has(> a[href="Products.html"]),
  .header-main .main-menu ul li.has-megamenu {
    position: relative !important;
  }

  /* Megamenu dropdown default state: shifted left so flyout panel fits 100% inside screen */
  .header-main .main-menu ul li .mega-menu,
  .header-main .main-menu ul li .mega-menu.mega-menu-tabbed {
    position: absolute !important;
    top: 100% !important;
    left: auto !important;
    right: 0 !important;
    width: 235px !important;
    max-width: 95vw !important;
    transform: translateY(8px) !important;
    background-color: #ffffff !important;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12) !important;
    border-top: 3px solid #73B950 !important;
    border-radius: 0 0 8px 8px !important;
    border-bottom: 1px solid rgba(31, 95, 36, 0.12) !important;
    border-left: 1px solid rgba(31, 95, 36, 0.1) !important;
    border-right: 1px solid rgba(31, 95, 36, 0.1) !important;
    padding: 0 !important;
    margin: 0 !important;
    visibility: hidden !important;
    opacity: 0 !important;
    overflow: visible !important;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease !important;
    z-index: 99999 !important;
  }

  .header-main .main-menu ul li:hover > .mega-menu,
  .header-main .main-menu ul li .mega-menu:hover,
  .header-main .main-menu ul li .mega-menu.is-open,
  .header-main .main-menu ul li.is-open > .mega-menu {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }

  .mega-menu-tabbed-container {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    min-height: auto !important;
  }

  /* Sidebar with 6 Categories */
  .mega-menu-sidebar {
    width: 100% !important;
    background-color: #ffffff !important;
    border-inline-end: 0 !important;
    padding: 8px 6px !important;
  }

  .mega-menu-category-tabs {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
  }

  .category-tab-item {
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    border-radius: 6px !important;
  }

  .header-main .main-menu ul li .submenu.mega-menu .mega-menu-sidebar .category-tab-item a,
  .mega-menu-sidebar .category-tab-item a,
  .category-tab-item a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 9px 12px 9px 18px !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    color: #2f3e2e !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2px !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    line-height: 1.25 !important;
    width: 100% !important;
  }

  .category-tab-item::before {
    content: '' !important;
    position: absolute !important;
    top: 6px !important;
    bottom: 6px !important;
    left: 4px !important;
    width: 3.5px !important;
    background-color: #73B950 !important;
    border-radius: 3px !important;
    opacity: 0 !important;
    transition: opacity 0.2s ease !important;
    z-index: 2 !important;
  }

  .category-tab-item a .tab-arrow {
    font-size: 10.5px !important;
    opacity: 0.45 !important;
    transition: transform 0.2s ease, opacity 0.2s ease !important;
  }

  .category-tab-item:hover a,
  .category-tab-item.active a {
    background-color: #f2f8ee !important;
    color: #1f5f24 !important;
  }

  .category-tab-item:hover::before,
  .category-tab-item.active::before {
    opacity: 1 !important;
  }

  .category-tab-item:hover a .tab-arrow,
  .category-tab-item.active a .tab-arrow {
    opacity: 1 !important;
    color: #73B950 !important;
    transform: translateX(3px) !important;
  }

  /* Right Products Panel (Flyout - Fits completely within screen bounds) */
  .mega-menu-content-area {
    display: none !important;
    position: absolute !important;
    top: -3px !important;
    left: 100% !important;
    width: max-content !important;
    min-width: 210px !important;
    max-width: min(780px, calc(100vw - 280px)) !important;
    background-color: #ffffff !important;
    box-shadow: 10px 15px 35px rgba(0, 0, 0, 0.14) !important;
    border-top: 3px solid #73B950 !important;
    border-right: 1px solid rgba(31, 95, 36, 0.12) !important;
    border-bottom: 1px solid rgba(31, 95, 36, 0.12) !important;
    border-left: 1px solid rgba(31, 95, 36, 0.08) !important;
    border-radius: 0 8px 8px 8px !important;
    padding: 14px 20px 18px 20px !important;
    z-index: 100000 !important;
    max-height: 80vh !important;
    overflow-y: auto !important;
  }

  .mega-menu.has-active-panel .mega-menu-content-area {
    display: block !important;
    animation: flyoutSlideIn 0.2s ease-out forwards !important;
  }

  @keyframes flyoutSlideIn {
    from {
      opacity: 0;
      transform: translateX(-6px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .mega-menu-panel {
    display: none !important;
  }

  .mega-menu-panel.active {
    display: block !important;
  }

  .mega-menu-panel-header,
  .subcat-sidebar-header {
    margin-bottom: 4px !important;
    padding-bottom: 2px !important;
    border-bottom: 1.5px solid rgba(115, 185, 80, 0.25) !important;
  }

  .panel-category-title {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #1f5f24 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    text-decoration: none !important;
  }

  /* Subcategory Nested Layout (Flakes / Powder / Leaves / Granules) */
  .mega-menu-subcat-wrapper {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0 !important;
    min-height: 180px !important;
  }

  .mega-menu-subcat-sidebar {
    width: 185px !important;
    flex-shrink: 0 !important;
    padding-right: 0 !important;
    transition: all 0.2s ease !important;
  }

  .mega-menu-subcat-wrapper.has-active-subpanel .mega-menu-subcat-sidebar {
    border-right: 1px solid rgba(115, 185, 80, 0.2) !important;
    padding-right: 12px !important;
  }

  .mega-menu-subcat-tabs {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
  }

  .subcat-tab-item {
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    border-radius: 6px !important;
  }

  .subcat-tab-item a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 8px 10px 8px 12px !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    color: #333333 !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
    width: 100% !important;
  }

  .subcat-tab-item:hover a,
  .subcat-tab-item.active a {
    background-color: #eaf5e3 !important;
    color: #1f5f24 !important;
    font-weight: 700 !important;
  }

  .subcat-tab-item a .subcat-arrow {
    font-size: 9px !important;
    opacity: 0.35 !important;
    transition: transform 0.2s ease, opacity 0.2s ease !important;
  }

  .subcat-tab-item:hover a .subcat-arrow,
  .subcat-tab-item.active a .subcat-arrow {
    opacity: 1 !important;
    color: #73B950 !important;
    transform: translateX(3px) !important;
  }

  /* Subcategory products list - ONLY visible when a subcategory tab is active */
  .mega-menu-subcat-content {
    display: none !important;
    flex: 1 !important;
    min-width: 260px !important;
    padding-left: 14px !important;
  }

  .mega-menu-subcat-wrapper.has-active-subpanel .mega-menu-subcat-content {
    display: block !important;
    animation: subpanelFade 0.2s ease-out forwards !important;
  }

  .mega-menu-subpanel {
    display: none !important;
  }

  .mega-menu-subpanel.active {
    display: block !important;
  }

  @keyframes subpanelFade {
    from {
      opacity: 0;
      transform: translateX(-4px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .subpanel-badge-header {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 8px !important;
    padding-bottom: 4px !important;
    border-bottom: 1px dashed rgba(115, 185, 80, 0.3) !important;
  }

  .subpanel-badge {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #1f5f24 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
  }

  .subpanel-count {
    font-size: 11px !important;
    font-weight: 500 !important;
    color: #73B950 !important;
  }

  .subpanel-grid-2col {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(130px, 1fr)) !important;
    gap: 4px 14px !important;
  }

  .mega-menu-products-grid {
    display: grid !important;
    gap: 12px 18px !important;
  }

  .mega-menu-products-grid.cols-2 {
    grid-template-columns: repeat(2, minmax(170px, 1fr)) !important;
  }

  .mega-menu-products-grid.cols-3 {
    grid-template-columns: minmax(130px, max-content) minmax(175px, max-content) minmax(125px, max-content) !important;
  }

  .mega-menu-products-grid.cols-4 {
    grid-template-columns: repeat(4, minmax(140px, 1fr)) !important;
  }

  .mega-menu-subcol-title {
    display: block !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #73B950 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2px !important;
    margin-bottom: 6px !important;
    padding-bottom: 3px !important;
    border-bottom: 1px dashed rgba(115, 185, 80, 0.3) !important;
  }

  .mega-menu-product-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .mega-menu-product-list li {
    margin-bottom: 5px !important;
  }

  .mega-menu-product-list li a {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 12.5px !important;
    font-weight: 500 !important;
    color: #444444 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    padding: 2px 0 !important;
    white-space: nowrap !important;
  }

  .mega-menu-product-list li a:hover {
    color: #1f5f24 !important;
    transform: translateX(3px) !important;
  }

  .mega-menu-product-list li a i {
    font-size: 9.5px !important;
    color: #73B950 !important;
    transition: transform 0.2s ease !important;
  }

  .mega-menu-nested-item {
    position: relative !important;
  }

  .mega-menu-nested-trigger .nested-arrow {
    margin-left: auto !important;
    font-size: 8px !important;
  }

  .mega-menu-nested-list {
    position: static !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    min-width: 0 !important;
    max-height: 0 !important;
    margin: 0 0 0 14px !important;
    padding: 0 0 0 10px !important;
    list-style: none !important;
    background: #ffffff !important;
    border-left: 1px solid rgba(115, 185, 80, 0.35) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-5px) !important;
    overflow: hidden !important;
    transition: max-height 0.28s ease, opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease, padding 0.28s ease !important;
  }

  .mega-menu-nested-item:hover > .mega-menu-nested-list,
  .mega-menu-nested-item:focus-within > .mega-menu-nested-list {
    max-height: 140px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
  }

  .mega-menu-nested-list li a {
    display: flex !important;
    width: 100% !important;
    padding: 3px 0 !important;
    white-space: nowrap !important;
  }

  .mega-menu-nested-list li {
    display: block !important;
    width: 100% !important;
  }
}

/* Ensure text-anim headings are visible */
.text-anim {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* Reduce gap between paragraph text and list bullet points in About Us section */
.about-us-content .client-info-item:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.about-us-content .list {
  margin-top: 18px !important;
}

.about-us-content p.text + p.text {
  margin-top: 12px !important;
  margin-bottom: 0 !important;
}

/* Site-wide heading refinement: font-weight 500 for section titles */
h1,
h2,
.section-title h1,
.section-title h2,
.section-title-area h2,
.text-anim,
.hm-category-title,
.hm-commitment-line h2 {
  font-weight: 500 !important;
  line-height: 1.18 !important;
}

.hm-commitment-line {
  padding-bottom: 24px !important;
  margin-bottom: 10px !important;
}

.hm-commitment-line h2 {
  margin-bottom: 0 !important;
}

h2,
.section-title h2,
.section-title-area h2,
.text-anim {
  font-size: clamp(32px, 3.2vw, 44px) !important;
}

.hm-category-title {
  font-size: clamp(28px, 3vw, 34px) !important;
}

@media (max-width: 767px) {
  h2,
  .section-title h2,
  .section-title-area h2,
  .text-anim {
    font-size: clamp(25px, 7vw, 32px) !important;
  }
}

/* FAQ text sizing and active state */
.faq-wrapper-2 .faq-box .faq-items .accordion .accordion-item h2 button {
  font-size: 20.9px !important;
  line-height: 1.2 !important;
}

.faq-wrapper-2 .faq-box .faq-items .accordion .accordion-item .accordion-body p {
  font-size: 15.2px !important;
  line-height: 30px !important;
}

.faq-wrapper-2 .faq-box .faq-items .accordion .accordion-button:not(.collapsed) {
  color: #ffffff !important;
}

.faq-wrapper-2 .faq-box .faq-items .accordion .accordion-button:not(.collapsed)::before {
  color: #ffffff !important;
}

.faq-wrapper-2 .faq-box .faq-items .accordion .accordion-collapse.show .accordion-body p {
  color: #ffffff !important;
}

.faq-wrapper-2 .faq-box .faq-items .accordion .accordion-item.is-opening .accordion-body p,
.faq-wrapper-2 .faq-box .faq-items .accordion .accordion-item.is-active-faq .accordion-body p {
  color: #ffffff !important;
}

@media (max-width: 1399px) {
  .faq-wrapper-2 .faq-box .faq-items .accordion .accordion-item h2 button {
    font-size: 17.1px !important;
  }
}

@media (max-width: 575px) {
  .faq-wrapper-2 .faq-box .faq-items .accordion .accordion-item h2 button {
    font-size: 15.2px !important;
  }

  .faq-wrapper-2 .faq-box .faq-items .accordion .accordion-item .accordion-body p {
    font-size: 13.3px !important;
    line-height: 26px !important;
  }
}

/* FAQ background readability overlay */
.faq-section-2 {
  position: relative !important;
  background-color: rgba(0, 0, 0, 0.42) !important;
  background-blend-mode: multiply !important;
}

.faq-section-2::before {
  display: none !important;
}

/* Global Supply Network centered header and compact country boxes */
.project-section .section-title-area {
  display: block !important;
  text-align: center !important;
  max-width: 820px !important;
  margin: 0 auto 30px !important;
}

.project-section.section-padding {
  padding-top: 36px !important;
  padding-bottom: 34px !important;
}

.project-section .section-title-area .section-title {
  text-align: center !important;
  margin: 0 auto !important;
}

.project-section .section-title-area .sub-title {
  display: inline-flex !important;
  margin: 0 auto 18px !important;
}

.project-section .section-title-area h2 {
  text-align: center !important;
  margin: 0 auto 16px !important;
}

.project-section .section-title-area p {
  text-align: center !important;
  max-width: 720px !important;
  margin: 0 auto !important;
}

.project-section .section-title-area p br {
  display: none !important;
}

.project-section .custom-container {
  max-width: 1180px !important;
  margin: 0 auto !important;
}

.project-section .project-wrapper .main-box {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
  justify-content: center !important;
}

.project-section .project-wrapper .main-box .box-2,
.project-section .project-wrapper .main-box .box-2.active {
  flex: none !important;
  width: 100% !important;
  height: 124px !important;
  min-width: 0 !important;
  border: 1px solid #edf0ec !important;
  border-radius: 4px !important;
  background-color: #ffffff !important;
  background-size: calc(100% - 18px) calc(100% - 18px) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
  cursor: default !important;
  margin-bottom: 30px !important;
  overflow: visible !important;
}

.project-section .project-wrapper .main-box .box-2:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 10px 24px rgba(14, 105, 58, 0.08) !important;
}

.project-section .project-wrapper .main-box .box-2 .project-content {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -28px !important;
  top: auto !important;
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
  background: transparent !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  text-align: center !important;
}

.project-section .project-wrapper .main-box .box-2 .project-content h3 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
}

.project-section .project-wrapper .main-box .box-2 .project-content h3 a {
  display: inline-block !important;
  color: #1a2a1a !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-shadow: none !important;
  background: transparent !important;
}

@media (max-width: 991px) {
  .project-section .project-wrapper .main-box {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 575px) {
  .project-section .project-wrapper .main-box {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .project-section .project-wrapper .main-box .box-2,
  .project-section .project-wrapper .main-box .box-2.active {
    height: 112px !important;
  }
}

/* About page WHY SM FOODS icon cards */
.team-card-items-2 {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease !important;
}

.team-card-items-2:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(115, 185, 80, 0.24) !important;
  box-shadow: 0 18px 38px rgba(14, 105, 58, 0.12) !important;
}

.team-card-items-2 .team-image {
  width: 90px !important;
  height: 90px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  isolation: isolate !important;
  overflow: visible !important;
  margin: 0 auto 14px !important;
  border-radius: 50% !important;
  background: transparent !important;
}

.team-card-items-2 .team-image::before,
.team-card-items-2 .team-image::after {
  content: '' !important;
  position: absolute !important;
  inset: 6px !important;
  width: auto !important;
  height: auto !important;
  border-radius: 50% !important;
  background: rgba(115, 185, 80, 0.10) !important;
  z-index: -1 !important;
  opacity: 1 !important;
  visibility: visible !important;
  animation: hmFeaturePulse 3.2s ease-in-out infinite !important;
}

.team-card-items-2 .team-image::after {
  inset: 13px !important;
  background: #ffffff !important;
  border: 1px solid rgba(14, 105, 58, 0.14) !important;
  box-shadow: 0 8px 20px rgba(14, 105, 58, 0.10) !important;
  animation-delay: 0.35s !important;
}

.team-card-items-2 .about-choice-icon {
  width: 64px !important;
  height: 64px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  color: #0e693a !important;
  background: linear-gradient(145deg, #f9fff5 0%, #eaf6e3 100%) !important;
  font-size: 26px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 6px 16px rgba(14, 105, 58, 0.12) !important;
  animation: hmFeatureFloat 3.8s ease-in-out infinite !important;
  transition: transform 0.35s ease, color 0.35s ease, box-shadow 0.35s ease !important;
}

.team-card-items-2:hover .about-choice-icon {
  color: #73b950 !important;
  transform: translateY(-5px) scale(1.04) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 10px 22px rgba(14, 105, 58, 0.18) !important;
}

@keyframes hmFeatureFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes hmFeaturePulse {
  0%, 100% { transform: scale(0.94); opacity: 0.75; }
  50% { transform: scale(1.04); opacity: 1; }
}

@media (max-width: 575px) {
  .team-card-items-2 .team-image,
  .hm-feature-icon-wrap {
    width: 78px !important;
    height: 78px !important;
  }

  .team-card-items-2 .team-image::before,
  .hm-feature-icon-wrap::before {
    inset: 5px !important;
  }

  .team-card-items-2 .team-image::after,
  .hm-feature-icon-wrap::after {
    inset: 10px !important;
  }

  .team-card-items-2 .about-choice-icon,
  .hm-feature-icon {
    width: 54px !important;
    height: 54px !important;
    font-size: 22px !important;
  }
}

/* Contact page clean details layout */
.sm-contact-details-section {
  background: #f8f8f8 !important;
  padding-top: 70px !important;
  padding-bottom: 76px !important;
}

.sm-contact-details-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
  padding: 46px 52px;
  border-radius: 2px;
}

.sm-contact-left {
  padding-right: 54px;
  border-right: 1px solid #d9d9d9;
}

.sm-contact-right {
  padding-left: 54px;
}

.sm-contact-left h2 {
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  margin: 0 0 10px;
  color: #2b2b2b;
}

.sm-contact-intro {
  max-width: 600px;
  margin: 0 0 28px;
  color: #7a7a7a;
  font-size: 17px;
  line-height: 1.65;
}

.sm-contact-block {
  margin-bottom: 26px;
}

.sm-contact-block:last-child {
  margin-bottom: 0;
}

.sm-contact-block h3 {
  color: #0e693a;
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 8px;
  line-height: 1.3;
}

.sm-contact-block p,
.sm-contact-block a {
  color: #777f82;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  text-decoration: none;
}

.sm-contact-block a:hover {
  color: #0e693a;
}

.sm-contact-right-top {
  display: block;
  margin-bottom: 16px;
}

.sm-contact-form {
  width: 100%;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}

.sm-contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.sm-contact-form input,
.sm-contact-form textarea {
  width: 100%;
  border: 1px solid #e5e9e4;
  border-radius: 4px;
  background: #fbfdfb;
  color: #2b2b2b;
  font-size: 15px;
  line-height: 1.4;
  padding: 12px 14px;
  outline: none;
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.sm-contact-form textarea {
  min-height: 88px;
  resize: none;
}

.sm-contact-form input:focus,
.sm-contact-form textarea:focus {
  border-color: #0e693a;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(14, 105, 58, 0.1);
}

.sm-contact-form button {
  align-self: flex-start;
  border: 0;
  border-radius: 4px;
  background: #0e693a;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 14px 24px;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(14, 105, 58, 0.18);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.sm-contact-form button:hover {
  transform: translateY(-2px);
  background: #0a5a31;
  box-shadow: 0 14px 26px rgba(14, 105, 58, 0.24);
}

.sm-contact-map {
  grid-column: 1 / -1;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  margin-top: 34px;
}

.sm-contact-map iframe {
  width: 100%;
  height: 340px;
  display: block;
}

@media (max-width: 991px) {
  .sm-contact-details-card {
    grid-template-columns: 1fr;
    padding: 36px 28px;
  }

  .sm-contact-left {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
  }

  .sm-contact-right {
    padding-left: 0;
    padding-top: 30px;
  }

  .sm-contact-map {
    margin-top: 28px;
  }
}

@media (max-width: 575px) {
  .sm-contact-details-section {
    padding-top: 46px !important;
    padding-bottom: 50px !important;
  }

  .sm-contact-details-card {
    padding: 28px 20px;
  }

  .sm-contact-right-top {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sm-contact-form {
    min-height: auto;
  }

  .sm-contact-form-row {
    grid-template-columns: 1fr;
  }

  .sm-contact-form button {
    width: 100%;
  }

  .sm-contact-left h2 {
    font-size: 24px !important;
  }

  .sm-contact-block h3 {
    font-size: 18px;
  }

  .sm-contact-block p,
  .sm-contact-block a,
  .sm-contact-intro {
    font-size: 15px;
  }

  .sm-contact-map iframe {
    height: 260px;
  }
}

/* Hide breadcrumb trail on all inner pages */
.breadcrumb-wrapper .breadcrumb-items {
  display: none !important;
}

/* Reduced spacing for Our Statistics Section & Our Certificate Section */
.our-statistics-section {
  padding-top: 40px !important;
  padding-bottom: 35px !important;
}

/* Our Certificate Section Styling & Animations */
.our-certificate-section {
  background-color: #f7f9f6;
  padding-top: 25px !important;
  padding-bottom: 55px !important;
  position: relative;
  overflow: hidden;
}

.our-certificate-section .section-title {
  margin-bottom: 20px !important;
}

.certificate-wrapper {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 30px;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.certificate-item {
  flex: 1 1 0% !important;
  min-width: 0 !important;
  max-width: 280px;
}

.certificate-img-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(14, 105, 58, 0.12);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  will-change: transform, box-shadow;
}

.certificate-img-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.7),
    transparent
  );
  transition: 0.6s ease;
}

.certificate-item:hover .certificate-img-box::before {
  left: 100%;
}

.certificate-img-box img {
  max-height: 100px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.04));
  transition: transform 0.4s ease;
}

/* Floating Animations */
@keyframes certFloat1 {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
}

@keyframes certFloat2 {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
}

@keyframes certFloat3 {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-7px); }
}

.cert-item-1 .certificate-img-box {
  animation: certFloat1 4s ease-in-out infinite;
}

.cert-item-2 .certificate-img-box {
  animation: certFloat2 4.5s ease-in-out infinite 0.5s;
}

.cert-item-3 .certificate-img-box {
  animation: certFloat3 3.8s ease-in-out infinite 1s;
}

/* Hover Interaction */
.certificate-item:hover .certificate-img-box {
  animation-play-state: paused;
  transform: translateY(-10px) scale(1.04);
  box-shadow: 0 16px 36px rgba(14, 105, 58, 0.16);
  border-color: #0e693a;
}

.certificate-item:hover .certificate-img-box img {
  transform: scale(1.06);
}

/* Strict Mobile Single-Line Responsiveness */
@media (max-width: 991px) {
  .certificate-wrapper {
    gap: 20px;
  }
  .certificate-img-box {
    height: 120px;
    padding: 15px;
  }
  .certificate-img-box img {
    max-height: 85px;
  }
}

@media (max-width: 767px) {
  .our-statistics-section {
    padding-top: 30px !important;
    padding-bottom: 25px !important;
  }
  .our-certificate-section {
    padding-top: 15px !important;
    padding-bottom: 35px !important;
  }
  .our-certificate-section .section-title {
    margin-bottom: 15px !important;
  }
  .certificate-wrapper {
    gap: 12px;
    padding-inline: 4px;
  }
  .certificate-img-box {
    height: 95px;
    padding: 10px 8px;
    border-radius: 12px;
  }
  .certificate-img-box img {
    max-height: 65px;
  }
}

@media (max-width: 480px) {
  .certificate-wrapper {
    gap: 8px;
  }
  .certificate-img-box {
    height: 80px;
    padding: 8px 5px;
    border-radius: 10px;
  }
  .certificate-img-box img {
    max-height: 55px;
  }
}

/* ========================================================
   Header Navigation Dropdown Arrow (Reference Image Style)
   ======================================================== */
.header-main .main-menu ul li a .nav-dropdown-icon {
  font-size: 11px !important;
  margin-left: 6px !important;
  display: inline-block !important;
  vertical-align: 1px !important;
  line-height: 1 !important;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease !important;
  color: inherit !important;
}

.header-main .main-menu ul li:hover > a .nav-dropdown-icon,
.header-main .main-menu ul li.is-open > a .nav-dropdown-icon {
  transform: rotate(180deg) !important;
  color: var(--theme, #73B950) !important;
}

@media (max-width: 1199px) {
  .mean-container .mean-nav ul li a .nav-dropdown-icon {
    display: none !important;
  }
}

/* ========================================================
   Product Card / Popup / Detail Page — Uniform Box & Full Image Display
   ======================================================== */

/* Grid column alignment so all cards in a row have identical height */
.sm-products-catalog .row > [class*="col-"],
.shop-section .row > [class*="col-"] {
  display: flex !important;
  margin-bottom: 24px !important;
}

/* Product Card Box: Full uniform height, structured flex layout, clean white card */
.shop-card-items {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100% !important;
  background: #ffffff !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
  transition: transform 0.35s ease, box-shadow 0.35s ease !important;
}

.shop-card-items:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12) !important;
}

/* Product image container: 1:1 Square box for all products */
.shop-card-items .shop-image {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff !important;
  padding: 0 !important;
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

/* Product image: object-fit contain so the ENTIRE packaging/poster is 100% visible */
.shop-card-items .shop-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  transform: none !important;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.shop-card-items:hover .shop-image img {
  transform: scale(1.04) !important;
}

/* Product Card Content / Title area: uniform bottom section */
.shop-card-items .shop-content {
  flex: 1 1 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px 14px !important;
  text-align: center !important;
  background: #fafbfa !important;
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.shop-card-items .shop-content h3 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  color: var(--header, #1b2e1e) !important;
}

.shop-card-items .shop-content h3 a {
  color: inherit !important;
  text-decoration: none !important;
  display: block !important;
}

/* Popup image: full view with clean aspect ratio */
.product-popup-image {
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  background: #f8faf7 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

.product-popup-image img {
  width: 100% !important;
  height: 100% !important;
  max-height: 340px !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
}

/* Individual product detail page — left-side image full view */
.description-image {
  width: 100% !important;
  background: #ffffff !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05) !important;
}

.description-image img {
  width: 100% !important;
  max-height: 480px !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  border-radius: 12px !important;
}

/* Mobile & Tablet Responsiveness */
@media (max-width: 991px) {
  .sm-products-catalog .row > [class*="col-"],
  .shop-section .row > [class*="col-"] {
    margin-bottom: 20px !important;
  }
  
  .description-image img {
    max-height: 380px !important;
  }
}

@media (max-width: 767px) {
  .sm-products-catalog .row > [class*="col-"],
  .shop-section .row > [class*="col-"] {
    margin-bottom: 16px !important;
  }

  .shop-card-items .shop-content {
    padding: 12px 8px !important;
  }

  .shop-card-items .shop-content h3,
  .shop-card-items .shop-content h3 a {
    font-size: 14px !important;
  }

  .product-popup-image {
    aspect-ratio: 4 / 3 !important;
  }

  .description-image img {
    max-height: 300px !important;
  }
}

@media (max-width: 575px) {
  .sm-products-catalog .row,
  .shop-section .row {
    margin-inline: -6px !important;
  }

  .sm-products-catalog .row > [class*="col-"],
  .shop-section .row > [class*="col-"] {
    padding-inline: 6px !important;
    margin-bottom: 12px !important;
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .shop-card-items {
    border-radius: 8px !important;
  }

  .shop-card-items .shop-image {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  .shop-card-items .shop-content {
    padding: 10px 4px !important;
  }

  .shop-card-items .shop-content h3,
  .shop-card-items .shop-content h3 a {
    font-size: 13px !important;
    line-height: 1.25 !important;
  }

  .description-image img {
    max-height: 240px !important;
  }
}

/* Reduced spacing between Breadcrumb Banner and Products Filter bar */
.shop-section.section-padding {
  padding-top: 40px !important;
  padding-bottom: 80px !important;
}

@media (max-width: 991px) {
  .shop-section.section-padding {
    padding-top: 30px !important;
    padding-bottom: 60px !important;
  }
}



/* ==========================================================================
   Header Dual Brand Logo (FoodMora + SM FOODS) - Desktop & Mobile Responsive
   ========================================================================== */
.header-main .header-left .logo {
  display: flex !important;
  align-items: center !important;
}

.header-main .header-left .logo .header-logo,
.header-main .header-left .logo .header-logo-2,
.sticky.header-1 .header-main .header-left .logo .header-logo-2 {
  display: inline-flex !important;
  align-items: center !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
  text-decoration: none !important;
  vertical-align: middle;
}

.header-1:not(.sticky) .header-main .header-left .logo .header-logo-2 {
  display: none !important;
}

.header-1.sticky .header-main .header-left .logo .header-logo {
  display: none !important;
}

.header-1.sticky .header-main .header-left .logo .header-logo-2 {
  display: inline-flex !important;
}

/* FoodMora Logo - Reduced size */
.header-main .header-left .logo .fm-brand-logo {
  height: 38px !important;
  max-height: 38px !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  display: block !important;
  flex-shrink: 0 !important;
}

/* Elegant brand divider */
.header-main .header-left .logo .brand-divider {
  display: inline-block !important;
  width: 1.5px !important;
  height: 22px !important;
  background: rgba(14, 105, 58, 0.28) !important;
  flex-shrink: 0 !important;
  border-radius: 1px !important;
}

/* SM FOODS Logo */
.header-main .header-left .logo .sm-brand-logo {
  height: 24px !important;
  max-height: 24px !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  display: block !important;
  flex-shrink: 0 !important;
}

/* Tablet & Medium Screens (max-width: 1199px) */
@media (max-width: 1199px) {
  .header-main .header-left .logo .header-logo,
  .header-main .header-left .logo .header-logo-2 {
    gap: 8px !important;
  }
  .header-main .header-left .logo .fm-brand-logo {
    height: 34px !important;
    max-height: 34px !important;
  }
  .header-main .header-left .logo .brand-divider {
    height: 20px !important;
  }
  .header-main .header-left .logo .sm-brand-logo {
    height: 21px !important;
    max-height: 21px !important;
  }
}

/* Mobile Screen (max-width: 767px) */
@media (max-width: 767px) {
  .header-main .header-left .logo .header-logo,
  .header-main .header-left .logo .header-logo-2 {
    gap: 7px !important;
  }
  .header-main .header-left .logo .fm-brand-logo {
    height: 28px !important;
    max-height: 28px !important;
  }
  .header-main .header-left .logo .brand-divider {
    height: 17px !important;
  }
  .header-main .header-left .logo .sm-brand-logo {
    height: 18px !important;
    max-height: 18px !important;
  }
}

/* Small Mobile Screen (max-width: 420px) */
@media (max-width: 420px) {
  .header-main .header-left .logo .header-logo,
  .header-main .header-left .logo .header-logo-2 {
    gap: 6px !important;
  }
  .header-main .header-left .logo .fm-brand-logo {
    height: 25px !important;
    max-height: 25px !important;
  }
  .header-main .header-left .logo .brand-divider {
    height: 15px !important;
    width: 1px !important;
  }
  .header-main .header-left .logo .sm-brand-logo {
    height: 16px !important;
    max-height: 16px !important;
  }
}

/* Very Small Mobile Screen (max-width: 360px) */
@media (max-width: 360px) {
  .header-main .header-left .logo .header-logo,
  .header-main .header-left .logo .header-logo-2 {
    gap: 5px !important;
  }
  .header-main .header-left .logo .fm-brand-logo {
    height: 22px !important;
    max-height: 22px !important;
  }
  .header-main .header-left .logo .brand-divider {
    height: 13px !important;
  }
  .header-main .header-left .logo .sm-brand-logo {
    height: 14px !important;
    max-height: 14px !important;
  }
}
