*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overflow-x:hidden}
body{font-family:Arial,Helvetica,sans-serif;background:transparent;color:#000;overflow-x:hidden}

/* ────────────────────────────────────────────
   NAV
   ──────────────────────────────────────────── */
nav{
  position:fixed;top:0;left:0;right:0;z-index:100;
  height:104px;
  display:flex;align-items:center;justify-content:space-between;
  padding:0 45px;
  background:transparent;
  transition:background 0.4s ease,backdrop-filter 0.4s ease,box-shadow 0.4s ease;
}
nav.scrolled{
  background:rgba(255,255,255,0.55);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  box-shadow:0 2px 24px rgba(0,0,0,0.08);
}
.nav-logo{width:60px;height:60px;object-fit:contain}
.nav-links{display:flex;align-items:center;gap:0}
.nav-links a:not(.btn-enq){
  font-family:'Onest',sans-serif;
  font-size:18px;font-weight:400;
  line-height:22.95px;
  text-decoration:none;color:#000;
  padding:0 28px;
}
.nav-links a:first-child{padding-left:0}
.btn-enq{
  font-family:'Onest',sans-serif;
  font-size:18px;font-weight:400;
  background:#000;color:#fff;
  padding:12px 24px;text-decoration:none;
  border-radius:30px;margin-left:16px;
  white-space:nowrap;
}

/* ────────────────────────────────────────────
   HERO SECTION
   ──────────────────────────────────────────── */
.hero-section{
  position:relative;
  z-index:1;
  padding:0 102px 100px;
  background:transparent;
}

.ellipse-11{
  position:absolute;
  width:519px;height:519px;
  right: 0;
  border-radius:50%;
  background:linear-gradient(165deg, #9eff66 0%, #b1f19b 15%, #a5f090 44%, #009145 100%);
  z-index:2;
  pointer-events:none;
  animation:float-cw 10s ease-in-out infinite;
}
.ellipse-12{
  position:absolute;
  width:1120px;height:1120px;
  right: 0;
  border-radius:50%;
  background:linear-gradient(180deg, #fcd5cf 0%, #fde2d3 15%, #f1bab5 57%, #febbB2 100%);
  opacity:0.6;
  z-index:2;
  pointer-events:none;
  animation:float-ccw-xl 12s ease-in-out infinite 0.8s;
}

/* Hero intro block */
.hero-intro{
  position:relative;
  z-index:10;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding-top:104px;
  margin-bottom:0;
}
.h1{
  font-family:'Onest',sans-serif;
  font-size:80px;font-weight:700;
  line-height:84px;
  letter-spacing:4.8px;
  color:#000;
  text-transform:uppercase;
  max-width:1073px;
  margin-bottom:48px;
}
.hero-sub-row{
  display:flex;
  align-items:flex-start;
  gap:80px;
}
.hero-sub{
  width:356px;
  font-family:'Onest',sans-serif;
  font-size:20px;font-weight:400;
  line-height:30px;
  letter-spacing:1.2px;
  color:#000;
  flex-shrink:0;
}
.btn-learn{
  width:214px;height:60px;
  border-radius:30px;
  background:#c07167;
  display:flex;align-items:center;justify-content:center;
  font-family:'Onest',sans-serif;
  font-size:24px;font-weight:400;
  line-height:30.6px;
  color:#fff;
  text-decoration:none;
  flex-shrink:0;
}
.btn-learn:hover{background:#ad5d54}

/* Hero about block */
.hero-about{
  position:relative;
  z-index:10;
  display:flex;
  align-items:flex-start;
  gap:80px;
  margin-bottom:80px;
  margin-right:-17px;
}
.hero-photo-wrap{
  flex-shrink:0;
  width:635px;height:635px;
  border-radius:50%;
  overflow:hidden;
  margin-left:-275px;
}
.hero-photo-wrap img{
  width:100%;height:100%;
  object-fit:cover;
  object-position:center;
}
.hero-about-text{
  flex:1;
  padding-top:20px;
}
.about-tagline{
  font-family:'Onest',sans-serif;
  font-size:50px;font-weight:700;
  line-height:59.6px;
  letter-spacing:1.5px;
  color:#141414;
  margin-bottom:8px;
}
.about-brand{
  font-family:'Onest',sans-serif;
  font-size:54px;font-weight:700;
  line-height:52.5px;
  letter-spacing:1.62px;
  color:#141414;
  text-transform:uppercase;
  margin-bottom:40px;
}
.about-body{
  font-family:Arial,Helvetica,sans-serif;
  font-size:20px;font-weight:400;
  line-height:32.4px;
  color:#141414;
}

/* Stats bar */
.stats-bar{
  position:relative;
  z-index:10;
  width:100%;
  height:230px;
  border-radius:45px;
  background:#141414;
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.stat-col{
  display:flex;flex-direction:column;
  align-items:center;justify-content:center;
  border-right:1px solid rgba(255,255,255,0.2);
  padding:0 20px;
}
.stat-col:last-child{border-right:none}
.stat-num{
  font-family:'Onest',sans-serif;
  font-size:96px;font-weight:700;
  line-height:114.5px;
  letter-spacing:2.88px;
  color:#fff;
}
.stat-row{display:flex;align-items:flex-end;gap:4px}
.stat-sup{
  font-family:Arial,sans-serif;
  font-size:24px;font-weight:700;
  line-height:34.6px;
  letter-spacing:0.87px;
  color:#fff;
  margin-bottom:18px;
}
.stat-lbl{
  font-family:'Onest',sans-serif;
  font-size:17px;font-weight:700;
  line-height:17.8px;
  color:#fff;
  margin-top:4px;
  text-align:center;
}

/* ────────────────────────────────────────────
   FRAME 2
   ──────────────────────────────────────────── */
.frame2{
  position:relative;
  z-index:1;
  padding:100px 102px 0;
  background:transparent;
}

.ellipse-16{
  position:absolute;
  width:575px;height:575px;
  right: 0;
  border-radius:50%;
  background:linear-gradient(180deg, #9eff66 0%, #b1f19b 15%, #009145 100%);
  opacity:0.7;
  z-index:2;
  pointer-events:none;
  animation:float-cw 9s ease-in-out infinite 2s;
}
.ellipse-14{
  position:absolute;
  width:1538px;height:1538px;
  left: 0;
  border-radius:50%;
  background:linear-gradient(180deg, #fcd5cf 0%, #fde2d3 15%, #f1bab5 57%, #febbB2 100%);
  opacity:0.45;
  z-index:2;
  pointer-events:none;
  animation:float-ccw-xl 16s ease-in-out infinite 0.5s;
}
.ellipse-15{
  position:absolute;
  width:1161px;height:1161px;
  right: 0;
  border-radius:50%;
  background:linear-gradient(180deg, #fcd5cf 0%, #f1bab5 57%, #febbB2 100%);
  opacity:0.4;
  z-index:2;
  pointer-events:none;
  animation:float-soft 14s ease-in-out infinite 3s;
}
.ellipse-13{
  position:absolute;
  width:785px;height:785px;
  left: 0;
  border-radius:50%;
  background:linear-gradient(135deg, #9eff66 0%, #009145 100%);
  opacity:0.6;
  z-index:2;
  pointer-events:none;
  animation:float-cw 12s ease-in-out infinite 1s;
}

/* Services title */
.svcs-title{
  position:relative;z-index:10;
  font-family:'Onest',sans-serif;
  font-size:54px;font-weight:700;
  line-height:52.5px;
  letter-spacing:1.62px;
  color:#000;
  text-transform:uppercase;
  text-align:center;
  margin-bottom:48px;
}

/* Service cards */
.svc-cards-grid{
  position:relative;z-index:10;
  display:flex;
  gap:19px;
  margin-bottom:48px;
}
.svc-card{
  flex:1;
  min-height:515px;
  border-radius:30px;
  overflow:hidden;
  position:relative;
}
.svc-bg{
  position:absolute;inset:0;
  background-size:cover;background-position:center;
  filter:brightness(0.38);
}
.svc-ct{
  position:relative;z-index:10;
  padding:40px 26px 36px;
  height:100%;display:flex;flex-direction:column;
}
.svc-icon{width:59px;height:59px;object-fit:contain;margin-bottom:20px}
.svc-title{
  font-family:'Onest',sans-serif;
  font-size:24px;font-weight:700;
  line-height:28.6px;letter-spacing:0.72px;
  color:#fff;margin-bottom:18px;
}
.svc-body{
  font-family:Arial,Helvetica,sans-serif;
  font-size:16px;font-weight:400;
  line-height:25.9px;
  color:rgba(255,255,255,0.88);
}

/* View works button */
.btn-view-wrap{
  position:relative;z-index:10;
  display:flex;
  justify-content:center;
  margin-bottom:80px;
}
.btn-view{
  width:266px;height:60px;
  border-radius:30px;
  background:#c07167;
  display:flex;align-items:center;justify-content:center;
  font-family:'Onest',sans-serif;
  font-size:24px;font-weight:400;
  line-height:30.6px;
  color:#fff;text-decoration:none;
}
.btn-view:hover{background:#ad5d54}

/* Clients section */
.clients-section{
  position:relative;z-index:10;
  margin-bottom:100px;
}
.cl-title{
  font-family:'Onest',sans-serif;
  font-size:54px;font-weight:700;
  line-height:52.5px;
  letter-spacing:1.62px;
  color:#141414;
  text-transform:uppercase;
  margin-bottom:24px;
}
.cl-body{
  font-family:Arial,Helvetica,sans-serif;
  font-size:20px;font-weight:400;
  line-height:32.4px;
  color:#141414;
  max-width:599px;
  margin-bottom:48px;
}
.cl-logos-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:24px;
  align-items:center;
}
.cl-logo{
  width:100%;height:140px;
  object-fit:contain;
  filter:grayscale(100%);
  opacity:0.75;
  transition:filter .3s,opacity .3s;
}
.cl-logo:hover{filter:grayscale(0%);opacity:1}

/* Contact section */
.contact-section{
  position:relative;z-index:10;
  padding:60px 0 100px;
}
.contact-layout{
  position:relative;
  z-index:1;
  display:flex;
  gap:80px;
  align-items:flex-start;
}
.contact-info{
  flex:0 0 auto;
  width:500px;
}
.ct-headline{
  font-family:'Onest',sans-serif;
  font-size:96px;font-weight:700;
  line-height:93.4px;
  letter-spacing:2.88px;
  color:#000;
  text-transform:uppercase;
  margin-bottom:48px;
}
.ct-body{
  font-family:Arial,Helvetica,sans-serif;
  font-size:20px;font-weight:400;
  line-height:32.4px;
  color:#000;
}
.contact-form{
  flex:1;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.form-field{
  width:100%;
  height:78px;
  background:#fff;
  border:1.5px solid #bbb;
  border-radius:4px;
  font-family:Arial,sans-serif;
  font-size:20px;color:#000;
  padding:0 31px;
  outline:none;
}
.form-field:focus{border-color:#000}
.form-field::placeholder{color:#999}
.f-msg{height:222px;resize:none;padding-top:26px;vertical-align:top}
.btn-talk{
  align-self:flex-start;
  width:214px;height:60px;
  border-radius:30px;
  background:#000;
  display:flex;align-items:center;justify-content:center;
  font-family:'Onest',sans-serif;
  font-size:24px;font-weight:400;
  line-height:30.6px;
  color:#fff;border:none;cursor:pointer;
}
.btn-talk:hover{background:#222}

/* ── FOOTER ── */
.footer-bar{
  width:100%;height:78px;
  background:#141414;
  display:flex;align-items:center;
  padding:0 102px;
  justify-content:space-between;
}
.f-copy{
  font-family:Arial,Helvetica,sans-serif;
  font-size:20px;color:#fff;
  line-height:32.4px;
}
.f-socials{display:flex;align-items:center;gap:24px}
.f-socials img{height:26px;width:auto;object-fit:contain}

/* ── OUTER WRAPPER ── */
.page-wrap{
  width:100%;
  overflow:hidden;
  position:relative;
  background:radial-gradient(ellipse 130% 90% at -11% 54%, #9eff66 0%, #f8d2cc 59%);
}

/* Page-level circle layer — positioned by JS, fades via mask-image */
.idx-circles {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.idx-circles > div {
  position: absolute;
  border-radius: 50%;
}

/* ── Entrance animations ── */
.animate-in{opacity:0;transform:translateY(36px);transition:opacity 0.75s ease,transform 0.75s ease}
.animate-in.in-view{opacity:1;transform:translateY(0)}
.svc-cards-grid .svc-card:nth-child(1).animate-in{transition-delay:0s}
.svc-cards-grid .svc-card:nth-child(2).animate-in{transition-delay:0.12s}
.svc-cards-grid .svc-card:nth-child(3).animate-in{transition-delay:0.24s}
.svc-cards-grid .svc-card:nth-child(4).animate-in{transition-delay:0.36s}

/* ── Ellipse floating animations ── */
@keyframes float-cw{
  0%,100%{transform:translate(0,0)}
  25%    {transform:translate(16px,-20px)}
  50%    {transform:translate(22px,4px)}
  75%    {transform:translate(8px,20px)}
}
@keyframes float-ccw{
  0%,100%{transform:translate(0,0)}
  25%    {transform:translate(-14px,18px)}
  50%    {transform:translate(-20px,-4px)}
  75%    {transform:translate(-6px,-18px)}
}
@keyframes float-soft{
  0%,100%{transform:translate(0,0)}
  33%    {transform:translate(8px,-10px)}
  66%    {transform:translate(-7px,8px)}
}
@keyframes float-ccw-xl{
  0%,100%{transform:translate(0,0)}
  25%    {transform:translate(-32px,44px)}
  50%    {transform:translate(-50px,-6px)}
  75%    {transform:translate(-14px,-42px)}
}

/* ════════════════════════════════════
   ENQUIRY MODAL
   ════════════════════════════════════ */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.modal-overlay.open {
  opacity: 1;
  pointer-events: all;
}
.modal-box {
  background: #fff;
  border-radius: 20px;
  padding: 56px 60px 48px;
  max-width: 720px;
  width: 100%;
  position: relative;
  max-height: 92vh;
  overflow-y: auto;
  transform: translateY(24px);
  transition: transform 0.3s ease;
  text-align: center;
}
.modal-overlay.open .modal-box {
  transform: translateY(0);
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: 1.5px solid #141414;
  border-radius: 6px;
  width: 36px;
  height: 36px;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #141414;
  transition: background 0.2s;
}
.modal-close:hover { background: #f0f0f0; }
.modal-title {
  font-family: 'Onest', sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  color: #141414;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.modal-sub {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  color: #444;
  margin-bottom: 32px;
}
.modal-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}
.g-recaptcha { margin: 4px 0; }
.modal-submit {
  width: 100% !important;
  align-self: stretch !important;
  justify-content: center;
  margin-top: 4px;
  background: #c07167 !important;
}

@media(max-width: 900px) {
  .modal-box { padding: 48px 24px 36px; }
  .modal-title { font-size: clamp(40px, 11vw, 72px); }
  .modal-sub { font-size: 15px; }
}

/* ── Hamburger button ── */
.hamburger{
  display:none;flex-direction:column;justify-content:center;
  gap:6px;cursor:pointer;z-index:300;
  background:none;border:none;padding:4px;
}
.hamburger span{
  display:block;width:28px;height:2.5px;
  background:#000;border-radius:2px;
  transition:transform 0.35s ease,opacity 0.35s ease;
}
.hamburger.open span:nth-child(1){transform:translateY(8.5px) rotate(45deg)}
.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}
.hamburger.open span:nth-child(3){transform:translateY(-8.5px) rotate(-45deg)}

/* ── Full-screen overlay menu ── */
.mob-overlay{
  position:fixed;inset:0;z-index:200;
  background:radial-gradient(ellipse 130% 90% at -11% 54%,#9eff66 0%,#f8d2cc 59%);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:44px;
  opacity:0;pointer-events:none;
  transition:opacity 0.45s ease;
}
.mob-overlay.open{opacity:1;pointer-events:all}
.mob-overlay a{
  font-family:'Onest',sans-serif;
  font-size:clamp(28px,8vw,52px);font-weight:700;
  color:#000;text-decoration:none;
  text-transform:uppercase;letter-spacing:3px;
  opacity:0;transform:translateY(20px);
  transition:opacity 0.4s ease,transform 0.4s ease;
}
.mob-overlay.open a{opacity:1;transform:translateY(0)}
.mob-overlay.open a:nth-child(1){transition-delay:0.1s}
.mob-overlay.open a:nth-child(2){transition-delay:0.18s}
.mob-overlay.open a:nth-child(3){transition-delay:0.26s}
.mob-overlay.open a:nth-child(4){transition-delay:0.34s}
.mob-overlay a:hover{opacity:0.5}
.mob-overlay .mob-enq{
  background:#000;color:#fff!important;
  padding:16px 44px;border-radius:30px;font-weight:400;
  font-size:clamp(16px,4vw,22px);letter-spacing:1.5px;
}

/* ── Mobile close button ── */
.mob-close{
  position:absolute;top:28px;right:28px;
  background:none;border:none;font-size:40px;line-height:1;
  color:#000;cursor:pointer;z-index:301;opacity:0.65;
  transition:opacity 0.2s;
}
.mob-close:hover{opacity:1}

/* ════════════════════════════════════
   RESPONSIVE — ≤ 900px
   ════════════════════════════════════ */
@media(max-width:900px){
  .hamburger{display:flex}
  .nav-links{display:none}

  nav{height:80px;padding:0 20px}
  .nav-logo{width:52px;height:52px}

  .hero-section{padding:0 20px 56px}
  .ellipse-11{width:200px;height:200px;opacity:0.55}
  .ellipse-12{display:none}

  .hero-intro{min-height:auto;display:block;padding-top:80px;margin-bottom:36px}
  .h1{font-size:clamp(34px,9vw,64px);line-height:1.06;letter-spacing:1.5px;margin-bottom:28px}

  .hero-sub-row{flex-direction:column;gap:20px}
  .hero-sub{width:100%;font-size:16px;line-height:1.8}
  .btn-learn{width:auto;font-size:15px;padding:10px 22px;height:auto}

  .hero-about{flex-direction:column;gap:28px;margin-bottom:40px}
  .hero-photo-wrap{
    width:min(90vw,480px);height:min(90vw,480px);
    margin-left:0;align-self:center;
  }
  .about-tagline{font-size:clamp(24px,6vw,40px);line-height:1.3}
  .about-brand{font-size:clamp(24px,6vw,38px);line-height:1.2;margin-bottom:24px}
  .about-body{font-size:15px;line-height:1.75}

  .stats-bar{
    height:auto;
    grid-template-columns:1fr 1fr;
    border-radius:24px;
  }
  .stat-col{padding:24px 12px}
  .stat-col:nth-child(2){border-right:none}
  .stat-col:nth-child(3){border-right:1px solid rgba(255,255,255,0.2);border-top:1px solid rgba(255,255,255,0.2)}
  .stat-col:nth-child(4){border-right:none;border-top:1px solid rgba(255,255,255,0.2)}
  .stat-num{font-size:clamp(42px,11vw,68px);line-height:1}
  .stat-sup{font-size:14px;margin-bottom:8px}
  .stat-lbl{font-size:12px}

  .frame2{padding:56px 20px 0}
  .ellipse-16,.ellipse-14,.ellipse-15,.ellipse-13{display:none}

  .svcs-title{font-size:clamp(24px,7vw,42px);margin-bottom:28px}

  .svc-cards-grid{flex-direction:column;gap:16px}
  .svc-card{min-height:300px}
  .svc-ct{padding-bottom:44px}

  .btn-view-wrap{margin-bottom:48px}
  .btn-view{width:auto;font-size:15px;padding:10px 22px;height:auto}

  .clients-section{margin-bottom:56px}
  .cl-title{font-size:clamp(24px,7vw,42px)}
  .cl-body{font-size:15px;max-width:100%;margin-bottom:28px}
  .cl-logos-grid{grid-template-columns:repeat(2,1fr);gap:16px}
  .cl-logo{width:auto;height:80px}

  .contact-section{padding:40px 0 56px}
  .contact-layout{flex-direction:column;gap:36px}
  .contact-info{width:100%}
  .ct-headline{font-size:clamp(24px,7vw,42px);line-height:1.2;margin-bottom:20px;text-align:center}
  .ct-body{font-size:15px;line-height:1.75}

  .form-field{height:56px;font-size:16px}
  .f-msg{height:140px}
  .btn-talk{width:auto;font-size:15px;padding:10px 22px;height:auto}

  .footer-bar{height:auto;flex-direction:column;gap:14px;padding:28px 24px;text-align:center}
  .f-copy{font-size:13px;line-height:1.6}
}
/* ── Ellipse background layer ── */
.ellipse-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: inset(0);
  z-index: -1;
  pointer-events: none;
}

