/* ============ MODERN THEME OVERRIDES ============ */
:root{
  --brand:#00AC90;
  --brand-dark:#00796b;
  --brand-light:#e8f7f4;
  --accent:#FFC107;
  --line:#06C755;
  --ink:#1a2330;
  --muted:#5b6876;
  --bg-soft:#f7fafc;
  --radius:18px;
  --shadow-sm:0 4px 14px rgba(17,24,39,.06);
  --shadow-md:0 12px 32px rgba(17,24,39,.10);
  --shadow-lg:0 24px 60px rgba(17,24,39,.14);
}
html, body{
  font-family:'Prompt', sans-serif !important;
  color:var(--ink);
  -webkit-font-smoothing:antialiased;
  scroll-behavior:smooth;
}
p, li, a, span, div{ font-family:'Prompt', sans-serif; }
h1,h2,h3,h4,h5{ font-family:'Prompt', sans-serif !important; font-weight:600; letter-spacing:.2px; }
h2{ font-size:34px !important; line-height:1.25 !important; }
@media(min-width:992px){ h2{ font-size:42px !important; } }

/* ========= HEADER ========= */
#header .header-body{
  background:linear-gradient(135deg, rgba(15,22,32,.94) 0%, rgba(0,121,107,.90) 100%) !important;
  backdrop-filter:saturate(160%) blur(14px);
  -webkit-backdrop-filter:saturate(160%) blur(14px);
  box-shadow:0 6px 24px rgba(0,0,0,.18) !important;
  border-bottom:1px solid rgba(255,255,255,.06);
}
/* Mobile: dark header so the light/cream logo stays visible */
@media(max-width:991px){
  #header .header-body{
    background:linear-gradient(135deg, #0f1620 0%, var(--brand-dark) 100%) !important;
    border-bottom:0 !important;
  }
  #header .header-btn-collapse-nav{
    background:#fff !important; color:var(--brand-dark) !important;
    border-radius:12px !important; padding:10px 14px !important;
    box-shadow:0 4px 12px rgba(0,0,0,.2) !important;
  }
  #header .header-nav-main{ background:#fff !important; border-radius:14px; margin-top:12px; box-shadow:var(--shadow-md); overflow:hidden; }
  #header .header-nav-main nav{ padding:8px 0 !important; }
  #header .header-nav-main nav > ul > li{ border-bottom:1px solid #eef1f4; }
  #header .header-nav-main nav > ul > li:last-child{ border-bottom:0; }
  #header .header-nav-main nav > ul > li > a,
  #header .header-nav-main nav > ul > li > a.dropdown-item{
    color:var(--ink) !important;
    font-size:17px !important; font-weight:500 !important;
    padding:16px 22px !important;
    background:transparent !important;
    border-radius:0 !important;
  }
  #header .header-nav-main nav > ul > li > a:hover,
  #header .header-nav-main nav > ul > li > a:active{
    color:var(--brand) !important; background:var(--brand-light) !important;
  }
  #header .header-nav-main nav > ul > li > a i{
    color:var(--brand) !important; margin-right:8px;
  }
}
@media(min-width:992px){
  #header .header-nav-main nav>ul>li>a,
  #header .header-nav-main nav>ul>li>a.dropdown-item{
    color:#fff !important;
    font-weight:500;
    font-size:15px;
    padding:10px 16px !important;
    border-radius:10px;
    transition:all .25s ease;
    text-shadow:0 1px 3px rgba(0,0,0,.25);
  }
  #header .header-nav-main nav>ul>li>a i{ color:#FFDF82 !important; }
  #header .header-nav-main nav>ul>li>a:hover{
    color:#fff !important;
    background:rgba(255,255,255,.14);
  }
  #header .header-nav-main nav>ul>li>a:hover i{ color:#fff !important; }
}
.header-logo img{ height:48px !important; width:auto; }
.header-cta{
  display:inline-flex; align-items:center; gap:8px;
  background:linear-gradient(135deg,var(--brand),var(--brand-dark));
  color:#fff !important; padding:10px 20px; border-radius:50px;
  font-weight:500; font-size:15px; text-decoration:none;
  box-shadow:0 6px 18px rgba(0,172,144,.35);
  transition:transform .2s ease, box-shadow .2s ease;
}
.header-cta:hover{ transform:translateY(-2px); box-shadow:0 10px 22px rgba(0,172,144,.45); color:#fff !important; }
.header-cta i{ font-size:14px; }

/* ========= HERO BANNER (static image) ========= */
.hero-banner{
  margin:0; padding:0;
  background:#0f1620;
  line-height:0;
}
.hero-banner img{
  width:100%; height:auto; display:block;
}

/* ========= HERO ========= */
.hero-modern{
  position:relative;
  min-height:560px;
  background:
    linear-gradient(120deg, rgba(0,121,107,.88) 0%, rgba(0,172,144,.72) 55%, rgba(0,172,144,.35) 100%),
    url('../img/banner-desktop.jpg') center/cover no-repeat;
  color:#fff;
  display:flex; align-items:center;
  padding:120px 0 80px;
  overflow:hidden;
}
.hero-modern::after{
  content:""; position:absolute; inset:auto 0 -1px 0; height:80px;
  background:linear-gradient(180deg, transparent, #fff);
  pointer-events:none;
}
.hero-modern .badge-top{
  display:inline-flex; align-items:center; gap:8px;
  background:rgba(255,255,255,.18); border:1px solid rgba(255,255,255,.3);
  padding:8px 16px; border-radius:50px; font-size:14px;
  backdrop-filter:blur(10px);
  margin-bottom:20px;
}
.hero-modern h1{
  font-size:40px; line-height:1.2; font-weight:700; margin-bottom:18px;
  text-shadow:0 4px 24px rgba(0,0,0,.25);
}
@media(min-width:992px){ .hero-modern h1{ font-size:56px; } }
.hero-modern p.lead{
  font-size:18px; line-height:1.7; opacity:.95; margin-bottom:32px; max-width:680px;
}
.hero-cta-row{ display:flex; flex-wrap:wrap; gap:14px; }
.btn-hero{
  display:inline-flex; align-items:center; gap:10px;
  padding:16px 34px; border-radius:50px;
  font-weight:500; font-size:18px; text-decoration:none;
  transition:all .25s ease; border:0;
}
.btn-hero-primary{
  background:#fff; color:var(--brand-dark) !important;
  box-shadow:0 10px 30px rgba(0,0,0,.2);
}
.btn-hero-primary:hover{ transform:translateY(-3px); box-shadow:0 16px 40px rgba(0,0,0,.28); color:var(--brand-dark) !important; }
.btn-hero-line{
  background:var(--line); color:#fff !important;
  box-shadow:0 10px 30px rgba(6,199,85,.35);
}
.btn-hero-line:hover{ transform:translateY(-3px); box-shadow:0 16px 40px rgba(6,199,85,.5); color:#fff !important; }

.hero-stats{
  display:grid; grid-template-columns:repeat(3,1fr); gap:24px;
  margin-top:48px; max-width:560px;
}
.hero-stats .s-num{ font-size:32px; font-weight:700; line-height:1; }
.hero-stats .s-lbl{ font-size:14px; opacity:.85; margin-top:4px; }

/* ========= SECTION BASE ========= */
.section-modern{ padding:80px 0; background:#fff; }
.section-modern.alt{ background:var(--bg-soft); }
.section-title{ text-align:center; margin-bottom:56px; }
.section-title .eyebrow{
  display:inline-block; color:var(--brand); font-weight:500;
  text-transform:uppercase; letter-spacing:2px; font-size:13px; margin-bottom:10px;
}
.section-title h2{ color:var(--ink); margin-bottom:12px; }
.section-title p{ color:var(--muted); font-size:17px; max-width:680px; margin:0 auto; }

/* ========= SERVICE CARDS ========= */
.service-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:24px; }
.service-card{
  background:#fff; padding:36px 28px;
  border-radius:var(--radius);
  box-shadow:var(--shadow-sm);
  border:1px solid rgba(0,0,0,.04);
  transition:all .3s ease; text-align:center;
}
.service-card:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow-md);
  border-color:var(--brand);
}
.service-icon{
  width:72px; height:72px; margin:0 auto 20px;
  display:flex; align-items:center; justify-content:center;
  border-radius:20px;
  background:linear-gradient(135deg,var(--brand-light), #fff);
  color:var(--brand); font-size:32px;
  border:1px solid rgba(0,172,144,.15);
}
.service-card h3{ font-size:20px; margin-bottom:10px; color:var(--ink); }
.service-card p{ color:var(--muted); font-size:15px; line-height:1.7; margin:0; }

/* ========= FEATURES ========= */
.feature-row{ display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:32px; }
.feature-item{ display:flex; gap:16px; align-items:flex-start; }
.feature-item .f-icn{
  flex:0 0 auto; width:52px; height:52px; border-radius:14px;
  background:var(--brand); color:#fff;
  display:flex; align-items:center; justify-content:center; font-size:22px;
  box-shadow:0 8px 20px rgba(0,172,144,.3);
}
.feature-item h4{ font-size:18px; margin:0 0 6px; color:var(--ink); }
.feature-item p{ color:var(--muted); font-size:14.5px; line-height:1.6; margin:0; }

/* ========= GALLERY GRID ========= */
.gallery-modern{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(220px,1fr));
  gap:14px;
}
.gallery-modern a{
  display:block; position:relative; overflow:hidden;
  border-radius:14px; aspect-ratio:1/1;
  box-shadow:var(--shadow-sm);
}
.gallery-modern img{
  width:100%; height:100%; object-fit:cover;
  transition:transform .5s ease;
}
.gallery-modern a:hover img{ transform:scale(1.08); }
.gallery-modern a::after{
  content:"\f00e"; font-family:"Font Awesome 5 Free"; font-weight:900;
  position:absolute; inset:0;
  background:linear-gradient(180deg,transparent 50%, rgba(0,121,107,.65));
  color:#fff; font-size:24px;
  display:flex; align-items:flex-end; justify-content:center;
  padding-bottom:18px;
  opacity:0; transition:opacity .3s ease;
}
.gallery-modern a:hover::after{ opacity:1; }
.gallery-modern figure{ margin:0; display:flex; flex-direction:column; background:#fff; border-radius:14px; overflow:hidden; box-shadow:var(--shadow-sm); transition:all .3s ease; }
.gallery-modern figure:hover{ transform:translateY(-4px); box-shadow:var(--shadow-md); }
.gallery-modern figure a{ aspect-ratio:1/1; border-radius:0; box-shadow:none; position:relative; }
.gallery-modern figcaption{
  padding:12px 14px; font-size:13.5px; line-height:1.5;
  color:var(--ink); background:#fff; font-weight:500;
  min-height:58px; display:flex; align-items:center;
}
/* ========= LIGHTBOX MODAL ========= */
.lb-modal{
  position:fixed; inset:0; z-index:10000;
  background:rgba(10,15,23,.92);
  display:none; align-items:center; justify-content:center;
  opacity:0; transition:opacity .25s ease;
  backdrop-filter:blur(8px);
}
.lb-modal.open{ display:flex; opacity:1; }
.lb-inner{
  position:relative; max-width:95vw; max-height:92vh;
  display:flex; flex-direction:column; align-items:center; gap:14px;
  animation:lbIn .35s ease;
}
@keyframes lbIn{
  from{ transform:scale(.92); opacity:0; }
  to{ transform:scale(1); opacity:1; }
}
.lb-img-wrap{
  position:relative; max-width:95vw; max-height:80vh;
  overflow:hidden; border-radius:14px;
  box-shadow:0 30px 80px rgba(0,0,0,.6);
  cursor:zoom-in;
  background:#000;
}
.lb-img-wrap.zoomed{ cursor:zoom-out; overflow:auto; }
.lb-img{
  display:block; max-width:95vw; max-height:80vh;
  object-fit:contain; transition:transform .3s ease;
  user-select:none; -webkit-user-drag:none;
}
.lb-img-wrap.zoomed .lb-img{ transform:scale(2); cursor:zoom-out; max-width:none; max-height:none; }
.lb-caption{
  color:#fff; font-size:15px; max-width:720px; text-align:center;
  padding:0 16px; line-height:1.6;
}
.lb-counter{
  color:rgba(255,255,255,.65); font-size:13px; margin-top:-4px;
}
.lb-btn{
  position:absolute; top:50%; transform:translateY(-50%);
  width:52px; height:52px; border-radius:50%;
  background:rgba(255,255,255,.12); color:#fff; border:1px solid rgba(255,255,255,.2);
  display:flex; align-items:center; justify-content:center;
  cursor:pointer; font-size:20px; transition:all .2s ease;
  backdrop-filter:blur(8px);
}
.lb-btn:hover{ background:var(--brand); border-color:var(--brand); transform:translateY(-50%) scale(1.08); }
.lb-prev{ left:24px; }
.lb-next{ right:24px; }
.lb-close{
  position:absolute; top:20px; right:20px;
  width:48px; height:48px; border-radius:50%;
  background:rgba(255,255,255,.12); color:#fff; border:1px solid rgba(255,255,255,.2);
  display:flex; align-items:center; justify-content:center;
  cursor:pointer; font-size:20px; transition:all .2s ease;
  backdrop-filter:blur(8px); z-index:2;
}
.lb-close:hover{ background:#e74c3c; border-color:#e74c3c; transform:rotate(90deg); }
.lb-thumbs{
  display:flex; gap:6px; overflow-x:auto; max-width:95vw;
  padding:4px; scrollbar-width:thin;
}
.lb-thumbs img{
  width:56px; height:56px; object-fit:cover; border-radius:8px;
  cursor:pointer; opacity:.5; transition:all .2s ease;
  border:2px solid transparent; flex:0 0 auto;
}
.lb-thumbs img:hover{ opacity:.85; }
.lb-thumbs img.active{ opacity:1; border-color:var(--brand); transform:scale(1.08); }
body.lb-open{ overflow:hidden; }

@media(max-width:768px){
  .lb-prev{ left:10px; } .lb-next{ right:10px; }
  .lb-btn{ width:42px; height:42px; font-size:16px; }
  .lb-close{ top:12px; right:12px; width:40px; height:40px; }
  .lb-thumbs img{ width:44px; height:44px; }
}

.gallery-cat{
  position:absolute; top:10px; left:10px; z-index:2;
  background:rgba(0,121,107,.92); color:#fff;
  padding:4px 10px; border-radius:50px;
  font-size:11px; font-weight:500;
  backdrop-filter:blur(6px);
  box-shadow:0 4px 10px rgba(0,0,0,.15);
}

/* ========= CTA BANNER ========= */
.cta-banner{
  background:
    linear-gradient(120deg, var(--brand-dark) 0%, var(--brand) 100%);
  border-radius:24px; padding:56px 40px;
  color:#fff; text-align:center;
  box-shadow:var(--shadow-lg);
  position:relative; overflow:hidden;
}
.cta-banner::before{
  content:""; position:absolute; right:-60px; top:-60px;
  width:240px; height:240px; border-radius:50%;
  background:rgba(255,255,255,.08);
}
.cta-banner::after{
  content:""; position:absolute; left:-80px; bottom:-80px;
  width:280px; height:280px; border-radius:50%;
  background:rgba(255,255,255,.06);
}
.cta-banner h2{ color:#fff; font-size:34px; margin-bottom:12px; position:relative; }
.cta-banner p{ font-size:17px; opacity:.95; margin-bottom:28px; position:relative; }
.cta-banner .hero-cta-row{ justify-content:center; position:relative; }

/* ========= FOOTER ========= */
#footer{
  background:#0f1620 !important;
  box-shadow:none !important;
  color:#d1d8e0;
}
#footer h3{ color:var(--accent) !important; font-size:20px; margin-bottom:16px; }
#footer p, #footer a{ color:#d1d8e0 !important; }
#footer a:hover{ color:var(--accent) !important; }
#footer .footer-copyright{ background:#0a0f17 !important; border-top:1px solid rgba(255,255,255,.06) !important; }
#footer .footer-copyright p{ color:#8892a0 !important; }
.footer-contact-item{
  display:flex; align-items:center; gap:12px;
  padding:10px 0; border-bottom:1px solid rgba(255,255,255,.06);
  font-size:15px;
}
.footer-contact-item i{
  width:36px; height:36px; border-radius:10px;
  background:var(--brand); color:#fff;
  display:flex; align-items:center; justify-content:center; font-size:14px;
}

/* ========= FLOATING CONTACT ========= */
.float-contact{
  position:fixed; right:18px; bottom:18px; z-index:999;
  display:flex; flex-direction:column; gap:12px;
}
.float-contact a{
  width:56px; height:56px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  color:#fff !important; font-size:22px;
  box-shadow:0 10px 26px rgba(0,0,0,.25);
  transition:transform .2s ease;
  text-decoration:none;
}
.float-contact a:hover{ transform:scale(1.08); }
.float-contact .f-tel{ background:linear-gradient(135deg,var(--brand),var(--brand-dark)); }
.float-contact .f-line{ background:var(--line); }
.float-contact a .pulse{
  position:absolute; inset:0; border-radius:50%;
  animation:pulse 2s infinite;
}
@keyframes pulse{
  0%{ box-shadow:0 0 0 0 rgba(0,172,144,.5); }
  70%{ box-shadow:0 0 0 18px rgba(0,172,144,0); }
  100%{ box-shadow:0 0 0 0 rgba(0,172,144,0); }
}

/* ========= PAGE HEADER (breadcrumb hero) ========= */
section.page-header{
  background:linear-gradient(120deg, var(--brand-dark) 0%, var(--brand) 100%) !important;
  padding:130px 0 60px !important;
  border:0 !important; margin:0 !important;
  position:relative; overflow:hidden;
}
section.page-header::before{
  content:""; position:absolute; right:-120px; top:-120px;
  width:360px; height:360px; border-radius:50%;
  background:rgba(255,255,255,.06);
}
section.page-header::after{
  content:""; position:absolute; left:-100px; bottom:-120px;
  width:300px; height:300px; border-radius:50%;
  background:rgba(255,255,255,.05);
}
section.page-header h1{
  color:#fff !important; font-size:44px !important;
  font-weight:700; margin:8px 0 0 !important;
  text-shadow:0 4px 20px rgba(0,0,0,.2);
}
section.page-header .breadcrumb{
  background:transparent !important; padding:0 !important; margin:0 0 8px !important;
}
section.page-header .breadcrumb li,
section.page-header .breadcrumb li a{
  color:rgba(255,255,255,.9) !important; font-size:14px;
}
section.page-header .breadcrumb li.active{ color:#fff !important; opacity:.8; }
section.page-header .page-header-title-border{ display:none !important; }

/* ========= CONTACT PAGE ========= */
.contact-wrap{ display:grid; grid-template-columns:1fr; gap:28px; }
@media(min-width:992px){ .contact-wrap{ grid-template-columns:1.2fr 1fr; gap:40px; } }
.contact-card{
  background:#fff; border-radius:var(--radius);
  padding:36px; box-shadow:var(--shadow-md);
  border:1px solid rgba(0,0,0,.04);
}
.contact-card h3{ color:var(--ink); font-size:24px; margin:0 0 24px; display:flex; align-items:center; gap:12px; }
.contact-card h3 i{ color:var(--brand); }
.contact-row{
  display:flex; align-items:center; gap:16px;
  padding:16px 0; border-bottom:1px solid #eef1f4;
}
.contact-row:last-child{ border-bottom:0; }
.contact-row .c-icn{
  flex:0 0 auto; width:48px; height:48px; border-radius:14px;
  background:linear-gradient(135deg,var(--brand),var(--brand-dark));
  color:#fff; display:flex; align-items:center; justify-content:center; font-size:18px;
  box-shadow:0 8px 18px rgba(0,172,144,.3);
}
.contact-row .c-lbl{ font-size:13px; color:var(--muted); display:block; }
.contact-row .c-val{ font-size:17px; font-weight:500; color:var(--ink); text-decoration:none; }
.contact-row a.c-val:hover{ color:var(--brand); }

.contact-qr-card{
  background:linear-gradient(135deg,var(--brand-dark),var(--brand));
  border-radius:var(--radius); padding:36px; color:#fff;
  text-align:center; box-shadow:var(--shadow-md);
  position:relative; overflow:hidden;
}
.contact-qr-card::before{
  content:""; position:absolute; right:-50px; top:-50px;
  width:180px; height:180px; border-radius:50%; background:rgba(255,255,255,.08);
}
.contact-qr-card h3{ color:#fff; font-size:22px; margin:0 0 8px; position:relative; }
.contact-qr-card p{ opacity:.9; margin-bottom:20px; font-size:15px; position:relative; }
.contact-qr-card img{
  width:100%; max-width:240px; border-radius:14px;
  box-shadow:0 12px 30px rgba(0,0,0,.3); position:relative;
}
.contact-qr-card .line-id-chip{
  display:inline-block; background:rgba(255,255,255,.15);
  padding:8px 18px; border-radius:50px; margin-top:16px;
  font-size:15px; position:relative;
  border:1px solid rgba(255,255,255,.25);
}

.contact-cta-row{
  display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:16px; margin-top:24px;
}
.contact-cta-btn{
  display:flex; align-items:center; gap:14px;
  padding:18px 22px; border-radius:16px;
  text-decoration:none; transition:all .25s ease;
  color:#fff !important;
}
.contact-cta-btn:hover{ transform:translateY(-3px); box-shadow:var(--shadow-lg); color:#fff !important; }
.contact-cta-btn i{ font-size:28px; }
.contact-cta-btn .t-sub{ font-size:12px; opacity:.85; display:block; }
.contact-cta-btn .t-main{ font-size:17px; font-weight:600; }
.cta-tel{ background:linear-gradient(135deg,var(--brand),var(--brand-dark)); box-shadow:0 8px 20px rgba(0,172,144,.35); }
.cta-line{ background:linear-gradient(135deg,#06C755,#04a045); box-shadow:0 8px 20px rgba(6,199,85,.35); }

.contact-about{
  background:var(--bg-soft); border-radius:var(--radius);
  padding:32px; margin-top:28px;
  border-left:4px solid var(--brand);
}
.contact-about h4{ font-size:20px; margin:0 0 12px; color:var(--ink); }
.contact-about p{ color:var(--muted); font-size:15.5px; line-height:1.8; margin:0; }

/* ========= FAQ (AEO) ========= */
.faq-list{ max-width:860px; margin:0 auto; display:flex; flex-direction:column; gap:12px; }
.faq-item{
  background:#fff; border:1px solid rgba(0,0,0,.06);
  border-radius:14px; box-shadow:var(--shadow-sm);
  overflow:hidden; transition:all .25s ease;
}
.faq-item[open]{ border-color:var(--brand); box-shadow:var(--shadow-md); }
.faq-item summary{
  list-style:none; cursor:pointer; padding:20px 24px;
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  font-size:17px; font-weight:500; color:var(--ink);
}
.faq-item summary::-webkit-details-marker{ display:none; }
.faq-item summary:hover{ color:var(--brand); }
.faq-chev{ color:var(--brand); font-size:14px; transition:transform .25s ease; flex:0 0 auto; }
.faq-item[open] .faq-chev{ transform:rotate(180deg); }
.faq-answer{
  padding:0 24px 22px; color:var(--muted);
  font-size:15.5px; line-height:1.8;
  border-top:1px solid #eef1f4; padding-top:18px;
}

/* ========= TAG PILLS ========= */
.tag-pills{ display:flex; flex-wrap:wrap; gap:8px; }
.tag-pills a{
  display:inline-block; padding:6px 14px; border-radius:50px;
  background:rgba(255,255,255,.06); color:#d1d8e0 !important;
  font-size:13px; text-decoration:none;
  border:1px solid rgba(255,255,255,.08);
  transition:all .2s ease;
}
.tag-pills a:hover{ background:var(--brand); color:#fff !important; border-color:var(--brand); }

/* ========= UTILITIES ========= */
.bg-top{ display:none !important; }  /* hide old banner, replaced by .hero-modern */

@media(max-width:768px){
  .hero-modern{ min-height:auto; padding:90px 0 60px; text-align:center; }
  .hero-modern .hero-stats{ margin-left:auto; margin-right:auto; }
  .hero-cta-row{ justify-content:center; }
  .section-modern{ padding:56px 0; }
  .cta-banner{ padding:40px 24px; }
  .cta-banner h2{ font-size:26px; }
  .btn-hero{ font-size:16px; padding:14px 26px; }
  h2{ font-size:28px !important; }
}
