/* Shared Food / Chemical / Services dropdown behavior */

/* Keep dropdowns visible without breaking sticky header */
.header-bottom .header-nav,
.header-bottom .header-nav > li,
.header-bottom .header-nav > li.has-dropdown {
  overflow: visible !important;
}

.header-section {
  z-index: 9999;
  /* Keep site header separate from hero slider (not overlaid on it) */
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100%;
}

.header-top {
  background: #301514 !important;
  color: #fffefe !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.header-top-left::after {
  background: #fffefe !important;
}

.header-top-right .text {
  color: #f3722e !important;
}

.header-bottom {
  z-index: 9999;
  background: #ff9900 !important;
}

/* Sticky keeps same theme orange */
.header-bottom.sticky-header.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 10050 !important;
  background: #ff9900 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12) !important;
  animation: fadeInDown 0.6s ease;
}

/* Nav links on orange header */
.header-bottom .header-nav > li > a {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  color: #fff !important;
}

.header-bottom .header-nav > li > a::after {
  z-index: -1;
}

.header-bottom .header-nav > li > a:hover {
  color: #301514 !important;
}

.header-bottom.sticky-header.sticky .header-nav > li > a {
  color: #fff !important;
}

.header-bottom.sticky-header.sticky .header-nav > li > a:hover {
  color: #301514 !important;
}

.header-bottom.sticky-header.sticky .header-nav > li > a:hover::after,
.header-bottom .header-nav > li > a:hover::after {
  background: rgba(48, 21, 20, 0.14);
}

/* Mobile header — solid orange bar, never overlays hero */
.mobile-header {
  background: #ff9900 !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  z-index: 9999;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  min-height: 72px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.mobile-header > .container {
  width: 100%;
}

.mobile-header .row {
  align-items: center !important;
  min-height: 48px;
}

.mobile-header .mobile-action-link a,
.mobile-header .mobile-action-link button,
.mobile-header .mobile-action-link i {
  color: #301514 !important;
}

.mobile-header .mobile-menu-btn {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 10px;
  margin: 0;
  line-height: 1;
  font-size: 30px;
  min-width: 44px;
  min-height: 44px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Bootstrap .offcanvas uses visibility:hidden + .show;
   theme opens with .offcanvas-open ? force the panel visible */
.offcanvas.offcanvas-mobile-menu-section,
.offcanvas.offcanvas-rightside {
  visibility: hidden;
  z-index: 10060 !important;
}

.offcanvas.offcanvas-open {
  visibility: visible !important;
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  pointer-events: auto !important;
}

.offcanvas-overlay.is-visible {
  display: block !important;
  z-index: 10055 !important;
}

/* ========== Mobile drawer — clear hierarchy + theme arrows ========== */
.offcanvas-mobile-menu-section.offcanvas-open {
  display: flex !important;
  flex-direction: column;
  max-height: 100vh;
  max-height: 100dvh;
  overflow: hidden;
  padding-top: 16px !important;
  padding-bottom: calc(16px + env(safe-area-inset-bottom, 0)) !important;
}

.offcanvas-mobile-menu-section .mobile-drawer-header {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px !important;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  text-align: left !important;
}

.offcanvas-mobile-menu-section .mobile-drawer-brand {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.offcanvas-mobile-menu-section .mobile-drawer-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.offcanvas-mobile-menu-section .mobile-drawer-subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.35;
}

.offcanvas-mobile-menu-section .offcanvas-mobile-menu-wrapper {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.offcanvas-mobile-menu-section .mobile-menu-bottom {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 4px;
}

.offcanvas-mobile-menu-section .offcanvas-menu {
  margin: 0 !important;
}

.offcanvas-mobile-menu-section .mobile-nav-root,
.offcanvas-mobile-menu-section .mobile-sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.offcanvas-mobile-menu-section .mobile-nav-item {
  position: relative;
  padding: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.offcanvas-mobile-menu-section .mobile-sub-menu .mobile-nav-item {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

.offcanvas-mobile-menu-section .mobile-nav-item:last-child {
  border-bottom: none;
}

.offcanvas-mobile-menu-section .mobile-nav-link {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 44px 14px 4px !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

.offcanvas-mobile-menu-section .mobile-nav-link.is-disabled {
  opacity: 0.7;
  cursor: default;
}

.offcanvas-mobile-menu-section .mobile-nav-download-icon {
  font-size: 16px;
  opacity: 0.85;
  flex-shrink: 0;
}

/* Keep theme arrow; enlarge tap target without changing look */
.offcanvas-mobile-menu-section .offcanvas-menu-expand {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 44px;
  height: 48px;
  z-index: 2;
  cursor: pointer;
}

.offcanvas-mobile-menu-section .offcanvas-menu-expand::after {
  top: 14px !important;
  right: 8px !important;
  line-height: 1 !important;
}

.offcanvas-mobile-menu-section .mobile-nav-item.active > .offcanvas-menu-expand::after {
  transform: rotate(90deg);
}

/* Nested levels */
.offcanvas-mobile-menu-section .mobile-sub-menu {
  display: block !important;
  margin: 0 0 8px !important;
  padding: 0 0 4px 12px !important;
  border-left: 2px solid rgba(243, 114, 46, 0.55);
}

.offcanvas-mobile-menu-section .mobile-sub-menu .mobile-nav-link {
  padding: 11px 40px 11px 8px !important;
  font-size: 14px !important;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92) !important;
}

.offcanvas-mobile-menu-section .mobile-sub-menu-level-2 {
  max-height: 240px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 4px !important;
  padding-left: 10px !important;
  border-left-color: rgba(255, 255, 255, 0.18);
}

.offcanvas-mobile-menu-section .mobile-sub-menu-level-2 .mobile-nav-link {
  font-size: 13px !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.offcanvas-mobile-menu-section .mobile-drawer-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  flex-shrink: 0;
}

.offcanvas-mobile-menu-section .mobile-drawer-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.06);
}

.offcanvas-mobile-menu-section .mobile-drawer-action-btn.is-primary {
  background: #f3722e;
  border-color: #f3722e;
  color: #fff !important;
}

.offcanvas-mobile-menu-section .mobile-drawer-action-btn i {
  font-size: 16px;
  line-height: 1;
}

.offcanvas-mobile-menu-section .mobile-contact-info {
  margin-top: 14px !important;
  flex-shrink: 0;
}

.header-bottom .header-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  z-index: 10000;
}

.header-bottom .header-nav > li.has-dropdown {
  position: relative;
}

/* Same open behavior for Food, Chemical, Services, Download */
.header-bottom .header-nav > li.has-dropdown:hover > ul.submenu {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0) scaleY(1) !important;
  pointer-events: auto !important;
  display: block !important;
  z-index: 10001 !important;
}

.header-bottom .header-nav > li.has-dropdown > ul.submenu {
  min-width: 280px;
  z-index: 10001;
}

/* Keep right-side menus on screen (Chemical / Services / Download) */
.header-bottom .header-nav > li.has-dropdown:nth-last-child(-n+5) > ul.submenu {
  left: auto;
  right: 0;
}

/* Nested list like Food > Milk Processing Plant */
.header-bottom .header-nav ul.submenu li.has-dropdown {
  position: relative;
}

.header-bottom .header-nav ul.submenu li.has-dropdown > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.header-bottom .header-nav ul.submenu li.has-dropdown > a::before {
  content: "\ea93";
  font-family: IcoFont !important;
  font-size: 12px;
  order: 2;
}

.header-bottom .header-nav ul.submenu ul.submenu {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.header-bottom .header-nav ul.submenu > li.has-dropdown:hover > ul.submenu {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) scaleY(1) !important;
  z-index: 10002 !important;
}

.header-bottom .header-nav .submenu-nested {
  top: 0;
  left: 100%;
  width: 280px;
  border-radius: 0 5px 5px 0;
  transform-origin: left top;
}

.header-bottom .header-nav .submenu.submenu-scroll {
  max-height: min(70vh, 520px);
  overflow-y: auto;
}

.header-top-right .site-social-links,
.footer-section .footer-bottom .site-social-links {
  margin-left: 0;
  align-items: center;
  gap: 0;
  justify-content: flex-end;
}

.header-top-right .site-social-links li,
.footer-section .footer-bottom .site-social-links li {
  margin-right: 8px !important;
}

.header-top-right .site-social-links li:last-child,
.footer-section .footer-bottom .site-social-links li:last-child {
  margin-right: 0 !important;
}

.header-top-right .site-social-links.social-link a,
.header-top-right .site-social-links li a,
.footer-section .footer-bottom .site-social-links.social-link a,
.footer-section .footer-bottom .site-social-links li a {
  color: #fff !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  line-height: 24px !important;
  font-size: 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
}

.header-top-right .site-social-links li a::before,
.footer-section .footer-bottom .site-social-links li a::before {
  display: none !important;
  content: none !important;
}

.header-top-right .site-social-links li a i,
.footer-section .footer-bottom .site-social-links li a i {
  font-size: 16px !important;
  line-height: 1 !important;
}

.footer-section .footer-bottom .site-social-links li a:hover,
.footer-section .footer-bottom .site-social-links li a:hover i,
.header-top-right .site-social-links li a:hover,
.header-top-right .site-social-links li a:hover i {
  color: #ff9900 !important;
}

@media (max-width: 991px) {
  .footer-section .footer-bottom .site-social-links {
    justify-content: flex-start;
    margin-top: 8px !important;
  }

  .footer-section .copy-right-right {
    height: auto;
    margin-top: 8px;
  }

  .footer-section .footer-bottom {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

/* Slightly taller header so logo shows cleanly */
.header-bottom .header-nav > li > a {
  line-height: 96px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

@media (min-width: 1200px) {
  .header-bottom .header-nav > li > a {
    line-height: 100px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}

/* Keep logo proportional ? do not stretch */
.header-bottom .logo.rinktech-logo,
.header-bottom .logo {
  width: auto !important;
  max-width: 200px;
  overflow: visible !important;
  display: flex;
  align-items: center;
}

.rinktech-logo img,
.logo.rinktech-logo img,
.header-bottom .logo img,
.header-bottom .logo.rinktech-logo img {
  width: auto !important;
  height: auto !important;
  max-height: 80px !important;
  max-width: 100%;
  object-fit: contain !important;
  display: block;
}

.mobile-logo.rinktech-logo {
  width: auto !important;
  max-width: min(220px, 62vw);
}

.mobile-logo.rinktech-logo img {
  width: auto !important;
  height: auto !important;
  max-height: 52px !important;
  max-width: 100% !important;
  object-fit: contain !important;
  display: block;
}

/* ========== Mobile overall page padding ========== */
@media (max-width: 991px) {
  .main-wrapper .container,
  .main-wrapper .container-sm,
  .main-wrapper .container-md,
  .main-wrapper .container-lg,
  .main-wrapper .container-xl,
  .main-wrapper .container-xxl,
  .main-wrapper .container-fluid,
  .mobile-header .container,
  .footer-section .container {
    --bs-gutter-x: 2rem; /* 16px each side */
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }

  /* Theme zeros this under 768px ? restore breathing room */
  .main-wrapper .section-fluid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .about-display-section .about-display-wrapper .content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .promo-section .promo-single-item .box {
    padding: 24px 20px !important;
  }

  .page-content .section-content {
    padding-left: 4px;
    padding-right: 4px;
  }

  .offcanvas.offcanvas-mobile-menu-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 575px) {
  .main-wrapper .container,
  .main-wrapper .container-sm,
  .main-wrapper .container-md,
  .main-wrapper .container-lg,
  .main-wrapper .container-xl,
  .main-wrapper .container-xxl,
  .main-wrapper .container-fluid,
  .mobile-header .container,
  .footer-section .container {
    --bs-gutter-x: 1.75rem; /* ~14px each side */
  }

  .main-wrapper .section-fluid {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

/* ========== Mobile layout polish (header + hero + overflow) ========== */
@media (max-width: 991.98px) {
  .mobile-header {
    min-height: 72px;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    padding-left: env(safe-area-inset-left, 0);
    padding-right: env(safe-area-inset-right, 0);
  }

  .mobile-logo.rinktech-logo {
    max-width: min(240px, 68vw);
  }

  .mobile-logo.rinktech-logo img {
    max-height: 56px !important;
  }

  /* Keep slider arrows inside viewport — no horizontal scroll */
  .main-wrapper .section-fluid .default-arrow .swiper-button-prev,
  .team-display-section.section-fluid .default-arrow .swiper-button-prev,
  .project-display-section.section-fluid .default-arrow .swiper-button-prev {
    left: 8px !important;
  }

  .main-wrapper .section-fluid .default-arrow .swiper-button-next,
  .team-display-section.section-fluid .default-arrow .swiper-button-next,
  .project-display-section.section-fluid .default-arrow .swiper-button-next {
    right: 8px !important;
  }

  .main-wrapper .container .default-arrow {
    padding-left: 48px;
    padding-right: 48px;
  }

  .hero-section .hero-bg {
    height: clamp(420px, 64vh, 540px) !important;
  }

  .hero-section .hero-slider-single-item .content-box {
    max-width: calc(100% - 24px);
    padding: 18px 12px !important;
  }

  .hero-section .hero-slider-single-item .title {
    font-size: clamp(28px, 6.5vw, 44px) !important;
    line-height: 1.18 !important;
    margin-bottom: 14px !important;
    word-break: break-word;
  }

  .hero-section .hero-slider-single-item .sub-title {
    font-size: clamp(15px, 3.8vw, 20px) !important;
    line-height: 1.4 !important;
    max-width: 36ch;
    margin: 0 auto 18px !important;
  }

  .hero-section .hero-slider-single-item .btn,
  .hero-section .hero-slider-single-item .btn-lg {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 12px 20px !important;
    font-size: 15px !important;
    white-space: normal;
  }

  .hero-section .hero-slider-active .swiper-pagination {
    bottom: 12px !important;
  }
}

@media (max-width: 767.98px) {
  .mobile-header {
    min-height: 68px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .mobile-logo.rinktech-logo img {
    max-height: 50px !important;
  }

  .hero-section .hero-bg {
    height: clamp(400px, 58vh, 480px) !important;
  }

  .hero-section .hero-slider-single-item .title {
    font-size: clamp(26px, 7vw, 38px) !important;
    margin-bottom: 12px !important;
  }

  .hero-section .hero-slider-single-item .sub-title {
    font-size: clamp(14px, 4vw, 18px) !important;
    margin-bottom: 16px !important;
  }

  /* Prevent wide media from causing x-scroll */
  .page-content img,
  .page-content video,
  .page-content iframe,
  .page-content table {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .mobile-header {
    min-height: 64px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .mobile-logo.rinktech-logo {
    max-width: min(200px, 64vw);
  }

  .mobile-logo.rinktech-logo img {
    max-height: 46px !important;
  }

  .mobile-header .mobile-menu-btn {
    font-size: 28px;
    min-width: 42px;
    min-height: 42px;
    padding: 8px;
  }

  .hero-section .hero-bg {
    height: clamp(380px, 56vh, 440px) !important;
  }

  .hero-section .hero-slider-single-item .content-box {
    max-width: calc(100% - 20px);
    padding: 12px 10px !important;
  }

  .hero-section .hero-slider-single-item .title {
    font-size: clamp(24px, 7.5vw, 34px) !important;
    margin-bottom: 10px !important;
  }

  .hero-section .hero-slider-single-item .sub-title {
    font-size: 14px !important;
    max-width: 100%;
    margin-bottom: 12px !important;
  }

  .main-wrapper .container .default-arrow {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-feed-display-section .blog-feed-slider-single-item .image {
    height: 200px;
  }

  .blog-feed-display-section .blog-feed-slider-single-item .content {
    min-height: 190px !important;
    padding: 16px 16px !important;
  }

  .blog-feed-display-section .home-blog-intro {
    max-width: 100%;
    margin-bottom: 8px !important;
  }

  .rinktech-footer .footer-address {
    max-width: 100%;
  }
}

.footer-section .rinktech-logo img {
  max-height: 64px;
}

/* Home hero ? template-aligned centered overlay */
.hero-section {
  margin: 0;
  padding: 0;
}

.hero-section .hero-wrapper {
  margin: 0;
}

.hero-section .hero-slider-single-item {
  position: relative;
}

.hero-section .hero-bg {
  width: 100%;
  height: min(72vh, 620px) !important;
  overflow: hidden;
  position: relative;
}

.hero-section .hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  pointer-events: none;
  z-index: 1;
}

.hero-section .hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.hero-section .hero-content .container {
  width: 100%;
  pointer-events: auto;
}

.hero-section .hero-slider-single-item .content-box {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 24px 16px;
  text-align: center !important;
  color: #fff;
  z-index: 2;
}

.hero-section .hero-slider-single-item .sup-title,
.hero-section .hero-slider-single-item .title,
.hero-section .hero-slider-single-item .sub-title,
.hero-section .hero-slider-single-item .content-box p {
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
  text-align: center !important;
}

@media (min-width: 992px) {
  .hero-section .hero-bg {
    height: min(78vh, 720px) !important;
  }
}

@media (min-width: 1400px) {
  .hero-section .hero-bg {
    height: min(80vh, 820px) !important;
  }
}

.hero-section .hero-bg img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block;
}

.hero-section .hero-slider-single-item .sup-title {
  margin-bottom: 16px !important;
  font-size: clamp(15px, 1.8vw, 20px) !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

.hero-section .hero-slider-single-item .title {
  margin-bottom: 24px !important;
  font-size: clamp(32px, 5vw, 64px) !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
}

.hero-section .hero-slider-single-item .sub-title {
  margin: 0 auto 24px !important;
  max-width: 34ch;
  font-size: clamp(18px, 2.4vw, 32px) !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

.hero-section .hero-slider-active .swiper-pagination {
  bottom: 18px !important;
  z-index: 3;
}

/* Sentence case for all section / page titles */
.section-content .title-tag,
.section-content .title,
.section-content .sub-title,
.section-title-center .title,
.hero-section .hero-slider-single-item .sup-title,
.hero-section .hero-slider-single-item .title,
.hero-section .hero-slider-single-item .sub-title,
.about-display-wrapper .content .left,
.about-display-wrapper .content .left .sup-title,
.about-display-wrapper .content .left .title,
.about-display-wrapper .content .left .sub-title,
.about-wrapper .content .title,
.about-wrapper .content .sub-title,
.service-content-wrapper > .content > .title,
.service-content-wrapper > .content > .title-tag,
.service-single-item .content .title,
.working-process-section > .content > .title,
.working-process-single-item .box .title,
.download-wrapper .content > .title,
.error-404-box .title,
.breadcrumb-wrapper .content .title,
.breadcrumb-wrapper .breadcrumb li,
.sidebar-title,
.promo-single-item .content .title,
.project-display-single-item .content .title,
.project-display-single-item .content .catagory,
.project-modal-category,
.project-modal-title,
.team-display-single-item .content .title,
.team-display-single-item .content .title-tag,
.blog-feed-slider-single-item .content .title,
.contact-info-single-item .content .title-tag,
.footer-top-wrapper .newsletter .content .title-tag,
.footer-top-wrapper .newsletter .content .sub-title,
.footer-widget-single-item .title,
.footer-nav a,
.core-value-box .content .title {
  text-transform: none !important;
}

/* Poppins title rhythm (replaces Teko-tight sizes) */
h2,
.h2,
.breadcrumb-wrapper .content .title,
.section-content .title,
.section-title-center .title,
.about-display-wrapper .content .left .title,
.about-wrapper .content .title,
.service-content-wrapper > .content > .title,
.working-process-section > .content > .title,
.download-wrapper .content > .title,
.error-404-box .title {
  font-size: clamp(28px, 3.4vw, 44px) !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  letter-spacing: -0.015em !important;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}

/* h3 / subtitle */
h3,
.h3,
.section-content .sub-title,
.about-display-wrapper .content .left .sub-title,
.about-wrapper .content .sub-title,
.footer-top-wrapper .newsletter .content .sub-title {
  font-size: clamp(20px, 2.4vw, 30px) !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}

.section-content .title-tag,
.service-content-wrapper > .content > .title-tag,
.footer-top-wrapper .newsletter .content .title-tag,
.about-display-wrapper .content .left .sup-title,
.about-wrapper .content .title-tag,
.sup-title {
  font-size: clamp(14px, 1.4vw, 18px) !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}

.section-content p,
.about-wrapper .content p,
.service-content-wrapper > .content > p {
  line-height: 1.7 !important;
  margin-top: 0 !important;
}

.section-content .title-dash {
  margin-bottom: 24px !important;
  padding-bottom: 8px !important;
}

.section-content .title-dash::after {
  bottom: -6px !important;
}

.breadcrumb-wrapper .content .title {
  line-height: 1.25 !important;
  margin-bottom: 16px !important;
}

.footer-widget-single-item .title {
  font-size: 22px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
}

.promo-single-item .content .title,
.service-single-item .content .title {
  line-height: 1.35 !important;
  font-weight: 600 !important;
}

.working-process-single-item .box .title {
  font-size: 22px !important;
  line-height: 1.35 !important;
}

/* About Us ? Core Values 4-column boxes with border */
.core-values-section {
  background: #fff;
}

.core-values-section .section-content p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.core-values-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

@media (min-width: 576px) {
  .core-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .core-values-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
  }
}

.core-value-box {
  background: #fff;
  border: 1px solid #f2ede9;
  border-radius: 25px;
  padding: 40px 30px;
  min-height: 200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.5s ease;
  margin: 0;
}

.core-value-box .icon {
  margin: 0 0 24px;
  line-height: 1;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.core-value-box .icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.core-value-box .icon i {
  font-size: 48px;
  line-height: 1;
  color: #f3722e;
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.core-value-box .content {
  width: 100%;
}

.core-value-box .content .title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1.4 !important;
  color: #301514;
  text-transform: none;
  transition: all 0.5s ease;
}

.core-value-box:hover {
  background: #f8f5f3;
  border-color: #f2ede9;
}

.core-value-box:hover .content .title {
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Food photo gallery ? self-contained, never overlaps footer */
.food-photo-gallery {
  position: relative;
  z-index: 1;
  clear: both;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  background: #fff;
  padding: 0 0 80px;
  margin: 0;
}

.food-photo-gallery.section-top-space {
  margin-top: 80px !important;
  padding-top: 0;
  padding-bottom: 80px;
}

.food-photo-gallery .section-content .title-tag {
  margin-bottom: 16px !important;
}

.food-photo-gallery .section-content .title {
  font-size: clamp(28px, 4vw, 42px) !important;
  margin-bottom: 24px !important;
}

.food-photo-gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

@media (min-width: 768px) {
  .food-photo-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
  }
}

@media (min-width: 992px) {
  .food-photo-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 28px;
  }
}

.food-photo-gallery-item {
  min-width: 0;
}

.food-photo-gallery-card {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  overflow: hidden;
  background: #f8f5f3;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

a.food-photo-gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(48, 21, 20, 0.12);
  color: inherit;
}

.food-photo-gallery-media {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  border-radius: 16px;
  background: #ebe4df;
}

@media (min-width: 992px) {
  .food-photo-gallery-media {
    height: 380px;
  }
}

.food-photo-gallery-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
  transition: transform 0.5s ease;
}

a.food-photo-gallery-card:hover .food-photo-gallery-media img {
  transform: scale(1.04);
}

/* Keep home portfolio redesign sizing */
.project-display-section .default-slider-item .image {
  height: 500px;
  overflow: hidden;
  border-radius: 40px;
}

.project-display-section .default-slider-item .image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

@media (max-width: 767.98px) {
  .project-display-section .default-slider-item .image,
  .project-display-section .default-slider-item .image img {
    height: 360px;
  }
}

/* About ? Foresight & Mission aligned like About Us; no cut-off at 100% zoom */
.about-section {
  overflow: visible;
  max-width: 100%;
}

.about-section .about-block-spaced {
  margin-top: 80px;
}

.about-section .about-wrapper {
  max-width: 100%;
  width: 100%;
  align-items: stretch;
  gap: 30px;
  margin-bottom: 0;
}

.about-section .about-wrapper-1 .content,
.about-section .about-wrapper-1 .image {
  min-width: 0;
  max-width: 100%;
}

.about-section .about-wrapper-1 .content .title-tag {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}

.about-section .about-wrapper-1 .content .title {
  font-size: clamp(26px, 3.4vw, 40px) !important;
  line-height: 1.28 !important;
  word-break: break-word;
  overflow-wrap: anywhere;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}

.about-section .about-wrapper-1 .content .sub-title {
  font-size: clamp(16px, 2.2vw, 26px) !important;
  line-height: 1.4 !important;
  word-break: break-word;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}

.about-section .about-wrapper-1 .content p {
  max-width: 100%;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.about-section .about-wrapper .image {
  width: 100%;
  overflow: hidden;
  border-radius: 35px;
}

.about-section .about-wrapper .image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 35px;
}

@media (min-width: 992px) {
  .about-section .about-wrapper-1 {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }

  .about-section .about-wrapper-1 .content {
    flex: 1 1 48%;
    width: auto;
    padding-right: 0;
  }

  .about-section .about-wrapper-1 .image {
    flex: 1 1 48%;
    width: auto;
    margin-top: 0;
    align-self: center;
  }

  .about-section .about-wrapper-1 .image img {
    height: 420px;
  }
}

@media (max-width: 991px) {
  .about-section .about-wrapper-1 {
    flex-direction: column;
  }

  .about-section .about-wrapper-1 .image {
    margin-top: 0;
  }

  .about-section .about-wrapper-1 .image img {
    height: 280px;
  }

  .about-section .about-block-spaced {
    margin-top: 40px;
  }
}

/* Team display ? match Induste theme cards; keep titles readable */
.team-display-section {
  overflow: visible;
  max-width: 100%;
}

.team-display-section .team-display-single-item .content .title {
  font-size: 28px !important;
  line-height: 1.25 !important;
  color: #fff !important;
  margin-bottom: 10px !important;
  text-transform: none !important;
}

@media (min-width: 1200px) {
  .team-display-section .team-display-single-item .content .title {
    font-size: 32px !important;
  }
}

.team-display-section .team-display-single-item .content .title-tag {
  margin-bottom: 0 !important;
}

.team-display-section .default-slider-item .image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Keep theme arrows inside fluid padding so they are not cut */
.team-display-section.section-fluid .default-arrow .swiper-button-prev {
  left: 0 !important;
}

.team-display-section.section-fluid .default-arrow .swiper-button-next {
  right: 0 !important;
}

@media (min-width: 1200px) {
  .team-display-section.section-fluid .default-arrow .swiper-button-prev {
    left: 10px !important;
  }

  .team-display-section.section-fluid .default-arrow .swiper-button-next {
    right: 10px !important;
  }
}

/* Site-wide: keep theme slider arrows from being cut by overflow-x */
.main-wrapper .default-arrow {
  position: relative;
}

.main-wrapper .container .default-arrow {
  padding-left: 56px;
  padding-right: 56px;
}

.main-wrapper .container .default-arrow .swiper-button-prev {
  left: 0 !important;
}

.main-wrapper .container .default-arrow .swiper-button-next {
  right: 0 !important;
}

.main-wrapper .section-fluid .default-arrow .swiper-button-prev {
  left: -40px !important;
}

.main-wrapper .section-fluid .default-arrow .swiper-button-next {
  right: -40px !important;
}

@media (min-width: 1200px) {
  .main-wrapper .section-fluid .default-arrow .swiper-button-prev {
    left: -70px !important;
  }

  .main-wrapper .section-fluid .default-arrow .swiper-button-next {
    right: -70px !important;
  }
}

/* Team section overrides the general fluid arrow offset so arrows stay visible */
.team-display-section.section-fluid .default-arrow .swiper-button-prev {
  left: 10px !important;
}

.team-display-section.section-fluid .default-arrow .swiper-button-next {
  right: 10px !important;
}

/* Prevent testimonial absolute avatars from widening the page */
.testimonial-display-section {
  overflow: hidden;
  max-width: 100%;
}

.project-section,
.core-values-section,
.service-section {
  max-width: 100%;
}

.project-section {
  overflow: visible;
  clear: both;
}

.core-values-section,
.service-section {
  overflow-x: clip;
  overflow-y: visible;
}

.page-content {
  overflow: visible;
  position: relative;
  z-index: auto;
}

.page-content .projects-wrapper {
  margin-bottom: 0 !important;
}

/* Footer must sit below content, never cover gallery */
.footer-section,
.footer-section.footer-bg {
  position: relative;
  z-index: 1 !important;
  clear: both;
  margin-top: 0 !important;
  transform: none !important;
}

/* Responsive section titles — keep Poppins readable on smaller screens */
@media (max-width: 1199px) {
  h2,
  .h2,
  .breadcrumb-wrapper .content .title,
  .section-content .title,
  .section-title-center .title,
  .about-wrapper .content .title,
  .service-content-wrapper > .content > .title {
    font-size: clamp(26px, 4.5vw, 38px) !important;
    line-height: 1.28 !important;
  }

  h3,
  .h3,
  .section-content .sub-title,
  .about-wrapper .content .sub-title {
    font-size: clamp(18px, 3vw, 26px) !important;
    line-height: 1.4 !important;
  }
}

@media (max-width: 575px) {
  .main-wrapper .container .default-arrow {
    padding-left: 44px;
    padding-right: 44px;
  }
}

/* Nested Food submenu: open left near viewport edge to avoid horizontal scroll */
@media (max-width: 1399px) {
  .header-bottom .header-nav .submenu-nested {
    left: auto;
    right: 100%;
    border-radius: 5px 0 0 5px;
    transform-origin: right top;
  }
}

/* Home ? equal promo card sizes under banner */
/* Promo cards (Complete support etc.) — equal height */
.promo-section .promo-wrapper {
  display: grid !important;
  grid-template-columns: 1fr;
  align-items: stretch !important;
  gap: 0;
}

@media (min-width: 992px) {
  .promo-section .promo-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

.promo-section .promo-single-item {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100% !important;
  align-self: stretch !important;
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

@media (min-width: 992px) {
  .promo-section .promo-single-item {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.promo-section .promo-single-item .box {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 260px !important;
  padding: 28px 24px !important;
  box-sizing: border-box;
  text-align: center !important;
}

@media (min-width: 1800px) {
  .promo-section .promo-single-item .box {
    flex-direction: column !important;
    justify-content: flex-start !important;
    text-align: center !important;
  }

  .promo-section .promo-single-item .icon {
    margin-right: 0 !important;
    margin-bottom: 20px !important;
  }

  .promo-section .promo-single-item .content {
    width: 100% !important;
  }
}

.promo-section .promo-single-item .icon {
  flex: 0 0 auto;
  margin-bottom: 20px !important;
  height: 72px !important;
  width: 72px !important;
}

.promo-section .promo-single-item .icon img {
  padding: 16px !important;
}

.promo-section .promo-single-item .content {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  flex: 1 1 auto !important;
  width: 100% !important;
}

.promo-section .promo-single-item .content .title {
  font-size: 20px !important;
  margin-bottom: 10px !important;
  min-height: 2.7em;
}

.promo-section .promo-single-item .content p {
  margin-bottom: 0 !important;
  flex: 1 1 auto;
  font-size: 15px;
  line-height: 1.6;
}

/* Home ? About Us CTA spacing */
.about-display-section .content .left .btn {
  margin-top: 20px;
}

.about-display-section .about-display-wrapper .image {
  height: 420px !important;
}

.about-display-section .about-display-wrapper .content {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

@media (min-width: 992px) {
  .about-display-section .about-display-wrapper .image {
    height: 420px !important;
  }

  .about-display-section .about-display-wrapper .content {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
}

@media (max-width: 991.98px) {
  .about-display-section .about-display-wrapper .box {
    position: relative !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: hidden;
  }

  .about-display-section .about-display-wrapper .image {
    position: absolute !important;
    inset: 0 !important;
    height: 100% !important;
    min-height: 100% !important;
    z-index: 0;
  }

  .about-display-section .about-display-wrapper .image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .about-display-section .about-display-wrapper .content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    padding: 28px 20px !important;
    box-sizing: border-box;
    z-index: 1;
  }
}

@media (max-width: 575.98px) {
  .about-display-section .about-display-wrapper .content {
    padding: 22px 16px !important;
  }

  .about-display-section .about-text-marquee {
    --about-marquee-h: 160px !important;
  }
}

.about-display-section .about-display-wrapper .content .left .title {
  font-size: clamp(26px, 3vw, 38px) !important;
  line-height: 1.25 !important;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}

.about-display-section .about-display-wrapper .content .left .sub-title {
  font-size: clamp(16px, 1.8vw, 24px) !important;
  line-height: 1.4 !important;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}

.about-display-section .about-display-wrapper .content .left .sup-title {
  line-height: 1.45 !important;
  margin-bottom: 16px !important;
}

.about-display-section .about-display-wrapper .content .right p {
  font-size: 16px !important;
  line-height: 1.7 !important;
  margin-bottom: 12px;
}

.about-display-section .about-display-wrapper .content .right {
  max-width: 100%;
  min-width: 0;
}

.about-display-section .about-text-marquee {
  --about-marquee-h: 260px;
  position: relative;
  height: var(--about-marquee-h);
  max-height: var(--about-marquee-h);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 10%,
    #000 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 10%,
    #000 90%,
    transparent 100%
  );
}

.about-display-section .about-text-marquee-track {
  animation: aboutTextMarqueeY 70s linear infinite;
  will-change: transform;
}

.about-display-section .about-text-marquee-track p:last-child {
  margin-bottom: 0;
}

@keyframes aboutTextMarqueeY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(calc(-100% + var(--about-marquee-h)));
  }
  100% {
    transform: translateY(0);
  }
}

@media (min-width: 992px) {
  .about-display-section .about-text-marquee {
    --about-marquee-h: 300px;
  }
}

@media (max-width: 991px) {
  .about-display-section .about-text-marquee {
    --about-marquee-h: 220px;
    margin-top: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-display-section .about-text-marquee {
    overflow-y: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .about-display-section .about-text-marquee-track {
    animation: none;
  }
}

/* Home ? Our Services intro paragraph 18px */
.service-display-section .section-content p {
  font-size: 18px !important;
  line-height: 1.7;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.service-display-section .service-single-item {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

/* Home — Our services: all 5 categories in one row */
.service-display-section .home-services-five .col-12,
.service-display-section .home-services-five .service-plus-icon-seperator {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 16px;
  /* Cancel theme negative margin that collapses space into the counter strip */
  margin-bottom: 0 !important;
}

/* Exact 80px gaps: Our services → counters → Our portfolio */
.page-content > .service-display-section,
.page-content > .counter-display-section,
.page-content > .project-display-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.page-content > .service-display-section .service-display-wrapper .col-12 {
  margin-bottom: 0 !important;
}

.page-content > .counter-display-section .counter-wrapper {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Theme separators used to extend above the strip and eat the visual gap */
.page-content > .counter-display-section .counter-wrapper .separator {
  top: 50% !important;
  transform: translateY(-50%) !important;
  height: 72px !important;
}

.page-content > .service-display-section + .counter-display-section,
.page-content > .counter-display-section + .project-display-section {
  margin-top: 80px !important;
}

.service-display-section .home-services-five .service-plus-icon-seperator::before,
.service-display-section .home-services-five .service-plus-icon-seperator::after {
  display: none !important;
}

.service-display-section .home-services-five .service-single-item {
  flex: 1 1 0 !important;
  flex-basis: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 22px 14px !important;
  flex-direction: column !important;
  text-align: center !important;
  min-width: 0;
}

.service-display-section .home-services-five .service-single-item .icon {
  margin: 0 0 16px 0 !important;
}

.service-display-section .home-services-five .service-single-item .icon img {
  max-width: 56px;
  height: auto;
}

.service-display-section .home-services-five .service-single-item .content .title {
  font-size: 15px !important;
  line-height: 1.35 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 1199.98px) {
  .service-display-section .home-services-five .col-12,
  .service-display-section .home-services-five .service-plus-icon-seperator {
    flex-wrap: wrap;
  }

  .service-display-section .home-services-five .service-single-item {
    flex: 1 1 calc(33.333% - 12px) !important;
    min-width: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .service-display-section .home-services-five .service-single-item {
    flex: 1 1 calc(50% - 8px) !important;
    min-width: 0 !important;
    padding: 18px 12px !important;
  }
}

@media (max-width: 479.98px) {
  .service-display-section .home-services-five .col-12,
  .service-display-section .home-services-five .service-plus-icon-seperator {
    flex-direction: column;
  }

  .service-display-section .home-services-five .service-single-item {
    flex: 1 1 100% !important;
  }
}

/* Home ? Our Portfolio image height 500px + theme polish */
.project-display-section .home-projects-intro {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px !important;
  line-height: 1.7;
  color: #6c6c6c;
}

.project-display-section .home-projects-slider {
  padding: 0 8px;
}

.project-display-section .default-slider-item.project-display-single-item {
  overflow: hidden;
}

.project-display-section .default-slider-item .image {
  height: 500px;
  overflow: hidden;
  border-radius: 40px;
}

.project-display-section .default-slider-item .image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.project-display-section .default-slider-item:hover .image img {
  transform: scale(1.04);
}

.project-display-section .project-display-single-item .content .title {
  font-size: 26px !important;
  line-height: 1.25 !important;
  color: #fff !important;
  margin-bottom: 8px !important;
  text-transform: none !important;
  text-align: center;
}

@media (min-width: 1200px) {
  .project-display-section .project-display-single-item .content .title {
    font-size: 30px !important;
  }
}

.project-display-section .project-display-single-item .content .catagory {
  margin-bottom: 28px !important;
  letter-spacing: 0.6px;
}

.project-display-section .project-card-trigger {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: inherit;
  color: inherit;
  cursor: pointer;
  display: block;
  position: relative;
}

.project-display-section .project-card-arrow {
  display: inline-flex;
  transition: transform 0.3s ease;
}

.project-display-section .project-card-trigger:hover .project-card-arrow {
  transform: translateX(4px);
}

.project-display-section.section-fluid .default-arrow .swiper-button-prev {
  left: 10px !important;
}

.project-display-section.section-fluid .default-arrow .swiper-button-next {
  right: 10px !important;
}

/* Project gallery modal */
.project-modal {
  position: fixed;
  inset: 0;
  z-index: 10080;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.project-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(20, 12, 10, 0.72);
  cursor: pointer;
}

.project-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  padding: 20px 20px 16px;
}

.project-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.project-modal-category {
  margin: 0 0 4px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: none;
  color: #f3722e;
  font-weight: 600;
}

.project-modal-title {
  margin: 0;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.25;
  color: #301514;
}

.project-modal-close {
  appearance: none;
  border: 0;
  background: #f4efec;
  color: #301514;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
}

.project-modal-close:hover {
  background: #f3722e;
  color: #fff;
}

.project-modal-slider-wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #111;
}

.project-modal-slide {
  width: 100%;
  height: min(58vh, 460px);
}

.project-modal-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.project-modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #301514;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}

.project-modal-prev {
  left: 12px;
}

.project-modal-next {
  right: 12px;
}

.project-modal-nav:hover {
  background: #f3722e;
  color: #fff;
}

.project-modal-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  z-index: 3;
  text-align: center;
}

.project-modal-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.45;
}

.project-modal-pagination .swiper-pagination-bullet-active {
  background: #f3722e;
  opacity: 1;
}

.project-modal-note {
  margin: 12px 0 0;
  font-size: 12px;
  color: #8a7a76;
  text-align: center;
}

@media (max-width: 575px) {
  .project-modal {
    padding: 12px;
  }

  .project-modal-dialog {
    padding: 14px 12px 12px;
    border-radius: 14px;
  }

  .project-modal-slide {
    height: min(48vh, 320px);
  }

  .project-modal-nav {
    width: 36px;
    height: 36px;
  }
}

/* ========== Home section rhythm ? clear space when a new section starts ========== */
.page-content > .promo-section {
  margin-top: 0;
  margin-bottom: 0;
}

.page-content > .section-top-space {
  margin-top: 80px !important;
}

.page-content > .section-inner-gap {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  margin-top: 0 !important;
}

@media (min-width: 768px) {
  .page-content > .section-inner-gap {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    margin-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .page-content > .section-inner-gap {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    margin-top: 0 !important;
  }
}

/* Heading block to content gap */
.page-content .section-content.section-content-space {
  margin-bottom: 40px !important;
}

.page-content .section-content .title-tag {
  margin-bottom: 16px !important;
}

.page-content .section-content .title {
  margin-bottom: 24px !important;
}

.page-content .section-cta {
  padding-top: 52px !important;
  padding-bottom: 12px !important;
  margin-top: 8px;
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .page-content .section-cta {
    padding-top: 68px !important;
    padding-bottom: 16px !important;
    margin-top: 12px;
    margin-bottom: 20px;
  }
}

.page-content .service-display-section,
.page-content .project-display-section {
  padding-bottom: 0;
}

/* Soft separation between major home blocks */
.page-content > .about-display-section,
.page-content > .service-display-section,
.page-content > .working-process-display-section,
.page-content > .counter-display-section,
.page-content > .project-display-section,
.page-content > .testimonial-display-section,
.page-content > .client-logo-display-section,
.page-content > .blog-feed-display-section,
.page-content > .default-inner-form-section {
  position: relative;
}

.page-content > .client-logo-display-section .client-logo-slider.p-b-160 {
  padding-bottom: 60px !important;
}

@media (min-width: 992px) {
  .page-content > .client-logo-display-section .client-logo-slider.p-b-160 {
    padding-bottom: 80px !important;
  }
}

/* Working process ? less empty height */
.working-process-display-section .working-process-display-wrapper {
  min-height: 320px !important;
  margin-top: 16px;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .working-process-display-section .working-process-display-wrapper {
    min-height: 420px !important;
    margin-bottom: 40px !important;
  }
}

@media (min-width: 992px) {
  .working-process-display-section .working-process-display-wrapper {
    min-height: 460px !important;
    margin-bottom: 24px !important;
  }
}

.working-process-display-section .working-process-single-item {
  margin-top: 40px !important;
}

@media (min-width: 768px) {
  .working-process-display-section .working-process-single-item.pos-absolute {
    margin-top: 0 !important;
  }
}

/* Counter strip — no extra padding; section gaps handled above */
.counter-display-section .counter-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

/* Client logos / blog less airy */
.client-logo-display-section {
  overflow: hidden;
}

.page-content > .client-logo-display-section.section-top-space {
  margin-top: 80px !important;
}

@media (min-width: 768px) {
  .page-content > .client-logo-display-section.section-top-space {
    margin-top: 80px !important;
  }
}

@media (min-width: 992px) {
  .page-content > .client-logo-display-section.section-top-space {
    margin-top: 80px !important;
  }
}

.client-logo-display-section .section-content.section-content-space {
  margin-bottom: 28px !important;
}

.client-logo-display-section .client-logo-slider,
.client-logo-display-section .client-logos-slider {
  padding-bottom: 48px;
}

.client-logo-display-section .client-logos-slider .swiper-container {
  overflow: hidden;
  width: 100%;
}

.client-logo-display-section .client-logos-slider .swiper-slide {
  text-align: center;
  height: auto;
}

/* Keep "Our Clients" fully visible ? gradient clip was cutting letter bottoms */
.client-logo-display-section .section-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
  overflow: visible;
}

.client-logo-display-section .section-content .title-tag,
.client-logo-display-section .section-content .title-tag.text-gradient {
  display: inline-block;
  line-height: 1.5 !important;
  padding: 2px 8px 6px !important;
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  overflow: visible !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: #f3722e !important;
  color: #f3722e !important;
}

.client-logo-display-section .section-content .title {
  overflow: visible;
  line-height: 1.25 !important;
  padding-bottom: 4px;
}

.client-logo-display-section .client-logo-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 180px;
  height: 110px;
  margin: 0 auto;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #eee6e1;
  border-radius: 12px;
  overflow: hidden;
}

.client-logo-display-section .client-logo-tile img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 90px;
  object-fit: contain;
  display: block;
}

/* Keep brand colors ? disable theme invert hover */
.client-logo-display-section .client-logo-display-single-item .image:hover {
  filter: none !important;
  -webkit-filter: none !important;
  opacity: 0.92;
}

@media (max-width: 575px) {
  .client-logo-display-section .client-logo-tile {
    max-width: 150px;
    height: 96px;
  }

  .client-logo-display-section .client-logo-tile img {
    max-height: 76px;
  }
}

.blog-feed-display-section {
  overflow: hidden !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Kill theme negative margin that made blog→inquiry gap content-dependent */
.blog-feed-display-section .blog-feed-slider {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

.blog-feed-display-section .row {
  align-items: flex-start !important;
  margin-bottom: 0 !important;
}

.blog-feed-display-section .home-blog-intro.section-content-space {
  margin-bottom: 0 !important;
}

.blog-feed-display-section .home-blog-intro {
  margin-bottom: 0 !important;
  max-width: 420px;
}

.blog-feed-display-section .home-blog-intro .title {
  font-size: clamp(28px, 3vw, 42px) !important;
  line-height: 1.2 !important;
  margin-bottom: 24px !important;
}

.blog-feed-display-section .home-blog-intro p {
  margin-bottom: 0;
  color: #6c6c6c;
}

.blog-feed-display-section .section-content .title-tag,
.blog-feed-display-section .section-content .title-tag.text-gradient {
  display: inline-block;
  line-height: 1.5 !important;
  padding: 4px 0 6px !important;
  margin-bottom: 16px !important;
  overflow: visible !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: #f3722e !important;
  color: #f3722e !important;
}

.blog-feed-display-section .section-content .btn {
  margin-top: 24px !important;
}

.blog-feed-display-section .blog-feed-slider {
  width: 100%;
  margin: 0;
}

/* Equal-height slides — content box not driven by title length */
.blog-feed-display-section .blog-feed-slider .swiper-wrapper {
  align-items: stretch !important;
}

.blog-feed-display-section .blog-feed-slider-single-item.swiper-slide,
.blog-feed-display-section .blog-feed-slider-single-item {
  max-width: 100%;
  height: auto !important;
  max-height: none !important;
  display: flex !important;
  flex-direction: column !important;
}

.blog-feed-display-section .blog-feed-slider-single-item .image {
  display: block;
  flex-shrink: 0;
  height: 220px;
  border-radius: 16px;
  overflow: hidden;
}

.blog-feed-display-section .blog-feed-slider-single-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-feed-display-section .blog-feed-slider-single-item .content {
  margin-top: 16px !important;
  padding: 18px 20px !important;
  border-radius: 16px !important;
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 210px !important;
  height: 100% !important;
  box-sizing: border-box !important;
}

.blog-feed-display-section .blog-feed-slider-single-item .content .blog-meta {
  margin-bottom: 0 !important;
  flex-shrink: 0;
}

.blog-feed-display-section .blog-feed-slider-single-item .content .title {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
  font-size: 20px !important;
  line-height: 1.35 !important;
  flex: 1 1 auto !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden !important;
  min-height: calc(1.35em * 3) !important;
  max-height: calc(1.35em * 3) !important;
}

.blog-feed-display-section .blog-feed-slider-single-item .content .btn {
  margin-top: auto !important;
  align-self: flex-start;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .blog-feed-display-section .blog-feed-slider-single-item .image {
    height: 240px;
  }

  .blog-feed-display-section .blog-feed-slider-single-item .content {
    min-height: 230px !important;
  }

  .blog-feed-display-section .blog-feed-slider-single-item .content .title {
    font-size: 22px !important;
    min-height: calc(1.35em * 3) !important;
    max-height: calc(1.35em * 3) !important;
  }
}

@media (min-width: 992px) {
  .blog-feed-display-section .row.align-items-center {
    align-items: flex-start !important;
  }

  .blog-feed-display-section .home-blog-intro {
    padding-right: 12px;
  }
}

/* Inner pages ? breadcrumb + content spacing */
.page-content .breadcrumb-section + * {
  margin-top: 0;
}

.page-content .about-section.section-top-space,
.page-content .core-values-section.section-top-space,
.page-content .team-display-section.section-top-space,
.page-content .project-section.section-inner-gap,
.page-content .service-section.section-inner-gap,
.page-content .service-content-section.section-inner-gap {
  margin-top: 80px !important;
}

@media (min-width: 992px) {
  .page-content .about-section.section-top-space,
  .page-content .core-values-section.section-top-space,
  .page-content .team-display-section.section-top-space {
    margin-top: 80px !important;
  }

  .page-content .project-section.section-inner-gap,
  .page-content .service-section.section-inner-gap,
  .page-content .service-content-section.section-inner-gap {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

.page-content .about-section .about-block-spaced {
  margin-top: 80px !important;
}

.page-content .core-values-section.section-inner-gap {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

@media (min-width: 992px) {
  .page-content .core-values-section.section-inner-gap {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

/* ========== Rinktech footer — left brand + 4 menus in one row ========== */
.footer-section.footer-bg.rinktech-footer,
.rinktech-footer.footer-section.footer-bg {
  background: #f8f5f3 !important;
  background-color: #f8f5f3 !important;
  overflow: hidden;
  isolation: isolate;
  color: #5c4a48;
  /* Divider between last page section and footer */
  border-top: 1px solid #e0d6cf !important;
  margin-top: 0 !important;
}

.rinktech-footer.footer-bg::after,
.rinktech-footer .footer-top,
.rinktech-footer .footer-center {
  display: none !important;
  content: none !important;
}

/*
 * Space from last section content → footer divider = exactly 80px.
 * Inquiry section was stacking section-content-space (80px) + section padding (80px).
 */
.page-content > .default-inner-form-section .section-content.section-content-space {
  margin-bottom: 0 !important;
}

.page-content > .default-inner-form-section > .container > .row {
  align-items: start;
}

.page-content > *:last-child {
  margin-bottom: 0 !important;
}

.page-content > *:last-child.section-inner-gap {
  padding-bottom: 80px !important;
}

/* Home inquiry: tighter bottom — avoid large empty space under the form */
.page-content > .default-inner-form-section.section-inner-gap:last-child {
  padding-bottom: 40px !important;
}

.page-content > .default-inner-form-section:last-child .form-group .row.mb-n6 {
  margin-bottom: 0 !important;
}

.page-content > .default-inner-form-section:last-child .form-group .mb-6:last-child,
.page-content > .default-inner-form-section:last-child .form-group .form-messege {
  margin-bottom: 0 !important;
}

.page-content > *:last-child:not(.section-inner-gap) {
  margin-bottom: 80px !important;
  padding-bottom: 0 !important;
}

.rinktech-footer .footer-main {
  padding: 80px 0 56px;
}

.rinktech-footer .footer-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}

@media (min-width: 992px) {
  .rinktech-footer .footer-layout {
    grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
    gap: 48px 56px;
    align-items: start;
  }
}

.rinktech-footer .footer-brand {
  min-width: 0;
}

.rinktech-footer .footer-brand-logo {
  display: inline-flex;
  max-width: 200px;
  margin-bottom: 18px;
}

.rinktech-footer .footer-brand-logo img,
.rinktech-footer .rinktech-logo img {
  max-height: 68px;
  width: auto;
  background: transparent !important;
}

.rinktech-footer .footer-address {
  margin: 0 0 28px;
  max-width: 280px;
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.rinktech-footer .footer-address span {
  font-size: 14px;
  line-height: 1.6;
  color: #5c4a48;
}

/* Right side: 4 categories in one line */
.rinktech-footer .footer-menus {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
  min-width: 0;
}

@media (min-width: 576px) {
  .rinktech-footer .footer-menus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 28px;
  }
}

@media (min-width: 992px) {
  .rinktech-footer .footer-menus {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 20px;
  }
}

@media (min-width: 1200px) {
  .rinktech-footer .footer-menus {
    gap: 28px 28px;
  }
}

.rinktech-footer .footer-col {
  min-width: 0;
}

.rinktech-footer .footer-follow-title,
.rinktech-footer .footer-col-title {
  margin: 0 0 16px !important;
  padding: 0 0 10px;
  font-family: "Poppins", sans-serif;
  font-size: 17px !important;
  font-weight: 700;
  line-height: 1.25 !important;
  color: #301514 !important;
  text-transform: none !important;
  position: relative;
}

.rinktech-footer .footer-follow-title::after,
.rinktech-footer .footer-col-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
}

.rinktech-footer .footer-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rinktech-footer .footer-link-list li {
  margin: 0 0 11px;
  padding: 0;
}

.rinktech-footer .footer-link-list li:last-child {
  margin-bottom: 0;
}

.rinktech-footer .footer-link-list a,
.rinktech-footer .footer-link-list span {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #5c4a48 !important;
  text-decoration: none;
  text-transform: none;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
  transition: color 0.25s ease;
}

.rinktech-footer .footer-link-list a::before {
  display: none !important;
  content: none !important;
}

.rinktech-footer .footer-link-list a:hover {
  color: #f3722e !important;
}

.rinktech-footer .footer-social-links {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

.rinktech-footer .footer-social-links li {
  margin: 0 !important;
}

.rinktech-footer .footer-social-links li a,
.rinktech-footer .footer-social-links.social-link a {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  border: 1px solid #e0d6cf !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: #301514 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  font-size: 16px !important;
  padding: 0 !important;
  margin: 0 !important;
  transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.rinktech-footer .footer-social-links li a::before {
  display: none !important;
  content: none !important;
}

.rinktech-footer .footer-social-links li a i {
  font-size: 16px !important;
  line-height: 1 !important;
  color: inherit !important;
}

.rinktech-footer .footer-social-links li a:hover,
.rinktech-footer .footer-social-links li a:hover i {
  color: #f3722e !important;
  border-color: #f3722e !important;
  background: #fff7ef !important;
}

.rinktech-footer .footer-bottom {
  background: #301514 !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  min-height: 0 !important;
  border-top: none;
}

.rinktech-footer .footer-bottom-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
}

.rinktech-footer .footer-copyright {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #cbcbcb;
}

.rinktech-footer .footer-copyright a {
  color: #fff;
}

.rinktech-footer .footer-bottom-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}

.rinktech-footer .footer-bottom-links li {
  display: inline-flex;
  align-items: center;
}

.rinktech-footer .footer-bottom-links li:not(:last-child)::after {
  content: "|";
  margin: 0 12px;
  color: rgba(255, 255, 255, 0.25);
}

.rinktech-footer .footer-bottom-links a {
  font-size: 13px;
  color: #cbcbcb !important;
  text-decoration: none;
}

.rinktech-footer .footer-bottom-links a:hover {
  color: #ff9900 !important;
}

/* Quick Links: clear space from Contact when stacked; keep title + links aligned */
.footer-section .footer-quick-links .footer-widget-single-item {
  margin-top: 12px;
}

.footer-section .footer-quick-links .footer-widget-single-item .title {
  margin-bottom: 28px !important;
}

@media (min-width: 992px) {
  .footer-section .footer-quick-links .footer-widget-single-item {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .footer-section .footer-quick-links .footer-widget-single-item .title {
    margin-bottom: 36px !important;
  }
}

.footer-section .copy-right-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0;
  height: 24px;
}

@media (min-width: 992px) {
  .footer-section .copy-right-right {
    justify-content: flex-end;
    margin-top: 0;
  }
}

.footer-section .footer-copyright {
  margin-bottom: 0;
  line-height: 24px !important;
  font-size: 14px;
}

/* Inquiry / contact form status messages */
.form-messege {
  display: block;
  width: 100%;
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.5;
  min-height: 1.5em;
}

.form-messege.success {
  color: #1f7a3f;
}

.form-messege.error {
  color: #b42318;
}

/* Contact / Inquiry page UI fixes */
.contact-section.section-top-space {
  margin-top: 80px !important;
}

@media (min-width: 992px) {
  .contact-section.section-top-space {
    margin-top: 80px !important;
  }
}

.contact-box-wrapper {
  align-items: stretch;
  gap: 40px;
}

@media (min-width: 1200px) {
  .contact-box-wrapper {
    gap: 48px;
  }

  .contact-box-wrapper .contact-box-info {
    flex: 1 1 54%;
    max-width: 54%;
    margin-right: 0 !important;
  }

  .contact-box-wrapper .contact-box-contact-form {
    flex: 1 1 42%;
    max-width: 42%;
    margin-top: 0 !important;
  }
}

.contact-box-info {
  align-items: stretch;
}

.contact-info-single-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  padding: 28px 24px !important;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .contact-info-single-item {
    padding: 30px 28px !important;
  }
}

.contact-info-single-item .icon {
  width: 64px !important;
  height: 64px !important;
  line-height: 64px !important;
  margin-bottom: 18px !important;
}

.contact-info-single-item .icon img {
  max-width: 28px;
  height: auto;
}

.contact-info-single-item .content .title-tag {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 14px !important;
  letter-spacing: 0.6px;
}

.contact-info-single-item .content .info-text {
  margin-top: 4px !important;
  margin-bottom: 0 !important;
  font-size: 18px !important;
  line-height: 1.45 !important;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.contact-info-single-item .content .info-text a {
  display: inline-block;
  max-width: 100%;
}

.contact-info-single-item .content .info-text-address {
  font-size: 16px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}

.contact-info-single-item .content .contact-info-extra,
.contact-info-single-item .content .contact-info-extra a {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #6c5a58;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.contact-info-single-item:hover .content .contact-info-extra,
.contact-info-single-item:hover .content .contact-info-extra a {
  color: rgba(255, 255, 255, 0.92);
}

.contact-box-contact-form .section-content.section-content-space-small {
  margin-bottom: 24px !important;
  text-align: left;
}

.contact-box-contact-form .section-content .title-tag {
  margin-bottom: 16px !important;
}

.contact-box-contact-form .section-content .sub-title {
  font-size: 28px !important;
  line-height: 1.25 !important;
  margin-bottom: 24px !important;
  text-transform: none;
}

.contact-box-contact-form .section-content .title {
  margin-bottom: 24px !important;
}

.contact-box-contact-form .section-content p {
  margin-bottom: 0;
  font-size: 15px !important;
  line-height: 1.6;
  color: #6c5a58;
}

.contact-box-contact-form .default-form-wrapper {
  width: 100%;
}

.contact-box-contact-form .form-group-single-item input,
.contact-box-contact-form .form-group-single-item textarea {
  width: 100%;
}

.gmap-box {
  height: 400px !important;
  border-radius: 16px;
  overflow: hidden;
}

.gmap-box iframe {
  width: 100% !important;
  height: 400px !important;
  border: 0 !important;
  display: block;
}

.google-map-section.section-inner-gap {
  padding-top: 24px !important;
  padding-bottom: 80px !important;
  margin-top: 0 !important;
}

.contact-section.section-inner-gap {
  padding-bottom: 24px !important;
}

@media (min-width: 992px) {
  .gmap-box {
    height: 400px !important;
  }
}

/* Global Presence ? home map section */
.global-presence-section {
  background: #f8f5f3;
  overflow: hidden;
}

.global-presence-intro {
  max-width: 640px;
  margin: 14px auto 0;
  color: #6c5a58;
  font-size: 16px;
  line-height: 1.65;
}

.global-presence-layout {
  display: grid;
  gap: 28px;
  align-items: start;
}

@media (min-width: 992px) {
  .global-presence-layout {
    gap: 36px;
  }
}

.global-presence-map-wrap {
  width: 100%;
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.global-presence-map-panel {
  position: relative;
  background: #fff;
  border: 1px solid #e3e9ef;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px -18px rgba(31, 58, 95, 0.25);
}

.global-presence-map-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at 25% 15%,
    rgba(242, 128, 30, 0.06),
    transparent 55%
  );
  pointer-events: none;
  z-index: 1;
}

.global-presence-map-svg {
  display: block;
  width: 100%;
  height: 400px;
  max-height: 400px;
  position: relative;
  z-index: 2;
}

.global-presence-map-svg .gp-dot {
  fill: #c7d3de;
}

.global-presence-map-svg .gp-hub-ring {
  fill: none;
  stroke: #f2801e;
  stroke-width: 1.4;
  opacity: 0;
  animation: gpHubRing 2.6s ease-out infinite;
}

.global-presence-map-svg .gp-hub-ring--delay {
  animation-delay: 0.9s;
}

@keyframes gpHubRing {
  0% {
    r: 7;
    opacity: 0.85;
    stroke-width: 2;
  }
  100% {
    r: 32;
    opacity: 0;
    stroke-width: 0.3;
  }
}

.global-presence-map-svg .gp-hub-core {
  fill: #fff;
  stroke: #f2801e;
  stroke-width: 2.5;
}

.global-presence-map-svg .gp-hub-dot {
  fill: #f2801e;
}

.global-presence-map-svg .gp-pin-dot {
  fill: #1f3a5f;
}

.global-presence-map-svg .gp-pin-halo {
  fill: none;
  stroke: #3f5f80;
  stroke-width: 1;
  opacity: 0;
  transform-origin: center;
  animation: gpPinPulse 2.4s ease-out infinite;
}

@keyframes gpPinPulse {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    transform: scale(2.6);
  }
}

.global-presence-map-svg .gp-route {
  fill: none;
  stroke: #c7d3de;
  stroke-width: 1.3;
  stroke-dasharray: 5 5;
  opacity: 0.7;
}

.global-presence-map-svg .gp-route-fill {
  fill: none;
  stroke: #f2801e;
  stroke-width: 2.2;
  stroke-linecap: round;
  filter: drop-shadow(0 0 3px rgba(242, 128, 30, 0.5));
}

.global-presence-map-svg .gp-ship {
  fill: #ff9c3d;
  filter: drop-shadow(0 0 3px rgba(242, 128, 30, 0.8));
}

.global-presence-map-svg .gp-label {
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 600;
  fill: #5d7086;
}

.global-presence-map-svg .gp-label-india {
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  fill: #1f3a5f;
}

.global-presence-map-legend {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  border-top: 1px solid #e3e9ef;
  font-size: 11px;
  color: #93a3b3;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  z-index: 2;
  background: #fff;
}

.global-presence-map-legend b {
  color: #f2801e;
  font-weight: 700;
}

@media (max-width: 575px) {
  .global-presence-map-svg {
    height: 280px;
    max-height: 280px;
  }

  .global-presence-map-svg .gp-label {
    font-size: 10px;
  }

  .global-presence-map-svg .gp-label-india {
    font-size: 12px;
  }

  .global-presence-map-legend {
    padding: 12px 14px;
    font-size: 10px;
  }
}

.global-presence-chip.is-static {
  cursor: default;
}

.global-presence-chip.is-static:hover {
  background: #fff;
  border-color: #e7ddd6;
  color: #301514;
}

.global-presence-chip.is-static:hover .global-presence-chip-dot {
  background: #f3722e;
}

.global-presence-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.global-presence-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid #e7ddd6;
  background: #fff;
  color: #301514;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.2s ease;
}

.global-presence-chip-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f3722e;
  flex-shrink: 0;
}

.global-presence-chip:hover,
.global-presence-chip.is-active {
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
  border-color: transparent;
  color: #fff;
}

.global-presence-chip:hover .global-presence-chip-dot,
.global-presence-chip.is-active .global-presence-chip-dot {
  background: #fff;
}

@media (max-width: 575px) {
  .global-presence-chip {
    padding: 8px 12px;
    font-size: 13px;
  }
}

/* Floating WhatsApp chat button */
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 92px;
  z-index: 10040;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 50%;
  background: #25d366;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.4);
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float i {
  font-size: 28px;
  line-height: 1;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(37, 211, 102, 0.5);
  color: #fff !important;
}

@media (max-width: 575px) {
  .whatsapp-float {
    right: 16px;
    bottom: 86px;
  }
}

/* Body rhythm for Poppins */
body {
  line-height: 1.7 !important;
}

.counter-single-item .icon i {
  font-size: 32px;
  line-height: 70px;
  color: #f3722e;
  display: inline-block;
}

/* Arrow by default; hand only on clickable; no text copy */
html,
body,
*,
*::before,
*::after {
  cursor: default !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

a,
a *,
button,
button *,
[role="button"],
[role="button"] *,
[type="button"],
[type="submit"],
[type="reset"],
label[for],
select,
.btn,
.btn *,
.swiper-pagination-bullet,
.swiper-button-next,
.swiper-button-prev,
.project-card-trigger,
.project-card-trigger *,
.project-modal-close,
.whatsapp-float,
.whatsapp-float *,
.material-scrolltop,
.header-nav a,
.header-nav button,
.footer-nav a,
.social-link,
.social-link *,
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer !important;
}

input:not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="checkbox"]):not([type="radio"]),
textarea,
[contenteditable="true"] {
  cursor: text !important;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

/* About Us + Food / Chemical / Services / Blog banners */
.about-breadcrumb-section .breadcrumb-wrapper .image,
.category-breadcrumb-section .breadcrumb-wrapper .image,
.blog-breadcrumb-section .breadcrumb-wrapper .image {
  height: 350px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .about-breadcrumb-section .breadcrumb-wrapper .image,
  .category-breadcrumb-section .breadcrumb-wrapper .image,
  .blog-breadcrumb-section .breadcrumb-wrapper .image {
    height: 420px;
  }
}

.about-breadcrumb-section .breadcrumb-wrapper img,
.category-breadcrumb-section .breadcrumb-wrapper img,
.blog-breadcrumb-section .breadcrumb-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.contact-breadcrumb-section .breadcrumb-wrapper .image {
  height: 350px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .contact-breadcrumb-section .breadcrumb-wrapper .image {
    height: 420px;
  }
}

.contact-breadcrumb-section .breadcrumb-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* ========== Global spacing system (all pages) ========== */
.section-top-space,
.page-content .section-top-space,
.page-content > .section-top-space,
.page-content > .client-logo-display-section.section-top-space,
.page-content .about-section.section-top-space,
.page-content .core-values-section.section-top-space,
.page-content .team-display-section.section-top-space,
.page-content .about-display-section.section-top-space,
.page-content .service-display-section.section-top-space,
.page-content .counter-display-section.section-top-space,
.page-content .project-display-section.section-top-space,
.page-content .blog-feed-display-section.section-top-space,
.page-content .food-photo-gallery.section-top-space,
.page-content .global-presence-section.section-top-space,
.page-content .price-section.section-top-space,
.contact-section.section-top-space,
.footer-section .footer-center.section-top-space,
.about-wrap-section.m-t-70,
.about-section .about-block-spaced,
.page-content .about-section .about-block-spaced,
.m-t-70 {
  margin-top: 80px !important;
}

.section-inner-gap,
.page-content > .section-inner-gap,
.page-content .project-section.section-inner-gap,
.page-content .service-section.section-inner-gap,
.page-content .service-content-section.section-inner-gap,
.page-content .core-values-section.section-inner-gap,
.page-content .testimonial-display-section.section-inner-gap,
.page-content .default-inner-form-section.section-inner-gap,
.page-content .default-inner-display-section.section-inner-gap,
.page-content .blog-section.section-inner-gap,
.page-content .blog-details-section.section-inner-gap,
.page-content .google-map-section.section-inner-gap,
.page-content .client-logo-display-section.section-inner-gap,
.page-content .global-presence-section.section-inner-gap,
.page-content [class*="404-section"].section-inner-gap {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  margin-top: 0 !important;
}

/* First content after breadcrumb */
.page-content .breadcrumb-section + .section-top-space,
.page-content .breadcrumb-section + .about-section,
.page-content .breadcrumb-section + .price-section {
  margin-top: 80px !important;
}

.page-content .breadcrumb-section + .section-inner-gap,
.page-content .breadcrumb-section + .service-content-section,
.page-content .breadcrumb-section + .service-section,
.page-content .breadcrumb-section + .project-section,
.page-content .breadcrumb-section + .blog-section,
.page-content .breadcrumb-section + .contact-section {
  margin-top: 0 !important;
  padding-top: 80px !important;
}

/* Avoid double 80px when both classes are used */
.section-top-space.section-inner-gap,
.page-content .section-top-space.section-inner-gap,
.page-content .core-values-section.section-top-space.section-inner-gap,
.page-content .testimonial-display-section.section-top-space.section-inner-gap,
.page-content .global-presence-section.section-top-space.section-inner-gap,
.page-content .contact-section.section-top-space.section-inner-gap,
.page-content .service-section.section-top-space.section-inner-gap {
  margin-top: 0 !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* Final override — home services / counters / portfolio must keep 80px gaps */
.page-content > .service-display-section + .counter-display-section.section-top-space,
.page-content > .counter-display-section + .project-display-section.section-top-space {
  margin-top: 80px !important;
}

.page-content > .counter-display-section .counter-wrapper {
  margin-bottom: 0 !important;
}

/* Map → Happy customer: avoid stacked 80+80 padding (same bg) */
.page-content > .global-presence-section.section-inner-gap {
  padding-bottom: 80px !important;
}

.page-content > .global-presence-section + .testimonial-display-section.section-inner-gap {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/*
 * Home blog → inquiry:
 * - White 80px spacer so section backgrounds do not touch
 * - Inquiry keeps 80px padding-top inside cream
 */
.page-content > .blog-feed-display-section {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.page-content > .blog-feed-display-section .blog-feed-slider,
.page-content > .blog-feed-display-section .blog-feed-slider .swiper-container,
.page-content > .blog-feed-display-section .blog-feed-slider .swiper-wrapper,
.page-content > .blog-feed-display-section .blog-feed-slider-single-item {
  margin-bottom: 0 !important;
}

.page-content > .blog-feed-display-section .blog-feed-slider {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.page-content .home-section-gap-80,
.home-section-gap-80 {
  display: block !important;
  width: 100% !important;
  height: 80px !important;
  min-height: 80px !important;
  max-height: 80px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  pointer-events: none !important;
}

.page-content > .home-inquiry-after-blog.default-inner-form-section.section-inner-gap,
.page-content .home-inquiry-after-blog.default-inner-form-section.section-inner-gap,
.page-content > .home-section-gap-80 + .default-inner-form-section.section-inner-gap,
.home-inquiry-after-blog.section-inner-gap {
  margin-top: 0 !important;
  padding-top: 80px !important;
}

.page-content > .default-inner-form-section.section-inner-gap:last-child {
  padding-bottom: 40px !important;
  margin-bottom: 0 !important;
}

.page-content > .default-inner-form-section:last-child .section-content.section-content-space {
  margin-bottom: 0 !important;
}

.page-content > .default-inner-form-section:last-child .form-group .col-12.mb-6.text-center,
.page-content > .default-inner-form-section:last-child .form-group .form-messege {
  margin-bottom: 0 !important;
}

/* Food category pages — right-side category navigation */
.food-category-layout {
  row-gap: 40px;
}

@media (min-width: 992px) {
  .food-category-layout > [class*="col-lg-4"] {
    padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5 + 8px);
  }
}

/* Sidebar height matches left text; menu scrolls inside */
.food-category-sidebar--matched {
  width: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.food-category-sidebar-inner {
  background: #fff;
  border: 1px solid #f2ede9;
  border-radius: 20px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .food-category-sidebar--matched {
    max-height: 320px !important;
  }
}

.food-category-sidebar-title {
  flex: 0 0 auto;
  margin: 0 0 14px !important;
  padding: 0 0 12px;
  font-family: "Poppins", sans-serif;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.3 !important;
  color: #301514;
  text-transform: none !important;
  position: relative;
}

.food-category-sidebar-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 3px;
  background: linear-gradient(90deg, #f3722e 0%, #ff9900 100%);
}

.food-category-sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0 6px 0 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #f3722e #f2ede9;
}

.food-category-sidebar-nav::-webkit-scrollbar {
  width: 6px;
}

.food-category-sidebar-nav::-webkit-scrollbar-track {
  background: #f2ede9;
  border-radius: 999px;
}

.food-category-sidebar-nav::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #f3722e 0%, #ff9900 100%);
  border-radius: 999px;
}

.food-category-sidebar-nav li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f2ede9;
}

.food-category-sidebar-nav li:last-child {
  border-bottom: none;
}

.food-category-sidebar-nav a,
.food-category-sidebar-nav span {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 11px 8px 11px 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #301514;
  text-decoration: none;
  text-transform: none;
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.food-category-sidebar-nav a::before,
.food-category-sidebar-nav span::before {
  content: "\ea94";
  font-family: "IcoFont";
  font-size: 14px;
  margin-right: 10px;
  color: #f3722e;
  flex-shrink: 0;
}

.food-category-sidebar-nav a:hover {
  color: #f3722e;
  padding-left: 4px;
}

.food-category-sidebar-nav li.is-active span {
  color: #f3722e;
  font-weight: 600;
}

.food-category-sidebar-nav .food-category-sidebar-footer a {
  margin-top: 4px;
  padding-top: 16px;
  font-weight: 600;
  color: #f3722e;
}

.food-category-sidebar-nav .food-category-sidebar-footer a:hover {
  color: #ff9900;
}

/* Eyebrow → title = 16px */
.section-content .title-tag,
.section-content .title-tag.text-gradient,
.service-content-wrapper > .content > .title-tag,
.about-wrapper .content .title-tag,
.about-section .about-wrapper-1 .content .title-tag,
.about-display-wrapper .content .left .sup-title,
.about-display-section .about-display-wrapper .content .left .sup-title,
.sup-title,
.client-logo-display-section .section-content .title-tag,
.blog-feed-display-section .section-content .title-tag,
.footer-top-wrapper .newsletter .content .title-tag,
.contact-box-contact-form .section-content .title-tag,
.food-photo-gallery .section-content .title-tag {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}

/* Title → paragraph = 24px */
.section-content .title,
.section-title-center .title,
.about-wrapper .content .title,
.about-section .about-wrapper-1 .content .title,
.about-display-wrapper .content .left .title,
.about-display-section .about-display-wrapper .content .left .title,
.service-content-wrapper > .content > .title,
.working-process-section > .content > .title,
.download-wrapper .content > .title,
.blog-feed-display-section .home-blog-intro .title,
.page-content .section-content .title,
.contact-box-contact-form .section-content .title,
.food-photo-gallery .section-content .title,
.error-404-box .title {
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}

.section-content .sub-title,
.about-wrapper .content .sub-title,
.about-section .about-wrapper-1 .content .sub-title,
.about-display-wrapper .content .left .sub-title,
.about-display-section .about-display-wrapper .content .left .sub-title,
.contact-box-contact-form .section-content .sub-title,
.footer-top-wrapper .newsletter .content .sub-title {
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}

.section-content .title + p,
.section-content .sub-title + p,
.about-wrapper .content .title + p,
.about-wrapper .content .sub-title + p,
.about-section .about-wrapper-1 .content .title + p,
.about-section .about-wrapper-1 .content .sub-title + p,
.service-content-wrapper > .content > .title + p,
.service-content-wrapper > .content > .sub-title + p,
.contact-box-contact-form .section-content .sub-title + p {
  margin-top: 0 !important;
}

/* ========== Mobile: clear sections — no cut-off, no extra air ========== */
@media (max-width: 991.98px) {
  /* Tighter section rhythm on tablets/phones */
  .section-top-space,
  .page-content .section-top-space,
  .page-content > .section-top-space {
    margin-top: 56px !important;
  }

  .section-inner-gap,
  .page-content > .section-inner-gap,
  .page-content .section-inner-gap {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .page-content > .service-display-section + .counter-display-section.section-top-space,
  .page-content > .counter-display-section + .project-display-section.section-top-space {
    margin-top: 56px !important;
  }

  /* Blog ↔ inquiry: one clear gap, not 80+80 */
  .page-content .home-section-gap-80,
  .home-section-gap-80 {
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
  }

  .page-content > .home-inquiry-after-blog.default-inner-form-section.section-inner-gap,
  .page-content .home-inquiry-after-blog.section-inner-gap,
  .home-inquiry-after-blog.section-inner-gap {
    padding-top: 48px !important;
    padding-bottom: 40px !important;
  }

  /* Blog: don't clip cards */
  .blog-feed-display-section {
    overflow-x: clip !important;
    overflow-y: visible !important;
  }

  .blog-feed-display-section .blog-feed-slider .swiper-container {
    overflow: visible;
  }

  /* Portfolio images — not oversized */
  .project-display-section .default-slider-item .image,
  .project-display-section .default-slider-item .image img {
    height: 380px !important;
  }

  .project-display-section.section-fluid .default-arrow .swiper-button-prev {
    left: 8px !important;
  }

  .project-display-section.section-fluid .default-arrow .swiper-button-next {
    right: 8px !important;
  }

  /* Counters — kill theme negative margin / tall separators */
  .counter-wrapper {
    margin-bottom: 0 !important;
  }

  .counter-wrapper .separator {
    display: none !important;
  }

  .counter-single-item {
    margin-bottom: 20px !important;
  }

  .counter-single-item .content .number {
    margin-top: 0 !important;
    font-size: clamp(40px, 10vw, 56px) !important;
    line-height: 1.1 !important;
  }

  /* Forms: no negative row margins collapsing into next block */
  .default-inner-form-section .form-group .row.mb-n6,
  .contact-box-contact-form .form-group .row.mb-n6,
  .contact-form .row.mb-n6 {
    margin-bottom: 0 !important;
  }

  .default-inner-form-section .form-group .mb-6,
  .contact-box-contact-form .mb-6 {
    margin-bottom: 16px !important;
  }

  /* Promo cards */
  .promo-section .promo-single-item .box {
    min-height: 0 !important;
    padding: 22px 18px !important;
  }

  .promo-section .promo-wrapper {
    row-gap: 16px;
  }

  /* Footer */
  .rinktech-footer .footer-main {
    padding: 56px 0 40px !important;
  }

  .rinktech-footer .footer-layout {
    gap: 32px !important;
  }

  /* Testimonials */
  .testimonial-display-section {
    overflow-x: clip;
    overflow-y: visible;
  }

  .testimonial-single-item .content .name {
    font-size: clamp(26px, 6vw, 34px) !important;
    line-height: 1.2 !important;
  }

  .testimonial-tab {
    margin-bottom: 0 !important;
  }

  /* Food gallery / contact map */
  .food-photo-gallery,
  .food-photo-gallery.section-top-space {
    padding-bottom: 40px !important;
  }

  .google-map-section.section-inner-gap {
    padding-top: 24px !important;
    padding-bottom: 48px !important;
  }

  .gmap-box,
  .gmap-box iframe {
    height: 280px !important;
    max-width: 100%;
  }

  .contact-info-single-item {
    overflow: visible !important;
  }

  .food-category-sidebar--matched {
    max-height: none !important;
  }

  .food-category-sidebar-inner {
    max-height: 360px;
  }

  /* Breadcrumb banners */
  .breadcrumb-section .breadcrumb-wrapper,
  .breadcrumb-section .breadcrumb-bg {
    min-height: 220px;
  }

  /* Working process — no huge empty min-height */
  .working-process-display-section .working-process-display-wrapper {
    min-height: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .project-display-section .default-slider-item .image,
  .project-display-section .default-slider-item .image img {
    height: 300px !important;
  }

  .project-display-section .default-slider-item .image {
    border-radius: 24px !important;
  }

  .project-display-section .project-display-single-item .content .title {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 575.98px) {
  .section-top-space,
  .page-content .section-top-space,
  .page-content > .section-top-space {
    margin-top: 40px !important;
  }

  .section-inner-gap,
  .page-content > .section-inner-gap,
  .page-content .section-inner-gap {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .page-content > .service-display-section + .counter-display-section.section-top-space,
  .page-content > .counter-display-section + .project-display-section.section-top-space {
    margin-top: 40px !important;
  }

  .page-content .home-section-gap-80,
  .home-section-gap-80 {
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
  }

  .page-content > .home-inquiry-after-blog.default-inner-form-section.section-inner-gap,
  .home-inquiry-after-blog.section-inner-gap {
    padding-top: 40px !important;
    padding-bottom: 32px !important;
  }

  .page-content > .default-inner-form-section.section-inner-gap:last-child {
    padding-bottom: 32px !important;
  }

  .project-display-section .default-slider-item .image,
  .project-display-section .default-slider-item .image img {
    height: 240px !important;
  }

  .promo-section .promo-single-item .box {
    padding: 18px 14px !important;
  }

  .rinktech-footer .footer-main {
    padding: 40px 0 28px !important;
  }

  .rinktech-footer .footer-menus {
    gap: 24px !important;
  }

  .rinktech-footer .footer-bottom-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .gmap-box,
  .gmap-box iframe {
    height: 220px !important;
  }

  .food-photo-gallery-media {
    height: 220px !important;
  }

  .food-category-sidebar-inner {
    max-height: 280px;
  }

  .blog-feed-display-section .blog-feed-slider-single-item .content {
    min-height: 170px !important;
  }

  .blog-section .blog-feed-slider-single-item .content {
    min-height: 180px !important;
  }

  .blog-details-section .comment-single-item {
    padding: 22px 18px !important;
  }

  .blog-details-section .comment-single-item .image {
    width: 72px !important;
    margin-right: 0 !important;
  }

  .blog-details-section .blog-quote {
    padding: 28px 22px !important;
  }

  .blog-details-section .blog-quote-text {
    font-size: 18px !important;
  }

  /* Avoid title clipping from tight line-heights */
  .page-content .section-content .title,
  .page-content h2.title {
    overflow: visible !important;
    word-break: break-word;
  }
}

/* ========== Blog listing grid ========== */
.blog-section {
  max-width: 100%;
  overflow-x: clip;
}

.blog-section-wrapper .blog-feed-slider-single-item {
  margin-bottom: 0 !important;
}

.blog-section .row.g-4 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.blog-section .blog-feed-slider-single-item.blog-card,
.blog-section .blog-feed-slider-single-item {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  max-width: 100%;
}

.blog-section .blog-feed-slider-single-item .image {
  display: block;
  flex-shrink: 0;
  height: 220px;
  border-radius: 16px;
  overflow: hidden;
}

.blog-section .blog-feed-slider-single-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-section .blog-feed-slider-single-item .content {
  margin-top: 16px !important;
  padding: 18px 20px !important;
  border-radius: 16px !important;
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 210px !important;
  box-sizing: border-box !important;
}

.blog-section .blog-feed-slider-single-item .content .blog-meta {
  margin-bottom: 0 !important;
  flex-shrink: 0;
}

.blog-section .blog-feed-slider-single-item .content .blog-meta > li,
.blog-section .meta-box > li {
  margin-bottom: 8px !important;
}

.blog-section .blog-feed-slider-single-item .content .title {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
  font-size: 20px !important;
  line-height: 1.35 !important;
  flex: 1 1 auto !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden !important;
  min-height: calc(1.35em * 3) !important;
  max-height: calc(1.35em * 3) !important;
}

.blog-section .blog-feed-slider-single-item .content .btn {
  margin-top: auto !important;
  align-self: flex-start;
  flex-shrink: 0;
}

.blog-section .pagination-wrapper {
  margin-top: 40px;
}

.blog-section .meta-box > li a,
.blog-section .meta-box > li span,
.blog-details-section .meta-box > li a,
.blog-details-section .meta-box > li span {
  color: #757575;
}

.blog-section .meta-box > li i,
.blog-details-section .meta-box > li i {
  color: var(--color-dark-orange, #e8893a);
}

@media (min-width: 768px) {
  .blog-section .blog-feed-slider-single-item .image {
    height: 240px;
  }

  .blog-section .blog-feed-slider-single-item .content {
    min-height: 230px !important;
  }

  .blog-section .blog-feed-slider-single-item .content .title {
    font-size: 22px !important;
  }
}

/* ========== Blog details inside page ========== */
.blog-details-section {
  max-width: 100%;
  overflow-x: clip;
}

.blog-details-featured-image {
  margin-bottom: 28px;
  border-radius: 20px;
  overflow: hidden;
}

.blog-details-featured-image img {
  width: 100%;
  height: auto;
  max-height: 460px;
  object-fit: cover;
  display: block;
}

.blog-details-title {
  margin-bottom: 8px !important;
}

.blog-details-title .sub-title,
.blog-details-section .blog-details-title h1.sub-title {
  font-size: clamp(26px, 3.2vw, 38px) !important;
  line-height: 1.3 !important;
  margin-bottom: 0 !important;
  color: #301514;
}

.blog-details-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px 16px;
  margin-bottom: 28px !important;
}

.blog-details-meta .meta-group-left,
.blog-details-meta .meta-group-right {
  flex: 1 1 auto;
  min-width: 0;
}

.blog-details-meta .meta-box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-details-meta .meta-box > li {
  margin: 0 !important;
  margin-bottom: 0 !important;
}

.blog-details-meta-right {
  justify-content: flex-start;
}

@media (min-width: 992px) {
  .blog-details-meta {
    justify-content: space-between;
    align-items: center;
  }

  .blog-details-meta-right {
    justify-content: flex-end;
  }
}

.blog-details-meta .meta-box-content {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
}

.blog-details-meta .meta-box .list-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-details-meta .meta-box .list-item li {
  display: inline;
  margin: 0 !important;
}

.blog-details-content {
  padding-bottom: 40px !important;
}

.blog-details-content p {
  max-width: 72ch;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}

.blog-details-section .blog-quote {
  margin: 36px 0 !important;
  padding: 36px 32px !important;
  border-radius: 20px !important;
}

.blog-details-section .blog-quote-text {
  font-size: clamp(18px, 2.2vw, 24px) !important;
  line-height: 1.45 !important;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 0 !important;
}

.blog-details-inline-image {
  margin: 36px 0 !important;
  border-radius: 20px;
  overflow: hidden;
}

.blog-details-inline-image img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  display: block;
}

.blog-details-nav {
  margin: 40px 0 !important;
}

.blog-details-section .comment-area {
  margin-top: 20px;
}

.blog-details-section .comment-single-item {
  border-radius: 20px !important;
  padding: 28px 28px !important;
  margin-bottom: 20px !important;
}

.blog-details-section .comment-single-item .image {
  width: 88px !important;
  margin-right: 24px !important;
  margin-bottom: 16px !important;
  flex-shrink: 0;
}

.blog-details-section .comment-single-item .image img {
  width: 88px;
  height: 88px;
  border-radius: 16px !important;
  object-fit: cover;
}

.blog-details-section .comment-single-item .top .left.user-profile .name {
  font-size: 22px !important;
  line-height: 1.3 !important;
  margin-bottom: 2px;
}

.blog-details-section .comment-single-item .top .left.user-profile .designation {
  line-height: 1.4 !important;
  margin-bottom: 0;
}

.blog-details-section .comment-single-item .top .right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.blog-details-section .comment-single-item .top .right .comment-time {
  margin: 0 !important;
}

.blog-details-section .comment-single-item-reply {
  margin-left: 0 !important;
}

@media (min-width: 768px) {
  .blog-details-section .comment-single-item .image {
    margin-bottom: 0 !important;
  }

  .blog-details-section .comment-single-item-reply {
    margin-left: 40px !important;
  }
}

@media (min-width: 1200px) {
  .blog-details-section .comment-single-item-reply {
    margin-left: 72px !important;
  }
}

.blog-details-section .comment-form {
  margin-top: 48px;
  padding-top: 0 !important;
}

.blog-details-section .comment-form .form-group-single-item input,
.blog-details-section .comment-form .form-group-single-item textarea {
  width: 100%;
}
