@font-face {
  font-family: 'Pinar';
  src: url('../../Font/Pinar-VF.woff2') format('woff2-variations'),
       url('../../Font/Pinar-VF.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pinar FD';
  src: url('../../Font/Pinar-FD-VF.woff2') format('woff2-variations'),
       url('../../Font/Pinar-FD-VF.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy: #10294d;
  --navy-dark: #0a1a33;
  --teal: #159c8f;
  --teal-dark: #0f7d73;
  --bg-light: #eef6fc;
  --bg-soft: #f6fafd;
  --text-muted: #5b6b7d;
  --border-light: #e3ebf3;
  --footer-bg: #0b1f3f;
  --radius-lg: 20px;
  --radius-md: 14px;
}

* { font-family: 'Pinar', Tahoma, sans-serif; }
h1, h2, h3,
.hero-title, .brand-title, .section-heading,
.why-us-title, .product-title, .btn-brand, .btn-outline-brand {
  font-family: 'Pinar FD', 'Pinar', Tahoma, sans-serif;
}

h1{
    font-size:24px;
}

h2{
    font-size:21px;
}

h{
    font-size:17px;
}
.btn{
    --bs-btn-font-size: 0.8rem;
}

html { scroll-behavior: smooth; font-size: 93.75%; }
body { color: var(--navy); background-color: #ffffff; line-height: 1.7; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; }

/* ---------- Header: floating pill over the hero ---------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  padding: 14px 20px 0;
  pointer-events: none;
}
.site-header .navbar {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(16, 41, 77, 0.14);
  padding: 0.4rem 1.25rem;
  align-items: center;
  pointer-events: auto;
}
.site-header .navbar-collapse,
.site-header .navbar-nav { align-items: center; }
.navbar-brand { text-decoration: none; }
.logo-mark {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.3; }
.brand-title { font-weight: 700; color: var(--navy); font-size: 1.05rem; }
.brand-subtitle { font-size: 0.75rem; color: var(--text-muted); }

.navbar-toggler {
  border: none;
  color: var(--navy);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(21, 156, 143, 0.35); }
.offcanvas { pointer-events: auto; }

.nav-link {
  color: var(--navy);
  font-weight: 500;
  position: relative;
  padding: 0.6rem 0.1rem !important;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size:14px;
}
.nav-link.active, .nav-link:hover { color: var(--teal-dark); }
.nav-link.active::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 100%;
  height: 2px;
  background: var(--teal);
  border-radius: 2px;
}
.offcanvas-header { border-bottom: 1px solid var(--border-light); }

/* ---------- Buttons ---------- */
.btn-brand {
  background: var(--teal-dark);
  border-color: var(--teal-dark);
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  padding: 0.75rem 1.85rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.btn-brand:hover, .btn-brand:focus { background: var(--navy); border-color: var(--navy); color: #fff; }
.btn-outline-brand {
  border: 1.5px solid var(--teal-dark);
  color: var(--teal-dark);
  font-weight: 600;
  border-radius: 50px;
  padding: 0.75rem 1.85rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: transparent;
}
.btn-outline-brand:hover, .btn-outline-brand:focus { background: var(--teal-dark); color: #fff; border-color: var(--teal-dark); }
.btn-icon { display: inline-flex; }

/* ---------- Full-bleed image sections (hero + about) ---------- */
.bg-image-section {
  position: relative;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.overlay-panel {
  background-image: linear-gradient(270deg, #fff, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: var(--radius-lg);
  padding: 2.25rem 2.5rem;
}

/* ---------- Hero ---------- */
.hero {
  min-height: 80vh;
  padding: 150px 0 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-eyebrow { color: var(--teal-dark); font-weight: 600; margin-bottom: 0.5rem; }
.hero-title { font-weight: 800; font-size: 2.4rem; color: var(--navy); line-height: 1.4; margin-bottom: 1rem; }
.hero-title .highlight { color: var(--teal-dark); }
.hero-text { color: var(--text-muted); font-size: 1.05rem; line-height: 1.8; margin-bottom: 1.75rem; }

/* ---------- Trust strip ---------- */
.trust-strip { background: #ffffff; border-radius: var(--radius-lg); box-shadow: 0 8px 30px rgba(16, 41, 77, 0.08); padding: 1.5rem; margin-top: 3rem; position: relative; z-index: 2; top: 80px; }
.trust-item { display: flex; align-items: center; gap: 0.75rem; font-weight: 600; transition: transform 0.25s ease; }
.trust-item:hover { transform: translateY(-4px); }
.trust-icon { width: 44px; height: 44px; border-radius: 50%; background: var(--bg-light); color: var(--teal-dark); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background 0.25s ease, color 0.25s ease; }
.trust-item:hover .trust-icon { background: var(--teal-dark); color: #fff; }

/* ---------- Section headings & divider ---------- */
.section-heading { text-align: center; font-weight: 800; color: var(--navy); margin-bottom: 0.75rem; }
.section-divider { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0 auto 2.5rem; }
.section-divider .divider-line { width: 34px; height: 2px; background: var(--border-light); border-radius: 2px; }
.section-divider .divider-diamond { width: 10px; height: 10px; background: var(--teal); transform: rotate(45deg); border-radius: 2px; flex-shrink: 0; }

/* ---------- Product cards ---------- */
.product-card { background: #fff; border: 1px solid var(--border-light); border-radius: var(--radius-md); height: 100%; padding: 14px; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 14px 30px rgba(16, 41, 77, 0.12); }
.product-img-wrap { background: var(--bg-soft); aspect-ratio: 1 / 1; border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.product-img-wrap img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius-md); }
.product-card .product-body { padding: 1.25rem 0.25rem 0.5rem; text-align: center; }
.product-icon-badge {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--teal-dark); color: #fff;
  display: flex; align-items: center; justify-content: center;
  margin: -3rem auto 0.75rem;
  box-shadow: 0 6px 16px rgba(15, 125, 115, 0.35);
  position: relative; z-index: 1;
}
.product-icon-badge img { width: 50px; height: 50px; object-fit: contain; }
.product-title { font-weight: 700; margin-bottom: 0.4rem; }
.product-desc { color: var(--text-muted); font-size: 0.9rem; line-height: 1.7; margin-bottom: 0; }

/* ---------- About ---------- */
.about-hero-bg { min-height: 560px; display: flex; align-items: center; padding: 3rem 0; background-size: contain;
    background-color: #f3f3f8;    border-radius: 30px 30px 0 0;
    margin: 0 25px 25px;}
.about-section .section-label { color: var(--teal-dark); font-weight: 600; }
.about-section h2 { font-weight: 800; color: var(--navy); }
.about-section p { color: var(--text-muted); line-height: 1.8; }
.value-list { list-style: none; padding: 0; margin: 1.5rem 0; }
.value-list li { display: flex; align-items: flex-start; gap: 0.6rem; margin-bottom: 0.85rem; color: var(--navy); font-weight: 500; }
.value-list .check-icon {
  background: var(--teal-dark); color: #fff;
  width: 24px; height: 24px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
}

/* ---------- Header banner (About / Products) ---------- */
.header-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 0 0 30px 30px;
  color: #fff;
  overflow: hidden;
  padding: 130px 0 2.25rem;
  height: 400px;
}
.header-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(10, 26, 51, 0.85), rgba(10, 26, 51, 0.35));
  z-index: 0;
}
.header-banner .container { position: relative; z-index: 1; }
.header-banner-text { max-width: 560px; margin-left: auto; text-align: right; top: 80px;
    position: relative;}
.header-banner h1 { font-weight: 800; margin-bottom: 0.5rem; }
.header-banner p { color: rgba(255, 255, 255, 0.78); margin-bottom: 0; }

/* ---------- Contact info cards ---------- */
.contact-info-card { background: var(--bg-soft); border: 1px solid var(--border-light); border-radius: var(--radius-md); padding: 1.5rem; height: 100%; }
.contact-info-card .icon-circle {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--teal-dark); color: #fff;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 0.85rem;
}
.contact-info-card .label { color: var(--text-muted); font-size: 0.85rem; display: block; margin-bottom: 0.25rem; }
.contact-info-card .value { font-weight: 500; color: var(--navy); font-size: 1.05rem; display: inline-block; }

/* ---------- Footer ---------- */
.site-footer { background: var(--footer-bg); color: #fff; padding: 2.5rem 30px 1.75rem;     z-index: 1;
    position: relative;
    border-radius: 30px 30px 0 0;
    margin: -3rem 25px 0; }
.contact-bar { margin-bottom: 1.75rem; }
.contact-bar .phone-icon { width: 130px; height: 130px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-right: -26px; }
.contact-bar .phone-icon img { width: 100%; height: 100%; object-fit: contain; }
.contact-box { background: rgba(255,255,255,0.06); border-radius: var(--radius-md); padding: 0.9rem 1rem; text-align: center; border: 1px solid #23c8b926;}
.contact-icon { display: block; width: 40px; height: 40px; object-fit: contain; margin: 0 auto 0.5rem; filter: opacity(0.4);}
.contact-label { display: block; font-size: 0.8rem; color: rgba(255,255,255,0.65); margin-bottom: 0.25rem; }
.contact-value { color: #fff; font-weight: 700; unicode-bidi: plaintext; }
.footer-address { color: rgba(255,255,255,0.75); font-size: 0.9rem; display: flex; align-items: center; justify-content: center; text-align: center; gap: 0.5rem; }
.footer-bottom { margin-top: 1.75rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.55); font-size: 0.85rem; }

/* ---------- Filter bar ---------- */
.filter-bar { position: relative; z-index: 3; margin-top: -30px; margin-bottom: 3rem; }
.filter-pills {
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 12px 30px rgba(16, 41, 77, 0.14);
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}
@media (min-width: 992px) {
  .filter-pills { max-width: 780px; margin-left: auto; margin-right: auto; }
}
.filter-pill {
  border: none;
  background: transparent;
  color: var(--navy);
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 50px;
  padding: 0.65rem 1.4rem;
  min-height: 44px;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}
.filter-pill:hover { color: var(--teal-dark); }
.filter-pill.active { background: var(--teal-dark); color: #fff; }

/* ---------- Catalog cards ---------- */
.catalog-card {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  height: 100%;
  padding: 14px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.catalog-card:hover { transform: translateY(-6px); box-shadow: 0 14px 30px rgba(16, 41, 77, 0.12); }
.catalog-body {
  padding: 1.25rem 0.25rem 0.25rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex: 1;
}
.catalog-cta {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--teal-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(15, 125, 115, 0.35);
}
.catalog-cta:hover { background: var(--navy); }

/* ---------- Feature strip (products page) ---------- */
.feature-strip { background: #fff; border-radius: var(--radius-lg); box-shadow: 0 8px 30px rgba(16, 41, 77, 0.08); padding: 2rem 1.5rem; margin-bottom:50px;}
.feature-item { display: flex; flex-direction: column; align-items: center; gap: 0.6rem; transition: transform 0.25s ease; }
.feature-item:hover { transform: translateY(-4px); }
.feature-icon { width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid var(--border-light); color: var(--teal-dark); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease; }
.feature-item:hover .feature-icon { background: var(--teal-dark); color: #fff; border-color: var(--teal-dark); }
.feature-label { font-weight: 600; color: var(--navy); font-size: 0.9rem; }

/* ---------- Why-us grid ---------- */
.why-us-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0.5rem; transition: transform 0.25s ease; }
.why-us-item:hover { transform: translateY(-4px); }
.icon-circle-outline {
  width: 50px; height: 50px; border-radius: 50%;
  border: 1.5px solid var(--border-light);
  color: var(--teal-dark);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.why-us-item:hover .icon-circle-outline { background: var(--teal-dark); color: #fff; border-color: var(--teal-dark); }
.why-us-title { font-weight: 700; color: var(--navy); margin-bottom: 0; }
.why-us-text { color: var(--text-muted); font-size: 0.85rem; line-height: 1.6; margin-bottom: 0; }

/* ---------- Contact stack + map ---------- */
.contact-stack { display: flex; flex-direction: column; gap: 1rem; height: 100%; }
.contact-stack .contact-info-card { flex: 1; }
.map-embed-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 100%;
  min-height: 320px;
  box-shadow: 0 8px 30px rgba(16, 41, 77, 0.08);
}
.map-embed-wrap iframe { display: block; width: 100%; height: 100%; }

/* ---------- Contact form ---------- */
.contact-form-card {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 30px rgba(16, 41, 77, 0.08);
  padding: 2.5rem;
  margin-bottom: 50px;
}
.contact-form-card .form-control {
  background: var(--bg-soft);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 0.85rem 1.1rem;
  min-height: 50px;
}
.contact-form-card .form-control:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(21, 156, 143, 0.15);
  background: #fff;
}
.contact-form-card textarea.form-control { min-height: 130px; resize: vertical; }

/* ---------- AOS reduced motion respect ---------- */
@media (prefers-reduced-motion: reduce) {
  [data-aos] { transition: none !important; transform: none !important; opacity: 1 !important; }
}

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
  .hero-title { font-size: 1.9rem; }
  .hero { min-height: auto; padding: 130px 0 3rem; }
  .about-hero-bg { min-height: 420px; }
  .header-banner { padding: 115px 0 2rem; background-position: left; }
  .contact-bar { text-align: center; }
  .footer-cta { justify-content: center; text-align: center; }
  .trust-strip{
      top: 55px;
      margin: 0 40px;
  }
  .contact-bar .phone-icon{
          width: 90px;
    height: 90px;
  }
}
@media (max-width: 575.98px) {
  .hero { padding: 110px 0 2.5rem; }
  .hero-title { font-size: 1.6rem; }
  .btn-brand, .btn-outline-brand { width: 100%; justify-content: center; }
  .overlay-panel { padding: 1.5rem; text-align:center; margin: 0 40px;backdrop-filter: blur(2px);}
  .about-hero-bg { min-height: auto; padding: 2rem 0; background-size: cover; }
  .header-banner { padding: 100px 0 1.75rem; }
  .header-banner h1 { font-size: 1.5rem; }
  .header-banner-text { max-width: 100%; }
  .filter-pill { padding: 0.55rem 1rem; font-size: 0.85rem; }
  .contact-form-card { padding: 1.5rem; }
}
