/* header design start  */


*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html,
body {
  width: 100%;
  overflow-x: hidden
}



.main-ahp-head-desi-work {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: #eef1f9;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

/* ═══════════════════════════════
   FLASH SALE BAR
═══════════════════════════════ */
.ahp-new-hed-sec-des-flash-bar {
  width: 100%;
  background: linear-gradient(90deg, #0a0e1a 0%, #111827 40%, #0a0e1a 100%);
  border-bottom: 1px solid rgba(255, 87, 34, .18);
  position: relative;
  z-index: 1001;
  padding: 0 16px;
}

.ahp-new-hed-sec-des-flash-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 42px;
  flex-wrap: wrap;
  position: relative;
}

.ahp-new-hed-sec-des-flash-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%);
  color: #fff;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: .04em;
  white-space: nowrap;
  animation: pulse 2s ease-in-out infinite;
  box-shadow: 0 2px 8px -2px rgba(255, 87, 34, .4);
}

@keyframes pulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 87, 34, .45)
  }

  50% {
    box-shadow: 0 0 0 6px rgba(255, 87, 34, 0)
  }
}

.ahp-new-hed-sec-des-flash-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, .9);
  white-space: nowrap;
}

.ahp-new-hed-sec-des-flash-text strong {
  color: #ff5722;
  font-weight: 700
}

.ahp-new-hed-sec-des-flash-cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%);
  border-radius: 20px;
  padding: 4px 14px;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .2s ease;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 2px 8px -2px rgba(255, 87, 34, .35);
}

.ahp-new-hed-sec-des-flash-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px -2px rgba(255, 87, 34, .5)
}

.ahp-new-hed-sec-des-flash-close {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: rgba(255, 255, 255, .5);
  font-size: 16px;
  cursor: pointer;
  padding: 4px 6px;
  line-height: 1;
  transition: color .15s;
}

.ahp-new-hed-sec-des-flash-close:hover {
  color: #fff
}

/* ═══════════════════════════════
   HEADER
═══════════════════════════════ */
header {
  width: 100%;
  background: #0a0e1a;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 24px rgba(0, 0, 0, .35);
  isolation: isolate;
}

/* Subtle ambient atmosphere — same approach as footer */
header::before {
  content: '';
  position: absolute;
  top: -100px;
  left: -50px;
  width: 400px;
  height: 240px;
  background: radial-gradient(circle, rgba(59, 130, 246, .08), transparent 60%);
  pointer-events: none;
  z-index: -1;
}

header::after {
  content: '';
  position: absolute;
  top: -50px;
  right: 0;
  width: 380px;
  height: 240px;
  background: radial-gradient(circle, rgba(139, 92, 246, .06), transparent 60%);
  pointer-events: none;
  z-index: -1;
}

.ahp-new-hed-sec-des-header-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 64px;
  padding: 0 20px;
  gap: 0;
  position: relative;
}

/* LOGO */
.ahp-new-hed-sec-des-logo {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  flex-shrink: 0;
  letter-spacing: -.02em;
  padding-right: 6px;
  display: flex;
  align-items: center;
}

.ahp-new-hed-sec-des-logo span {
  color: #ff5722
}

.ahp-new-hed-sec-des-logo-sub {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 9px;
  font-weight: 400;
  color: rgba(255, 255, 255, .45);
  display: block;
  letter-spacing: .04em;
  line-height: 1;
  margin-top: 1px;
}

.ahp-new-hed-sec-des-logo-block {
  display: flex;
  flex-direction: column;
  margin-right: 20px
}

/* MEGA BTN */
.ahp-new-hed-sec-des-mega-wrap {
  flex-shrink: 0
}

.ahp-new-hed-sec-des-mega-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 15px;
  height: 64px;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, .08);
  border-left: 1px solid rgba(255, 255, 255, .08);
  transition: background .18s;
  white-space: nowrap;
  position: relative;
}

.ahp-new-hed-sec-des-mega-btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #3b82f6 0%, #60a5fa 100%);
  border-radius: 2px 2px 0 0;
  transform: scaleX(0);
  transition: transform .2s;
}

.ahp-new-hed-sec-des-mega-btn:hover,
.ahp-new-hed-sec-des-mega-btn.open {
  background: #111827
}

.ahp-new-hed-sec-des-mega-btn:hover::before,
.ahp-new-hed-sec-des-mega-btn.open::before {
  transform: scaleX(1)
}

.ahp-new-hed-sec-des-grid9 {
  display: grid;
  grid-template-columns: repeat(3, 5px);
  grid-template-rows: repeat(3, 5px);
  gap: 2px
}

.ahp-new-hed-sec-des-grid9 span {
  display: block;
  width: 5px;
  height: 5px;
  background: #60a5fa;
  border-radius: 1px
}

.ahp-new-hed-sec-des-chev {
  width: 9px;
  height: 5px;
  opacity: .55;
  transition: transform .2s, opacity .2s;
  flex-shrink: 0
}

.ahp-new-hed-sec-des-mega-btn.open .ahp-new-hed-sec-des-chev {
  transform: rotate(180deg);
  opacity: 1
}

/* DESK NAV LINKS */
.ahp-new-hed-sec-des-desk-nav {
  display: flex;
  align-items: center;
  gap: 0;
  margin-left: 4px;
  flex: 1;
  min-width: 0;
}

.ahp-new-hed-sec-des-desk-nav a {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, .72);
  text-decoration: none;
  padding: 0 13px;
  height: 64px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color .15s, background .15s;
  white-space: nowrap;
  position: relative;
  flex-shrink: 0;
}

.ahp-new-hed-sec-des-desk-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #60a5fa;
  transform: scaleX(0);
  transition: transform .2s;
  border-radius: 2px 2px 0 0;
}

.ahp-new-hed-sec-des-desk-nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, .06)
}

.ahp-new-hed-sec-des-desk-nav a:hover::after {
  transform: scaleX(1)
}

.ahp-new-hed-sec-des-nav-badge {
  font-size: 9px;
  font-weight: 700;
  background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%);
  color: #fff;
  border-radius: 10px;
  padding: 1px 6px;
  letter-spacing: .03em;
  flex-shrink: 0;
}

/* WHATSAPP BUTTON */
.ahp-new-hed-sec-des-wa-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-left: auto;
  flex-shrink: 0;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: #25d366;
  border-radius: 8px;
  padding: 7px 13px;
  transition: background .15s, transform .15s;
  white-space: nowrap;
}

.ahp-new-hed-sec-des-wa-btn:hover {
  background: #1da851;
  transform: translateY(-1px)
}

.ahp-new-hed-sec-des-wa-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

/* CTA BUTTONS */
.ahp-new-hed-sec-des-nav-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 12px;
  flex-shrink: 0
}

.ahp-new-hed-sec-des-btn-ghost {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  padding: 6px 15px;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color .15s, background .15s;
}

.ahp-new-hed-sec-des-btn-ghost:hover {
  border-color: rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .06)
}

.ahp-new-hed-sec-des-btn-order {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%);
  border-radius: 8px;
  padding: 7px 18px;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .15s ease, box-shadow .2s ease;
  box-shadow: 0 4px 12px -2px rgba(255, 87, 34, .35);
}

.ahp-new-hed-sec-des-btn-order:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px -3px rgba(255, 87, 34, .5)
}

/* HAMBURGER */
.ahp-new-hed-sec-des-ham-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  margin-left: 12px;
  flex-shrink: 0;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.ahp-new-hed-sec-des-ham-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all .25s
}

.ahp-new-hed-sec-des-ham-btn.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg)
}

.ahp-new-hed-sec-des-ham-btn.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0)
}

.ahp-new-hed-sec-des-ham-btn.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}

/* ═══════════════════════════════
   MEGA DROPDOWN
═══════════════════════════════ */
.ahp-new-hed-sec-des-mega-drop {
  display: none;
  width: 100%;
}

.ahp-new-hed-sec-des-mega-drop.open {
  display: flex
}

.ahp-new-hed-sec-des-mega-drop-inner {
  width: 100%;
  display: flex;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
  border-top: 3px solid #3b82f6;
  background: linear-gradient(90deg, #3b82f6 0%, #60a5fa 50%, #3b82f6 100%);
  background-size: 100% 3px;
  background-repeat: no-repeat;
  background-position: top;
  max-height: calc(100vh - 106px);
  overflow: hidden;
}

/* SIDEBAR */
.ahp-new-hed-sec-des-sidebar {
  width: 230px;
  flex-shrink: 0;
  background: #060912;
  overflow-y: auto;
  position: relative;
  isolation: isolate;
}

.ahp-new-hed-sec-des-sidebar::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 160px;
  background: radial-gradient(ellipse at bottom left, rgba(59, 130, 246, .08), transparent 70%);
  pointer-events: none;
  z-index: -1;
}

.ahp-new-hed-sec-des-sidebar ul {
  list-style: none
}

.ahp-new-hed-sec-des-sidebar li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  height: 48px;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, .68);
  cursor: pointer;
  border-left: 3px solid transparent;
  transition: background .14s, color .14s, border-color .14s;
  white-space: nowrap;
  user-select: none;
}

.ahp-new-hed-sec-des-sidebar li:hover,
.ahp-new-hed-sec-des-sidebar li.ahp-new-hed-sec-des-active {
  background: rgba(255, 255, 255, .06);
  color: #fff;
  border-left-color: #60a5fa;
}

.ahp-new-hed-sec-des-sidebar li .ahp-new-hed-sec-des-s-icon {
  font-size: 15px;
  flex-shrink: 0;
  width: 20px;
  text-align: center
}

.ahp-new-hed-sec-des-sidebar li .ahp-new-hed-sec-des-s-arr {
  margin-left: auto;
  font-size: 11px;
  opacity: .35;
  transition: opacity .14s, color .14s
}

.ahp-new-hed-sec-des-sidebar li.ahp-new-hed-sec-des-active .ahp-new-hed-sec-des-s-arr,
.ahp-new-hed-sec-des-sidebar li:hover .ahp-new-hed-sec-des-s-arr {
  opacity: 1;
  color: #60a5fa
}

.ahp-new-hed-sec-des-s-divider {
  height: 1px;
  background: rgba(255, 255, 255, .05);
  margin: 3px 0
}

/* PANEL */
.ahp-new-hed-sec-des-panels {
  flex: 1;
  min-width: 0;
  background: #fff;
  overflow-y: auto
}

.ahp-new-hed-sec-des-panel {
  display: none;
  padding: 30px 32px 36px
}

.ahp-new-hed-sec-des-panel.ahp-new-hed-sec-des-active {
  display: grid
}

.ahp-new-hed-sec-des-p4 {
  grid-template-columns: repeat(3, 1fr) 1.1fr;
  gap: 0 32px
}

.ahp-new-hed-sec-des-p3 {
  grid-template-columns: repeat(3, 1fr) 1.1fr;
  gap: 0 32px
}

.ahp-new-hed-sec-des-pc {
  border-right: 1px solid #e4e8f5;
  padding-right: 28px;
  display: flex;
  flex-direction: column;
}

.ahp-new-hed-sec-des-pc:last-child {
  border-right: none;
  padding-right: 0
}

.ahp-new-hed-sec-des-p-head {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #6c7a99;
  padding-bottom: 9px;
  margin-bottom: 9px;
  border-bottom: 1.5px solid #e4e8f5;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ahp-new-hed-sec-des-p-head::before {
  content: '';
  width: 14px;
  height: 2px;
  background: linear-gradient(90deg, #3b82f6 0%, transparent 100%);
  border-radius: 2px;
  flex-shrink: 0;
}

.ahp-new-hed-sec-des-p-head+.ahp-new-hed-sec-des-p-head,
.ahp-new-hed-sec-des-p-links+.ahp-new-hed-sec-des-p-head {
  margin-top: 18px
}

.ahp-new-hed-sec-des-p-links {
  list-style: none
}

.ahp-new-hed-sec-des-p-links a {
  display: block;
  font-size: 14.5px;
  color: #2b3870;
  text-decoration: none;
  padding: 5.5px 0;
  line-height: 1.45;
  transition: color .12s, padding-left .12s;
  border-bottom: 1px solid rgba(228, 232, 245, .55);
}

.ahp-new-hed-sec-des-p-links li:last-child a {
  border-bottom: none
}

.ahp-new-hed-sec-des-p-links a:hover {
  color: #0a0e1a;
  font-weight: 500;
  padding-left: 6px
}

.ahp-new-hed-sec-des-p-links a:hover::before {
  content: '→ ';
  color: #3b82f6;
  font-weight: 700
}

/* FEATURED CARD — modernized to match footer card aesthetic */
.ahp-new-hed-sec-des-feat {
  position: relative;
  background: linear-gradient(135deg, #0a0e1a 0%, #111827 100%);
  border: 1px solid rgba(255, 87, 34, .22);
  border-radius: 14px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ahp-new-hed-sec-des-feat::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -30px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(255, 87, 34, .14), transparent 65%);
  pointer-events: none;
}

.ahp-new-hed-sec-des-feat-eye {
  display: inline-flex;
  align-self: flex-start;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: #ff5722;
  background: rgba(255, 87, 34, .12);
  border: 1px solid rgba(255, 87, 34, .25);
  padding: 3px 9px;
  border-radius: 100px;
  margin-bottom: 10px;
  position: relative;
}

.ahp-new-hed-sec-des-feat-title {
  font-family: 'Fraunces', serif;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 8px;
  letter-spacing: -.2px;
  position: relative;
}

.ahp-new-hed-sec-des-feat-desc {
  font-size: 12.5px;
  color: rgba(255, 255, 255, .65);
  line-height: 1.55;
  margin-bottom: 14px;
  flex: 1;
  position: relative;
}

.ahp-new-hed-sec-des-feat-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%);
  border-radius: 8px;
  padding: 8px 14px;
  text-decoration: none;
  align-self: flex-start;
  transition: transform .15s ease, box-shadow .2s ease;
  box-shadow: 0 4px 12px -3px rgba(255, 87, 34, .4);
  position: relative;
}

.ahp-new-hed-sec-des-feat-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px -3px rgba(255, 87, 34, .55)
}

/* ═══════════════════════════════
   BACKDROP
═══════════════════════════════ */
.ahp-new-hed-sec-des-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 998;
  background: rgba(0, 0, 0, .55);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.ahp-new-hed-sec-des-backdrop.open {
  display: block
}

/* ═══════════════════════════════
   MOBILE DRAWER
═══════════════════════════════ */
.ahp-new-hed-sec-des-drawer {
  position: fixed;
  top: 0;
  left: -100%;
  width: 85%;
  max-width: 340px;
  height: 100vh;
  background: #0a0e1a;
  z-index: 1100;
  overflow-y: auto;
  transition: left .28s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  flex-direction: column;
  isolation: isolate;
}

.ahp-new-hed-sec-des-drawer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 280px;
  background: radial-gradient(ellipse at top, rgba(59, 130, 246, .10), transparent 70%);
  pointer-events: none;
  z-index: -1;
}

.ahp-new-hed-sec-des-drawer.open {
  left: 0
}

.ahp-new-hed-sec-des-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  flex-shrink: 0;
}

.ahp-new-hed-sec-des-drawer-logo {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.ahp-new-hed-sec-des-drawer-logo span {
  color: #ff5722
}

.ahp-new-hed-sec-des-drawer-x {
  background: none;
  border: none;
  color: rgba(255, 255, 255, .6);
  font-size: 22px;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
  transition: color .15s;
}

.ahp-new-hed-sec-des-drawer-x:hover {
  color: #fff
}

/* Drawer flash note */
.ahp-new-hed-sec-des-drawer-flash {
  margin: 14px 16px;
  background: linear-gradient(135deg, rgba(255, 87, 34, .10) 0%, rgba(230, 74, 25, .08) 100%);
  border: 1px solid rgba(255, 87, 34, .25);
  border-radius: 10px;
  padding: 12px 14px;
}

.ahp-new-hed-sec-des-drawer-flash p {
  font-size: 12px;
  color: rgba(255, 255, 255, .85);
  line-height: 1.5
}

.ahp-new-hed-sec-des-drawer-flash strong {
  color: #ff5722
}

.ahp-new-hed-sec-des-drawer-flash a {
  display: inline-block;
  margin-top: 8px;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%);
  border-radius: 20px;
  padding: 5px 13px;
  text-decoration: none;
  box-shadow: 0 2px 8px -2px rgba(255, 87, 34, .35);
}

/* Drawer categories accordion */
.ahp-new-hed-sec-des-drawer-cats {
  flex: 1;
  padding: 8px 0
}

.ahp-new-hed-sec-des-d-cat {
  border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.ahp-new-hed-sec-des-d-cat-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 13px 18px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, .8);
  text-align: left;
  transition: background .14s, color .14s;
}

.ahp-new-hed-sec-des-d-cat-trigger:hover,
.ahp-new-hed-sec-des-d-cat-trigger.ahp-new-hed-sec-des-active,
.ahp-new-hed-sec-des-d-cat-trigger.open {
  background: rgba(255, 255, 255, .05);
  color: #fff;
}

.ahp-new-hed-sec-des-d-cat-trigger .ahp-new-hed-sec-des-d-icon {
  font-size: 15px;
  flex-shrink: 0;
  width: 22px;
  text-align: center
}

.ahp-new-hed-sec-des-d-cat-trigger .ahp-new-hed-sec-des-d-chev {
  margin-left: auto;
  font-size: 11px;
  opacity: .5;
  transition: transform .2s, color .2s
}

.ahp-new-hed-sec-des-d-cat-trigger.open .ahp-new-hed-sec-des-d-chev {
  transform: rotate(180deg);
  opacity: 1;
  color: #60a5fa
}

.ahp-new-hed-sec-des-d-links {
  display: none;
  padding: 4px 0 10px 50px;
  flex-direction: column;
  gap: 1px;
}

.ahp-new-hed-sec-des-d-links.open {
  display: flex
}

.ahp-new-hed-sec-des-d-links a {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12.5px;
  color: rgba(255, 255, 255, .6);
  text-decoration: none;
  padding: 6px 0;
  transition: color .12s;
  border-bottom: 1px solid rgba(255, 255, 255, .04);
}

.ahp-new-hed-sec-des-d-links a:hover {
  color: #60a5fa
}

/* Drawer quick links */
.ahp-new-hed-sec-des-drawer-quick {
  padding: 12px 18px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ahp-new-hed-sec-des-drawer-quick a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, .75);
  text-decoration: none;
  padding: 6px 0;
  transition: color .14s;
}

.ahp-new-hed-sec-des-drawer-quick a:hover {
  color: #fff
}

/* Drawer footer buttons */
.ahp-new-hed-sec-des-drawer-foot {
  padding: 14px 16px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}

.ahp-new-hed-sec-des-drawer-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #25d366;
  color: #fff;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 700;
  border-radius: 9px;
  padding: 11px;
  text-decoration: none;
  transition: background .14s, transform .14s;
}

.ahp-new-hed-sec-des-drawer-wa:hover {
  background: #1da851;
  transform: translateY(-1px)
}

.ahp-new-hed-sec-des-drawer-btns {
  display: flex;
  gap: 8px
}

.ahp-new-hed-sec-des-drawer-login {
  flex: 1;
  text-align: center;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .22);
  border-radius: 9px;
  padding: 10px;
  text-decoration: none;
  transition: border-color .14s, background .14s;
}

.ahp-new-hed-sec-des-drawer-login:hover {
  border-color: rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .06)
}

.ahp-new-hed-sec-des-drawer-order {
  flex: 2;
  text-align: center;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%);
  border-radius: 9px;
  padding: 10px;
  text-decoration: none;
  transition: transform .14s, box-shadow .2s;
  box-shadow: 0 4px 12px -3px rgba(255, 87, 34, .4);
}

.ahp-new-hed-sec-des-drawer-order:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px -3px rgba(255, 87, 34, .55)
}

/* ═══════════════════════════════
   MOBILE FLOATING WHATSAPP
═══════════════════════════════ */
.ahp-new-hed-sec-des-float-wa {
  display: none;
  position: fixed;
  bottom: 24px;
  right: 20px;
  z-index: 1050;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25d366;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, .4);
  text-decoration: none;
  transition: transform .2s, background .15s;
  animation: waBounce 2s ease-in-out infinite;
}

.ahp-new-hed-sec-des-float-wa:hover {
  background: #1da851;
  transform: scale(1.1)
}

@keyframes waBounce {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-6px)
  }
}

.ahp-new-hed-sec-des-float-wa svg {
  width: 28px;
  height: 28px
}

/* ═══════════════════════════════
   HERO SECTION (v2 — premium)
═══════════════════════════════ */
.ahp-new-hed-sec-des-hero-wrap {
  position: relative;
  background:
    radial-gradient(60% 70% at 92% 10%, rgba(255, 87, 34, .08), transparent 55%),
    radial-gradient(50% 50% at 5% 95%, rgba(59, 130, 246, .12), transparent 55%),
    radial-gradient(40% 60% at 50% 0%, rgba(99, 102, 241, .06), transparent 60%),
    linear-gradient(180deg, #eef4ff 0%, #f5f8ff 60%, #fafbff 100%);
  overflow: hidden;
  padding: 50px 0 36px;
  isolation: isolate;
}

/* Layered atmospheric grid */
.ahp-new-hed-sec-des-hero-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(59, 130, 246, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 130, 246, .05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(ellipse 60% 50% at 50% 50%, #000, transparent);
  -webkit-mask-image: radial-gradient(ellipse 60% 50% at 50% 50%, #000, transparent);
  pointer-events: none;
  z-index: -1;
}

/* Floating orb decorations */
/* .ahp-new-hed-sec-des-hero-wrap::after{
  content:'';position:absolute;
  top:50px;right:8%;
  width:14px;height:14px;border-radius:50%;
  background:linear-gradient(135deg,#ff5722,#e64a19);
  box-shadow:
    0 0 24px rgba(255,87,34,.5),
    280px 120px 0 -2px rgba(59,130,246,.4),
    -180px 280px 0 -3px rgba(99,102,241,.3),
    340px 280px 0 -4px rgba(255,87,34,.3);
  pointer-events:none;z-index:-1;
} */
.ahp-new-hed-sec-des-hero {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

.ahp-new-hed-sec-des-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 42px;
}

/* ───── LEFT COLUMN ───── */
.ahp-new-hed-sec-des-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #d8e0f5;
  color: #3b3f7a;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 22px;
  box-shadow: 0 4px 12px -4px rgba(15, 23, 42, .1);
}

.ahp-new-hed-sec-des-hero-eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, .6);
  animation: hero-pulse 2s ease-in-out infinite;
}

@keyframes hero-pulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, .5)
  }

  50% {
    box-shadow: 0 0 0 7px rgba(16, 185, 129, 0)
  }
}

.ahp-new-hed-sec-des-hero h1 {
  font-family: 'Fraunces', serif;
  font-size: 56px;
  font-weight: 600;
  color: #0a0e1a;
  line-height: 1.05;
  letter-spacing: -1.8px;
  margin-bottom: 18px;
  max-width: 620px;
}

.ahp-new-hed-sec-des-hero h1 em {
  font-style: italic;
  background: linear-gradient(135deg, #ff5722, #e64a19);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  position: relative;
}

.ahp-new-hed-sec-des-hero h1 em::after {
  content: '';
  position: absolute;
  left: 2%;
  right: 2%;
  bottom: 6px;
  height: 8px;
  background: rgba(255, 87, 34, .18);
  border-radius: 8px;
  z-index: -1;
}

.ahp-new-hed-sec-des-hero-lead {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  color: #4a557e;
  line-height: 1.65;
  margin-bottom: 28px;
  max-width: 540px;
}

.ahp-new-hed-sec-des-hero-lead strong {
  color: #0a0e1a;
  font-weight: 600
}

/* "Trusted by" mini-strip */
.ahp-new-hed-sec-des-hero-trusted {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.ahp-new-hed-sec-des-hero-trusted__label {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #6c7a99;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.ahp-new-hed-sec-des-hero-trusted__pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.ahp-new-hed-sec-des-hero-trusted__pill {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #0a0e1a;
  background: #fff;
  border: 1px solid #e1e7f5;
  padding: 6px 12px;
  border-radius: 8px;
  box-shadow: 0 2px 4px -2px rgba(15, 23, 42, .05);
  transition: transform .2s ease, border-color .2s ease;
}

.ahp-new-hed-sec-des-hero-trusted__pill:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 87, 34, .3);
}

.ahp-new-hed-sec-des-hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.ahp-new-hed-sec-des-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 10px;
  transition: transform .15s ease, box-shadow .2s ease, background .15s ease;
  white-space: nowrap;
}

.ahp-new-hed-sec-des-hero-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%);
  box-shadow: 0 8px 22px -6px rgba(255, 87, 34, .5);
}

.ahp-new-hed-sec-des-hero-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px -6px rgba(255, 87, 34, .65);
}

.ahp-new-hed-sec-des-hero-btn--secondary {
  color: #0a0e1a;
  background: #fff;
  border: 1.5px solid #d8e0f5;
  box-shadow: 0 2px 6px -2px rgba(15, 23, 42, .06);
}

.ahp-new-hed-sec-des-hero-btn--secondary:hover {
  border-color: #ff5722;
  color: #e64a19;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px -4px rgba(255, 87, 34, .18);
}

.ahp-new-hed-sec-des-hero-btn svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0
}

/* Mini stats strip below CTAs */
.ahp-new-hed-sec-des-hero-stats {
  display: flex;
  gap: 28px;
  align-items: center;
  padding-top: 8px;
}

.ahp-new-hed-sec-des-hero-stat__num {
  font-family: 'Fraunces', serif;
  font-size: 26px;
  font-weight: 600;
  color: #0a0e1a;
  letter-spacing: -.5px;
  line-height: 1;
}

.ahp-new-hed-sec-des-hero-stat__num em {
  font-style: italic;
  color: #e64a19
}

.ahp-new-hed-sec-des-hero-stat__lbl {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11.5px;
  color: #6c7a99;
  line-height: 1.3;
  margin-top: 4px;
  letter-spacing: .02em;
}

.ahp-new-hed-sec-des-hero-stat__div {
  width: 1px;
  height: 32px;
  background: linear-gradient(180deg, transparent, #d8e0f5 30%, #d8e0f5 70%, transparent);
}

/* ───── RIGHT COLUMN — COMPACT FORM ───── */
.ahp-new-hed-sec-des-hero-form {
  position: relative;
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e1e7f5;
  box-shadow:
    0 30px 60px -20px rgba(15, 23, 42, .18),
    0 12px 24px -10px rgba(15, 23, 42, .08);
  overflow: hidden;
  max-width: 460px;
  margin-left: auto;
}

.ahp-new-hed-sec-des-hero-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff5722 0%, #e64a19 50%, #ff5722 100%);
}

.ahp-new-hed-sec-des-hero-form__head {
  padding: 24px 26px 18px;
  background: linear-gradient(180deg, #f0f5ff 0%, #fff 100%);
  border-bottom: 1px solid #eef1f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ahp-new-hed-sec-des-hero-form__head-text {
  min-width: 0
}

.ahp-new-hed-sec-des-hero-form__title {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-weight: 600;
  color: #0a0e1a;
  letter-spacing: -.5px;
  line-height: 1.2;
  margin-bottom: 4px;
}

.ahp-new-hed-sec-des-hero-form__title-em {
  color: #e64a19;
  font-style: italic
}

.ahp-new-hed-sec-des-hero-form__sub {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  color: #6c7a99;
  line-height: 1.4;
}

.ahp-new-hed-sec-des-hero-form__secure {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  color: #10b981;
  background: rgba(16, 185, 129, .08);
  border: 1px solid rgba(16, 185, 129, .2);
  padding: 4px 8px;
  border-radius: 100px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ahp-new-hed-sec-des-hero-form__secure svg {
  width: 11px;
  height: 11px
}

.ahp-new-hed-sec-des-hero-form__body {
  padding: 22px 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ahp-new-hed-sec-des-hero-field {
  position: relative
}

.ahp-new-hed-sec-des-hero-field label {
  position: absolute;
  top: -7px;
  left: 12px;
  background: #fff;
  padding: 0 6px;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #6c7a99;
  letter-spacing: .04em;
  text-transform: uppercase;
  pointer-events: none;
  z-index: 1;
}

.ahp-new-hed-sec-des-hero-field input,
.ahp-new-hed-sec-des-hero-field select {
  width: 100%;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  color: #0a0e1a;
  background: #fff;
  border: 1.5px solid #d8e0f5;
  border-radius: 10px;
  padding: 13px 16px;
  transition: border-color .15s, box-shadow .15s;
  appearance: none;
  -webkit-appearance: none;
}

.ahp-new-hed-sec-des-hero-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236c7a99' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

.ahp-new-hed-sec-des-hero-field input:focus,
.ahp-new-hed-sec-des-hero-field select:focus {
  outline: none;
  border-color: #ff5722;
  box-shadow: 0 0 0 3px rgba(255, 87, 34, .12);
}

.ahp-new-hed-sec-des-hero-field input::placeholder {
  color: #9ca6c2
}

.ahp-new-hed-sec-des-hero-form__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%);
  border: none;
  border-radius: 10px;
  padding: 15px;
  cursor: pointer;
  margin-top: 6px;
  width: 100%;
  transition: transform .15s ease, box-shadow .2s ease;
  box-shadow: 0 6px 20px -4px rgba(255, 87, 34, .45);
}

.ahp-new-hed-sec-des-hero-form__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px -4px rgba(255, 87, 34, .6);
}

.ahp-new-hed-sec-des-hero-form__cta svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0
}

.ahp-new-hed-sec-des-hero-form__trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #eef1f9;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11.5px;
  color: #6c7a99;
  flex-wrap: wrap;
}

.ahp-new-hed-sec-des-hero-form__trust span {
  display: inline-flex;
  align-items: center;
  gap: 3px
}

.ahp-new-hed-sec-des-hero-form__trust svg {
  color: #10b981;
  flex-shrink: 0;
  width: 12px;
  height: 12px
}

/* ───── TRUST FEATURES STRIP ───── */
.ahp-new-hed-sec-des-hero-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #fff;
  border: 1px solid #e1e7f5;
  border-radius: 16px;
  box-shadow: 0 8px 24px -12px rgba(15, 23, 42, .08);
  overflow: hidden;
}

.ahp-new-hed-sec-des-hero-feat {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 20px;
  position: relative;
  transition: background .2s ease;
}

.ahp-new-hed-sec-des-hero-feat:hover {
  background: #fafbff
}

.ahp-new-hed-sec-des-hero-feat:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: #eef1f9;
}

.ahp-new-hed-sec-des-hero-feat__icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 87, 34, .10) 0%, rgba(230, 74, 25, .06) 100%);
  border: 1px solid rgba(255, 87, 34, .18);
  color: #e64a19;
  transition: transform .25s ease;
}

.ahp-new-hed-sec-des-hero-feat:hover .ahp-new-hed-sec-des-hero-feat__icon {
  transform: scale(1.05) rotate(-3deg);
}

.ahp-new-hed-sec-des-hero-feat__icon svg {
  width: 22px;
  height: 22px
}

.ahp-new-hed-sec-des-hero-feat__txt {
  min-width: 0
}

.ahp-new-hed-sec-des-hero-feat__title {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: #0a0e1a;
  line-height: 1.25;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.ahp-new-hed-sec-des-hero-feat__pill {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .06em;
  background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%);
  color: #fff;
  padding: 2px 7px;
  border-radius: 100px;
}

.ahp-new-hed-sec-des-hero-feat__sub {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11.5px;
  color: #6c7a99;
  line-height: 1.4;
  margin-top: 2px;
}

/* ───── FLOATING CHAT TOOLTIP ───── */
/* .ahp-new-hed-sec-des-hero-chat{
  position:fixed;
  right:20px;bottom:90px;
  background:#fff;
  border:1px solid #e1e7f5;
  border-radius:14px;
  padding:14px 30px 14px 14px;
  display:flex;align-items:center;gap:12px;
  max-width:300px;
  box-shadow:0 12px 30px -8px rgba(15,23,42,.18);
  z-index:80;
  font-family:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,sans-serif;
  text-decoration:none;color:inherit;
  animation:hero-chat-in .5s ease .8s both;
}
@keyframes hero-chat-in{
  from{opacity:0;transform:translateY(12px)}
  to{opacity:1;transform:translateY(0)}
}
.ahp-new-hed-sec-des-hero-chat__avatar{
  flex-shrink:0;
  width:40px;height:40px;border-radius:50%;
  background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);
  display:inline-flex;align-items:center;justify-content:center;
  color:#fff;font-weight:700;font-size:14px;
  position:relative;
}
.ahp-new-hed-sec-des-hero-chat__avatar::after{
  content:'';position:absolute;
  bottom:-1px;right:-1px;
  width:11px;height:11px;border-radius:50%;
  background:#10b981;
  border:2px solid #fff;
}
.ahp-new-hed-sec-des-hero-chat__txt{
  font-size:12.5px;color:#0a0e1a;
  line-height:1.4;
}
.ahp-new-hed-sec-des-hero-chat__txt strong{color:#e64a19;font-weight:700}
.ahp-new-hed-sec-des-hero-chat__close{
  position:absolute;top:6px;right:8px;
  background:none;border:none;color:#9ca6c2;
  font-size:14px;cursor:pointer;line-height:1;
  padding:2px 4px;
}
.ahp-new-hed-sec-des-hero-chat__close:hover{color:#0a0e1a} */

/* ═══════════════════════════════
   RESPONSIVE — HERO
═══════════════════════════════ */
@media(max-width:1100px) {
  .ahp-new-hed-sec-des-hero h1 {
    font-size: 46px
  }

  .ahp-new-hed-sec-des-hero-grid {
    gap: 40px
  }

  .ahp-new-hed-sec-des-hero-stats {
    gap: 20px
  }
}

@media(max-width:960px) {
  .ahp-new-hed-sec-des-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .ahp-new-hed-sec-des-hero h1 {
    font-size: 42px;
    max-width: none
  }

  .ahp-new-hed-sec-des-hero-lead {
    max-width: none
  }

  .ahp-new-hed-sec-des-hero-form {
    max-width: none;
    margin-left: 0
  }

  .ahp-new-hed-sec-des-hero-features {
    grid-template-columns: repeat(2, 1fr)
  }

  .ahp-new-hed-sec-des-hero-feat:nth-child(2)::after,
  .ahp-new-hed-sec-des-hero-feat:nth-child(4)::after {
    display: none
  }

  .ahp-new-hed-sec-des-hero-feat:nth-child(1),
  .ahp-new-hed-sec-des-hero-feat:nth-child(2) {
    border-bottom: 1px solid #eef1f9
  }

  .ahp-new-hed-sec-des-hero-chat {
    display: none
  }
}

@media(max-width:600px) {
  .ahp-new-hed-sec-des-hero-wrap {
    padding: 36px 0 24px
  }

  .ahp-new-hed-sec-des-hero h1 {
    font-size: 32px;
    letter-spacing: -1px
  }

  .ahp-new-hed-sec-des-hero h1 em::after {
    height: 6px;
    bottom: 4px
  }

  .ahp-new-hed-sec-des-hero-lead {
    font-size: 15px;
    margin-bottom: 24px
  }

  .ahp-new-hed-sec-des-hero-trusted {
    margin-bottom: 22px
  }

  .ahp-new-hed-sec-des-hero-trusted__label {
    display: none
  }

  .ahp-new-hed-sec-des-hero-btn {
    padding: 13px 22px;
    font-size: 12px
  }

  .ahp-new-hed-sec-des-hero-stats {
    gap: 16px
  }

  .ahp-new-hed-sec-des-hero-stat__num {
    font-size: 22px
  }

  .ahp-new-hed-sec-des-hero-stat__lbl {
    font-size: 10.5px
  }

  .ahp-new-hed-sec-des-hero-features {
    grid-template-columns: 1fr
  }

  .ahp-new-hed-sec-des-hero-feat {
    padding: 18px 18px
  }

  .ahp-new-hed-sec-des-hero-feat::after {
    display: none !important
  }

  .ahp-new-hed-sec-des-hero-feat:not(:last-child) {
    border-bottom: 1px solid #eef1f9
  }
}

/* ═══════════════════════════════
   RESPONSIVE
═══════════════════════════════ */
@media(max-width:1100px) {
  .ahp-new-hed-sec-des-wa-btn .ahp-new-hed-sec-des-wa-num {
    display: none
  }

  .ahp-new-hed-sec-des-wa-btn {
    padding: 7px 10px
  }
}

@media(max-width:900px) {
  .ahp-new-hed-sec-des-desk-nav .ahp-new-hed-sec-des-hide-900 {
    display: none
  }

  .ahp-new-hed-sec-des-wa-btn {
    display: none
  }

  .ahp-new-hed-sec-des-float-wa {
    display: flex
  }
}

@media(max-width:768px) {
  .ahp-new-hed-sec-des-desk-nav {
    display: none
  }

  .ahp-new-hed-sec-des-mega-wrap {
    display: none
  }

  .ahp-new-hed-sec-des-nav-cta {
    display: none
  }

  .ahp-new-hed-sec-des-ham-btn {
    display: flex
  }

  .ahp-new-hed-sec-des-header-inner {
    padding: 0 14px;
    justify-content: space-between;
  }

  .ahp-new-hed-sec-des-logo-block {
    margin-right: 0
  }

  .ahp-new-hed-sec-des-flash-text {
    font-size: 11.5px
  }

  .ahp-new-hed-sec-des-hero h1 {
    font-size: 30px
  }
}

@media(max-width:480px) {
  .ahp-new-hed-sec-des-flash-text {
    display: none
  }

  .ahp-new-hed-sec-des-flash-inner {
    justify-content: space-between
  }

  .ahp-new-hed-sec-des-flash-bar {
    padding: 0 10px
  }
}


/*end header design   */



/* start service design */

article,
main {
  font-family: 'Plus Jakarta Sans', -apple-system, sans-serif;
  color: #1e293b;
  line-height: 1.7;
  font-size: 15.5px
}

article h1,
main h1,
article h2,
main h2,
article h3,
main h3 {
  font-family: 'Fraunces', Georgia, serif;
  color: #0a0e1a;
  letter-spacing: -.4px;
  line-height: 1.25
}

article h1,
main h1 {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -1px;
  margin: 0 0 18px;
  line-height: 1.15
}

article h2,
main h2 {
  font-size: 26px;
  font-weight: 600;
  margin: 36px 0 14px;
  position: relative;
  padding-left: 18px
}

article h2::before,
main h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 5px;
  border-radius: 3px;
  background: linear-gradient(180deg, #ff5722, #e64a19)
}

article h3,
main h3 {
  font-family: 'Plus Jakarta Sans', -apple-system, sans-serif;
  font-size: 19px;
  font-weight: 700;
  margin: 26px 0 10px;
  letter-spacing: -.2px
}

article p,
main p {
  margin: 0 0 16px;
  color: #475569;
  line-height: 1.75
}

article strong,
main strong {
  color: #0a0e1a;
  font-weight: 600
}

article a:not(.ahp-ser-des-pag-btn):not(.ahp-ser-des-pag-button),
main a:not(.ahp-ser-des-pag-btn):not(.ahp-ser-des-pag-button) {
  /* color: #e64a19; */
  text-decoration: none;
  border-bottom: 1px solid rgba(230, 74, 25, .3);
  transition: border-color .15s, color .15s
}

article a:not(.ahp-ser-des-pag-btn):not(.ahp-ser-des-pag-button):hover,
main a:not(.ahp-ser-des-pag-btn):not(.ahp-ser-des-pag-button):hover {
  /* color: #ff5722; */
  border-bottom-color: #ff5722
}

article ul,
main ul {
  margin: 14px 0 22px;
  padding-left: 0;
  list-style: none
}

article ul>li,
main ul>li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: #475569;
  line-height: 1.7
}

article ul>li::before,
main ul>li::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff5722, #e64a19)
}

article ol,
main ol {
  margin: 14px 0 22px;
  padding-left: 0;
  list-style: none;
  counter-reset: ahp-ser-des-pag-item
}

article ol>li,
main ol>li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 12px;
  counter-increment: ahp-ser-des-pag-item;
  color: #475569;
  line-height: 1.7
}

article ol>li::before,
main ol>li::before {
  content: counter(ahp-ser-des-pag-item);
  position: absolute;
  left: 0;
  top: 1px;
  width: 24px;
  height: 24px;
  font-size: 11.5px;
  font-weight: 700;
  font-family: 'Plus Jakarta Sans', -apple-system, sans-serif;
  color: #fff;
  background: linear-gradient(135deg, #ff5722, #e64a19);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px -2px rgba(255, 87, 34, .4)
}

article table,
main table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 22px 0;
  background: #fff;
  border: 1px solid #e1e7f5;
  border-radius: 12px;
  overflow: hidden;
  font-size: 14.5px;
  box-shadow: 0 4px 14px -8px rgba(15, 23, 42, .08)
}

article table th,
main table th {
  background: #f0f5ff;
  color: #0a0e1a;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid #e1e7f5
}

article table td,
main table td {
  padding: 13px 18px;
  color: #475569;
  border-bottom: 1px solid #eef1f9
}

article table tr:last-child td,
main table tr:last-child td {
  border-bottom: none
}

article table tr:hover td,
main table tr:hover td {
  background: #f8fafc
}

article blockquote,
main blockquote {
  margin: 24px 0;
  padding: 18px 24px;
  background: linear-gradient(135deg, rgba(255, 87, 34, .04), transparent);
  border-left: 4px solid #ff5722;
  border-radius: 10px;
  font-style: italic;
  color: #1e293b;
  font-size: 16px;
  line-height: 1.6
}

/* ── TABBED FEATURES SECTION ── */
.ahp-ser-des-pag-nav-tabs,
ul.ahp-ser-des-pag-nav.ahp-ser-des-pag-nav-pills {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 6px;
  margin: 24px 0 0;
  background: #f0f5ff;
  border: 1px solid #e1e7f5;
  border-radius: 14px;
  border-bottom: 1px solid #e1e7f5
}

.ahp-ser-des-pag-nav-tabs>li,
ul.ahp-ser-des-pag-nav.ahp-ser-des-pag-nav-pills>li {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  flex: 1 1 auto
}

.ahp-ser-des-pag-nav-tabs>li::before,
ul.ahp-ser-des-pag-nav.ahp-ser-des-pag-nav-pills>li::before {
  display: none !important;
  content: none !important
}

.ahp-ser-des-pag-nav-tabs a,
.ahp-ser-des-pag-nav-tabs>li>a,
ul.ahp-ser-des-pag-nav.ahp-ser-des-pag-nav-pills>li>a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 18px !important;
  font-family: 'Plus Jakarta Sans', -apple-system, sans-serif;
  font-size: 13.5px !important;
  font-weight: 600;
  color: #475569 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  letter-spacing: .02em;
  transition: background .18s, color .18s, transform .15s;
  white-space: nowrap
}

.ahp-ser-des-pag-nav-tabs a:hover,
.ahp-ser-des-pag-nav-tabs>li>a:hover,
ul.ahp-ser-des-pag-nav.ahp-ser-des-pag-nav-pills>li>a:hover {
  color: #0a0e1a !important;
  background: rgba(255, 255, 255, .7) !important;
  transform: translateY(-1px)
}

.ahp-ser-des-pag-nav-tabs>li.ahp-ser-des-pag-active>a,
.ahp-ser-des-pag-nav-tabs>li>a.ahp-ser-des-pag-active,
.ahp-ser-des-pag-nav-tabs a.ahp-ser-des-pag-active,
ul.ahp-ser-des-pag-nav.ahp-ser-des-pag-nav-pills>li.ahp-ser-des-pag-active>a,
ul.ahp-ser-des-pag-nav.ahp-ser-des-pag-nav-pills>li>a.ahp-ser-des-pag-active {
  color: #fff !important;
  background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%) !important;
  box-shadow: 0 6px 16px -4px rgba(255, 87, 34, .45) !important
}

.ahp-ser-des-pag-tab-content {
  margin-top: 20px
}

.ahp-ser-des-pag-tab-content>.ahp-ser-des-pag-tab-pane,
#ahp-ser-des-pag-quality-papers,
#ahp-ser-des-pag-it-works,
#ahp-ser-des-pag-assistance {
  background: #fff;
  border: 1px solid #e1e7f5;
  border-radius: 16px;
  padding: 32px 36px;
  box-shadow: 0 8px 28px -16px rgba(15, 23, 42, .12);
  position: relative;
  overflow: hidden
}

.ahp-ser-des-pag-tab-content>.ahp-ser-des-pag-tab-pane::before,
#ahp-ser-des-pag-quality-papers::before,
#ahp-ser-des-pag-it-works::before,
#ahp-ser-des-pag-assistance::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff5722, #e64a19);
  border-radius: 16px 16px 0 0
}

.ahp-ser-des-pag-tab-content>.ahp-ser-des-pag-tab-pane::after,
#ahp-ser-des-pag-quality-papers::after,
#ahp-ser-des-pag-it-works::after,
#ahp-ser-des-pag-assistance::after {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 87, 34, .06), transparent 65%);
  pointer-events: none
}

#ahp-ser-des-pag-quality-papers>h2,
#ahp-ser-des-pag-it-works>h2,
#ahp-ser-des-pag-assistance>h2,
.ahp-ser-des-pag-tab-content>.ahp-ser-des-pag-tab-pane>h2 {
  padding-left: 0 !important
}

#ahp-ser-des-pag-quality-papers>h2::before,
#ahp-ser-des-pag-it-works>h2::before,
#ahp-ser-des-pag-assistance>h2::before,
.ahp-ser-des-pag-tab-content>.ahp-ser-des-pag-tab-pane>h2::before {
  display: none !important
}

#ahp-ser-des-pag-quality-papers>ul,
#ahp-ser-des-pag-it-works>ul,
#ahp-ser-des-pag-assistance>ul,
.ahp-ser-des-pag-tab-content>.ahp-ser-des-pag-tab-pane>ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  margin: 18px 0;
  padding: 0
}

#ahp-ser-des-pag-quality-papers>ul>li,
#ahp-ser-des-pag-it-works>ul>li,
#ahp-ser-des-pag-assistance>ul>li,
.ahp-ser-des-pag-tab-content>.ahp-ser-des-pag-tab-pane>ul>li {
  background: #f8fafc;
  border: 1px solid #eef1f9;
  border-radius: 12px;
  padding: 16px 18px 16px 42px;
  margin-bottom: 0;
  position: relative;
  transition: border-color .2s, transform .2s, background .2s
}

#ahp-ser-des-pag-quality-papers>ul>li::before,
#ahp-ser-des-pag-it-works>ul>li::before,
#ahp-ser-des-pag-assistance>ul>li::before,
.ahp-ser-des-pag-tab-content>.ahp-ser-des-pag-tab-pane>ul>li::before {
  content: '✓';
  position: absolute;
  left: 14px;
  top: 17px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #ff5722, #e64a19);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px -2px rgba(255, 87, 34, .4)
}

#ahp-ser-des-pag-quality-papers>ul>li:hover,
#ahp-ser-des-pag-it-works>ul>li:hover,
#ahp-ser-des-pag-assistance>ul>li:hover,
.ahp-ser-des-pag-tab-content>.ahp-ser-des-pag-tab-pane>ul>li:hover {
  border-color: rgba(255, 87, 34, .3);
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px -10px rgba(15, 23, 42, .12)
}

/* ── TOC ── */
.ahp-ser-des-pag-toc-wrapper,
nav.ahp-ser-des-pag-toc,
.ahp-ser-des-pag-table-of-contents {
  background: #fff !important;
  border: 1px solid #e1e7f5 !important;
  border-radius: 14px !important;
  padding: 22px 24px !important;
  margin: 24px 0 !important;
  box-shadow: 0 4px 14px -8px rgba(15, 23, 42, .08);
  font-family: 'Plus Jakarta Sans', -apple-system, sans-serif !important
}

.ahp-ser-des-pag-toc-title,
nav.ahp-ser-des-pag-toc>.ahp-ser-des-pag-toc-header,
.ahp-ser-des-pag-table-of-contents>h2,
.ahp-ser-des-pag-table-of-contents>h3 {
  font-family: 'Plus Jakarta Sans', -apple-system, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  color: #64748b !important;
  margin: 0 0 14px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #eef1f9 !important;
  position: relative;
  padding-left: 22px !important
}

.ahp-ser-des-pag-toc-title::before,
nav.ahp-ser-des-pag-toc>.ahp-ser-des-pag-toc-header::before,
.ahp-ser-des-pag-table-of-contents>h2::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 14px !important;
  height: 2px !important;
  background: linear-gradient(90deg, #ff5722, transparent) !important;
  border-radius: 2px !important;
  display: block !important
}

nav.ahp-ser-des-pag-toc ul,
.ahp-ser-des-pag-table-of-contents ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
  counter-reset: ahp-ser-des-pag-toc-item
}

nav.ahp-ser-des-pag-toc li,
.ahp-ser-des-pag-table-of-contents li {
  padding: 0 !important;
  margin: 0 0 2px !important;
  counter-increment: ahp-ser-des-pag-toc-item;
  position: relative !important
}

nav.ahp-ser-des-pag-toc li::before,
.ahp-ser-des-pag-table-of-contents li::before {
  display: none !important;
  content: none !important
}

nav.ahp-ser-des-pag-toc li a,
.ahp-ser-des-pag-table-of-contents li a {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 10px !important;
  font-size: 13.5px !important;
  color: #475569 !important;
  text-decoration: none !important;
  border-bottom: none !important;
  border-radius: 8px;
  line-height: 1.45;
  transition: background .15s, color .15s
}

nav.ahp-ser-des-pag-toc li a::before,
.ahp-ser-des-pag-table-of-contents li a::before {
  content: counter(ahp-ser-des-pag-toc-item);
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  font-size: 10.5px;
  font-weight: 700;
  background: #f0f5ff;
  color: #475569;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  transition: background .15s, color .15s
}

nav.ahp-ser-des-pag-toc li a:hover,
.ahp-ser-des-pag-table-of-contents li a:hover {
  background: #f0f5ff !important;
  color: #e64a19 !important
}

nav.ahp-ser-des-pag-toc li a:hover::before,
.ahp-ser-des-pag-table-of-contents li a:hover::before {
  background: linear-gradient(135deg, #ff5722, #e64a19);
  color: #fff
}

/* ── SIDEBAR ── */
aside .ahp-ser-des-pag-widget,
aside>div.ahp-ser-des-pag-widget-block {
  background: #fff;
  border: 1px solid #e1e7f5;
  border-radius: 14px;
  padding: 20px 22px !important;
  margin-bottom: 20px !important;
  box-shadow: 0 4px 14px -8px rgba(15, 23, 42, .08)
}

aside .ahp-ser-des-pag-widget-title,
aside h3 {
  font-family: 'Plus Jakarta Sans', -apple-system, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  color: #64748b !important;
  margin: 0 0 14px !important;
  padding-bottom: 12px !important;
  padding-left: 22px !important;
  border-bottom: 1px solid #eef1f9 !important;
  position: relative !important
}

aside .ahp-ser-des-pag-widget-title::before,
aside h3::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 14px !important;
  height: 2px !important;
  background: linear-gradient(90deg, #ff5722, transparent) !important;
  border-radius: 2px !important;
  display: block !important
}

aside ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important
}

aside ul li {
  padding: 0 !important;
  margin: 0 !important
}

aside ul li::before {
  display: none !important
}

aside ul li a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 10px !important;
  font-size: 13.5px !important;
  color: #475569 !important;
  text-decoration: none !important;
  border-bottom: 1px solid #eef1f9 !important;
  border-radius: 6px;
  transition: background .15s, color .15s, padding-left .15s
}

aside ul li:last-child a {
  border-bottom: none !important
}

aside ul li a::after {
  content: '→';
  color: #cbd5e1;
  font-size: 14px;
  transition: color .15s, transform .15s
}

aside ul li a:hover {
  background: #f0f5ff !important;
  color: #0a0e1a !important;
  padding-left: 14px !important
}

aside ul li a:hover::after {
  color: #ff5722;
  transform: translateX(2px)
}

@media (min-width: 992px) {
  aside.ahp-ser-des-pag-sidebar {
    position: sticky;
    top: 24px;
    align-self: start
  }
}

@media (max-width:768px) {

  article h1,
  main h1 {
    font-size: 28px
  }

  article h2,
  main h2 {
    font-size: 22px
  }

  article h3,
  main h3 {
    font-size: 17px
  }

  .ahp-ser-des-pag-nav-tabs,
  ul.ahp-ser-des-pag-nav.ahp-ser-des-pag-nav-pills {
    flex-direction: column
  }

  .ahp-ser-des-pag-tab-content>.ahp-ser-des-pag-tab-pane,
  #ahp-ser-des-pag-quality-papers,
  #ahp-ser-des-pag-it-works,
  #ahp-ser-des-pag-assistance {
    padding: 24px 20px
  }

  article table,
  main table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

/* Preview-only chrome */
*,
*::before,
*::after {
  box-sizing: border-box
}

body {
  margin: 0;
  background: #f8fafc;
  font-family: 'Plus Jakarta Sans', -apple-system, sans-serif
}

.ahp-ser-des-pag-preview-note {
  background: #fef3c7;
  color: #78350f;
  padding: 10px 24px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px solid #fcd34d
}

.ahp-ser-des-pag-layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px;
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 36px
}

@media (max-width:991px) {
  .ahp-ser-des-pag-layout {
    grid-template-columns: 1fr
  }
}

img {
  max-width: 100%;
  display: block
}

.new-des-ahp-abo-pag-preview-note {
  background: #fef3c7;
  color: #78350f;
  padding: 10px 24px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px solid #fcd34d
}

.new-des-ahp-abo-pag-header-stub {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .5);
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 600
}

.new-des-ahp-abo-pag-breadcrumb {
  background: #fff;
  border-bottom: 1px solid #f1f5f9;
  padding: 14px 24px
}

.new-des-ahp-abo-pag-breadcrumb__inner {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 13px;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap
}

.new-des-ahp-abo-pag-breadcrumb a {
  color: #475569;
  text-decoration: none
}

.new-des-ahp-abo-pag-breadcrumb a:hover {
  color: #e64a19
}

.new-des-ahp-abo-pag-breadcrumb__sep {
  color: #cbd5e1
}

.new-des-ahp-abo-pag-breadcrumb__current {
  color: #0a0e1a;
  font-weight: 600
}



/* end service design */


/* start footer design  */


.ahp-foo-des-new-org-footer {
  position: relative;
  background: linear-gradient(180deg, #1e293b 0%, #111827 60%, #0f172a 100%);
  color: #cbd5e1;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  line-height: 1.65;
  padding: 72px 0 32px;
  overflow: hidden;
  isolation: isolate;
  -webkit-font-smoothing: antialiased;
}

.ahp-foo-des-new-org-footer * {
  box-sizing: border-box
}

.ahp-foo-des-new-org-footer a {
  color: inherit;
  text-decoration: none;
  transition: color .2s ease
}

/* Soft top-edge highlight — visual lift away from page above */
.ahp-foo-des-new-org-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .08), transparent);
  z-index: 1;
}

/* Warm orange radial behind brand area */
.ahp-foo-des-new-org-footer__glow-1 {
  content: '';
  position: absolute;
  top: -180px;
  left: -100px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(255, 87, 34, .10), transparent 60%);
  pointer-events: none;
  z-index: -1;
}

/* Subtle warm radial bottom-right */
.ahp-foo-des-new-org-footer__glow-2 {
  content: '';
  position: absolute;
  bottom: -180px;
  right: -120px;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(255, 87, 34, .06), transparent 60%);
  pointer-events: none;
  z-index: -1;
}

.ahp-foo-des-new-org-footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative
}

/* ===== SPECIAL OFFERS ===== */
.ahp-foo-des-new-org-offer {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, .02) 100%);
  border: 1px solid rgba(255, 87, 34, .20);
  border-radius: 16px;
  padding: 24px 28px;
  margin-bottom: 52px;
  overflow: hidden;
}

.ahp-foo-des-new-org-offer::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(255, 87, 34, .14), transparent 65%);
  pointer-events: none;
}

.ahp-foo-des-new-org-offer__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.ahp-foo-des-new-org-offer__content {
  display: flex;
  align-items: center;
  gap: 16px
}

.ahp-foo-des-new-org-offer__icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff5722, #e64a19);
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 16px -4px rgba(255, 87, 34, .45);
}

.ahp-foo-des-new-org-offer__title {
  color: #fff;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -.3px;
  margin-bottom: 3px;
}

.ahp-foo-des-new-org-offer__title em {
  font-style: italic;
  background: linear-gradient(135deg, #ff5722, #ff8a65);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.ahp-foo-des-new-org-offer__subtitle {
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.5
}

.ahp-foo-des-new-org-offer__form {
  width: 100%;
  min-width: 380px
}

.ahp-foo-des-new-org-offer__inputs {
  display: flex;
  gap: 6px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 11px;
  padding: 5px;
  transition: border-color .2s, box-shadow .2s;
}

.ahp-foo-des-new-org-offer__inputs:focus-within {
  border-color: rgba(255, 87, 34, .4);
  box-shadow: 0 0 0 3px rgba(255, 87, 34, .08);
}

.ahp-foo-des-new-org-offer__inputs input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #f8fafc;
  font-size: 14px;
  padding: 10px 12px;
  min-width: 0;
  font-family: inherit;
}

.ahp-foo-des-new-org-offer__inputs input::placeholder {
  color: #64748b
}

.ahp-foo-des-new-org-offer__inputs button {
  background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 11px 20px;
  border-radius: 8px;
  border: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease;
  box-shadow: 0 6px 16px -4px rgba(255, 87, 34, .45);
  font-family: inherit;
}

.ahp-foo-des-new-org-offer__inputs button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px -4px rgba(255, 87, 34, .6);
}

/* ===== MAIN GRID ===== */
.ahp-foo-des-new-org-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.1fr;
  gap: 48px;
  margin-bottom: 48px;
}

/* Brand column */
.ahp-foo-des-new-org-brand__logo {
  display: inline-block;
  margin-bottom: 18px
}

.ahp-foo-des-new-org-brand__logo svg {
  height: 40px
}

.ahp-foo-des-new-org-brand__tagline {
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.65;
  max-width: 340px;
  margin-bottom: 24px;
}

.ahp-foo-des-new-org-contact-card {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 13px;
  padding: 16px;
  margin-bottom: 22px;
}

.ahp-foo-des-new-org-contact-card__row {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 8px 0;
  font-size: 13.5px;
}

.ahp-foo-des-new-org-contact-card__row+.ahp-foo-des-new-org-contact-card__row {
  border-top: 1px solid rgba(255, 255, 255, .06);
}

.ahp-foo-des-new-org-contact-card__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 87, 34, .12);
  color: #ff5722;
  border: 1px solid rgba(255, 87, 34, .20);
  border-radius: 9px;
  transition: .2s;
}

.ahp-foo-des-new-org-contact-card__row:hover .ahp-foo-des-new-org-contact-card__icon {
  background: rgba(255, 87, 34, .18);
  border-color: rgba(255, 87, 34, .35);
}

.ahp-foo-des-new-org-contact-card__text {
  color: #e2e8f0
}

.ahp-foo-des-new-org-contact-card__text a {
  color: #e2e8f0;
  font-weight: 500
}

.ahp-foo-des-new-org-contact-card__text a:hover {
  color: #ff5722
}

.ahp-foo-des-new-org-contact-card__hint {
  display: block;
  font-size: 11.5px;
  color: #64748b;
  margin-top: 2px;
  font-weight: 500;
}

/* Social */
.ahp-foo-des-new-org-social {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0
}

.ahp-foo-des-new-org-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .04);
  color: #94a3b8;
  border: 1px solid rgba(255, 255, 255, .07);
  transition: all .2s ease;
}

.ahp-foo-des-new-org-social a:hover {
  background: linear-gradient(135deg, #ff5722, #e64a19);
  color: #fff;
  border-color: #ff5722;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px -6px rgba(255, 87, 34, .5);
}

/* Link columns */
.ahp-foo-des-new-org-col__heading {
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.ahp-foo-des-new-org-col__heading::before {
  content: '';
  width: 18px;
  height: 2px;
  background: linear-gradient(90deg, #ff5722, transparent);
  border-radius: 2px;
}

.ahp-foo-des-new-org-list {
  list-style: none;
  padding: 0;
  margin: 0
}

.ahp-foo-des-new-org-list li {
  margin-bottom: 11px
}

.ahp-foo-des-new-org-list a {
  color: #cbd5e1;
  font-size: 14px;
  position: relative;
  display: inline-block;
}

.ahp-foo-des-new-org-list a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #ff5722;
  transition: width .2s ease;
}

.ahp-foo-des-new-org-list a:hover {
  color: #fff
}

.ahp-foo-des-new-org-list a:hover::after {
  width: 100%
}

.ahp-foo-des-new-org-list__cta a {
  color: #ff5722 !important;
  font-weight: 600
}

.ahp-foo-des-new-org-list__cta a:hover {
  color: #ff8a65 !important
}

.ahp-foo-des-new-org-list__cta {
  margin-top: 16px !important
}

/* ===== HIRE-A-WRITER CARD ===== */
.ahp-foo-des-new-org-hire {
  margin-top: 22px;
  position: relative;
  display: block;
  padding: 18px 18px 18px 16px;
  background: linear-gradient(135deg, rgba(255, 87, 34, .10) 0%, rgba(230, 74, 25, .06) 100%);
  border: 1px solid rgba(255, 87, 34, .22);
  border-radius: 14px;
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ahp-foo-des-new-org-hire:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 87, 34, .5);
  box-shadow: 0 14px 30px -8px rgba(255, 87, 34, .25);
}

.ahp-foo-des-new-org-hire::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -30px;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(255, 87, 34, .20), transparent 65%);
  pointer-events: none;
}

.ahp-foo-des-new-org-hire__top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  position: relative;
}

.ahp-foo-des-new-org-hire__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%);
  color: #fff;
  border-radius: 9px;
  box-shadow: 0 4px 12px -3px rgba(255, 87, 34, .5);
}

.ahp-foo-des-new-org-hire__pill {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: #ff5722;
  background: rgba(255, 87, 34, .14);
  border: 1px solid rgba(255, 87, 34, .28);
  padding: 3px 9px;
  border-radius: 100px;
}

.ahp-foo-des-new-org-hire__title {
  color: #fff;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -.2px;
  margin-bottom: 4px;
  position: relative;
}

.ahp-foo-des-new-org-hire__sub {
  color: #94a3b8;
  font-size: 12.5px;
  line-height: 1.5;
  margin-bottom: 12px;
  position: relative;
}

.ahp-foo-des-new-org-hire__cta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #ff5722;
  font-size: 12.5px;
  font-weight: 600;
  position: relative;
}

.ahp-foo-des-new-org-hire__cta svg {
  transition: transform .2s ease
}

.ahp-foo-des-new-org-hire:hover .ahp-foo-des-new-org-hire__cta {
  color: #ff8a65
}

.ahp-foo-des-new-org-hire:hover .ahp-foo-des-new-org-hire__cta svg {
  transform: translateX(3px)
}

/* ===== DIVIDER & UTILITY ===== */
.ahp-foo-des-new-org-footer__divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .12), transparent);
  margin: 32px 0 28px;
}

.ahp-foo-des-new-org-utility {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
  margin-bottom: 24px;
}

.ahp-foo-des-new-org-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0
}

.ahp-foo-des-new-org-legal a {
  color: #94a3b8;
  font-size: 13px
}

.ahp-foo-des-new-org-legal a:hover {
  color: #ff5722
}

.ahp-foo-des-new-org-payments {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.ahp-foo-des-new-org-payments__label {
  color: #64748b;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-right: 8px;
}

.ahp-foo-des-new-org-payments svg {
  height: 24px;
  border-radius: 4px
}

.ahp-foo-des-new-org-region {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 10px;
  padding: 4px 6px 4px 14px;
  transition: border-color .2s;
}

.ahp-foo-des-new-org-region:hover {
  border-color: rgba(255, 87, 34, .35)
}

.ahp-foo-des-new-org-region__label {
  color: #94a3b8;
  font-size: 12px;
  letter-spacing: .3px;
  text-transform: uppercase;
  font-weight: 600;
}

.ahp-foo-des-new-org-region select {
  background: transparent;
  color: #f8fafc;
  border: none;
  padding: 8px 28px 8px 6px;
  font-size: 13px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%2394a3b8' d='M5 6L0 0h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
}

.ahp-foo-des-new-org-region select:focus {
  outline: none;
  color: #ff5722
}

.ahp-foo-des-new-org-region select option {
  background: #1e293b;
  color: #f8fafc
}

/* Fine print */
.ahp-foo-des-new-org-fine {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .06);
}

.ahp-foo-des-new-org-fine__copy {
  color: #64748b;
  font-size: 12.5px;
  font-weight: 500
}

.ahp-foo-des-new-org-fine__copy span {
  color: #cbd5e1;
  font-weight: 600
}

.ahp-foo-des-new-org-fine__disclaimer {
  color: #64748b;
  font-size: 11.5px;
  line-height: 1.7;
  max-width: 900px;
}

.ahp-foo-des-new-org-fine__disclaimer strong {
  color: #cbd5e1;
  font-weight: 600
}

.ahp-foo-des-new-org-fine__disclaimer em {
  font-style: italic;
  color: #94a3b8;
  font-weight: 500;
}

/* Responsive */
@media (max-width:1000px) {
  .ahp-foo-des-new-org-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px
  }

  .ahp-foo-des-new-org-offer {
    padding: 22px
  }

  .ahp-foo-des-new-org-offer__inner {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .ahp-foo-des-new-org-offer__form {
    min-width: 0
  }
}

@media (max-width:760px) {
  .ahp-foo-des-new-org-footer {
    padding: 56px 0 24px
  }

  .ahp-foo-des-new-org-offer__inputs {
    flex-direction: column;
    padding: 6px
  }

  .ahp-foo-des-new-org-offer__inputs button {
    width: 100%;
    padding: 12px
  }

  .ahp-foo-des-new-org-utility {
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: start
  }

  .ahp-foo-des-new-org-payments {
    justify-content: flex-start
  }
}

@media (max-width:520px) {
  .ahp-foo-des-new-org-footer__grid {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .ahp-foo-des-new-org-offer__content {
    flex-direction: column;
    align-items: flex-start;
    text-align: left
  }
}



/* end footer design  */

input[type="date"],
input[type="time"] {
  height: 42px;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  font-family: Arial, sans-serif;
}

input[type="date"]:focus,
input[type="time"]:focus {
  border-color: #33aaff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(51, 170, 255, .2);
}

ul#searchItem {
  position: absolute;
  background: #fff;
  z-index: 9;
  border-radius: 5px;
  width: 98.5%;
  left: auto;
  right: auto;
  margin: 0;
  display: none;
  max-height: 114px;
  overflow-y: scroll
}

ul#searchItem li:first-child {
  border-radius: 5px 5px 0 0
}

ul#searchItem li:last-child {
  border-radius: 0 0 5px 5px;
  border-bottom: 1px solid #999
}

ul#searchItem li {
  border: 1px solid #999;
  padding: 5px 15px;
  border-bottom: 1px solid #fff;
  font-size: 15px;
  cursor: pointer
}

ul#searchItem li:hover {
  background: #efefef
}

/* .form-control {
  border: 1px solid #999;
  background: #fff;
  padding: 7px 15px;
  height: 40px;
  line-height: 24px;
  box-shadow: none;
  outline: 0;
  color: #0e101a;
  border-radius: 4px;
  font-weight: 500
}

textarea.form-control {
  height: 100px
} */

.d-none{
  display: none !important;
}