body{
    overflow-x:hidden;
}


.elementor-sticky--effects{
	background: #fff !important;
}


.hero-section{
    background-image: linear-gradient(#0f766e0e 1px, #0000 1px), linear-gradient(90deg, #0f766e0e 1px, #0000 1px) !important;
    background-size: 48px 48px !important;
	overflow: hidden !important;
} 

.hero-section:before{
    content: '';
    filter: blur(2px);
    pointer-events: none;
    background: radial-gradient(circle at 35% 32%, #92f6e9ad, #ccfbf157 42%, #f8fafc00 70%);
    border-radius: 50%;
    width: 480px;
    height: 480px;
    position: absolute;
    top: 40px;
    right: -150px;
    left: inherit;
}

.hero-section .hero-orbit {
    pointer-events: none;
    border: 1px solid #0f766e30;
    border-radius: 50%;
    width: 360px;
    height: 360px;
    position: absolute;
    top: 0;
    right: 8%;
    transform: rotate(-21deg);
}

.hero-section .hero-orbit:after {
    content: "";
    background: #f59e0b;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 44px;
    left: 35px;
    box-shadow: 0 0 0 8px #f59e0b21;
}


/* -------------------------- */

.what-we-do-section .pp-info-box-container{
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
}

.what-we-do-section .pp-info-box-container .pp-info-box {
   width: 31% !important;
}

/* ================  testimonial-section ===================== */

.testimonial-section .slick-track {
    display: flex !important;
}

.testimonial-section .slick-slide {
    height: auto !important;
    display: flex !important;
}

.testimonial-section .pp-testimonial-slide {
    display: flex !important;
    height: auto;
}

.testimonial-section .pp-testimonial-outer {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testimonial-section .pp-testimonial {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


.testimonial-section .pp-testimonial-content-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.testimonial-section .pp-testimonial-text {
    flex-grow: 1;
}



/* ============================
 * 
 * =============================== */
/* ============================================================
   NORTH / LABS — Hero Browser Mockup — BASE STYLES (v2)
   Shudhu layout + colors + type. Animation ছাড়া।
   Fully in-flow: kono position:absolute nei main structure e,
   tai Elementor er jekono column width e nirapode shrink/stack hobe.
   ============================================================ */

.nl-hero-wrap {
  --nl-cream: #f3efe6;
  --nl-dark: #0e3b34;
  --nl-dark-2: #123f38;
  --nl-orange: #f2a93d;
  --nl-mint: #d8ece7;
  --nl-mint-line: #79b3a6;
  --nl-teal: #1f5c53;
  --nl-white: #ffffff;
  --nl-gray: #8b8f8a;
  --nl-gray-line: #e6e3d9;

  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  font-family: -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
.nl-hero-wrap *,
.nl-hero-wrap *::before,
.nl-hero-wrap *::after { box-sizing: border-box; }

/* ---------- browser frame ---------- */
.nl-browser {
  position: relative;
  width: 100%;
  background: var(--nl-white);
  border-radius: 18px;
  padding: 10px;
  box-shadow:
    0 0 0 6px rgba(121, 179, 166, .18),
    0 30px 60px -20px rgba(15, 40, 34, .35);
}

.nl-browser-top {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 6px 8px 12px;
}
.nl-dots { display: flex; gap: 6px; flex-shrink: 0; }
.nl-dot { width: 9px; height: 9px; border-radius: 50%; }
.nl-dot--orange { background: var(--nl-orange); }
.nl-dot--gray   { background: #c7cbc2; }
.nl-dot--teal   { background: var(--nl-teal); }

.nl-addressbar {
  flex: 1 1 auto;
  min-width: 40px;
  height: 18px;
  border-radius: 999px;
  background: #eeece4;
}
.nl-secure {
  font-size: 10px;
  letter-spacing: .06em;
  color: var(--nl-gray);
  white-space: nowrap;
  flex-shrink: 0;
}

/* ---------- body: two panels (flex-wrap = intrinsic responsive) ---------- */
.nl-body {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-radius: 12px;
  overflow: hidden;
}

.nl-panel {
  flex: 1 1 260px;
  min-width: 260px;
  padding: 30px 26px;
}

.nl-panel--dark {
  position: relative;
  background: linear-gradient(160deg, var(--nl-dark) 0%, var(--nl-dark-2) 100%);
  color: var(--nl-white);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* decorative faint ring, fully inside the dark panel — safe, never clipped */
.nl-ring {
  position: absolute;
  top: -30px;
  right: -40px;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  pointer-events: none;
}

.nl-panel-head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 11px;
  letter-spacing: .08em;
}
.nl-logo { font-weight: 800; letter-spacing: .04em; }
.nl-logo i { color: var(--nl-orange); font-style: normal; margin: 0 2px; }
.nl-ruo { color: rgba(255,255,255,.55); font-weight: 500; white-space: nowrap; }

.nl-rule {
  position: relative;
  display: block;
  width: 34px;
  height: 3px;
  background: var(--nl-orange);
  border-radius: 2px;
  margin: 22px 0 16px;
}

.nl-headline {
  position: relative;
  margin: 0 0 14px;
  max-width: 230px;
  font-size: 36px !important;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -.01em;
}
.nl-headline em { color: var(--nl-orange); font-style: normal; }

.nl-desc {
  position: relative;
  margin: 0 0 22px;
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255,255,255,.72);
  max-width: 220px;
}

.nl-divider {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,.16);
  margin: auto 0 16px;
}

.nl-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--nl-white);
  text-decoration: none;
  width: fit-content;
}
.nl-arrow { color: var(--nl-orange); }

.nl-panel--light {
  background: var(--nl-white);
}
.nl-panel--light .nl-panel-head {
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.nl-eyebrow {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--nl-gray);
}
.nl-pill {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--nl-teal);
  border: 1px solid var(--nl-mint-line);
  background: var(--nl-mint);
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

/* ---------- product grid (flex-wrap = intrinsic responsive) ---------- */
.nl-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}
.nl-card {
	flex: 1 1 44%;
	min-width: 44%;
	margin: 6px;
	position: relative;
	border: 1px solid var(--nl-gray-line);
	border-radius: 12px;
	padding: 14px;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.nl-icon {
  width: 100%;
  height: 54px;
  border-radius: 50% 50% 4px 4px / 60% 60% 4px 4px;
  margin-bottom: 10px;
  border: 1.5px solid var(--nl-teal);
  opacity: .55;
}
.nl-icon--cream { background: #efe9da; }
.nl-icon--mint  { background: var(--nl-mint); }

.nl-name { font-size: 13px; font-weight: 700; color: #1c2321; margin-bottom: 2px; }

.nl-card-foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.nl-meta { font-size: 11px; color: var(--nl-gray); }

.nl-add {
  flex-shrink: 0 !important;
  color: #000 !important;
	background: none !important;
	box-shadow: none !important;
	border: 0px !important;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

/* ---------- narrow-width refinement (kicks in once panels stack) ---------- */
@media (max-width: 420px) {
  .nl-panel { padding: 24px 20px; }
  .nl-headline { font-size: 28px; max-width: 100%; }
  .nl-desc { max-width: 100%; }
}


/* ##################################### */

/* ============================================================
   NORTH / LABS — Hero Browser Mockup — ANIMATIONS (optional layer, v2)
   hero-base-v2.css er por eta include korle animation active hobe.
   Na chaile shudhu base css use korle design thik same thakbe.
   ============================================================ */

/* ---------- page-load entrance ---------- */
@keyframes nlFadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
.nl-browser { animation: nlFadeUp .6s ease-out both; }

/* ---------- product card hover ---------- */
.nl-card {
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.nl-card:hover {
  transform: translateY(-4px);
  border-color: var(--nl-mint-line);
  box-shadow: 0 14px 26px -14px rgba(20, 60, 50, .28);
}
.nl-icon { transition: opacity .25s ease; }
.nl-card:hover .nl-icon { opacity: .85; }

/* ---------- add button hover ---------- */
.nl-add {
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.nl-add:hover {
  background: var(--nl-teal);
  color: var(--nl-white);
  transform: rotate(90deg);
}

/* ---------- CTA link arrow slide ---------- */
.nl-arrow { display: inline-block; transition: transform .25s ease; }
.nl-cta:hover .nl-arrow { transform: translateX(5px); }

/* ---------- COA pill subtle pulse to draw the eye ---------- */
@keyframes nlPulseRing {
  0%   { box-shadow: 0 0 0 0 rgba(121, 179, 166, .45); }
  70%  { box-shadow: 0 0 0 6px rgba(121, 179, 166, 0); }
  100% { box-shadow: 0 0 0 0 rgba(121, 179, 166, 0); }
}
.nl-pill { animation: nlPulseRing 2.6s ease-out 1.4s 2; }

/* ---------- respect reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .nl-browser, .nl-pill { animation: none !important; }
  .nl-card, .nl-add, .nl-arrow { transition: none !important; }
}
