/* ==========================================================================
   Pharmcure - Main Stylesheet
   Bootstrap 5.3 based, respiratory pharma franchise site
   ========================================================================== */
   @font-face {font-family: 'Onest';src: url('../fonts/static/Onest-Thin.ttf') format('truetype');font-weight: 100;}
@font-face {font-family: 'Onest';src: url('../fonts/static/Onest-ExtraLight.ttf') format('truetype');font-weight: 200;}
@font-face {font-family: 'Onest';src: url('../fonts/static/Onest-Light.ttf') format('truetype');font-weight: 300;}
@font-face {font-family: 'Onest';src: url('../fonts/static/Onest-Regular.ttf') format('truetype');font-weight: 400;}
@font-face {font-family: 'Onest';src: url('../fonts/static/Onest-Medium.ttf') format('truetype');font-weight: 500;}
@font-face {font-family: 'Onest';src: url('../fonts/static/Onest-SemiBold.ttf') format('truetype');font-weight: 600;}
@font-face {font-family: 'Onest';src: url('../fonts/static/Onest-Bold.ttf') format('truetype');font-weight: 700;}
@font-face {font-family: 'Onest';src: url('../fonts/static/Onest-ExtraBold.ttf') format('truetype');font-weight: 800;}
@font-face {font-family: 'Onest';src: url('../fonts/static/Onest-Black.ttf') format('truetype');font-weight: 900;}
:root {
  --pc-primary: #1267e7;         /* deep blue */
  --pc-primary-dark: #0f3a99;
  --pc-primary-darker: #0a2a70;
  --pc-navy: #0a2a5e;            /* headings */
  --pc-orange: #ee6a1f;          /* accent */
  --pc-orange-dark: #d55810;
  --pc-blue-light: #cddafc;
  --pc-blue-soft: #eaf0ff;
  --pc-text: #1f2a44;
  --pc-muted: #0747c4;
  --pc-body-bg: #ffffff;
  --pc-border: #e6ebf5;
  --pc-radius: 14px;
  --pc-radius-lg: 22px;
  --pc-shadow-sm: 0 2px 10px rgba(15, 58, 153, .06);
  --pc-shadow-md: 0 10px 30px rgba(15, 58, 153, .10);
  --pc-shadow-lg: 0 20px 60px rgba(15, 58, 153, .16);
 /* --pc-font-heading: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --pc-font-body: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;*/ 
   --pc-font-heading: 'Onest', sans-serif;
   --pc-font-body:  'Onest', sans-serif; 
}

* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--pc-font-body);
  color: var(--pc-text);
  background: var(--pc-body-bg);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--pc-font-heading);
  color: var(--pc-navy);
  font-weight: 700;
  letter-spacing: -.01em;
}

a { color: var(--pc-primary); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--pc-orange); }

.text-primary-pc { color: var(--pc-primary) ; }
.text-orange { color: var(--pc-orange) ; }
.text-navy { color: var(--pc-navy); }
.text-muted-pc { color: var(--pc-muted); }
.bg-primary-pc { background: var(--pc-primary) ; }
.bg-orange { background: var(--pc-orange); }
.bg-navy { background: var(--pc-navy); }
.bg-soft { background: var(--pc-blue-soft) ; }

.section { padding: 90px 0; }
.section-sm { padding: 60px 0; }
.section-title { font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: 5px; }
.section-eyebrow { color: #1a4bb8; font-weight: 400; letter-spacing: .12em; text-transform: uppercase; font-size: 20px; }
.section-lead { color: #1a4bb8); font-size: 1.05rem; max-width: 680px; }

/* Loader#1a4bb8 */
.pc-preloader {
  position: fixed; inset: 0; background: #fff; z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  transition: opacity .5s ease, visibility .5s ease;
}
.pc-preloader.hide { opacity: 0; visibility: hidden; }
.pc-spinner {
  width: 54px; height: 54px; border: 4px solid var(--pc-blue-soft);
  border-top-color: var(--pc-primary); border-radius: 50%;
  animation: pc-spin .8s linear infinite;
}
@keyframes pc-spin { to { transform: rotate(360deg); } }

/* Topbar */
.pc-topbar {
  background: var(--pc-navy); color: #dbe5ff;
  font-size: .85rem; padding: 8px 0;
}
.pc-topbar a { color: #dbe5ff; }
.pc-topbar a:hover { color: #fff; }
.pc-topbar .divider { opacity: .35; margin: 0 12px; }

/* Header / Navbar */
.pc-header { background: #fff; box-shadow: 0 1px 0 var(--pc-border); transition: box-shadow .3s ease, padding .3s ease; }
.pc-header.is-stuck { position: fixed; top: 0; left: 0; right: 0; z-index: 1030; box-shadow: var(--pc-shadow-sm); animation: pc-slide-down .35s ease; }
@keyframes pc-slide-down { from { transform: translateY(-100%); } to { transform: translateY(0); } }

.pc-navbar { padding: 14px 0; }
.pc-brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--pc-font-heading); font-weight: 800; font-size: 1.5rem; color: var(--pc-navy); }
.pc-brand-mark {
  width: 42px; height: 42px; border-radius: 10px;
  background: linear-gradient(135deg, var(--pc-primary), var(--pc-primary-darker));
  color: #fff; display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1.2rem; box-shadow: var(--pc-shadow-sm);
}
.pc-brand small { display: block; font-size: .58rem; color: var(--pc-muted); letter-spacing: .28em; margin-top: -2px; font-weight: 600; }

.pc-nav .nav-link {
  color: var(--pc-navy); font-weight: 600; padding: .6rem 1rem 
  position: relative; font-size: .96rem;
}
.pc-nav .nav-link.active, .pc-nav .nav-link:hover { color: var(--pc-orange); }
.pc-nav .nav-link.active::after {
  content: ''; position: absolute; left: 1rem; right: 1rem; bottom: 0;
  height: 3px; border-radius: 3px; background: var(--pc-orange);
}
.pc-nav .dropdown-menu { border: 0; box-shadow: var(--pc-shadow-md); border-radius: 12px; padding: 8px; min-width: 220px; }
.pc-nav .dropdown-item { border-radius: 8px; padding: 10px 12px; font-weight: 500; color: var(--pc-navy); }
.pc-nav .dropdown-item:hover { background: var(--pc-blue-soft); color: var(--pc-primary); }

.pc-search-btn, .pc-cta {
  border: 0; border-radius: 999px; padding: 10px 20px; font-weight: 600;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.pc-search-btn { background: var(--pc-blue-soft); color: var(--pc-primary); width: 42px; height: 42px; padding: 0; display: inline-flex; align-items: center; justify-content: center; }
.pc-search-btn:hover { background: var(--pc-primary); color: #fff; }
.pc-cta { background: var(--pc-orange); color: #fff; }
.pc-cta:hover { background: var(--pc-orange-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(238, 106, 31, .3); }

/* Buttons */
.btn-pc-primary {
  background: var(--pc-orange); color: #fff; border: 0; border-radius: 10px;
  padding: 14px 28px; font-weight: 600; transition: all .25s ease;
}
.btn-pc-primary:hover { background: var(--pc-orange-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(238, 106, 31, .3); }

.btn-pc-secondary {
  background: var(--pc-primary); color: #fff; border: 0; border-radius: 10px;
  padding: 14px 28px; font-weight: 600; transition: all .25s ease;
}
.btn-pc-secondary:hover { background: var(--pc-primary-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(26, 75, 184, .3); }

.btn-pc-outline {
  background: transparent; color: var(--pc-navy); border: 2px solid var(--pc-navy);
  border-radius: 10px; padding: 12px 26px; font-weight: 600; transition: all .25s ease;
}
.btn-pc-outline:hover { background: var(--pc-navy); color: #fff; }

.btn-pc-pill {
  background: #fff; color: var(--pc-primary); border: 0; border-radius: 999px;
  padding: 14px 28px; font-weight: 700; box-shadow: var(--pc-shadow-sm);
}
.btn-pc-pill:hover { background: var(--pc-orange); color: #fff; }

/* Hero */
.pc-hero {
  position: relative; padding: 70px 0 60px; overflow: hidden;
  background: #fff;
}
.pc-hero::before {
  content: ''; position: absolute; right: -180px; top: 40px;
  width: 720px; height: 720px; border-radius: 50%;
  background: radial-gradient(circle at center, rgba(205, 218, 252, .5) 0%, rgba(205, 218, 252, 0) 65%);
  z-index: 0;
}
.pc-hero .container { position: relative; z-index: 1; }
.pc-hero h1 {
  font-size: clamp(2.2rem, 4.6vw, 4rem); line-height: 1.05; margin-bottom: 24px;
}
.pc-hero .hero-eyebrow { font-size: 1.4rem; color: var(--pc-navy); font-weight: 500; margin-bottom: 12px; display: block; }
.pc-hero .hero-highlight { color: var(--pc-orange); display: block; }
.pc-hero .hero-sub { font-size: clamp(1.4rem, 2.4vw, 2rem); font-weight: 700; color: var(--pc-navy); margin: 12px 0 8px; }
.pc-hero .hero-tag { font-size: 1.2rem; color: var(--pc-navy); margin-bottom: 32px; }
.pc-hero .hero-tag strong { color: var(--pc-orange); }
.pc-hero-badges { display: flex; gap: 28px; margin-top: 30px; flex-wrap: wrap; }
.pc-badge-item { display: flex; align-items: center; gap: 12px; }
.pc-badge-icon {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--pc-blue-soft); color: var(--pc-primary);
  display: inline-flex; align-items: center; justify-content: center;
  border: 2px dashed var(--pc-primary);
}
.pc-badge-item strong { display: block; color: var(--pc-navy); font-family: var(--pc-font-heading); }
.pc-badge-item span { font-size: .85rem; color: var(--pc-muted); }
.pc-hero-visual { position: relative; }
.pc-hero-visual img { width: 100%; height: auto; }
.pc-hero-blob {
  position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(circle at 60% 45%, rgba(205, 218, 252, .8) 0%, rgba(205, 218, 252, 0) 60%);
}

/* Marquee band */
.pc-marquee-band {
  background: var(--pc-primary); color: #fff; padding: 22px 0; overflow: hidden;
}
.pc-marquee { display: flex; gap: 56px; animation: pc-marquee 30s linear infinite; white-space: nowrap; }
.pc-marquee-item { display: inline-flex; align-items: center; gap: 14px; font-weight: 600; font-size: 1.05rem; }
.pc-marquee-item i { font-size: 1.6rem; opacity: .95; }
@keyframes pc-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Category tabs */
.pc-cat-tabs { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin: 32px 0 40px; }
.pc-cat-tab {
  background: var(--pc-primary); color: #fff; border: 0; border-radius: 12px;
  padding: 14px 28px; font-weight: 700; cursor: pointer; transition: all .2s ease;
  min-width: 180px;
}
.pc-cat-tab:hover, .pc-cat-tab.active { background: var(--pc-orange); }

/* Product card */
.pc-product {
  border: 2px solid var(--pc-primary); border-radius: 16px; padding: 22px;
  background: #fff; transition: transform .25s ease, box-shadow .25s ease;
  height: 100%; display: flex; gap: 18px; align-items: flex-start;
  position: relative;
}
.pc-product:hover { transform: translateY(-4px); box-shadow: var(--pc-shadow-md); }
.pc-product-img {
  flex: 0 0 130px; height: 170px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, #f6f9ff, #eaf0ff);
}
.pc-product-img i { font-size: 3.5rem; color: var(--pc-primary); }
.pc-product-body { flex: 1; }
.pc-product h5 { color: var(--pc-navy); margin-bottom: 6px; }
.pc-product .compound { color: var(--pc-muted); font-size: .9rem; margin-bottom: 10px; }
.pc-product ul { list-style: none; padding: 0; margin: 0 0 14px; font-size: .9rem; }
.pc-product ul li { position: relative; padding-left: 16px; margin-bottom: 4px; color: var(--pc-text); }
.pc-product ul li::before { content: '•'; color: var(--pc-primary); position: absolute; left: 0; font-weight: 800; }
.pc-product .actions { display: flex; gap: 10px; }
.pc-product .btn-details { background: transparent; color: var(--pc-navy); border: 2px solid var(--pc-navy); border-radius: 8px; padding: 8px 18px; font-weight: 600; font-size: .9rem; }
.pc-product .btn-enquire { background: var(--pc-primary); color: #fff; border: 0; border-radius: 8px; padding: 10px 20px; font-weight: 600; font-size: .9rem; }
.pc-product .btn-enquire:hover { background: var(--pc-orange); }
.pc-product .tag {
  position: absolute; top: 14px; right: 14px;
  background: var(--pc-orange); color: #fff; font-size: .72rem; font-weight: 700;
  padding: 5px 12px; border-radius: 999px;
}

/* Franchise band */
.pc-franchise {
  background: var(--pc-primary); color: #fff; padding: 80px 0; position: relative; overflow: hidden;
}
.pc-franchise h2 { color: #fff; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.1; }
.pc-franchise .accent { color: var(--pc-orange); }
.pc-franchise p.lead-text { color: #cddafc; max-width: 520px; }
.pc-franchise-feature {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px; padding: 18px 20px; display: flex; gap: 16px; align-items: center;
  margin-bottom: 14px;
}
.pc-franchise-feature .icon {
  width: 54px; height: 54px; border-radius: 12px;
  background: rgba(255,255,255,.08); display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; color: #fff; font-size: 1rem;
}
.pc-franchise-feature strong { display: block; color: #fff; font-family: var(--pc-font-heading); }
.pc-franchise-feature span { color: #cddafc; font-size: .9rem; }
.pc-franchise-video {
  position: relative; border-radius: 20px; overflow: hidden;
  box-shadow: var(--pc-shadow-lg); aspect-ratio: 16/11;
  background: linear-gradient(135deg, #1a1a1a, #2b2b2b);
  display: flex; align-items: center; justify-content: center;
}
.pc-franchise-video::before {
  content: 'Apni district ko 1 CRORE KI SALE TAK LEKAR JAYEIN!';
  position: absolute; inset: 0; padding: 32px; color: #fff;
  font-family: var(--pc-font-heading); font-weight: 800; font-size: clamp(1.4rem, 2.4vw, 2.4rem);
  line-height: 1.1; text-align: left; display: flex; align-items: center;
  background: linear-gradient(135deg, rgba(0,0,0,.55), rgba(0,0,0,.1));
}
.pc-play-btn {
  position: absolute; z-index: 2; width: 90px; height: 90px; border-radius: 50%;
  background: rgba(255,255,255,.9); color: var(--pc-primary); border: 0;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.8rem; box-shadow: 0 10px 40px rgba(0,0,0,.35);
  transition: transform .3s ease;
}
.pc-play-btn:hover { transform: scale(1.08); }

/* Stats */
.pc-stats { padding: 60px 0; background: #fff; }
.pc-stat { text-align: center; padding: 20px; }
.pc-stat .num { font-family: var(--pc-font-heading); font-weight: 800; font-size: clamp(2.4rem, 4vw, 3.4rem); color: var(--pc-orange); line-height: 1; }
.pc-stat .lbl { color: var(--pc-navy); font-weight: 600; margin-top: 8px; }
.pc-stat-divider { border-left: 1px solid var(--pc-border); }

/* Calculators */
.pc-calc-card {
  background: var(--pc-primary); color: #fff; border-radius: 20px;
  padding: 34px 26px; text-align: center; height: 100%;
  transition: transform .25s ease, box-shadow .25s ease;
}
.pc-calc-card:hover { transform: translateY(-6px); box-shadow: var(--pc-shadow-lg); }
.pc-calc-card h4 { color: #fff; margin-bottom: 12px; }
.pc-calc-card p { color: #cddafc; font-size: .95rem; }
.pc-calc-icon {
  width: 130px; height: 150px; margin: 20px auto; border-radius: 12px;
  background: linear-gradient(180deg, #2d2d2d, #111);
  display: flex; align-items: center; justify-content: center; font-size: 3rem; color: #6ff;
  box-shadow: inset 0 4px 10px rgba(255,255,255,.1);
}
.pc-calc-card .btn-pc-pill { color: var(--pc-primary); }

/* Why choose us */
.pc-why { background: #fff; }
.pc-why h2 { font-size: clamp(2rem, 4vw, 3rem); }
.pc-why h2 .accent { color: var(--pc-orange); }
.pc-benefit { display: flex; gap: 18px; margin-bottom: 24px; }
.pc-benefit .num {
  flex: 0 0 42px; height: 42px; border-radius: 12px; background: var(--pc-blue-soft);
  color: var(--pc-primary); font-family: var(--pc-font-heading); font-weight: 800;
  display: inline-flex; align-items: center; justify-content: center; font-size: 1.1rem;
}
.pc-benefit h5 { color: var(--pc-orange); margin-bottom: 4px; font-size: 1.05rem; }
.pc-benefit p { color: var(--pc-text); margin: 0; font-size: .95rem; }
.pc-benefit-icon {
  flex: 0 0 42px; height: 42px; border-radius: 50%; background: var(--pc-blue-soft);
  color: var(--pc-primary); display: inline-flex; align-items: center; justify-content: center;
}

/* Info cards row */
.pc-info-card {
  border: 1px solid var(--pc-border); border-radius: 16px; padding: 22px;
  display: flex; gap: 18px; align-items: center; background: #fff;
  transition: box-shadow .25s ease, transform .25s ease;
}
.pc-info-card:hover { box-shadow: var(--pc-shadow-md); transform: translateY(-3px); }
.pc-info-card .thumb {
  flex: 0 0 130px; height: 130px; border-radius: 12px;
  background: linear-gradient(135deg, var(--pc-primary), var(--pc-primary-darker));
  color: #fff; display: flex; align-items: center; justify-content: center; font-size: 2.2rem;
}
.pc-info-card h5 { color: var(--pc-navy); }
.pc-info-card p { color: var(--pc-muted); font-size: .9rem; margin: 6px 0 12px; }

/* Testimonials */
.pc-testi {
   border-radius: 18px; padding: 26px 22px;
  height: 100%; display: flex; flex-direction: column; justify-content: space-between;
  color: var(--pc-navy); position: relative;
}
.pc-testi::before {
  content: position: absolute; top: 6px; left: 18px;
  font-family: Georgia, serif; font-size: 3rem; color: var(--pc-primary); line-height: 1;
}
.pc-testi p { font-size: .92rem; margin: 22px 0 20px; }
.pc-testi hr { border-color: rgba(10,42,94,.2); margin: 10px 0 14px; }
.pc-testi-author { display: flex; gap: 12px; align-items: center; }
.pc-testi-avatar {
  width: 44px; height: 44px; border-radius: 50%; background: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--pc-primary); font-size: 1.2rem;
}
.pc-testi-author strong { display: block; color: var(--pc-navy); font-family: var(--pc-font-heading); font-size: .95rem; }
.pc-testi-author span { color: var(--pc-primary); font-size: .82rem; }

/* Contact */
.pc-contact-input {
  border: 1px solid var(--pc-border); border-radius: 12px; padding: 16px 20px;
  width: 100%; font-size: .95rem; transition: border-color .2s ease, box-shadow .2s ease;
  background: #fff;
}
.pc-contact-input:focus { border-color: var(--pc-primary); box-shadow: 0 0 0 4px rgba(26,75,184,.1); outline: 0; }
textarea.pc-contact-input { min-height: 160px; resize: vertical; }
.pc-contact-info {
  background: #f6f9ff; border-radius: 16px; padding: 26px; text-align: center;
  height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
}
.pc-contact-info .icon {
  width: 54px; height: 54px; border-radius: 50%; background: var(--pc-primary);
  color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 1.4rem;
}
.pc-contact-info h6 { color: var(--pc-navy); margin: 0; font-size: 1rem; }
.pc-contact-info small { color: var(--pc-muted); }

/* Footer */
.pc-footer { background: var(--pc-primary); color: #dbe5ff; padding: 70px 0 0; }
.pc-footer h6 { color: #fff; margin-bottom: 20px; font-family: var(--pc-font-heading); font-weight: 700; letter-spacing: .01em; }
.pc-footer ul { list-style: none; padding: 0; margin: 0; }
.pc-footer ul li { margin-bottom: 12px; position: relative; padding-left: 16px; }
.pc-footer ul li::before { content: '•'; position: absolute; left: 0; color: #fff; }
.pc-footer a { color: #dbe5ff; }
.pc-footer a:hover { color: #fff; text-decoration: underline; }
.pc-footer .brand { display: flex; align-items: center; gap: 10px; font-family: var(--pc-font-heading); font-weight: 800; color: #fff; font-size: 1.6rem; margin-bottom: 12px; }
.pc-footer .brand-mark { width: 40px; height: 40px; border-radius: 10px; background: #fff; color: var(--pc-primary); display: inline-flex; align-items: center; justify-content: center; font-weight: 800; }
.pc-footer .tagline { color: #cddafc; }
.pc-footer .info-line { color: #cddafc; display: flex; gap: 10px; margin-bottom: 10px; }
.pc-footer .info-line i { color: #fff; margin-top: 4px; }
.pc-social { display: flex; gap: 10px; margin-top: 16px; }
.pc-social a {
  width: 38px; height: 38px; border-radius: 8px; background: rgba(255,255,255,.12);
  display: inline-flex; align-items: center; justify-content: center; color: #fff;
}
.pc-social a:hover { background: var(--pc-orange); }
.pc-footer-bottom { border-top: 1px solid rgba(255,255,255,.15); margin-top: 50px; padding: 22px 0; text-align: center; color: #cddafc; font-size: .9rem; }
.pc-footer-bottom a { color: #fff; text-decoration: underline; }

/* Back to top */
.pc-to-top {
  position: fixed; bottom: 24px; right: 24px; width: 48px; height: 48px;
  border-radius: 50%; background: var(--pc-orange); color: #fff; border: 0;
  display: inline-flex; align-items: center; justify-content: center; font-size: 1.1rem;
  box-shadow: var(--pc-shadow-md); opacity: 0; visibility: hidden; z-index: 999;
  transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
}
.pc-to-top.show { opacity: 1; visibility: visible; }
.pc-to-top:hover { background: var(--pc-orange-dark); transform: translateY(-3px); }

/* Scroll progress */
.pc-progress {
  position: fixed; top: 0; left: 0; height: 3px; background: var(--pc-orange);
  width: 0; z-index: 2000; transition: width .1s ease;
}

/* Page banner */
.pc-page-banner {
  background: linear-gradient(135deg, var(--pc-primary), var(--pc-primary-darker));
  color: #fff; padding: 80px 0 60px; position: relative; overflow: hidden;
}
.pc-page-banner::after {
  content: ''; position: absolute; right: -100px; bottom: -140px;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.08), rgba(255,255,255,0) 70%);
}
.pc-page-banner h1 { color: #fff; font-size: clamp(2rem, 4.4vw, 3.4rem); margin-bottom: 10px; }
.pc-page-banner .breadcrumb { background: transparent; padding: 0; margin: 0; justify-content: center; }
.pc-page-banner .breadcrumb-item, .pc-page-banner .breadcrumb-item a { color: #cddafc; }
.pc-page-banner .breadcrumb-item.active { color: #fff; font-weight: 600; }
.pc-page-banner .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.5); }

/* Filter chips (gallery) */
.pc-filter { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 32px; }
.pc-filter button {
  background: #fff; border: 1px solid var(--pc-border); border-radius: 999px;
  padding: 10px 22px; font-weight: 600; color: var(--pc-navy); cursor: pointer;
}
.pc-filter button.active, .pc-filter button:hover { background: var(--pc-primary); color: #fff; border-color: var(--pc-primary); }

.pc-gallery-item {
  border-radius: 14px; overflow: hidden; background: linear-gradient(135deg, var(--pc-primary), var(--pc-primary-darker));
  color: #fff; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center;
  position: relative; cursor: pointer; transition: transform .25s ease;
}
.pc-gallery-item:hover { transform: scale(1.02); }
.pc-gallery-item i { font-size: 3rem; }
.pc-gallery-item span { position: absolute; bottom: 12px; left: 16px; font-weight: 600; }

/* FAQ */
.pc-accordion .accordion-item { border: 1px solid var(--pc-border); border-radius: 12px !important; margin-bottom: 12px; overflow: hidden; }
.pc-accordion .accordion-button {
  background: #fff; color: var(--pc-navy); font-weight: 600; padding: 18px 22px;
  border-radius: 12px !important;
}
.pc-accordion .accordion-button:not(.collapsed) { background: var(--pc-blue-soft); color: var(--pc-primary); box-shadow: none; }
.pc-accordion .accordion-button:focus { box-shadow: none; border-color: var(--pc-primary); }
.pc-accordion .accordion-body { color: var(--pc-text); padding: 6px 22px 22px; }

/* Doctor / team card */
.pc-doctor { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: var(--pc-shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.pc-doctor:hover { transform: translateY(-4px); box-shadow: var(--pc-shadow-md); }
.pc-doctor .avatar { aspect-ratio: 1/1; background: linear-gradient(135deg, var(--pc-blue-soft), var(--pc-blue-light)); display: flex; align-items: center; justify-content: center; font-size: 4rem; color: var(--pc-primary); }
.pc-doctor .info { padding: 20px; text-align: center; }
.pc-doctor h5 { color: var(--pc-navy); margin-bottom: 4px; }
.pc-doctor small { color: var(--pc-primary); font-weight: 600; }

/* Pricing */
.pc-price {
  background: #fff; border: 1px solid var(--pc-border); border-radius: 18px;
  padding: 34px 28px; text-align: center; height: 100%;
  transition: transform .25s ease, box-shadow .25s ease;
}
.pc-price.featured { background: var(--pc-primary); color: #fff; border-color: var(--pc-primary); transform: scale(1.03); }
.pc-price.featured h4, .pc-price.featured .amt { color: #fff; }
.pc-price.featured ul li { color: #dbe5ff; border-color: rgba(255,255,255,.15); }
.pc-price:hover { box-shadow: var(--pc-shadow-md); }
.pc-price .amt { font-family: var(--pc-font-heading); font-size: 2.6rem; font-weight: 800; color: var(--pc-orange); margin: 12px 0; }
.pc-price .amt small { font-size: 1rem; font-weight: 500; color: var(--pc-muted); }
.pc-price ul { list-style: none; padding: 0; margin: 20px 0; }
.pc-price ul li { padding: 10px 0; border-bottom: 1px solid var(--pc-border); font-size: .95rem; }

/* AOS-lite reveal */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal="left"] { transform: translateX(-24px); }
[data-reveal="right"] { transform: translateX(24px); }
[data-reveal="zoom"] { transform: scale(.95); }
[data-reveal].is-visible { opacity: 1; transform: none; }

/* Utilities */
.rounded-xxl { border-radius: 20px !important; }
.min-vh-40 { min-height: 40vh; }
 

/* =====================  v2 (design match)  ===================== */
.pc-header{border-bottom:1px solid var(--pc-border)}
.pc-brand{gap:8px}
.pc-brand-mark{background:linear-gradient(135deg,var(--pc-primary),var(--pc-primary-darker));border-radius:8px;font-family:'Onest', sans-serif;font-style:italic}
.pc-brand-text{line-height:1;font-family:'Onest', sans-serif;font-weight:700;font-size:1.35rem;color:var(--pc-primary)}
.pc-brand-text small{display:block;font-size:.55rem;letter-spacing:.25em;color:var(--pc-primary);font-weight:600;margin-top:2px}
.pc-nav .nav-link{color:var(--pc-navy);font-weight:500;padding:.5rem 0;position:relative}
.pc-nav .nav-link.active{color:var(--pc-navy);font-weight:700}
.pc-nav .nav-link.active::after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:var(--pc-primary);border-radius:2px}
.pc-btn-orange {
	background: #e75a1f;
	color: #fff;
	font-weight: 600;
	border-radius: 16px;
	padding: 15px 40px !important;
	border: none;
	transition: .2s;
}
.pc-btn-orange:hover{background:var(--pc-orange-dark);color:#fff}
.pc-btn-navy{background:var(--pc-navy);color:#fff;font-weight:600;}
.pc-btn-navy:hover{background:#08214a;color:#fff}
.pc-btn-outline-navy{border:1.5px solid var(--pc-navy);color:var(--pc-navy);font-weight:600;border-radius:16px;background:transparent; padding:15px 20px !important;}
.pc-btn-outline-navy:hover{background:var(--pc-navy);color:#fff}
.pc-search-btn{background:transparent;border:1px solid var(--pc-border);width:38px;height:38px;border-radius:6px;color:var(--pc-navy)}
.pc-crumb{padding:14px 0;color:var(--pc-muted);border-bottom:1px solid var(--pc-border)}

/* Hero */
.pc-hero{padding:60px 0 40px}
.pc-hero-visual{position:relative;min-height:460px;display:flex;align-items:center;justify-content:center;overflow:visible}
.pc-hero-arc{position:absolute;top:50%;left:50%;width:520px;height:520px;margin:-260px 0 0 -260px;border-radius:50%;background:radial-gradient(circle at 50% 55%,rgba(26,75,184,.12) 0%,rgba(26,75,184,.05) 45%,transparent 65%);border:1px solid rgba(26,75,184,.15);z-index:0;opacity:0;transform:scale(.6);animation:pcArcIn 1.1s .1s cubic-bezier(.2,.7,.2,1) forwards}
.pc-hero-img{position:relative;z-index:2;max-width:100%;height:auto;opacity:0;transform:translateY(20px) scale(.96);animation:pcHeroIn .9s .35s cubic-bezier(.2,.7,.2,1) forwards, pcHeroFloat 6s 1.4s ease-in-out infinite}
.pc-ripple{position:absolute;top:50%;left:50%;width:260px;height:260px;margin:-130px 0 0 -130px;border-radius:50%;border:2px solid var(--pc-primary);opacity:0;transform:scale(.4);z-index:1;pointer-events:none;animation:pcRipple 3.6s cubic-bezier(.2,.6,.2,1) infinite}
.pc-ripple-1{animation-delay:0s}
.pc-ripple-2{animation-delay:1.2s;border-color:rgba(238,106,31,.55)}
.pc-ripple-3{animation-delay:2.4s;border-color:rgba(26,75,184,.45)}
.pc-hero-pill{position:absolute;z-index:3;background:#fff;color:var(--pc-navy);font-weight:600;font-size:.85rem;padding:8px 14px;border-radius:999px;box-shadow:0 8px 22px rgba(10,42,94,.14);border:1px solid rgba(26,75,184,.12);display:inline-flex;align-items:center;gap:8px;opacity:0;transform:translateY(10px) scale(.9);animation:pcPillIn .6s cubic-bezier(.2,.7,.2,1) forwards}
.pc-hero-pill i{color:var(--pc-primary)}
.pc-pill-1{top:6%;right:6%;animation-delay:.9s}
.pc-pill-2{top:44%;right:-2%;animation-delay:1.1s;color:var(--pc-orange)}
.pc-pill-2 i{color:var(--pc-orange)}
.pc-pill-3{bottom:10%;left:2%;animation-delay:1.3s}
@keyframes pcRipple{0%{opacity:0;transform:scale(.35)}15%{opacity:.85}70%{opacity:.15}100%{opacity:0;transform:scale(2.1)}}
@keyframes pcHeroFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes pcHeroIn{to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes pcArcIn{to{opacity:1;transform:scale(1)}}
@keyframes pcPillIn{to{opacity:1;transform:translateY(0) scale(1)}}
.pc-mband-track{display:flex;width:max-content;animation:pcMarquee 30s linear infinite}
.pc-marquee-band{overflow:hidden}
.pc-mband-set{display:flex;flex:0 0 auto}
.pc-mband{display:inline-flex;align-items:center;gap:10px;color:#fff;padding:18px 40px;white-space:nowrap;font-weight:500}
.pc-mband i{font-size:1.4rem;color:#fff;opacity:.9}
@keyframes pcMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (prefers-reduced-motion: reduce){.pc-ripple,.pc-hero-img,.pc-hero-pill,.pc-hero-arc,.pc-mband-track{animation:none;opacity:1;transform:none}}
.pc-cert-chip{display:inline-flex;align-items:center;gap:10px;background:var(--pc-blue-soft);border-radius:50px;padding:8px 16px;font-weight:600;color:var(--pc-navy);font-size:.85rem}
.pc-cert-chip i{font-size:1.3rem}
.pc-cert-chip small{color:var(--pc-muted);font-weight:500}

/* Marquee band */
.pc-marquee-band{background:var(--pc-primary)}
.pc-mband{display:flex;align-items:center;gap:14px;padding:22px 24px;border-right:1px solid rgba(255,255,255,.15);color:#fff;font-weight:600;font-size:.95rem;line-height:1.2}
.pc-mband:last-child{border-right:none}
.pc-mband i{font-size:1.8rem}
@media(max-width:991px){.pc-mband{border-right:none;border-bottom:1px solid rgba(255,255,255,.15)}}

/* Tabs */
.pc-tabs{display:flex;gap:12px;flex-wrap:wrap}
.pc-tab{background:#fff;border:1.5px solid var(--pc-border);border-radius:6px;padding:10px 22px;font-weight:600;color:var(--pc-navy);transition:.2s}
.pc-tab.active{background:var(--pc-navy);color:#fff;border-color:var(--pc-navy)}
.pc-tab:hover{border-color:var(--pc-primary);color:var(--pc-primary)}
.pc-tab.active:hover{color:#fff}

/* Product card */
.pc-prod-card{display:flex;gap:14px;padding:16px;background:#fff;border-radius:10px;border-left:none;border-right:5px solid var(--pc-primary);box-shadow:var(--pc-shadow-sm);height:100%;position:relative}

.pc-prod-img{flex:0 0 250px}
.pc-prod-ph{border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--pc-primary);font-size:2.5rem}
.pc-prod-body{flex:1;min-width:0}
.pc-prod-body h5{font-size:1rem;color:var(--pc-navy);font-weight:700}
.pc-badge-orange{background:var(--pc-orange);color:#fff;font-size:.7rem;padding:3px 10px;border-radius:15px;font-weight:600;white-space:nowrap}
.pc-prod-list{padding-left:16px;color:var(--pc-muted);margin:0}
.pc-prod-list li{margin-bottom:2px}

/* Franchise band */
.pc-franchise-band{background:#1267e7;padding:70px 0;color:#fff}
.pc-fbullets{display:flex;flex-direction:column;gap:12px;margin-top:20px}
.pc-fbullets>div{background:#0b2a6b;border-radius:8px;padding:14px 16px;display:flex;gap:14px;align-items:center;color:#fff}
.pc-fbullets>div>span{background:#1267E7;color:#fff;border-radius:6px;min-width:60px;text-align:center;font-weight:700;padding:8px}
.pc-fbullets p{margin:0;font-weight:600;color:#fff}
.pc-fbullets small{font-weight:400}
.pc-video-card{border-radius:14px;overflow:hidden;box-shadow:var(--pc-shadow-lg)}
.pc-video-thumb{position:relative;height:480px;background:linear-gradient(135deg,#3b2718,#1a0f08);display:flex;align-items:center;justify-content:center;color:#fff}
.pc-video-caption{text-align:center}
.pc-video-caption h2{color:#fff;font-size:2.6rem;margin:0;font-weight:800}
.pc-video-caption h4{font-size:1.2rem;font-weight:700}
.pc-play{position:absolute;width:64px;height:64px;border-radius:50%;background:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;color:var(--pc-primary);font-size:1.4rem}
.pc-video-foot{padding:16px 2px;color:#fff}
.pc-fstats{border-radius:10px;padding:16px 0}
.pc-fstat-mid{border-left:1px solid rgba(255,255,255,.15);border-right:1px solid rgba(255,255,255,.15)}
.pc-fstats h3{font-weight:800;margin:0}

/* Calculators */
.pc-calc-pad {
	/* background: #fff; */
	color: var(--pc-navy);
	border-radius: 8px;
	padding: 22px;
	font-size: 3rem;
	margin-top: 8px;
}
/* Makers */
.pc-mini-hr{width:70px;height:3px;background:var(--pc-orange);border:none;opacity:1;margin:12px 0 18px;border-radius:2px}
.pc-feat{display:flex;gap:12px;align-items:flex-start;background:#fff;padding:12px;border-radius:10px;box-shadow:var(--pc-shadow-sm)}
.pc-feat-i {
	width: 38px;
	height: 38px;
	background: #4b93fd;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 38px;
}
.pc-makers-img{border-radius:14px;overflow:hidden;height:340px;background:linear-gradient(135deg,#2a3d70,#0a2a5e);display:flex;align-items:center;justify-content:center}
.pc-makers-ph{color:#fff;text-align:center;font-size:4rem}
.pc-makers-ph span{display:block;font-size:1rem;margin-top:12px;opacity:.8}

/* Benefits */
.pc-benefits{display:flex;flex-direction:column;gap:14px}
.pc-benefits li{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid var(--pc-border);border-radius:10px;padding:14px 16px}
.pc-benefits li>span{background:var(--pc-primary);color:#fff;border-radius:6px;min-width:34px;height:34px;display:flex;align-items:center;justify-content:center;font-weight:700}
.pc-benefits-visual{position:relative;background:linear-gradient(135deg,#eaf0ff,#f6f8fd);border-radius:14px;height:100%;min-height:340px;display:flex;align-items:center;justify-content:center}
.pc-badge-float{position:absolute;top:16px;right:16px;background:var(--pc-primary);color:#fff;border-radius:50%;width:110px;height:110px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:700;text-align:center;font-size:.8rem}
.pc-prod-mock{width:180px;height:220px;background:linear-gradient(180deg,#fff,#e8eefd);border-radius:12px;box-shadow:var(--pc-shadow-md)}

/* Band cards */
.pc-band-cards{background:#f6f8fd}
.pc-band-card{background:#fff;border-radius:12px;padding:22px;height:100%;border:1px solid var(--pc-border)}
.pc-band-card.pc-band-blue{background:var(--pc-primary);border-color:var(--pc-primary)}
.pc-bc-badge{display:inline-block;background:var(--pc-orange);color:#fff;font-size:.72rem;padding:6px 12px;border-radius:6px;font-weight:700;margin-bottom:12px;line-height:1.1}

/* Testimonials */
.pc-testi-card{background:#abadff;border-radius:10px;padding:16px;height:100%;color:var(--pc-navy)}
.pc-avatar{width:34px;height:34px;background:var(--pc-primary);color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700}

/* Partner form */
.pc-partner-form{background:#fff;padding-bottom:60px}
.pc-input{border:1px solid var(--pc-blue-light);border-radius:6px;padding:.85rem 1rem;color:var(--pc-navy)}
.pc-input:focus{border-color:var(--pc-primary);box-shadow:0 0 0 3px rgba(26,75,184,.1)}
.pc-info-card{background:#f4f7ff;border-radius:10px;padding:18px;text-align:center;height:100%}
.pc-info-icn{width:38px;height:38px;background:var(--pc-primary);color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-bottom:10px}
.pc-info-card p{color:var(--pc-navy);font-size:.85rem;margin:0}

/* Category */
.pc-cat-hero{background:#fff}

.pc-chip{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--pc-border);border-radius:50px;padding:8px 14px;font-size:.85rem;color:var(--pc-navy);font-weight:500}
.pc-cat-hero-img {
    height: 340px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #d9deea;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 20px;
}

/* Product image */
.pc-cat-hero-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.pc-page-btn{width:38px;height:38px;border-radius:50%;background:#fff;border:1px solid var(--pc-border);color:var(--pc-navy)}

/* Company */
.pc-company-hero{border-radius:14px;overflow:hidden;background-image:linear-gradient(115deg,rgba(10,42,94,.92) 0%,rgba(10,42,94,.75) 45%,rgba(10,42,94,.35) 70%,rgba(10,42,94,.15) 100%),url('../images/plant.png');background-size:cover;background-position:center right;background-repeat:no-repeat;position:relative}
.pc-company-hero-in{padding:60px 40px;max-width:640px}
.pc-hero-feat{display:flex;gap:12px;align-items:center;color:#fff;font-weight:600;font-size:.95rem}
.pc-hero-feat>span{width:40px;height:40px;background:var(--pc-orange);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex:0 0 40px}
.pc-hero-feat small{color:rgba(255,255,255,.7);font-weight:400;display:block}
.pc-ccc-row{display:inline-flex;justify-content:center;gap:0;margin:0 auto}
.pc-ccc-circle{width:110px;height:110px;border-radius:50%;background:#fff;border:1.5px solid #dfe5f3;display:flex;align-items:center;justify-content:center;font-weight:800;font-family:'Onest', sans-serif;margin-left:-14px;position:relative}
.pc-ccc-circle:first-child{margin-left:0}

/* Blog */
.pc-blog-card{display:block;background:#fff;border:1px solid var(--pc-border);border-radius:12px;overflow:hidden;height:100%;color:inherit;transition:.2s}
.pc-blog-card:hover{transform:translateY(-3px);box-shadow:var(--pc-shadow-md);color:inherit}
.pc-blog-img{height:180px;background:linear-gradient(135deg,#eaf0ff,#dbe5ff);display:flex;align-items:center;justify-content:center;color:var(--pc-primary);font-size:3rem}
.pc-blog-body{padding:18px}
.pc-blog-body h5{font-size:1.05rem;color:var(--pc-navy)}
.pc-blog-hero{height:260px;border-radius:12px;background:linear-gradient(135deg,#eaf0ff,#dbe5ff);display:flex;align-items:center;justify-content:center;color:var(--pc-primary);font-size:5rem;margin:20px 0}
.pc-quote{border-left:4px solid var(--pc-orange);background:#f6f8fd;padding:16px 20px;font-style:italic;color:var(--pc-navy);border-radius:6px;margin:24px 0}

/* Footer */
.pc-footer{background:var(--pc-primary);color:#fff;padding:50px 0 26px;margin-top:30px}
.pc-footer h6{color:#fff;font-weight:700;margin-bottom:14px}
.pc-flinks li{margin-bottom:8px}
.pc-flinks a{color:rgba(255,255,255,.82);font-size:.9rem}
.pc-flinks a:hover{color:#fff}
.pc-brand-light .pc-brand-text{color:#fff}
.pc-brand-light .pc-brand-text small{color:rgba(255,255,255,.75)}
.pc-social a{display:inline-flex;width:32px;height:32px;background:#fff;color:var(--pc-primary);border-radius:4px;align-items:center;justify-content:center;margin-right:6px}

.pc-to-top{position:fixed;bottom:24px;right:24px;width:44px;height:44px;border-radius:50%;background:var(--pc-orange);color:#fff;border:none;box-shadow:var(--pc-shadow-md);opacity:0;transform:translateY(20px);transition:.3s;z-index:100}
.pc-to-top.show{opacity:1;transform:translateY(0)}

@media(max-width:767px){
  .pc-hero-visual{height:auto;padding:30px 0}
  .pc-ring{display:none}
  .pc-ccc-circle{width:88px;height:88px;font-size:.9rem}
  .pc-company-hero-in{padding:30px 22px}
}

/* ================= Thank-you modal ================= */
.pc-thanks-content { border: 1.5px solid var(--pc-primary); border-radius: 18px; }
.pc-thanks-close { position: absolute; top: 14px; right: 14px;z-index:99 }
.pc-thanks-rings { display: flex; justify-content: center; align-items: center; }
.pc-thanks-rings .pc-ring-item {
  width: 110px; height: 110px; border-radius: 50%;
  border: 1.5px solid var(--pc-primary);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--pc-font-heading); font-size: 1.1rem; letter-spacing: .04em;
  background: #fff;
}
.pc-thanks-rings .pc-ring-item + .pc-ring-item { margin-left: -18px; }

/* ================= Calculators ================= */
.pc-calc-page { background: #f6f8ff; padding: 60px 0; }
.pc-calc-box {
  background: #fff; border-radius: 18px; padding: 28px;
  box-shadow: var(--pc-shadow-md); margin-bottom: 40px;
}
.pc-calc-box h2 { color: var(--pc-navy); font-size: 1.5rem; margin-bottom: .3rem; }
.pc-calc-box .lead-txt { color: var(--pc-muted); font-size: .95rem; margin-bottom: 1.4rem; }
.pc-calc-field { position: relative; margin-bottom: 1rem; }
.pc-calc-field label { display: block; font-weight: 500; color: var(--pc-navy); margin-bottom: .4rem; font-size: .9rem; }
.pc-calc-field input {
  width: 100%; padding: 12px 40px 12px 14px; border: 1px solid var(--pc-border);
  border-radius: 10px; font-size: 1rem; background: #fff;
}
.pc-calc-field input:focus { outline: none; border-color: var(--pc-primary); box-shadow: 0 0 0 3px rgba(26,75,184,.12); }
.pc-calc-field .pc-calc-suffix {
  position: absolute; right: 14px; top: 38px; color: var(--pc-muted); font-weight: 500;
}
.pc-calc-result {
  background: var(--pc-orange); color: #fff; border-radius: 10px;
  padding: 14px 18px; text-align: center; font-weight: 600;
}
.pc-calc-result .label { display: block; font-size: .78rem; opacity: .9; letter-spacing: .1em; text-transform: uppercase; }
.pc-calc-result .value { font-size: 1.5rem; }
.pc-calc-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pc-calc-out-card {
  border: 1px solid var(--pc-orange); border-radius: 12px; padding: 14px;
  text-align: center; background: #fff8f2;
}
.pc-calc-out-card .val { color: var(--pc-orange); font-weight: 700; font-size: 1.4rem; }
.pc-calc-out-card small { color: var(--pc-navy); font-weight: 600; letter-spacing: .1em; }
.pc-calc-formulas { background: #fbfcff; border-left: 3px solid var(--pc-primary); padding: 18px 20px; border-radius: 8px; }
.pc-calc-formulas h5 { color: var(--pc-navy); font-size: 1.05rem; }
.pc-calc-formulas code { background: #eef2ff; padding: 2px 6px; border-radius: 4px; color: var(--pc-primary); }

/* Calculator card image */
.pc-calc-pad{display:flex;align-items:center;justify-content:center;padding:18px}
.pc-calc-img{max-width:150px;width:100%;height:auto;display:block}
.btn-partner {
	
	border: 2px solid aliceblue;
	background: #ee6a1f;
	border: 10px;
	color: #ffff;
	padding: 10px 12px;

}
/**aman-btn-hover*/
.btn-partner:hover{
	color: #fff !important;
	Border: 1px solid #fff !Important;
Border-radius: 6px !important
}
/**aman-btn-hover-end*/
.brand-stats-section{ border-top:2px solid rgba(255,255,255,.5); padding-top:30px; margin-top:30px; } .brand-stat-box{ text-align:center; padding:0 20px; } .brand-stat-number{ font-size:30px; font-weight:700; color:#ee6a1f; margin-bottom:12px; } .brand-stat-text{ display:block; font-size:22px; line-height:1.35; font-weight:400; color:#ffffff; } .brand-stat-divider{ border-left:2px solid rgba(255,255,255,.7); border-right:2px solid rgba(255,255,255,.7); } @media (max-width:768px){ .brand-stat-number{ font-size:28px; } .brand-stat-text{ font-size:16px; } .brand-stat-divider{ border-left:1px solid rgba(255,255,255,.6); border-right:1px solid rgba(255,255,255,.6); } 

/*form
