:root {
  --site-bg: #ffffff;
  --site-surface: #ffffff;
  --site-surface-alt: #f7f3e7;
  --site-text: #11203f;
  --site-text-muted: #5f6b87;
  --site-accent: #d3a54d;
  --site-accent-soft: #f4e2af;
  --site-border: rgba(17, 32, 63, 0.08);
  --site-shadow: 0 18px 50px rgba(17, 32, 63, 0.08);
  --site-radius: 1.5rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--site-surface);
  color: var(--site-text);
  font-family: Inter, "Segoe UI", sans-serif;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-shell {
  min-height: 100vh;
  background: var(--site-bg);
}

.section-shell {
  width: min(1120px, calc(100% - 3rem));
  margin: 0 auto;
}

.eyebrow {
  margin: 0;
  color: var(--site-accent);
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.75rem;
  font-weight: 600;
}

.section-title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  line-height: 1.1;
  color: var(--site-text);
}

.section-title--light {
  color: #fff;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px !important;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary,
.button--gold {
  background: var(--site-accent) !important;
  color: #102042 !important;
  padding: 0.9rem 1.4rem !important;
}

.button--secondary,
.button--outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0.9rem 1.4rem;
}

.button--dark {
  background: #102042;
  color: #fff;
  padding: 0.9rem 1.4rem;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}

.site-header__inner {
  position: relative;
}

.site-header__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1120px, calc(100% - 2rem));
  margin: 1rem auto 0;
  padding: 0.9rem 1rem;
  background: rgba(247, 245, 239, 0.78);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(17, 32, 63, 0.06);
  border-radius: 999px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 700;
}

.brand-link__mark {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--site-accent);
  color: #11203f;
}

.brand-link__text {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
}

.accent-text,
.text-gradient-gold {
  color: var(--site-accent);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  font-size: 0.95rem;
}

.site-header__content nav li {
  list-style-type: none;
}

.site-nav a:hover {
  color: var(--site-text);
}

.site-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.menu-toggle {
  display: none;
  width: 2.8rem;
  height: 2.8rem;
  border: 0;
  background: transparent;
  color: var(--site-text);
  cursor: pointer;
}

.custom-logo-img {
  width: 65px;
  height: 65px;
}


.hero-section {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #0d1833;
}

.hero-section__image,
.hero-section__overlay,
.hero-section__accent {
  position: absolute;
  inset: 0;
}

.hero-section__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-section__overlay {
  background: linear-gradient(to right, rgba(7, 14, 36, 0.78), rgba(7, 14, 36, 0.5));
}

.hero-section__accent {
  background: radial-gradient(circle at 75% 18%, rgba(211, 165, 77, 0.18), transparent 16%);
}

.hero-section__content {
  position: relative;
  width: min(1120px, calc(100% - 3rem));
  z-index: 1;
}
.pdp_hero_content{
    padding-top: 60px;
}

.hero-section__inner {
  max-width: 640px;
}
.homepage-hero-section .hero-badge {
    font-size: 15px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
}

.hero-badge__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--site-accent);
}

.hero-title {
  margin: 1rem 0 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(3rem, 5.5vw, 5rem);
  line-height: 1;
}

.hero-text,
.hero-meta,
.section__content p,
.info-card p,
.feature-card p,
.product-card__body p,
.spec-panel p,
.process-card p,
.founder-section__quote,
.quality-section__text,
.contact-panel__text,
.site-footer p,
.site-footer li {
  color: var(--site-text-muted);
}

.hero-text {
  margin: 1rem 0 0;
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.hero-meta {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
}

.hero-meta__dot {
  color: var(--site-accent);
}

.section {
  padding: 5rem 0;
}

.section--about {
  background: var(--site-bg);
}

.section__grid--about {
  width: min(1120px, calc(100% - 3rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 3rem;
  align-items: start;
}

.section__content {
  display: grid;
  gap: 1rem;
}

.about-cards {
  width: min(1120px, calc(100% - 3rem));
  margin: 3rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.info-card,
.feature-card,
.product-card,
.process-card,
.quality-card,
.contact-panel__links a,
.contact-panel__links div,
.spec-panel {
  background: var(--site-surface);
  border: 1px solid var(--site-border);
  box-shadow: var(--site-shadow);
}

.info-card,
.feature-card,
.process-card,
.quality-card {
  border-radius: 1.25rem;
  padding: 1.5rem;
}

.info-card__icon,
.feature-card__icon,
.process-card__icon,
.quality-card svg,
.contact-panel__links svg,
.quality-status svg,
.site-footer__logo span:first-child {
  display: grid;
  place-items: center;
  color: var(--site-accent);
}

.info-card__icon,
.process-card__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.85rem;
  background: #000;
}

.feature-card__icon {
  background: color-mix(in oklab, #ddb049 15%, transparent);
  width: 3rem;
  height: 3rem;
  border-radius: 0.85rem;
}

.info-card h3,
.feature-card h3,
.product-card__body h3,
.process-card h3,
.quality-card h3,
.contact-panel h2,
.site-footer h4 {
  font-family: "Playfair Display", serif;
}

.info-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
  color: var(--site-text-muted);
}

.section--why {
  position: relative;
  overflow: hidden;
  background: #0f1836;
  color: #fff;
  padding: 5rem 0;
}

.section__background {
  position: absolute;
  inset: 0;
  background-image: url("https://vrj-trade-hub.lovable.app/assets/hero-worldmap-u6gqQizH.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.08;
}

.section__content-wrap {
  position: relative;
  width: min(1120px, calc(100% - 3rem));
  margin: 0 auto;
}

.feature-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.feature-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}

.feature-card h3,
.feature-card p {
  color: #fff;
}

.products-section,
.process-section,
.founder-section,
.quality-section,
.contact-section,
.site-footer {
  padding: 5rem 0;
}

.products-section {
  background: var(--site-bg);
}

.products-section__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.products-section__lead {
  max-width: 32rem;
}

.product-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.product-card {
  overflow: hidden;
  border-radius: var(--site-radius);
}

.product-card--tall {
  grid-row: span 2;
}

.product-card__media {
  position: relative;
  overflow: hidden;
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-card:hover .product-card__media img {
  transform: scale(1.05);
}

.product-card__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  font-size: 0.8rem;
  display:none;
}

.product-card__body {
  padding: 1.4rem;
}

.product-card__body a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.75rem;
  font-weight: 600;
}

.products-section__footer {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.spec-panel {
  margin-top: 3rem;
  border-radius: var(--site-radius);
  padding: 2rem;
  background: var(--site-surface-alt);
}

.spec-panel__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.spec-panel__grid p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
}

.spec-panel__grid strong {
  display: block;
  margin-top: 0.35rem;
  color: var(--site-text);
  font-size: 1.1rem;
}

.coming-soon-section {
  background: var(--site-bg);
  padding: 0 0 5rem;
}

.coming-soon-card {
  width: min(920px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 3rem;
  border-radius: 2rem;
  border: 1px solid var(--site-border);
  background: linear-gradient(135deg, var(--site-surface-alt), var(--site-surface));
}

.coming-soon-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.75rem;
  background: rgba(211, 165, 77, 0.14);
  color: var(--site-text);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.coming-soon-card h2 {
  margin: 1rem 0 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 3vw, 3rem);
}

.process-grid {
  margin: 3rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.process-card {
  position: relative;
  border-radius: 1.25rem;
  padding: 1.7rem;
}

.process-card span {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  color: rgba(211, 165, 77, 0.27);
}

.founder-section__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3rem;
  align-items: center;
}

.founder-section__image img {
  width: 100%;
  border-radius: 1.75rem;
  object-fit: cover;
}

.quote-icon {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--site-accent);
  margin-top: 1rem;
}

.founder-section__quote {
  margin: 0.75rem 0 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.5;
  color: var(--site-text);
}

.founder-section__meta {
  margin-top: 1.5rem;
}

.founder-section__meta p {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  color: var(--site-text);
}

.founder-section__meta span {
  color: var(--site-text-muted);
}

.quality-section {
  background: #0f1836;
  color: #fff;
}
section.certification-banner {
    min-height: 550px !important;
}

.quality-section__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 3rem;
  align-items: center;
}

.quality-section__text {
  /* max-width: 58ch; */
  /* color: rgba(255, 255, 255, 0.72); */
  line-height: 1.75;
}

.quality-status {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.75rem;
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
}

.quality-status p,
.quality-status strong {
  margin: 0;
}

.quality-status p {
  color: rgba(255, 255, 255, 0.62);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
}

.quality-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.quality-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.1rem;
}

.quality-card h3,
.quality-card p {
  color: #fff;
}

.contact-panel {
  position: relative;
  width: min(1120px, calc(100% - 3rem));
  margin: 0 auto;
  overflow: hidden;
  border-radius: 2rem;
  background: linear-gradient(135deg, #0f1836, #132a58);
  color: #fff;
}

.contact-panel__glow {
  position: absolute;
  right: -7rem;
  top: -7rem;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(211, 165, 77, 0.36), transparent 70%);
}

.contact-panel__content {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 1.4fr;
  gap: 2rem;
  padding: 3rem;
}

.contact-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.contact-panel__links {
  display: grid;
  gap: 0.75rem;
  align-content: center;
}

.contact-panel__links a,
.contact-panel__links div {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.contact-panel__content select,
.contact-panel__content select option {
  background-color: #1f2d5a;
  color: #fff;
}

.site-footer {
  background: #fff;
  color: #000;
  padding-bottom: 0;
}
footer p.brand_name {
    font-size: 20px;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 0.9fr;
  gap: 2rem;
}

.site-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: "Playfair Display", serif;
}

.site-footer__logo strong {
  color: var(--site-accent);
}

.site-footer__tag {
  margin-top: 0.8rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--site-accent);
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.site-footer__bottom {
  margin-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.whatsapp-float {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.9rem 1rem;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 16px 40px rgba(11, 47, 29, 0.25);
}

.whatsapp-float svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #fff;
}

@media (max-width: 980px) {

  .section__grid--about,
  .about-cards,
  .feature-grid,
  .product-grid,
  .process-grid,
  .founder-section__grid,
  .quality-section__grid,
  .contact-panel__content,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .products-section__header {
    flex-direction: column;
    align-items: start;
  }

  .spec-panel__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 860px) {
  .site-nav {
    display: none;
  }

  .site-nav.is-open {
    display: flex;
    position: absolute;
    top: calc(100% + 0.6rem);
    right: 0;
    left: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    background: rgba(247, 245, 239, 0.96);
    border: 1px solid rgba(17, 32, 63, 0.08);
    border-radius: 1rem;
    box-shadow: var(--site-shadow);
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .site-header__content {
    border-radius: 1rem;
  }

  .site-actions .button--primary {
    display: none !important;
  }

  .custom-logo-img {
    width: 48px;
    height: 45px;
  }

}

@media (max-width: 640px) {

  .section-shell,
  .section__grid--about,
  .about-cards,
  .section__content-wrap,
  .coming-soon-card,
  .contact-panel,
  .section__content-wrap,
  .section__grid--about,
  .site-footer__bottom-inner,
  .site-footer__grid {
    width: calc(100% - 2.5rem);
  }

  .hero-section {
    min-height: 620px;
  }

  .hero-section.homepage-hero-section {
    min-height: 670px;
  }

  .hero-section.top-hero-section-quality-page {
    min-height: 482px !important;
  }

  .hero-text {
    font-size: 0.98rem;
  }
  .hero-title{
      font-size:25px;
  }

    .homepage-hero-section .hero-title{
        font-size: 30px;
    }
    .homepage-hero-section .hero-badge {
        font-size: 12px;
    }
    .button-hero-homepage{
        width: 100%;
    } 
    .section-intro .section-title{
        margin-bottom: 0 !important;
    }
  .quality-feature-grid,
  .spec-panel__grid,
  .contact-panel__actions {
    grid-template-columns: 1fr;
  }

  .products-section,
  .founder-section,
  .quality-section,
  .contact-section,
  .site-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-panel__content {
    width: 100%;
    padding: 2.5rem 1.5rem;
  }

  .coming-soon-section {
    padding: 40px 0 1rem;
  }

  .coming-soon-card {
    padding: 1rem;
  }

  .section__content,
  .section__grid--about {
    gap: 0;
  }

  .section,
  .products-section,
  .process-section,
  .founder-section,
  .quality-section,
  .contact-section,
  .site-footer {
    padding: 2rem 0;
  }
    .about-cards, .product-grid{
        margin: 1rem auto 0;
    }
    .process-grid{
        margin-top: 2rem;
    }
  .site-footer__bottom-inner {
    display: block;
  }

  .site-footer__bottom {
    margin-top: 0rem;
  }

  .site-footer__grid {
    gap: 0rem;
  }

  .quality-section__grid.gap-6.mb-16 {
    margin-bottom: 0px !important;
  }

  .quality-section__grid .quality-status {
    margin-top: 0;
    width: 100%;
  }

  .hero-section__content {
    margin-top: 80px;
  }

  .products-section {
    padding-bottom: 0;
  }
  .pdp_hero_content{
      padding-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

/* Contact Form 7 Custom Styling */
.cf7-wrapper {
  display: grid;
  gap: 1.25rem;
}

.cf7-wrapper label {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  color: var(--site-accent-soft);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.product-detail-sidebar .cf7-wrapper label,
.product-detail-sidebar .wpcf7-response-output {
  color: #000;
}

.product-detail-sidebar .wpcf7-response-output {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.product-detail-sidebar .cf7-input{
    border: 1px solid var(--site-border);
    color: var(--site-text);
        border-radius: 999px;
}
.cf7-input,
.cf7-textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  padding: 0.85rem 1.1rem;
  border-radius: 0.75rem;
  font-family: inherit;
  font-size: 0.95rem;
  transition: all 0.25s ease;
}

.cf7-input::placeholder,
.cf7-textarea::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.cf7-input:focus,
.cf7-textarea:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--site-accent);
  box-shadow: 0 0 0 3px rgba(211, 165, 77, 0.18);
}

.cf7-textarea {
  resize: vertical;
  min-height: 120px;
}

.cf7-btn {
  background: var(--site-accent);
  color: #102042;
  border: none;
  padding: 0.95rem 1.75rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}

.cf7-btn:hover {
  background: #ffffff;
  color: #102042;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(211, 165, 77, 0.25);
}

.cf7-btn:active {
  transform: translateY(0);
}

/* Response messaging overrides */
.wpcf7-response-output {
  margin: 1rem 0 0 0 !important;
  padding: 0.9rem 1.2rem !important;
  border-radius: 0.75rem !important;
  font-size: 0.9rem !important;
  border: 1px solid transparent !important;
  color: #ffffff;
  text-align: center;
}

.wpcf7-mail-sent-ok {
  background: rgba(46, 204, 113, 0.12) !important;
  border-color: rgba(46, 204, 113, 0.25) !important;
  color: #2ecc71 !important;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  background: rgba(231, 76, 60, 0.12) !important;
  border-color: rgba(231, 76, 60, 0.25) !important;
  color: #e74c3c !important;
}

.wpcf7-not-valid-tip {
  color: #e74c3c !important;
  font-size: 0.75rem !important;
  margin-top: 0.25rem !important;
  display: block;
  text-align: left;
}

/* Spinner adjustment */
.wpcf7 .wpcf7-spinner {
  background-color: var(--site-accent) !important;
  margin-left: 0.5rem !important;
}

/* ==========================================================================
   Spacing & Vertical Rhythm Utilities
   ========================================================================== */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

.gap-12 {
  gap: 3rem !important;
}

/* Display & Alignment Utilities */
.d-flex {
  display: flex !important;
}

.d-grid {
  display: grid !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.align-center {
  align-items: center !important;
}

.justify-center {
  justify-content: center !important;
}

.w-full {
  width: 100% !important;
}

/* Standard Section Intro Styling */
.section-intro {
  margin-bottom: 2.5rem !important;
}

@media (max-width: 640px) {
  .section-intro {
    margin-bottom: 10px !important;
  }
  div#gt_float_wrapper {
    top: unset !important;
    right: unset !important;
    bottom: 10px !important;
    left: 11px !important;
    }
    
    span.gt-lang-code {
        font-size: 15px !important;
    }
    
    .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
        height: 15px !important;
        width: 7px !important;
    }
    
    .gt_float_switcher img {
        width: 24px !important;
    }
    
    .gt_float_switcher .gt-selected .gt-current-lang {
        padding: 7px 10px !important;
    }
  
}

.section-intro .eyebrow {
  margin-bottom: 0.75rem !important;
}

.section-intro .section-title {
  margin-bottom: 1rem;
}

/* WhatsApp Icon inside Buttons */
.whatsapp-btn-icon {
  width: 1.25rem;
  height: 1.25rem;
  fill: #25D366;
  /* Official WhatsApp green */
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
}

/* Subpage Hero Standard Height */
.hero-section--subpage {
  min-height: 450px !important;
}

@media (max-width: 640px) {
  .hero-section--subpage {
    min-height: 360px !important;
  }
  section.certification-banner {
    min-height: 450px !important;
}
}

/* ==========================================================================
   Contact Section Responsive Overhaul
   ========================================================================== */
@media (min-width: 768px) {
  .contact-panel__form-container .cf7-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.25rem !important;
  }

  .contact-panel__form-container .cf7-wrapper label {
    grid-column: span 1 !important;
    margin: 0 !important;
  }

  .contact-panel__form-container .cf7-wrapper p {
    grid-column: span 1 !important;
    margin: 0 !important;
  }

  .contact-panel__form-container .cf7-wrapper .cf7-btn,
  .contact-panel__form-container .cf7-wrapper input[type="submit"],
  .contact-panel__form-container .cf7-wrapper .wpcf7-submit {
    grid-column: span 2 !important;
    margin-top: 0.5rem !important;
    width: 100% !important;
  }

  .contact-panel__form-container .cf7-wrapper .wpcf7-response-output {
    grid-column: span 2 !important;
  }
}

@media (max-width: 980px) {
  .contact-panel__content {
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important;
    padding: 3rem 2rem !important;
  }

  .contact-panel__links {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.75rem !important;
  }

  .contact-panel__links>* {
    margin-bottom: 0 !important;
  }

  .contact-panel__links div {
    grid-column: span 2 !important;
  }
}

@media (max-width: 640px) {
  .contact-panel__content {
    padding: 2rem 1.25rem !important;
    gap: 2rem !important;
  }

  .contact-panel__links {
    grid-template-columns: 1fr !important;
  }

  .contact-panel__links div {
    grid-column: span 1 !important;
  }
  .intl-tel-input span.country-name,   .intl-tel-input .dial-code {
     font-size: 10px;
}
}

.quality-status--light {
  background: var(--site-surface-alt) !important;
  border-color: var(--site-border) !important;
  color: var(--site-text) !important;
  padding: 1.2rem 1.5rem !important;
}

.quality-status--light p {
  color: var(--site-text-muted) !important;
}

.quality-status--light strong {
  color: var(--site-text) !important;
}
input.wpcf7-form-control.wpcf7-phonetext.wpcf7-text.wpcf7-validates-as-phonetext {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
    padding: 0.85rem 1.1rem;
    border-radius: 0.75rem;
    font-family: inherit;
    font-size: 0.95rem;
    transition: all 0.25s ease;
}
.intl-tel-input span.country-name {
    color: #000;
}
.product-detail-sidebar input.wpcf7-form-control.wpcf7-phonetext.wpcf7-text.wpcf7-validates-as-phonetext{
    border: 1px solid var(--site-border);
    border-radius: 999px;
    color: var(--site-text);
    font-family: inherit;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    box-sizing: border-box;
}
















