:root{
  --navy:#07266b;
  --blue:#0c47a1;
  --sky:#eaf5ff;
  --ink:#122033;
  --muted:#5d6b7c;
  --line:#dbe6f2;
  --gold:#d9a441;
  --white:#ffffff;
  --shadow:0 24px 60px rgba(7,38,107,.12);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:linear-gradient(125deg,#f8fcff 0%,#eef8ff 38%,#ffffff 70%,#eaf5ff 100%);background-size:220% 220%;animation:backgroundDrift 18s ease-in-out infinite;line-height:1.6;min-height:100vh;overflow-x:hidden}
a{color:inherit;text-decoration:none}
main,footer{position:relative;z-index:2}
img{max-width:100%;display:block}
.container{width:min(1160px,92%);margin-inline:auto}
.header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);box-shadow:0 10px 30px rgba(7,38,107,.06)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.35rem 0}.brand{display:flex;align-items:center;gap:.9rem;flex:0 0 auto}.brand img{width:430px;max-width:44vw;height:auto}.menu{display:flex;align-items:center;gap:1.2rem;font-weight:700;color:#23344d}.menu a{padding:.55rem .35rem;border-bottom:2px solid transparent}.menu a:hover,.menu a.active{color:var(--blue);border-bottom-color:var(--gold)}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.15rem;border-radius:999px;font-weight:800;border:2px solid transparent;transition:.2s ease}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 12px 28px rgba(12,71,161,.24)}.btn-primary:hover{transform:translateY(-1px);background:var(--navy)}.btn-outline{border-color:var(--blue);color:var(--blue);background:#fff}.btn-outline:hover{background:var(--sky)}
.hero{background:radial-gradient(circle at 20% 15%,#d8efff,transparent 28%),linear-gradient(135deg,#f7fbff 0%,#eef7ff 48%,#fff 100%);padding:5.5rem 0 4rem;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.eyebrow{display:inline-flex;gap:.45rem;align-items:center;background:#fff;border:1px solid var(--line);border-radius:999px;padding:.4rem .8rem;color:var(--blue);font-weight:800;font-size:.92rem}.hero h1{font-size:clamp(2.4rem,5vw,5rem);line-height:1.02;margin:1rem 0;color:var(--navy);letter-spacing:-.045em}.lead{font-size:1.18rem;color:#35445c;max-width:680px}.actions{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:1.5rem}.hero-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.2rem}.hero-card .panel{border-radius:18px;background:linear-gradient(160deg,var(--navy),var(--blue));color:#fff;padding:2rem;min-height:360px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.hero-card .panel:before{content:"";position:absolute;inset:30px -50px auto auto;width:230px;height:230px;border-radius:50%;border:34px solid rgba(255,255,255,.13)}.panel h2{font-size:2rem;line-height:1.1;margin:0 0 .5rem}.panel p{margin:0;color:#dbeaff}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.1rem}.metric{background:#fff;border:1px solid var(--line);border-radius:18px;padding:1rem;text-align:center}.metric strong{display:block;color:var(--navy);font-size:1.5rem}.metric span{font-size:.86rem;color:var(--muted);font-weight:700}
.section{padding:4.5rem 0}.section.alt{background:#f7fbff}.section-head{max-width:760px;margin-bottom:2rem}.section-head h2{font-size:clamp(2rem,3.5vw,3.25rem);line-height:1.08;color:var(--navy);margin:.4rem 0}.section-head p{color:var(--muted);font-size:1.08rem}.grid{display:grid;gap:1.2rem}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.45rem;box-shadow:0 12px 36px rgba(7,38,107,.06)}.card h3{margin:.25rem 0 .45rem;color:var(--navy);font-size:1.25rem}.card p{color:var(--muted);margin:.25rem 0}.icon{width:50px;height:50px;border-radius:16px;background:var(--sky);display:grid;place-items:center;font-size:1.45rem;margin-bottom:.75rem}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:2rem;align-items:start}.list{padding:0;margin:0;list-style:none}.list li{padding:.55rem 0 .55rem 1.8rem;position:relative;border-bottom:1px solid #edf3fa}.list li:before{content:"✓";position:absolute;left:0;color:var(--blue);font-weight:900}.cta{background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;border-radius:30px;padding:3rem;display:grid;grid-template-columns:1.2fr auto;gap:1.5rem;align-items:center}.cta h2{margin:0 0 .5rem;font-size:2rem}.cta p{margin:0;color:#dceaff}.cta .btn{background:#fff;color:var(--navy)}
.footer{background:#071a3c;color:#d9e7fb;padding:3rem 0 1.2rem}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:2rem}.footer h3,.footer h4{color:#fff;margin-top:0}.footer a{display:block;color:#d9e7fb;margin:.35rem 0}.subfooter{border-top:1px solid rgba(255,255,255,.14);margin-top:2rem;padding-top:1rem;color:#b8c8e1;font-size:.92rem}.page-hero{background:linear-gradient(135deg,#f1f8ff,#fff);padding:3.5rem 0;border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(2.2rem,4vw,4rem);color:var(--navy);margin:.4rem 0}.service-detail{display:grid;grid-template-columns:340px 1fr;gap:2rem}.service-menu{position:sticky;top:120px}.service-menu a{display:block;padding:.8rem 1rem;border-radius:12px;color:#34435a;font-weight:700}.service-menu a:hover{background:var(--sky);color:var(--blue)}.booking-card{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:center}.form{display:grid;gap:1rem}.form input,.form select,.form textarea{width:100%;padding:.95rem 1rem;border:1px solid var(--line);border-radius:14px;font:inherit}.form textarea{min-height:140px}.note{background:#fff7e3;border:1px solid #f1d59a;color:#5e4511;border-radius:16px;padding:1rem;margin:1rem 0}

@keyframes backgroundDrift{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}
.water-layer{position:fixed;inset:0;z-index:1;pointer-events:none;overflow:hidden;mix-blend-mode:multiply}
.water-ripple{position:fixed;width:18px;height:18px;border-radius:50%;left:var(--x);top:var(--y);transform:translate(-50%,-50%) scale(.4);opacity:.34;border:2px solid rgba(12,71,161,.28);box-shadow:0 0 0 8px rgba(83,177,235,.08), inset 0 0 18px rgba(255,255,255,.65);animation:rippleExpand 1.8s ease-out forwards}
.water-ripple::before,.water-ripple::after{content:"";position:absolute;inset:-18px;border-radius:50%;border:1px solid rgba(12,71,161,.18);animation:rippleExpand 1.8s ease-out forwards}
.water-ripple::after{inset:-36px;animation-delay:.12s;opacity:.7}
@keyframes rippleExpand{0%{transform:translate(-50%,-50%) scale(.2);opacity:.42}70%{opacity:.2}100%{transform:translate(-50%,-50%) scale(11);opacity:0}}
@media (prefers-reduced-motion:reduce){body{animation:none}.water-ripple{display:none}}

@media(max-width:880px){.hero-grid,.split,.cta,.footer-grid,.service-detail{grid-template-columns:1fr}.grid-3,.grid-2{grid-template-columns:1fr}.menu{display:none}.nav{padding:1rem 0}.brand img{width:300px;max-width:70vw}.hero{padding:3rem 0}.metrics{grid-template-columns:1fr}.booking-card{grid-template-columns:1fr}.service-menu{position:static}.cta{padding:2rem}}


/* V4: Cleaner, symmetrical hero and stronger background ripple treatment */
.header{z-index:40}
.hero{position:relative;min-height:620px;display:grid;align-items:center;text-align:center;background:radial-gradient(circle at 50% 35%,rgba(183,226,255,.78),transparent 28%),radial-gradient(circle at 18% 18%,rgba(227,246,255,.92),transparent 34%),linear-gradient(135deg,#f7fbff 0%,#eef7ff 48%,#ffffff 100%);padding:6.25rem 0 5.25rem}
.hero:before{content:"";position:absolute;inset:auto 9% 8% 9%;height:1px;background:linear-gradient(90deg,transparent,rgba(12,71,161,.18),transparent)}
.hero-centered{max-width:980px;margin-inline:auto;position:relative;z-index:2}
.hero-centered h1{font-size:clamp(2.8rem,6vw,5.9rem);line-height:.98;margin:0 auto 1.35rem;color:var(--navy);letter-spacing:-.055em;max-width:980px}
.hero-centered .lead{font-size:clamp(1.05rem,1.8vw,1.28rem);max-width:760px;margin:0 auto;color:#35445c}
.hero-grid,.hero-card,.metrics{display:none!important}
.page-hero .container{max-width:980px;text-align:center}.page-hero{padding:4rem 0 3.6rem}.page-hero h1{margin:0 auto .8rem;max-width:920px}.page-hero .lead{margin-inline:auto}.section-head .eyebrow{margin-bottom:.35rem}
.water-layer{z-index:0;background:radial-gradient(circle at 50% 30%,rgba(127,203,255,.16),transparent 30%)}
.water-ripple{width:22px;height:22px;border:2px solid rgba(10,92,180,.35);background:radial-gradient(circle,rgba(255,255,255,.9) 0 18%,rgba(120,202,255,.38) 20%,rgba(255,255,255,.0) 62%);box-shadow:0 0 0 10px rgba(111,198,255,.11),inset 0 0 22px rgba(255,255,255,.9);animation:rippleExpand 2.35s cubic-bezier(.2,.7,.1,1) forwards}
.water-ripple::before{inset:-22px;border:1px solid rgba(10,92,180,.22);animation:rippleExpand 2.35s cubic-bezier(.2,.7,.1,1) forwards}
.water-ripple::after{inset:-46px;border:1px solid rgba(83,177,235,.18);animation:rippleExpand 2.35s cubic-bezier(.2,.7,.1,1) forwards;animation-delay:.16s;opacity:.82}
.water-drop{position:fixed;left:var(--x);top:var(--y);width:12px;height:18px;border-radius:60% 60% 65% 65%;transform:translate(-50%,-120%) rotate(45deg);background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(99,185,245,.45));box-shadow:0 7px 20px rgba(12,71,161,.18);animation:dropFall .7s ease-in forwards}
@keyframes dropFall{0%{transform:translate(-50%,-220%) rotate(45deg);opacity:0}25%{opacity:.85}100%{transform:translate(-50%,-20%) rotate(45deg);opacity:0}}
@keyframes rippleExpand{0%{transform:translate(-50%,-50%) scale(.15);opacity:.44}55%{opacity:.22}100%{transform:translate(-50%,-50%) scale(18);opacity:0}}
@media(max-width:880px){.hero{min-height:520px;padding:4.25rem 0}.hero-centered h1{font-size:clamp(2.4rem,13vw,4.5rem)}.nav>.btn{display:none}.brand img{width:330px;max-width:78vw}}


/* V5: remove small label styling from service heading and use professional HD photography in service cards */
.section-head h2:first-child{margin-top:0}
.service-photo{width:100%;height:170px;object-fit:cover;border-radius:18px;margin:0 0 1rem 0;border:1px solid rgba(219,230,242,.9);box-shadow:0 14px 28px rgba(7,38,107,.09);background:#eaf5ff}
.service-photo-wide{height:210px}
.grid-3 .card{overflow:hidden;padding:1.25rem}
.grid-3 .card .service-photo{margin:-1.25rem -1.25rem 1.15rem -1.25rem;width:calc(100% + 2.5rem);border-radius:22px 22px 0 0;border-left:0;border-right:0;border-top:0}
.service-detail .grid{grid-template-columns:1fr 1fr;align-items:stretch}
.service-detail .card{display:flex;flex-direction:column}
.service-detail .card .service-photo{margin:-1.45rem -1.45rem 1.2rem -1.45rem;width:calc(100% + 2.9rem);border-radius:22px 22px 0 0;border-left:0;border-right:0;border-top:0}
@media(max-width:880px){.service-detail .grid{grid-template-columns:1fr}.service-photo,.service-photo-wide{height:190px}}


/* V6: Local HD service images with symmetrical card layout */
.service-cards.grid-3,.service-grid{align-items:stretch}
.service-cards .card,.service-grid .card{display:flex;flex-direction:column;padding:0;overflow:hidden;border-radius:26px}
.service-cards .service-photo,.service-grid .service-photo{display:block;width:100%;height:220px;object-fit:cover;object-position:center center;margin:0;border:0;border-radius:26px 26px 0 0;background:#eaf5ff;box-shadow:none}
.service-cards .card-body,.service-grid .card-body{padding:1.35rem 1.35rem 1.45rem;display:flex;flex-direction:column;gap:.55rem;flex:1}
.service-cards .card h3,.service-grid .card h3,.service-cards .card p,.service-grid .card p{padding:0;margin:0}
.service-cards .card h3,.service-grid .card h3{font-size:1.23rem;line-height:1.2}
.service-cards .card p,.service-grid .card p{color:var(--muted);line-height:1.55}
.service-detail .grid.service-grid{grid-template-columns:1fr 1fr;align-items:stretch}
.service-grid .service-photo-wide{height:240px}
@media(max-width:880px){.service-cards .service-photo,.service-grid .service-photo{height:200px}.service-grid .service-photo-wide{height:220px}}

/* V9: service-card image alignment fix - keep existing images, show them evenly above text */
.service-cards.grid-3,
.service-grid{
  align-items:stretch;
  gap:1.35rem;
}

.service-cards .card,
.service-grid .card{
  display:flex;
  flex-direction:column;
  padding:0 !important;
  overflow:hidden;
  border-radius:26px;
  min-height:100%;
}

.service-cards .service-photo,
.service-grid .service-photo,
.service-detail .card .service-photo,
.grid-3 .card .service-photo{
  display:block;
  width:calc(100% - 2rem) !important;
  max-width:calc(100% - 2rem);
  aspect-ratio:4 / 3;
  height:auto !important;
  margin:1rem 1rem 0 1rem !important;
  object-fit:cover;
  object-position:center center;
  border:0;
  border-radius:20px;
  box-shadow:none;
  background:#eaf5ff;
}

.service-cards .card-body,
.service-grid .card-body{
  padding:1.25rem 1.35rem 1.45rem !important;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  gap:.55rem;
  flex:1;
}

.service-cards .card h3,
.service-grid .card h3{
  margin:0;
  line-height:1.22;
}

.service-cards .card p,
.service-grid .card p{
  margin:0;
  line-height:1.55;
}

@media(max-width:880px){
  .service-cards .service-photo,
  .service-grid .service-photo,
  .service-detail .card .service-photo,
  .grid-3 .card .service-photo{
    width:calc(100% - 1.5rem) !important;
    max-width:calc(100% - 1.5rem);
    margin:.75rem .75rem 0 .75rem !important;
    border-radius:18px;
  }
}


/* V10: About page symmetry adjustments */
.about-section{padding-top:4.75rem}
.about-intro{max-width:860px;margin:0 auto 2.2rem;text-align:center}
.about-intro h2{margin-left:auto;margin-right:auto}
.about-intro p{max-width:760px;margin-left:auto;margin-right:auto}
.about-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:1.35rem}
.about-card{min-height:275px;display:flex;flex-direction:column;justify-content:flex-start;padding:1.65rem}
.about-card h3{margin-top:0}
.values-card .list li:last-child{border-bottom:0}
@media(max-width:980px){.about-card-grid{grid-template-columns:1fr}.about-card{min-height:auto}.about-intro{text-align:center}}


/* V11: compact bullet list for expanded business services */
.compact-list{margin-top:.65rem;border-top:1px solid #edf3fa;padding-top:.55rem}.compact-list li{font-size:.96rem;padding:.42rem 0 .42rem 1.55rem}


/* V12: expanded service menu and business-card cleanup */
.service-menu{max-height:calc(100vh - 150px);overflow:auto}
.service-menu a{font-size:.96rem;line-height:1.25}
.service-grid .card-body p + p{margin-top:.2rem}


/* V13: Active water-drop ripple background animation */
body{
  position:relative;
  background:
    radial-gradient(circle at 18% 18%, rgba(198,235,255,.62), transparent 28%),
    radial-gradient(circle at 82% 28%, rgba(220,244,255,.55), transparent 30%),
    linear-gradient(125deg,#f8fcff 0%,#eef8ff 38%,#ffffff 70%,#eaf5ff 100%);
  background-size:220% 220%;
  animation:backgroundDrift 18s ease-in-out infinite;
}
.water-layer{
  position:fixed;
  inset:0;
  z-index:1;
  pointer-events:none;
  overflow:hidden;
  mix-blend-mode:multiply;
  background:
    radial-gradient(circle at 48% 28%, rgba(105,190,246,.15), transparent 28%),
    radial-gradient(circle at 20% 74%, rgba(158,219,255,.11), transparent 24%);
}
.water-ripple{
  position:fixed;
  left:var(--x);
  top:var(--y);
  width:24px;
  height:24px;
  border-radius:50%;
  transform:translate(-50%,-50%) scale(.12);
  opacity:.48;
  border:2px solid rgba(10,92,180,.34);
  background:radial-gradient(circle,rgba(255,255,255,.95) 0 18%,rgba(118,205,255,.38) 20%,rgba(255,255,255,0) 66%);
  box-shadow:0 0 0 10px rgba(111,198,255,.10), inset 0 0 22px rgba(255,255,255,.92);
  animation:rippleExpandV13 2.65s cubic-bezier(.18,.74,.1,1) forwards;
}
.water-ripple::before,
.water-ripple::after{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}
.water-ripple::before{
  inset:-24px;
  border:1px solid rgba(10,92,180,.22);
  animation:rippleExpandV13 2.65s cubic-bezier(.18,.74,.1,1) forwards;
}
.water-ripple::after{
  inset:-52px;
  border:1px solid rgba(83,177,235,.18);
  animation:rippleExpandV13 2.65s cubic-bezier(.18,.74,.1,1) .14s forwards;
}
.water-drop{
  position:fixed;
  left:var(--x);
  top:var(--y);
  width:13px;
  height:19px;
  border-radius:60% 60% 68% 68%;
  transform:translate(-50%,-220%) rotate(45deg);
  opacity:0;
  background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(94,186,247,.46));
  box-shadow:0 10px 24px rgba(12,71,161,.18), inset 0 0 8px rgba(255,255,255,.8);
  animation:dropFallV13 .72s ease-in forwards;
}
@keyframes dropFallV13{
  0%{transform:translate(-50%,-230%) rotate(45deg);opacity:0}
  28%{opacity:.88}
  100%{transform:translate(-50%,-18%) rotate(45deg);opacity:0}
}
@keyframes rippleExpandV13{
  0%{transform:translate(-50%,-50%) scale(.12);opacity:.46}
  55%{opacity:.24}
  100%{transform:translate(-50%,-50%) scale(19);opacity:0}
}
@media (prefers-reduced-motion:reduce){
  body{animation:none}
  .water-ripple,.water-drop{display:none!important}
}

/* V14: visible animated water surface background */
html, body { min-height:100%; }
body {
  background:#dffcff;
  background-image:
    radial-gradient(circle at 50% 46%, rgba(255,255,255,.72), rgba(185,241,255,.45) 18%, rgba(59,186,212,.34) 44%, rgba(27,164,197,.24) 68%, rgba(219,255,244,.64) 100%),
    linear-gradient(90deg, rgba(45,189,215,.42), rgba(245,255,240,.78) 33%, rgba(237,255,245,.76) 62%, rgba(31,178,206,.42));
  background-attachment: fixed;
}
.water-canvas {
  position:fixed;
  inset:0;
  width:100vw;
  height:100vh;
  z-index:0;
  pointer-events:none;
  opacity:.82;
}
.water-layer {
  z-index:1;
  background:
    radial-gradient(ellipse at 50% 58%, rgba(0,93,165,.18) 0%, rgba(0,134,207,.14) 16%, rgba(95,212,255,.08) 34%, transparent 56%),
    radial-gradient(circle at 46% 28%, rgba(255,255,255,.28), transparent 26%);
}
main, footer { position:relative; z-index:2; }
.header { position:sticky; z-index:40; }
.page-hero,
.section.alt,
.hero {
  background:rgba(247,251,255,.70) !important;
  backdrop-filter:blur(2px);
}
.section {
  background:rgba(238,248,255,.50);
}
.card,
.cta,
.service-menu {
  position:relative;
  z-index:3;
}
@media (prefers-reduced-motion:reduce){
  .water-canvas{display:none!important}
}


/* V14 watermark background: page-width AVN logo, no ripple animation */
html,
body{
  min-height:100%;
}

body{
  position:relative;
  isolation:isolate;
  background:
    linear-gradient(120deg, rgba(218,255,248,.96) 0%, rgba(239,255,244,.92) 35%, rgba(210,248,255,.92) 68%, rgba(77,196,219,.88) 100%) !important;
  background-attachment:fixed !important;
  animation:none !important;
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:0;
  pointer-events:none;
  background-image:url("assets/avn-logo-watermark.png");
  background-position:center center;
  background-repeat:no-repeat;
  background-size:1080px auto;
  opacity:.23;
  filter:saturate(1.15) contrast(1.06);
}

body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 45%, rgba(255,255,255,.18), transparent 32%),
    linear-gradient(90deg, rgba(31,178,206,.08), rgba(255,255,255,.14), rgba(31,178,206,.08));
}

.water-layer,
.water-canvas,
.water-ripple,
.water-drop{
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
}

main,
footer,
.header{
  position:relative;
}

main,
footer{
  z-index:2;
}

.header{
  z-index:40;
  background:rgba(255,255,255,.88) !important;
  backdrop-filter:blur(10px);
}

.hero,
.page-hero,
.section,
.section.alt{
  background:transparent !important;
  backdrop-filter:none !important;
}

.card,
.service-menu,
.booking-card{
  background:rgba(255,255,255,.88) !important;
  backdrop-filter:blur(6px);
}

.cta{
  background:linear-gradient(135deg,rgba(7,38,107,.92),rgba(12,71,161,.90)) !important;
}

.footer{
  background:rgba(7,26,60,.92) !important;
}

@media(max-width:1180px){
  body::before{
    background-size:88vw auto;
  }
}

@media(max-width:880px){
  body::before{
    background-size:82vw auto;
    opacity:.20;
  }
}

/* Linefix: remove full-width divider/border line across hero/page sections */
.hero::before,
.page-hero::before,
.section::before,
.section.alt::before{
  content:none !important;
  display:none !important;
  height:0 !important;
  background:none !important;
  border:0 !important;
}

.hero,
.page-hero,
.section,
.section.alt{
  border-top:0 !important;
  border-bottom:0 !important;
  box-shadow:none !important;
}

/* Services page alignment fix: align left service list with first service cards */
.service-detail{
  align-items:start !important;
}
.service-detail .service-menu{
  position:static !important;
  top:auto !important;
  align-self:start !important;
  margin-top:0 !important;
  transform:none !important;
}
.service-detail .service-grid{
  align-self:start !important;
}
